
/* Normalize CSS for All browsers */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 1.2em;
    margin: 0;
}

mark {
    color: #000;
    background: #ff0;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0 auto;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    font: inherit;
    margin: 0;
    color: inherit;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
    cursor: pointer;
    -webkit-appearance: button;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

/* Additional fixes */
.clearfix:after {
    display: table;
    clear: both;
    content: ' ';
}

.kill-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    -webkit-margin-after: 0;
    -webkit-margin-before: 0;
    -webkit-padding-start: 0;
}

/* WordPress Styles */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

/* Template */
html {
    height: 100%;
    background-color: #000;
}

body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 1.2;
    position: relative;
    min-height: 100%;
    color: #fff;
    background: url("../../../images/bg_13362de6.jpg") no-repeat top center;
    background-color: #000207;
    background-size: contain;
}

/* h1, h2, h3 {color: #FFF121;}*/
h1 {
    margin: 11px;
    text-align: center;
    color: #fbcb64;
}

h2,
h3 {
    font-size: 1.1em;
    text-align: center;
    color: #fbcb64;
}

a {
    text-decoration: none;
    color: #fff;
}

a:hover {

    /* text-decoration: underline; */
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.container {
    width: 100%;
    max-width: 1024px;
}

.site-header {
    position: relative;
    padding-top: 40px;
    padding-bottom: 20px;
}

.logo {
    position: relative;
    z-index: 200;
    display: block;
    float: left;
    width: 147px;
    height: 80px;
    background: url("../../../images/logo_0e7e5379.png") center no-repeat;
    background-size: cover;
}

/*top buttons*/
.registrarion-field {
    position: absolute;
    top: 0;
    right: 2px;
}

.top-btn {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: .8em;
    line-height: 30px;
    display: block;
    float: left;
    overflow: visible;
    height: 30px;
    margin: 0 2px;  /* min-width: 30px; */
    text-align: center;
    text-transform: uppercase;
    word-wrap: break-word;
    border: 1px solid #fff;
    background-color: #00adee;
    background-image: -webkit-linear-gradient(top, #00adee, #004578);
    background-image: -moz-linear-gradient(top, #00adee, #004578);
    background-image: -o-linear-gradient(top, #00adee, #004578);
    background-image: -ms-linear-gradient(top, #00adee, #004578);
    background-image: linear-gradient(top, #00adee, #004578);
}

.site-login {
    width: 76px;
}

.site-reg {
    width: 135px;
}

.top-btn:hover {
    line-height: 34px;
    height: 34px;
}

.site-login:hover,
.site-reg:hover {
    background-color: #f9b118;
    background-image: -webkit-linear-gradient(top, #f9b118, #ef3822);
    background-image: -moz-linear-gradient(top, #f9b118, #ef3822);
    background-image: -o-linear-gradient(top, #f9b118, #ef3822);
    background-image: -ms-linear-gradient(top, #f9b118, #ef3822);
    background-image: linear-gradient(top, #f9b118, #ef3822);
}

.top-fb,
.top-gl,
.top-tw {
    position: relative;
    width: 30px;
}

.top-fb:after,
.top-gl:after,
.top-tw:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 30px;
    content: '';
    background: url("../../../images/icons-soc_451ff4ce.png") top 0 center no-repeat;
}

.top-gl {
    background-color: #e03822;
    background-image: -webkit-linear-gradient(top, #e03822, #a12713);
    background-image: -moz-linear-gradient(top, #e03822, #a12713);
    background-image: -o-linear-gradient(top, #e03822, #a12713);
    background-image: -ms-linear-gradient(top, #e03822, #a12713);
    background-image: linear-gradient(top, #e03822, #a12713);
}

.top-gl:after {
    background-position: -60px 0;
}

.top-tw {
    background-color: #2a9fd2;
    background-image: -webkit-linear-gradient(top, #2a9fd2, #1f79a2);
    background-image: -moz-linear-gradient(top, #2a9fd2, #1f79a2);
    background-image: -o-linear-gradient(top, #2a9fd2, #1f79a2);
    background-image: -ms-linear-gradient(top, #2a9fd2, #1f79a2);
    background-image: linear-gradient(top, #2a9fd2, #1f79a2);
}

.top-tw:after {
    background-position: -30px 0;
}

.top-fb {
    background-color: #3a5795;
    background-image: -webkit-linear-gradient(top, #3a5795, #2a3e71);
    background-image: -moz-linear-gradient(top, #3a5795, #2a3e71);
    background-image: -o-linear-gradient(top, #3a5795, #2a3e71);
    background-image: -ms-linear-gradient(top, #3a5795, #2a3e71);
    background-image: linear-gradient(top, #3a5795, #2a3e71);
}

.top-fb:after {
    background-position: 0 0;
}

/*end top buttons*/
.main-nav {
    float: right;
    overflow: hidden;
    box-sizing: border-box;
    width: 85%;
    max-width: 100%;
    min-height: 60px;
    padding: 0 1%;
}

.nav-list-wrapper {
    display: table;
    width: 100%;
    max-width: 100%;
    margin-top: 31px;
}

.nav-item {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.nav-item a,
.nav-item-link {
    display: block;
    min-width: 100px;
    margin: 0 2%;
    padding: 1em 1%;
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    background: linear-gradient(to bottom, #a90329 0%, #8f0222 44%, #6d0019 100%);
    background-color: rgba(235, 21, 21, .75);
}

.nav-item-link:hover {
    color: #000;
    border: 1px solid #ccc;
    background-color: red;
}

.game-item {
    display: block;
    float: left;
    box-sizing: border-box;
    width: 180px;
    max-width: 25%;
    min-height: 140px;
    margin-bottom: 1em;
}

.game-item a {
    position: relative;
    display: block;
    overflow: hidden;
    max-width: 180px;
    margin: 0 auto;
    text-decoration: none;
    color: #fff;
    background-color: #000;
}

.game-item a:before {
    font-family: 'Arial Narrow', 'Arial', sans-serif;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    z-index: 0;
    top: -35%;
    left: 0;
    display: block;
    box-sizing: border-box;
    width: 50%;
    margin: 0 25%;
    padding: .5em;
    content: 'Р�РіСЂР°С‚СЊ';
    transition: top .2s;
    text-align: center;
    letter-spacing: .5px;
    text-transform: uppercase;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    border-radius: 4px;
    background: linear-gradient(to bottom, #fd7a7e, #bc0602);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    text-shadow: 0 0 1px #000;
}

.game-item a:hover:before {
    z-index: 1;
    top: 35%;
    transition: top .2s;
}

.game-item a:hover:after {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    content: '';
    background-color: rgba(0, 0, 0, .6);
}

.game-title {
    position: relative;
    z-index: 1;
    display: block;
    padding: .5em 0;
    text-align: center;
    text-decoration: none;
    color: #fff;
}

.game-item a:hover .game-title {
    color: #ccc;
}

.manufacturers-panel {
    display: block;
    margin: 1%;
}

.manufacturers-panel a {
    display: block;
    float: right;
    box-sizing: border-box;
    min-width: 120px;
    margin: 0 .5%;
    padding: .5em;
    text-align: center;
    color: #fff;
    border: 1px solid #000;
    background-color: #000;
}

.manufacturers-panel a:hover {
    text-decoration: none;
    color: #000;
    background-color: #fff;
}

iframe {
    max-width: 100%;
    max-height: 100%;
}

.frame-wrapper img {
    width: 100%;
}

.play-money-btn {
    font-family: 'Arial Narrow', 'Arial', sans-serif;
    font-size: 14px;
    font-weight: bold;
    max-width: 140px;
    margin-top: 1em;
    margin-bottom: 1em;
    padding: .5em;
    text-align: center;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    border-radius: 4px;
    background: linear-gradient(to bottom, #fd7a7e, #bc0602);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    text-shadow: 0 0 1px #000;
}

.play-money-btn:hover {
    text-decoration: none;
    color: #f9f9f9;
    background: linear-gradient(to top, #fd7a7e, #bc0602);
}

.site-footer {
    overflow: hidden;
    box-sizing: border-box;
    min-height: 60px;
    color: #fff;
    background-color: #000;
}

.copyright {
    line-height: 60px;
    min-height: 60px;
    text-align: center;
}

.mainpage {
    display: block;
    max-width: 100%;
}

.content {
    float: left;
    box-sizing: border-box;
    width: 75%;
    border-style: double;
    border-color: #fff;
    background: url("../../../images/content-pattern_e1609079.jpg") top repeat;
}

/*.content a {  color: #FFF121;}*/
.content a {
    color: #fbcb64;
}

.sidebar {
    float: right;
    box-sizing: border-box;
    width: 30%;
    min-height: 500px;
    border-style: double;
    border-color: #fff;
    background: url("../../../images/bg-sidebar-block_7ce4d443.jpg") top repeat;
}

.sidebar img {
    box-sizing: border-box;
    max-width: 100%;
}

.picblock {
    margin-bottom: 1%;
    border-style: double;
    border-color: #fff;
}

.picblock img {
    max-width: 100%;
}

.align-center {
    text-align: center;
}

.blocks {
    padding-bottom: 0;
}

.blocks__side-left,
.blocks__side-right {
    display: table-cell;
    box-sizing: border-box;
}

.blocks__side-left {
    width: 75%;
}

.blocks__side-right {
    width: 24%;
}

.blocks__side-left .post-type {
    padding-right: 15px;
}

.clearfix:after,
.clearfix:before {
    display: table;
    content: '';
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.games__item,
.listing-item {
    font-size: 14px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    box-sizing: border-box;
    width: 177px;
    height: 166px;
    margin-right: 2px;
    margin-bottom: 6px;
    margin-left: 2px;
    border: 2px solid #004679;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.games__thumb,
.games__thumb img,
.listing-item img {
    display: block;
    width: 170px;
    height: 120px;
}

.games__item:hover,
.listing-item:hover {
    border: 2px solid #ed1d24;
}

.games__item:hover .games__title,
.listing-item:hover .title {
    background-color: #f9b118;
    background-image: -webkit-linear-gradient(top, #f9b118, #ef3822);
    background-image: -moz-linear-gradient(top, #f9b118, #ef3822);
    background-image: -o-linear-gradient(top, #f9b118, #ef3822);
    background-image: -ms-linear-gradient(top, #f9b118, #ef3822);
    background-image: linear-gradient(top, #f9b118, #ef3822);
}

.games__item:hover .games__thumb:after,
.listing-item:hover .image:after {
    transform: translate3d(0, -20px, 0);
}

.footer__column ul li,
.games__item,
.games__thumb:after,
.listing-item .image:after,
.top-btn {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
}

@media screen and (min-width:994px) and (max-width:1064px) {
    .games__item {
        max-width: 190px;
    }

}

.games__thumb:after,
.listing-item .image:after {
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 42px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 70px;
    height: 40px;
    margin: auto;
    content: 'Play';
    transform: translate3d(0, -120px, 0);
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #f9b118;
    background-image: -webkit-linear-gradient(top, #f9b118, #ef3822);
    background-image: -moz-linear-gradient(top, #f9b118, #ef3822);
    background-image: -o-linear-gradient(top, #f9b118, #ef3822);
    background-image: -ms-linear-gradient(top, #f9b118, #ef3822);
    background-image: linear-gradient(top, #f9b118, #ef3822);
    -webkit-box-shadow: 0 0 20px 2px rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 0 20px 2px rgba(0, 0, 0, .75);
    box-shadow: 0 0 20px 2px rgba(0, 0, 0, .75);
}

.games__title,
.listing-item .title {
    font-family: 'Roboto Condensed', sans-serif;  /* font-weight: 700; */
    display: block;
    padding: 15px 5px 13px;
    text-align: center;
    white-space: nowrap;
    text-transform: uppercase;
    color: #fff;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    background-color: #e10f15;
    background-image: -webkit-linear-gradient(top, #00adee, #004578);
    background-image: -moz-linear-gradient(top, #00adee, #004578);
    background-image: -o-linear-gradient(top, #00adee, #004578);
    background-image: -ms-linear-gradient(top, #00adee, #004578);
    background-image: linear-gradient(top, #00adee, #004578);
}

footer {
    position: relative;
    background: #020e2b;
}

.site-footer {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    background-color: #031540;
}

.footer__column-wrapper {
    display: table;
    width: 100%;
}

.footer__column {
    display: table-cell;
}

.footer__column ul li {
    line-height: 20px;
    margin-left: 20px;
    list-style-image: url("../../../images/list_3ab81660.png");
}

.footer__column ul li:hover {
    list-style-image: url("../../../images/list-active_e40d7c02.png");
}

.footer__column ul li:hover a {
    color: #f9b118;
}

.footer__column ul li a {
    font-size: 13px;
    text-transform: uppercase;
}

.sidebar ul li {
    list-style-image: url("../../../images/list_3ab81660.png");
}

.sidebar ul li:hover {
    list-style-image: url("../../../images/list-active_e40d7c02.png");
}

#sql-text {
    margin: 20px;
    text-align: justify;
}

#sql-text ul li {
    list-style-image: url("../../../images/list_3ab81660.png");
}

#sql-text ul li:hover {
    list-style-image: url("../../../images/list-active_e40d7c02.png");
}

/*menu zerkala*/
menu li {
    float: left;
    margin-bottom: 10px;
    padding: 3px 36px;
    list-style-type: none;
    cursor: pointer;
    border-top: 2px solid rgba(200, 200, 255, .5);
    border-bottom: 2px solid rgba(50, 50, 50, .4);
    background: linear-gradient(rgba(220, 220, 255, .4) 85%, rgba(255, 255, 255, .5) 100%);
}

menu li:first-child {
    border-radius: 5px 0 0 5px;
}

menu li:last-child {
    border-radius: 0 5px 5px 0;
}

menu a {
    font-size: 15px;
    position: relative;
    top: 0;
    display: block;
    padding: 10px 13px;
    transition: all .4s;
    text-decoration: none;
    color: #fff;
    border-radius: 5px;
}

menu li:hover a {
    top: -20px;
    transition: all .4s;
    color: #4eacff;
    background-color: #fff;
    box-shadow: 0 0 5px 0 rgba(255, 255, 255, .7);
}

menu li a:after {
    position: absolute;
    top: 100%;
    left: 42%;
    display: block;
    content: '';
    transition: all .4s;
    border-width: 5px 5px 0 5px;
    border-style: solid;
    border-color: transparent;
}

menu li:hover a:after {
    transition: all .4s;
    border-color: white transparent transparent transparent;
}

/* REG FORM */
.overlay {
    position: fixed;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    visibility: hidden;
    cursor: default;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
    opacity: 0;
    background-color: rgba(0, 0, 0, .7);
}

.overlay:target {
    visibility: visible;
    opacity: 1;
}

.popup {
    font-size: 1em;
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    visibility: hidden;
    width: 90%;
    min-width: 320px;
    max-width: 480px;
    margin: 0 auto;
    padding: 15px;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
    opacity: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .8);
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, .8);
    box-shadow: 0 0 6px rgba(0, 0, 0, .8);
    -ms-box-shadow: 0 0 6px rgba(0, 0, 0, .8);
    -o-box-shadow: 0 0 6px rgba(0, 0, 0, .8);
}

.overlay:target + .popup {
    top: 20%;
    visibility: visible;
    opacity: 1;
}

.close {
    font-weight: bold;
    line-height: 20px;
    position: absolute;
    top: -32px;
    right: -32px;
    width: 20px;
    height: 20px;
    padding: 1px 1px 1px 0;
    text-align: center;
    text-decoration: none;
    border: 3px double #b8b9ba;
}

.close:before {
    font-size: 12px;
    content: 'X';
    color: rgba(255, 255, 255, .9);
    text-shadow: 0 -1px rgba(0, 0, 0, .9);
}

.close:hover {
    background-color: rgba(235, 21, 21, .75);
}

.popup {
    border: 4px double #fff;
    background: #000 url("../../../images/bg_13362de6.jpg") no-repeat top center;
    background-size: cover;
}

/*.popup .popup-title {color: #FFF121;}*/
.popup .popup-title {
    font-size: 1.7em;
    font-weight: bold;
    display: block;
    margin-bottom: 1em;
    padding: .5em;
    text-align: center;
    text-transform: uppercase;
    color: #fbcb64;
    border-bottom: 4px double #fff;
    text-shadow: 0 0 3px #000;
}

.autoreg-form {
    font-size: 16px;
}

.autoreg-form .form-group {
    margin: 1em auto;
}

.autoreg-form label {
    display: block;
    min-width: 60px;
    margin-bottom: 5px;
    margin-left: 14px;
}

.autoreg-form .form-group > label + input {
    font-size: 14px;
    box-sizing: border-box;
    height: 34px;
    padding: 5px 10px;
    color: #fff;
    border: 1px solid #fff;
    outline: 0;
    background: #10161d;
    box-shadow: 0 0 3px 1px #232f3b, 0 0 0 1px #232f3b, inset 0 -4px 10px 0 rgba(0, 0, 0, .75);
}

.autoreg-form input[type='submit'] {
    font-size: 18px;
    position: relative;
    display: block;
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    margin-top: 2em;
    padding: .3em;
    cursor: pointer;
    color: #fff;
    border: 1px solid #fff;
    border-image: none;
    outline: none;
    background: linear-gradient(to top, #00adee, #004578);
    background-color: #00adee;
    background-image: -webkit-linear-gradient(top, #00adee, #004578);
    background-image: -moz-linear-gradient(top, #00adee, #004578);
    background-image: -o-linear-gradient(top, #00adee, #004578);
    background-image: -ms-linear-gradient(top, #00adee, #004578);
}

.autoreg-form input[type='submit']:hover {
    background-color: #f9b118;
    background-image: -webkit-linear-gradient(top, #f9b118, #ef3822);
    background-image: -moz-linear-gradient(top, #f9b118, #ef3822);
    background-image: -o-linear-gradient(top, #f9b118, #ef3822);
    background-image: -ms-linear-gradient(top, #f9b118, #ef3822);
    background-image: linear-gradient(top, #f9b118, #ef3822);
}

.autoreg-form .form-logo {
    position: relative;
    display: block;
    float: right;
    width: 224px;
    height: 124px;
    background: url("../../../images/logo_0e7e5379.png") center no-repeat;
    background-size: cover;
    -webkit-filter: hue-rotate(209deg);
    filter: hue-rotate(209deg);
}

.autoreg-form .form-logo:hover {
    -webkit-filter: hue-rotate(0);
    filter: hue-rotate(0);
}

.autoreg-form .form_result {
    display: block;
    text-align: center;
}

.autoreg-form .form_result i {
    font-size: .9em;
    font-weight: bold;
    position: relative;
    display: block;
    max-width: 50%;
    height: 30px;
    margin-left: 20%;
    padding-left: 40px;
    text-align: left;
    color: #fbcb64;
    text-shadow: 0 0 3px #e4091a;
}

.autoreg-form .form_result i:before {
    position: absolute;
    top: -23px;
    left: 3px;
    display: block;
    content: ' ';
    border: 16px solid transparent;
    border-bottom: 26px solid #ff0;
}

.autoreg-form .form_result i:after {
    font-family: 'Comic Sans', 'Comic Sans MS', 'Monaco CY', 'Monaco', 'Marker Felt', 'TSCu_Comic', cursive;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    position: absolute;
    top: -2px;
    left: 16.5px;
    content: 'i';
    color: #000;
    text-shadow: none;
}

.autoreg-form .error-filed {
    border-color: #e4091a !important;
    outline: none !important;
}

.autoreg-form .rules {
    font-size: 12px;
}

a:hover,
a:focus,
a:active {
    outline: none !important;
}

/* FIXES */
.content-404 h1>strong {
    display: block;
    font-size: 3em;
    color: #fff;
    text-shadow: 0 0 1px #000;
}

.content-404 h1>span {
    display: block;
}

.content-404 p {
    font-size: 1.5em;
    margin: 1.5em 0;
}

a.back-ref {
    color: #fbcb64;
    transition: color .2s ease-out;
}

a.back-ref:hover {
    color: #ccc;
    text-decoration: underline;
    transition: color .2s ease-out;
}

.games__title,
.content a.games__title {
    color: #fff;
}

.wrapper {
    overflow: hidden;
}

.in-page-fix {
    margin: 0 -6px;
}

.banner-wrap:hover {
    -webkit-filter: drop-shadow(5px 5px 5px black);
}

.banner-wrap span,
.banner-wrap a,
.banner-wrap img {
    overflow: hidden;
    display: block;
    margin: 0 auto;
}

.banner-wrap img {
    transform: scale(1);
    transition: transform .3s ease-out;
}

.banner-wrap a:hover img,
.banner-wrap span:hover img {
    transform: scale(1.03);
    transition: transform .3s ease-out;
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
}

.post-content p,
.post-content ul {
    line-height: 1.4em;
}

.games__item,
.listing-item,
.games__title,
.listing-item .title {
    border-radius: 0;
}

.games__item:hover .games__title,
.listing-item:hover .title,
.games__thumb:after,
.listing-item .image:after {
    background-color: rgba(235, 21, 21, .75);
    background: linear-gradient(to bottom, #a90329 0%, #8f0222 44%, #6d0019 100%);
}

.games__item:hover,
.listing-item:hover {
    border: 2px solid transparent;
    outline: 1px solid #fff;
}

.games__thumb:after,
.listing-item .image:after {
    border: 1px solid #fff;
    border-radius: 0;
}

.games__item:hover img {
    -webkit-filter: hue-rotate(330deg);
}

[onclick="location.href='/bonus'"] {
    cursor: pointer;
}

.sidebar img {
    width: 90%;
    height: auto;
    display: block;
    margin: 0 auto;
}

h1 {
    margin: 1.4em 1em;
    text-transform: uppercase;
}

.games__thumb, .games__thumb img, .listing-item img {
    display: block;
    width: 173px;
    height: 122px;

}

.games__item,
.listing-item {
    border: 2px solid transparent;
}

.news-list__item a:hover {
    text-decoration: underline;
}

.banner-wrap a img.alignleft {
    margin: 0;
}

.banner-wrap.alignleft {
    margin: 0 1em 1em 0;
}

.banner-wrap img {
    max-width: 100%;
    height: auto;
}

article p > a:hover,
article li > a:hover {
    text-decoration: underline;
}

a.news-readmore {
    display: block;
    float: right;
    margin-top: 1em;
}

.blocks__side-left {
    width: 100%;
    display: block;
}

/*Footer copyright*/
.footer-info{
    max-width: 1000px;
    margin: 0 auto;
    padding: 10px 0;
    color:#ddd;
    text-align: center;
}
.footer-info p{
    margin: 5px 0;
}