/*

Theme Name: aptekanika.ru

Theme URI: aptekanika.ru

Author: indefined

Version: 1.0

*/
.tns-outer {
    padding: 0 !important;
    position: relative;
}

.tns-outer [hidden] {
    display: none !important
}

.tns-outer [aria-controls], .tns-outer [data-action] {
    cursor: pointer
}

.tns-slider {
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s
}

.tns-slider > .tns-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.tns-horizontal.tns-subpixel {
    white-space: nowrap
}

.tns-horizontal.tns-subpixel > .tns-item {
    display: inline-block;
    vertical-align: top;
    white-space: normal
}

.tns-horizontal.tns-no-subpixel:after {
    content: '';
    display: table;
    clear: both
}

.tns-horizontal.tns-no-subpixel > .tns-item {
    float: left
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
    margin-right: -100%
}

.tns-no-calc {
    position: relative;
    left: 0
}

.tns-gallery {
    position: relative;
    left: 0;
    min-height: 1px
}

.tns-gallery > .tns-item {
    position: absolute;
    left: -100%;
    -webkit-transition: transform 0s, opacity 0s;
    -moz-transition: transform 0s, opacity 0s;
    transition: transform 0s, opacity 0s
}

.tns-gallery > .tns-slide-active {
    position: relative;
    left: auto !important
}

.tns-gallery > .tns-moving {
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s
}

.tns-autowidth {
    display: inline-block
}

.tns-lazy-img {
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    transition: opacity 0.6s;
    opacity: 0.6
}

.tns-lazy-img.tns-complete {
    opacity: 1
}

.tns-ah {
    -webkit-transition: height 0s;
    -moz-transition: height 0s;
    transition: height 0s
}

.tns-ovh {
    overflow: hidden
}

.tns-visually-hidden {
    position: absolute;
    left: -10000em
}

.tns-transparent {
    opacity: 0;
    visibility: hidden
}

.tns-fadeIn {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 0
}

.tns-normal, .tns-fadeOut {
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: -1
}

.tns-vpfix {
    white-space: nowrap
}

.tns-vpfix > div, .tns-vpfix > li {
    display: inline-block
}

.tns-t-subp2 {
    margin: 0 auto;
    width: 310px;
    position: relative;
    height: 10px;
    overflow: hidden
}

.tns-t-ct {
    width: 2333.3333333%;
    width: -webkit-calc(100% * 70 / 3);
    width: -moz-calc(100% * 70 / 3);
    width: calc(100% * 70 / 3);
    position: absolute;
    right: 0
}

.tns-t-ct:after {
    content: '';
    display: table;
    clear: both
}

.tns-t-ct > div {
    width: 1.4285714%;
    width: -webkit-calc(100% / 70);
    width: -moz-calc(100% / 70);
    width: calc(100% / 70);
    height: 10px;
    float: left
}

/*# sourceMappingURL=sourcemaps/tiny-slider.css.map */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 20px auto;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

header ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

q:before, q:after {
    content: '';
}

.clear {
    clear: both;
}

/* ------------------- */


body {
    background: #f2f2f2;
    font-family: Tahoma;
    overflow-x: hidden;
}

h2 {
    margin: 20px 0 10px;
}

p {
    font-size: 14px !important;
    color: #646464;
}


#ctoc-list-captions {
    padding: 20px 20px 10px 20px;
    color: #ff880a;
    border: 1px solid #ff880a;
    background: transparent;
    width: 280px;
    margin: 0 20px 20px 0;
    box-sizing: border-box;
    max-width: 100%;
    float: left;
}

#ctoc-list-captions .ctoc-body ul {
    padding-left: 20px;
}

.ctoc-body ul li a {
    color: #ff880a;
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
}

.ctoc-body ul li a:hover {
    text-decoration: underline;
}

.site4-game__inner img {
    width: 100%;
    height: auto;
}

.youtube-iframe {
    margin: 20px auto;
    display: block;
}

#header {
    /*border-top: 2px solid #232323;*/
    height: 38px;
    box-shadow: 0 0 7px 0 #969696;
    background: #ffffff;
    margin: 80px 0 20px 0;
}

#header.select-header {
    margin: 0 0 20px 0;
}

#headerMain {
    margin: 0 auto;
    width: 100%;
    max-width: 990px;
    height: 38px;
}

#headerMain_2 {
    margin: 0 auto;
    /*
    *max-width: 990px;
     */
    width: 100%;
}

ul#menu_2 .current-menu-item span {
    text-decoration: underline;
    color: #000;
    padding: 7px 15px 0;
    height: 31px;
    display: block;
    /*border-left: 1px solid #d7d7d7;*/
}

/* */
.container {
    width: 100%;
    max-width: 990px;
    margin: 0 auto;
}

.container:before, .container:after {
    content: " ";
    display: table;
}

.container:after {
    clear: both;
}

#topNav {
    z-index: 9999;
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #eff0f5 47%, #e0e3ea 100%);
    background-image: -moz-linear-gradient(top, #ffffff 0%, #eff0f5 47%, #e0e3ea 100%);
    background-image: -o-linear-gradient(top, #ffffff 0%, #eff0f5 47%, #e0e3ea 100%);
    background-image: linear-gradient(to bottom, #ffffff 0%, #eff0f5 47%, #e0e3ea 100%)
}

#topNav .container {
    border-left: 1px solid #cecece;
    border-right: 1px solid #cecece;
    -webkit-box-shadow: 1px 0 0 0 #ffffff;
    -moz-box-shadow: 1px 0 0 0 #ffffff;
    box-shadow: 1px 0 0 0 #ffffff
}

#topNav #logo_cr {
    /*display: block;
    float: left;*/
    padding: 6px 10px 11px;
    display: flex;
    align-items: center;
    /*border-right: 1px solid #cecece;
    border-left: 1px solid #fff*/
}

