@charset "UTF-8";

.games-list-hover,
summary {
    display: block
}

table {
            font-family: Arial, Helvetica, sans-serif;
            border-collapse: collapse;
            width: 100%;
            margin: 30px 0;
        }

         td, th {
            border: 1px solid #ddd;
            padding: 8px;
        }

        tr:hover {
            background-color: #969696;
        }

        th {
            padding-top: 12px;
            padding-bottom: 12px;
            text-align: left;
            background-color: #04AA6D;
            color: white;
        }

	img {
  display: block;
  max-width: 100%;
  border-radius: 14px;
  margin: 20px auto;
      }

        body {
            --wp--preset--color--black: #000000;
            --wp--preset--color--cyan-bluish-gray: #abb8c3;
            --wp--preset--color--white: #ffffff;
            --wp--preset--color--pale-pink: #f78da7;
            --wp--preset--color--vivid-red: #cf2e2e;
            --wp--preset--color--luminous-vivid-orange: #ff6900;
            --wp--preset--color--luminous-vivid-amber: #fcb900;
            --wp--preset--color--light-green-cyan: #7bdcb5;
            --wp--preset--color--vivid-green-cyan: #00d084;
            --wp--preset--color--pale-cyan-blue: #8ed1fc;
            --wp--preset--color--vivid-cyan-blue: #0693e3;
            --wp--preset--color--vivid-purple: #9b51e0;
            --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
            --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
            --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
            --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
            --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
            --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
            --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
            --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
            --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
            --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
            --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
            --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
            --wp--preset--duotone--dark-grayscale: url('#wp-duotone-dark-grayscale');
            --wp--preset--duotone--grayscale: url('#wp-duotone-grayscale');
            --wp--preset--duotone--purple-yellow: url('#wp-duotone-purple-yellow');
            --wp--preset--duotone--blue-red: url('#wp-duotone-blue-red');
            --wp--preset--duotone--midnight: url('#wp-duotone-midnight');
            --wp--preset--duotone--magenta-yellow: url('#wp-duotone-magenta-yellow');
            --wp--preset--duotone--purple-green: url('#wp-duotone-purple-green');
            --wp--preset--duotone--blue-orange: url('#wp-duotone-blue-orange');
            --wp--preset--font-size--small: 13px;
            --wp--preset--font-size--medium: 20px;
            --wp--preset--font-size--large: 36px;
            --wp--preset--font-size--x-large: 42px;
            --wp--preset--spacing--20: 0.44rem;
            --wp--preset--spacing--30: 0.67rem;
            --wp--preset--spacing--40: 1rem;
            --wp--preset--spacing--50: 1.5rem;
            --wp--preset--spacing--60: 2.25rem;
            --wp--preset--spacing--70: 3.38rem;
            --wp--preset--spacing--80: 5.06rem;
        }

        :where(.is-layout-flex) {
            gap: 0.5em;
        }

        body .is-layout-flow>.alignleft {
            float: left;
            margin-inline-start: 0;
            margin-inline-end: 2em;
        }

        body .is-layout-flow>.alignright {
            float: right;
            margin-inline-start: 2em;
            margin-inline-end: 0;
        }

        body .is-layout-flow>.aligncenter {
            margin-left: auto !important;
            margin-right: auto !important;
        }

        body .is-layout-constrained>.alignleft {
            float: left;
            margin-inline-start: 0;
            margin-inline-end: 2em;
        }

        body .is-layout-constrained>.alignright {
            float: right;
            margin-inline-start: 2em;
            margin-inline-end: 0;
        }

        body .is-layout-constrained>.aligncenter {
            margin-left: auto !important;
            margin-right: auto !important;
        }

        body .is-layout-constrained> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
            max-width: var(--wp--style--global--content-size);
            margin-left: auto !important;
            margin-right: auto !important;
        }

        body .is-layout-constrained>.alignwide {
            max-width: var(--wp--style--global--wide-size);
        }

        body .is-layout-flex {
            display: flex;
        }

        body .is-layout-flex {
            flex-wrap: wrap;
            align-items: center;
        }

        body .is-layout-flex>* {
            margin: 0;
        }

        :where(.wp-block-columns.is-layout-flex) {
            gap: 2em;
        }

        .has-black-color {
            color: var(--wp--preset--color--black) !important;
        }

        .has-cyan-bluish-gray-color {
            color: var(--wp--preset--color--cyan-bluish-gray) !important;
        }

        .has-white-color {
            color: var(--wp--preset--color--white) !important;
        }

        .has-pale-pink-color {
            color: var(--wp--preset--color--pale-pink) !important;
        }

        .has-vivid-red-color {
            color: var(--wp--preset--color--vivid-red) !important;
        }

        .has-luminous-vivid-orange-color {
            color: var(--wp--preset--color--luminous-vivid-orange) !important;
        }

        .has-luminous-vivid-amber-color {
            color: var(--wp--preset--color--luminous-vivid-amber) !important;
        }

        .has-light-green-cyan-color {
            color: var(--wp--preset--color--light-green-cyan) !important;
        }

        .has-vivid-green-cyan-color {
            color: var(--wp--preset--color--vivid-green-cyan) !important;
        }

        .has-pale-cyan-blue-color {
            color: var(--wp--preset--color--pale-cyan-blue) !important;
        }

        .has-vivid-cyan-blue-color {
            color: var(--wp--preset--color--vivid-cyan-blue) !important;
        }

        .has-vivid-purple-color {
            color: var(--wp--preset--color--vivid-purple) !important;
        }

        .has-black-background-color {
            background-color: var(--wp--preset--color--black) !important;
        }

        .has-cyan-bluish-gray-background-color {
            background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
        }

        .has-white-background-color {
            background-color: var(--wp--preset--color--white) !important;
        }

        .has-pale-pink-background-color {
            background-color: var(--wp--preset--color--pale-pink) !important;
        }

        .has-vivid-red-background-color {
            background-color: var(--wp--preset--color--vivid-red) !important;
        }

        .has-luminous-vivid-orange-background-color {
            background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
        }

        .has-luminous-vivid-amber-background-color {
            background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
        }

        .has-light-green-cyan-background-color {
            background-color: var(--wp--preset--color--light-green-cyan) !important;
        }

        .has-vivid-green-cyan-background-color {
            background-color: var(--wp--preset--color--vivid-green-cyan) !important;
        }

        .has-pale-cyan-blue-background-color {
            background-color: var(--wp--preset--color--pale-cyan-blue) !important;
        }

        .has-vivid-cyan-blue-background-color {
            background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
        }

        .has-vivid-purple-background-color {
            background-color: var(--wp--preset--color--vivid-purple) !important;
        }

        .has-black-border-color {
            border-color: var(--wp--preset--color--black) !important;
        }

        .has-cyan-bluish-gray-border-color {
            border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
        }

        .has-white-border-color {
            border-color: var(--wp--preset--color--white) !important;
        }

        .has-pale-pink-border-color {
            border-color: var(--wp--preset--color--pale-pink) !important;
        }

        .has-vivid-red-border-color {
            border-color: var(--wp--preset--color--vivid-red) !important;
        }

        .has-luminous-vivid-orange-border-color {
            border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
        }

        .has-luminous-vivid-amber-border-color {
            border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
        }

        .has-light-green-cyan-border-color {
            border-color: var(--wp--preset--color--light-green-cyan) !important;
        }

        .has-vivid-green-cyan-border-color {
            border-color: var(--wp--preset--color--vivid-green-cyan) !important;
        }

        .has-pale-cyan-blue-border-color {
            border-color: var(--wp--preset--color--pale-cyan-blue) !important;
        }

        .has-vivid-cyan-blue-border-color {
            border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
        }

        .has-vivid-purple-border-color {
            border-color: var(--wp--preset--color--vivid-purple) !important;
        }

        .has-vivid-cyan-blue-to-vivid-purple-gradient-background {
            background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
        }

        .has-light-green-cyan-to-vivid-green-cyan-gradient-background {
            background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
        }

        .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
            background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
        }

        .has-luminous-vivid-orange-to-vivid-red-gradient-background {
            background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
        }

        .has-very-light-gray-to-cyan-bluish-gray-gradient-background {
            background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
        }

        .has-cool-to-warm-spectrum-gradient-background {
            background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
        }

        .has-blush-light-purple-gradient-background {
            background: var(--wp--preset--gradient--blush-light-purple) !important;
        }

        .has-blush-bordeaux-gradient-background {
            background: var(--wp--preset--gradient--blush-bordeaux) !important;
        }

        .has-luminous-dusk-gradient-background {
            background: var(--wp--preset--gradient--luminous-dusk) !important;
        }

        .has-pale-ocean-gradient-background {
            background: var(--wp--preset--gradient--pale-ocean) !important;
        }

        .has-electric-grass-gradient-background {
            background: var(--wp--preset--gradient--electric-grass) !important;
        }

        .has-midnight-gradient-background {
            background: var(--wp--preset--gradient--midnight) !important;
        }

        .has-small-font-size {
            font-size: var(--wp--preset--font-size--small) !important;
        }

        .has-medium-font-size {
            font-size: var(--wp--preset--font-size--medium) !important;
        }

        .has-large-font-size {
            font-size: var(--wp--preset--font-size--large) !important;
        }

        .has-x-large-font-size {
            font-size: var(--wp--preset--font-size--x-large) !important;
        }

        .wp-block-navigation a:where(:not(.wp-element-button)) {
            color: inherit;
        }

        :where(.wp-block-columns.is-layout-flex) {
            gap: 2em;
        }

        .wp-block-pullquote {
            font-size: 1.5em;
            line-height: 1.6;
        }

audio,
canvas,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

html {
    font-family: sans-serif;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    -ms-text-size-adjust: none;
    -webkit-text-size-adjust: none
}

a:focus {
    outline: thin dotted
}

a:active,
a:hover {
    outline: 0
}

h1 {
    font-size: 2em;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 2rem;
    font-family: "Open Sans", sans-serif;
    line-height: 1.3;
    font-weight: 700
}

abbr[title] {
    border-bottom: 1px dotted
}

