.visit-casino {
	background: url(../gfx/gfx.png) -163px -150px no-repeat;
	padding-left: 22px;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	text-align: left;
	line-height: 21px;
	font-size: 12px;
	margin-right: 10px;
}

body > .content > .main > section {
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid #efefef;
	overflow: hidden;
}

body > .content > .main > section:first-child {
	padding-top: 0;
	margin-top: 0;
	border: none;
}

	body > .content > .main > section > .split {
		float: left;
		width: 50%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding-right: 12px;
	}
	
	body > .content > .main > section > .split + .split {
		padding-left: 12px;
		padding-right: 0;
		float: right;
	}

	body > .content > .main > section header {
		overflow: hidden;
		line-height: 24px;
	}
	
		body > .content > .main > section header > .nav {
			float: right;
			margin-top: 5px;
		}
		
			body > .content > .main > section header > .nav > a {
				float: left;
				display: block;
				width: 15px;
				height: 15px;
				text-indent: -9999px;
				background: url(../gfx/gfx.png) left -270px no-repeat;
			}
			
			body > .content > .main > section header > .nav > a + a {
				background-position: left -290px;
				margin-left: 4px;
			}
	
		body > .content > .main > section header > h2 {
			margin-top: 0;
			margin-bottom: 0;
			float: left;
		}
		
		body > .content > .main > section header > a {
			float: right;
			background: url(../gfx/gfx.png) -164px -209px no-repeat;
			padding-left: 26px;
			text-decoration: none;
			text-transform: uppercase;
			font-size: 12px;
		}
	
	body > .content > .main > section article {
		position: relative;
		margin-top: 10px;
	}
	
		body > .content > .main > section article > img {
			display: block;
		}
		
		body > .content > .main > section article > .img {
			border: 1px solid #efefef;
			height: 170px;
			margin-bottom: 5px;
			width: 100%;
			-moz-box-sizing:    border-box;
			-webkit-box-sizing: border-box;
			box-sizing:         border-box;
			display: table;
			table-layout: fixed;
		}
		
			body > .content > .main > section article > .img > span {
				display: table-cell;
				width: 100%;
				vertical-align: middle;
				text-align: center;
			}
		
		body > .content > .main > section .games > ul > li {
			padding-left: 0;
			padding-bottom: 10px;
			border-bottom: 1px solid #efefef;
			overflow: hidden;
		}
		
		body > .content > .main > section .games > ul > li:before {
			display: none;
		}
		
			body > .content > .main > section .games > ul > li > a {
				color: #1f122c;
				text-decoration: none;
			}
			
				body > .content > .main > section .games > ul > li > a > img {
					float: left;
					margin-right: 13px;
				}
				
				body > .content > .main > section .games > ul > li > a > h3 {
					font-size: 16px;
					margin: 0;
				}
				
				body > .content > .main > section .games > ul > li > a > p {
					margin: 0;
				}
		
		body > .content > .main > section .news > article h3 {
			margin: 5px 0;
			font-size: 16px;
		}
		
		body > .content > .main > section .news > article p {
			margin: 0 0 10px;
		}
		
		body > .content > .main > section .news > article .img {
			border: 1px solid #efefef;
			margin-bottom: 5px;
			width: 100%;
			-moz-box-sizing:    border-box;
			-webkit-box-sizing: border-box;
			box-sizing:         border-box;
			display: table;
			table-layout: fixed;
			position: relative;
		}
		
		body > .content > .main > section .news > article > a {
			text-decoration: none;
			color: #1f122c;
		}
		
			body > .content > .main > section .news > article > a:hover h3 {
				color: #40b8db;
			}
		
		body > .content > .main > section .news > article .img > span {
			display: table-cell;
			width: 100%;
			vertical-align: middle;
			text-align: center;
		}
		
			body > .content > .main > section .news > article .img > span > img {
				display: block;
				margin: 0 auto;
				padding: 30px 0;
			}
	
		body > .content > .main > section .news > article time {
			display: block;
			float: left;
			width: 34px;
			height: 34px;
			text-align: center;
			background: #3399ff;
			color: #fff;
			position: absolute;
			left: 0;
			top: 0;
		}
		
			body > .content > .main > section .news > article time > span {
				font-size: 8px;
				font-weight: 600;
				display: block;
				line-height: 12px;
				padding: 0 2px;
				overflow: hidden;
				white-space: nowrap;
				text-overflow: ellipsis;
				background: #2477c8;
				text-transform: uppercase;
			}
			
			body > .content > .main > section .news > article time > span + span {
				font-size: 20px;
				font-weight: 400;
				margin-top: -1px;
				line-height: 22px;
				background: none;
			}
		
	body > .content > .main > section .best-casinos {
		overflow: hidden;
		position: relative;
	}
	
		body > .content > .main > section .best-casinos > ol {
			list-style: none;
			margin: 0;
			padding: 0;
			width: 456px;
			float: right;
		}
		
			body > .content > .main > section .best-casinos > ol > li {
				float: left;
				width: 152px;
				-webkit-box-sizing: border-box;
				-moz-box-sizing: border-box;
				box-sizing: border-box;
				padding-left: 10px;
				margin-top: 10px;
			}
			
			body > .content > .main > section .best-casinos > ol > li:first-child {
				clear: right;
				padding: 0;
				position: absolute;
				left: 0;
				right: 456px;
				width: auto;
			}
			
				body > .content > .main > section .best-casinos > ol > li > a {
					text-decoration: none;
					color: #1f122c;
				}
	
				body > .content > .main > section .best-casinos > ol > li article {
					position: relative;
					margin-top: 0;
				}
				
					body > .content > .main > section .best-casinos > ol > li article > .rank {
						position: absolute;
						padding: 4px;
						width: 26px;
						height: 26px;
						background: #1f122c;
						color: #fff;
						text-align: center;
					}
					
						body > .content > .main > section .best-casinos > ol > li article > .rank > span {
							display: block;
							font-size: 8px;
							text-transform: uppercase;
							letter-spacing: 1px;
						}
						
						body > .content > .main > section .best-casinos > ol > li article > .rank > span + span {
							font-size: 16px;
						}
				
					body > .content > .main > section .best-casinos > ol > li article > img {
						display: block;
						margin-bottom: 1px;
					}
					
					body > .content > .main > section .best-casinos > ol > li article > .body {
						background: #eaeaea;
						padding: 6px 12px;
					}
					
					body > .content > .main > section .best-casinos > ol > li:first-child article > .body {
						padding: 10px 15px;
					}
					
						body > .content > .main > section .best-casinos > ol > li article > .body > img,
						body > .content > .main > section .best-casinos > ol > li article > .body > span {
							display: block;
							margin-bottom: 5px;
							width: auto;
							max-height: 20px;
						}
						
						body > .content > .main > section .best-casinos > ol > li:first-child article > .body > h2 {
							font-size: 18px;
							margin: 0;
							line-height: 26px;
						}
						
							body > .content > .main > section .best-casinos > ol > li:first-child article > .body > h2 > img {
								margin-right: 10px;
								float: left;
								height: 20px;
							}
						
						body > .content > .main > section .best-casinos > ol > li article > .body > p {
							margin: 8px 0 15px;
						}
						
						body > .content > .main > section .best-casinos > ol > li article > .body .visit-casino {
							margin-bottom: 0;
						}
						
						body > .content > .main > section .best-casinos > ol > li a:hover article > .body .visit-casino {
							color: #40b8db;
						}
						
						body > .content > .main > section .best-casinos > ol > li:first-child article > .body .visit-casino {
							font-size: 14px;
							margin-bottom: 6px;
						}

