@import 'framework.css';

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

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

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

button, [type=button], [type=reset], [type=submit] {
    -webkit-appearance: button
}

    button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
        border-style: none;
        padding: 0
    }

    button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
        outline: 1px dotted ButtonText
    }

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

    [type=search]::-webkit-search-decoration {
        -webkit-appearance: none
    }

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

body, button, input, select, optgroup, textarea {
    color: #fff;
    font-family: prompt,Roboto,Oxygen-Sans,Ubuntu,Cantarell,helvetica neue,sans-serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5
}

h1, h2, h3, h4, h5, h6 {
    clear: both
}

p {
    margin-bottom: 1.5em
}

dfn, cite, em, i {
    font-style: italic
}

blockquote {
    margin: 0 1.5em
}

address {
    margin: 0 0 1.5em
}

pre {
    background: #eee;
    font-family: "courier 10 pitch",courier,monospace;
    font-size: .9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em
}

code, kbd, tt, var {
    font-family: monaco,consolas,andale mono,dejavu sans mono,monospace;
    font-size: .9375rem
}

abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help
}

mark, ins {
    background: #fff9c0;
    text-decoration: none
}

big {
    font-size: 125%
}

body {
    font-family: Prompt;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    -webkit-font-smoothing: antialiased
}

    body.dev {
        background: #ccc;
        min-height: 10000px
    }

nav, header, section, footer {
    position: relative
}

header, section {
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover
}

    header nav {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1000
    }

nav {
    width: 100%
}

    nav.transparent {
        background: 0 0
    }

a, button {
    cursor: pointer;
    transition: all .25s
}

    a:hover, button:hover {
        text-decoration: none
    }

    a:active, a:focus, button:active, button:focus {
        text-decoration: none;
        outline: none
    }

button {
    border: none;
    outline: none !important
}

input, textarea {
    border: 0;
    outline: none;
    background: 0 0;
    color: #1e0e62;
    resize: none
}

label {
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

h1, h2, h3, h4, h5, h6 {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    margin: 0;
    font-weight: 700;
    font-family: Prompt
}

h1, h2 {
    font-size: 58px;
    line-height: 70px
}

    h1.big, h2.big {
        font-size: 72px;
        line-height: 86px
    }

    h1.small, h2.small {
        font-size: 42px;
        line-height: 52px;
        font-weight: 700
    }

h3 {
    font-size: 42px;
    line-height: 52px
}

b, strong {
    font-weight: 700
}

[data-aos=fade-down] {
    transform: translate3d(0,-35px,0)
}

[data-aos=fade-up] {
    transform: translate3d(0,35px,0)
}

.slick-prev, .slick-next {
    position: absolute;
    display: block;
    height: 32px;
    width: 32px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: 0 0;
    color: transparent;
    top: 50%;
    margin-top: -16px;
    padding: 0;
    border: none;
    outline: none;
    z-index: 1
}

    .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
        outline: none;
        background: 0 0;
        color: transparent
    }

        .slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
            opacity: .5
        }

    .slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
        opacity: .3
    }

    .slick-prev:before, .slick-next:before {
        display: block;
        content: "";
        width: 32px;
        height: 32px;
        opacity: 1;
        transition: opacity .2s
    }

.slick-prev {
    left: 0
}

[dir=rtl] .slick-prev {
    left: auto;
    right: 0
}

.slick-prev:before {
    background: url(../i/slick-arrow-left.svg) no-repeat 0 50%
}

[dir=rtl] .slick-prev:before {
    background: url(../i/slick-arrow-right.svg) no-repeat 100% 50%
}

.slick-next {
    right: 0
}

[dir=rtl] .slick-next {
    left: 0;
    right: auto
}

.slick-next:before {
    background: url(../i/slick-arrow-right.svg) no-repeat 100% 50%
}

[dir=rtl] .slick-next:before {
    background: url(../i/slick-arrow-left.svg) no-repeat 0 50%
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0;
    margin: 0;
    left: 0;
    right: 0
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        height: 10px;
        width: 10px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer
    }

        .slick-dots li button {
            box-sizing: border-box;
            border: 2px solid #fff;
            border-radius: 50%;
            background: 0 0;
            display: block;
            height: 10px;
            width: 10px;
            padding: 0;
            outline: none;
            line-height: 0;
            font-size: 0;
            color: transparent;
            opacity: .3;
            cursor: pointer
        }

            .slick-dots li button:hover {
                outline: none;
                opacity: .8
            }

        .slick-dots li.slick-active button {
            background: #fff;
            opacity: 1
        }

            .slick-dots li.slick-active button:hover {
                opacity: 1
            }

.slick-slide {
    outline: none
}

.arrows-dark .slick-prev:before {
    background: url(../i/slick-arrow-left-dark.svg) no-repeat 0 50%
}

[dir=rtl] .arrows-dark .slick-prev:before {
    background: url(../i/slick-arrow-right-dark.svg) no-repeat 100% 50%
}

.arrows-dark .slick-next:before {
    background: url(../i/slick-arrow-right-dark.svg) no-repeat 100% 50%
}

[dir=rtl] .arrows-dark .slick-next:before {
    background: url(../i/slick-arrow-left-dark.svg) no-repeat 0 50%
}

.container {
    position: relative
}

@media(max-width:992px) {
    .container-banner {
        max-width: 100% !important;
        width: 100% !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}



::-moz-selection {
    background: #e93a7d;
    color: #fff
}

::-webkit-selection {
    background: #e93a7d;
    color: #fff
}

::selection {
    background: #e93a7d;
    color: #fff
}

@media(max-width:1199.98px) {
    header[class^=pt-], header[class*=" pt-"], section[class^=pt-], section[class*=" pt-"] {
        padding-top: 80px
    }

    header[class^=pb-], header[class*=" pb-"], section[class^=pb-], section[class*=" pb-"] {
        padding-bottom: 80px
    }

    h1 br, h2 br, h3 br, .text-adaptive br {
        display: none
    }

    h1, h2 {
        font-size: 52px;
        line-height: 62px
    }

        h1.big, h2.big {
            font-size: 62px;
            line-height: 72px
        }

        h1.small, h2.small {
            font-size: 36px;
            line-height: 46px
        }

    h3 {
        font-size: 36px;
        line-height: 46px
    }

    .navigation_mobile {
        display: block
    }
}

@media(max-width:991.98px) {
    h1, h2 {
        font-size: 42px;
        line-height: 52px
    }

        h1.big, h2.big {
            font-size: 52px;
            line-height: 62px
        }

        h1.small, h2.small {
            font-size: 32px;
            line-height: 42px
        }

    h3 {
        font-size: 32px;
        line-height: 42px
    }

    .text-adaptive.f-24 {
        font-size: 22px;
        line-height: 32px
    }

    .text-adaptive.f-22 {
        font-size: 20px;
        line-height: 30px
    }

    .text-adaptive.f-20 {
        font-size: 18px;
        line-height: 28px
    }

    .alert {
        top: 10px;
        left: 20px;
        right: 20px;
        transform: none;
        width: auto;
        padding-left: 40px
    }
}

@media(max-width:767.98px) {
    h1, h2 {
        font-size: 32px;
        line-height: 42px
    }

        h1.big, h2.big {
            font-size: 42px;
            line-height: 52px
        }

        h1.small, h2.small {
            font-size: 26px;
            line-height: 36px
        }

    h3 {
        font-size: 26px;
        line-height: 36px
    }

    .text-adaptive.f-24 {
        font-size: 20px;
        line-height: 30px
    }

    .text-adaptive.f-22 {
        font-size: 18px;
        line-height: 28px
    }

    .text-adaptive.f-20 {
        font-size: 16px;
        line-height: 26px
    }

    .text-adaptive.f-18 {
        font-size: 16px;
        line-height: 26px
    }

    .btn.lg {
        height: 50px;
        line-height: 50px;
        padding: 0 30px;
        font-size: 18px;
        font-weight: 500
    }

        .btn.lg[class^=border-], .btn.lg[class*=" border-"] {
            line-height: 46px
        }

    .btn.xl {
        height: 60px;
        line-height: 60px;
        padding: 0 35px;
        font-size: 18px;
        font-weight: 500
    }

        .btn.xl[class^=border-], .btn.xl[class*=" border-"] {
            line-height: 56px
        }

    .input.lg {
        height: 50px;
        font-size: 18px;
        font-weight: 500
    }
}

@media(max-width:639.98px) {
    .video_popup iframe {
        width: calc(100% - 30px);
        height: calc((100vw - 30px) * 0.56)
    }
}

@media(max-width:575.98px) {
    h1, h2 {
        font-size: 26px;
        line-height: 36px
    }

        h1.big, h2.big {
            font-size: 32px;
            line-height: 42px
        }

        h1.small, h2.small {
            font-size: 22px;
            line-height: 32px
        }

    .btn.xl {
        height: 50px;
        line-height: 50px;
        padding: 0 30px
    }

        .btn.xl[class^=border-], .btn.xl[class*=" border-"] {
            line-height: 46px
        }
}

*, *::before, *::after {
    box-sizing: inherit
}

html {
    box-sizing: border-box
}

body {
    background: #000
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em
}

ul, ol {
    margin: 0 0 1.5em 3em
}

ul {
    list-style: disc
}

ol {
    list-style: decimal
}

li > ul, li > ol {
    margin-bottom: 0;
    margin-left: 1.5em
}

dt {
    font-weight: 700
}

dd {
    margin: 0 1.5em 1.5em
}

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

figure {
    margin: 1em 0
}

table {
    margin: 0 0 1.5em;
    width: 100%
}

label {
    color: #333;
    display: block;
    font-weight: 800;
    margin-bottom: .5em
}

fieldset {
    margin-bottom: 1em
}

input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=number], input[type=tel], input[type=range], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime], input[type=datetime-local], input[type=color], textarea {
    color: #666;
    background: #fff;
    background-image: -webkit-linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0));
    border: 1px solid #bbb;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: block;
    padding: .7em;
    width: 100%
}

    input[type=text]:focus, input[type=email]:focus, input[type=url]:focus, input[type=password]:focus, input[type=search]:focus, input[type=number]:focus, input[type=tel]:focus, input[type=range]:focus, input[type=date]:focus, input[type=month]:focus, input[type=week]:focus, input[type=time]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=color]:focus, textarea:focus {
        color: #222;
        border-color: #333
    }