#topNav #logo_cr img {
    position: relative;
    max-height: 59px;
}

#topNav.stick-on {
    transform: translateY(0%)
}

#topNav.stick-on #topNavMenu li {
    width: 33.33%
}

#topNav.stick-on #topNavMenu li a {
    padding: 20px 12px
}

#topNav.stick-on .logged-in-btns {
    border: 0;
    display: inline-block;
    width: auto;
    position: relative;
    left: 0;
    float: right
}

#topNav.stick-on #logo {
    height: 59px;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: -7px
}

#topNav.stick-on #topNavUser {
    float: right;
    width: 335px;
    height: 42px;
    overflow: hidden;
    padding: 0;
    margin-top: 10px
}

#topNav.stick-on #topNavUser #helpLinks {
    display: inline-block;
    float: left;
    max-width: 130px
}

#topNav.stick-on #topNavUser #helpLinks .logged-in-stat {
    width: auto
}

#topNav.stick-on #topNavUser #helpLinks .logged-in-stat #loggedinBalance,
#topNav.stick-on #topNavUser #helpLinks .logged-in-stat #loggedinUser {
    display: inline-block;
    width: 93px;
    overflow: visible
}

#topNav.stick-on #topNavUser .logout {
    display: none
}

#topNav.stick-on #topNavUser .logout #logOutTxt {
    display: none
}

#topNav.stick-on #topNavUser #languageSelect {
    display: none
}

#topNav.stick-on #topNavUser.top-nav-anon #helpLinks {
    display: none
}

#topNav.stick-on .top-nav-anon #helpLinks {
    float: left;
    margin-top: 10px
}

#topNav.stick-on .top-nav-anon .anon-users {
    margin: 5px 0
}

.header_container {
    display: flex;
    justify-content: space-between;
}

.header_menu {
    float: left;
    /*max-width: 495px;*/
    border-left: 1px solid #fff;
    border-right: 1px solid #cecece;
    -webkit-box-shadow: 1px 0 0 0 #ffffff;
    -moz-box-shadow: 1px 0 0 0 #ffffff;
    box-shadow: 1px 0 0 0 #ffffff
}

.menu_icon {
    display: none;
    width: 45px;
    height: 35px;
    position: relative;
    cursor: pointer;
}

.menu_icon span {
    display: block;
    position: absolute;
    height: 9px;
    width: 100%;
    background: #333333;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

.menu_icon span:nth-child(1) {
    top: 0;
}

.menu_icon span:nth-child(2), .menu_icon span:nth-child(3) {
    top: 13px;
}

.menu_icon span:nth-child(4) {
    top: 26px;
}

.header_menu.menu_state_open .menu_icon span:nth-child(1) {
    opacity: 0;
}

.header_menu.menu_state_open .menu_icon span:nth-child(2) {
    transform: rotate(45deg);
}

.header_menu.menu_state_open .menu_icon span:nth-child(3) {
    transform: rotate(-45deg);
}

.header_menu.menu_state_open .menu_icon span:nth-child(4) {
    opacity: 0;
}

#topNavMenu li {
    display: block;
    float: left;
    /*width: 165px;*/
    text-align: center;
}


#topNavMenu li a {
    position: relative;
    display: block;
    padding: 31px 12px;
    color: #000;
    line-height: 18px;
    font-size: 16px;
    text-decoration: none;
    font-family: 'VAGRoundRegular', Arial, sans-serif;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out
}

#topNavMenu li a:hover {
    background-image: url(images/nav_hover.png);
    background-repeat: no-repeat;
    background-color: rgba(0, 199, 255, 0.05);
    -webkit-box-shadow: 7px 0 10px -9px rgba(0, 0, 0, 0.5) inset, -7px 0 10px -9px rgba(0, 0, 0, 0.5) inset;
    -moz-box-shadow: 7px 0 10px -9px rgba(0, 0, 0, 0.5) inset, -7px 0 10px -9px rgba(0, 0, 0, 0.5) inset;
    box-shadow: 7px 0 10px -9px rgba(0, 0, 0, 0.5) inset, -7px 0 10px -9px rgba(0, 0, 0, 0.5) inset
}

#topNavMenu li a.active {
    color: #0099cc;
    background-image: url(images/topnav_caret.png);
    background-repeat: no-repeat;
    background-position: 50% 80%;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none
}

#topNavMenu .notification {
    position: absolute;
    display: block;
    top: 5px;
    right: 10px;
    width: 25px;
    height: 25px;
    -webkit-border-radius: 100%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 100%;
    -moz-background-clip: padding;
    border-radius: 100%;
    background-clip: padding-box;
    background: #d23234;
    color: #fff;
    line-height: 25px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px
}

