html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    font-family: Sans-serif;
    font-size: 13px;
    line-height: 1;
    background: #201f2e;
    padding: 0;
    text-align: center;
    color: #fff;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
    color: #fff;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
.wrapper {
    clear: both;
    display: block;
    width: 1130px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: left;
}
.wrapper:after {
    display: block;
    content: "";
    clear: both;
}
/*
* Header
*/
#header_left {
    width: 1100px;
    height: 402px;
    background: url("img/header_bg_left.jpg") left top no-repeat;
    position: absolute;
    top: 43px;
    left: 0px;
}
#header_right {
    width: 1100px;
    height: 402px;
    background: url("img/header_bg_right.jpg") right top no-repeat;
    position: absolute;
    top: 43px;
    right: 0px;
}
.short_version_left {
    height: 150px !important;
    background-position: left -252px !important;
} 
.short_version_right {
    height: 150px !important;
    background-position: right -252px !important;
} 
header {
    width: 100%;
    height: 445px;
    background: #201f2e url("img/header_bg.png") 0 43px repeat-x;
}
header.short_version {
    height: 196px !important;
    background-position: 0 -209px;
}
header nav {
    width: 100%;
    height: 46px;
    background: #1f1e2c url("img/menu_bg.png") repeat-x;
    position: absolute;
    text-align: right;
}
header nav div {
    margin-top: 12px;
    text-align: right !important;
}
header nav a {
    margin-right: 6px;
    display: inline-block;
    padding: 4px 6px;
    border: 1px solid transparent;
}
header nav a:hover {
    background: #2f2d43;
    border: 1px solid #2f2d43;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    text-decoration: none;
}
header h1 {
    position: absolute;
    top: 90px;
    left: 80px;
    margin: 0;
}
#slider {
    background: #191827 url("img/header_box_bg.png") repeat-x;
    width: 650px;
    height: 244px;
    border: 2px solid #12111d;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    position: absolute;
    top: 180px;
    left: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;  
}
#slider li {
    width: 646px;
    display: none;
    position: absolute;
    top: 8px;
    left: 0px;
    text-align: center;
}
#slider li.active {
    display: block;
}
#ranking {
    background: #191827 url("img/header_box_bg.png") repeat-x;
    width: 440px;
    height: 244px;
    border: 2px solid #12111d;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    position: absolute;
    top: 180px;
    left: 690px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#ranking h2 {
    color: #ce9301;
    font-weight: bold;
    font-size: 14px;
    font-style: italic;
    margin: 15px;
}
#ranking > a {
    position: absolute;
    top: 13px;
    right: 15px;
    padding: 4px 6px;
    background: #292538;
    border: 1px solid #12111d;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #ffbb00;
}
#ranking li {
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    margin: 12px 15px;
}
#ranking span {
    font-weight: normal;
    margin-left: 16px;
    display: inline-block;
    width: 40px;
}
#ranking a {
    font-weight: normal;
    margin-left: 16px;
}
#ranking em {
    display: inline-block;
    width: 110px;
}
#ranking img.logo {
    width: 63px;
    margin-left: 8px;
    margin-right: 8px;
    position: relative;
    top: 6px;
}
#ranking img.lang {
    width: 18px;
    height: 18px;
    margin-left: 24px;
    margin-right: 10px;
    position: relative;
    top: 5px;  
}
/*
* Content - main page
*/
#main_page {
    padding: 35px 40px 30px;
    margin: 30px auto 30px;
    min-height: 200px;
    background: #191826;
    border: 3px solid #12111D;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 150%;
}
div.main_game_box {
    width: 310px;
    margin-right: 50px;
    display: inline-block;
    vertical-align: top;
}
div.last_game {
    margin-right: 0;
}
div.main_game_box img {
    width: 300px;
    margin-bottom: 15px;
    border: 3px solid #12111D;
}
a.play_for_free {
    display: block;
    width: 120px;
    height: 52px;
    background: url("img/button_on.png") no-repeat;
    padding-left: 60px;
    line-height: 52px;
    color: #f7db0e;
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0 0 70px;
}
a.play_for_free:hover {
    text-decoration: none;
}
#orange_boxes {
    padding: 50px;
    background: #191925;
    margin-bottom: 30px;
}
#orange_boxes div div {
    width: 300px;
    height: 175px;
    background-repeat: no-repeat;
    display: block;
    float: left;
}
div.orange_box1 {
    background: url("img/orange_box1.jpg");
    margin-right: 115px;
}
div.orange_box2 {
    background: url("img/orange_box2.jpg");
    margin-right: 115px;
}
div.orange_box3 {
    background: url("img/orange_box3.jpg");
    margin-right: 0;
}
#orange_boxes strong {
    font-size: 24px;
    padding: 15px;
    display: block;
}
#orange_boxes p {
    padding: 0px 15px 10px;
    width: 220px;
    line-height: 140%;
}
#orange_boxes a {
    margin-left: 15px;
    font-weight: bold;
}
/*
* Content - other pages
*/
#left_column {
    width: 290px;
    padding: 35px 30px 0px;
    margin: 30px 0;
    min-height: 200px;
    background: #191826;
    border: 3px solid #12111D;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 140%;
    float: left;
}
#left_column strong {
    color: #f7db0e;
    font-size: 20px;
    display: block;
    margin-bottom: 15px;
}
#left_column div.content {
    margin-bottom: 30px;
}
#left_column a {
    display: block;
    background: #342e46;
    border: 3px solid #161420;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #ffad00;
    text-align: center;
    padding: 2px 5px;
    margin-bottom: 10px;
}
#page {
    width: 800px;
    padding: 35px 35px 30px;
    margin: 30px 0;
    min-height: 400px;
    background: #191826;
    border: 3px solid #12111D;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 150%;
    float: right;
}
#page h1, #page h2, #page h3, #page h4, #page h5 {
    color: #f7db0e;
    font-size: 20px;
    margin-bottom: 15px;
}
#page h2, #page h3, #page h4, #page h5 {
    font-size: 18px;
    margin-bottom: 10px
}
#page p {
    margin-bottom: 8px;
}
#page strong, #page b {
    font-weight: bold;
    color: #F7DB0E;
}
#page a {
    text-decoration: underline;
}
#page a:hover {
    text-decoration: none;
}
#page ul {
    list-style-type: disc;
    padding-left: 16px;
    margin-bottom: 8px;
    margin-left: 16px;
}
#page ol {
    list-style-type: decimal;
    padding-left: 16px;
    margin-bottom: 8px;
    margin-left: 16px;
}
table.review_tab {
    width: 100%;
    margin-bottom: 12px;
    border: 1px dotted #333;
}
table.review_tab tr td {
    width: 50%;
    padding: 3px 5px;
}
table.review_tab tr:nth-child(odd) {
    background: #201F2E;
}
table.review_tab img {
   position: relative;
   top: 2px;
   margin: 0 1px;
   height: 15px;
}
.get_bonus {
   color: #FFAD00;
   background: #363049;
   padding: 3px 6px;
   display: block-inline;
   border: 3px solid #161420;
   border-radius: 6px 6px 6px 6px;
}
/*
* Contact Form
*/
#cntctfrm_contact_form input[type="submit"] {
    -moz-box-sizing: border-box;
    background: none repeat scroll 0 0 #292538;
    border: 1px solid #12111D;
    border-radius: 6px 6px 6px 6px;
    color: #FFBB00;
    padding: 4px 6px;
}
/*
* Bonus tab
*/
.header_tab {
    width: 100%;
    height: 26px;
    background: url("img/bonus/header_tab.png") repeat-x;
    border-radius: 6px;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box; 
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    line-height: 26px;
    margin-top: 10px;
    padding-left: 5px;
}
.header_tab span, .row_tab span {
   display: table-cell;
   width: 120px;
   padding: 0 5px;
   vertical-align: top;
}
.header_tab .bonus, .row_tab .bonus {
   width: 130px;
}
.header_tab .info, .row_tab .info {
   width: 80px;
}
.header_tab .review, .row_tab .review{
   width: 260px;
}
.row_tab {
   width: 100%;
   height: 68px;
   border: 1px solid #a59db9;
   border-radius: 6px;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box; 
   background: #8c85a3 url("img/bonus/row_tab.png") repeat-x;
   padding-left: 5px;
   margin-top: 4px;
   font-weight: bold;
}
.row_tab span {
   padding-top: 15px;
}
.row_tab .bonus {
   color: #ffa100;
   font-size: 17px;
}
.row_tab .review a {
   color: #12111d;
   font-size: 14px;
   text-decoration: none !important;
}
.row_tab .review a:hover {
   text-decoration: underline !important;
}
.row_tab a.get_bonus2 {
   display: block;
   width: 118px;
   height: 43px;
   background: url("img/bonus/button_yellow_small.png") no-repeat;
   line-height: 40px;
   color: #12111d;
   text-decoration: none !important;
   text-align: center;
   font-size: 14px;
}
.row_tab a.more {
   display: block;
   width: 79px;
   height: 43px;
   background: url("img/bonus/button_grey.png") no-repeat;
   line-height: 40px;
   text-decoration: none !important;
   text-align: center;
   font-size: 14px;
}
.box_more_info {
   min-height: 95px;
   display: none;
   background: #2c2a3d;
   border: 1px solid #494761;
   border-radius: 6px;
   border-top: 0;
   position: relative;
}
.box_more_info ul {
   padding-top: 9px;
   color: #ffaf00;
   width: 560px;
}
.box_more_info a.button_red {
   display: block;
   background: url("img/bonus/button_red.png") no-repeat;
   width: 192px;
   height: 43px;
   position: absolute;
   top: 9px;
   right: 10px;
   line-height: 40px;
   text-align: center;
   font-size: 14px;
   font-weight: bold;
   text-decoration: none !important;
}
.box_more_info a.button_yellow {
   display: block;
   background: url("img/bonus/button_yellow.png") no-repeat;
   width: 192px;
   height: 43px;
   position: absolute;
   top: 50px;
   right: 10px;
   line-height: 40px;
   text-align: center;
   font-size: 14px;
   font-weight: bold;
   text-decoration: none !important;
   color: #12111d !important;
}
/*
* Footer
*/
footer {
    width: 100%;
    height: 44px;
    background: url("img/footer_bg.png") repeat-x;
    line-height: 44px;
}
footer p {
    float: right;
}
footer p a {
    margin-left: 15px;
}
/*
* Banners
*/
#banner_top img {
    width: 468px;
    height: 60px;
    border: 3px solid #13121d;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    position: absolute;
    top: 80px;
    right: 100px;
}
a.banner_left {
    border: 0 !important;
    background: none !important;
    padding: 0  !important;
    margin-bottom: 15px !important;
}
a.banner_left img {
    width: 219px;
}
.banner_bottom img {
    width: 230px;
    display: block;
    float: left;
    margin: 0 25px 25px 25px;
}
/*
* Facebook
*/
#facebook_box {
    position: fixed;
    top: 150px;
    right: -205px;
    z-index: 1000;
    display: block;
    width: 239px;
    height: 411px;
    background: url("img/facebook_box.png") no-repeat;
    margin: 0;
    padding: 0;
}
#facebook_box div {
    margin: 10px 0px 0px 45px;
    background: #fff;
    height: 390px;
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 15px 15px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 15px 15px;
}
.alignleft {
    float: left;
    margin: 5px 15px 15px 0;
}
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
a img.alignright {
    float: right;
    margin: 5px 0 15px 15px;
}
a img.alignnone {
    margin: 5px 15px 15px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 15px 15px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
    border: 1px solid #ddd;
    background-color: #f3f3f3;
    margin: 10px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.wp-caption.alignnone {
    margin: 5px 15px 15px 0;
}
.wp-caption.alignleft {
    margin: 5px 15px 15px 0;
}
.wp-caption.alignright {
    margin: 5px 0 15px 15px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
/*** pagination ***/
.pagination {
    padding: 10px 0;
}
.pagination span {
    background: #676767;
    color: #fff; 
}
.pagination span {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 2px 5px;
    min-width: 12px;
    text-align: center;
    text-decoration: none;
}
.page-numbers, .pagination a span {
    background: #f7f7f7;
    color: #000;
    display: inline-block;
    border: 1px solid #ccc;
    padding: 2px 5px;
    min-width: 12px;
    text-align: center;
    text-decoration: none;
}
a.page-numbers:hover, .pagination a:hover span {
    background: #ccc;
    border-color: #666;
}
.current {
    background: #676767;
    color: #fff; 
}
/* --- injected clearfix (WaybackScraper) --- */
.clearfix::after{content:"";display:table;clear:both}
.clearfix{display:block}