dfn {
    font-style: italic
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

mark {
    background: #ff0
}

kbd,
samp {
    font-family: monospace, serif
}

h1,
pre,
small {
    vertical-align: baseline
}

h1,
mark,
pre {
    color: #000
}

pre {
    font-size: 100%;
    font-family: "Consolas", Courier New, Courier, monospace;
    margin: 0 0 20px;
    margin-bottom: 1.25rem;
    background: #f5f5f5;
    border: 1px solid #ebebeb;
    padding: 20px;
    padding: 1.25rem;
    white-space: pre-wrap;
    white-space: -o-pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -webkit-pre-wrap
}

small {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 6px;
    font-size: .375rem
}

sub,
sup {
    line-height: 0;
    position: relative
}

sup {
    top: -.5em;
    vertical-align: super
}

img,
sub,
sup {
    margin: 0;
    padding: 0;
    border: 0
}

sub,
sup {
    font-size: 10px
}

sub {
    bottom: -.25em;
    vertical-align: sub;
    font-size: .625rem
}

img {
    font-size: 100%;
    max-width: 100%;
    width: auto \9;
    height: auto;
    vertical-align: bottom
}

svg:not(:root) {
    overflow: hidden
}

button,
select,
textarea {
    font-size: 100%
}

button,
input,
select,
textarea {
    font-family: inherit;
    margin: 0
}

button,
input {
    line-height: normal
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

textarea {
    overflow: auto;
    vertical-align: top;
    width: 96%;
    line-height: 1.5;
    padding: 5px;
    border: 1px solid rgba(0, 0, 0, .1);
    background: #f5f5f5
}

table {
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin: 0 0 20px;
    margin-bottom: 1.25rem;
    border-left: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb
}

button::-moz-focus-inner,
input::-moz-focus-inner,
legend {
    border: 0;
    padding: 0
}

blockquote,
body {
    margin: 0;
    line-height: 1.6
}

body,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    font-family: "Open Sans", sans-serif
}

body {
    background: #f7f7f7;
    word-wrap: break-word;
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

applet,
audio,
canvas,
caption,
center,
del,
dfn,
div,
embed,
fieldset,
form,
iframe,
ins,
label,
legend,
li,
mark,
object,
output,
p,
ruby,
s,
samp,
span,
strike,
summary,
tbody,
tfoot,
thead,
time,
tr,
tt,
u,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline
}

embed,
iframe,
object,
video {
    max-width: 100%
}

h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: #000;
    line-height: 1.3;
    font-weight: 700
}

h2 {
    font-size: 1.5rem
}

h3,
h4,
h5,
h6 {
    font-size: 20px
}

h4,
h5,
h6 {
    font-size: 18px
}

h5,
h6 {
    font-size: 16px
}

body,
h6 {
    font-size: 14px;
    font-size: .875rem
}

blockquote {
    border: 0;
    quotes: none;
    display: block;
    font-size: 15px;
    font-size: .9375rem;
    font-style: italic;
    color: #666;
    padding: 5px 0 5px 15px;
    border-left: 5px solid #c3312e
}

blockquote:after,
blockquote:before {
    content: ""
}

a,
address,
body,
cite,
em,
h2,
h3,
h4,
h5,
h6,
i {
    border: 0
}

a,
big,
blockquote,
body,
h2,
h3,
h4,
h5,
h6 {
    vertical-align: baseline
}

a,
abbr,
acronym {
    margin: 0;
    padding: 0
}

a {
    font-size: 100%;
    text-decoration: none
}

a:hover {
    color: #c3312e
}

a:hover .pagelink {
    color: #fff
}

a,
a .pagelink {
    color: #000
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

a img.alignleft,
a img.alignnone {
    margin: 5px 20px 20px 0
}

a img.alignleft {
    float: left
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

abbr,
acronym {
    border: 0;
    border-bottom: 1px dashed;
    cursor: help
}

address {
    font-family: "Courier new";
    line-height: 1.5
}

big {
    border: 0;
    font-size: 20px;
    font-size: 1.25rem
}

cite {
    color: #9a9b97
}

a .pagelink,
code,
kbd {
    background: #f5f5f5
}

address,
code {
    margin: 0 0 1.25rem
}

code {
    font-family: "Consolas", Courier New, Courier, monospace;
    color: #000;
    border: 1px solid #ebebeb
}

em,
i {
    font-style: italic
}

kbd {
    padding: 0 6px;
    padding: 0 .375rem;
    border: 1px solid #aaa;
    border-radius: .1875em;
    -moz-border-radius: .1875em;
    -moz-box-shadow: 0 .0625em 0 rgba(0, 0, 0, .2), 0 0 0 .125em #fff inset;
    -webkit-border-radius: .1875em;
    -webkit-box-shadow: 0 .0625em 0 rgba(0, 0, 0, .2), 0 0 0 .125em #fff inset;
    box-shadow: 0 .0625em 0 rgba(0, 0, 0, .2), 0 0 0 .125em #fff inset;
    text-shadow: 0 .0625em 0 #fff
}

address,
big,
cite,
code,
em,
i,
ol,
q,
ul {
    padding: 0
}

big,
cite,
em,
i,
kbd,
q {
    margin: 0
}

q {
    quotes: none;
    font-style: italic
}

q:after,
q:before {
    content: none
}

b,
dd,
dl,
dt,
strong {
    padding: 0
}

dl {
    margin: 0 0 10px 20px
}

dd,
dt {
    display: list-item
}

b,
dt,
strong {
    margin: 0;
    font-weight: 700
}

dt {
    list-style-type: square
}

dd {
    margin: 0 0 0 20px;
    list-style-type: circle
}

ol,
ul {
    list-style: none
}

th {
    font-weight: 600
}

abbr,
acronym,
address,
b,
cite,
code,
dd,
dl,
dt,
em,
i,
kbd,
ol,
q,
strong,
td,
th,
ul {
    font-size: 100%;
    vertical-align: baseline
}

b,
dd,
dl,
dt,
ol,
q,
strong,
td,
th,
ul {
    border: 0
}

ol,
td,
th,
ul {
    margin: 0
}

td,
th {
    padding: 5px 10px;
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    display: block
}

body.custom-background {
    background-color: #122032
}

.mp-container,
.mp-container-inner {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    position: relative
}

.mp-container-outer {
    margin: 25px auto;
    -webkit-box-shadow: 0 0 10px rgba(50, 50, 50, .17);
    -moz-box-shadow: 0 0 10px rgba(50, 50, 50, .17);
    box-shadow: 0 0 10px rgba(50, 50, 50, .17)
}

#signup-content,
.mp-wrapper {
    padding: 25px;
    background: #fff
}

@media (max-width:767px) {
    .mp-wrapper {
        padding-top: 90px !important
    }
}

.mp-content {
    width: 65.83%;
    overflow: hidden
}

.mp-sidebar {
    width: 31.66%;
    float: left
}

.mp-margin-left {
    margin-left: 2.5%
}

.mp-margin-right {
    margin-right: 2.5%
}

.mp-right-sb #main-content {
    float: left;
    margin-right: 2.5%
}

.mp-left-sb #main-content {
    float: right;
    margin-left: 2.5%
}

.mp-home-area-3 {
    width: 48.24%
}

.mp-home-area-4 {
    width: 48.24%;
    margin-left: 3.52%
}

.page-template-homepage .mp-wrapper {
    padding-bottom: 0
}

.mp-main-nav {
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
    border-bottom: 5px solid #c3312e
}

@media (max-width:767px) {
    .mp-main-nav {
        display: none;
        position: fixed;
        top: 90px;
        left: 0;
        right: 0;
        background: #222;
        z-index: 100
    }

    .mp-main-nav .btns {
        display: none !important
    }

    .mp-main-nav .menu-item {
        float: none;
        width: 100%
    }
}

.mp-main-nav li {
    -webkit-transition: .25s ease-out;
    -moz-transition: .25s ease-out;
    transition: .25s ease-out;
    float: left;
    position: relative;
    font-weight: 700
}

.mp-main-nav li:hover,
a:hover .pagelink {
    background: #c3312e
}

.mp-main-nav li:hover a {
    color: #fff
}

.mp-main-nav li a,
.mp-main-nav li span {
    display: block;
    color: #fff;
    padding: 10px 20px;
    border-left: 1px solid rgba(255, 255, 255, .1)
}

.mp-main-nav li:first-child a {
    border: 0
}

.mp-main-nav .btns {
    display: flex;
    align-items: center
}

.mp-main-nav .btns a {
    padding: 10px 15px;
    font-weight: 700;
    color: #fff;
    transition: all .2s
}

@media (max-width:767px) {
    .mp-main-nav .btns a {
        font-size: 15px
    }
}

.mp-main-nav .btns .download {
    background-color: #137d13
}

.mp-main-nav .btns .login {
    background-color: #717171
}

.mp-main-nav .btns .download:hover,
.mp-main-nav .btns .login:hover,
.mp-main-nav .btns .reg,
.slicknav_menu .wrap .btns .download:hover,
.slicknav_menu .wrap .btns .login:hover {
    background-color: #c3312e
}

.mp-main-nav .btns .reg:hover,
.slicknav_menu .wrap .btns .reg:hover {
    background-color: transparent
}

#comment-col ol.commentlist li ul li,
.mp-main-nav .sub-menu li a,
.mp-main-nav-wrap .slicknav_nav ul ul {
    border: 0
}

.mp-main-nav ul li:hover>ul {
    display: block;
    background: #2a2a2a;
    z-index: 9999
}

.mp-main-nav ul ul {
    display: none;
    position: absolute
}

.mp-main-nav ul ul li {
    width: 100%;
    min-width: 16em
}

.mp-main-nav ul ul ul {
    left: 100%;
    top: 0
}

.entry-tags .fa,
.entry-tags li:hover,
.mp-main-nav .menu>.current-menu-item {
    background: #c3312e
}

.entry-tags {
    font-size: 12px;
    font-size: .75rem;
    color: #fff;
    line-height: 1;
    margin-bottom: 20px;
    margin-bottom: 1.25rem
}

.entry-tags li {
    float: left;
    margin: 0 6px 6px 0;
    margin: 0 .375rem .375rem 0;
    background: #2a2a2a
}

.entry-tags a,
.entry-tags a:hover {
    display: block;
    color: #fff;
    padding: 10px 15px
}