select {
    border: 1px solid #bbb;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    height: 3em;
    max-width: 100%
}

input[type=radio]:focus, input[type=checkbox]:focus {
    outline: thin dotted #333
}

input[type=radio], input[type=checkbox] {
    margin-right: .5em
}

    input[type=radio] + label, input[type=checkbox] + label {
        font-weight: 400
    }

button, input[type=button], input[type=submit] {
    background-color: #222;
    border: 0;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 800;
    line-height: 1;
    padding: 1em 2em;
    text-shadow: none;
    -webkit-transition: background .2s;
    transition: background .2s
}

input + button, input + input[type=button], input + input[type=submit] {
    padding: .75em 2em
}

button.secondary, input[type=reset], input[type=button].secondary, input[type=reset].secondary, input[type=submit].secondary {
    background-color: #ddd;
    color: #222
}

:not( .mejs-button ) > button:hover, :not( .mejs-button ) > button:focus, input[type=button]:hover, input[type=button]:focus, input[type=submit]:hover, input[type=submit]:focus {
    background: #767676
}

button.secondary:hover, button.secondary:focus, input[type=reset]:hover, input[type=reset]:focus, input[type=button].secondary:hover, input[type=button].secondary:focus, input[type=reset].secondary:hover, input[type=reset].secondary:focus, input[type=submit].secondary:hover, input[type=submit].secondary:focus {
    background: #bbb
}

::-webkit-input-placeholder {
    color: #333;
    font-family: libre franklin,helvetica neue,helvetica,arial,sans-serif
}

:-moz-placeholder {
    color: #333;
    font-family: libre franklin,helvetica neue,helvetica,arial,sans-serif
}

::-moz-placeholder {
    color: #333;
    font-family: libre franklin,helvetica neue,helvetica,arial,sans-serif;
    opacity: 1
}

:-ms-input-placeholder {
    color: #333;
    font-family: libre franklin,helvetica neue,helvetica,arial,sans-serif
}

textarea {
    width: 100%
}

.site-header {
    position: fixed;
    top: 0;
    background: #010c06;
    background: -webkit-linear-gradient(#010c06 10%, #501b68 90%);
    background: -o-linear-gradient(#010c06 10%, #501b68 90%);
    background: -moz-linear-gradient(#010c06 10%, #501b68 90%);
    background: linear-gradient(#010c06 10%, #501b68 90%);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    min-width: 100%;
    height: 83px;
    z-index: 900;
}

.navigation_mobile {
    display: block
}

    .navigation_mobile a {
        color: #c18f23;
        text-decoration: none
    }

        .navigation_mobile a:visited {
            /*color: #c18f23*/
        }

        .navigation_mobile a:hover, .navigation_mobile a:focus, .navigation_mobile a:active {
            color: #00238b
        }

.mobile-menu ul {
    list-style: none;
    font-family: prompt,helvetica,sans-serif;
    font-weight: 600;
    margin: 0;
    padding-left: 0
}

    .mobile-menu ul li a {
        font-family: prompt,helvetica,sans-serif;
        font-weight: 600
    }

    .mobile-menu ul ul {
        font-family: prompt,helvetica,sans-serif;
        font-weight: 300;
        font-size: 13px;
        margin: 0;
        line-height: 21px
    }

.mobile-menu .sub-menu a {
    font-family: prompt,helvetica,sans-serif;
    font-weight: 300;
    font-size: 12px;
    height: 18px;
    line-height: 18px
}

.main-navigation {
    display: block;
    width: 100%
}

    .main-navigation ul {
        display: none;
        list-style: none;
        margin: 0;
        padding-left: 0
    }

        .main-navigation ul li a {
            list-style: none;
            padding: 0 20px
        }

        .main-navigation ul ul {
            box-shadow: 0 3px 3px rgba(0,0,0,.2);
            float: left;
            position: absolute;
            top: 100%;
            left: -999em;
            z-index: 99999
        }

            .main-navigation ul ul ul {
                left: -999em;
                top: 0
            }

            .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
                display: block;
                left: auto
            }

            .main-navigation ul ul a {
                width: 200px
            }

        .main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
            left: auto
        }

    .main-navigation li {
        position: relative
    }

    .main-navigation a {
        font-family: prompt,helvetica,sans-serif;
        font-weight: 600;
        font-size: 21px;
        line-height: 64px;
        color: #fff;
        display: block;
        text-decoration: none
    }

        .main-navigation a:hover {
            line-height: 64px;
            color: #000;
            display: block;
            text-decoration: none
        }

.body-gold-line {
    background-color: #c18f23;
    background: #c18f23 url(../images/body-gold-line-bg.png?t=8) repeat-x top center;
    background-size: 10px 10px;
    width: 100%;
    height: 10px;
    display: none !important
}

/*#site-navigation {
	background: #b52e30;
	background: -moz-linear-gradient(top,rgba(181,46,48,1) 0%,rgba(255,0,0,1) 50%,rgba(171,0,0,1) 51%,rgba(181,0,0,1) 71%,rgba(181,0,0,1) 100%);
	background: -webkit-gradient(left top,left bottom,color-stop(0%,rgba(181,46,48,1)),color-stop(50%,rgba(255,0,0,1)),color-stop(51%,rgba(171,0,0,1)),color-stop(71%,rgba(181,0,0,1)),color-stop(100%,rgba(181,0,0,1)));
	background: -webkit-linear-gradient(top,rgba(181,46,48,1) 0%,rgba(255,0,0,1) 50%,rgba(171,0,0,1) 51%,rgba(181,0,0,1) 71%,rgba(181,0,0,1) 100%);
	background: -o-linear-gradient(top,rgba(181,46,48,1) 0%,rgba(255,0,0,1) 50%,rgba(171,0,0,1) 51%,rgba(181,0,0,1) 71%,rgba(181,0,0,1) 100%);
	background: -ms-linear-gradient(top,rgba(181,46,48,1) 0%,rgba(255,0,0,1) 50%,rgba(171,0,0,1) 51%,rgba(181,0,0,1) 71%,rgba(181,0,0,1) 100%);
	background: linear-gradient(to bottom,rgba(181,46,48,1) 0%,rgba(255,0,0,1) 50%,rgba(171,0,0,1) 51%,rgba(181,0,0,1) 71%,rgba(181,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b52e30',endColorstr='#b50000',GradientType=0 )
}*/


#site-navigation {
    background: #b52e30;
    background: -moz-linear-gradient(top,rgba(181,46,48,1) 0%,rgba(255,0,0,1) 50%,rgba(171,0,0,1) 51%,rgba(181,0,0,1) 71%,rgba(181,0,0,1) 100%);
    background: -webkit-gradient(left top,left bottom,color-stop(0%,rgba(181,46,48,1)),color-stop(50%,rgba(255,0,0,1)),color-stop(51%,rgba(171,0,0,1)),color-stop(71%,rgba(181,0,0,1)),color-stop(100%,rgba(181,0,0,1)));
    background: -webkit-linear-gradient(top,rgba(181,46,48,1) 0%,rgba(255,0,0,1) 50%,rgba(171,0,0,1) 51%,rgba(181,0,0,1) 71%,rgba(181,0,0,1) 100%);
    background: -o-linear-gradient(top,rgba(181,46,48,1) 0%,rgba(255,0,0,1) 50%,rgba(171,0,0,1) 51%,rgba(181,0,0,1) 71%,rgba(181,0,0,1) 100%);
    background: -ms-linear-gradient(top,rgba(181,46,48,1) 0%,rgba(255,0,0,1) 50%,rgba(171,0,0,1) 51%,rgba(181,0,0,1) 71%,rgba(181,0,0,1) 100%);
    background: linear-gradient(to bottom,rgba(181,46,48,1) 0%,rgba(255,0,0,1) 50%,rgba(171,0,0,1) 51%,rgba(181,0,0,1) 71%,rgba(181,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b52e30',endColorstr='#b50000',GradientType=0 )
}

.site-header {
    min-width: 100%;
    padding-top: 50px;
    border-bottom: 2px solid #f7c562;
}

    .site-header .logo {
        max-width: 90px;
        height: auto
    }



#site-navigation {
    /*background: url(../images/menubar-final.png?t=8) !important;*/
    /*background-size: 1920px 65px !important;*/
    height: 65px !important;
    border-bottom: 3px solid #f7c562;
    border-top: 3px solid #f7c562;
}

@media(max-width:1020px) {
    .main-navigation a {
        font-size: 16px !important;
    }
}

@media(max-width:991px) {
    .main-navigation {
        display: none !important;
    }
}


@media(min-width:992px) {
    .site-header {
        min-width: 100%;
        padding-top: 0px;
    }

    #site-navigation {
        clear: both;
        margin-top: 100px;
        background-image: linear-gradient(to bottom, #282828 17%, #000);
        /*-webkit-box-shadow: 0 0 51px 8px rgba(0,0,0,.9);
        -moz-box-shadow: 0 0 51px 8px rgba(0,0,0,.9);
        box-shadow: 0 0 51px 8px rgba(0,0,0,.9);*/
        height: 64px;
        margin-bottom: 50px
    }

    .main-navigation #primary-menu-right #menu-item-62 a, .main-navigation #primary-menu-right #menu-item-61 a, .main-navigation #primary-menu-right #menu-item-60 a {
        list-style: none;
        -webkit-box-shadow: inset 0 0 66px 86px rgba(0,0,0,.1);
        -moz-box-shadow: inset 0 0 66px 86px rgba(0,0,0,.1);
        box-shadow: inset 0 0 66px 86px rgba(0,0,0,.1);
        font-size: 26px;
        padding: 0 30px
    }

    .main-navigation #primary-menu-left #menu-item-58 a {
        list-style: none;
        -webkit-box-shadow: inset 0 0 66px 86px rgba(0,0,0,.1);
        -moz-box-shadow: inset 0 0 66px 86px rgba(0,0,0,.1);
        box-shadow: inset 0 0 66px 86px rgba(0,0,0,.1);
        font-size: 26px;
        padding: 0 40px
    }

    .main-navigation #primary-menu-left #menu-item-59 a {
        list-style: none;
        -webkit-box-shadow: inset 0 0 66px 86px rgba(0,0,0,.1);
        -moz-box-shadow: inset 0 0 66px 86px rgba(0,0,0,.1);
        box-shadow: inset 0 0 66px 86px rgba(0,0,0,.1);
        font-size: 26px;
        padding: 0 64px 0 50px
    }

    .main-navigation ul li a:visited {
        color: #fff
    }

    .main-navigation ul li a:hover, .main-navigation ul li a:active {
        color: #f7c562;
        outline: 0
    }

    #site-navigation .menu-main-menu-center-container .logo-desktop-menu {
        position: absolute;
        width: 200px;
        height: 200px;
        margin: -120px 0 0 -100px;
        padding: 0 0 0 0
    }

        #site-navigation .menu-main-menu-center-container .logo-desktop-menu a {
            /*background: url(../images/logo-desktop-menu.png?t=8) no-repeat top center;*/
            background: url(../images/logo-777.png?t=8) no-repeat top center;
            background-size: 200px 190px;
            text-indent: -9999px;
            width: 200px;
            height: 200px;
            margin: 0;
            padding: 0;
            margin-top: -25px
        }
}

