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: #99CCFF;
    transition: all ease 1s;
}

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 5px;
    font-weight: 700;
    font-size: 18px;
}

.h1, h1 {
    font-size: 30px;
    box-shadow: 470px 0 0 0 #99CCFF;
    background-color: #99CCFF;
    margin: 0 0 60px 0;
    color: #FFF;
    font-size: 36px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.1;
    padding: 7px 8px;
}

.h2, h2 {
    color: #99CC99;
    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: #99CC99;
    text-transform: uppercase;
    border-left: 6px solid;
    line-height: 24px;
    padding: 0 7px;
    margin: 20px 0;
}

body:before {
    border-top-color: #FFCC00 !important;
    border-left-color: #FFCC00 !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: #99CCFF;
}

.leftbox a:hover {
    color: #99CC99;
    text-decoration: underline;
}

.content {
}

.content ul li {
    border-left: 6px solid #45b386;
    padding: 0 7px;
    margin-bottom: 5px;
}

footer {
    background: #FFCC00;
    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: #FFCC00;
}

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 #99CC99;
    padding-top: 20px;
    margin-bottom: 0;
    transition: all ease 1s;
    padding-bottom: 15px;
}

ul.games li:hover {
    background: #99CC99;
    box-shadow: 0 -2px 0 #99CC99 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;
}

ul.games li a.btn-play:hover {
    background-color: #99CCFF;
    text-decoration: none;
}

.playbtn, .review, .otherinfo {
    padding-top: 50px;
}

.navbar-main, .navbar-top {
    background: none;
    box-shadow: none;
    border: 0 none;
}

.navbar-nav>li {
    float: none;
}

.navbar-nav>li>a {
    padding: 5px 0;
}

@media (max-width: 768px) {
    .htitle {
        display:none;
    }
}

@media (min-width: 769px) {
    #menu-main {
        padding:0;
    }
}