.entry-tags .fa {
    float: left;
    padding: 10px;
    margin-right: 6px
}

.entry-tags li,
.tagcloud a {
    -webkit-transition: .25s ease-out;
    -moz-transition: .25s ease-out;
    transition: .25s ease-out;
    font-weight: 700;
    text-transform: uppercase
}

.tagcloud a {
    display: inline-block;
    color: #fff;
    padding: 5px 10px;
    margin: 0 4px 8px 0;
    white-space: nowrap
}

.tagcloud a:hover {
    color: #fff;
    background: #c3312e
}

.mp-row [class*=mp-col-]:first-child {
    margin: 0
}

[class*=mp-col-] {
    float: left;
    margin-left: 2.5%;
    overflow: hidden
}

.mp-col-1-1,
.mp-footer .search-form input {
    width: 100%
}

.mp-col-1-2 {
    width: 48.75%
}

.mp-col-1-3 {
    width: 31.66%
}

.mp-col-2-3 {
    width: 65.83%
}

.mp-col-1-4 {
    width: 23.12%
}

.mp-col-3-4 {
    width: 74.37%
}

.mp-col-1-5 {
    width: 18%
}

.mp-col-1-6 {
    width: 14.58%
}

.mp-col-1-7 {
    width: 12.14%
}

.mp-col-1-8 {
    width: 10.31%
}

.clear {
    clear: both
}

.clearfix,
.mp-clearfix {
    display: block
}

.clearfix:after,
.mp-clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    margin: 0;
    padding: 0
}

.screen-reader-text {
    top: -9999rem;
    left: -9999rem;
    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: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

.entry-content ol,
.entry-content ul {
    list-style: square;
    margin: 0 0 20px 40px
}

.entry-content ol ol,
.entry-content ul ul {
    margin: 0 0 0 40px
}

.entry-content ol {
    list-style: decimal
}

.entry-content li {
    margin-bottom: 5px
}

.entry-content .flex-vid,
.entry-content .mp-row,
.entry-content .mp-video-container,
.entry-content blockquote,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-content p {
    margin-bottom: 20px;
    margin-bottom: 1.25rem
}

.entry-content blockquote p:last-child,
.mp-loop-description p:last-child {
    margin: 0
}

.entry-content a {
    font-weight: 600;
    color: #c3312e
}

.entry-content a:hover {
    color: #c3312e;
    text-decoration: underline
}

.entry-content .alignnone {
    display: block;
    margin: 20px 0;
    margin: 1.25rem 0
}

.entry-content .aligncenter {
    display: block;
    margin: 20px auto;
    margin: 1.25rem auto
}

.entry-content .alignleft {
    display: inline;
    float: left;
    margin: 5px 20px 20px 0;
    margin: .3125rem 1.25rem 1.25rem 0
}

.entry-content .alignright {
    display: inline;
    float: right;
    margin: 5px 0 20px 20px;
    margin: .3125rem 0 1.25rem 1.25rem
}

.entry-content .wp-block-gallery {
    display: flex;
    margin: 0 -8px 20px;
    list-style-type: none
}

.entry-content a.btn {
    display: inline-block;
    line-height: 1;
    padding: 15px 30px;
    border-radius: 30px
}

.entry-content a.btn-red {
    color: #fff;
    background-color: #c3312e
}

select {
    max-width: 100%
}

.mp-header {
    background: #fff
}

@media (max-width:767px) {
    .mp-header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0
    }
}

.mp-site-logo {
    padding: 20px;
    overflow: hidden
}

.mp-header-text {
    margin: 5px 0;
    text-transform: uppercase
}

.mp-header-title {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1
}

.mp-header-tagline {
    display: inline-block;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1;
    color: #c3312e;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #e5e5e5
}

.mp-main-nav-wrap {
    background: #2a2a2a
}

.mp-main-nav-wrap .slicknav_btn,
.mp-main-nav-wrap .slicknav_menu,
.mp-main-nav-wrap .slicknav_nav .slicknav_item:hover,
.mp-main-nav-wrap .slicknav_nav a:hover {
    background: 0 0
}

.mp-main-nav-wrap .slicknav_nav ul {
    border-top: 1px solid #c3312e
}

.mobile-btn,
.mobile-logo {
    display: none
}

.mobile-btn .mobile-menu-opener {
    display: none;
    position: fixed;
    top: 25px;
    left: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    outline: 0;
    border: 0;
    padding: 0;
    background: 0 0
}

@media (max-width:767px) {
    .mobile-btn .mobile-menu-opener {
        display: block
    }
}

.mobile-btn .mobile-menu-opener.opened {
    color: #c3312e
}

.mobile-btn .mobile-menu-opener svg {
    display: block;
    margin: 0 auto
}

.mp-navigation img {
    vertical-align: inherit
}

.slicknav_btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 10px 0;
    line-height: 1.125em;
    cursor: pointer;
    margin: 6px 5px;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #222;
    background: #c3312e
}

.slicknav_btn .slicknav_icon-bar .slicknav_icon-bar {
    margin-top: .188em
}

.slicknav_menu {
    *zoom: 1;
    font-size: 16px;
    font-size: 1rem;
    background: #4c4c4c;
    padding: 0;
    border-bottom: 1px solid #2a2a2a;
    background: #c3312e;
    display: none
}

.slicknav_menu,
.slicknav_menu * {
    box-sizing: border-box
}

.slicknav_menu .wrap {
    display: flex;
    justify-content: space-between;
    min-height: 51px
}

.slicknav_menu .wrap .btns {
    display: flex;
    align-items: center
}

.slicknav_menu .wrap .btns a {
    padding: 10px;
    font-weight: 700;
    color: #fff;
    transition: all .2s
}

.slicknav_menu .wrap .btns .download {
    background-color: #137d13
}

.slicknav_menu .wrap .btns .login {
    background-color: #717171
}

.slicknav_menu .wrap .btns .reg {
    background-color: #c3312e
}

.slicknav_menu .slicknav_menutxt {
    line-height: 1.188em;
    float: left;
    color: #fff;
    font-weight: 700;
    text-shadow: none;
    display: none
}

.slicknav_menu .slicknav_icon {
    float: left;
    margin: .188em 0 0 .438em
}

.slicknav_menu .slicknav_no-text {
    margin: 0
}

.slicknav_menu .slicknav_icon-bar {
    display: block;
    height: .125em;
    background-color: #fff;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, .25);
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    width: 40px;
    margin-bottom: 7px
}

.slicknav_menu:after,
.slicknav_menu:before {
    content: " ";
    display: table
}

.slicknav_menu:after {
    clear: both
}

.btn-new {
    text-align: center;
    white-space: nowrap;
    border: 0;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: padding-box;
    box-sizing: padding-box;
    z-index: 4;
    margin: 0 5px
}

