/*
Theme Name: super-slots-tv.com
Theme URI:
Version: 1.0
Text Domain: super-slots-tv.com
*/
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/*Reset basic styles browser*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    outline: none;
}
body {
    font-size: 100%;
    line-height: 1;
    font-family: Arial, Tahoma, Verdana, sans-serif;
}
article, aside, details, figcaption, figure, footer, header, menu, nav, section { display: block; }
ol, ul { list-style: none; padding: 0; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
strong { font-weight: bold; }
input { outline: none; }
table { border-collapse: collapse; border-spacing: 0; }
img { border: 0; max-width: 100%; }
a { text-decoration: none; }
a:hover { text-decoration: none;}
a:active { text-decoration: none; }
a:visited { text-decoration: none; }
div,span,p,a,ul,li {
    box-sizing: border-box;
}
div {
    display: block;
}

/*body*/
body {
    background: #120521 url("../img/fireworks-bg.png") no-repeat center 58px;
    color: #fff;
    font-family: Arial, sans-serif;
}
a,a:hover,a:active,a:visited {
    color: #fff;
}

/*noinspection CssUnusedSymbol,CssUnusedSymbol*/
.clear:before,
.clear:after {
    content: "";
    display: table;
}

/*noinspection CssUnusedSymbol*/
.clear:after {
    clear: both;
}

/*noinspection CssUnusedSymbol*/
.row {
    margin: 0;
}
.container {
    padding: 0;
}
.container-fluid {
    padding: 0;
}
.w-bx {
    width: 1080px;
    max-width: 1080px;
}
@media (max-width: 1080px) {
    .w-bx {
        width: 100%;
    }
}
/*end-body*/

/*header*/

/*--nav--*/
.b-h-nav-bx {
    height: 58px;
    border-bottom: 2px solid #ec3072;
    background: url("../img/top-main-menu-bg.png");
}
.h-nav-bx {
    text-align: center;
}
.h-nav-li {
    display: inline-block;
}
.h-nav-li a {
    display: block;
    line-height: 56px;
    padding: 0 24px 0 24px;
    font-size: 16px;
}
.h-nav-li a:hover {
    background: #e9b9ec;
    color: #252525;
}
@media (max-width: 1080px) {
    .b-h-nav-bx {
        display: none;
        position: fixed;
        top: 0;
        width: 100%;
        height: 100%;
        border: 0 solid #6d40b4;
        background: rgba(20,20,20,0.8);
        z-index: 9998;
    }
    .h-nav-bx {
        margin-top: 40px;
        text-align: center;
    }
    .h-nav-li {
        display: block;
        padding: 8px 20px 8px 20px;
    }
    .h-nav-li a {
        line-height: 40px;
        padding: 0 24px 0 24px;
        background: #ec3072;
    }

    /*noinspection CssUnusedSymbol*/
    #m-nav-btn {
        display: block;
        position: fixed;
        width: 50px;
        padding: 12px 10px 10px 10px;
        background: rgba(20,20,20,0.45);
        top: 0;
        right: 20px;
        z-index: 9999;
    }

    /*noinspection CssUnusedSymbol*/
    .br {
        display: block;
        width: 30px;
        margin-bottom: 4px;
        height: 3px;
        background-color: #fff;
        border-radius: 15px;
    }
}
/*--h-bx--*/
.b-h-bx {
    position: relative;
}
.h-bx {
    position: absolute;
    top: 0;
    width: 252px;
    height: 325px;
    padding: 16px;
    background: rgba(20,20,20,0.75);
    text-align: center;
    z-index: 9999;
}
.h-cell-bx {
    float: left;
    width: 100%;
    padding-bottom: 25px;
}
.h-btn {
    display: inline-block;
    width: 100px;
    line-height: 40px;
    background: #b82060;
    font-size: 14px;
    text-align: center;
}
#h-reg-btn {
    margin-right: 2px;
}
#h-ent-btn {
    margin-left: 2px;
}
.h-btn:hover {
    background: #d8005b;
}
.h-soc-title {
    display: block;
    padding-bottom: 5px;
    line-height: 1.33;
    font-size: 12px;
    color: #c2c2c2;
}
.h-soc-list li {
    display: inline-block;
    margin-right: 2px;
}
.h-soc-list li:last-child {
    margin-right: 0;
}
.h-soc-list li a {
    float: left;
    width: 30px;
    height: 30px;
}
.h-soc-f a {
    background: url("../img/social.png") no-repeat 0 top;
}
.h-soc-f a:hover {
    background-position: 0 bottom;
}
.h-soc-vk a {
    background: url("../img/social.png") no-repeat -37px top;
}
.h-soc-vk a:hover {
    background-position: -37px bottom;
}
.h-soc-mail a {
    background: url("../img/social.png") no-repeat -74px top;
}
.h-soc-mail a:hover {
    background-position: -74px bottom;
}
.h-soc-g a {
    background: url("../img/social.png") no-repeat -111px top;
}
.h-soc-g a:hover {
    background-position: -111px bottom;
}
.h-soc-tw a {
    background: url("../img/social.png") no-repeat -148px top;
}
.h-soc-tw a:hover {
    background-position: -148px bottom;
}
.h-soc-yt a {
    background: url("../img/social.png") no-repeat -185px top;
}
.h-soc-yt a:hover {
    background-position: -185px bottom;
}
@media (max-width: 1080px) {
    .h-bx {
        position: relative;
        margin: 0 auto;
        background: rgba(20,20,20,0);
        z-index: 1;
    }
}
/*--slider--*/
.bx-pager {
    display: none;
}
.bx-wrapper {
    margin: 0 auto 0;
}
.bx-wrapper .bx-viewport {
    box-shadow: none;
    border: 0;
    left: 0;
}

