@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Grand+Hotel&display=swap');

:root {
	--thm-logo-header-height: 150px;
}

html, body {
	padding: 0;
	margin: 0;
	font-size: 16px !important;
	line-height: 20px !important;
	font-family: 'Poppins', 'Arial', 'Rockwell', sans-serif !important;
	min-width: 320px;
}
.payment-methods {
	padding-top: 20px;
}

.payment-methods ul li {
	list-style-type: none;
	margin: 0 20px 20px !important;
}

.payment-methods ul {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0 !important;
}

.payment-methods ul li img {
	max-height: 35px;
}

@media (max-width: 768px) {
	.payment-methods ul li img {
		max-height: 25px;
	}

	.payment-methods ul li {
		list-style-type: none;
		margin: 0 15px 20px !important;
	}
}

#top_info a:hover,
#top_info a:focus {
	text-decoration: none;
	/*-moz-transform: scale(1.05);*/
	/*-webkit-transform: scale(1.05);*/
	/*-o-transform: scale(1.05);*/
	/*-ms-transform: scale(1.05);*/
	/*transform: scale(1.05);*/
}

.home_page #top_info {
	position: relative;
}


section {
	padding-top: 30px;
	padding-bottom: 30px;
}

.section-title {
	font-size: 28px;
	line-height: 34px;
	margin-bottom: 20px;
	margin-top: 0;
}

.navbar {
	border-radius: 0;
}


.theme-special-font, .section-title {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	/*text-transform: none;*/
}

.section-title .btn {
	font-family: 'Poppins', sans-serif;
}

.header-logo {
	top: -10px;
}

.header-brand img.minilogo, .mini-logo {
	/*padding: 5px;*/
}

@media (min-width: 768px) {
	.game_page .header-brand img.fulllogo {
		max-height: 100px;
		display: none;
	}

	.game_page .header-brand img.minilogo {
		display: block;
	}

	.filter-top-container {
		margin-top: 40px;
	}

	form .btn[type=submit] {
		height: 50px;
	}

	.in.menu-toggled-in .header {
		height: var(--thm-logo-header-height);
	}

	.always-toggle.in {
		padding: var(--thm-logo-header-height) 20px 80px;
	}
}

@media (min-width: 992px) {
	.header-brand img.fulllogo {
		max-height: 120px;
	}

	.filter-top-container {
		margin-top: 60px;
	}
}

@media (min-width: 1200px) {
	.header-brand img.fulllogo {
		max-height: 140px;
	}

	.filter-top-container {
		margin-top: 80px;
	}
}


.header {
	text-transform: uppercase;
	border: none;
}


.header a {
	font-size: 13px;
	font-weight: 600;
}

@media (min-width: 992px) {
	.always-toggle.in {
		padding: 160px 20px 80px;
	}
}


#search_result {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 10;
	background: rgba(1, 1, 1, 0.95);
	top: 0;
	left: 0;
	padding-top: 100px;
	overflow-y: scroll;
}

#search-head {
	margin-bottom: 50px;
}

#search-head button.close {
	right: 35px;
	top: 50%;
	z-index: 1055;
	opacity: inherit;
	font-weight: 200;
	position: absolute;
	margin-top: -12px;

}

#search-head input {
	font-size: 20px;
	padding: 17px 55px 14px 20px;
	background-color: #323232;
	border: none;
	color: #fff;
	width: 100%;
}


.about_page .page-content ul:not(.breadcrumb) li {
	list-style: none;
	margin-bottom: 20px;
	padding-left: 30px;
	padding-right: 15px;
	position: relative;
	text-align: left;
}

.about_page .page-content ul:not(.breadcrumb) li::before {
	content: url(../images/validation-v.svg);
	width: 18px;
	height: 20px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
}

@media (min-width: 768px) {
	.about_page .page-content ul:not(.breadcrumb) li {
		width: 50%;
		float: left;
	}
}

@media (min-width: 990px) {
	.about_page .page-content ul:not(.breadcrumb) li {
		width: 33%;
	}
}

.modal-header {

	text-transform: uppercase;
	font-weight: 600;
}


.btn, /*button,*/
input[type=submit] {
	border-radius: 30px;
	border-width: 2px;
}

.top-login > .btn, .top-login .btn-icon {
	padding: 6px;
}

.language .btn, .go-up .btn, .search-btn .btn {
	padding: 8px;
}

form .btn-success {
	font-size: 24px;
}

.page-content #last-winners {
	margin-bottom: 30px;
	margin-top: 50px;
}

/*.footer-logo svg, .footer-logo img {*/
	/*max-width: 150px;*/
/*}*/

.top-image.fullw {
	min-height: 100px;
}

.top-image > .full {
	padding-bottom: 0;
}

@media (min-width: 768px) {
	.top-image.fullw {
		margin-top: 50px;
	}


}