.btn-new.blue-btn {
    background: -webkit-gradient(linear, left top, left bottom, from(#50c5ac), color-stop(50%, #3fa18d), to(#2e7f70));
    background: -webkit-linear-gradient(top, #50c5ac 0, #3fa18d 50%, #2e7f70 100%);
    background: linear-gradient(to bottom, #50c5ac 0, #3fa18d 50%, #2e7f70 100%);
    border: 1px solid #55a399
}

.btn-new.red-btn {
    background: -webkit-gradient(linear, left top, left bottom, from(#de3c21), to(#b41b0f));
    background: -webkit-linear-gradient(top, #de3c21 0, #b41b0f 100%);
    background: linear-gradient(to bottom, #de3c21 0, #b41b0f 100%);
    border: 1px solid #bc2502
}

.btn-new.green-btn {
    background: -webkit-gradient(linear, left top, left bottom, from(#137d13), color-stop(50%, #4d794d), to(#114 61));
    background: -webkit-linear-gradient(top, #137d13 0%, #4d794d 50%, #114 61 100%);
    background: linear-gradient(to bottom, #137d13 0, #4d794d 50%, #114611 100%);
    border: 1px solid #137d13
}

.btn-new:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 34%;
    background-image: url(http://mirst.pro/wp-content/themes/img/arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 100%;
    width: 31px
}

@media screen and (max-width:767px) {
    .mp-main-nav-wrap {
        min-height: 129px
    }

    .mp-main-nav-wrap.without_logo {
        min-height: 90px;
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .mobile-btn {
        display: flex;
        justify-content: center;
        padding-left: 70px
    }

    .mobile-logo {
        display: block;
        margin: -60px auto 10px
    }

    .mobile-logo img {
        max-width: 200px;
        display: block;
        max-height: 60px;
        object-fit: contain;
        margin: 0 auto
    }

    .mobile-logo a {
        display: block;
        width: fit-content;
        margin: 0 auto
    }

    .btns {
        display: flex;
        align-items: center
    }

    .btns a {
        padding: 10px;
        font-weight: 700;
        color: #fff;
        transition: all .2s;
        font-size: 15px;
        text-transform: uppercase
    }

    .btns .download {
        background-color: #137d13
    }

    .btns .login {
        background-color: #717171
    }

    .btns .download:hover,
    .btns .login:hover,
    .btns .reg {
        background-color: #c3312e
    }

    .btns .reg:hover {
        background-color: transparent
    }
}

.slicknav_nav {
    clear: both;
    color: #fff;
    padding: 0;
    list-style: none;
    overflow: hidden;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 20px;
    position: absolute;
    z-index: 100;
    background: #2a2a2a;
    right: 0;
    left: 0;
    top: 60px
}

.slicknav_nav ul {
    display: block;
    list-style: none;
    overflow: hidden;
    padding: 20px 0 0 15px;
    margin: 0;
    border-top: 1px solid #2a2a2a
}

.slicknav_nav ul ul {
    border: 0;
    padding: 0 0 0 15px
}

.slicknav_nav li,
html[xmlns] .slides {
    display: block
}

.slicknav_nav a {
    display: block;
    padding: 5px 10px;
    margin: 2px 5px;
    text-decoration: none;
    color: #fff
}

.slicknav_nav a:hover {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #ccc;
    color: #fff;
    background: #c3312e
}

.slicknav_nav span {
    color: #49b196
}

.slicknav_nav .slicknav_arrow {
    font-size: .8em;
    margin: 0 0 0 .4em
}

.slicknav_nav .slicknav_item {
    cursor: pointer
}

.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
    display: inline;
    padding: 0;
    margin: 0
}

.slicknav_nav .slicknav_item:hover {
    color: #fff;
    background: #c3312e
}

.slicknav_nav .slicknav_row {
    display: block;
    padding: 5px 10px;
    margin: 2px 5px
}

.slicknav_nav .slicknav_row:hover {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #ccc;
    color: #fff
}

.slicknav_nav .slicknav_txtnode {
    margin-left: 15px
}

@media screen and (max-width:767px) {
    .slicknav_nav .btns {
        display: none
    }
}

.slicknav_brand {
    float: left;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    padding: 7px 12px;
    height: 44px
}

.flex-container a:active {
    outline: 0
}

.flex-container a:focus {
    outline: 0
}

.flexslider {
    margin: 0;
    padding: 0;
    position: relative;
    zoom: 1
}

.flexslider a:active {
    outline: 0
}

.flexslider a:focus {
    outline: 0
}

.flexslider .slides {
    zoom: 1
}

.flexslider .slides>li {
    display: none;
    -webkit-backface-visibility: hidden
}

.flexslider .slides img {
    display: block;
    height: auto
}

.flexslider:hover .flex-next {
    opacity: .8;
    right: 5px;
    display: block
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1
}

.flexslider:hover .flex-prev {
    opacity: .8;
    left: 5px;
    display: block
}

.flex-control-nav,
.slides {
    margin: 0;
    padding: 0;
    list-style: none
}

.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 6px;
    text-align: center
}

.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline
}

.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    *height: 0
}

.flex-direction-nav a {
    width: 30px;
    height: 30px;
    margin: -12px 0 0;
    display: block;
    background: url(http://mirst.pro/wp-content/themes/pinup/images/bg_direction_nav.png) no-repeat 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px;
    opacity: 0;
    -webkit-transition: all .3s ease
}

.flex-direction-nav .flex-next {
    background-position: 100% 0;
    right: -36px;
    display: none
}

.flex-direction-nav .flex-prev {
    left: -36px;
    display: none
}

.flex-direction-nav .flex-disabled {
    opacity: .3 !important;
    filter: alpha(opacity=30);
    cursor: default
}

.flex-pauseplay span {
    text-transform: capitalize
}

* html .slides {
    height: 1%
}

.no-js .slides>li:first-child {
    display: block
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease
}

.loading .flex-viewport {
    max-height: 300px
}

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, .5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, .3)
}

.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, .7)
}

.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, .9);
    cursor: default
}

.entry-header,
.page-header {
    margin-bottom: 20px;
    margin-bottom: 1.25rem
}

@media (max-width:767px) {
    .entry-header .entry-title {
        padding-right: 60px
    }
}

.page-title {
    font-size: 28px;
    font-size: 1.75rem
}

.mp-footer,
.mp-meta,
.widget_rss cite {
    font-size: 13px;
    font-size: .8125rem;
    color: #979797
}

.mp-meta a {
    color: #979797
}

.mp-meta a:hover {
    color: #c3312e
}

.mp-meta span {
    margin-right: 10px
}

.mp-meta .fa {
    margin-right: 5px
}

.mp-footer {
    color: #fff;
    padding: 25px 25px 0;
    background: #2a2a2a
}

.mp-footer .mp-meta,
.mp-footer .mp-meta a,
.mp-footer .mp-meta a:hover,
.mp-footer .wp-caption-text {
    color: #fff
}

.mp-footer a,
.mp-footer a:hover {
    color: #f7f7f7
}

.entry-meta {
    margin-top: 10px;
    margin-top: .625rem;
    padding: 5px 10px;
    border-top: 1px dotted #ebebeb;
    border-bottom: 1px dotted #ebebeb
}

.entry-thumbnail {
    max-width: 1030px;
    margin-bottom: 20px;
    margin-bottom: 1.25rem
}

.entry-thumbnail img {
    width: 100%
}

.mp-author-box {
    line-height: 1.5;
    padding: 25px 0;
    margin-bottom: 25px;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb
}

.mp-author-box-avatar {
    float: left;
    padding: 3px;
    margin-right: 25px;
    border: 1px solid #ebebeb
}

#commentform p,
.mp-author-box-header {
    margin-bottom: 10px
}

.mp-author-box-name {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700
}

.mp-author-box-postcount:before {
    font-family: "FontAwesome";
    content: "\f105";
    padding: 0 5px
}

.author .mp-author-box {
    margin-top: 25px
}

.mp-loop-description {
    padding: 20px 0;
    margin-top: 20px;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb
}

.mp-loop-item {
    padding-bottom: 20px;
    padding-bottom: 1.25rem;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    border-bottom: 1px solid #ebebeb
}

.mp-loop-header {
    margin-bottom: 10px;
    margin-bottom: .625rem
}

.mp-loop-meta {
    margin-top: 5px
}

.mp-loop-excerpt,
.mp-post-nav p {
    overflow: hidden
}

.mp-loop-thumb {
    float: left;
    margin-right: 20px
}

.mp-loop-thumb img {
    width: 100%;
    max-width: 235px
}

.mp-loop-pagination {
    margin-top: 20px
}

.mp-loop-pagination .current {
    color: #fff;
    background: #c3312e
}

.post .pagination {
    padding-bottom: 20px;
    padding-bottom: 1.25rem
}

.page-numbers {
    display: inline-block;
    font-weight: 700;
    color: #000;
    padding: 10px 15px;
    background: #f5f5f5
}

.mp-comments-pagination .current,
.mp-footer-widget .tagcloud a:hover,
.mp-widget .tagcloud a:hover,
.page-numbers:hover {
    color: #fff;
    background: #c3312e
}

.page-numbers a {
    display: block
}

.mp-comments-pagination {
    margin-bottom: 20px
}

.pagelink {
    display: inline-block;
    font-weight: 700;
    color: #fff;
    padding: 10px 15px;
    background: #c3312e
}

.mp-post-nav {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #ebebeb
}

.mp-post-nav span {
    display: block;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 5px;
    text-transform: uppercase;
    overflow: hidden
}

.mp-post-nav p {
    font-size: 13px;
    font-size: .8125rem
}

.mp-post-nav-next {
    float: right;
    text-align: right
}

.mp-post-nav-next img {
    float: right;
    margin-left: 15px
}

.mp-post-nav-next span:after {
    font-family: "FontAwesome";
    font-weight: 400;
    content: "\f101";
    margin-left: 5px
}

.mp-post-nav-prev img {
    float: left;
    margin-right: 15px
}

.mp-post-nav-prev span:before {
    font-family: "FontAwesome";
    font-weight: 400;
    content: "\f100";
    margin-right: 5px
}

.mp-copyright-wrap {
    text-align: center;
    padding-top: 25px
}

.mp-copyright {
    font-size: 12px;
    font-size: .75rem;
    color: #fff
}

.mp-copyright a {
    color: #999
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center
}

.wp-caption img {
    border: 0;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px
}

.wp-caption-text {
    display: block;
    font-size: 12px;
    font-size: .75rem;
    font-weight: 700;
    line-height: 1.4;
    color: #000;
    margin-top: 5px
}

.alignnone {
    margin: 5px 20px 20px 0
}

.aligncenter .wp-caption-text,
.alignleft .wp-caption-text,
.alignnone .wp-caption-text,
.alignright .wp-caption-text {
    margin-bottom: 0
}

.aligncenter {
    display: block;
    margin: 5px auto
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

.gallery {
    margin-bottom: 20px
}

.gallery:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    margin: 0;
    padding: 0
}

.gallery-item {
    float: left;
    margin: 0 4px 4px 0;
    overflow: hidden;
    position: relative
}

.gallery-item:hover .gallery-caption {
    opacity: 1
}

.gallery-columns-1 .gallery-item {
    max-width: 100%
}

.gallery-columns-1 .gallery-item:nth-of-type(n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
    margin-right: 0
}

.gallery-columns-2 .gallery-item {
    max-width: -webkit-calc(46%);
    max-width: 46%
}

.gallery-columns-3 .gallery-item {
    max-width: -webkit-calc(29.3%);
    max-width: 29.3%
}

.gallery-columns-4 .gallery-item {
    max-width: -webkit-calc(21%);
    max-width: 21%
}

.gallery-columns-5 .gallery-item {
    max-width: -webkit-calc(16%);
    max-width: 16%
}

.gallery-columns-6 .gallery-item {
    max-width: -webkit-calc(12.7%);
    max-width: 12.7%
}

.gallery-columns-7 .gallery-item {
    max-width: -webkit-calc(10.28%);
    max-width: 10.28%
}

.gallery-columns-7 .gallery-caption {
    display: none
}

.gallery-columns-8 .gallery-item {
    max-width: -webkit-calc(8.5%);
    max-width: 8.5%
}

.gallery-columns-8 .gallery-caption {
    display: none
}

.gallery-columns-9 .gallery-item {
    max-width: -webkit-calc(7.1%);
    max-width: 7.1%
}

.gallery-columns-9 .gallery-caption {
    display: none
}

.gallery-caption {
    background-color: rgba(0, 0, 0, .7);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
    max-height: 50%;
    opacity: 0;
    padding: 6px 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    width: 100%
}

.gallery-caption:before {
    content: "";
    height: 100%;
    min-height: 49px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.mp-footer-widget {
    margin-bottom: 25px;
    overflow: hidden
}

.mp-footer-widget .mp-ad-spot,
.mp-footer-widget .mp-info-spot {
    background: rgba(255, 255, 255, .1)
}

.mp-footer-widget .mp-custom-posts-item,
.mp-footer-widget table,
.mp-footer-widget td,
.mp-footer-widget th {
    border-color: rgba(255, 255, 255, .3)
}

.mp-footer-widget .mp-custom-posts-small-title {
    font-weight: 400
}

.mp-footer-widget .mp-posts-large-item {
    border-color: rgba(255, 255, 255, .3)
}

.mp-footer-widget .mp-tabbed-widget,
.mp-footer-widget .mp-tabbed-widget a {
    color: #fff
}

.mp-footer-widget #wp-calendar caption,
.mp-footer-widget .mp-tab-button,
.mp-footer-widget .mp-tab-content {
    background: rgba(255, 255, 255, .1)
}

.mp-footer-widget .mp-tab-post-item {
    border-color: rgba(255, 255, 255, .3)
}

.mp-footer-widget .mp-tab-button.active {
    background: #c3312e
}

.mp-footer-widget .mp-tab-comment-excerpt {
    background: #2a2a2a
}

.mp-footer-widget .tagcloud a {
    background: #000
}

.mp-footer-widget .recentcomments {
    border-color: rgba(255, 255, 255, .3)
}

.mp-comment-list {
    margin-bottom: 25px;
    list-style: none
}

.mp-comment-list .children {
    margin-left: 25px;
    list-style: none
}

.mp-comment-body {
    margin-bottom: 25px;
    border-bottom: 1px solid #ebebeb
}

.mp-comment-footer {
    margin-bottom: 20px
}

.mp-comment-gravatar {
    float: left
}

.mp-comment-gravatar .avatar {
    width: 50px;
    height: 50px;
    padding: 2px;
    margin: 0 15px 0 0;
    border: 1px solid #f5f5f5;
    vertical-align: middle
}

.mp-comment-meta {
    overflow: hidden;
    color: #2a2a2a
}

.mp-comment-meta a {
    color: #2a2a2a
}

.mp-comment-meta-author {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700
}

.mp-comment-meta-author .fn {
    margin-right: 5px
}

.bypostauthor .mp-comment-meta-author:after,
.mp-comment-meta-links .comment-reply-link:before {
    font-family: "FontAwesome";
    font-weight: 400;
    color: #c3312e;
    content: "\f006"
}

.mp-comment-meta-date {
    font-size: 10px;
    font-size: .625rem;
    text-transform: uppercase
}

.mp-comment-meta-links {
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 25px
}

.mp-comment-meta-links .comment-edit-link {
    margin-right: 15px
}

.mp-comment-meta-links .comment-reply-link:before {
    content: "\f112";
    margin-right: 5px
}

.mp-comment-info {
    color: #c3312e;
    margin: 20px 0
}

.mp-ping-list {
    margin-bottom: 20px
}

.mp-ping-list .mp-ping-item {
    padding: 10px 0;
    border-bottom: 1px solid #ebebeb
}

.mp-ping-list .mp-ping-item:first-child {
    border-top: 1px solid #ebebeb
}

.mp-ping-list .mp-ping-item .fa {
    margin-right: 15px
}

#respond .comment-reply-title {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    margin-bottom: 20px;
    margin-bottom: 1.25rem
}

#respond #cancel-comment-reply-link {
    font-size: 12px;
    font-size: .75rem;
    margin-left: 10px
}

#respond #cancel-comment-reply-link:before {
    font-family: "FontAwesome";
    font-weight: 400;
    color: #c3312e;
    content: "\f05e";
    margin-right: 5px
}

#commentform .form-submit {
    margin: 25px 0
}

.required {
    color: #c3312e
}

input {
    font-size: 12px;
    padding: 5px;
    border: 1px solid rgba(0, 0, 0, .1);
    vertical-align: middle;
    background: #f5f5f5;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

input[type=email],
input[type=tel],
input[type=text],
input[type=url] {
    width: 60%
}

input[type=email]:hover,
input[type=tel]:hover,
input[type=text]:hover,
input[type=url]:hover,
textarea:hover {
    border: 1px solid #c3312e
}

input[type=submit] {
    display: inline-block;
    min-width: 150px;
    font-weight: 700;
    color: #fff;
    padding: 10px 15px;
    background: #c3312e;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    transition: all .1s linear;
    border: 0;
    -webkit-appearance: none
}

.mp-widget .tagcloud a,
input[type=submit]:hover {
    background: #2a2a2a
}

.wpcf7-form {
    font-size: 14px;
    font-size: .875rem;
    margin-bottom: 20px
}

.wpcf7-form p {
    margin-bottom: 15px
}

.wpcf7-text {
    padding: 8px
}

.wpcf7-textarea {
    width: 86%;
    padding: 10px
}

div.wpcf7-response-output {
    margin: 20px 0 15px
}

.search-form input {
    font-size: 11px;
    line-height: 1;
    color: #1f1e1e;
    text-transform: uppercase
}

.search-form .search-submit {
    display: none
}

.search-form .search-field {
    position: relative;
    padding: 10px;
    margin: 0;
    border: 1px solid #ebebeb;
    background: #fff;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0
}

.search-form .search-field:active {
    cursor: text
}

.search-form .search-field:focus {
    cursor: text
}

.mp-widget {
    margin-bottom: 25px;
    overflow: hidden
}

.mp-widget .search-form {
    display: block;
    margin: 0 auto;
    padding: 5%;
    background: #f5f5f5
}

.mp-widget .search-form .search-field {
    display: block;
    margin: 0 auto;
    width: 90%
}

#signup-content .mu_register,
.mp-posts-large-thumb img,
.mp-posts-stacked-thumb img {
    width: 100%
}

.mu_register .mu_alert {
    display: block;
    margin-bottom: 25px
}

.mu_register form {
    max-width: 500px
}

.mu_register input {
    box-sizing: border-box
}

.lead-in,
.mu_register .submit {
    margin-top: 25px
}

.lead-in a {
    font-weight: 700
}

.ad-label {
    font-size: 10px;
    font-size: .625rem
}

.mp-box,
.mp-widget-title {
    position: relative;
    margin-bottom: 20px;
    margin-bottom: 1.25rem
}

.mp-box {
    overflow: hidden;
    padding: 20px 20px 0;
    padding: 1.25rem 1.25rem 0;
    border: 1px solid #ebebeb
}

.mp-widget-title {
    font-size: 16px;
    font-size: 1rem;
    padding-bottom: 5px;
    text-transform: uppercase;
    border-bottom: 3px solid #c3312e
}

.mp-footer-widget-title {
    font-size: 14px;
    font-size: .875rem;
    color: #fff
}

.mp-footer-widget-title a {
    color: #fff
}

.mp-ad-spot,
.mp-info-spot {
    display: block;
    padding: 10px;
    text-align: center;
    background: #f5f5f5
}

.mp-slider-widget .flex-control-nav {
    bottom: 10px
}

.mp-slider-widget .flex-control-nav li {
    margin: 0 10px 0 0
}

.mp-slider-widget .flex-control-paging li a {
    width: 15px;
    height: 15px;
    border: 1px solid #2a2a2a;
    background: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

.mp-slider-widget .flex-control-paging li a:hover {
    background: #f5f5f5
}

.mp-slider-widget .flex-control-paging li a.flex-active {
    background: #c3312e;
    border: 1px solid #fff
}

.mp-widget-col-1 .mp-slider-widget .flex-control-nav {
    width: auto;
    top: 15px;
    right: 10px;
    bottom: auto
}

.mp-widget-col-1 .mp-slider-caption {
    position: relative;
    width: 100%;
    margin: 0;
    background: #2a2a2a
}

.mp-widget-col-1 .mp-posts-large-title {
    font-size: 20px;
    font-size: 1.25rem
}

.mp-widget-col-1 .mp-posts-stacked-wrap {
    float: none;
    width: 100%
}

.mp-widget-col-1 .mp-posts-stacked-title {
    font-size: 16px;
    padding: 2px 5px
}

.mp-widget-col-1 .mp-posts-stacked-overlay-small {
    border-top: 1px solid #fff;
    border-left: none
}

.mp-widget-col-1 .mp-posts-focus-wrap {
    float: none;
    width: 100%;
    margin: 0
}

.mp-widget-col-1 .mp-posts-focus-item {
    padding-bottom: 20px;
    margin-top: 20px;
    border-bottom: 1px dotted #ebebeb
}

.mp-widget-col-1 .mp-posts-focus-item-large {
    margin: 0
}

.mp-slider-item {
    position: relative;
    overflow: hidden
}

.mp-slider-normal {
    width: 678px;
    max-width: 100%;
    overflow: hidden
}

.mp-slider-caption {
    position: absolute;
    width: 350px;
    max-width: 100%;
    top: 0;
    right: 0;
    color: #fff;
    border-bottom: 3px solid #c3312e;
    background: #2a2a2a;
    background: rgba(42, 42, 42, .8)
}

.mp-posts-stacked-meta a,
.mp-posts-stacked-meta a:hover,
.mp-posts-stacked-title a,
.mp-posts-stacked-title a:hover,
.mp-slider-caption .mp-excerpt-more,
.mp-slider-title {
    color: #fff
}

.mp-slider-content {
    padding: 25px;
    overflow: hidden
}

.mp-slider-content .mp-excerpt {
    margin-top: 10px;
    margin-top: .625rem
}

.mp-custom-posts-item {
    padding: 20px 0;
    border-bottom: 1px dotted #ebebeb
}

.mp-custom-posts-item:first-child,
.widget_archive li:first-child a,
.widget_categories li:first-child a,
.widget_pages li:first-child a {
    padding-top: 0
}

.mp-custom-posts-thumb {
    float: left;
    margin-right: 15px
}

.mp-custom-posts-small-title {
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 5px;
    margin-bottom: .3125rem
}

.mp-custom-posts-small .mp-meta {
    font-size: 11px;
    font-size: .6875rem
}

.mp-custom-posts-header {
    overflow: hidden
}

.mp-posts-large-item {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #ebebeb
}

.mp-posts-large-item:first-child {
    margin-top: 0
}

.mp-posts-large-thumb {
    position: relative;
    margin-bottom: 10px
}

.mp-posts-large-caption {
    position: absolute;
    top: 0;
    font-size: 13px;
    font-size: .8125rem;
    font-weight: 700;
    color: #fff;
    padding: 10px 15px;
    background: #c3312e;
    text-transform: uppercase
}

.mp-posts-large-title {
    font-size: 24px;
    font-size: 1.5rem
}

.mp-posts-large-excerpt {
    margin-top: 10px
}

.mp-posts-stacked-wrap {
    float: left;
    width: 50%;
    overflow: hidden
}

.mp-posts-stacked-large,
.mp-posts-stacked-small {
    position: relative
}

.mp-posts-stacked-large:after,
.mp-posts-stacked-small:after {
    display: block;
    padding-top: 75%;
    content: " "
}

.mp-posts-stacked-content {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.mp-posts-stacked-thumb:hover .mp-posts-stacked-overlay {
    background: 0 0
}

.mp-posts-stacked-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .2)
}

.mp-posts-stacked-overlay-small {
    border-left: 1px solid #fff
}

.mp-posts-stacked-overlay-last {
    border-top: 1px solid #fff
}

.mp-posts-stacked-item {
    position: absolute;
    bottom: 25px;
    left: 25px;
    padding-right: 25px
}

.mp-posts-stacked-title {
    background: #2a2a2a;
    background: rgba(42, 42, 42, .8)
}

.mp-posts-stacked-title-large {
    font-size: 24px;
    padding: 5px 10px
}

.mp-posts-stacked-title-small {
    font-size: 14px;
    padding: 2px 5px
}

.mp-posts-stacked-meta {
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    padding: 1px 5px;
    margin-top: 5px;
    background: #c3312e;
    text-transform: uppercase
}

.mp-posts-stacked-meta .fa,
.mp-posts-stacked-meta .mp-meta-date {
    margin-right: 5px
}

.mp-widget-col-2 .mp-posts-stacked-columns,
.mp-widget-col-2 .mp-posts-stacked-large {
    float: none;
    width: 100%
}

.mp-widget-col-2 .mp-posts-stacked-overlay-small {
    border-top: 1px solid #fff;
    border-left: none
}

.mp-widget-col-2 .mp-posts-stacked-small:nth-child(odd) .mp-posts-stacked-overlay-small {
    border-right: 1px solid #fff
}

.mp-widget-col-2 .mp-posts-stacked-title-small {
    font-size: 16px
}

.mp-widget-col-2 .mp-posts-focus-wrap {
    float: none;
    width: 100%;
    margin: 0
}

.mp-widget-col-2 .mp-posts-focus-item {
    padding-bottom: 20px;
    margin-top: 20px;
    border-bottom: 1px dotted #ebebeb
}

.mp-widget-col-2 .mp-posts-focus-item-large {
    margin: 0
}

.mp-widget-col-2 .mp-posts-focus-thumb-small {
    float: left;
    max-width: 235px;
    margin: 0 20px 0 0
}

.mp-widget-col-2 .mp-posts-focus-title-large {
    font-size: 24px;
    font-size: 1.5rem
}

#mp-mobile .mp-footer-widget .mp-posts-stacked-overlay {
    border-color: #2a2a2a
}

#mp-mobile .mp-footer-widget .mp-posts-focus-item {
    border-color: rgba(255, 255, 255, .3)
}

