@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;
}


#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);*/
}


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: 'Grand Hotel', 'Poppins', sans-serif;
	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;
	}

	.header-brand img.fulllogo
	.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;
}

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


#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/icons/userflow/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: 80px;
}


@media (min-width: 768px) {


}

@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;
}

@media (min-width: 1200px){
	.big-num-title {
		margin-top: 70px;
		display: block;
	}
}