@media (min-width: 992px) {

	.section-title {
		/*font-size: 50px;*/
		line-height: 40px;
		margin-bottom: 30px;
	}

	.inline-block-badge {
		font-size: 12px;
	}

	.inline-badge {
		font-size: 13px;
	}


}


@media (min-width: 1200px) {
	body,
	button,
	input,
	select,
	optgroup,
	textarea {
		font-size: 16px;
		line-height: 22px;
	}

	.col-xl-20 {
		width: 20%;
	}
}

@media (min-width: 1400px) {


}


#land .headingbrand {
	border: 0;
	padding: 10px 15px;
}

/*#land .headingbrand img {*/
	/*max-width: 70px;*/
/*}*/

/*@media (min-width: 992px) {*/
	/*#land .headingbrand img {*/
		/*max-width: 120px;*/
	/*}*/
/*}*/

input,
.btnSubmit,
[role="button"],
[data-toggle~="collapse"],
[data-toggle="collapse"] {
	cursor: pointer;
}


/*---------------------------------------------------------*/

#bottom_blocks .panel-default > .panel-heading h4 {
	/*font-size: 32px;*/
	/*line-height: 34px;*/
}

:root {
	--thm-dark: #001e45;
	--thm-black: #000;
	--thm-color-primary: #004891;
	--thm-text-primary: #007be0;
	--thm-bg-primary: #007be0;
	--thm-border-primary: #007be0;

	--thm-danger: #fcaf1b;
	--thm-danger-selection: #f5a003;
	--thm-warning: #fcaf1b;
	--thm-warning-success: #004891;
	--thm-warning-error: #004891;

	--thm-border-selection: #004891;
	--thm-text-selection: #fff;
	--thm-bg-selection: #004891;

	--thm-btn-primary: #007be0;
	--thm-btn-primary-selection: #005eb1;
	--thm-btn-default: #19ac3f;

	--thm-btn-success: #007be0;
	--thm-btn-success-selection: #005eb1;

	--thm-alert-success: #004891;
	--thm-lbl_add_file: #004891;
	--thm-lbl_add_file-bg: #004891;
	--thm-lbl_add_file-uploaded-bg: #232428;

	--thm-popa-window-bg: rgba(0, 0, 0, 0.95);
	--thm-popa-window-text: #fff;
	--thm-popa-title: #007be5;
	--thm-puls: rgba(0, 123, 224, 0);
	--thm-puls-100: rgba(0, 123, 224, 0.4);
	--thm-footer-dropdown-menu: #222;
	--thm-fil-bar-helper: #1d1d1d;
	--thm-accountoptions-border: #898989;
	--thm-input-border: #8b8b8b;
	--thm-input-text: #8b8b8b;
}

.jumbotron h1, .jumbotron h2, .jumbotron h3, .jumbotron h4, .jumbotron h5 {
	color: var(--thm-color-primary);
}

.jumbotron {
	background: none;
}

.home_page #top_info {
	background: #fff;
	position: relative;
}

/*-------------------------end zoho chat bubble-------------------------*/

#top_info {
	border-bottom: 4px solid var(--thm-color-primary);
}

a:hover,
a:focus {
	color: var(--thm-btn-primary-selection);
}

.header a:not(.btn) {
	color: inherit;
}

.header a:not(.btn):hover,
.header a:not(.btn):focus {
	color: inherit;
}

.in .header a {
	color: #fff;
}

.btn, /*button,*/
input[type=submit] {
	color: #fff;
}

.btn:hover,
.btn:focus {
	background: var(--thm-btn-primary-selection);
	color: #fff;
	border-color: var(--thm-btn-primary-selection);
}

.btn-border {
	color: inherit;
}

.btn-success {
	color: #fff;
}

.btn-default {
	background: var(--thm-btn-default);
	/*color: #060a27 !important;*/
}


.btn-primary:hover, .btn-primary.focus, .btn-primary:focus,
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus,
.btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover,
.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
	background: var(--thm-btn-primary-selection);
	color: #060a27;
}

#pre_account_pop .btn {
	color: #fff;
}

#pre_account_pop .btn.theme-border {
	color: inherit;
	border-color: var(--thm-border-primary) !important;
}

#pre_account_pop .btn:hover,
#pre_account_pop .btn:focus {
	background: var(--thm-btn-primary-selection);
	color: #fff;
}

#user_icon path,
#user_icon circle,
#user_icon line {
	stroke: #fff !important;
}

.depoicon {
	fill: #fff;
	stroke: #fff;
}


.star {
	color: var(--thm-color-primary);
}

.dark-bg {
	background: var(--thm-dark);
	color: #fff;
}

.casino-game-image {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.popa-title {
	color: var(--thm-popa-title);
}

.section-title {
	color: var(--thm-dark);
}

#marketing .under-popa-tit {
	color: var(--thm-popa-title);
}

.close-btn {
	border: 2px solid var(--thm-btn-primary);
	color: #fff;
}

.panel-group .panel-heading a::before {
	background: var(--thm-color-primary);
}