#topNavMenu ul {
    display: none;
    position: absolute;
    top: 80px;
    -webkit-box-shadow: 0 0 6px #666666;
    -moz-box-shadow: 0 0 6px #666666;
    box-shadow: 0 0 6px #666666;
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #eff0f5 47%, #e0e3ea 100%);
    background-image: -moz-linear-gradient(top, #ffffff 0%, #eff0f5 47%, #e0e3ea 100%);
    background-image: -o-linear-gradient(top, #ffffff 0%, #eff0f5 47%, #e0e3ea 100%);
    background-image: linear-gradient(to bottom, #ffffff 0%, #eff0f5 47%, #e0e3ea 100%);
}

#topNavMenu ul li {
    float: none;
    width: 100%;
    display: block;
    margin: 0;
    padding: 2px 0;
}

#topNavMenu ul li:nth-child(2), #topNavMenu ul li:nth-child(3) {
    padding: 2px 0;
}

#topNavMenu ul li a, #topNavMenu ul li span {
    height: 40px;
    line-height: 40px;
    padding: 0;
}

#topNavMenu li:hover > ul {
    display: block;
    padding: 0;
}

#topNavMenu .sub-menu li a {
    text-transform: none;
    color: #000;
    padding: 0 20px;
}

#topNavMenu .sub-menu li a:hover,
#topNavMenu .sub-menu li.current-menu-item a {
    text-decoration: none;
}

#topNavUser {
    float: right;
    padding: 7px 0 0 0;
    margin: 0 17px 0 0;
    /*width: 270px;*/
    height: 73px;
    overflow: hidden
}

#topNavUser .logged-in-btns {
    border-top: 1px solid #cbccce;
    padding-top: 4px;
    width: 195px
}

#topNavUser .logged-in-btns #deposit-top-btn {
    height: 10px;
    line-height: 10px
}

#topNavUser .logout {
    font-weight: bold;
    position: relative;
    float: right
}

#topNavUser .logout #logOutIcon {
    background: url(images/modal_sprite.png) scroll right center transparent;
    display: inline-block;
    width: 12px;
    height: 14px;
    vertical-align: middle;
    margin-left: 3px
}

#topNavUser .anon-users {
    margin-bottom: 3px;
    margin-top: 7px
}

#topNavUser .anon-users a {
    text-align: center
}

#topNavUser .anon-users.pl a {
    font-size: 12px
}

#topNavUser .btn {
    display: inline-block;
    height: auto;
    width: auto;
    padding: 7px 13px 10px 13px;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
    border: 0;
    cursor: pointer;
    font-family: 'VAGRoundRegular', Arial, sans-serif;
    text-decoration: none;
    color: #fff;
    line-height: 1em;
    font-weight: normal;
    font-size: 14px;
    background: #bfbfbf;
    -webkit-box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
}

#topNavUser .btn:hover {
    background: #b2b2b2;
    color: #fff;
    text-decoration: none;
}

#topNavUser .btn.blue {
    background: #0099cc;
    -webkit-box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
}

#topNavUser .btn.blue:hover {
    background: #0086b3;
    color: #fff;
    text-decoration: none;
}

#topNavUser .btn.green {
    background: #00c800;
    -webkit-box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
}

#topNavUser .btn.green:hover {
    background: #00af00;
    color: #fff;
    text-decoration: none;
}

#topNavUser .btn.green_dark {
    background: #00BF32;
    -webkit-box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
}

#topNavUser .btn.green_dark:hover {
    background: #00c800;
    color: #fff;
    text-decoration: none;
}

#topNav {
    z-index: 9999 !important;
    -webkit-box-shadow: 0 0 6px #666666;
    -moz-box-shadow: 0 0 6px #666666;
    box-shadow: 0 0 6px #666666;
    height: auto;
    width: 100%;
    z-index: 30;
    position: fixed;
    top: 0;
    left: 0
}

@media only screen and (max-width: 960px) {
    #topNavMenu ul {
        display: block;
        background-image: inherit;
        position: relative;
        top: inherit;
        box-shadow: none;
    }
}


#helpLinks a {
    font-family: 'VAGRoundRegular', Arial, sans-serif;
    font-size: 14px;
    text-decoration: none;
    color: #999999;
    padding-right: 9px;
    width: auto;
    display: inline-block;
    word-wrap: break-word;
}

#helpLinks a:hover {
    text-decoration: underline;
}

.languageSelect {
    display: inline-block;
    float: right;
    width: 32px;
    height: 20px;
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
    position: relative;
    margin-right: 10px;
}

.languageSelect:hover {
    cursor: pointer;
}

.languageSelect:after {
    top: 45%;
    left: 25px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    border-color: rgba(139, 137, 137, 0);
    border-top-color: #8b8989;
    border-width: 5px;
    margin-left: -5px;
}

.href-lang {
    display: none;
    background: #fff;
    padding: 5px;

    -webkit-user-select: none;
    /* user-select -- это нестандартное свойство */
    -moz-user-select: none;
    /* поэтому нужны префиксы */
    -ms-user-select: none;
}

.href-lang.active-select {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.lang_item a:hover {
    cursor: pointer;
}

.lang_item span:hover {
    cursor: default;
}

#languageSelect {
    display: inline-block;
    float: right;
    width: 32px;
    height: 20px;
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
}

#languageSelect span {
    position: relative;
}

#languageSelect span:after {
    top: 45%;
    left: 130%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    border-color: rgba(139, 137, 137, 0);
    border-top-color: #8b8989;
    border-width: 5px;
    margin-left: -5px;
}

.lang_ru {
    background-position: 0 -200px;
}

/*[class^="lang_"], [class*="lang_"] {*/
/*    display: inline-block;*/
/*    width: 33px;*/
/*    height: 33px;*/
/*    background-image: url(images/lang_select_sprite.png);*/
/*    background-repeat: no-repeat;*/
/*}*/
.lang_ru {
    background-position: 0 -200px;
}