.main-navigation .menu-main-menu-container {
    overflow: visible;
    background-color: #c18f23
}

a {
    color: #980020
}

    a:visited {
        /*color: #980020*/
    }

    a:hover, a:focus, a:active {
        color: #c18f23
    }

    a:focus {
        outline: thin dotted
    }

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

.main-navigation {
    display: block;
    width: 100%
}

    .main-navigation ul {
        display: none;
        list-style: none;
        margin: 0;
        padding-left: 0
    }

        .main-navigation ul ul {
            box-shadow: 0 3px 3px rgba(0,0,0,.2);
            float: left;
            position: absolute;
            top: 100%;
            left: -999em;
            z-index: 99999
        }

            .main-navigation ul ul ul {
                left: -999em;
                top: 0
            }

            .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
                display: block;
                left: auto
            }

            .main-navigation ul ul a {
                width: 200px
            }

        .main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
            left: auto
        }

    .main-navigation li {
        position: relative
    }

    .main-navigation a {
        display: block;
        text-decoration: none
    }

    .menu-toggle, .main-navigation.toggled ul {
        display: block
    }

@media screen and (min-width:37.5em) {
    .menu-toggle {
        display: none
    }

    .main-navigation ul {
        display: flex
    }
}

.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
    margin: 0 0 1.5em
}

.comment-navigation .nav-links, .posts-navigation .nav-links, .post-navigation .nav-links {
    display: flex
}

.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
    flex: 1 0 50%
}

.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%
}

.site-notify {
    background: 0 0;
    line-height: 48px;
    width: 100%;
    height: 42px
}

    .site-notify .notify-header {
        text-align: center;
        background: red;
        color: #fff;
        font-size: 24px;
        line-height: 42px;
        width: 100%;
        height: 42px;
        border-radius: 10px 0 0 10px
    }

    .site-notify .notify {
        text-align: center;
        background: #fff;
        color: #000;
        line-height: 48px;
        width: 100%;
        height: 42px;
        border-radius: 0 10px 10px 0
    }

        .site-notify .notify .blog-notify {
            width: 100%;
            height: 42px
        }

            .site-notify .notify .blog-notify a {
                color: #000;
                text-decoration: none;
                width: 100%
            }

                .site-notify .notify .blog-notify a:hover {
                    color: #c18f23;
                    text-decoration: none
                }

@media(min-width:360px) {
    .site-notify {
        background: 0 0;
        line-height: 48px;
        width: 100%;
        /*height: 64px*/
    }

        .site-notify .notify-header {
            text-align: center;
            background: red;
            color: #fff;
            font-size: 24px;
            line-height: 42px;
            width: 100%;
            height: 42px;
            border-radius: 10px
        }

        .site-notify .notify {
            text-align: center;
            background: #fff;
            color: #000;
            line-height: 48px;
            width: 100%;
            height: 42px;
            border-radius: 10px
        }

            .site-notify .notify .blog-notify {
                width: 100%;
                height: 42px
            }

                .site-notify .notify .blog-notify a {
                    color: #000;
                    text-decoration: none
                }

                    .site-notify .notify .blog-notify a:hover {
                        color: #c18f23;
                        text-decoration: none
                    }
}

.screen-reader-text {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important
}

    .screen-reader-text:focus {
        background-color: #f1f1f1;
        border-radius: 3px;
        box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
        clip: auto !important;
        clip-path: none;
        color: #21759b;
        display: block;
        font-size: .875rem;
        font-weight: 700;
        height: auto;
        left: 5px;
        line-height: normal;
        padding: 15px 23px 14px;
        text-decoration: none;
        top: 5px;
        width: auto;
        z-index: 100000
    }

#primary[tabindex="-1"]:focus {
    outline: 0
}

.alignleft {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1.5em
}

.alignright {
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1.5em
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em
}

.widget {
    margin: 0 0 1.5em
}

    .widget select {
        max-width: 100%
    }

.sticky {
    display: block
}

.post, .page {
    margin: 0 0 1.5em
}

.updated:not(.published) {
    display: none
}

.page-content, .entry-content, .entry-summary {
    margin: 1.5em 0 0
}

.page-links {
    clear: both;
    margin: 0 0 1.5em
}

.comment-content a {
    word-wrap: break-word
}

.bypostauthor {
    display: block
}

.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
    display: none
}

.infinity-end.neverending .site-footer {
    display: block
}

.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}

embed, iframe, object {
    max-width: 100%
}

.custom-logo-link {
    display: inline-block
}

@media screen and (max-width:480px) {
    .custom-logo-link {
        margin-top: 25px
    }
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%
}

    .wp-caption img[class*=wp-image-] {
        display: block;
        margin-left: auto;
        margin-right: auto
    }

    .wp-caption .wp-caption-text {
        margin: .8075em 0
    }

.wp-caption-text {
    text-align: center
}

.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%
}

.gallery-columns-2 {
    grid-template-columns: repeat(2,1fr)
}

.gallery-columns-3 {
    grid-template-columns: repeat(3,1fr)
}

.gallery-columns-4 {
    grid-template-columns: repeat(4,1fr)
}

.gallery-columns-5 {
    grid-template-columns: repeat(5,1fr)
}

.gallery-columns-6 {
    grid-template-columns: repeat(6,1fr)
}

.gallery-columns-7 {
    grid-template-columns: repeat(7,1fr)
}

.gallery-columns-8 {
    grid-template-columns: repeat(8,1fr)
}

.gallery-columns-9 {
    grid-template-columns: repeat(9,1fr)
}

.gallery-caption {
    display: block
}

.card {
    background: 0 0;
    border: 0 solid #e5e5e5
}

.content .card .card-body a {
    color: #fff
}

.content .card a {
    color: #fff
}