/*noinspection CssUnusedSymbol*/
.bx-wrapper .bx-prev {
    left: 262px;
    background: url("../img/left-arrow.png") no-repeat 0 1px;
}

/*noinspection CssUnusedSymbol*/
.bx-wrapper .bx-next {
    right: 10px;
    background: url("../img/right-arrow.png") no-repeat 0 1px;
}

/*noinspection CssUnusedSymbol*/
.bx-wrapper .bx-prev:hover {
    background-position: 0 -48px;
}

/*noinspection CssUnusedSymbol*/
.bx-wrapper .bx-next:hover {
    background-position: 0 -48px;
}
.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 48px;
    text-indent: -9999px;
    z-index: 9999;
}
@media (max-width: 1080px) {
    .bxslider,.bx-wrapper {
        display: none;
    }
}
/*end-header*/

/*content*/
.cnt-bx {
    padding-bottom: 12px;
    background: #000;
}
.cnt-bx p {
    line-height: 1.33;
}
.cnt-row {
    padding-left: 16px !important;
    padding-right: 16px !important;
}
/*--title--*/
.cnt-title-bx {
    width: 100%;
    height: 60px;
    padding: 0 16px 0 16px;
    border-top: 2px solid #ec3072;
    background: #d7d7d7;
    text-align: center;
}
.title-h1 {
    line-height: 58px;
    font-size: 27px;
    color: #b82060;
}
@media (max-width: 1080px) {
    .cnt-title-bx {
        height: 100%;
    }
    .title-h1 {
        line-height: 40px;
    }
}
/*--tp1--*/
.cnt-tp1-bx {
    padding: 18px 0 12px 0;
    font-size: 14px;
}
/*--tp2--*/
/*noinspection CssUnusedSymbol*/
.cnt-tp2-row {
    margin-left: -8px;
    margin-right: -8px;
}

/*noinspection CssUnusedSymbol*/
.cnt-tp2-li {
    float: left;
    width: 50%;
    margin-bottom: 8px;
}

/*noinspection CssUnusedSymbol*/
.cnt-tp2-cell {
    width: 100%;
    max-width: 516px;
    margin: 0 auto;
}

