body{
	color:#000;
	font-family: 'Open Sans', sans-serif;
    position: relative;
    overflow-x: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
	}
.nothing-left{padding-left:0;}
.nothing-right{padding-right:0;}
a{color: #337ab7;transition:all ease 1s;text-decoration: underline;}
a:hover{color:#000;text-decoration:underline;}
a:focus{color:#000;text-decoration:underline;}
img{display:inline-block !important;max-width:100%;}
ul{list-style:none;padding-left:0;}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{margin:15px 0 0;font-size: 20px;}
.h1, h1 {
	box-shadow: 470px 0 0 0 #fff;
	background-color: #fff;
	margin: 0 0 90px 0;
	color: #000;
	font-weight: 400;
	text-transform: uppercase;
	padding: 7px 8px;
	}
.h2, h2{
	color: #000;
	font-size: 24px;
	text-transform: uppercase;
	border-left: 6px solid;
	line-height: 24px;
	padding: 0 7px;
	margin: 20px 0;
	}
.h3, h3{
	font-size:18px;
	color: #000;
	text-transform: uppercase;
	border-left: 6px solid;
	line-height: 24px;
	padding: 0 7px;
	margin: 20px 0;
	}
	
body:before {
    border-top-color: #000 !important;
    border-left-color: #000 !important;
}
body:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-style: solid;
    border-width: 170px 0px 52px 100vw;
    border-color: rgba(0,0,0,0);
    border-right-color: rgba(0,0,0,0);
    border-top-color: #FFCC00;
    border-bottom-color: rgba(0,0,0,0);
    border-left-color: #FFCC00;
    -moz-transform: scale(0.9999);
    -webkit-transform: rotate(360deg);
}
	
header{
	background:#6acea5;    
	padding-top: 15px;
	}
header .logo{color:#fff;}
header .main-nav{}
header .main-nav ul{padding-top: 30px;}
header .main-nav ul li{}
header .main-nav ul li a{    
	font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 29px;
    display: inline-block;
    padding: 0 17px 0 13px;
	color:#fff;
	}

article{}
.sidebarleft{background:#fff;padding-top: 15px;}
.leftbox{}
.leftbox h3{}
.leftbox figure{
	float: left;
    margin: 0 3% 0 0;}
.leftbox a{color: #337ab7;text-decoration: none;}
.leftbox a:hover{color: #99CC99;text-decoration:underline;}
	
.content{
    margin-top: 50px;
}
.content ul li{border-left:6px solid #45b386;padding: 0 7px;margin-bottom: 5px;}

footer{
    background: #000;
    padding-top: 30px;
    padding-bottom: 15px;
    clear: both;
    position: relative;
    margin-top: 100px;
    }
footer, footer a, footer a.focus, footer a.active {
    color: #fff !important;
    font-size: 12px;
    text-decoration: none;
}
footer:before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    border-style: solid;
    border-width: 48px 0 0 100vw;
    border-color: rgba(0, 0, 0, 0);
    border-right-color: rgba(0, 0, 0, 0);
    border-top-color: rgba(0, 0, 0, 0);
    border-bottom-color: rgba(0, 0, 0, 0);
    border-left-color: #FFCC00;
    -moz-transform: scale(0.9999);
    -webkit-transform: rotate(360deg);
}
footer:before {
    border-left-color: #000;
}
footer .logo-bottom{margin-top: -30px;}
.social-media-icons .fa{font-size: 20px;margin-right: 5px;}


ul.games{}
ul.games li{border-left:0;border-bottom: 1px solid #000;margin-bottom: 0;transition:all ease 1s;}
ul.games li:hover{background: #E2E2E2;box-shadow: 0 -2px 0 #000 inset;}
ul.games li a{}
ul.games li a:hover{text-decoration:underline;color:#000;}
ul.games .htitle{
	background: #FFCC00;
	padding: 5px 0;
	color: #fff;
	font-weight:700;
	}
ul.games li a.btn-play{
	background-color: #FFCC00;
	color: #fff;
	padding: 5px 40px;
	text-transform: uppercase;
	cursor:pointer;
	text-decoration: none;
	}
ul.games li a.btn-play:hover{background-color: #99CCFF;text-decoration:none;}    
.playbtn, .review, .otherinfo{padding-top: 50px;}

ul.item-info{margin-top:100px;}

.navbar-main ul li, .navbar-bonus ul li, .navbar-reviews ul li, .navbar-articles ul li {float:none;}
.navbar-main ul li a, .navbar-bonus ul li a, .navbar-reviews ul li a, .navbar-articles ul li a {padding-left:0; padding-right:0;}

@media (max-width:768px){
.h1, h1 {font-size:20px;margin-bottom: 0;}
ul.games .htitle{display:none;}
.playbtn, .review, .otherinfo{padding-top:0;}
.playbtn{margin-bottom: 15px;}
header .logo {text-align:center;}
ul.item-info{margin-top:0;}
.navbar-main ul li a, .navbar-bonus ul li a, .navbar-reviews ul li a, .navbar-articles ul li a{padding-left:20px;}
}
/* --- injected clearfix (WaybackScraper) --- */
.clearfix::after{content:"";display:table;clear:both}
