/*
Theme Name: BtoBet Default Theme
Theme URI:
Author: Igor Ivanov
Author URI:
Description: BtoBet layout structure that can be used for any theme development
Version: 1.0
License: GNU General Public License v2 or later
License URI:
Text Domain:
Tags:
*/

/*--------------------------------------------------------------------------------------------------------------------
 *  01. Basic Styles
 *  02. Preloader
 *  04. Tool Tip
 *  05. Modal
 *  06. Panels
 *  07. Pagination
 *  08. Scroll To Top
 *  09. Sweet Alert
 *  10. Social Media
 *  11. Language
 *  12. Heading
 *  13. Header TopBar
 *  14. Header Navigation
 *  15. Header Navigation Menu
 *  16. Header Navigation Sub Menu
 *  17. Header Navigation Mobile
 *  18. Slider
 *  19. Page Header Title
 *  21. Main
 *  22. Casino Games Page
 *  23. Casino Games Play Page
 *  24. Casino widgets
 *  25. Player Page
 *  26. Register Page
 *  27. Post Page / Promotions
 *  28. 404 Page
 *  29. Widget
 *  30. Footer
 *  31. Plugins
 *  32. Others
 *  33. Animations
 *  34. Media Query
--------------------------------------------------------------------------------------------------------------------*/

/*-----------------------------------------------
	#Basic Styles
-----------------------------------------------*/
* {
	outline: none !important;
}

.bto-hide-bradius * {
	border-radius: 0 !important;
}

html {
	height: 100%;
}

html,
body {
	min-height: 100%;
}

body {
	position: relative;
	font-family: "OTSono", sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
	text-rendering: optimizeSpeed;
	background: #f4f4f4;
}

iframe {
	border: none !important;
}

/*-----------------------------------------------
	#News - Mitre to add in default theme
-----------------------------------------------*/

/* Theme Vertical */
.bto-widget-posts {
	position: relative;
	overflow: hidden;
}

.bto-widget-post {
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
}

.bto-widget-posts .widget-title {
	margin-bottom: 15px;
}

.bto-widget-posts .bto-post-entry-header {
	margin: 5px 0 5px;
}

.bto-widget-posts .bto-post-entry-header a {
	text-transform: uppercase;
}

.bto-widget-posts .bto-post-entry-content p {
	font-weight: 300;
	line-height: 19px;
	color: #000;
}

.bto-widget-posts .bto-meta {
	width: 100%;
	margin-top: 6px;
	padding-top: 6px;
	font-size: 11px;
	text-transform: uppercase;
	color: #a8a8a8;
	border-top: 1px solid #e9e9e9;
	overflow: hidden;
}

.bto-widget-posts .bto-meta .post-categories {
	display: block;
	float: left;
}

.bto-widget-posts .bto-meta .bto-date {
	float: right;
}

/* Theme Box*/
.bto-post-box {
	position: relative;
	min-height: 384px;
}

.bto-post-box .bto-post-featured-image {
	position: relative;
}

.bto-post-box .bto-post-featured-image a img {
	min-height: 384px;
}

.bto-post-box .bto-post-content {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 20px 15px;
	width: 100%;
	color: #fff;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
}

.bto-post-box .bto-post-content a,
.bto-post-box .bto-post-content p {
	color: #fff;
}

/*-----------------------------------------------
	#News - END -  Mitre to add in default theme
-----------------------------------------------*/

/* Layout */
.bto-boxedwidth .wrapper {
	margin: 0 auto;
	overflow: hidden;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.bto-boxedwidth.page-template-gameplay-page .wrapper {
	overflow: initial;
}

/*Clear Layout*/
.wrapper:before,
.wrapper:after,
.header:before,
.header:after,
.content-area:before,
.content-area:after,
.site-main:before,
.site-main:after,
.modal-body:before,
.modal-body:after,
.footer:before,
.footer:after {
	content: " ";
	display: table;
}

.wrapper:after,
.header:after,
.content-area:after,
.site-main:after,
.modal-body:after,
.footer:after {
	clear: both;
}

/* Typography */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	color: #000;
	font-weight: 400;
	margin: 0 0 15px;
	text-transform: uppercase;
}

h1,
.h1 {
	font-size: 30px;
}

h2,
.h2 {
	font-size: 26px;
}

h3,
.h3 {
	font-size: 22px;
}

h4,
.h4 {
	font-size: 18px;
}

h5,
.h5 {
	font-size: 14px;
}

h6,
.h6 {
	font-size: 12px;
}

p {
	margin: 0 0 30px;
}

em,
i {
	font-style: italic;
}

b,
strong,
.strong {
	font-weight: bold;
}

blockquote {
	margin: 0 0 30px;
	border-left: solid 1px #ccc;
	font-size: 14px;
	background: #fafafa;
}

