@font-face {
  	font-family: 'Open Sans';
	src: url('../fonts/open-sans/OpenSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: auto;
}
@font-face {
  	font-family: 'Open Sans ExtraBold';
	src: url('../fonts/open-sans/OpenSans-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: auto;
}
:root {
	--bs-blue: #0d6efd;
	--bs-indigo: #6610f2;
	--bs-purple: #6f42c1;
	--bs-pink: #d63384;
	--bs-red: #dc3545;
	--bs-orange: #ff502f;
	--bs-yellow: #ffc800;
	--bs-green: #198754;
	--bs-teal: #20c997;
	--bs-cyan: #0dcaf0;
	--bs-black: #000;
	--bs-white: #fff;
	--bs-gray: #6c757d;
	--bs-gray-dark: #343a40;
	--bs-gray-100: #f8f9fa;
	--bs-gray-200: #e9ecef;
	--bs-gray-300: #dee2e6;
	--bs-gray-400: #ced4da;
	--bs-gray-500: #adb5bd;
	--bs-gray-600: #6c757d;
	--bs-gray-700: #495057;
	--bs-gray-800: #343a40;
	--bs-gray-900: #212529;
	--bs-primary: #053b67;
	--bs-secondary: #6c757d;
	--bs-success: #198754;
	--bs-info: #0dcaf0;
	--bs-warning: #ffc800;
	--bs-danger: #dc3545;
	--bs-light: #f8f9fa;
	--bs-dark: #212529;
	--bs-primary-rgb: #053b67;
	--bs-secondary-rgb: 108, 117, 125;
	--bs-success-rgb: 25, 135, 84;
	--bs-info-rgb: 13, 202, 240;
	--bs-warning-rgb: 255, 200, 0;
	--bs-danger-rgb: 220, 53, 69;
	--bs-light-rgb: 248, 249, 250;
	--bs-dark-rgb: 33, 37, 41;
	--bs-white-rgb: 255, 255, 255;
	--bs-black-rgb: 0, 0, 0;
	--bs-body-color-rgb: 33, 37, 41;
	--bs-body-bg-rgb: 255, 255, 255;
	--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
	--bs-body-font-family: Open Sans, sans-serif, Roboto Slab, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
	--bs-body-font-size: 1rem;
	--bs-body-font-weight: 400;
	--bs-body-line-height: 1.5;
	--bs-body-color: #212529;
	--bs-body-bg: #fff;
	--bs-border-width: 1px;
	--bs-border-style: solid;
	--bs-border-color: #dee2e6;
	--bs-border-color-translucent: rgba(0, 0, 0, 0.175);
	--bs-border-radius: 0.375rem;
	--bs-border-radius-sm: 0.25rem;
	--bs-border-radius-lg: 0.5rem;
	--bs-border-radius-xl: 1rem;
	--bs-border-radius-2xl: 2rem;
	--bs-border-radius-pill: 50rem;
	--bs-link-color: #053b67;
	--bs-link-hover-color: #212529bf;
	--bs-code-color: #d63384;
	--bs-highlight-bg: #fff4cc;
	
}
*,
*::before,
*::after {
	box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
	:root {
		scroll-behavior: smooth;
	}
}
body {
	margin: 0;
	/*font-family: var(--bs-body-font-family);*/
	font-family: "Open Sans", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
	font-size: var(--bs-body-font-size);
	font-weight: var(--bs-body-font-weight);
	line-height: var(--bs-body-line-height);
	color: var(--bs-body-color);
	text-align: var(--bs-body-text-align);
	background-color: var(--bs-body-bg);
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	padding-top: 3.5rem;
}
img {
	max-width: 100%;
	height: auto
}
hr {
	margin: 1rem 0;
	color: #eee;
	border: 0;
	border-top: 1px solid;
	opacity: 0.25;
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
	margin-top: 0;
	margin-bottom: 0.5rem;
	font-family: "Open Sans", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
	font-weight: 700;
	line-height: 1.2;
}
h1, .h1 {
	font-size: calc(1.2rem + 0.678vw);
}
p {
    font-size: 1rem;
    color: #2D2E2C;
}
footer h5 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	text-shadow: 2px 2px #000000cc;
}
footer span.title-trusted:before{
	content: "";
    display: block;
    width: 40px;
    height: 2px;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: var(--bs-orange);
}
footer span.title-trusted{
	padding-left: 55px;	
}
footer span.title {
	color: var(--bs-gray-100);
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    position: relative;
    display: inline-block;
}
footer .payment-options img {
	margin-right: 20px;
}
footer span.sub-title {
    color: #fff;
    font-weight: bold;
    line-height: 1.2;
    font-size: 0.8rem;
    margin-top: 0;
    margin-bottom: 0.5rem;
    display: block;
}
footer .nav-item > .nav-link:hover{
	color: var(--bs-gray-200);
    text-decoration: underline;
    text-underline-position: under;
}
footer .nav-item > .nav-link {
	color: var(--bs-light);
    font-size: 0.735rem;
    cursor: pointer;
}
footer .nav-item > .nav-link.active {
	color: var(--bs-gray-200);
    text-decoration: underline;
    text-underline-position: under;
    border-bottom: none;
}
footer .social-links{
	font-size: 1.577rem;
}
footer .card.partner{
	background-color: #4950573d;
	border-radius: 3px;
}
footer span.trusted-title{
	font-weight: 700;
	color: #dee2e6;
	text-transform: uppercase;
	border-right: 1px solid #6c757d;
	padding-right: 5px;
	text-shadow: 2px 2px #000000cc;
}
footer .trusted p {
	font-size: 0.789rem;
}
footer .trusted a {
	color: #00000000;
	text-decoration: none;
}
/*footer .copyright{
	border-top: solid 0.2px #eee;
}*/
footer .copyright p {
	font-size: 0.75rem;
	color: var(--bs-gray-500);
}
footer .last-section-footer{
	max-width: 15%;
}
#footer-container{
	background-color: #11324d;
    color: #f1f1f1;
}
#navbar_fixed_bottom {
   	display: none;
}
a{
	color: #053b67;
}
.separate-containers .site-main {
    margin: 0px;
}
.blue-title {
    color: #053b67;
    padding-bottom: 16px; /* espacio para el zigzag */
}
.blue-title::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 15px;
    transform: translateX(-50%);
    width: 32%;
    height: 2px;
    background: linear-gradient(to right, transparent, var(--bs-primary-text-emphasis), transparent);
    border-radius: 2px;
}
.btn-help:hover {
	color: #e52722;
	background-color: #fff;
	border-color: #fff;
}
.btn-help {
	color: #fff;
    text-transform: uppercase;
    background-color: #bf2c28;
    font-size: 0.72rem;
    font-weight: bold;
    border-radius: 3px;
    letter-spacing: 0.6px;
}
.fa.fa-twitter{
	font-family:sans-serif;
}
.fa.fa-twitter::before{
	content:"𝕏";
	font-size:1em;
}
#span_clock{
	color: #fff;
}
.navbar-border{
	border-bottom: solid 1.5px var(--bs-primary-text-emphasis);
}
/*.bg-dark {
	background-color: rgb(46 46 44) !important;
}*/
.btn-login{
	color: #0d0983;
}
.btn-join{
	background-color: var(--bs-success);
}
.login-form{
	align-items: center;
	gap: 0.3rem;
}
.login-form span{
	font-weight: 700;
}
.loginurl{
	cursor: pointer;
}
.fl-wrap {
	float: left;
	width: 100%;
	position: relative;
}
/*.fc-cont.fc-cont-prev {
	left: 0;
}
.fc-cont.fc-cont-next {
	right: 0;
}*/
.fc-cont:hover {
	color: var(--bs-orange);
}
.fc-cont {
	position: absolute;
	top: 50%;
	z-index: 1;
	width: 20px;
	height: 20px;
	line-height: 20px;
	margin-top: -10px;
	color: var(--wp--preset--color--contrast);
	font-size: 16px;
	cursor: pointer;
}
/*------ loader-------------------------------------------------*/
.loader-wrap {
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1100;
    background: #11324d;
}
.pin , .ajax-loader {
	position:absolute;
	left:50%;
	top:50%;
	width:40px;
	height:40px;
	border:4px solid;
	border-radius:100%;
	margin:-20px 0 0 -20px;
}
.pulse  , .ajax-loader-cirle{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border-radius:100%;
	animation: spin 1000ms linear infinite;
}
.pulse:before  , .ajax-loader-cirle:before{
	content:'';
	position:absolute;
	width:12px;
	height:4px;
	border-radius:4px;
	background:#fff;
	left:50%;
	top:50%;
	margin:-2px 0 0 -12px;
}
 