[class^="lang_"].small, [class*="lang_"].small {
    width: 19px;
    height: 19px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

.lang_ru.small {
    background-position: 0 -111px;
}

/* */

#menu {
    float: left;
    margin-left: 150px;
    position: absolute;
    height: 38px;
    z-index: 100;
}

#menu > li {
    float: left;
}

#menu > li:hover {
    background: #f5f5f5;
}

#menu li:hover .submenu {
    display: block;
}

#menu > li > a {
    text-decoration: none;
    color: #7d7d7d;
    padding: 7px 15px 0;
    height: 31px;
    display: block;
    border-left: 1px solid #d7d7d7;
}

#menu_2 {
    flex-direction: row;
    flex-flow: row wrap;
    display: flex;
    border-top: 1px solid #d7d7d7;
    margin-top: 20px;
    border-top: 1px solid #c8c8c8;
    box-shadow: 0 0 0 0 #ffffff;
}

#menu_2 > li:hover {
    background: #f5f5f5;
}

#menu_2 li:hover .submenu {
    display: block;
}

#menu_2 > li > a {
    text-decoration: none;
    color: #7d7d7d;
    padding: 7px 15px 0;
    display: block;
    border-left: 1px solid #d7d7d7;
}

#menu_2 > li > a:first-child {
    border-left: none;
}

.submenu {
    display: none;
    border: 1px solid #ebebeb;
    border-bottom: none;
    box-shadow: 0 2px 3px 0 #c8c8c8;
}

.submenu a {
    background: #ffffff;
    display: block;
    text-decoration: none;
    padding: 3px 3px 3px 15px;
    border-bottom: 1px solid #ebebeb;
    font-size: 14px;
    color: #646464;
}

.submenu a:hover {
    background: #f5f5f5;
    color: #0080ff;
}

#logo {
    width: 130px;
    height: 38px;
    background: url(images/logo.png) no-repeat;
    position: absolute;
    float: left;
}

.size_content,
#wrapper {
    max-width: 1040px;
    width: 100%;
    margin: 0 auto;
    padding: 80px 20px 0 20px;
    box-sizing: border-box;
}

.text_content {
    margin-bottom: 40px;
}

#wrapper p {

}

#footer {
    background: #646464;
    height: auto;
}

/* config */
.block_slots {
    flex-direction: row;
    flex-flow: row wrap;
    justify-content: center;
    margin: 0 -20px;
    display: flex;
}

.block_slots_wrap {
    box-sizing: border-box;
}


.slot_item {
    background: #ffffff;
    padding: 10px;
    margin: 10px;
    box-shadow: 0 0 7px 0 #c8c8c8;
    display: flex;
    width: 100%;
    align-items: flex-start;
    position: relative;
    box-sizing: border-box;
}

.slot_img {
    flex: 0 0 220px;
    max-width: 220px;
}

.slot_info {
    margin-left: 20px;
}

.slot_info .slot_title {
    margin-bottom: 20px;
}

.slot_info .short_description {
    margin-bottom: 20px;
}

.slot_info .show_more_wrap {
    text-align: right;
}

.item {
    width: 160px;
    /*height: 160px;*/
    background: #ffffff;
    padding: 10px;
    margin: 10px;
    box-shadow: 0 0 7px 0 #c8c8c8;
    /*float: left;*/
}

.slot_title {

}

.item a {
    /*position: absolute;
    width: 160px;
    margin: -10px 0 0 -10px;
    height: 45px;
    padding: 135px 10px 0 10px;*/
    text-align: center;
    text-decoration: none;
    font-family: Verdana;
    font-size: 12px;
    line-height: 1.4;
    color: #161616;
    /* 0080ff */
}

.item a:hover {
    color: #0080ff;
}

.item:hover {
    box-shadow: 0 0 10px 0 #888888;
}

.slot_single {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#main {
    background: #ffffff;
    /*float: right;*/
    /*margin: 0 10px;*/
    box-shadow: 0 0 7px 0 #969696;
    padding: 15px;
    order: 1;
}

#sbar {
    width: 200px;

    margin-right: 30px;
    /*float: left;*/
    /*height: 500px;*/
}


#wrapper #main h1 {
    font-size: 20px;
    color: #7d7d7d;
    font-weight: normal;
    text-transform: uppercase;
    border-bottom: 1px solid #e6e6e6;
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
}

#main p {
    color: #646464;
    font-size: 12px;
    margin: 0 0 20px 0;
    text-align: justify;
    line-height: 1.5;
}

.sdv {
    background: url(images/sdv.jpg) no-repeat;
    width: 728px;
    height: 90px;
    margin: 0 auto 20px;
}

/* slotdata */
#game {
    background: #656565;
    position: relative;
    margin: 0 auto;
}

#game:before {
    content: '';
    display: block;
    padding-top: 75%;
    margin-bottom: 30px;
}

#game iframe {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.dnn {
    margin: 0 0 10px 0;
    display: block;
}

.smenu {
    margin: 0 0 20px 0;
}

.smenu a {
    text-decoration: none;
    color: #646464;
    text-shadow: 0 1px #ffffff;
    font-size: 14px;
    padding: 0 0 0 9px;
}

.smenu a:hover {
    color: #0080ff;
}

.smenu .title {
    border-left: 4px solid #ff8000;
    padding: 5px 0 5px 5px;
}

.mpcont {
    padding: 0 0 15px 0;
    margin-top: 15px;
}

.mpcont a {
    color: #ff2600;
    text-decoration: none;
}