.notice-sym {
	color: #fff;
}

.top-coupons-usable-num {
	background: var(--thm-color-primary);
	color: #fff;
}

.deposit-menu-holder {
	background: #002245;
}

.other-amount-block .has-text input.other-amount-input,
.amount_thumb-hold.table.selected-amount,
.selection-btn.selected {
	color: inherit;
}

.coupon.available .close-btn {
	border-color: var(--thm-btn-primary);
}

.coupon.available .close-btn:focus, .coupon.available .close-btn:hover {
	background-color: var(--thm-btn-primary-selection);
}

/*--------------------------------footer-----------------------------*/

.datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active, .datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active, .datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled, .datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled], .datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active.disabled:hover[disabled] {
	background: var(--thm-color-primary);
}

/*------------------------ home-bottom-blocks------------------------*/


#bottom_blocks .panel-default > .panel-heading,
.page-header {
	color: var(--thm-text-primary);
}

/*------------------------end home-bottom-blocks------------------------*/


.promo-block {
	color: var(--thm-dark);
}

.dark .promo-block {
	color: #fff;
}

.regtbn.facebo {
	background-color: #1240b3;
}

.regtbn.googpl {
	background-color: #da3700;
}

.tooltiphop2 {
	color: inherit;
}

.lpicons .liscence-badge img, .lpicons .footer-logos-methods a img, .lpicons .footer-logos-providers a img, .footer-icons-starter {
	filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(180deg) brightness(50%) contrast(100%) !important;
}

@media (min-width: 480px) {
	.regtbn {
		padding: 8px 40px 8px 50px;
	}
}

.footer.dark-bg .footer-language-select .theme-border,
.footer.dark-bg .go-up .theme-border {
	border-color: var(--thm-text-primary) !important;
	color: #ffffff;
}

.footer.dark-bg .footer-language-select > a,
.footer.dark-bg a.go-up {
	color: #ffffff;
}

#top_info,
.hot_promotions_page .page-content {
	background: #ffffff;
}

.lock-icon.locked svg .lock-stroke {
	fill: #8d8d8d;
	stroke: #8d8d8d;
}

.lock-icon svg .lock-opened, .lock-icon svg .lock-locked {
	stroke: #8d8d8d;
}

.lock-icon.locked svg .lock-circle, .lock-icon.locked svg .lock-key-line {
	stroke: #fff;
}


.btn-success.main-promotion-cta {
	background: var(--thm-btn-default);
	border: none;
}

.btn-success.main-promotion-cta:hover,
.btn-success.main-promotion-cta:focus {
	background: var(--thm-btn-primary-selection);
}

.footer .btn:hover,
.footer .btn:focus {
	background: var(--thm-btn-primary-selection) !important;
}

#land .the-promo {
	background-image: url('../images/bg.jpg?v=1');
}

.headingbrand .center.block{
	text-align: left;
	padding-top: 25px;
}
.headingbrand .center.block img{
	width: 220px;
}
.code{
	font-size: 28px;
	padding-bottom: 15px;
}

.sheading{
	font-size: 50px;
}
.register{
	margin-top: 20px;
}

.the-promo {
	height: auto;
}
.promo-text{
	padding-bottom: 0px;
	padding-top: 190px;
}
@media screen and (max-width: 1050px){
	.rest-text{
		font-size: 50px;
	}
	.sheading {
		font-size: 46px;
	}
}

@media screen and (max-width: 992px){
	.promo-text{
		padding-top: 130px;
		padding-bottom: 0px;
	}
}
.footer-logo{
	padding-left: 12px;
	padding-right: 12px;
}
@media screen and (max-width: 767px){
	.headingbrand .center.block img {
		width: 170px;
	}
	.headingbrand .center.block {
		text-align: center;
		padding-top: 10px;
	}
	.promo-text {
		padding-top: 100px;
		padding-bottom: 0px;
	}
	.code {
		font-size: 21px;
		padding-bottom: 5px;
	}
	.sheading .perc{
		font-size: 32px;
	}
	.sheading{
		margin-top: 2px;
	}
	.free_sp .code{
		font-size: 28px;
		padding-top: 10px;
	}
}

@media screen and (max-width: 340px){
	.bot-stick .code {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.rest-text {
		font-size: 44px;
	}
	.rest-text .perc{
		font-size: 28px;
	}
}

/*footer code start*/

.footer-logo{
	padding-bottom: 18px;
}
.footer-logo ul {
	padding-top: 25px;
	margin-bottom: 30px;
	padding-inline-start: 0px;
}
.footer-logo p {
	font-size: 13px;
	margin-top: 13px;
	line-height: 1.5;
	color: #ffffffe3;
	font-weight: 300;
	padding: 0;
}
.lpicons{
	background: #2f50daba;
	bottom: 0px;
	position: inherit;
	opacity: inherit;
}
/*footer code end*/
.footer-logo li{
	list-style-type: none !important;
}