@keyframes spin {
   to{
        -webkit-transform: rotate(360deg);
transform: rotate(360deg);
    }
}
.to-top {
    position: fixed;
    bottom: 120px;
    right: 3%;
    width: 40px;
    height: 40px;
    color: #fff;
    line-height: 40px;
    font-size: 17px;
    z-index: 116;
    cursor: pointer;
    display: none;
    border-radius: 3px;
    box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.2);
    -webkit-transform: translate3d(0, 0, 0);
    background: #4aa2d1;
    text-align: center;
}
.carousel-indicators [data-bs-target] {
	margin-right: 8px;
    margin-left: 8px;
    width: 36px;
    height: 4px;
}
/*** Nav Menu section */
a.nav-link.active {
	border-bottom: 0.12rem solid var(--bs-orange);
}
#left-menu-stick li.active, .left-menu-mobile li a.active {
    background-color: var(--bs-navbar-disabled-color);
    border-bottom: none;
}
.left-menu-mobile li a.active {
	border-radius: 5px;
    line-height: inherit;
}
.navbar-toggler:focus{
	box-shadow: none;
}
.navbar-light, .navbar-dark, .offcanvas-header{
	box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 2px 4px -1px rgba(0, 0, 0, 0.2); 
}
.nav-link-txt {
	font-size: 0.789rem;
	font-weight: 600;
	color: #11324d;
	letter-spacing: 1px;
}
.nav-item > .nav-link{
	color: #fff;
}
.mobile-menu-login {
	position: absolute;
	right: 20px;
	line-height: initial;
}
.mobile-menu-login span{
	font-size: 1.6rem;
    color: var(--bs-gray-400);
    padding: 0px;
}
.offcanvas-header{
	padding: 8px 15px;
}
.offcanvas-btn {
	left: 15px;
    position: absolute;
}
.img-justify{
	display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.zoom:hover {
    transform: scale(1.04);
}
.zoom {
    transition: all .2s ease-in-out;
}
.img-opacity{
	opacity: 95%;
}
#left-menu-stick{
    top: 75px;
}
#left-menu-stick a {
    padding: 5px 0px;
}
#left-menu-stick a.active{
	background-color: #65626257;
	border-bottom: none;
}
/*#left-menu-stick li.nav-item{
	background-color: var(--bs-gray-800);
}*/
/*.show-menu-toggle {
	background-color: var(--bs-gray-800);
}*/
.sticky-md-top {
    top: 61px;
}
#left-menu-stick .close-sidebar-txt {
    text-decoration: underline;
    text-underline-position: under;
    cursor: pointer;
}
.show-casino-menu-toggle:hover, #left-menu-stick .show-menu-toggle:hover{
    background-color: var(--bs-border-color-translucent) !important;
    cursor: pointer;
}
#left-menu-stick .bg-light-subtle {
    background-color: #343a40 !important;
}
.offcanvas-body .bg-light-subtle {
    background-color: #343a40 !important;
    padding: 5px 15px;
}
#left-menu-stick .txt-to-show {
	display: none;
}
#left-menu-stick .dropdown-toggle::after{
	display: none;
}
#left-menu-stick .dropdown-menu{
	--bs-dropdown-link-hover-bg: var(--bs-dropdown-border-color);	
}
.container-main-padding {
	padding-left: 12px;
    padding-right: 12px;
}
#banner-area {
    position: relative;
}
.link-bg-home{
	background-color: red !important; 
	line-height: 17px;
}
.link-bg-deposit{
	background-color: #86bb03 !important;
	line-height: 17px;
}
.link-bg-login{
	background-color: #0d6efd !important;
}
.link-bg-join{
	background-color: #00af55 !important;
}
/*------ register form------------------------------------------------*/
.main-register-wrap , .reg-overlay {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:2000;
	overflow: auto;
	display: none;
	-webkit-transform: translate3d(0,0,0);
	background:rgba(0,0,0,0.81);
	padding: 10px;
}
.reg-overlay {
	z-index:1;
	background:none;
}
.hid-body {
    overflow:hidden;
}
.main-register-holder {
	max-width:420px;
	margin:100px auto 50px;
	position:relative;
	z-index:5;
}
.main-register h3 {
	float:left;
	width:100%;
	text-align:left;
	font-size:20px;
	padding:20px 0;
	margin-bottom:30px;
 	font-weight:600;
	color:#f7f9fb;
	border-bottom: 0.8px solid var(--bs-gray-700);
}
.main-register h3 span {
	font-weight: 800;
    font-size: 18px;
    color: #566985;
    text-transform: uppercase;
    /*font-family: 'Montserrat', sans-serif;*/
}
.main-register {
	float:left;
	width:100%;
	position:relative;
	padding:0 0 10px;
	margin-bottom:50px;
	background:#fff;
	border-radius:10px;
	overflow:hidden;
	box-shadow: 0px 0px 0px 7px rgba(255,255,255,0.3);
}
.close-reg {
    position: absolute;
    top: 12px;
    right: 20px;
    border-radius: 100%;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    transition: all .2s ease-in-out;
    z-index: 100;
    border: 1px solid #fff;
    background: #999;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    vertical-align: baseline;
    text-decoration: none;
    margin: 0;
    padding: 0;
}
.close-reg .fa-times {
	margin-left: 9px;
}
.close-reg:hover{
	background: #18458B;
}
.soc-log {
	padding:15px 0;
}
.soc-log p {
	margin-bottom:12px;
	font-size:12px;
	color:#454545;
}
.soc-log a {
	float:left;
	width:100%;
	padding:0 0 0  100px;
	color:#fff;
	height:60px;
	line-height:60px;
	margin-bottom:10px;
	border-radius:4px;
	font-size:14px;
	font-weight:500;
	position:relative;
	text-align:left;
}
.soc-log a i {
	font-size:16px;
	position: absolute;
	top:0;
	width:60px;
	height:100%;
	left:0;
	height:60px;
	line-height:60px;
	text-align:center;
	border-right: 1px solid rgba(0,0,0,0.21);
}
.soc-log a.facebook-log {
	background:#3b5998;
}
.soc-log a.twitter-log {
	background:#55acee;
}
.soc-log a.paypal-log{
	background:#205DA5;
}
.log-separator {
	margin-top:10px;
}
.log-separator  span{
	position:relative;
	width:90px;
	display:inline-block;
	background:#fff;
	z-index:2;
}
.log-separator:before {
	content:'';
	position:absolute;
	top:50%;
	left:0;
	right:0;
	height:1px;
	background:var(--bs-gray-700);
	z-index:1;
}
.custom-form .log-submit-btn {
	float:left;
	padding:13px 35px;
	border:none;
	border-radius:4px;
	color:#fff;
	cursor:pointer;
	-webkit-appearance: none;
	margin-top:12px;
}
.main-register .filter-tags{
	float:left;
	margin-top:30px;
}
.main-register .filter-tags label{
	color: #999 !important;
}
.lost_password {
	margin-top:34px;
	float:right;
}
.lost_password a, .main-register .filter-tags{
	float:left;
	color: #999;
	font-size:12px;
	font-weight:600;
	text-underline-position: under;
}
#tabs-container {
	float: left;
    width: 100%;
    margin-top: 10px;
    padding: 0 30px;
    border: none;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    vertical-align: baseline;
    text-decoration: none;
}
.tab {
	 float: left;
	 width: 100%;
}
.tabs-menu {
    float: left;
    width: 100%;
    list-style: none;
    border: none;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    vertical-align: baseline;
    text-decoration: none;
    margin: 0;
    padding: 0;
}
.tabs-menu li {
    float: left;
    width: 50%;
    border: none;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    vertical-align: baseline;
    text-decoration: none;
    margin: 0;
    padding: 0;
}
.tabs-menu  li a{
	float:left;
	width:100%;
	padding:20px 30px;
 	font-weight:600;
	font-size:12px;
	color:#fff;
	background:#eee;
	text-align:left;
	text-transform:uppercase;
	text-decoration: none;
    position: relative;
    background: #343a40;
}
.tabs-menu  li a i {
	padding-right:20px;
}
.tabs-menu li.current a {
	color: #fff;
	background:#212529;
}
.tabs-menu  li.current a , .tabs-menu  li a:hover {
	color:#fff;
}
.tab-content {
    width: 100%;
    padding: 20px 0;
    display: none;
}
#tab-1 {
	display: block;
}
.main-register h3 strong{
	color: var(--bs-orange);
}
.custom-form {
    float: left;
    width: 100%;
    position: relative;
}
/*-------------Forms---------------------------------------*/
.custom-form {
	float:left;
	width:100%;
	position:relative;
}
.bg-hr{
    color: #6c757d;
}
.start-25 {
    left: 85% !important;
}
.custom-form .nice-select {
	margin-bottom:20px;
}
.custom-form  textarea:focus , .custom-form input[type="text"]:focus  , .custom-form  input[type=email]:focus  , .custom-form  input[type=password]:focus  {
	background:#fff;
}
.custom-form .nice-select input {
	padding-left:20px;
}
.custom-form  input::-webkit-input-placeholder  , .custom-form  textarea::-webkit-input-placeholder{
	color: #666;
	font-weight:500;
	font-size:13px;
}
.custom-form  input:-moz-placeholder , .custom-form  textarea:-moz-placeholder  {
	color: #888DA0;
	font-weight:600;
	font-size:13px
}
.custom-form  textarea{
	height: 200px;
    resize: none;
    padding: 25px 20px;
	-webkit-appearance: none;
}
/*.custom-form  input  {
	margin-bottom:20px;
}*/
.custom-form label span{
	color: var(--bs-orange);
}
.filter-tags input , .custom-form  .filter-tags input {
	float:left;
	position:relative;
	border: 2px solid #ccc;
    cursor: pointer;
    padding: 0;
    width: 20px;
    height: 20px;
    position: relative;
	color:#0d6efd;
	background:#fff !important;
	-webkit-appearance: none;
}
.filter-tags input:checked:after , .custom-form  .filter-tags input:checked:after  {
	font-family: Font Awesome\ 5 Pro;
	content: "\f00c";
	font-size: 12px;
	position: absolute;
	top:2px;
	left: 2px;
	z-index:20;
}
.filter-tags label , .custom-form  .filter-tags label  {
	float:left;
	padding:0 10px;
	position:relative;
	top:4px;
	color:#888DA0;
	font-weight:600;
	width:auto;
}
/*.custom-form label {
	float:left;
	position:relative;
	width:100%;
	text-align:left;
	font-weight:500;
	color: #f7f9fb;
    font-size: 13px;
    font-weight: 500;
}*/
.main-register .custom-form label {
	margin: 0px;
    font-size: 0.89rem;
}
.custom-form label i {
	padding-right:12px;
	font-size:14px;
	position:absolute;
	top:16px;
	left:16px;
}
.custom-form button {
	outline:none;
	border:none;
	cursor:pointer;
	-webkit-appearance: none;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
  -webkit-appearance: none;
  margin: 0;
}
input[type=number]
{
  -moz-appearance: textfield;
}
.quantity {
	float:left;
 	width: 65px;
	height: 42px;
	position:relative;
}
.quantity input {
	width: 100%;
	height: 42px;
	line-height: 1.65;
	float: left;
	padding: 0;
	margin: 0;
	padding-left:10px;
	border: 1px solid #eee;
	border-radius:4px 0 0 4px;
	margin-bottom:0;
}
.quantity input:focus {
	outline: 0;
}
.quantity-nav {
	position: absolute;
	height: 42px;
	right:0;
	width: 20px;
	border-right: 1px solid #eee;
}
.quantity-button {
 	background: #F7F9FB;
	position: absolute;
	right:0;
	cursor: pointer;
	border-left: 1px solid #eee;
	width: 20px;
	text-align: center;
	color: #333;
	font-size: 13px;
	font-family: "Trebuchet MS", Helvetica, sans-serif !important;
	line-height: 1.7;
	box-sizing:border-box;
	-webkit-user-select: none;
	user-select: none;
}
.quantity-button.quantity-up {
	position: absolute;
	height: 50%;
	top: 0;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
}
.quantity-button.quantity-down {
	position: absolute;
	bottom: -1px;
	height: 50%;
	border-bottom: 1px solid #eee;
}
.custom-form.no-icons input , .custom-form.no-icons textarea {
	padding-left:10px;
}
.custom-form.no-icons label {
	margin-bottom:20px;
}
.pass-input-wrap span {
    position: absolute;
    right: 20px;
    cursor: pointer;
    bottom: 36px;
    z-index: 10;
	font-size:12px;
}
.radio{
	color:#999;
	font-size:13px;
	position:relative;
	top:-2px;
}
.radio span{
	position:relative;
	padding-left:30px;
	top:1px;
}
.radio span:after{
	content:'';
	width:20px;
	height:20px;
	border:2px solid #ccc;
	position:absolute;
	left:0;
	top:-3px;
	box-sizing:border-box;
}
.radio input[type="radio"]{
	cursor: pointer;
	position:absolute;
	width:100%;
	height:100%;
	z-index: 1;
	opacity: 0;
}
.radio input[type="radio"]:checked + span{
	color:#666;
}
.radio input[type="radio"]:checked + span:before{
	font-family: Font Awesome\ 5 Pro;
	content: "\f00c";
	font-size: 13px;
	position: absolute;
	top:0;
	left: 4px;
	z-index:20;
}
.fuzone {
    position: relative;
    border: 1px   solid #eee;
    border-radius: 3px;
    background: #F7F9FB;
    transition: all 0.3s linear;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
	min-height:160px;
	margin-top:0px;
	float:left;
	cursor:pointer;
}
.fuzone input {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity:0;
	z-index:100;
	cursor:pointer;
}
.fuzone .fu-text {
    text-align: center;
    margin: 50px 0;
    font-size: 12px;
	color: #999;
	font-weight:400;
    position: relative;
}
.fuzone .fu-text i {
	font-size:44px;
	width:100%;
	padding-bottom:10px;
    transition: all 0.3s linear;
}
.fuzone:hover  .fu-text i {
	transform: translateY(-10px);
}
.photoUpload-files span {
    color: #666;
    margin: 0 3px;
    padding: 3px 6px;
    background: #fff;
    border-radius: 2px;
    display: inline-block;
    font-size: 10px;
    box-shadow: 0 5px 5px rgb(0 0 0 / 7%);
}
.book-form .quantity-item label {
	width:auto;
	position:relative;
	top:16px;
	padding-right:10px;
    color: #878C9F;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
}
.book-form .quantity-item label i {
	position:relative;
	float:left;
	top:0;
	left:0;
	padding-right:8px;
}
.book-form .quantity  {
	float:right;
}
.book-form .quantity-item {
	margin-bottom:20px;
	float:left;
	width:50%;
}