.mpcont a:hover {
    color: #ff2600;
    text-decoration: underline;
}

.mpcont a:visited {
    color: blue;
    text-decoration: underline;
}

#main p {
    font-size: 14px;
    color: #646464;
}


#main p,
#main ol,
#main ul,
.mpcont,
.mpcont p,
.mpcont ol,
.mpcont ul {
    list-style-type: square;
    font-size: 14px;
    text-shadow: 0 1px #ffffff;
    color: #646464;
    text-align: justify;
    margin: 0 0 20px 0;
}

.mpcont ol,
.mpcont ul {
    list-style-position: inside;
}

#main ul,
#main ol,
.mpcont ul,
.mpcont ol {
    padding-left: 50px;
}


/*.bb{
	border-bottom: 1px solid #c8c8c8;
	box-shadow: 0 1px 0 0 #ffffff;
}
*/
#wrapper h1 {
    border-bottom: 1px solid #c8c8c8;
    box-shadow: 0 1px 0 0 #ffffff;
    text-shadow: 0 1px #ffffff;
    color: #000000;
    text-align: center;
    font-size: 24px;
    padding: 0 0 15px 0;
    font-weight: normal;
    text-transform: uppercase;
    margin: 20px;
}

.breadcrumb {
    margin: -10px 0 10px;
    font-size: 12px;
    padding: 0 0 7px 0;
    border-bottom: 1px solid #e6e6e6;
}

#main .breadcrumb ol.esq-crumbs {
    padding-left: 0;
}

.breadcrumb span {
    color: #ff8000;
}

.breadcrumb a {
    font-size: 12px;
    color: #0080ff;
    text-decoration: none;
}

.breadcrumb a:hover {
    color: #ff8000;
}

/*.money_button {display: block;margin:10px auto;width:720px;height:81px;background: url("images/money_b.png") no-repeat;color:transparent}*/
.money_button {
    display: block;
    margin: 10px auto;
    width: 100%;
    border: 1px solid #df0909;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 25px;
    font-family: arial, helvetica, sans-serif;
    padding: 15px;
    text-decoration: none;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
    font-weight: bold;
    color: #FFFFFF;
    box-sizing: border-box;
    text-transform: uppercase;
    text-align: center;
    background-color: #f62b2b;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f62b2b), to(#d20202));
    background-image: -webkit-linear-gradient(top, #f62b2b, #d20202);
    background-image: -moz-linear-gradient(top, #f62b2b, #d20202);
    background-image: -ms-linear-gradient(top, #f62b2b, #d20202);
    background-image: -o-linear-gradient(top, #f62b2b, #d20202);
    background-image: linear-gradient(to bottom, #f62b2b, #d20202);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#f62b2b, endColorstr=#d20202);
}

.money_button:hover {
    border: 1px solid #b30808;
    background-color: #e40a0a;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e40a0a), to(#9f0202));
    background-image: -webkit-linear-gradient(top, #e40a0a, #9f0202);
    background-image: -moz-linear-gradient(top, #e40a0a, #9f0202);
    background-image: -ms-linear-gradient(top, #e40a0a, #9f0202);
    background-image: -o-linear-gradient(top, #e40a0a, #9f0202);
    background-image: linear-gradient(to bottom, #e40a0a, #9f0202);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#e40a0a, endColorstr=#9f0202);
}

#wrapper .error-page-h1 {
    font-size: 85px;
}

.error-page-p {
    text-align: center;
    padding: 20px;
}

.disclaimer {
    font-size: 14px;
    color: #eee;
    max-width: 990px;
    width: 100%;
    padding: 30px;
    text-align: center;
    margin: 0 auto;
    box-sizing: border-box;
}

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

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

/*.menu_footer {
    margin: 0 0 0 20px !important;
}
*/
#menu li.current-menu-item span {
    text-decoration: underline;
    color: #7d7d7d;
    padding: 7px 15px 0;
    height: 31px;
    display: block;
    border-left: 1px solid #d7d7d7;
}

#topNavMenu li.current-menu-item span {
    position: relative;
    display: block;
    padding: 31px 12px;
    color: #000;
    line-height: 18px;
    font-size: 16px;
    text-decoration: underline;
    font-family: 'VAGRoundRegular', Arial, sans-serif;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

#topNavMenu .sub-menu li.current-menu-item span {
    padding: 0 20px;
    line-height: 40px;
}

ol.esq-crumbs a {
    color: #ff8000;
    text-decoration: none;
}

ol.esq-crumbs a:hover {
    color: #333;
}

ol.esq-crumbs {
    padding: 5px 0;
    font-size: 12px;
}

ol.esq-crumbs li {
    display: inline-block;
    list-style-type: none;
    padding: 0 3px;
    margin: 0;
}

.tultip {
    font-size: 14px;
    color: #646464;
    float: left;
    padding-right: 15px;
    margin-top: -3px;
}

.ratings {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
}

.post-ratings-image {
    cursor: pointer;
}

.custom-rating i {
    font-size: 14px !important;
    color: #646464;
}

.slot_rating {
    margin: 5px 0;
}

.custom-rating i:before {
    margin: 0 !important;
}

.item img {
    width: 160px;
    height: 120px;
}

.item .custom-rating-img img {
    width: 15px;
    height: auto;
}

.slot-info {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    width: 100%;
    margin-bottom: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    border: 1px solid #646464;
    justify-content: space-between;
}

.info-title {
    display: block;
    padding: 0 0 10px;
    font-size: 22px;
    color: #7d7d7d;
    text-align: center;
    text-transform: uppercase;
    line-height: 110%;
    font-weight: normal;
}

.slide-scrins {
    display: block;
    width: 50%;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
}

.slider-list img {
    width: 100%;
    height: auto;
    max-width: 320px;
}

.info-table {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 50%;
}

.info-table ul.characteristic {
    padding: 0 !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 80%;
    text-align: center;
    margin: 0 auto;
}

.info-table li {
    display: flex;
    font-size: 17px;
    font-weight: 700;
    padding: 6px 13px;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    width: 100%;
}

.info-table li span {
    display: block;
    text-align: left;
}

.tns-controls {
    position: absolute;
    top: 50%;
    width: 100%;
}

.tns-controls button {
    background: none;
    border: none;
    font-size: 0;
    width: 25px;
    height: 25px;
    position: relative;
    cursor: pointer;
    outline: 0 !important;
    z-index: 5;
    transform: translateY(-50%);
}

.tns-controls button:nth-child(1) {
    position: absolute;
    left: 0;
}

.tns-controls button:nth-child(1):before {
    content: "";
    position: absolute;
    top: 0;
    right: 10px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    width: 100%;
    height: 100%;
    transform: rotate(-45deg);
}

.tns-controls button:nth-child(2) {
    position: absolute;
    right: 0;
}

.tns-controls button:nth-child(2):before {
    content: "";
    position: absolute;
    top: 0%;
    left: 10px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    width: 100%;
    height: 100%;
    transform: rotate(-50deg);
}

@media only screen and (max-width: 960px) {
    #topNavMenu {
        display: none;
    }

    .menu_icon {
        display: block;
        right: 10px;
        position: absolute;
    }

    .header_menu.menu_state_open #topNavMenu {
        display: block;
        width: 100%;
        position: absolute;
        right: 0;
        top: 80px;
        z-index: 1111;
        background: #e4e7ed;
        box-shadow: 1px 1px 9px 0 #9E9E9E;
    }

    #topNavUser {
        margin: 0 65px 0 0;
    }

    .header_menu {
        margin: 25px 0 0 0;
        border: none;
        box-shadow: none;
        order: 1;

    }

    #topNav {
        overflow: visible;
    }

    #topNavMenu li {
        float: none;
        width: 100%;
    }

    #topNavMenu li.current-menu-item span, #topNavMenu li a {
        padding: 10px;
    }

    #topNavMenu li a:hover {
        background: none;
    }

    #headerMain_2 {
        margin: 0 auto;
        /* max-width: 990px;*/
        width: 100%;
        height: auto;
    }

    #menu_2 > li {
        float: none;
        text-align: center;
    }

    ul#menu_2 .current-menu-item span {
        text-decoration: underline;
        color: #000;
        padding: 7px 15px 0;
        height: auto;
        display: block;
        /* border-left: 1px solid #d7d7d7; */
    }

    #menu_2 > li:hover {
        background: none;
    }
}