.howto-join-us-container {
    background-color: #000;
    padding-bottom: 30px
}

    .howto-join-us-container .howto-join-us-member-bg {
        background-color: #050505;
        border: 3px solid #e9c36c;
        border-radius: 30px 30px 30px 30px;
        -moz-border-radius: 30px 30px 30px 30px;
        -webkit-border-radius: 30px 30px 30px 30px;
        -webkit-box-shadow: 0 0 40px 5px #e9c36c;
        -moz-box-shadow: 0 0 40px 5px #e9c36c;
        box-shadow: 0 0 40px 5px #e9c36c;
        min-width: 100%;
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px
    }

    .howto-join-us-container .howto-join-us-member-step .line-color {
        color: #42eb00
    }

    .howto-join-us-container .howto-join-us-member-step .yellow-color {
        color: #ffe400
    }

.slot-content-container {
    background-color: #000
}

    .slot-content-container .slot-title {
        background-color: #000;
        height: 60px
    }

    .slot-content-container .slot a {
        width: 100%;
        text-align: center;
        color: #980020;
        text-decoration: none
    }

    .slot-content-container .slot-title a {
        text-align: center;
        width: 100%;
        color: #980020;
        text-decoration: none;
        text-align: center
    }

    .slot-content-container .slot:visited {
        color: #fff;
        text-decoration: none
    }

    .slot-content-container .slot a:hover, .slot-content-container .slot a:focus, .slot-content-container .slot a:active {
        color: #ebc56f;
        text-decoration: underline
    }

.casino-content-container {
    background-color: transparent;
    padding-top: 0;
    padding-bottom: 0
}

    .casino-content-container .casino-content {
        background-color: transparent;
        border: 3px solid #e9c36c;
        border-radius: 30px 30px 30px 30px;
        -moz-border-radius: 30px 30px 30px 30px;
        -webkit-border-radius: 30px 30px 30px 30px;
        -webkit-box-shadow: 0 0 40px 5px #e9c36c;
        -moz-box-shadow: 0 0 40px 5px #e9c36c;
        box-shadow: 0 0 40px 5px #e9c36c;
        min-width: 100%;
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px
    }

@media(min-width:360px) {
    .casino-content-bg {
        background: #9e0b0f url(../images/casino-slot-bg-top.png?t=8) no-repeat top left;
        background-size: 360px 103px;
        min-height: 103px;
        width: 100%;
        padding: 30px 0 0
    }

    .casino-content-bg-bottom {
        background: transparent url(../images/casino-slot-bg-bottom.png?t=8) no-repeat bottom right;
        background-size: 360px 103px;
        min-height: 103px;
        width: 100%;
        padding: 0 0 30px
    }

    .casino-content-container .casino-content {
        background-color: transparent;
        border: 3px solid #e9c36c;
        border-radius: 30px 30px 30px 30px;
        -moz-border-radius: 30px 30px 30px 30px;
        -webkit-border-radius: 30px 30px 30px 30px;
        -webkit-box-shadow: 0 0 40px 5px #e9c36c;
        -moz-box-shadow: 0 0 40px 5px #e9c36c;
        box-shadow: 0 0 40px 5px #e9c36c;
        min-width: 100%;
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px
    }
}

@media(min-width:992px) {
    .casino-content-bg {
        background: #9e0b0f url(../images/casino-slot-bg-top.png?t=8) no-repeat top left;
        background-size: 1170px 335px;
        min-height: 335px;
        width: 100%;
        padding: 30px 0 0
    }

    .casino-content-bg-bottom {
        background: transparent url(../images/casino-slot-bg-bottom.png?t=8) no-repeat bottom right;
        background-size: 1170px 335px;
        min-height: 335px;
        width: 100%;
        padding: 0 0 30px
    }
}

@media(min-width:1200px) {
    .casino-content-bg {
        background: #9e0b0f url(../images/casino-slot-bg-top.png?t=8) no-repeat top left;
        background-size: 1280px 366px;
        min-height: 366px;
        width: 100%;
        padding: 30px 0 0
    }

    .casino-content-bg-bottom {
        background: transparent url(../images/casino-slot-bg-bottom.png?t=8) no-repeat bottom right;
        background-size: 1280px 366px;
        min-height: 366px;
        width: 100%;
        padding: 0 0 30px
    }
}

@media(min-width:1320px) {
    .casino-content-bg {
        background: #9e0b0f url(../images/casino-slot-bg-top.png?t=8) no-repeat top left;
        background-size: 1370px 392px;
        min-height: 392px;
        width: 100%;
        padding: 30px 0 0
    }

    .casino-content-bg-bottom {
        background: transparent url(../images/casino-slot-bg-bottom.png?t=8) no-repeat bottom right;
        background-size: 1370px 392px;
        min-height: 392px;
        width: 100%;
        padding: 0 0 30px
    }
}

@media(min-width:1600px) {
    .casino-content-bg {
        background: #9e0b0f url(../images/casino-slot-bg-top.png?t=8) no-repeat top left;
        background-size: 1600px 458px;
        min-height: 458px;
        width: 100%;
        padding: 30px 0 0
    }

    .casino-content-bg-bottom {
        background: transparent url(../images/casino-slot-bg-bottom.png?t=8) no-repeat bottom right;
        background-size: 1600px 458px;
        min-height: 458px;
        width: 100%;
        padding: 0 0 30px
    }
}

@media(min-width:1920px) {
    .casino-content-bg {
        background: #9e0b0f url(../images/casino-slot-bg-top.png?t=8) no-repeat top left;
        background-size: 1920px 549px;
        min-height: 549px;
        width: 100%;
        padding: 30px 0 0
    }

    .casino-content-bg-bottom {
        background: transparent url(../images/casino-slot-bg-bottom.png?t=8) no-repeat bottom right;
        background-size: 1920px 549px;
        min-height: 549px;
        width: 100%;
        padding: 0 0 30px
    }
}

.blog-content-container {
    background-color: #000
}

    .blog-content-container .blog-title {
        background: #850004;
        background: -moz-linear-gradient(top,rgba(133,0,4,1) 0%,rgba(189,0,44,1) 44%,rgba(143,0,10,1) 100%);
        background: -webkit-gradient(left top,left bottom,color-stop(0%,rgba(133,0,4,1)),color-stop(44%,rgba(189,0,44,1)),color-stop(100%,rgba(143,0,10,1)));
        background: -webkit-linear-gradient(top,rgba(133,0,4,1) 0%,rgba(189,0,44,1) 44%,rgba(143,0,10,1) 100%);
        background: -o-linear-gradient(top,rgba(133,0,4,1) 0%,rgba(189,0,44,1) 44%,rgba(143,0,10,1) 100%);
        background: -ms-linear-gradient(top,rgba(133,0,4,1) 0%,rgba(189,0,44,1) 44%,rgba(143,0,10,1) 100%);
        background: linear-gradient(to bottom,rgba(133,0,4,1) 0%,rgba(189,0,44,1) 44%,rgba(143,0,10,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#850004',endColorstr='#8f000a',GradientType=0 );
        height: 60px
    }

    .blog-content-container .blog a {
        width: 100%;
        text-align: center;
        color: #fff;
        text-decoration: none
    }

    .blog-content-container .blog-title a {
        text-align: center;
        width: 100%;
        color: #fff;
        text-decoration: none;
        text-align: center
    }

    .blog-content-container .blog:visited {
        color: #fff;
        text-decoration: none
    }

    .blog-content-container .blog a:hover, .blog-content-container .blog a:focus, .blog-content-container .blog a:active {
        color: #850004;
        text-decoration: none
    }

@media(min-width:0px) {
    .member-container .member-login .user_card {
        background: url(../images/member-register-main-login-bg.png?t=8) no-repeat center center;
        background-size: 360px 207px;
        width: 360px;
        height: 207px;
        margin-top: auto;
        margin-bottom: auto;
        position: relative;
        display: flex;
        justify-content: center;
        flex-direction: column
    }

    .member-container .member-login .brand_logo_container {
        position: absolute;
        height: 170px;
        width: 170px;
        top: -40px;
        border-radius: 50%;
        padding: 0;
        text-align: center
    }

    .member-container .member-login .brand_logo {
        height: 80px;
        width: 80px;
        border-radius: 50%
    }

    .member-container .member-login .form_container {
        margin-top: 50px
    }

    .member-container .member-login .login_btn {
        width: 100%;
        background: url(../images/pussy-member-login-th-bg.png?t=8) no-repeat center center;
        background-size: 140px 50px;
        width: 140px;
        height: 50px;
        text-indent: -9999px;
        border: none;
        margin-top: 5px;
        color: #fff
    }

        .member-container .member-login .login_btn:focus {
            box-shadow: none;
            outline: 0
        }

    .member-container .member-login .login_container {
        padding: 0 2rem
    }

    .member-container .member-login .input-group {
        margin-top: 5px;
        height: 32px
    }

    .member-container .member-login .input-group-text {
        text-align: center;
        background: #000;
        color: #fff;
        border: 0;
        border-radius: .25rem 0 0 .25rem
    }

    .member-container .member-login .input-group-append {
        float: left;
        text-align: center;
        line-height: 32px;
        background: #000;
        color: #fff;
        border: 0;
        width: 32px;
        height: 32px;
        border-radius: .25rem 0 0 .25rem
    }

    .member-container .member-login .input_user, .member-container .member-login .input_pass, .member-container .member-login .input_pass:focus {
        float: left;
        width: 200px;
        height: 32px;
        background-color: #fff;
        box-shadow: none;
        outline: 0
    }

    .member-container .member-login .form_container #customControlInline.custom-control-input:checked {
        margin: 10px 0 0 10px
    }

    .member-container .member-login .form_container div.custom-control.custom-checkbox {
        margin-top: 10px
    }

    .member-container .member-login .custom-checkbox .custom-control-label {
        color: #fff
    }

    .member-container .member-login .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
        background-color: #000;
        color: #fff
    }
}