.book-form  .quantity-item.fcit {
	padding-left:20px;
}
.book-form .btnaplly {
	color:#fff;
	width:100%;
	background:#F8BB11;
	padding:15px 0;
	border-radius:4px;
}
.book-form .btnaplly i {
	padding-left:10px;
}
.total-coast {
	padding:15px 0;
	border-top:1px   solid #eee;
	border-bottom:1px solid #eee;
	margin-bottom:20px;
}
.total-coast strong {
    color: #878C9F;
    font-size: 12px;
    font-weight: 600;
	position: absolute;
	left:0;
	top:21px;
}
.total-coast span {
	float:right;
	text-align:right;
	font-size:19px;
	font-weight:400;
	position:relative;
	top:3px;
}
.custom-form .total-coast  input {
	width: inherit !important;
	float:left;
	border:none;
	background:none;
	height:auto;
	padding:0;
	color: #888DA0;
	font-size:24px;
	text-align:right;
	margin-bottom:0;
	top:-3px;
	position:relative;
	right:10px;
}
.hid-input {
	display:none;
}
.book-form .bookdate-container label i {
	top:42px;
}
.book-form .bookdate-container input {
	padding-left:42px; 
}
.book-form .listsearch-input-item label   , .book-form .bookdate-container label {
	margin-bottom:12px;
}
.bookdate-container-dayscounter {
	position:absolute;
	right:10px;
	bottom:32px;
	z-index:20;
	cursor:help;
}
.bookdate-container-dayscounter  span{
	color:#fff;
	position:absolute;
	right:-10px;
	top:-40px;
	border-radius: 4px;
    background: #18458B;
	height: 30px;
    line-height: 30px;
    min-width: 100px;
	font-size:11px;
	opacity:0;
	visibility:hidden; 
}
.bookdate-container-dayscounter:hover span {
	opacity:1;
	visibility:visible;
}
.onoffswitch {
    position: relative; width: 83px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #FFFFFF; border-radius: 20px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "ON";
    padding-left: 21px;
    background-color: #4DB7FE; color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "OFF";
    padding-right: 21px;
    background-color: #4DB7FE; color: #FFFFFF;
    text-align: right;
}
.onoffswitch-switch {
    display: block; width: 21px; margin: 4.5px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 49px;
    border: 2px solid #FFFFFF; border-radius: 20px;
    transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}
