/*--------------------------------------------------------------
# Front-page
--------------------------------------------------------------*/
.main_menu {
	margin: 20px 0 40px;
}
.main_menu .wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1168px;
}
.main_menu .item {
	padding: 7px 0;
}
.main_menu .item a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 116.8px;
	padding: 8px 0;
    border-radius: 4px;
}
.main_menu .item a:hover {
	background-color: #f8f8f8;
}
.main_menu .item a img {
	width: 40px;
	height: 40px;
}
.main_menu .item a span {
	margin-top: 9px;
	color: #151225;
	text-decoration: underline;
    font-size: 14px;
	font-family: Gotham, sans-serif;
	font-weight: bold;
	text-align: center;
}

.slots {
	margin: 30px 0;
}
.slots .wrapper {
	display: flex;
	text-align: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.slots .slot_item {
	position: relative;
	height: 100%;
	width: 12.5%;
	padding: 4px;
}
.slots .slot_item .slot_item_wrap {
	height: 100%;
    position: relative;
    overflow: hidden;
	border-radius: 3px;
}

.slots .slot_item .slot_item_wrap .wrap {
	display: none;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
	padding: 24px;
    position: absolute;
    width: 100%;
    height: 100%;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
}
.slots .slot_item:hover .slot_item_wrap .wrap, .slots .slot_item:focus .slot_item_wrap .wrap {
	display: flex;
}
.slots .slot_item .slot_item_wrap .wrap .slot {
	color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.33;
    text-align: center;
    width: 100%;
}
.slots .slot_item .slot_item_wrap .wrap .prov {
	margin: 0 auto;
    font-size: 14px;
    text-transform: none;
    color: #999;
    font-weight: 500;
}
.slots .slot_item .slot_item_wrap .wrap .play {
	display: flex;
    align-items: center;
    justify-content: center;
	width: 100%;
	min-height: 40px;
	height: 40px;
    margin: 0 auto;
    position: relative;
    background-color: #1dabdd;
    color: #fff;
    font-weight: 500;
    letter-spacing: 2px;
    border-radius: 5px;
    text-decoration: none;
}
.slots .slot_item .slot_item_wrap .wrap .demo {
	margin: 0 auto;
    color: #fff;
    font-size: 14px;
    text-decoration: underline;
}
.slots .slot_item .slot_item_wrap .backside {
	height: calc(100% - 43px);
    background: #0e344b;
}
.slots .slot_item .slot_item_wrap .backside img {
	width: 100%;
	vertical-align: middle;
    border-style: none;
}
.slots .slot_item .slot_item_wrap .bottomside {
	position: relative;
	width: 100%;
	padding: 5px 0;
    z-index: 1;
    text-align: center;
    background: #0e344b;
    bottom: 0;
	font-size: 12px;
    font-weight: 400;
    color: #fff;
}
.slots .slot_item .slot_item_wrap .bottomside .slot_title {
	text-transform: capitalize;
    position: relative;
    color: #feae4f;
    line-height: 20px;
    display: block;
    text-align: center;
    padding: 1px 10px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.slots .slot_item .slot_item_wrap .bottomside .slot_provider {
	color: #9fb1bf;
    font-weight: 300;
	font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	text-transform: uppercase;
	text-align: center;
}
.slots .slot_item .slot_item_wrap .bottomside .slot_provider:before {
	content: 'by ';
	text-transform: lowercase;
}
.slots .after a {
	display: block;
	width: 154px;
	margin: 30px auto 50px;
    line-height: 40px;
    color: #fff;
	border-color: #1dabdd;
    background: #1dabdd;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 4px;
}

#winners {
	width: 100%;
    position: fixed;
    z-index: 10;
    bottom: 0;
    background-color: rgba(21,18,37,.85);
    height: 84px;
	overflow: hidden;
}
#winners .wrap {
	display: flex;
	align-items: center;
	padding: 10px 24px;
}
#winners .wrap .item {
	display: inline-block;
	max-width: 161px;
    width: 161px;
    height: 64px;
	padding: 0 12px;
}
#winners .wrap .item .image {
	float: left;
	display: block;
	width: 64px;
    height: 64px;
}
#winners .wrap .item .content {
	width: 104px;
	margin-left: 72px;
    text-align: left;
	color: #fff;
}
#winners .wrap .item .content p {
	margin: 0;
	font-weight: 600;
    line-height: 20px;
    font-size: 12px;
    font-stretch: normal;
    white-space: nowrap;
}
#winners .wrap .item .content p.curr {
	font-size: 14px;
    line-height: 24px;
    color: #2ecc71;
}