.mp-posts-focus-full,
.mp-posts-focus-thumb img,
.wp-block-audio audio {
    width: 100%
}

.mp-posts-focus-full .mp-posts-focus-large {
    width: 65.83%
}

.mp-posts-focus-full .mp-posts-focus-small-inner {
    width: 31.66%;
    margin-left: 2.5%
}

.mp-posts-focus-inner {
    float: right
}

.mp-posts-focus-large {
    width: 65.67%
}

.mp-posts-focus-small-inner {
    width: 31.07%;
    margin-left: 3.26%
}

.mp-posts-focus-outer {
    margin-right: 2.5%;
    margin-left: 0
}

.mp-posts-focus-item {
    position: relative
}

.mp-posts-focus-thumb {
    margin-bottom: 10px
}

.mp-posts-focus-title {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 5px
}

.mp-posts-focus-excerpt {
    margin-top: 10px;
    overflow: hidden
}

.mp-posts-focus-item-small:first-child {
    margin-bottom: 20px
}

.mp-home-wide .mp-posts-focus-title-large {
    font-size: 24px;
    font-size: 1.5rem
}

.mp-home-wide .mp-posts-focus-title-small {
    font-size: 18px;
    font-size: 1.125rem
}

#comment-col .comment-notes,
#comment-col .logged-in-as,
.mp-home-wide .mp-posts-focus-excerpt-small {
    display: none
}