/*.main-register .custom-form input[type="text"] , .main-register .custom-form  input[type=email] ,
.main-register .custom-form  input[type=password]{
	padding-left:20px;
}*/
/*** Modal ***/
.modal-game-card{
    max-width: 700px;
    width: 700px;
}
.modal-game-card .modal-header{
    border-bottom: none;
}
.modal-game-card .modal-body {
    /*background-color: #000000e6 !important;*/
}
.modal-game-card .modal-footer{
    border-top: none;
}
.modal-game-card .modal-footer .btn:hover {
    background-color: #0FA231;
}
.modal-menu-promo {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
/*** Modal end ***/
.main-menu-padding{
	padding-left: 12px;
    padding-right: 12px;
}
.main-menu-padding .col-sm-auto {
    /*min-width: 3%;*/
}
.main-menu-padding  .col-sm {
    min-width: 70%;
}
.link-view-all:hover{
    text-decoration: underline;
    text-underline-position: under;
    cursor: pointer;
}
.link-view-all{
    color: #053b67;
    text-decoration: none;
}
/* Portfolio
================================================== */
.portfolio{
	background: #f5f5f5;
	padding-bottom: 0;
}

#main-container.portfolio{
	background: none;
}
#filterGames {
    width: 205px;
}
.input-search {
    border: 1.5px solid var(--bs-gray);
    padding: 6px 20px;
    height: 50px;
    background: none !important;
    color: var(--bs-body-color);
    font-size: 14px;
    border-radius: 5px;
    box-shadow: none !important;
}
.input-search:focus {
    border: 2px solid var(--bs-orange) !important;
}
.input-search::placeholder {
  color:  var(--bs-gray-600) !important;
}

