* {
    color: #fff;
    font-family: Arial;
}

h1 {
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    margin: 0 0 1em 0;
}

h2,
h3 {
    font-size: 22px;
    font-weight: normal;
    text-align: center;
}

body {
    background: url('../img/bg.jpg') no-repeat center 0px #000;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}

.inner {
    width: 1000px;
    margin: 0 auto;
    border-left: 4px solid #0045a8;
    border-right: 4px solid #0045a8;
    background: #000;
}

.inner:before {
    content: '';
    position: absolute;
    width: 450px;
    height: 716px;
    background: url('../img/girl_1.png') no-repeat 0 0 transparent;
    left: 0px;
    top: 50px;
    z-index: -1;
}

.inner:after {
    content: '';
    position: absolute;
    width: 444px;
    height: 604px;
    background: url('../img/girl_2.png') no-repeat 0 0 transparent;
    right: 0px;
    top: 100px;
    z-index: -1;
}

header {
    position: relative;
    overflow: hidden;
    height: 345px;
    background: url('../img/hd.jpg') no-repeat 0 0 transparent;
}

.home-link {
    position: absolute;
    display: block;
    width: 337px;
    height: 222px;
    top: 30px;
    left: 50%;
    margin-left: -168px;
    text-align: center;
    z-index: 1;
}

header a.reg {
    position: absolute;
    display: block;
    width: 138px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    border-radius: 5px;
    background: -webkit-linear-gradient(top, #fa1302, #930403, #ba0705);
    background: -moz-linear-gradient(top, #fa1302, #930403, #ba0705);
    background: -o-linear-gradient(top, #fa1302, #930403, #ba0705);
    background: -ms-linear-gradient(top, #fa1302, #930403, #ba0705);
    background: linear-gradient(to bottom, #fa1302, #930403, #ba0705);
    text-decoration: none;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.2), 3px 2px 0 rgba(0, 0, 0, 0.2), -1px 1px 0 rgba(0, 0, 0, 0.2), 1px 1px 0 rgba(0, 0, 0, 0.2);
    z-index: 2;
    top: 16px;
    left: 18px;
}

header a.reg:hover {
    background: -webkit-linear-gradient(top, #ff3b2c, #c10403, #d40705);
    background: -moz-linear-gradient(top, #ff3b2c, #c10403, #d40705);
    background: -o-linear-gradient(top, #ff3b2c, #c10403, #d40705);
    background: -ms-linear-gradient(top, #ff3b2c, #c10403, #d40705);
    background: linear-gradient(to bottom, #ff3b2c, #c10403, #d40705);
}

header a.login {
    position: absolute;
    display: block;
    width: 74px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    border-radius: 5px;
    background: -webkit-linear-gradient(top, #0355ef, #0649c6, #093c9b);
    background: -moz-linear-gradient(top, #0355ef, #0649c6, #093c9b);
    background: -o-linear-gradient(top, #0355ef, #0649c6, #093c9b);
    background: -ms-linear-gradient(top, #0355ef, #0649c6, #093c9b);
    background: linear-gradient(to bottom, #0355ef, #0649c6, #093c9b);
    text-decoration: none;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.2), 3px 2px 0 rgba(0, 0, 0, 0.2), -1px 1px 0 rgba(0, 0, 0, 0.2), 1px 1px 0 rgba(0, 0, 0, 0.2);
    z-index: 2;
    top: 16px;
    left: 175px;
}

header a.login:hover {
    background: -webkit-linear-gradient(top, #1d6cff, #0452e0, #0a4abf);
    background: -moz-linear-gradient(top, #1d6cff, #0452e0, #0a4abf);
    background: -o-linear-gradient(top, #1d6cff, #0452e0, #0a4abf);
    background: -ms-linear-gradient(top, #1d6cff, #0452e0, #0a4abf);
    background: linear-gradient(to bottom, #1d6cff, #0452e0, #0a4abf);
}

.share42init {
    position: absolute;
    z-index: 2;
    top: 16px;
    right: 12px;
}

header nav {
    position: absolute;
    z-index: 2;
    top: 286px;
    width: 100%;
    border-top: 1px solid #0045a8;
    border-bottom: 1px solid #0045a8;
    height: 57px;
    line-height: 57px;
    background: -webkit-linear-gradient(top, #021448, #000);
    background: -moz-linear-gradient(top, #021448, #000);
    background: -o-linear-gradient(top, #021448, #000);
    background: -ms-linear-gradient(top, #021448, #000);
    background: linear-gradient(to bottom, #021448, #000);
}

ul#menu-top {
    margin: 0;
    padding: 0;
    height: 57px;
    line-height: 57px;
    text-align: center;
}

ul#menu-top li {
    display: inline-block;
    padding: 0 30px;
    height: 57px;
}

ul#menu-top li a, ul#menu-top li span {
    text-decoration: none;
    font-size: 24px;
}

ul#menu-top li a:hover,
ul#menu-top li.current-menu-item a, ul#menu-top li span {
    color: #95d8ee;
}

main {
    padding: 35px 30px;
}

.text_container * {
    color: #fff;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.2), 3px 2px 0 rgba(0, 0, 0, 0.2), -1px 1px 0 rgba(0, 0, 0, 0.2), 1px 1px 0 rgba(0, 0, 0, 0.2);
    line-height: 1.5em;
}

.text_container {
    font-size: 14px;
    border: 1px solid #0045a8;
    border-radius: 10px;
    padding: 30px;
}

.text_container a {
    color: #95d8ee;
    text-decoration: none;
}

.text_container a:hover {
    text-decoration: underline;
}

.text_container a:visited {
    color: #0045a8;
    text-decoration: none;
}

.games {
    margin: 30px 0;
}

.slot {
    display: inline-block;
    position: relative;
    width: 188px;
    /*height: 126px;*/
    height: auto;
    vertical-align: top;
    /*border: 5px solid #2673ff;
    border-radius: 5px;*/
    /*margin: 0 16px 50px;*/
    margin: 0 16px 20px;
    background: #000;
    text-align: center;
}

.slot a {
    text-decoration: none;
}

.slot a img {
    border: 5px solid #2673ff;
    border-radius: 5px;
    width: 188px;
    height: 126px;
}

.slot a span {
    opacity: 0;
    top: 42px;
    left: 32px;
    position: absolute;
    width: 124px;
    height: 41px;
    line-height: 41px;
    font-size: 18px;
    border-radius: 5px;
    background: #f80000;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.2), 3px 2px 0 rgba(0, 0, 0, 0.2), -1px 1px 0 rgba(0, 0, 0, 0.2), 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.slot:hover img{
    box-shadow: 0px 0px 5px 5px #95d8ee;
    transition: box-shadow 0.6s;
    -webkit-transition: box-shadow 0.6s;
    -moz-transition: box-shadow 0.6s;
    -o-transition: box-shadow 0.6s;
}

.slot:hover a span {
    opacity: 1;
    transition: opacity 0.6s;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
}

.slot:hover a span:hover {
    background: #fd4646;
}

.slot:hover a img {
    opacity: 0.3;
    transition: opacity 0.6s;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
}

.slot a p {
    /*position: absolute;*/
    bottom: -45px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #fff;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.2), 3px 2px 0 rgba(0, 0, 0, 0.2), -1px 1px 0 rgba(0, 0, 0, 0.2), 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.wp-pagenavi {
    text-align: center;
    margin: 0 0 30px 0;
}

.wp-pagenavi a,
.wp-pagenavi span {
    text-decoration: none;
    padding: 5px 9px;
    margin: 0 4px;
    border: 1px solid #0045a8;
    border-radius: 3px;
    font-size: 14px;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.2), 3px 2px 0 rgba(0, 0, 0, 0.2), -1px 1px 0 rgba(0, 0, 0, 0.2), 1px 1px 0 rgba(0, 0, 0, 0.2);
}

span.current {
    color: #0045a8;
}

.error {
    min-height: 230px;
    border: 1px solid #0045a8;
    border-radius: 10px;
    padding: 30px;
}

.error label {
    font-size: 200px;
    margin: 0;
    float: left;
    color: #95d8ee;
}

.text {
    margin-left: 395px;
    min-height: 240px;
    padding-top: 20px;
}

.text a {
    color: #95d8ee;
    text-decoration: none;
}

.text a:hover {
    text-decoration: underline;
}

.text a:visited {
    color: #0045a8;
    text-decoration: none;
}

.text * {
    font-size: 14px;
    color: #fff;
    line-height: 1.5em;
}

/*add new breadcrumbs*/
.esq-crumbs {
  list-style-type: none;
  padding: 0px;
}

li.esq-crumbs__item,
span.esq-crumbs__inner {
    color: #74aeff;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
}

span.esq-crumbs__inner{
    padding-left: 5px;
}


span.esq-crumbs__curr{
  padding-left: 5px;
}

span.esq-crumbs__inner:first-child{
    padding-left: 0px;
}
/**/

.breadcrumbs {
    margin: -20px 0 20px 0;
}

.breadcrumbs span {
    text-transform: uppercase;
    color: #74aeff;
    font-size: 14px;
}

.breadcrumbs a {
    text-transform: uppercase;
    color: #74aeff;
    font-size: 14px;
}

.bx-wrapper {
    border: 1px solid #0045a8;
    padding: 20px 10px;
    border-radius: 10px;
    float: left;
}

.item {
    padding: 36px 0;
}
.slider .item a img {
    width: 100%;
    height: auto;
}
.avtomat iframe {
    margin: 0 0px 10px 28px;
    width: 780px;
    height: 605px;
    border: none;
}

.bx-controls-direction{
    text-align: center;
}

.bx-controls-direction a{
    padding: 5px 5px;
    text-align: center;
    color: #74aeff;
    text-transform: uppercase;
    text-decoration: none;
}

.bx-controls-direction a:hover{
    text-decoration: underline;
    color: #fff;
}

a.money_button {
    display: block;
    width: 780px;
    height: 78px;
    line-height: 78px;
    text-align: center;
    text-decoration: none;
    font-size: 32px;
    margin: 10px 0px 55px 160px;
    border-radius: 20px;
    background: -webkit-linear-gradient(top, #e82121, #e82121, #840000, #840000);
    background: -moz-linear-gradient(top, #e82121, #e82121, #840000, #840000);
    background: -o-linear-gradient(top, #e82121, #e82121, #840000, #840000);
    background: -ms-linear-gradient(top, #e82121, #e82121, #840000, #840000);
    background: linear-gradient(to bottom, #e82121, #e82121, #840000, #840000);
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.2), 3px 2px 0 rgba(0, 0, 0, 0.2), -1px 1px 0 rgba(0, 0, 0, 0.2), 1px 1px 0 rgba(0, 0, 0, 0.2);
}

a.money_button:hover {
    background: -webkit-linear-gradient(top, #fe2626, #fe2626, #bb0101, #bb0101);
    background: -moz-linear-gradient(top, #fe2626, #fe2626, #bb0101, #bb0101);
    background: -o-linear-gradient(top, #fe2626, #fe2626, #bb0101, #bb0101);
    background: -ms-linear-gradient(top, #fe2626, #fe2626, #bb0101, #bb0101);
    background: linear-gradient(to bottom, #fe2626, #fe2626, #bb0101, #bb0101);
}

footer {
    padding: 20px 30px;
    text-align: center;
}

footer nav {
    border: 1px solid #0045a8;
    border-radius: 10px;
    padding: 15px;
}

ul#menu-footer {
    margin: 0;
    padding: 0;
}

ul#menu-footer li {
    display: inline-block;
    padding: 0 30px;
}

ul#menu-footer li a {
    text-decoration: none;
    font-size: 20px;
}

ul#menu-footer li a:hover,
ul#menu-footer li.current-menu-item a {
    color: #95d8ee;
}

footer p {
    font-size: 12px;
    color: #ccc;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.2), 3px 2px 0 rgba(0, 0, 0, 0.2), -1px 1px 0 rgba(0, 0, 0, 0.2), 1px 1px 0 rgba(0, 0, 0, 0.2);
    margin: 20px 0;
}
.search_block {
    position: absolute;
    width: 260px;
    height: 30px;
    line-height: 30px;
    top: 60px;
    right: 18px;
}
.s_left {
    width: 85%;
    float: left;
}
.s_left input {
    width: 100%;
    box-sizing: border-box;
    height: 30px;
    color: #fff;
    background: #000;
    border-width: 1px 0 1px 1px;
    border-style: solid;
    border-color: #0045A8;
    padding-left: 20px;
}
.s_right {
    width: 15%;
    float: left;
}
.s_right #searchsubmit {
    width: 100%;
    box-sizing: border-box;
    height: 30px;
    border-width: 1px;
    border-style: solid;
    border-color: #0045A8;
    background: url('../img/search.png') no-repeat center center #000;
}