body {
	font-family: 'ProximaNova', sans-serif;
	font-weight: 900;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	margin: 0;
	padding: 0;
	list-style: none;
}

h1 {
	font-size: 42px;
	font-weight: 900;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 2px;
    line-height: 50px;
}

i {
	font-family: 'FontAwesome';
}



.banner {
	background-image: url(../img/head-bg.jpg);
	background-size: cover;
	height: 330px;
	color: #fff;
	padding-top: 30px;
	overflow: hidden;
}

.banner_item {
	position: relative;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 26px;
	padding-top: calc(50% - 25.5px);
	margin-top: -145px;
}

.banner_item:after {
	content: '';
	display: block;
	position: absolute;
	width: 80px;
	height: 1px;
	background: #fff;
	top: 80px;
	left: calc(50% - 40px);
}

.banner_year {
	font-size: 100px;
	font-weight: 900;
	letter-spacing: 3px;
	line-height: 140px;
	text-align: center;
}

.banner_img {
	position: relative;
	text-align: center;
	z-index: 1;
}

.banner_img img {
	position: absolute;
	top: -308px;
	left: 97px;
	z-index: 1;
}

.filtr {
	background: #474747;
	position: relative;
	z-index: 1;
	font-weight: 400;
	font-size: 18px;
	color: #fff;
	box-shadow: 0 -3px 15px rgba(0,0,0,0.35);
	padding: 18px 0 12px 0;
	margin-bottom: 35px;
}

.filtr_wrap img {
	position: absolute;
	top: -30px;
	left: calc(50% - 115px);
}

.filtr_rating {
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	letter-spacing: 0.5px;
	cursor: default;
}

.filtr_name {
	position: relative;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	padding-left: 20px;
	cursor: default;
}



.filtr-sort {
	position: relative;
}

.filtr-sort__selected {
	font-size: 16px;
	font-weight: 400;
	text-align: right;
	text-decoration: underline;
	cursor: pointer;
	transition: ease all 0.3s;
}

.filtr-sort__selected:hover {
	color: #d92525;
	text-decoration: none;
}

.filtr-sort__list {
	display: none;
	background-color: #474747;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 95px;
	border-radius: 4px;
	box-shadow: 0 0 15px rgba(0,0,0,0.3);
	position: absolute;
	top: 30px;
	right: 0;
	transition: ease all 0.3s;
}

.filtr-sort__list li {
	cursor: pointer;
	margin: 7px 0;
	transition: ease all 0.3s;
}

.filtr-sort__list li:hover {
	color: #d92525;
}

.filtr-sort__list i {
	position: absolute;
	color: #fff;
	cursor: pointer;
	opacity: 0.7;
	transition: ease all 0.3s;
	top: 12px;
    right: 20px;
}

.filtr-sort__list i:hover {
	opacity: 1;
}

/*Casino list*/

span.casino-go {
	background: none;
	cursor: pointer;
}

.casino-list:after {
	content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #000;
    margin-top: 15px;
    margin-bottom: 15px;
    opacity: 0.15;
}

.casino-list:last-child::after {
	display: none;
}

.casino_data {
	position: relative;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
}

.casino_data__number {
	background: url(../img/circle.png) no-repeat center;
	color: #474747;
	font-size: 18px;
	font-weight: 500;
    position: absolute;
    padding: 0 16px;
    top: calc(50% - 20px);
    left: -25px;
    line-height: 39px;
}

.casino_data span {
	padding: 8px 12px;
	color: #fff;
	border-radius: 4px;
	font-weight: bold;
}

span.wager {
	color: #212529;
	font-weight: 400;
}

span.bonus-casino {
	background: #4f9f4f;
}

span.bonus-casino:hover {
	background: #1942b7;
}

img.casino-logo {
	transition-duration: .2s;
}

img.casino-logo:hover {
	-webkit-filter: brightness(120%);
    filter: brightness(120%);
}

.casino_data__img {
	margin-bottom: 20px;
}

.casino_data__bonus {
	line-height: 35px;
}

.casino_wrap {
	display: flex;
	justify-content: space-between;
}

.casino_wrap__text {

}

.casino_wrap__name h2 {
	font-size: 21px;
	font-weight: 700;
	color: #1e1b1b;
	text-transform: uppercase;
}

.casino_wrap__name h2:hover {
	color: #d92525;
	text-decoration: underline;
}

.casino_wrap__bonus {
	font-size: 14px;
	font-weight: 400;
	line-height: 14px;
	margin-bottom: 18px;
	background-color: rgba(89, 195, 89, 0.2);
    padding: 3px 8px;
    border-radius: 4px;
    width: 173px;
}

.casino_wrap__button {
	text-align: center;
}