@media only screen and (max-width: 880px) {
    .slot_single {
        flex-direction: column;
    }

    #main {
        width: 100%;
        box-sizing: border-box;
    }

    #sbar {
        width: 100%;
        margin-right: 0;
        /* float: left; */
        /* height: 500px; */
        justify-content: space-evenly;
        display: flex;
    }
}

@media only screen and (max-width: 810px) {
    #logo {
        position: static;
        float: none;
        display: block;
        text-align: center;
        margin: 0 auto;
    }

    #menu {
        float: none;
        margin-left: 0;
        position: static;
        height: auto;
        z-index: 100;
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
        clear: both;
    }

    #menu > li > a {
        border: none;
    }

    #header {
        margin: 80px 0 50px 0;
    }

    #menu {
        float: none;
        margin-left: 0;
        position: static;
        height: auto;
        z-index: 100;
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px;
        clear: both;
        background: #fff;
        box-shadow: 0 4px 6px #999;
    }

    .info-table,
    .slide-scrins {
        width: 100%;
    }

    .info-table ul.characteristic {
        width: 100%;
    }
}

@media only screen and (max-width: 660px) {
    #menu {
        flex-direction: column;
        text-align: center;
    }

    #header {
        margin: 80px 0 165px 0;
    }

    #menu_2 {
        flex-direction: column;
    }

    #menu_2 > li > a {
        display: inline-block;
    }

    #menu_2 {
        margin-bottom: 10px;
    }

    #ctoc-list-captions {
        float: none;
        margin: 0 auto 20px auto;
    }
}

@media only screen and (max-width: 570px) {
    .size_content, #wrapper {
        padding-top: 170px;
    }

    .slot_item {
        flex-direction: column;
        align-items: center;
        margin-left: 0;
        margin-right: 0;
    }

    .slot_img {
        flex: 1;
    }

    #sbar {
        flex-direction: column;
        align-items: center;
    }

    .smenu {
        width: 180px
    }

    .header_container {
        flex-direction: column;
        align-items: center;
    }

    #topNavUser {
        margin: 0 auto;
    }

    #topNav #logo_cr {
        padding: 0;
    }

    .menu_icon {
        top: 60px;
    }

    .header_menu.menu_state_open #topNavMenu {
        top: 166px;
    }

    #header {
        margin: 167px 0 114px 0;
    }

    .money_button {
        font-size: 18px;
    }
}