.member-container-register {
    background: #000 url(../images/member-container-rigister-bg.jpg?t=2) no-repeat top center;
    background-size: cover;
    min-height: 290px !important;
    width: 100%;
    padding: 0;
    margin-top: 0
}


@media(min-width:992px) {
    .member-container-register {
        background: #000 url(../images/member-container-rigister-bg.jpg?t=2) no-repeat top center;
        background-size: 1170px 459px;
        min-height: 459px;
        width: 100%;
        padding: 0
    }

    .member-container .member-login .user_card {
        background: url(../images/member-register-main-login-bg.png?t=8) no-repeat center center;
        background-size: 590px 325px;
        width: 590px;
        height: 410px;
        margin-top: auto;
        margin-bottom: auto;
        position: relative;
        display: flex;
        justify-content: center;
        flex-direction: column
    }

    .member-container .member-login .brand_logo_container {
        position: absolute;
        height: 170px;
        width: 170px;
        top: 0;
        border-radius: 50%;
        padding: 0;
        text-align: center
    }

    .member-container .member-login .brand_logo {
        height: 150px;
        width: 150px;
        border-radius: 50%
    }

    .member-container .member-login .form_container {
        margin-top: 90px
    }

    .member-container .member-login .login_btn {
        width: 100%;
        background: url(../images/pussy-member-login-th-bg.png?t=8) no-repeat center center;
        background-size: 210px 75px;
        width: 210px;
        height: 75px;
        border: none;
        text-indent: -9999px;
        margin-top: 20px;
        color: #fff
    }

        .member-container .member-login .login_btn:focus {
            box-shadow: none;
            outline: 0
        }

    .member-container .member-login .login_container {
        padding: 0 2rem
    }

    .member-container .member-login .input-group {
        margin-top: 10px;
        height: 42px
    }

    .member-container .member-login .input-group-text {
        text-align: center;
        background: #000;
        color: #fff;
        border: 0;
        border-radius: .25rem 0 0 .25rem
    }

    .member-container .member-login .input-group-append {
        float: left;
        text-align: center;
        line-height: 42px;
        background: #000;
        color: #fff;
        border: 0;
        width: 42px;
        height: 42px;
        border-radius: .25rem 0 0 .25rem
    }

    .member-container .member-login .input_user, .member-container .member-login .input_pass, .member-container .member-login .input_pass:focus {
        float: left;
        width: 300px;
        height: 42px;
        background-color: #fff;
        box-shadow: none;
        outline: 0
    }

    .member-container .member-login .form_container #customControlInline.custom-control-input:checked {
        margin: 10px 0 0 10px
    }

    .member-container .member-login .form_container div.custom-control.custom-checkbox {
        margin-top: 10px
    }

    .member-container .member-login .custom-checkbox .custom-control-label {
        color: #fff
    }

    .member-container .member-login .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
        background-color: #000;
        color: #fff
    }
}

@media(min-width:1200px) {
    .member-container-register {
        background: #000 url(../images/member-container-rigister-bg.jpg?t=2) no-repeat top center;
        background-size: 1280px 533px;
        min-height: 533px;
        width: 100%;
        padding: 0
    }
}

@media(min-width:1320px) {
    .member-container-register {
        background: #000 url(../images/member-container-rigister-bg.jpg?t=2) no-repeat top center;
        background-size: 1280px 501px;
        min-height: 501px;
        width: 100%;
        padding: 0
    }
}

@media(min-width:1600px) {
    .member-container-register {
        background: #000 url(../images/member-container-rigister-bg.jpg?t=2) no-repeat top center;
        background-size: 1600px 501px;
        min-height: 501px;
        width: 100%;
        padding: 0
    }
}

@media(min-width:1920px) {
    .member-container-register {
        background: #000 url(../images/member-container-rigister-bg.jpg?t=2) no-repeat top center;
        background-size: 1920px 800px;
        min-height: 800px;
        width: 100%;
        padding: 0
    }
}

.promotion-content-container {
    background-color: #000
}

    .promotion-content-container .promotion-title {
        background: #850004;
        background: -moz-linear-gradient(top,rgba(133,0,4,1) 0%,rgba(189,0,44,1) 44%,rgba(143,0,10,1) 100%);
        background: -webkit-gradient(left top,left bottom,color-stop(0%,rgba(133,0,4,1)),color-stop(44%,rgba(189,0,44,1)),color-stop(100%,rgba(143,0,10,1)));
        background: -webkit-linear-gradient(top,rgba(133,0,4,1) 0%,rgba(189,0,44,1) 44%,rgba(143,0,10,1) 100%);
        background: -o-linear-gradient(top,rgba(133,0,4,1) 0%,rgba(189,0,44,1) 44%,rgba(143,0,10,1) 100%);
        background: -ms-linear-gradient(top,rgba(133,0,4,1) 0%,rgba(189,0,44,1) 44%,rgba(143,0,10,1) 100%);
        background: linear-gradient(to bottom,rgba(133,0,4,1) 0%,rgba(189,0,44,1) 44%,rgba(143,0,10,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#850004',endColorstr='#8f000a',GradientType=0 );
        height: 60px
    }

    .promotion-content-container .promotion a {
        width: 100%;
        text-align: center;
        color: #fff;
        text-decoration: none
    }

    .promotion-content-container .promotion-title a {
        text-align: center;
        width: 100%;
        color: #fff;
        line-height: 64px;
        text-decoration: none;
        text-align: center
    }

    .promotion-content-container .promotion:visited {
        color: #fff;
        text-decoration: none
    }

    .promotion-content-container .promotion a:hover, .promotion-content-container .promotion a:focus, .promotion-content-container .promotion a:active {
        color: #850004;
        text-decoration: none
    }

.promotion-slide .promotion-slide-container {
    background-color: #000;
    height: 350px;
}

.swiper-pagination-bullet {
    border: 1px solid #1da1f2
}

.swiper-pagination-bullet-active {
    background: #1da1f2
}

img:not([draggable]), embed, object, video {
    max-width: 100%;
    height: auto
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto
}

    .swiper-container-autoheight .swiper-wrapper {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-transition-property: -webkit-transform,height;
        -webkit-transition-property: height,-webkit-transform;
        transition-property: height,-webkit-transform;
        transition-property: transform,height;
        transition-property: transform,height,-webkit-transform
    }

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

    .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
        opacity: .35;
        cursor: auto;
        pointer-events: none
    }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNyA0NCc+PHBhdGggZD0nTTAsMjJMMjIsMGwyLjEsMi4xTDQuMiwyMmwxOS45LDE5LjlMMjIsNDRMMCwyMkwwLDIyTDAsMjJ6JyBmaWxsPScjMDA3YWZmJy8+PC9zdmc+);
    left: 10px;
    right: auto
}

    .swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
        background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNyA0NCc+PHBhdGggZD0nTTAsMjJMMjIsMGwyLjEsMi4xTDQuMiwyMmwxOS45LDE5LjlMMjIsNDRMMCwyMkwwLDIyTDAsMjJ6JyBmaWxsPScjMDAwMDAwJy8+PC9zdmc+)
    }

    .swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
        background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNyA0NCc+PHBhdGggZD0nTTAsMjJMMjIsMGwyLjEsMi4xTDQuMiwyMmwxOS45LDE5LjlMMjIsNDRMMCwyMkwwLDIyTDAsMjJ6JyBmaWxsPScjZmZmZmZmJy8+PC9zdmc+)
    }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNyA0NCc+PHBhdGggZD0nTTI3LDIyTDI3LDIyTDUsNDRsLTIuMS0yLjFMMjIuOCwyMkwyLjksMi4xTDUsMEwyNywyMkwyNywyMnonIGZpbGw9JyMwMDdhZmYnLz48L3N2Zz4=);
    right: 10px;
    left: auto
}

    .swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
        background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNyA0NCc+PHBhdGggZD0nTTI3LDIyTDI3LDIyTDUsNDRsLTIuMS0yLjFMMjIuOCwyMkwyLjksMi4xTDUsMEwyNywyMkwyNywyMnonIGZpbGw9JyMwMDAwMDAnLz48L3N2Zz4=)
    }

    .swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
        background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNyA0NCc+PHBhdGggZD0nTTI3LDIyTDI3LDIyTDUsNDRsLTIuMS0yLjFMMjIuOCwyMkwyLjksMi4xTDUsMEwyNywyMkwyNywyMnonIGZpbGw9JyNmZmZmZmYnLz48L3N2Zz4=)
    }

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 10
}

    .swiper-pagination.swiper-pagination-hidden {
        opacity: 0
    }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0)
}

    .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 5px 0;
        display: block
    }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px
}