.casino_wrap__button_get {
	margin-top: 12px;
}

.casino_wrap__button_get span {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	background: rgb(212,29,29);
	background: -webkit-linear-gradient(bottom, rgba(212,29,29,1) 0%, rgba(251,86,86,1) 100%);
	background: -o-linear-gradient(bottom, rgba(212,29,29,1) 0%, rgba(251,86,86,1) 100%);
	background: linear-gradient(to top, rgba(212,29,29,1) 0%, rgba(251,86,86,1) 100%);
	padding: 11px 35px;
	border-radius: 4px;
	transition: ease all 0.2s;
}

.casino_wrap__button_get span:hover {
	text-decoration: none;
	box-shadow: 0 3px 10px rgba(80, 5, 5, 0.25), inset 0 0 20px rgba(80, 5, 5, 0.30);
}

.casino_wrap__button_guide {
	margin-top: 14px;
	margin-bottom: 14px;
}

.casino_wrap__button_guide ol {
	margin-left: -10px;
}

.casino_wrap__button_guide li {
	list-style: decimal;
	margin: 10px 0;
}

.casino_wrap__button_guide a {
	font-size: 14px;
	font-weight: 400;
	text-decoration: underline;
	color: #17a2b8;
	transition: ease all 0.2s;
	font-weight: bold;
}

.casino_wrap__button_guide a:hover {
	color: #d92525;
	text-decoration: none;
}

.casino_text {
	font-size: 18px;
	font-weight: 400;
	text-align: justify;
	line-height: 26px;
}

.casino_wrap__code {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 10px;
}

.casino_wrap__code span {
	background-color: #1942b7;
	padding: 5px 10px;
	padding-bottom: 3px;
	color: #fff;
	position: relative;
    top: 2px;
	border-radius: 4px;
}

.casino_wrap__tip {
	position: absolute;
	max-width: 400px;
	background: #474747;
	text-align: left;
	padding-top: 18px;
    padding-left: 15px;
    padding-bottom: 1px;
    padding-right: 15px;
	display: none;
	opacity: 1;
	border-radius: 5px; 
	transition: ease all 0.3s;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	top: 75px;
    right: 15px;
    z-index: 1;
    box-shadow: 0 7px 15px rgba(0,0,0,0.25);
}

.casino_wrap__tip a {
	text-decoration: underline;
	font-size: 14px;
    color: #17a2b8;
    font-weight: bold;
}

.casino_wrap__tip h3 {
	font-size: 16px;
	font-weight: 500;
}

.casino_wrap__tip a:hover {
	color: #d92525;
}

.casino_wrap__tip h3:after {
	content: '';
	display: block;
	width: 100%;
	border-bottom: 1px #fff dashed;
	margin-top: 13px;
	margin-bottom: 12px;
}

.casino_wrap__tip p {
	font-size: 14px;
	font-weight: 400;
}

.casino_wrap__tip i {
	position: absolute;
	color: #dee2e6;
	cursor: pointer;
	opacity: 0.7;
	transition: ease all 0.3s;
	top: 0px;
    right: 12px;
    font-size: 24px;
}

.casino_wrap__tip i:hover {
	opacity: 1;
}



.item-block {
	display: block;
}

.item-none {
	display: none;
}

.casino_wrap__change {
	text-align: center;
	margin-top: 5px;
	display: none;
}

footer {
	background: #474747;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	color: #fff;
	margin-top: 100px;
	padding-top: 20px;
	padding-bottom: 15px;
}
.footer_text a {
    color: #17a2b8;
}
.footer_text a:hover {
    text-decoration: none;
    color: #d92525;
}
.casino-filter {
    margin-left: 2%;
}    
.xsort-area {
	color: #000;
    padding: 0 15px;
    font-size: 14px;
	min-width: 270px;
	position: relative;
    right: -9px;
	top: -3px;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    display: flex;
	justify-content: center;
}

.xsort-area:after {
    content: "";
    display: table;
    clear: both;
}

.xsort-area>div {
    float: left;
    margin: 0 10px 0px 0;
}

.xsort-div {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background: #fff;
    position: relative;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.xsort-div:hover {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, .2);
}

.xsort-active {
    box-shadow: 0 0 0px 2px #FFB114;
}

.xsort-selected {
    cursor: pointer;
	padding-right: 15px;
    position: relative;
}

.xsort-selected:after {
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 0;
    border: 4px solid transparent;
    border-top-color: #777;
    content: "";
}