/* table {*/
/*     border: 0;*/
/* }*/
/*table thead {*/
/*    display: none;*/
/*}*/
/*table tr {*/
/*    margin-bottom: 10px;*/
/*    display: block;*/
/*    border-bottom: 2px solid #ddd;*/
/*}*/
/*table td {*/
/*    display: block;*/
/*    text-align: right;*/
/*    font-size: 13px;*/
/*    border-bottom: 1px dotted #ccc;*/
/*    border-right: 1px solid transparent;*/
/*}*/
/*table td:last-child {*/
/*    border-bottom: 0;*/
/*}*/
/*table td:before {*/
/*    content: attr(data-label);*/
/*    float: left;*/
/*    text-transform: uppercase;*/
/*    font-weight: bold;*/
/*}*/

.table-wrap {
    overflow: auto;
}

table {
    text-align: center;
    font-size: 14px;
    border-collapse: collapse;
}

th, td:first-child {
    background: #AFCDE7;
    color: white;
    padding: 10px 20px;
}

th, td {
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: white;
    text-align: center;
}

td {
    background: #e6e8ee;
}

th:first-child, td:first-child {
    text-align: left;
}


@media only screen and (max-width: 570px) {
    #header.select-header {
        margin: 0 0 20px 0;
    }
}

.brands * {
    box-sizing: border-box;
}

.brands .brands-list {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: center;
}

.brands-list .brand {
    flex: 0 0 400px;
    max-width: 400px;
    margin-right: 30px;
    margin-bottom: 30px;
}

.brands-list .brand:nth-child(2n) {
    margin-right: 0;
}

.brands-list .brand-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #0099cc;
    background-image: linear-gradient(to top, #0099cc 25%, #0099cc 100%);
    padding: 13px 15px;
}

.brands-list .brand-content .brand-logo {
    flex: 0 0 73px;
    max-width: 73px;
}

.brands-list .brand-content .brand-logo img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
}

.brands-list .brand-content .brand-title {
    /*flex: 1 0 100px;*/
    max-width: 100%;
    color: #ffffff;
    font-family: Arial, Verdana, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin: 0;
    text-align: center;
}

.brands-list .brand-content .brand-link {
    display: block;
    flex: 0 0 60px;
    max-width: 60px;
    color: #03f681;
    font-family: Arial, Verdana, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 38px;
    text-decoration: none;
}

.brands-list .brand-content .brand-link:hover {
    text-decoration: underline;
}

@media (max-width: 980px) {
    .brands-list .brand {
        margin-right: 0;
    }
}

@media (max-width: 479px) {
    .brands-list .brand {
        flex: 0 0 280px;
        max-width: 280px;
    }
}

/*Slot Game Block*/
.s-game {
    max-width: 800px;
    margin: 0 auto 30px;
    display: none;
    box-sizing: border-box;
}

@media screen and (min-width: 768px) {
    .s-game {
        display: block;
    }
}

.s-game__inner {
    position: relative;
    background-color: #000;
}

.s-game__inner:after {
    content: '';
    display: block;
    padding-top: 75%;
}

.s-game__entry,
.s-game__inner iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.s-game__inner iframe {
    border: 0;
    outline: 0;
}

.s-game__img {
    display: block;
    width: 100%;
    height: 100%;
    /* opacity: .5;
    filter:blur(10px); */
}

