*html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden
}

body {
    margin: 0;
    overflow-x: hidden
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

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

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

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

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

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

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

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

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

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

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

input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    overflow-x: hidden;
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

a:hover,
a:focus {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role="button"] {
    cursor: pointer
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
    font-size: 65%
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
    font-size: 75%
}

h1,
.h1 {
    font-size: 36px
}

h2,
.h2 {
    font-size: 30px
}

h3,
.h3 {
    font-size: 24px
}

h4,
.h4 {
    font-size: 18px
}

h5,
.h5 {
    font-size: 14px
}

h6,
.h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width:768px) {
    .lead {
        font-size: 21px
    }
}

small,
.small {
    font-size: 85%
}

mark,
.mark {
    background-color: #fcf8e3;
    padding: .2em
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #337ab7
}

a.text-primary:hover,
a.text-primary:focus {
    color: #286090
}

.text-success {
    color: #3c763d
}

a.text-success:hover,
a.text-success:focus {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:hover,
a.text-info:focus {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:hover,
a.text-warning:focus {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:hover,
a.text-danger:focus {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #337ab7
}

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #286090
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:hover,
a.bg-success:focus {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:hover,
a.bg-info:focus {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px
}

ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dt,
dd {
    line-height: 1.42857143
}

dt {
    font-weight: bold
}

dd {
    margin-left: 0
}

@media (min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0
}

blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right
}

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
    content: ''
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014'
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    -webkit-box-shadow: none;
    box-shadow: none
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width:768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-11 {
        width: 91.66666667%
    }
    .col-sm-10 {
        width: 83.33333333%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-8 {
        width: 66.66666667%
    }
    .col-sm-7 {
        width: 58.33333333%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-5 {
        width: 41.66666667%
    }
    .col-sm-4 {
        width: 33.33333333%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-2 {
        width: 16.66666667%
    }
    .col-sm-1 {
        width: 8.33333333%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-pull-11 {
        right: 91.66666667%
    }
    .col-sm-pull-10 {
        right: 83.33333333%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-8 {
        right: 66.66666667%
    }
    .col-sm-pull-7 {
        right: 58.33333333%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-5 {
        right: 41.66666667%
    }
    .col-sm-pull-4 {
        right: 33.33333333%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-2 {
        right: 16.66666667%
    }
    .col-sm-pull-1 {
        right: 8.33333333%
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-push-11 {
        left: 91.66666667%
    }
    .col-sm-push-10 {
        left: 83.33333333%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-8 {
        left: 66.66666667%
    }
    .col-sm-push-7 {
        left: 58.33333333%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-5 {
        left: 41.66666667%
    }
    .col-sm-push-4 {
        left: 33.33333333%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-2 {
        left: 16.66666667%
    }
    .col-sm-push-1 {
        left: 8.33333333%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }
    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-11 {
        width: 91.66666667%
    }
    .col-md-10 {
        width: 83.33333333%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-8 {
        width: 66.66666667%
    }
    .col-md-7 {
        width: 58.33333333%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-5 {
        width: 41.66666667%
    }
    .col-md-4 {
        width: 33.33333333%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-2 {
        width: 16.66666667%
    }
    .col-md-1 {
        width: 8.33333333%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-pull-11 {
        right: 91.66666667%
    }
    .col-md-pull-10 {
        right: 83.33333333%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-8 {
        right: 66.66666667%
    }
    .col-md-pull-7 {
        right: 58.33333333%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-5 {
        right: 41.66666667%
    }
    .col-md-pull-4 {
        right: 33.33333333%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-2 {
        right: 16.66666667%
    }
    .col-md-pull-1 {
        right: 8.33333333%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-push-11 {
        left: 91.66666667%
    }
    .col-md-push-10 {
        left: 83.33333333%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-8 {
        left: 66.66666667%
    }
    .col-md-push-7 {
        left: 58.33333333%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-5 {
        left: 41.66666667%
    }
    .col-md-push-4 {
        left: 33.33333333%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-2 {
        left: 16.66666667%
    }
    .col-md-push-1 {
        left: 8.33333333%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-11 {
        width: 91.66666667%
    }
    .col-lg-10 {
        width: 83.33333333%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-8 {
        width: 66.66666667%
    }
    .col-lg-7 {
        width: 58.33333333%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-5 {
        width: 41.66666667%
    }
    .col-lg-4 {
        width: 33.33333333%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-2 {
        width: 16.66666667%
    }
    .col-lg-1 {
        width: 8.33333333%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-pull-11 {
        right: 91.66666667%
    }
    .col-lg-pull-10 {
        right: 83.33333333%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-8 {
        right: 66.66666667%
    }
    .col-lg-pull-7 {
        right: 58.33333333%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-5 {
        right: 41.66666667%
    }
    .col-lg-pull-4 {
        right: 33.33333333%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-2 {
        right: 16.66666667%
    }
    .col-lg-pull-1 {
        right: 8.33333333%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-push-11 {
        left: 91.66666667%
    }
    .col-lg-push-10 {
        left: 83.33333333%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-8 {
        left: 66.66666667%
    }
    .col-lg-push-7 {
        left: 58.33333333%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-5 {
        left: 41.66666667%
    }
    .col-lg-push-4 {
        left: 33.33333333%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-2 {
        left: 16.66666667%
    }
    .col-lg-push-1 {
        left: 8.33333333%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

input[type="file"] {
    display: block
}

input[type="range"] {
    display: block;
    width: 100%
}

select[multiple],
select[size] {
    height: auto
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control::-ms-expand {
    border: 0;
    background-color: transparent
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

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

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 34px
    }
    input[type="date"].input-sm,
    input[type="time"].input-sm,
    input[type="datetime-local"].input-sm,
    input[type="month"].input-sm,
    .input-group-sm input[type="date"],
    .input-group-sm input[type="time"],
    .input-group-sm input[type="datetime-local"],
    .input-group-sm input[type="month"] {
        line-height: 30px
    }
    input[type="date"].input-lg,
    input[type="time"].input-lg,
    input[type="datetime-local"].input-lg,
    input[type="month"].input-lg,
    .input-group-lg input[type="date"],
    .input-group-lg input[type="time"],
    .input-group-lg input[type="datetime-local"],
    .input-group-lg input[type="month"] {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.radio label,
.checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9
}

.radio+.radio,
.checkbox+.checkbox {
    margin-top: -5px
}

.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px
}

.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

textarea.input-sm,
select[multiple].input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

textarea.input-lg,
select[multiple].input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.input-lg+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.form-group-lg .form-control+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.input-sm+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.form-group-sm .form-control+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label~.form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .form-control-static {
        display: inline-block
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto
    }
    .form-inline .input-group>.form-control {
        width: 100%
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0
    }
    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

@media (min-width:768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px
    }
}

@media (min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:hover,
.btn:focus,
.btn.focus {
    color: #333;
    text-decoration: none
}

.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default:focus,
.btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default:active:hover,
.btn-default.active:hover,
.open>.dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open>.dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open>.dropdown-toggle.btn-default.focus {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40
}

.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open>.dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open>.dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open>.dropdown-toggle.btn-primary.focus {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40
}

.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success:focus,
.btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success:active:hover,
.btn-success.active:hover,
.open>.dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open>.dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open>.dropdown-toggle.btn-success.focus {
    color: #fff;
    background-color: #398439;
    border-color: #255625
}

.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
    background-image: none
}

.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info:focus,
.btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85
}

.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info:active:hover,
.btn-info.active:hover,
.open>.dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open>.dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open>.dropdown-toggle.btn-info.focus {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}

.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
    background-image: none
}

.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning:focus,
.btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning:active:hover,
.btn-warning.active:hover,
.open>.dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open>.dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open>.dropdown-toggle.btn-warning.focus {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}

.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
    background-image: none
}

.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger:focus,
.btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger:active:hover,
.btn-danger.active:hover,
.open>.dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open>.dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open>.dropdown-toggle.btn-danger.focus {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}

.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
    background-image: none
}

.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    color: #337ab7;
    font-weight: normal;
    border-radius: 0
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent
}

.btn-link:hover,
.btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
    color: #777;
    text-decoration: none
}

.btn-lg,
.btn-group-lg>.btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.btn-sm,
.btn-group-sm>.btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-xs,
.btn-group-xs>.btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropup,
.dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #337ab7
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    color: #777
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: ""
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0
    }
    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group>.btn,
.btn-group-vertical>.btn {
    position: relative;
    float: left
}

.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover,
.btn-group>.btn:focus,
.btn-group-vertical>.btn:focus,
.btn-group>.btn:active,
.btn-group-vertical>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn.active {
    z-index: 2
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
    margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group>.btn-group {
    float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group>.btn+.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.btn-group>.btn-lg+.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical>.btn-group>.btn {
    float: none
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
    float: none;
    display: table-cell;
    width: 1%
}

.btn-group-justified>.btn-group .btn {
    width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
    left: auto
}

[data-toggle="buttons"]>.btn input[type="radio"],
[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],
[data-toggle="buttons"]>.btn input[type="checkbox"],
[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group .form-control:focus {
    z-index: 3
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-group-lg>.form-control,
select.input-group-lg>.input-group-addon,
select.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    line-height: 46px
}

textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon,
textarea.input-group-lg>.input-group-btn>.btn,
select[multiple].input-group-lg>.form-control,
select[multiple].input-group-lg>.input-group-addon,
select[multiple].input-group-lg>.input-group-btn>.btn {
    height: auto
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-group-sm>.form-control,
select.input-group-sm>.input-group-addon,
select.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    line-height: 30px
}

textarea.input-group-sm>.form-control,
textarea.input-group-sm>.input-group-addon,
textarea.input-group-sm>.input-group-btn>.btn,
select[multiple].input-group-sm>.form-control,
select[multiple].input-group-sm>.input-group-addon,
select[multiple].input-group-sm>.input-group-btn>.btn {
    height: auto
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn>.btn {
    position: relative
}

.input-group-btn>.btn+.btn {
    margin-left: -1px
}

.input-group-btn>.btn:hover,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:active {
    z-index: 2
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
    margin-right: -1px
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: #eee
}

.nav>li.disabled>a {
    color: #777
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
    color: #777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: #eee;
    border-color: #337ab7
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav>li>a>img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified>li {
    float: none
}

.nav-tabs.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width:768px) {
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:focus {
    border: 1px solid #ddd
}

@media (min-width:768px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }
    .nav-tabs.nav-justified>.active>a,
    .nav-tabs.nav-justified>.active>a:hover,
    .nav-tabs.nav-justified>.active>a:focus {
        border-bottom-color: #fff
    }
}

.nav-pills>li {
    float: left
}

.nav-pills>li>a {
    border-radius: 4px
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #337ab7
}

.nav-stacked>li {
    float: none
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

.nav-justified>li {
    float: none
}

.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width:768px) {
    .nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus {
    border: 1px solid #ddd
}

@media (min-width:768px) {
    .nav-tabs-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }
    .nav-tabs-justified>.active>a,
    .nav-tabs-justified>.active>a:hover,
    .nav-tabs-justified>.active>a:focus {
        border-bottom-color: #fff
    }
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

@media (min-width:768px) {
    .navbar {
        border-radius: 4px
    }
}

@media (min-width:768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }
    .navbar-collapse.in {
        overflow-y: visible
    }
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px
}

@media (max-device-width:480px) and (orientation:landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px
    }
}

.container>.navbar-header,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-collapse {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width:768px) {
    .container>.navbar-header,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container-fluid>.navbar-collapse {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width:768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width:768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none
}

.navbar-brand>img {
    display: block
}

@media (min-width:768px) {
    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

@media (min-width:768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px
    }
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }
    .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-nav .open .dropdown-menu>li>a:focus {
        background-image: none
    }
}

@media (min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }
    .navbar-nav>li {
        float: left
    }
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 8px;
    margin-bottom: 8px
}

@media (min-width:768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .navbar-form .form-control-static {
        display: inline-block
    }
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn,
    .navbar-form .input-group .form-control {
        width: auto
    }
    .navbar-form .input-group>.form-control {
        width: 100%
    }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .radio label,
    .navbar-form .checkbox label {
        padding-left: 0
    }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }
    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

@media (min-width:768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@media (min-width:768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px
    }
}

@media (min-width:768px) {
    .navbar-left {
        float: left !important
    }
    .navbar-right {
        float: right !important;
        margin-right: -15px
    }
    .navbar-right~.navbar-right {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav>li>a {
    color: #777
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: #e7e7e7;
    color: #555
}

@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #333;
        background-color: transparent
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #555;
        background-color: #e7e7e7
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-default .btn-link {
    color: #777
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
    color: #333
}

.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #080808
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    background-color: #080808;
    color: #fff
}

@media (max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #9d9d9d
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #fff;
        background-color: transparent
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #fff;
        background-color: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link {
    color: #9d9d9d
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

.breadcrumb>li {
    display: inline-block
}

.breadcrumb>li+li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #ccc
}

.breadcrumb>.active {
    color: #777
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: bold
}

.alert>p,
.alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 5px
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1)
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px
}

.progress.active .progress-bar,
.progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50)
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50)
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5)
    }
    .modal-sm {
        width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    opacity: 0;
    filter: alpha(opacity=0)
}

.tooltip.in {
    opacity: .9;
    filter: alpha(opacity=90)
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2)
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover>.arrow,
.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover>.arrow {
    border-width: 11px
}

.popover>.arrow:after {
    border-width: 10px;
    content: ""
}

.popover.top>.arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px
}

.popover.top>.arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25)
}

.popover.right>.arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff
}

.popover.bottom>.arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px
}

.popover.bottom>.arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25)
}

.popover.left>.arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.modal-header:after,
.modal-footer:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important
    }
    table.visible-xs {
        display: table !important
    }
    tr.visible-xs {
        display: table-row !important
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important
    }
}

@media (max-width:767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }
    table.visible-sm {
        display: table !important
    }
    tr.visible-sm {
        display: table-row !important
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }
    table.visible-md {
        display: table !important
    }
    tr.visible-md {
        display: table-row !important
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important
    }
    table.visible-lg {
        display: table !important
    }
    tr.visible-lg {
        display: table-row !important
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important
    }
}

@media (min-width:1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }
    table.visible-print {
        display: table !important
    }
    tr.visible-print {
        display: table-row !important
    }
    th.visible-print,
    td.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    src: local('Montserrat Light'), local('Montserrat-Light'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_cJD3gTD_u50.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    src: local('Montserrat Light'), local('Montserrat-Light'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_cJD3g3D_u50.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    src: local('Montserrat Light'), local('Montserrat-Light'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_cJD3gbD_u50.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    src: local('Montserrat Light'), local('Montserrat-Light'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_cJD3gfD_u50.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    src: local('Montserrat Light'), local('Montserrat-Light'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_cJD3gnD_g.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_bZF3gTD_u50.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_bZF3g3D_u50.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_bZF3gbD_u50.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_bZF3gfD_u50.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_bZF3gnD_g.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3gTD_u50.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3g3D_u50.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3gbD_u50.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3gfD_u50.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3gnD_g.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'halimfont';
    src: url(../font/halimfont.eot);
    src: url(../font/halimfont.eot) format('embedded-opentype'), 
    url(../font/halimfont.woff2) format('woff2'), url(../font/halimfont.woff) format('woff'), 
    url(../font/halimfont.ttf) format('truetype'), url(../font/halimfont.svg) format('svg');
    font-weight: 400;
    font-style: normal
}

.animate-spin {
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
    display: inline-block
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-webkit-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-o-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-ms-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

[class^="hl-"]:before,
[class*=" hl-"]:before {
    font-family: "halimfont";
    font-style: normal;
    font-weight: 400;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.hl-search:before {
    content: '\e800'
}

.hl-clock:before {
    content: '\e801'
}

.hl-tag:before {
    content: '\e802'
}

.hl-tags:before {
    content: '\e803'
}

.hl-play:before {
    content: '\e804'
}

.hl-forward:before {
    content: '\e805'
}

.hl-download:before {
    content: '\e806'
}

.hl-attention:before {
    content: '\e807'
}

.hl-user:before {
    content: '\e808'
}

.hl-dot-3:before {
    content: '\e809'
}

.hl-sun:before {
    content: '\e80a'
}

.hl-share:before {
    content: '\e80b'
}

.hl-play-circled-o:before {
    content: '\e80c'
}

.hl-play-circled:before {
    content: '\e80d'
}

.hl-bookmark:before {
    content: '\e80e'
}

.hl-lock:before {
    content: '\e80f'
}

.hl-resize-full:before {
    content: '\e810'
}

.hl-resize-small:before {
    content: '\e811'
}

.hl-folder-open:before {
    content: '\e812'
}

.hl-picture:before {
    content: '\e813'
}

.hl-video:before {
    content: '\e814'
}

.hl-cog-alt:before {
    content: '\e815'
}

.hl-adjust:before {
    content: '\e816'
}

.hl-eye:before {
    content: '\e817'
}

.hl-next:before {
    content: '\e818'
}

.hl-wordpress:before {
    content: '\e819'
}

.hl-lock-open:before {
    content: '\e81a'
}

.hl-pin:before {
    content: '\e81b'
}

.hl-cog:before {
    content: '\e81c'
}

.hl-wrench:before {
    content: '\e81d'
}

.hl-chart-bar:before {
    content: '\e81e'
}

.hl-home:before {
    content: '\e81f'
}

.hl-ok:before {
    content: '\e820'
}

.hl-ok-circled:before {
    content: '\e821'
}

.hl-ok-circled2:before {
    content: '\e822'
}

.hl-cancel:before {
    content: '\e823'
}

.hl-flag:before {
    content: '\e824'
}

.hl-thumbs-up:before {
    content: '\e825'
}

.hl-thumbs-down:before {
    content: '\e826'
}

.hl-download-1:before {
    content: '\e827'
}

.hl-upload:before {
    content: '\e828'
}

.hl-up-open:before {
    content: '\e829'
}

.hl-right-open:before {
    content: '\e82a'
}

.hl-left-open:before {
    content: '\e82b'
}

.hl-down-open-1:before {
    content: '\e82c'
}

.hl-right-dir:before {
    content: '\e82d'
}

.hl-left-dir:before {
    content: '\e82e'
}

.hl-up-dir:before {
    content: '\e82f'
}

.hl-down-dir:before {
    content: '\e830'
}

.hl-ccw:before {
    content: '\e831'
}

.hl-cw:before {
    content: '\e832'
}

.hl-comment:before {
    content: '\e833'
}

.hl-spin4:before {
    content: '\e834'
}

.hl-chat:before {
    content: '\e835'
}

.hl-bell:before {
    content: '\e836'
}

.hl-off:before {
    content: '\e837'
}

.hl-resize-full-1:before {
    content: '\e838'
}

.hl-resize-small-1:before {
    content: '\e839'
}

.hl-light-up:before {
    content: '\e83a'
}

.hl-googleplay:before {
    content: '\e83b'
}

.hl-key:before {
    content: '\e83c'
}

.hl-spin2:before {
    content: '\e83d'
}

.hl-mail:before {
    content: '\e83e'
}

.hl-heart:before {
    content: '\e83f'
}

.hl-heart-empty:before {
    content: '\e840'
}

.hl-star:before {
    content: '\e841'
}

.hl-star-empty:before {
    content: '\e842'
}

.hl-star-half:before {
    content: '\e843'
}

.hl-calendar:before {
    content: '\e844'
}

.hl-calendar-1:before {
    content: '\e845'
}

.hl-calendar-2:before {
    content: '\e846'
}

.hl-key-1:before {
    content: '\e847'
}

.hl-floppy:before {
    content: '\e848'
}

.hl-fire:before {
    content: '\e849'
}

.hl-globe:before {
    content: '\e84a'
}

.hl-signal:before {
    content: '\e84b'
}

.hl-flash:before {
    content: '\e84c'
}

.hl-cloud:before {
    content: '\e84d'
}

.hl-phone:before {
    content: '\e84e'
}

.hl-location:before {
    content: '\e84f'
}

.hl-attention-1:before {
    content: '\e850'
}

.hl-check:before {
    content: '\e851'
}

.hl-down-open-2:before {
    content: '\e852'
}

.hl-left-open-2:before {
    content: '\e853'
}

.hl-right-open-2:before {
    content: '\e854'
}

.hl-up-open-2:before {
    content: '\e855'
}

.hl-down-open-mini:before {
    content: '\e856'
}

.hl-left-open-mini:before {
    content: '\e857'
}

.hl-right-open-mini:before {
    content: '\e858'
}

.hl-up-open-mini:before {
    content: '\e859'
}

.hl-sun-filled:before {
    content: '\e85a'
}

.hl-sun-2:before {
    content: '\e85b'
}

.hl-sun-inv:before {
    content: '\e85c'
}

.hl-github:before {
    content: '\e85d'
}

.hl-paypal-1:before {
    content: '\e85e'
}

.hl-wordpress-1:before {
    content: '\e85f'
}

.hl-skype:before {
    content: '\e860'
}

.hl-youtube:before {
    content: '\e861'
}

.hl-stackoverflow:before {
    content: '\e862'
}

.hl-qrcode:before {
    content: '\e863'
}

.hl-braille:before {
    content: '\e864'
}

.hl-cogs:before {
    content: '\e865'
}

.hl-th-large-outline:before {
    content: '\e866'
}

.hl-th-large:before {
    content: '\e867'
}

.hl-menu-outline:before {
    content: '\e868'
}

.hl-menu-1:before {
    content: '\e869'
}

.hl-spin1:before {
    content: '\e86a'
}

.hl-spin5:before {
    content: '\e86b'
}

.hl-spin6:before {
    content: '\e86c'
}

.hl-spin3:before {
    content: '\e86d'
}

.hl-sort-alphabet:before {
    content: '\e86e'
}

.hl-sort-alphabet-outline:before {
    content: '\e86f'
}

.hl-equalizer:before {
    content: '\e870'
}

.hl-leaf:before {
    content: '\e871'
}

.hl-github-circled:before {
    content: '\e872'
}

.hl-clock-1:before {
    content: '\e873'
}

.hl-headphones:before {
    content: '\e874'
}

.hl-volume-up:before {
    content: '\e875'
}

.hl-volume-down:before {
    content: '\e876'
}

.hl-volume-off:before {
    content: '\e877'
}

.hl-login:before {
    content: '\e878'
}

.hl-logout:before {
    content: '\e879'
}

.hl-basket:before {
    content: '\e87a'
}

.hl-trash-empty:before {
    content: '\e87b'
}

.hl-forward-1:before {
    content: '\e87c'
}

.hl-export:before {
    content: '\e87d'
}

.hl-attach:before {
    content: '\e87e'
}

.hl-link:before {
    content: '\e87f'
}

.hl-info-circled:before {
    content: '\e880'
}

.hl-help-circled:before {
    content: '\e881'
}

.hl-cancel-circled:before {
    content: '\e882'
}

.hl-cancel-circled2:before {
    content: '\e883'
}

.hl-plus:before {
    content: '\e884'
}

.hl-plus-circled:before {
    content: '\e885'
}

.hl-user-1:before {
    content: '\e886'
}

.hl-users:before {
    content: '\e887'
}

.hl-down-circled2:before {
    content: '\e888'
}

.hl-up-circled2:before {
    content: '\e889'
}

.hl-right-hand:before {
    content: '\e88a'
}

.hl-left-hand:before {
    content: '\e88b'
}

.hl-up-hand:before {
    content: '\e88c'
}

.hl-down-hand:before {
    content: '\e88d'
}

.hl-arrows-cw:before {
    content: '\e88e'
}

.hl-shuffle:before {
    content: '\e88f'
}

.hl-play-circled2:before {
    content: '\e890'
}

.hl-zoom-in:before {
    content: '\e891'
}

.hl-zoom-out:before {
    content: '\e892'
}

.hl-block:before {
    content: '\e893'
}

.hl-doc:before {
    content: '\e894'
}

.hl-qrcode-1:before {
    content: '\e895'
}

.hl-check-1:before {
    content: '\e896'
}

.hl-camera:before {
    content: '\e897'
}

.hl-camera-alt:before {
    content: '\e898'
}

.hl-clock-2:before {
    content: '\e899'
}

.hl-phone-1:before {
    content: '\e89a'
}

.hl-cog-1:before {
    content: '\e89b'
}

.hl-tools:before {
    content: '\e89c'
}

.hl-login-1:before {
    content: '\e89d'
}

.hl-logout-1:before {
    content: '\e89e'
}

.hl-mic-1:before {
    content: '\e89f'
}

.hl-bell-1:before {
    content: '\e8a0'
}

.hl-alert:before {
    content: '\e8a1'
}

.hl-chat-1:before {
    content: '\e8a2'
}

.hl-comment-1:before {
    content: '\e8a3'
}

.hl-keyboard:before {
    content: '\e8a4'
}

.hl-retweet:before {
    content: '\e8a5'
}

.hl-print:before {
    content: '\e8a6'
}

.hl-feather:before {
    content: '\e8a7'
}

.hl-export-1:before {
    content: '\e8a8'
}

.hl-code-1:before {
    content: '\e8a9'
}

.hl-quote:before {
    content: '\e8aa'
}

.hl-reply-all-1:before {
    content: '\e8ab'
}

.hl-reply-1:before {
    content: '\e8ac'
}

.hl-upload-cloud-1:before {
    content: '\e8ad'
}

.hl-upload-1:before {
    content: '\e8ae'
}

.hl-thumbs-down-1:before {
    content: '\e8af'
}

.hl-thumbs-up-1:before {
    content: '\e8b0'
}

.hl-cancel-1:before {
    content: '\e8b1'
}

.hl-ok-circle:before {
    content: '\e8b2'
}

.hl-cancel-circle:before {
    content: '\e8b3'
}

.hl-ok-1:before {
    content: '\e8b4'
}

.hl-cancel-2:before {
    content: '\e8b5'
}

.hl-ok-2:before {
    content: '\e8b6'
}

.hl-celcius:before {
    content: '\e8b7'
}

.hl-fahrenheit:before {
    content: '\e8b8'
}

.hl-clouds-flash-alt:before {
    content: '\e8b9'
}

.hl-sun-inv-1:before {
    content: '\e8ba'
}

.hl-moon-inv:before {
    content: '\e8bb'
}

.hl-cloud-sun-inv:before {
    content: '\e8bc'
}

.hl-cloud-moon-inv:before {
    content: '\e8bd'
}

.hl-cloud-inv:before {
    content: '\e8be'
}

.hl-cloud-flash-inv:before {
    content: '\e8bf'
}

.hl-drizzle-inv:before {
    content: '\e8c0'
}

.hl-rain-inv:before {
    content: '\e8c1'
}

.hl-ok-3:before {
    content: '\e8c2'
}

.hl-cancel-3:before {
    content: '\e8c3'
}

.hl-star-1:before {
    content: '\e8c4'
}

.hl-star-empty-1:before {
    content: '\e8c5'
}

.hl-heart-1:before {
    content: '\e8c6'
}

.hl-mail-1:before {
    content: '\e8c7'
}

.hl-clock-3:before {
    content: '\e8c8'
}

.hl-stopwatch:before {
    content: '\e8c9'
}

.hl-attention-2:before {
    content: '\e8ca'
}

.hl-attention-alt-1:before {
    content: '\e8cb'
}

.hl-w3c:before {
    content: '\e8cc'
}

.hl-headphones-1:before {
    content: '\e8cd'
}

.hl-heart-2:before {
    content: '\e8ce'
}

.hl-star-2:before {
    content: '\e8cf'
}

.hl-ok-4:before {
    content: '\e8d0'
}

.hl-ok-circle-1:before {
    content: '\e8d1'
}

.hl-logout-2:before {
    content: '\e8d2'
}

.hl-dot:before {
    content: '\e8d3'
}

.hl-dot-2:before {
    content: '\e8d4'
}

.hl-down-open:before {
    content: '\f004'
}

.hl-up-open-1:before {
    content: '\f005'
}

.hl-right-open-1:before {
    content: '\f006'
}

.hl-left-open-1:before {
    content: '\f007'
}

.hl-star-half-1:before {
    content: '\f022'
}

.hl-star-half_empty:before {
    content: '\f024'
}

.hl-heart-broken:before {
    content: '\f028'
}

.hl-ok-circled-1:before {
    content: '\f06d'
}

.hl-cancel-circled-1:before {
    content: '\f06e'
}

.hl-zoom-in-1:before {
    content: '\f07e'
}

.hl-zoom-out-1:before {
    content: '\f07f'
}

.hl-bookmark-o:before {
    content: '\f097'
}

.hl-phone-squared:before {
    content: '\f098'
}

.hl-rss:before {
    content: '\f09e'
}

.hl-docs:before {
    content: '\f0c5'
}

.hl-menu:before {
    content: '\f0c9'
}

.hl-magic:before {
    content: '\f0d0'
}

.hl-money:before {
    content: '\f0d6'
}

.hl-sort:before {
    content: '\f0dc'
}

.hl-sort-down:before {
    content: '\f0dd'
}

.hl-mail-alt:before {
    content: '\f0e0'
}

.hl-gauge:before {
    content: '\f0e4'
}

.hl-comment-empty:before {
    content: '\f0e5'
}

.hl-chat-empty:before {
    content: '\f0e6'
}

.hl-lightbulb:before {
    content: '\f0eb'
}

.hl-exchange:before {
    content: '\f0ec'
}

.hl-download-cloud:before {
    content: '\f0ed'
}

.hl-upload-cloud:before {
    content: '\f0ee'
}

.hl-bell-alt:before {
    content: '\f0f3'
}

.hl-doc-text:before {
    content: '\f0f6'
}

.hl-plus-squared:before {
    content: '\f0fe'
}

.hl-angle-left:before {
    content: '\f104'
}

.hl-angle-right:before {
    content: '\f105'
}

.hl-angle-up:before {
    content: '\f106'
}

.hl-angle-down:before {
    content: '\f107'
}

.hl-desktop:before {
    content: '\f108'
}

.hl-laptop:before {
    content: '\f109'
}

.hl-tablet:before {
    content: '\f10a'
}

.hl-mobile:before {
    content: '\f10b'
}

.hl-circle-empty:before {
    content: '\f10c'
}

.hl-quote-left:before {
    content: '\f10d'
}

.hl-quote-right:before {
    content: '\f10e'
}

.hl-reply:before {
    content: '\f112'
}

.hl-folder-open-o:before {
    content: '\f115'
}

.hl-flag-empty:before {
    content: '\f11d'
}

.hl-code:before {
    content: '\f121'
}

.hl-reply-all:before {
    content: '\f122'
}

.hl-star-half-alt:before {
    content: '\f123'
}

.hl-crop:before {
    content: '\f125'
}

.hl-unlink:before {
    content: '\f127'
}

.hl-attention-alt:before {
    content: '\f12a'
}

.hl-mic:before {
    content: '\f130'
}

.hl-mute:before {
    content: '\f131'
}

.hl-rocket:before {
    content: '\f135'
}

.hl-html5:before {
    content: '\f13b'
}

.hl-lock-open-alt:before {
    content: '\f13e'
}

.hl-ellipsis:before {
    content: '\f141'
}

.hl-ellipsis-vert:before {
    content: '\f142'
}

.hl-play-circled-1:before {
    content: '\f144'
}

.hl-ticket:before {
    content: '\f145'
}

.hl-minus-squared-alt:before {
    content: '\f147'
}

.hl-level-up:before {
    content: '\f148'
}

.hl-level-down:before {
    content: '\f149'
}

.hl-ok-squared:before {
    content: '\f14a'
}

.hl-export-alt:before {
    content: '\f14d'
}

.hl-dollar:before {
    content: '\f155'
}

.hl-bitcoin:before {
    content: '\f15a'
}

.hl-doc-inv:before {
    content: '\f15b'
}

.hl-doc-text-inv:before {
    content: '\f15c'
}

.hl-sort-name-up:before {
    content: '\f15d'
}

.hl-sort-name-down:before {
    content: '\f15e'
}

.hl-sort-alt-up:before {
    content: '\f160'
}

.hl-sort-alt-down:before {
    content: '\f161'
}

.hl-sort-number-up:before {
    content: '\f162'
}

.hl-sort-number-down:before {
    content: '\f163'
}

.hl-thumbs-up-alt:before {
    content: '\f164'
}

.hl-thumbs-down-alt:before {
    content: '\f165'
}

.hl-youtube-play:before {
    content: '\f16a'
}

.hl-adn:before {
    content: '\f170'
}

.hl-down:before {
    content: '\f175'
}

.hl-up:before {
    content: '\f176'
}

.hl-left:before {
    content: '\f177'
}

.hl-right:before {
    content: '\f178'
}

.hl-apple:before {
    content: '\f179'
}

.hl-android:before {
    content: '\f17b'
}

.hl-sun-1:before {
    content: '\f185'
}

.hl-moon:before {
    content: '\f186'
}

.hl-bug:before {
    content: '\f188'
}

.hl-right-circled2:before {
    content: '\f18e'
}

.hl-left-circled2:before {
    content: '\f190'
}

.hl-plus-squared-alt:before {
    content: '\f196'
}

.hl-wordpress-3:before {
    content: '\f19a'
}

.hl-language:before {
    content: '\f1ab'
}

.hl-file-pdf:before {
    content: '\f1c1'
}

.hl-file-word:before {
    content: '\f1c2'
}

.hl-file-excel:before {
    content: '\f1c3'
}

.hl-file-powerpoint:before {
    content: '\f1c4'
}

.hl-file-image:before {
    content: '\f1c5'
}

.hl-file-archive:before {
    content: '\f1c6'
}

.hl-file-audio:before {
    content: '\f1c7'
}

.hl-file-video:before {
    content: '\f1c8'
}

.hl-file-code:before {
    content: '\f1c9'
}

.hl-circle-notch:before {
    content: '\f1ce'
}

.hl-paper-plane:before {
    content: '\f1d8'
}

.hl-paper-plane-empty:before {
    content: '\f1d9'
}

.hl-history:before {
    content: '\f1da'
}

.hl-circle-thin:before {
    content: '\f1db'
}

.hl-sliders:before {
    content: '\f1de'
}

.hl-share-1:before {
    content: '\f1e0'
}

.hl-newspaper:before {
    content: '\f1ea'
}

.hl-wifi:before {
    content: '\f1eb'
}

.hl-calc:before {
    content: '\f1ec'
}

.hl-paypal:before {
    content: '\f1ed'
}

.hl-cc-visa:before {
    content: '\f1f0'
}

.hl-cc-mastercard:before {
    content: '\f1f1'
}

.hl-cc-discover:before {
    content: '\f1f2'
}

.hl-cc-amex:before {
    content: '\f1f3'
}

.hl-cc-paypal:before {
    content: '\f1f4'
}

.hl-cc-stripe:before {
    content: '\f1f5'
}

.hl-bell-off:before {
    content: '\f1f6'
}

.hl-bell-off-empty:before {
    content: '\f1f7'
}

.hl-trash:before {
    content: '\f1f8'
}

.hl-copyright:before {
    content: '\f1f9'
}

.hl-at:before {
    content: '\f1fa'
}

.hl-birthday:before {
    content: '\f1fd'
}

.hl-chart-area:before {
    content: '\f1fe'
}

.hl-chart-pie:before {
    content: '\f200'
}

.hl-chart-line:before {
    content: '\f201'
}

.hl-toggle-off:before {
    content: '\f204'
}

.hl-toggle-on:before {
    content: '\f205'
}

.hl-cc:before {
    content: '\f20a'
}

.hl-cart-plus:before {
    content: '\f217'
}

.hl-cart-arrow-down:before {
    content: '\f218'
}

.hl-diamond:before {
    content: '\f219'
}

.hl-venus:before {
    content: '\f221'
}

.hl-mars:before {
    content: '\f222'
}

.hl-mercury:before {
    content: '\f223'
}

.hl-transgender:before {
    content: '\f224'
}

.hl-transgender-alt:before {
    content: '\f225'
}

.hl-venus-double:before {
    content: '\f226'
}

.hl-mars-double:before {
    content: '\f227'
}

.hl-venus-mars:before {
    content: '\f228'
}

.hl-mars-stroke:before {
    content: '\f229'
}

.hl-mars-stroke-v:before {
    content: '\f22a'
}

.hl-mars-stroke-h:before {
    content: '\f22b'
}

.hl-neuter:before {
    content: '\f22c'
}

.hl-server:before {
    content: '\f233'
}

.hl-user-plus:before {
    content: '\f234'
}

.hl-user-times:before {
    content: '\f235'
}

.hl-battery-4:before {
    content: '\f240'
}

.hl-battery-3:before {
    content: '\f241'
}

.hl-battery-2:before {
    content: '\f242'
}

.hl-battery-1:before {
    content: '\f243'
}

.hl-battery-0:before {
    content: '\f244'
}

.hl-trademark:before {
    content: '\f25c'
}

.hl-registered:before {
    content: '\f25d'
}

.hl-creative-commons:before {
    content: '\f25e'
}

.hl-gg:before {
    content: '\f260'
}

.hl-gg-circle:before {
    content: '\f261'
}

.hl-wikipedia-w:before {
    content: '\f266'
}

.hl-safari:before {
    content: '\f267'
}

.hl-chrome:before {
    content: '\f268'
}

.hl-firefox:before {
    content: '\f269'
}

.hl-opera:before {
    content: '\f26a'
}

.hl-internet-explorer:before {
    content: '\f26b'
}

.hl-television:before {
    content: '\f26c'
}

.hl-calendar-plus-o:before {
    content: '\f271'
}

.hl-calendar-minus-o:before {
    content: '\f272'
}

.hl-calendar-times-o:before {
    content: '\f273'
}

.hl-calendar-check-o:before {
    content: '\f274'
}

.hl-commenting:before {
    content: '\f27a'
}

.hl-commenting-o:before {
    content: '\f27b'
}

.hl-vimeo:before {
    content: '\f27d'
}

.hl-usb:before {
    content: '\f287'
}

.hl-envelope-open:before {
    content: '\f2b6'
}

.hl-envelope-open-o:before {
    content: '\f2b7'
}

.hl-user-circle:before {
    content: '\f2bd'
}

.hl-user-circle-o:before {
    content: '\f2be'
}

.hl-user-o:before {
    content: '\f2c0'
}

.hl-id-badge:before {
    content: '\f2c1'
}

.hl-id-card:before {
    content: '\f2c2'
}

.hl-id-card-o:before {
    content: '\f2c3'
}

.hl-free-code-camp:before {
    content: '\f2c5'
}

.hl-telegram:before {
    content: '\f2c6'
}

.hl-window-maximize:before {
    content: '\f2d0'
}

.hl-window-minimize:before {
    content: '\f2d1'
}

.hl-window-restore:before {
    content: '\f2d2'
}

.hl-superpowers:before {
    content: '\f2dd'
}

.hl-flickr:before {
    content: '\f303'
}

.hl-twitter:before {
    content: '\f309'
}

.hl-facebook:before {
    content: '\f30c'
}

.hl-gplus:before {
    content: '\f30f'
}

.hl-pinterest:before {
    content: '\f312'
}

.hl-youtube-1:before {
    content: '\f313'
}

.hl-wordpress-2:before {
    content: '\f31d'
}

.hl-skype-1:before {
    content: '\f339'
}

/*!
 Theme Name:   HaLimMovie
 Theme URI:    https://halimthemes.com
 Description:  HaLimMovie is one of the best wordpress theme for movies and tv-series content
 Author:       HaLim
 Author URI:   https://halimthemes.com
 Version:      6.0.71
 Tags:         dark, two-columns, multi-sidebar, responsive-layout, accessibility-ready
 Text Domain:  halimthemes
*/

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

@media (prefers-reduced-motion) {
    html {
        scroll-behavior: auto
    }
}

body.halimthemes {
    color: #a5a5a5;
    font-size: 13px;
    line-height: 1.6;
    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    background: #1d2636;
    background-image: url(https://demo.halimthemes.com/wp-content/themes/halimmovies/assets/images/owl-bird-min.png), url(https://demo.halimthemes.com/wp-content/themes/halimmovies/assets/images/halimBg.png);
    background-repeat: no-repeat, repeat;
    background-size: 170px;
    background-attachment: fixed;
    background-position: bottom 70px left;
    background-blend-mode: luminosity;
    -webkit-transition: background-color 150ms ease-out !important;
    transition: background-color 150ms ease-out !important
}

body.logged-in.admin-bar .navbar-fixed-top {
    top: 32px
}

a {
    color: #87c3f9
}

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

textarea,
select,
input {
    outline: none
}

::-webkit-scrollbar {
    width: 7px;
    height: 7px
}

::-webkit-scrollbar-track {
    background: #333c4d
}

::-webkit-scrollbar-thumb {
    background: #fdae01;
    border-radius: 20px
}

::-moz-selection {
    background: #000;
    text-shadow: none
}

::selection {
    background: #edc500;
    color: #040404;
    text-shadow: none
}

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

img:hover {
    filter: brightness(1);
    -webkit-filter: brightness(1)
}

#halim_wrapper {
    max-width: 1022px;
    padding: 0 13px;
    margin: 0 auto;
    background: #fff
}

#wrapper {
    background: #131a26;
    padding: 0 0 15px;
    -moz-box-shadow: 0 3px 14px -1px #161d23;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px
}

#headwrap {
    padding: 5px 0;
    margin: 20px 0
}

#headwrap .col-md-3.slogan {
    margin-top: -5px;
    padding: 0
}

#headwrap .col-md-4 {
    padding-right: 0;
    text-align: right
}

#headwrap .form-group {
    margin: 0
}

#header {
    background: #1b2d3c;
    background-image: linear-gradient(to right, #2a3a56 31%, #48256c 66%, #134064 100%);
    transition: .5s
}

#header .site-title {
    margin: 0;
    text-indent: -9999px;
    background: url(https://demo.halimthemes.com/wp-content/themes/halimmovies/assets/images/halim-dark-logo.png) no-repeat top left;
    background-size: contain;
    height: 45px;
    margin-top: -5px;
    position: relative
}

#header .site-title a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

@media (max-width:767px) {
    #header .site-title {
        background-position: center !important
    }
    #form-filter #btn-movie-filter {
        float: right;
        margin-right: 5px
    }
}

#header>.container {
    padding-left: 0;
    padding-right: 0;
    position: relative
}

.header-nav {
    margin-right: 0;
    position: relative
}

.header-nav img {
    max-width: 100%;
    margin: 10px 0
}

.navbar-container {
    background: #12171b;
    transition: .25s transform;
    backface-visibility: hidden;
    z-index: 9999;
    -webkit-box-shadow: 0 3px 14px -1px #161d23;
    -moz-box-shadow: 0 3px 14px -1px #161d23;
    box-shadow: 0 5px 10px -1px #161d23
}

.navbar-container .container {
    padding: 0
}

.fix.hl-dot-3:before {
    transform: rotate(90deg) scale(.968) skew(1deg) translate(0)
}

.msearch {
    margin: 10px 0 -10px;
    overflow: hidden
}

.navbar {
    min-height: 48px !important;
    margin: 0
}

.main-navigation {
    background: #12171b;
    border: none
}

.main-navigation .navbar-nav>li>a {
    color: #d0d0d0;
    font-size: 14px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    border-right: none;
    padding: 14px 5px;
    position: relative
}

.home .main-navigation .navbar-nav>.active>a {
    background: #fff0
}

.main-navigation .navbar-nav>li>a i {
    left: 4px;
    top: 14px
}

.main-navigation .navbar-nav>li>a:hover,
.main-navigation .navbar-nav>li>a:focus {
    color: #f1b05d;
    background: #fff0
}

.main-navigation .navbar-nav>.active>a,
.main-navigation .navbar-nav>.active>a:hover,
.main-navigation .navbar-nav>.active>a:focus {
    color: #FFC107;
    background: #fff0;
    border: none
}

.main-navigation .navbar-nav>li.current_page_item:first-child a {
    border: none
}

.main-navigation .nav .open>a,
.main-navigation .nav .open>a:focus,
.main-navigation .nav .open>a:hover {
    background: #fff0;
    border: none
}

#main-contents {
    position: relative
}

@media screen and (max-width:767px) {
    .main-navigation .navbar-nav>li>a {
        padding: 10px
    }
    .main-navigation {
        border-bottom: 0
    }
    .navbar {
        min-height: 35px !important
    }
    .main-navigation .navbar-nav>li {
        padding-left: 10px
    }
    .main-navigation .navbar-nav>li>a {
        color: #b3b3b3;
        padding-left: 22px
    }
    .main-navigation .navbar-nav>li>a i {
        font-size: 12px;
        left: 4px;
        top: 10px
    }
    #main-contents {
        padding: 0 15px
    }
}

.dropdown-menu {
    background: #1d2636 !important;
    border: none;
    right: 0
}

@media (min-width:1200px) {
    #main-contents {
        width: 840px
    }
    #sidebar {
        width: 330px
    }
}

.panel-body {
    padding: 15px
}

.section-heading {
    padding: 0 6px 0 0;
    margin: 21px 0 15px;
    font-size: 16px;
    line-height: 20px;
    position: relative
}

.section-heading:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%
}

.section-heading .h-text {
    font-size: 15px;
    text-transform: uppercase;
    background-color: #ff7a10;
    line-height: 34px;
    padding: 9px 0;
    position: relative;
    background: -webkit-gradient(linear, left top, right top, from(#ff8a00), to(#da1b60));
    background: linear-gradient(to right, #ff8a00, #ff2070);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    font-weight: 700
}

.section-heading .h-text:before {
    content: '';
    position: absolute;
    bottom: -1px;
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#ff8a00), to(#da1b60));
    background: linear-gradient(to right, #ff8a00, #ff2070);
    padding: .5px
}

.section-heading .h-text:after {
    content: '';
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg)
}

.section-heading .heading-nav {
    display: inline-table
}

.halim-post-title-box {
    position: absolute;
    line-height: 18px;
    padding: 80px 0 0;
    margin: 0;
    width: 100%;
    height: auto;
    bottom: 0;
    background: linear-gradient(to bottom, #fff0 0%, rgb(6 6 6 / .55) 30%, rgb(0 0 0 / .92) 100%);
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px
}

.video-item .halim-post-title-box {
    background: none;
    height: auto;
    padding: 20px 0
}

.halim-post-title {
    position: absolute;
    background: #fff0;
    line-height: 18px;
    padding: 8px 10px 4px;
    margin: 0;
    bottom: 0;
    width: 100%
}

.halim-post-title.video-title {
    background: #000000b0;
    text-align: center
}

.list-news .halim-post-title {
    position: static;
    background: #fff0
}

.owl-carousel .halim-post-title {
    bottom: 0
}

.halim-post-title h2 {
    margin: 0;
    line-height: 20px
}

.halim-post-title a,
.halim-post-title h2,
.halim-post-title p,
.popular-post .original_title {
    font-size: 13px !important;
    color: #fff;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-flex: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 3px
}

.halim-post-title.title-2-line a,
.halim-post-title.title-2-line p,
.popular-post .original_title.title-2-line {
    -webkit-line-clamp: 2
}

.halim-post-title a:hover {
    color: #FF9800
}

.halim-post-title .original_title,
.popular-post .original_title {
    font-size: 11.5px !important;
    margin: 0;
    padding-right: 5px;
    color: #8a9eaf
}

.footer {
    background: #292929
}

.footer-menu {
    background: #1c242a
}

.footer-menu ul {
    padding: 0;
    margin: 0
}

.footer-menu ul li {
    list-style: none;
    float: left;
    padding: 15px 0;
    margin-right: 25px
}

.footer-menu ul li a {
    color: #E9DADA;
    font-size: 14px;
    font-weight: 700
}

.footer-content {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #5a6870;
    font-size: 12px
}

.movie-meta {
    margin-left: 330px
}

.fieldmeta {
    border-bottom: 1px solid #593636;
    padding: 15px 15px 15px 0;
    margin-bottom: 0
}

.fieldmeta a {
    color: #f7c004
}

.movie-meta h1 {
    color: #f7c004;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700
}

.htmlwrap {
    padding: 15px;
    border: 1px solid #1d2731;
    margin: 10px 0;
    background: #fff0;
    font-size: 14px;
    border-radius: 6px
}

.htmlwrap.fb-comment {
    padding: 0
}

.breadcrumb {
    margin: 0;
    background: rgb(12 12 12 / .72)
}

.breadcrumb a {
    margin-right: 2px;
    color: #bbb
}

.single-news .breadcrumb {
    margin: 0;
    background: #fff0;
    padding: 8px 0
}

.btn-watch {
    background-color: #f7c004
}

.doings {
    margin-top: 10px;
    margin-bottom: 10px
}

.vote-stats span {
    color: #385160
}

.tags-list {
    margin-bottom: 10px
}

.tags-list a {
    display: inline-block;
    padding: 5px 10px;
    background: #fff;
    margin: 1.5px 0;
    border: 1px solid #dedede;
    color: #424141
}

.tags-list a:hover {
    color: #D5A128
}

.title-menu {
    margin: 0;
    padding: 2px;
    font-size: 13px;
    text-transform: uppercase
}

.title-info {
    font-size: 15px;
    color: #F7C004;
    text-transform: uppercase
}

a:hover {
    transition: color .2s ease;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease
}

.form-control {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

button,
input {
    outline: 0
}

.disable-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#slider {
    background: #10151D
}

@media(min-width:768px) {
    .video-item .item-thumbnail:hover .link-overlay {
        background: rgb(20 22 23 / .55);
        text-decoration: none
    }
    .video-item .item-thumbnail:hover .link-overlay:before {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        text-decoration: none
    }
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

@media (min-width:992px) {
    .box {
        margin: 10px;
        padding: 10px
    }
    .box-right {
        margin-left: 0 !important
    }
    .movie-actions {
        padding-left: 10px
    }
    .movie-view {
        padding-right: 10px
    }
}

.heading {
    display: none
}

.breadcrumb>span+span:before {
    padding: 0 1px;
    color: #ccc;
    content: "\203A"
}

#halim-player-wrapper {
    position: relative;
    z-index: 9
}

#halim-player-loader {
    padding: 40px;
    position: absolute;
    text-align: center;
    background: rgb(23 37 49 / .94) url(https://demo.halimthemes.com/wp-content/themes/halimmovies/assets/images/ripple.svg) no-repeat 50% 50%;
    width: 100%;
    height: 100%;
    z-index: 99
}

@media (max-width:500px) {
    #halim-player-loader {}
}

#halim-player-timeleft {
    padding: 40px;
    position: absolute;
    text-align: center;
    background: rgb(23 37 49 / .94);
    width: 100%;
    height: 100%;
    z-index: 99
}

@media (max-width:500px) {
    #halim-player-timeleft {}
}

#halim-player {
    position: relative;
    z-index: 8
}

#halim-player #player {
    width: 100%
}

#halim-player center {
    position: absolute;
    right: 9px;
    bottom: -37px;
    padding: 5px 10px;
    background: #333
}

.navbar-collapse {
    padding-left: 0 !important
}

.navbar-toggle .icon-bar {
    background-color: #e0e0e0
}

.navbar-toggle,
button.navbar-toggle.collapsed {
    margin: 6px 0
}

.navbar-toggle.pull-right.collapsed {
    margin: 3px 0 2px;
    padding: 9px
}

.halim_box {
    list-style: none;
    padding: 0;
    margin: 10px -2px 20px;
    position: relative;
    overflow: hidden;
    width: auto;
    clear: both
}

.halim-news-box-widget .halim_box {
    margin: auto
}

.halim_box li.col-md-3.col-sm-6.col-xs-6.thumb img {
    width: 100%
}

.halim_box a.halim-thumb {
    position: relative;
    display: inline-block;
    -webkit-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .7s ease;
    width: 100%
}

.halim_box.news a.halim-thumb {
    width: unset
}

.col-md-3.col-sm-6.col-xs-6.thumb {
    position: relative
}

.halim_box li:nth-child(4n) {
    margin-right: 0 !important
}

@media(max-width:480px) {
    .logo span {
        font-size: 18px
    }
    .col-md-3.col-sm-6.col-xs-6.thumb {
        padding: 0;
        width: 50% !important;
        margin-right: 5px;
        margin-top: 15px;
        padding: 5px
    }
    .col-md-3.col-sm-6.col-xs-6.thumb img {
        height: auto
    }
}

@media (max-width:767px) {
    .logo span {
        font-size: 20px
    }
    .logo img {
        max-width: 100%;
        margin-left: 10px
    }
    .navbar-collapse {
        padding-left: 15px !important
    }
    .navbar-right.msearch {
        width: 100% !important
    }
    #secondary {
        width: 100%
    }
    #primary {
        float: none;
        width: 100%
    }
    .col-md-3.col-sm-6.col-xs-6.thumb {
        padding: 5px;
        width: 50%;
        margin-right: 0;
        margin-top: 15px
    }
    .halim_box li.col-md-3.col-sm-6.col-xs-6.thumb img {
        width: 100%
    }
    .info .thumbnail {
        max-width: 100%;
        float: none;
        margin-right: 10px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
    #secondary {
        width: 100%
    }
    #primary {
        float: none;
        width: 100%
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

#secondary .menu {
    overflow-x: hidden;
    max-height: 400px
}

#secondary .menu::-webkit-scrollbar {
    width: 8px
}

#secondary .menu::-webkit-scrollbar-track {
    background: #313131
}

#secondary .menu::-webkit-scrollbar-thumb {
    background: #1b1b1b
}

.text-capitalize {
    text-transform: capitalize
}

.section-title a {
    color: #C5C5C5
}

.grid-1 {
    position: absolute;
    background-color: #e6e6e6;
    clear: both;
    height: 1px;
    width: 100%
}

.grid-1 span {
    display: block;
    height: 100%;
    margin: 0;
    width: 210px
}

.section-bar .grid-1 {
    margin-bottom: 0
}

.section-bar {
    position: relative;
    margin: 15px 0
}

.section-title {
    position: relative
}

.grid-1 span {
    width: 150px;
    background-color: #0CF
}

.grid-1 span {
    background-color: #00afcf
}

.section-tab {
    float: right;
    list-style-type: none;
    margin-top: 8px;
    overflow: hidden;
    white-space: nowrap
}

.section-title {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700
}

.sidebar-menu {
    position: relative
}

.np-viewall {
    position: absolute;
    top: 2px;
    right: 0;
    background: #151d25;
    line-height: 14px;
    padding: 1px 0 4px 8px
}

.np-viewall a {
    color: #7aa6ce;
    font-size: 12px
}

.widgettitle {
    margin: 0;
    padding: 0;
    color: #E6E6E6
}

.section-title span {
    float: left;
    font-size: 15px;
    padding: 10px 0;
    color: #a5cbef;
    background: -webkit-gradient(linear, left top, right top, from(#ff8a00), to(#da1b60));
    background: linear-gradient(to right, #ff8a00, #ff2070);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    font-weight: 700
}

.section-title span::after {
    content: ''
}

.section-title {
    font-size: 16px;
    line-height: 11px;
    margin: 0;
    position: relative;
    text-transform: uppercase;
    display: flow-root
}

.section-title:before {
    content: '';
    border-bottom: 1px solid #1e2732 !important;
    position: absolute;
    bottom: 0;
    width: 100%
}

.section-title span:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#ff8a00), to(#da1b60));
    background: linear-gradient(to right, #ff8a00, #ff2070);
    padding: .5px
}

.section-title span {
    position: relative
}

.section-title span.sortby {
    margin-left: 15px;
    background: none;
    -webkit-text-fill-color: unset;
    font-weight: 400;
    text-transform: none;
    font-size: 13px;
    padding: 5px 0;
    margin-top: 5px;
    color: #a6bdd2
}

.section-title span.sortby:before {
    background: none
}

.section-title span.sortby a {
    color: #a7a7a7
}

.section-title span.sortby a.active {
    color: #ff8a00
}

.widget-area ul li {
    list-style-type: square;
    word-wrap: break-word
}

.popular-post {
    padding: 0;
    margin: 0 0 25px
}

.popular-post .item {
    clear: both;
    margin: 1px 0;
    padding-right: 10px;
    line-height: 1.2;
    list-style-type: none;
    overflow: hidden;
    background: #0b0f15;
    background-size: 200% 100%;
    background-image: linear-gradient(to right, #151d25 0%, #11151500 51%, #060808 50%);
    transition: .8s;
    position: relative
}

.popular-post .item:hover {
    background-position: right center
}

.popular-post .item:hover h3.title {
    color: #da9d29
}

.popular-post .item:first-child {
    margin-top: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

.popular-post .item:last-child {
    border: none;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.popular-post .viewsCount {
    font-size: 11px;
    margin-top: 5px;
    color: #e7ac32
}

.popular-post .post_meta {
    font-size: 11px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    background: #333;
    color: #fff;
    padding: 3px 6px 2px;
    background-size: 200% 100%;
    background-image: linear-gradient(to right, #337bb5 0%, #002b50 51%, #145e9e 100%);
    transition: .7s;
    border-radius: 3px;
    text-transform: capitalize
}

.popular-post .item:hover .post_meta {
    background-position: right center
}

.popular-post a.ajax-tab {
    color: #c5c5c5
}

.popular-post a {
    color: #717171
}

.popular-post .item-link {
    display: block;
    overflow: hidden;
    position: relative;
    margin-right: 15px;
    padding: 0;
    float: left
}

.popular-post .post-thumb {
    float: left;
    width: 75px;
    height: 95px;
    transition: all .3s ease-in-out
}

.popular-post .is_trailer {
    background: #478413eb;
    padding: 2px 4px;
    color: #fff;
    font-size: 11px;
    position: absolute;
    top: 0;
    right: 0
}

.popular-post h3.title {
    color: #cfcfcf;
    cursor: pointer;
    margin: 0 0 5px;
    font-size: 13px;
    line-height: 20px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-flex: 1;
    -webkit-box-orient: vertical;
    padding-top: 5px
}

.popular-post .stat {
    color: #b5b5b5;
    display: block;
    font-size: .8166em;
    height: 1.4em;
    line-height: 1.4em;
    overflow: hidden
}

.popular-post .info {
    color: #A9A9A9;
    display: block;
    font-size: .81em;
    height: 1.4em;
    line-height: 1.4em
}

.popular-post .episode {
    display: inline-block;
    margin: 10px 0 0;
    padding: 3px 5px;
    background: #365979;
    color: #fff;
    font-size: 11px
}

.popular-post-2col {
    margin: 15px -15px
}

.popular-post.showtimes-movie {
    overflow: hidden
}

.keyword {
    height: 30px;
    float: left;
    border: 1px solid #fff;
    width: 100%;
    background: #fff
}

.navbar-right.msearch {
    position: relative
}

#search-form {
    margin: 5px
}

@media (min-width:1024px) {
    #search-form,
    #user-info {
        display: none !important
    }
}

input.search-btn.pull-right {
    position: absolute;
    right: 0;
    border: 1px solid #008cca;
    background: #008cca url(https://demo.halimthemes.com/wp-content/themes/halimmovies/assets/images/search.png) 49% no-repeat;
    background-size: 13px;
    padding: 5px 16px;
    margin: 0
}

.mega .navbar-nav>li:last-child ul {
    width: 600px;
    left: -251px
}

.navbar-brand {
    color: #fff
}

.navbar-nav .dropdown-menu {
    z-index: 9999
}

.navbar-nav .mega .dropdown-menu {
    width: 600px;
    z-index: 9999;
    padding: 10px 0;
    transition: .5s all;
    text-align: center;
    overflow: auto
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #6cbbff;
    transition: .5s all;
    background: none
}

@media (min-width:768px) {
    .navbar-nav .dropdown-menu::before {
        content: '';
        z-index: 999;
        display: block;
        top: -13px;
        left: 30px;
        position: absolute
    }
    .navbar-nav .dropdown-menu::after {
        content: '';
        border-bottom: 8px solid #1d2531;
        border-left: 8px solid #fff0;
        z-index: 999;
        display: block;
        border-right: 8px solid #fff0;
        top: -8px;
        left: 37px;
        position: absolute
    }
}

.navbar-nav .mega .dropdown-menu li {
    float: left;
    width: 150px;
    display: inline-table
}

.dropdown-menu>li>a {
    color: #fff;
    padding: 8px 15px;
    white-space: normal;
    font-size: 12.5px
}

@media (max-width:767px) {
    .navbar-nav>li.mega>.dropdown-menu li {
        width: 120px !important
    }
    .dropdown-menu {
        width: 100% !important
    }
    .navbar-nav .dropdown-menu {
        margin-top: 0 !important;
        border-top: 1px solid #253c50 !important
    }
    #header>#headwrap {
        height: auto
    }
    #logo-bg {
        display: none !important
    }
    #halim-player-wrapper {
        height: auto !important;
        width: auto !important;
        margin: auto -15px
    }
    .player-control .col-md-8 {
        text-align: center !important;
        padding: 0
    }
}

@media (min-width:992px) and (max-width:1199px) {
    #header>#headwrap {
        height: auto
    }
    #logo-bg {
        display: none !important
    }
}

.nav-tabs {
    border-bottom: 1px solid #2b344e
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #9fc3e4;
    background-color: #fff0;
    border: 1px solid #17232f;
    border-bottom-color: #fff0;
    cursor: default
}

.player-control {
    clear: both;
    line-height: 35px;
    width: 100%;
    margin-bottom: 5px
}

.player-control.fullwidth {
    margin: 0 15px;
    width: auto
}

.player-control .fb-like {
    -moz-border-radius: 50px
}

.player-control .plyr-ctrl-btn {
    font-size: 11px;
    display: inline-block;
    line-height: 17px;
    border-radius: 3px !important;
    cursor: pointer;
    padding: 4px 7px;
    background: #25354c;
    color: #eee;
    box-shadow: inset 0 1px 1px rgb(255 255 255 / .07), 0 1px 3px rgb(0 0 0 / .29)
}

.player-control #explayer:hover,
.player-control #likeplayer:hover,
.player-control #report:hover,
.player-control #toggle-light:hover,
.player-control .luotxem:hover,
.player-control #autonext:hover {
    background: #000;
    color: #fff;
    transition: .7s all
}

.dark #explayer,
.dark #likeplayer,
.dark #report,
.dark #toggle-light,
.dark .luotxem,
.dark #autonext {
    color: #fff;
    transition: .7s all
}

.luotxem.visible-xs-inline {
    padding: 5px 6px
}

.player-control #autonext:hover a {
    color: #fff
}

.player-control.dark {
    background: #040201
}

#autonext.pull-left {
    margin-top: 5px
}

.player-control div .wrap {
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    box-shadow: 0 1px 0 0 #222 inset;
    padding: 0 10px
}

.player-control ul {
    padding-right: 0;
    margin-bottom: 0
}

.player-control .col-md-8 {
    text-align: right;
    margin-bottom: 0;
    padding-right: 0
}

.luotxem a {
    color: #f1f1f1
}

.luotxem a:hover {
    color: #fff
}

#lightout {
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    opacity: .95;
    height: 100%;
    width: 100%;
    display: none
}

.action {
    padding: 10px 0
}

tr.download-server-name {
    background: rgb(0 0 0 / .38);
    border: none;
    color: #fff;
    font-size: 14px
}

tr.title {
    background: #ddd;
    color: #f34949
}

.col-md-4.slogan {
    padding-left: 0
}

.wrap-content .info {
    padding: 15px 0
}

.info .thumbnail {
    float: left;
    margin-right: 10px
}

.info .entry-header .entry-title {
    font-size: 20px;
    margin: 0 0 8px
}

.info .entry-header .entry-meta span {
    display: block;
    padding: 3px 0
}

.col-md-8.pull-right {
    padding-right: 0
}

@media (min-width:768px) and (max-width:1024px) {
    #search-form,
    #user-info {}
    #user-info.collapse.in,
    #search-form.collapse.in {
        display: block !important
    }
}

.single-post .entry-title {
    font-size: 22px;
    font-family: system-ui;
    margin: 0
}

.single-post .entry-title a {
    color: #d4d3d3;
    line-height: 26px;
    font-weight: 400
}

.halim-entry-box .item-content {
    max-height: 50px;
    overflow: hidden;
    transition: all .2s ease
}

.halim-entry-box .item-info {
    margin-bottom: 10px;
    font-size: 11px
}

.halim-entry-box .item-content,
.content-single img {
    max-width: 100%
}

.halim-entry-box .item-content {
    max-height: 120px;
    overflow: hidden;
    transition: all .2s ease
}

@media(max-width:767px) {
    .halim-entry-box .item-content {
        height: 80px
    }
    .halim-entry-box .item-content.toggled {
        height: auto
    }
}

.halim-entry-box .item-content.toggled {
    max-height: none
}

.item-content-toggle {
    position: relative;
    margin: 5px 0 0
}

.widget_halim_tagcloud_widget .item-content-toggle {
    border-top: solid 1px #222e3a;
    text-align: center;
    position: relative;
    margin: 5px 0 0
}

.widget_halim_tagcloud_widget .item-content-toggle {
    margin: 4px 0 0
}

.item-content-toggle .item-content-gradient {
    position: absolute;
    height: 45px;
    width: 100%;
    bottom: 22px;
    background: linear-gradient(to bottom, rgb(16 24 33 / 69%) 0%, #101821 100%)
}

.video-item .item-content {
    color: #989898;
    line-height: 1.8;
    width: 100%;
    padding: 10px 0;
    font-size: 13.5px
}

.item-content-toggle .show-more {
    border-top: none;
    padding: 8px 7px 0 0;
    cursor: pointer;
    font-size: 13px
}

.widget_halim_tagcloud_widget .item-content-toggle .show-more {
    border: 1px solid #222e3a;
    border-top: none;
    padding: 4px 10px
}

.item-content-toggle .show-more:hover {
    color: #ff8a00
}

#main-contents .wrap-slider,
.related-movies .wrap-slider {
    margin: 0
}

.wrap-slider {
    position: relative;
    overflow: hidden
}

.fullwith-slider .wrap-slider {
    margin-bottom: 15px
}

.grid-item figure {
    overflow: hidden;
    border-radius: 6px
}

.halim_box .grid-item {
    padding: 2px
}

.grid-item,
.grid-item .halim-thumb {
    position: relative
}

.grid-item img {
    width: 100%;
    border-radius: 5px
}

.grid-item img,
#sidebar .item img,
.popular-post .item {
    transition: all .3s ease-in-out
}

.grid-item:hover img,
#sidebar .item:hover img,
.popular-post .item:hover img {
    transform: scale(1.2);
    transition: all .3s ease-in-out
}

.grid-item .time,
.grid-item .duration,
.grid-item .status,
.grid-item .is_trailer,
.grid-item .episode {
    padding: 3px 6px;
    position: absolute;
    font-size: 11px;
    color: #fff;
    text-align: center
}

.grid-item .time {
    top: 2px;
    right: 2px;
    bottom: auto;
    background: #F44336
}

.grid-item .episode {
    left: 2px;
    top: 3px;
    background: #4b8f11;
    color: #fff;
    padding: 3px 5px 1px;
    z-index: 9;
    border-radius: 2px;
    background-size: 200% 100%;
    background-image: linear-gradient(to right, #cd2f30 0%, #d95b00 51%, #C02425 100%);
    background-image: linear-gradient(to right, #b90094 0%, #333399 51%, #ff00cc 100%);
    box-shadow: rgb(0 0 0 / 60%) 0 1px 8px;
    transition: .7s;
    text-transform: capitalize
}

.grid-item .episode:after {
    content: "";
    border: 4px solid #fff0;
    border-bottom: 4px solid #7d076f;
    transform: rotate(44deg);
    position: absolute;
    bottom: -4px;
    left: 2px;
    z-index: 999999
}

.grid-item:hover .episode {
    background-position: right center
}

.grid-item .duration {
    bottom: 0;
    right: 0;
    background: #2196F3;
    opacity: 0;
    transition: .5s ease-in-out;
    background-size: 200% 100%;
    background-image: linear-gradient(to right, #25aae1, #005cfd, #213035, #3f86ed);
    box-shadow: 0 4px 15px 0 rgb(65 132 234 / .75);
    border-radius: 3px
}

.grid-item:hover .duration {
    bottom: 5px;
    right: 5px;
    opacity: 1;
    z-index: 1
}

.owl-item .grid-item .status {
    background: #365979;
    z-index: 1;
    background-size: 300% 100%;
    background-image: linear-gradient(to right, #568db9 0%, #002b50 51%, #145e9e 100%);
    transition: .7s
}

.owl-item .grid-item:hover .status {
    background-position: right center
}

.owl-item .grid-item .status:after {
    content: "";
    border-bottom: 5px solid #b10e9b;
    transform: rotate(-46deg);
    border-bottom: 4px solid #5f0e0c;
    border-bottom: 4px solid #003763;
    transform: rotate(44deg);
    position: absolute;
    bottom: -5px;
    bottom: -4px;
    left: -5px;
    left: 2px;
    z-index: 999999
}

.grid-item .status {
    right: 3px;
    bottom: 52px;
    background: #e95552;
    z-index: 1;
    background-size: 200% 100%;
    background-image: linear-gradient(to right, #b90094 0%, #333399 51%, #ff00cc 100%);
    background-image: linear-gradient(to right, #970001 0%, #ff7c1d 51%, #C02425 100%);
    border-radius: 3px;
    transition: 0.7s
}

.grid-item .status.mv {
    top: 3px;
    left: 3px;
    right: auto;
    bottom: auto;
    background-image: linear-gradient(to right, #b90094 0%, #333399 51%, #ff00cc 100%)
}

.grid-item .has_password,
.has_password {
    position: absolute;
    z-index: 1;
    bottom: 2px;
    right: 3px;
    background: none;
    color: #fff
}

.grid-item:hover .status {
    background-position: right center
}

.grid-item .is_trailer {
    right: 3px;
    top: 2px;
    background: #cc7c01;
    z-index: 1
}

.grid-item .is_trailer:after {
    content: "";
    border: 4px solid #fff0;
    border-bottom: 4px solid #885508;
    transform: rotate(44deg);
    position: absolute;
    bottom: -4px;
    left: 1px;
    z-index: 999999
}

.grid-item .views {
    position: absolute;
    top: 2px;
    left: 2px;
    background: #008CCA;
    font-size: 10px;
    color: #fff;
    padding: 3px 7px
}

.item-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 8px 10px;
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff0), color-stop(30%, rgb(0 0 0 / .52)), color-stop(100%, rgb(0 0 0 / .52)));
    background: -webkit-linear-gradient(top, #fff0 0%, rgb(0 0 0 / .48) 30%, rgb(0 0 0 / .8) 100%);
    background: linear-gradient(to bottom, #fff0 0%, rgb(0 0 0 / .43) 30%, #131313 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#99000000', GradientType=0)
}

@media only screen and (min-width:1404px) {
    .grid-item img {
        height: 260px;
        max-height: 260px
    }
    .owl-item .grid-item img {
        height: 250px;
        max-height: 260px
    }
}

@media only screen and (max-width:1403px) {
    .grid-item img {
        height: 260px
    }
    .owl-item .grid-item img {
        height: 250px
    }
}

@media only screen and (max-width:1240px) {
    .grid-item img {
        height: 230px
    }
    .owl-item .grid-item img {
        height: 225px
    }
}

@media only screen and (max-width:1100px) {
    .grid-item img {
        height: 230px
    }
    .owl-item .grid-item img {
        height: 200px
    }
}

@media only screen and (max-width:1024px) {
    .grid-item img {
        height: 210px
    }
    .owl-item .grid-item img {
        height: 225px
    }
}

@media only screen and (max-width:980px) {
    .grid-item img {
        height: 240px
    }
}

@media only screen and (max-width:955px) {
    .grid-item img {
        height: 230px
    }
    .owl-item .grid-item img {
        height: 250px
    }
    .halim_box.video-item .halim-thumb img {
        object-fit: cover;
        height: 130px
    }
}

@media only screen and (max-width:880px) {
    .grid-item img {
        height: 250px
    }
    .owl-item .grid-item img {
        height: 250px
    }
}

@media only screen and (max-width:800px) {
    .grid-item img {
        height: 240px
    }
}

@media only screen and (max-width:780px) {
    .grid-item img {
        height: 240px
    }
    .owl-item .grid-item img {
        height: 250px
    }
}

@media only screen and (max-width:768px) {
    .grid-item img {
        height: auto
    }
}

@media only screen and (max-width:740px) {
    .grid-item img {
        height: 470px
    }
}

@media only screen and (max-width:720px) {
    .grid-item img {
        height: 480px
    }
    .owl-item .grid-item img {
        height: 265px
    }
}

@media only screen and (max-width:640px) {
    .grid-item img {
        height: 390px
    }
}

@media only screen and (max-width:620px) {
    .grid-item img {
        height: 320px
    }
}

@media only screen and (max-width:600px) {
    .grid-item img {
        height: 350px
    }
}

@media only screen and (max-width:568px) {
    .grid-item img {
        height: 320px
    }
}

@media only screen and (max-width:563px) {
    .grid-item img {
        height: 320px
    }
}

@media only screen and (max-width:549px) {
    .grid-item img {
        height: 345px
    }
}

@media only screen and (max-width:534px) {
    .grid-item img {
        height: 320px
    }
}

@media only screen and (max-width:480px) {
    .grid-item img {
        height: 250px
    }
}

@media only screen and (max-width:360px) {
    .grid-item img {
        height: 230px
    }
}

@media only screen and (max-width:338px) {
    .grid-item img {
        height: 215px
    }
}

@media only screen and (max-width:330px) {
    .grid-item img {
        height: 190px
    }
}

@media only screen and (max-width:320px) {
    .grid-item img {
        height: 200px
    }
}

.halim_box.video-item .halim-thumb img {
    object-fit: cover
}

@media(max-width:767px) {
    .col-xs-12.carousel-sliderWidget {
        padding: 0 8px
    }
    .halim_box.video-item .halim-thumb img {
        height: 110px;
        object-fit: cover
    }
}

@media screen and (min-width:991px) {
    .grid-item img {
        width: -webkit-fill-available
    }
    .halim_box.video-item .halim-thumb img {
        height: 150px;
        object-fit: cover
    }
}

@media (max-width:1200px) {
    .navbar-header {
        float: none
    }
    .navbar-left,
    .navbar-right {
        float: none !important
    }
    .navbar-toggle {
        display: block
    }
    .navbar-collapse {
        border-top: 1px solid #fff0;
        box-shadow: inset 0 1px 0 rgb(255 255 255 / .1)
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px
    }
    .navbar-collapse.collapse {
        display: none !important
    }
    .navbar-nav {
        float: none !important;
        margin-top: 7.5px
    }
    .navbar-nav>li {
        float: none
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px
    }
    .collapse.in {
        display: block !important;
        overflow: hidden
    }
}

.grid-item .icon_overlay,
.slider-thumb .icon_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
    background-image: linear-gradient(to bottom, rgb(235 20 54 / .9) 0%, rgb(123 67 151 / .9) 100%)
}

.grid-item:hover .icon_overlay,
.slider-thumb:hover .icon_overlay {
    opacity: .75;
    border-radius: 5px
}

.parent {
    width: 100%;
    height: 100%;
    display: table;
    text-align: center
}

.parent>.child {
    display: table-cell;
    vertical-align: middle
}

.halim-search-form {
    margin-top: 0;
    box-shadow: none
}

#mobile-search-form.halim-search-form {
    margin-top: 10px
}

#mobile-search-form.halim-search-form .form-group {
    margin-bottom: 5px
}

@media (max-width:767px) {
    #search-form {
        margin: 0 !important
    }
    .ui-autocomplete.ajax-results {
        top: unset !important
    }
    .user.user-login-option .dropdown-menu {
        left: 0 !important
    }
}

.halim-social-plugin {
    list-style: none;
    padding: 0;
    display: inline-block;
    float: left;
    margin-top: 5px
}

.halim-social-plugin li {
    float: left;
    margin-right: 5px
}

.halim-social-plugin li span {
    vertical-align: initial !important
}

.halim-social-plugin a {
    color: #fff
}

@media screen and (max-width:767px) {
    .halim-social-plugin {
        display: grid
    }
    .nav-tabs.nav-justified>li {
        float: left !important
    }
}

.film_info,
.film_info .col-md-12 {
    padding: 0;
    margin-bottom: 7.5px;
    overflow: hidden
}

.film_info span {
    display: block;
    padding: 10px 0;
    margin: -1px 0;
    float: left;
    width: 33.33333%
}

@media (max-width:767px) {
    .film_info span {
        float: none;
        width: 100%
    }
}

.film_info .col-xs-12,
.film_info .col-xs-8,
.film_info .col-xs-4 {
    padding: 5px 0
}

.film_info .col-xs-12.alert {
    padding: 5px 15px
}

.film_info span.alert-warning {
    background-color: #fff4bd;
    border-color: #ffb213
}

.movie_info {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    height: auto;
    padding: 0;
    border-radius: 5px
}

.movie-btn {
    position: absolute;
    bottom: -8px
}

.film-poster {
    position: relative;
    width: 72.2%;
    height: auto;
    overflow: hidden;
    padding: 0
}

.film-poster .poster-image {
    width: 100%;
    max-height: 350px
}

.film-poster .poster {
    max-width: 100%;
    width: 100%;
    height: 301px;
    transition: .7s all;
    filter: brightness(.7);
    -webkit-filter: brightness(.7)
}

.film-poster:hover .poster {
    filter: brightness(1.2);
    -webkit-filter: brightness(1.2);
    transition: .7s all
}

.movie-poster {
    position: relative;
    width: 27.8%;
    padding: 0;
    display: inline-block
}

.halim-movie-wrapper.tpl-3 .movie-poster {
    width: 16.66666667%;
    float: left
}

@media (min-width:1200px) {
    .halim-movie-wrapper.tpl-2 .movie-poster:after {
        content: '';
        width: 200%;
        height: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 270px
    }
}

@media (min-width:992px) {
    .halim-movie-wrapper.tpl-2 .movie-poster:after {
        content: ''
    }
    .halim-movie-wrapper.tpl-2 .movie-detail p {
        padding: 3px 0
    }
    .halim-movie-wrapper.tpl-3 .movie-poster:after {
        content: ''
    }
    .halim-movie-wrapper.tpl-3 .movie-detail p {
        padding: 3px 0
    }
}

.halim-movie-wrapper.tpl-3 .film-poster {
    width: 66.66666667%
}

.movie-poster img {
    width: 100%;
    height: 300px;
    display: inline-block;
    border: 6px solid #1f2933
}

.halim-movie-wrapper.tpl-2 .movie-poster img {
    border: none;
    height: auto;
    border-radius: 6px
}

.halim-movie-wrapper.tpl-3 .movie-poster img {
    border: none;
    height: auto;
    border-radius: 6px
}

@media(max-width:767px) {
    .movie-poster img {
        width: 100%;
        height: auto;
        display: inline-block;
        border: 6px solid #1f2933
    }
    .halim-movie-wrapper.tpl-2 .movie-poster img {
        border: 3px solid #1f2933
    }
    .halim-movie-wrapper.tpl-3 .movie-poster img {
        border: 3px solid #1f2933
    }
}

.movie-poster .halim_imdbrating {
    background: #f38f38;
    display: inline;
    padding: 7px 8px;
    border-radius: 100%;
    position: absolute;
    top: 60px;
    left: 6px;
    z-index: 9;
    color: #fff
}

.movie-poster .rating-detail {
    text-align: center;
    margin-top: 3px;
    font-size: 11px
}

.movie-detail {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-left: 15px;
    padding-top: 5px;
    background: linear-gradient(16deg, #061019 0, rgb(0 0 0 / .65) 95%, #fff0);
    color: #a5a5a5
}

.halim-movie-wrapper.tpl-2 .movie-detail {
    position: unset;
    padding: 0 15px 5px;
    overflow: hidden;
    border-bottom-right-radius: 5px;
    background: #fff0
}

.halim-movie-wrapper.tpl-3 .movie-detail {
    position: unset;
    padding: 0 15px 5px;
    overflow: hidden;
    border-bottom-right-radius: 5px;
    background: #fff0
}

.halim-movie-wrapper.tpl-3 .latest-ep {
    border: 1px solid #2a3749;
    padding: 3px 5px;
    border-radius: 3px
}

.halim-movie-wrapper.tpl-3 .category a {
    border: 1px solid #2a3749;
    padding: 3px 5px;
    border-radius: 3px;
    margin: 0 3px 0 0
}

.movie-detail a {
    color: #82b0da;
    margin-left: 3px
}

.movie-detail a:hover {
    color: #e1effb
}

.movie-detail p {
    margin-bottom: 2px;
    font-size: 12.5px;
    color: #979797
}

.released a {
    margin: 0 1px
}

.halim-movie-wrapper.tpl-2 .movie-detail p {
    padding: 3px 0;
    margin-bottom: 0;
    color: #cacaca
}

.halim-movie-wrapper.tpl-2 .movie-detail p.released {
    color: #cacaca
}

.halim-movie-wrapper.tpl-2 .movie-detail p:last-child {
    border: none;
    padding-bottom: 0
}

.halim-movie-wrapper.tpl-2 .movie-detail p span+span {
    padding: 3px 7px 3px;
    color: #fff;
    background-size: 300% 100%;
    background-image: linear-gradient(to right, #25aae1, #043ea5, #04befe, #3f86ed);
    border-radius: 3px;
    font-size: 11px;
    text-transform: capitalize;
    margin-left: 3px
}

.halim-movie-wrapper.tpl-2 .movie-detail h1.entry-title {
    color: #cacaca;
    font-size: 20px;
    font-weight: 700
}

.halim-movie-wrapper.tpl-2 .movie-detail p.org_title {
    color: #afafaf;
    font-size: 13px;
    padding: 5px 0
}

@media (max-width:767px) {
    .halim-movie-wrapper.tpl-2 .movie-detail p {
        padding: 5px 0;
        border-bottom: none
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .halim-movie-wrapper.tpl-2 .movie-detail p {
        padding: 4px 0;
        border-bottom: none
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .halim-movie-wrapper.tpl-2 .movie-detail p {
        padding: 4px 0;
        border-bottom: none
    }
}

.movie-title {
    position: absolute;
    bottom: -44px;
    width: 100%;
    padding: 10px 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0;
    font-size: 22px;
    text-align: right;
    color: #cecece;
    background: rgb(12 12 12 / .45);
    text-shadow: #fff 0 0 10px
}

@media (max-width:480px) {
    .movie_info {
        position: relative;
        height: 250px
    }
    .film-poster {
        height: auto
    }
    .movie-title {
        font-size: 15px
    }
}

@media (max-width:991px) {
    .film-poster {
        float: left
    }
}

@media (max-width:767px) {
    .movie-detail {
        float: none;
        width: 100%;
        text-align: left;
        position: unset;
        padding: 0;
        background: none
    }
    .movie-detail p {
        padding: 4px 10px;
        margin-bottom: -1px
    }
    .halim-movie-wrapper.tpl-2 .movie-detail {
        padding: 0
    }
    .halim-movie-wrapper.tpl-2 .movie-detail p,
    .halim-movie-wrapper.tpl-2 .movie-detail p.org_title {
        padding: 5px 0
    }
    .halim-movie-wrapper.tpl-2 .movie-detail p.org_title {
        margin-top: 3px
    }
    .halim-movie-wrapper.tpl-2 .movie-detail p:last-child {
        border: 1px solid #1d2731;
        padding-bottom: 5px
    }
    .movie-detail p:last-child {
        margin-bottom: 1px
    }
    .movie_info {
        position: relative;
        margin-bottom: 15px;
        overflow: hidden;
        height: auto;
        text-align: center
    }
    .halim-movie-wrapper.tpl-2 .movie_info {
        margin-top: 15px
    }
    .movie-poster {
        float: none;
        width: initial;
        margin-bottom: 15px;
        padding-bottom: 40px
    }
    .film-poster {
        width: 100%;
        float: none
    }
    .film-poster .poster {
        height: auto
    }
    .halim-movie-wrapper.tpl-2 .film-poster {
        margin-top: 11px;
        width: 100%
    }
    .halim-movie-wrapper.tpl-2 .movie-poster {
        width: auto
    }
    .halim-movie-wrapper.tpl-3 .movie-detail p {
        padding-left: 0
    }
    .halim-movie-wrapper.tpl-3 .movie_info {
        margin-top: 15px
    }
}

.comment-scroll {
    overflow-x: hidden;
    max-height: 405px
}

.halim-pulse-ring {
    position: absolute;
    left: -10px;
    top: -8px;
    display: block;
    background: 0 0;
    width: 64px;
    height: 64px;
    border: 4px solid #15e525;
    opacity: 0;
    z-index: 100;
    pointer-events: none;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    -webkit-animation: halim-pulse 2s cubic-bezier(.4, 0, .29, .9) infinite;
    -moz-animation: halim-pulse 2s cubic-bezier(.4, 0, .29, .9) infinite;
    -o-animation: halim-pulse 2s cubic-bezier(.4, 0, .29, .9) infinite;
    animation: halim-pulse 1.5s cubic-bezier(.45, .05, .55, .95) infinite
}

@-moz-keyframes halim-pulse {
    0% {
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }
    25% {
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: .3
    }
    50% {
        -moz-transform: scale(.2);
        -ms-transform: scale(.2);
        -webkit-transform: scale(.2);
        transform: scale(.2);
        opacity: .5
    }
    75% {
        -moz-transform: scale(.6);
        -ms-transform: scale(.6);
        -webkit-transform: scale(.6);
        transform: scale(.6);
        opacity: .7
    }
    100% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@-o-keyframes halim-pulse {
    0% {
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }
    25% {
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: .3
    }
    50% {
        -moz-transform: scale(.2);
        -ms-transform: scale(.2);
        -webkit-transform: scale(.2);
        transform: scale(.2);
        opacity: .5
    }
    75% {
        -moz-transform: scale(.6);
        -ms-transform: scale(.6);
        -webkit-transform: scale(.6);
        transform: scale(.6);
        opacity: .7
    }
    100% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@-webkit-keyframes halim-pulse {
    0% {
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }
    25% {
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: .3
    }
    50% {
        -moz-transform: scale(.2);
        -ms-transform: scale(.2);
        -webkit-transform: scale(.2);
        transform: scale(.2);
        opacity: .5
    }
    75% {
        -moz-transform: scale(.6);
        -ms-transform: scale(.6);
        -webkit-transform: scale(.6);
        transform: scale(.6);
        opacity: .7
    }
    100% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@keyframes halim-pulse {
    0% {
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }
    25% {
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: .3
    }
    50% {
        -moz-transform: scale(.2);
        -ms-transform: scale(.2);
        -webkit-transform: scale(.2);
        transform: scale(.2);
        opacity: .5
    }
    75% {
        -moz-transform: scale(.6);
        -ms-transform: scale(.6);
        -webkit-transform: scale(.6);
        transform: scale(.6);
        opacity: .7
    }
    100% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        opacity: 0
    }
    8% {
        -webkit-transform: scale(0);
        opacity: 0
    }
    15% {
        -webkit-transform: scale(.1);
        opacity: 1
    }
    30% {
        -webkit-transform: scale(.5);
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1)
    }
}

@-moz-keyframes pulse {
    0% {
        -moz-transform: scale(0);
        opacity: 0
    }
    8% {
        -moz-transform: scale(0);
        opacity: 0
    }
    15% {
        -moz-transform: scale(.1);
        opacity: 1
    }
    30% {
        -moz-transform: scale(.5);
        opacity: 1
    }
    100% {
        opacity: 0;
        -moz-transform: scale(1)
    }
}

.pulse-holder {
    display: block;
    position: absolute;
    top: 22%;
    right: 2%
}

.pulse-holder .pulse-marker {
    width: 6px;
    height: 6px;
    background: #c00;
    border-radius: 28px
}

.pulse-holder .pulse-rays {
    margin: 0 auto;
    position: absolute;
    right: -12px;
    top: -12px;
    z-index: 10;
    background-color: #fff0;
    opacity: .1;
    width: 30px;
    height: 30px;
    border: 2px solid #f78b8b;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    -webkit-animation: pulse 2s linear infinite;
    -moz-animation: pulse 2s linear infinite;
    border-image: initial
}

@-webkit-keyframes halim-bookmark-animation {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        -webkit-opacity: .1
    }
    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        -webkit-opacity: .5
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: .1
    }
}

@-webkit-keyframes halim-bookmark-fill-animation {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-webkit-keyframes halim-bookmark-img-animation {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -webkit-transform: rotate(-5deg) scale(1) skew(1deg)
    }
    20% {
        -webkit-transform: rotate(5deg) scale(1) skew(1deg)
    }
    30% {
        -webkit-transform: rotate(-5deg) scale(1) skew(1deg)
    }
    40% {
        -webkit-transform: rotate(5deg) scale(1) skew(1deg)
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
}

@-moz-document url-prefix() {
    .halim-post-title a,
    .halim-post-title p,
    .popular-post .original_title {
        background: #fff0
    }
    .halim-post-title .original_title,
    .popular-post .original_title {
        height: 20px;
        overflow: hidden
    }
    .halim-post-title h2 {
        height: 20px;
        overflow: hidden
    }
}

.jw-settings-menu {
    background-color: rgb(0 0 0 / .53) !important
}

.jwplayer .jw-rightclick .jw-rightclick-list .jw-featured .jw-rightclick-link span+span.jw-reset::after {
    content: '';
    background: #333;
    position: absolute;
    color: #fff;
    display: contents
}

.halim-logo-bar {
    width: 100px !important
}

.jw-logo-bar {
    background-size: 100px 19px;
    background-repeat: no-repeat;
    background-position: center center;
    height: 30px;
    width: 110px;
    -webkit-transform: translateZ(0);
    -webkit-font-smoothing: antialiased
}

.jw-reset.jw-icon-rewind {
    display: none
}

.halim-resize-bar {
    background-size: 100px 19px;
    background-repeat: no-repeat;
    background-position: center center;
    height: 30px;
    -webkit-transform: translateZ(0);
    -webkit-font-smoothing: antialiased
}

.halim-toggle-light {
    background-size: 100px 19px;
    background-repeat: no-repeat;
    background-position: center center;
    height: 30px;
    -webkit-transform: translateZ(0);
    -webkit-font-smoothing: antialiased
}

.jw-logo-bar .player-tooltip,
.halim-toggle-light .player-tooltip,
.halim-resize-bar .player-tooltip {
    background: rgb(0 0 0 / .81);
    font-size: 11px;
    bottom: 100%;
    color: #fff;
    display: block;
    left: -25px;
    margin-bottom: 15px;
    opacity: 0;
    padding: 5px 10px;
    line-height: 24px;
    pointer-events: none;
    position: absolute;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    -webkit-box-shadow: 2px 2px 6px rgb(0 0 0 / .28);
    -moz-box-shadow: 2px 2px 6px rgb(0 0 0 / .28);
    -ms-box-shadow: 2px 2px 6px rgb(0 0 0 / .28);
    -o-box-shadow: 2px 2px 6px rgb(0 0 0 / .28);
    box-shadow: 2px 2px 6px rgb(0 0 0 / .28)
}

.jw-logo-bar .player-tooltip:before,
.halim-toggle-light .player-tooltip:before,
.halim-resize-bar .player-tooltip:before {
    bottom: -20px;
    content: " ";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    width: 100%
}

.jw-logo-bar .player-tooltip:after,
.halim-toggle-light .player-tooltip:after,
.halim-resize-bar .player-tooltip:after {
    border-left: solid #fff0 10px;
    border-right: solid #fff0 10px;
    border-top: solid rgb(0 0 0 / .62) 10px;
    bottom: -10px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -13px;
    position: absolute;
    width: 0
}

.jw-logo-bar:hover .player-tooltip,
.halim-toggle-light:hover .player-tooltip,
.halim-resize-bar:hover .player-tooltip {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.jw-logo-bar .player-tooltip,
.halim-toggle-light .player-tooltip,
.halim-resize-bar .player-tooltip {
    display: none
}

.jw-logo-bar:hover .player-tooltip,
.halim-toggle-light:hover .player-tooltip,
.halim-resize-bar:hover .player-tooltip {
    display: block
}

.halim-icon-expand.size-small:before {
    background-image: url(https://demo.halimthemes.com/wp-content/themes/halimmovies/assets/images/twGIvru.png)
}

.halim-icon-expand.size-large:before {
    background-image: url(https://demo.halimthemes.com/wp-content/themes/halimmovies/assets/images/6YPXfj3.png)
}

.halim-icon-toggle-light:before {
    background-image: url(https://demo.halimthemes.com/wp-content/themes/halimmovies/assets/images/bUMAkKj.png);
    background-size: 20px !important
}

.halim-icon-expand:before,
.halim-icon-toggle-light:before {
    padding: 11px 5px;
    display: inline-block;
    content: " ";
    width: 16px;
    height: 17px;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    background-size: 26px 14px
}

.halim-icon-toggle-light:before {
    width: 13px
}

.tooltip.top .tooltip-arrow {
    border-top-color: #0482ba !important
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #0482ba !important
}

.tooltip-inner {
    background-color: #008cca !important
}

.tooltip.right .tooltip-arrow {
    border-right-color: #138dc3 !important
}

.nav-tabs.nav-justified {
    border-bottom: 2px solid #365979
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
    border: 1px solid #365979;
    border-bottom-color: #365979;
    background: #365979;
    color: #fff;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap
}

.nav-tabs.nav-justified>li>a {
    color: #7aa6ce;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px solid #fff0
}

.nav-tabs>li>a:hover {
    border-color: #365979 !important;
    background: #365979 !important;
    color: #fff
}

@media (max-width:767px) {
    .nav-justified>li>a,
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 1px !important
    }
}

.fullwith-slider .owl-carousel-fullwidth {
    margin: 0
}

.owl-carousel-fullwidth {
    position: relative;
    margin-top: 15px
}

.owl-carousel-fullwidth .owl-nav {
    position: absolute;
    top: 45%
}

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: #fff0;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
    padding: 0
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    list-style: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(https://demo.halimthemes.com/wp-content/themes/halimmovies/owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: -webkit-transform .1s ease;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-item .halim-thumb {
    display: inline-block;
    position: relative;
    width: 100%
}

.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    background: rgb(255 152 0 / .75);
    color: #fff;
    border-radius: 3px;
    padding: 8px 5px;
    position: absolute;
    top: 38%;
    background-size: 300% 100%;
    background-image: linear-gradient(to right, #f5ce62, #e43603, #fa7199, #e85a19);
    box-shadow: 0 4px 15px 0 rgb(229 66 10 / .75);
    transition: .7s;
    border: none
}

.owl-carousel .owl-nav .owl-next:hover,
.owl-carousel .owl-nav .owl-prev:hover {
    background-position: right center
}

.owl-nav {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0
}

.owl-carousel .owl-nav .owl-prev {
    left: 30px
}

.owl-carousel .owl-nav .owl-next {
    right: 30px
}

@media (max-width:767px) {
    .owl-carousel-fullwidth .owl-nav .owl-prev {
        left: 7px;
        top: -20px
    }
    .owl-carousel-fullwidth .owl-nav .owl-next {
        right: 7px;
        top: -20px
    }
}

.halim-carausel-widget .owl-dots {
    text-align: right;
    display: none
}

.wrap-slider .owl-carousel .owl-nav .owl-next {
    right: 5px
}

.wrap-slider .owl-carousel .owl-nav .owl-prev {
    left: 5px
}

.owl-dots {
    position: absolute;
    right: -2px;
    bottom: -22px
}

.owl-carousel-fullwidth .owl-dots {
    position: absolute;
    right: 10px;
    bottom: 0;
    top: initial;
    background: #fff0
}

.related-film {
    margin-bottom: 20px
}

.related-film .owl-dots {
    right: 42.3333%;
    bottom: unset;
    display: none
}

#main-contents .owl-carousel-fullwidth .owl-dots {
    bottom: 0;
    top: inherit;
    right: 0
}

#main-contents .owl-carousel-fullwidth .owl-dots {
    bottom: -5px;
    top: inherit
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
    display: none
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    border: none;
    background: #fff0
}

.owl-theme .owl-dots .owl-dot span {
    width: 25px;
    margin: 5px 2px;
    background: #52a7f1;
    padding: 4px;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #8BC34A
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.slide-text {
    background: rgb(0 0 0 / .68);
    color: #fff;
    padding: 15px 30px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -1px
}

.slide-text h3,
.slide-text p {
    color: #fff;
    margin: 0
}

@media (max-width:767px) {
    .slide-text {
        background: rgb(0 0 0 / .75);
        color: #fff;
        padding: 10px 15px;
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0
    }
    .slide-text h3 {
        font-size: 15px;
        color: #fff
    }
    .slide-text a.btn {
        display: none
    }
    .owl-carousel-fullwidth .owl-dots {
        top: 0;
        display: none
    }
    #main-contents .owl-carousel .owl-nav .owl-next,
    #main-contents .owl-carousel .owl-nav .owl-prev {
        top: -20px
    }
}

#footer {
    background: #1a212a url(https://demo.halimthemes.com/wp-content/themes/halimmovies/assets/images/footer-bg.png) no-repeat top right;
    background-blend-mode: color-dodge;
    margin-top: 20px;
    border-top: 4px solid #0e1215;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right
}

#footer .footer-logo {
    border-bottom: 1px solid #1e262d;
    margin: -20px -20px 0;
    padding: 15px 20px
}

#footer .footer-logo img {
    width: 180px;
    height: auto;
    margin-bottom: 0;
    display: inline-block
}

#footer p {
    color: #717171;
    padding: 15px 0;
    font-size: 13px
}

#footer p a {
    color: #f0f8ff
}

#footer ul li {
    padding: 6px 8px
}

#footer ul li a {
    color: #eee;
    border-radius: 50% !important
}

#footer .widget {
    padding: 15px
}

#footer .widget ul {
    margin: 0;
    list-style: none
}

#footer .widget:nth-child(2) {
    padding-left: 30px
}

#footer .widget .widget-title {
    background-color: #fff0;
    padding: 0 0 10px;
    border: none;
    border-bottom: 1px solid #2d3842;
    box-shadow: none;
    color: #fff;
    font-size: 18px;
    margin: 0
}

#footer .widget .widget-title:after {
    border: none
}

#footer .widget .tagcloud {
    padding: 10px 0
}

#footer .widget .tagcloud a {
    color: #a09f9f;
    border: none;
    line-height: 20px;
    padding: 6px 10px 3px;
    margin: 1px;
    color: #949494;
    font-size: 12px;
    display: inline-block;
    line-height: 15px;
    border: 1px solid #1d2731;
    background: #0b0f15;
    border-radius: 3px;
    background-size: 200% 100%;
    background-image: linear-gradient(to right, #070f19 0%, #010408 51%, #6d2323 100%);
    transition: 0.5s
}

#footer .widget .tagcloud a:after {
    content: ''
}

#footer .widget .tagcloud a:hover {
    background-position: right center;
    color: #e87e1f
}

#footer .about {
    background: #0e1215;
    padding: 20px;
    padding-top: 10px
}

.container.footer-columns {
    padding: 0
}

.footer-credit {
    background: #0e1215
}

.footer-credit .row.container {
    padding: 0
}

.credit {
    padding: 8px 0;
    color: #fff
}

.credit a {
    color: #adadad
}

.credit p {
    margin: 0
}

@media screen and (max-width:767px) {
    #footer {
        background-image: none;
        margin-top: 20px
    }
    .credit {
        padding: 8px
    }
}

.tagcloud {
    padding: 15px 0
}

.tagcloud a {
    padding: 2px 5px;
    font-size: 13px !important;
    display: inline
}

.tagcloud a:before {
    content: '#'
}

.social {
    float: right;
    margin-top: 13px
}

.social a {
    color: #fff
}

.social a .hl-facebook:hover {
    background: #29689e
}

.social a .hl-twitter:hover {
    background: #299d9e
}

.social a .hl-pinterest:hover {
    background: #841412
}

.social a .hl-gplus:hover {
    background: #bb4947
}

#footer p.text-right {
    padding: 0 !important;
    margin-bottom: 0
}

.textwidget {
    margin-bottom: 15px
}

#footer .textwidget {
    margin: 0
}

.the_tag_list a {
    padding: 6px 10px 3px;
    margin: 1px;
    color: #949494;
    font-size: 12px;
    display: inline-block;
    line-height: 15px;
    border: 1px solid #1d2731;
    background: #0b0f15;
    border-radius: 3px;
    background-size: 300% 100%;
    background-image: linear-gradient(to right, #070f19 0%, #010408 51%, #6d2323 100%);
    transition: 0.7s
}

.the_tag_list a:hover {
    color: #f90;
    background-position: right center
}

.the_tag_list a:last-child:after {
    content: ''
}

.actors a:after,
.directors a:after {
    content: ',';
    color: #dadada
}

.actors a:last-child:after,
.directors a:last-child:after {
    content: ''
}

.list-news {
    padding: 15px 0 !important;
    border-bottom: 1px solid #1b2b3a
}

.list-news:first-child {
    padding-top: 0 !important
}

.list-news:last-child {
    border: none
}

.list-news h2 {
    margin: 0
}

.list-news img {
    width: 250px;
    height: 150px;
    border-radius: 5px
}

.news-thumb {
    float: left;
    margin-right: 15px
}

@media (max-width:500px) {
    .list-news img {
        width: 120px;
        height: auto
    }
    .list-news p,
    .post-info span {
        display: none
    }
    .post-info span.published-date {
        display: block
    }
    .post-info h2 a {
        font-size: 14px !important
    }
}

#sidebar .list-news img {
    width: 120px
}

#sidebar .list-news p,
#sidebar .post-info span {
    display: none
}

#sidebar .post-info span.published-date {
    display: block
}

#sidebar .post-info h2 a {
    font-size: 14px !important
}

.post-info h2 {
    height: inherit;
    font-size: 1.5em;
    line-height: 20px;
    margin-top: 6px
}

.post-info h2 a {
    font-size: 18px;
    color: #ffb155;
    -webkit-line-clamp: 1;
    line-height: 25px
}

.post-info p {
    margin: 0;
    margin-top: 5px;
    font-size: 13px
}

.post-info span a {
    background: #2d567b;
    color: #fff;
    font-size: 11.5px;
    border-radius: 20px;
    padding: 3px 6px
}

.post-info {
    margin-top: 3px
}

.post-info .published-date {
    font-size: 11px;
    color: #cb8787
}

.single-post .wrap-content,
.single-video .wrap-content {
    padding-top: 15px
}

@media(max-width:767px) {
    .single-post .wrap-content,
    .single-video .wrap-content {
        padding-top: 0;
        margin-top: -1px
    }
}

.halim-movie-wrapper {
    position: relative;
    overflow: hidden
}

.entry-content h3 {
    font-size: 18px;
    margin-top: 0
}

.entry-header {
    font-size: 25px;
    color: #FF9800;
    font-weight: 700;
    font-family: sans-serif
}

.related-video {
    overflow: hidden
}

.related-video .halim-post-title {
    bottom: 0
}

.related-post {
    margin-top: 15px
}

.related-post ul {
    padding: 0
}

.related-post ul li {
    list-style: none;
    overflow: hidden;
    margin: 15px 0
}

.related-post ul li a {
    display: block;
    color: #FF9800;
    font-size: 15px;
    font-weight: 700
}

.related-post ul li img {
    height: 80px;
    width: 12%;
    float: left;
    margin-right: 15px
}

.related-post ul li a.permalink {
    margin-bottom: 10px
}

.user .avt img {
    border-radius: 100% !important;
    margin-right: 5px;
    height: 30px;
    width: 30px
}

.user {
    padding: 3px;
    display: inline-block;
    float: right
}

@media(max-width:767px) {
    .user {
        padding: 10px;
        display: inline-block;
        float: none;
        width: 100%;
        text-align: center
    }
    #user-info.navbar-collapse.collapse.in {
        overflow: unset;
        padding: 10px 30px !important
    }
    .user .dropdown-menu {
        width: 95% !important
    }
}

.user a {
    color: #fff
}

.user li a span {
    text-transform: capitalize;
    font-size: 13px
}

.user .dropdown {
    display: inline-block;
    width: 100%
}

.user .dropdown-menu {
    min-width: 220px;
    padding: 0
}

.user.user-login-option .dropdown-menu {
    margin-top: 13px;
    left: -50px;
    padding: 5px 10px;
    border-radius: 3px
}

.user.user-login-option .dropdown-menu::after {
    content: '';
    border-bottom: 8px solid #1f3d58;
    border-left: 8px solid #fff0;
    border-right: 8px solid #fff0;
    top: -8px;
    left: 53px;
    position: absolute
}

.user.user-login-option .dropdown-menu li {
    margin: 5px 0;
    border-radius: 20px
}

.user.user-login-option {
    background: #2e3268;
    display: inline-block;
    padding: 5px 15px 5px 7px;
    border-radius: 20px;
    margin-top: 1px;
    background: linear-gradient(to right, #6a3fb7, #3F51B5)
}

.user.user-login-option li a:hover {
    border-radius: 20px
}

.user.user-login-option .avt img {
    height: 22px;
    width: 22px
}

.user.user-login-option li.facebook {
    background: #125996
}

.user.user-login-option li.facebook a:hover {
    background: #104b7d
}

.user.user-login-option li.twitter {
    background: #1e9bd2
}

.user.user-login-option li.twitter a:hover {
    background: #1987b7
}

.user.user-login-option li.google {
    background: #b73c3a
}

.user.user-login-option li.google a:hover {
    background: #9a302e !important
}

.user-control {
    padding: 15px
}

.user-control ul {
    padding: 0;
    list-style: none;
    overflow: hidden;
    margin: 0
}

.user-control ul li.user-avatar {
    display: inline;
    float: left
}

.user-control li {
    display: block;
    float: left
}

.user-control li.display_name {
    padding: 0 10px;
    float: left;
    text-transform: uppercase
}

.user-control li.display_name a {
    display: block;
    font-size: 12px;
    text-transform: none
}

.user-control.user.user-login-option.mobile {
    padding: 10px;
    width: 100%;
    text-align: center
}

.user-control.user.user-login-option.mobile li {
    display: inline-block;
    width: unset;
    float: none;
    padding: 5px
}

.user-control.user.user-login-option.mobile a {
    padding: 5px;
    display: inline-grid
}

.fb_like {
    border: none !important;
    overflow: hidden;
    height: 21px !important
}

.input-group i.hl-spin4 {
    position: absolute;
    right: 8px;
    bottom: 6px;
    z-index: 9;
    color: #fff
}

a .hl-dot-3 {
    color: #fff
}

.rating {
    margin-bottom: 10px;
    float: right
}

.post-large-rate {
    width: 100px;
    display: block;
    height: 22px;
    background-position: left bottom;
    background-repeat: no-repeat
}

.post-large-rate span {
    width: 100%;
    display: block;
    height: 22px;
    background-position: left top;
    background-repeat: no-repeat;
    float: left
}

.stars-large,
.stars-large span {
    background-image: url(https://demo.halimthemes.com/wp-content/themes/halimmovies/assets/images/stars-large.png)
}

.post-single-rate {
    float: left;
    margin-right: 5px
}

.user-rate {
    width: 100%
}

.user-rate-wrap .user-rating-text {
    float: left
}

.user-rate-active span.post-large-rate span {
    cursor: pointer
}

.taq-load {
    background: url(https://demo.halimthemes.com/wp-content/themes/halimmovies/assets/images/loading.gif) center no-repeat;
    width: 98px;
    height: 22px;
    display: block
}

#user-info.navbar-collapse.collapse.in {
    padding: 0
}

.dropdown.user-info li {
    width: 100%;
    list-style: none;
    margin-bottom: 5px
}

.post-like.btn.btn-xs.btn-default {
    display: block;
    background: #fff0;
    border: none;
    text-align: right;
    color: #fff
}

.halim-user-tool {
    border-bottom: 1px solid #17222f;
    overflow: hidden;
    padding: 0;
    margin-bottom: 10px
}

.halim-user-tool .col-md-6 {
    padding: 0
}

.halim-user-tool .wpf-favorite-link,
.halim-user-tool .wpf-favorite-links {
    position: static;
    background: #fff0;
    padding: 2px 5px;
    display: block;
    text-align: right
}

.page .post-content {
    padding: 15px 0
}

.entry-content,
.post-content {
    margin-top: -1px;
    background: #101821;
    border: 1px solid #1d2731a6
}

.post-content {
    margin-top: 20px;
    background: initial;
    border: none
}

.single-news .entry-content,
.post-content {
    background: #fff0;
    margin-top: 15px;
    border: none
}

.entry-content h2 {
    font-size: 18px;
    font-family: inherit;
    line-height: 26px;
    margin-top: 0
}

.entry-content img {
    margin: 15px auto;
    border: 5px solid rgb(255 255 255 / .05);
    height: inherit !important;
    display: block
}

#expand-post-content {
    margin-top: 10px
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.hl-dot-3.rotate:before {
    transform: rotate(90deg) scale(1) skew(1deg) translate(0);
    -webkit-transform: rotate(90deg) scale(1) skew(1deg) translate(0);
    -moz-transform: rotate(90deg) scale(1) skew(1deg) translate(0);
    -o-transform: rotate(90deg) scale(1) skew(1deg) translate(0);
    -ms-transform: rotate(90deg) scale(1) skew(1deg) translate(0)
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

.heads-up {
    transform: translateY(-6rem);
    transform: translate3d(0, -6rem, 0)
}

#easy-top {
    background: rgb(0 0 0 / .5);
    text-align: center;
    position: fixed;
    bottom: 15px;
    right: 15px;
    cursor: pointer;
    width: 38px;
    height: 38px;
    line-height: 38px;
    border-radius: 4px;
    padding: 4px;
    display: none;
    -webkit-transform: translateZ(0);
    transition: all .3s ease-out
}

#easy-top:hover {
    background: rgb(0 0 0 / .9)
}

#easy-top:before,
#easy-top:after {
    -webkit-backface-visibility: hidden
}

#easy-top:before {
    content: '';
    height: 10px;
    width: 10px;
    display: block;
    border: 3px solid #fff;
    border-left-width: 0;
    border-bottom-width: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    position: absolute;
    top: 15px;
    left: 15px
}

#easy-top:after {
    content: '';
    height: 11px;
    width: 3px;
    display: block;
    background: #fff;
    position: absolute;
    top: 17px;
    left: 19px
}

#easy-top:hover:after {
    border-color: #fff0 #fff0 rgb(0 0 0 / .9)
}

.halim-search-form .input-group-addon.film.hidden-xs {
    background: #2d3842;
    border: 1px solid #2d3842;
    color: #5d85a9
}

.halim-search-form .form-control {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #3d475c;
    color: #7aa6ce;
    font-size: 13px;
    border-radius: 20px !important;
    transition: .7s all;
    padding: 10px 40px;
    background: #1a2538 url(https://demo.halimthemes.com/wp-content/themes/halimmovies/assets/images/search.svg) 5px 2px no-repeat
}

.halim-search-form .form-control:focus {
    border-radius: 3px !important;
    transition: .7s all
}

.halim-search-form .btn-primary {
    color: #7aa6ce;
    background-color: #12171b;
    border-color: #2d3842;
    border-left: none;
    padding: 3px 15px;
    border-radius: 20px !important
}

.halim-search-form .btn-primary:hover {
    background: #12171b
}

.halim-search-form .btn-primary .glyphicon-search {
    padding-top: 5px
}

.section-title .halim-popular-tab {
    padding: 0;
    position: absolute;
    right: 1px;
    top: 11px
}

#sidebar .section-title .halim-popular-tab {
    top: 11px
}

.halim-vertical-widget .section-title .halim-popular-tab {
    top: 7px
}

.halim-popular-tab li {
    border: 1px solid #1b2b3a;
    background: #111720;
    padding: 5px 8px;
    list-style: none;
    float: left;
    margin: -1px
}

.halim-popular-tab li:first-child {
    border-top-left-radius: 3px
}

.halim-popular-tab li:last-child {
    border-top-right-radius: 3px
}

.halim-popular-tab li.active {
    background: #1b2a39;
    border: 1px solid #fff0;
    background-size: 200% 100%;
    background-image: linear-gradient(to right, #f5ce62, #e43603, #fa7199, #e85a19);
    background-image: linear-gradient(to right, #ff00cc 0%, #333399 51%, #ff00cc 100%);
    position: relative
}

.halim-popular-tab li.active:after {
    content: '';
    border-bottom: 6px solid #9919b2;
    border-left: 6px solid #fff0;
    display: block;
    border-right: 6px solid #fff0;
    bottom: -10px;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
    z-index: 1
}

.halim-popular-tab li a {
    font-size: 10px;
    font-weight: 400;
    text-transform: none;
    cursor: pointer
}

.halim-popular-tab li.active a {
    color: #fff
}

.halim-breadcrumb-panel .panel-heading {
    background: #18202e;
    border-bottom: 1px solid #1e2732;
    padding: 8px 15px
}

.halim-breadcrumb-panel .panel-heading a {
    color: #7aa6ce
}

.halim-search-filter {
    background: #2a3749;
    padding: 15px 0 0;
    overflow: hidden
}

.halim-search-filter .btn-group {
    padding: 0
}

@media (min-width:991px) {
    .halim-search-filter .btn-group .col-md-1:first-child,
    .halim-search-filter .btn-group .col-md-2:first-child {
        padding-left: 15px
    }
    .halim-search-filter .btn-group .col-md-1,
    .halim-search-filter .btn-group .col-md-2 {
        padding-right: 0;
        padding-left: 8px
    }
    .halim-search-filter .btn-group .col-md-3 {
        padding: 0 0 8px 8px;
        width: 22%
    }
    .halim-search-filter .btn-group .col-md-1 {
        width: 9.333333%
    }
    #btn-movie-filter {
        width: 92%;
        padding: 7px
    }
}

#btn-movie-filter {
    border-radius: 5px;
    background-size: 200% 100%;
    background-image: linear-gradient(to right, #C02425 0%, #F0CB35 51%, #C02425 100%);
    transition: .7s
}

#btn-movie-filter:hover {
    background-position: right center
}

.halim-search-filter .filter-box {
    border: 1px solid #3d475c;
    overflow: hidden;
    margin-bottom: 10px;
    border-radius: 5px
}

.halim-search-filter .filter-box-title {
    background: #1f2d39;
    padding: 4px 10px;
    text-transform: uppercase;
    font-size: 12px;
    display: none
}

.halim-search-filter .filter-box label {
    margin-right: 5px;
    cursor: pointer;
    font-weight: 400;
    line-height: 17px
}

.halim-search-filter .col-md-8 .filter-box label {
    width: 31%
}

.halim-search-filter .filter-box label:hover {
    color: #f90
}

.halim-search-filter .filter-box label::before {
    content: '\2023';
    font-size: 18px
}

.col-md-9 .filter-box .panel-body {
    padding: 15px 30px
}

.halim-search-filter .form-inline .form-control {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    border-radius: 0;
    background: #1a2538;
    padding: 4px 0 4px 10px;
    border: none;
    color: #fff;
    font-size: 12.5px;
    border-radius: 3px
}

.halim-search-filter .col-md-4.subtitle {
    padding-right: 15px
}

.halim-search-filter input[type="radio"]+label:hover,
.halim-search-filter input[type="radio"]:checked+label {
    font-weight: 700;
    color: #ffa822
}

.halim-search-filter input[type="radio"] {
    display: none
}

.trailer-button {
    background: #0979de;
    color: #fff;
    width: 50px;
    height: 50px;
    padding: 16px 5px;
    border-radius: 50% !important;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 99
}

.movie_info .trailer-button {
    right: 5px
}

.download-wrap {
    margin-top: 20px
}

.halim-dl-link {
    background: #2d3842;
    display: block;
    text-align: center;
    margin-bottom: 10px;
    padding: 5px;
    color: #fff;
    transition: .3s ease-in
}

.halim-dl-link:hover {
    background: #1e262d;
    transition: .3s ease-in
}

.ui-helper-hidden-accessible {
    display: none
}

.ui-autocomplete.ajax-results {
    position: absolute;
    top: 32px;
    left: 15px;
    width: 93.3%
}

.halim-navbar.header-3 .ui-autocomplete.ajax-results {
    position: absolute;
    top: 75px;
    left: 10%;
    width: 20%
}

.ui-autocomplete {
    width: 100%;
    background-color: #1a2538;
    list-style: none;
    border: 1px solid #295569;
    margin: 0;
    display: block;
    padding: 0;
    z-index: 9999;
    border-top: none;
    max-height: 500px;
    overflow-x: hidden
}

.ui-autocomplete li {
    padding: 12px;
    cursor: pointer;
    overflow: hidden
}

.ui-autocomplete li.exact_result {
    background: #101318
}

.ui-autocomplete li.exact_result .date {
    color: #fff
}

.ui-autocomplete li .halim_list_item {
    overflow: hidden
}

.ui-autocomplete li img {
    width: 45px;
    height: 61px;
    margin: 0;
    border-radius: 5px
}

.ui-autocomplete li .image {
    float: left;
    margin-right: 10px
}

.ui-autocomplete li .label {
    padding: 0;
    font-size: 13px;
    font-weight: 400;
    display: -webkit-box;
    margin: 6px 0 0
}

.ui-autocomplete li .date {
    font-size: 11px;
    color: #949494;
    font-weight: 400;
    display: none
}

.ui-autocomplete li .enName {
    font-size: 11px;
    color: #a58f4c;
    font-weight: 400
}

.ui-autocomplete li a {
    color: #fff;
    font-weight: 700;
    white-space: inherit;
    display: block
}

.ui-autocomplete li:hover {
    background: #1e262d
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    color: #fff;
    background-color: #365979;
    border-color: #365979
}

.pagination>li>a,
.pagination>li>span {
    color: #fff;
    background-color: #2d3842;
    border: 1px solid #2d3842
}

.widget_categories .widget-title,
.widget_nav_menu .widget-title {
    margin: 15px 0 10px;
    font-size: 20px;
    color: #cacaca
}

.widget_categories ul {
    list-style: none;
    padding: 0
}

.widget_categories ul li {
    padding: 8px 0;
    border-bottom: 1px solid #1b2b3a;
    position: relative
}

.widget_categories ul li:hover a {
    color: #bb841f !important
}

.widget_categories ul li a {
    color: #a5a5a5
}

.widget_categories ul li a::before {
    font-family: 'halimfont';
    content: '\e81c';
    color: #a5a5a5;
    font-size: 11px;
    padding-right: 8px;
    margin: 0
}

.widget_nav_menu ul {
    list-style: none;
    padding: 0
}

.widget_nav_menu ul.menu {
    margin-top: 10px
}

.widget_nav_menu ul li {
    padding: 8px 0;
    transition: .3s all;
    border-bottom: 1px solid #243240
}

.widget_nav_menu li.menu-item-object-release,
.widget_nav_menu li.menu-item-object-country {
    display: inline-block;
    text-align: center;
    border: none;
    background: #0a0d0e;
    margin-bottom: 4px;
    padding: 5px;
    border-radius: 3px !important
}

.widget_nav_menu li.menu-item-object-release {
    width: 32%
}

.widget_nav_menu li.menu-item-object-country {
    width: 49%
}

.widget_nav_menu ul li a i {
    color: #a5a5a5
}

.widget_nav_menu ul li a {
    color: #a5a5a5
}

.widget_nav_menu ul li a:hover {
    color: #FFF
}

#sidebar-home ul li:hover {
    transition: .4s all;
    padding-left: 10px
}

#halim-list-server {
    margin-top: 15px
}

#halim-list-server .halim-server-name {
    background: #365979;
    padding: 6px 10px;
    margin: -1.6px 6px 0 0;
    font-size: 12px;
    color: #fff;
    border-radius: 3px;
    display: inline-block;
    line-height: 16px;
    float: left
}

#halim-list-server ul {
    padding: 0;
    list-style: none
}

#halim-list-server .tab-content ul li,
#halim-list-server .list-tpl li {
    background: #344156;
    padding: 5px 2px 5px;
    border-radius: 3px;
    font-size: 12px;
    color: #fff;
    cursor: pointer
}

#halim-list-server .tab-content ul li.active,
#halim-list-server .list_tpl li.active {
    background: #d76666
}

#halim-list-server .tab-content ul li.active a,
#halim-list-server .list_tpl li.active a {
    background: #d14a4a;
    padding: 2px 5px;
    border-radius: 20px;
    color: #fff
}

#halim-list-server li:hover span {
    background: #F90;
    padding: 2px 5px;
    border-radius: 20px;
    color: #fff
}

#halim-list-server ul li .active {
    background: #d14a4a;
    padding: 2px 5px;
    border-radius: 20px;
    color: #fff
}

#halim-list-server ul.nav-tabs li {
    margin: 0;
    border-radius: 5px 5px 0 0
}

#halim-list-server ul.nav-tabs.navtabs-heading {
    border: none
}

#halim-list-server ul.nav-tabs li.navtabs-title {
    padding: 6px 15px 3px;
    background: #1d2636
}

#halim-list-server ul.nav-tabs li a {
    margin: 0;
    border: none;
    padding: 7px 12px;
    font-size: 12px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

#halim-list-server ul.nav-tabs li a:hover {
    margin: 0 !important
}

#halim-list-server ul.nav-tabs li.active {
    background: #263a4c
}

#halim-list-server ul.nav-tabs li.active a {
    margin: 0;
    border: none;
    padding: 7px 12px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

#halim-list-server .tab-content ul {
    margin: 0;
    padding: 15px 0;
    padding-right: 5px;
    overflow-x: hidden
}

#halim-list-server .tab-content {
    background: #1d2636;
    padding: 0 15px;
    border-radius: 0 5px 5px 5px;
    margin-bottom: 15px
}

#halim-list-server .tab-content.list-tpl {
    padding: 0
}

.halim-item {
    position: relative;
    line-height: 0;
    border-radius: 5px
}

.halim-item span {
    line-height: 1.6
}

.halim-single-news {
    padding: 0 15px 15px;
    margin-top: 0
}

.halim-single-news .item-content {
    color: #888;
    font-size: 14px
}

.switch-mode {
    background: #12171b;
    transition: .7s ease-in-out;
    position: fixed;
    right: -104px;
    top: 30%
}

.switch-mode:hover {
    right: 0;
    transition: .7s ease-in-out
}

.settings {
    background: #12171b;
    border-bottom: 1px solid #41596d;
    color: #fff;
    padding: 4px;
    cursor: pointer;
    position: absolute;
    left: -27px
}

.switch-mode .title {
    border-bottom: 1px solid #41596d;
    font-size: 13px;
    padding: 5px 8px;
    color: #fff
}

.switch-mode .skin-box {
    text-align: center;
    color: #909090;
    font-size: 13px;
    padding-bottom: 5px
}

.switch-mode .skin-box span {
    display: block;
    cursor: pointer
}

.switch-mode .active {
    color: #f90
}

.navbar-brand.home_url {
    padding: 15px;
    font-size: inherit;
    color: #fff
}

.navbar-brand.home_url:hover {
    background: #234;
    color: #fff
}

.halim-bookmark-lists::-webkit-scrollbar-track {
    background: #e6e6e6;
    border-radius: 20px
}

.halim-bookmark-post {
    cursor: pointer;
    position: relative;
    position: absolute !important;
    top: 5px;
    left: 5px
}

.bookmark-img-animation {
    -webkit-animation: halim-bookmark-img-animation 1s infinite ease-in-out;
    animation: halim-bookmark-img-animation 1.8s infinite ease-in-out
}

.primary_ribbon {
    float: left;
    margin-right: 8px;
    font-size: 30px
}

.primary_ribbon.bookmarked,
.primary_ribbon.bookmarked:hover,
.primary_ribbon,
.primary_ribbon.bookmarked,
.primary_ribbon.bookmarked:hover {
    width: 24px;
    height: 24px
}

.single-watch .primary_ribbon,
.single-watch.primary_ribbon.bookmarked,
.single-watch .primary_ribbon.bookmarked:hover {
    background: url(https://demo.halimthemes.com/wp-content/themes/halimmovies/assets/images/bookmark-add.png) no-repeat
}

.single-watch .primary_ribbon.bookmarked {
    background: url(https://demo.halimthemes.com/wp-content/themes/halimmovies/assets/images/bookmark-added.png) no-repeat
}

.single-watch .primary_ribbon.bookmarked:hover {
    background: url(https://demo.halimthemes.com/wp-content/themes/halimmovies/assets/images/bookmark-rm.png) no-repeat
}

.primary_ribbon,
.primary_ribbon.bookmarked,
.primary_ribbon.bookmarked:hover {
    background: url(https://demo.halimthemes.com/wp-content/themes/halimmovies/assets/images/bookmark-add2.png) no-repeat
}

.primary_ribbon.bookmarked {
    background: url(https://demo.halimthemes.com/wp-content/themes/halimmovies/assets/images/bookmark-added2.png) no-repeat
}

.primary_ribbon.bookmarked:hover {
    background: url(https://demo.halimthemes.com/wp-content/themes/halimmovies/assets/images/bookmark-rm2.png) no-repeat
}

.primary_ribbon.bookmarked .halim-pulse-ring {
    display: none
}

.title-wrapper {
    float: left;
    width: 60%;
    display: inline-block;
    padding-bottom: 8px;
    border-bottom: 1px solid #40474e
}

.title-wrapper h1.entry-title {
    font-size: 18px;
    color: #c7c7c7;
    line-height: 25px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-flex: 1;
    -webkit-box-orient: vertical
}

@media(max-width:767px) {
    .title-wrapper h1.entry-title {
        font-size: 16px;
        -webkit-line-clamp: 1
    }
    .plot-collapse {
        font-size: 11px
    }
}

.title-wrapper.full {
    border-bottom: none
}

.title-wrapper span.title-year {
    font-size: 15px;
    font-family: sans-serif;
    display: inline
}

.title-wrapper span.title-year a {
    color: #3784c5
}

.ratings_wrapper {
    float: right;
    width: 28%;
    text-align: right;
    margin-top: -8px
}

.halim-movie-wrapper.tpl-2 .ratings_wrapper {
    float: none;
    width: 100%;
    display: initial;
    height: 100%
}

.halim-movie-wrapper.tpl-2 .ratings_wrapper .halim_imdbrating.taq-score {
    border-right-color: #151d25
}

.halim-movie-wrapper.tpl-2 .ratings_wrapper.single-info .halim_imdbrating.taq-score {
    float: left
}

.total-votes {
    float: left;
    font-size: 48px;
    font-weight: 700;
    margin-right: 15px;
    color: #6da3d3;
    vertical-align: middle;
    font-family: tahoma;
    display: inline-block;
    border-right: 1px solid #263a4c;
    padding-right: 15px;
    line-height: 1
}

.post-ratings {
    color: #eaeaea
}

.ratings_wrapper .halim_imdbrating {
    display: inline-block;
    line-height: 22px;
    padding: 4px 0 0 0
}

.ratings_wrapper .halim_imdbrating::before {
    font-family: "halimfont";
    font-size: 26px;
    content: '\e841';
    color: #fdae01
}

.ratings_wrapper .halim_imdbrating span {
    font-size: 21px;
    color: #fff
}

.ratings_wrapper .halim_imdbrating i {
    font-size: 11px;
    margin-left: 2px;
    color: #bbbaba
}

.ratings_wrapper .halim_imdbrating span.max-ratings {
    font-size: 11px;
    color: #b3b3b3;
    font-family: sans-serif
}

.ratings_wrapper .halim_imdbrating span.total_votes {
    display: inline-block;
    font-size: 11px;
    margin-top: -8px;
    font-family: unset;
    line-height: 10px;
    color: #b3b3b3
}

.ratings_wrapper .halim_imdbrating span.total_votes::before {
    content: '('
}

.ratings_wrapper .halim_imdbrating span.vote-txt {
    font-size: 11px;
    color: #b3b3b3
}

.ratings_wrapper .halim_imdbrating span.vote-txt::after {
    content: ')';
    font-size: 11px;
    color: #b3b3b3
}

.ratings_wrapper .halim_imdbrating span.taq-count {
    font-size: 10px
}

.watch-page .ratings_wrapper .halim_imdbrating {
    border: none
}

.watch-page .ratings_wrapper .rate-this {
    float: right;
    padding-top: 2px
}

.rate-this {
    float: left;
    font-family: sans-serif;
    display: inline-block;
    line-height: 38px;
    padding: 10px 0 0 10px;
    width: auto;
    cursor: pointer
}

.rate-this:hover {
    background-position: -10px -154px
}

.rate-this span {
    line-height: 15px;
    display: block;
    font-size: 12px;
    margin-top: 0;
    color: #d2d2d2
}

.more-info {
    clear: both;
    display: block;
    padding-top: 8px;
    margin: 0 0 8px 50px;
    font-size: 13px
}

.more-info span {
    padding: 0 7px;
    position: relative;
    color: #c7c7c7
}

.more-info span a {
    color: #90abc1
}

.more-info span a:hover {
    color: #fff
}

.more-info span:first-child {
    padding-left: 0
}

.more-info span:last-child {
    padding-right: 0
}

.more-info span::after {
    content: '';
    border-right: 1px solid #40474e;
    position: absolute;
    top: 0;
    height: 14px;
    margin-left: 8px
}

.more-info span:last-child::after {
    border: none
}

.title-block {
    background: #1d2636;
    padding: 15px 15px 0;
    overflow: hidden;
    border-radius: 4px
}

@media (max-width:767px) {
    .more-info {
        margin: 0 0 8px 0
    }
    .title-block {
        padding: 15px 15px 0;
        margin: auto -15px 15px;
        position: relative;
        border-radius: 0
    }
    .title-wrapper {
        float: none;
        width: 100%;
        clear: both;
        padding-left: 35px
    }
    .ratings_wrapper {
        float: none;
        width: 100%;
        display: inline-block;
        overflow: hidden;
        z-index: 9999;
        padding-left: 35px
    }
    #bookmark {
        width: 28px;
        height: 30px;
        position: absolute;
        left: 14px;
        top: 15px;
        cursor: pointer;
        z-index: 9
    }
    #bookmark .halim-pulse-ring {
        display: none
    }
    .watch-page .ratings_wrapper .rate-this {
        margin-top: 6px;
        float: right
    }
    .watch-page .ratings_wrapper .halim_imdbrating {
        float: left
    }
    .ratings_wrapper .halim_imdbrating::before {
        font-family: "halimfont";
        font-size: 20px;
        content: '\e841';
        color: #fdae01
    }
    .ratings_wrapper .halim_imdbrating span {
        font-size: 13px
    }
}

.halim-watch-box {
    position: absolute;
    display: block;
    overflow: hidden;
    background: rgb(0 0 0 / .23);
    background: linear-gradient(to bottom, #fff0 0%, rgb(6 6 6 / .24) 30%, rgb(0 0 0 / .8) 100%);
    width: 100%;
    height: 60px;
    bottom: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

.quick-eps a {
    color: #fff
}

.quick-eps {
    position: absolute;
    bottom: 10px;
    left: 10px;
    padding-left: 20px;
    width: 45%
}

.halim-movie-wrapper.tpl-2 .quick-eps {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 43%;
    text-align: center;
    text-indent: 10px;
    padding: 8px 6px 8px;
    border: none;
    background-size: 300% 100%;
    border-radius: 5px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-image: linear-gradient(to right, #009245, #d0c200, #00A8C5, #D9E021);
    box-shadow: 0 4px 15px 0 rgb(83 176 57 / .75)
}

.halim-movie-wrapper.tpl-2 .quick-eps:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.quick-eps .hl-sort-down {
    position: absolute;
    left: 14px;
    top: 3px
}

.halim-movie-wrapper.tpl-2 .quick-eps .hl-sort-down {
    position: absolute;
    left: -10px;
    top: 6px
}

@media (max-width:767px) {
    .halim-movie-wrapper.tpl-2 .quick-eps .hl-sort-down {
        position: absolute;
        top: 4px
    }
}

.show-trailer {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 43%
}

.halim-movie-wrapper.tpl-2 .show-trailer {
    position: absolute;
    top: 7px;
    right: 7px;
    left: unset;
    bottom: unset;
    width: 32%;
    display: inline-table;
    background-size: 300% 100%;
    background-image: linear-gradient(to right, #25aae1, #024fd6, #04befe, #3f86ed);
    box-shadow: 0 4px 15px 0 rgb(65 132 234 / .75);
    border: none;
    border-radius: 20px
}

.watch-movie {
    position: absolute;
    bottom: 0;
    border-radius: 3px;
    right: 15px
}

.halim-movie-wrapper.tpl-2 .watch-movie {
    position: absolute;
    bottom: 10px;
    padding: 8px;
    right: 10px;
    left: unset;
    width: 45%;
    border-radius: 5px;
    text-align: center;
    border: none;
    background-size: 300% 100%;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-image: linear-gradient(to right, #ffbb00, #e43603, #ff6290, #ff5000);
    box-shadow: 0 4px 15px 0 rgb(229 66 10 / .75)
}

.halim-movie-wrapper.tpl-2 .watch-movie:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

@media(max-width:767px) {
    .show-trailer {
        position: absolute;
        left: 10px;
        width: 33%;
        bottom: unset;
        top: 10px
    }
    .halim-movie-wrapper.tpl-2 .watch-movie {
        position: absolute;
        right: 8px;
        bottom: 10px;
        width: 45%;
        padding: 6px;
        box-shadow: none
    }
    .quick-eps {
        position: absolute;
        bottom: 0;
        left: 15px;
        width: 45%
    }
    .halim-movie-wrapper.tpl-2 .quick-eps {
        padding: 6px;
        box-shadow: none
    }
    .halim-movie-wrapper.tpl-2 .halim-watch-box {
        background: #fff0;
        bottom: -10px
    }
}

.halim-movie-detail a,
.halim-movie-detail span {
    margin-left: 3px
}

.halim-movie-detail.full p.country {
    display: inline-block;
    margin-right: 40px
}

.halim-movie-detail.full p._episode {
    display: inline-block;
    margin-right: 40px
}

.halim-movie-detail.full p._showtime {
    display: inline-block
}

.halim-movie-detail.full p._showtime span,
.halim-movie-detail.full p._episode span {
    padding: 3px 5px;
    border-radius: 2px;
    color: #fff;
    font-size: 11px
}

.halim-movie-detail.full p._showtime span {
    background: #a04d4d
}

.halim-movie-detail.full p._episode span {
    background: #73a04d
}

.halim-movie-detail p {
    margin-bottom: 5px
}

.halim-movie-detail p.directors {
    padding-left: 0
}

.halim-movie-detail p.country {
    padding: 0
}

.movie-trailer {
    position: relative
}

.movie-trailer #close-trailer {
    background: #d92e36;
    border-radius: 50%;
    line-height: 22px;
    cursor: pointer;
    padding: 2px 10px 4px;
    color: #fff;
    position: absolute;
    bottom: 5px;
    right: 5px;
    z-index: 1
}

.movie-trailer:hover #close-trailer {
    background: #333
}

.page-numbers {
    padding: 0;
    margin: 20px 0;
    color: #fff
}

.page-numbers li {
    display: inline-block;
    line-height: 35px
}

.page-numbers li a,
.page-numbers li span.current,
.page-numbers li span.dots {
    padding: 8px 13px;
    border-radius: 2px
}

.page-numbers li a {
    background: #1b364e;
    transition: .5s all;
    color: #feffff;
    text-shadow: 0 1px 0 rgb(0 0 0 / .5);
    box-shadow: inset 0 1px 1px rgb(255 255 255 / .07), 0 1px 3px rgb(0 0 0 / .29)
}

.page-numbers li a:hover {
    background: #396792;
    color: #fff;
    transition: .5s all
}

.page-numbers li span.current {
    background: #ff8a00;
    transition: .5s all;
    color: #fff
}

.page-numbers li span.dots {
    box-shadow: inset 0 1px 1px rgb(255 255 255 / .05), 0 1px 3px rgb(0 0 0 / .28);
    transition: .5s all;
    padding: 8px 5px
}

.page-numbers li span:hover {
    background: #cd881e;
    transition: .5s all;
    cursor: not-allowed
}

#bookmark-modal .modal-dialog {
    margin: 85px auto 10px
}

.halim-bookmark-lists {
    padding: 0 12px;
    max-height: 230px;
    overflow-x: hidden;
    border-radius: 3px
}

.halim-bookmark-lists li {
    padding: 10px 0;
    list-style: none;
    border-bottom: 1px solid #e5e5e5;
    display: inline-block;
    width: 100%;
    position: relative
}

.halim-bookmark-lists li:last-child {
    border: none
}

.halim-bookmark-lists li img {
    width: 45px;
    height: 60px;
    float: left;
    margin-right: 10px;
    border-radius: 3px
}

.halim-bookmark-lists li .bookmark-title {
    color: #000;
    display: block;
    font-size: 12px;
    font-weight: 600;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-flex: 1;
    -webkit-box-orient: vertical
}

.bookmark-list.profile-bm .bookmark-title {
    color: #cbbbbb
}

.bookmark-list.profile-bm .bookmark-date {
    font-size: 11px;
    color: #959595
}

.bookmark-list.profile-bm {
    border-bottom: 1px solid #1d2636
}

.halim-bookmark-lists li .bookmark-date {
    font-size: 11px;
    color: #333
}

.bookmark-list.profile-bm .remove-bookmark {
    background: #f3f3f3
}

.halim-bookmark-lists li .remove-bookmark {
    padding: 3px 8px 4px;
    line-height: 17px;
    position: absolute;
    right: 0;
    cursor: pointer;
    border-radius: 20px;
    color: #ff1515
}

.halim-bookmark-lists li .remove-bookmark:hover {
    background: #ffaeae
}

#get-bookmark {
    background: #204a70;
    display: inline-block;
    line-height: 20px;
    padding: 6px 15px;
    border-radius: 20px;
    color: #fff;
    cursor: pointer;
    transition: .4s all;
    margin-top: 1px;
    margin-right: 15px;
    background: linear-gradient(to right, #17476c, #061c2e)
}

#get-bookmark:hover {
    background: #337ab7
}

#get-bookmark span.count {
    background: #f11b1b;
    padding: 3px 6px;
    color: #fff;
    font-size: 13px;
    border-radius: 20px;
    margin-left: 10px
}

.get-bookmark-on-mobile {
    position: relative
}

.get-bookmark-on-mobile span.count {
    background: #ea3a3a;
    color: #fff;
    font-size: 9px;
    padding: 0 6px;
    border-radius: 100%;
    position: absolute;
    top: 3px;
    right: 1px
}

.apsl-error {
    position: absolute;
    background: #29567f;
    padding: 5px 15px;
    text-align: left;
    color: #fff;
    margin-top: 5px
}

.apsl-error::after {
    content: '';
    border-bottom: 8px solid #29567f;
    border-left: 8px solid #fff0;
    border-right: 8px solid #fff0;
    top: -5px;
    right: 18px;
    position: absolute
}

.halim-centered {
    display: flex;
    justify-content: center
}

.hl-down-open.rotate-right:before {
    -webkit-transform: rotate(269deg) scale(1) skew(0deg) translate(0)
}

.hl-down-open.rotate-left:before {
    -webkit-transform: rotate(90deg) scale(1) skew(1deg) translate(0)
}

.halim--notice {
    background: #224361 url(https://demo.halimthemes.com/wp-content/themes/halimmovies/assets/images/warning.png) no-repeat;
    background-position: 8px 40%;
    padding: 15px;
    padding-left: 50px;
    color: #e4f2ff;
    font-size: 13.5px;
    border: 1px solid #435567;
    margin: 5px 0;
    border-radius: 5px
}

.halim-film-notice {
    background: #dac3a3 url(https://demo.halimthemes.com/wp-content/themes/halimmovies/assets/images/warning.png) no-repeat;
    background-position: 8px 40%;
    padding: 15px;
    padding-left: 50px;
    margin: 5px 0;
    color: #ab6100;
    font-size: 13.5px;
    border-radius: 5px
}

.halim_showtime_movies {
    background: #294769 url(https://demo.halimthemes.com/wp-content/themes/halimmovies/assets/images/weekly-calendar.png) no-repeat;
    background-position: 10px 42%;
    background-size: 25px;
    padding: 10px 15px;
    padding-left: 45px;
    margin: 7px 0;
    color: #fbfbfb;
    font-size: 13.5px;
    border-radius: 5px
}

.halim_showtime_movies p,
.halim-film-notice p,
.halim--notice p {
    margin: 0
}

[id^="halim-ajax-list-server"] {
    margin: 10px 5px
}

[id^="halim-ajax-list-server"] .get-eps {
    background: #224361;
    margin: 2px;
    padding: 6px 10px;
    font-size: 11px;
    border-radius: 2px;
    color: #fff;
    transition: .5s all;
    cursor: pointer;
    display: inline-block
}

[id^="halim-ajax-list-server"] .get-eps:hover {
    background: #276ba9;
    transition: .5s all
}

[id^="halim-ajax-list-server"] .get-eps.checked {
    background: #e46565
}

[id^="halim-ajax-list-server"] .get-eps.checked.active,
[id^="halim-ajax-list-server"].get-eps.no-active.active {
    background: #558a28
}

[id^="halim-ajax-list-server"] .get-eps.active {
    background: #558a28
}

.plot-collapse::before {
    content: attr(data-text)
}

.plot-collapse:hover {
    cursor: pointer;
    color: #d4a725
}

.box-shadow {
    text-shadow: 0 1px 0 rgb(0 0 0 / .5);
    box-shadow: inset 0 1px 1px rgb(255 255 255 / .07), 0 1px 3px rgb(0 0 0 / .29)
}

.last-eps {
    background: #243d5f;
    padding: 3px 10px 4px;
    border-radius: 3px;
    transition: .6s all;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
    margin: 0
}

.last-eps:hover {
    background-position: right center
}

.input-group .form-control {
    z-index: 0
}

.film-poster-img,
.movie-thumb {
    transition: .7s all
}

.film-poster-img:hover {
    filter: grayscale(0) !important;
    -webkit-filter: grayscale(0) !important;
    transition: .7s all
}

@media (max-width:767px) {
    .film-poster-img {
        height: unset !important
    }
}

.halim-play-btn {
    padding: 10px;
    position: absolute;
    top: 0;
    right: 5px;
    bottom: 0
}

.circle {
    stroke: #ff3939;
    stroke-dasharray: 650;
    stroke-dashoffset: 650;
    -webkit-transition: all 0.5s ease-in-out;
    opacity: .3
}

.playBut {
    display: inline-block;
    -webkit-transition: all 0.5s ease
}

.playBut .triangle {
    -webkit-transition: all 0.7s ease-in-out;
    stroke-dasharray: 238;
    stroke-dashoffset: 480;
    stroke: #ff4040;
    transform: translateY(0)
}

.playBut:hover .triangle {
    stroke-dashoffset: 0;
    opacity: 1;
    stroke: #fb4242;
    animation: nudge 0.7s ease-in-out
}

@keyframes nudge {
    0% {
        transform: translateX(0)
    }
    30% {
        transform: translateX(-5px)
    }
    50% {
        transform: translateX(5px)
    }
    70% {
        transform: translateX(-2px)
    }
    100% {
        transform: translateX(0)
    }
}

.playBut:hover .circle {
    stroke-dashoffset: 0;
    opacity: 1
}

.next-prev-eps {
    margin: 8px 0
}

.next-prev-eps a {
    background: #2b405d;
    padding: 5px 6px;
    border-radius: 3px;
    color: #fff;
    font-size: 13px;
    margin: 3px;
    display: inline-block
}

.next-prev-eps a:hover {
    background: #e46565
}

.halim-ajax-popular-post {
    position: relative
}

.halim-ajax-popular-post-loading,
.halim-ajax-get-post-loading,
[class*="halim-ajax-popular-post-loading-"] {
    background: rgb(21 29 37 / .78) url(https://demo.halimthemes.com/wp-content/themes/halimmovies/assets/images/ajaxLoading.gif) no-repeat 95% 2%;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9
}

.eps-page-nav {
    margin: 1px;
    padding: 4px 6px 1px;
    border-radius: 2px;
    font-size: 12px;
    cursor: pointer;
    color: #ffb23c;
    display: inline-block
}

.eps-page-nav.active,
.eps-page-nav:hover {
    background: #337ab7;
    color: #fff
}

.eps-page-nav.active,
.eps-page-nav::before,
.halim_ajax_get_post span::before,
.list-svname::before {
    content: attr(data-text);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone
}

.section-btn {
    color: #98acbd;
    font-size: 11.5px;
    background: #0b0f15;
    padding: 1px;
    margin-top: 4px;
    display: inline-table;
    border-radius: 20px;
    margin-left: 8px;
    cursor: pointer;
    transition: .7s all;
    background: linear-gradient(to right, red, #d60dd6);
    background: linear-gradient(to right, red, orange)
}

.section-btn:hover {
    background: #337ab7;
    color: #fff
}

.section-btn>span {
    display: inline-block;
    padding: 4px 13px;
    background: #141c24;
    border-radius: 20px
}

.section-btn.active {
    background: #03A9F4;
    color: #00BCD4;
    font-weight: 600
}

a.see-more {
    background: #1f2933;
    width: 30%;
    display: inline-block;
    text-align: right;
    margin: 5px 0;
    padding: 4px 12px;
    border-radius: 20px;
    transition: .5s all;
    color: #fff;
    float: right;
    background: linear-gradient(to right, #151d25, #194161)
}

a.see-more:hover {
    background: #0e1215;
    transition: .5s all
}

.list-svname {
    margin-right: 5px
}

span.ajax-update-eps {
    cursor: pointer;
    background: #5cb85c;
    color: #fff;
    padding: 7px;
    line-height: 32px;
    border-radius: 3px
}

span.ajax-update-eps:hover {
    background: #333
}

.fb_iframe_widget_fluid_desktop iframe,
.fb-comments>span,
.fb_iframe_widget {
    width: 100% !important
}

.fb-comments {
    background: #fff;
    padding: 5px;
    border-radius: 5px;
    display: inline-block !important
}

#resumeModal {
    text-align: center;
    color: #868686
}

#resumeModal strong {
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 12px;
    display: inline-block;
    color: #fff;
    cursor: pointer;
    margin: 4px 3px 1px;
    font-weight: 400
}

#resumeModal strong.yes {
    background: #6f982e
}

#resumeModal strong.no {
    background: #337ab7
}

#resumeModal strong.yes:hover {
    background: #46611b
}

#resumeModal strong.no:hover {
    background: #7f1717
}

.halim-corner-rounded .halim_box .grid-item figure,
.halim-corner-rounded .owl-carousel .grid-item figure {
    border-radius: 8.888px
}

.halim-corner-rounded .halim_box figure img .halim-corner-rounded .owl-carousel figure img {
    border-radius: 8px
}

.halim-corner-rounded .owl-carousel .grid-item .status,
.halim-corner-rounded .halim_box .grid-item .status {
    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px
}

.halim-corner-rounded .halim_box .grid-item .episode,
.halim-corner-rounded .owl-carousel .grid-item .episode {
    border-radius: 2px
}

.halim-corner-rounded .halim_box .grid-item {
    padding: 3px
}

.halim-corner-rounded .owl-carousel .grid-item {
    padding: 1px
}

.halim-corner-rounded .halim_box .grid-item .icon_overlay .halim-corner-rounded .owl-carousel .grid-item .icon_overlay {
    border-radius: 8px
}

.halim-corner-rounded .halim_box .grid-item .halim-post-title,
.halim-corner-rounded .halim_box .grid-item .halim-post-title-box {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px
}

.halim-corner-rounded .owl-carousel .grid-item:hover .duration,
.halim-corner-rounded .halim_box .grid-item:hover .duration {
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px
}

.halim-corner-rounded .owl-carousel .grid-item .halim-post-title-box {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px
}

.halim-corner-rounded .grid-item:hover .icon_overlay,
.halim-corner-rounded .slider-thumb:hover .icon_overlay {
    border-radius: 8px
}

.halim-corner-rounded .owl-carousel-fullwidth.owl-carousel .owl-item img {
    border-radius: 8px
}

.halim-corner-rounded .owl-carousel-fullwidth.owl-carousel .slide-text {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px
}

.halim-corner-rounded .owl-carousel-fullwidth .owl-dots {
    right: 6px !important
}

.play-btn {
    text-indent: -99999px;
    width: 100px;
    height: 100px;
    background: radial-gradient(rgb(255 0 128 / .8) 60%, rgb(255 255 255) 62%);
    border-radius: 50%;
    position: relative;
    display: block;
    margin: 15px auto;
    box-shadow: 0 0 25px 3px rgb(255 0 128 / .8)
}

.play-btn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-40%) translateY(-50%);
    transform: translateX(-40%) translateY(-50%);
    transform-origin: center center;
    width: 0;
    height: 0;
    border-top: 15px solid #fff0;
    border-bottom: 15px solid #fff0;
    border-left: 25px solid #fff;
    z-index: 100;
    -webkit-transition: all 400ms cubic-bezier(.55, .055, .675, .19);
    transition: all 400ms cubic-bezier(.55, .055, .675, .19)
}

.play-btn:before {
    content: "";
    position: absolute;
    width: 150%;
    height: 150%;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate1 2s;
    animation: pulsate1 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgb(255 255 255 / .75);
    top: -25%;
    left: -25%;
    background: #fff0
}

@-webkit-keyframes pulsate1 {
    0% {
        -webkit-transform: scale(.6);
        transform: scale(.6);
        opacity: 1;
        box-shadow: inset 0 0 25px 3px rgb(255 255 255 / .75), 0 0 25px 10px rgb(255 255 255 / .75)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
        box-shadow: none
    }
}

@keyframes pulsate1 {
    0% {
        -webkit-transform: scale(.6);
        transform: scale(.6);
        opacity: 1;
        box-shadow: inset 0 0 25px 3px rgb(255 255 255 / .75), 0 0 25px 10px rgb(255 255 255 / .75)
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1);
        opacity: 0;
        box-shadow: none
    }
}

#dayIcon {
    position: relative;
    width: 20px;
    height: 25px;
    top: -3px;
    margin: 0 7px;
    fill: #9caec0
}

#nightIcon {
    position: relative;
    width: 20px;
    height: 30px;
    top: -1px;
    right: 2px;
    margin: 0 2px;
    fill: #9caec0
}

#dayIcon,
#nightIcon {
    cursor: pointer
}

.toggle {
    display: none
}

.toggle,
.toggle:after,
.toggle:before,
.toggle *,
.toggle *:after,
.toggle *:before,
.toggle+.toggle-button {
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.toggle::-moz-selection,
.toggle:after::-moz-selection,
.toggle:before::-moz-selection,
.toggle *::-moz-selection,
.toggle *:after::-moz-selection,
.toggle *:before::-moz-selection,
.toggle+.toggle-button::-moz-selection {
    background: none
}

.toggle::selection,
.toggle:after::selection,
.toggle:before::selection,
.toggle *::selection,
.toggle *:after::selection,
.toggle *:before::selection,
.toggle+.toggle-button::selection {
    background: none
}

.toggle+.toggle-button {
    outline: 0;
    display: inline-block;
    width: 45px;
    height: 20px;
    position: relative;
    cursor: pointer;
    border: 2px solid #333;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.toggle+.toggle-button:after,
.toggle+.toggle-button:before {
    position: relative;
    display: block;
    content: "";
    width: 50%;
    height: 100%
}

.toggle+.toggle-button:after {
    left: 0
}

.toggle+.toggle-button:before {
    display: none
}

.toggle:checked+.toggle-button:after {
    left: 50%
}

.toggle+.toggle-button {
    padding: 2px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    border: 2px solid rgb(156 174 192 / .58);
    border-radius: 2em
}

.toggle+.toggle-button:after {
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    background: rgb(156 174 192 / .59);
    content: "";
    border-radius: 1em
}

.toggle:checked+.toggle-button:after {
    left: 50%
}

.halim-server.show_all_eps {
    margin-bottom: 10px
}

#halim-list-server .halim-server.show_all_eps .halim-server-name {
    float: none !important;
    margin-bottom: -5px !important;
    background: #0b0f15;
    padding: 8px 10px 5px;
    color: #ea9b06;
    font-weight: 700;
    text-transform: uppercase
}

.halim-server.show_all_eps ul.halim-list-eps {
    background: #0b0f15;
    padding: 15px 12px 5px !important;
    border-radius: 3px
}

#halim-player-wrapper .post-password-form {
    text-align: center;
    background: #004767;
    padding: 20px;
    border-radius: 4px;
    color: #fff
}

.blur-up {
    -webkit-filter: blur(5px);
    filter: blur(5px);
    transition: filter 400ms, -webkit-filter 400ms
}

.blur-up.lazyloaded {
    -webkit-filter: blur(0);
    filter: blur(0)
}

.halim-vertical-widget {
    overflow: hidden;
    margin: auto -15px
}

.adult-content-title {
    color: #ff4f4f;
    font-weight: 700
}

.adult-content-info {
    color: #3e3e3e;
    font-size: 14px
}

.halim-full-player {
    background: #000;
    padding: 10px 0;
    margin-bottom: 10px
}

.halim-full-player .container {
    padding: 0
}

@media (min-width:991px) {
    .halim-centered {
        display: flex;
        justify-content: center
    }
    .halim-full-player {
        background: #000;
        padding: 10px 0;
        margin-top: 0
    }
}

.box-shadow-none {
    box-shadow: none !important
}

.profile {
    margin: 20px 0
}

.profile-sidebar {
    padding: 20px 0 0 0;
    background: #0e1215;
    margin-top: 15px;
    border-radius: 4px
}

.profile-userpic img {
    float: none;
    margin: 0 auto;
    width: 50%;
    height: 50%;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
    display: block
}

.profile-usertitle {
    text-align: center;
    margin-top: 20px
}

.profile-usertitle-name {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 7px;
    text-transform: uppercase
}

.profile-usertitle-name a {
    color: #ff8a00
}

.profile-usertitle-job {
    text-transform: uppercase;
    color: #5b9bd1;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 15px
}

.profile-userbuttons {
    text-align: center;
    margin-top: 10px
}

.profile-userbuttons .btn {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    padding: 6px 15px;
    margin-right: 5px
}

.profile-userbuttons .btn:last-child {
    margin-right: 0
}

.profile-usermenu {
    margin-top: 30px
}

.profile-usermenu ul li {
    border-bottom: 1px solid #1d2731
}

.profile-usermenu ul li:last-child {
    border-bottom: none
}

.profile-usermenu ul li a {
    color: #93a3b5;
    font-weight: 400
}

.profile-usermenu ul li a i {
    margin-right: 8px;
    font-size: 14px
}

.profile-usermenu ul li a:hover {
    background-color: #101720;
    color: #5b9bd1
}

.profile-usermenu ul li.active {
    border-bottom: none
}

.profile-usermenu ul li.active a {
    color: #5b9bd1;
    background-color: #172a3b;
    border-left: 2px solid #5b9bd1;
    margin-left: -2px
}

.imdb-icon {
    display: inline-block;
    width: 30px;
    height: 15px;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4Igp3aWR0aD0iMzAiIGhlaWdodD0iMzAiCnZpZXdCb3g9IjAgMCA0OCA0OCIKc3R5bGU9IiBmaWxsOiMwMDAwMDA7Ij48cGF0aCBmaWxsPSIjRkZDMTA3IiBkPSJNNDQsMTNINGMtMi4yLDAtNCwxLjgtNCw0djE2YzAsMi4yLDEuOCw0LDQsNGg0MGMyLjIsMCw0LTEuOCw0LTRWMTdDNDgsMTQuOCw0Ni4yLDEzLDQ0LDEzeiI+PC9wYXRoPjxwYXRoIGZpbGw9IiMyNjMyMzgiIGQ9Ik0yOC4xIDE4aC0zLjd2MTMuMWgzLjdjMiAwIDIuOC0uNCAzLjMtLjcuNi0uNC45LTEuMS45LTEuOHYtNy45YzAtLjktLjQtMS43LS45LTJDMzAuNiAxOC4yIDMwLjMgMTggMjguMSAxOHpNMjguOCAyOC4zYzAgLjYtLjcuNi0xLjMuNlYyMGMuNiAwIDEuMyAwIDEuMy42VjI4LjN6TTMzLjggMTh2MTMuM2gyLjhjMCAwIC4yLS45LjQtLjcuNCAwIDEuNS42IDIuMi42czEuMSAwIDEuNS0uMmMuNi0uNC43LS43LjctMS4zdi03LjhjMC0xLjEtMS4xLTEuOC0yLTEuOHMtMS44LjYtMi4yLjl2LTNIMzMuOHpNMzcuNCAyMi4yYzAtLjQgMC0uNi40LS42LjIgMCAuNC4yLjQuNnY2LjZjMCAuNCAwIC42LS40LjYtLjIgMC0uNC0uMi0uNC0uNlYyMi4yek0yMi43IDMxLjNMMjIuNyAxOCAxOC4zIDE4IDE3LjUgMjQuMyAxNi40IDE4IDEyLjQgMTggMTIuNCAzMS4zIDE1LjMgMzEuMyAxNS4zIDIzLjkgMTYuNiAzMS4zIDE4LjYgMzEuMyAxOS45IDIzLjkgMTkuOSAzMS4zek03LjYgMThIMTAuN1YzMS4zSDcuNnoiPjwvcGF0aD48L3N2Zz4=) 50% 50% no-repeat;
    background-size: 100%;
    position: relative;
    margin-left: 5px;
    margin-bottom: -3px
}

.imdb-icon::before {
    content: attr(data-rating);
    position: absolute;
    right: -25px;
    top: -2px;
    font-style: normal
}

.popover {
    font-family: 'Montserrat', sans-serif
}

.popover-title {
    text-align: center
}

.popover-title .film-title {
    color: #c73d3a;
    font-weight: 600
}

.popover-content {
    font-size: 12px
}

.popover-content .film-meta {
    color: #545454
}

.popover-content .org-title {
    font-size: 11px;
    text-align: center;
    color: #1b2b3a;
    margin: -3px -13px 3px;
    padding-bottom: 5px
}

.popover-content .film-content {
    color: #909090;
    margin: 10px 0
}

.popover-content .category {
    margin: 5px 0
}

.popover-content .category-name {
    color: #337ab7
}

.popover-content .category-name::after {
    content: ','
}

.popover-content .category-name:last-child::after {
    content: ''
}

#is_copyright {
    padding: 30px;
    text-align: center;
    background: #f63232;
    color: #fff;
    margin-bottom: 20px;
    border-radius: 4px;
    font-size: 15px;
    box-shadow: 0 3px 20px 7px #12181d
}

#is_copyright.notice {
    background: #1c5d92;
    box-shadow: none;
    margin: 15px
}

#is_copyright.notice.default {
    margin: 0 0 15px
}

#is_copyright.notice {
    background: #f9bbbb;
    box-shadow: none;
    margin: 15px;
    color: #a50000
}

@media screen and (max-width:767px) {
    #is_copyright.notice.default {
        border-radius: 0
    }
}

.halim-admin-bar-menu {
    background: #225b94 !important;
    background-size: 300% 100% !important;
    background-image: linear-gradient(to right, #fd0dc7, #e5ad06, #fd9802, #FF5722) !important
}

.widget.widget_custom_html,
.widget.widget_text {
    margin-top: 15px
}

.animated {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.hinges {
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s
}

.animated.slow {
    -webkit-animation-duration: 3s;
    -moz-animation-duration: 3s;
    -o-animation-duration: 3s;
    animation-duration: 3s
}

.animated.snail {
    -webkit-animation-duration: 4s;
    -moz-animation-duration: 4s;
    -o-animation-duration: 4s;
    animation-duration: 4s
}

@-webkit-keyframes shake {
    0%,
    100% {
        -webkit-transform: translateX(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px)
    }
}

@-moz-keyframes shake {
    0%,
    100% {
        -moz-transform: translateX(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -moz-transform: translateX(-10px)
    }
    20%,
    40%,
    60%,
    80% {
        -moz-transform: translateX(10px)
    }
}

@-o-keyframes shake {
    0%,
    100% {
        -o-transform: translateX(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -o-transform: translateX(-10px)
    }
    20%,
    40%,
    60%,
    80% {
        -o-transform: translateX(10px)
    }
}

@keyframes shake {
    0%,
    100% {
        transform: translateX(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translateX(-10px)
    }
    20%,
    40%,
    60%,
    80% {
        transform: translateX(10px)
    }
}

.shake {
    -webkit-animation-name: shake;
    -moz-animation-name: shake;
    -o-animation-name: shake;
    animation-name: shake
}

@media only screen and (min-width:991px) {
    .login .modal-dialog {
        width: 365px
    }
}

.login .modal-footer {
    padding: 15px
}

.login .modal-header {
    padding: 15px 20px
}

.login .modal-header .modal-title {
    color: #333;
    font-weight: 700
}

.login .modal-body {
    padding: 30px;
    display: block
}

.login .division {
    float: none;
    margin: 10px auto 18px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%
}

.login .division .line {
    border-top: 1px solid #DFDFDF;
    position: absolute;
    top: 14px;
    width: 42%
}

.login .division .line.l {
    left: 0
}

.login .division .line.r {
    right: 0
}

.login .division span {
    color: #424242;
    font-size: 17px
}

.login .social {
    float: none;
    margin: 0 auto 20px;
    text-align: center
}

.login .social .circle {
    background-color: #EEE;
    color: #FFF;
    border-radius: 100px;
    display: inline-block;
    margin: 0 17px;
    padding: 15px 16px;
    opacity: 1
}

.login .social .circle .fa {
    font-size: 16px
}

.login .social .facebook {
    background-color: #455CA8;
    color: #FFF
}

.login .social .google {
    background-color: #F74933
}

.login .social .twitter {
    background-color: #1da1f2
}

.login .facebook:hover {
    background-color: #6E83CD
}

.login .google:hover {
    background-color: #FF7566
}

.login .twitter:hover {
    background-color: #1d96e0
}

.login .forgot {
    color: #797979;
    margin-left: 0;
    overflow: hidden;
    text-align: center;
    width: 100%
}

.login .forgot a {
    color: dimgray;
    font-weight: 600
}

.login .btn-login,
.registerBox .btn-register,
.forgotPasswordBox .btn-forgot {
    background-color: #398ee7;
    border: none;
    color: #FFF;
    display: block;
    margin: 0 auto;
    padding: 15px;
    text-transform: uppercase;
    width: 100%;
    margin-top: 15px;
    background-size: 300% 100%;
    background-image: linear-gradient(to right, #25aae1, #4481eb, #04befe, #3f86ed);
    box-shadow: 0 4px 15px 0 rgb(65 132 234 / .75);
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.login .btn-login:hover,
.registerBox .btn-register:hover,
.forgotPasswordBox .btn-forgot:hover {
    background-color: #00A4E4;
    color: #FFF;
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.login .form-control {
    border-radius: 3px;
    background-color: rgb(230 234 241 / .56);
    box-shadow: 0 1px 0 0 rgb(0 0 0 / .09) inset;
    color: #FFF
}

.login .form-control:hover {
    background-color: #e8f0fe
}

.login .form-control:focus {
    box-shadow: 0 1px 0 0 rgb(0 0 0 / .04) inset;
    background-color: rgb(0 0 0 / .23);
    color: #FFF
}

.login .form input[type="text"],
.login .form input[type="password"] {
    border-radius: 3px;
    border: none;
    color: #484848;
    font-size: 14px;
    height: 46px;
    margin-bottom: 10px;
    padding: 13px 15px;
    width: 100%
}

.big-login,
.big-register {
    background-color: #0bf;
    color: #FFF;
    border-radius: 7px;
    border-width: 2px;
    font-size: 14px;
    font-style: normal;
    font-weight: 200;
    padding: 16px 60px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    width: 300px
}

.big-login {
    margin-bottom: 20px
}

.big-login:hover {
    background-color: #00A4E4;
    color: #FFF
}

.big-register {
    background-color: rgb(0 0 0 / 0);
    color: #0bf;
    border-color: #0bf
}

.big-register:hover {
    border-color: #00A4E4;
    color: #00A4E4
}

form.ajax-auth {
    display: none;
    z-index: 999;
    position: fixed;
    top: 150px;
    left: 50%;
    width: 350px;
    margin-left: -200px;
    padding: 40px 25px 25px 25px;
    background-color: #FFF;
    border-radius: 8px;
    font-family: Arial, Helvetica, sans-serif;
    box-shadow: 0 0 6px rgb(0 0 0 / .2);
    color: #878787;
    font-size: 11px
}

.ajax-auth h1,
.ajax-auth h3 {
    font-family: 'Georgia', 'Times New Roman', Times, serif;
    font-weight: 100;
    color: #333;
    line-height: 1
}

.ajax-auth h1 {
    font-size: 27px;
    text-align: center;
    margin: 0 0 20px 0
}

.ajax-auth h3 {
    font-size: 18px;
    text-align: left;
    margin: 0
}

.ajax-auth h3 a {
    color: #e25c4c
}

.ajax-auth hr {
    background-color: rgb(0 0 0 / .1);
    border: 0 none;
    height: 1px;
    margin: 20px 0
}

.ajax-auth input#username,
.ajax-auth input#password,
.ajax-auth input#signonname,
.ajax-auth input#email,
.ajax-auth input#signonpassword,
.ajax-auth input#password2 {
    border: 1px solid #EDEDED;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 3px rgb(0 0 0 / .1) inset;
    color: #333;
    font-size: 15px;
    padding: 10px 10px 10px 13px;
    width: 100%;
    margin: 7px 0 20px 0;
    background-color: #F9F9F9;
    font-family: 'Georgia', 'Times New Roman', Times, serif
}

.ajax-auth input#username:focus,
.ajax-auth input#password:focus,
.ajax-auth input#signonname:focus,
.ajax-auth input#email:focus,
.ajax-auth input#signonpassword:focus,
.ajax-auth input#password2:focus {
    background-color: #FFF
}

.ajax-auth label.error {
    display: none !important
}

.ajax-auth input.error {
    border: 1px solid #FF0000 !important
}

.ajax-auth input.submit_button {
    font-size: 13px;
    color: #FFF;
    border: 1px solid #b34336;
    background-color: #e25c4c;
    border-radius: 3px;
    text-shadow: 0 1px 0 #ba3f31;
    padding: 9px 31px 9px 31px;
    background: -moz-linear-gradient(top, #ea6656, #df5949);
    border-top: 1px solid #bb483a;
    border-bottom: 1px solid #a63b2e;
    float: right;
    box-shadow: 0 1px 0 #E87A6E inset;
    margin-top: 20px
}

.ajax-auth a {
    text-decoration: none
}

.ajax-auth a.close {
    color: #DCDCDC;
    position: absolute;
    right: 15px;
    top: 15px
}

.ajax-auth a.text-link {
    color: #B4B2B2;
    float: left;
    margin: 10px 0 0 0
}

.ajax-auth p.status {
    text-align: center;
    margin: -15px 0 20px 0;
    font-weight: 600;
    display: none
}

a.login_button {
    font-family: Arial, Helvetica, sans-serif;
    padding: 5px 7px 5px 7px;
    background-color: #FFF;
    border-radius: 3px;
    border: 1px solid #DCDCDC;
    color: #333;
    text-decoration: none;
    font-size: 11px
}

.login_overlay {
    height: 100%;
    width: 100%;
    background-color: #F6F6F6;
    opacity: .9;
    position: fixed;
    z-index: 998
}

.btn-default[disabled]:hover {
    background-color: #5ad3ff !important
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .85;
    filter: alpha(opacity=85);
    -webkit-box-shadow: none;
    box-shadow: none
}

.reset-captcha {
    text-align: right;
    color: #ef8436;
    cursor: pointer;
    margin-top: 5px
}

.reset-captcha:hover {
    color: #ef8436
}

.reset-captcha i {
    color: #ff6000
}

#letter-filter {
    padding: 13px;
    border-bottom: 1px solid #202a34;
    line-height: 5px
}

#letter-filter .pagination {
    margin: 0;
    border-radius: 0
}

#letter-filter .pagination>li>a,
#letter-filter .pagination>li>span {
    color: #fff;
    background-color: #2d3842;
    border: 1px solid #2d3842
}

#letter-filter .pagination-lg>li>a,
#letter-filter .pagination-lg>li>span {
    font-size: 12px
}

#letter-filter .pagination>li>a,
#letter-filter .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 16.2222px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #e2e2e2;
    background-color: #161e2c;
    border: 1px solid #202a35;
    margin-left: -1px;
    margin-top: -1px;
    cursor: pointer
}

#letter-filter .pagination>li>span::after {
    content: attr(data-text)
}

#letter-filter .pagination>li>span:hover {
    background: #fb6363;
    border-color: #fb6363
}

.letter-filter li a {
    transition: .5s all
}

.letter-filter li a:hover {
    background: #366994 !important;
    border: 1px solid #366994 !important;
    transition: .5s all
}

.letter-filter li .active {
    background: #ff8b00 !important;
    border-color: #ff8b00 !important
}

@media (min-width:0) and (max-width:650px) {
    .toggle-pagination {
        display: inline-block;
        color: #a5a5a5;
        font-size: 12px;
        cursor: pointer
    }
    .list-letter {
        width: 100%;
        margin-top: 15px !important
    }
    .list-letter>li>a,
    .list-letter>li>span {
        width: 100%;
        margin: 0;
        line-height: 40px;
        padding: 0;
        border-radius: 0 !important
    }
    .list-letter>li {
        float: left;
        width: 20%;
        margin-top: -1px;
        text-align: center
    }
}

@media (max-width:480px) {
    .list-letter>li {
        width: 33%
    }
}

@media (max-width:320px) {
    .list-letter>li {
        width: 50%
    }
}

@media (min-width:651px) {
    .toggle-pagination {
        display: none
    }
    .list-letter {
        display: inline-block
    }
}

.toggle-pagination.active i:before,
.toggle-pagination-pc.active i:before {
    content: '\f15e';
    color: #FFC107
}

#expand-filter-movie.active i::before {
    color: #FFC107
}

.rank-math-breadcrumb p {
    margin: 0
}

#comments,
#respond,
.comments-area,
#wpdcom.wpd-dark {
    background: initial !important
}

#wpdcom .ql-container {
    background: #fff !important
}

#wpdcom .ql-editor::before {
    opacity: 1;
    color: #949494 !important
}

#wpdcom .wpdiscuz-spoiler-wrap {
    background-color: #2d303e !important;
    color: #a0a0a0 !important
}

#wpdcom .ql-editor>* {
    color: #989898 !important
}

pre.ql-syntax {
    background: #c1c1c1
}

#wpdcom.wpd-dark.wpd-layout-2 .wpd-comment.wpd-reply .wpd-comment-wrap {
    background-color: #1e2831
}

#wpdcom .wpd-comment .wpd-reply-to a {
    color: #58bdff
}

.bottom-nav {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 55px;
    box-shadow: 0 0 3px rgb(0 0 0 / .2);
    background-color: #0d1117;
    display: flex;
    overflow-x: auto
}

.bottom-nav__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    min-width: 50px;
    overflow: hidden;
    white-space: nowrap;
    font-family: sans-serif;
    font-size: 13px;
    color: #bdbdbd;
    text-decoration: none;
    -webkit-tap-highlight-color: #fff0;
    transition: background-color 0.1s ease-in-out
}

.bottom-nav__link:hover {
    background-color: #eee
}

.bottom-nav__link--active {
    color: #ff8a00
}

.bottom-nav__icon {
    font-size: 18px
}

.hl-next.prev:before {
    transform: rotate(-180deg)
}

table {
    background-color: #fff0
}

table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #212c37
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #202b35
}

.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>td {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed>thead>tr>th,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>td {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
    background-color: #04090e
}

.table>thead>tr>td.active,
.table>tbody>tr>td.active,
.table>tfoot>tr>td.active,
.table>thead>tr>th.active,
.table>tbody>tr>th.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>tbody>tr.active>td,
.table>tfoot>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr.active>th,
.table>tfoot>tr.active>th {
    background-color: #f5f5f5
}

.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr.active:hover>th {
    background-color: #e8e8e8
}

.table>thead>tr>td.success,
.table>tbody>tr>td.success,
.table>tfoot>tr>td.success,
.table>thead>tr>th.success,
.table>tbody>tr>th.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>tbody>tr.success>td,
.table>tfoot>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr.success>th,
.table>tfoot>tr.success>th {
    background-color: #dff0d8
}

.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr.success:hover>th {
    background-color: #d0e9c6
}

.table>thead>tr>td.info,
.table>tbody>tr>td.info,
.table>tfoot>tr>td.info,
.table>thead>tr>th.info,
.table>tbody>tr>th.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>tbody>tr.info>td,
.table>tfoot>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr.info>th,
.table>tfoot>tr.info>th {
    background-color: #d9edf7
}

.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr.info:hover>th {
    background-color: #c4e3f3
}

.table>thead>tr>td.warning,
.table>tbody>tr>td.warning,
.table>tfoot>tr>td.warning,
.table>thead>tr>th.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>tbody>tr.warning>td,
.table>tfoot>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr.warning>th,
.table>tfoot>tr.warning>th {
    background-color: #fcf8e3
}

.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr.warning:hover>th {
    background-color: #faf2cc
}

.table>thead>tr>td.danger,
.table>tbody>tr>td.danger,
.table>tfoot>tr>td.danger,
.table>thead>tr>th.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>tbody>tr.danger>td,
.table>tfoot>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr.danger>th,
.table>tfoot>tr.danger>th {
    background-color: #f2dede
}

.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr.danger:hover>th {
    background-color: #ebcccc
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #1e2732
    }
    .table-responsive>.table {
        margin-bottom: 0
    }
    .table-responsive>.table>thead>tr>th,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tfoot>tr>td {
        white-space: nowrap
    }
    .table-responsive>.table-bordered {
        border: 0
    }
    .table-responsive>.table-bordered>thead>tr>th:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child {
        border-left: 0
    }
    .table-responsive>.table-bordered>thead>tr>th:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child {
        border-right: 0
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th,
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td {
        border-bottom: 0
    }
}

.downloadbox {
    margin-top: 15px
}

.download-table {
    font-size: 13px
}

.download-table a:hover {
    color: #ff8a00
}

.download-table img {
    margin: 0;
    display: inline-block;
    border: none;
    height: auto
}

.download-table tr td {
    padding: 12px 2px !important
}

.download-table tr td.quality span {
    padding: 3px 5px;
    border-radius: 3px;
    background: #f5706e;
    color: #fff
}

.halim-movie-season {
    background: #080f18;
    border-radius: 4px;
    padding: 8px 8px 5px;
    overflow: hidden;
    margin-top: 10px
}

.halim-movie-season li {
    display: inline-block;
    margin: 0
}

.halim-movie-season li a {
    background: #1b2d44;
    padding: 5px 10px;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    margin: 0 4px 3px 0;
    display: inline-block;
    transition: .5s all
}

.halim-movie-season li a.active {
    background: #cb8b41;
    background-size: 300% 100% !important;
    background-image: linear-gradient(to right, #5126a5, #c029ff, #afad0f, #ed5f3f) !important
}

.halim-movie-season li a:hover {
    color: #fff;
    background: #b9803d;
    background-position: right center
}

.halim-showtimes-block {
    margin-top: 15px
}

.halim-showtimes-block>li>a {
    padding: 5px 10px;
    background: #243045;
    margin: 1px;
    color: #fff
}

.halim-showtimes-block>li.active>a {
    background: #ed9025;
    background-size: 300% 100% !important;
    background-image: linear-gradient(to right, #113f67, #226ba9, #afad0f, #ed5f3f) !important
}

@media (max-width:767px) {
    .halim-showtimes-block>li>a {
        margin-bottom: 1px !important;
        width: 49%;
        float: left
    }
}

.halim-showtimes-block>li>a:hover,
.halim-showtimes-block>li>a:focus {
    text-decoration: none;
    background-color: #2174bb
}

.halim-showtimes-block>li+li {
    margin-left: 0
}

.weekdayshortname {
    display: block;
    position: relative;
    font-weight: 600
}

.weekdayshortname:after {
    content: "";
    background: #4d6171;
    padding: .1px;
    display: block;
    width: 40px;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.weekday.active .weekdayshortname:after {
    background: #337ab7
}

.weekdayname {
    font-size: 11.5px
}

.showtimes-term-children {
    padding: 0;
    margin: 0 0 10px 0;
    text-align: center
}

.showtimes-term-children li {
    padding: 0 10px;
    border: 1px solid #222e3c;
    list-style: none;
    line-height: 18px;
    margin: 0 2px 2px 0;
    display: inline-block;
    border-radius: 20px;
    cursor: pointer
}

.showtimes-term-children li span {
    font-size: 11px
}

.showtimes-term-children li a {
    color: #ffa439;
    font-family: monospace
}

.showtimes-term-children li.active {
    background: #000
}

#section-showtimes-movie .popular-post .item {
    clear: none;
    padding: 0
}

.view-more {
    font-size: 12px;
    font-weight: 400;
    text-transform: initial;
    position: absolute;
    right: 0;
    bottom: 7px
}

.view-more a {
    color: #f49d37
}

.single-post .m-details {
    color: #d3a875
}

#halim-list-server ul li.matched {
    background: #4c9d03
}

#halim-list-server li.halim-episode-item.matched span {
    background: #3c7418;
    padding: 2px 5px;
    border-radius: 20px;
    color: #fff
}

.box-shadow2 {
    will-change: box-shadow;
    border-radius: 5px;
    box-shadow: #4693ff 8px -8px, #b9d6ff 16px -16px
}

.tab-content-panel {
    padding: 10px 0;
    border-bottom: 1px solid #333c4d
}

.episode-s-search {
    margin-top: 15px;
    padding: 0
}

.tab-content-panel .episode-s-search {
    margin: 0
}

.episode-s-search .search-episode-item {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #3d475c;
    color: #7aa6ce;
    font-size: 12px;
    border-radius: 5px !important;
    transition: .4s all;
    padding: 10px 15px 10px 40px;
    background: #121b2a url(https://demo.halimthemes.com/wp-content/themes/halimmovies/assets/images/search.svg) 5px 0 no-repeat;
    height: 30px;
    font-family: monospace
}

#episode-result {
    margin: 10px 0 0;
    display: none
}

#episode-result a span {
    background: #df5555;
    padding: 7.5px 12px 6px;
    border-radius: 3px;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
    position: relative
}

#server-episodes {
    width: 40%;
    background: #121720;
    border: 1px solid #263a4c;
    color: #c1c1c1;
    font-size: 12px;
    height: 30px;
    font-family: monospace
}

.navtabs-title {
    background: #1d2636;
    padding: 4px 13px;
    color: #fff;
    border-bottom: none;
    margin-bottom: -10px
}

.halim-list-eps {
    display: grid;
    max-height: 285px;
    overflow-x: auto;
    gap: .5rem;
    grid-template-columns: repeat(auto-fill, minmax(66px, 1fr));
    box-sizing: border-box;
    text-align: center
}

@media (max-width:1199px) {
    .halim-list-eps {}
}

@media (max-width:991px) {
    .halim-list-eps {}
    .episode-s-search {
        margin-bottom: 10px
    }
    .tab-content-panel .episode-s-search+.episode-s-search {
        margin-top: 10px
    }
}

@media (max-width:767px) {
    .halim-list-eps {}
}

.halim-list-eps li:hover {
    background: #000 !important
}

.halim-list-eps li a {
    color: #cfcfcf;
    font-family: monospace
}

.halim-episode-item.active {
    position: relative
}

.halim-episode-item.active .halim-pulse-ring {
    right: -10px;
    left: auto;
    top: -8px;
    display: block;
    background: #15e525;
    width: 20px;
    height: 20px
}

.startPage {
    background: #2a3749;
    border-radius: 5px;
    padding: 15px;
    border: 1px solid #435874;
    text-align: center
}

.navbar-toggle-pc {
    position: relative;
    float: right;
    margin-right: 0;
    padding: 9px 10px;
    margin-top: 4px;
    background-color: #fff0;
    background-image: none;
    border: 1px solid #fff0;
    border-radius: 4px
}

@media (min-width:768px) {
    .navbar-header.desktop-mode {
        float: right;
        position: relative;
        padding-right: 15px
    }
    .halim-navbar.header-3 .navbar-header.desktop-mode:before {
        content: '|';
        position: absolute;
        top: 13px
    }
}

@media (max-width:1200px) {
    .navbar-header.desktop-mode {
        width: 100%
    }
}

@media (min-width:768px) and (max-width:1200px) {
    .navbar-collapse.in {
        overflow-y: visible;
        margin-top: 45px;
        padding: 0
    }
}

#ajax-reportModal,
#bookmark-modal {
    z-index: 99999
}

#header.header-tpl-2 {
    background: #2a3749;
    background-image: none;
    padding: 15px 0;
    background-image: linear-gradient(to right, #2a3a56 31%, #48256c 66%, #134064 100%)
}

.navbar-container.nav-tpl-2 {
    background: #2a3749;
    z-index: 9999;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-image: linear-gradient(to right, #2a3a56 31%, #412c57 66%, #134064 100%)
}

.nav-tpl-2 .main-navigation {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-container.nav-tpl-2.navbar-fixed-top .main-navigation {
    box-shadow: none
}

.nav-tpl-2 .main-navigation #menu-primary>li:first-child {
    padding-left: 10px
}

.nav-tpl-2 .main-navigation .navbar-nav>.active>a {
    background: none;
    color: #ffb359
}

.navbar-container.nav-tpl-2.navbar-fixed-top {
    background: #12171b
}

.navbar-container.header-3 {
    margin-bottom: 40px
}

.single-watch .navbar-container.header-3 {
    margin-bottom: 0
}

.halim-navbar.header-3 {
    border-radius: 0;
    height: 75px;
    padding: 15px 0;
    background-image: linear-gradient(to right, #2a3a56 31%, #48256c 66%, #134064 100%)
}

.halim-navbar.header-3 .navbar-brand {
    padding: 5px 15px
}

.halim-navbar.header-3 .navbar-brand img {
    height: 50px;
    padding-bottom: 18px
}

.halim-navbar.header-3 .halim-search-form {
    margin: 0;
    padding: 5px 15px
}

@media (max-width:767px) {
    .halim-navbar.header-3 .navbar-nav {
        background: #1a2538
    }
    .halim-navbar.header-3 .navbar-brand img {
        display: none
    }
}

@media (min-width:768px) {
    .halim-navbar.header-3 .navbar-right {
        margin-right: 10px
    }
}

@media (max-width:1199px) {
    .halim-navbar.header-3 .navbar-right {
        background: #1a2538;
        position: relative;
        z-index: 999999999
    }
    .navbar-header.desktop-mode:before {
        content: ' ';
        position: unset
    }
}

@media (min-width:1200px) {
    .halim-navbar.header-3 .halim-search-form {
        width: 350px
    }
}

#userInfo .halim-pulse-ring {
    right: -10px;
    left: auto;
    top: -8px;
    display: block;
    background: #15e525;
    width: 20px;
    height: 20px
}

.single-news code {
    color: #e9e9e9;
    background-color: #2a364e
}

.single-news iframe,
.single-news .embed-responsive {
    margin-bottom: 15px
}

.pointer {
    cursor: pointer
}

#halim-artplayer {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden
}

#halim-artplayer>div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.wslu-color-scheme--facebook {
    --wslu-color-scheme: #3B5998;
    --wslu-color-scheme-lighten: #718dc8;
    --wslu-color-scheme-darken: #2d4373
}

.wslu-color-scheme--twitter {
    --wslu-color-scheme: #1DA1F2;
    --wslu-color-scheme-lighten: #7dc9f8;
    --wslu-color-scheme-darken: #0c85d0
}

.wslu-color-scheme--dribbble {
    --wslu-color-scheme: #EA4C89;
    --wslu-color-scheme-lighten: #f5a7c5;
    --wslu-color-scheme-darken: #e51e6b
}

.wslu-color-scheme--pinterest {
    --wslu-color-scheme: #bd081c;
    --wslu-color-scheme-lighten: #f6354a;
    --wslu-color-scheme-darken: #8c0615
}

.wslu-color-scheme--instagram {
    --wslu-color-scheme: #5851DB;
    --wslu-color-scheme-lighten: #a9a6ec;
    --wslu-color-scheme-darken: #332bce
}

.wslu-color-scheme--github {
    --wslu-color-scheme: #6E5494;
    --wslu-color-scheme-lighten: #a28fbf;
    --wslu-color-scheme-darken: #564273
}

.wslu-color-scheme--linkedin {
    --wslu-color-scheme: #0077B5;
    --wslu-color-scheme-lighten: #1cb1ff;
    --wslu-color-scheme-darken: #005582
}

.wslu-color-scheme--vkontakte {
    --wslu-color-scheme: #45668E;
    --wslu-color-scheme-lighten: #7a99bf;
    --wslu-color-scheme-darken: #344d6c
}

.wslu-color-scheme--reddit {
    --wslu-color-scheme: #FF4500;
    --wslu-color-scheme-lighten: #ff8f66;
    --wslu-color-scheme-darken: #cc3700
}

.wslu-color-scheme--skype {
    --wslu-color-scheme: #00aff0;
    --wslu-color-scheme-lighten: #57d2ff;
    --wslu-color-scheme-darken: #008abd
}

.wslu-color-scheme--wordpress {
    --wslu-color-scheme: #21759B;
    --wslu-color-scheme-lighten: #4aacd8;
    --wslu-color-scheme-darken: #185571
}

.wslu-color-scheme--google {
    --wslu-color-scheme: #4285F4;
    --wslu-color-scheme-lighten: #a2c3fa;
    --wslu-color-scheme-darken: #1266f1
}

.wslu-color-scheme--youtube {
    --wslu-color-scheme: #ff0000;
    --wslu-color-scheme-lighten: #ff6666;
    --wslu-color-scheme-darken: #cc0000
}

.wslu-color-scheme--vimeo {
    --wslu-color-scheme: #1ab7ea;
    --wslu-color-scheme-lighten: #77d4f3;
    --wslu-color-scheme-darken: #1295bf
}

.wslu-color-scheme--whatsapp {
    --wslu-color-scheme: #25d366;
    --wslu-color-scheme-lighten: #77e7a1;
    --wslu-color-scheme-darken: #1da851
}

.wslu-color-scheme--mailchimp {
    --wslu-color-scheme: #6dc5dc;
    --wslu-color-scheme-lighten: #bfe6f0;
    --wslu-color-scheme-darken: #44b5d2
}

.wslu-color-scheme--posts {
    --wslu-color-scheme: #36454f;
    --wslu-color-scheme-lighten: #5f7a8c;
    --wslu-color-scheme-darken: #212b31
}

.wslu-color-scheme--comments {
    --wslu-color-scheme: #000000;
    --wslu-color-scheme-lighten: #333333;
    --wslu-color-scheme-darken: black
}

.wslu-color-scheme--facebook-messenger {
    --wslu-color-scheme: #3b5998;
    --wslu-color-scheme-lighten: #718dc8;
    --wslu-color-scheme-darken: #2d4373
}

.wslu-color-scheme--kik {
    --wslu-color-scheme: #82bc23;
    --wslu-color-scheme-lighten: #b2e263;
    --wslu-color-scheme-darken: #64911b
}

.wslu-color-scheme--trello {
    --wslu-color-scheme: #0079bf;
    --wslu-color-scheme-lighten: #26afff;
    --wslu-color-scheme-darken: #00598c
}

.wslu-color-scheme--viber {
    --wslu-color-scheme: #59267c;
    --wslu-color-scheme-lighten: #9043c5;
    --wslu-color-scheme-darken: #3d1a55
}

.wslu-color-scheme--telegram {
    --wslu-color-scheme: #0088cc;
    --wslu-color-scheme-lighten: #33bbff;
    --wslu-color-scheme-darken: #006699
}

.wslu-color-scheme--email {
    --wslu-color-scheme: #ea4335;
    --wslu-color-scheme-lighten: #f49991;
    --wslu-color-scheme-darken: #d62516
}

.wslu-color-scheme--digg {
    --wslu-color-scheme: #005be2;
    --wslu-color-scheme-lighten: #4992ff;
    --wslu-color-scheme-darken: #0046af
}

.wslu-color-scheme--stumbleupon {
    --wslu-color-scheme: #eb4924;
    --wslu-color-scheme-lighten: #f49781;
    --wslu-color-scheme-darken: #ca3412
}

.wslu-color-scheme--lineapp {
    --wslu-color-scheme: #06C755;
    --wslu-color-scheme-lighten: #3af988;
    --wslu-color-scheme-darken: #059540
}

.wslu #loginform #XS_social_login_div {
    display: none
}

.wslu #loginform #XS_social_login_div_login {
    display: -webkit-box
}

#XS_social_login_div {
    clear: both;
    display: -webkit-box;
    width: 100%;
    max-width: 300px;
    margin: 0 auto
}

#XS_social_login_div_login {
    clear: both;
    position: relative;
    padding-top: 25px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box
}

.wslu-hover-content {
    display: none;
    z-index: 1
}

._login_button_style__ul {
    width: 100%;
    list-style: none;
    margin: 0
}

._login_button_style__ul .facebook .social-icon {
    background-color: #3b5998
}

._login_button_style__ul .facebook .login-button-text {
    color: #3b5998
}

._login_button_style__ul .facebook:hover>a {
    background-color: #3b5998
}

._login_button_style__ul .facebook:hover .social-icon {
    background-color: #344e86
}

._login_button_style__ul .twitter .social-icon {
    background-color: #1da1f2
}

._login_button_style__ul .twitter .login-button-text {
    color: #1da1f2
}

._login_button_style__ul .twitter:hover>a {
    background-color: #1da1f2
}

._login_button_style__ul .twitter:hover .social-icon {
    background-color: #0d95e8
}

._login_button_style__ul .dribbble .social-icon {
    background-color: #ea4c89
}

._login_button_style__ul .dribbble .login-button-text {
    color: #ea4c89
}

._login_button_style__ul .dribbble:hover>a {
    background-color: #ea4c89
}

._login_button_style__ul .dribbble:hover .social-icon {
    background-color: #e7357a
}

._login_button_style__ul .pinterest .social-icon {
    background-color: #bd081c
}

._login_button_style__ul .pinterest .login-button-text {
    color: #bd081c
}

._login_button_style__ul .pinterest:hover>a {
    background-color: #bd081c
}

._login_button_style__ul .pinterest:hover .social-icon {
    background-color: #a50718
}

._login_button_style__ul .instagram .social-icon {
    background-color: #5851db
}

._login_button_style__ul .instagram .login-button-text {
    color: #5851db
}

._login_button_style__ul .instagram:hover>a {
    background-color: #5851db
}

._login_button_style__ul .instagram:hover .social-icon {
    background-color: #443cd7
}

._login_button_style__ul .github .social-icon {
    background-color: #6e5494
}

._login_button_style__ul .github .login-button-text {
    color: #6e5494
}

._login_button_style__ul .github:hover>a {
    background-color: #6e5494
}

._login_button_style__ul .github:hover .social-icon {
    background-color: #624b84
}

._login_button_style__ul .linkedin .social-icon {
    background-color: #0077b5
}

._login_button_style__ul .linkedin .login-button-text {
    color: #0077b5
}

._login_button_style__ul .linkedin:hover>a {
    background-color: #0077b5
}

._login_button_style__ul .linkedin:hover .social-icon {
    background-color: #00669c
}

._login_button_style__ul .vkontakte .social-icon {
    background-color: #45668e
}

._login_button_style__ul .vkontakte .login-button-text {
    color: #45668e
}

._login_button_style__ul .vkontakte:hover>a {
    background-color: #45668e
}

._login_button_style__ul .vkontakte:hover .social-icon {
    background-color: #3d5a7d
}

._login_button_style__ul .reddit .social-icon {
    background-color: #ff4500
}

._login_button_style__ul .reddit .login-button-text {
    color: #ff4500
}

._login_button_style__ul .reddit:hover>a {
    background-color: #ff4500
}

._login_button_style__ul .reddit:hover .social-icon {
    background-color: #e63e00
}

._login_button_style__ul .skype .social-icon {
    background-color: #00aff0
}

._login_button_style__ul .skype .login-button-text {
    color: #00aff0
}

._login_button_style__ul .skype:hover>a {
    background-color: #00aff0
}

._login_button_style__ul .skype:hover .social-icon {
    background-color: #009cd7
}

._login_button_style__ul .wordpress .social-icon {
    background-color: #21759b
}

._login_button_style__ul .wordpress .login-button-text {
    color: #21759b
}

._login_button_style__ul .wordpress:hover>a {
    background-color: #21759b
}

._login_button_style__ul .wordpress:hover .social-icon {
    background-color: #1d6586
}

._login_button_style__ul .google .social-icon {
    background-color: #4285f4
}

._login_button_style__ul .google .login-button-text {
    color: #4285f4
}

._login_button_style__ul .google:hover>a {
    background-color: #4285f4
}

._login_button_style__ul .google:hover .social-icon {
    background-color: #2a75f3
}

._login_button_style__ul .youtube .social-icon {
    background-color: red
}

._login_button_style__ul .youtube .login-button-text {
    color: red
}

._login_button_style__ul .youtube:hover>a {
    background-color: red
}

._login_button_style__ul .youtube:hover .social-icon {
    background-color: #e60000
}

._login_button_style__ul .vimeo .social-icon {
    background-color: #1ab7ea
}

._login_button_style__ul .vimeo .login-button-text {
    color: #1ab7ea
}

._login_button_style__ul .vimeo:hover>a {
    background-color: #1ab7ea
}

._login_button_style__ul .vimeo:hover .social-icon {
    background-color: #14a7d7
}

._login_button_style__ul .whatsapp .social-icon {
    background-color: #25d366
}

._login_button_style__ul .whatsapp .login-button-text {
    color: #25d366
}

._login_button_style__ul .whatsapp:hover>a {
    background-color: #25d366
}

._login_button_style__ul .whatsapp:hover .social-icon {
    background-color: #21bd5c
}

._login_button_style__ul .mailchimp .social-icon {
    background-color: #6dc5dc
}

._login_button_style__ul .mailchimp .login-button-text {
    color: #6dc5dc
}

._login_button_style__ul .mailchimp:hover>a {
    background-color: #6dc5dc
}

._login_button_style__ul .mailchimp:hover .social-icon {
    background-color: #58bdd7
}

._login_button_style__ul .posts .social-icon {
    background-color: #36454f
}

._login_button_style__ul .posts .login-button-text {
    color: #36454f
}

._login_button_style__ul .posts:hover>a {
    background-color: #36454f
}

._login_button_style__ul .posts:hover .social-icon {
    background-color: #2c3840
}

._login_button_style__ul .comments .social-icon {
    background-color: #000
}

._login_button_style__ul .comments .login-button-text {
    color: #000
}

._login_button_style__ul .comments:hover>a {
    background-color: #000
}

._login_button_style__ul .comments:hover .social-icon {
    background-color: #000
}

._login_button_style__ul .facebook-messenger .social-icon {
    background-color: #3b5998
}

._login_button_style__ul .facebook-messenger .login-button-text {
    color: #3b5998
}

._login_button_style__ul .facebook-messenger:hover>a {
    background-color: #3b5998
}

._login_button_style__ul .facebook-messenger:hover .social-icon {
    background-color: #344e86
}

._login_button_style__ul .kik .social-icon {
    background-color: #82bc23
}

._login_button_style__ul .kik .login-button-text {
    color: #82bc23
}

._login_button_style__ul .kik:hover>a {
    background-color: #82bc23
}

._login_button_style__ul .kik:hover .social-icon {
    background-color: #73a71f
}

._login_button_style__ul .trello .social-icon {
    background-color: #0079bf
}

._login_button_style__ul .trello .login-button-text {
    color: #0079bf
}

._login_button_style__ul .trello:hover>a {
    background-color: #0079bf
}

._login_button_style__ul .trello:hover .social-icon {
    background-color: #0069a6
}

._login_button_style__ul .viber .social-icon {
    background-color: #59267c
}

._login_button_style__ul .viber .login-button-text {
    color: #59267c
}

._login_button_style__ul .viber:hover>a {
    background-color: #59267c
}

._login_button_style__ul .viber:hover .social-icon {
    background-color: #4b2068
}

._login_button_style__ul .telegram .social-icon {
    background-color: #08c
}

._login_button_style__ul .telegram .login-button-text {
    color: #08c
}

._login_button_style__ul .telegram:hover>a {
    background-color: #08c
}

._login_button_style__ul .telegram:hover .social-icon {
    background-color: #0077b3
}

._login_button_style__ul .email .social-icon {
    background-color: #ea4335
}

._login_button_style__ul .email .login-button-text {
    color: #ea4335
}

._login_button_style__ul .email:hover>a {
    background-color: #ea4335
}

._login_button_style__ul .email:hover .social-icon {
    background-color: #e82e1e
}

._login_button_style__ul .digg .social-icon {
    background-color: #005be2
}

._login_button_style__ul .digg .login-button-text {
    color: #005be2
}

._login_button_style__ul .digg:hover>a {
    background-color: #005be2
}

._login_button_style__ul .digg:hover .social-icon {
    background-color: #0051c9
}

._login_button_style__ul .stumbleupon .social-icon {
    background-color: #eb4924
}

._login_button_style__ul .stumbleupon .login-button-text {
    color: #eb4924
}

._login_button_style__ul .stumbleupon:hover>a {
    background-color: #eb4924
}

._login_button_style__ul .stumbleupon:hover .social-icon {
    background-color: #e13b15
}

._login_button_style__ul .lineapp .social-icon {
    background-color: #06c755
}

._login_button_style__ul .lineapp .login-button-text {
    color: #06c755
}

._login_button_style__ul .lineapp:hover>a {
    background-color: #06c755
}

._login_button_style__ul .lineapp:hover .social-icon {
    background-color: #05ae4a
}

._login_button_style__ul>li:not(:last-child) {
    margin-bottom: 20px
}

._login_button_style__ul>li>a {
    display: block;
    text-decoration: none;
    -webkit-box-shadow: 0 15px 50px 0 rgb(0 0 0 / .07);
    box-shadow: 0 15px 50px 0 rgb(0 0 0 / .07);
    padding: 10px;
    border-radius: 30px;
    -webkit-transition: background .4s cubic-bezier(.47, 0, .75, .72), -webkit-transform .6s cubic-bezier(.39, .58, .57, 1);
    transition: background .4s cubic-bezier(.47, 0, .75, .72), -webkit-transform .6s cubic-bezier(.39, .58, .57, 1);
    transition: background .4s cubic-bezier(.47, 0, .75, .72), transform .6s cubic-bezier(.39, .58, .57, 1);
    transition: background .4s cubic-bezier(.47, 0, .75, .72), transform .6s cubic-bezier(.39, .58, .57, 1), -webkit-transform .6s cubic-bezier(.39, .58, .57, 1)
}

._login_button_style__ul>li>a:hover {
    -webkit-transform: scale(.95);
    transform: scale(.95)
}

._login_button_style__ul>li>a:hover .login-button-text {
    color: #fff
}

._login_button_style__ul>li>a .xs-social-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

._login_button_style__ul>li>a .social-icon {
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 20px;
    text-align: center;
    -webkit-transition: background-color .4s ease;
    transition: background-color .4s ease
}

._login_button_style__ul>li>a .social-icon>img {
    max-width: 12px;
    display: inline-block
}

._login_button_style__ul>li>a .social-icon>span {
    color: #fff;
    font-size: 13px
}

._login_button_style__ul>li>a .login-button-text {
    font-size: 14px;
    font-weight: 500;
    margin-left: 15px;
    -webkit-transition: color .4s ease;
    transition: color .4s ease
}

._login_button_style__ul .xs-li-style2 {
    display: inline-block
}

._login_button_style__ul .xs-li-style2:not(:last-child) {
    margin-right: 5px
}

._login_button_style__ul .xs-li-style2>a {
    display: inline-block;
    padding: 0
}

._login_button_style__ul .xs-li-style2>a:hover {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.xs_social_counter_widget {
    width: 100%;
    clear: both
}

.xs_social_counter_widget .xs_counter_url {
    width: 100%;
    list-style: none;
    text-align: center;
    margin: 0;
    padding: 0
}

.xs_social_counter_widget .xs_counter_url li {
    border-right: 0;
    margin: 0 !important;
    min-width: 33.33%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    padding: 0;
    border: none
}

.xs_social_counter_widget .xs_counter_url li a {
    width: 100%;
    padding: 18px 0 12px 0 !important;
    -webkit-transition: all .4s;
    transition: all .4s;
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.xs_social_counter_widget .xs_counter_url li a .met-social,
.xs_social_counter_widget .xs_counter_url li a>div {
    -webkit-transition: all .4s;
    transition: all .4s
}

.xs_social_counter_widget .xs_counter_url li a .met-social:before,
.xs_social_counter_widget .xs_counter_url li a>div:before {
    -webkit-transition: all .4s;
    transition: all .4s
}

.xs_social_counter_widget .xs_counter_url li a:active,
.xs_social_counter_widget .xs_counter_url li a:focus,
.xs_social_counter_widget .xs_counter_url li a:hover {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.xs_social_counter_widget .xs_counter_url li a>div {
    line-height: 14px
}

.xs_social_counter_widget .xs_counter_url li a>div.xs-social-icon {
    line-height: initial;
    margin-bottom: 5px
}

.xs_social_counter_widget .xs_counter_url.wslu-theme-font-no .wslu-both-counter-text,
.xs_social_counter_widget .xs_counter_url.wslu-theme-font-no .wslu-share-count--text,
.xs_social_counter_widget .xs_counter_url.wslu-theme-font-no .wslu-share-count--total,
.xs_social_counter_widget .xs_counter_url.wslu-theme-font-no .xs-social-follower,
.xs_social_counter_widget .xs_counter_url.wslu-theme-font-no .xs-social-follower-label,
.xs_social_counter_widget .xs_counter_url.wslu-theme-font-no .xs-social-follower-text {
    font-family: Helvetica, sans-serif
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-box-shaped {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-box-shaped li {
    max-width: 33.33%
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored.wslu-counter-icon-fill-color li.facebook span {
    background-color: #fff
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored.wslu-counter-icon-fill-color li.facebook span::before {
    color: #3b5998 !important
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored.wslu-counter-icon-fill-color li.twitter span {
    background-color: #fff
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored.wslu-counter-icon-fill-color li.twitter span::before {
    color: #1da1f2 !important
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored.wslu-counter-icon-fill-color li.dribbble span {
    background-color: #fff
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored.wslu-counter-icon-fill-color li.dribbble span::before {
    color: #ea4c89 !important
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored.wslu-counter-icon-fill-color li.pinterest span {
    background-color: #fff
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored.wslu-counter-icon-fill-color li.pinterest span::before {
    color: #bd081c !important
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored.wslu-counter-icon-fill-color li.instagram span {
    background-color: #fff
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored.wslu-counter-icon-fill-color li.instagram span::before {
    color: #5851db !important
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored.wslu-counter-icon-fill-color li.github span {
    background-color: #fff
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored.wslu-counter-icon-fill-color li.github span::before {
    color: #6e5494 !important
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored.wslu-counter-icon-fill-color li.linkedin span {
    background-color: #fff
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored.wslu-counter-icon-fill-color li.linkedin span::before {
    color: #0077b5 !important
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored.wslu-counter-icon-fill-color li.vkontakte span {
    background-color: #fff
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored.wslu-counter-icon-fill-color li.vkontakte span::before {
    color: #45668e !important
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored.wslu-counter-icon-fill-color li.reddit span {
    background-color: #fff
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored.wslu-counter-icon-fill-color li.reddit span::before {
    color: #ff4500 !important
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored.wslu-counter-icon-fill-color li.skype span {
    background-color: #fff
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored.wslu-counter-icon-fill-color li.skype span::before {
    color: #00aff0 !important
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored.wslu-counter-icon-fill-color li.wordpress span {
    background-color: #fff
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored.wslu-counter-icon-fill-color li.wordpress span::before {
    color: #21759b !important
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored.wslu-counter-icon-fill-color li.google span {
    background-color: #fff
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored.wslu-counter-icon-fill-color li.google span::before {
    color: #4285f4 !important
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored.wslu-counter-icon-fill-color li.youtube span {
    background-color: #fff
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored.wslu-counter-icon-fill-color li.youtube span::before {
    color: red !important
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored.wslu-counter-icon-fill-color li.vimeo span {
    background-color: #fff
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored.wslu-counter-icon-fill-color li.vimeo span::before {
    color: #1ab7ea !important
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored.wslu-counter-icon-fill-color li.whatsapp span {
    background-color: #fff
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored.wslu-counter-icon-fill-color li.whatsapp span::before {
    color: #25d366 !important
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored.wslu-counter-icon-fill-color li.mailchimp span {
    background-color: #fff
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored.wslu-counter-icon-fill-color li.mailchimp span::before {
    color: #6dc5dc !important
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored.wslu-counter-icon-fill-color li.posts span {
    background-color: #fff
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored.wslu-counter-icon-fill-color li.posts span::before {
    color: #36454f !important
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored.wslu-counter-icon-fill-color li.comments span {
    background-color: #fff
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored.wslu-counter-icon-fill-color li.comments span::before {
    color: #000 !important
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored.wslu-counter-icon-fill-color li.facebook-messenger span {
    background-color: #fff
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored.wslu-counter-icon-fill-color li.facebook-messenger span::before {
    color: #3b5998 !important
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored.wslu-counter-icon-fill-color li.kik span {
    background-color: #fff
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored.wslu-counter-icon-fill-color li.kik span::before {
    color: #82bc23 !important
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored.wslu-counter-icon-fill-color li.trello span {
    background-color: #fff
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored.wslu-counter-icon-fill-color li.trello span::before {
    color: #0079bf !important
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored.wslu-counter-icon-fill-color li.viber span {
    background-color: #fff
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored.wslu-counter-icon-fill-color li.viber span::before {
    color: #59267c !important
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored.wslu-counter-icon-fill-color li.telegram span {
    background-color: #fff
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored.wslu-counter-icon-fill-color li.telegram span::before {
    color: #08c !important
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored.wslu-counter-icon-fill-color li.email span {
    background-color: #fff
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored.wslu-counter-icon-fill-color li.email span::before {
    color: #ea4335 !important
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored.wslu-counter-icon-fill-color li.digg span {
    background-color: #fff
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored.wslu-counter-icon-fill-color li.digg span::before {
    color: #005be2 !important
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored.wslu-counter-icon-fill-color li.stumbleupon span {
    background-color: #fff
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored.wslu-counter-icon-fill-color li.stumbleupon span::before {
    color: #eb4924 !important
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored.wslu-counter-icon-fill-color li.lineapp span {
    background-color: #fff
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored.wslu-counter-icon-fill-color li.lineapp span::before {
    color: #06c755 !important
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored.wslu-counter-icon-fill-color.wslu-counter-thin-border li {
    border-color: #fff
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li {
    border-color: #fff
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li:last-child,
.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li:nth-child(3n+3) {
    border-color: #fff
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.facebook {
    background-color: #3b5998
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.facebook .xs-social-follower,
.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.facebook .xs-social-follower-text,
.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.facebook a,
.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.facebook span {
    color: #fff
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.twitter {
    background-color: #1da1f2
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.twitter .xs-social-follower,
.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.twitter .xs-social-follower-text,
.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.twitter a,
.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.twitter span {
    color: #fff
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.dribbble {
    background-color: #ea4c89
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.dribbble .xs-social-follower,
.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.dribbble .xs-social-follower-text,
.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.dribbble a,
.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.dribbble span {
    color: #fff
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.pinterest {
    background-color: #bd081c
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.pinterest .xs-social-follower,
.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.pinterest .xs-social-follower-text,
.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.pinterest a,
.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.pinterest span {
    color: #fff
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.instagram {
    background-color: #5851db
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.instagram .xs-social-follower,
.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.instagram .xs-social-follower-text,
.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.instagram a,
.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.instagram span {
    color: #fff
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.github {
    background-color: #6e5494
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.github .xs-social-follower,
.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.github .xs-social-follower-text,
.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.github a,
.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.github span {
    color: #fff
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.linkedin {
    background-color: #0077b5
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.linkedin .xs-social-follower,
.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.linkedin .xs-social-follower-text,
.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.linkedin a,
.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.linkedin span {
    color: #fff
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.vkontakte {
    background-color: #45668e
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.vkontakte .xs-social-follower,
.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.vkontakte .xs-social-follower-text,
.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.vkontakte a,
.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.vkontakte span {
    color: #fff
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.reddit {
    background-color: #ff4500
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.reddit .xs-social-follower,
.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.reddit .xs-social-follower-text,
.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.reddit a,
.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.reddit span {
    color: #fff
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.skype {
    background-color: #00aff0
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.skype .xs-social-follower,
.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.skype .xs-social-follower-text,
.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.skype a,
.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.skype span {
    color: #fff
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.wordpress {
    background-color: #21759b
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.wordpress .xs-social-follower,
.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.wordpress .xs-social-follower-text,
.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.wordpress a,
.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.wordpress span {
    color: #fff
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.google {
    background-color: #4285f4
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.google .xs-social-follower,
.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.google .xs-social-follower-text,
.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.google a,
.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.google span {
    color: #fff
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.youtube {
    background-color: red
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.youtube .xs-social-follower,
.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.youtube .xs-social-follower-text,
.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.youtube a,
.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.youtube span {
    color: #fff
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.vimeo {
    background-color: #1ab7ea
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.vimeo .xs-social-follower,
.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.vimeo .xs-social-follower-text,
.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.vimeo a,
.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.vimeo span {
    color: #fff
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.whatsapp {
    background-color: #25d366
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.whatsapp .xs-social-follower,
.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.whatsapp .xs-social-follower-text,
.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.whatsapp a,
.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.whatsapp span {
    color: #fff
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.mailchimp {
    background-color: #6dc5dc
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.mailchimp .xs-social-follower,
.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.mailchimp .xs-social-follower-text,
.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.mailchimp a,
.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.mailchimp span {
    color: #fff
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.posts {
    background-color: #36454f
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.posts .xs-social-follower,
.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.posts .xs-social-follower-text,
.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.posts a,
.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.posts span {
    color: #fff
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.comments {
    background-color: #000
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.comments .xs-social-follower,
.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.comments .xs-social-follower-text,
.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.comments a,
.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.comments span {
    color: #fff
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.facebook-messenger {
    background-color: #3b5998
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.facebook-messenger .xs-social-follower,
.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.facebook-messenger .xs-social-follower-text,
.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.facebook-messenger a,
.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.facebook-messenger span {
    color: #fff
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.kik {
    background-color: #82bc23
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.kik .xs-social-follower,
.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.kik .xs-social-follower-text,
.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.kik a,
.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.kik span {
    color: #fff
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.trello {
    background-color: #0079bf
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.trello .xs-social-follower,
.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.trello .xs-social-follower-text,
.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.trello a,
.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.trello span {
    color: #fff
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.viber {
    background-color: #59267c
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.viber .xs-social-follower,
.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.viber .xs-social-follower-text,
.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.viber a,
.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.viber span {
    color: #fff
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.telegram {
    background-color: #08c
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.telegram .xs-social-follower,
.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.telegram .xs-social-follower-text,
.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.telegram a,
.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.telegram span {
    color: #fff
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.email {
    background-color: #ea4335
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.email .xs-social-follower,
.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.email .xs-social-follower-text,
.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.email a,
.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.email span {
    color: #fff
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.digg {
    background-color: #005be2
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.digg .xs-social-follower,
.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.digg .xs-social-follower-text,
.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.digg a,
.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.digg span {
    color: #fff
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.stumbleupon {
    background-color: #eb4924
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.stumbleupon .xs-social-follower,
.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.stumbleupon .xs-social-follower-text,
.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.stumbleupon a,
.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.stumbleupon span {
    color: #fff
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.lineapp {
    background-color: #06c755
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.lineapp .xs-social-follower,
.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.lineapp .xs-social-follower-text,
.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.lineapp a,
.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.lineapp span {
    color: #fff
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li a:focus {
    outline: 0
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-rounded li {
    border-radius: 100px
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-rounded .wslu-hover-content {
    border-radius: 100px
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-space li {
    border: 3px solid #fff
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-line-shaped {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-line-shaped.wslu-counter-icon-fill-color li .xs-social-icon span {
    width: 26px;
    height: 26px;
    text-align: center;
    margin: 0
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-line-shaped li {
    width: 100%;
    padding: 0
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-line-shaped li:not(:last-child) {
    border-bottom: 0
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-line-shaped li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px !important;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 15px;
    text-decoration: none;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-line-shaped li .xs-social-follower,
.xs_social_counter_widget .xs_counter_url.wslu-counter-line-shaped li .xs-social-follower-text,
.xs_social_counter_widget .xs_counter_url.wslu-counter-line-shaped li .xs-social-icon {
    margin: 0 5px
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-line-shaped li .met-social {
    height: auto;
    width: auto;
    font-size: 12px
}

.xs_social_counter_widget .xs_counter_url .xs-social-icon span {
    color: #333;
    font-size: 24px;
    display: inline-block;
    border-radius: 100px
}

.xs_social_counter_widget .xs_counter_url .xs-social-follower {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px
}

.xs_social_counter_widget .xs_counter_url .xs-social-follower-text {
    font-size: 9px;
    color: #999;
    text-transform: uppercase
}

.xs_social_share_widget.wslu-theme-font-no .wslu-both-counter-text,
.xs_social_share_widget.wslu-theme-font-no .wslu-share-count--text,
.xs_social_share_widget.wslu-theme-font-no .wslu-share-count--total,
.xs_social_share_widget.wslu-theme-font-no .xs-social-follower,
.xs_social_share_widget.wslu-theme-font-no .xs-social-follower-label,
.xs_social_share_widget.wslu-theme-font-no .xs-social-follower-text {
    font-family: Helvetica, sans-serif
}

.xs_social_share_widget.xs_share_url {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    max-width: 100% !important
}

.xs_social_share_widget.xs_share_url ul {
    position: relative;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    text-align: center;
    margin: 0;
    padding: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.xs_social_share_widget.xs_share_url ul li {
    margin: 0
}

.xs_social_share_widget.xs_share_url ul li>a {
    display: block;
    text-decoration: none;
    -webkit-box-shadow: 0 15px 50px 0 rgb(0 0 0 / .07);
    box-shadow: 0 15px 50px 0 rgb(0 0 0 / .07);
    padding: 5px;
    -webkit-transition: all .4s cubic-bezier(.47, 0, .75, .72);
    transition: all .4s cubic-bezier(.47, 0, .75, .72);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 17px;
    position: relative;
    background-color: #fff0
}

.xs_social_share_widget.xs_share_url ul li>a .xs-social-icon {
    text-align: center
}

.xs_social_share_widget.xs_share_url ul li>a .xs-social-icon span {
    color: #fff;
    -webkit-transition: background, opacity .3s ease-in-out;
    transition: background, opacity .3s ease-in-out
}

.xs_social_share_widget.xs_share_url ul li.wslu-no-extra-data>a .xs-social-icon {
    padding: 6px 10px;
    min-width: 36px
}

.xs_social_share_widget.xs_share_url ul li .wslu-both-counter-text {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.xs_social_share_widget.xs_share_url ul li.wslu-share-more-btn {
    margin: 0;
    padding: 0 !important
}

.xs_social_share_widget.xs_share_url ul li.wslu-share-more-btn a {
    background-color: #00a600;
    color: #fff;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    cursor: pointer;
    -webkit-transition: all .4s;
    transition: all .4s
}

.xs_social_share_widget.xs_share_url ul li.wslu-share-more-btn a .wslu-share-more-btn--icon {
    margin-right: 3px
}

.xs_social_share_widget.xs_share_url ul .wslu-share-more {
    position: absolute;
    top: 120%;
    right: 0;
    width: 250px;
    background-color: #fff;
    padding: 30px;
    -webkit-box-shadow: 0 10px 25px rgb(0 0 0 / .1);
    box-shadow: 0 10px 25px rgb(0 0 0 / .1);
    border-radius: 5px;
    margin-top: 15px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s;
    transition: all .4s;
    z-index: 1
}

.xs_social_share_widget.xs_share_url ul .wslu-share-more.active {
    opacity: 1;
    visibility: visible;
    top: 100%
}

.xs_social_share_widget.xs_share_url ul .wslu-share-more:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 15px solid #fff0;
    border-right: 15px solid #fff0;
    border-bottom: 15px solid #fff;
    position: absolute;
    top: -15px;
    right: 20px
}

.xs_social_share_widget.xs_share_url ul .wslu-share-more ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left
}

.xs_social_share_widget.xs_share_url ul .wslu-share-more .wslu-share-more-btn-title {
    font-size: 16px;
    line-height: 18px;
    color: #101010;
    font-weight: 600;
    margin: 0;
    margin-bottom: 12px;
    text-align: left
}

.xs_social_share_widget.xs_share_url ul .wslu-share-more .wslu-share-more-btn-close {
    color: #ff433c;
    font-size: 15px;
    font-weight: 700;
    position: absolute;
    right: 15px;
    top: 13px;
    cursor: pointer
}

.xs_social_share_widget.xs_share_url.wslu-share-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.xs_social_share_widget.xs_share_url.wslu-share-vertical ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.xs_social_share_widget.xs_share_url.wslu-share-vertical.wslu-share-m-5 li {
    margin: 3px
}

.xs_social_share_widget.xs_share_url.wslu-share-vertical.wslu-share-m-5 .wslu-share-count {
    margin: 0;
    margin-bottom: 5px
}

.xs_social_share_widget.xs_share_url.wslu-share-vertical .wslu-share-count {
    width: 100%
}

.xs_social_share_widget.xs_share_url.wslu-fill-colored .facebook a {
    background-color: #3b5998
}

.xs_social_share_widget.xs_share_url.wslu-fill-colored .facebook a .wslu-both-counter-text,
.xs_social_share_widget.xs_share_url.wslu-fill-colored .facebook a .xs-social-follower {
    background-color: #263961
}

.xs_social_share_widget.xs_share_url.wslu-fill-colored .twitter a {
    background-color: #1da1f2
}

.xs_social_share_widget.xs_share_url.wslu-fill-colored .twitter a .wslu-both-counter-text,
.xs_social_share_widget.xs_share_url.wslu-fill-colored .twitter a .xs-social-follower {
    background-color: #0b76b8
}

.xs_social_share_widget.xs_share_url.wslu-fill-colored .dribbble a {
    background-color: #ea4c89
}

.xs_social_share_widget.xs_share_url.wslu-fill-colored .dribbble a .wslu-both-counter-text,
.xs_social_share_widget.xs_share_url.wslu-fill-colored .dribbble a .xs-social-follower {
    background-color: #d11960
}

.xs_social_share_widget.xs_share_url.wslu-fill-colored .pinterest a {
    background-color: #bd081c
}

.xs_social_share_widget.xs_share_url.wslu-fill-colored .pinterest a .wslu-both-counter-text,
.xs_social_share_widget.xs_share_url.wslu-fill-colored .pinterest a .xs-social-follower {
    background-color: #740511
}

.xs_social_share_widget.xs_share_url.wslu-fill-colored .instagram a {
    background-color: #5851db
}

.xs_social_share_widget.xs_share_url.wslu-fill-colored .instagram a .wslu-both-counter-text,
.xs_social_share_widget.xs_share_url.wslu-fill-colored .instagram a .xs-social-follower {
    background-color: #2e26b9
}

.xs_social_share_widget.xs_share_url.wslu-fill-colored .github a {
    background-color: #6e5494
}

.xs_social_share_widget.xs_share_url.wslu-fill-colored .github a .wslu-both-counter-text,
.xs_social_share_widget.xs_share_url.wslu-fill-colored .github a .xs-social-follower {
    background-color: #4a3863
}

.xs_social_share_widget.xs_share_url.wslu-fill-colored .linkedin a {
    background-color: #0077b5
}

.xs_social_share_widget.xs_share_url.wslu-fill-colored .linkedin a .wslu-both-counter-text,
.xs_social_share_widget.xs_share_url.wslu-fill-colored .linkedin a .xs-social-follower {
    background-color: #004569
}

.xs_social_share_widget.xs_share_url.wslu-fill-colored .vkontakte a {
    background-color: #45668e
}

.xs_social_share_widget.xs_share_url.wslu-fill-colored .vkontakte a .wslu-both-counter-text,
.xs_social_share_widget.xs_share_url.wslu-fill-colored .vkontakte a .xs-social-follower {
    background-color: #2c415b
}

.xs_social_share_widget.xs_share_url.wslu-fill-colored .reddit a {
    background-color: #ff4500
}

.xs_social_share_widget.xs_share_url.wslu-fill-colored .reddit a .wslu-both-counter-text,
.xs_social_share_widget.xs_share_url.wslu-fill-colored .reddit a .xs-social-follower {
    background-color: #b33000
}

.xs_social_share_widget.xs_share_url.wslu-fill-colored .skype a {
    background-color: #00aff0
}

.xs_social_share_widget.xs_share_url.wslu-fill-colored .skype a .wslu-both-counter-text,
.xs_social_share_widget.xs_share_url.wslu-fill-colored .skype a .xs-social-follower {
    background-color: #0077a4
}

.xs_social_share_widget.xs_share_url.wslu-fill-colored .wordpress a {
    background-color: #21759b
}

.xs_social_share_widget.xs_share_url.wslu-fill-colored .wordpress a .wslu-both-counter-text,
.xs_social_share_widget.xs_share_url.wslu-fill-colored .wordpress a .xs-social-follower {
    background-color: #14455c
}

.xs_social_share_widget.xs_share_url.wslu-fill-colored .google a {
    background-color: #4285f4
}

.xs_social_share_widget.xs_share_url.wslu-fill-colored .google a .wslu-both-counter-text,
.xs_social_share_widget.xs_share_url.wslu-fill-colored .google a .xs-social-follower {
    background-color: #0d5bdd
}

.xs_social_share_widget.xs_share_url.wslu-fill-colored .youtube a {
    background-color: red
}

.xs_social_share_widget.xs_share_url.wslu-fill-colored .youtube a .wslu-both-counter-text,
.xs_social_share_widget.xs_share_url.wslu-fill-colored .youtube a .xs-social-follower {
    background-color: #b30000
}

.xs_social_share_widget.xs_share_url.wslu-fill-colored .vimeo a {
    background-color: #1ab7ea
}

.xs_social_share_widget.xs_share_url.wslu-fill-colored .vimeo a .wslu-both-counter-text,
.xs_social_share_widget.xs_share_url.wslu-fill-colored .vimeo a .xs-social-follower {
    background-color: #0f83a8
}

.xs_social_share_widget.xs_share_url.wslu-fill-colored .whatsapp a {
    background-color: #25d366
}

.xs_social_share_widget.xs_share_url.wslu-fill-colored .whatsapp a .wslu-both-counter-text,
.xs_social_share_widget.xs_share_url.wslu-fill-colored .whatsapp a .xs-social-follower {
    background-color: #1a9247
}

.xs_social_share_widget.xs_share_url.wslu-fill-colored .mailchimp a {
    background-color: #6dc5dc
}

.xs_social_share_widget.xs_share_url.wslu-fill-colored .mailchimp a .wslu-both-counter-text,
.xs_social_share_widget.xs_share_url.wslu-fill-colored .mailchimp a .xs-social-follower {
    background-color: #31accc
}

.xs_social_share_widget.xs_share_url.wslu-fill-colored .posts a {
    background-color: #36454f
}

.xs_social_share_widget.xs_share_url.wslu-fill-colored .posts a .wslu-both-counter-text,
.xs_social_share_widget.xs_share_url.wslu-fill-colored .posts a .xs-social-follower {
    background-color: #171d22
}

.xs_social_share_widget.xs_share_url.wslu-fill-colored .comments a {
    background-color: #000
}

.xs_social_share_widget.xs_share_url.wslu-fill-colored .comments a .wslu-both-counter-text,
.xs_social_share_widget.xs_share_url.wslu-fill-colored .comments a .xs-social-follower {
    background-color: #000
}

.xs_social_share_widget.xs_share_url.wslu-fill-colored .facebook-messenger a {
    background-color: #3b5998
}

.xs_social_share_widget.xs_share_url.wslu-fill-colored .facebook-messenger a .wslu-both-counter-text,
.xs_social_share_widget.xs_share_url.wslu-fill-colored .facebook-messenger a .xs-social-follower {
    background-color: #263961
}

.xs_social_share_widget.xs_share_url.wslu-fill-colored .kik a {
    background-color: #82bc23
}

.xs_social_share_widget.xs_share_url.wslu-fill-colored .kik a .wslu-both-counter-text,
.xs_social_share_widget.xs_share_url.wslu-fill-colored .kik a .xs-social-follower {
    background-color: #557c17
}

.xs_social_share_widget.xs_share_url.wslu-fill-colored .trello a {
    background-color: #0079bf
}

.xs_social_share_widget.xs_share_url.wslu-fill-colored .trello a .wslu-both-counter-text,
.xs_social_share_widget.xs_share_url.wslu-fill-colored .trello a .xs-social-follower {
    background-color: #004973
}

.xs_social_share_widget.xs_share_url.wslu-fill-colored .viber a {
    background-color: #59267c
}

.xs_social_share_widget.xs_share_url.wslu-fill-colored .viber a .wslu-both-counter-text,
.xs_social_share_widget.xs_share_url.wslu-fill-colored .viber a .xs-social-follower {
    background-color: #2f1441
}

.xs_social_share_widget.xs_share_url.wslu-fill-colored .telegram a {
    background-color: #08c
}

.xs_social_share_widget.xs_share_url.wslu-fill-colored .telegram a .wslu-both-counter-text,
.xs_social_share_widget.xs_share_url.wslu-fill-colored .telegram a .xs-social-follower {
    background-color: #005580
}

.xs_social_share_widget.xs_share_url.wslu-fill-colored .email a {
    background-color: #ea4335
}

.xs_social_share_widget.xs_share_url.wslu-fill-colored .email a .wslu-both-counter-text,
.xs_social_share_widget.xs_share_url.wslu-fill-colored .email a .xs-social-follower {
    background-color: #bf2114
}

.xs_social_share_widget.xs_share_url.wslu-fill-colored .digg a {
    background-color: #005be2
}

.xs_social_share_widget.xs_share_url.wslu-fill-colored .digg a .wslu-both-counter-text,
.xs_social_share_widget.xs_share_url.wslu-fill-colored .digg a .xs-social-follower {
    background-color: #003c96
}

.xs_social_share_widget.xs_share_url.wslu-fill-colored .stumbleupon a {
    background-color: #eb4924
}

.xs_social_share_widget.xs_share_url.wslu-fill-colored .stumbleupon a .wslu-both-counter-text,
.xs_social_share_widget.xs_share_url.wslu-fill-colored .stumbleupon a .xs-social-follower {
    background-color: #b22e10
}

.xs_social_share_widget.xs_share_url.wslu-fill-colored .lineapp a {
    background-color: #06c755
}

.xs_social_share_widget.xs_share_url.wslu-fill-colored .lineapp a .wslu-both-counter-text,
.xs_social_share_widget.xs_share_url.wslu-fill-colored .lineapp a .xs-social-follower {
    background-color: #047d35
}

.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored .wslu-share-more-btn,
.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored a {
    background-color: #333
}

.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored .facebook:hover a {
    background-color: #3b5998
}

.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored .facebook:hover a span {
    color: #fff
}

.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored .twitter:hover a {
    background-color: #1da1f2
}

.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored .twitter:hover a span {
    color: #fff
}

.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored .dribbble:hover a {
    background-color: #ea4c89
}

.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored .dribbble:hover a span {
    color: #fff
}

.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored .pinterest:hover a {
    background-color: #bd081c
}

.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored .pinterest:hover a span {
    color: #fff
}

.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored .instagram:hover a {
    background-color: #5851db
}

.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored .instagram:hover a span {
    color: #fff
}

.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored .github:hover a {
    background-color: #6e5494
}

.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored .github:hover a span {
    color: #fff
}

.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored .linkedin:hover a {
    background-color: #0077b5
}

.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored .linkedin:hover a span {
    color: #fff
}

.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored .vkontakte:hover a {
    background-color: #45668e
}

.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored .vkontakte:hover a span {
    color: #fff
}

.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored .reddit:hover a {
    background-color: #ff4500
}

.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored .reddit:hover a span {
    color: #fff
}

.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored .skype:hover a {
    background-color: #00aff0
}

.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored .skype:hover a span {
    color: #fff
}

.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored .wordpress:hover a {
    background-color: #21759b
}

.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored .wordpress:hover a span {
    color: #fff
}

.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored .google:hover a {
    background-color: #4285f4
}

.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored .google:hover a span {
    color: #fff
}

.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored .youtube:hover a {
    background-color: red
}

.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored .youtube:hover a span {
    color: #fff
}

.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored .vimeo:hover a {
    background-color: #1ab7ea
}

.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored .vimeo:hover a span {
    color: #fff
}

.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored .whatsapp:hover a {
    background-color: #25d366
}

.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored .whatsapp:hover a span {
    color: #fff
}

.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored .mailchimp:hover a {
    background-color: #6dc5dc
}

.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored .mailchimp:hover a span {
    color: #fff
}

.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored .posts:hover a {
    background-color: #36454f
}

.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored .posts:hover a span {
    color: #fff
}

.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored .comments:hover a {
    background-color: #000
}

.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored .comments:hover a span {
    color: #fff
}

.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored .facebook-messenger:hover a {
    background-color: #3b5998
}

.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored .facebook-messenger:hover a span {
    color: #fff
}

.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored .kik:hover a {
    background-color: #82bc23
}

.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored .kik:hover a span {
    color: #fff
}

.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored .trello:hover a {
    background-color: #0079bf
}

.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored .trello:hover a span {
    color: #fff
}

.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored .viber:hover a {
    background-color: #59267c
}

.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored .viber:hover a span {
    color: #fff
}

.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored .telegram:hover a {
    background-color: #08c
}

.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored .telegram:hover a span {
    color: #fff
}

.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored .email:hover a {
    background-color: #ea4335
}

.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored .email:hover a span {
    color: #fff
}

.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored .digg:hover a {
    background-color: #005be2
}

.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored .digg:hover a span {
    color: #fff
}

.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored .stumbleupon:hover a {
    background-color: #eb4924
}

.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored .stumbleupon:hover a span {
    color: #fff
}

.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored .lineapp:hover a {
    background-color: #06c755
}

.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored .lineapp:hover a span {
    color: #fff
}

.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored.wslu-icon-border-colored-hover li a {
    background-color: #fff
}

.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored.wslu-icon-border-colored-hover li a span {
    color: #333
}

.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored.wslu-icon-border-colored-hover li a:hover span {
    color: #fff
}

.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored li.wslu-share-more-btn.active,
.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored li.wslu-share-more-btn:hover {
    background-color: #00a600
}

.xs_social_share_widget.xs_share_url.wslu-share-m-5 li {
    margin: 3px
}

.xs_social_share_widget.xs_share_url.wslu-share-m-5 .wslu-share-count {
    margin: 3px 5px 3px 0
}

.xs_social_share_widget.xs_share_url.wslu-share-rounded li a {
    border-radius: 100px
}

.xs_social_share_widget.xs_share_url.wslu-share-rounded li a .wslu-both-counter-text {
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px
}

.xs_social_share_widget.xs_share_url.wslu-share-rounded li a .xs-social-icon {
    border-radius: 100px
}

.xs_social_share_widget.xs_share_url.wslu-share-rounded li.wslu-share-more-btn {
    border-radius: 100px
}

.xs_social_share_widget.xs_share_url.wslu-share-rounded .wslu-hover-content,
.xs_social_share_widget.xs_share_url.wslu-share-rounded .wslu-share-count {
    border-radius: 100px
}

.xs_social_share_widget.xs_share_url.wslu-share-rounded.wslu-slide-top li:hover .wslu-hover-content {
    margin-bottom: 2px
}

.xs_social_share_widget.xs_share_url.wslu-share-rounded.wslu-slide-down li:hover .wslu-hover-content {
    margin-top: 2px
}

.xs_social_share_widget.xs_share_url.wslu-share-rounded.wslu-slide-right li:hover .wslu-hover-content {
    margin-left: 2px
}

.xs_social_share_widget.xs_share_url.wslu-share-rounded.wslu-slide-left li:hover .wslu-hover-content {
    margin-right: 2px
}

.xs_social_share_widget.xs_share_url.wslu-share-box-shaped {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.xs_social_share_widget.xs_share_url.wslu-share-box-shaped li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.xs_social_share_widget.xs_share_url.wslu-share-box-shaped li a .wslu-both-counter-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 10px;
    -ms-flex: 10px;
    flex: 10px
}

.xs_social_share_widget.xs_share_url.wslu-share-box-shaped li a .wslu-both-counter-text,
.xs_social_share_widget.xs_share_url.wslu-share-box-shaped li a .xs-social-icon {
    padding: 0 10px
}

.xs_social_share_widget.xs_share_url.wslu-share-box-shaped li.wslu-extra-data a .xs-social-icon {
    padding-top: 3px;
    padding-bottom: 3px
}

.xs_social_share_widget.xs_share_url .wslu-both-counter-text,
.xs_social_share_widget.xs_share_url .xs-social-follower {
    font-size: 12px;
    color: #fff;
    line-height: 14px
}

.xs_social_share_widget.xs_share_url.wslu-radius-3 a {
    border-radius: 3px
}

.xs_social_share_widget.xs_share_url.wslu-radius-3 a .wslu-both-counter-text {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.xs_social_share_widget.xs_share_url.wslu-radius-3 a .wslu-hover-content {
    border-radius: 3px
}

.xs_social_share_widget.xs_share_url.wslu-radius-3 .wslu-share-count,
.xs_social_share_widget.xs_share_url.wslu-radius-3 .wslu-share-more-btn {
    border-radius: 3px
}

.xs_social_share_widget.xs_share_url.wslu-radius-3.wslu-slide-top li a:hover .wslu-hover-content {
    margin-bottom: 2px
}

.xs_social_share_widget.xs_share_url.wslu-radius-3.wslu-slide-down li a:hover .wslu-hover-content {
    margin-top: 2px
}

.xs_social_share_widget.xs_share_url.wslu-radius-3.wslu-slide-right li a:hover .wslu-hover-content {
    margin-left: 2px
}

.xs_social_share_widget.xs_share_url.wslu-radius-3.wslu-slide-left li a:hover .wslu-hover-content {
    margin-right: 2px
}

.xs_social_share_widget.xs_share_url.wslu-share-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.xs_social_share_widget.xs_share_url.wslu-share-horizontal ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.xs_social_share_widget.xs_share_url.wslu-share-horizontal .wslu-share-count {
    padding: 4px 9px
}

.xs_social_share_widget.xs_share_url.wslu-share-horizontal.wslu-share-m-5 li {
    margin: 3px
}

.xs_social_share_widget.xs_share_url.wslu-share-horizontal.wslu-share-m-5 .wslu-share-more li {
    margin: 3px
}

.xs_social_share_widget.xs_share_url.wslu-share-horizontal.wslu-style-18 {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.xs_social_share_widget.xs_share_url.wslu-share-horizontal.wslu-style-18 a {
    height: 100%
}

.xs_social_share_widget.left_content,
.xs_social_share_widget.right_content {
    position: fixed;
    z-index: 9999;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-align: inherit !important;
    -ms-flex-align: inherit !important;
    align-items: inherit !important
}

.xs_social_share_widget.left_content .wslu-share-count,
.xs_social_share_widget.right_content .wslu-share-count {
    padding: 9px 9px;
    max-width: 100%;
    width: 100%
}

.xs_social_share_widget.left_content.xs_share_url li,
.xs_social_share_widget.right_content.xs_share_url li {
    display: block;
    margin-left: 0;
    margin-right: 0;
    min-width: 38px
}

.xs_social_share_widget.left_content.wslu-share-m-5 li,
.xs_social_share_widget.right_content.wslu-share-m-5 li {
    margin: 3px
}

.xs_social_share_widget.left_content.wslu-share-m-5 .wslu-share-count,
.xs_social_share_widget.right_content.wslu-share-m-5 .wslu-share-count {
    margin-bottom: 5px
}

.xs_social_share_widget.right_content {
    left: auto;
    right: 0
}

.xs_social_share_widget.bottom_content,
.xs_social_share_widget.top_content {
    position: fixed;
    z-index: 9999;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.xs_social_share_widget.bottom_content.xs_share_url ul li,
.xs_social_share_widget.top_content.xs_share_url ul li {
    display: inline-block
}

.xs_social_share_widget.bottom_content {
    top: auto;
    bottom: 0
}

.xs_social_share_widget .met-social {
    line-height: 24px
}

.wslu-fill-brand-hover-colored .wslu-share-count,
.wslu-fill-colored .wslu-share-count {
    padding: 9px
}

.wslu-share-count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff0;
    background-color: #fff;
    margin: 0 auto;
    padding: 0 12px
}

.wslu-share-count--total {
    font-size: 16px;
    line-height: 18px;
    color: #333
}

.wslu-share-count--text {
    font-size: 10px;
    line-height: 10px;
    letter-spacing: .5px;
    color: #333;
    text-transform: uppercase
}

#xs-social-login-container a {
    text-decoration: none;
    display: inline-block
}

#xs-social-login-container a:hover {
    text-decoration: none
}

#xs-social-login-container a:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0
}

#xs-social-login-container span {
    display: inline-block
}

#xs-social-login-container .wslu-logout-button {
    background: #2271b1;
    color: #fff;
    font-size: 16px;
    padding: 10px;
    width: 100%;
    text-align: center;
    font-weight: 400;
    border-radius: 5px;
    -webkit-transition: all linear .3s;
    transition: all linear .3s
}

#xs-social-login-container .wslu-logout-button:hover {
    color: #fff;
    background-color: #005b93
}

#xs-social-login-container {
    max-width: 300px;
    margin: 30px auto;
    padding-bottom: 50px
}

#xs-social-login-container .xs-login--style-1 {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 15px;
    --iconbox-size: 40px
}

#xs-social-login-container .xs-login--style-1 .xs-login__item {
    background-color: #fff;
    padding: 6px;
    border-radius: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 15px 35px rgb(0 0 0 / .06);
    box-shadow: 0 15px 35px rgb(0 0 0 / .06);
    -webkit-transition: all linear .3s;
    transition: all linear .3s
}

#xs-social-login-container .xs-login--style-1 .xs-login__item:hover {
    background-color: var(--wslu-color-scheme);
    -webkit-box-shadow: 0;
    box-shadow: 0
}

#xs-social-login-container .xs-login--style-1 .xs-login__item:hover .xs-login__item--icon {
    background-color: #fff;
    color: var(--wslu-color-scheme)
}

#xs-social-login-container .xs-login--style-1 .xs-login__item:hover .xs-login__item--label {
    color: #fff
}

#xs-social-login-container .xs-login--style-1 .xs-login__item--icon {
    background-color: var(--wslu-color-scheme);
    width: var(--iconbox-size);
    height: var(--iconbox-size);
    line-height: var(--iconbox-size);
    text-align: center;
    border-radius: var(--iconbox-size);
    color: #fff;
    font-size: calc(var(--iconbox-size)/ 2)
}

#xs-social-login-container .xs-login--style-1 .xs-login__item--label {
    color: var(--wslu-color-scheme);
    font-size: 14px;
    font-weight: 600;
    padding-left: 10px
}

#xs-social-login-container .xs-login--style-2 {
    --iconbox-size: 45px;
    display: grid;
    grid-template-columns: repeat(auto-fit, calc(var(--iconbox-size) + 7px));
    grid-gap: 10px
}

#xs-social-login-container .xs-login--style-2 .xs-login__item {
    border-radius: 100px
}

#xs-social-login-container .xs-login--style-2 .xs-login__item:hover .xs-login__item--icon {
    background-color: #fff;
    color: var(--wslu-color-scheme);
    -webkit-box-shadow: 0 15px 35px rgb(0 0 0 / .06);
    box-shadow: 0 15px 35px rgb(0 0 0 / .06)
}

#xs-social-login-container .xs-login--style-2 .xs-login__item--icon {
    background-color: var(--wslu-color-scheme);
    width: var(--iconbox-size);
    height: var(--iconbox-size);
    line-height: var(--iconbox-size);
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-size: calc(var(--iconbox-size)/ 3);
    -webkit-transition: .2s;
    transition: .2s
}

#xs-social-login-container .xs-login--style-3 {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 15px
}

#xs-social-login-container .xs-login--style-3 .xs-login__item {
    background-color: #fff;
    padding: 13px 30px;
    border-radius: 100px;
    -webkit-box-shadow: 0 15px 35px rgb(0 0 0 / .06);
    box-shadow: 0 15px 35px rgb(0 0 0 / .06);
    -webkit-transition: all linear .3s;
    transition: all linear .3s;
    text-align: center
}

#xs-social-login-container .xs-login--style-3 .xs-login__item:hover {
    background-color: var(--wslu-color-scheme);
    -webkit-box-shadow: 0;
    box-shadow: 0
}

#xs-social-login-container .xs-login--style-3 .xs-login__item:hover .xs-login__item--label {
    color: #fff
}

#xs-social-login-container .xs-login--style-3 .xs-login__item--label {
    color: var(--wslu-color-scheme);
    font-size: 16px;
    font-weight: 600
}

@font-face {
    font-family: met-social;
    src: url(https://demo.halimthemes.com/wp-content/plugins/wp-social/assets/css/fonts/met-social.eot#1747142110);
    src: url(https://demo.halimthemes.com/wp-content/plugins/wp-social/assets/css/fonts/met-social.eot#1747142110) format('embedded-opentype'), url(https://demo.halimthemes.com/wp-content/plugins/wp-social/assets/css/fonts/met-social.ttf#1747142110) format('truetype'), url(https://demo.halimthemes.com/wp-content/plugins/wp-social/assets/css/fonts/met-social.woff#1747142110) format('woff'), url(https://demo.halimthemes.com/wp-content/plugins/wp-social/assets/css/fonts/met-social.svg?kjn5hn#met-social) format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: block
}

.met-social {
    font-family: met-social !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.met-social-home:before {
    content: "\e800"
}

.met-social-apartment:before {
    content: "\e801"
}

.met-social-pencil:before {
    content: "\e802"
}

.met-social-magic-wand:before {
    content: "\e803"
}

.met-social-drop:before {
    content: "\e804"
}

.met-social-lighter:before {
    content: "\e805"
}

.met-social-poop:before {
    content: "\e806"
}

.met-social-sun:before {
    content: "\e807"
}

.met-social-moon:before {
    content: "\e808"
}

.met-social-cloud:before {
    content: "\e809"
}

.met-social-cloud-upload:before {
    content: "\e80a"
}

.met-social-cloud-download:before {
    content: "\e80b"
}

.met-social-cloud-sync:before {
    content: "\e80c"
}

.met-social-cloud-check:before {
    content: "\e80d"
}

.met-social-database:before {
    content: "\e80e"
}

.met-social-lock:before {
    content: "\e80f"
}

.met-social-cog:before {
    content: "\e810"
}

.met-social-trash:before {
    content: "\e811"
}

.met-social-dice:before {
    content: "\e812"
}

.met-social-heart:before {
    content: "\e813"
}

.met-social-star1:before {
    content: "\e814"
}

.met-social-star-half:before {
    content: "\e815"
}

.met-social-star-empty:before {
    content: "\e816"
}

.met-social-flag:before {
    content: "\e817"
}

.met-social-envelope:before {
    content: "\e818"
}

.met-social-paperclip:before {
    content: "\e819"
}

.met-social-inbox:before {
    content: "\e81a"
}

.met-social-eye:before {
    content: "\e81b"
}

.met-social-printer:before {
    content: "\e81c"
}

.met-social-file-empty:before {
    content: "\e81d"
}

.met-social-file-add:before {
    content: "\e81e"
}

.met-social-enter:before {
    content: "\e81f"
}

.met-social-exit:before {
    content: "\e820"
}

.met-social-graduation-hat:before {
    content: "\e821"
}

.met-social-license:before {
    content: "\e822"
}

.met-social-music-note:before {
    content: "\e823"
}

.met-social-film-play:before {
    content: "\e824"
}

.met-social-camera-video:before {
    content: "\e825"
}

.met-social-camera:before {
    content: "\e826"
}

.met-social-picture:before {
    content: "\e827"
}

.met-social-book:before {
    content: "\e828"
}

.met-social-bookmark:before {
    content: "\e829"
}

.met-social-user:before {
    content: "\e82a"
}

.met-social-users:before {
    content: "\e82b"
}

.met-social-shirt:before {
    content: "\e82c"
}

.met-social-store:before {
    content: "\e82d"
}

.met-social-cart:before {
    content: "\e82e"
}

.met-social-tag:before {
    content: "\e82f"
}

.met-social-phone-handset:before {
    content: "\e830"
}

.met-social-phone:before {
    content: "\e831"
}

.met-social-pushpin:before {
    content: "\e832"
}

.met-social-map-marker:before {
    content: "\e833"
}

.met-social-map:before {
    content: "\e834"
}

.met-social-location:before {
    content: "\e835"
}

.met-social-calendar-full:before {
    content: "\e836"
}

.met-social-keyboard:before {
    content: "\e837"
}

.met-social-spell-check:before {
    content: "\e838"
}

.met-social-screen:before {
    content: "\e839"
}

.met-social-smartphone:before {
    content: "\e83a"
}

.met-social-tablet:before {
    content: "\e83b"
}

.met-social-laptop:before {
    content: "\e83c"
}

.met-social-laptop-phone:before {
    content: "\e83d"
}

.met-social-power-switch:before {
    content: "\e83e"
}

.met-social-bubble:before {
    content: "\e83f"
}

.met-social-heart-pulse:before {
    content: "\e840"
}

.met-social-construction:before {
    content: "\e841"
}

.met-social-pie-chart:before {
    content: "\e842"
}

.met-social-chart-bars:before {
    content: "\e843"
}

.met-social-gift:before {
    content: "\e844"
}

.met-social-diamond:before {
    content: "\e845"
}

.met-social-dinner:before {
    content: "\e847"
}

.met-social-coffee-cup:before {
    content: "\e848"
}

.met-social-leaf:before {
    content: "\e849"
}

.met-social-paw:before {
    content: "\e84a"
}

.met-social-rocket:before {
    content: "\e84b"
}

.met-social-briefcase:before {
    content: "\e84c"
}

.met-social-bus:before {
    content: "\e84d"
}

.met-social-car:before {
    content: "\e84e"
}

.met-social-train:before {
    content: "\e84f"
}

.met-social-bicycle:before {
    content: "\e850"
}

.met-social-wheelchair:before {
    content: "\e851"
}

.met-social-select:before {
    content: "\e852"
}

.met-social-earth:before {
    content: "\e853"
}

.met-social-smile:before {
    content: "\e854"
}

.met-social-sad:before {
    content: "\e855"
}

.met-social-neutral:before {
    content: "\e856"
}

.met-social-mustache:before {
    content: "\e857"
}

.met-social-alarm:before {
    content: "\e858"
}

.met-social-bullhorn:before {
    content: "\e859"
}

.met-social-volume-high:before {
    content: "\e85a"
}

.met-social-volume-medium:before {
    content: "\e85b"
}

.met-social-volume-low:before {
    content: "\e85c"
}

.met-social-volume:before {
    content: "\e85d"
}

.met-social-mic:before {
    content: "\e85e"
}

.met-social-hourglass:before {
    content: "\e85f"
}

.met-social-undo:before {
    content: "\e860"
}

.met-social-redo:before {
    content: "\e861"
}

.met-social-sync:before {
    content: "\e862"
}

.met-social-history:before {
    content: "\e863"
}

.met-social-clock:before {
    content: "\e864"
}

.met-social-download:before {
    content: "\e865"
}

.met-social-upload:before {
    content: "\e866"
}

.met-social-enter-down:before {
    content: "\e867"
}

.met-social-exit-up:before {
    content: "\e868"
}

.met-social-bug:before {
    content: "\e869"
}

.met-social-code:before {
    content: "\e86a"
}

.met-social-link:before {
    content: "\e86b"
}

.met-social-unlink:before {
    content: "\e86c"
}

.met-social-thumbs-up:before {
    content: "\e86d"
}

.met-social-thumbs-down:before {
    content: "\e86e"
}

.met-social-magnifier:before {
    content: "\e86f"
}

.met-social-cross:before {
    content: "\e870"
}

.met-social-menu:before {
    content: "\e871"
}

.met-social-list:before {
    content: "\e872"
}

.met-social-chevron-up:before {
    content: "\e873"
}

.met-social-chevron-down:before {
    content: "\e874"
}

.met-social-chevron-left:before {
    content: "\e875"
}

.met-social-chevron-right:before {
    content: "\e876"
}

.met-social-arrow-up:before {
    content: "\e877"
}

.met-social-arrow-down:before {
    content: "\e878"
}

.met-social-arrow-left:before {
    content: "\e879"
}

.met-social-arrow-right:before {
    content: "\e87a"
}

.met-social-move:before {
    content: "\e87b"
}

.met-social-warning:before {
    content: "\e87c"
}

.met-social-question-circle:before {
    content: "\e87d"
}

.met-social-menu-circle:before {
    content: "\e87e"
}

.met-social-checkmark-circle:before {
    content: "\e87f"
}

.met-social-cross-circle:before {
    content: "\e880"
}

.met-social-plus-circle:before {
    content: "\e881"
}

.met-social-circle-minus:before {
    content: "\e882"
}

.met-social-arrow-up-circle:before {
    content: "\e883"
}

.met-social-arrow-down-circle:before {
    content: "\e884"
}

.met-social-arrow-left-circle:before {
    content: "\e885"
}

.met-social-arrow-right-circle:before {
    content: "\e886"
}

.met-social-chevron-up-circle:before {
    content: "\e887"
}

.met-social-chevron-down-circle:before {
    content: "\e888"
}

.met-social-chevron-left-circle:before {
    content: "\e889"
}

.met-social-chevron-right-circle:before {
    content: "\e88a"
}

.met-social-crop:before {
    content: "\e88b"
}

.met-social-frame-expand:before {
    content: "\e88c"
}

.met-social-frame-contract:before {
    content: "\e88d"
}

.met-social-layers:before {
    content: "\e88e"
}

.met-social-funnel:before {
    content: "\e88f"
}

.met-social-text-format:before {
    content: "\e890"
}

.met-social-text-size:before {
    content: "\e892"
}

.met-social-bold:before {
    content: "\e893"
}

.met-social-italic:before {
    content: "\e894"
}

.met-social-underline:before {
    content: "\e895"
}

.met-social-strikethrough:before {
    content: "\e896"
}

.met-social-highlight:before {
    content: "\e897"
}

.met-social-text-align-left:before {
    content: "\e898"
}

.met-social-text-align-center:before {
    content: "\e899"
}

.met-social-text-align-right:before {
    content: "\e89a"
}

.met-social-text-align-justify:before {
    content: "\e89b"
}

.met-social-line-spacing:before {
    content: "\e89c"
}

.met-social-indent-increase:before {
    content: "\e89d"
}

.met-social-indent-decrease:before {
    content: "\e89e"
}

.met-social-page-break:before {
    content: "\e8a2"
}

.met-social-hand:before {
    content: "\e8a5"
}

.met-social-pointer-up:before {
    content: "\e8a6"
}

.met-social-pointer-right:before {
    content: "\e8a7"
}

.met-social-pointer-down:before {
    content: "\e8a8"
}

.met-social-pointer-left:before {
    content: "\e8a9"
}

.met-social-behance:before {
    content: "\e901"
}

.met-social-behance-line:before {
    content: "\e902"
}

.met-social-dribbble:before {
    content: "\e903"
}

.met-social-dribbble-line:before {
    content: "\e904"
}

.met-social-uniE905:before {
    content: "\e905"
}

.met-social-uniE906:before {
    content: "\e906"
}

.met-social-envato-line:before {
    content: "\e907"
}

.met-social-facebook:before {
    content: "\e908"
}

.met-social-facebook-line:before {
    content: "\e909"
}

.met-social-flickr:before {
    content: "\e90a"
}

.met-social-flickr-line:before {
    content: "\e90b"
}

.met-social-github:before {
    content: "\e90c"
}

.met-social-github-line:before {
    content: "\e90d"
}

.met-social-google:before {
    content: "\e90e"
}

.met-social-google-line:before {
    content: "\e90f"
}

.met-social-instagram:before {
    content: "\e910"
}

.met-social-instagram-line:before {
    content: "\e911"
}

.met-social-linkedin:before {
    content: "\e912"
}

.met-social-linkedin-line:before {
    content: "\e913"
}

.met-social-mailchimp:before {
    content: "\e914"
}

.met-social-mailchimp-line:before {
    content: "\e915"
}

.met-social-pinterest:before {
    content: "\e916"
}

.met-social-pinterest-line:before {
    content: "\e917"
}

.met-social-reddit:before {
    content: "\e918"
}

.met-social-reddit-line:before {
    content: "\e919"
}

.met-social-tumblr:before {
    content: "\e91a"
}

.met-social-tumblr-line:before {
    content: "\e91b"
}

.met-social-twitter1:before {
    content: "\e91c"
}

.met-social-twitter-line:before {
    content: "\e91d"
}

.met-social-vimeo:before {
    content: "\e91e"
}

.met-social-vimeo-line:before {
    content: "\e91f"
}

.met-social-vkontakte:before {
    content: "\e920"
}

.met-social-vkontakte-line:before {
    content: "\e921"
}

.met-social-wordpress:before {
    content: "\e922"
}

.met-social-wordpress-line:before {
    content: "\e923"
}

.met-social-youtube:before {
    content: "\e924"
}

.met-social-youtube-line:before {
    content: "\e925"
}

.met-social-posts:before {
    content: "\e926"
}

.met-social-comments:before {
    content: "\e927"
}

.met-social-digg:before {
    content: "\e928"
}

.met-social-digg-line:before {
    content: "\e929"
}

.met-social-email:before {
    content: "\e92a"
}

.met-social-mail-line:before {
    content: "\e92b"
}

.met-social-telegram:before {
    content: "\e92c"
}

.met-social-telegram-line:before {
    content: "\e92d"
}

.met-social-facebook-messenger:before {
    content: "\e92e"
}

.met-social-facebook-messenger-line:before {
    content: "\e92f"
}

.met-social-kik:before {
    content: "\e930"
}

.met-social-kik-line:before {
    content: "\e931"
}

.met-social-skype:before {
    content: "\e932"
}

.met-social-skype-line:before {
    content: "\e933"
}

.met-social-trello:before {
    content: "\e934"
}

.met-social-trello-line:before {
    content: "\e935"
}

.met-social-viber:before {
    content: "\e936"
}

.met-social-viber-line:before {
    content: "\e937"
}

.met-social-stumbleupon:before {
    content: "\e938"
}

.met-social-stumbleupon-line:before {
    content: "\e939"
}

.met-social-whatsapp-line:before {
    content: "\e93a"
}

.met-social-whatsapp:before {
    content: "\e93b"
}

.met-social-cog-icon:before {
    content: "\e93c"
}

.met-social-lineapp:before {
    content: "\e93d"
}

.met-social-elements-kit-logo:before {
    content: "\e940"
}

.met-social-degree-image:before {
    content: "\e941"
}

.met-social-accordion:before {
    content: "\e942"
}

.met-social-animated-flip-box:before {
    content: "\e943"
}

.met-social-animated-text:before {
    content: "\e944"
}

.met-social-brands:before {
    content: "\e945"
}

.met-social-business-hour:before {
    content: "\e946"
}

.met-social-ekit:before {
    content: "\e947"
}

.met-social-button:before {
    content: "\e948"
}

.met-social-carousel:before {
    content: "\e949"
}

.met-social-Circle-progress:before {
    content: "\e94a"
}

.met-social-contact-form:before {
    content: "\e94b"
}

.met-social-countdown-timer:before {
    content: "\e94c"
}

.met-social-dropbar:before {
    content: "\e94d"
}

.met-social-faq:before {
    content: "\e94e"
}

.met-social-full-width-scroll:before {
    content: "\e94f"
}

.met-social-google-map:before {
    content: "\e950"
}

.met-social-heading-style:before {
    content: "\e951"
}

.met-social-help-desk:before {
    content: "\e952"
}

.met-social-horizontal-timeline:before {
    content: "\e953"
}

.met-social-iframe:before {
    content: "\e954"
}

.met-social-image-comparison:before {
    content: "\e955"
}

.met-social-image-gallery:before {
    content: "\e956"
}

.met-social-image-justify:before {
    content: "\e957"
}

.met-social-image-magnifier:before {
    content: "\e958"
}

.met-social-image-masonry:before {
    content: "\e959"
}

.met-social-inline-svg:before {
    content: "\e95a"
}

.met-social-instagram1:before {
    content: "\e95b"
}

.met-social-listing:before {
    content: "\e95c"
}

.met-social-music-player:before {
    content: "\e95d"
}

.met-social-news-ticker:before {
    content: "\e95e"
}

.met-social-off-canvus-menu:before {
    content: "\e95f"
}

.met-social-parallax:before {
    content: "\e960"
}

.met-social-portfolio:before {
    content: "\e961"
}

.met-social-post-banner:before {
    content: "\e962"
}

.met-social-post-carousel:before {
    content: "\e963"
}

.met-social-post-grid:before {
    content: "\e964"
}

.met-social-post-slider:before {
    content: "\e965"
}

.met-social-pricing-list:before {
    content: "\e966"
}

.met-social-pricing-table:before {
    content: "\e967"
}

.met-social-product-featured:before {
    content: "\e968"
}

.met-social-product-image:before {
    content: "\e969"
}

.met-social-product-recent:before {
    content: "\e96a"
}

.met-social-product-sale:before {
    content: "\e96b"
}

.met-social-product-top-rated:before {
    content: "\e96c"
}

.met-social-product-top-seller:before {
    content: "\e96d"
}

.met-social-progress-bar:before {
    content: "\e96e"
}

.met-social-protected-content-v2:before {
    content: "\e96f"
}

.met-social-protected-content-v3:before {
    content: "\e970"
}

.met-social-protected-content:before {
    content: "\e971"
}

.met-social-qr_code:before {
    content: "\e972"
}

.met-social-scroll-button:before {
    content: "\e973"
}

.met-social-search:before {
    content: "\e974"
}

.met-social-service:before {
    content: "\e975"
}

.met-social-slider-image:before {
    content: "\e976"
}

.met-social-social-share:before {
    content: "\e977"
}

.met-social-subscribe:before {
    content: "\e978"
}

.met-social-tab:before {
    content: "\e979"
}

.met-social-table:before {
    content: "\e97a"
}

.met-social-team-join:before {
    content: "\e97b"
}

.met-social-team-member:before {
    content: "\e97c"
}

.met-social-testimonial-carousel:before {
    content: "\e97d"
}

.met-social-testimonial-grid:before {
    content: "\e97e"
}

.met-social-testimonial-quote:before {
    content: "\e97f"
}

.met-social-testimonial-slider:before {
    content: "\e980"
}

.met-social-toggle:before {
    content: "\e981"
}

.met-social-user-login:before {
    content: "\e982"
}

.met-social-double-left-chevron:before {
    content: "\e983"
}

.met-social-double-angle-pointing-to-right:before {
    content: "\e984"
}

.met-social-left-arrow:before {
    content: "\e985"
}

.met-social-download-arrow:before {
    content: "\e986"
}

.met-social-left-arrow2:before {
    content: "\e987"
}

.met-social-right-arrow2:before {
    content: "\e988"
}

.met-social-burger:before {
    content: "\e989"
}

.met-social-cakes:before {
    content: "\e98a"
}

.met-social-cheese:before {
    content: "\e98b"
}

.met-social-drink-glass:before {
    content: "\e98c"
}

.met-social-pizza:before {
    content: "\e98d"
}

.met-social-vplay:before {
    content: "\e98e"
}

.met-social-newsletter:before {
    content: "\e98f"
}

.met-social-coins-2:before {
    content: "\e990"
}

.met-social-commerce-2:before {
    content: "\e991"
}

.met-social-monitor:before {
    content: "\e992"
}

.met-social-business:before {
    content: "\e993"
}

.met-social-down-arrow1:before {
    content: "\e994"
}

.met-social-up-arrow1:before {
    content: "\e995"
}

.met-social-right-arrow:before {
    content: "\e996"
}

.met-social-left-arrows:before {
    content: "\e997"
}

.met-social-graphic-2:before {
    content: "\e998"
}

.met-social-commerce-1:before {
    content: "\e999"
}

.met-social-hammer:before {
    content: "\e99a"
}

.met-social-justice-1:before {
    content: "\e99b"
}

.met-social-line:before {
    content: "\e99c"
}

.met-social-money-3:before {
    content: "\e99d"
}

.met-social-commerce:before {
    content: "\e99e"
}

.met-social-agenda:before {
    content: "\e99f"
}

.met-social-justice:before {
    content: "\e9a0"
}

.met-social-technology:before {
    content: "\e9a1"
}

.met-social-coins-1:before {
    content: "\e9a2"
}

.met-social-bank:before {
    content: "\e9a3"
}

.met-social-calculator:before {
    content: "\e9a4"
}

.met-social-soundcloud:before {
    content: "\e9a5"
}

.met-social-chart2:before {
    content: "\e9a6"
}

.met-social-checked:before {
    content: "\e9a7"
}

.met-social-clock1:before {
    content: "\e9a8"
}

.met-social-comment:before {
    content: "\e9a9"
}

.met-social-comments1:before {
    content: "\e9aa"
}

.met-social-consult:before {
    content: "\e9ab"
}

.met-social-consut2:before {
    content: "\e9ac"
}

.met-social-deal:before {
    content: "\e9ad"
}

.met-social-envelope1:before {
    content: "\e9ae"
}

.met-social-folder:before {
    content: "\e9af"
}

.met-social-invest:before {
    content: "\e9b0"
}

.met-social-loan:before {
    content: "\e9b1"
}

.met-social-map-marker1:before {
    content: "\e9b2"
}

.met-social-mutual-fund:before {
    content: "\e9b3"
}

.met-social-google-plus:before {
    content: "\e9b4"
}

.met-social-phone1:before {
    content: "\e9b5"
}

.met-social-pie-chart1:before {
    content: "\e9b6"
}

.met-social-play:before {
    content: "\e9b7"
}

.met-social-savings:before {
    content: "\e9b8"
}

.met-social-search1:before {
    content: "\e9b9"
}

.met-social-tag1:before {
    content: "\e9ba"
}

.met-social-tags:before {
    content: "\e9bb"
}

.met-social-instagram2:before {
    content: "\e9bc"
}

.met-social-quote:before {
    content: "\e9bd"
}

.met-social-arrow-point-to-down:before {
    content: "\e9be"
}

.met-social-play-button:before {
    content: "\e9bf"
}

.met-social-minus:before {
    content: "\e9c0"
}

.met-social-plus:before {
    content: "\e9c1"
}

.met-social-tick:before {
    content: "\e9c2"
}

.met-social-up-arrow:before {
    content: "\e9c3"
}

.met-social-arrows:before {
    content: "\e9c4"
}

.met-social-right-arrow1:before {
    content: "\e9c5"
}

.met-social-edit:before {
    content: "\e9c6"
}

.met-social-reply:before {
    content: "\e9c7"
}

.met-social-cogwheel-outline:before {
    content: "\e9c8"
}

.met-social-apple:before {
    content: "\e9c9"
}

.met-social-abacus:before {
    content: "\e9ca"
}

.met-social-abacus1:before {
    content: "\e9cb"
}

.met-social-agenda1:before {
    content: "\e9cc"
}

.met-social-shopping-basket:before {
    content: "\e9cd"
}

.met-social-users1:before {
    content: "\e9ce"
}

.met-social-man:before {
    content: "\e9cf"
}

.met-social-support:before {
    content: "\e9d0"
}

.met-social-favorites:before {
    content: "\e9d1"
}

.met-social-calendar:before {
    content: "\e9d2"
}

.met-social-paper-plane:before {
    content: "\e9d3"
}

.met-social-placeholder:before {
    content: "\e9d4"
}

.met-social-phone-call:before {
    content: "\e9d5"
}

.met-social-contact:before {
    content: "\e9d6"
}

.met-social-email1:before {
    content: "\e9d7"
}

.met-social-internet:before {
    content: "\e9d8"
}

.met-social-quote1:before {
    content: "\e9d9"
}

.met-social-medical:before {
    content: "\e9da"
}

.met-social-eye1:before {
    content: "\e9db"
}

.met-social-full-screen:before {
    content: "\e9dc"
}

.met-social-tools:before {
    content: "\e9dd"
}

.met-social-pie-chart2:before {
    content: "\e9de"
}

.met-social-diamond1:before {
    content: "\e9df"
}

.met-social-valentines-heart:before {
    content: "\e9e0"
}

.met-social-like:before {
    content: "\e9e1"
}

.met-social-team:before {
    content: "\e9e2"
}

.met-social-tshirt:before {
    content: "\e9e3"
}

.met-social-cancel:before {
    content: "\e9e4"
}

.met-social-drink:before {
    content: "\e9e5"
}

.met-social-home1:before {
    content: "\e9e6"
}

.met-social-music:before {
    content: "\e9e7"
}

.met-social-rich:before {
    content: "\e9e8"
}

.met-social-brush:before {
    content: "\e9e9"
}

.met-social-opposite-way:before {
    content: "\e9ea"
}

.met-social-cloud-computing:before {
    content: "\e9eb"
}

.met-social-technology-1:before {
    content: "\e9ec"
}

.met-social-rotate:before {
    content: "\e9ed"
}

.met-social-medical1:before {
    content: "\e9ee"
}

.met-social-flash-1:before {
    content: "\e9ef"
}

.met-social-flash:before {
    content: "\e9f0"
}

.met-social-uturn:before {
    content: "\e9f1"
}

.met-social-down-arrow:before {
    content: "\e9f2"
}

.met-social-hours-support:before {
    content: "\e9f3"
}

.met-social-bag:before {
    content: "\e9f4"
}

.met-social-photo-camera:before {
    content: "\e9f5"
}

.met-social-school:before {
    content: "\e9f6"
}

.met-social-settings:before {
    content: "\e9f7"
}

.met-social-smartphone1:before {
    content: "\e9f8"
}

.met-social-technology-11:before {
    content: "\e9f9"
}

.met-social-tool:before {
    content: "\e9fa"
}

.met-social-business1:before {
    content: "\e9fb"
}

.met-social-shuffle-arrow:before {
    content: "\e9fc"
}

.met-social-van-1:before {
    content: "\e9fd"
}

.met-social-van:before {
    content: "\e9fe"
}

.met-social-vegetables:before {
    content: "\e9ff"
}

.met-social-women:before {
    content: "\ea00"
}

.met-social-vintage:before {
    content: "\ea01"
}

.met-social-team-1:before {
    content: "\ea02"
}

.met-social-team1:before {
    content: "\ea03"
}

.met-social-watch:before {
    content: "\ea04"
}

.met-social-cogwheel:before {
    content: "\ea05"
}

.met-social-light-bulb:before {
    content: "\ea06"
}

.met-social-light-bulb-1:before {
    content: "\ea07"
}

.met-social-heart-shape-outline:before {
    content: "\ea08"
}

.met-social-online-shopping-cart:before {
    content: "\ea09"
}

.met-social-shopping-cart:before {
    content: "\ea0a"
}

.met-social-star2:before {
    content: "\ea0b"
}

.met-social-star-1:before {
    content: "\ea0c"
}

.met-social-favorite:before {
    content: "\ea0d"
}

.met-social-agenda2:before {
    content: "\ea0e"
}

.met-social-agenda-1:before {
    content: "\ea0f"
}

.met-social-alarm-clock:before {
    content: "\ea10"
}

.met-social-alarm-clock1:before {
    content: "\ea11"
}

.met-social-atomic:before {
    content: "\ea12"
}

.met-social-auction:before {
    content: "\ea13"
}

.met-social-balance:before {
    content: "\ea14"
}

.met-social-balance1:before {
    content: "\ea15"
}

.met-social-bank1:before {
    content: "\ea16"
}

.met-social-bar-chart:before {
    content: "\ea17"
}

.met-social-barrier:before {
    content: "\ea18"
}

.met-social-battery:before {
    content: "\ea19"
}

.met-social-battery-1:before {
    content: "\ea1a"
}

.met-social-bell:before {
    content: "\ea1b"
}

.met-social-bluetooth:before {
    content: "\ea1c"
}

.met-social-book1:before {
    content: "\ea1d"
}

.met-social-briefcase1:before {
    content: "\ea1e"
}

.met-social-briefcase-1:before {
    content: "\ea1f"
}

.met-social-briefcase-2:before {
    content: "\ea20"
}

.met-social-calculator1:before {
    content: "\ea21"
}

.met-social-calculator2:before {
    content: "\ea22"
}

.met-social-calculator-1:before {
    content: "\ea23"
}

.met-social-calendar1:before {
    content: "\ea24"
}

.met-social-calendar2:before {
    content: "\ea25"
}

.met-social-calendar-1:before {
    content: "\ea26"
}

.met-social-car1:before {
    content: "\ea27"
}

.met-social-carrier:before {
    content: "\ea28"
}

.met-social-cash:before {
    content: "\ea29"
}

.met-social-chat:before {
    content: "\ea2a"
}

.met-social-chat-1:before {
    content: "\ea2b"
}

.met-social-checked1:before {
    content: "\ea2c"
}

.met-social-clip:before {
    content: "\ea2d"
}

.met-social-clip1:before {
    content: "\ea2e"
}

.met-social-clipboard:before {
    content: "\ea2f"
}

.met-social-clipboard1:before {
    content: "\ea30"
}

.met-social-clock2:before {
    content: "\ea31"
}

.met-social-clock-1:before {
    content: "\ea32"
}

.met-social-cloud1:before {
    content: "\ea33"
}

.met-social-cloud-computing1:before {
    content: "\ea34"
}

.met-social-cloud-computing-1:before {
    content: "\ea35"
}

.met-social-cogwheel1:before {
    content: "\ea36"
}

.met-social-coins:before {
    content: "\ea37"
}

.met-social-compass:before {
    content: "\ea38"
}

.met-social-contract:before {
    content: "\ea39"
}

.met-social-conversation:before {
    content: "\ea3a"
}

.met-social-crane:before {
    content: "\ea3b"
}

.met-social-crane-2:before {
    content: "\ea3c"
}

.met-social-credit-card:before {
    content: "\ea3d"
}

.met-social-credit-card1:before {
    content: "\ea3e"
}

.met-social-cursor:before {
    content: "\ea3f"
}

.met-social-customer-service:before {
    content: "\ea40"
}

.met-social-cutlery:before {
    content: "\ea41"
}

.met-social-dart-board:before {
    content: "\ea42"
}

.met-social-decision-making:before {
    content: "\ea43"
}

.met-social-desk-chair:before {
    content: "\ea44"
}

.met-social-desk-lamp:before {
    content: "\ea45"
}

.met-social-diamond2:before {
    content: "\ea46"
}

.met-social-direction:before {
    content: "\ea47"
}

.met-social-document:before {
    content: "\ea48"
}

.met-social-dollar-bill:before {
    content: "\ea49"
}

.met-social-download1:before {
    content: "\ea4a"
}

.met-social-edit1:before {
    content: "\ea4b"
}

.met-social-email11:before {
    content: "\ea4c"
}

.met-social-envelope2:before {
    content: "\ea4d"
}

.met-social-envelope3:before {
    content: "\ea4e"
}

.met-social-eraser:before {
    content: "\ea4f"
}

.met-social-eye2:before {
    content: "\ea50"
}

.met-social-factory:before {
    content: "\ea51"
}

.met-social-fast-forward:before {
    content: "\ea52"
}

.met-social-favorites1:before {
    content: "\ea53"
}

.met-social-file:before {
    content: "\ea54"
}

.met-social-file-1:before {
    content: "\ea55"
}

.met-social-file-2:before {
    content: "\ea56"
}

.met-social-file-3:before {
    content: "\ea57"
}

.met-social-filter:before {
    content: "\ea58"
}

.met-social-finance-book:before {
    content: "\ea59"
}

.met-social-flag1:before {
    content: "\ea5a"
}

.met-social-folder1:before {
    content: "\ea5b"
}

.met-social-folder-1:before {
    content: "\ea5c"
}

.met-social-folders:before {
    content: "\ea5d"
}

.met-social-folders1:before {
    content: "\ea5e"
}

.met-social-gamepad:before {
    content: "\ea5f"
}

.met-social-gift1:before {
    content: "\ea60"
}

.met-social-growth:before {
    content: "\ea61"
}

.met-social-heart1:before {
    content: "\ea62"
}

.met-social-home2:before {
    content: "\ea63"
}

.met-social-house:before {
    content: "\ea64"
}

.met-social-house-1:before {
    content: "\ea65"
}

.met-social-house-2:before {
    content: "\ea66"
}

.met-social-id-card:before {
    content: "\ea67"
}

.met-social-id-card1:before {
    content: "\ea68"
}

.met-social-id-card-1:before {
    content: "\ea69"
}

.met-social-idea:before {
    content: "\ea6a"
}

.met-social-image:before {
    content: "\ea6b"
}

.met-social-improvement:before {
    content: "\ea6c"
}

.met-social-inbox1:before {
    content: "\ea6d"
}

.met-social-information:before {
    content: "\ea6e"
}

.met-social-key:before {
    content: "\ea6f"
}

.met-social-key1:before {
    content: "\ea70"
}

.met-social-laptop1:before {
    content: "\ea71"
}

.met-social-layers1:before {
    content: "\ea72"
}

.met-social-light-bulb1:before {
    content: "\ea73"
}

.met-social-like1:before {
    content: "\ea74"
}

.met-social-line-chart:before {
    content: "\ea75"
}

.met-social-mail:before {
    content: "\ea76"
}

.met-social-manager:before {
    content: "\ea77"
}

.met-social-map1:before {
    content: "\ea78"
}

.met-social-medal1:before {
    content: "\ea79"
}

.met-social-megaphone:before {
    content: "\ea7a"
}

.met-social-megaphone1:before {
    content: "\ea7b"
}

.met-social-message:before {
    content: "\ea7c"
}

.met-social-message-1:before {
    content: "\ea7d"
}

.met-social-message-2:before {
    content: "\ea7e"
}

.met-social-microphone:before {
    content: "\ea7f"
}

.met-social-money:before {
    content: "\ea80"
}

.met-social-money-bag1:before {
    content: "\ea81"
}

.met-social-monitor1:before {
    content: "\ea82"
}

.met-social-music1:before {
    content: "\ea83"
}

.met-social-next:before {
    content: "\ea84"
}

.met-social-open-book:before {
    content: "\ea85"
}

.met-social-padlock:before {
    content: "\ea86"
}

.met-social-padlock-1:before {
    content: "\ea87"
}

.met-social-paint-brush:before {
    content: "\ea88"
}

.met-social-pause:before {
    content: "\ea89"
}

.met-social-pen:before {
    content: "\ea8a"
}

.met-social-pencil1:before {
    content: "\ea8b"
}

.met-social-percentage:before {
    content: "\ea8c"
}

.met-social-phone-call1:before {
    content: "\ea8d"
}

.met-social-phone-call2:before {
    content: "\ea8e"
}

.met-social-photo-camera1:before {
    content: "\ea8f"
}

.met-social-pie-chart3:before {
    content: "\ea90"
}

.met-social-pipe:before {
    content: "\ea91"
}

.met-social-placeholder1:before {
    content: "\ea92"
}

.met-social-placeholder2:before {
    content: "\ea93"
}

.met-social-planet-earth:before {
    content: "\ea94"
}

.met-social-play-button1:before {
    content: "\ea95"
}

.met-social-power-button:before {
    content: "\ea96"
}

.met-social-presentation:before {
    content: "\ea97"
}

.met-social-presentation1:before {
    content: "\ea98"
}

.met-social-printer1:before {
    content: "\ea99"
}

.met-social-push-pin:before {
    content: "\ea9a"
}

.met-social-push-pin1:before {
    content: "\ea9b"
}

.met-social-refresh:before {
    content: "\ea9c"
}

.met-social-reload:before {
    content: "\ea9d"
}

.met-social-return:before {
    content: "\ea9e"
}

.met-social-rocket-ship:before {
    content: "\ea9f"
}

.met-social-rss:before {
    content: "\eaa0"
}

.met-social-safebox:before {
    content: "\eaa1"
}

.met-social-safebox1:before {
    content: "\eaa2"
}

.met-social-settings1:before {
    content: "\eaa3"
}

.met-social-settings-2:before {
    content: "\eaa4"
}

.met-social-sewing-machine:before {
    content: "\eaa5"
}

.met-social-share:before {
    content: "\eaa6"
}

.met-social-shield:before {
    content: "\eaa7"
}

.met-social-shield1:before {
    content: "\eaa8"
}

.met-social-shopping:before {
    content: "\eaa9"
}

.met-social-shopping-bag:before {
    content: "\eaaa"
}

.met-social-shopping-bag-1:before {
    content: "\eaab"
}

.met-social-shopping-bag-2:before {
    content: "\eaac"
}

.met-social-shopping-cart1:before {
    content: "\eaad"
}

.met-social-shopping-cart2:before {
    content: "\eaae"
}

.met-social-check:before {
    content: "\eaaf"
}

.met-social-shopping-cart-1:before {
    content: "\eab0"
}

.met-social-shopping-cart-2:before {
    content: "\eab1"
}

.met-social-shopping-cart-3:before {
    content: "\eab2"
}

.met-social-smartphone2:before {
    content: "\eab3"
}

.met-social-speaker:before {
    content: "\eab4"
}

.met-social-speakers:before {
    content: "\eab5"
}

.met-social-stats:before {
    content: "\eab6"
}

.met-social-stats-1:before {
    content: "\eab7"
}

.met-social-stats-2:before {
    content: "\eab8"
}

.met-social-stats-3:before {
    content: "\eab9"
}

.met-social-stats-4:before {
    content: "\eaba"
}

.met-social-stats-5:before {
    content: "\eabb"
}

.met-social-stats-6:before {
    content: "\eabc"
}

.met-social-sticky-note:before {
    content: "\eabd"
}

.met-social-store1:before {
    content: "\eabe"
}

.met-social-store-1:before {
    content: "\eabf"
}

.met-social-suitcase:before {
    content: "\eac0"
}

.met-social-suitcase-1:before {
    content: "\eac1"
}

.met-social-tag2:before {
    content: "\eac2"
}

.met-social-target:before {
    content: "\eac3"
}

.met-social-team2:before {
    content: "\eac4"
}

.met-social-tie:before {
    content: "\eac5"
}

.met-social-trash1:before {
    content: "\eac6"
}

.met-social-trolley:before {
    content: "\eac7"
}

.met-social-trolley-1:before {
    content: "\eac8"
}

.met-social-trolley-2:before {
    content: "\eac9"
}

.met-social-trophy1:before {
    content: "\eaca"
}

.met-social-truck:before {
    content: "\eacb"
}

.met-social-truck-1:before {
    content: "\eacc"
}

.met-social-truck-2:before {
    content: "\eacd"
}

.met-social-umbrella:before {
    content: "\eace"
}

.met-social-upload1:before {
    content: "\eacf"
}

.met-social-user1:before {
    content: "\ead0"
}

.met-social-user-1:before {
    content: "\ead1"
}

.met-social-user-2:before {
    content: "\ead2"
}

.met-social-user-3:before {
    content: "\ead3"
}

.met-social-users2:before {
    content: "\ead4"
}

.met-social-video-camera:before {
    content: "\ead5"
}

.met-social-voucher:before {
    content: "\ead6"
}

.met-social-voucher-1:before {
    content: "\ead7"
}

.met-social-voucher-2:before {
    content: "\ead8"
}

.met-social-voucher-3:before {
    content: "\ead9"
}

.met-social-voucher-4:before {
    content: "\eada"
}

.met-social-wallet:before {
    content: "\eadb"
}

.met-social-wallet1:before {
    content: "\eadc"
}

.met-social-wifi:before {
    content: "\eadd"
}

.met-social-worker:before {
    content: "\eade"
}

.met-social-zoom-in:before {
    content: "\eadf"
}

.met-social-zoom-out:before {
    content: "\eae0"
}

.met-social-burger-menu:before {
    content: "\eae1"
}

.met-social-squares:before {
    content: "\eae2"
}

.met-social-options:before {
    content: "\eae3"
}

.met-social-apps:before {
    content: "\eae4"
}

.met-social-menu-1:before {
    content: "\eae5"
}

.met-social-menu1:before {
    content: "\eae6"
}

.met-social-back_up:before {
    content: "\eae7"
}

.met-social-cart1:before {
    content: "\eae8"
}

.met-social-checkmark:before {
    content: "\eae9"
}

.met-social-dollar:before {
    content: "\eaea"
}

.met-social-domian:before {
    content: "\eaeb"
}

.met-social-hosting:before {
    content: "\eaec"
}

.met-social-key2:before {
    content: "\eaed"
}

.met-social-migration:before {
    content: "\eaee"
}

.met-social-play1:before {
    content: "\eaef"
}

.met-social-quote2:before {
    content: "\eaf0"
}

.met-social-api_setup:before {
    content: "\eaf1"
}

.met-social-coin:before {
    content: "\eaf2"
}

.met-social-hand_shake:before {
    content: "\eaf3"
}

.met-social-idea_generate:before {
    content: "\eaf4"
}

.met-social-page_search:before {
    content: "\eaf5"
}

.met-social-pen_shape:before {
    content: "\eaf6"
}

.met-social-pencil_art:before {
    content: "\eaf7"
}

.met-social-review:before {
    content: "\eaf8"
}

.met-social-star:before {
    content: "\eaf9"
}

.met-social-timing:before {
    content: "\eafa"
}

.met-social-trophy:before {
    content: "\eafb"
}

.met-social-communication:before {
    content: "\eafc"
}

.met-social-money-bag:before {
    content: "\eafd"
}

.met-social-dentist:before {
    content: "\eafe"
}

.met-social-bill:before {
    content: "\eaff"
}

.met-social-label:before {
    content: "\eb00"
}

.met-social-money1:before {
    content: "\eb01"
}

.met-social-shield2:before {
    content: "\eb02"
}

.met-social-support1:before {
    content: "\eb03"
}

.met-social-one:before {
    content: "\eb04"
}

.met-social-clock3:before {
    content: "\eb05"
}

.met-social-cart2:before {
    content: "\eb06"
}

.met-social-globe:before {
    content: "\eb07"
}

.met-social-tooth:before {
    content: "\eb08"
}

.met-social-tooth-1:before {
    content: "\eb09"
}

.met-social-tooth-2:before {
    content: "\eb0a"
}

.met-social-brain:before {
    content: "\eb0b"
}

.met-social-view:before {
    content: "\eb0c"
}

.met-social-doctor:before {
    content: "\eb0d"
}

.met-social-heart2:before {
    content: "\eb0e"
}

.met-social-medicine:before {
    content: "\eb0f"
}

.met-social-stethoscope:before {
    content: "\eb10"
}

.met-social-hospital:before {
    content: "\eb11"
}

.met-social-clipboard2:before {
    content: "\eb12"
}

.met-social-medicine-1:before {
    content: "\eb13"
}

.met-social-hospital-1:before {
    content: "\eb14"
}

.met-social-customer-support:before {
    content: "\eb15"
}

.met-social-brickwall:before {
    content: "\eb16"
}

.met-social-crane1:before {
    content: "\eb17"
}

.met-social-valve:before {
    content: "\eb18"
}

.met-social-safety:before {
    content: "\eb19"
}

.met-social-energy-saving:before {
    content: "\eb1a"
}

.met-social-paint-roller:before {
    content: "\eb1b"
}

.met-social-paint-brushes:before {
    content: "\eb1c"
}

.met-social-construction-tool-vehicle-with-crane-lifting-materials:before {
    content: "\eb1d"
}

.met-social-trowel:before {
    content: "\eb1e"
}

.met-social-bucket:before {
    content: "\eb1f"
}

.met-social-smart:before {
    content: "\eb20"
}

.met-social-repair:before {
    content: "\eb21"
}

.met-social-saw:before {
    content: "\eb22"
}

.met-social-cutter:before {
    content: "\eb23"
}

.met-social-plier:before {
    content: "\eb24"
}

.met-social-drill:before {
    content: "\eb25"
}

.met-social-save-money:before {
    content: "\eb26"
}

.met-social-planting:before {
    content: "\eb27"
}

.met-social-line-chart1:before {
    content: "\eb28"
}

.met-social-open-book1:before {
    content: "\eb29"
}

.met-social-money-bag2:before {
    content: "\eb2a"
}

.met-social-server:before {
    content: "\eb2b"
}

.met-social-server-1:before {
    content: "\eb2c"
}

.met-social-server-2:before {
    content: "\eb2d"
}

.met-social-cloud-computing2:before {
    content: "\eb2e"
}

.met-social-cloud2:before {
    content: "\eb2f"
}

.met-social-database1:before {
    content: "\eb30"
}

.met-social-computer:before {
    content: "\eb31"
}

.met-social-server-3:before {
    content: "\eb32"
}

.met-social-server-4:before {
    content: "\eb33"
}

.met-social-server-5:before {
    content: "\eb34"
}

.met-social-server-6:before {
    content: "\eb35"
}

.met-social-server-7:before {
    content: "\eb36"
}

.met-social-cloud-1:before {
    content: "\eb37"
}

.met-social-server-8:before {
    content: "\eb38"
}

.met-social-business-and-finance:before {
    content: "\eb39"
}

.met-social-cloud-2:before {
    content: "\eb3a"
}

.met-social-server-9:before {
    content: "\eb3b"
}

.met-social-hosting1:before {
    content: "\eb3c"
}

.met-social-car2:before {
    content: "\eb3d"
}

.met-social-car-frontal-view:before {
    content: "\eb3e"
}

.met-social-car-1:before {
    content: "\eb3f"
}

.met-social-racing:before {
    content: "\eb40"
}

.met-social-car-wheel:before {
    content: "\eb41"
}

.met-social-steering-wheel:before {
    content: "\eb42"
}

.met-social-frontal-taxi-cab:before {
    content: "\eb43"
}

.met-social-taxi:before {
    content: "\eb44"
}

.met-social-cosmetics:before {
    content: "\eb45"
}

.met-social-flower:before {
    content: "\eb46"
}

.met-social-mirror:before {
    content: "\eb47"
}

.met-social-salon:before {
    content: "\eb48"
}

.met-social-hair-dryer:before {
    content: "\eb49"
}

.met-social-shampoo:before {
    content: "\eb4a"
}

.met-social-download-button:before {
    content: "\eb4b"
}

.met-social-list1:before {
    content: "\eb4c"
}

.met-social-loupe:before {
    content: "\eb4d"
}

.met-social-search2:before {
    content: "\eb4e"
}

.met-social-search-1:before {
    content: "\eb4f"
}

.met-social-shopping-cart3:before {
    content: "\eb50"
}

.met-social-menu2:before {
    content: "\eb51"
}

.met-social-menu-11:before {
    content: "\eb52"
}

.met-social-menu-button-of-three-horizontal-lines:before {
    content: "\eb53"
}

.met-social-menu-2:before {
    content: "\eb54"
}

.met-social-menu-3:before {
    content: "\eb55"
}

.met-social-menu-5:before {
    content: "\eb56"
}

.met-social-menu-button:before {
    content: "\eb57"
}

.met-social-list-1:before {
    content: "\eb58"
}

.met-social-menu-6:before {
    content: "\eb59"
}

.met-social-menu-7:before {
    content: "\eb5a"
}

.met-social-menu-8:before {
    content: "\eb5b"
}

.met-social-list-2:before {
    content: "\eb5c"
}

.met-social-dot:before {
    content: "\eb5d"
}

.met-social-menu-9:before {
    content: "\eb5e"
}

.met-social-search11:before {
    content: "\eb5f"
}

.met-social-search-minus:before {
    content: "\eb60"
}

.met-social-search-11:before {
    content: "\eb61"
}

.met-social-search-2:before {
    content: "\eb62"
}

.met-social-search-3:before {
    content: "\eb63"
}

.met-social-magnifying-glass-search:before {
    content: "\eb64"
}

.met-social-loupe1:before {
    content: "\eb65"
}

.met-social-speed:before {
    content: "\eb66"
}

.met-social-search21:before {
    content: "\eb67"
}

.met-social-search-4:before {
    content: "\eb68"
}

.met-social-search-5:before {
    content: "\eb69"
}

.met-social-detective:before {
    content: "\eb6a"
}

.met-social-itunes:before {
    content: "\eb6b"
}

.met-social-cart3:before {
    content: "\eb6c"
}

.met-social-buying-on-smartphone:before {
    content: "\eb6d"
}

.met-social-badge:before {
    content: "\eb6e"
}

.met-social-basket:before {
    content: "\eb6f"
}

.met-social-commerce-and-shopping:before {
    content: "\eb70"
}

.met-social-comment1:before {
    content: "\eb71"
}

.met-social-comment-1:before {
    content: "\eb72"
}

.met-social-share1:before {
    content: "\eb73"
}

.met-social-share-1:before {
    content: "\eb74"
}

.met-social-share-2:before {
    content: "\eb75"
}

.met-social-share-3:before {
    content: "\eb76"
}

.met-social-comment2:before {
    content: "\eb77"
}

.met-social-favorite1:before {
    content: "\eb78"
}

.met-social-retweet:before {
    content: "\eb79"
}

.met-social-share2:before {
    content: "\eb7a"
}

.met-social-facebook1:before {
    content: "\eb7b"
}

.met-social-twitter11:before {
    content: "\eb7c"
}

.met-social-linkedin1:before {
    content: "\eb7d"
}

.met-social-whatsapp-1:before {
    content: "\eb7e"
}

.met-social-dribbble1:before {
    content: "\eb7f"
}

.met-social-facebook-2:before {
    content: "\eb80"
}

.met-social-twitter111:before {
    content: "\eb81"
}

.met-social-vk:before {
    content: "\eb82"
}

.met-social-youtube-v:before {
    content: "\eb83"
}

.met-social-vimeo1:before {
    content: "\eb84"
}

.met-social-youtube1:before {
    content: "\eb85"
}

.met-social-snapchat-1:before {
    content: "\eb86"
}

.met-social-behance1:before {
    content: "\eb87"
}

.met-social-github1:before {
    content: "\eb88"
}

.met-social-pinterest1:before {
    content: "\eb89"
}

.met-social-spotify:before {
    content: "\eb8a"
}

.met-social-soundcloud-1:before {
    content: "\eb8b"
}

.met-social-skype-1:before {
    content: "\eb8c"
}

.met-social-rss1:before {
    content: "\eb8d"
}

.met-social-reddit-1:before {
    content: "\eb8e"
}

.met-social-dribbble-1:before {
    content: "\eb8f"
}

.met-social-wordpress-1:before {
    content: "\eb90"
}

.met-social-logo:before {
    content: "\eb91"
}

.met-social-dropbox-1:before {
    content: "\eb92"
}

.met-social-blogger-1:before {
    content: "\eb93"
}

.met-social-photo:before {
    content: "\eb94"
}

.met-social-hangouts:before {
    content: "\eb95"
}

.met-social-xing:before {
    content: "\eb96"
}

.met-social-myspace:before {
    content: "\eb97"
}

.met-social-flickr-1:before {
    content: "\eb98"
}

.met-social-envato:before {
    content: "\eb99"
}

.met-social-picasa-1:before {
    content: "\eb9a"
}

.met-social-wattpad:before {
    content: "\eb9b"
}

.met-social-emoji:before {
    content: "\eb9c"
}

.met-social-deviantart-1:before {
    content: "\eb9d"
}

.met-social-yahoo-1:before {
    content: "\eb9e"
}

.met-social-Anti-Lock:before {
    content: "\eb9f"
}

.met-social-apartment1:before {
    content: "\eba0"
}

.met-social-ek_stroke_icon:before {
    content: "\eba1"
}

.met-social-app:before {
    content: "\eba2"
}

.met-social-Aroma:before {
    content: "\eba3"
}

.met-social-vine-1:before {
    content: "\eba4"
}

.met-social-bambooLeaf:before {
    content: "\eba5"
}

.met-social-basket1:before {
    content: "\eba6"
}

.met-social-Battery:before {
    content: "\eba7"
}

.met-social-Bettery:before {
    content: "\eba8"
}

.met-social-building:before {
    content: "\eba9"
}

.met-social-car21:before {
    content: "\ebaa"
}

.met-social-Car:before {
    content: "\ebab"
}

.met-social-Child:before {
    content: "\ebac"
}

.met-social-cityscape:before {
    content: "\ebad"
}

.met-social-cleaner:before {
    content: "\ebae"
}

.met-social-Coffeecup:before {
    content: "\ebaf"
}

.met-social-coins1:before {
    content: "\ebb0"
}

.met-social-Computer:before {
    content: "\ebb1"
}

.met-social-Consultancy:before {
    content: "\ebb2"
}

.met-social-cottage:before {
    content: "\ebb3"
}

.met-social-crane2:before {
    content: "\ebb4"
}

.met-social-Customapi:before {
    content: "\ebb5"
}

.met-social-customersupport2:before {
    content: "\ebb6"
}

.met-social-Design2:before {
    content: "\ebb7"
}

.met-social-Design3:before {
    content: "\ebb8"
}

.met-social-design:before {
    content: "\ebb9"
}

.met-social-diamond3:before {
    content: "\ebba"
}

.met-social-diploma:before {
    content: "\ebbb"
}

.met-social-DocumentSearch:before {
    content: "\ebbc"
}

.met-social-Download:before {
    content: "\ebbd"
}

.met-social-drilling:before {
    content: "\ebbe"
}

.met-social-engine:before {
    content: "\ebbf"
}

.met-social-engineer:before {
    content: "\ebc0"
}

.met-social-envelope4:before {
    content: "\ebc1"
}

.met-social-Family:before {
    content: "\ebc2"
}

.met-social-friendship:before {
    content: "\ebc3"
}

.met-social-gift2:before {
    content: "\ebc4"
}

.met-social-graph2:before {
    content: "\ebc5"
}

.met-social-graph:before {
    content: "\ebc6"
}

.met-social-hamburger2:before {
    content: "\ebc7"
}

.met-social-handshake:before {
    content: "\ebc8"
}

.met-social-Helmet:before {
    content: "\ebc9"
}

.met-social-hotStone2:before {
    content: "\ebca"
}

.met-social-hotstone:before {
    content: "\ebcb"
}

.met-social-idea1:before {
    content: "\ebcc"
}

.met-social-Leaf:before {
    content: "\ebcd"
}

.met-social-management:before {
    content: "\ebce"
}

.met-social-Massagetable:before {
    content: "\ebcf"
}

.met-social-Mechanic:before {
    content: "\ebd0"
}

.met-social-delicious:before {
    content: "\ebd1"
}

.met-social-Money2:before {
    content: "\ebd2"
}

.met-social-money-bag3:before {
    content: "\ebd3"
}

.met-social-Money:before {
    content: "\ebd4"
}

.met-social-oilbottle:before {
    content: "\ebd5"
}

.met-social-Physiotherapy:before {
    content: "\ebd6"
}

.met-social-Profile:before {
    content: "\ebd7"
}

.met-social-Rating:before {
    content: "\ebd8"
}

.met-social-rightmark:before {
    content: "\ebd9"
}

.met-social-rings:before {
    content: "\ebda"
}

.met-social-Safehouse:before {
    content: "\ebdb"
}

.met-social-Scan:before {
    content: "\ebdc"
}

.met-social-social-care:before {
    content: "\ebdd"
}

.met-social-SpeedClock:before {
    content: "\ebde"
}

.met-social-stopwatch:before {
    content: "\ebdf"
}

.met-social-Support2:before {
    content: "\ebe0"
}

.met-social-target2:before {
    content: "\ebe1"
}

.met-social-Target:before {
    content: "\ebe2"
}

.met-social-tripod:before {
    content: "\ebe3"
}

.met-social-truck1:before {
    content: "\ebe4"
}

.met-social-university:before {
    content: "\ebe5"
}

.met-social-User:before {
    content: "\ebe6"
}

.met-social-WebPortals:before {
    content: "\ebe7"
}

.met-social-window:before {
    content: "\ebe8"
}

.met-social-ek_line_icon:before {
    content: "\ebe9"
}

.met-social-kickstarter-1:before {
    content: "\ebea"
}

.met-social-stumbleupon-1:before {
    content: "\ebeb"
}

.met-social-brands-and-logotypes:before {
    content: "\ebec"
}

.met-social-instagram-1:before {
    content: "\ebed"
}

.met-social-facebook-1:before {
    content: "\ebee"
}

.met-social-instagram-2:before {
    content: "\ebef"
}

.met-social-twitter-1:before {
    content: "\ebf0"
}

.met-social-whatsapp-2:before {
    content: "\ebf1"
}

.met-social-youtube-1:before {
    content: "\ebf2"
}

.met-social-linkedin-1:before {
    content: "\ebf3"
}

.met-social-telegram1:before {
    content: "\ebf4"
}

.met-social-github-1:before {
    content: "\ebf5"
}

.met-social-vk-1:before {
    content: "\ebf6"
}

.met-social-pinterest-1:before {
    content: "\ebf7"
}

.met-social-rss-1:before {
    content: "\ebf8"
}

.met-social-twitch:before {
    content: "\ebf9"
}

.met-social-snapchat-2:before {
    content: "\ebfa"
}

.met-social-skype-2:before {
    content: "\ebfb"
}

.met-social-behance-2:before {
    content: "\ebfc"
}

.met-social-spotify-1:before {
    content: "\ebfd"
}

.met-social-periscope:before {
    content: "\ebfe"
}

.met-social-dribbble-2:before {
    content: "\ebff"
}

.met-social-tumblr-1:before {
    content: "\ec00"
}

.met-social-soundcloud-2:before {
    content: "\ec01"
}

.met-social-google-drive-1:before {
    content: "\ec02"
}

.met-social-dropbox-2:before {
    content: "\ec03"
}

.met-social-reddit-2:before {
    content: "\ec04"
}

.met-social-html:before {
    content: "\ec05"
}

.met-social-vimeo-1:before {
    content: "\ec06"
}

.met-social-hangout:before {
    content: "\ec07"
}

.met-social-blogger-2:before {
    content: "\ec08"
}

.met-social-yahoo-2:before {
    content: "\ec09"
}

.met-social-path:before {
    content: "\ec0a"
}

.met-social-yelp-1:before {
    content: "\ec0b"
}

.met-social-slideshare:before {
    content: "\ec0c"
}

.met-social-picasa-2:before {
    content: "\ec0d"
}

.met-social-myspace-1:before {
    content: "\ec0e"
}

.met-social-flickr-2:before {
    content: "\ec0f"
}

.met-social-xing-1:before {
    content: "\ec10"
}

.met-social-envato-1:before {
    content: "\ec11"
}

.met-social-swarm:before {
    content: "\ec12"
}

.met-social-wattpad-1:before {
    content: "\ec13"
}

.met-social-foursquare:before {
    content: "\ec14"
}

.met-social-deviantart-2:before {
    content: "\ec15"
}

.met-social-kickstarter-2:before {
    content: "\ec16"
}

.met-social-delicious-1:before {
    content: "\ec17"
}

.met-social-vine-2:before {
    content: "\ec18"
}

.met-social-digg1:before {
    content: "\ec19"
}

.met-social-bebo:before {
    content: "\ec1a"
}

.met-social-stumbleupon-2:before {
    content: "\ec1b"
}

.met-social-forrst:before {
    content: "\ec1c"
}

.met-social-eye3:before {
    content: "\ec1d"
}

.met-social-microscope:before {
    content: "\ec1e"
}

.met-social-calendar-page-empty:before {
    content: "\ec1f"
}

.met-social-calendar3:before {
    content: "\ec20"
}

.met-social-folder2:before {
    content: "\ec21"
}

.met-social-user-registration:before {
    content: "\ec22"
}

.met-social-vertical-timeline:before {
    content: "\ec23"
}

.met-social-video-player:before {
    content: "\ec24"
}

.met-social-weather:before {
    content: "\ec25"
}

.met-social-twitter:before {
    content: "\e900"
}

/*! EnlighterJS Syntax Highlighter 3.6.0 | Mozilla Public License 2.0 | https://enlighterjs.org */

.enlighter-tooltip {
    visibility: hidden;
    width: 140px;
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 8px 0;
    border-radius: 5px;
    position: absolute;
    z-index: 10;
    bottom: 30px;
    transform: translateX(-42%)
}

.enlighter-tooltip::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #000 transparent transparent transparent
}

.enlighter-default {
    font-family: "Source Code Pro", "Liberation Mono", "Courier New", Courier, monospace;
    font-size: 12px;
    line-height: 1.35em;
    white-space: pre-wrap;
    word-wrap: break-word;
    margin: 0 0 20px 0;
    padding: 0;
    position: relative;
    text-align: left;
    direction: ltr
}

.enlighter-default .enlighter-special:hover {
    background-color: #f4f8fc
}

.enlighter-default .enlighter-raw {
    display: none;
    min-width: 100%;
    line-height: inherit;
    font-size: 1em;
    font-family: inherit;
    margin: 0;
    padding: 0;
    white-space: pre-wrap;
    word-wrap: break-word;
    border: none;
    box-shadow: none
}

.enlighter-default:hover .enlighter-toolbar {
    display: block
}

.enlighter-default .enlighter-btn {
    display: inline-block;
    margin: 0 5px 0 5px;
    padding: 3px 5px 3px 5px;
    border: solid 1px #333;
    background-color: #f0f0f0;
    cursor: pointer;
    font-family: inherit
}

.enlighter-default .enlighter-btn:hover .enlighter-tooltip {
    visibility: visible
}

.enlighter-default .enlighter-toolbar .enlighter-btn-raw {
    background-image: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2246px%22%20height%3D%2246px%22%20viewBox%3D%220%200%2046%2046%22%20enable-background%3D%22new%200%200%2046%2046%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20d%3D%22M19.436%2C36.875L6.568%2C25.002v-3.863L19.436%2C9.267v5.041l-9.583%2C8.668v0.188l9.583%2C8.669V36.875z%22%2F%3E%0D%0A%09%3Cpath%20d%3D%22M26.343%2C36.875v-5.041l9.583-8.669v-0.188l-9.583-8.668V9.267l12.868%2C11.872v3.863L26.343%2C36.875z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A)
}

.enlighter-default .enlighter-toolbar .enlighter-btn-copy {
    background-image: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2246px%22%20height%3D%2246px%22%20viewBox%3D%220%200%2046%2046%22%20enable-background%3D%22new%200%200%2046%2046%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%224%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2253.75%22%20y1%3D%2239.353%22%20x2%3D%2286.375%22%20y2%3D%2239.353%22%2F%3E%0D%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%224%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2251.711%22%20y1%3D%2230.534%22%20x2%3D%2284.336%22%20y2%3D%2230.534%22%2F%3E%0D%0A%3Crect%20x%3D%228.932%22%20y%3D%227.334%22%20fill%3D%22%23FFFFFF%22%20stroke%3D%22%23000000%22%20stroke-width%3D%223%22%20stroke-miterlimit%3D%2210%22%20width%3D%2221.097%22%20height%3D%2224.952%22%2F%3E%0D%0A%3Crect%20x%3D%2218.942%22%20y%3D%2215.424%22%20fill%3D%22%23FFFFFF%22%20stroke%3D%22%23000000%22%20stroke-width%3D%223%22%20stroke-miterlimit%3D%2210%22%20width%3D%2221.096%22%20height%3D%2224.953%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A)
}

.enlighter-default .enlighter-toolbar .enlighter-btn-window {
    background-image: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2246px%22%20height%3D%2246px%22%20viewBox%3D%220%200%2046%2046%22%20enable-background%3D%22new%200%200%2046%2046%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%224%22%20stroke-miterlimit%3D%2210%22%20x1%3D%227.125%22%20y1%3D%229.25%22%20x2%3D%2239.75%22%20y2%3D%229.25%22%2F%3E%0D%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%224%22%20stroke-miterlimit%3D%2210%22%20x1%3D%227.125%22%20y1%3D%2218.167%22%20x2%3D%2239.75%22%20y2%3D%2218.167%22%2F%3E%0D%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%224%22%20stroke-miterlimit%3D%2210%22%20x1%3D%227.125%22%20y1%3D%2227.083%22%20x2%3D%2239.75%22%20y2%3D%2227.083%22%2F%3E%0D%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%224%22%20stroke-miterlimit%3D%2210%22%20x1%3D%227.125%22%20y1%3D%2236%22%20x2%3D%2229.809%22%20y2%3D%2236%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A)
}

.enlighter-default .enlighter-toolbar .enlighter-btn-website {
    background-image: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22E%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2246px%22%20height%3D%2246px%22%20viewBox%3D%220%200%2046%2046%22%20enable-background%3D%22new%200%200%2046%2046%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%23202F65%22%20d%3D%22M32.48%2C25.614H19.64l-4.933%2C9.826l17.746%2C0.037l-6.173%2C5.358L8.167%2C40.912L16.29%2C6.055h22.974l-5.734%2C5.354%0D%0A%09%09l-13.306-0.027l0.672%2C8.797h12.841L32.48%2C25.614z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A)
}

.enlighter-code {
    overflow: hidden
}

.enlighter-origin {
    display: none !important
}

.enlighter-clipboard {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 1px;
    height: 1px;
    overflow: hidden
}

.enlighter-v-inline {
    display: inline-block;
    overflow: inherit;
    margin: 0
}

.enlighter-v-standard {
    display: block
}

.enlighter-v-codegroup {
    display: block
}

.enlighter-v-codegroup .enlighter-codegroup-wrapper {
    position: relative
}

.enlighter-v-codegroup .enlighter-code {
    display: none
}

.enlighter-v-codegroup .enlighter-toolbar {
    top: 44px
}

div.enlighter {
    display: table;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    min-width: 100%;
    font-size: 1em;
    margin: 0;
    padding: 0;
    text-indent: 0;
    counter-reset: enlighter 0
}

div.enlighter>div {
    display: table-row;
    margin: 0;
    border: solid 0 #fff;
    list-style: none;
    font-size: inherit;
    line-height: 1.15em;
    min-height: 14px
}

div.enlighter>div>div {
    display: table-cell;
    padding-left: 10px
}

div.enlighter>div>div::before {
    content: " "
}

span.enlighter {
    display: inline-block;
    padding: 3px 5px 1px 5px;
    margin: 0 2px 0 2px
}

.enlighter span {
    margin: 0;
    padding: 0;
    line-height: inherit;
    font-size: 1em;
    font-family: inherit
}

.enlighter-linenumbers div.enlighter>div::before {
    white-space: nowrap;
    display: block;
    display: table-cell;
    width: 45px;
    min-width: 45px;
    counter-increment: enlighter;
    content: counter(enlighter, decimal) ".";
    text-align: right;
    padding-right: 8px
}

.enlighter-toolbar {
    display: none;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10
}

.enlighter-toolbar-bottom {
    top: unset;
    bottom: 0
}

.enlighter-overflow-scroll.enlighter-v-codegroup .enlighter-code,
.enlighter-overflow-scroll.enlighter-v-standard .enlighter-code {
    overflow-x: auto;
    word-wrap: normal !important
}

.enlighter-overflow-scroll.enlighter-v-codegroup .enlighter>div>div,
.enlighter-overflow-scroll.enlighter-v-standard .enlighter>div>div {
    white-space: pre !important
}

.enlighter-overflow-scroll.enlighter-v-codegroup .enlighter-raw,
.enlighter-overflow-scroll.enlighter-v-standard .enlighter-raw {
    white-space: pre !important
}

.enlighter-collapse.enlighter-v-codegroup .enlighter-code,
.enlighter-collapse.enlighter-v-standard .enlighter-code {
    overflow-y: auto;
    max-height: 500px
}

.enlighter-collapse.enlighter-collapse-full.enlighter-v-standard .enlighter-code {
    max-height: none
}

.enlighter-collapse.enlighter-collapse-full.enlighter-v-codegroup .enlighter-codegroup-wrapper {
    max-height: none
}

.enlighter-show-rawcode .enlighter-raw {
    display: block
}

.enlighter-show-rawcode .enlighter {
    display: none !important
}

.enlighter-t-enlighter {
    color: #939393;
    border-radius: 8px;
    border: solid 1px #e0e0e0
}

.enlighter-t-enlighter .enlighter-btn {
    border-radius: 3px;
    background-color: #fff;
    color: #717171;
    font-size: 1em;
    padding: 0;
    border: 1px solid #e0e0e0;
    margin: 0 0 0 8px;
    text-decoration: none;
    width: 23px;
    height: 23px;
    background-position: 0 0;
    background-size: contain
}

.enlighter-t-enlighter .enlighter-btn:hover {
    border-color: #c9c9c9
}

.enlighter-t-enlighter .enlighter-btn:after {
    content: ''
}

.enlighter-t-enlighter.enlighter-hover.enlighter-linenumbers div.enlighter>div:hover {
    color: #444;
    background-color: #fffcd3
}

.enlighter-t-enlighter.enlighter-hover div.enlighter>div:hover {
    color: #444;
    background-color: #fffcd3
}

.enlighter-t-enlighter .enlighter-raw {
    font-size: 1em;
    color: #000;
    background-color: #f9f9f9;
    border-radius: 8px;
    line-height: 1.4em;
    padding: 0 5px 0 60px
}

.enlighter-t-enlighter div.enlighter>div {
    border: solid 0 #fff;
    line-height: 1.35em;
    color: #aaa
}

.enlighter-t-enlighter div.enlighter>div:FIRST-CHILD {
    border-radius: 8px 8px 0 0
}

.enlighter-t-enlighter div.enlighter>div:LAST-CHILD {
    border-radius: 0 0 8px 8px
}

.enlighter-t-enlighter div.enlighter>div.enlighter-special {
    background-color: #fdf5f0
}

.enlighter-t-enlighter.enlighter-linenumbers div.enlighter>div::before {
    border-right: solid 1px #e0e0e0;
    background-color: #f9f9f9
}

.enlighter-t-enlighter.enlighter-linenumbers div.enlighter>div:FIRST-CHILD::before {
    border-radius: 8px 0 0 0
}

.enlighter-t-enlighter.enlighter-linenumbers div.enlighter>div:LAST-CHILD::before {
    border-radius: 0 0 0 8px
}

.enlighter-t-enlighter .enlighter-text {
    color: #000
}

.enlighter-t-enlighter .enlighter-c0 {
    color: #99a
}

.enlighter-t-enlighter .enlighter-c1 {
    color: #99a
}

.enlighter-t-enlighter .enlighter-c2 {
    color: #99a
}

.enlighter-t-enlighter .enlighter-c9 {
    color: #9baa8f
}

.enlighter-t-enlighter .enlighter-k0 {
    color: #286491;
    font-weight: 700
}

.enlighter-t-enlighter .enlighter-k1 {
    color: #286491;
    font-weight: 700
}

.enlighter-t-enlighter .enlighter-k2 {
    color: #458;
    font-weight: 700
}

.enlighter-t-enlighter .enlighter-k3 {
    color: #4da0d2;
    background-color: #f0f0f0
}

.enlighter-t-enlighter .enlighter-k4 {
    color: #4a9141;
    font-weight: 700
}

.enlighter-t-enlighter .enlighter-k5 {
    color: #286491;
    font-weight: 700
}

.enlighter-t-enlighter .enlighter-k6 {
    color: #286491;
    font-style: italic
}

.enlighter-t-enlighter .enlighter-k7 {
    color: #286491;
    font-weight: 700
}

.enlighter-t-enlighter .enlighter-k8 {
    color: #4da0d2
}

.enlighter-t-enlighter .enlighter-k9 {
    color: #990073;
    font-weight: 700
}

.enlighter-t-enlighter .enlighter-k10 {
    color: #4a9141;
    font-style: italic
}

.enlighter-t-enlighter .enlighter-k11 {
    color: #99a
}

.enlighter-t-enlighter .enlighter-e0 {
    color: #34068a;
    font-weight: 700
}

.enlighter-t-enlighter .enlighter-e1 {
    color: #34068a;
    font-weight: 700
}

.enlighter-t-enlighter .enlighter-e2 {
    color: #009926
}

.enlighter-t-enlighter .enlighter-e3 {
    color: #286491
}

.enlighter-t-enlighter .enlighter-e4 {
    color: #ff8c00;
    font-style: italic
}

.enlighter-t-enlighter .enlighter-s0 {
    color: #d14
}

.enlighter-t-enlighter .enlighter-s1 {
    color: #d14
}

.enlighter-t-enlighter .enlighter-s2 {
    color: #d14
}

.enlighter-t-enlighter .enlighter-s3 {
    color: #737383
}

.enlighter-t-enlighter .enlighter-s4 {
    color: #ff8c00;
    font-weight: 700
}

.enlighter-t-enlighter .enlighter-s5 {
    color: #d14;
    font-style: italic
}

.enlighter-t-enlighter .enlighter-n0 {
    color: #099
}

.enlighter-t-enlighter .enlighter-n1 {
    color: #099
}

.enlighter-t-enlighter .enlighter-n2 {
    color: #099;
    font-style: italic
}

.enlighter-t-enlighter .enlighter-n3 {
    color: #099;
    font-style: italic
}

.enlighter-t-enlighter .enlighter-n4 {
    color: #099;
    font-style: italic
}

.enlighter-t-enlighter .enlighter-n5 {
    color: #099;
    text-decoration: underline
}

.enlighter-t-enlighter .enlighter-m0 {
    color: #0086b3
}

.enlighter-t-enlighter .enlighter-m1 {
    color: #0086b3
}

.enlighter-t-enlighter .enlighter-m2 {
    color: #0086b3
}

.enlighter-t-enlighter .enlighter-m3 {
    color: #0086b3
}

.enlighter-t-enlighter .enlighter-g0 {
    color: #777
}

.enlighter-t-enlighter .enlighter-g1 {
    color: #777
}

.enlighter-t-enlighter .enlighter-t0 {
    color: #777
}

.enlighter-t-enlighter .enlighter-t1 {
    color: #d14;
    font-weight: 700
}

.enlighter-t-enlighter .enlighter-t2 {
    color: #990073;
    font-weight: 700
}

.enlighter-t-enlighter .enlighter-t3 {
    color: #0086b3
}

.enlighter-t-enlighter .enlighter-t4 {
    color: #009926
}

.enlighter-t-enlighter .enlighter-t5 {
    color: #009926
}

.enlighter-t-enlighter .enlighter-t6 {
    color: #d14
}

.enlighter-t-enlighter .enlighter-t7 {
    color: #535353;
    font-weight: 700
}

.enlighter-t-enlighter .enlighter-t8 {
    color: #777;
    background-color: #f0f0f0;
    font-style: italic
}

.enlighter-t-enlighter .enlighter-x1 {
    color: #286491;
    font-weight: 700
}

.enlighter-t-enlighter .enlighter-x2 {
    color: #4da0d2
}

.enlighter-t-enlighter .enlighter-x10 {
    color: #000;
    font-weight: 700
}

.enlighter-t-enlighter .enlighter-x11 {
    color: #286491;
    font-weight: 700
}

.enlighter-t-enlighter .enlighter-x12 {
    color: #286491;
    text-decoration: underline
}

.enlighter-t-enlighter .enlighter-x13 {
    color: #0086b3
}

.enlighter-t-enlighter .enlighter-x14 {
    color: #099;
    font-style: italic
}

.enlighter-t-enlighter .enlighter-x15 {
    color: #990073;
    font-style: italic
}

.enlighter-t-enlighter.enlighter-v-inline {
    border-radius: 3px;
    background-color: #fafafa
}

.enlighter-t-enlighter.enlighter-v-codegroup .enlighter,
.enlighter-t-enlighter.enlighter-v-codegroup .enlighter-raw {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.enlighter-t-enlighter.enlighter-v-codegroup .enlighter div:first-child {
    border-radius: 0
}

.enlighter-t-enlighter.enlighter-v-codegroup .enlighter-codegroup-wrapper {
    position: relative
}

.enlighter-t-enlighter.enlighter-v-codegroup .enlighter-codegroup-switch {
    border-radius: 8px 8px 0 0;
    background-color: #f9f9f9;
    border-bottom: 1px solid #e0e0e0;
    padding: 5px 5px 5px 45px
}

.enlighter-t-enlighter.enlighter-v-codegroup .enlighter-codegroup-switch .enlighter-btn {
    padding: 3px 10px 3px 10px;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
    font-size: 1em;
    color: #000;
    background-color: transparent;
    width: auto
}

.enlighter-t-enlighter.enlighter-v-codegroup .enlighter-codegroup-switch .enlighter-btn.enlighter-active {
    background-color: #e5e5e5;
    color: #000;
    border-color: #c9c9c9
}

.enlighter-t-beyond {
    color: #333;
    background-color: #f7f7fa;
    border-radius: 5px;
    border: solid 2px #e2e2e8;
    padding: 10px 10px 10px 5px
}

.enlighter-t-beyond .enlighter-btn {
    border-radius: 3px;
    background-color: #fff;
    color: #717171;
    padding: 0;
    border: 1px solid #e0e0e0;
    margin: 0 0 0 8px;
    width: 23px;
    height: 23px;
    background-position: 0 0;
    background-size: contain;
    font-family: "Open Sans", Arial, Verdana, sans-serif
}

.enlighter-t-beyond .enlighter-btn:hover {
    border-color: #c9c9c9
}

.enlighter-t-beyond .enlighter-btn:after {
    content: ''
}

.enlighter-t-beyond.enlighter-hover div.enlighter>div:hover {
    color: #444;
    background-color: #fff
}

.enlighter-t-beyond.enlighter-hover div.enlighter>div:hover.enlighter-special {
    background-color: #fffcd3;
    border: solid 0 #fff;
    color: #444
}

.enlighter-t-beyond .enlighter-raw {
    background-color: #f7f7fa;
    font-size: 1.1em;
    color: #333;
    padding: 10px 15px 10px 59px;
    line-height: 1.7em
}

.enlighter-t-beyond div.enlighter>div {
    border: solid 0 #fff;
    padding: 1px 5px 1px 10px;
    line-height: 1.5em;
    color: #aaa;
    background-color: #f7f7fa
}

.enlighter-t-beyond div.enlighter>div:FIRST-CHILD {
    border-radius: 8px 8px 0 0
}

.enlighter-t-beyond div.enlighter>div:LAST-CHILD {
    border-radius: 0 0 8px 8px
}

.enlighter-t-beyond div.enlighter>div:AFTER {
    content: ' '
}

.enlighter-t-beyond div.enlighter>div.enlighter-special {
    background-color: #fff
}

.enlighter-t-beyond.enlighter-linenumbers div.enlighter>div::before {
    padding: 1px 5px 1px 14px;
    font-size: .9em
}

.enlighter-t-beyond.enlighter-linenumbers div.enlighter>div:FIRST-CHILD::before {
    border-radius: 0 8px 0 0
}

.enlighter-t-beyond.enlighter-linenumbers div.enlighter>div:LAST-CHILD::before {
    border-radius: 0 0 8px 0
}

.enlighter-t-beyond .enlighter span {
    font-size: 1.1em
}

.enlighter-t-beyond .enlighter-text {
    color: #2f3235
}

.enlighter-t-beyond .enlighter-c0 {
    color: #8181a1
}

.enlighter-t-beyond .enlighter-c1 {
    color: #8181a1
}

.enlighter-t-beyond .enlighter-c2 {
    color: #8181a1
}

.enlighter-t-beyond .enlighter-c9 {
    color: #8181a1
}

.enlighter-t-beyond .enlighter-k0 {
    color: #286491;
    font-weight: 700
}

.enlighter-t-beyond .enlighter-k1 {
    color: #286491;
    font-weight: 700
}

.enlighter-t-beyond .enlighter-k2 {
    color: #458;
    font-weight: 700
}

.enlighter-t-beyond .enlighter-k3 {
    color: #4da0d2;
    background-color: #f0f0f0
}

.enlighter-t-beyond .enlighter-k4 {
    color: #4a9141;
    font-weight: 700
}

.enlighter-t-beyond .enlighter-k5 {
    color: #286491;
    font-weight: 700
}

.enlighter-t-beyond .enlighter-k6 {
    color: #286491;
    font-style: italic
}

.enlighter-t-beyond .enlighter-k7 {
    color: #286491;
    font-weight: 700
}

.enlighter-t-beyond .enlighter-k8 {
    color: #4da0d2
}

.enlighter-t-beyond .enlighter-k9 {
    color: #990073;
    font-weight: 700
}

.enlighter-t-beyond .enlighter-k10 {
    color: #4a9141;
    font-style: italic
}

.enlighter-t-beyond .enlighter-k11 {
    color: #8181a1
}

.enlighter-t-beyond .enlighter-e0 {
    color: #34068a;
    font-weight: 700
}

.enlighter-t-beyond .enlighter-e1 {
    color: #34068a;
    font-weight: 700
}

.enlighter-t-beyond .enlighter-e2 {
    color: #009926
}

.enlighter-t-beyond .enlighter-e3 {
    color: #286491
}

.enlighter-t-beyond .enlighter-e4 {
    color: #049595;
    font-style: italic
}

.enlighter-t-beyond .enlighter-s0 {
    color: #d14
}

.enlighter-t-beyond .enlighter-s1 {
    color: #d14
}

.enlighter-t-beyond .enlighter-s2 {
    color: #d14
}

.enlighter-t-beyond .enlighter-s3 {
    color: #737383
}

.enlighter-t-beyond .enlighter-s4 {
    color: #049595;
    font-weight: 700
}

.enlighter-t-beyond .enlighter-s5 {
    color: #d14;
    font-style: italic
}

.enlighter-t-beyond .enlighter-n0 {
    color: #099
}

.enlighter-t-beyond .enlighter-n1 {
    color: #099
}

.enlighter-t-beyond .enlighter-n2 {
    color: #099;
    font-style: italic
}

.enlighter-t-beyond .enlighter-n3 {
    color: #099;
    font-style: italic
}

.enlighter-t-beyond .enlighter-n4 {
    color: #099;
    font-style: italic
}

.enlighter-t-beyond .enlighter-n5 {
    color: #099;
    text-decoration: underline
}

.enlighter-t-beyond .enlighter-m0 {
    color: #0086b3
}

.enlighter-t-beyond .enlighter-m1 {
    color: #0086b3
}

.enlighter-t-beyond .enlighter-m2 {
    color: #0086b3
}

.enlighter-t-beyond .enlighter-m3 {
    color: #0086b3
}

.enlighter-t-beyond .enlighter-g0 {
    color: #777
}

.enlighter-t-beyond .enlighter-g1 {
    color: #777
}

.enlighter-t-beyond .enlighter-t0 {
    color: #777
}

.enlighter-t-beyond .enlighter-t1 {
    color: #d14;
    font-weight: 700
}

.enlighter-t-beyond .enlighter-t2 {
    color: #990073;
    font-weight: 700
}

.enlighter-t-beyond .enlighter-t3 {
    color: #0086b3
}

.enlighter-t-beyond .enlighter-t4 {
    color: #009926
}

.enlighter-t-beyond .enlighter-t5 {
    color: #009926
}

.enlighter-t-beyond .enlighter-t6 {
    color: #d14
}

.enlighter-t-beyond .enlighter-t7 {
    color: #535353;
    font-weight: 700
}

.enlighter-t-beyond .enlighter-t8 {
    color: #777;
    background-color: #f0f0f0;
    font-style: italic
}

.enlighter-t-beyond .enlighter-x1 {
    color: #286491;
    font-weight: 700
}

.enlighter-t-beyond .enlighter-x2 {
    color: #4da0d2
}

.enlighter-t-beyond .enlighter-x10 {
    color: #000;
    font-weight: 700
}

.enlighter-t-beyond .enlighter-x11 {
    color: #286491;
    font-weight: 700
}

.enlighter-t-beyond .enlighter-x12 {
    color: #286491;
    text-decoration: underline
}

.enlighter-t-beyond .enlighter-x13 {
    color: #0086b3
}

.enlighter-t-beyond .enlighter-x14 {
    color: #099;
    font-style: italic
}

.enlighter-t-beyond .enlighter-x15 {
    color: #990073;
    font-style: italic
}

.enlighter-t-beyond.enlighter-v-inline {
    border-radius: 3px;
    background-color: #f7f7fa;
    border: dotted 1px #e2e2e8;
    padding: 0
}

.enlighter-t-beyond.enlighter-v-codegroup {
    padding: 0;
    border: none
}

.enlighter-t-beyond.enlighter-v-codegroup .enlighter-codegroup-wrapper {
    background-color: #f7f7fa;
    border-radius: 5px;
    border: solid 2px #e2e2e8;
    padding: 10px 10px 10px 5px
}

.enlighter-t-beyond.enlighter-v-codegroup .enlighter-codegroup-switch {
    background-color: #fff;
    padding: 0 0 0 45px
}

.enlighter-t-beyond.enlighter-v-codegroup .enlighter-codegroup-switch .enlighter-btn {
    border: solid 2px #e2e2e8;
    border-radius: 5px 5px 0 0;
    font-size: 1em;
    color: #286491;
    font-weight: 700;
    background-color: #fff;
    border-bottom: none;
    padding: 3px 10px 3px 10px;
    width: auto
}

.enlighter-t-beyond.enlighter-v-codegroup .enlighter-codegroup-switch .enlighter-btn.enlighter-active {
    background-color: #e2e2e8;
    border-color: #d8d8dd;
    color: #505050;
    font-weight: 700
}

.enlighter-t-classic {
    background-color: #fff;
    border: 1px solid #e8e8e2
}

.enlighter-t-classic .enlighter-btn {
    background-color: #fff;
    color: #717171;
    font-size: 1em;
    padding: 0;
    border: 1px solid #e0e0e0;
    margin: 0 0 0 8px;
    text-decoration: none;
    width: 23px;
    height: 23px;
    background-position: 0 0;
    background-size: contain;
    font-family: "Open Sans", Arial, Verdana, sans-serif
}

.enlighter-t-classic .enlighter-btn:hover {
    border-color: #c9c9c9
}

.enlighter-t-classic .enlighter-btn:after {
    content: ''
}

.enlighter-t-classic.enlighter-hover div.enlighter>div:hover {
    background-color: #ddf0dd
}

.enlighter-t-classic .enlighter-raw {
    font-size: 1.25em;
    color: #000;
    line-height: 1.85em;
    padding: 4px 5px 4px 58px
}

.enlighter-t-classic div.enlighter {
    line-height: 1.7em
}

.enlighter-t-classic div.enlighter>div {
    padding: 1px 5px 1px 14px;
    line-height: 1.7em;
    color: #aaa
}

.enlighter-t-classic div.enlighter>div>div {
    border-left: solid 4px #52ce52
}

.enlighter-t-classic div.enlighter>div:FIRST-CHILD {
    padding-top: 5px
}

.enlighter-t-classic div.enlighter>div:LAST-CHILD {
    padding-bottom: 5px
}

.enlighter-t-classic div.enlighter>div:AFTER {
    content: ' '
}

.enlighter-t-classic div.enlighter>div:nth-child(even) {
    background-color: #f8f8f8
}

.enlighter-t-classic div.enlighter>div.enlighter-special {
    background-color: #edf9ec;
    border-left-color: #3fa03f
}

.enlighter-t-classic.enlighter-linenumbers div.enlighter>div::before {
    padding: 1px 5px 1px 14px;
    color: #000;
    background-color: #f8f8f8;
    font-size: 1.15em;
    width: 55px;
    min-width: 55px
}

.enlighter-t-classic .enlighter span {
    font-size: 1.25em
}

.enlighter-t-classic .enlighter-text {
    color: #000
}

.enlighter-t-classic .enlighter-c0 {
    color: #888
}

.enlighter-t-classic .enlighter-c1 {
    color: #888
}

.enlighter-t-classic .enlighter-c2 {
    color: #888
}

.enlighter-t-classic .enlighter-c9 {
    color: #888
}

.enlighter-t-classic .enlighter-k0 {
    color: #066da1;
    font-weight: 700
}

.enlighter-t-classic .enlighter-k1 {
    color: #066da1;
    font-weight: 700
}

.enlighter-t-classic .enlighter-k2 {
    color: #404247;
    font-weight: 700
}

.enlighter-t-classic .enlighter-k3 {
    color: #404247;
    background-color: #f0f0f0
}

.enlighter-t-classic .enlighter-k4 {
    color: #404247;
    font-weight: 700
}

.enlighter-t-classic .enlighter-k5 {
    color: #404247;
    font-weight: 700
}

.enlighter-t-classic .enlighter-k6 {
    color: #066da1;
    font-style: italic
}

.enlighter-t-classic .enlighter-k7 {
    color: #066da1;
    font-weight: 700
}

.enlighter-t-classic .enlighter-k8 {
    color: #404247
}

.enlighter-t-classic .enlighter-k9 {
    color: #d53aa9;
    font-weight: 700
}

.enlighter-t-classic .enlighter-k10 {
    color: #404247;
    font-style: italic
}

.enlighter-t-classic .enlighter-k11 {
    color: #888
}

.enlighter-t-classic .enlighter-e0 {
    color: #d53aa9;
    font-weight: 700
}

.enlighter-t-classic .enlighter-e1 {
    color: #d53aa9;
    font-weight: 700
}

.enlighter-t-classic .enlighter-e2 {
    color: #009926
}

.enlighter-t-classic .enlighter-e3 {
    color: #d53aa9
}

.enlighter-t-classic .enlighter-e4 {
    color: #d53aa9;
    font-style: italic
}

.enlighter-t-classic .enlighter-s0 {
    color: #2d47e6
}

.enlighter-t-classic .enlighter-s1 {
    color: #2d47e6
}

.enlighter-t-classic .enlighter-s2 {
    color: #2d47e6
}

.enlighter-t-classic .enlighter-s3 {
    color: #2d47e6
}

.enlighter-t-classic .enlighter-s4 {
    color: #2d47e6;
    font-weight: 700
}

.enlighter-t-classic .enlighter-s5 {
    color: #d53aa9;
    font-weight: 700
}

.enlighter-t-classic .enlighter-n0 {
    color: #d53aa9
}

.enlighter-t-classic .enlighter-n1 {
    color: #d53aa9
}

.enlighter-t-classic .enlighter-n2 {
    color: #d53aa9
}

.enlighter-t-classic .enlighter-n3 {
    color: #d53aa9
}

.enlighter-t-classic .enlighter-n4 {
    color: #d53aa9
}

.enlighter-t-classic .enlighter-n5 {
    color: #d53aa9
}

.enlighter-t-classic .enlighter-m0 {
    color: #404247
}

.enlighter-t-classic .enlighter-m1 {
    color: #404247
}

.enlighter-t-classic .enlighter-m2 {
    color: #404247
}

.enlighter-t-classic .enlighter-m3 {
    color: #404247
}

.enlighter-t-classic .enlighter-g0 {
    color: #444
}

.enlighter-t-classic .enlighter-g1 {
    color: #444
}

.enlighter-t-classic .enlighter-t0 {
    color: #444
}

.enlighter-t-classic .enlighter-t1 {
    color: #d53aa9;
    font-weight: 700
}

.enlighter-t-classic .enlighter-t2 {
    color: #d53aa9;
    font-weight: 700
}

.enlighter-t-classic .enlighter-t3 {
    color: #066da1
}

.enlighter-t-classic .enlighter-t4 {
    color: #009926
}

.enlighter-t-classic .enlighter-t5 {
    color: #009926
}

.enlighter-t-classic .enlighter-t6 {
    color: #d53aa9
}

.enlighter-t-classic .enlighter-t7 {
    color: #444;
    font-weight: 700
}

.enlighter-t-classic .enlighter-t8 {
    color: #444;
    background-color: #f0f0f0;
    font-style: italic
}

.enlighter-t-classic .enlighter-x1 {
    color: #066da1;
    font-weight: 700
}

.enlighter-t-classic .enlighter-x2 {
    color: #404247;
    font-weight: 700
}

.enlighter-t-classic .enlighter-x10 {
    color: #000;
    font-weight: 700
}

.enlighter-t-classic .enlighter-x11 {
    color: #286491;
    font-weight: 700
}

.enlighter-t-classic .enlighter-x12 {
    color: #286491;
    text-decoration: underline
}

.enlighter-t-classic .enlighter-x13 {
    color: #0086b3
}

.enlighter-t-classic .enlighter-x14 {
    color: #099;
    font-style: italic
}

.enlighter-t-classic .enlighter-x15 {
    color: #990073;
    font-style: italic
}

.enlighter-t-classic.enlighter-v-inline {
    background-color: transparent;
    border: none
}

.enlighter-t-classic.enlighter-v-codegroup {
    display: block
}

.enlighter-t-classic.enlighter-v-codegroup .enlighter-codegroup-wrapper {
    position: relative
}

.enlighter-t-classic.enlighter-v-codegroup .enlighter-codegroup-switch {
    background-color: #f8f8f8;
    padding-left: 45px
}

.enlighter-t-classic.enlighter-v-codegroup .enlighter-codegroup-switch .enlighter-btn {
    border: none;
    font-size: 1.25em;
    line-height: 2.1em;
    width: auto;
    height: auto;
    background-color: transparent;
    padding: 5px 10px 5px 10px
}

.enlighter-t-classic.enlighter-v-codegroup .enlighter-codegroup-switch .enlighter-btn.enlighter-active {
    background-color: #52ce52;
    color: #f9f9f9;
    font-weight: 700
}

.enlighter-t-godzilla {
    border-left: solid 6px #4a80b3;
    background-image: url(data:image/gif;base64,R0lGODlhHgAeAJEAAPLz9ezt7vf39wAAACwAAAAAHgAeAAACYYyPqXvi/wCccr5gY3Y1491Z4fRlI3Rem5ByaymurQBT8nuDuM57wA8MCodEQA2V8yRjm6OmZ3G6oKSlrWlFYqlaJffpNWUvxbL5J2WNHenZrL2mxd/znfjLrm/v/Kg+UwAAOw==);
    background-repeat: repeat;
    background-position: 0 0
}

.enlighter-t-godzilla .enlighter-btn {
    border-radius: 3px;
    background-color: #fff;
    color: #717171;
    font-size: 1em;
    padding: 0;
    border: 1px solid #e0e0e0;
    margin: 0 0 0 8px;
    text-decoration: none;
    width: 23px;
    height: 23px;
    background-position: 0 0;
    background-size: contain
}

.enlighter-t-godzilla .enlighter-btn:hover {
    border-color: #c9c9c9
}

.enlighter-t-godzilla .enlighter-btn:after {
    content: ''
}

.enlighter-t-godzilla.enlighter-hover div.enlighter>div:hover {
    background-color: #f0f0f1
}

.enlighter-t-godzilla .enlighter-raw {
    font-size: 1.15em;
    line-height: 1.6em;
    color: #2b333a;
    padding: 4px 5px 4px 54px
}

.enlighter-t-godzilla div.enlighter>div {
    padding: 1px 5px 1px 14px;
    line-height: 1.35em;
    color: #9c9ea0
}

.enlighter-t-godzilla div.enlighter>div:FIRST-CHILD {
    padding-top: 5px
}

.enlighter-t-godzilla div.enlighter>div:LAST-CHILD {
    padding-bottom: 5px
}

.enlighter-t-godzilla div.enlighter>div:AFTER {
    content: ' '
}

.enlighter-t-godzilla div.enlighter>div.enlighter-special {
    background-color: #fffcd3
}

.enlighter-t-godzilla.enlighter-linenumbers div.enlighter>div::before {
    padding: 1px 5px 1px 14px;
    background-color: transparent;
    font-size: .9em
}

.enlighter-t-godzilla .enlighter span {
    font-size: 1.15em
}

.enlighter-t-godzilla .enlighter-text {
    color: #2b333a
}

.enlighter-t-godzilla .enlighter-c0 {
    color: #6b7c8b
}

.enlighter-t-godzilla .enlighter-c1 {
    color: #6b7c8b
}

.enlighter-t-godzilla .enlighter-c2 {
    color: #6b7c8b
}

.enlighter-t-godzilla .enlighter-c9 {
    color: #5b7c9c
}

.enlighter-t-godzilla .enlighter-k0 {
    color: #085789;
    font-weight: 700
}

.enlighter-t-godzilla .enlighter-k1 {
    color: #085789;
    font-weight: 700
}

.enlighter-t-godzilla .enlighter-k2 {
    color: #4284ae;
    font-weight: 700
}

.enlighter-t-godzilla .enlighter-k3 {
    color: #4284ae;
    background-color: #f0f0f0
}

.enlighter-t-godzilla .enlighter-k4 {
    color: #4284ae;
    font-weight: 700
}

.enlighter-t-godzilla .enlighter-k5 {
    color: #085789;
    font-weight: 700
}

.enlighter-t-godzilla .enlighter-k6 {
    color: #085789;
    font-style: italic
}

.enlighter-t-godzilla .enlighter-k7 {
    color: #085789;
    font-weight: 700
}

.enlighter-t-godzilla .enlighter-k8 {
    color: #4284ae
}

.enlighter-t-godzilla .enlighter-k9 {
    color: #ae42a0;
    font-weight: 700
}

.enlighter-t-godzilla .enlighter-k10 {
    color: #ae42a0;
    font-style: italic
}

.enlighter-t-godzilla .enlighter-k11 {
    color: #6b7c8b
}

.enlighter-t-godzilla .enlighter-e0 {
    color: #085789;
    font-weight: 700
}

.enlighter-t-godzilla .enlighter-e1 {
    color: #085789;
    font-weight: 700
}

.enlighter-t-godzilla .enlighter-e2 {
    color: #085789
}

.enlighter-t-godzilla .enlighter-e3 {
    color: #085789
}

.enlighter-t-godzilla .enlighter-e4 {
    color: #d2901d
}

.enlighter-t-godzilla .enlighter-s0 {
    color: #5e860f
}

.enlighter-t-godzilla .enlighter-s1 {
    color: #5e860f
}

.enlighter-t-godzilla .enlighter-s2 {
    color: #5e860f
}

.enlighter-t-godzilla .enlighter-s3 {
    color: #5e860f
}

.enlighter-t-godzilla .enlighter-s4 {
    color: #5e860f
}

.enlighter-t-godzilla .enlighter-s5 {
    color: #5e860f
}

.enlighter-t-godzilla .enlighter-n0 {
    color: #9b0d5c
}

.enlighter-t-godzilla .enlighter-n1 {
    color: #9b0d5c
}

.enlighter-t-godzilla .enlighter-n2 {
    color: #9b0d5c;
    font-style: italic
}

.enlighter-t-godzilla .enlighter-n3 {
    color: #9b0d5c;
    font-style: italic
}

.enlighter-t-godzilla .enlighter-n4 {
    color: #9b0d5c;
    font-style: italic
}

.enlighter-t-godzilla .enlighter-n5 {
    color: #9b0d5c;
    text-decoration: underline
}

.enlighter-t-godzilla .enlighter-m0 {
    color: #d0284a
}

.enlighter-t-godzilla .enlighter-m1 {
    color: #d0284a
}

.enlighter-t-godzilla .enlighter-m2 {
    color: #d0284a
}

.enlighter-t-godzilla .enlighter-m3 {
    color: #d0284a
}

.enlighter-t-godzilla .enlighter-g0 {
    color: #35434c
}

.enlighter-t-godzilla .enlighter-g1 {
    color: #35434c
}

.enlighter-t-godzilla .enlighter-t0 {
    color: #35434c
}

.enlighter-t-godzilla .enlighter-t1 {
    color: #d0284a;
    font-weight: 700
}

.enlighter-t-godzilla .enlighter-t2 {
    color: #9b0d5c;
    font-weight: 700
}

.enlighter-t-godzilla .enlighter-t3 {
    color: #085789
}

.enlighter-t-godzilla .enlighter-t4 {
    color: #085789
}

.enlighter-t-godzilla .enlighter-t5 {
    color: #085789
}

.enlighter-t-godzilla .enlighter-t6 {
    color: #d0284a
}

.enlighter-t-godzilla .enlighter-t7 {
    color: #35434c;
    font-weight: 700
}

.enlighter-t-godzilla .enlighter-t8 {
    color: #35434c;
    background-color: #f0f0f0;
    font-style: italic
}

.enlighter-t-godzilla .enlighter-x1 {
    color: #085789;
    font-weight: 700
}

.enlighter-t-godzilla .enlighter-x2 {
    color: #4284ae
}

.enlighter-t-godzilla .enlighter-x10 {
    color: #35434c;
    font-weight: 700
}

.enlighter-t-godzilla .enlighter-x11 {
    color: #085789;
    font-weight: 700
}

.enlighter-t-godzilla .enlighter-x12 {
    color: #085789;
    text-decoration: underline
}

.enlighter-t-godzilla .enlighter-x13 {
    color: #4284ae
}

.enlighter-t-godzilla .enlighter-x14 {
    color: #4284ae;
    font-style: italic
}

.enlighter-t-godzilla .enlighter-x15 {
    color: #9b0d5c;
    font-style: italic
}

.enlighter-t-godzilla.enlighter-v-inline {
    background-color: #f7f7f7;
    border: dotted 1px #e0e0e1;
    border-left: solid 2px #4a80b3
}

.enlighter-t-godzilla.enlighter-v-codegroup .enlighter-codegroup-switch {
    font-family: "Open Sans", Arial, Verdana, sans-serif;
    background-color: #4a80b3;
    padding: 5px 5px 5px 5px
}

.enlighter-t-godzilla.enlighter-v-codegroup .enlighter-codegroup-switch .enlighter-btn {
    padding: 3px 10px 3px 10px;
    border: none;
    background-color: transparent;
    line-height: 1.7em;
    font-size: 1.15em;
    color: #f0f0f0;
    width: auto
}

.enlighter-t-godzilla.enlighter-v-codegroup .enlighter-codegroup-switch .enlighter-btn.enlighter-active {
    background-color: #00417f
}

.enlighter-t-atomic {
    font-family: Inconsolata, Consolas, "Source Code Pro", "Liberation Mono", "Courier New", Courier, monospace;
    background-color: #272b33;
    font-size: 12px;
    color: #939393
}

.enlighter-t-atomic .enlighter-toolbar {
    top: 10px;
    right: 10px
}

.enlighter-t-atomic .enlighter-btn {
    font-family: "Open Sans", Arial, Verdana, sans-serif;
    background-image: none;
    background-color: transparent;
    color: #939393;
    font-size: 1.1em;
    padding: 2px 8px 2px 8px;
    margin: 0 5px 0 5px;
    border: solid 1px #383e49;
    border-radius: 4px;
    background-color: #13151a
}

.enlighter-t-atomic .enlighter-btn:hover {
    background-color: #121518;
    color: #f0f0f0
}

.enlighter-t-atomic .enlighter-toolbar .enlighter-btn-raw {
    background-image: none
}

.enlighter-t-atomic .enlighter-toolbar .enlighter-btn-raw:after {
    content: 'Raw'
}

.enlighter-t-atomic .enlighter-toolbar .enlighter-btn-copy {
    background-image: none
}

.enlighter-t-atomic .enlighter-toolbar .enlighter-btn-copy:after {
    content: 'Copy'
}

.enlighter-t-atomic .enlighter-toolbar .enlighter-btn-window {
    background-image: none
}

.enlighter-t-atomic .enlighter-toolbar .enlighter-btn-window:after {
    content: 'Extern'
}

.enlighter-t-atomic .enlighter-toolbar .enlighter-btn-website {
    background-image: none
}

.enlighter-t-atomic .enlighter-toolbar .enlighter-btn-website:after {
    content: 'EnlighterJS'
}

.enlighter-t-atomic .enlighter-raw {
    font-size: 1.4em;
    color: #cfd5e0;
    background-color: #272b33;
    line-height: 1.85em;
    padding: 4px 5px 4px 54px
}

.enlighter-t-atomic div.enlighter>div {
    padding: 1px 5px 1px 14px;
    line-height: 1.6em;
    color: #596174;
    background-color: #272b33
}

.enlighter-t-atomic div.enlighter>div:FIRST-CHILD {
    padding-top: 5px
}

.enlighter-t-atomic div.enlighter>div:LAST-CHILD {
    padding-bottom: 5px
}

.enlighter-t-atomic div.enlighter>div:AFTER {
    content: ' '
}

.enlighter-t-atomic div.enlighter>div.enlighter-special {
    background-color: #392d3b
}

.enlighter-t-atomic.enlighter-linenumbers div.enlighter>div::before {
    padding: 1px 5px 1px 14px;
    font-size: 1.3em
}

.enlighter-t-atomic.enlighter-hover div.enlighter>div:hover {
    background-color: #2e353e
}

.enlighter-t-atomic .enlighter span {
    font-size: 1.4em
}

.enlighter-t-atomic .enlighter-text {
    color: #cfd5e0
}

.enlighter-t-atomic .enlighter-c0 {
    color: #6b7c8b
}

.enlighter-t-atomic .enlighter-c1 {
    color: #6b7c8b
}

.enlighter-t-atomic .enlighter-c2 {
    color: #6b7c8b
}

.enlighter-t-atomic .enlighter-c9 {
    color: #5b7c9c
}

.enlighter-t-atomic .enlighter-k0 {
    color: #d171dd;
    font-weight: 700
}

.enlighter-t-atomic .enlighter-k1 {
    color: #d171dd;
    font-weight: 700
}

.enlighter-t-atomic .enlighter-k2 {
    color: #d19252;
    border-bottom: dotted 1px #d19252
}

.enlighter-t-atomic .enlighter-k3 {
    color: #4284ae
}

.enlighter-t-atomic .enlighter-k4 {
    color: #4284ae;
    font-weight: 700
}

.enlighter-t-atomic .enlighter-k5 {
    color: #d171dd;
    font-weight: 700
}

.enlighter-t-atomic .enlighter-k6 {
    color: #d171dd;
    font-style: italic
}

.enlighter-t-atomic .enlighter-k7 {
    color: #d171dd;
    font-weight: 700
}

.enlighter-t-atomic .enlighter-k8 {
    color: #4284ae
}

.enlighter-t-atomic .enlighter-k9 {
    color: #fff
}

.enlighter-t-atomic .enlighter-k10 {
    color: #4284ae;
    font-style: italic
}

.enlighter-t-atomic .enlighter-k11 {
    color: #6b7c8b
}

.enlighter-t-atomic .enlighter-e0 {
    color: #d171dd;
    font-weight: 700
}

.enlighter-t-atomic .enlighter-e1 {
    color: #d171dd;
    font-weight: 700
}

.enlighter-t-atomic .enlighter-e2 {
    color: #d19252
}

.enlighter-t-atomic .enlighter-e3 {
    color: #ae42a0
}

.enlighter-t-atomic .enlighter-e4 {
    color: #d2901d;
    font-style: italic
}

.enlighter-t-atomic .enlighter-s0 {
    color: #7cc379
}

.enlighter-t-atomic .enlighter-s1 {
    color: #7cc379
}

.enlighter-t-atomic .enlighter-s2 {
    color: #7cc379
}

.enlighter-t-atomic .enlighter-s3 {
    color: #7cc379
}

.enlighter-t-atomic .enlighter-s4 {
    color: #7cc379;
    font-weight: 700
}

.enlighter-t-atomic .enlighter-s5 {
    color: #5e860f;
    font-style: italic
}

.enlighter-t-atomic .enlighter-n0 {
    color: #d19a66
}

.enlighter-t-atomic .enlighter-n1 {
    color: #d19a66
}

.enlighter-t-atomic .enlighter-n2 {
    color: #d19a66
}

.enlighter-t-atomic .enlighter-n3 {
    color: #d19a66
}

.enlighter-t-atomic .enlighter-n4 {
    color: #d19a66
}

.enlighter-t-atomic .enlighter-n5 {
    color: #d19a66
}

.enlighter-t-atomic .enlighter-m0 {
    color: #4284ae
}

.enlighter-t-atomic .enlighter-m1 {
    color: #4284ae
}

.enlighter-t-atomic .enlighter-m2 {
    color: #4284ae
}

.enlighter-t-atomic .enlighter-m3 {
    color: #4284ae
}

.enlighter-t-atomic .enlighter-g0 {
    color: #6b7c8b;
    font-weight: 700
}

.enlighter-t-atomic .enlighter-g1 {
    color: #6b7c8b;
    font-weight: 700
}

.enlighter-t-atomic .enlighter-t0 {
    color: #6b7c8b
}

.enlighter-t-atomic .enlighter-t1 {
    color: #9b0d5c;
    font-weight: 700
}

.enlighter-t-atomic .enlighter-t2 {
    color: #990073;
    font-weight: 700
}

.enlighter-t-atomic .enlighter-t3 {
    color: #d171dd
}

.enlighter-t-atomic .enlighter-t4 {
    color: #4284ae
}

.enlighter-t-atomic .enlighter-t5 {
    color: #4284ae
}

.enlighter-t-atomic .enlighter-t6 {
    color: #9b0d5c
}

.enlighter-t-atomic .enlighter-t7 {
    color: #6b7c8b;
    font-weight: 700
}

.enlighter-t-atomic .enlighter-t8 {
    color: #6b7c8b
}

.enlighter-t-atomic .enlighter-x1 {
    color: #d171dd;
    font-weight: 700
}

.enlighter-t-atomic .enlighter-x2 {
    color: #d19252;
    border-bottom: dotted 1px #d19252
}

.enlighter-t-atomic .enlighter-x10 {
    color: #d171dd;
    font-weight: 700
}

.enlighter-t-atomic .enlighter-x11 {
    color: #d171dd;
    font-weight: 700
}

.enlighter-t-atomic .enlighter-x12 {
    color: #d171dd;
    text-decoration: underline
}

.enlighter-t-atomic .enlighter-x13 {
    color: #d19252;
    border-bottom: dotted 1px #d19252
}

.enlighter-t-atomic .enlighter-x14 {
    color: #d19a66;
    font-style: italic
}

.enlighter-t-atomic .enlighter-x15 {
    color: #9b0d5c;
    font-style: italic
}

.enlighter-t-atomic.enlighter-v-codegroup .enlighter-codegroup-wrapper {
    position: relative
}

.enlighter-t-atomic.enlighter-v-codegroup .enlighter-codegroup-switch {
    padding: 5px 5px 0 45px;
    background-color: #121518
}

.enlighter-t-atomic.enlighter-v-codegroup .enlighter-codegroup-switch .enlighter-btn {
    padding: 2px 8px 0 8px;
    border: none;
    background-color: transparent;
    line-height: 2.1em;
    font-weight: 700;
    color: #f0f0f0;
    border-radius: 5px 5px 0 0;
    text-transform: lowercase
}

.enlighter-t-atomic.enlighter-v-codegroup .enlighter-codegroup-switch .enlighter-btn.enlighter-active {
    background-color: #272b33
}

.enlighter-t-droide {
    background-color: #f7f7f9;
    border: solid 1px #e0e0e0
}

.enlighter-t-droide .enlighter-btn {
    background-color: #fff;
    color: #717171;
    font-size: 1em;
    padding: 0;
    border: 1px solid #e0e0e0;
    margin: 0 0 0 8px;
    text-decoration: none;
    width: 23px;
    height: 23px;
    background-position: 0 0;
    background-size: contain
}

.enlighter-t-droide .enlighter-btn:hover {
    background-color: #fff
}

.enlighter-t-droide .enlighter-btn:after {
    content: ''
}

.enlighter-t-droide.enlighter-hover div.enlighter>div:hover {
    background-color: #fae9d9
}

.enlighter-t-droide .enlighter-raw {
    font-size: 1.1em;
    color: #404141;
    line-height: 1.5em;
    padding: 4px 5px 4px 55px
}

.enlighter-t-droide div.enlighter>div {
    border: solid 0 #fff;
    padding: 1px 5px 1px 14px;
    line-height: 1.35em;
    color: #aaa
}

.enlighter-t-droide div.enlighter>div:FIRST-CHILD {
    padding-top: 5px
}

.enlighter-t-droide div.enlighter>div:LAST-CHILD {
    padding-bottom: 5px
}

.enlighter-t-droide div.enlighter>div:AFTER {
    content: ' '
}

.enlighter-t-droide div.enlighter>div.enlighter-special {
    background-color: #fae9d9;
    border-left: solid 5px #e07c19
}

.enlighter-t-droide.enlighter-linenumbers div.enlighter>div::before {
    padding: 1px 5px 1px 0;
    border-right: 1px dashed #e0e0e0;
    font-size: .9em;
    color: #707070;
    background-color: #f7f7f9
}

.enlighter-t-droide .enlighter span {
    font-size: 1.1em
}

.enlighter-t-droide .enlighter-text {
    color: #000
}

.enlighter-t-droide .enlighter-c0 {
    color: #086b08
}

.enlighter-t-droide .enlighter-c1 {
    color: #086b08
}

.enlighter-t-droide .enlighter-c2 {
    color: #086b08
}

.enlighter-t-droide .enlighter-c9 {
    color: #086b08
}

.enlighter-t-droide .enlighter-k0 {
    color: #12217c;
    font-weight: 700
}

.enlighter-t-droide .enlighter-k1 {
    color: #12217c;
    font-weight: 700
}

.enlighter-t-droide .enlighter-k2 {
    color: #458;
    font-weight: 700
}

.enlighter-t-droide .enlighter-k3 {
    color: #6e0d6e
}

.enlighter-t-droide .enlighter-k4 {
    color: #6e0d6e;
    font-weight: 700
}

.enlighter-t-droide .enlighter-k5 {
    color: #12217c;
    font-weight: 700
}

.enlighter-t-droide .enlighter-k6 {
    color: #12217c;
    font-style: italic
}

.enlighter-t-droide .enlighter-k7 {
    color: #12217c;
    font-weight: 700
}

.enlighter-t-droide .enlighter-k8 {
    color: #458
}

.enlighter-t-droide .enlighter-k9 {
    color: #990073;
    font-weight: 700
}

.enlighter-t-droide .enlighter-k10 {
    color: #6e0d6e;
    font-style: italic
}

.enlighter-t-droide .enlighter-k11 {
    color: #086b08
}

.enlighter-t-droide .enlighter-e0 {
    color: #34068a;
    font-weight: 700
}

.enlighter-t-droide .enlighter-e1 {
    color: #34068a;
    font-weight: 700
}

.enlighter-t-droide .enlighter-e2 {
    color: #009926
}

.enlighter-t-droide .enlighter-e3 {
    color: #286491
}

.enlighter-t-droide .enlighter-e4 {
    color: #ff8c00;
    font-style: italic
}

.enlighter-t-droide .enlighter-s0 {
    color: #961414
}

.enlighter-t-droide .enlighter-s1 {
    color: #961414
}

.enlighter-t-droide .enlighter-s2 {
    color: #961414
}

.enlighter-t-droide .enlighter-s3 {
    color: #961414
}

.enlighter-t-droide .enlighter-s4 {
    color: #963f14;
    font-weight: 700
}

.enlighter-t-droide .enlighter-s5 {
    color: #961414;
    font-style: italic
}

.enlighter-t-droide .enlighter-n0 {
    color: #007f7f
}

.enlighter-t-droide .enlighter-n1 {
    color: #007f7f
}

.enlighter-t-droide .enlighter-n2 {
    color: #007f7f;
    font-style: italic
}

.enlighter-t-droide .enlighter-n3 {
    color: #007f7f;
    font-style: italic
}

.enlighter-t-droide .enlighter-n4 {
    color: #007f7f;
    font-style: italic
}

.enlighter-t-droide .enlighter-n5 {
    color: #007f7f;
    text-decoration: underline
}

.enlighter-t-droide .enlighter-m0 {
    color: #000
}

.enlighter-t-droide .enlighter-m1 {
    color: #000
}

.enlighter-t-droide .enlighter-m2 {
    color: #000
}

.enlighter-t-droide .enlighter-m3 {
    color: #000
}

.enlighter-t-droide .enlighter-g0 {
    color: #12217c
}

.enlighter-t-droide .enlighter-g1 {
    color: #12217c
}

.enlighter-t-droide .enlighter-t0 {
    color: #777
}

.enlighter-t-droide .enlighter-t1 {
    color: #961414;
    font-weight: 700
}

.enlighter-t-droide .enlighter-t2 {
    color: #990073;
    font-weight: 700
}

.enlighter-t-droide .enlighter-t3 {
    color: #458
}

.enlighter-t-droide .enlighter-t4 {
    color: #6e0d6e
}

.enlighter-t-droide .enlighter-t5 {
    color: #6e0d6e
}

.enlighter-t-droide .enlighter-t6 {
    color: #961414
}

.enlighter-t-droide .enlighter-t7 {
    color: #535353;
    font-weight: 700
}

.enlighter-t-droide .enlighter-t8 {
    color: #777;
    font-style: italic
}

.enlighter-t-droide .enlighter-x1 {
    color: #12217c;
    font-weight: 700
}

.enlighter-t-droide .enlighter-x2 {
    color: #6e0d6e
}

.enlighter-t-droide .enlighter-x10 {
    color: #12217c;
    font-weight: 700
}

.enlighter-t-droide .enlighter-x11 {
    color: #12217c;
    font-weight: 700
}

.enlighter-t-droide .enlighter-x12 {
    color: #458
}

.enlighter-t-droide .enlighter-x13 {
    color: #007f7f
}

.enlighter-t-droide .enlighter-x14 {
    color: #007f7f
}

.enlighter-t-droide .enlighter-x15 {
    color: #990073;
    font-style: italic
}

.enlighter-t-droide.enlighter-v-codegroup {
    background-color: transparent;
    border: none
}

.enlighter-t-droide.enlighter-v-codegroup .enlighter-codegroup-wrapper {
    background-color: #f7f7f9;
    border: solid 1px #e0e0e0
}

.enlighter-t-droide.enlighter-v-codegroup .enlighter-codegroup-switch {
    padding-left: 15px
}

.enlighter-t-droide.enlighter-v-codegroup .enlighter-codegroup-switch .enlighter-btn {
    border: solid 1px #e0e0e0;
    font-size: 1em;
    color: #000;
    background-color: transparent;
    border-radius: 0;
    border-bottom-width: 0;
    padding: 5px 10px 5px 10px;
    font-weight: 700;
    width: auto;
    height: auto
}

.enlighter-t-droide.enlighter-v-codegroup .enlighter-codegroup-switch .enlighter-btn.enlighter-active {
    background-color: #f7f7f9;
    color: #000;
    border-color: #c9c9c9
}

.enlighter-t-minimal {
    border-top: solid 3px #e0e0e0;
    border-bottom: solid 3px #e0e0e0;
    background-color: transparent;
    padding: 10px 0 10px 0
}

.enlighter-t-minimal .enlighter-btn {
    background-color: #fff;
    color: #717171;
    font-size: 1em;
    padding: 0;
    border: 1px solid #e0e0e0;
    margin: 0 0 0 8px;
    text-decoration: none;
    width: 23px;
    height: 23px;
    background-position: 0 0;
    background-size: contain
}

.enlighter-t-minimal .enlighter-btn:after {
    content: ''
}

.enlighter-t-minimal.enlighter-hover div.enlighter>div:hover {
    background-color: #f0f0f0
}

.enlighter-t-minimal .enlighter-raw {
    font-size: 1.1em;
    line-height: 1.75em;
    padding: 13px 5px 15px 50px;
    color: #404141
}

.enlighter-t-minimal div.enlighter>div {
    border: solid 0 #fff;
    background-color: transparent;
    padding: 1px 5px 1px 0;
    line-height: 1.5em;
    color: #a0a0a0
}

.enlighter-t-minimal div.enlighter>div:FIRST-CHILD {
    padding-top: 5px
}

.enlighter-t-minimal div.enlighter>div:LAST-CHILD {
    padding-bottom: 5px
}

.enlighter-t-minimal div.enlighter>div:AFTER {
    content: ' '
}

.enlighter-t-minimal div.enlighter>div.enlighter-special {
    background-color: #f9f9f9
}

.enlighter-t-minimal.enlighter-linenumbers div.enlighter>div::before {
    padding: 1px 10px 1px 10px;
    font-size: .8em;
    color: #404141
}

.enlighter-t-minimal .enlighter span {
    font-size: 1.1em
}

.enlighter-t-minimal .enlighter-text {
    color: #2a2a2a
}

.enlighter-t-minimal .enlighter-c0 {
    color: #a0a0a0
}

.enlighter-t-minimal .enlighter-c1 {
    color: #a0a0a0
}

.enlighter-t-minimal .enlighter-c2 {
    color: #a0a0a0
}

.enlighter-t-minimal .enlighter-c9 {
    color: #a0a0a0
}

.enlighter-t-minimal .enlighter-k0 {
    color: #12217c;
    font-weight: 700
}

.enlighter-t-minimal .enlighter-k1 {
    color: #12217c;
    font-weight: 700
}

.enlighter-t-minimal .enlighter-k2 {
    color: #458;
    border-bottom: dotted 1px #458
}

.enlighter-t-minimal .enlighter-k3 {
    color: #458;
    border-bottom: dotted 1px #458
}

.enlighter-t-minimal .enlighter-k4 {
    color: #458;
    border-bottom: dotted 1px #458
}

.enlighter-t-minimal .enlighter-k5 {
    color: #12217c;
    font-weight: 700
}

.enlighter-t-minimal .enlighter-k6 {
    color: #12217c;
    font-style: italic
}

.enlighter-t-minimal .enlighter-k7 {
    color: #12217c;
    font-weight: 700
}

.enlighter-t-minimal .enlighter-k8 {
    color: #458
}

.enlighter-t-minimal .enlighter-k9 {
    color: #990073
}

.enlighter-t-minimal .enlighter-k10 {
    color: #990073
}

.enlighter-t-minimal .enlighter-k11 {
    color: #a0a0a0
}

.enlighter-t-minimal .enlighter-e0 {
    color: #458;
    border-bottom: dotted 1px #458
}

.enlighter-t-minimal .enlighter-e1 {
    color: #458;
    border-bottom: dotted 1px #458
}

.enlighter-t-minimal .enlighter-e2 {
    color: #996700;
    border-bottom: solid 1px #996700
}

.enlighter-t-minimal .enlighter-e3 {
    color: #458;
    border-bottom: dotted 1px #458
}

.enlighter-t-minimal .enlighter-e4 {
    color: #458;
    border-bottom: dotted 1px #458
}

.enlighter-t-minimal .enlighter-s0 {
    color: #217908;
    border-bottom: dotted 1px #387905
}

.enlighter-t-minimal .enlighter-s1 {
    color: #217908;
    border-bottom: dotted 1px #387905
}

.enlighter-t-minimal .enlighter-s2 {
    color: #cf6a4c
}

.enlighter-t-minimal .enlighter-s3 {
    color: #217908;
    border-bottom: dotted 1px #387905
}

.enlighter-t-minimal .enlighter-s4 {
    color: #217908;
    border-bottom: dotted 1px #387905
}

.enlighter-t-minimal .enlighter-s5 {
    color: #217908;
    border-bottom: dotted 1px #387905
}

.enlighter-t-minimal .enlighter-n0 {
    color: #a61d1b;
    font-weight: 700
}

.enlighter-t-minimal .enlighter-n1 {
    color: #a61d1b;
    font-weight: 700
}

.enlighter-t-minimal .enlighter-n2 {
    color: #a61d1b;
    font-weight: 700
}

.enlighter-t-minimal .enlighter-n3 {
    color: #a61d1b;
    font-weight: 700
}

.enlighter-t-minimal .enlighter-n4 {
    color: #a61d1b;
    font-weight: 700
}

.enlighter-t-minimal .enlighter-n5 {
    color: #a61d1b;
    font-weight: 700
}

.enlighter-t-minimal .enlighter-m0 {
    color: #12217c;
    background-color: #e0e0e0
}

.enlighter-t-minimal .enlighter-m1 {
    color: #12217c;
    background-color: #e0e0e0
}

.enlighter-t-minimal .enlighter-m2 {
    color: #12217c;
    background-color: #e0e0e0
}

.enlighter-t-minimal .enlighter-m3 {
    color: #12217c;
    background-color: #e0e0e0
}

.enlighter-t-minimal .enlighter-g0 {
    color: #12217c
}

.enlighter-t-minimal .enlighter-g1 {
    color: #2a2a2a
}

.enlighter-t-minimal .enlighter-t0 {
    color: #a0a0a0
}

.enlighter-t-minimal .enlighter-t1 {
    color: #387905;
    font-weight: 700
}

.enlighter-t-minimal .enlighter-t2 {
    color: #990073;
    font-weight: 700
}

.enlighter-t-minimal .enlighter-t3 {
    color: #458
}

.enlighter-t-minimal .enlighter-t4 {
    color: #458
}

.enlighter-t-minimal .enlighter-t5 {
    color: #458
}

.enlighter-t-minimal .enlighter-t6 {
    color: #387905
}

.enlighter-t-minimal .enlighter-t7 {
    color: #a0a0a0;
    font-weight: 700
}

.enlighter-t-minimal .enlighter-t8 {
    color: #a0a0a0;
    font-style: italic
}

.enlighter-t-minimal .enlighter-x1 {
    color: #12217c;
    font-weight: 700
}

.enlighter-t-minimal .enlighter-x2 {
    color: #458;
    border-bottom: dotted 1px #458
}

.enlighter-t-minimal .enlighter-x10 {
    color: #12217c;
    font-weight: 700
}

.enlighter-t-minimal .enlighter-x11 {
    color: #12217c;
    font-weight: 700
}

.enlighter-t-minimal .enlighter-x12 {
    color: #458
}

.enlighter-t-minimal .enlighter-x13 {
    color: #a61d1b;
    font-weight: 700
}

.enlighter-t-minimal .enlighter-x14 {
    color: #a61d1b;
    font-weight: 700
}

.enlighter-t-minimal .enlighter-x15 {
    color: #990073
}

.enlighter-t-minimal.enlighter-v-inline {
    background-color: transparent;
    border: none;
    padding: 0
}

.enlighter-t-minimal.enlighter-v-codegroup {
    border-top: none;
    padding-top: 0
}

.enlighter-t-minimal.enlighter-v-codegroup .enlighter-codegroup-wrapper {
    border-top: solid 3px #e0e0e0;
    padding-top: 10px
}

.enlighter-t-minimal.enlighter-v-codegroup .enlighter-codegroup-switch {
    padding-left: 5px;
    padding-bottom: 5px
}

.enlighter-t-minimal.enlighter-v-codegroup .enlighter-codegroup-switch .enlighter-btn {
    font-size: 1em;
    color: #000;
    background-color: transparent;
    font-weight: 700;
    text-transform: uppercase;
    padding: 1px 6px 1px 6px;
    border: none;
    width: auto;
    height: auto
}

.enlighter-t-minimal.enlighter-v-codegroup .enlighter-codegroup-switch .enlighter-btn.enlighter-active {
    background-color: #e0e0e0;
    color: #2a2a2a
}

.enlighter-t-eclipse {
    color: #787878;
    border-radius: 5px;
    border: solid 8px #f3f3f3;
    background-color: #fff
}

.enlighter-t-eclipse .enlighter-toolbar {
    top: 15px;
    right: 15px
}

.enlighter-t-eclipse .enlighter-btn {
    background-color: #fff;
    color: #717171;
    font-size: 1em;
    padding: 0;
    border: 1px solid #e0e0e0;
    margin: 0 0 0 8px;
    text-decoration: none;
    width: 23px;
    height: 23px;
    background-position: 0 0;
    background-size: contain;
    border-radius: 8px
}

.enlighter-t-eclipse .enlighter-btn:hover {
    background-color: #e0e0e0
}

.enlighter-t-eclipse .enlighter-btn:after {
    content: ''
}

.enlighter-t-eclipse.enlighter-hover.enlighter-linenumbers div.enlighter>div:hover {
    background-color: #e8f2fe;
    color: #444
}

.enlighter-t-eclipse.enlighter-hover div.enlighter>div:hover {
    background-color: #e8f2fe;
    color: #444;
    border-left-color: #e0e0e0
}

.enlighter-t-eclipse .enlighter-raw {
    font-size: 1.1em;
    line-height: 1.5em;
    padding: 4px 5px 4px 56px;
    color: #717171
}

.enlighter-t-eclipse div.enlighter {
    background-color: #fff
}

.enlighter-t-eclipse div.enlighter>div {
    border: solid 0 #fff;
    background-color: transparent;
    padding: 1px 5px 1px 0;
    line-height: 1.35em;
    color: #787878
}

.enlighter-t-eclipse div.enlighter>div:FIRST-CHILD {
    padding-top: 5px
}

.enlighter-t-eclipse div.enlighter>div:LAST-CHILD {
    padding-bottom: 5px
}

.enlighter-t-eclipse div.enlighter>div:AFTER {
    content: ' '
}

.enlighter-t-eclipse div.enlighter>div.enlighter-special {
    background-color: #f9f9f9
}

.enlighter-t-eclipse.enlighter-linenumbers div.enlighter>div::before {
    border-right: 2px solid #f8f8f8;
    padding: 1px 5px 1px 14px
}

.enlighter-t-eclipse .enlighter span {
    font-size: 1.1em
}

.enlighter-t-eclipse .enlighter-text {
    color: #000
}

.enlighter-t-eclipse .enlighter-c0 {
    color: #3f7f5f
}

.enlighter-t-eclipse .enlighter-c1 {
    color: #3f5fbf
}

.enlighter-t-eclipse .enlighter-c2 {
    color: #3f5fbf
}

.enlighter-t-eclipse .enlighter-c9 {
    color: #3f5fbf
}

.enlighter-t-eclipse .enlighter-k0 {
    color: #3f7f95;
    font-weight: 700
}

.enlighter-t-eclipse .enlighter-k1 {
    color: #3f7f95;
    font-weight: 700
}

.enlighter-t-eclipse .enlighter-k2 {
    color: #7f007f;
    font-weight: 700
}

.enlighter-t-eclipse .enlighter-k3 {
    color: #7f007f;
    font-weight: 700
}

.enlighter-t-eclipse .enlighter-k4 {
    color: #458
}

.enlighter-t-eclipse .enlighter-k5 {
    color: #7f007f;
    font-weight: 700
}

.enlighter-t-eclipse .enlighter-k6 {
    color: #7f007f;
    font-weight: 700
}

.enlighter-t-eclipse .enlighter-k7 {
    color: #7f007f;
    font-weight: 700
}

.enlighter-t-eclipse .enlighter-k8 {
    color: #458
}

.enlighter-t-eclipse .enlighter-k9 {
    color: #990073
}

.enlighter-t-eclipse .enlighter-k10 {
    color: #990073
}

.enlighter-t-eclipse .enlighter-k11 {
    color: #3f5fbf
}

.enlighter-t-eclipse .enlighter-e0 {
    color: #7f007f;
    font-weight: 700
}

.enlighter-t-eclipse .enlighter-e1 {
    color: #7f007f;
    font-weight: 700
}

.enlighter-t-eclipse .enlighter-e2 {
    color: #009926
}

.enlighter-t-eclipse .enlighter-e3 {
    color: #7f007f;
    font-weight: 700
}

.enlighter-t-eclipse .enlighter-e4 {
    color: #7f007f;
    font-weight: 700
}

.enlighter-t-eclipse .enlighter-s0 {
    color: #320fe3
}

.enlighter-t-eclipse .enlighter-s1 {
    color: #320fe3
}

.enlighter-t-eclipse .enlighter-s2 {
    color: #320fe3
}

.enlighter-t-eclipse .enlighter-s3 {
    color: #320fe3
}

.enlighter-t-eclipse .enlighter-s4 {
    color: #320fe3
}

.enlighter-t-eclipse .enlighter-s5 {
    color: #990073
}

.enlighter-t-eclipse .enlighter-n0 {
    color: #000
}

.enlighter-t-eclipse .enlighter-n1 {
    color: #000
}

.enlighter-t-eclipse .enlighter-n2 {
    color: #000
}

.enlighter-t-eclipse .enlighter-n3 {
    color: #000
}

.enlighter-t-eclipse .enlighter-n4 {
    color: #000
}

.enlighter-t-eclipse .enlighter-n5 {
    color: #000
}

.enlighter-t-eclipse .enlighter-m0 {
    color: #000
}

.enlighter-t-eclipse .enlighter-m1 {
    color: #000
}

.enlighter-t-eclipse .enlighter-m2 {
    color: #000
}

.enlighter-t-eclipse .enlighter-m3 {
    color: #000
}

.enlighter-t-eclipse .enlighter-g0 {
    color: #777
}

.enlighter-t-eclipse .enlighter-g1 {
    color: #777
}

.enlighter-t-eclipse .enlighter-t0 {
    color: #777
}

.enlighter-t-eclipse .enlighter-t1 {
    color: #3f7f5f;
    font-weight: 700
}

.enlighter-t-eclipse .enlighter-t2 {
    color: #990073;
    font-weight: 700
}

.enlighter-t-eclipse .enlighter-t3 {
    color: #458
}

.enlighter-t-eclipse .enlighter-t4 {
    color: #458
}

.enlighter-t-eclipse .enlighter-t5 {
    color: #458
}

.enlighter-t-eclipse .enlighter-t6 {
    color: #3f7f5f
}

.enlighter-t-eclipse .enlighter-t7 {
    color: #a0a0a0;
    font-weight: 700
}

.enlighter-t-eclipse .enlighter-t8 {
    color: #a0a0a0;
    font-style: italic
}

.enlighter-t-eclipse .enlighter-x1 {
    color: #3f7f95;
    font-weight: 700
}

.enlighter-t-eclipse .enlighter-x2 {
    color: #7f007f;
    font-weight: 700
}

.enlighter-t-eclipse .enlighter-x10 {
    color: #3f7f95;
    font-weight: 700
}

.enlighter-t-eclipse .enlighter-x11 {
    color: #3f7f95;
    font-weight: 700
}

.enlighter-t-eclipse .enlighter-x12 {
    color: #458
}

.enlighter-t-eclipse .enlighter-x13 {
    color: #3f7f95
}

.enlighter-t-eclipse .enlighter-x14 {
    color: #000
}

.enlighter-t-eclipse .enlighter-x15 {
    color: #000
}

.enlighter-t-eclipse.enlighter-v-inline {
    border-radius: 3px;
    background-color: #f8f8f8;
    border: solid 0 #fff
}

.enlighter-t-eclipse.enlighter-v-codegroup {
    display: block
}

.enlighter-t-eclipse.enlighter-v-codegroup .enlighter,
.enlighter-t-eclipse.enlighter-v-codegroup .enlighter-raw {
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.enlighter-t-eclipse.enlighter-v-codegroup .enlighter-codegroup-wrapper {
    position: relative
}

.enlighter-t-eclipse.enlighter-v-codegroup .enlighter-codegroup-switch {
    background-color: #f3f3f3;
    padding: 8px 5px 0 60px;
    border-radius: 5px 5px 0 0
}

.enlighter-t-eclipse.enlighter-v-codegroup .enlighter-codegroup-switch .enlighter-btn {
    font-size: 1em;
    color: #000;
    background-color: transparent;
    padding: 5px 10px 5px 10px;
    border-radius: 5px 5px 0 0;
    border: none;
    width: auto
}

.enlighter-t-eclipse.enlighter-v-codegroup .enlighter-codegroup-switch .enlighter-btn.enlighter-active {
    background-color: #fff;
    color: #000;
    border-color: #c9c9c9
}

.enlighter-t-mowtwo {
    background-color: #f0f0f1;
    border: solid 1px #f0f0f1;
    border-radius: 7px
}

.enlighter-t-mowtwo .enlighter-btn {
    background-color: #fff;
    color: #717171;
    font-size: 1em;
    padding: 0;
    border: 1px solid #e0e0e0;
    margin: 0 0 0 8px;
    text-decoration: none;
    width: 23px;
    height: 23px;
    background-position: 0 0;
    background-size: contain
}

.enlighter-t-mowtwo .enlighter-btn:after {
    content: ''
}

.enlighter-t-mowtwo.enlighter-hover div.enlighter>div:hover {
    background-color: #e9e9e9
}

.enlighter-t-mowtwo .enlighter-raw {
    font-size: 1.15em;
    line-height: 1.75em;
    color: #313437;
    padding: 5px 5px 5px 51px;
    background-color: transparent
}

.enlighter-t-mowtwo div.enlighter>div {
    line-height: 1.5em;
    padding: 1px 5px 1px 14px;
    color: #9c9ea0
}

.enlighter-t-mowtwo div.enlighter>div:FIRST-CHILD {
    padding-top: 5px
}

.enlighter-t-mowtwo div.enlighter>div:LAST-CHILD {
    padding-bottom: 5px
}

.enlighter-t-mowtwo div.enlighter>div:AFTER {
    content: ' '
}

.enlighter-t-mowtwo div.enlighter>div.enlighter-special {
    background-color: #e9e9e9
}

.enlighter-t-mowtwo.enlighter-linenumbers div.enlighter>div::before {
    padding: 1px 10px 1px 10px;
    font-size: .9em
}

.enlighter-t-mowtwo.enlighter-linenumbers div.enlighter>div:FIRST-CHILD::before {
    border-radius: 0 8px 0 0
}

.enlighter-t-mowtwo.enlighter-linenumbers div.enlighter>div:LAST-CHILD::before {
    border-radius: 0 0 8px 0
}

.enlighter-t-mowtwo .enlighter span {
    font-size: 1.15em
}

.enlighter-t-mowtwo .enlighter-text {
    color: #313437
}

.enlighter-t-mowtwo .enlighter-c0 {
    color: #9c9ea0
}

.enlighter-t-mowtwo .enlighter-c1 {
    color: #9c9ea0
}

.enlighter-t-mowtwo .enlighter-c2 {
    color: #9c9ea0
}

.enlighter-t-mowtwo .enlighter-c9 {
    color: #9c9ea0
}

.enlighter-t-mowtwo .enlighter-k0 {
    color: #b05098;
    font-weight: 700
}

.enlighter-t-mowtwo .enlighter-k1 {
    color: #b05098;
    font-weight: 700
}

.enlighter-t-mowtwo .enlighter-k2 {
    color: #b05098
}

.enlighter-t-mowtwo .enlighter-k3 {
    color: #b05098
}

.enlighter-t-mowtwo .enlighter-k4 {
    color: #b05098
}

.enlighter-t-mowtwo .enlighter-k5 {
    color: #b05098
}

.enlighter-t-mowtwo .enlighter-k6 {
    color: #b05098
}

.enlighter-t-mowtwo .enlighter-k7 {
    color: #b05098
}

.enlighter-t-mowtwo .enlighter-k8 {
    color: #313437
}

.enlighter-t-mowtwo .enlighter-k9 {
    color: #313437
}

.enlighter-t-mowtwo .enlighter-k10 {
    color: #313437
}

.enlighter-t-mowtwo .enlighter-k11 {
    color: #9c9ea0
}

.enlighter-t-mowtwo .enlighter-e0 {
    color: #b05098
}

.enlighter-t-mowtwo .enlighter-e1 {
    color: #b05098
}

.enlighter-t-mowtwo .enlighter-e2 {
    color: #864c08
}

.enlighter-t-mowtwo .enlighter-e3 {
    color: #b05098
}

.enlighter-t-mowtwo .enlighter-e4 {
    color: #b05098
}

.enlighter-t-mowtwo .enlighter-s0 {
    color: #83a440
}

.enlighter-t-mowtwo .enlighter-s1 {
    color: #83a440
}

.enlighter-t-mowtwo .enlighter-s2 {
    color: #83a440
}

.enlighter-t-mowtwo .enlighter-s3 {
    color: #83a440
}

.enlighter-t-mowtwo .enlighter-s4 {
    color: #83a440
}

.enlighter-t-mowtwo .enlighter-s5 {
    color: #83a440
}

.enlighter-t-mowtwo .enlighter-n0 {
    color: #429bc1
}

.enlighter-t-mowtwo .enlighter-n1 {
    color: #429bc1
}

.enlighter-t-mowtwo .enlighter-n2 {
    color: #429bc1
}

.enlighter-t-mowtwo .enlighter-n3 {
    color: #429bc1
}

.enlighter-t-mowtwo .enlighter-n4 {
    color: #429bc1
}

.enlighter-t-mowtwo .enlighter-n5 {
    color: #429bc1
}

.enlighter-t-mowtwo .enlighter-m0 {
    color: #666
}

.enlighter-t-mowtwo .enlighter-m1 {
    color: #666
}

.enlighter-t-mowtwo .enlighter-m2 {
    color: #666
}

.enlighter-t-mowtwo .enlighter-m3 {
    color: #666
}

.enlighter-t-mowtwo .enlighter-g0 {
    color: #864c08
}

.enlighter-t-mowtwo .enlighter-g1 {
    color: #909090
}

.enlighter-t-mowtwo .enlighter-t0 {
    color: #909090
}

.enlighter-t-mowtwo .enlighter-t1 {
    color: #b05098;
    font-weight: 700
}

.enlighter-t-mowtwo .enlighter-t2 {
    color: #b05098;
    font-weight: 700
}

.enlighter-t-mowtwo .enlighter-t3 {
    color: #b05098
}

.enlighter-t-mowtwo .enlighter-t4 {
    color: #b05098
}

.enlighter-t-mowtwo .enlighter-t5 {
    color: #83a440
}

.enlighter-t-mowtwo .enlighter-t6 {
    color: #b05098
}

.enlighter-t-mowtwo .enlighter-t7 {
    color: #909090;
    font-weight: 700
}

.enlighter-t-mowtwo .enlighter-t8 {
    color: #909090;
    font-style: italic
}

.enlighter-t-mowtwo .enlighter-x1 {
    color: #b05098;
    font-weight: 700
}

.enlighter-t-mowtwo .enlighter-x2 {
    color: #b05098
}

.enlighter-t-mowtwo .enlighter-x10 {
    color: #b05098;
    font-weight: 700
}

.enlighter-t-mowtwo .enlighter-x11 {
    color: #b05098;
    font-weight: 700
}

.enlighter-t-mowtwo .enlighter-x12 {
    color: #313437
}

.enlighter-t-mowtwo .enlighter-x13 {
    color: #429bc1
}

.enlighter-t-mowtwo .enlighter-x14 {
    color: #429bc1
}

.enlighter-t-mowtwo .enlighter-x15 {
    color: #313437
}

.enlighter-t-mowtwo.enlighter-v-inline {
    border-radius: 4px
}

.enlighter-t-mowtwo.enlighter-v-codegroup .enlighter-codegroup-switch {
    background-color: #585b5e;
    padding: 10px 0 10px 20px;
    border-radius: 8px;
    margin-bottom: 5px
}

.enlighter-t-mowtwo.enlighter-v-codegroup .enlighter-codegroup-switch .enlighter-btn {
    border-radius: 0;
    background-color: transparent;
    line-height: 1.7em;
    font-size: 1.25em;
    color: #f0f0f0;
    border: none;
    padding: 0 10px 0 10px;
    width: auto;
    height: auto;
    font-family: "Open Sans", Arial, Verdana, sans-serif
}

.enlighter-t-mowtwo.enlighter-v-codegroup .enlighter-codegroup-switch .enlighter-btn.enlighter-active {
    text-decoration: underline
}

.enlighter-t-rowhammer {
    background-color: transparent;
    border: none
}

.enlighter-t-rowhammer .enlighter-toolbar {
    top: 20px
}

.enlighter-t-rowhammer .enlighter-btn {
    background-color: #fff;
    color: #717171;
    font-size: 1em;
    padding: 0;
    border: 1px solid #e0e0e0;
    margin: 0 0 0 8px;
    text-decoration: none;
    width: 23px;
    height: 23px;
    background-position: 0 0;
    background-size: contain
}

.enlighter-t-rowhammer .enlighter-btn:hover {
    background-color: #fff
}

.enlighter-t-rowhammer .enlighter-btn:after {
    content: ''
}

.enlighter-t-rowhammer.enlighter-hover div.enlighter>div:hover {
    background-color: #f0f0f0
}

.enlighter-t-rowhammer .enlighter-raw {
    font-size: 1.1em;
    color: #404141;
    background-color: transparent;
    padding: 14px 0 15px 38px;
    line-height: 2em
}

.enlighter-t-rowhammer div.enlighter>div {
    border: solid 0 #fff;
    padding: 1px 5px 1px 0;
    line-height: 1.67em;
    color: #94a9bf;
    background-color: transparent;
    border-bottom: dotted 1px #e9e9f0
}

.enlighter-t-rowhammer div.enlighter>div:nth-of-type(1) {
    border-top: dotted 1px #e9e9f0
}

.enlighter-t-rowhammer div.enlighter>div:FIRST-CHILD {
    padding-top: 5px
}

.enlighter-t-rowhammer div.enlighter>div:LAST-CHILD {
    padding-bottom: 5px
}

.enlighter-t-rowhammer div.enlighter>div:AFTER {
    content: ' '
}

.enlighter-t-rowhammer div.enlighter>div.enlighter-special {
    background-color: #f9f9f9
}

.enlighter-t-rowhammer.enlighter-linenumbers div.enlighter>div::before {
    padding: 1px 5px 1px 14px;
    font-size: .8em;
    color: #94a9bf
}

.enlighter-t-rowhammer .enlighter span {
    font-size: 1.1em
}

.enlighter-t-rowhammer .enlighter-text {
    color: #000
}

.enlighter-t-rowhammer .enlighter-c0 {
    color: #758697
}

.enlighter-t-rowhammer .enlighter-c1 {
    color: #758697
}

.enlighter-t-rowhammer .enlighter-c2 {
    color: #758697
}

.enlighter-t-rowhammer .enlighter-c9 {
    color: #758697
}

.enlighter-t-rowhammer .enlighter-k0 {
    color: #07a;
    font-weight: 700;
    border-bottom: dotted 1px #07a
}

.enlighter-t-rowhammer .enlighter-k1 {
    color: #07a;
    font-weight: 700;
    border-bottom: dotted 1px #07a
}

.enlighter-t-rowhammer .enlighter-k2 {
    color: #07a;
    font-weight: 700
}

.enlighter-t-rowhammer .enlighter-k3 {
    color: #07a
}

.enlighter-t-rowhammer .enlighter-k4 {
    color: #07a;
    font-weight: 700
}

.enlighter-t-rowhammer .enlighter-k5 {
    color: #07a;
    font-weight: 700;
    border-bottom: dotted 1px #07a
}

.enlighter-t-rowhammer .enlighter-k6 {
    color: #07a;
    font-weight: 700;
    border-bottom: dotted 1px #07a
}

.enlighter-t-rowhammer .enlighter-k7 {
    color: #07a;
    font-weight: 700;
    border-bottom: dotted 1px #07a
}

.enlighter-t-rowhammer .enlighter-k8 {
    color: #07a
}

.enlighter-t-rowhammer .enlighter-k9 {
    color: #000
}

.enlighter-t-rowhammer .enlighter-k10 {
    color: #07a;
    font-style: italic
}

.enlighter-t-rowhammer .enlighter-k11 {
    color: #758697
}

.enlighter-t-rowhammer .enlighter-e0 {
    color: #07a;
    font-weight: 700
}

.enlighter-t-rowhammer .enlighter-e1 {
    color: #07a;
    font-weight: 700
}

.enlighter-t-rowhammer .enlighter-e2 {
    color: #d2901d
}

.enlighter-t-rowhammer .enlighter-e3 {
    color: #07a
}

.enlighter-t-rowhammer .enlighter-e4 {
    color: #ff8c00;
    font-style: italic
}

.enlighter-t-rowhammer .enlighter-s0 {
    color: #639500;
    border-bottom: dotted 1px #639500
}

.enlighter-t-rowhammer .enlighter-s1 {
    color: #639500
}

.enlighter-t-rowhammer .enlighter-s2 {
    color: #639500
}

.enlighter-t-rowhammer .enlighter-s3 {
    color: #639500
}

.enlighter-t-rowhammer .enlighter-s4 {
    color: #639500
}

.enlighter-t-rowhammer .enlighter-s5 {
    color: #639500;
    font-style: italic
}

.enlighter-t-rowhammer .enlighter-n0 {
    color: #9b0d5c
}

.enlighter-t-rowhammer .enlighter-n1 {
    color: #9b0d5c
}

.enlighter-t-rowhammer .enlighter-n2 {
    color: #9b0d5c
}

.enlighter-t-rowhammer .enlighter-n3 {
    color: #9b0d5c
}

.enlighter-t-rowhammer .enlighter-n4 {
    color: #9b0d5c
}

.enlighter-t-rowhammer .enlighter-n5 {
    color: #9b0d5c
}

.enlighter-t-rowhammer .enlighter-m0 {
    color: #d0284a;
    font-weight: 700
}

.enlighter-t-rowhammer .enlighter-m1 {
    color: #c2415b;
    font-weight: 700
}

.enlighter-t-rowhammer .enlighter-m2 {
    color: #c2415b;
    font-weight: 700
}

.enlighter-t-rowhammer .enlighter-m3 {
    color: #d0284a;
    font-weight: 700
}

.enlighter-t-rowhammer .enlighter-g0 {
    color: #35434c;
    font-weight: 700
}

.enlighter-t-rowhammer .enlighter-g1 {
    color: #6b7c8b;
    font-weight: 700
}

.enlighter-t-rowhammer .enlighter-t0 {
    color: #777
}

.enlighter-t-rowhammer .enlighter-t1 {
    color: #961414;
    font-weight: 700
}

.enlighter-t-rowhammer .enlighter-t2 {
    color: #990073;
    font-weight: 700
}

.enlighter-t-rowhammer .enlighter-t3 {
    color: #458
}

.enlighter-t-rowhammer .enlighter-t4 {
    color: #6e0d6e
}

.enlighter-t-rowhammer .enlighter-t5 {
    color: #6e0d6e
}

.enlighter-t-rowhammer .enlighter-t6 {
    color: #961414
}

.enlighter-t-rowhammer .enlighter-t7 {
    color: #535353;
    font-weight: 700
}

.enlighter-t-rowhammer .enlighter-t8 {
    color: #777;
    font-style: italic
}

.enlighter-t-rowhammer .enlighter-x1 {
    color: #07a;
    font-weight: 700;
    border-bottom: dotted 1px #07a
}

.enlighter-t-rowhammer .enlighter-x2 {
    color: #07a;
    font-weight: 700
}

.enlighter-t-rowhammer .enlighter-x10 {
    color: #07a;
    font-weight: 700;
    border-bottom: dotted 1px #07a
}

.enlighter-t-rowhammer .enlighter-x11 {
    color: #07a;
    font-weight: 700;
    border-bottom: dotted 1px #07a
}

.enlighter-t-rowhammer .enlighter-x12 {
    color: #07a
}

.enlighter-t-rowhammer .enlighter-x13 {
    color: #9b0d5c
}

.enlighter-t-rowhammer .enlighter-x14 {
    color: #9b0d5c
}

.enlighter-t-rowhammer .enlighter-x15 {
    color: #121212
}

.enlighter-t-rowhammer.enlighter-v-codegroup .enlighter-codegroup-switch {
    padding-left: 15px;
    padding-bottom: 15px
}

.enlighter-t-rowhammer.enlighter-v-codegroup .enlighter-codegroup-switch .enlighter-btn {
    font-size: 1em;
    color: #758697;
    background-color: transparent;
    border-radius: 0;
    font-weight: 700;
    text-transform: uppercase;
    padding: 2px 10px 2px 10px;
    border: none;
    width: auto;
    height: auto
}

.enlighter-t-rowhammer.enlighter-v-codegroup .enlighter-codegroup-switch .enlighter-btn.enlighter-active {
    border-bottom: dotted 1px #758697;
    background-color: #f0f0f0
}

.enlighter-t-bootstrap4 {
    color: #212529;
    background-color: #f8f9fa;
    padding: 25px 25px 25px 25px
}

.enlighter-t-bootstrap4 .enlighter-toolbar {
    top: 10px;
    right: 10px
}

.enlighter-t-bootstrap4 .enlighter-btn {
    background-image: none;
    background-color: transparent;
    color: #818a91;
    font-size: 1em;
    padding: 2px 8px 2px 8px;
    margin: 0 5px 0 5px;
    border: none;
    border-radius: 4px;
    font-family: "Open Sans", Arial, Verdana, sans-serif
}

.enlighter-t-bootstrap4 .enlighter-btn:hover {
    background-color: #007bff;
    color: #f0f0f0
}

.enlighter-t-bootstrap4 .enlighter-toolbar .enlighter-btn-raw {
    background-image: none
}

.enlighter-t-bootstrap4 .enlighter-toolbar .enlighter-btn-raw:after {
    content: 'Raw'
}

.enlighter-t-bootstrap4 .enlighter-toolbar .enlighter-btn-copy {
    background-image: none
}

.enlighter-t-bootstrap4 .enlighter-toolbar .enlighter-btn-copy:after {
    content: 'Copy'
}

.enlighter-t-bootstrap4 .enlighter-toolbar .enlighter-btn-window {
    background-image: none
}

.enlighter-t-bootstrap4 .enlighter-toolbar .enlighter-btn-window:after {
    content: 'Extern'
}

.enlighter-t-bootstrap4 .enlighter-toolbar .enlighter-btn-website {
    background-image: none
}

.enlighter-t-bootstrap4 .enlighter-toolbar .enlighter-btn-website:after {
    content: 'EnlighterJS'
}

.enlighter-t-bootstrap4.enlighter-hover div.enlighter>div:hover {
    background-color: #eceef0
}

.enlighter-t-bootstrap4 .enlighter-raw {
    font-size: 1.15em;
    color: #212529;
    background-color: #f8f9fa;
    line-height: 1.7em;
    padding: 0 0 0 61px
}

.enlighter-t-bootstrap4 div.enlighter>div {
    padding: 1px 5px 1px 14px;
    line-height: 1.35em;
    color: #999;
    background-color: transparent
}

.enlighter-t-bootstrap4 div.enlighter>div:FIRST-CHILD {
    padding-top: 5px
}

.enlighter-t-bootstrap4 div.enlighter>div:LAST-CHILD {
    padding-bottom: 5px
}

.enlighter-t-bootstrap4 div.enlighter>div:AFTER {
    content: ' '
}

.enlighter-t-bootstrap4 div.enlighter>div.enlighter-special {
    background-color: #eceef0
}

.enlighter-t-bootstrap4.enlighter-linenumbers div.enlighter>div::before {
    padding: 1px 5px 1px 0;
    font-size: .8em
}

.enlighter-t-bootstrap4 .enlighter span {
    font-size: 1.15em
}

.enlighter-t-bootstrap4 .enlighter-text {
    color: #212529
}

.enlighter-t-bootstrap4 .enlighter-c0 {
    color: #999
}

.enlighter-t-bootstrap4 .enlighter-c1 {
    color: #999
}

.enlighter-t-bootstrap4 .enlighter-c2 {
    color: #999
}

.enlighter-t-bootstrap4 .enlighter-c9 {
    color: #999
}

.enlighter-t-bootstrap4 .enlighter-k0 {
    color: #069
}

.enlighter-t-bootstrap4 .enlighter-k1 {
    color: #069
}

.enlighter-t-bootstrap4 .enlighter-k2 {
    color: #069
}

.enlighter-t-bootstrap4 .enlighter-k3 {
    color: #069
}

.enlighter-t-bootstrap4 .enlighter-k4 {
    color: #069;
    font-style: italic
}

.enlighter-t-bootstrap4 .enlighter-k5 {
    color: #212529
}

.enlighter-t-bootstrap4 .enlighter-k6 {
    color: #069
}

.enlighter-t-bootstrap4 .enlighter-k7 {
    color: #069;
    border-bottom: dotted 1px #069
}

.enlighter-t-bootstrap4 .enlighter-k8 {
    color: #212529
}

.enlighter-t-bootstrap4 .enlighter-k9 {
    color: #069
}

.enlighter-t-bootstrap4 .enlighter-k10 {
    color: #212529
}

.enlighter-t-bootstrap4 .enlighter-k11 {
    color: #999
}

.enlighter-t-bootstrap4 .enlighter-e0 {
    color: #069
}

.enlighter-t-bootstrap4 .enlighter-e1 {
    color: #069
}

.enlighter-t-bootstrap4 .enlighter-e2 {
    color: #009926
}

.enlighter-t-bootstrap4 .enlighter-e3 {
    color: #069
}

.enlighter-t-bootstrap4 .enlighter-e4 {
    color: #069
}

.enlighter-t-bootstrap4 .enlighter-s0 {
    color: #d44950
}

.enlighter-t-bootstrap4 .enlighter-s1 {
    color: #d44950
}

.enlighter-t-bootstrap4 .enlighter-s2 {
    color: #d44950
}

.enlighter-t-bootstrap4 .enlighter-s3 {
    color: #d44950
}

.enlighter-t-bootstrap4 .enlighter-s4 {
    color: #d44950
}

.enlighter-t-bootstrap4 .enlighter-s5 {
    color: #d44950
}

.enlighter-t-bootstrap4 .enlighter-n0 {
    color: #f60
}

.enlighter-t-bootstrap4 .enlighter-n1 {
    color: #f60
}

.enlighter-t-bootstrap4 .enlighter-n2 {
    color: #f60
}

.enlighter-t-bootstrap4 .enlighter-n3 {
    color: #f60
}

.enlighter-t-bootstrap4 .enlighter-n4 {
    color: #f60
}

.enlighter-t-bootstrap4 .enlighter-n5 {
    color: #f60
}

.enlighter-t-bootstrap4 .enlighter-m0 {
    color: #99f
}

.enlighter-t-bootstrap4 .enlighter-m1 {
    color: #212529
}

.enlighter-t-bootstrap4 .enlighter-m2 {
    color: #212529
}

.enlighter-t-bootstrap4 .enlighter-m3 {
    color: #212529
}

.enlighter-t-bootstrap4 .enlighter-g0 {
    color: #2f6f9f
}

.enlighter-t-bootstrap4 .enlighter-g1 {
    color: #999;
    font-weight: 700
}

.enlighter-t-bootstrap4 .enlighter-t0 {
    color: #999
}

.enlighter-t-bootstrap4 .enlighter-t1 {
    color: #d44950;
    font-weight: 700
}

.enlighter-t-bootstrap4 .enlighter-t2 {
    color: #d44950;
    font-weight: 700
}

.enlighter-t-bootstrap4 .enlighter-t3 {
    color: #0086b3
}

.enlighter-t-bootstrap4 .enlighter-t4 {
    color: #0a8
}

.enlighter-t-bootstrap4 .enlighter-t5 {
    color: #0a8
}

.enlighter-t-bootstrap4 .enlighter-t6 {
    color: #f60
}

.enlighter-t-bootstrap4 .enlighter-t7 {
    color: #999;
    font-weight: 700
}

.enlighter-t-bootstrap4 .enlighter-t8 {
    color: #999
}

.enlighter-t-bootstrap4 .enlighter-x1 {
    color: #2f6f9f
}

.enlighter-t-bootstrap4 .enlighter-x2 {
    color: #4f9fcf
}

.enlighter-t-bootstrap4 .enlighter-x10 {
    color: #0a8
}

.enlighter-t-bootstrap4 .enlighter-x11 {
    color: #0a8
}

.enlighter-t-bootstrap4 .enlighter-x12 {
    color: #99f
}

.enlighter-t-bootstrap4 .enlighter-x13 {
    color: #f60
}

.enlighter-t-bootstrap4 .enlighter-x14 {
    color: #f60
}

.enlighter-t-bootstrap4 .enlighter-x15 {
    color: #f60
}

.enlighter-t-bootstrap4.enlighter-v-inline {
    background-color: #f8f9fa;
    border: none;
    border-radius: 5px;
    padding: 3px
}

.enlighter-t-bootstrap4.enlighter-v-codegroup .enlighter-codegroup-switch {
    border: solid 3px #f8f9fa;
    border-bottom-width: 0;
    padding: 15px
}

.enlighter-t-bootstrap4.enlighter-v-codegroup .enlighter-codegroup-switch .enlighter-btn {
    padding: 3px 10px 3px 10px;
    border: none;
    font-size: .9em;
    color: #212529;
    font-weight: 700;
    background-color: #f8f9fa;
    border-radius: 5px
}

.enlighter-t-bootstrap4.enlighter-v-codegroup .enlighter-codegroup-switch .enlighter-btn.enlighter-active {
    background-color: #007bff;
    color: #f0f0f0
}

.enlighter-t-dracula {
    background-color: #282a36
}

.enlighter-t-dracula .enlighter-toolbar {
    top: 10px;
    right: 10px
}

.enlighter-t-dracula .enlighter-btn {
    background-image: none;
    background-color: #44475a;
    color: #f8f8f2;
    font-size: 1em;
    padding: 2px 8px 2px 8px;
    margin: 0 5px 0 5px;
    border: none;
    border-radius: 4px;
    font-family: Arial, Helvetica, sans-serif
}

.enlighter-t-dracula .enlighter-btn:hover {
    background-color: #6272a4;
    color: #f8f8f2
}

.enlighter-t-dracula .enlighter-toolbar .enlighter-btn-raw {
    background-image: none
}

.enlighter-t-dracula .enlighter-toolbar .enlighter-btn-raw:after {
    content: 'Raw'
}

.enlighter-t-dracula .enlighter-toolbar .enlighter-btn-copy {
    background-image: none
}

.enlighter-t-dracula .enlighter-toolbar .enlighter-btn-copy:after {
    content: 'Copy'
}

.enlighter-t-dracula .enlighter-toolbar .enlighter-btn-window {
    background-image: none
}

.enlighter-t-dracula .enlighter-toolbar .enlighter-btn-window:after {
    content: 'Extern'
}

.enlighter-t-dracula .enlighter-toolbar .enlighter-btn-website {
    background-image: none
}

.enlighter-t-dracula .enlighter-toolbar .enlighter-btn-website:after {
    content: 'EnlighterJS'
}

.enlighter-t-dracula.enlighter-hover div.enlighter>div:hover {
    background-color: #44475a
}

.enlighter-t-dracula .enlighter-raw {
    font-size: 1.25em;
    color: #f8f8f2;
    line-height: 1.85em;
    padding: 4px 5px 4px 55px
}

.enlighter-t-dracula div.enlighter>div {
    padding: 1px 5px 1px 14px;
    line-height: 1.6em;
    color: #6272a4;
    background-color: #282a36
}

.enlighter-t-dracula div.enlighter>div:FIRST-CHILD {
    padding-top: 5px
}

.enlighter-t-dracula div.enlighter>div:LAST-CHILD {
    padding-bottom: 5px
}

.enlighter-t-dracula div.enlighter>div:AFTER {
    content: ' '
}

.enlighter-t-dracula div.enlighter>div.enlighter-special {
    background-color: #44475a
}

.enlighter-t-dracula.enlighter-linenumbers div.enlighter>div::before {
    font-size: 1em;
    color: #6272a4
}

.enlighter-t-dracula .enlighter span {
    font-size: 1.25em
}

.enlighter-t-dracula .enlighter-text {
    color: #f8f8f2
}

.enlighter-t-dracula .enlighter-c0 {
    color: #6272a4
}

.enlighter-t-dracula .enlighter-c1 {
    color: #6272a4
}

.enlighter-t-dracula .enlighter-c2 {
    color: #6272a4
}

.enlighter-t-dracula .enlighter-c9 {
    color: #6272a4
}

.enlighter-t-dracula .enlighter-k0 {
    color: #ff79c6;
    font-weight: 700
}

.enlighter-t-dracula .enlighter-k1 {
    color: #8be9fd;
    font-weight: 700
}

.enlighter-t-dracula .enlighter-k2 {
    color: #ff79c6;
    font-weight: 700
}

.enlighter-t-dracula .enlighter-k3 {
    color: #ff79c6
}

.enlighter-t-dracula .enlighter-k4 {
    color: #8be9fd
}

.enlighter-t-dracula .enlighter-k5 {
    color: #8be9fd
}

.enlighter-t-dracula .enlighter-k6 {
    color: #8be9fd
}

.enlighter-t-dracula .enlighter-k7 {
    color: #ffb86c
}

.enlighter-t-dracula .enlighter-k8 {
    color: #8be9fd
}

.enlighter-t-dracula .enlighter-k9 {
    color: #50fa7b
}

.enlighter-t-dracula .enlighter-k10 {
    color: #50fa7b
}

.enlighter-t-dracula .enlighter-k11 {
    color: #6272a4
}

.enlighter-t-dracula .enlighter-e0 {
    color: #bd93f9;
    font-weight: 700
}

.enlighter-t-dracula .enlighter-e1 {
    color: #bd93f9;
    font-weight: 700
}

.enlighter-t-dracula .enlighter-e2 {
    color: #f1fa8c
}

.enlighter-t-dracula .enlighter-e3 {
    color: #bd93f9
}

.enlighter-t-dracula .enlighter-e4 {
    color: #bd93f9;
    font-style: italic
}

.enlighter-t-dracula .enlighter-s0 {
    color: #f1fa8c
}

.enlighter-t-dracula .enlighter-s1 {
    color: #f1fa8c
}

.enlighter-t-dracula .enlighter-s2 {
    color: #f1fa8c
}

.enlighter-t-dracula .enlighter-s3 {
    color: #f1fa8c
}

.enlighter-t-dracula .enlighter-s4 {
    color: #f1fa8c;
    font-weight: 700
}

.enlighter-t-dracula .enlighter-s5 {
    color: #f1fa8c;
    font-style: italic
}

.enlighter-t-dracula .enlighter-n0 {
    color: #bd93f9
}

.enlighter-t-dracula .enlighter-n1 {
    color: #bd93f9
}

.enlighter-t-dracula .enlighter-n2 {
    color: #bd93f9
}

.enlighter-t-dracula .enlighter-n3 {
    color: #bd93f9
}

.enlighter-t-dracula .enlighter-n4 {
    color: #bd93f9
}

.enlighter-t-dracula .enlighter-n5 {
    color: #bd93f9
}

.enlighter-t-dracula .enlighter-m0 {
    color: #8be9fd
}

.enlighter-t-dracula .enlighter-m1 {
    color: #8be9fd
}

.enlighter-t-dracula .enlighter-m2 {
    color: #8be9fd
}

.enlighter-t-dracula .enlighter-m3 {
    color: #8be9fd
}

.enlighter-t-dracula .enlighter-g0 {
    color: #f8f8f2;
    font-weight: 700
}

.enlighter-t-dracula .enlighter-g1 {
    color: #f8f8f2;
    font-weight: 700
}

.enlighter-t-dracula .enlighter-t0 {
    color: #6272a4
}

.enlighter-t-dracula .enlighter-t1 {
    color: #8be9fd;
    font-weight: 700
}

.enlighter-t-dracula .enlighter-t2 {
    color: #8be9fd;
    font-weight: 700
}

.enlighter-t-dracula .enlighter-t3 {
    color: #ff79c6
}

.enlighter-t-dracula .enlighter-t4 {
    color: #ffb86c
}

.enlighter-t-dracula .enlighter-t5 {
    color: #50fa7b
}

.enlighter-t-dracula .enlighter-t6 {
    color: #f55
}

.enlighter-t-dracula .enlighter-t7 {
    color: #f8f8f2;
    font-weight: 700
}

.enlighter-t-dracula .enlighter-t8 {
    color: #f8f8f2
}

.enlighter-t-dracula .enlighter-x1 {
    color: #ff79c6;
    font-weight: 700
}

.enlighter-t-dracula .enlighter-x2 {
    color: #50fa7b
}

.enlighter-t-dracula .enlighter-x10 {
    color: #f8f8f2;
    font-weight: 700
}

.enlighter-t-dracula .enlighter-x11 {
    color: #50fa7b;
    font-weight: 700
}

.enlighter-t-dracula .enlighter-x12 {
    color: #8be9fd;
    font-style: italic
}

.enlighter-t-dracula .enlighter-x13 {
    color: #bd93f9
}

.enlighter-t-dracula .enlighter-x14 {
    color: #bd93f9;
    font-style: italic
}

.enlighter-t-dracula .enlighter-x15 {
    color: #ffb86c;
    font-style: italic
}

.enlighter-t-dracula.enlighter-v-codegroup .enlighter-codegroup-switch {
    background-color: #282a36;
    padding: 10px
}

.enlighter-t-dracula.enlighter-v-codegroup .enlighter-codegroup-switch .enlighter-btn {
    background-image: none;
    background-color: transparent;
    color: #f8f8f2;
    font-size: 1.15em;
    padding: 2px 8px 2px 8px;
    margin: 0 5px 0 5px;
    border: none;
    border-radius: 4px;
    font-family: Arial, Helvetica, sans-serif
}

.enlighter-t-dracula.enlighter-v-codegroup .enlighter-codegroup-switch .enlighter-btn.enlighter-active {
    background-color: #44475a;
    color: #f8f8f2
}

.enlighter-t-monokai {
    background-color: #272822
}

.enlighter-t-monokai .enlighter-toolbar {
    top: 10px;
    right: 10px
}

.enlighter-t-monokai .enlighter-btn {
    background-image: none;
    background-color: #414339;
    color: #f8f8f2;
    font-size: 1em;
    padding: 2px 8px 2px 8px;
    margin: 0 5px 0 5px;
    border: solid 1px #1e1f1c;
    font-family: "Open Sans", Arial, Verdana, sans-serif
}

.enlighter-t-monokai .enlighter-btn:hover {
    background-color: #4e5145
}

.enlighter-t-monokai .enlighter-toolbar .enlighter-btn-raw {
    background-image: none
}

.enlighter-t-monokai .enlighter-toolbar .enlighter-btn-raw:after {
    content: 'Raw'
}

.enlighter-t-monokai .enlighter-toolbar .enlighter-btn-copy {
    background-image: none
}

.enlighter-t-monokai .enlighter-toolbar .enlighter-btn-copy:after {
    content: 'Copy'
}

.enlighter-t-monokai .enlighter-toolbar .enlighter-btn-window {
    background-image: none
}

.enlighter-t-monokai .enlighter-toolbar .enlighter-btn-window:after {
    content: 'Extern'
}

.enlighter-t-monokai .enlighter-toolbar .enlighter-btn-website {
    background-image: none
}

.enlighter-t-monokai .enlighter-toolbar .enlighter-btn-website:after {
    content: 'EnlighterJS'
}

.enlighter-t-monokai.enlighter-hover div.enlighter>div:hover {
    background-color: #75715e
}

.enlighter-t-monokai .enlighter-raw {
    font-size: 1.25em;
    color: #f8f8f2;
    line-height: 1.85em;
    padding: 4px 5px 4px 55px
}

.enlighter-t-monokai div.enlighter>div {
    padding: 1px 5px 1px 14px;
    line-height: 1.6em
}

.enlighter-t-monokai div.enlighter>div:FIRST-CHILD {
    padding-top: 5px
}

.enlighter-t-monokai div.enlighter>div:LAST-CHILD {
    padding-bottom: 5px
}

.enlighter-t-monokai div.enlighter>div:AFTER {
    content: ' '
}

.enlighter-t-monokai div.enlighter>div.enlighter-special {
    background-color: #414339
}

.enlighter-t-monokai.enlighter-linenumbers div.enlighter>div::before {
    font-size: 1em;
    color: grey
}

.enlighter-t-monokai .enlighter span {
    font-size: 1.25em
}

.enlighter-t-monokai .enlighter-text {
    color: #f8f8f2
}

.enlighter-t-monokai .enlighter-c0 {
    color: #75715e
}

.enlighter-t-monokai .enlighter-c1 {
    color: #75715e
}

.enlighter-t-monokai .enlighter-c2 {
    color: #75715e
}

.enlighter-t-monokai .enlighter-c9 {
    color: #75715e
}

.enlighter-t-monokai .enlighter-k0 {
    color: #f92672
}

.enlighter-t-monokai .enlighter-k1 {
    color: #f92672
}

.enlighter-t-monokai .enlighter-k2 {
    color: #f92672
}

.enlighter-t-monokai .enlighter-k3 {
    color: #f92672
}

.enlighter-t-monokai .enlighter-k4 {
    color: #f92672
}

.enlighter-t-monokai .enlighter-k5 {
    color: #f92672
}

.enlighter-t-monokai .enlighter-k6 {
    color: #f92672
}

.enlighter-t-monokai .enlighter-k7 {
    color: #f8f8f2
}

.enlighter-t-monokai .enlighter-k8 {
    color: #f92672
}

.enlighter-t-monokai .enlighter-k9 {
    color: #fd971f
}

.enlighter-t-monokai .enlighter-k10 {
    color: #f92672
}

.enlighter-t-monokai .enlighter-k11 {
    color: #75715e
}

.enlighter-t-monokai .enlighter-e0 {
    color: #ae81ff
}

.enlighter-t-monokai .enlighter-e1 {
    color: #ae81ff
}

.enlighter-t-monokai .enlighter-e2 {
    color: #ae81ff
}

.enlighter-t-monokai .enlighter-e3 {
    color: #ae81ff
}

.enlighter-t-monokai .enlighter-e4 {
    color: #ae81ff
}

.enlighter-t-monokai .enlighter-s0 {
    color: #e6db74
}

.enlighter-t-monokai .enlighter-s1 {
    color: #e6db74
}

.enlighter-t-monokai .enlighter-s2 {
    color: #e6db74
}

.enlighter-t-monokai .enlighter-s3 {
    color: #e6db74
}

.enlighter-t-monokai .enlighter-s4 {
    color: #e6db74;
    font-weight: 700
}

.enlighter-t-monokai .enlighter-s5 {
    color: #e6db74;
    font-style: italic
}

.enlighter-t-monokai .enlighter-n0 {
    color: #ae81ff
}

.enlighter-t-monokai .enlighter-n1 {
    color: #ae81ff
}

.enlighter-t-monokai .enlighter-n2 {
    color: #ae81ff
}

.enlighter-t-monokai .enlighter-n3 {
    color: #ae81ff
}

.enlighter-t-monokai .enlighter-n4 {
    color: #ae81ff
}

.enlighter-t-monokai .enlighter-n5 {
    color: #ae81ff
}

.enlighter-t-monokai .enlighter-m0 {
    color: #66d9ef
}

.enlighter-t-monokai .enlighter-m1 {
    color: #66d9ef
}

.enlighter-t-monokai .enlighter-m2 {
    color: #66d9ef
}

.enlighter-t-monokai .enlighter-m3 {
    color: #66d9ef
}

.enlighter-t-monokai .enlighter-g0 {
    color: #f8f8f2;
    font-weight: 700
}

.enlighter-t-monokai .enlighter-g1 {
    color: #f8f8f2;
    font-weight: 700
}

.enlighter-t-monokai .enlighter-t0 {
    color: #f8f8f2
}

.enlighter-t-monokai .enlighter-t1 {
    color: #a6e22e
}

.enlighter-t-monokai .enlighter-t2 {
    color: #a6e22e
}

.enlighter-t-monokai .enlighter-t3 {
    color: #e6db74
}

.enlighter-t-monokai .enlighter-t4 {
    color: #e6db74
}

.enlighter-t-monokai .enlighter-t5 {
    color: #a6e22e
}

.enlighter-t-monokai .enlighter-t6 {
    color: #f92672
}

.enlighter-t-monokai .enlighter-t7 {
    color: #f92672
}

.enlighter-t-monokai .enlighter-t8 {
    color: #75715e
}

.enlighter-t-monokai .enlighter-x1 {
    color: #f92672
}

.enlighter-t-monokai .enlighter-x2 {
    color: #a6e22e
}

.enlighter-t-monokai .enlighter-x10 {
    color: #a6e22e
}

.enlighter-t-monokai .enlighter-x11 {
    color: #a6e22e
}

.enlighter-t-monokai .enlighter-x12 {
    color: #66d9ef;
    font-style: italic
}

.enlighter-t-monokai .enlighter-x13 {
    color: #f92672
}

.enlighter-t-monokai .enlighter-x14 {
    color: #ae81ff
}

.enlighter-t-monokai .enlighter-x15 {
    color: #a6e22e
}

.enlighter-t-monokai.enlighter-v-codegroup .enlighter-codegroup-switch {
    background-color: #414339;
    padding: 10px 10px 0 30px
}

.enlighter-t-monokai.enlighter-v-codegroup .enlighter-codegroup-switch .enlighter-btn {
    background-image: none;
    background-color: #414339;
    color: #f8f8f2;
    font-size: 1.15em;
    padding: 2px 8px 2px 8px;
    margin: 0 10px 0 10px;
    border: none;
    line-height: 2.1em;
    border-radius: 0;
    font-style: italic
}

.enlighter-t-monokai.enlighter-v-codegroup .enlighter-codegroup-switch .enlighter-btn.enlighter-active {
    background-color: #272822;
    color: #f8f8f2;
    font-weight: 700;
    font-style: normal
}

/*@BASETHEME:dracula*/

.enlighter-t-wpcustom {}

.enlighter-t-wpcustom .enlighter-toolbar {
    top: 10px;
    right: 10px;
}

.enlighter-t-wpcustom .enlighter-btn {
    background-image: none;
    padding: 2px 8px 2px 8px;
    margin: 0 5px 0 5px;
    border: none;
    border-radius: 4px;
}

.enlighter-t-wpcustom .enlighter-btn:hover {
    background-color: #6272a4;
    color: #f8f8f2;
}

.enlighter-t-wpcustom .enlighter-toolbar .enlighter-btn-raw {
    background-image: none;
}

.enlighter-t-wpcustom .enlighter-toolbar .enlighter-btn-raw:after {
    content: 'Raw';
}

.enlighter-t-wpcustom .enlighter-toolbar .enlighter-btn-copy {
    background-image: none;
}

.enlighter-t-wpcustom .enlighter-toolbar .enlighter-btn-copy:after {
    content: 'Copy';
}

.enlighter-t-wpcustom .enlighter-toolbar .enlighter-btn-window {
    background-image: none;
}

.enlighter-t-wpcustom .enlighter-toolbar .enlighter-btn-window:after {
    content: 'Extern';
}

.enlighter-t-wpcustom .enlighter-toolbar .enlighter-btn-website {
    background-image: none;
}

.enlighter-t-wpcustom .enlighter-toolbar .enlighter-btn-website:after {
    content: 'EnlighterJS';
}

.enlighter-t-wpcustom.enlighter-hover div.enlighter>div:hover {}

.enlighter-t-wpcustom .enlighter-raw {
    padding: 4px 5px 4px 55px;
}

.enlighter-t-wpcustom div.enlighter>div {
    padding: 1px 5px 1px 14px;
    line-height: 1.6em;
    color: #6272a4;
    background-color: #282a36;
}

.enlighter-t-wpcustom div.enlighter>div:FIRST-CHILD {
    padding-top: 5px;
}

.enlighter-t-wpcustom div.enlighter>div:LAST-CHILD {
    padding-bottom: 5px;
}

.enlighter-t-wpcustom div.enlighter>div:AFTER {
    content: ' ';
}

.enlighter-t-wpcustom div.enlighter>div.enlighter-special {}

.enlighter-t-wpcustom.enlighter-linenumbers div.enlighter>div::before {}

.enlighter-t-wpcustom .enlighter span {}

.enlighter-t-wpcustom .enlighter-text {
    color: #f8f8f2;
}

.enlighter-t-wpcustom .enlighter-c0 {}

.enlighter-t-wpcustom .enlighter-c1 {}

.enlighter-t-wpcustom .enlighter-c2 {}

.enlighter-t-wpcustom .enlighter-c9 {}

.enlighter-t-wpcustom .enlighter-k0 {}

.enlighter-t-wpcustom .enlighter-k1 {}

.enlighter-t-wpcustom .enlighter-k2 {}

.enlighter-t-wpcustom .enlighter-k3 {}

.enlighter-t-wpcustom .enlighter-k4 {}

.enlighter-t-wpcustom .enlighter-k5 {}

.enlighter-t-wpcustom .enlighter-k6 {}

.enlighter-t-wpcustom .enlighter-k7 {}

.enlighter-t-wpcustom .enlighter-k8 {}

.enlighter-t-wpcustom .enlighter-k9 {}

.enlighter-t-wpcustom .enlighter-k10 {}

.enlighter-t-wpcustom .enlighter-k11 {}

.enlighter-t-wpcustom .enlighter-e0 {}

.enlighter-t-wpcustom .enlighter-e1 {}

.enlighter-t-wpcustom .enlighter-e2 {}

.enlighter-t-wpcustom .enlighter-e3 {}

.enlighter-t-wpcustom .enlighter-e4 {}

.enlighter-t-wpcustom .enlighter-s0 {}

.enlighter-t-wpcustom .enlighter-s1 {}

.enlighter-t-wpcustom .enlighter-s2 {}

.enlighter-t-wpcustom .enlighter-s3 {}

.enlighter-t-wpcustom .enlighter-s4 {}

.enlighter-t-wpcustom .enlighter-s5 {}

.enlighter-t-wpcustom .enlighter-n0 {}

.enlighter-t-wpcustom .enlighter-n1 {}

.enlighter-t-wpcustom .enlighter-n2 {}

.enlighter-t-wpcustom .enlighter-n3 {}

.enlighter-t-wpcustom .enlighter-n4 {}

.enlighter-t-wpcustom .enlighter-n5 {}

.enlighter-t-wpcustom .enlighter-m0 {}

.enlighter-t-wpcustom .enlighter-m1 {}

.enlighter-t-wpcustom .enlighter-m2 {}

.enlighter-t-wpcustom .enlighter-m3 {}

.enlighter-t-wpcustom .enlighter-g0 {}

.enlighter-t-wpcustom .enlighter-g1 {}

.enlighter-t-wpcustom .enlighter-t0 {}

.enlighter-t-wpcustom .enlighter-t1 {}

.enlighter-t-wpcustom .enlighter-t2 {}

.enlighter-t-wpcustom .enlighter-t3 {}

.enlighter-t-wpcustom .enlighter-t4 {}

.enlighter-t-wpcustom .enlighter-t5 {}

.enlighter-t-wpcustom .enlighter-t6 {}

.enlighter-t-wpcustom .enlighter-t7 {}

.enlighter-t-wpcustom .enlighter-t8 {}

.enlighter-t-wpcustom .enlighter-x1 {}

.enlighter-t-wpcustom .enlighter-x2 {}

.enlighter-t-wpcustom .enlighter-x10 {}

.enlighter-t-wpcustom .enlighter-x11 {}

.enlighter-t-wpcustom .enlighter-x12 {}

.enlighter-t-wpcustom .enlighter-x13 {}

.enlighter-t-wpcustom .enlighter-x14 {}

.enlighter-t-wpcustom .enlighter-x15 {}

.enlighter-t-wpcustom.enlighter-v-codegroup .enlighter-codegroup-switch {
    background-color: #282a36;
    padding: 10px;
}

.enlighter-t-wpcustom.enlighter-v-codegroup .enlighter-codegroup-switch .enlighter-btn {
    background-image: none;
    padding: 2px 8px 2px 8px;
    margin: 0 5px 0 5px;
    border: none;
    border-radius: 4px;
}

.enlighter-t-wpcustom.enlighter-v-codegroup .enlighter-codegroup-switch .enlighter-btn.enlighter-active {
    background-color: #44475a;
    color: #f8f8f2;
}

.enlighter-t-wpcustom div.enlighter>div.enlighter-special:hover {}

.enlighter-t-wpcustom .enlighter-x16 {}

a[title="One Piece"] {
    color: #FFC107 !important;
}

.postid-3103 #collapseEps {
    display: block
}

div#halim-ajax-list-serverX {
    display: none;
}
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--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--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;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.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;}
:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}
:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}
:root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}
#header .site-title {background: url(https://demo.halimthemes.com/wp-content/themes/halimmovies/assets/images/halim-dark-logo.png) no-repeat top left;background-size: contain;text-indent: -9999px;}
/* Enlighter dynamic generated stylesheet - DO NOT EDIT */