/*-- Isotope Portfolio start --*/
#isotope .isotope-item{
	padding:0;
}

.isotope-nav {
  	margin: -80px auto 80px;
  	display: inline-block;
  	float: right;
  	position: relative;
  	z-index: 100;
}
.isotope-nav ul{
	list-style: none;
	margin: 0;
}
.isotope-nav ul li{
	float: left;
	margin-right: 10px;
}
.isotope-nav ul li a{
	color: #323232;
  	padding: 5px 15px 8px;
  	border: 1px solid #ddd;
  	-webkit-transition: all 0.3s;
  	-moz-transition: all 0.3s;
  	-o-transition: all 0.3s;
  	transition: all 0.3s;
}

.isotope-nav ul a.active, 
.isotope-nav ul a:hover{
	color: #fff;
	position: relative;
	border: 1px solid transparent;
}

.isotope-nav ul a.active:after, 
.isotope-nav ul a:hover:after{
  	position: absolute;
  	content: " ";
  	width: auto;
  	height: auto;
  	bottom: -13px;
  	margin-left: -8px;
  	left: 50%;
  	border-width: 7px;
  	border-style: solid;
}

#isotope .isotope-item .grid{
	position: relative;
	margin-bottom: -8px;
}

.grid figure {
	position: relative;
	z-index: 1;
	display: inline-block;
	overflow: hidden;
	background: #3085a3;
	text-align: center;
	width: 100%;
	height: 100%;
}
.grid figure figcaption{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.grid figure figcaption {
	color: #fff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
figure.effect-oscar {
	background: rgba(0,0,0,.8);
	margin: 0px;
}

figure.effect-oscar img {
	display: block;
	width: 100%;
	opacity: 1;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-oscar figcaption {
	background-color: rgba(0,0,0,0.1);
	-webkit-transition: background-color 0.35s;
	transition: background-color 0.35s;
}

/*figure.effect-oscar figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid rgba(255,255,255,.3);
	content: '';
}*/

figure.effect-oscar h3 {
	font-size: 18px;
	color: #fff;
	opacity: 0;
	margin: 25% 0 10px 0;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

figure.effect-oscar a{
	color: #fff;
	/*font-size: 18px;*/
	margin: 20px 5px 0;
	display: inline-block;
	z-index: 1;
	position: relative;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}


figure.effect-oscar a.link i{
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

figure.effect-oscar figcaption::before,
figure.effect-oscar a {
	opacity: 0;
	-webkit-transition: all 0.35s, -webkit-transform 0.35s;
	transition: all 0.35s, transform 0.35s;
	-webkit-transform: scale(0);
	transform: scale(0);
}

figure.effect-oscar:hover h3 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-oscar:hover figcaption::before,
figure.effect-oscar:hover h3,
figure.effect-oscar:hover a {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}


figure.effect-oscar:hover figcaption {
	background-color: rgba(0,0,0,0.5);
}
/*figure.effect-oscar:hover img {
	opacity: 0.4;
}*/
figcaption .fa-play-circle{
    font-size: 2.2rem;
}
figure.effect-oscar.live a{
	margin-top: 25px;
}
/* Portfolio box */
.portfolio-box{
	padding-bottom: 80px;
}
.portfolio-box .isotope-nav{
	margin: 0 auto 60px;
	float: none;
}
/* Portfolio details */
.portfolio-static .col-md-1{
	min-width: 11.1%;
}
.portfolio-static-item{
	padding-bottom: 0px;
	margin-bottom: 20px;
}
.portfolio-static-item figure.effect-oscar a{
	text-decoration: none;
    height: 100%;
    margin: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.portfolio-static-item figure.effect-oscar a span{
    font-size: 1.02rem;
    display: block;
}
.portfolio-static-desc h3{
	font-size: 16px;
	margin: 5px 0 -5px 0;
	line-height: normal;
}
.portfolio-static-desc a{
	color: #6A6A6A;
}
/* Portfolio details */
.portfolio-desc h3{
	margin-top: 0;
}
.portfolio-desc .project-btn{
	margin-top: 20px;
	padding: 8px 25px;
}
.card-shadow {
	box-shadow: 0px 0px 0px 5px var(--bs-gray-700);
}
.hideState {
    display: none !important;
}
.sidebar {
	height: 100%;
	width: 160px;
	position: fixed;
	z-index: 1;
	top: 55px;
	left: 0;
	background-color: #11324d;
	overflow-x: hidden;
	padding-top: 16px;
}
.sidebar a {
	padding: 6px 8px 6px 6px;
	text-decoration: none;
	font-size: 20px;
	color: #818181;
	display: block;
}
.sidebar a:hover {
 	color: #f1f1f1;
}
.bg-sidebar{
	background-color: #11324d;
}
.seen-on-section{
    background-color: #f2f2f2;
    border-top: solid 1.2px #ccc;
    border-bottom: solid 1.2px #ccc;
}
.see-on-title{
    color: var(--bs-dark-text-emphasis);
    text-transform: uppercase;
}
.seen-on-section img{
    opacity: 90%;
}
.see-on-justify{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.main-left-sidebar {
 	margin-left: 160px; /* Same as the width of the sidenav */
	padding: 0px;
}
ul.pagination{
	margin: 0px;
}
@media screen and (max-height: 450px) {
	.sidebar {padding-top: 15px;}
	.sidebar a {font-size: 18px;}
}
@media (min-width: 667px) { 
    .sidebar-xs{
   		display: block !important;
   	}
}
@media (max-width: 950px) {
	#navigation .nav-item > .nav-link{
		width: 15%;
	}
}
/*-----------------------------------------------------------------------------------*/
/*  TABLET
/*-----------------------------------------------------------------------------------*/ 
@media (max-width: 768px) {
	body {
		padding-top: 3.5rem;
	}
	footer .trusted-experience img{
		margin: 15px auto;
	}
	.navbar-main{
		padding-left: 0px;
	}
	#navbar_betslip_button{
		display: block;
	}
}
@media only screen and (min-device-width: 576px) and (max-device-width: 768px) and (orientation:landscape) {
	
}
/*-----------------------------------------------------------------------------------*/
/*  PHONE
/*-----------------------------------------------------------------------------------*/ 
@media (max-width: 576px) { 
	body {
        padding-top: 6rem;
    }
    footer .last-section-footer{
		max-width: 100%;
	}
	.two-columns{
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1px;
    }
    #filterGames {
        width: 100%;
    }
    .mobile-top-links-carousel-item > a.active {
		border-bottom: 0.12rem solid var(--bs-orange);
	}
    /*.mobile-top-links-left-sidebar-carousel__container-background {
		background-color: #424242;
		margin-left: -15px;
		margin-right: -15px;
		padding-left: 15px;
		padding-right: 15px;
	}*/
	.mobile-top-links-left-sidebar-carousel__container-background a.active {
		border-bottom: solid 0.12rem var(--bs-orange); /*Dynamic according to current webpage*/
	}
	.mobile-top-links__link-text {
		font-size: 11px;
	}
    .mobile-top-links-left-sidebar-carousel-wrap .fc-cont.fc-cont-prev{
	    left: 0px;
	}
	.mobile-top-links-left-sidebar-carousel-wrap .fc-cont.fc-cont-next{
	    right: -10px;
	}
   	.text-xs-center {
        text-align: center !important;
    }
    .section-menu-toggle .sub-title{
        border-bottom: solid 1.8px #666;
        padding-bottom: 12px;
    }
    .main-left-sidebar {
        margin: 0px !important;
    }
    #menu-mobile-top{
    	border-bottom: 1.2px solid var(--bs-border-color-translucent);
        margin-bottom: 5px;
    }
    .sub-menu-hide{
    	display: none;
    }
    #navbar_fixed_bottom {
    	display: block;
    	z-index: 4;
	}
    /*#left-menu-stick{
	    display: none !important;
	}*/
	.nav-menu-mobile .nav-item{
		border-bottom: solid 0.8px #343a40;
	}
	.nav-menu-mobile .dropdown-menu{
		margin-bottom: 10px;
	}
	.nav-link{
		font-size: 0.923rem;  
	}
	.navbar .btn-fixed-bottom{
		padding: 8px 65px;
		box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.12), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.2);
	}
	.navbar-menu-mobile a.dropdown-toggle.collapsed::after{
		border-top: 0.3em solid transparent;
		border-left: 0.3em solid;
		border-bottom: 0.3em solid transparent;
		border-right: 0;
		vertical-align: unset;
	}
	.navbar-menu-mobile a.dropdown-toggle.show::after{
		border-top: 0.3em solid transparent;
		border-left: 0.3em solid;
		border-bottom: 0.3em solid transparent;
		border-right: 0;
		vertical-align: unset;
	}
	.mobile-top-links-carousel-item .title {
        font-size: 0.788rem;
        text-decoration: none;
        font-weight: 600;
        letter-spacing: 1.3px;
        line-height: normal;
    }
    .left-menu-mobile{
		overflow-y: scroll;
        overflow-x: hidden;
        max-height: 480px;
	}
	.left-menu-mobile .dropdown-item{
		line-height: 28px;
	}
    footer .payment-options img {
    	margin: 5px 7px;
        margin-left: 0px;
    }
    #footer-container {
    	padding-bottom: 65px;
    }
}	