body {
	-webkit-scroll-behavior: smooth;
	scroll-behavior: smooth;
}

.region-wrapper > .col-sm-3 {
	padding: 15px 45px;
}
.region-item {
	opacity: 0.7;
	text-align: center;
	display: block;
	color: #555;
}
.region-item:hover {
	opacity: 1;
}
.region-img {
	background-color: #ef5734;
	height: 130px;
}

.text-theme {color:#ef5734;}

.prizes {
	border: none;
}
.prize-img {
	width: 90%;
}
.prize-title {font-weight:bolder;margin-bottom:30px;}
.prize-item {
	width:100%;
	text-align: center;
	text-transform: uppercase;
	color: #ef5734;
}
.prize-item h4 {margin-bottom:-20px;}
.prize-item img {max-width:95%;display:block;margin:auto;max-height:200px;}

.footer-logo {
	background-color: #fff;
	padding: 5px 10px;
	height: 40px;
	border-radius: 30px;
}

.result-table-wrapper {
	padding: 0 30px;
}
.result-table thead {
	font-weight: bold;
	text-transform: uppercase;
}

.full-scroll {
	overflow: auto;
	max-height: 95vh;
}

.overfull {
	width: 100%;
	height: auto;
}


/* SCROLLABLE */
::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}
::-webkit-scrollbar-track {
	background-color: #fefefe;
	height: 50%;
}
::-webkit-scrollbar-track:hover {
	background-color: #eeeeee;
}
::-webkit-scrollbar-thumb {
	background-color: #cccccc;
}
::-webkit-scrollbar-thumb:hover {
	background-color: #aaaaaa;
}