.swiper-pagination-progress {
    background: rgba(0,0,0,.25);
    position: absolute
}

    .swiper-pagination-progress .swiper-pagination-progressbar {
        background: #007aff;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: left top;
        transform-origin: left top
    }

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical > .swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255,255,255,.5)
}

    .swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
        background: #fff
    }

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px
}

    .swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d
    }

    .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 10
    }

    .swiper-container-3d .swiper-slide-shadow-left {
        background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
        background-image: -webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
        background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
    }

    .swiper-container-3d .swiper-slide-shadow-right {
        background-image: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
        background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
        background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
    }

    .swiper-container-3d .swiper-slide-shadow-top {
        background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
        background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
        background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
    }

    .swiper-container-3d .swiper-slide-shadow-bottom {
        background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
        background-image: -webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
        background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
    }

.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-container-cube, .swiper-container-flip {
    overflow: visible
}

    .swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1
    }

        .swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
            pointer-events: none
        }

    .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
        pointer-events: auto
    }

    .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

    .swiper-container-cube .swiper-slide {
        visibility: hidden;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        width: 100%;
        height: 100%
    }

    .swiper-container-cube.swiper-container-rtl .swiper-slide {
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0
    }

    .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
        pointer-events: auto;
        visibility: visible
    }

    .swiper-container-cube .swiper-cube-shadow {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .6;
        -webkit-filter: blur(50px);
        filter: blur(50px);
        z-index: 0
    }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

    .swiper-container-fade .swiper-slide .swiper-slide {
        pointer-events: none
    }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

    .swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
        max-width: 100%;
        max-height: 100%;
        -o-object-fit: contain;
        object-fit: contain
    }

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0,0,0,.1)
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0,0,0,.5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12,end) infinite;
    animation: swiper-preloader-spin 1s steps(12,end) infinite
}

    .swiper-lazy-preloader:after {
        display: block;
        content: "";
        width: 100%;
        height: 100%;
        background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB2aWV3Qm94PScwIDAgMTIwIDEyMCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB4bWxuczp4bGluaz0naHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayc+PGRlZnM+PGxpbmUgaWQ9J2wnIHgxPSc2MCcgeDI9JzYwJyB5MT0nNycgeTI9JzI3JyBzdHJva2U9JyM2YzZjNmMnIHN0cm9rZS13aWR0aD0nMTEnIHN0cm9rZS1saW5lY2FwPSdyb3VuZCcvPjwvZGVmcz48Zz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuMjcnLz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuMjcnIHRyYW5zZm9ybT0ncm90YXRlKDMwIDYwLDYwKScvPjx1c2UgeGxpbms6aHJlZj0nI2wnIG9wYWNpdHk9Jy4yNycgdHJhbnNmb3JtPSdyb3RhdGUoNjAgNjAsNjApJy8+PHVzZSB4bGluazpocmVmPScjbCcgb3BhY2l0eT0nLjI3JyB0cmFuc2Zvcm09J3JvdGF0ZSg5MCA2MCw2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuMjcnIHRyYW5zZm9ybT0ncm90YXRlKDEyMCA2MCw2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuMjcnIHRyYW5zZm9ybT0ncm90YXRlKDE1MCA2MCw2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuMzcnIHRyYW5zZm9ybT0ncm90YXRlKDE4MCA2MCw2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuNDYnIHRyYW5zZm9ybT0ncm90YXRlKDIxMCA2MCw2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuNTYnIHRyYW5zZm9ybT0ncm90YXRlKDI0MCA2MCw2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuNjYnIHRyYW5zZm9ybT0ncm90YXRlKDI3MCA2MCw2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuNzUnIHRyYW5zZm9ybT0ncm90YXRlKDMwMCA2MCw2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuODUnIHRyYW5zZm9ybT0ncm90YXRlKDMzMCA2MCw2MCknLz48L2c+PC9zdmc+);
        background-position: 50%;
        background-size: 100%;
        background-repeat: no-repeat
    }

.swiper-lazy-preloader-white:after {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB2aWV3Qm94PScwIDAgMTIwIDEyMCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB4bWxuczp4bGluaz0naHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayc+PGRlZnM+PGxpbmUgaWQ9J2wnIHgxPSc2MCcgeDI9JzYwJyB5MT0nNycgeTI9JzI3JyBzdHJva2U9JyNmZmYnIHN0cm9rZS13aWR0aD0nMTEnIHN0cm9rZS1saW5lY2FwPSdyb3VuZCcvPjwvZGVmcz48Zz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuMjcnLz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuMjcnIHRyYW5zZm9ybT0ncm90YXRlKDMwIDYwLDYwKScvPjx1c2UgeGxpbms6aHJlZj0nI2wnIG9wYWNpdHk9Jy4yNycgdHJhbnNmb3JtPSdyb3RhdGUoNjAgNjAsNjApJy8+PHVzZSB4bGluazpocmVmPScjbCcgb3BhY2l0eT0nLjI3JyB0cmFuc2Zvcm09J3JvdGF0ZSg5MCA2MCw2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuMjcnIHRyYW5zZm9ybT0ncm90YXRlKDEyMCA2MCw2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuMjcnIHRyYW5zZm9ybT0ncm90YXRlKDE1MCA2MCw2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuMzcnIHRyYW5zZm9ybT0ncm90YXRlKDE4MCA2MCw2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuNDYnIHRyYW5zZm9ybT0ncm90YXRlKDIxMCA2MCw2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuNTYnIHRyYW5zZm9ybT0ncm90YXRlKDI0MCA2MCw2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuNjYnIHRyYW5zZm9ybT0ncm90YXRlKDI3MCA2MCw2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuNzUnIHRyYW5zZm9ybT0ncm90YXRlKDMwMCA2MCw2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuODUnIHRyYW5zZm9ybT0ncm90YXRlKDMzMCA2MCw2MCknLz48L2c+PC9zdmc+)
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper-container.one {
    /*padding-top: 40px;*/
    height: 640px;
    text-align: center
}

    .swiper-container.one .swiper-slide {
        padding: 0 43px
    }

.swiper-container {
    width: 100%;
    padding-bottom: 60px
}

.swiper-slide img {
    display: block;
    margin: auto;
    /*width: 100%;
	height: 100%*/
}

.swiper-slide {
    width: 390px;
    height: auto;
    padding: 0 15px
}

.two .swiper-slide {
    width: 300px
}

.swiper-slide img {
    box-shadow: 0 10px 30px rgba(0,0,0,.15)
}

.swiper-slide .slider-image .preview-icon {
    z-index: -1;
    width: calc(100% - 30px)
}

.swiper-slide.swiper-slide-active .slider-image:hover .preview-icon {
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    z-index: 1
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0
}

.swiper-pagination-bullet {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #ee0f6f;
    border-radius: 10px;
    display: inline-block;
    height: 10px;
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    width: 26px;
    -webkit-transition: .2s;
    transition: .2s
}

.swiper-pagination-bullet-active {
    background: transparent -webkit-linear-gradient(left,#ee0f6f 0%,#f89482 100%) repeat scroll 0 0;
    background: transparent linear-gradient(to right,#ee0f6f 0%,#f89482 100%) repeat scroll 0 0;
    border: medium;
    height: 12px;
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    width: 12px
}

@media(min-width:360px) {
    #body-slide {
        background-color: #000;
        min-width: 100%;
        min-height: 215px;
        /*max-height: 768px;*/
        margin-top: 0
    }

    .swiper-slide {
        width: 100%;
        height: auto;
        padding: 0 10px
    }

    .swiper-container.one {
        padding-top: 0;
        /*height: 215px;*/
        text-align: center
    }

    .slider-desktop .swiper-container {
        width: 100%;
        /*height: 100%;*/
        margin: 0
    }

    .slider-desktop .swiper-wrapper {
        width: 100%;
        height: 100%;
        margin: 0
    }

    .slider-desktop .swiper-wrapper {
        position: relative;
        width: 100%;
        height: 100%;
        z-index: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform,-webkit-transform;
        box-sizing: content-box
    }
}



@media(min-width:992px) {
    #body-slide {
        background-color: #000;
        background: #000 url(../images/slide-bg.jpg?t=2) no-repeat bottom center;
        background-size: 1280px 400px;
        min-width: 100%;
        min-height: 400px;
        max-height: 768px;
        margin-top: -70px
    }

    .swiper-slide {
        width: 460px;
        height: auto;
        padding: 0 10px
    }

    .swiper-container.one {
        /*padding-top: 30px;*/
        height: 400px;
        text-align: center
    }

    .slider-desktop .swiper-container {
        width: 100%;
        /*height: 100%;*/
        margin: 0
    }

    .slider-desktop .swiper-wrapper {
        width: 100%;
        height: 100%;
        margin: 50px 0 0
    }

    .slider-desktop .swiper-wrapper {
        position: relative;
        width: 100%;
        height: 100%;
        z-index: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform,-webkit-transform;
        box-sizing: content-box
    }
}