.payment {
	margin-top: 2px;
}

.payment > tbody > tr > td {
	padding: 3px 8px;
}

.payment > tbody > tr > td:first-child,
.payment > thead > tr > th:first-child {
	padding-left: 0;
}

	.payment > tbody > tr > td > a {
		display: block;
		overflow: hidden;
	}
	
	.payment > tbody > tr > td strong {
		display: inline-block;
		line-height: 30px;
		font-size: 14px;
		font-weight: 400;
	}
	
	.payment > tbody > tr > td img {
		float: left;
		margin-right: 10px;
	}
	
	.payment > tbody > tr > td > span {
		display: inline-block;
		width: 36px;
		height: 30px;
		background: #f2f2f2;
		line-height: 30px;
		text-align: center;
	}
	
body > .content .carousel {
	width: 100%;
	overflow: hidden;
	height: 133px;
	margin-top: 10px;
}

	body > .content .carousel > ul {
		width: 2000px;
		overflow: hidden;
		margin: 0;
	}
	
		body > .content .carousel > ul > li {
			float: left;
			width: 143px;
			height: 133px;
			margin: 0;
			margin-right: 1px;
			padding: 0;
			background: #eaeaea;
			text-align: center;
		}
		
		body > .content .carousel > ul > li:before {
			display: none;
		}
		
			body > .content .carousel > ul > li > a {
				display: block;
				width: 123px;
				height: 113px;
				padding: 15 10 10 10px;
				text-decoration: none;
				position: relative;
				color: #1f122c;
			}
				
				body > .content .carousel > ul > li > a > .overlay {
					position: absolute;
					top: 0;
					left: 0;
					width: 100%;
					height: 100%;
					background: #2da117;
					background: rgba(45, 161, 23, 0.9);
					line-height: 143px;
					display: none;
				}
				
					body > .content .carousel > ul > li > a > .overlay > span {
						color: #189900;
						text-transform: uppercase;
						background: white;
						padding: 5px 8px;
						border-radius: 3px;
					}
					
				body > .content .carousel > ul > li > a:hover > .overlay {
					display: block;
				}
			
				body > .content .carousel > ul > li > a > img {
					display: block;
					margin: 0 auto 1px;
					max-height: 20px;
				}
				
				body > .content .carousel > ul > li > a > strong {
					font-weight: 400;
					font-size: 36px;
					display: block;
					margin-top: -3px;
					margin-bottom: -3px;
				}
				
				body > .content .carousel > ul > li > a > strong.free-spins {
					font-size: 22px;
					white-space: nowrap;
					line-height: 2;
					margin-top: 0;
				}
				
				body > .content .carousel > ul > li > a > span {
					display: block;
					margin-bottom: 1px;
					margin-top: 7px;
				}
				
				body > .content .carousel > ul > li > a > strong + span, body > .content .carousel > ul > li > a > span + span {
					font-size: 10px;
					margin-top: 0;
				}
				
				body > .content .free-spins .carousel > ul > li > a > strong {
					margin-top: 0;
				}
				
				body > .content .free-spins .carousel > ul > li > a > strong + span {
					font-size: 14px;
				}
				
@media screen and (max-width: 1030px) {
	body > .content > .main > section .best-casinos > ol {
		width: 304px;
	}
	
		body > .content > .main > section .best-casinos > ol > li:first-child {
			right: 304px;
		}
}

@media screen and (max-width: 830px) {
	body > .content > .main > section .best-casinos > ol {
		width: auto;
		float: none;
		margin-left: -10px;
	}
	
		body > .content > .main > section .best-casinos > ol > li {
			width: 50%;
		}
	
		body > .content > .main > section .best-casinos > ol > li:first-child {
			position: static;
			width: 100%;
			padding-left: 10px;
		}
}

@media screen and (max-width: 550px) {	
	body > .content > .main > section > .split {
		width: auto !important;
		float: none !important;
		padding: 0 !important;
		margin-left: 0;
	}
	
	body > .content > .main > section > .split + .split {
		margin-top: 20px;
	}
}