.mp-tabbed-widget,
.mp-tabbed-widget a {
    color: #000
}

.mp-tabbed-widget a:hover {
    color: #c3312e
}

.mp-tabbed-widget .tagcloud a {
    color: #fff
}

.mp-tab-buttons {
    border-bottom: 3px solid #c3312e
}

.mp-tab-button {
    display: block;
    float: left;
    width: 33.33%;
    line-height: 2;
    padding: 5px 0;
    background: #f5f5f5;
    cursor: pointer;
    text-align: center;
    -webkit-transition: .25s ease-out;
    -moz-transition: .25s ease-out;
    transition: .25s ease-out
}

.mp-tab-button span {
    padding: 0 15px;
    font-size: 24px
}

.mp-tab-button.active,
.mp-tab-button.active:hover {
    color: #fff;
    background: #c3312e
}

.mp-tab-content {
    display: none;
    padding: 25px;
    background: #f5f5f5
}

.mp-tab-posts {
    display: block
}

.mp-tab-post-item {
    padding-bottom: 5px;
    margin-top: 5px;
    border-bottom: 1px dotted #e5e5e5
}

.mp-tab-comment-item:first-child,
.mp-tab-post-item:first-child,
.textwidget p:first-child {
    margin-top: 0
}

.mp-tab-comment-item {
    margin-top: 25px
}

.mp-tab-comment-avatar {
    float: left;
    display: block;
    margin: 0 10px 0 0
}

.mp-tab-comment-author {
    font-weight: 700;
    text-transform: uppercase
}

.mp-tab-comment-excerpt {
    display: block;
    padding: 25px;
    margin-top: 10px;
    background: #fff;
    border-radius: 25px;
    font-style: italic
}

.widget_archive li,
.widget_categories li,
.widget_meta li,
.widget_nav_menu .menu>li {
    border-bottom: 1px dotted #ebebeb
}

.widget_archive li a,
.widget_categories li a {
    display: block;
    padding: 5px 0
}

.widget_pages li a,
.widget_rss li {
    border-bottom: 1px dotted #ebebeb;
    display: block;
    padding: 5px 0
}

.widget_pages .children li a {
    padding: 5px 0
}

.widget_meta li a,
.widget_nav_menu li a {
    display: block;
    padding: 5px 0
}

.widget_meta li:first-child a,
.widget_nav_menu li:first-child a {
    padding-top: 0
}

.widget_nav_menu .sub-menu li {
    border-top: 1px dotted #ebebeb
}

.widget_nav_menu .sub-menu li:first-child a {
    padding-top: 5px
}

.widget_rss li:first-child {
    padding-top: 0
}

#wp-calendar a,
.widget_rss a {
    font-weight: 700
}

.widget_rss .rss-date {
    margin-right: 5px;
    font-size: 13px;
    font-size: .8125rem;
    color: #979797
}

.widget_rss .rssSummary {
    margin-top: 5px
}

.mp-footer-widget.widget_rss a {
    font-weight: 400
}

.mp-footer-widget.widget_archive li,
.mp-footer-widget.widget_categories li,
.mp-footer-widget.widget_meta li,
.mp-footer-widget.widget_nav_menu .menu>li,
.mp-footer-widget.widget_nav_menu .sub-menu li,
.mp-footer-widget.widget_pages li a,
.mp-footer-widget.widget_rss li {
    border-color: rgba(255, 255, 255, .3)
}

.textwidget p {
    margin-top: 20px
}

.textwidget ol,
.textwidget ul {
    list-style: square;
    margin: 0 0 20px 15px
}

.textwidget ol ol,
.textwidget ul ul {
    margin: 0 0 0 15px
}

.textwidget ol {
    list-style: decimal
}

#wp-calendar caption {
    text-align: left;
    padding: 10px;
    margin-bottom: 1px;
    background: #f5f5f5
}

#wp-calendar th {
    font-weight: 300
}

#wp-calendar td,
#wp-calendar th {
    padding: 5px 10px;
    text-align: center
}

#wp-calendar #prev {
    text-align: left
}

.recentcomments,
.widget_recent_entries li {
    display: block;
    padding: 5px 0;
    font-weight: 700;
    font-size: 13px
}

.widget_recent_entries li:first-child {
    padding-top: 0
}

.widget_recent_entries .post-date {
    display: block;
    font-size: 11px;
    font-size: .6875rem;
    color: #979797;
    margin-bottom: 5px
}

.recentcomments:first-child {
    padding-top: 0
}

.mp-footer-widget.widget_recent_entries li {
    border-color: rgba(255, 255, 255, .3)
}

.wp-block-image {
    display: block;
    margin: 20px 0;
    margin: 1.25rem 0
}

.wp-block-image .aligncenter {
    text-align: center
}

.wp-block-audio figcaption,
.wp-block-image .aligncenter>figcaption,
.wp-block-image .alignleft>figcaption,
.wp-block-image .alignright>figcaption,
.wp-block-image figcaption,
.wp-block-image.is-resized>figcaption {
    display: block;
    font-size: 12px;
    font-size: .75rem;
    font-weight: 700;
    line-height: 1.4;
    margin-top: 5px
}

.wp-block-audio figcaption,
.wp-block-image figcaption {
    color: #000
}

.wp-block-gallery {
    display: flex;
    margin: 0 -8px 20px;
    list-style-type: none
}

.slots-container {
    display: flex;
    margin: 0 -5px;
    flex-wrap: wrap;
    padding-bottom: 30px
}

.slots-container * {
    box-sizing: border-box
}

.slots-container .hide-slots {
    flex-wrap: wrap;
    display: none
}

.slots-container .hide-slots.active {
    display: flex
}

.slots-container .item {
    display: flex;
    padding: 0 5px;
    width: 50%;
    text-align: center;
    margin-bottom: 10px
}

.slots-container .item-box {
    position: relative;
    overflow: hidden;
    width: 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: 0 0 5px #6495ed
}

.slots-container .item-box img {
    display: block;
    width: 100%;
    height: auto
}

.slots-container .item-box .title {
    padding: 10px;
    line-height: 1
}

.slots-container .item-box .links {
    opacity: 0;
    transition: all .4s;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(18, 32, 50, .66);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s
}

