@charset "utf-8";
/* CSS Document */

/*==========================(-_-) CSS RESET START HERE (-_-)========================*/

@font-face {
    font-family: 'kit55p';
    src: url('fonts/kit55p.eot') format('eot'),
    url('fonts/kit55p.woff') format('woff'),
    url('fonts/kit55p.ttf')  format('truetype'),
    url('fonts/kit55p.svg') format('svg'); /* Legacy iOS */	
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
	background: url(../resources/background.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}
/*==========================(-_-) CSS RESET END HERE (-_-)==========================*/
.sport_layout{
	width:820px;
	height:350px;
	margin-top:10px;
}
.sport_box1{
	width:265px;
	height:170px;
	background:url(../resources/content_resources/sport_bg.jpg);
	float:left;
	margin-right:12px;
	margin-bottom:5px;
	position:relative;
	overflow:hidden;
}
.sport_box2{
	width:265px;
	height:170px;
	background:url(../resources/content_resources/sport_bg.jpg);
	float:right;
	margin-bottom:5px;
	position:relative;
	overflow:hidden;
}
.sport_box1 img{
	position:absolute;
	margin-left:10px;
	margin-top:5px;
	transition:all 0.2s ease-in-out;
}
.sport_box2 img{
	position:absolute;
	margin-left:10px;
	margin-top:5px;
	transition:all 0.2s ease-in-out;
}
.sport_box1:hover{
	background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../resources/content_resources/sport_bg.jpg);
}
.sport_box2:hover{
	background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../resources/content_resources/sport_bg.jpg);
}
.sport_button{
	width:150px;
	height:30px;
	background:url(../resources/content_resources/sport_bg_button.jpg);
	border-radius:5px;
	position:absolute;
	bottom:0;
	margin-left:-150px;
	margin-bottom:55px;
	transition:all 0.2s ease-in-out;
}
.sport_button2{
	width:150px;
	height:30px;
	background:url(../resources/content_resources/sport_bg_button2.jpg);
	border-radius:5px;
	position:absolute;
	bottom:0;
	right:0;
	margin-right:-150px;
	margin-bottom:20px;
	transition:all 0.2s ease-in-out;
}
.sport_button:hover{
	-webkit-box-shadow: 0px 0px 32px 0px rgba(255,255,255,1);
	-moz-box-shadow: 0px 0px 32px 0px rgba(255,255,255,1);
	box-shadow: 0px 0px 32px 0px rgba(255,255,255,1);
}
.sport_button2:hover{
	-webkit-box-shadow: 0px 0px 32px 0px rgba(255,255,255,1);
	-moz-box-shadow: 0px 0px 32px 0px rgba(255,255,255,1);
	box-shadow: 0px 0px 32px 0px rgba(255,255,255,1);
}
.sport_box1:hover .sport_button{
	margin-left:55px;
}
.sport_box1:hover .sport_button2{
	margin-right:60px;
}
.sport_box1:hover img{
	margin-top:0px;
}

.sport_box2:hover .sport_button{
	margin-left:55px;
}
.sport_box2:hover .sport_button2{
	margin-right:60px;
}
.sport_box2:hover img{
	margin-top:0px;
}

.sport_layout_banner{
	background:url(../resources/content_resources/sport_bg_banner.jpg);
	width:820px;
	height:200px;
	margin-top:5px;
}

/*==========================(-_-) CSS SPORT DETAIL START HERE (-_-)========================*/
.sport_detail{
	width:708px;
	border:2px #FFFFFF solid;
	font-family: 'kit55p';
}
.sport_detail h1{
	text-align:center;
	padding-top:30px;
	padding-bottom:30px;
	font-size:36px;
	color:#FFFF00;
	font-size:24px;
}
.sport_detail h1 img{
	border-radius:20px;
	-webkit-box-shadow: 0px 0px 52px -6px rgba(255,255,255,1);
-moz-box-shadow: 0px 0px 52px -6px rgba(255,255,255,1);
box-shadow: 0px 0px 52px -6px rgba(255,255,255,1);
}
.sport_sub_title{
	text-align:center;
	padding-top:50px;
	font-size:28px;
	color:#FF0;
	margin:15px;
	padding-bottom:10px;
}
.sport_text{
	width:650px;
	padding-top:50px;
	color:#FFF;
	margin-left:20px;
	line-height:25px;
	text-align:justify;
	font-size:22px;
}
.sport_detail table{
	margin-left:20px;
	line-height:20px;
	color:#999;
	margin-bottom:50px;
	margin-top:50px;
	font-size:22px;
}
.sport_detail table img{
	border-radius:10px;
	-webkit-box-shadow: 5px 5px 25px -6px rgba(255,255,255,1);
-moz-box-shadow: 5px 5px 25px -6px rgba(255,255,255,1);
box-shadow: 5px 5px 25px -6px rgba(255,255,255,1);
}
.sport_detail table span{
	color:#FFFFFF;
	font-size:22px;
}
.sport_detail table a{
	color:#FF0;
	text-decoration:none;
	font-size:22px;
}
.sport_detail table a:hover{
	color:#FFF;
	text-decoration:underline;
}
/*==========================(-_-) CSS SPORT DETAIL END HERE (-_-)==========================*/
/*==========================(-_-) CSS SLOT DETAIL START HERE (-_-)=========================*/
.slot_layout{
	
	width:820px;
	height:400px;
	margin:auto;
	margin-top:5px;
	position:relative;
}
.slot_banner{
	width:820px;
	height:200px;
	background:url(../resources/jackpot_bar.jpg);
	color:#FFFFFF;
}
.jackpot_text{
	position:absolute;
	color:#FFF;
	top:0;
	margin-left:130px;
	margin-top:120px;
	font-size:50px;
	color:#FF0;
}
/*==========================(-_-) CSS GAME AREA2 START (-_-)===========================*/
.game_area{
	width:820px;
	height:390px;
	margin:auto;
	padding:5px;
	margin-top:10px;
	position:relative;
}
.slot_area{
	width:820px;
	height:170px;
	background:url(../resources/slot_bg.png);
	border:1px #FFFFFF solid;
	margin-top:20px;
	border-radius:10px;
}
.slot_title{
	height:40px;
	line-height:40px;
	text-align:center;
	color:#FFFFFF;
	font-family: 'kit55p';
	font-size:42px;
}
.slot_marquee{
	height:130px;
	width:820px;
	
}
.slot_marquee img{
	width:240px;
	height:120px;
	margin-right:10px;
	border:1px #FFFFFF solid;
}
/*==========================(-_-) CSS GAME AREA2 START (-_-)===========================*/
/*==========================(-_-) CSS SLOT DETAIL START HERE (-_-)=========================*/