/*noinspection CssUnusedSymbol*/
.cnt-tp2-title {
    line-height: 40px;
    font-size: 18px;
    color: #b82060;
}

/*noinspection CssUnusedSymbol*/
.cnt-tp2-thumb {
    max-width: 516px;
}

/*noinspection CssUnusedSymbol*/
.cnt-tp2-table {
    width: 100%;
    line-height: 38px;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    color: #252525;
}
.cnt-tp2-table td {
    width: 50%;
    padding-left: 10px;
    line-height: 30px;
}
.cnt-tp2-table td:first-child {
    border-right: 2px solid #b3b3b3;
}
.cnt-tp2-table td:last-child {
    border-left: 2px solid #b3b3b3;
}
.cnt-tp2-table tr:nth-child(odd) {
    background: #c1c1c1;
}
.cnt-tp2-table tr:nth-child(even) {
    background: #d2d2d4;
}
@media (max-width: 1080px) {
    /*noinspection CssUnusedSymbol*/
    .cnt-tp2-li {
        width: 100%;
    }

    /*noinspection CssUnusedSymbol*/
    .cnt-tp2-row {
        margin-left: 0;
        margin-right: 0;
    }
}
/*--tp3--*/
.cnt-tp3-bx {
    width: 100%;
    padding: 0 10px 0 10px;
}

/*noinspection CssUnusedSymbol*/
.cnt-tp3-title {
    line-height: 40px;
    font-size: 18px;
    color: #b82060;
}
.cnt-tp3-li {
    float: left;
    width: 100%;
}
.cnt-tp3-cell {
    margin-left: -8px;
    margin-right: -8px;
}
/*--list-tp3--*/
.list-tp3-li {
    float: left;
    position: relative;
    width: 25%;
    margin-bottom: 16px;
}
.list-tp3-bx {height: 245px;overflow: hidden}

/*noinspection CssUnusedSymbol*/
.list-tp3-bx.opened {height: auto}