.s-game__btn {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
    padding: 0;
    background-color: transparent;
    background-image: url(img/play.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    transition: opacity .2s;
    cursor: pointer;
}

.s-game__btn:hover {
    opacity: .8;
}


.comments-area,
.all__comment-post {
    background: #afcde7;
    border: 1px solid #afcde7;
    margin: 20px auto;
    padding: 30px 20px 20px 30px;
    border-radius: 7px;
}

@media (max-width: 768px) {
    .comments-area, .all__comment-post {
        padding: 15px;
    }
}

.comment-title {
    text-align: left;
    padding: 0;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #fff;
}

.comments-count {
    font-weight: bold;
    font-size: 18px;
    text-transform: initial;
    display: block;
    color: #fff;
}

.comment-form-field-comment textarea {
    width: 100%;
}

.comment-form input,
.comment-form textarea,
.comment-post {
    background: #e6e8ee;
    border: 1px solid #afcde7;
    padding: 15px 18px;
    margin-bottom: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: visible;
    color: #25265E;
    border-radius: 7px;
}

.comment-form input::-webkit-input-placeholder,
.comment-form textarea::-webkit-input-placeholder,
.comment-post::-webkit-input-placeholder {
    color: #25265E;
    font-size: 16px;
}

@media (max-width: 560px) {
    .comment-form input::-webkit-input-placeholder,
    .comment-form textarea::-webkit-input-placeholder,
    .comment-post::-webkit-input-placeholder {
        font-size: 12px;
    }
}

.comment-form input::-webkit-input-placeholder,
.comment-form textarea::-webkit-input-placeholder,
.comment-post::-webkit-input-placeholder::-moz-placeholder { /* Firefox 19+ */
    color: #25265E;
    font-size: 16px;
}

@media (max-width: 560px) {
    .comment-form input::-webkit-input-placeholder,
    .comment-form textarea::-webkit-input-placeholder,
    .comment-post::-webkit-input-placeholder {
        font-size: 12px;
    }
}

.comment-form input::-webkit-input-placeholder,
.comment-form textarea::-webkit-input-placeholder,
.comment-post::-webkit-input-placeholder:-ms-input-placeholder { /* IE 10+ */
    color: #25265E;
    font-size: 16px;
}

@media (max-width: 560px) {
    .comment-form input::-webkit-input-placeholder,
    .comment-form textarea::-webkit-input-placeholder,
    .comment-post::-webkit-input-placeholder {
        font-size: 12px;
    }
}

.comment-form input::-webkit-input-placeholder,
.comment-form textarea::-webkit-input-placeholder,
.comment-post::-webkit-input-placeholder:-moz-placeholder { /* Firefox 18- */
    color: #25265E;
    font-size: 16px;
}

@media (max-width: 560px) {
    .comment-form input::-webkit-input-placeholder,
    .comment-form textarea::-webkit-input-placeholder,
    .comment-post::-webkit-input-placeholder {
        font-size: 12px;
    }
}

.comment-form input {
    width: 35%;
    padding: 10px 18px;
}

@media (max-width: 768px) {
    .comment-form input {
        width: 100%;
    }
}

.comment-form textarea {
    transition: all 0.2s;
    height: 50px;
    outline: none;
    resize: none;
}

@media (max-width: 560px) {
    .comment-form textarea {
        height: 75px;
    }
}

.comment-form textarea:focus {
    height: 150px;
}

.cform__fset {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
}

@media (max-width: 768px) {
    .cform__fset {
        flex-wrap: wrap;
    }
}

@media (max-width: 520px) {
    .cform__fset {
        justify-content: center;
    }
}

.comment-form .btn {
    background-repeat: no-repeat;
    color: #fff;
    text-transform: uppercase;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px;
    border: none;
    width: 200px;
    height: 50px;
    cursor: pointer;

    border-radius: 3px;
    background-image: linear-gradient(to right top, #00c800, #00c800, #00c800, #00c800, #00c800);
    box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
    transition: .1s;
}

@media (max-width: 768px) {
    .comment-form .btn {
        width: 180px;
        height: 40px;
        line-height: 13px;
    }

    .comment-form .btn:hover {
        opacity: 0.8;
    }
}

.comment-post {
    margin-bottom: 10px;
}

.comment-post p {
    margin-top: 10px;
    padding: 0;
    color: #25265E;
    font-size: 14px;
}

.comments-top {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

@media screen and (max-width: 480px) {
    .comments-top {
        flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
    }

    .menu_icon {
        position: relative;
        right: 0;
        top: 0;
    }

    .header_menu {
        margin: 0 0 20px 0;
    }
}

.a2a_default_style a {
    width: 20px;
    height: 20px;
    margin: 0 10px;
}

.a2a_default_style a.icon:hover {
    /*fill: #53b0ff;*/
}

.comments-share {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

@media screen and (max-width: 480px) {
    .comments-share {
        flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        text-align: center;
    }

    .comments-share .share-social-items {
        margin: 10px auto;
    }

    .comments-share .share-social-items a {
        margin: 0 5px;
        display: inline-block;
        float: none;
    }
}

@media screen and (max-width: 600px) {
    .share-social-items {
        width: 100%;
    }
}

.share42init {
    margin: 0;
    position: relative;
    margin-left: 10px;
}

#share42 {
    position: relative !important;
    top: 0 !important;
    display: flex;
    border: none;
}

.share42-item {
    margin: 0 10px !important;
    width: 17px !important;
    height: 17px !important;
}

.share42-item a {
    -webkit-background-size: 75% !important;
    background-size: 75% !important;
    width: 17px !important;
    height: 17px !important;
    background-position: center !important;
    background-repeat: no-repeat;
}

.share42-item a:hover {
    /*fill: orange;*/
}

.share42-item:first-child a {
    background-image: url("../img/socials/face.svg?v=0.1") !important;
}

.share42-item:first-child:nth-child(2) {
    display: none !important;
}

.share42-item:first-child a {
    background: url("../img/socials/mail.svg") !important;
}

.share42-item:first-child a:nth-child(4) {
    background: url("../img/socials/od.svg") !important;
}

.share42-item:first-child a:nth-child(5) {
    background: url("../img/socials/tw.svg") !important;
}

.share42-item:first-child a:nth-child(6) {
    background: url("../img/socials/vk.svg") !important;
}

.posted_by {
    display: flex;
    flex-wrap: wrap;
}

.posted_by--name {
    margin-right: 10px;
}

.slot_link {
    clear: both;
}

.slot_link a {
    display: block;
    max-width: 195px;
    background: #EE0D2F;
    color: #fff;
    padding: 10px 20px;
    margin: 6px auto;
    font-size: 15px;
    text-transform: uppercase;
    border: 1px solid #ff7900;
    box-shadow: inset 0 0 6px 0 #000;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
}

.slot_link a:hover {
    text-decoration: none;
    background: #ff2747;
    box-shadow: inset 0 0 12px 0 #000;
}

/*Modal*/

#modal-container {
    position: fixed;
    top: 10%;
    z-index: 9999;
    width: 100%;
    height: 100%;
    overflow: auto;
    /*background-color: none;*/
    transform: translate(0, -800px);
    transition: .5s ease-in-out;
    visibility: hidden;
}

#modal-container.open {
    transform: translate(0, 0);
    visibility: visible;
}

#modal-content {
    margin: 10px auto;
    padding: 50px 20px;
    width: 80%;
    max-width: 1000px;
    min-height: 350px;
    background-color: #fff;
    border: 1px solid #505050;
    border-radius: 10px;
    position: relative;
}

.modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 28px;
    font-weight: bold;
    color: #333;
    cursor: pointer;
}
#logo_cr a {
    color: #0099cc !important;
    font-weight: bold;
    text-decoration: none
}