.slots-container .item-box .links:hover {
    opacity: 1
}

.slots-container .item-box .links .demo {
    color: #fff
}

.more-btn .btn,
.slots-container .item-box .links .btn {
    display: inline-block;
    line-height: 1;
    padding: 15px 30px;
    border-radius: 30px;
    margin-bottom: 10px
}

.more-btn {
    text-align: center
}

.more-btn .btn {
    cursor: pointer
}

.more-btn .btn-red,
.slots-container .item-box .links .btn-red {
    color: #fff;
    background-color: #e2464a
}

.breadcrumbs-box {
    margin-bottom: 10px
}

.breadcrumbs {
    display: flex
}

.breadcrumbs li {
    font-weight: 700
}

.breadcrumbs li a {
    color: #c3312e
}

.breadcrumbs li:after {
    content: "»";
    color: #c3312e;
    margin: 0 10px
}

.breadcrumbs li:last-child:after {
    display: none
}

.slot-container {
    max-width: 960px
}

.slot {
    cursor: pointer;
    position: relative
}

.slot:after,
.slot:before {
    content: "";
    bottom: 0;
    right: 0;
    left: 0;
    position: absolute;
    z-index: 1
}

.slot:after {
    top: 50%;
    width: 130px;
    height: 130px;
    transform: translateY(-50%);
    margin: 0 auto;
    background: url(http://mirst.pro/wp-content/themes/img/play-button.svg?v=1.0) no-repeat center center;
    background-size: cover;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

.slot:before {
    top: 0;
    background: linear-gradient(138.32deg, #122032 17.9%, #122032 74.26%);
    opacity: .5
}

.slot img {
    width: 100%;
    height: auto
}

.slot,
.slot-start {
    margin-bottom: 30px
}

.slot-start iframe {
    width: 100%;
    height: 510px
}

.slot-info * {
    box-sizing: border-box
}

.slot-info .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px
}

.col {
    width: 50%;
    padding: 0 15px
}

.info-box {
    padding: 20px;
    line-height: 1.5;
    background-color: rgba(18, 32, 50, .4117647059)
}

.info-line {
    display: flex;
    justify-content: space-between
}

div.aligncenter {
    display: block;
    margin: 5px auto
}

.wp-caption.alignleft,
.wp-caption.alignnone {
    margin: 5px 20px 20px 0
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px
}

#comment-col {
    border-top: 1px solid #e2464a;
    margin-top: 25px
}

#comment-col ol.commentlist {
    padding: 0
}

#comment-col ol.commentlist li {
    list-style-type: none;
    border-bottom: 1px solid #e2464a;
    padding: 0 0 25px;
    margin: 20px 0
}

#comment-col ol.commentlist a.comment-reply-link {
    text-decoration: underline;
    color: #e08523
}

#comment-col .comment-form-comment {
    display: flex;
    flex-direction: column
}

#comment-col .comment-form-author label {
    width: 100%;
    display: block
}

.acf-hidden {
    display: none !important
}

.comment-respond a {
    color: #e08523
}

.play-btn {
    text-align: center
}

@media screen and (max-width:1475px) {
    .mp-container {
        width: 95%
    }

    .mp-container-inner {
        width: 100%
    }
}

@media screen and (max-width:1120px) {
    .mp-main-nav li {
        font-size: 12px
    }

    .mp-main-nav li a {
        padding: 10px 15px
    }
}

@media screen and (max-width:900px) {
    .mp-container-outer {
        margin: 0 auto
    }

    #mp-mobile .mp-container {
        width: 100%
    }

    #mp-mobile .mp-footer-4-cols {
        width: 31.66%
    }

    #mp-mobile .mp-slider-caption {
        position: relative;
        width: 100%;
        top: auto;
        bottom: 0;
        background: #2a2a2a
    }

    #mp-mobile .mp-posts-stacked-title-small {
        font-size: 13px;
        padding: 2px 5px
    }

    .mp-site-logo,
    .mp-wrapper {
        padding: 20px
    }

    .mp-footer {
        padding: 20px 20px 0
    }

    .mp-copyright {
        text-align: center
    }

    .mp-comment-list .children {
        margin-left: 15px
    }

    .mp-footer-widget,
    .mp-widget {
        margin-bottom: 20px
    }

    .mp-footer-4 {
        display: none
    }

    .mp-slider-normal {
        width: 100%
    }

    .mp-slider-widget .flex-control-nav {
        width: auto;
        top: 15px;
        right: 10px;
        bottom: auto
    }

    .mp-widget-col-1 .mp-custom-posts-small-title {
        font-size: 13px;
        font-size: .8125rem
    }

    .mp-widget-col-1 .mp-posts-stacked-title-large {
        font-size: 13px;
        padding: 2px 5px
    }

    .mp-meta-comments {
        display: none
    }

    .mp-posts-stacked-item {
        bottom: 20px;
        left: 20px;
        padding-right: 20px
    }
}

@media screen and (max-width:767px) {
    .js .slicknav_menu {
        display: block
    }

    .js .mp-main-nav,
    .mp-custom-header {
        display: none
    }

    #mp-mobile .mp-footer-area,
    .mp-content,
    .mp-custom-header,
    .mp-left-sb #main-content,
    .mp-right-sb #main-content {
        float: none;
        width: 100%;
        margin: 0
    }

    .mp-sidebar {
        margin: 20px 0 0
    }

    #mp-mobile .mp-custom-posts-small-title {
        font-size: 14px;
        font-size: .875rem
    }

    #mp-mobile .mp-posts-stacked-columns,
    #mp-mobile .mp-posts-stacked-large,
    .mp-sidebar {
        float: none;
        width: 100%
    }

    #mp-mobile .mp-posts-stacked-small {
        float: left;
        width: 50%
    }

    #mp-mobile .mp-posts-stacked-overlay-small {
        border-top: 1px solid #fff;
        border-left: none
    }

    #mp-mobile .mp-posts-stacked-title-large {
        font-size: 24px;
        padding: 5px 10px
    }

    #mp-mobile .mp-posts-stacked-title-small {
        font-size: 16px
    }

    #mp-mobile .mp-posts-focus-wrap {
        float: none;
        width: 100%;
        margin: 0
    }

    #mp-mobile .mp-posts-focus-title-small {
        font-size: 20px;
        font-size: 1.25rem
    }

    #mp-mobile .mp-posts-focus-item {
        padding-bottom: 20px;
        margin-top: 20px;
        border-bottom: 1px dotted #ebebeb
    }

    #mp-mobile .mp-posts-focus-item-large {
        margin: 0
    }

    #mp-mobile .mp-posts-focus-excerpt-small {
        display: block
    }

    .mp-site-logo {
        text-align: center
    }

    #mp-mobile .mp-posts-focus-title-large,
    .entry-title,
    .mp-header-title {
        font-size: 24px;
        font-size: 1.5rem
    }

    .mp-home-sidebar {
        margin-top: 0
    }

    .entry-meta {
        padding: 5px 0
    }

    #commentform .form-submit {
        margin: 25px 0 0
    }

    .mp-footer-4 {
        display: block
    }

    .mp-slider-item img {
        width: 100%
    }

    .mp-posts-stacked-small:nth-child(odd) .mp-posts-stacked-overlay-small {
        border-right: 1px solid #fff
    }

    .mp-posts-focus-thumb-small {
        float: left;
        max-width: 235px;
        margin: 0 20px 0 0
    }
}

@media screen and (max-width:620px) {

    input[type=email],
    input[type=tel],
    input[type=text],
    input[type=url] {
        width: 88%
    }

    [class*=mp-col-] {
        float: none;
        width: 100%;
        margin: 0
    }

    .entry-meta-categories,
    .entry-meta-comments {
        display: none
    }

    .mp-author-box {
        text-align: center
    }

    .mp-author-box-avatar {
        float: none;
        display: inline-block;
        margin: 0 0 20px
    }

    .entry-content ol,
    .entry-content ul {
        margin: 0 0 20px 20px
    }

    .entry-content ol ol,
    .entry-content ul ul {
        margin: 0 0 0 20px
    }

    .single-post .mp-post-nav-next {
        margin-top: 25px
    }

    #mp-mobile .mp-posts-focus-title-large,
    #mp-mobile .mp-slider-title,
    .mp-posts-large-title {
        font-size: 20px;
        font-size: 1.25rem
    }

    #mp-mobile .mp-posts-focus-thumb-small {
        max-width: 80px;
        margin: 0 15px 0 0
    }

    #mp-mobile .mp-posts-focus-title-small {
        font-size: 14px;
        font-size: .875rem
    }

    #mp-mobile .mp-posts-focus-excerpt-small,
    .mp-slider-widget .flex-control-nav {
        display: none
    }

    #mp-mobile .mp-posts-stacked-title-small {
        font-size: 14px
    }

    .mp-loop-thumb {
        max-width: 80px
    }

    .mp-loop-title {
        font-size: 14px;
        font-size: .875rem
    }

    .mp-custom-posts-content .mp-meta,
    .mp-loop-meta,
    .mp-posts-focus-meta-small {
        display: block;
        font-size: 11px;
        font-size: .6875rem
    }

    .mp-custom-posts-content .mp-excerpt,
    .mp-loop-excerpt,
    .mp-posts-focus-caption-small,
    .mp-posts-list-excerpt {
        display: none
    }

    .mp-posts-stacked-item {
        bottom: 10px;
        left: 10px;
        padding-right: 10px
    }
}

@media only screen and (max-width:420px) {
    .mp-comment-list .children {
        margin: 0
    }

    .mp-comment-body {
        text-align: center
    }

    .mp-comment-gravatar {
        float: none
    }

    .mp-comment-gravatar .avatar {
        width: 80px;
        height: 80px;
        margin: 0 auto 10px
    }

    .mp-comment-meta-author .fn {
        margin: 0
    }
}

@media only screen and (max-width:360px) {
    #mp-mobile .mp-posts-stacked-wrap {
        float: none;
        width: 100%
    }

    #mp-mobile .mp-posts-stacked-overlay {
        border-right: none
    }

    #mp-mobile .mp-posts-stacked-title {
        font-size: 16px;
        padding: 2px 5px
    }
}