/*noinspection CssUnusedSymbol*/
.more-slots-li {height: 235px;background: #D7D7D7;position: relative;cursor: pointer}

/*noinspection CssUnusedSymbol*/
.list-tp3-logo {position: absolute;top:0;bottom: 0;margin: 40px auto 0;left:0;right:0;}

/*noinspection CssUnusedSymbol*/
.list-tp3-logo:after {position: absolute;bottom: -70px;margin: 0 auto;left:0;right:0;width: 50px;height: 50px;content: '';background: url("../img/load-more-btn.png") no-repeat}

/*noinspection CssUnusedSymbol*/
.more-slots-li.active .list-tp3-logo:after {background: url("../img/load-more-btn.png") 0 -53px no-repeat}

/*noinspection CssUnusedSymbol,CssUnusedSymbol*/
.list-tp3-logo.novomatic {width: 208px;height: 42px;background: url("../img/novomatic.png") no-repeat}

/*noinspection CssUnusedSymbol,CssUnusedSymbol,CssUnusedSymbol,CssUnusedSymbol*/
.list-tp3-logo.novomatic:hover,.more-slots-li.active .list-tp3-logo.novomatic {background: url("../img/novomatic.png") 0 -45px no-repeat}

/*noinspection CssUnusedSymbol,CssUnusedSymbol*/
.list-tp3-logo.igrosoft {width: 173px;height: 85px;background: url("../img/igrosoft.png") no-repeat}

/*noinspection CssUnusedSymbol,CssUnusedSymbol,CssUnusedSymbol,CssUnusedSymbol*/
.list-tp3-logo.igrosoft:hover,.more-slots-li.active .list-tp3-logo.igrosoft {background: url("../img/igrosoft.png") 0 -88px no-repeat}

/*noinspection CssUnusedSymbol,CssUnusedSymbol*/
.list-tp3-logo.netent {width: 187px;height: 69px;background: url("../img/netent.png") no-repeat}

/*noinspection CssUnusedSymbol,CssUnusedSymbol*/
.list-tp3-logo.netent:hover {background: url("../img/netent.png") 0 -72px no-repeat}

/*noinspection CssUnusedSymbol,CssUnusedSymbol*/
.list-tp3-logo.megajack {width: 190px;height: 97px;background: url("../img/megajack.png") no-repeat}

/*noinspection CssUnusedSymbol,CssUnusedSymbol*/
.list-tp3-logo.megajack:hover {background: url("../img/megajack.png") 0 -100px no-repeat}

.list-tp3-thumb {
    width: 250px;
    margin: 0 auto;
}
.list-tp3-img {
    width: 250px;
    height: 183px;
}
.list-tp3-img:before {
    content: '';
    display: none;
    position: absolute;
    top: 0;
    width: 250px;
    height: 183px;
    background: url("../img/slot-hover-img.png");
}
.list-tp3-title {
    width: 100%;
    height: 52px;
    line-height: 52px;
    background: #b82060;
    font-size: 14px;
    text-align: center;
}
.list-tp3-btn {
    display: none;
    position: absolute;
    top: 72px;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    line-height: 40px;
    border: 1px solid rgba(250,250,250,0.5);
    background: #b82060;
    font-size: 14px;
    text-align: center;
    z-index: 9999;
}
.list-tp3-btn:hover {
    background: #d8005b;
}
.list-tp3-thumb:hover .list-tp3-btn,.list-tp3-thumb:hover .list-tp3-img:before {
    display: block;
}
@media (max-width: 1080px) {
    .cnt-tp3-li {
        float: none;
        max-width: 516px;
        margin: 0 auto;
    }
    .list-tp3-li {
        width: 50%;
        margin-bottom: 16px;
    }
}
@media (max-width: 550px) {
    .cnt-tp3-li {
        float: none;
        max-width: 516px;
        margin: 0 auto;
    }
    .list-tp3-li {
        width: 100%;
        margin-bottom: 16px;
    }
}
/*--tp4--*/
/*noinspection CssUnusedSymbol*/
.cnt-tp4-bx {
    float: left;
    width: 100%;
    padding: 4px 0 10px 0;
    font-size: 14px;
}

/*noinspection CssUnusedSymbol*/
.cnt-tp4-row {
    margin-left: -8px;
    margin-right: -8px;
}

/*noinspection CssUnusedSymbol*/
.cnt-tp4-li {
    float: left;
    width: 50%;
    margin-bottom: 8px;
}

/*noinspection CssUnusedSymbol*/
.cnt-tp4-cell {
    width: 100%;
    max-width: 516px;
    margin: 0 auto;
}
@media (max-width: 1080px) {
    /*noinspection CssUnusedSymbol*/
    .cnt-tp4-li {
        width: 100%;
    }

    /*noinspection CssUnusedSymbol*/
    .cnt-tp4-cell {
        max-width: 100%;
    }

    /*noinspection CssUnusedSymbol*/
    .cnt-tp4-row {
        margin-left: 0;
        margin-right: 0;
    }
}
/*end-content*/

/*footer*/
.f-bx {
    height: 100%;
    background: #000;
    font-size: 14px;
}

/*noinspection CssUnusedSymbol*/
.f-paym-bx {
    width: 100%;
    height: 72px;
    padding-top: 19px;
    background: #1f0835;
    text-align: center;
}
.paym-list-bx li {
    display: inline-block;
    margin-right: 28px;
}
.paym-list-bx li:last-child {
    margin-right: 0;
}
.paym-list-bx li a {
    display: block;
    float: left;
    height: 35px;
}
.paym-mc a {
    width: 48px;
    background: url("../img/pay-system-ico.png") no-repeat 0 -38px;
}
.paym-mc a:hover {
    background-position: 0 0;
}
.paym-wm a {
    width: 35px;
    background: url("../img/pay-system-ico.png") no-repeat -78px -38px;
}
.paym-wm a:hover {
    background-position: -78px 0;
}
.paym-pp a {
    width: 100px;
    background: url("../img/pay-system-ico.png") no-repeat -145px -38px;
}
.paym-pp a:hover {
    background-position: -145px 0;
}
.paym-rk a {
    width: 100px;
    background: url("../img/pay-system-ico.png") no-repeat -275px -38px;
}
.paym-rk a:hover {
    background-position: -275px 0;
}
.paym-pr a {
    width: 27px;
    background: url("../img/pay-system-ico.png") no-repeat -405px -38px;
}
.paym-pr a:hover {
    background-position: -405px 0;
}
.paym-lp a {
    width: 100px;
    background: url("../img/pay-system-ico.png") no-repeat -462px -38px;
}
.paym-lp a:hover {
    background-position: -462px 0;
}
.paym-sms a {
    width: 74px;
    background: url("../img/pay-system-ico.png") no-repeat -592px -38px;
}
.paym-sms a:hover {
    background-position: -592px 0;
}
.paym-skrl a {
    width: 69px;
    background: url("../img/pay-system-ico.png") no-repeat -696px -38px;
}
.paym-skrl a:hover {
    background-position: -696px 0;
}
.paym-18p a {
    width: 34px;
    background: url("../img/pay-system-ico.png") no-repeat -795px -38px;
}
.paym-18p a:hover {
    background-position: -795px 0;
}
@media (max-width: 1080px) {
    .f-bx {
        height: 100%;
    }

    /*noinspection CssUnusedSymbol*/
    .f-paym-bx {
        float: left;
        width: 100%;
        height: 100%;
        padding-top: 8px;
        text-align: center;
    }
    .paym-list-bx li {
        display: block;
        float: left;
        width: 50%;
        margin-right: 0;
        margin-bottom: 20px;
        text-align: center;
    }
    .paym-list-bx li:last-child {
        margin-right: 0;
    }
    .paym-list-bx li a {
        float: none;
        margin: 0 auto;
    }
}
.f-logo-col {
    float: left;
    margin-top: -55px;
    width: 30%;
    height: 142px;
    padding-top: 3px;
}

/*noinspection CssUnusedSymbol*/
.f-nav-bx {
    float: left;
    width: 70%;
    font-family: 'Trebuchet MS';
}

/*noinspection CssUnusedSymbol*/
.f-nav-col {
    float: left;
    height: 117px;
    padding-top: 30px;
    border: 0px solid #fff;
}

/*noinspection CssUnusedSymbol*/
.f-nav-col1 {
    width: 36%;
    padding-left: 35px;
}

/*noinspection CssUnusedSymbol*/
.f-nav-col2 {
    width: 24%;
    padding-left: 5px;
}

/*noinspection CssUnusedSymbol*/
.f-nav-col3 {
    width: 20%;
    padding-left: 5px;
}

/*noinspection CssUnusedSymbol*/
.f-nav-col4 {
    width: 20%;
    padding-left: 10px;
}
.f-nav-bx li {
    float: left;
    width: 100%;
}
.f-nav-bx li a {
    line-height: 1.33;
    font-size: 14px;
    color: #b82060;
}
.f-nav-bx li a:hover {
    text-decoration: underline;
    color: #fff;
}
.f-copyr-bx {
    float: left;
    width: 70%;
    line-height: 25px;
    text-align: right;
    font-size: 14px;
    color: #959595;
}
@media (max-width: 1080px) {
    .f-logo-col {
        width: 100%;
        padding-top: 15px;
        text-align: center;
    }

    /*noinspection CssUnusedSymbol*/
    .f-nav-bx {
        width: 100%;
        line-height: 28px;
        text-align: center;
    }

    /*noinspection CssUnusedSymbol*/
    .f-nav-col {
        width: 100%;
        height: 100%;
        padding-top: 20px;
        padding-left: 0;
        border: 0px solid #fff;
    }
    .f-copyr-bx {
        width: 100%;
        text-align: center;
        margin-top: 15px;
        margin-bottom: 10px;
    }
}

.page-text p {margin: 10px 0;}
.page-text h2 {font-size: 20px;text-align: center}
.page-text h3 {font-size: 18px;text-align: center}
.page-text ul {list-style: disc;padding: 0 0 0 15px;margin: 10px 0}
.page-text ul li,.page-text ol li {margin: 5px 0}
.page-text ol {list-style: decimal;padding: 0 0 0 15px;margin: 10px 0}

/*noinspection CssUnusedSymbol*/
.overview-block {overflow: hidden}

/*noinspection CssUnusedSymbol*/
.video-iframe {width: 100%;height: 290px}

/*end-footer*/
/*noinspection CssUnusedSymbol*/
.popup-cont{width:800px;height:850px;z-index:100001;position:fixed;left:0;right:0;margin:auto;top:0;bottom:0;display:none;}
.popup-cont iframe,.popup-cont object{width:800px!important;height:600px!important;border:none}

/*noinspection CssUnusedSymbol*/
.shadow{top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.8);width:100%;height:100%;position:fixed;z-index:100000;display:none}