.tournaments {
	background-color: #081b21;
	color: #fff;
    padding: 40px 0 60px;
    background-repeat: no-repeat;
    background-position: center;
	min-height: 385px;
	display: flex;
	flex-wrap: wrap;
}

.tournaments h3 {
	width: calc(100% - 80px);
	margin: 0 auto 20px;
	font-size: 2.5pc;
	font-weight: 800;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.tournaments .left_side, .tournaments .right_side { width: calc(50% - 50px); }
.tournaments .left_side { margin: 0px 10px 0px auto; }
.tournaments .right_side { margin: 0px auto 0px 10px; }
.tournaments .left_side div, .tournaments .right_side div {
	position: relative;
	width: 100%;
	min-height: 300px;
	margin: 0 auto;
	padding: 20px 50px;
    overflow: hidden;
    background-color: #242133;
}

.winners { display: flex; }
.winners .left_side, .winners .right_side { width: 50%; }
.winners .left_side { display: flex; padding-left: 40px; padding-right: 40px; background-color: #0e344b; }
.winners .left_side:after {
	content: '';
	width: 0;
    left: 50%;
    position: absolute;
    height: 0;
    z-index: 2;
    border-bottom: 145px solid #0e344b;
    border-right: 40px solid transparent;
}
.winners .right_side { display: flex; padding-right: 40px; padding-left: 40px; background-color: #0f4768; }
.winners .left_side img, .winners .right_side img {
	height: 199px;
	vertical-align: middle;
	margin-top: -54px;
	border-style: none;
}
.winners .left_side img { width: 222px; }
.winners .right_side img { width: 186px; }
.winners .lslide, .winners .clone, .winners .lSSlideOuter .lightSlider, .winners .lSSlideWrapper { /*height: 100%;*/ }
.winners .lSSlideOuter { position: relative; width: 100%; }
.winners .left_side .lSSlideOuter .lSPager.lSpg { display: none; }
.winners .right_side .lSSlideOuter .lSPager.lSpg {
	position: absolute;
	bottom: 5px;
	right: 10%;
}
.winners .win_wrap {
	display: flex;
	width: 100%;
	height: 145px;
}
.winners .win_wrap .win_block {
	display: flex;
	width: 65%;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.winners .win_wrap .win_block .win_name p { margin: 0; white-space: nowrap; font-size: 0.8pc; }
.winners .right_side .win_wrap .win_block .win_name p { text-transform: uppercase; }
.winners .win_wrap .win_block .win_size {
	font-size: 1.6pc;
    color: #feae4f;
    font-family: "Deadpool", sanf-serif;
    text-align: center;
    letter-spacing: 3px;
    line-height: 3pc;
}
.winners .win_wrap .win_block .win_game p { margin: 0; font-size: 0.8pc; }
.winners .win_wrap .win_block .win_game a { color: #fff; white-space: nowrap; font-size: 0.8pc; }
.winners .right_side .win_wrap .win_block .win_game a { text-transform: uppercase; }
.winners .win_wrap .win_btn {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 35%;
}
.winners .win_wrap .win_btn a { padding: 10px 10px; }

.logotips { padding: 20px 0; }
.about-company {
	color: #a6a9c9;
	text-align: center;
	font-size: 0.65em;
	width: 100%;
	padding: 0 0 10px;
}
/*--------------------------------------------------------------
# Adaptive
--------------------------------------------------------------*/
@media screen and (min-width: 1200px) {

}
@media screen and (min-width: 1024px) {
	
}

@media screen and (max-width: 1600px) {
	.slots .slot_item {
		width: 14.28%;
	}
}
@media screen and  (min-width: 1461px) and (max-width: 1600px)  {
	.slots .slot_item:nth-child(29), .slots .slot_item:nth-child(30), .slots .slot_item:nth-child(31), .slots .slot_item:nth-child(32) {
		display: none;
	}
}
@media screen and (max-width: 1460px) {
	.slots .slot_item {
		width: 16.6%;
	}
}
@media screen and  (min-width: 1101px) and (max-width: 1460px)  {
	.slots .slot_item:nth-child(31), .slots .slot_item:nth-child(32) {
		display: none;
	}
}
@media screen and (max-width: 1366px) {
	.main_menu .item:last-child a {
		width: 70px;
	}
}
@media screen and (max-width: 1200px) {
	.main_menu .item:last-child {
		display: none;
	}
	.slots .slot_item {
		width: 20%;
	}
	.winners .left_side {
		padding-left: 20px;
	}
	.winners .right_side {
		padding-right: 20px;
	}
	.winners .left_side {
		padding-left: 10px;
	}
	.winners .right_side {
		padding-right: 10px;
	}
	.winners .win_wrap .win_btn a {
		padding: 10px 5px;
	}
}

@media screen and (max-width: 1100px) {
	.main_menu .item:nth-child(9) {
		display: none;
	}
	.slots .slot_item {
		width: 25%;
	}
	.winners .win_wrap {
		flex-wrap: wrap;
		padding: 10px 5px;
	}
	.winners .right_side .win_wrap {
		height: 125px;
	}
	.winners .left_side .win_wrap {
		height: 145px;
	}
	.winners .win_wrap .win_block, .winners .win_wrap .win_btn {
		width: 100%;
	}
	.winners .win_wrap .win_block .win_size {
		line-height: 2pc;
	}
	.winners .win_wrap .win_btn a {
		width: 55%;
		padding: 5px 0;
		margin: 0;
	}
	.winners .right_side .lSSlideOuter .lSPager.lSpg {
		right: 0;
	}
}
@media screen and (max-width: 959px) {
	.main_menu .wrapper {
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.main_menu .item {
		width: 25%;
	}
	.main_menu .item:nth-child(9), .main_menu .item:last-child {
		display: block;
	}
	.main_menu .item:last-child a {
		width: 116.8px;
	}
	.slots .slot_item .slot_item_wrap .wrap .slot {
		text-wrap: none;
		overflow: hidden;
		min-height: 20px;
		height: 20px;
		font-size: 14px;
	}
}
@media screen and (max-width: 900px) {
	.tournaments .left_side, .tournaments .right_side {
		width: calc(100% - 50px);
		max-width: 650px;
		margin: 0 auto 20px;
	}
	.winners {
		flex-wrap: wrap;
	}
	.winners .left_side, .winners .right_side {
		width: 100%;
		padding: 0 10px;
	}
	.winners .left_side:after {
		display: none;
	}
	.winners .left_side {
		background-color: #0f4768;
	}
	.winners .right_side {
		flex-direction: row-reverse;
		border-top: 1px solid #c1c1c126;
	}
	.winners .right_side img {
		margin-top: 0;
	}
	.winners .win_wrap {
		flex-direction: column;
		justify-content: center;
	}
	.winners .left_side .win_wrap {
		align-items: flex-end;
	}
	.winners .right_side .win_wrap {
		height: 200px;
	}
	.winners .win_wrap .win_block, .winners .win_wrap .win_btn {
		width: 30%;
	}
	.winners .win_wrap .win_btn a {
		width: initial;
		padding: 5px 10px;
	}
	.winners .win_wrap .win_block .win_size, .winners .win_wrap .win_block .win_game {
		white-space: nowrap;
	}
}

@media screen and (max-width: 768px) {
	.main_menu .item {
		min-width: 100px;
		width: 50%;
	}
	.main_menu .item a {
		width: 100% !important;
	}
	.slots .slot_item {
		width: 33%;
	}
	.slots .slot_item:nth-child(31), .slots .slot_item:nth-child(32) {
		display: none;
	}
	.slots .slot_item .slot_item_wrap {
		margin: 2.5%;
	}
	.tournaments .left_side, .tournaments .right_side {
		width: calc(100% - 20px);
	}
	.winners .win_wrap .win_block, .winners .win_wrap .win_btn {
		width: 50%;
	}
}

@media screen and (max-width: 600px) {
	.slots {
		margin: 20px 0;
	}
	.tournaments .left_side div, .tournaments .right_side div {
		padding: 20px;
	}
	.winners .win_wrap .win_block, .winners .win_wrap .win_btn {
		width: 70%;
	}
	.logotips, .about-company {
		display: none;
	}
}

@media screen and (max-width: 560px) {
	#winners {
		position: initial;
		height: 112px;
		background: #fff;
	}
	#winners .wrap {
		padding: 24px 0;
	}
	#winners .wrap .item .content {
		color: #000;
	}
}

@media screen and (max-width: 480px) {
	.slots .slot_item {
		width: 50%;
	}
	.winners {
		display: none;
	}
	.tournaments h3 {
    width: 100%;
    font-size: 2pc;
    font-weight: 600;
    text-align: center;
	}
}

@media screen and (max-width: 375px) {
	.slots {
		margin: 10px 0;
	}
	.tournaments .left_side div, .tournaments .right_side div {
		padding: 10px;
	}
}