hr {
	display: block;
	clear: both;
	width: 100%;
	height: 0;
	margin: 20px 0;
	border: 0;
	border-top: 1px solid #eee;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

/* Links */
a {
	color: #000;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

a:hover,
a:focus {
	color: #00b290;
	text-decoration: none;
}

/* Buttons */
.btn {
	font-size: 12px;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	box-shadow: none;
	border-radius: 8px;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.btn:hover,
.btn:focus,
.btn:active:focus,
.btn:active,
.btn.active {
	color: #fff;
	box-shadow: none;
}

/* Style Buttons */
.btn-default {
	color: #fff;
	border-color: #00b290;
	background-color: #00b290
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active,
.btn-default.active {
	color: #333;
	border-color: #dcdcdc;
	background-color: #e6e6e6;
}

.btn-primary {
	color: #fff;
	border-color: #2095f2;
	background-color: #2095f2;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active,
.btn-primary.active {
	color: #fff;
	border-color: #1d86da;
	background-color: #1d86da;
}

.btn-success {
	color: #fff;
	border-color: #00b290;
	background-color: #00b290;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active,
.btn-success.active {
	color: #fff;
	border-color: #00b290;
	background-color: #00b290;
}

.btn-info {
	color: #fff;
	border-color: #00bbd3;
	background-color: #00bbd3;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active,
.btn-info.active {
	color: #fff;
	border-color: #00a9be;
	background-color: #00a9be;
}

.btn-warning {
	color: #fff;
	border-color: #ff7f00;
	background-color: #ff7f00;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active,
.btn-warning.active {
	color: #fff;
	border-color: #e58800;
	background-color: #e58800;
}

.btn-danger {
	color: #fff;
	border-color: #f34235;
	background-color: #f34235;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active,
.btn-danger.active {
	color: #fff;
	border-color: #db3c30;
	background-color: #db3c30;
}

.btn-back {
	color: #fff;
	border-color: #9d9d9d;
	background-color: #9d9d9d;
}

.btn-back:hover,
.btn-back:focus,
.btn-back:active:hover,
.btn-back:active:focus,
.btn-back:active,
.btn-back.active {
	color: #fff;
	border-color: #8e8e8e;
	background-color: #8e8e8e;
}

.btn-close {
	color: #fff;
	border-color: #000;
	background-color: #000;
}

.btn-close:hover,
.btn-close:focus,
.btn-close:active:hover,
.btn-close:active:focus,
.btn-close:active,
.btn-close.active {
	color: #fff;
	border-color: #000;
	background-color: #000;
}

.btn-confirm {
	color: #fff;
	border-color: #000;
	background-color: #000;
}

.btn-confirm:hover,
.btn-confirm:focus,
.btn-confirm:active:hover,
.btn-confirm:active:focus,
.btn-confirm:active,
.btn-confirm.active {
	color: #fff;
	border-color: #393939;
	background-color: #393939;
}

.btn-user-success {
	color: #000;
	border-color: rgba(0, 178, 144, .1);
	background-color: #94ff80;
}

.btn-user-success:hover,
.btn-user-success:focus,
.btn-user-success:active:hover,
.btn-user-success:active:focus,
.btn-user-success:active,
.btn-user-success.active {
	color: #fff;
	border-color: #00b290;
	background-color: #00b290;
}

.btn-user-confirm {
	color: #94ff80;
	border-color: #000;
	background-color: #000;
}

.btn-user-confirm:hover,
.btn-user-confirm:focus,
.btn-user-confirm:active:hover,
.btn-user-confirm:active:focus,
.btn-user-confirm:active,
.btn-user-confirm.active {
	color: #fff;
	border-color: #161616;
	background-color: #161616;
}

.btn-user-forgot {
	color: #333;
	border-color: transparent;
	background-color: transparent;
	box-shadow: none;
}

.btn-user-forgot:hover,
.btn-user-forgot:focus,
.btn-user-forgot:active:hover,
.btn-user-forgot:active:focus,
.btn-user-forgot:active,
.btn-user-forgot.active {
	color: #333;
	border-color: transparent;
	background-color: transparent;
}

.btn-black {
	color: #fff;
	border-color: #484848;
	background: #484848;
}

.btn-black:hover,
.btn-black:focus,
.btn-black:active:hover,
.btn-black:active:focus,
.btn-black:active,
.btn-black.active {
	color: #fff;
	border-color: #535353;
	background: #535353;
}

.btn-grey {
	color: #fff;
	border-color: #00b290;
	background: #00b290;
}

.btn-grey:hover,
.btn-grey:focus,
.btn-grey:active:hover,
.btn-grey:active:focus,
.btn-grey:active,
.btn-grey.active {
	color: #fff;
	border-color: #01a788;
	background: #01a788;
}

.btn-brown {
	color: #fff;
	border-color: #785447;
	background: #785447;
}

.btn-brown:hover,
.btn-brown:focus,
.btn-brown:active:hover,
.btn-brown:active:focus,
.btn-brown:active,
.btn-brown.active {
	color: #fff;
	border-color: #6c4c40;
	background: #6c4c40;
}

.btn-blue {
	color: #fff;
	border-color: #2095f2;
	background: #2095f2;
}

.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active:hover,
.btn-blue:active:focus,
.btn-blue:active,
.btn-blue.active {
	color: #fff;
	border-color: #1d86da;
	background: #1d86da;
}

.btn-blue-light {
	color: #fff;
	border-color: #02a8f3;
	background: #02a8f3;
}

.btn-blue-light:hover,
.btn-blue-light:focus,
.btn-blue-light:active:hover,
.btn-blue-light:active:focus,
.btn-blue-light:active,
.btn-blue-light.active {
	color: #fff;
	border-color: #0298db;
	background: #0298db;
}

.btn-cyan {
	color: #fff;
	border-color: #00bbd3;
	background: #00bbd3;
}

.btn-cyan:hover,
.btn-cyan:focus,
.btn-cyan:active:hover,
.btn-cyan:active:focus,
.btn-cyan:active,
.btn-cyan.active {
	color: #fff;
	border-color: #00a9be;
	background: #00a9be;
}

.btn-blue-grey {
	color: #fff;
	border-color: #5f7c8a;
	background: #5f7c8a;
}

.btn-blue-grey:hover,
.btn-blue-grey:focus,
.btn-blue-grey:active:hover,
.btn-blue-grey:active:focus,
.btn-blue-grey:active,
.btn-blue-grey.active {
	color: #fff;
	border-color: #56707c;
	background: #56707c;
}

.btn-green {
	color: #fff;
	border-color: #00b290;
	background: #00b290;
}

.btn-green:hover,
.btn-green:focus,
.btn-green:active:hover,
.btn-green:active:focus,
.btn-green:active,
.btn-green.active {
	color: #fff;
	border-color: #029478;
	background: #029478;
}

.btn-green-light {
	color: #fff;
	border-color: #8ac249;
	background: #8ac249;
}

.btn-green-light:hover,
.btn-green-light:focus,
.btn-green-light:active:hover,
.btn-green-light:active:focus,
.btn-green-light:active,
.btn-green-light.active {
	color: #fff;
	border-color: #7caf42;
	background: #7caf42;
}

.btn-lime {
	color: #fff;
	border-color: #ccdb38;
	background: #ccdb38;
}

.btn-lime:hover,
.btn-lime:focus,
.btn-lime:active:hover,
.btn-lime:active:focus,
.btn-lime:active,
.btn-lime.active {
	color: #fff;
	border-color: #b8c633;
	background: #b8c633;
}

.btn-teal {
	color: #fff;
	border-color: #009587;
	background: #009587;
}

.btn-teal:hover,
.btn-teal:focus,
.btn-teal:active:hover,
.btn-teal:active:focus,
.btn-teal:active,
.btn-teal.active {
	color: #fff;
	border-color: #00867a;
	background: #00867a;
}

.btn-red {
	color: #fff;
	border-color: #f34235;
	background: #f34235;
}

.btn-red:hover,
.btn-red:focus,
.btn-red:active:hover,
.btn-red:active:focus,
.btn-red:active,
.btn-red.active {
	color: #fff;
	border-color: #db3c30;
	background: #db3c30;
}

.btn-pink {
	color: #fff;
	border-color: #e81d62;
	background: #e81d62;
}

.btn-pink:hover,
.btn-pink:focus,
.btn-pink:active:hover,
.btn-pink:active:focus,
.btn-pink:active,
.btn-pink.active {
	color: #fff;
	border-color: #d11a58;
	background: #d11a58;
}

.btn-purple {
	color: #fff;
	border-color: #9b26af;
	background: #9b26af;
}

.btn-purple:hover,
.btn-purple:focus,
.btn-purple:active:hover,
.btn-purple:active:focus,
.btn-purple:active,
.btn-purple.active {
	color: #fff;
	border-color: #8c229e;
	background: #8c229e;
}

.btn-purple-d {
	color: #fff;
	border-color: #6639b6;
	background: #6639b6;
}

.btn-purple-d:hover,
.btn-purple-d:focus,
.btn-purple-d:active:hover,
.btn-purple-d:active:focus,
.btn-purple-d:active,
.btn-purple-d.active {
	color: #fff;
	border-color: #5c33a4;
	background: #5c33a4;
}

.btn-indigo {
	color: #fff;
	border-color: #3e50b4;
	background: #3e50b4;
}

.btn-indigo:hover,
.btn-indigo:focus,
.btn-indigo:active:hover,
.btn-indigo:active:focus,
.btn-indigo:active,
.btn-indigo.active {
	color: #fff;
	border-color: #3848a2;
	background: #3848a2;
}

.btn-yellow {
	color: #fff;
	border-color: #fec006;
	background: #fec006;
}

.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow:active:hover,
.btn-yellow:active:focus,
.btn-yellow:active,
.btn-yellow.active {
	color: #fff;
	border-color: #e5ad05;
	background: #e5ad05;
}

.btn-amber {
	color: #fff;
	border-color: #fec006;
	background: #fec006;
}

.btn-amber:hover,
.btn-amber:focus,
.btn-amber:active:hover,
.btn-amber:active:focus,
.btn-amber:active,
.btn-amber.active {
	color: #fff;
	border-color: #e5ad05;
	background: #e5ad05;
}

.btn-orange {
	color: #fff;
	border-color: #fe9700;
	background: #fe9700;
}

.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active:hover,
.btn-orange:active:focus,
.btn-orange:active,
.btn-orange.active {
	color: #fff;
	border-color: #e58800;
	background: #e58800;
}

.btn-orange-d {
	color: #fff;
	border-color: #fe5621;
	background: #fe5621;
}

.btn-orange-d:hover,
.btn-orange-d:focus,
.btn-orange-d:active:hover,
.btn-orange-d:active:focus,
.btn-orange-d:active,
.btn-orange-d.active {
	color: #fff;
	border-color: #e54e1e;
	background: #e54e1e;
}

.btn-lg,
.btn-group-lg > .btn {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
}

.btn-sm,
.btn-group-sm > .btn {
	font-size: 12px;
	line-height: 1;
	border-radius: 8px;
}

.btn-xs,
.btn-group-xs > .btn {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 6px;
}

body.home .bto-user-menu .btn-user-success {
	display: inline-block;
}

.navbar-v2 .navigation-right .bto-user-menu .bto-user-login .btn,
.navbar-v2 .navigation-right .bto-user-menu .btosystem-logged-deposit {
	padding: 10px 12px 9px;
	height: 35px;
}

.navbar-v2 .navigation-right .bto-user-menu .bto-user-login .btn {
	border-radius: 0 8px 8px 0;
}

.navbar-v2 .navigation-right .bto-user-menu .bto-user-login .btn.btosystem-showlogin-btn {
	border-radius: 8px 0 0 8px;
	margin-right: -4px;
}

/* Input */
.form-control, select.form-control:not(:root:root) {
	height: 36px;
	padding: 6px 10px 4px;
	border-color: #e9e9e9;
	font-size: 12px;
	color: #000;
	background-color: #fff !important;
	box-shadow: none;
	border-radius: 8px;
}

select.form-control:not(:root:root) {
    background: #f6f9fd url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='19' height='19' viewBox='0 0 24 24'><path fill='rgb(116, 118, 148)' d='M7.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z'></path></svg>");
    background-position: 100% 50%;
    background-repeat: no-repeat;
}


.form-control:focus {
	border-color: #e9e9e9;
	color: #000;
	background: #f9f9f9;
	box-shadow: none;
}

.form-control:-ms-input-placeholder,
.form-control:focus:-ms-input-placeholder {
	color: #6f6f6f;
}

.form-control::-moz-placeholder,
.form-control:focus::-moz-placeholder {
	color: #6f6f6f;
}

.form-control::-webkit-input-placeholder,
.form-control:focus::-webkit-input-placeholder {
	color: #6f6f6f;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	opacity: 1;
	border-color: #e9e9e9;
	color: #a8a8a8;
	background-color: #eee;
}

.form-control.input-sm,
.select.input-sm {
	height: 36px;
	line-height: 36px;
	border-radius: 8px;
}

/* IE 9, 10 & 11 */
@media screen and (min-width:0\0) {
	.form-control.input-sm,
	.select.input-sm {
		line-height: normal;
	}

}

.input-group-addon {
	border: 1px solid #e9e9e9;
	color: #000;
	background-color: #fff;
	border-radius: 8px;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px #f6f9fd inset !important;
	-webkit-text-fill-color: #6f6f6f !important;
	background: transparent !important;
}

input:focus {
	outline: none;
}

/* Input Label */
.form-group label {
	font-size: 12px;
	color: #6f6f6f;
}

.bto-lb-required {
	position: relative;
	top: 3px;
	margin-left: 6px;
	color: #D32F2F;
}

/* Input Alerts */
.form-control.error {
	border: 1px solid #a94442;
}

label.error {
	width: 100%;
	line-height: 1.6;
	margin-top: 2px;
	padding: 6px;
	border: 1px solid #ebccd1;
	border-radius: 3px;
	color: #a94442 !important;
	font-size: 11px !important;
	font-weight: bold;
	background-color: #f2dede;
}

/* Checkbox & Radio */
.bto-custom-input input[type="checkbox"],
.bto-custom-input input[type="radio"] {
	display: none;
}

.bto-custom-input span:before {
	display: inline-block;
	position: absolute;
	left: 0;
	content: '';
	height: 17px;
	width: 17px;
	border: 1px solid #ccd6e4;
}

.bto-custom-input input[type=checkbox]:checked + span:before {
	border: 1px solid #4bae4f;
	background: #fff url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAKCAYAAABi8KSDAAABS2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzggNzkuMTU5ODI0LCAyMDE2LzA5LzE0LTAxOjA5OjAxICAgICAgICAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIi8+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+IEmuOgAAALVJREFUGJWF0KFOA1EQheGPC6nAoHArmroKFAJdS0k36Upo4A1wPENVNaqKBNFkA1SDr27SJ9gaXEOCIGnA3E1uVrDjzpl/JmfmYFjmWuoaUwyOWsALzNFBGf4Bu1hGEHYBGTYYJeAJ3nAadYUi4BV9POMch3jCWQS/cInPNPMxXvCOq+jtcYM1BOTYxmaG22TBQ4yjhisU+G4c+IhZatTfWOEOv1F/4L4xLM28QA8TjPHThP8AVpoduUmn5zAAAAAASUVORK5CYII=') /*assets/images/checkbox-checked.png*/ ;
	background-repeat: no-repeat;
	background-position: center;
}

.bto-custom-input input[type=radio] + span:before {
	content: '';
	float: left;
	height: 17px;
	width: 17px;
	border: 1px solid #ccd6e4;
	border-radius: 10px;
}

.bto-custom-input input[type=radio]:checked + span:before {
	border: 1px solid #4bae4f;
	background: #fff url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAYAAAA7bUf6AAABS2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzggNzkuMTU5ODI0LCAyMDE2LzA5LzE0LTAxOjA5OjAxICAgICAgICAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIi8+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+IEmuOgAAAJlJREFUOI3t0bEJwkAUgOFPsXIFBXEM69hZCJaic6iFYKnOESwFCzvrLGGl7pDaJkI8EnID5Icr3oP3NUdbWCdczK5z6GOLFUZ4IcUR+X1x+7vpVcB9PDAp7cbYY1q8vHzQrUB2AVBugk24rEKWNcCvdQwybEAGMci7AfnEIJcGJI1BTshqgAznGCRHggOexfws5kTwvW3VfQFzyxhLDR6eWwAAAABJRU5ErkJggg==') /*assets/images/radio-checked.png*/ ;
	background-repeat: no-repeat;
	background-position: center;
}

/* Datepicker */
.datepicker table {
	color: #000;
}

.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active {
	color: #94ff80;
	background-color: #000;
	border-color: #000;
}

.datepicker table tr td.active:active:hover,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.highlighted.active.focus {
	color: #fff;
	background-color: #393939;
	border-color: #393939;
}

/* Dropdown */
.dropdown-group {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.dropdown-toggle {
	position: relative;
	display: block;
	padding: 6px;
	padding-right: 20px !important;
	border: 1px solid #e9e9e9;
	border-radius: 8px;
	font-size: 13px;
	color: #000;
	background-color: #fff;
}

a.dropdown-toggle {
	color: #000;
}

.dropdown-toggle:active,
.open .dropdown-toggle {
	color: #262735;
	box-shadow: none !important;
	background: #fff;
}

.dropdown-toggle i {
	top: 3px;
	margin-right: 2px;
}

.dropdown-toggle i[class*=bto-icon-] {
	position: relative;
	top: 1px;
	margin-right: 2px;
}

.dropdown-toggle .caret {
	display: none;
}

.dropdown-toggle:after {
	position: absolute;
	top: 11px;
	right: 5px;
	font-family: 'Glyphicons Halflings';
	font-size: 10px;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	content: "\e259";
}

.open .dropdown-toggle:after {
	content: "\e260";
}

.dropdown-menu {
	padding: 0 5px;
	border-color: #E9E9E8;
	background-color: #fff;
	-moz-animation-duration: 0.5s;
	-o-animation-duration: 0.5s;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

.dropdown-menu > li {
	padding: 8px 5px;
	border-bottom: 1px solid #e9e9e9;
	font-size: 12px;
	color: #000;
	white-space: nowrap;
}

.dropdown-menu > li:last-child {
	border: none;
}

.dropdown-menu > li > a {
	padding: 0;
	font-size: 12px;
	color: #262735;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	color: #00b290;
	background-color: transparent;
}

.dropdown-menu-right > li {
	text-align: right;
}

/* Dropdown Submenu*/
.dropdown-submenu,
.dropdown-submenu li {
	position: relative;
}

.dropdown-submenu .dropdown-submenu-toggle {
	position: relative;
	display: block;
	padding: 6px;
	padding-right: 20px !important;
	border: 1px solid #ccd6e4;
	border-radius: 3px;
	font-size: 13px;
	color: #000;
	background-color: #f6f9fd;
}

.dropdown-submenu a.dropdown-submenu-toggle {
	color: #000;
}

.dropdown-submenu .dropdown-submenu-toggle:active,
.dropdown-submenu.open .dropdown-submenu-toggle {
	color: #262735;
	box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.08) !important;
	background: #fff;
}

.dropdown-submenu .dropdown-submenu-toggle i {
	top: 3px;
	margin-right: 2px;
}

.dropdown-submenu .dropdown-submenu-toggle .caret {
	display: none;
}

.dropdown-submenu .dropdown-submenu-toggle:after {
	position: absolute;
	top: 10px;
	right: 5px;
	font-family: 'Glyphicons Halflings';
	font-size: 10px;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	content: "\e259";
}

.dropdown-submenu.open .dropdown-submenu-toggle:after {
	right: 6px;
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

/* Table Bordered*/
.table {
	color: #4b4d67;
}

.table > thead > tr > th {
	color: #000;
}

.table > tbody > tr > td {
	font-size: 12px;
	color: #4b4d67;
}

.table-hover > tbody > tr:hover {
	background: #f3f4f6 !important;
}

.table-bordered {
	border: 1px solid #e7ecf1;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
	border: 1px solid #e9e9e9;
}

.table-striped > tbody > tr:nth-of-type(odd) {
	background-color: #fbfcfd;
}

/*-----------------------------------------------
	#Heading Title
-----------------------------------------------*/
.bto-heading {
	float: left;
	width: 100%;
	overflow: hidden;
	margin: 0 0 10px;
}

.bto-heading .bto-heading-title {
	display: inline-block;
	position: relative;
	line-height: 34px !important;
	margin: 0;
	padding: 0 12px 0 0;
}

/* Heading Style */
.bto-heading-v1 {
	border-bottom: 1px solid #e9e9e9;
	text-align: left;
}

.bto-casino-lobby .bto-casino-heading-v1 {
	border: none;
}

.bto-casino-lobby .bto-casino-heading-v2 .bto-casino-heading-title {
	padding: 0;
}

.bto-heading-v2 {
	text-align: center;
}

.bto-casino-lobby .bto-casino-heading-v2 {
	text-align: left;
}

.bto-heading-v2 .bto-heading-title {
	padding: 0 12px;
}

.bto-heading-v2 .bto-heading-title:before,
.bto-heading-v2 .bto-heading-title:after {
	content: "";
	position: absolute;
	top: 17px;
	width: 1000%;
	border-width: 1px;
	border-color: rgba(157, 157, 157, 0.2);
	border-bottom-style: solid;
}

.bto-heading-v2 .bto-heading-title:before {
	right: 100%;
}

.bto-heading-v2 .bto-heading-title:after {
	left: 100%;
}

.bto-heading-v3 {
	text-align: left;
	background: #000;
}

.bto-heading-v3 .bto-heading-title {
	padding: 0 10px;
	font-size: 16px;
	color: #fff;
}

.bto-casino-lobby .bto-casino-heading-v3,
.bto-casino-lobby .bto-casino-heading-v3 .bto-casino-heading-title {
	color: #94ff80;
	background: #000;
}

.bto-heading-v4 {
	text-align: center;
	background: #000;
}

.bto-heading-v4 .bto-heading-title {
	padding: 0 10px;
	font-size: 16px;
	color: #fff;
}

.bto-heading-hide {
	display: none;
}

.bto-casino-wide .bto-heading {
	margin: 15px 0;
}

.bto-casino-lobby .bto-casino-heading-v1 span:last-child,
.bto-casino-lobby .bto-casino-heading-v2 span:last-child,
.bto-casino-lobby .bto-casino-heading-v3 .bto-casino-heading-title span:last-child {
	font-weight: 500;
	color: #000;
}

.bto-casino-lobby .bto-casino-heading-v2 .bto-casino-heading-title:before,
.bto-casino-lobby .bto-casino-heading-v2 .bto-casino-heading-title:after {
	display: none;
}

/*-----------------------------------------------
	#Preloader and Data Tables Preloader
-----------------------------------------------*/
#btoSpeedingWheel {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9000;
	width: 100%;
	height: 100%;
	background-color: rgba(38, 39, 53, 0.5);
}

.loader-spin-container {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 49px;
	margin-top: -25px;
	text-align: center;
}

.loader-spin-speeding-wheel,
.dataTables_processing {
	width: 49px !important;
	height: 49px !important;
	margin: 0 auto !important;
	background: transparent !important;
	border-radius: 50% !important;
}

.loader-spin-speeding-wheel.loader1,
.dataTables_processing.loader1,
.bto-casino-lobby .bto-casino-game-item.loader1:after {
	border: 3px solid #00b290;
	border-left-color: transparent;
	border-right-color: transparent;
	-moz-animation: bto-loader-spin 0.5s infinite linear;
	-o-animation: bto-loader-spin 0.5s infinite linear;
	-webkit-animation: bto-loader-spin 0.5s infinite linear;
	animation: bto-loader-spin 0.5s infinite linear;
}

.loader-spin-speeding-wheel.loader2,
.dataTables_processing.loader2 {
	border: 5px solid #000;
	border-top-color: #00b290;
	-webkit-animation: bto-casino-gameloader 1s linear infinite;
	-o-animation: bto-casino-gameloader 1s linear infinite;
	-moz-animation: bto-casino-gameloader 1s linear infinite;
	animation: bto-casino-gameloader 1s linear infinite;
}

.loader-spin-speeding-wheel.loader3,
.dataTables_processing.loader3 {
	border: 3px solid #00b290;
	-moz-animation: pulsate 1s ease-out;
	-o-animation: pulsate 1s ease-out;
	-webkit-animation: pulsate 1s ease-out;
	animation: pulsate 1s ease-out;
	-moz-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	opacity: 0.0;
}

/*-----------------------------------------------
	#Tool Tip
-----------------------------------------------*/
.tooltip {
	font-size: 11px;
	white-space: nowrap;
}

.tooltip-inner {
	min-width: 100px;
	max-width: 300px;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	color: #fff;
	background-color: #000;
}

.tooltip.top .tooltip-arrow {
	border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
	border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
	border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
	border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
	border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
	border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
	border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
	border-bottom-color: #000;
}

/*-----------------------------------------------
	#Modal
-----------------------------------------------*/

/*.modal-content { padding: 0 10px; border: 1px solid transparent; }
.modal-header { border-bottom: 1px solid #eee; }
.modal-header, .modal-body, .modal-footer { padding: 10px 0; }
.modal-header .close { opacity: 0.5; margin-top: 0; font-size: 26px; font-weight: normal; -moz-transition: transform .5s cubic-bezier(.16,.81,.32,1),opacity .5s ease; -o-transition: transform .5s cubic-bezier(.16,.81,.32,1),opacity .5s ease; -webkit-transition: transform .5s cubic-bezier(.16,.81,.32,1),opacity .5s ease; transition: transform .5s cubic-bezier(.16,.81,.32,1),opacity .5s ease; }
.modal-header .close:hover, .modal-header .close:focus { -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); -webkit-transform: rotate(180deg); transform: rotate(180deg); }
.modal-title { line-height: 1.6; }
.modal-body .info-text { margin-bottom: 5px; font-size: 12px; }
.modal-footer .btn { min-width: 100px; }*/

.modal-header,
.modal-footer,
hr, 
.bto-deposits .bto-deposit-footer,
.bto-deposits .bto-deposit-payment { 
	border-color: #d0d0d0;
}

.modal-content { 
	background-color: #f4f4f4;
}

.modal-body .info-text a {
	color: #00b290;
}

/*-----------------------------------------------
	#Panels
-----------------------------------------------*/
.panel-form-o {
	padding: 10px;
	border: 1px solid #e9e9e9;
	border-radius: 8px;
	background-color: #fff;
}

.panel-form {
	padding: 10px;
	border: 1px solid #e9e9e9;
	border-radius: 8px;
	background: #fff;
}

.panel-form-header {
	margin-bottom: 15px;
	border-bottom: 1px solid #edf1f3;
}

.panel-form-header h4 {
	margin-bottom: 10px;
	font-size: 21px;
	font-weight: 300;
}

.panel-message {
	margin: 0;
	color: #262735;
}

/*-----------------------------------------------
	#Pagination
-----------------------------------------------*/
.pagination > li > a,
.pagination > li > span {
	border-color: #e7ecf1;
	color: #262735;
	padding: 7px 12px 5px;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	border-color: #000;
	color: #fff;
	background-color: #000;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	color: #fff;
	border-color: #000;
	background-color: #000;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
	border-color: #e9e9e9;
	color: #000;
}

/*-----------------------------------------------
	#Scroll To Top
-----------------------------------------------*/
.scroll-top {
	opacity: 0;
	display: block;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 1001;
	width: 32px;
	height: 32px;
	border: 1px solid #283848;
	border-radius: 3px;
	color: #fff;
	text-align: center;
	line-height: 32px;
	background: #000;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.scroll-top .icon {
	font-size: 18px;
}

.scroll-top.scroll-in {
	opacity: 1;
	cursor: pointer;
}

.scroll-top.scroll-in:hover {
	opacity: 1;
}

/*-----------------------------------------------
	#Sweet Alert
-----------------------------------------------*/
.sweet-alert {
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.sweet-alert h2 {
	color: #262735;
}

.sweet-alert .sa-icon {
	border-radius: 50% !important;
}

.sweet-alert .confirm {
	background-color: #4bae4f !important;
}

/*-----------------------------------------------
	#Social Media
-----------------------------------------------*/
.bto-social-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.bto-social-menu li {
	display: block;
	float: left;
	width: 32px;
}

.bto-social-menu li a {
	display: block;
	float: left;
	width: 100%;
	border-radius: 3px;
	text-indent: -99999em;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-align: center;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}

.bto-social-menu li a:before {
	float: left;
	width: 100%;
	line-height: 32px;
	text-indent: 0;
}

.bto-social-menu li a:hover {
	text-decoration: none;
}

/*-----------------------------------------------
	#Language
-----------------------------------------------*/
.bto-language-nav {
	position: relative;
	float: right;
}

.bto-language-nav.open .dropdown-toggle {
	box-shadow: none !important;
}

.bto-language-nav .dropdown-toggle img {
	margin-top: -4px;
}

.bto-language-nav .dropdown-menu {
	border-radius: 0;
}

.bto-language-nav .dropdown-menu > li {
	padding: 8px 0;
	text-align: left;
}

.bto-language-nav .dropdown-menu > li img {
	margin-top: -4px;
	margin-right: 2px;
}

/*-----------------------------------------------
	#Player Navigation
-----------------------------------------------*/

/* Player menu */
.bto-user-menu .form-control {
	width: 140px;
	height: 32px;
}

/* Player Login */
.bto-user-login .bto-form-control-password {
	border-radius: 3px 0 0 3px;
}

.bto-user-login .bto-btn-user-forgot {
	position: relative;
	margin-left: -3px;
	padding: 0;
	border-radius: 0 3px 3px 0;
	border-color: #ccd6e4;
	border-left: none;
	font-size: 16px;
	color: #737488;
	background-color: #f6f9fd;
}

.bto-hide-bradius .bto-user-login .bto-btn-user-forgot {
	margin-left: -5px;
}

.bto-user-login .bto-btn-user-forgot span {
	display: block;
	height: 30px;
	padding: 7px 12px;
}

.bto-user-login .bto-btn-user-forgot span:after {
	content: "\f023";
	display: inline-block;
	font-family: 'FontAwesome';
	line-height: 1px;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}

.bto-user-login .bto-btn-user-forgot:hover span:after {
	content: "\f13e";
	color: #737488;
}

/* Player Simple Form */
.bto-login-sm .btn {
	min-width: 100px;
}

/* Player Logged */
.bto-user-logged .bto-btn-deposit {
	margin-right: 0;
}

/* Player Logged Simple Form*/
.bto-user-logged-sm {
	position: relative;
	font-size: 13px;
}

.bto-user-logged-sm .dropdown-menu > li i {
	position: relative;
	top: 2px;
	margin-right: 8px;
	font-size: 16px;
}

.bto-user-logged-sm .dropdown-toggle i {
	margin-right: 2px;
}

.bto-user-logged-sm .bto-logged-username {
	font-weight: bold;
	color: #00b290;
}

.bto-user-logged-sm .bto-btn-logout {
	padding: 0;
	border: none;
	color: #000;
	text-transform: none;
	background: none;
}

.bto-user-logged-sm .bto-btn-logout:hover {
	color: #00b290;
}

/* Player Modal Login & Register */
header .bto-modal-user .modal-header {
	margin-bottom: 5px;
}

header .bto-modal-user .modal-header .modal-title {
	font-size: 20px;
	text-align: center;
}

header .bto-modal-user .modal-body {
	padding-bottom: 0;
}

header .bto-modal-user .modal-footer {
	border-top: none;
}

header .bto-modal-user .modal-dialog .form-control {
	min-width: 100%;
	min-height: 36px;
}

/* Player Alternate Login */
.bto-user-alternate,
.bto-user-alternate-modal {
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	padding-bottom: 5px;
}

.bto-user-alternate a,
.bto-user-alternate-modal a {
	opacity: 1;
	display: block;
	-ms-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	text-align: left;
}

.bto-user-alternate a,
.bto-user-alternate-modal a:last-child {
	text-align: right;
}

.bto-user-alternate a:hover,
.bto-user-alternate-modal a:hover {
	opacity: 1;
}

.bto-user-alternate a i,
.bto-user-alternate-modal a i {
	margin-right: 5px;
}

.bto-user-alternate a.bto-user-forgot:before,
.bto-user-alternate-modal a.bto-user-forgot:before {
	display: inline-block;
	position: relative;
	top: 1px;
	content: "\f023";
	margin-right: 5px;
	font-family: 'FontAwesome';
	font-size: 18px;
	line-height: 1px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}

.bto-user-alternate a.bto-user-forgot:hover:before,
.bto-user-alternate-modal a.bto-user-forgot:hover:before {
	content: "\f13e";
}

.bto-user-alternate a.bto-user-register:before,
.bto-user-alternate-modal a.bto-user-register:before {
	display: inline-block;
	position: relative;
	top: 1px;
	content: "\e008";
	margin-right: 5px;
	font-family: 'Glyphicons Halflings';
	font-size: 14px;
	line-height: 1px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}

/* Player Slider Login */
.bto-float-login.panel-form {
	padding: 0 !important;
	border: none;
	border-radius: 6px;
	background: #fff;
}

.bto-float-login.panel-form .panel-form-header h4 {
	margin-bottom: 0;
	padding: 20px;
	font-size: 21px;
	font-weight: 300;
}

.bto-float-login.panel-form .panel-form-header h4 span:first-child {
	font-weight: bold;
}

.bto-float-login.panel-form p {
	margin-bottom: 14px;
	padding: 0 20px;
	font-size: 13px;
	font-weight: 300;
	line-height: 18px;
	color: #a5a5a5;
}

.bto-float-login.panel-form form {
	padding: 0 20px 20px 20px;
}

.bto-float-login.panel-form form .btn {
	padding: 11px 35px;
	width: auto;
	font-weight: 600;
}

.bto-float-login.panel-form form .bto-user-alternate a {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	color: #000;
	letter-spacing: normal;
	word-spacing: normal;
	opacity: 1;
}

.bto-float-login.panel-form form .bto-user-alternate a.btosystem-forgot-btn {
	float: right;
	text-decoration: underline;
	text-align: right;
	color: #bb2e2e;
}

.bto-float-login.panel-form form .bto-user-alternate a:hover {
	opacity: .8;
}

/*-----------------------------------------------
	#Header TopBar
-----------------------------------------------*/

/* Navigation TopBar */
header .navigation-topbar {
	position: relative;
	border-bottom: 1px solid #f5f5f5;
	background-color: #f9f9f9;
}

header .navigation-topbar .pull-right > div:first-child {
	border-left: none;
}

/* Navigation TopBar Info Links*/

/*header .navigation-topbar .info-brand { padding: 8px 0 9px 0; }
header .navigation-topbar .info-brand .clock { display: inline-block; line-height: 18px; margin-right: 10px; padding: 0; font-size: 11px; color: #262735; }
header .navigation-topbar .info-brand .top-menu-nav { display: inline-block; line-height: 18px; }
header .navigation-topbar .info-brand .top-menu-nav ul { display: block; margin: 0; padding: 0; list-style: none; }
header .navigation-topbar .info-brand .top-menu-nav ul li { display: inline-block; line-height: 18px; margin-right: 10px; padding: 0; font-size: 11px; color: #262735;}*/

/* Navigation TopBar Social*/
header .navigation-topbar .bto-social-nav {
	float: right;
}

header .navigation-topbar .bto-social-menu li {
	border-right: 1px solid #e9e9e9;
}

header .navigation-topbar .bto-social-menu li a {
	padding: 2px 0;
	border-radius: 0;
}

header .navigation-topbar .bto-social-menu li:first-child {
	border-left: 1px solid #e9e9e9;
}

/* Navigation TopBar Language */
header .navigation-topbar .bto-language-nav {
	border-right: 1px solid #ebebeb;
}

header .navigation-topbar .bto-language-nav .dropdown-toggle {
	padding: 9px 6px;
	border: none;
	color: #262735;
	background-color: #f9f9f9;
}

header .navigation-topbar .bto-language-nav .dropdown-toggle a {
	color: #262735;
}

header .navigation-topbar .bto-language-nav .dropdown-toggle:after {
	top: 12px;
}

header .navigation-topbar .bto-language-nav .dropdown-menu {
	right: -1px;
	border-color: #ebebeb;
}

/* Navigation TopBar Player Menu */
header .navigation-topbar .form-control {
	width: 130px;
	height: 28px;
}

header .navigation-topbar .bto-btn-user-forgot {
	min-width: 33px;
	margin-left: -5px;
	padding: 0;
	border-color: #ccd6e4;
	font-size: 15px;
	color: #737488;
	background-color: #f6f9fd;
}

header .navigation-topbar .bto-btn-user-forgot span {
	display: block;
	height: 26px;
	padding: 5px 12px;
}

header .navigation-topbar .bto-user-login,
header .navigation-topbar .bto-user-logged {
	float: right;
	padding: 4px;
}

header .navigation-topbar .bto-user-login .btn-sm {
	min-width: 80px;
	padding: 7px 12px;
}

header .navigation-topbar .bto-user-logged .dropdown-toggle {
	max-height: 28px;
	padding: 4px 6px;
}

header .navigation-topbar .bto-user-logged .dropdown-toggle:after {
	top: 7px;
}

header .navigation-topbar .bto-user-logged > .btn {
	min-width: 70px;
	padding: 7px 12px;
}

header .navigation-topbar .bto-user-logged .bto-btn-deposit {
	margin-right: 0;
}

header .navigation-topbar .bto-user-logged-sm .dropdown-toggle {
	max-height: 28px;
	padding: 4px 6px;
}

header .navigation-topbar .bto-user-logged-sm .dropdown-toggle:after {
	top: 7px;
	right: 5px;
}

header .navigation-topbar .bto-user-logged-sm {
	float: right;
	padding: 4px;
}

header .navigation-topbar .bto-user-logged-sm .dropdown-menu > li i {
	font-size: 14px;
}

header .navigation-topbar .bto-user-logged-sm > .btn-sm {
	min-width: 80px;
	padding: 7px 12px;
}

header .navigation-topbar .bto-user-logged-sm .bto-btn-logout {
	min-width: inherit;
	padding: 0;
}

/*-----------------------------------------------
	#Header Navigation
-----------------------------------------------*/

/* Navigation */
header .navbar {
	background-color: #fff;
	border-bottom: 1px solid #e9e9e9;
}

header .navbar .dropdown-toggle {
	padding: 7px 10px 5px;
	background: none;
	text-transform: none;
	color: #000;
	border: 1px solid #e9e9e9;
	background-color: #f4f4f4;
	border-radius: 8px;
	height: 35px;
}

header .navbar .bto-language-nav  .dropdown-toggle {
	padding: 8px 10px 5px;
}

/* Navigation Header */
header .navigation-header {
	padding: 10px 0;
}

/*  Navigation Header Navbar Toggle */

/*header .navigation-header .navbar-toggle { z-index: 2; margin-top: 0; margin-bottom: 0; padding: 10px; }
header .navigation-header .navbar-toggle span { font-size: 29px; color: #262735; }
header .navigation-header .bto-mobileusermenu { float: left; }
header .navigation-header .bto-mobilemenu { margin-left: 10px; margin-right: 0; }*/

/* Navigation Header Language */
header .navigation-header .bto-language-nav {
	margin-right: 20px;
	float: right !important;
}

/*-----------------------------------------------
	#Header Navigation Menu
-----------------------------------------------*/

/*header .navigation-menu { position: relative; box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.2), inset 0 4px 5px 0 rgba(0, 0, 0, 0.30); background-color: #262735; }
header .navigation-menu.affix { background: rgba(38, 39, 53, 0.90); }
header .navigation-menu .navbar-collapse { padding: 0; }
header .navigation-menu .navbar-nav { display: flex; display: -webkit-flex; display: -ms-flexbox; width: 100%; margin: 0; }
header .navigation-menu .navbar-nav > li { -ms-flex: 1; -webkit-flex: 1; flex: 1; }
header .navigation-menu .navbar-nav > li > a { padding: 15px 5px; font-size: 16px; text-transform: uppercase; text-align: center; color: rgba(255,255,255,.8); }
header .navigation-menu .navbar-nav > li > a i { margin-top: -4px; margin-right: 5px; font-size: 19px; }
header .navigation-menu .navbar-nav > li > a:hover, header .navigation-menu .navbar-nav > li > a:focus, header .navigation-menu .navbar-nav > li.current-menu-item > a, header .navigation-menu .navbar-nav > li.current-page-ancestor > a, li.current-menu-ancestor > a { color: #00b290 !important; background-color: transparent !important; }*/

/*-----------------------------------------------
	#Header Navigation Menu V2
-----------------------------------------------*/
header .navbar-v2 .navigation-header {
	box-shadow: none;
}

header .navbar-v2 .navigation-menu {
	position: relative;
	box-shadow: none;
	background-color: transparent;
	margin-left: 15px;
}

header .navbar-v2 .navigation-menu.affix {
	background: none;
}

header .navbar-v2 .navigation-menu .navbar-nav > li > a {
	padding: 6px 10px;
	font-size: 16px;
	font-weight: 600;
	text-transform: capitalize;
	text-align: left;
	color: #000;
	white-space: nowrap;
}

header .navbar-v2 .navigation-menu .navbar-nav > li > a i {
	font-size: 16px;
}

header .navbar-v2 .navigation-menu .navbar-nav > li > a:hover,
header .navbar-v2 .navigation-menu .navbar-nav > li > a:focus,
header .navbar-v2 .navigation-menu .navbar-nav > li.current-menu-item > a,
header .navbar-v2 .navigation-menu .navbar-nav > li.current-page-ancestor > a,
li.current-menu-ancestor > a {
	color: #00b290 !important;
	background-color: transparent !important;
}

header .navigation-menu .navbar-nav > li a:after {
	content: '';
	position: absolute;
	left: 10px;
	bottom: -3px;
	width: 0;
	height: 3px;
	background: #00b290;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

header .navigation-menu .navbar-nav > li a:hover:after,
header .navbar-v2 .navigation-menu .navbar-nav > li.current-menu-item > a:after,
header .navbar-v2 .navigation-menu .navbar-nav > li.current-page-ancestor.menu-item-has-children > a:after {
	content: '';
	position: absolute;
	left: 10px;
	bottom: -3px;
	width: 20px;
	height: 3px;
	background: #00b290;
}

/*-----------------------------------------------
	#Header Navigation Sub Menu
-----------------------------------------------*/
header .sub-menu {
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	overflow: hidden;
	z-index: 300;
	width: auto;
	min-width: 200px;
	max-height: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	white-space: nowrap;
	box-shadow: 0 7px 20px rgba(0, 0, 0, 0.2);
	-moz-transition: 600ms max-height;
	-o-transition: 600ms max-height;
	-webkit-transition: 600ms max-height;
	transition: 600ms max-height;
	background-color: #262735;
}

header .navigation-menu .navbar-nav > li:hover .sub-menu {
	max-height: 600px;
}

header .sub-menu li {
	padding: 0 10px;
}

header .sub-menu li > a {
	display: block;
	padding: 10px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
	font-size: 12px;
	text-transform: uppercase;
	color: rgba(255, 255, 255, .8);
}

header .sub-menu li > a:hover,
header .sub-menu li.current-menu-item > a {
	color: #00b290;
	background-color: transparent;
}

header .sub-menu li:last-child > a {
	border: none;
}

header .navigation-menu.affix .sub-menu {
	background-color: rgba(38, 39, 53, 0.90);
}

header .navbar-v2 .sub-menu {
	box-shadow: 0 12px 20px rgba(0, 0, 0, 0.2);
	background-color: #fff;
	border-radius: 8px;
	left: 5px;
}

header .navbar-v2 .sub-menu li > a {
	color: #262735;
}

header .navbar-v2 .sub-menu li > a:hover,
header .navbar-v2 .sub-menu li.current-menu-item > a {
	color: #00b290;
}

/* Navigation Submenu Inner Page */
.inner-menu {
	position: relative;
	z-index: 2;
	box-shadow: none;
	background-color: #000;
}

.inner-menu .navbar-nav {
	margin: 0;
	margin-left: -10px;
	padding: 0;
	white-space: nowrap;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

.inner-menu .navbar-nav > li {
	display: inline-block;
}

.inner-menu .navbar-nav > li > a {
	float: left;
	padding: 10px;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
}

.inner-menu .navbar-nav > li > a:hover,
.inner-menu .navbar-nav > li > a:focus,
.inner-menu .navbar-nav > li.current-menu-item > a,
.inner-menu .navbar-nav > li.current-page-ancestor > a {
	color: #00b290;
	background-color: transparent;
}

/* Navigation Submenu Virtual Betradar */
.inner-menu #menu-virtual-betradar {
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	width: 100%;
}

.inner-menu #menu-virtual-betradar > li {
	-ms-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}

.inner-menu #menu-virtual-betradar > li > a {
	display: block;
	width: 100%;
}

.inner-menu #menu-virtual-betradar > li > a img {
	margin: 0;
	margin-bottom: 5px;
}

.inner-menu #menu-virtual-betradar > li > a span {
	display: block;
}

.inner-menu #menu-virtual-betradar > li > a i {
	margin: 0;
	margin-bottom: 5px;
	font-size: 46px;
}

/*-----------------------------------------------
	#Header Navigation Mobile
-----------------------------------------------*/

/* Navigation Menu User Mobile */
header .navigation-menu .bto-user-mobile-menu .bto-usermobile-title {
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(38, 39, 53, 0.08);
	text-align: center;
}

header .navigation-menu .bto-user-mobile-menu .btn {
	font-size: 14px;
}

header .navigation-menu .bto-user-mobile-menu .form-group,
header .navigation-menu .bto-user-mobile-menu .form-control {
	display: block;
	width: 100%;
}

header .navigation-menu .bto-user-mobile-menu .form-group {
	margin-bottom: 15px;
}

/* Navigation Menu User Mobile Login */
header .navigation-menu .bto-user-login-mobile .bto-btn-user-forgot {
	margin-top: 10px;
	margin-bottom: 20px;
	border: none;
	border-bottom: 1px solid rgba(38, 39, 53, 0.08);
	font-size: 12px;
	color: #000;
	background: transparent;
}

/* Navigation Menu User Mobile Logged */
header .navigation-menu .bto-user-logged-mobile .btn-group {
	display: block;
	margin-bottom: 10px;
}

header .navigation-menu .bto-user-logged-mobile .btn-group:last-child {
	margin-bottom: 0;
}

header .navigation-menu .bto-user-logged-mobile .btn-group > .btn {
	float: inherit;
}

header .navigation-menu .bto-user-logged-mobile .dropdown-toggle {
	width: 100%;
	min-height: 40px;
	text-align: left;
	font-size: 14px;
}

header .navigation-menu .bto-user-logged-mobile .dropdown-menu {
	width: 100%;
}

header .navigation-menu .bto-user-logged-mobile .dropdown-menu > li {
	padding: 10px 5px;
	font-size: 14px;
	text-align: left;
}

header .navigation-menu .bto-user-logged-mobile .dropdown-menu > li span {
	float: right;
}

header .navigation-menu .bto-user-logged-mobile .dropdown-menu > li > a {
	font-size: 14px;
}

/* Navigation Mobile Menu */
header .navigation-mobil-menu {
	position: relative;
	z-index: 1;
	float: left;
	width: 100%;
	box-shadow: none;
	background: #000;
}

header .navigation-mobil-menu .navbar-nav {
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	width: 100%;
	margin: 0;
}

header .navigation-mobil-menu .navbar-nav > li {
	-ms-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}

header .navigation-mobil-menu .navbar-nav > li > a {
	min-height: 60px;
	padding: 10px 0 8px;
	font-size: 11px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	background: none;
}

header .navigation-mobil-menu .navbar-nav > li > a:hover,
header .navigation-mobil-menu .navbar-nav > li > a:focus,
header .navigation-mobil-menu .navbar-nav > li.current-menu-item > a {
	color: #94ff80;
}

header .navigation-mobil-menu .navbar-nav > li > a i {
	display: block;
	margin: 0;
	font-size: 24px;
}

header .navigation-mobil-menu .navbar-nav > li > a span {
	display: block;
	margin-top: 6px;
	padding: 0 2px;
	line-height: 1;
}

/* Dropdown Menu Header */
.navigation-header .navigation-right .dropdown-menu {
	border-radius: 0;
}

/* Fixed Navigation */
.affix {
	position: fixed !important;
	z-index: 1030;
	top: 0;
	left: 0;
	width: 100%;
	-moz-animation-duration: 0.8s;
	-o-animation-duration: 0.8s;
	-webkit-animation-duration: 0.8s;
	animation-duration: 0.8s;
	-moz-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

/*-----------------------------------------------
	#Slider
-----------------------------------------------*/
.slider {
	clear: both;
	background: #fff;
}

.slider .tp-bgimg {
	box-shadow: none;
}

.slider .tparrows:before {
	color: #00b290;
}

/*-----------------------------------------------
	#Page Header Title
-----------------------------------------------*/
.page-header {
	margin: 0;
	padding: 10px 0;
	border-bottom: solid 1px #d0d0d0;
	background: #f4f4f4;
}

.page-header .title,
.page-header .single-entry-title {
	margin-bottom: 0;
	padding: 0;
	font-size: 26px;
}

.page-header .subtitle {
	margin: 8px 0 0;
	opacity: 0.8;
	text-transform: none;
}

/*-----------------------------------------------
	#Main
-----------------------------------------------*/

/* Layout for Home Page */

.transparent_content .site-main .container-fluid .container.bto-banner-box {
	padding: 50px 0 0;
}

.transparent_content .site-main .container-fluid .container.bto-banner-box .bto-category-mobile { display: none;}

.container.bto-banner-box .widget_sow-slider .sow-slider-pagination {
	display: inline-block !important;
	text-align: left;
}

.container.bto-banner-box .widget_sow-slider .sow-slider-pagination li a {
	color: #95ff81;
}

.container.bto-banner-box .panel-grid { 
	justify-content: unset;
	gap: 15px;
}

.so-widget-sow-slider {
	overflow: hidden;
	border-radius: 8px ;
}

.container.bto-banner-box .sow-slider-base ul.sow-slider-images li.sow-slider-image>img {
	width: 100% !important;
}

.container.bto-banner-box .bto-banner-register-image img { 
	width: 100%;
	height: 270px !important;
	max-height: 270px;
	border-radius: 8px;
	
}
.site-main {
	min-height: 380px;
}

.site-main .container {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #f4f4f4;
}

.site-main .container-fluid {
	padding: 30px 0 0;
	background-color: #ffffff;
	overflow: hidden;
}

.home .site-main .container-fluid {
	padding: 0;
}

/* Home - Sportsbook Banner */
.transparent_content .site-main .container-fluid .container.bto-home-sport {
	position: relative;
	min-height: 633px;
	padding: 65px 0;
}

.white p,
.white h3.widget-title {
	color: #fff;
}

/* Home - Casino Games*/
.home .bto-casino-lobby .bto-casino-games-block {
	margin-bottom: 30px;
}

.bto-one-game .bto-casino-lobby .bto-casino-gamecol3 .bto-casino-game-item {
	width: 100%;
}

/* Remove Background Color of Container */
.transparent_content .site-main .container,
.transparent_content .site-main .container-fluid,
.transparent_content .site-main .container-fluid .container {
	background: none !important;
}

.transparent_content .site-main .container-fluid .container {
	padding-top: 0;
	padding-bottom: 0;
}

/*-----------------------------------------------
	#Casino Games Page
-----------------------------------------------*/

/* Popular games */

.bto-popular-games {
	position: relative;
	margin: 40px 0;
}

.widget .bto-one-game .widget-title {
    position: absolute;
    top: -40px;
    font-size: 22px;
}

.bto-one-game .bto-casino-game-wrapimage {
	padding-bottom: 43.2%;
}

/* Casino Games Style */
.bto-casino-lobby .bto-casino-game-item {
	margin-bottom: 11px;
}

.bto-casino-lobby .bto-casino-game:hover .bto-casino-game-image:before {
    opacity: .8;
	background-color: #000;
}

.bto-casino-lobby .bto-casino-game {
	border: none;
	border-radius: 0;
	background: none;
}

.bto-casino-lobby .bto-casino-game-wrapimage {
	border-radius: 8px;
}

.bto-casino-lobby .bto-casino-game-title-content {
	height: auto;
	background: none;
	text-align: left;
	padding-left: 0;
	padding-top: 8px;
}

.bto-casino-lobby .bto-casino-game-title-content .bto-casino-game-title {
	color: #000;
	font-weight: 500;
	text-transform: capitalize;
	font-size: 13px;
}

.bto-casino-lobby .bto-casino-game-option span {
	border-top-left-radius: 4px;
	border-top-right-radius: 0;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 0;
}

.bto-casino-lobby .bto-casino-game-option span i,
.bto-casino-lobby .bto-casino-favorite-op a,
.bto-casino-lobby .bto-casino-favorite-op:hover i:before {
	color: #fff;
}

.bto-casino-lobby .bto-casino-game:hover .bto-casino-game-title {
	color: #00b290;
}

.bto-casino-lobby .bto-casino-game-option {
	top: 15px;
	right: -2px;
}

.bto-casino-lobby .bto-casino-game-option span,
.bto-casino-lobby .bto-casino-game-option span:hover {
	background: #000;
}

.bto-casino-lobby .bto-casino-game-action .bto-casino-btn-fungame {
	font-weight: 600;
	background: none;
	box-shadow: none;
}

.bto-casino-lobby .bto-casino-game-action .bto-casino-btn-fungame:hover {
	color: #00b290;
	background: none;
}

.bto-casino-lobby .bto-casino-game-action .bto-casino-btn-realgame {
	background: #00b290;
	border-radius: 8px;
	box-shadow: none;
	padding: 11px 12px 9px;
	text-shadow: none;
}

.bto-casino-lobby .bto-casino-game-action .bto-casino-btn-realgame:hover {
	background-color: #94ff80;
	color: #000;
	border-radius: 8px;
}

.bto-casino-lobby .bto-casino-game-ribbons {
	top: 0;
	left: 0;
}

.btn.bto-lobby-carousel-load-more-games {
	padding: 11px 12px 10px;
}

/* Casino Lobby Menu */
.bto-casino-lobby .bto-casino-carousel .owl-dots .owl-dot.active span, .bto-casino-lobby .bto-casino-carousel .owl-dots .owl-dot:hover span {
	background-color: #00b290;
}

.bto-casino-lobby .bto-casino-menu {
	background-color: #000;
	border-radius: 8px;
}

.bto-casino-lobby .bto-casino-inner-menu {
	padding: 0;
}

.bto-casino-lobby .bto-casino-inner-menu li {
	border-bottom: 1px solid #212f3e;
	padding: 4px 15px;
}

.bto-casino-lobby .bto-casino-inner-menu li:first-child {
	padding-top: 13px;
}

.bto-casino-lobby .bto-casino-inner-menu li:last-child {
	border: none;
}

.bto-casino-lobby .bto-casino-inner-menu li:hover,
.bto-casino-lobby .bto-casino-inner-menu li.active {
	background: #0e151c;
}

.bto-casino-lobby .bto-casino-inner-menu li a {
	border: none;
}

.bto-casino-lobby .bto-casino-search-box {
	background: #000;
	border-radius: 8px;
}

.bto-casino-lobby .bto-casino-search-box:before {
	top: 19px;
	color: #fff;
	z-index: 6;
}

.bto-casino-lobby .bto-casino-search-box .bto-form-control {
	border: 1px solid #000;
	background: #000;
}

.bto-casino-lobby .bto-casino-search-box .bto-form-control:focus {
	background: #000;
}

.bto-casino-lobby .bto-casino-menu-allgames .bto-casino-allgames-content a {
	color: #000;
	border-color: #e9e9e9;
}

.bto-casino-lobby .bto-casino-menu-allgames:hover,
.bto-casino-lobby .bto-casino-menu-allgames .bto-casino-allgames-content a:hover {
	color: #00b290 !important;
}

.bto-casino-lobby.bto-casino-wide .bto-casino-menu, 
.bto-casino-lobby .bto-casino-menu-allgames .bto-casino-allgames-content {
	border-radius: 8px;
}

.bto-casino-lobby .bto-casino-menu-scroll .bto-casino-menu-allgames .bto-casino-allgames-content {
	background-color: #fff;
	top: 50px;
	width: 100%;
}

.bto-casino-lobby .bto-casino-menu-scroll .bto-casino-menu-allgames .bto-casino-allgames-content a {
    padding: 8px;
    color: #000;
    border-color: #e9e9e9;
}

/* Casino filtergames */ 
.bto-casino-lobby .bto-casino-menu-filtergames.active,
.bto-casino-lobby .bto-casino-menu-filtergames:hover,
.bto-casino-lobby .bto-casino-menu-filtergames .bto-casino-filtergames-content a:hover,
.bto-casino-lobby .bto-casino-menu-filtergames .bto-casino-filtergames-content a.bto-casino-filtergames-active {
	color: #00b290;
}

/* Casino Providers */
.bto-casino-providers .bto-casino-list-providers { 
	border-radius: 8px;
}

.bto-casino-providers .bto-casino-list-providers ul li a {
	color: #000;
	border-color: #e9e9e9;
}

.bto-casino-providers .bto-casino-providers-search input {
	background-color: #f4f4f4;
	color: #000;
}
.bto-casino-providers .bto-casino-list-providers ul li.active a,
.bto-casino-providers .bto-casino-list-providers ul li:hover a,
.bto-casino-providers:hover {
	color: #00b290;
}

.bto-casino-providers .bto-casino-providers-search:before {
	top: 13px;
}

.bto-casino-providers .bto-casino-list-providers ul {
	scrollbar-color: #e9e9e9 #fff;
}

/* Casino Lobby InnerMenu */
.bto-casino-lobby .bto-casino-inner-menu li a:hover,
.bto-casino-lobby .bto-casino-inner-menu li.active a {
	color: #00b290;
}

/* Casino Wide */
.bto-casino-lobby.bto-casino-wide .bto-casino-inner-menu li {
	border: none;
	background: transparent;
}

.bto-casino-lobby.bto-casino-wide .bto-casino-inner-menu li:first-child {
	padding: 0;
}

.bto-casino-lobby.bto-casino-wide .bto-casino-search-box .bto-form-control:focus {
	background: transparent;
}

.bto-casino-lobby .bto-casino-search-toggle {
	border-radius: 6px !important;
}

.bto-casino-lobby .bto-casino-search-toggle:hover,
.bto-casino-lobby .bto-casino-search-toggle.bto-casino-search-active {
	background: #00b290;
}

.bto-casino-lobby .bto-casino-search-toggle:hover:before {
	color: #fff;
}

.bto-casino-lobby .bto-casino-search-toggle.bto-casino-search-active:before {
	color: #000;
}

/* Casino Lobby Modal Login*/
.bto-need-login .modal-content {
	padding: 0;
	border: none;
}

.bto-need-login .modal-header {
	position: absolute;
	width: 100%;
	left: 0;
	border: none;
}

.bto-need-login .modal-header .close {
	position: absolute;
	top: 6px;
	right: 6px;
	z-index: 10;
	padding: 0 5px;
	border-radius: 50%;
	font-size: 21px;
	background: #fff;
	-moz-transition: initial;
	-o-transition: initial;
	-webkit-transition: initial;
	transition: initial;
}

.bto-need-login .modal-header .close:hover,
.bto-need-login .modal-header .close:focus {
	opacity: 0.8;
	-moz-transform: initial;
	-ms-transform: initial;
	-o-transform: initial;
	-webkit-transform: initial;
	transform: initial;
}

.bto-need-login .modal-body {
	padding: 0;
}

.bto-need-login .modal-body img {
	width: 100%;
}

.swal-modal .swal-footer .swal-button--confirm {
	background-color: #00b290 !important;
	border-radius: 8px;
}

.swal-modal .swal-title { 
	color: #000;
}

.swal-modal {
	border-radius: 8px;
}

/*-----------------------------------------------
	#Casino Play Game
-----------------------------------------------*/
.page-template-gameplay-page .site-main:before {
	content: '';
	display: block;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 230px;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(252, 252, 252, 0) 99%, rgba(255, 255, 255, 0) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(252, 252, 252, 0) 99%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(252, 252, 252, 0) 99%, rgba(255, 255, 255, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00ffffff', GradientType=0);
}

.bto-casino-playgame .bto-playgame-title-content {
	padding: 0;
	width: auto;
	height: auto;
	background: none;
}

.bto-casino-playgame .bto-playgame-title {
	font-weight: bold;
}

.bto-casino-playgame .bto-playgame-title span {
	font-weight: 300;
}

.bto-casino-playgame .bto-playgame-title,
.bto-casino-playgame .bto-playgame-menu .bto-gameplay-icons-text a {
	color: #fff;
}

.bto-casino-playgame .bto-playgame-aside {
	position: relative;
	right: 0;
	top: 0;
	float: right;
}

.bto-casino-playgame .bto-playgame-menu i {
	padding: 0;
	margin: 0;
	width: auto;
	height: auto;
	color: #fff;
	background: none;
	border: none;
}

.bto-casino-playgame .bto-playgame-menu .bto-gameplay-icons-text {
	display: block;
	margin-left: 15px;
	float: left;
	font-weight: 300;
	color: #fff;
	text-transform: uppercase;
}

.bto-casino-playgame .bto-playgame-menu .bto-gameplay-icons-text i {
	display: inline-block;
	text-align: right;
}

.bto-casino-playgame .bto-playgame-menu .bto-gameplay-icons-text span {
	margin-right: 5px;
	position: relative;
	top: -3px;
}

.bto-casino-playgame .bto-playgame-menu i:hover,
.bto-casino-playgame .bto-playgame-menu .bto-icon-heart {
	color: #00b290;
}

.bto-casino-playgame .bto-playgame-content {
	position: relative;
	margin-top: 20px;
}

.bto-casino-playgame .bto-playgame,
.bto-game-play-page .bto-casino-lobby {
	padding: 0;
	background: none;
}

.bto-casino-playgame-infobar {
	padding: 10px 0;
	height: auto;
	background: #202020;
	border-radius: 8px;
}

.bto-casino-playgame-infobar-left {
	line-height: normal;
}

.bto-casino-playgame-infobar p {
	font-size: 13px;
	line-height: 42px;
}

.bto-casino-playgame-infobar .btn-playgame-login,
.bto-casino-playgame-infobar .btn-playgame-register {
	padding: 13px 30px 10px;
	color: #000;
	border-radius: 9px;
	background: #fff;
}

.bto-casino-playgame-infobar .btn-playgame-register,
.bto-casino-playgame-infobar .btn-playgame-register:hover {
	color: #fff;
	background: #00b290;
}

.bto-casino-playgame-infobar .btn-playgame-login,
.bto-casino-playgame-infobar .btn-playgame-login:hover,
.bto-casino-lobby .bto-casino-search-toggle,
.bto-casino-lobby .bto-casino-search-toggle:hover,
.bto-casino-lobby .bto-casino-search-toggle:hover,
.bto-casino-lobby .bto-casino-search-toggle.bto-casino-search-active {
	border: none;
	background: #fff;
}

.bto-casino-lobby .bto-casino-search-toggle:hover {
	background: #00b290;
}

.bto-casino-lobby .bto-casino-search-toggle:hover:before {
	color: #fff;
}

/* Casino Playgame Template Page */
.bto-game-play-page {
	position: relative;
	float: left;
	width: 100%;
}

.bto-game-play-page .entry-content,
.bto-game-play-page .entry-content h2 {
	color: #fff;
}

.bto-game-play-page .bto-casino-lobby {
	margin-top: 20px;
	padding: 10px;
	background: rgba(255, 255, 255, 0.87);
}

/*-----------------------------------------------
	#Casino widgets
-----------------------------------------------*/
.bto-casino-widget {
	padding: 0;
	background: #000;
	border-radius: 8px;
}

.bto-casino-widget-title {
	margin: 0;
	padding: 15px 15px;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	border-bottom: 1px solid #212f3e;
}

.bto-game-widget-v1 .bto-casino-w-info h5 {
	color: #00b290;
}

.bto-game-widget-v1 a,
.bto-game-widget-v1 .bto-casino-w-info span {
	color: #fff;
}

.bto-game-widget-v1 li {
	padding: 5px 11px;
	border-bottom: 1px solid #212f3e;
}

.bto-game-widget-v1 li:last-child {
	border: none;
}

/* Casino Buttons */
.bto-casino-lobby .bto-casino-btn-games-load,
.bto-casino-lobby .bto-casino-heading-v2 .bto-casino-btn-moregames,
.bto-casino-lobby .bto-casino-heading-v4 .bto-casino-btn-moregames {
	padding: 11px 20px;
	font-size: 12px;
	line-height: 1;
	border-radius: 3px;
	background: #262735;
	box-shadow: none;
}

.bto-casino-lobby .bto-casino-btn-moregames:hover,
.bto-casino-btn-games-load:hover {
	color: #00b290;
}

/*-----------------------------------------------
	#Casino in Live
-----------------------------------------------*/
.v-casino .content-area {
	position: absolute;
	top: 11%;
	left: 0;
	right: 0;
}

.bto-f-games .widget .widget-title {
	margin: 0;
	padding: 10px 0;
	font-size: 17px;
	font-weight: 300;
	color: #fff;
	text-align: center;
	border-radius: 8px;
	background: #00b290;
}

.bto-f-games .widget .sow-image-container img {
	margin: 0 auto;
	display: block;
}

.bto-live-casino-custom .widget .textwidget p,
.bto-more-games .textwidget p {
	font-weight: 300;
	line-height: 20px;
	color: #a5a5a5;
}

.bto-more-games {
	position: relative;
	margin-top: 55px;
}

.bto-more-games .textwidget p {
	margin-bottom: 0;
}

.bto-live-other-games a i {
	position: relative;
	top: 7px;
	margin-right: 15px;
	padding: 6px;
	font-size: 17px;
	color: #fff;
	background: #00b290;
	border-radius: 6px;
}

.bto-live-other-games a span {
	position: relative;
	top: 4px;
	overflow: hidden;
}

.bto-more-games-all {
	list-style: none;
	padding: 0;
	margin: 0;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	-ms-align-content: flex-start;
	align-content: flex-start;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.bto-more-games-all li {
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
}

.bto-more-games-all li a {
	position: relative;
	overflow: hidden;
}

.bto-more-games-all li a i {
	position: relative;
	top: 7px;
	margin-right: 15px;
	padding: 6px;
	font-size: 17px;
	color: #fff;
	background: #00b290;
	border-radius: 6px;
}

.bto-more-games-all li a span {
	position: relative;
	top: 4px;
	padding-top: 10px;
	font-size: 14px;
	font-weight: 600;
}

/*.bto-casinolive-box { position: relative; box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.70); }
.bto-casinolive-box .sow-image-container img { width: 100% !important; }
.bto-casinolive-box .widget .widget-title { position: absolute; left: 0; bottom: 0; width: 100%; margin: 0; padding: 12px; border: none; color: #fff; font-size: 18px; font-weight: 300; text-align: center; background: rgba(38, 39, 53, 0.90); }
.bto-casinolive-box, .bto-casinolive-box .widget .widget-title { -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
.bto-casinolive-box:hover { box-shadow: 0 0 20px 0 rgba(254, 192, 6, 0.9); }
.bto-casinolive-box:hover .widget .widget-title { color: #ffac00; }
.bto-casinolive-btn { text-align: center; }
.bto-casinolive-btn p { margin: 0; }
.bto-casinolive-btn .btn { font-size: 14px; box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.50); }
.bto-casinolive-btn .btn:hover { color: #ffac00; box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.20); }
.bto-casinolive-boxline { text-align: center; background: rgba(134, 127, 120, 0.5); box-shadow: 0 0 20px 0 rgb(64, 56, 42); -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
.bto-casinolive-boxline h3 { margin: 0; font-weight: 300; }
.bto-casinolive-boxline a { display: block; padding: 15px 10px; color: rgba(255, 255, 255, 0.7); }
.bto-casinolive-boxline i { display: block; margin-bottom: 10px; font-size: 42px; }
.bto-casinolive-boxline:hover { box-shadow: none; }
.bto-casinolive-boxline:hover a { color: #ffac00; }*/

/* Casino Lobby Mobile Menu */
.bto-casino-lobby .bto-casino-mobile-menu,
.bto-casino-lobby .bto-casino-mobile-menu-toggle {
	display: none;
}

.bto-casino-lobby .bto-casino-mobile-menu-toggle {
	float: left;
	width: 100%;
	height: 50px;
	padding: 0 10px;
	border: none;
	border-top: 1px solid rgba(0, 0, 0, 0.20);
	font-size: 16px;
	text-align: left;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
	background-color: #000;
}

.bto-casino-lobby .bto-casino-mobile-menu-toggle:before,
.bto-casino-lobby .bto-casino-mobile-nav-on .bto-casino-mobile-menu-toggle:before {
	display: block;
	float: right;
	margin: 10px 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 23px;
	line-height: 0;
	font-family: 'btocasinoicons';
	vertical-align: middle;
	content: '\e92a';
}

.bto-casino-lobby .bto-casino-mobile-nav-on .bto-casino-mobile-menu-toggle:before {
	content: "\e90f";
}

.bto-casino-lobby .bto-casino-mobile-nav-on .bto-casino-mobile-nav {
	position: absolute;
	top: auto;
	width: 100%;
	z-index: 999;
	background-color: #000;
	
}

.bto-casino-lobby .bto-casino-mobile-nav-on .bto-casino-mobile-nav {
	display: block;
}

.bto-casino-lobby .bto-casino-menu-scroll .bto-casino-mobile-nav {
	background-color: #202020;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.30);
}

.bto-casino-menu-scroll .bto-casino-games .bto-all-games { 
	border-color: #333;
	padding: 5px;
}

.bto-casino-lobby .bto-casino-mobile-inner-menu {
	display: block !important;
	position: relative;
	z-index: 999;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 5px;
}

.bto-casino-lobby .bto-casino-mobile-inner-menu li {
	display: inline-block;
	width: 32%;
	text-align: center;
}

.bto-casino-lobby .bto-casino-mobile-inner-menu li a {
	display: block;
	padding: 10px 5px;
	font-size: 11px;
	color: #fff;
	text-transform: uppercase;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.bto-casino-lobby .bto-casino-mobile-inner-menu li a i {
	display: block;
	width: 70px;
	height: 70px;
	line-height: 66px;
	margin: 0 auto 8px auto;
	padding: 0;
	border: 2px solid #fff;
	border-radius: 50% !important;
	font-size: 42px;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.bto-casino-lobby .bto-casino-mobile-inner-menu li a:hover,
.bto-casino-lobby .bto-casino-mobile-inner-menu li.active a {
	color: #94ff80;
}

.bto-casino-lobby .bto-casino-mobile-inner-menu li a:hover i,
.bto-casino-lobby .bto-casino-mobile-inner-menu li.active a i {
	border-color: #94ff80;
}

.bto-casino-lobby .bto-casino-mobile-search-box {
	position: relative;
	padding: 0 10px;
	border-top: 1px solid rgb(33, 47, 62);
	border-bottom: 1px solid rgb(33, 47, 62);
}

.bto-casino-lobby .bto-casino-mobile-search-box:before {
	position: absolute;
	top: 16px;
	right: 16px;
	content: "\e931";
	font-family: 'btocasinoicons';
	color: #fff;
}

.bto-casino-lobby .bto-casino-mobile-search-box .bto-form-control {
	width: 100%;
	height: 30px;
	margin: 10px 0;
	border: none;
	color: #fff;
	background: none;
}

/*-----------------------------------------------
	#Player Page
-----------------------------------------------*/

/* Default Player Info */
.bto-player-info {
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 25px;
	border-bottom: 1px solid #d0d0d0;
}

.bto-player-picture {
	position: relative;
	float: left;
	width: auto;
}

.bto-player-picture .bto-btn-playerimg {
	position: absolute;
	right: -2px;
	bottom: 0;
	width: 30px;
	height: 30px;
	border: 1px solid #000;
	border-radius: 50% !important;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
	background: #000000 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAABS2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzggNzkuMTU5ODI0LCAyMDE2LzA5LzE0LTAxOjA5OjAxICAgICAgICAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIi8+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+IEmuOgAAAOJJREFUSInt1OENgjAQBeB3xgVYoSuwQl2FFVxBR8ARXEFGgBFwBBzh+YOaYG0pAiWa9P3sXfmuJC2QkpLyqyFZsk9JchMwI3nle/It0JuFdiSz2GjLz5yi/WqSyoN2ZqAoqDaAK4XpiQL70HrQszqqPShJ6piw8qCl1ef9hnyBZQAKADmAu1k+DloqETnYsIibmAQbtAagBstnAM1rEBG5OPZ54RDYkszNnXSlDez31vYB+4H+pGP1WdkF6lWg3syFR2NeH9997UiqwP5FuCJZ249ECF0MWwPoKeCqcErK3+QJr3aFynFUDZkAAAAASUVORK5CYII=) /*assets/images/edit-profile.png*/ center center no-repeat;
}

.bto-player-picture .bto-btn-playerimg:hover {
	box-shadow: none;
}

.bto-player-picture img {
	width: 100px;
	height: 100px;
	border: 2px solid #000;
	border-radius: 50% !important;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

.bto-player-picture .tooltip {
	width: 100%;
}

.bto-player-idsatus {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 20px;
	padding-top: 10px;
	border-bottom: 1px solid #d0d0d0;
}

.bto-player-idsatus .bto-player-name {
	font-size: 15px;
	line-height: 1.1;
	font-weight: bold;
}

.bto-player-idsatus .bto-player-name h5 {
	margin: 0;
	text-transform: none;
	font-size: 16px;
	font-weight: bold;
}

.bto-player-idsatus .bto-player-name span {
	margin-left: 0;
	margin-right: 10px;
}

.bto-player-idsatus .bto-player-vip-satus span {
	display: block;
	float: left;
	margin-right: 10px;
	text-transform: uppercase;
	color: #4b4d67;
}

.bto-player-idsatus .bto-player-rating {
	float: right;
	color: #00b290;
}

.bto-player-idsatus .bto-player-rating .bto-icon-star-o {
	color: #00b290;
}

.bto-player-infopayment {
	float: left;
	width: 100%;
}

.bto-player-infopayment .bto-player-payinfo {
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	float: left;
	width: 50%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.bto-player-infopayment .bto-player-payinfo li {
	display: inline-block;
	width: 33%;
	padding: 0 5px;
	border-left: 1px solid #d0d0d0;
	text-align: center;
	color: #00b290;
}

.bto-player-infopayment .bto-player-payinfo li b {
	display: block;
	height: 16px;
	margin: 2px 0 3px;
	font-size: 14px;
}

.bto-player-infopayment .bto-player-payinfo li span {
	display: block;
	width: 100%;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	color: #000;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	opacity: 0.8;
}

.bto-player-infopayment .bto-player-payinfo li:first-child {
	border: none;
}

/* Player Upload Image */
.bto-player-img .bto-player-imgupload {
	width: 100%;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #d0d0d0;
	border-radius: 2px;
	background: #f9f9f9;
}

.bto-player-img .croppie-container {
	padding: 10px;
	border: 1px solid #d0d0d0;
	border-radius: 2px;
	background: #f9f9f9;
}

.bto-player-img .croppie-container .cr-boundary {
	width: 100% !important;
}

.bto-player-img .bto-player-imgdelete {
	position: absolute;
	z-index: 2;
	top: 60px;
	right: -4px;
	width: 30px;
	height: 30px;
	border: 1px solid #d32f2f;
	border-radius: 50% !important;
	text-indent: -9999px;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
	background: #d32f2f url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAABS2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzggNzkuMTU5ODI0LCAyMDE2LzA5LzE0LTAxOjA5OjAxICAgICAgICAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIi8+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+IEmuOgAAARFJREFUSIntlTFKA0EYRl9UAiKyJqbwAFaWNjZWtmLrIeztxdLWIoUXECzFwht4AAtBrGwj2mgh4rPIBJKQnUnWSaHsg2GLf+Z7OzvD/lBT899olBXUWXJOgBfgfCS8URpfjjrtOFS/7XM6XKvElNJt9d1RuuriPMUb6rOTuVKb8xA31bsS6YCbWP5CpbeCC2AnMeeyUnJkt8eJnaqe5T7jffUrIb028+XaUt8S0nu1GKzJIW6rjwlpT90cXpdDfJuQfqp7418ph/hA/YiIj8alucSou+qr/XPuqU/qg+EGzyrO1SQmh0eaRNUfyK9ZitQ6wCpQAGtAC1gH2mF0wrMV6kWYvwIsh4wKfbGmpuav8ANJJ4ncITgfLwAAAABJRU5ErkJggg==') /*assets/images/user-delet-img.png*/ center center no-repeat;
}

/* Player Menu */
.bto-player-menu {
	position: relative;
}

.bto-player-menu .playermenu-toggle {
	float: inherit;
	width: 100%;
	margin: 0;
	font-size: 14px;
	text-transform: uppercase;
	text-align: left;
	color: #fff;
	background-color: #000;
	border-radius: 8px;
}

.bto-player-menu .playermenu-toggle:before {
	display: block;
	float: right;
	margin: 10px 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 23px;
	line-height: 0;
	font-family: 'btocasinoicons';
	vertical-align: middle;
	content: "\e90f";
}

.bto-player-menu .playermenu-toggle.collapsed:before {
	content: '\e92a';
}

.bto-player-menu .nav-tabs {
	padding: 0;
	border-bottom: none;
}

.bto-player-menu .nav-tabs:before {
	position: absolute;
	bottom: 0;
	width: 100%;
	width: calc(100% - 20px);
	content: '';
	border-bottom: 1px solid #00b290;
}

.bto-player-menu .nav-tabs > li {
	-ms-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	margin: 0;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	overflow: hidden;
}

.bto-player-menu .nav-tabs > li > a {
	margin: 0;
	padding: 0 5px 15px;
	border: none;
	font-weight: bold;
	color: #000;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.bto-player-menu .nav-tabs > li > a:hover,
.bto-player-menu .nav-tabs > li > a:focus {
	border: none;
	color: #00b290;
	background-color: transparent;
}

.bto-player-menu .nav-tabs > li.active > a,
.bto-player-menu .nav-tabs > li.active > a:hover,
.bto-player-menu .nav-tabs > li.active > a:focus {
	border: none;
	color: #00b290;
	background-color: transparent;
}

.bto-player-menu .nav-tabs > li.active:before {
	border: 7px solid rgba(255, 255, 255, 0);
	border-bottom-color: #00b290;
	border-top-width: 0;
	bottom: 0;
	content: '';
	left: 50%;
	margin-left: -7px;
	position: absolute;
}

.bto-player-menu .nav-tabs > li.active:after {
	border: 7px solid rgba(255, 255, 255, 0);
	border-top-width: 0;
	border-bottom-color: #f4f4f4;
	bottom: -1px;
	content: '';
	left: 50%;
	margin-left: -7px;
	position: absolute;
}

/* Player Content */
.bto-player-content {
	position: relative;
	margin-top: 20px;
}

.bto-player-content .bto-player-label {
	padding-right: 10px;
	color: #000;
	text-transform: uppercase;
}

.bto-player-content .panel-message {
	padding-top: 8px;
	text-transform: uppercase;
}

.bto-player-content #accordion .panel-default {
	border-color: #e9e9e9;
	box-shadow: none;
	border-radius: 8px;
}

.bto-player-content #accordion .panel-default > .panel-heading {
	padding: 0;
	border-color: #d0d0d0;
	color: #000;
	background-color: #fff;
	border-radius: 8px;
}

.bto-player-content #accordion .panel-title a {
	display: block;
	padding: 10px 15px;
	font-weight: bold;
	border-radius: 8px;
}

.bto-player-content #accordion .panel-title a i {
	opacity: 0.8;
}

.bto-player-content #accordion .panel-default .panel-body {
	padding: 10px;
}

/* Player KYC */
.bto-kyc .thumbnail {
	position: relative;
	padding: 0;
	border: 1px solid #e9e9e9;
	border-radius: 8px;
	overflow: hidden;
}

.bto-kyc .thumbnail .label {
	position: absolute;
	z-index: 2;
	right: 5px;
	top: 5px;
	font-size: 87%;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.24);
}

.bto-kyc .thumbnail .thumbnail-img {
	overflow: hidden;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.bto-kyc .thumbnail .caption {
	padding: 9px;
	color: #000;
	border-top: 1px solid #e9e9e9;
	background: #fff;
}

.bto-kyc .thumbnail .caption h6 {
	margin-bottom: 10px;
	padding: 4px 0 10px;
	border-bottom: 1px solid #e9e9e9;
	font-weight: bold;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.bto-kyc .thumbnail .caption p {
	margin-bottom: 0;
	padding: 0;
	font-size: 12px;
}

.bto-kyc .btosystem-kyc-note {
	position: absolute;
	z-index: 10;
	right: 5px;
	bottom: 80px;
	padding: 5px 8px;
	color: #00b290;
	border-color: #000 !important;
	background: #000 !important;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}

.bto-kyc .btosystem-kyc-note i {
	font-size: 18px;
}

/* Player Deposit */

.bto-deposits .bto-deposit-title, 
.bto-deposits .bto-deposit-payment-info p.bto-deposit-payment-cost,
.bto-deposits .bto-deposit-payment-info p,
.bto-deposits .bto-deposit-title-more,
.bto-deposits .bto-deposit-balance {
	color: #000;
}

.bto-deposits .bto-deposit-title-more {
	text-decoration: none;
}

.bto-deposits .bto-deposit-title-more:hover,
.bto-withdrawal-amount .bto-withdrawal-payment-cost {
	color: #a8a8a8;
}

.bto-payments-gateway .bto-cc-selector .bto-cc-box > input + .bto-cc {
	background-color: #fff;
	border-color: #d0d0d0;
}

.bto-payments-gateway .bto-cc-selector .bto-cc-box > input:checked + .bto-cc {
	border-color: #00b290;
}

.bto-pending-withdrawal .bto-withdrawal-title span {
	color: #00b290;
}

.bto-deposit #btoDepositStep2,
.bto-deposit #btoDepositStep3,
.bto-deposit #btoDepositStep4 {
	display: none;
	margin-top: 20px;
}

.bto-deposit label {
	font-size: 12px;
	text-transform: uppercase;
}

.bto-deposit .bto-player-label {
	padding-right: 10px;
	color: #656784;
	text-transform: uppercase;
}

.bto-deposit .deposit-menu {
	width: 100%;
	margin-bottom: 10px;
	padding: 15px 0;
}

.bto-deposit .deposit-menu ul {
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #4bae4f;
}

.bto-deposit .deposit-menu ul li {
	-ms-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	font-size: 16px;
	color: #b2b4b6;
	text-align: center;
	text-transform: uppercase;
}

.bto-deposit .deposit-menu ul li.bto-active {
	position: relative;
	color: #449d47;
}

.bto-deposit .deposit-menu ul li.bto-active:before {
	border: 7px solid rgba(255, 255, 255, 0);
	border-bottom-color: #449d47;
	border-top-width: 0;
	bottom: -10px;
	content: '';
	left: 50%;
	margin-left: -7px;
	position: absolute;
}

.bto-deposit .deposit-menu ul li.bto-active:after {
	border: 7px solid rgba(255, 255, 255, 0);
	border-top-width: 0;
	border-bottom-color: #fff;
	bottom: -11px;
	content: '';
	left: 50%;
	margin-left: -7px;
	position: absolute;
}

.bto-deposits .bto-deposit-payment-info {
	border-color: #d0d0d0;
}

.bto-deposit .deposit-amount {
	border-bottom: 1px solid #e9e9ea;
}

.bto-deposit .box-payment ul {
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	width: 100%;
	align-items: center;
	list-style: none;
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px solid #e9e9ea;
}

.bto-deposit .box-payment ul li {
	-ms-flex: 6;
	-webkit-flex: 6;
	flex: 6;
	vertical-align: middle;
	font-size: 13px;
	color: #000;
	text-transform: uppercase;
}

.bto-deposit .box-payment ul li .bto-provider-logo {
	max-width: 100%;
	width: auto;
	max-height: 40px;
}

.bto-deposit .box-payment ul li.more-description {
	-ms-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	padding-left: 4px;
	text-align: right;
}

.bto-deposit .box-payment ul li.go-deposit {
	-ms-flex: 4;
	-webkit-flex: 4;
	flex: 4;
	text-align: right;
}

.bto-deposit .payment-description {
	padding: 10px;
	border-bottom: 1px solid #e9e9ea;
	font-size: 12px;
	color: #717171;
}

.bto-deposit .deposit-exchange {
	padding-bottom: 10px;
	border-bottom: 1px solid #e9e9ea;
}

.bto-deposit .deposit-bonuses {
	padding: 10px 0;
	border-bottom: 1px solid #e9e9ea;
}

.bto-deposit .deposit-bonuses .deposit-bonuses-name {
	line-height: 36px;
	color: #363f45;
	font-size: 13px;
	text-transform: uppercase;
}

.bto-deposit .deposit-bonuses .bto-deposit-bonus-active {
	border-color: #449d47;
	background: #449d47;
}

.bto-deposit .deposit-footer {
	margin-top: 10px;
	padding-top: 10px;
}

.bto-deposit .input-group label.error {
	position: absolute;
	z-index: 1;
	top: 40px;
	left: 0;
	margin-top: 0;
}

/* Player Deposit Modal */

.deposit-modal .form-control {
	width: 100% !important;
	height: 36px !important;
}

.deposit-modal .modal-footer {
	display: none;
}

/* Player Withdrawals */
.bto-pend-withdrawals {
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.bto-pend-withdrawals h5 {
	font-weight: bold;
	color: #ffb300;
}

.bto-pend-withdrawals .bto-box-withdrawal ul {
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	width: 100%;
	line-height: 30px;
	align-items: center;
	list-style: none;
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px solid #e9e9ea;
}

.bto-pend-withdrawals .bto-box-withdrawal ul:first-of-type {
	border-top: 1px solid #e9e9ea;
}

.bto-pend-withdrawals .bto-box-withdrawal ul li {
	-ms-flex: 6;
	-webkit-flex: 6;
	flex: 6;
	vertical-align: middle;
	font-size: 13px;
	color: #000;
	text-transform: uppercase;
}

.bto-withdrawal label {
	text-transform: uppercase;
}

.bto-withdrawal label.error {
	position: absolute;
	top: 36px;
	left: 0;
}

.bto-withdrawal-group .btn {
	width: 49%;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.col-md-2 .bto-withdrawal-group .btn {
	width: 100%;
}

/* Player Table & Player DataTable */

/* Table Filter */
.bto-table-filter {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e7ecf1;
}

.bto-table-filter .filtertable-toggle {
	float: initial;
	width: 100%;
	margin: 0 0 10px;
	padding: 6px;
	border: 1px solid #e9e9e9;
	border-radius: 8px;
	font-size: 13px;
	text-align: left;
	color: #000;
	background-color: #fff;
}

.bto-table-filter .navbar-toggle:after {
	position: absolute;
	top: 10px;
	right: 6px;
	font-family: 'Glyphicons Halflings';
	font-size: 13px;
	-webkit-font-smoothing: antialiased;
	content: "\e259";
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.bto-table-filter .collapsed.navbar-toggle:after {
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

.bto-table-filter .navbar-collapse {
	padding: 0;
}

.bto-table-filter .table-dropdown-sh-columns a {
	cursor: pointer;
}

.bto-table-filter .table-dropdown-sh-columns a.column-success {
	color: #ff8f00;
}

/* Player Table Data Filter */
.bto-table-data div.dataTables_wrapper div.dataTables_length label {
	color: rgba(255, 255, 255, 0);
}

.bto-table-data div.dataTables_wrapper div.dataTables_length select {
	margin-left: -36px;
}

.bto-table-data div.dataTables_wrapper div.dataTables_filter label {
	position: relative;
	color: #000;
}

.bto-table-data div.dataTables_wrapper div.dataTables_filter label:before {
	display: block;
	position: absolute;
	top: 7px;
	right: 2px;
	height: 16px;
	width: 16px;
	font-family: 'btocasinoicons' !important;
	content: "\e931";
	color: rgba(116, 118, 148, 0.5);
}

.bto-table-data div.dataTables_wrapper div.dataTables_filter input {
	padding-right: 23px;
}

.bto-table-data div.dataTables_wrapper div.dataTables_info {
	padding: 15px 0;
	font-size: 12px;
	color: #000;
}

/* Player Table */
.bto-table-data .table {
	color: #000;
}

.bto-table-data .table > thead {
	background: #f6f9fd;
}

.bto-table-data .table > thead > tr > th {
	border-bottom-width: 1px;
	color: #fff;
	background-color: #000;
	border-color: #222;
	padding: 10px 8px 7px;
}

table.dataTable thead .sorting_desc:after {
	opacity: 1;
}

table.dataTable thead .sorting:after {
	opacity: 1;
	color: #a8a8a8;
}

.bto-table-data .table > tbody > tr > td {
	font-size: 12px;
	color: #000;
}

.bto-table-data .table-hover > tbody > tr:hover {
	background: #f9f9f9 !important;
}

.bto-table-data .table-bordered {
	border: 1px solid #e9e9e9;
	border-radius: 8px;
	overflow: hidden;
	background-color: #fff;
}

.bto-table-data .table-bordered > tbody > tr > th,
.bto-table-data .table-bordered > tfoot > tr > th,
.bto-table-data .table-bordered > thead > tr > td,
.bto-table-data .table-bordered > tbody > tr > td,
.bto-table-data .table-bordered > tfoot > tr > td {
	border: 1px solid #e9e9e9;
	border-left-width: 0;
	border-bottom-width: 0;
}

.bto-table-data .table-striped > tbody > tr:nth-of-type(odd) {
	background-color: #fff;
}

.bto-table-data table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before,
.bto-table-data table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
	top: 8px;
	height: 17px;
	width: 16px;
	border: 1px solid #e9e9e9;
	border-radius: 50%;
	font: normal normal normal 18px/1 FontAwesome;
	color: #6f6f6f;
	content: "\f055";
	background-color: #fff;
}

.bto-table-data table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
.bto-table-data table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
	content: "\f056";
	color: #000;
	background-color: #fff;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

/* Player Limits */
.bto-box-limits ul {
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	width: 100%;
	line-height: 30px;
	align-items: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.bto-box-limits ul + ul {
	margin-top: 5px;
	padding-top: 5px;
	border-top: 1px solid #eeeeef;
}

.bto-box-limits ul li {
	-ms-flex: 6;
	-webkit-flex: 6;
	flex: 6;
	vertical-align: middle;
	font-size: 13px;
	color: #000;
	text-transform: uppercase;
}

.bto-box-limits ul li.go-limits {
	-ms-flex: 2;
	-webkit-flex: 2;
	flex: 2;
	text-align: right;
}

.bto-box-limits .go-limits + .go-limits {
	padding-left: 5px;
}

/* Player Messages */
.bto-messages .bto-messages-toolbar { color: #262735; background-color: #ffffff; border: 1px solid #e9e9e9;}
.bto-messages .bto-messages-toolbar:before { background-color: #048b2f; }
.bto-messages .panel-heading .accordion-toggle { color: #000; }
.bto-messages .panel-heading .accordion-toggle:hover { color: #00b290; }
.bto-messages .panel-heading .accordion-toggle:after { color: #000; }
.bto-messages .panel-heading .accordion-date { color: #000; }
.bto-messages .panel-heading .accordion-delete i { color: #000; }
.bto-messages .panel-heading .accordion-delete i:hover { color: #ffffff; background: #00b290; }
.bto-messages .panel-heading + .panel-collapse > .panel-body { border-top-color: #eaeaea; color: #000; background-color: #ffffff; }
.bto-messages .bto-messages-markread:before { background-color: #f04e23; }
.bto-messages .bto-messages-markunread:before { background-color: #39b54a; }
.bto-messages .bto-messages-info span { color: #000; }
.bto-messages .bto-messages-info span:before { background-color: #39b54a; }
.bto-messages .bto-messages-info span:last-child:before { background-color: #f04e23; }

/* Player Messages User Menu */
.bto-messages-unread:before { background-color: #f04e23; }

/*-----------------------------------------------
	#Register Page
-----------------------------------------------*/
.bto-register {
	position: relative;
	float: left;
	width: 100%;
	padding: 10px;
	background: #fff;
	border-radius: 8px;
}

/*.bto-register label.error { position: absolute; left: 0; z-index: 10; width: calc(100% - 20px); margin: 2px 10px; }*/

/*.bto-register .date label.error { width: 100%; top: 36px; margin: 2px 0; }*/
.bto-register .bto-checkbox-inline {
	margin: 10px 0;
	line-height: 21px;
	padding-left: 25px;
}

.bto-register .form-control{
	padding: 5px 10px;
}

.bto-register .form-control, select.form-control:not(:root:root) {
	color: #6f6f6f;
}

.bto-register .bto-checkbox-inline a {
	display: inline-block;
	color: #00b290;
}

.bto-register .g-recaptcha {
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

.bto-register .bto-btn-register {
	font-size: 16px;
}

.bto-register-sidebar .bto-register-advertise {
	margin-top: 50%;
	padding: 10px;
	color: #fff;
	font-size: 50px;
	border-radius: 8px 0 0 8px;
	text-transform: uppercase;
	background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=1);
}

.bto-register-sidebar .bto-register-advertise a {
	display: block;
	font-size: 26px;
	color: #00b290;
}

/*-----------------------------------------------
	#Post Page / Promotions
-----------------------------------------------*/

/* Category Navigation */
.bto-post-category-nav {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 30px;
}

.bto-post-category-navigation li > a {
	margin-left: 3px;
	padding: 11px 20px 9px;
	border-radius: 8px;
	color: #000;
	font-size: 14px;
	text-transform: uppercase;
}

.bto-post-category-navigation li:first-child > a {
	margin-left: 0;
}

.bto-post-category-navigation li > a:hover,
.bto-post-category-navigation li > a:focus {
	color: #94ff80;
	background-color: #000;
}

.bto-post-category-navigation li.active > a,
.bto-post-category-navigation li.active > a:hover,
.bto-post-category-navigation li.active > a:focus {
	color: #94ff80;
	background-color: #000;
	border-radius: 8px;
}

.bto-post-category-toggle {
	width: 100%;
	margin: 0;
	font-size: 14px;
	text-transform: uppercase;
	text-align: left;
	color: #fff;
	background-color: #000;
	border-radius: 8px;
}

.bto-post-category-toggle:before {
	display: block;
	float: right;
	margin: 10px 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 23px;
	line-height: 0;
	font-family: 'btocasinoicons';
	vertical-align: middle;
	content: "\e90f";
}

.bto-post-category-toggle.collapsed:before {
	content: '\e92a';
}

/* Post Grid */
.bto-post-grid .site-main-content {
	margin-left: -10px;
	margin-right: -10px;
}

/* Post */
.bto-post {
	position: relative;
	margin-bottom: 30px;
	padding: 5px;
	border: none;
	border-radius: 0;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.bto-post:hover {
	box-shadow: none;
}

.bto-post-entry-header {
	margin: 15px 0 5px;
	padding-bottom: 5px;
	border: none;
}

.bto-post-entry-header a {
	font-size: 14px;
	font-weight: 600;
}

.bto-post-entry-header a:after {
	content: '';
	width: 15px;
	height: 2px;
	margin-top: 10px;
	position: relative;
	display: block;
	background: #00b290;
}

.bto-post-featured-image {
	border-radius: 8px;
}

.bto-post .bto-post-featured-image img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .4s ease-in-out;
	-moz-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}

.bto-post:hover .bto-post-featured-image img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

/* Single Post */
.bto-single-post-entry-header {
	margin: 0 0 20px;
	padding-bottom: 10px;
	border: none;
}

.bto-single-post-entry-title {
	margin: 0;
}

.bto-single-post-featured-image {
	float: left;
	margin-bottom: 15px;
	padding: 5px;
	border: 1px solid #d0d0d0;
	border-radius: 8px;
}

.bto-single-post-featured-image img {
	width: 100%;
	border-radius: 8px;
}

.bto-single-post-entry-content {
	float: right;
	width: calc(100% - 420px);
}

.bto-single-post-navigation {
	float: left;
	width: 100%;
	margin-top: 20px;
	text-align: center;
}

/* Posts Pagination */
.bto-post-pagination .pagination {
	float: right;
	margin: -40px 0 30px;
}

/*-----------------------------------------------
	#404 Page
-----------------------------------------------*/
.bto-error-holder {
	width: 100%;
	margin: 50px 0;
	text-align: center;
}

.bto-error-holder .bto-error-box {
	position: relative;
	width: 310px;
	height: 310px;
	margin: 0 auto;
	background: #262735;
}

.bto-error-holder .bto-error-box .bto-error-type {
	position: relative;
	left: -10px;
	top: 39px;
	margin: 0;
	font-size: 160px;
	text-align: center;
	letter-spacing: -19px;
	color: #000;
}

.bto-error-holder .bto-error-text {
	margin-top: 0;
	font-size: 58px;
	text-transform: uppercase;
	letter-spacing: -1.5px;
	color: #000;
}

.bto-error-holder p {
	margin-top: 40px;
	font-size: 16px;
}

.bto-error-holder p a {
	color: #000;
}

.bto-error-holder p a:hover {
	color: #ff8f00;
}

/*-----------------------------------------------
	#Maintenance Page
-----------------------------------------------*/
.bto-maintenance .container {
	position: relative;
	margin-top: 20%;
	text-align: center;
}

.bto-maintenance .container .title {
	font-size: 50px;
	font-weight: 700;
	margin-bottom: 40px;
	color: #fff;
}

.bto-maintenance .container .subtitle {
	font-size: 30px;
	color: #fff;
	margin-bottom: 40px;
}

.bto-maintenance .container .entry-content {
	font-size: 18px;
	color: #fff;
}

/*-----------------------------------------------
	#Widget
-----------------------------------------------*/
.widget {
	margin-bottom: 30px;
}

.widget .widget-title {
	margin-bottom: 0;
	font-size: 20px;
	font-weight: 500;
	border: 0;
	text-transform: capitalize;
	padding-bottom: 0;
}

.widget .widget-title span:last-child {
	font-weight: bold;
	color: #00b290;
}

#bto-section-title > div {
	position: relative;
	font-weight: 300;
	text-align: center;
	color: #777;
}

#bto-section-title > div .textwidget:after {
	content: '';
	position: relative;
	width: 30px;
	height: 3px;
	display: block;
	margin: 0 auto;
	text-align: center;
	background: #00b290;
}

#bto-section-title > div .textwidget p {
	position: relative;
	margin-bottom: 15px;
}

#bto-section-title.text-left > div {
	text-align: left;
}

#bto-section-title.text-left > div .textwidget:after {
	margin: 0;
}

/* Widget: Menu */
.sidebar-left .widget ul,
.sidebar-right .widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sidebar-left .widget ul a,
.sidebar-right .widget ul a {
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-weight: normal;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #777;
	border-bottom: solid 1px #f3f3f3;
}

.sidebar-left .widget ul a:hover,
.sidebar-right .widget ul a:hover {
	color: #ff8f00;
	padding-left: 10px;
}

/* Widget: Latest Posts */
.latest-posts {
	list-style: none;
	margin: 0;
	padding: 0;
}

.latest-posts .post {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #ebebeb;
}

.latest-posts .post .image {
	width: 60px;
	height: 60px;
	overflow: hidden;
}

.latest-posts .post .text {
	margin-bottom: 5px;
}

/* Widget: Search */
.widget_search .bto-searchform {
	position: relative;
}

.widget_search .bto-searchform .fa-search {
	position: absolute;
	top: 9px;
	right: 8px;
	z-index: 1;
	font-size: 16px;
	color: #c3c3c3;
}

.widget_search .bto-searchform .screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.widget_search .bto-searchform .form-control {
	width: 100%;
	padding-right: 30px;
	height: 36px;
	border-color: #d6d6d6;
	color: #555;
	background: #fbfbfb;
}

.widget_search .bto-searchform .form-control:focus {
	background: #fff;
}

.widget_search .bto-searchform .form-control:-ms-input-placeholder,
.widget_search .bto-searchform .form-control:focus:-ms-input-placeholder {
	color: #c3c3c3;
}

.widget_search .bto-searchform .form-control::-moz-placeholder,
.widget_search .bto-searchform .form-control:focus::-moz-placeholder {
	color: #c3c3c3;
}

.widget_search .bto-searchform .form-control::-webkit-input-placeholder,
.widget_search .bto-searchform .form-control:focus::-webkit-input-placeholder {
	color: #c3c3c3;
}

.widget_search .bto-searchform input[type="submit"] {
	display: none;
}

/* Widget: Calendar */
.widget_calendar {
	width: 100%;
}

.widget_calendar #wp-calendar {
	width: 100%;
}

.widget_calendar #wp-calendar caption {
	font-size: 14px;
}

.widget_calendar #wp-calendar #today {
	color: #ff8f00;
	font-weight: bold;
}

.widget_calendar #wp-calendar a {
	display: none;
}

/* Widget: Advert */
.advert {
	width: 100%;
	height: 250px;
	min-height: 250px;
}

/* Widget: Tags */
.widget_tag_cloud a {
	display: inline-block;
	margin-bottom: 10px;
	padding: 1px 5px;
	margin-right: 5px;
	border: 1px solid #eee;
	font-size: 13px !important;
	border-radius: 3px;
}

/* Widget: Recent Comments */
.recent-comments {
	list-style: none;
	margin: 0;
	padding: 0;
}

.recent-comments li {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #ebebeb;
}

/* Widget: Comments */
.comments {
	position: relative;
	list-style: none;
	margin: 30px 0;
	padding: 0;
}

.comments .image {
	overflow: hidden;
}

.comments .image img {
	max-width: 60px;
}

.comments .author {
	margin-bottom: 10px;
}

.comments .date {
	display: block;
	margin-bottom: 10px;
}

.comments .text {
	margin-bottom: 10px;
}

.comments li {
	margin-bottom: 30px;
}

.comments ul {
	padding-left: 70px;
}

.send-comment textarea {
	min-height: 150px;
	resize: vertical;
}

h4.author a,
.comments .date a {
	color: #333;
}

.comment-wrp {
	position: relative;
}

.reply {
	position: absolute;
	right: 0;
	top: 0;
}

#comments li {
	list-style: none;
}

h3.comment-reply-title {
	font-size: 16px;
	display: inline-block;
}

#form-submit .btn-default {
	background: none;
}

/* Widget: Solutions for Home Page */
.bto-solutions-blocks {
	margin-left: -5px;
	margin-right: -5px;
	-moz-background-clip: content-box;
	-webkit-background-clip: content-box;
	background-clip: content-box;
}

.bto-solutions-blocks .bto-solution-block {
	position: relative;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	-moz-background-clip: content-box;
	-webkit-background-clip: content-box;
	background-clip: content-box;
}

.bto-solutions-blocks .bto-solution-block .solution-text {
	position: relative;
	width: 100%;
	min-height: 190px;
	padding: 35px 15px 15px 15px;
	background: #f4f4f4;
	border-radius: 8px;
	border: 1px solid #e9e9e9;
}

.bto-solutions-blocks .bto-solution-block a {
	display: block;
	position: relative;
	overflow: visible;
	border-radius: 8px;
	text-decoration: none;
	box-shadow: none;
}

.bto-solutions-blocks .bto-solution-block h3 {
	display: block;
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	font-size: 19px;
	max-width: 55%;
	color: #000;
	text-transform: capitalize;
	font-weight: bold;
}

.bto-solutions-blocks .bto-solution-block h3:after {
	content: none;
	position: relative;
	width: 25px;
	height: 1px;
	display: block;
	margin: 10px 0;
	background: #d1d7da;
}

.bto-solutions-blocks .bto-solution-block p {
	width: 50%;
	margin-top: 10px;
	margin-bottom: 39px;
	font-size: 14px;
	line-height: normal;
	color: #393939;
	font-weight: 500;
}

.transparent_content .site-main .container.bto-recommended.panel-widget-style {
    background-color: #fff !important;
    background: #fff !important;
    padding: 25px 20px 25px;
    border-radius: 8px;
    margin-bottom: 60px;
}

.container.bto-recommended figure.solution-img-overlay {
    position: absolute;
    top: 9px;
    left: 15px;
    z-index: 999;
    max-width: 110px;
}

.container.bto-recommended figure.solution-img-overlay img { 
	height: 20px;
}

.container.bto-recommended .bto-casino-lobby .bto-casino-heading-v2  .bto-casino-heading-title {
	display: none;
}

.container.bto-recommended .bto-casino-lobby .bto-casino-carousel .bto-moregames {
    position: absolute;
    top: -55px;
    left: calc(50% - 50px);
}

.container.bto-recommended .bto-casino-lobby .bto-casino-carousel .owl-nav { 
	display: none;
}

.container.bto-recommended .bto-sport-category-image {
	position: relative;
}

.container.bto-recommended .bto-sport-category-image .sow-image-container .so-widget-image {
	border-radius: 8px;
	height: 180px;
}

.container.bto-recommended .bto-sport-category-image .so-widget-sow-image .sow-image-container a:before {
	content: "";
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100%;
	border-radius: 8px;
	background: rgb(0,0,0);
	background: -moz-linear-gradient(0deg, rgba(0,0,0,0.9) 0%, rgba(57,57,57,0) 100%);
	background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.9) 0%, rgba(57,57,57,0) 100%);
	background: linear-gradient(0deg, rgba(0,0,0,0.9) 0%, rgba(57,57,57,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#393939",GradientType=1);
	opacity: .7;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
	transition: all .4s linear;
}

.container.bto-recommended .bto-sport-category-image:hover .so-widget-sow-image .sow-image-container a:before{
	opacity: 1;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
	transition: all .4s linear;
}

.container.bto-recommended .bto-sport-category-image .widget-title {
	position: absolute;
	left: 10px;
	bottom: 5px;
}

.container.bto-recommended .bto-sport-category-image .widget-title a {
	color: #fff;
}

.container.bto-recommended .bto-sport-category-image .widget-title span {
	color: #fff;
	font-size: 22px;
	font-weight: 400;
}

.container.bto-recommended .bto-sport-recommended {
	display: flex;
    gap: 10px;
    justify-content: start;
    width: 100%;
}

.container.bto-recommended .bto-sport-recommended .panel-grid-cell {
	flex: 1;
}



.bto-solutions-blocks .bto-solution-block .btn-solution {
	display: inline-block;
	position: absolute;
	bottom: 14px;
	margin-top: auto;
	padding: 10px 24px;
	left: 15px;
	line-height: normal;
	border: none;
	border-radius: 8px;
	font-size: 14px;
	color: #94ff80;
	text-align: center;
	text-transform: capitalize;
	box-shadow: none;
	background-color: #000000;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
	transition: all .4s linear;
}

.bto-solutions-blocks .bto-solution-block:hover .btn-solution {
	background-color: #393939;
	border-color: #393939;
	color: #fff;
}

.bto-solutions-blocks img {
	width: 100%;
}

.bto-solutions-blocks .col-sl-1:first-child {
	margin-left: 33.33333333%;
}

.bto-solutions-blocks .col-sl-2:first-child {
	margin-left: 16.66666667%;
}

.bto-solutions-blocks .col-sl-4 h3 {
	top: 20px;
	left: 20px;
	font-size: 34px;
}

.bto-solutions-blocks .col-sl-4 .btn-solution {
	bottom: 20px;
	left: 20px;
	padding: 10px 12px;
	font-size: 16px;
}

.bto-solutions-blocks .col-sl-5 h3 {
	top: 15px;
	left: 15px;
	font-size: 26px;
}

.bto-solutions-blocks .col-sl-5 .btn-solution {
	bottom: 15px;
	left: 15px;
	font-size: 14px;
}

.bto-solutions-blocks .col-sl-6 h3 {
	top: 12px;
	left: 12px;
	font-size: 22px;
}

.bto-solutions-blocks .col-sl-6 .btn-solution {
	bottom: 12px;
	left: 12px;
	font-size: 12px;
	padding: 8px 10px;
}

/* Widget: Solutions Carousel */
.bto-solutions-blocks .owl-theme .owl-dots .owl-dot span {
	width: 12px;
	height: 12px;
	background: #888998;
}

.bto-solutions-blocks .owl-theme .owl-dots .owl-dot.active span,
.bto-solutions-blocks .owl-theme .owl-dots .owl-dot:hover span {
	background: #262735;
}

.owl-carousel .owl-stage-outer {
	overflow: visible;
}

.bto-casino-carousel .owl-carousel .owl-stage-outer { 
	overflow: hidden;
}

/* Virtual Games Landing Page*/
.tp-bullets {
	z-index: 99999 !important;
}

.v-page .content-area {
	position: absolute;
	top: 11%;
	left: 0;
	right: 0;
}

.virtual-content #bto-section-title > div {
	color: #fff;
	text-align: left;
}

.virtual-content #bto-section-title > div .textwidget:after {
	margin: 0;
	text-align: left;
}

.bto-all-virtual-games {
	margin-top: 60px;
}

.virtual-content .widget .widget-title {
	color: #fff;
}

.bto-v-games .so-widget-sow-image {
	position: relative;
}

.bto-v-games  .widget-title {
	padding: 5px 20px;
	width: 100%;
	position: absolute;
	bottom: 10px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	color: #fff;
}

.provider .sow-image-container {
	margin: 0 auto;
	min-height: 95px;
	text-align: center;
	background: #272f39;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.provider .widget-title {
	margin-top: 15px;
	font-size: 12px;
	text-align: center;
	color: #fff;
}

.provider .widget-title span:last-child {
	color: #00b290;
}

.bto-virtual-playgame .bto-playgame-title-content { 
	background-color: #000;
	border-radius: 8px;
}

.bto-virtual-playgame .bto-playgame-title { 
	color: #fff;
	line-height: 18px;
}

.bto-virtual-playgame .bto-playgame-menu i {
	border-radius: 8px;
	background-color: #000;
	border-color: #000;
	color: #fff;
}

.bto-virtual-playgame .bto-playgame-menu i:hover, .bto-casino-playgame .bto-playgame-menu .bto-icon-heart { 
	color: #00b290;
}

.bto-virtual-playgame .bto-playgame { 
	background-color: #000;
	border-radius: 8px;
}

/* Widget: Casino games Carousel */

.bto-casino-lobby .bto-casino-carousel .owl-nav {
	top: -43px;
}

.bto-casino-lobby .bto-casino-carousel .bto-casino-heading-v1 {
	display: -ms-flexbox; 
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.bto-casino-lobby .bto-casino-carousel .owl-carousel .owl-stage-outer { 
	overflow: hidden;
}

.bto-casino-lobby .bto-casino-lobby .bto-casino-carousel .owl-nav .owl-prev,
.bto-casino-lobby .bto-casino-lobby .bto-casino-carousel .owl-nav .owl-next {
	background: #000;
}

.bto-casino-lobby .bto-casino-lobby .bto-casino-carousel .owl-nav .owl-prev:hover,
.bto-casino-lobby .bto-casino-lobby .bto-casino-carousel .owl-nav .owl-next:hover {
	background: #00b290;
}

.bto-casino-lobby.bto-casino-hint .bto-casino-heading.bto-casino-heading-v1 .bto-icon::before {
    font-size: 18px;
}

.bto-casino-lobby .bto-casino-carousel .owl-nav .owl-prev {
    border-radius: 8px 0 0 8px;
}

.bto-casino-lobby .bto-casino-carousel .owl-nav .owl-next {
    border-radius: 0 8px 8px 0;
}

.bto-lobby-carousel-layout .bto-casino-lobby:after { content: none;}

/* Widget: Solutions Image Effects */

/* Widget: Casino games Carousel */

.bto-casino-lobby .bto-casino-carousel .owl-nav .owl-prev,
.bto-casino-lobby .bto-casino-carousel .owl-nav .owl-next {
	background: #393939;
	opacity: 1;
}

/* Zoom In */
.ef-hover01 .bto-solution-block img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .4s ease-in-out;
	-moz-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}

.ef-hover01 .bto-solution-block:hover img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.ef-hover01 .bto-solution-block .btn-solution {
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
	transition: all .4s linear;
}

.ef-hover01 .bto-solution-block:hover .btn-solution {
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

/* Zoom Out */
.ef-hover02 .bto-solution-block img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: .4s ease-in-out;
	-moz-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}

.ef-hover02 .bto-solution-block:hover img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

/* Slide */
.ef-hover03 .bto-solution-block img {
	margin-left: 30px;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: .4s ease-in-out;
	-moz-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}

.ef-hover03 .bto-solution-block:hover img {
	margin-left: 0;
}

/* Rotate */
.ef-hover04 .bto-solution-block img {
	-webkit-transform: rotate(15deg) scale(1.5);
	-moz-transform: rotate(15deg) scale(1.5);
	-ms-transform: rotate(15deg) scale(1.5);
	-o-transform: rotate(15deg) scale(1.5);
	transform: rotate(15deg) scale(1.5);
	-webkit-transition: .4s ease-in-out;
	-moz-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}

.ef-hover04 .bto-solution-block:hover img {
	-webkit-transform: rotate(0) scale(1);
	-moz-transform: rotate(0) scale(1);
	-ms-transform: rotate(0) scale(1);
	-o-transform: rotate(0) scale(1);
	transform: rotate(0) scale(1);
}

/* Blur */
.ef-hover05 .bto-solution-block img {
	-webkit-filter: blur(0);
	filter: blur(0);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: .4s ease-in-out;
	-moz-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}

.ef-hover05 .bto-solution-block:hover img {
	-webkit-filter: blur(3px);
	filter: blur(3px);
}

/* Gray Scale */
.ef-hover06 .bto-solution-block img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	-webkit-transition: .4s ease-in-out;
	-moz-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}

.ef-hover06 .bto-solution-block:hover img {
	-webkit-filter: grayscale(95%);
	filter: grayscale(95%);
}

/* Opacity */
.ef-hover07 .bto-solution-block .solution-img {
	position: absolute;
	min-height: auto;
	top: auto;
	bottom: 15px;
	margin: auto;
	right: 15px;
	z-index: 5;
	background: none;
	max-width: 170px;
}

.ef-hover07 .bto-solution-block img {
	opacity: 1;
	-webkit-transition: .4s ease-in-out;
	-moz-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}

.ef-hover07 .bto-solution-block:hover img {
	opacity: 1;
}

/* Widget: Payment Partners */
.bto-payment-partners {
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	list-style: none;
	padding: 25px 0;
}

.bto-payment-partners li {
	align-self: center;
}

.bto-payment-partners li img {
	margin: 0 auto;
}

/* Widget: Payment Partners Grayscal */
.grayscale {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=!string!><filter id=!string!><feColorMatrix type=!string!values=!string!/></filter></svg>#grayscale");
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	filter: gray;
}

.grayscale.grayscale-fade {
	transition: filter .5s;
}

/* Webkit hack until filter is unprefixed */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.grayscale.grayscale-fade {
		-webkit-transition: -webkit-filter .5s;
		-moz-transition: -webkit-filter .5s;
		-o-transition: -webkit-filter .5s;
		transition: -webkit-filter .5s;
	}

}

.grayscale.grayscale-off,
.grayscale.grayscale-fade:hover {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

.grayscale.grayscale-replaced {
	-webkit-filter: none;
	filter: none;
}

.grayscale.grayscale-replaced > svg {
	-webkit-transition: opacity .5s ease;
	-moz-transition: opacity .5s ease;
	-o-transition: opacity .5s ease;
	transition: opacity .5s ease;
	opacity: 1;
}

.grayscale.grayscale-replaced.grayscale-off > svg,
.grayscale.grayscale-replaced.grayscale-fade:hover > svg {
	opacity: 0;
}

/* Widget: License */
.bto-license {
	display: inline-block;
	padding: 20px 0;
}

.bto-license .bto-license-text {
	font-size: 11px;
	text-align: left;
}

.bto-license .bto-license-img img {
	float: right;
}

.bto-license.bto-license-left .bto-license-text {
	float: left;
	width: 90%;
}

.bto-license.bto-license-left .bto-license-img {
	float: right;
	width: 10%;
}

.bto-license.bto-license-right .bto-license-text {
	float: right;
	width: 90%;
}

.bto-license.bto-license-right .bto-license-img {
	float: left;
	width: 10%;
}

.bto-license.bto-license-right .bto-license-img img {
	float: left;
}

.bto-license.bto-license-center .bto-license-text {
	float: left;
	width: 100%;
	text-align: center;
}

.bto-license.bto-license-center .bto-license-img {
	float: left;
	width: 100%;
}

.bto-license.bto-license-center .bto-license-img img {
	float: inherit;
	margin: 10px auto 0 auto;
}

/*-----------------------------------------------
	#Footer
-----------------------------------------------*/
.footer-sitemap-container-custom {
	display: flex;
	justify-content: space-between;
	padding: 25px 0;
}

footer {
	position: relative;
	width: 100%;
	height: auto;
	padding-top: 10px;
	color: #000;
	background: #fff;
}

.footer-custom-topbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #e9e9e9;
	padding-bottom: 10px;
}

footer ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

footer .footer-nav {
	float: left;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 10px;
}

footer .footer-nav .navbar-nav {
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	width: 100%;
	margin: 0;
}

footer .footer-nav .navbar-nav > li {
	-ms-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	text-align: left;
}

footer .footer-nav .navbar-nav > li > a {
	margin-bottom: 10px;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #00b290;
	cursor: default;
	pointer-events: none;
}

footer .footer-nav .navbar-nav > li > a:hover {
	color: #00b290;
	background-color: transparent;
}

footer .footer-nav .navbar-nav > li > ul {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}

footer .footer-nav .navbar-nav > li > ul > li > a {
	display: inline-block;
	padding: 0px 0 5px;
	font-size: 12px;
	color: #000;
}

footer .footer-nav .navbar-nav > li > ul > li > a:hover,
footer .footer-nav .navbar-nav > li > ul > li.current-menu-item > a {
	color: #00b290;
}

footer .footer-nav .navbar-collapse {
	border: none;
	box-shadow: none;
	margin-top: 30px;
}

footer .footermenu-toggle {
	width: 100%;
	margin: 0;
	font-size: 14px;
	text-transform: uppercase;
	text-align: left;
	color: #fff;
	background-color: #000;
	border-radius: 8px;
	padding: 10px 10px 9px;
}

footer .footermenu-toggle:before {
	display: block;
	float: right;
	margin: 10px 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 23px;
	line-height: 0;
	font-family: 'btocasinoicons';
}

/*footer .footermenu-toggle.collapsed:before { content: 'grayscale'; }*/
footer .bto-social-nav {
	float: left;
	width: 100%;
	margin-bottom: 0;
}

footer .bto-social-nav .bto-social-menu {
	float: right;
}

footer .bto-social-nav .bto-social-menu li {
	margin-right: 7px;
}

footer .footer-nav .bto-social-nav .bto-social-menu li:last-child {
	margin-right: 0;
}

footer .footer-nav .bto-social-nav .bto-social-menu li a {
	font-size: 14px;
	color: #fff;
	background-color: #a8a8a8;
	border: 1px solid #a8a8a8;
	border-radius: 8px;
}

footer .footer-nav .bto-social-nav .bto-social-menu li a:hover {
	background-color: #00b290;
}

footer .bto-language-nav {
	width: 100%;
	margin-bottom: 15px;
}

footer .bto-language-nav .dropdown-toggle {
	float: right;
	min-width: 100px;
	border-color: #e9e9e9;
	color: #000;
	background-color: #f4f4f4;
	padding: 7px 6px 5px;
}

footer .bto-language-nav .dropdown-menu {
	right: 0;
	border-color: #e9e9e9;
	border-top: 1px solid #e9e9e9;
	background-color: #f4f4f4;
}

footer .bto-language-nav .dropdown-menu > li {
	border-bottom: 1px solid #e9e9e9;
}

footer .bto-language-nav .dropdown-menu > li > a {
	color: #000;
}

footer .bto-language-nav .dropdown-menu > li > a:hover {
	color: #00b290;
}

footer .age-ban {
	float: right;
	width: 100%;
	text-align: right;
}

footer .age-ban i {
	color: #000;
}

footer .age-ban .fa-2x {
	font-size: 1.9em;
}

footer .age-ban .fa-plus-age {
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	text-align: center;
	font-size: 70%;
	font-weight: bold;
	color: #94ff80;
}

footer .age-ban .fa-plus16 .fa-plus-age:before {
	content: '+16';
}

footer .age-ban .fa-plus18 .fa-plus-age:before {
	content: '+18';
}

footer .age-ban .fa-plus21 .fa-plus-age:before {
	content: "+21";
}

footer .age-ban .fa-plus25 .fa-plus-age:before {
	content: '+25';
}

footer .copyright {
	float: left;
	width: 100%;
	margin-top: 0;
	font-size: 12px;
	text-align: center;
	color: rgba(255, 255, 255, 0.5);
}

footer .copyright a {
	color: #fff;
}

footer .copyright a:hover {
	color: #a8a8a8;
}

footer .copyright .copyright-wrap {
	padding: 15px 0;
	border-top: none;
	border-bottom: none;
}

footer .bto-payment-partners {
	border-top: 1px solid #2d2f41;
}

footer .bto-license {
	border-top: none;
	padding: 0;
}

footer .bto-license .bto-license-text {
	color: #000;
}

/* Footer Widget Area*/
footer .footer-area-top,
footer .footer-area-bottom {
	float: left;
	width: 100%;
}

footer .footer-area-top {
	margin-top: 0;
}

footer .footer-area-bottom {
	margin: 20px 0 0;
}

footer .footer-area-top .bto-payment-partners,
footer .footer-area-top .bto-license {
	border: none;
	border-bottom: 1px solid #e9e9e9;
	border-top: 1px solid #e9e9e9;
	filter: grayscale(1);
	padding: 15px 0;
}

/*-----------------------------------------------
	#Plugins
-----------------------------------------------*/


/*-----------------------------------------------
	#SB demo Styles
-----------------------------------------------*/
/* General styles */
header .navbar-v2 .navigation-menu .navbar-nav > li a::before {
	content: '';
	position: absolute;
	left: 10px;
	bottom: -3px;
	width: 0;
	height: 3px;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

@media (max-width: 991px) {
	/* General Media Query */
	header .navbar-v2 .navigation-menu .navbar-nav > li > a:hover::before,
	header .navbar-v2 .navigation-menu .navbar-nav > li > a:focus::before,
	header .navbar-v2 .navigation-menu .navbar-nav > li.current-menu-item > a::before,
	header .navbar-v2 .navigation-menu .navbar-nav > li.current-page-ancestor > a::before,
	li.current-menu-ancestor > a::before {
		display: none;
	}

	footer .footer-nav .navbar-nav > li {
		margin-top: 10px;
	}

	footer .age-ban {
		text-align: center;
	}

}




/*-----------------------------------------------
	Jackpot Microgaming
-----------------------------------------------*/
.bto-microgaming-counters-title {
	display: block;
	margin-bottom: 10px;
	font-size: 17px;
}

.bto-microgaming-counters {
	position: relative;
	margin-bottom: 25px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-content: stretch;
	align-items: flex-start;
}

.bto-microgaming-counter {
	margin-right: 10px;
	position: relative;
	padding: 15px 20px;
	order: 0;
	flex: 1 1 auto;
	align-self: auto;
	background: rgb(34,3,62);
	background: -moz-linear-gradient(45deg, rgba(34,3,62,1) 0%, rgba(83,4,96,1) 100%);
	background: -webkit-linear-gradient(45deg, rgba(34,3,62,1) 0%,rgba(83,4,96,1) 100%);
	background: linear-gradient(45deg, rgba(34,3,62,1) 0%,rgba(83,4,96,1) 100%);
	border-radius: 8px;
	color: #fff;
	-webkit-transition: .4s ease-in-out;
	-moz-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}

.bto-microgaming-counter:hover {
	box-shadow: 0px 0 10px rgba(160, 126, 191, 0.68);
}

.bto-microgaming-counter:last-child {
	margin-right: 0;
}

.bto-microgaming-counter-jackpot-header {
	font-size: 13px;
	margin-bottom: 4px;
}

.bto-microgaming-counter-jackpot-amount {
	font-size: 13px;
	font-weight: bold;
}

.bto-microgaming-counter-jackpot-amount .bto-microgaming-counter-jackpot-currency {
	color: #fa4f0e;
}

.bto-microgaming-icon {
	position: absolute;
	font-size: 35px;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	right: 0;
	color: #fff;
	opacity: .7;
	z-index: 1;
}

@media (max-width:991px) {
	header .navigation-header .navbar-toggle.bto-mobileusermenu {
		position: relative;
		left: -10px;
	}
	header .bto-login-simple-mobile .btn {
		padding: 3px 12px;
		height: 34px;
	}

	header .bto-login-simple-mobile .btosystem-logout {
		padding-left: 0;
	} 

	header .bto-login-simple-mobile .btn {
		border-radius: 0 8px 8px 0;
	}

	header .bto-login-simple-mobile .btn.btn-user-confirm {
		border-radius: 8px 0 0 8px;
		margin-right: -4px;
	}

	header .bto-login-simple-mobile .btn.btosystem-logged-deposit {
		border-radius: 8px;
	}

	.bto-table-data .table > tbody > tr > td {
		padding: 10px 8px 6px;
	}

	.bto-casino-lobby .bto-casino-mobile-menu-toggle {
		background-color: #000;
		border-color: #333;
	}

	.bto-casino-lobby .bto-casino-mobile-search-box {
		border-color: #333;
	}

	.bto-casino-lobby .bto-casino-menu-filtergames:after {
		color: #fff;
	}

	.bto-microgaming-counters {
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}

	.bto-microgaming-counter {
		max-width: 50%;
		flex: 0 0 45%;
	}

	.bto-search-hint-games { 
		background-color: #000000;
	}

	.bto-game-image-wrap { 
		border-radius: 8px;
	}

	.bto-search-games-list li.bto-single-game .bto-single-game-wrap .bto-single-game-content .bto-casino-game-action a {
		height: auto;
	}

	.bto-search-games-list li.bto-single-game .bto-single-game-wrap .bto-single-game-content h4 span.bto-search-categories small {
		color: #fff;
	}

	.bto-search-games-list li.bto-single-game .bto-single-game-wrap .bto-single-game-content h4 span.bto-hl-search {
		color: #a8a8a8;
	}

	header .bto-login-simple-mobile .dropdown-menu {
		border-radius: 8px;
	}

	.bto-table-filter .btn-group.table-dropdown-sh-columns .dropdown-toggle:after {
		font-size: 11px;
		top: 7px;
	}

	.bto-player-idsatus .bto-kyc-status {
		margin-left: 0;
	}

	header .navigation-menu .navbar-nav > li .sub-menu a:hover, header .navigation-menu .navbar-nav > li .sub-menu li.current-menu-item > a {
		color: #00b290;
	}
	

	/* Popular Games */

	.bto-popular-games {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		margin: 60px 0 0;
	}

	.bto-popular-games .panel-grid-cell {
		width: 100% !important; 
	}

	.casino-small-slider {
		display: none;
	}

}

@media (max-width:480px) {
	.bto-microgaming-counter {
		padding: 15px 10px;
	}

	.bto-microgaming-counter-jackpot-amount {
		font-size: 12px;
	}

	.bto-microgaming-icon {
		display: none;
	}

}

/*-----------------------------------------------
	#Others
-----------------------------------------------*/

/* Overflow */
.ovh {
	overflow: hidden;
}

.ova {
	overflow: auto;
}

.clr {
	clear: both;
}

/*Display*/
.dp-none {
	display: none !important;
}

.dp-block {
	display: block;
}

.dp-table {
	display: table;
}

.dp-inline-block {
	display: inline-block;
}

.dp-table-cell {
	display: table-cell;
	vertical-align: middle;
}

/* Width */
.w100 {
	width: 100%;
}

.w50 {
	width: 50%;
}

/* Height */
.full-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 100vh;
}

/* Margin */
.mt5 {
	margin-top: 5px !important;
}

.mb5 {
	margin-bottom: 5px !important;
}

.ml5 {
	margin-left: 5px !important;
}

.mr5 {
	margin-right: 5px !important;
}

.m5 {
	margin: 5px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.ml10 {
	margin-left: 10px !important;
}

.mr10 {
	margin-right: 10px !important;
}

.m10 {
	margin: 10px !important;
}

.mt15 {
	margin-top: 15px !important;
}

.mb15,
.margin-bottom-15 {
	margin-bottom: 15px !important;
}

.ml15 {
	margin-left: 15px !important;
}

.mr15 {
	margin-right: 15px !important;
}

.m15 {
	margin: 15px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mb20,
.margin-bottom-20 {
	margin-bottom: 20px !important;
}

.ml20 {
	margin-left: 20px !important;
}

.mr20 {
	margin-right: 20px !important;
}

.m20 {
	margin: 20px !important;
}

.mt0 {
	margin-top: 0 !important;
}

.mb0 {
	margin-bottom: 0 !important;
}

.ml0 {
	margin-left: 0 !important;
}

.mr0 {
	margin-right: 0 !important;
}

.m0 {
	margin: 0 !important;
}

/* Padding */
.pt5 {
	padding-top: 5px !important;
}

.pb5 {
	padding-bottom: 5px !important;
}

.pl5 {
	padding-left: 5px !important;
}

.pr5 {
	padding-right: 5px !important;
}

.p5 {
	padding: 5px !important;
}

.pt10 {
	padding-top: 10px !important;
}

.pb10 {
	padding-bottom: 10px !important;
}

.pl10 {
	padding-left: 10px !important;
}

.pr10 {
	padding-right: 10px !important;
}

.p10,
.padding-10 {
	padding: 10px !important;
}

.pt15 {
	padding-top: 15px !important;
}

.pb15 {
	padding-bottom: 15px !important;
}

.pl15 {
	padding-left: 15px !important;
}

.pr15 {
	padding-right: 15px !important;
}

.p15 {
	padding: 15px !important;
}

.pt20 {
	padding-top: 20px !important;
}

.pb20 {
	padding-bottom: 20px !important;
}

.pl20 {
	padding-left: 20px !important;
}

.pr20 {
	padding-right: 20px !important;
}

.p20 {
	padding: 15px !important;
}

.pt0 {
	padding-top: 0 !important;
}

.pb0 {
	padding-bottom: 0 !important;
}

.pl0 {
	padding-left: 0 !important;
}

.pr0 {
	padding-right: 0 !important;
}

.p0,
.padding-0 {
	padding: 0 !important;
}

/* Image Circle */
.img-circle {
	border-radius: 50%;
}

/* Floating */
.fl {
	float: left !important;
}

.fr {
	float: right !important;
}

/* Alignment */
.ac {
	text-align: center !important;
}

.al {
	text-align: left !important;
}

.ar {
	text-align: right !important;
}

.low_case {
	text-transform: lowercase !important;
}

.up_case {
	text-transform: uppercase !important;
}

/* Remove the Gutter Padding from Columns */
.no-gutter > [class*='col-'] {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.no-gutter .bto-casino-game-items,
.no-gutter .bto-casino-game-item {
	padding: 0 !important;
	margin: 0 !important;
}

/*-----------------------------------------------
	#Animations
-----------------------------------------------*/
@keyframes bto-loader-spin {
	100% {
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}

}

@-o-keyframes bto-loader-spin {
	100% {
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}

}

@-ms-keyframes bto-loader-spin {
	100% {
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}

}

@-webkit-keyframes bto-loader-spin {
	100% {
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}

}

@-moz-keyframes bto-loader-spin {
	100% {
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}

}

/*-----------------------------------------------
	#Media Query
-----------------------------------------------*/
@media (max-width:1130px) and (min-width:992px) {
	header .navigation-menu .navbar-nav {
		margin-left: 20px;	
	}

	header .navbar-v2 .navigation-menu .navbar-nav > li > a {
		padding: 6px 0;
		padding-right: 7px;
		font-size: 13px;
	}

	header .navbar-v2 .navigation-menu .navbar-nav > li:last-child a {
		padding-right: 0;
	}

	header .navbar-v2 .navigation-menu .navbar-nav > li > a:hover:after,
	header .navbar-v2 .navigation-menu .navbar-nav > li.current-menu-item > a:after,
	header .navbar-v2 .navigation-menu .navbar-nav > li.current-page-ancestor > a:after {
		left: 0;
	}
}

@media (min-width:768px) {
	.bto-boxedwidth .wrapper,
	.bto-modernwidth .container,
	.bto-fluid .container {
		width: 100%;
	}

	.bto-table-filter .navbar-toggle {
		display: none;
	}

	.bto-table-filter .navbar-collapse.collapse {
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important;
	}

}

@media (min-width:992px) {
	.home header .navigation-menu,
	header .navigation-menu.affix,
	.home .navbar-v2,
	header .navbar-v2.affix {
		z-index: 999;
	}

	.bto-boxedwidth .wrapper,
	.bto-modernwidth .container,
	.bto-fluid .container {
		width: 100%;
	}

	.col-sl-5 {
		width: 24.999%;
	}

	header .navigation-topbar .info-brand .clock,
	header .navigation-topbar .info-brand .top-menu-nav ul li {
		margin-right: 5px;
	}

	.navbar-v2 .navigation-right {
		float: right;
		width: 100%;
		position: relative;
		top: 8px;
	}

	.navbar-v2 .navigation-menu {
		float: left;
	}

	.bto-user-mobile-menu.navbar-collapse.collapse {
		display: none !important;
	}

	.bto-player-info .col-md-2 {
		width: 12%;
	}

	.bto-player-info .col-md-10 {
		width: 88%;
	}

	.bto-player-info .col-md-offset-2 {
		margin-left: 12%;
	}

	.bto-player-menu .nav-tabs {
		display: flex !important;
	}

	.error-container {
		position: relative;
		z-index: 2;
		top: -26px;
		right: 6px;
		float: right;
		width: 16px;
	}

	.error-container label.error {
		position: absolute;
		top: 0;
		width: 16px;
		height: 16px;
		margin: 0;
		padding: 0;
		text-indent: -9999px;
		border: 1px solid #a94442;
		border-radius: 50% !important;
		background: #fff url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABS2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzggNzkuMTU5ODI0LCAyMDE2LzA5LzE0LTAxOjA5OjAxICAgICAgICAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIi8+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+IEmuOgAAALxJREFUOI3t0b1KgmEYxvGfKS/o3JC0dA6vtOkQHUFLYFMHEbS0OjgITp2B8PpxBtLYEg0NeQTSEnQA0dfwPojI86C7XdP9cfHn/uBflc1CcX7WwzVyvIXyEZ4xupw/3Kz7DyLQO7xgjAxVFFjgdtNciwC+0cUT+vjCCVqhtxUAH7jAY8g7eI8ZUwCoK8eHRsqUAjQxxQCfIc6x3AWQYYJX5UF/cYoZ2gG4UuwLQxzjSnm0nxAf4j61yj7rD1qdIIQF42UIAAAAAElFTkSuQmCC') /*assets/images/x.png*/ center center no-repeat;
	}

	.error-container .tooltip {
		white-space: nowrap;
	}

	.error-container .tooltip-inner {
		min-width: 100px;
		max-width: 100%;
	}

	.alerts-container-inline.form-group {
		position: relative;
	}

	.alerts-container-inline .error-container {
		position: absolute;
		top: 8px;
	}

	.alerts-container-inline .error-container label.error {
		right: 0;
		margin: 0;
		padding: 0;
		text-align: left;
	}

	.footer .footer-nav .navbar-collapse {
		padding-left: 0;
		width: 100%;
	}

}

@media (min-width:1200px) {
	.bto-boxedwidth .wrapper,
	.bto-modernwidth .container {
		width: 1200px;
	}

	.bto-fluid .container {
		width: 100%;
	}

	.col-sl-5 {
		width: 19.99%;
	}

	header .navigation-topbar .info-brand .clock,
	header .navigation-topbar .info-brand .top-menu-nav ul li {
		margin-right: 10px;
	}

	.bto-player-info .col-md-2 {
		width: 10%;
	}

	.bto-player-info .col-md-10 {
		width: 90%;
	}

	.bto-player-info .col-md-offset-2 {
		margin-left: 10%;
	}

}

@media (min-width:1320px) {
	.bto-boxedwidth .wrapper {
		width: 1320px;
	}

	.bto-modernwidth .container {
		width: 1320px;
	}

	.bto-fluid .container {
		width: 100%;
	}

}

@media (min-width:1400px) {
	.bto-boxedwidth .wrapper {
		width: 1320px;
	}

	.bto-modernwidth .container {
		width: 1400px;
	}

	.bto-fluid .container {
		width: 100%;
	}

}

@media (min-width:1600px) {
	.bto-boxedwidth .wrapper {
		width: 1320px;
	}

	.bto-modernwidth .container {
		width: 1600px;
	}

	.bto-fluid .container {
		width: 100%;
	}

}

@media (min-width:1900px) {
	.bto-boxedwidth .wrapper {
		width: 1320px;
	}

	.bto-modernwidth .container {
		width: 1620px;
	}

	.bto-fluid .container {
		width: 100%;
	}

}

@media (max-width:1200px) { 
	.transparent_content .site-main .container-fluid .container.bto-banner-box {
        padding: 25px 15px 0;
    }
	.container.bto-banner-box .bto-banner-register-image img, .container.bto-banner-box .sow-slider-base ul.sow-slider-images li.sow-slider-image>img {
		height: 220px !important;
	}
}

@media screen and (max-width: 1120px) and (min-width: 992px) {
	.ef-hover07 .bto-solution-block .solution-img {
		max-width: 130px;
	}
}

@media (max-width:991px) {

	header .navigation-menu .bto-user-logged-mobile .btn-group > .btn {
		border-radius: 8px;
	}

	header .navbar { border-color: #000;}

	.bto-search-game-box i {
        color: #000;
    }

	header .navigation-menu .bto-language-mobile .dropdown-toggle {
        padding: 11px 6px 9px;
        height: auto;
        background-color: #fff;
    }

	header .navigation-menu .bto-language-mobile {
		border-color: #e9e9e9;
		margin-top: 0;
	}

	header .navigation-header .bto-language-nav { 
		margin-right: 0;
	}

	.footer-custom-topbar { 
		margin: 0 10px;
	}

	footer .bto-language-nav {
		margin-top: 15px;
	}

	.footer-sitemap-container-custom {
		flex-direction: column;
	}

	.container.bto-banner-box .bto-banner-box-group {
		gap: 20px;
		flex-direction: column;
	}

	.container.bto-banner-box .bto-banner-box-group .panel-grid-cell {
		width: 100% !important;
		margin-bottom: 0 !important;
		
	}

	.container.bto-banner-box .bto-banner-register-image img, .container.bto-banner-box .sow-slider-base ul.sow-slider-images li.sow-slider-image>img {
		height: auto !important;
	}
	.scroll-top {
		display: none !important;
	}

	.dropdown-toggle:after {
		line-height: inherit;
		font-size: 13px;
	}

	.tooltip {
		display: none !important;
	}

	header .navigation-header {
		padding: 5px 0;
	}

	header .navigation-header .brand {
		position: absolute;
		z-index: 1;
		top: -6px;
		bottom: 0;
		left: 50px;
		right: auto;
		text-align: center;
		width: auto;
	}

	header .navigation-header .brand-logo {
		margin: 10px auto;
	}

	header .navigation-menu {
		position: relative !important;
		-moz-animation: none !important;
		-o-animation: none !important;
		-webkit-animation: none !important;
		animation: none !important;
		z-index: inherit;
		box-shadow: none;
		background: none;
	}

	header .navigation-menu .navbar-collapse {
		visibility: hidden;
		opacity: 0;
		position: absolute;
		z-index: 1000;
		max-height: none !important;
		top: 1px;
		right: 0;
		width: 90%;
		padding: 15px;
		border: none;
		box-shadow: -5px 5px 6px 0 rgba(0, 0, 0, 0.2);
		-moz-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		-webkit-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
		background-color: #fff;
	}

	header .navigation-menu .navbar-collapse.in {
		opacity: 1;
		visibility: visible;
		overflow-y: visible;
	}

	header .navigation-menu .navbar-collapse.bto-user-mobile-menu {
		left: 0;
		right: inherit;
		box-shadow: 5px 5px 6px 0 rgba(0, 0, 0, 0.2);
	}

	header .navigation-menu .navbar-nav {
		display: block;
	}

	header .navigation-menu .navbar-nav > li {
		-ms-flex: inherit;
		-webkit-flex: inherit;
		flex: inherit;
	}

	header .navigation-menu .navbar-nav > li > a {
		border-top: 1px solid #e9e9e9;
		font-size: 20px;
		color: #000;
		text-align: left;
	}

	header .navigation-menu .navbar-nav > li > a i {
		margin-right: 10px;
		font-size: 22px;
	}

	header .navigation-menu .navbar-nav > li .sub-menu {
		position: relative;
		max-height: inherit;
		background: transparent;
		box-shadow: none;
	}

	header .navigation-menu .navbar-nav > li .sub-menu a {
		font-size: 14px;
		color: #333;
	}

	header .navigation-menu .navbar-nav > li .sub-menu a:hover {
		color: #00b290;
	}

	header .navbar-v2 .navigation-menu .navbar-collapse {
		top: 6px;
		right: -10px;
		background-color: #fff;
		border-radius: 8px;
	}

	header .navbar-v2 .navigation-menu .navbar-collapse.bto-user-mobile-menu {
		top: 6px;
		left: -10px;
	}

	header .navbar-v2 .navigation-menu .navbar-nav > li > a {
		padding: 15px 5px;
		border-top: 1px solid #e9e9e9;
		font-size: 20px;
		color: #000;
		text-align: left;
	}

	header .navbar-v2 .navigation-menu .navbar-nav > li:first-child a {
		border: none;
	}

	header .navbar-v2 .navigation-menu .navbar-nav > li > a:after {
		display: none;
	}

	.bto-casino-lobby .bto-casino-mobile-menu,
	.bto-casino-lobby .bto-casino-mobile-menu-toggle {
		display: block !important;
	}

	.slider .tparrows,
	.slider .tp-bullets {
		display: none;
	}

	.site-main .container {
		padding-top: 15px;
	}

	.page-header {
		margin: 0 0 10px;
		padding: 30px 0;
	}

	.bto-casino-topmobile-menu {
		z-index: 30;
	}

	.bto-register .form-group.row .col-sm-12 + .col-sm-12 {
		margin-top: 15px;
	}

	.bto-register-sidebar .bto-register-advertise {
		margin: 0 0 30px;
	}

	.bto-player-picture {
		float: initial;
		width: 104px;
		margin: 0 auto;
	}

	.bto-player-infopayment .bto-player-payinfo {
		width: 100%;
	}

	.bto-player-password {
		width: 100%;
		padding-top: 20px;
		text-align: center;
	}

	.bto-player-password .btn-ch-password {
		width: 100%;
		font-size: 14px;
	}

	.bto-player-menu .nav-tabs {
		background-color: #fff;
	}

	.bto-player-infopayment .bto-player-action {
		width: auto;
		margin: 20px auto auto;
	}

	.bto-player-menu .nav-tabs > li {
		width: 100%;
		max-width: 100%;
		border-bottom: 1px solid rgba(38, 39, 53, 0.08);
	}

	.bto-player-menu .nav-tabs > li:last-child {
		border-bottom: none;
	}

	.bto-player-menu .nav-tabs > li > a {
		max-width: 100%;
		padding: 10px;
	}

	.bto-player-menu .nav-tabs > li.active:before,
	.bto-player-menu .nav-tabs > li.active:after {
		display: none;
	}

	.bto-player-content .panel-form-o:first-child {
		margin-right: 0;
		margin-bottom: 10px;
	}

	.bto-player-content .form-control.twoinput {
		margin-bottom: 15px;
	}

	.bto-player-content .btn-save-profile {
		width: 100%;
	}

	#dialogDeposit .modal-dialog {
		width: auto;
	}

	.bto-deposit .deposit-menu {
		margin-bottom: 0;
		padding-top: 0;
	}

	.bto-deposit .deposit-menu ul {
		display: block;
		width: 100%;
		border-bottom: 1px solid #e9e9ea;
	}

	.bto-deposit .deposit-menu ul li {
		-ms-flex: inherit;
		-webkit-flex: inherit;
		flex: inherit;
		display: inline-block;
		width: 49%;
		padding: 5px;
		font-size: 14px;
	}

	.bto-deposit .deposit-menu ul li.bto-active:before,
	.bto-deposit .deposit-menu ul li.bto-active:after {
		display: none;
	}

	.bto-table-data table.dataTable > tbody > tr.child ul.dtr-details {
		width: 100%;
		font-size: 13px;
	}

	.bto-table-data table.dataTable.dtr-inline.collapsed > tbody > tr.child td {
		padding: 10px;
	}

	.bto-solutions-blocks {
		margin-top: 0;
	}

	.bto-solutions-blocks .bto-solution-block h3 {
		top: 3px;
		left: 0;
		font-size: 21px;
	}

	.bto-solutions-blocks .bto-solution-block .btn-solution {
        width: auto;
        border: none;
        font-size: 13px;
	}

	.bto-solutions-blocks .col-sl-1:first-child {
		margin-left: 25%;
	}

	.bto-solutions-blocks .col-sl-2:first-child {
		margin-left: 0;
	}

	.ef-hover07 .bto-solution-block .solution-img {
		right: 15px;
		max-width: 125px;
	}

	.transparent_content .site-main .container.bto-recommended.panel-widget-style {
		padding: 35px 15px 30px;
		border-radius: 0;
	}

	.owl-theme .owl-dots,
	.v-casino .slider {
		display: none;
	}

	.v-casino .content-area {
		position: relative;
		top: 0;
	}

	.bto-casinolive-boxline-row .panel-grid-cell-empty {
		display: none;
	}

	.bto-casinolive-boxline-row .panel-grid-cell {
		float: left !important;
		width: 50% !important;
	}

	.bto-single-post-featured-image {
		float: none;
	}

	.bto-single-post-entry-content {
		float: left;
		width: 100%;
	}

	.bto-post-category-navigation li > a {
		margin-left: 0;
		padding: 11px 10px 9px;
	}

	.bto-post-category-navigation .nav {
		background-color: #fff;
		border-radius: 8px;
        border: 1px solid #e9e9e9;
	}

	.bto-payment-partners li {
		width: 24%;
		margin: 3px 0;
	}

	.bto-license .bto-license-text,
	.bto-license.bto-license-left .bto-license-text,
	.bto-license.bto-license-right .bto-license-text,
	.bto-license.bto-license-center .bto-license-text {
		float: left;
		width: 100%;
		text-align: center;
	}

	.bto-license .bto-license-img,
	.bto-license.bto-license-left .bto-license-img,
	.bto-license.bto-license-right .bto-license-img,
	.bto-license.bto-license-center .bto-license-img {
		float: left;
		width: 100%;
	}

	.bto-license .bto-license-img img,
	.bto-license.bto-license-left .bto-license-img img,
	.bto-license.bto-license-right .bto-license-img img,
	.bto-license.bto-license-center .bto-license-img img {
		float: inherit;
		margin: 10px auto 0 auto;
	}

	.bto-maintenance .container {
		margin-top: 50%;
	}

	.bto-maintenance .container .title {
		font-size: 40px;
	}

	.bto-maintenance .container .subtitle {
		font-size: 20px;
	}

	.bto-maintenance .container .entry-content {
		font-size: 16px;
	}

	/* Demo 1 settings for News and Promotions */
	.bto-two-cols .panel-layout .panel-grid.panel-no-style,
	.bto-two-cols .panel-grid.panel-has-style > .panel-row-style {
		display: block;
	}

	.bto-two-cols .panel-layout .panel-grid-cell {
		width: 100% !important;
	}

	footer .footer-navbar {
		position: absolute;
		left: 0;
		top: 40px;
		z-index: 20;
		width: 100%;
		background: none;
	}

	footer .footer-nav .navbar-nav {
		-ms-flex-direction: column;
		-webkit-flex-direction: column;
		flex-direction: column;
		background: #f4f4f4;
		border-radius: 8px;
		border: 1px solid #e9e9e9;
	}

	footer .footer-nav .navbar-nav > li {
		padding-left: 10px;
		margin-bottom: 15px;
	}

	footer .bto-social-nav .bto-social-menu {
		width: 100%;
		display: flex;
		display: -webkit-flex;
		display: -ms-flexbox;
	}

	footer .bto-social-nav .bto-social-menu li {
		-ms-flex: 1;
		-webkit-flex: 1;
		flex: 1;
	}

	footer .bto-language-nav .dropdown-toggle {
		float: initial;
		margin-top: 5px;
		padding: 11px 10px 9px;
		text-align: start;
	}

	footer .bto-language-nav .dropdown-menu {
		min-width: 100%;
	}

	footer .bto-language-nav .dropdown-menu > li {
		text-align: left;
	}

	footer .bto-age-ban {
		text-align: center;
	}

	.container.bto-recommended .bto-sport-category-image .sow-image-container .so-widget-image {
		height: auto;
	}

}

@media (max-width:920px) {
	#dialogDeposit .modal-dialog {
		margin-left: 10px;
		margin-right: 10px;
	}
}

@media (max-width:899px) {
	.ef-hover07 .bto-solution-block .solution-img {
        max-width: 145px;
    }
}

@media (max-width: 870px) {
	.bto-solutions-blocks.bto-cards-container div:first-child {
		display: flex;
		flex-direction: column;
		align-items: stretch;
	}

	.bto-solutions-blocks.bto-cards-container .bto-solution-block {
		display: block;
		width: 100%;
	}
}

@media only screen and (max-width:780px) {
	.bto-live-other-games-flex {
		flex-direction: row !important;
		-webkit-flex-direction: row !important;
		-ms-flex-direction: row !important;
	}

	.container.bto-recommended .bto-sport-recommended {
		flex-direction: row !important;
		flex-wrap: wrap;
	}

	.container.bto-recommended .bto-sport-recommended .panel-grid-cell {
		width: auto !important;
		flex: 1 48%;
		margin-bottom: 0 !important;
	}
}

@media (max-width:768px) {

	.transparent_content .site-main .container-fluid .container.bto-banner-box .bto-category-box {
		display: none;
	}
	
	.transparent_content .site-main .container-fluid .container.bto-banner-box .bto-category-mobile { 
		display: inline-block;
	}

	.container.bto-recommended .bto-casino-lobby .bto-casino-carousel .bto-moregames { 
		top: -48px;
	}

	.form-control,
	.form-control.input-sm,
	.dropdown-toggle {
		height: 40px;
		padding: 12px 6px;
	}

	.bto-casinolive-boxs .panel-grid-cell {
		width: 50% !important;
		float: left !important;
	}

	.bto-casinolive-box .widget .widget-title {
		padding: 10px;
		font-size: 12px;
	}

	.bto-player-content .panel-message {
		width: 100%;
		margin-bottom: 10px;
		text-align: center;
	}

	.bto-table-filter .table-dropdown-sh-columns,
	.bto-table-filter .table-dropdown-sh-columns .dropdown-toggle,
	.bto-table-filter .table-dropdown-sh-columns .dropdown-menu,
	.bto-table-filter .table-dropdown-sh-columns .dropdown-menu > li {
		width: 100%;
		text-align: left;
	}

	.bto-table-filter .navbar-collapse .form-inline {
		margin-bottom: 10px;
	}

	.bto-table-data .dataTables_wrapper .col-sm-6 {
		width: 100%;
	}

	.bto-table-filter .filtertable-toggle {
		height: 40px;
	}

	.bto-table-filter .input-group.date {
		width: 37.2%;
	}

	.bto-table-filter .input-group.date,
	.bto-table-filter select,
	.bto-table-filter .btn {
		margin-bottom: 10px;
	}

	.bto-table-filter .btn {
		float: right;
	}

	.bto-table-data .dataTables_length {
		display: none;
	}

	.bto-table-data div.dataTables_wrapper div.dataTables_filter label {
		width: 100%;
	}

	.bto-table-data div.dataTables_wrapper div.dataTables_filter label:before {
		top: 11px;
	}

	.bto-table-data div.dataTables_wrapper div.dataTables_filter input {
		display: block;
		width: 100%;
		margin-top: -19px;
		margin-left: 0;
	}

	.bto-deposit .deposit-amount {
		margin-bottom: 10px;
	}

	.bto-deposit .box-payment {
		display: inline-block;
		position: relative;
		width: 100%;
		padding: 5px;
		margin-bottom: 5px;
		border: 1px solid #e9e9ea;
	}

	.bto-deposit #btoDepositStep1 .box-payment {
		width: 49.5%;
	}

	.bto-deposit #btoDepositStep3 {
		margin-top: 0;
	}

	.bto-deposit .box-payment ul {
		-ms-flex-direction: column;
		-webkit-flex-direction: column;
		flex-direction: column;
		padding: 0;
		border: none;
	}

	.bto-deposit .box-payment ul li {
		-ms-flex: 1;
		-webkit-flex: 1;
		flex: 1;
		width: 100%;
		margin-bottom: 5px;
		text-align: right;
	}

	.bto-deposit .box-payment ul li .bto-provider-logo,
	.bto-deposit .box-payment ul li .bto-deposit-label {
		float: left;
	}

	.bto-deposit .box-payment ul li.more-description {
		padding: 0;
	}

	.bto-deposit .description-collapse {
		position: absolute;
		z-index: 5;
		margin-right: 5px;
		background: #fff;
	}

	.bto-deposit .payment-description {
		border: 1px solid #e9e9ea;
	}

	.bto-deposit .deposit-bonuses .deposit-bonuses-name {
		font-size: 16px;
		font-weight: bold;
	}

	.bto-deposit .deposit-footer .btn:first-of-type {
		margin-bottom: 15px;
	}

	.bto-withdrawal-group .btn {
		width: 100%;
	}

	.bto-withdrawal-group .btn + .btn {
		margin-top: 10px;
	}

	.bto-kyc .btosystem-kyc-note {
		padding: 9px 12px;
	}

	.bto-box-limits ul {
		display: block;
	}

	.bto-box-limits ul li {
		text-align: right;
	}

	.bto-box-limits ul li .bto-player-label {
		float: left;
	}

	.bto-box-limits .go-limits + .go-limits {
		padding-left: 0;
		margin-top: 10px;
	}

	.bto-solutions-blocks .col-sl-1:first-child {
		margin-left: 0;
	}

	.bto-solutions-blocks .col-sl-3:last-child,
	.bto-solutions-blocks .col-sl-5:last-child {
		margin-left: 25%;
	}

	.bto-more-games-all {
		-webkit-justify-content: space-around;
		justify-content: space-around;
	}

	.bto-more-games-all li {
		margin-bottom: 25px;
	}

	/* Others */
	.btn {
		min-height: 40px;
		line-height: 1.2;
		font-size: 14px;
		padding: 12px 12px 9px;
	}

	.mbtn {
		width: auto;
	}

	.bto-lobby-carousel-load-more-games.mbtn {
		width: auto;
		margin-left: auto;
	}

	.mdp-none {
		display: none !important;
	}

}

@media (max-width:780px) {
	.bto-v-games .panel-grid {
		display: block !important;
	}

	.bto-v-games .panel-grid-cell {
		width: 25% !important;
		float: left !important;
		display: block !important;
		padding: 0 10px !important;
	}

	.bto-v-games .panel-grid-cell:first-child {
		padding-left: 0 !important;
	}

	.bto-v-games .panel-grid-cell:last-child {
		padding-right: 0 !important;
	}

}

@media (max-width:766px) {
	.bto-table-filter .input-group.date,
	.bto-table-filter select,
	.bto-table-filter .btn {
		width: 100%;
	}

	.bto-table-filter .btn { 
		margin-top: 10px;
	}

}

@media (max-width:570px) {
	.bto-player-idsatus .bto-player-vip-satus span {
		float: right;
		margin-right: 0;
		margin-left: 10px;
	}

}

@media (max-width:480px) {
	.site-main .container {
		padding-top: 10px;
	}

	.page-header {
		padding: 20px 0;
	}

	.bto-register-sidebar .bto-register-advertise {
		font-size: 30px;
	}

	.bto-register-sidebar .bto-register-advertise a {
		font-size: 20px;
	}

	.bto-table-filter .btn-filter-financial {
		width: 100%;
	}

	.bto-deposit .box-payment,
	.bto-deposit #btoDepositStep1 .box-payment {
		width: 100%;
	}

	.bto-deposit .deposit-menu ul li {
		width: 100%;
	}

	.bto-deposit .description-collapse {
		position: relative;
		margin: 0;
	}

	.bto-player-info {
		margin-bottom: 20px;
		padding-bottom: 20px;
	}

	.bto-player-idsatus {
		margin-bottom: 15px;
		padding-bottom: 15px;
	}

	.bto-player-idsatus .bto-player-name,
	.bto-player-vip-satus {
		width: 100%;
		padding-top: 15px;
		text-align: center;
	}

	.bto-player-idsatus .bto-player-rating {
		float: initial;
	}

	.bto-player-idsatus .bto-player-vip-satus span {
		display: none;
	}

	.bto-player-infopayment .bto-player-payinfo li {
		font-size: 12px;
	}

	.bto-player-infopayment .bto-player-payinfo li span {
		font-size: 10px;
	}

	.bto-kyc .thumbnail-block {
		width: 100%;
	}

	.bto-pend-withdrawals .bto-box-withdrawal ul {
		display: block;
		float: left;
	}

	.bto-withdrawal-group label {
		display: none;
	}

	table.dataTable > tbody > tr.child ul.dtr-details li .dtr-data {
		float: right;
	}

	.bto-solutions-blocks .bto-solution-block h3 {
		top: 3px;
		left: 0;
		font-size: 21px;
	}

	.bto-solutions-blocks .bto-solution-block .btn-solution {
		font-size: 13px;
	}

	.bto-error-holder .bto-error-box {
		width: 300px;
		height: 300px;
	}

	.bto-error-holder .bto-error-text {
		font-size: 50px;
	}

	.bto-error-holder p {
		margin-top: 0;
	}

	.bto-casinolive-boxline-row .panel-grid-cell {
		float: none !important;
		width: 100% !important;
	}

	.bto-payment-partners li {
		width: 26%;
	}

	.bto-post-pagination .pagination {
		float: inherit;
		margin: -30px 0 30px;
	}

	.bto-v-games .panel-grid-cell {
		width: 50% !important;
	}

}

@media (max-width:380px) {
	header .navigation-header .brand {
		top: 5px;
	}

	header .navigation-header .brand-logo {
        width: 100px;
        height: auto;
        margin: 0;
    }

	.widget .widget-title {
		font-size: 16px;
	}

	.btn {
		font-size: 12px;
		padding: 9px 12px;
	}

	header .bto-login-simple-mobile .dropdown-toggle span {
		display: none;
	}

	header .bto-login-simple-mobile .dropdown-toggle i {
		font-size: 19px;
		top: -1px;
	}

	.bto-player-infopayment .bto-player-payinfo li b {
		height: auto;
	}
}

@media (max-width:320px) {
	.bto-casinolive-boxs .panel-grid-cell {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}

	.bto-solutions-blocks .col-sl-2,
	.bto-solutions-blocks .col-sl-3,
	.bto-solutions-blocks .col-sl-3:last-child,
	.bto-solutions-blocks .col-sl-4,
	.bto-solutions-blocks .col-sl-5,
	.bto-solutions-blocks .col-sl-5:last-child,
	.bto-solutions-blocks .col-sl-6 {
		width: 100%;
		margin-left: 0;
	}

	.bto-solutions-blocks .bto-solution-block h3 {
		top: 3px;
		left: 0;
		font-size: 16px;
	}

	.bto-solutions-blocks .bto-solution-block .btn-solution {
		font-size: 13px;
	}

	.modal-footer {
		display: block;
	}

	.modal-footer .btn {
		width: 100%;
	}

	.modal-footer .btn + .btn {
		margin: 10px 0 0;
	}

}