/*noinspection CssUnusedSymbol*/
.detail{text-decoration:none;border-bottom:1px dashed #ed1c24;display:inline-block;font-size:16px;cursor:pointer;color:#ed1c24}

/*noinspection CssUnusedSymbol*/
.detail:hover{border-bottom:1px dashed #FFF}

/*noinspection CssUnusedSymbol*/
.main-part{display:none}

/*noinspection CssUnusedSymbol*/
.video-holder {text-align: center}

/*noinspection CssUnusedSymbol*/
.button{outline:none;display:block;height:80px;width:90%;cursor:pointer;text-decoration:none;margin:20px auto}

/*noinspection CssUnusedSymbol*/
.button .outer{position:relative;width:100%;height:100%;padding:0;background:rgba(0,0,0,1);box-shadow:inset rgba(0,0,0,0.85) 0 1px 5px;-webkit-box-shadow:inset rgba(0,0,0,0.85) 0 1px 5px;-moz-box-shadow:inset rgba(0,0,0,0.85) 0 1px 5px;-webkit-transform:perspective(500px) rotateX(35deg);-moz-transform:perspective(500px) rotateX(35deg)}

/*noinspection CssUnusedSymbol*/
.button .outer .height{position:relative;height:100%;margin-top:-25px;padding-bottom:25px;background:#003BAB;box-shadow:rgba(0,0,0,0.85) 0 1px 1px,inset rgba(0,0,0,0.35) 0 -2px 8px;-webkit-box-shadow:rgba(0,0,0,0.85) 0 1px 1px,inset rgba(0,0,0,0.35) 0 -2px 8px;-moz-box-shadow:rgba(0,0,0,0.85) 0 1px 1px,inset rgba(0,0,0,0.35) 0 -2px 8px;-webkit-transition:all .1s ease-in-out;-moz-transition:all .1s ease-in-out}

/*noinspection CssUnusedSymbol*/
.button:hover .outer .height{margin-top:-10px;padding-bottom:10px;background:#003BAB;box-shadow:rgba(0,0,0,0.25) 0 1px 1px,inset rgba(0,0,0,0.35) 0 -2px 6px;-webkit-box-shadow:rgba(0,0,0,0.25) 0 1px 1px,inset rgba(0,0,0,0.35) 0 -2px 6px;-moz-box-shadow:rgba(0,0,0,0.25) 0 1px 1px,inset rgba(0,0,0,0.35) 0 -2px 6px}

/*noinspection CssUnusedSymbol*/
.button:active .outer .height{margin-top:0;padding-bottom:0}

/*noinspection CssUnusedSymbol*/
.button .outer .height .inner{line-height:68px;font-size:30px;letter-spacing:.05em;position:relative;height:100%;text-align:center;text-shadow:#000 0 0 1px;background:#003BAB;background:-moz-linear-gradient(top,#0072BC 0%,#005DBD 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#0072BC),color-stop(100%,#005DBD));background:-webkit-linear-gradient(top,#0072BC 0%,#005DBD 100%);background:linear-gradient(top,#0072BC 0%,#005DBD 100%);box-shadow:inset rgba(255,255,255,0.85) 0 0 1px;-webkit-box-shadow:inset rgba(255,255,255,0.85) 0 0 1px;-moz-box-shadow:inset rgba(255,255,255,0.85) 0 0 1px;-webkit-transition:all .1s ease-in-out;-moz-transition:all .1s ease-in-out;color:#fff}

/*noinspection CssUnusedSymbol*/
.button:hover .outer .height .inner{text-shadow:#99f48d 0 0 1px;background:#005DBD;background:-moz-linear-gradient(top,#005DBD 0%,#0072BC 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#005DBD),color-stop(100%,#0072BC));background:-webkit-linear-gradient(top,#005DBD 0%,#0072BC 100%);background:linear-gradient(top,#005DBD 0%,#0072BC 100%)}

/*noinspection CssUnusedSymbol*/
.button:active .outer .height .inner{text-shadow:#319926 0 1px 0;box-shadow:inset rgba(0,0,0,0.9) 0 0 8px;-webkit-box-shadow:inset rgba(0,0,0,0.9) 0 0 8px;-moz-box-shadow:inset rgba(0,0,0,0.9) 0 0 8px;background:#1d7d12;background:-moz-linear-gradient(top,#1d7d12 0%,#4fd342 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#1d7d12),color-stop(100%,#4fd342));background:-webkit-linear-gradient(top,#1d7d12 0%,#4fd342 100%);background:linear-gradient(top,#1d7d12 0%,#4fd342 100%)}

/*noinspection CssUnusedSymbol*/
.close-popup {width: 42px;height: 42px; /*noinspection CssUnknownTarget*/
    background: url("X.png") center no-repeat;position: fixed;top: 100px;right: 50%;margin-right: -700px}

/*noinspection CssUnusedSymbol,CssUnusedSymbol*/
.comment-reply-title,.comments-title {text-align: center;font-size: 20px;margin: 10px 0}

/*noinspection CssUnusedSymbol*/
.comment-form{padding:20px;background:#120521;border:1px solid #333}
.comment-form label{display:inline-block;width:150px}
.comment-form input {color:#111;}
.form-submit input[type=submit]{color:#fff;font-family:Arial,Helvetica,sans-serif;font-size:14px;margin: 20px 0 0 0;padding:8px 12px;background:#320E5C;border:1px solid #036;-moz-box-shadow:0 1px 3px rgba(000,000,000,.5),inset 0 0 1px rgba(255,255,255,.5);-webkit-box-shadow:0 1px 3px rgba(000,000,000,.5),inset 0 0 1px rgba(255,255,255,.5);box-shadow:0 1px 3px rgba(000,000,000,.5),inset 0 0 1px rgba(255,255,255,.5);text-shadow:0 -1px 0 rgba(000,000,000,.7),0 1px 0 rgba(255,255,255,.3)}
.comment-form-comment textarea{max-width:700px;color:#111;}

/*noinspection CssUnusedSymbol,CssUnusedSymbol*/
.comment-list,.comment-list .children{padding:0;list-style:none}

/*noinspection CssUnusedSymbol*/
.comment-list .children{margin:10px 0}
.comment-list li{padding:10px 20px;background:#120521;border:1px solid #939393}

/*noinspection CssUnusedSymbol,CssUnusedSymbol*/
.comment-list li .comment-author,.comment-list li .commentmetadata{display:inline-block;width:350px;vertical-align:middle}
.comment-list li .comment-author *{margin-left:10px;display:inline-block;vertical-align:middle}

/*noinspection CssUnusedSymbol*/
.comment-list li .commentmetadata{width:300px;text-align:right;float:right;margin-top:10px}
.comment-form p {margin: 0 0 10px}

/*noinspection CssUnusedSymbol*/
.big-btn {display: block;height: 52px;line-height: 52px;text-align: center;font-size: 20px;margin: 13px 0 0;background: #b82060;}

/*noinspection CssUnusedSymbol*/
.big-btn:hover {background: #109e00;}