@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css");
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700,800,900);

body, html {
    font-family: Arial, Helvetica;
    color: #ffffcf;
}

@font-face {
    font-family: "TextCompPro";
    src: url("../fonts/PFDinTextCompPro-Regular.eot?") format("eot"), url("../fonts/PFDinTextCompPro-Regular.woff") format("woff"), url("../fonts/PFDinTextCompPro-Regular.TTF") format("truetype");
}

* {
    max-width: 100%;
}

body {
    background-image: url(../img/az-back.jpg);
    background-color: #000;
    background-position: center top;
    background-repeat: repeat-y;
    background-size: contain;
    margin: 0;
}

.bx-wrapper .bx-viewport {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.rtd-header__logo img {
    max-width: 275px;
}

.radius-micro {
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
}

.radius-medium {
    -webkit-border-radius: 7px 7px 7px 7px;
    border-radius: 7px 7px 7px 7px;
}

.radius-large {
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
}

.red-button {
    height: 40px;
    background: #a20400;
    background: -moz-linear-gradient(top, #a20400 0%, #cb0605 60%, #fa3030 100%);
    background: -webkit-linear-gradient(top, #a20400 0%, #cb0605 60%, #fa3030 100%);
    background: linear-gradient(to bottom, #a20400 0%, #cb0605 60%, #fa3030 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a20400', endColorstr='#fa3030', GradientType=0);
    display: block;
    color: #fff;
    margin: 9px auto 0;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

img.alignleft {
    float: left;
    margin-right: 20px;
}

img.alignright {
    float: right;
    margin-left: 20px;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

a {
    text-decoration: underline;
    color: #e6da5c;
}

a:hover {
    text-decoration: none;
}

.text-top a:visited, .text-bottom a:visited, .category-top a:visited {
    color: #e6da5c;
}

.cleaner {
    clear: both;
}

.crumbs {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

.crumbs li {
    padding-right: 5px;
    font-size: 14px;
    color: #e6da5c;
}

.crumbs li a, .crumbs li span {
    font-size: 14px;
    text-transform: uppercase;
    color: #e6da5c;
}

header {
    width: 1000px;
    height: auto;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 2px;
}

@media (max-width: 768px) {
    header {
        box-sizing: border-box;
    }
}

header .header_left {
    position: relative;
    overflow: hidden;
    padding: 12px 0 30px;
    float: left;
}

header .header_left a.logo {
    margin-left: 20px;
}

header .header_left .links {
    background-color: rgba(0, 0, 0, 0.65);
    border: 2px solid #a6a073;
    padding: 20px 0 10px;
    margin-top: 15px;
    overflow: hidden;
    width: 336px;
    border-radius: 7px;
}

header .header_left .links a.form {
    text-decoration: none;
    font-size: 12px;
    padding-bottom: 6px;
    overflow: hidden;
    display: block;
}

header .header_left .links a.form span {
    display: block;
    margin-bottom: 8px;
}

header .header_left .links a.form .enter-button {
    background: #358e02;
    background: -moz-linear-gradient(top, #358e02 0%, #0a2200 100%);
    background: -webkit-linear-gradient(top, #358e02 0%, #0a2200 100%);
    background: linear-gradient(to bottom, #358e02 0%, #0a2200 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#358e02', endColorstr='#0a2200', GradientType=0);
    border: 1px solid;
    border-color: #198401;
    width: 112px;
    float: left;
    margin-left: 14px;
    margin-right: 14px;
}

header .header_left .links a.form .enter-button:hover {
    background: #44ba00;
    background: -moz-linear-gradient(top, #44ba00 0%, #164f00 100%);
    background: -webkit-linear-gradient(top, #44ba00 0%, #164f00 100%);
    background: linear-gradient(to bottom, #44ba00 0%, #164f00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#44ba00', endColorstr='#164f00', GradientType=0);
    border-color: #209e01;
}

header .header_left .links a.form .registration {
    background: #c00;
    background: -moz-linear-gradient(top, #c00 0%, #600 100%);
    background: -webkit-linear-gradient(top, #c00 0%, #600 100%);
    background: linear-gradient(to bottom, #c00 0%, #600 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc0000', endColorstr='#660000', GradientType=0);
    margin-bottom: 10px;
    border: 1px solid;
    border-color: #b62613;
    float: left;
    width: 176px;
}

header .header_left .links a.form .registration:hover {
    background: #ff0a0a;
    background: -moz-linear-gradient(top, #ff0a0a 0%, #980000 100%);
    background: -webkit-linear-gradient(top, #ff0a0a 0%, #980000 100%);
    background: linear-gradient(to bottom, #ff0a0a 0%, #980000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0a0a', endColorstr='#980000', GradientType=0);
    border-color: #ca2714;
}

header .header_left .links a {
    font-size: 14px;
}

header .header_left .links .registration, header .header_left .links .enter-button {
    text-transform: uppercase;
    color: #fff;
    border: none;
    padding: 7px 0;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.75);
    text-align: center;
    font-size: 15px;
    text-decoration: none;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
}

header .header_left .links span.container {
    display: block;
    margin: 6px 0;
    clear: both;
    padding-left: 34px;
    border-top: 2px solid #a6a073;
    padding-top: 20px;
}

header .header_left .links span.container a {
    background-image: url(../js/share42/icons.png);
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: bottom;
    width: 32px;
    height: 32px;
    margin: 0 11px 6px 0;
    padding: 0;
    outline: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

header .header_left .links span.container a:hover {
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
}

header .header_left .links .logo {
    padding-left: 130px;
    float: left;
}

header .header_right {
    position: relative;
    float: right;
    width: 590px;
}

header .header_right .bx-wrapper {
    border: 1px solid #a6a073;
    height: 216px;
    -webkit-border-radius: 7px 7px 7px 7px;
    border-radius: 7px 7px 7px 7px;
}

header .header_right ul {
    margin: 0;
    padding: 0;
}

header .header_right nav {
    background: #727272;
    background: -moz-linear-gradient(top, #727272 0%, #232323 51%, #000 100%);
    background: -webkit-linear-gradient(top, #727272 0%, #232323 51%, #000 100%);
    background: linear-gradient(to bottom, #727272 0%, #232323 51%, #000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#727272', endColorstr='#000000', GradientType=0);
    text-align: center;
    border: 1px solid #a6a073;
    margin: 25px 0;
    box-shadow: 0 1px 4px #000;
    -webkit-border-radius: 7px 7px 7px 7px;
    border-radius: 7px 7px 7px 7px;
}

header .header_right nav a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    padding: 16px 35px 14px;
    font-size: 18px;
    border-left: 1px solid #000;
    text-transform: uppercase;
    font-family: 'TextCompPro';
}

header .header_right nav a:first-child {
    border-left: none;
}

header .header_right nav a:hover {
    background: #484747;
    background: -moz-linear-gradient(top, #484747 0%, #162619 50%, #031606 50%, #052a0c 100%);
    background: -webkit-linear-gradient(top, #484747 0%, #162619 50%, #031606 50%, #052a0c 100%);
    background: linear-gradient(to bottom, #484747 0%, #162619 50%, #031606 50%, #052a0c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#484747', endColorstr='#052a0c', GradientType=0);
}

.main {
    height: auto;
    margin: 0;
    padding: 20px 0;
}

.sidebar {
    width: 225px;
    float: left;
    vertical-align: top;
}

.sidebar .sb_block .sidebar_title {
    font-size: 14px;
    padding: 12px 0 12px;
    margin-bottom: 2px;
    color: #fbfbfb;
    border-top: 1px solid #fde080;
    border-bottom: 1px solid #fde080;
    text-transform: uppercase;
}

.sidebar .clubs {
    margin-top: 30px;
}

.sidebar .clubs .sidebar_title {
    margin-bottom: 20px;
}

.sidebar .clubs .club {
    display: block;
    background-repeat: no-repeat;
    background-position: center top;
    margin-top: 10px;
}

.sidebar .clubs .club-1 {
    background-image: url(../img/club-1.png);
    height: 40px;
}

.sidebar .clubs .club-2 {
    background-image: url(../img/club-2.png);
    height: 44px;
}

.sidebar .clubs .club-3 {
    background-image: url(../img/club-3.png);
    height: 31px;
}

.sidebar .clubs .club-4 {
    background-image: url(../img/club-4.png);
    height: 50px;
}

.sidebar .clubs .club:hover {
    background-position: center bottom;
}

.sb_block.winners_block {
    margin-top: 20px;
}

.sb_winners_slider {
    padding: 0;
    margin: 0;
}

.sb_winners_slider li {
    overflow: hidden;
    list-style: none;
    margin-bottom: 2px;
    position: relative;
}

.sb_winners_slider li .sb_winners_block_info {
    padding: 10px 15px;
    overflow: hidden;
}

.sb_winners_slider li .sb_winners_block_info a .sb_winner_name {
    font-size: 12px;
    color: #fff;
    float: left;
}

.sb_winners_slider li .sb_winners_block_info a .sb_winner_summ {
    font-size: 12px;
    color: #ed8623;
    float: right;
    padding-right: 5px;
}

.sb_winners_slider li:after {
    background: -moz-linear-gradient(left, rgba(42, 43, 43, 0) 0%, #2a2b2b 53%, rgba(42, 43, 43, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(42, 43, 43, 0) 0%, #2a2b2b 53%, rgba(42, 43, 43, 0) 100%);
    background: linear-gradient(to right, rgba(42, 43, 43, 0) 0%, #2a2b2b 53%, rgba(42, 43, 43, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#002a2b2b', endColorstr='#002a2b2b', GradientType=1);
    content: '';
    height: 1px;
    width: 100%;
    bottom: 0px;
    left: 0;
    position: absolute;
}

.game-slots {
    margin-top: 20px;
}

.popular_list {
    padding: 0;
    margin: 0;
    width: 200px;
}

.popular_list li {
    list-style-type: none;
    margin-bottom: 2px;
    overflow: hidden;
    position: relative;
    padding: 10px 0 10px;
    border-bottom: 1px solid #353531;
}

.popular_list li a {
    color: #fff;
    font-size: 12px;
    text-decoration: none;
}

.popular_list li a .img img {
    width: 72px;
    height: auto;
    float: left;
    padding-right: 10px;
}

.popular_list li .post-ratings {
    position: absolute;
    right: 0;
    bottom: 5px;
    text-align: right;
}

.text-top, .text-bottom, .category-top {
    font: normal 14px Arial, Helvetica;
    line-height: 1.3em;
    margin: 0 0 20px 0;
    text-align: justify;
}

h1, h2, h3 {
    font-weight: normal;
    text-transform: uppercase;
}

h1 {
    font-size: 24px;
    line-height: 1.3em;
    margin: 20px 0;
    text-align: center;
}

h2 {
    font-size: 20px;
    line-height: 1.3em;
    margin: 15px 0;
}

h3 {
    fontt-size: 18px;
    line-height: 1.3em;
    margin: 10px 0;
}

p {
    margin: 0 0 15px 0;
}

.wrapp {
    background-color: #020702;
    border: 0px solid #a6a073;
    border-left: 0px;
    border-right: 0px;
    width: 980px;
    height: auto;
    margin: 0 auto;
}

.wrapp .content_wrapper {
    padding: 0 20px 0 20px;
}

.wrapp .slider-button-border.ls-preloaded {
    padding: 2px;
    border: 1px solid #81080f;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
}

.wrapp .slider-button {
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.41);
    font-size: 27px;
    background: #ff3e3e;
    background: -moz-linear-gradient(top, #ff3e3e 0%, #fa0000 38%, #b80000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff3e3e), color-stop(38%, #fa0000), color-stop(100%, #b80000));
    background: -webkit-linear-gradient(top, #ff3e3e 0%, #fa0000 38%, #b80000 100%);
    background: -o-linear-gradient(top, #ff3e3e 0%, #fa0000 38%, #b80000 100%);
    background: -ms-linear-gradient(top, #ff3e3e 0%, #fa0000 38%, #b80000 100%);
    background: linear-gradient(to bottom, #ff3e3e 0%, #fa0000 38%, #b80000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3e3e', endColorstr='#b80000', GradientType=0);
    padding: 9px 60px;
    border-right: 1px solid #9c1919;
    border-bottom: 1px solid #270000;
    border-top: 1px solid #ff8686;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    margin: 0;
}

.wrapp .slider-button:hover {
    background: #f66;
    background: -moz-linear-gradient(top, #f66 0%, #f00 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f66), color-stop(100%, #f00));
    background: -webkit-linear-gradient(top, #f66 0%, #f00 100%);
    background: -o-linear-gradient(top, #f66 0%, #f00 100%);
    background: -ms-linear-gradient(top, #f66 0%, #f00 100%);
    background: linear-gradient(to bottom, #f66 0%, #f00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6666', endColorstr='#ff0000', GradientType=0);
}

.slots-wrapper {
    margin-bottom: 20px;
    padding-top: 7px;
}

.slots-wrapper .line {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

.slots-wrapper .line .slot-block {
    text-align: center;
    float: left;
}

.slots-wrapper .line .slot-block a {
    padding: 10px 24px 10px 22px;
    display: block;
    text-decoration: none;
    color: #adadad;
    border-bottom: 1px solid transparent;
    width: 267px;
}

@media (max-width: 768px) {
    .slots-wrapper .line .slot-block a {
        box-sizing: border-box;
    }
}

.slots-wrapper .line .slot-block a .image-border {
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 2px solid #a6a073;
    z-index: 100;
    width: 267px;
    line-height: 0;
    display: block;
    max-height: 180px;
}

.slots-wrapper .line .slot-block a .image-border img {
    width: 100%;
    height: auto;
    max-height: 180px;
}

.slots-wrapper .line .slot-block a .image-border span.button {
    height: 40px;
    background: #a20400;
    background: -moz-linear-gradient(top, #a20400 0%, #cb0605 60%, #fa3030 100%);
    background: -webkit-linear-gradient(top, #a20400 0%, #cb0605 60%, #fa3030 100%);
    background: linear-gradient(to bottom, #a20400 0%, #cb0605 60%, #fa3030 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a20400', endColorstr='#fa3030', GradientType=0);
    display: block;
    color: #fff;
    margin: 9px auto 0;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: absolute;
    width: 125px;
    left: 50%;
    margin-left: -63px;
    z-index: 100;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
    color: #fffcbe;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
}

.slots-wrapper .line .slot-block a .image-border span.button span {
    padding-top: 13px;
}

.slots-wrapper .line .slot-block a .image-border span.button:hover {
    background: #a04543;
    background: -moz-linear-gradient(top, #a04543 0%, #d33b3b 60%, #f94343 100%);
    background: -webkit-linear-gradient(top, #a04543 0%, #d33b3b 60%, #f94343 100%);
    background: linear-gradient(to bottom, #a04543 0%, #d33b3b 60%, #f94343 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a04543', endColorstr='#f94343', GradientType=0);
}

.slots-wrapper .line .slot-block a .image-border span {
    font: normal 16px Arial, Helvetica;
    display: block;
    text-align: center;
    line-height: 0;
}

.slots-wrapper .line .slot-block a .image-border span.play {
    line-height: 16px;
}

.slots-wrapper .line .slot-block a .image-border span.bg-hover {
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.slots-wrapper .line .slot-block a .short_name {
    display: block;
    font-size: 14px;
    margin-top: 7px;
    white-space: nowrap;
    overflow: hidden;
    padding: 5px;
    text-overflow: ellipsis;
}

.slots-wrapper .line .slot-block.last a {
    padding-right: 0;
}

.slots-wrapper .line .slot-block:hover .image-border {
    box-shadow: 0 0 8px 0 #ebe48d;
}

.slots-wrapper .line .slot-block:hover .image-border .button {
    margin-top: -110px !important;
}

.slots-wrapper .line .slot-block:hover .image-border span.bg-hover {
    opacity: 1;
}

.slots-wrapper .navi {
    font-size: 13px;
}

.slots-wrapper .navi .wp-pagenavi {
    padding: 10px 7px;
    text-align: center;
}

.slots-wrapper .navi .wp-pagenavi .pages {
    color: #666;
    font-size: 13px;
    margin-right: 10px;
}

.slots-wrapper .navi .wp-pagenavi span.extend {
    margin: 0 10px;
    border: none;
}

.slots-wrapper .navi .wp-pagenavi a.page {
    background-color: #171717;
    text-decoration: none;
    display: inline-block;
    width: 28px;
    text-align: center;
    padding: 7px 0;
    border: 1px solid #3c3c3c;
    margin: 0 5px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    color: #fffcbe;
}

.slots-wrapper .navi .wp-pagenavi a.page:hover {
    background: #000;
}

.slots-wrapper .navi .wp-pagenavi span.current {
    background-color: #000;
    width: 26px;
    text-align: center;
    padding: 7px 1px 7px;
    margin: 0 5px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    display: inline-block;
    border: 1px solid #3c3c3c;
    color: #fff;
}

.slots-wrapper .nextpostslink, .slots-wrapper .previouspostslink {
    text-decoration: none;
    margin: 0 5px;
    color: #fff;
}

a.first, a.last {
    background-color: #171717;
    text-align: center;
    padding: 7px 10px;
    border: 1px solid #3c3c3c;
    border-radius: 4px;
    text-decoration: none;
    font-size: 13px;
    color: #fff;
}

a.first:hover, a.last:hover {
    background: #000;
}

.slots-wrapper.single-bottom .line .slot-block a {
    padding: 10px 20px 10px 22px;
}

.slots-wrapper.single-bottom .slot-block:last-child a {
    padding-right: 0;
}

.single-bottom_title {
    font-size: 20px;
    margin-bottom: 10px;
    margin-left: 22px;
    margin-top: 40px;
    text-transform: uppercase;
}

.category-top {
    margin: 0 0 20px 0;
}

.category-top .text {
    font-size: 14px;
    padding-top: 5px;
}

.breadcrumbs {
    margin-bottom: 20px;
    font-size: 14px;
    color: #e6da5c;
    text-transform: uppercase;
}

footer {
    padding: 0;
    margin: 0 auto;
    width: 980px;
}

footer .footer-top {
    padding: 15px 0;
}

footer .footer-top .pay_img {
    text-align: center;
}

footer ul#menu-footer-menu {
    background: #3c3c3c;
    background: -moz-linear-gradient(top, #3c3c3c 0%, #050505 49%, #000 100%);
    background: -webkit-linear-gradient(top, #3c3c3c 0%, #050505 49%, #000 100%);
    background: linear-gradient(to bottom, #3c3c3c 0%, #050505 49%, #000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3c3c3c', endColorstr='#000000', GradientType=0);
    margin: 10px 0 24px;
    text-align: center;
    padding: 15px 0;
    border: 2px solid #a6a073;
    -webkit-border-radius: 7px 7px 7px 7px;
    border-radius: 7px 7px 7px 7px;
}

footer ul#menu-footer-menu li {
    padding: 0 35px;
    list-style-type: none;
    display: inline-block;
}

@media (max-width: 768px) {
    footer ul#menu-footer-menu li {
        width: 100%;
        padding: 0;
    }
}

footer ul#menu-footer-menu li a {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 24px;
    color: #fff;
    text-decoration: none;
    font-family: 'TextCompPro';
}

footer ul#menu-footer-menu li a:hover {
    color: #a6a073;
}

footer .text {
    font-size: 12px;
    text-align: center;
    color: #7b7979;
    line-height: 1.9em;
}

footer .pay_img {
    text-align: center;
}

.slot-place {
    height: auto;
    margin-bottom: 30px;
    margin: 0 auto;
}

.slot-place h1 {
    color: #fff;
}

.slot-place iframe, .slot-place object, .slot-place embed {
    width: 100%;
    height: 720px;
    border: none;
}

@media (max-width: 768px) {
    .slot-place iframe, .slot-place object, .slot-place embed {
        display: none;
    }
}

.slot-place a.single-button {
    background: #a1100c;
    background: -moz-linear-gradient(top, #a1100c 0%, #d91a07 100%);
    background: -webkit-linear-gradient(top, #a1100c 0%, #d91a07 100%);
    background: linear-gradient(to bottom, #a1100c 0%, #d91a07 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a1100c', endColorstr='#d91a07', GradientType=0);
    display: block;
    font-size: 40px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    padding: 18px 0 17px;
    margin: 25px auto;
    -webkit-border-radius: 7px 7px 7px 7px;
    border-radius: 7px 7px 7px 7px;
}

@media (max-width: 768px) {
    .slot-place a.single-button {
        font-size: 25px;
    }
}

.slot-place a:hover {
    background: #d0120f;
    background: -moz-linear-gradient(top, #d0120f 0%, #de4b3f 100%);
    background: -webkit-linear-gradient(top, #d0120f 0%, #de4b3f 100%);
    background: linear-gradient(to bottom, #d0120f 0%, #de4b3f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0120f', endColorstr='#de4b3f', GradientType=0);
}

.pgntn-page-pagination .current {
    width: 8px;
    height: 15px !important;
    font: normal 12px Arial, Helvetica;
    line-height: 15px;
}

.pgntn-page-pagination a {
    width: auto;
    height: 15px !important;
    font: normal 12px Arial, Helvetica;
    line-height: 15px;
}

.error-404 {
    font: normal 14px Arial, Helvetica;
    line-height: 1.3em;
    overflow: hidden;
    padding-bottom: 50px;
}

.error-404 h1 {
    font-size: 220px;
    float: left;
    line-height: 220px;
    margin-top: 0;
    color: #2d84f3;
}

.error-404 .image-404 {
    float: left;
    padding: 20px 0 0 98px;
}

.error-404 .page404_right {
    width: 514px;
    float: right;
    padding-top: 15px;
}

.obj_row {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    flex-basis: 100%;
    margin: 25px 0;
}

#true_loadmore {
    padding: 10px 20px;
    font-size: 20px;
    border: 2px solid #fff;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    margin: 0 auto;
    transition: all 0.5s;
}

#true_loadmore:hover {
    color: #333;
    background-color: #fff;
}

.rtd-header__main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0px 25px;
}

@media (max-width: 768px) {
    .rtd-header__main {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 768px) {
    .rtd-header__reg {
        margin: 20px 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 768px) {
    .rtd-header__reg .rtd-header__reg__btn--reg {
        margin: 20px 0;
    }
}

a.rtd-header__reg__btn.rtd-header__reg__btn--reg {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    padding: 0 40px;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    font-weight: bold;
    transition: .1s box-shadow;
    margin-right: 5px;
    background-color: #c5ff4c;
    background-image: linear-gradient(to bottom, #c5ff4c 0, #c5ff4c 45%, #9be500 50%, #1f2d00 100%);
    box-shadow: inset 1px 1px 1px #c5ff4c, inset -1px -1px 1px #c5ff4c;
}

a.rtd-header__reg__btn.rtd-header__reg__btn--reg:hover {
    background-color: #9be500;
    background-image: linear-gradient(to top, #c5ff4c 0, #c5ff4c 45%, #9be500 50%, #1f2d00 100%);
    box-shadow: inset 1px 1px 40px #c5ff4c, inset -1px -1px 40px #c5ff4c;
}

a.rtd-header__reg__btn.rtd-header__reg__btn--ent {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    padding: 0 40px;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    font-weight: bold;
    transition: .1s box-shadow;
    background-color: #00a2ff;
    background-image: linear-gradient(to bottom, #00a2ff 0, #00a2ff 45%, #0092e6 50%, #002d47 100%);
    box-shadow: inset 1px 1px 1px #00a2ff, inset -1px -1px 1px #00a2ff;
}

a.rtd-header__reg__btn.rtd-header__reg__btn--ent:hover {
    background-color: #006199;
    background-image: linear-gradient(to top, #00a2ff 0, #00a2ff 45%, #0092e6 50%, #002d47 100%);
    box-shadow: inset 1px 1px 40px #00a2ff, inset -1px -1px 40px #00a2ff;
}

.rtd-header__main::before {
    content: '';
    position: absolute;
    height: 1px;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(to right, #000 0, #623a8a 50%, #000 100%);
}

nav.rtd-header__tnav {
    display: flex;
}

@media (max-width: 1024px) {
    nav.rtd-header__tnav {
        min-height: 50px;
    }
}

nav.rtd-header__tnav ul#menu-main-top {
    width: 100%;
    display: flex;
    position: relative;
    margin: 0px;
}

@media (max-width: 1024px) {
    nav.rtd-header__tnav ul#menu-main-top {

        padding-top: 15px;
        padding-left: 0;
    }
}

nav.rtd-header__tnav ul#menu-main-top li {
    text-align: center;
    display: inline-block;
    list-style-type: none;
    position: relative;
}

@media (max-width: 1024px) {
    nav.rtd-header__tnav ul#menu-main-top li {
        width: 100%;
        text-align: center;
    }
}

nav.rtd-header__tnav ul#menu-main-top li:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    background-image: linear-gradient(to bottom, #000 0, #000 20%, #623a8a 50%, #000 80%, #000 100%);
}

@media (max-width: 1024px) {
    nav.rtd-header__tnav ul#menu-main-top li:after {
        content: initial;
        display: none;
    }
}

nav.rtd-header__tnav ul#menu-main-top li:first-child:after {
    display: none;
}

nav.rtd-header__tnav ul#menu-main-top li a {
    display: block;
    height: 36px;
    line-height: 36px;
    padding: 0 15px;
    white-space: nowrap;
    color: #8e9197;
    text-decoration: none;
}

nav.rtd-header__tnav ul#menu-main-top li a:hover {
    background: url(../img/h-tmenu.png) center bottom no-repeat;
}

#comment-col {
    border-top: 2px solid #a6a073;
    padding-top: 25px;
}

#comment-col .logged-in-as {
    display: none;
}

#comment-col .comment-form-comment {
    display: flex;
    flex-direction: column;
}

#comment-col ul.list {
    padding: 0;
}

#comment-col ul.list li {
    list-style-type: none;
    color: green;
}

#comment-col textarea, #comment-col input {
    color: #fff;
    background-color: transparent;
    border: 2px solid #a6a073;
    margin: 10px 0;
    padding: 10px 5px;
}

#comment-col .comment-notes {
    display: none;
}

#comment-col ol.commentlist {
    padding: 0px;
}

#comment-col ol.commentlist li {
    list-style-type: none;
    padding: 0px;
    border-bottom: 1px solid #a6a073;
    padding-bottom: 25px;
    margin: 20px 0;
}

#comment-col input#submit {
    background-color: transparent;
    border: 1px solid #a6a073;
    outline: 0px;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 40px;
    transition: all .3s;
}

#comment-col input#submit:hover {
    cursor: pointer;
    background-color: #a6a073;
    color: #333;
}

#comment-col .comment-form-author label {
    width: 100%;
    display: block;
}

#nav-icon {
    width: 30px;
    height: 25px;
    margin: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    display: none;
    position: absolute;
    z-index: 5;
    right: 11px;
    top: 15px;
}

@media (max-width: 1024px) {
    #nav-icon {
        display: block;
    }
}

#nav-icon span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
    top: 0;
}

#nav-icon span:nth-child(2) {
    top: 9px;
}

#nav-icon span:nth-child(3) {
    top: 18px;
}

#nav-icon.open span:nth-child(1) {
    top: 9px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

#nav-icon.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

#nav-icon.open span:nth-child(3) {
    top: 9px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.demo {
    position: relative;
    overflow: hidden;
}

.demo .demo-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: blur(10px);
}

.demo .demo-play {
    background: red;
    font-size: 14px;
    color: #fff;
    padding: 15px 35px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.demo .demo-play:hover {
    filter: brightness(120%);
}

.screens-item {
    position: relative;
}

.screens-item img {
    width: 100%;
    height: auto;
}

.screens-item a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    z-index: 10000;
}

.azinos {
    width: 100%;
    height: 150px;
    background: #000;
    text-align: center;
    position: fixed;
    bottom: 0;
    z-index: 1111;
    display: none;
}

.azinos .close {
    position: absolute;
    top: 0;
    right: 5px;
    z-index: 11111111111;
    width: 30px;
}

.azinos .close span {
    width: 22px;
    height: 2px;
    background: #fff;
    position: absolute;
    transform: rotate(45deg);
}

.azinos .close span:last-child {
    transform: rotate(135deg);
}

.az_hd-line {
    font-family: 'Montserrat', Verdana;
    font-size: 18px;
    color: #fbfbfb;
    font-weight: 700;
    text-align: center;
    position: relative;
    line-height: 1.5em;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.download {
    width: 200px;
    height: 75px;
    background: #fff;
    float: left;
    border-radius: 5px;
    position: absolute;
    left: 50%;
    margin-left: -100px;
    font-family: 'Montserrat', Verdana;
    display: inline;
    color: #000;
    cursor: pointer;
    border: 1px solid #fff;
}

.download > .fa {
    color: #000;
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
}

.df, .dfn {
    position: absolute;
    left: 70px;
}

.df {
    top: 20px;
    font-size: .68em;
}

.dfn {
    top: 33px;
    font-size: 1.08em;
}

.download:hover {
    -webkit-filter: invert(100%);
    filter: invert(100%);
    border: 1px solid #fff;
    background: purple;
}

.cancel {
    color: white;
}

.bookmark-add {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    background-color: #232323;
    align-items: center;
    padding: 5px 0;
}

.bookmark-add .g2vl-inner {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
}

.bookmark-add span {
    padding: 0px 25px;
    font-size: 13px;
    font-weight: 600;
}

.bookmark-add a {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 10px;
    background-color: #fb5f55;
    color: #333;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 20px;
    transition: all .3s;
    font-size: 18px;
}

.bookmark-add a:hover {
    transition: all .3s;
    opacity: 0.8;
}

.blog-list {
    list-style: none !important;
}

.blog-list li {
    list-style: none;
}

.blog-list__date {
    padding-left: 25px;
    font-size: 14px;
    opacity: 0.8;
}

.commentss {
    max-width: 100%;
    padding: 0 20px;
}

.comment-form > p {
    display: flex;
}

.comment-form > p label {
    width: 150px;
}

.comment-form > p input, .comment-form > p textarea {
    padding: 10px;
    resize: none;
    width: 100%;
    background: none;
    border: 1px solid #0091f6;
    outline: 0;
    color: #fff;
}

.comment-form > p input::-webkit-input-placeholder, .comment-form > p input::-ms-input-placeholder, .comment-form > p input:-moz-placeholder, .comment-form > p input::placeholder, .comment-form > p textarea::-webkit-input-placeholder, .comment-form > p textarea::-ms-input-placeholder, .comment-form > p textarea:-moz-placeholder, .comment-form > p textarea::placeholder {
    color: #fff;
}

.comment-form > p textarea {
    height: 80px;
}

#form-bl {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

#form-bl a {
    color: #a0a0a0;
}

.comment-reply-title {
    margin: 5px 0 5px 0;
    font-weight: normal;
    font-size: 1.5em;
    text-align: left;
    text-transform: uppercase;
    color: #fdfdfd;
}

.form-submit input#submit {
    background-color: #dd9b2a;
    border: 2px solid #fcb946;
    font-family: inherit;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    color: #181d23 !important;
    text-decoration: none;
    border-radius: 4px;
    padding: 5px 30px;
    max-width: 250px;
    margin: 15px auto 0;
}

.form-submit input#submit:hover {
    cursor: pointer;
}

.comment-form-comment, .comment-form-author, .comment-form-email, .comment-form-url {
    display: flex;
    justify-content: space-between;
}

form#commentform p {
    margin: 10px 0;
}

ol.commentlist {
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 25px;
    border-bottom: 1px solid #484848;
}

ol.commentlist a {
    color: #fff;
    text-decoration: none;
}

@media only screen and (max-width: 992px) {
    .rtd-header__main {
        flex-direction: column;
    }
}

h1, h2, h3 {
    color: #1313FF;
    text-shadow: 1px 1px 1px #ffffff;
    padding: 0 5px;
}

p, ul, ol {
    color: #ffffff;
    padding: 0 5px;
}

.img-fig {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.fig-img img {
    border-radius: 14px;
    margin: 30px auto;
}

.table-responsive {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 15px;

}

.responsive-table {
    width: 100%;
    border-collapse: collapse;

}

.responsive-table th,
.responsive-table td {
    padding: 5px 5px;
    border: 1px solid #ddd;
    text-align: left;
    color: white;
}

.responsive-table th {
    background-color: #f4f4f4;
    font-weight: bold;
    color: black;
}

.text-bottom {
    border: 1px solid #ffaa00;
box-shadow: 1px 1px 1px #ffd600, -1px -1px 1px #ffd600;

}
ul.custom-list {
    list-style: none;
    padding: 0 5px;
    margin: 0;

}

ul.custom-list li {
    margin: 10px 0;
    padding: 10px 10px 10px 40px;
    background: #FFD600;
    color: #1313FF;
    border-radius: 10px;
    position: relative;
}

ul.custom-list li::before {
    content: '★';
    position: absolute;
    left: 10px;

    font-size: 20px;
    top: 50%;
    transform: translateY(-50%);
}

ol.custom-list {
    counter-reset: custom-counter;
    list-style: none;
    padding: 0 5px;
    margin: 0;
}

ol.custom-list li {
    counter-increment: custom-counter;
    margin: 15px 0;
    padding: 10px 10px 10px 40px;
    background: #FFD600;
    color: #1313FF;
    border-radius: 10px;
    position: relative;
}

ol.custom-list li::before {
    content: counter(custom-counter) ". ";
    position: absolute;
    left: 10px;

    font-size: 20px;
    top: 50%;
    transform: translateY(-50%);
}