@media(min-width:1170px) {
    #body-slide {
        background-color: #000;
        background: #000 url(../images/slide-bg.jpg?t=2) no-repeat bottom center;
        background-size: 1440px 450px;
        min-width: 100%;
        max-height: 768px
    }

    .slider-desktop .swiper-container {
        width: 100%;
        /*height: 100%;*/
        margin: 0
    }

    .slider-desktop .swiper-wrapper {
        width: 100%;
        height: 100%;
        margin: 0
    }

    .slider-desktop .swiper-wrapper {
        position: relative;
        width: 100%;
        height: 100%;
        z-index: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform,-webkit-transform;
        box-sizing: content-box
    }
}

@media(min-width:992px) {
    #body-slide {
        background-color: #000;
        background: #000 url(../images/slide-bg.jpg?t=2) no-repeat bottom center;
        background-size: 1920px 600px;
        min-width: 100%;
        min-height: 400px;
        padding: 0;
        margin-top: -71px
    }

    .swiper-container.one {
        /*padding-top: 10px;*/
        height: 400px;
        text-align: center
    }

        .swiper-container.one .swiper-slide {
            padding: 0 43px
        }

    .swiper-container {
        width: 100%;
        padding-bottom: 30px
    }

    .swiper-slide img {
        display: block;
        margin: auto;
        width: 100%;
        /*height: 100%*/
    }

    .swiper-slide {
        width: 768px;
        height: auto;
        padding: 0 10px
    }

        .swiper-slide img {
            -webkit-box-shadow: 0 0 30px -5px rgba(0,0,0,.7);
            -moz-box-shadow: 0 0 30px -5px rgba(0,0,0,.7);
            box-shadow: 0 0 30px -5px rgba(0,0,0,.7)
        }

    .slider-desktop .swiper-container {
        width: 100%;
        /*height: 100%;*/
        margin: 0
    }

    .slider-desktop .swiper-wrapper {
        width: 100%;
        height: 100%;
        margin: 0
    }

    .slider-desktop .swiper-wrapper {
        position: relative;
        width: 100%;
        height: 100%;
        z-index: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform,-webkit-transform;
        box-sizing: content-box
    }
}


@media(min-width:992px) {
    .swiper-slide-active {
        padding-top: 30px !important;
    }
}

@media(max-width:991px) {
    .swiper-slide-active {
        padding-top: 10px !important;
    }
}



.swiper-slide-prev {
    padding-top: 20px !important;
}

.swiper-slide-next {
    padding-top: 20px !important;
}

@media(max-width:992px) {
    #body-slide {
        display: none;
    }
    /*.swiper-slide-next {
		height:220px;
	}
	.swiper-slide-prev {
		height: 220px;
	}*/
}

.slider-moblie {
    /*margin-top: -66px;*/
}

@media(min-width:993px) {
    .slider-moblie {
        /*display: none;*/
    }
}


@media(min-width:1920px) {
    #body-slide {
        background-color: #000;
        background: #000 url(../images/slide-bg.jpg?t=2) no-repeat bottom center;
        background-size: 1920px 700px;
        min-width: 100%;
        height: 700px;
        margin-top: -66px;
        padding: 0
    }

    .swiper-container.one {
        /*padding-top: 40px;*/
        height: 640px;
        text-align: center
    }

        .swiper-container.one .swiper-slide {
            padding: 0 43px;
        }

    .swiper-container {
        width: 100%;
        padding-bottom: 30px
    }

    .swiper-slide img {
        display: block;
        margin: auto;
        width: 100%;
        /*height: 100%*/
    }

    .swiper-slide {
        width: 768px;
        height: auto;
        padding: 0 10px
    }

        .swiper-slide img {
            -webkit-box-shadow: 0 0 30px -5px rgba(0,0,0,.7);
            -moz-box-shadow: 0 0 30px -5px rgba(0,0,0,.7);
            box-shadow: 0 0 30px -5px rgba(0,0,0,.7)
        }

    .slider-desktop .swiper-container {
        width: 100%;
        /*height: 100%;*/
        margin: 0
    }

    .slider-desktop .swiper-wrapper {
        width: 100%;
        height: 100%;
        margin: 0
    }

    .slider-desktop .swiper-wrapper {
        position: relative;
        width: 100%;
        height: 100%;
        z-index: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform,-webkit-transform;
        box-sizing: content-box
    }
}

.bottom-right {
    position: fixed;
    min-width: 300px;
    max-width: 98%;
    height: auto;
    bottom: 4px;
    right: 0%;
    z-index: 5;
    box-shadow: 0px 0px 10px 2px #f7c562;
    border-radius: 15px;
    font-size: 12px;
    margin-left: 4px;
    margin-right: 4px;
}

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

@media(min-width:992px) {
    .bottom-right {
        display: none;
        right: 2%;
        max-width: 320px
    }

        .bottom-right .contact-live img {
            text-align: center
        }

        .bottom-right .contact-live .title {
            text-align: center
        }
}

@media(max-width:992px) {
    .bottom-right {
        right: 10%;
        max-width: 320px
    }

        .bottom-right .contact-live img {
            text-align: center
        }

        .bottom-right .contact-live .title {
            text-align: center
        }
}