.xsort-div-filler {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAvklEQVR42o3KsUqCYRiA0RPVZg6Fg2NgU0ME7g0KTg0SLtHaFYQ0VjRFDUGjEAhBi1vQ1Fx2BVJ4Aa4FQWT6tn38llTnWR//t+7MjY6mgh9mXYjUi4ZvzoVnDUXL9r35VJWxaqxvEcCGkSczkmNhR1ZHKEuuhZKsPWFbcimsyToS6pJd4YRkTs9IUZIzMLQFmNcSbk2oeBfuHDrVF8KHugllj0IIQ23daQsrNtUsIe9BWqbLuxde/WLBlQN/+wLDfD9iwnIihwAAAABJRU5ErkJggg==);
    background-position: 50% 50%;
    width: 32px;
    padding: 0;
    background-repeat: no-repeat;
    cursor: pointer;
}

.xsort-ul {
    display: none;
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    max-height: 400px;
    overflow: auto;
    list-style: none;
    z-index: 999;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, .1);
    box-sizing: content-box;
}

.xsort-ul li {
    display: block;
    border-bottom: 1px solid #eee;
    padding: 0 35px 0 18px;
    line-height: 30px;
    white-space: nowrap;
    cursor: pointer;
    color: #666;
}

.xsort-ul li:last-child {
    border: none;
}

.xsort-ul li.current {
    color: #333;
    font-weight: bold;
    background: #f5f5f7;
    position: relative;
}

.xsort-ul li.current:after {
    position: absolute;
    top: 0;
    right: 5px;
    bottom: 0;
    width: 5px;
    content: "";
    display: block;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAQAAAAnZu5uAAAAJUlEQVQY01XIMQEAIAwDsDivroGe6Sg3OQNxBGLVCldVzbfECA+g/g9v8ooTNAAAAABJRU5ErkJggg==) no-repeat 50% 50%
}

.xsort-ul li:hover {
    background: #eee url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAIAAABi9+OQAAAAHElEQVQImWP4+vUrEwMDA9P///+ZGBgY4JjGfAByHhgFbrteLwAAAABJRU5ErkJggg==) repeat-x 0 0;
    color: #000;
}

.xsort-ul li.xdesc,
.xsort-ul li.xasc {
    background-position: 6px 50%;
    background-repeat: no-repeat;
}

.xsort-ul li.xdesc,
.xdesc {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAICAQAAACfDS2NAAAAIElEQVQY02NgYGBgSPsPggwwQDQXwoRBFAHsekECEBoASUcnDSh9+RUAAAAASUVORK5CYII=);
}

.xsort-ul li.xasc,
.xasc {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAICAQAAACfDS2NAAAAHklEQVQYV2NgAIO0/xAaygFBFA5UAMGBq0BRTDwXAPWMJw0b8PLnAAAAAElFTkSuQmCC);
}

span.xasc,
span.xdesc {
    padding-left: 10px;
    background-position: 0 50%;
    background-repeat: no-repeat;
}

.xsort_empty {
    margin-top: 15px;
    background: #fff;
    border: 1px solid #ccc;
    padding: 15px;
    text-align: center;
    color: #444;
    border-radius: 3px;
    box-shadow: 0 2px 7px rgba(0, 0, 0, .1);
}

.xsort-admin-area {
    padding: 0 0 0 210px;
}

.xsort-admin-area:after {
    content: "";
    display: block;
    clear: both;
}

.xsort-admin-area ul {
    list-style: none;
    margin: 0 0 0 -210px;
    padding: 0;
    float: left;
    width: 200px;
    border-right: 1px solid #ddd;
}

.xsort-admin-area ul.loading {
    background: url(data:image/GIF;base64,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) no-repeat 50% 50%;
}

.xsort-admin-area ul li {
    display: block;
    color: #f43;
    cursor: pointer;
    padding: 1px 0;
}

.xsort-admin-area ul li.current,
.xsort-admin-area ul li:hover {
    color: #000;
}

.xsort-admin-area ul li.current {
    font-weight: bold;
}

.xsort-admin-area p {
    margin: 0;
    padding: 7px 0 0;
}

.xsort-admin-area code {
    max-height: 400px;
    overflow: auto;
}

.xsort-div-clearall {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAQAAACR313BAAAAKklEQVQoz2NgGATA4L/Bf3QWmrTBfwSNQwEOSWQT8EjiNRqnCQRcPgAAAG+mJxC7ICdhAAAAAElFTkSuQmCC);
    background-position: 50% 50%;
    width: 32px;
    padding: 0;
    background-repeat: no-repeat;
    cursor: pointer;
	background-color: #dee2e6;
}

.xsort-div-clearall:hover {
	background-color: #ffc107;
}

#toTop {
width:50px;
height: 47px;
background-image: url("../img/up-icon.png");
background-repeat: no-repeat;
position:fixed;
bottom:30px;
right:10px;
cursor:pointer;
}
#toTop:hover {
	background-image: url("../img/up-icon-hover.png");
	background-repeat: no-repeat;
}