@media (max-width:768px) {

    .entry-content .alignleft,
    .entry-content .alignright {
        float: none;
        display: block;
        margin: 0 auto
    }

    .slots-container .item-box .links .btn-red,
    .slots-container .item-box .title {
        display: none
    }

    .slots-container .item-box .links .demo {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        font-size: 0
    }
}

.entry-content a.apk-btn,
.footer_mobile-btn a {
    color: #fff;
    display: inline-block;
    text-transform: uppercase
}

.entry-content a.apk-btn {
    font-size: 14px;
    line-height: 32px;
    padding: 0 28px;
    outline: 0;
    pointer-events: auto;
    background-color: #c3312e
}

.hentry h1,
.hentry h2,
.hentry h3,
.hentry h4,
.hentry h5 {
    margin: 1em 0
}

.lwptoc {
    margin: 0 15px 15px 0 !important;
    max-width: 320px
}

.lwptoc .lwptoc_i {
    padding: 10px 20px;
    color: #fff !important
}

.lwptoc .lwptoc_i .lwptoc_itemWrap {
    padding: 0 0 0 20px !important
}

.lwptoc .lwptoc_i .lwptoc_itemWrap .lwptoc_item {
    margin: 0 0 10px !important;
    list-style: disc !important
}

.lwptoc .lwptoc_i .lwptoc_itemWrap .lwptoc_item a {
    font-weight: 700;
    font-size: 14px
}

.footer_mobile-btn {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 0;
    text-align: center;
    z-index: 9999;
    background-color: #2a2a2a
}

.footer_mobile-btn a {
    padding: 10px 25px;
    font-weight: 700;
    background-color: #137d13
}

.footer {
    padding-bottom: 100px
}

.footer-languages {
    margin: 25px auto
}

.footer-languages__list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: fit-content;
    margin: 0 auto
}

@media (max-width:575px) {
    .footer-languages__list {
        flex-direction: column;
        align-items: flex-start
    }
}

.footer-languages a {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
    margin: 0 7px 15px
}

.footer-languages a:hover {
    text-decoration: underline
}

.footer-languages a img {
    display: block;
    max-width: 30px;
    margin: 0 7px 0 0
}

.site_counters,
.to_top_btn {
    display: none
}

.to_top_btn {
    position: fixed;
    bottom: 90px;
    right: 50%;
    margin-right: -45%;
    width: 40px;
    height: 40px;
    z-index: 9999;
    cursor: pointer;
    border-radius: 50%;
    border: 2px solid #fff;
    background: url(http://mirst.pro/wp-content/themes/pinup/images/to_top.png) center no-repeat, #333;
    background-size: 60%;
    -webkit-transition: all ease-out .2s;
    -moz-transition: all ease-out .2s;
    -o-transition: all ease-out .2s;
    transition: all ease-out .2s
}

@media (max-width:767px) {
    .to_top_btn {
        width: 32px;
        height: 32px;
        background-size: 60%;
        bottom: 20px
    }
}

.to_top_btn:hover {
    background: url(http://mirst.pro/wp-content/themes/pinup/images/to_top.png) center no-repeat, #333;
    background-size: 60%
}

.slots-list {
    text-align: center;
    margin: 20px auto
}

.slots-list__item {
    width: 260px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0 7px 15px
}

.slots-list__item:hover .slots-list__item-hover {
    opacity: 1
}

.slots-list__item-thumb-wrap {
    border: 5px solid #00ab8e;
    border-radius: 7px;
    width: 250px;
    position: relative
}

.slots-list__item-thumb-wrap img {
    display: block;
    border-radius: 3px
}

.slots-list__item-hover,
.slots-list__item-play_btn {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 3px;
    -webkit-transition: all ease-out .2s;
    -moz-transition: all ease-out .2s;
    -o-transition: all ease-out .2s;
    transition: all ease-out .2s
}

.slots-list__item-hover {
    background: rgba(0, 0, 0, .5);
    opacity: 0
}

.slots-list__item-play_btn {
    margin: auto;
    background: #00ab8e;
    padding: 2px 15px;
    height: 32px;
    width: 170px;
    line-height: 30px;
    color: #fff;
    font-weight: 700;
    border: 0;
    outline: 0;
    box-shadow: 0 5px 0 #024638
}

.popup__close:hover,
.slots-list__item-play_btn:hover {
    box-shadow: none;
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    transform: translateY(3px)
}

.slots-list__item-play_btn:hover {
    background: #058e72
}

.slots-list__item-name {
    font-weight: 700;
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.popup {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none
}

.popup__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%
}

.popup__close {
    width: 50px;
    height: 50px;
    padding: 0;
    border: 0;
    outline: 0;
    background: #c00000 url(http://mirst.pro/wp-content/themes/pinup/images/close_white.png) center/24px no-repeat;
    border-radius: 25px;
    box-shadow: 0 5px 0 #300;
    position: absolute;
    top: -30px;
    right: -60px;
    -webkit-transition: all ease-out .2s;
    -moz-transition: all ease-out .2s;
    -o-transition: all ease-out .2s;
    transition: all ease-out .2s
}

@media (max-width:991px) {
    .popup__close {
        position: fixed;
        top: 10px;
        right: 10px;
        width: 40px;
        height: 40px;
        background: #c00000 url(http://mirst.pro/wp-content/themes/pinup/images/close_white.png) center/16px no-repeat
    }
}

.popup__close:hover {
    background: red url(http://mirst.pro/wp-content/themes/pinup/images/close_white.png) center/24px no-repeat
}

@media (max-width:991px) {
    .popup__close:hover {
        background: red url(http://mirst.pro/wp-content/themes/pinup/images/close_white.png) center/16px no-repeat
    }
}

.popup-overflow {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    background: rgba(0, 0, 0, .7)
}

.iframe_block {
    padding: 20px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 5px 0 #636363;
    position: relative
}

@media (max-width:575px) {
    .iframe_block {
        padding: 15px
    }
}

.iframe_block iframe {
    display: block;
    border: 0;
    width: 800px;
    height: 600px;
    margin: 0 auto 15px;
    max-width: 75vw;
    max-height: 60vh
}

.btn {
    display: block;
    text-decoration: none
}

.btn--green {
    background: #006900;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    padding: 7px 20px;
    box-shadow: 0 5px 0 #002607;
    text-align: center;
    border-radius: 2px;
    -webkit-transition: all ease-out .2s;
    -moz-transition: all ease-out .2s;
    -o-transition: all ease-out .2s;
    transition: all ease-out .2s
}

@media (max-width:575px) {
    .btn--green {
        font-size: 16px;
        padding: 5px 10px
    }
}

@media (max-width:499px) {
    .btn--green {
        font-size: 14px
    }
}

.btn--big-green:hover,
.btn--green:hover {
    background: #00a100;
    box-shadow: none;
    color: #fff;
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    transform: translateY(3px)
}

.btn--big-green {
    background: #006900;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    padding: 7px 30px;
    box-shadow: 0 5px 0 #002607;
    text-align: center;
    border-radius: 4px;
    -webkit-transition: all ease-out .2s;
    -moz-transition: all ease-out .2s;
    -o-transition: all ease-out .2s;
    transition: all ease-out .2s
}

@media (max-width:575px) {
    .btn--big-green {
        font-size: 16px;
        padding: 5px 10px
    }
}

@media (max-width:499px) {
    .btn--big-green {
        font-size: 14px
    }
}

.btn--big-green:hover {
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    transform: translateY(5px)
}

.faq {
    clear: both
}

.faq>h2 {
    margin: 15px 0 10px
}

.faq_list {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important
}

.faq_list__item {
    margin: 0 0 5px
}

.faq_list__item-question {
    margin: 0 !important;
    padding: 7px 0;
    font-size: 24px !important;
    border-bottom: 1px solid #00ab8e
}

.faq_list__item-answer {
    padding: 5px 0
}

.header-languages {
    position: fixed;
    top: 15px;
    right: 35px;
    z-index: 20
}

@media (max-width:767px) {
    .header-languages {
        top: 25px;
        right: 15px
    }
}

@media (max-width:399px) {
    .header-languages {
        top: 110px
    }
}

.header-languages__list {
    padding: 0;
    margin: 0
}

.header-languages__list:active li,
.header-languages__list:hover li {
    height: 42px
}

@media (max-width:575px) {

    .header-languages__list:active li,
    .header-languages__list:hover li {
        height: 36px
    }
}

.header-languages__list:active li:first-child,
.header-languages__list:active li:first-child>a,
.header-languages__list:active li:first-child>div,
.header-languages__list:hover li:first-child,
.header-languages__list:hover li:first-child>a,
.header-languages__list:hover li:first-child>div {
    border-radius: 10px 10px 0 0
}

.header-languages__list li {
    height: 0;
    list-style: none;
    background: #1b1919;
    overflow: hidden;
    box-sizing: border-box;
    -webkit-transition: all ease-out .2s;
    -moz-transition: all ease-out .2s;
    -o-transition: all ease-out .2s;
    transition: all ease-out .2s
}

.header-languages__list li:first-child,
.header-languages__list li:hover {
    background: #12cca6
}

.header-languages__list li:first-child {
    border-radius: 10px;
    height: 42px
}

@media (max-width:575px) {
    .header-languages__list li:first-child {
        height: 36px
    }
}

.header-languages__list li:first-child>a,
.header-languages__list li:first-child>div {
    border-radius: 10px
}

.header-languages__list li:last-child,
.header-languages__list li:last-child a {
    border-radius: 0 0 10px 10px
}

.header-languages__list li>a,
.header-languages__list li>div {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    border: 1px solid #000;
    height: 42px;
    box-sizing: border-box;
    -webkit-transition: all ease-out .2s;
    -moz-transition: all ease-out .2s;
    -o-transition: all ease-out .2s;
    transition: all ease-out .2s
}

@media (max-width:575px) {

    .header-languages__list li>a,
    .header-languages__list li>div {
        height: 36px;
        font-size: 14px;
        padding: 5px 7px
    }
}

.header-languages__list li img {
    display: block;
    width: 28px;
    margin: 0 7px 0 0
}

@media (max-width:575px) {
    .header-languages__list li img {
        width: 24px
    }
}