@media(max-width:768px) {
    .bottom-right {
        background: #b01002;
        background-image: linear-gradient(to bottom, #282828 17%, #000);
        min-width: 98%;
        right: 0%
    }

        .bottom-right .contact-live img {
            text-align: center
        }

        .bottom-right .contact-live .title {
            text-align: center
        }
}

@media(min-width:576px) {
    .bottom-right {
        background-image: linear-gradient(to bottom, #282828 17%, #000);
        min-width: 98%;
        right: 0%;
        padding-top: .25%;
        bottom: 4px;
    }

        .bottom-right .contact-live img {
            text-align: center
        }

        .bottom-right .contact-live .title {
            text-align: center
        }
}

.contact-live {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

@media(max-width:500px) {
    .bottom-right {
        background-image: linear-gradient(to bottom, #282828 17%, #000);
        max-width: 98%;
        right: 0%;
        padding-top: .9%;
        padding-bottom: .1%;
        bottom: 4px;
    }

        .bottom-right .contact-live img {
            text-align: center
        }

        .bottom-right .contact-live .title {
            text-align: center;
            font-size: 11px
        }
}

.site-footer {
    background-color: rgba(76, 26, 99, 0.8);
    /*background-color: rgba(29, 58, 35, 0.8);*/
    padding-top: 25px;
}

#footer-widget-area {
    padding-top: 30px;
    background-color: #212121
}

.site-footer .site-info a {
    width: 100%;
    color: #fff;
    text-decoration: none
}

.site-footer .site-infoa:visited {
    color: #fff;
    text-decoration: none
}

.site-footer .site-info a:hover, .site-footer .site-info a:focus, .site-footer .site-info a:active {
    color: #980020;
    text-decoration: none
}

.footer-widget .widget ul li, .footer-widget .widget ul li ul li {
    list-style: none;
    margin: 0 0 0 -84px
}

.footer-widget .widget .widget-title, .footer-widget .widget .widget-title {
    text-align: left;
    color: #980020
}

.footer-widget .widget ul li a, .footer-widget .widget ul li ul li a {
    text-align: left;
    color: #fff;
    text-decoration: none
}

    .footer-widget .widget ul li a:hover, .footer-widget .widget ul li ul li a:hover {
        text-align: left;
        color: #980020;
        text-decoration: none
    }


@media(max-width:1169px) {
    .nav-logo {
        /*display: none;*/
    }
}

.nav-justify {
    justify-content: space-between !important;
}

.logo-md {
    padding-top: 5px;
}

@media(min-width:992px) {
    .nav-justify {
        justify-content: space-between !important;
    }

    .logo-md {
        display: none;
    }
}

.slick-slide {
    padding: 0px 0 10px 0;
    height: auto !important;
}

.games {
    padding-top: 25px;
}

@media(max-width:991px) {
    .notify-desktop {
        display: none !important;
    }
}

@media(min-width:992px) {
    .notify-mobile {
        display: none !important;
    }
}

.x-contact-us {
    z-index: 1000;
    position: fixed;
    top: 30%;
    right: 0;
    overflow: hidden;
    max-height: 183px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

    .x-contact-us .x-hr-border-glow.-left {
        width: 2px;
        height: 50%;
        top: 22%;
        z-index: 1;
        background: linear-gradient(100deg,transparent,#ecbd7b 30%,#ecbd7b 70%,transparent);
    }

    .x-contact-us .x-hr-border-glow.-top {
        left: 15%;
        top: -.8%;
    }

    .x-contact-us a {
        padding: 1rem 1rem 3rem;
        color: #fff;
    }

    .x-contact-us .-live-chat-container {
        background: #162627;
    }

    .x-contact-us a i, .x-contact-us a svg {
        color: #fff;
        transition: -webkit-transform .6s;
        transition: transform .6s;
        transition: transform .6s,-webkit-transform .6s;
    }

    .x-contact-us .-contact-us-container svg {
        fill: #fff;
        height: 36px;
        width: 32px;
    }



    .x-contact-us .-contact-us-container {
        background: linear-gradient(180deg,#007901 -70%,#04c505);
        position: relative;
        top: -30px;
        -webkit-transform: skewY(9deg);
        transform: skewY(9deg);
    }

        .x-contact-us .-contact-us-container > div {
            -webkit-transform: skewY(-9deg);
            transform: skewY(-9deg);
        }

    .x-contact-us a:hover i, .x-contact-us a:hover svg {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        color: #000;
        fill: #000;
    }

.close {
    color: #f8de61 !important;
    opacity: 1 !important;
    font-size: 41px;
    margin-top: -10px !important;
}

.login-card-btn {
    width: 80%;
}

.regis-card-btn {
    margin-left: 25px;
    width: 85%;
}

.line-card-btn {
    margin-right: 25px;
    width: 85%;
}

@media(min-width:992px) {
    .top-mobile {
        display: none;
    }
}

.top-mobile {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 51px;
    border-bottom: 1px solid #f7c562 !important;
    z-index: 999;
}

.butlogin {
    background-image: linear-gradient(to bottom, #282828 17%, #000);
    width: 100%;
    margin: 0px !important;
    font-size: 18px;
    border: none;
    height: 50px;
}

.butmember {
    background-image: linear-gradient(to bottom, #996632 17%, #f8df7c);
    width: 100%;
    margin: 0px !important;
    font-size: 18px;
    border: none;
    height: 50px;
}


.buttop {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.open_menu {
    top: 20px !important;
}

.img-lang {
    cursor: pointer;
}

.iconthai {
    position: absolute;
    right: 35px;
    top: 60px;
}

.iconeng {
    position: absolute;
    right: 5px;
    top: 60px;
}

.menu-item-lang {
    padding-top: 23px;
}

.site-content {
    padding-top: 80px;
    /*background: url('../images/bg-black.jpg') repeat;*/
}

@media(min-width:992px) {
    .site-content {
        /*margin-top: -66px;*/
    }
}

.marquee-top:before {
    position: absolute;
    left: 15px;
    content: ' ';
    width: 30px;
    height: 26px;
    margin-top: 5px;
    display: inline-block;
    background-image: url(https://cdn.contentfun.net/files/repository/208/1/130/all/all/image/global-spritesheet.png?qjbmei&3rbv&ZrfO);
    background-position: -582px -110px;
}

.marquee-top {
    padding-left: 40px;
}

    .marquee-top h1 {
        color: white !important;
        font-size: 18px;
        font-weight: normal;
        line-height: 45px !important;
    }

.head-line {
    border-bottom: 2px solid #f7c562;
    margin-bottom: 20px;
    margin-top: 15px;
}


.head-content .title {
    font-size: 24px;
    font-weight: bold;
    color: #f7c562;
    text-align: center;
}

.rotate-img {
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.menu-bottom {
    height: 30px !important;
    width: 30px !important;
}

.contact-live .title {
    color: #f3e75e;
}

.logo-bottom {
    min-height: 73px !important;
    min-width: 73px !important;
    max-height: 73px !important;
    max-width: 73px !important;
    box-shadow: 0px 0px 10px 2px #f7c562;
    border-radius: 90px;
}

.provider img {
    max-width: 100px;
    max-height: 70px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
}

@media (max-width: 768px) {
    .provider img {
        max-width: 60px !important;
        max-height: 40px;
    }
}

.services img {
    max-width: 100px;
    max-height: 70px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
}

@media (max-width: 768px) {
    .services img {
        max-width: 60px !important;
        max-height: 40px;
    }
}

.banking img {
    height: 40px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 10px;
}

.side-banking img {
    height: 30px;
    margin-left: 1px;
    margin-right: 1px;
    margin-top: 5px;
}

.bg-img {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

    .bg-img img {
        mix-blend-mode: soft-light;
        opacity: 1;
        object-fit: cover;
        object-position: 0 50%;
        width: 100%;
        height: 100vh;
    }

.promotion-content h2 {
    font-size: 30px !important;
    line-height: 36px !important;
}

.promotion-content h3 {
    font-size: 24px !important;
    line-height: 42px !important;
}

@media (max-width: 600px) {
    .promotion-content {
        padding-top: 20px !important;
    }
}

.col-20 {
    width: 20% !important;
}

.games img {
    margin: 20px 40px 20px 40px;
    box-shadow: 0px 0px 10px 2px #f7c562;
    border-radius: 90px;
}

.games {
    padding-bottom: 50px;
}

@media (max-width: 992px) {
    .games img {
        max-height: 120px !important;
        margin: 20px 10px 20px 10px;
    }

    .games {
        padding-bottom: 0px !important;
    }
}

@media (max-width: 425px) {
    .games img {
        max-height: 90px !important;
        margin: 20px 10px 20px 10px;
    }
}

.promotions {
    background-color: rgba(60,60,60,0.5);
    padding-bottom: 40px;
}

.box-promotion {
    width: 100%;
    border: 1px solid #f7c562;
    border-radius: 30px;
    box-shadow: 0px 0px 6px 2px #f8de61;
    padding-left: 10px;
    padding-right: 10px;
    background-color: rgba(60,60,60,0.7);
}

.promotions img {
    max-width: 100%;
    border: 1px solid #0bfd2e;
    border-radius: 30px;
    box-shadow: 0px 0px 6px 2px #f8de61;
}

.box-promotion h3 {
    font-size: 20px;
    line-height: 20px;
}

.box-promotion p {
    font-size: 16px;
    line-height: 16px;
}

.promotions2 {
    padding-bottom: 10px;
}

    .promotions2 img {
        margin: 20px 30px 20px 30px;
        max-height: 220px;
        border-radius: 20px;
        border: 2px solid #f8de61;
        box-shadow: 0px 0px 6px 2px #f8de61;
    }

@media (max-width: 992px) {
    .promotions2 img {
        max-height: 150px !important;
        margin: 20px 5px 20px 5px;
    }
}

.howto {
    padding-bottom: 40px;
}

    .howto img {
        margin: 20px 40px 20px 40px;
        max-width: 40%;
        border: 1px solid #f7c562;
        border-radius: 10px;
        box-shadow: 0px 0px 10px 2px #f7c562;
    }

@media (max-width: 992px) {
    .howto img {
        max-width: 90% !important;
        margin: 20px 5px 20px 5px;
    }
}

.casino {
    padding-bottom: 0px;
}

    .casino img.img1 {
        margin: 20px 30px 0px 30px;
        max-width: 220px;
        /*border-radius: 20px;*/
        /*border: 2px solid #1ec12e;*/
        /*box-shadow: 0px 0px 10px 5px #1ec12e;*/
    }

    .casino .game-item span {
        margin: 0px 30px 0px 30px;
        /*border: 2px solid #1ec12e;*/
        max-width: 220px;
        /*box-shadow: 0px 0px 6px 2px #1ec12e;*/
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        background-color: #d3a748;
        background-image: linear-gradient( 180deg,#c0a25b,#e5da9d,#f1eeb4,#c19942,#9d6919);
        line-height: 40px;
    }

.slotonline {
    padding-bottom: 0px;
}

    .slotonline img.img1 {
        margin: 20px 10px 0px 10px;
        max-width: 155px;
        /*border-radius: 20px;*/
        /*border: 2px solid #1ec12e;*/
        /*box-shadow: 0px 0px 10px 5px #1ec12e;*/
    }

    .slotonline .game-item span {
        margin: 0px 10px 0px 10px;
        /*border: 2px solid #1ec12e;*/
        max-width: 155px;
        /*box-shadow: 0px 0px 6px 2px #1ec12e;*/
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        background-color: #d3a748;
        background-image: linear-gradient( 180deg,#c0a25b,#e5da9d,#f1eeb4,#c19942,#9d6919);
        line-height: 40px;
    }

@media (max-width: 992px) {
    .casino img.img1 {
        max-width: 150px !important;
        margin: 20px 5px 0px 5px;
        box-shadow: none;
    }

    .casino .game-item span {
        margin: 0px 5px 0px 5px;
        max-width: 150px;
        line-height: 25px;
        font-size:12px;
    }
}

.event {
    margin-bottom: 40px;
}

    .event img {
        margin: 20px 0px 20px 0px;
        max-height: 400px;
        max-width: 100%;
        border-radius: 20px;
        border: 2px solid #1ec12e;
        box-shadow: 0px 0px 10px 5px #329c08;
    }

.fix-line {
    position: fixed;
    top: 200px;
    right: -2px !important;
    z-index: 1005;
    background-color: black;
    border: 2px solid #f8de61;
    box-shadow: 0px 0px 10px 5px #f8de61;
    border-radius: 5px;
    padding: 5px 5px 5px 5px;
}

    .fix-line img {
        max-height: 70px;
    }

@media (max-width: 992px) {
    .fix-line {
        top: 400px;
    }

        .fix-line img {
            max-height: 50px !important;
        }
}


@media (max-width: 415px) {
    .fix-line {
        top: 400px;
    }

        .fix-line img {
            max-height: 40px !important;
        }
}


@media (max-width: 376px) {
    .fix-line {
        top: 350px;
    }

        .fix-line img {
            max-height: 40px !important;
        }
}

@media (max-height: 600px) {
    .fix-line {
        top: 400px !important;
    }
}

@media (max-height: 450px) {
    .fix-line {
        top: 150px !important;
    }
}

.game-item {
    display: inline-grid;
}

    .game-item span {
        color: #fff;
        font-size: 18px;
    }


.clip {
    padding-bottom: 50px;
    padding-top: 25px;
}

.pro-game{
    max-height: 50px;
}
