html,
body,
div,
span,
applet,
object,
iframe,
p,
a,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
tt,
var,
i,
dl,
dt,
dd,
ul,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
textarea,
input {
    border: 0;
    margin: 0;
    padding: 0;
    font: inherit;
    font-size: 100%;
    list-style: none;
    text-decoration: none;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

a {
    color: inherit;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 16px;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    max-height: auto;
    border: 0;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-size: 13px;
    line-height: 1.42857143;
    direction: rtl;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden],
template {
    display: none;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

mark {
    color: #000;
    background-color: #FDFD91;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

pre {
    overflow: auto;
}

hr {
    height: 0;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    margin: 20px 0;
    border: 0;
    border-top: 1px solid #eee;
}

code,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

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;
    outline: none;
}

    input[type="checkbox"],
    input[type="radio"] {
        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;
        box-sizing: content-box;
    }

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: 700;
}

td,
th {
    padding: 0;
}

figure {
    margin: 0;
}

* {
    box-sizing: border-box;
}

:before,
:after {
    box-sizing: border-box;
}

.container-fulid {
    width: 100%;
    padding: 0 15px;
}

.container {
    margin: 0 auto;
}

    .clearfix:before,
    .clearfix:after,
    .container:before,
    .container:after,
    .row:before,
    .row:after {
        content: " ";
        display: table;
    }

    .clearfix:after,
    .container:after,
    .row:after {
        clear: both;
    }

img.aligncenter {
    display: block;
    margin: 5px auto;
}

img.alignleft {
    float: left;
}

img.alignright {
    float: right;
}

.tcenter {
    text-align: center;
}

.tleft {
    text-align: left;
}

.tright {
    text-align: right;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

@media print {
    *,
    :before,
    :after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    .navbar {
        display: none;
    }

    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

        .table td,
        .table th {
            background-color: #fff !important;
        }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

code,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
    font-size: 90%;
    color: #c7254e;
    padding: 2px 4px;
    border-radius: 4px;
    background-color: #f9f2f4;
}

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;
    }

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.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,
.col-xs-13,
.col-sm-13,
.col-md-13,
.col-lg-13,
.col-xs-14,
.col-sm-14,
.col-md-14,
.col-lg-14,
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15,
.col-xs-16,
.col-sm-16,
.col-md-16,
.col-lg-16,
.col-xs-17,
.col-sm-17,
.col-md-17,
.col-lg-17,
.col-xs-18,
.col-sm-18,
.col-md-18,
.col-lg-18,
.col-xs-19,
.col-sm-19,
.col-md-19,
.col-lg-19,
.col-xs-20,
.col-sm-20,
.col-md-20,
.col-lg-20,
.col-xs-21,
.col-sm-21,
.col-md-21,
.col-lg-21,
.col-xs-22,
.col-sm-22,
.col-md-22,
.col-lg-22,
.col-xs-23,
.col-sm-23,
.col-md-23,
.col-lg-23,
.col-xs-24,
.col-sm-24,
.col-md-24,
.col-lg-24 {
    position: relative;
    min-height: 1px;
}

.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,
.col-xs-13,
.col-xs-14,
.col-xs-15,
.col-xs-16,
.col-xs-17,
.col-xs-18,
.col-xs-19,
.col-xs-20,
.col-xs-21,
.col-xs-22,
.col-xs-23,
.col-xs-24 {
    float: right;
}

.col-xs-24 {
    width: 100%;
}

.col-xs-23 {
    width: 95.83333333%;
}

.col-xs-22 {
    width: 91.66666667%;
}

.col-xs-21 {
    width: 87.5%;
}

.col-xs-20 {
    width: 83.33333333%;
}

.col-xs-19 {
    width: 79.16666667%;
}

.col-xs-18 {
    width: 75%;
}

.col-xs-17 {
    width: 70.83333333%;
}

.col-xs-16 {
    width: 66.66666667%;
}

.col-xs-15 {
    width: 62.5%;
}

.col-xs-14 {
    width: 58.33333333%;
}

.col-xs-13 {
    width: 54.16666667%;
}

.col-xs-12 {
    width: 50%;
}

.col-xs-11 {
    width: 45.83333333%;
}

.col-xs-10 {
    width: 41.66666667%;
}

.col-xs-9 {
    width: 37.5%;
}

.col-xs-8 {
    width: 33.33333333%;
}

.col-xs-7 {
    width: 29.16666667%;
}

.col-xs-6 {
    width: 25%;
}

.col-xs-5 {
    width: 20.83333333%;
}

.col-xs-4 {
    width: 16.66666667%;
}

.col-xs-3 {
    width: 12.5%;
}

.col-xs-2 {
    width: 8.33333333%;
}

.col-xs-1 {
    width: 4.16666667%;
}

.col-xs-offset-24 {
    margin-right: 100%;
}

.col-xs-offset-23 {
    margin-right: 95.83333333%;
}

.col-xs-offset-22 {
    margin-right: 91.66666667%;
}

.col-xs-offset-21 {
    margin-right: 87.5%;
}

.col-xs-offset-20 {
    margin-right: 83.33333333%;
}

.col-xs-offset-19 {
    margin-right: 79.16666667%;
}

.col-xs-offset-18 {
    margin-right: 75%;
}

.col-xs-offset-17 {
    margin-right: 70.83333333%;
}

.col-xs-offset-16 {
    margin-right: 66.66666667%;
}

.col-xs-offset-15 {
    margin-right: 62.5%;
}

.col-xs-offset-14 {
    margin-right: 58.33333333%;
}

.col-xs-offset-13 {
    margin-right: 54.16666667%;
}

.col-xs-offset-12 {
    margin-right: 50%;
}

.col-xs-offset-11 {
    margin-right: 45.83333333%;
}

.col-xs-offset-10 {
    margin-right: 41.66666667%;
}

.col-xs-offset-9 {
    margin-right: 37.5%;
}

.col-xs-offset-8 {
    margin-right: 33.33333333%;
}

.col-xs-offset-7 {
    margin-right: 29.16666667%;
}

.col-xs-offset-6 {
    margin-right: 25%;
}

.col-xs-offset-5 {
    margin-right: 20.83333333%;
}

.col-xs-offset-4 {
    margin-right: 16.66666667%;
}

.col-xs-offset-3 {
    margin-right: 12.5%;
}

.col-xs-offset-2 {
    margin-right: 8.33333333%;
}

.col-xs-offset-1 {
    margin-right: 4.16666667%;
}

.col-xs-offset-0 {
    margin-right: 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,
    .col-sm-13,
    .col-sm-14,
    .col-sm-15,
    .col-sm-16,
    .col-sm-17,
    .col-sm-18,
    .col-sm-19,
    .col-sm-20,
    .col-sm-21,
    .col-sm-22,
    .col-sm-23,
    .col-sm-24 {
        float: right;
    }

    .col-sm-24 {
        width: 100%;
    }

    .col-sm-23 {
        width: 95.83333333%;
    }

    .col-sm-22 {
        width: 91.66666667%;
    }

    .col-sm-21 {
        width: 87.5%;
    }

    .col-sm-20 {
        width: 83.33333333%;
    }

    .col-sm-19 {
        width: 79.16666667%;
    }

    .col-sm-18 {
        width: 75%;
    }

    .col-sm-17 {
        width: 70.83333333%;
    }

    .col-sm-16 {
        width: 66.66666667%;
    }

    .col-sm-15 {
        width: 62.5%;
    }

    .col-sm-14 {
        width: 58.33333333%;
    }

    .col-sm-13 {
        width: 54.16666667%;
    }

    .col-sm-12 {
        width: 50%;
    }

    .col-sm-11 {
        width: 45.83333333%;
    }

    .col-sm-10 {
        width: 41.66666667%;
    }

    .col-sm-9 {
        width: 37.5%;
    }

    .col-sm-8 {
        width: 33.33333333%;
    }

    .col-sm-7 {
        width: 29.16666667%;
    }

    .col-sm-6 {
        width: 25%;
    }

    .col-sm-5 {
        width: 20.83333333%;
    }

    .col-sm-4 {
        width: 16.66666667%;
    }

    .col-sm-3 {
        width: 12.5%;
    }

    .col-sm-2 {
        width: 8.33333333%;
    }

    .col-sm-1 {
        width: 4.16666667%;
    }

    .col-sm-offset-24 {
        margin-right: 100%;
    }

    .col-sm-offset-23 {
        margin-right: 95.83333333%;
    }

    .col-sm-offset-22 {
        margin-right: 91.66666667%;
    }

    .col-sm-offset-21 {
        margin-right: 87.5%;
    }

    .col-sm-offset-20 {
        margin-right: 83.33333333%;
    }

    .col-sm-offset-19 {
        margin-right: 79.16666667%;
    }

    .col-sm-offset-18 {
        margin-right: 75%;
    }

    .col-sm-offset-17 {
        margin-right: 70.83333333%;
    }

    .col-sm-offset-16 {
        margin-right: 66.66666667%;
    }

    .col-sm-offset-15 {
        margin-right: 62.5%;
    }

    .col-sm-offset-14 {
        margin-right: 58.33333333%;
    }

    .col-sm-offset-13 {
        margin-right: 54.16666667%;
    }

    .col-sm-offset-12 {
        margin-right: 50%;
    }

    .col-sm-offset-11 {
        margin-right: 45.83333333%;
    }

    .col-sm-offset-10 {
        margin-right: 41.66666667%;
    }

    .col-sm-offset-9 {
        margin-right: 37.5%;
    }

    .col-sm-offset-8 {
        margin-right: 33.33333333%;
    }

    .col-sm-offset-7 {
        margin-right: 29.16666667%;
    }

    .col-sm-offset-6 {
        margin-right: 25%;
    }

    .col-sm-offset-5 {
        margin-right: 20.83333333%;
    }

    .col-sm-offset-4 {
        margin-right: 16.66666667%;
    }

    .col-sm-offset-3 {
        margin-right: 12.5%;
    }

    .col-sm-offset-2 {
        margin-right: 8.33333333%;
    }

    .col-sm-offset-1 {
        margin-right: 4.16666667%;
    }

    .col-sm-offset-0 {
        margin-right: 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,
    .col-md-13,
    .col-md-14,
    .col-md-15,
    .col-md-16,
    .col-md-17,
    .col-md-18,
    .col-md-19,
    .col-md-20,
    .col-md-21,
    .col-md-22,
    .col-md-23,
    .col-md-24 {
        float: right;
    }

    .col-md-24 {
        width: 100%;
    }

    .col-md-23 {
        width: 95.83333333%;
    }

    .col-md-22 {
        width: 91.66666667%;
    }

    .col-md-21 {
        width: 87.5%;
    }

    .col-md-20 {
        width: 83.33333333%;
    }

    .col-md-19 {
        width: 79.16666667%;
    }

    .col-md-18 {
        width: 75%;
    }

    .col-md-17 {
        width: 70.83333333%;
    }

    .col-md-16 {
        width: 66.66666667%;
    }

    .col-md-15 {
        width: 62.5%;
    }

    .col-md-14 {
        width: 58.33333333%;
    }

    .col-md-13 {
        width: 54.16666667%;
    }

    .col-md-12 {
        width: 50%;
    }

    .col-md-11 {
        width: 45.83333333%;
    }

    .col-md-10 {
        width: 41.66666667%;
    }

    .col-md-9 {
        width: 37.5%;
    }

    .col-md-8 {
        width: 33.33333333%;
    }

    .col-md-7 {
        width: 29.16666667%;
    }

    .col-md-6 {
        width: 25%;
    }

    .col-md-5 {
        width: 20.83333333%;
    }

    .col-md-4 {
        width: 16.66666667%;
    }

    .col-md-3 {
        width: 12.5%;
    }

    .col-md-2 {
        width: 8.33333333%;
    }

    .col-md-1 {
        width: 4.16666667%;
    }

    .col-md-offset-24 {
        margin-right: 100%;
    }

    .col-md-offset-23 {
        margin-right: 95.83333333%;
    }

    .col-md-offset-22 {
        margin-right: 91.66666667%;
    }

    .col-md-offset-21 {
        margin-right: 87.5%;
    }

    .col-md-offset-20 {
        margin-right: 83.33333333%;
    }

    .col-md-offset-19 {
        margin-right: 79.16666667%;
    }

    .col-md-offset-18 {
        margin-right: 75%;
    }

    .col-md-offset-17 {
        margin-right: 70.83333333%;
    }

    .col-md-offset-16 {
        margin-right: 66.66666667%;
    }

    .col-md-offset-15 {
        margin-right: 62.5%;
    }

    .col-md-offset-14 {
        margin-right: 58.33333333%;
    }

    .col-md-offset-13 {
        margin-right: 54.16666667%;
    }

    .col-md-offset-12 {
        margin-right: 50%;
    }

    .col-md-offset-11 {
        margin-right: 45.83333333%;
    }

    .col-md-offset-10 {
        margin-right: 41.66666667%;
    }

    .col-md-offset-9 {
        margin-right: 37.5%;
    }

    .col-md-offset-8 {
        margin-right: 33.33333333%;
    }

    .col-md-offset-7 {
        margin-right: 29.16666667%;
    }

    .col-md-offset-6 {
        margin-right: 25%;
    }

    .col-md-offset-5 {
        margin-right: 20.83333333%;
    }

    .col-md-offset-4 {
        margin-right: 16.66666667%;
    }

    .col-md-offset-3 {
        margin-right: 12.5%;
    }

    .col-md-offset-2 {
        margin-right: 8.33333333%;
    }

    .col-md-offset-1 {
        margin-right: 4.16666667%;
    }

    .col-md-offset-0 {
        margin-right: 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,
    .col-lg-13,
    .col-lg-14,
    .col-lg-15,
    .col-lg-16,
    .col-lg-17,
    .col-lg-18,
    .col-lg-19,
    .col-lg-20,
    .col-lg-21,
    .col-lg-22,
    .col-lg-23,
    .col-lg-24 {
        float: right;
    }

    .col-lg-24 {
        width: 100%;
    }

    .col-lg-23 {
        width: 95.83333333%;
    }

    .col-lg-22 {
        width: 91.66666667%;
    }

    .col-lg-21 {
        width: 87.5%;
    }

    .col-lg-20 {
        width: 83.33333333%;
    }

    .col-lg-19 {
        width: 79.16666667%;
    }

    .col-lg-18 {
        width: 75%;
    }

    .col-lg-17 {
        width: 70.83333333%;
    }

    .col-lg-16 {
        width: 66.66666667%;
    }

    .col-lg-15 {
        width: 62.5%;
    }

    .col-lg-14 {
        width: 58.33333333%;
    }

    .col-lg-13 {
        width: 54.16666667%;
    }

    .col-lg-12 {
        width: 50%;
    }

    .col-lg-11 {
        width: 45.83333333%;
    }

    .col-lg-10 {
        width: 41.66666667%;
    }

    .col-lg-9 {
        width: 37.5%;
    }

    .col-lg-8 {
        width: 33.33333333%;
    }

    .col-lg-7 {
        width: 29.16666667%;
    }

    .col-lg-6 {
        width: 25%;
    }

    .col-lg-5 {
        width: 20.83333333%;
    }

    .col-lg-4 {
        width: 16.66666667%;
    }

    .col-lg-3 {
        width: 12.5%;
    }

    .col-lg-2 {
        width: 8.33333333%;
    }

    .col-lg-1 {
        width: 4.16666667%;
    }

    .col-lg-offset-24 {
        margin-right: 100%;
    }

    .col-lg-offset-23 {
        margin-right: 95.83333333%;
    }

    .col-lg-offset-22 {
        margin-right: 91.66666667%;
    }

    .col-lg-offset-21 {
        margin-right: 87.5%;
    }

    .col-lg-offset-20 {
        margin-right: 83.33333333%;
    }

    .col-lg-offset-19 {
        margin-right: 79.16666667%;
    }

    .col-lg-offset-18 {
        margin-right: 75%;
    }

    .col-lg-offset-17 {
        margin-right: 70.83333333%;
    }

    .col-lg-offset-16 {
        margin-right: 66.66666667%;
    }

    .col-lg-offset-15 {
        margin-right: 62.5%;
    }

    .col-lg-offset-14 {
        margin-right: 58.33333333%;
    }

    .col-lg-offset-13 {
        margin-right: 54.16666667%;
    }

    .col-lg-offset-12 {
        margin-right: 50%;
    }

    .col-lg-offset-11 {
        margin-right: 45.83333333%;
    }

    .col-lg-offset-10 {
        margin-right: 41.66666667%;
    }

    .col-lg-offset-9 {
        margin-right: 37.5%;
    }

    .col-lg-offset-8 {
        margin-right: 33.33333333%;
    }

    .col-lg-offset-7 {
        margin-right: 29.16666667%;
    }

    .col-lg-offset-6 {
        margin-right: 25%;
    }

    .col-lg-offset-5 {
        margin-right: 20.83333333%;
    }

    .col-lg-offset-4 {
        margin-right: 16.66666667%;
    }

    .col-lg-offset-3 {
        margin-right: 12.5%;
    }

    .col-lg-offset-2 {
        margin-right: 8.33333333%;
    }

    .col-lg-offset-1 {
        margin-right: 4.16666667%;
    }

    .col-lg-offset-0 {
        margin-right: 0;
    }
}

.visible-xs-block,
.visible-sm-block,
.visible-md-block,
.visible-lg-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: 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;
    }
}

.flex-v {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex-c {
    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;
}

@font-face {
	font-family: 'icons';
	src: url(/Content/Theme/fonts/icons/icons.eot?u4i56t);
	src: url(/Content/Theme/fonts/icons/icons.eot?u4i56t#iefix) format("embedded-opentype"), 
        url(/Content/Theme/fonts/icons/icons.ttf?u4i56t) format("truetype"), 
        url(/Content/Theme/fonts/icons/icons.woff?u4i56t) format("woff"), 
        url(/Content/Theme/fonts/icons/icons.svg?u4i56t#icons) format("svg");
	font-weight: 400;
	font-style: normal
}

[class^="icon-"],
[class*=" icon-"] {
	font-family: 'icons'!important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.icon-cart:before {
  content: "\e93f";
}
.icon-facebook:before {
  content: "\e900";
}
.icon-gplus:before {
  content: "\e901";
}
.icon-twitter:before {
  content: "\e902";
}
.icon-linkedin:before {
  content: "\e903";
}
.icon-instagram:before {
  content: "\e904";
}
.icon-youtube:before {
  content: "\e905";
}
.icon-telegram:before {
  content: "\e906";
}
.icon-cloob:before {
  content: "\e907";
}
.icon-aparat:before {
  content: "\e908";
}
.icon-whatsapp:before {
  content: "\e909";
}
.icon-line:before {
  content: "\e90a";
}
.icon-yahoo:before {
  content: "\e90b";
}
.icon-soundcloud:before {
  content: "\e90c";
}
.icon-rss:before {
  content: "\e90d";
}
.icon-mail:before {
  content: "\e90e";
}
.icon-error-triangle:before {
  content: "\e90f";
}
.icon-favorite:before {
  content: "\e910";
}
.icon-fivepointed:before {
  content: "\e911";
}
.icon-football:before {
  content: "\e912";
}
.icon-forward-arrow:before {
  content: "\e913";
}
.icon-gallery:before {
  content: "\e914";
}
.icon-gift:before {
  content: "\e915";
}
.icon-holidays:before {
  content: "\e916";
}
.icon-home-button:before {
  content: "\e917";
}
.icon-justice:before {
  content: "\e918";
}
.icon-library:before {
  content: "\e919";
}
.icon-logo:before {
  content: "\e91a";
}
.icon-magnifying-glass:before {
  content: "\e91b";
}
.icon-mail2:before {
  content: "\e91c";
}
.icon-meat-grinder:before {
  content: "\e91d";
}
.icon-monitor:before {
  content: "\e91e";
}
.icon-next:before {
  content: "\e91f";
}
.icon-padlock:before {
  content: "\e920";
}
.icon-pantone:before {
  content: "\e921";
}
.icon-people:before {
  content: "\e922";
}
.icon-play:before {
  content: "\e923";
}
.icon-player:before {
  content: "\e924";
}
.icon-ribbons:before {
  content: "\e925";
}
.icon-settings:before {
  content: "\e926";
}
.icon-settings2:before {
  content: "\e927";
}
.icon-shapes:before {
  content: "\e928";
}
.icon-share:before {
  content: "\e929";
}
.icon-skip-track:before {
  content: "\e92a";
}
.icon-smartphone:before {
  content: "\e92b";
}
.icon-social:before {
  content: "\e92c";
}
.icon-squares:before {
  content: "\e92d";
}
.icon-stopwatch:before {
  content: "\e92e";
}
.icon-success:before {
  content: "\e92f";
}
.icon-technology:before {
  content: "\e930";
}
.icon-wheel:before {
  content: "\e931";
}
.icon-woman-hair:before {
  content: "\e932";
}
.icon-app:before {
  content: "\e933";
}
.icon-apple:before {
  content: "\e934";
}
.icon-back:before {
  content: "\e935";
}
.icon-box:before {
  content: "\e936";
}
.icon-cancel:before {
  content: "\e937";
}
.icon-chat:before {
  content: "\e938";
}
.icon-checked:before {
  content: "\e939";
}
.icon-checked2:before {
  content: "\e93a";
}
.icon-diagonal:before {
  content: "\e93b";
}
.icon-download:before {
  content: "\e93c";
}
.icon-drag:before {
  content: "\e93d";
}
.icon-error:before {
  content: "\e93e";
}


@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: bold;
    src: url('/Content/Font/iranyekan/iranyekanwebboldfanum.eot');
    src: url('/Content/Font/iranyekan/iranyekanwebboldfanum.eot?#iefix') format('embedded-opentype'), 
    url('/Content/Font/iranyekan/iranyekanwebboldfanum.woff2') format('woff2'), 
    url('/Content/Font/iranyekan/iranyekanwebboldfanum.woff') format('woff'), 
    url('/Content/Font/iranyekan/iranyekanwebboldfanum.ttf') format('truetype');
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 300;
    src: url('/Content/Font/iranyekan/iranyekanweblightfanum.eot');
    src: url('/Content/Font/iranyekan/iranyekanweblightfanum.eot?#iefix') format('embedded-opentype'), 
    url('/Content/Font/iranyekan/iranyekanweblightfanum.woff2') format('woff2'), 
    url('/Content/Font/iranyekan/iranyekanweblightfanum.woff') format('woff'), 
    url('/Content/Font/iranyekan/iranyekanweblightfanum.ttf') format('truetype');
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: normal;
    src: url('/Content/Font/iranyekan/iranyekanwebregularfanum.eot');
    src: url('/Content/Font/iranyekan/iranyekanwebregularfanum.eot?#iefix') format('embedded-opentype'), 
    url('/Content/Font/iranyekan/iranyekanwebregularfanum.woff2') format('woff2'), 
    url('/Content/Font/iranyekan/iranyekanwebregularfanum.woff') format('woff'), 
    url('/Content/Font/iranyekan/iranyekanwebregularfanum.ttf') format('truetype');
}

@font-face {
  font-family: 'orodicon';
  src:  url('/Content/Font/orodicon/orodicon.eot?ygtybb');
  src:  url('/Content/Font/orodicon/orodicon.eot?ygtybb#iefix') format('embedded-opentype'),
        url('/Content/Font/orodicon/orodicon.ttf?ygtybb') format('truetype'),
        url('/Content/Font/orodicon/orodicon.woff?ygtybb') format('woff'),
        url('/Content/Font/orodicon/orodicon.svg?ygtybb#orodicon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}



[class^="oicon-"], [class*=" oicon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'orodicon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.oicon-group:before {
    content: "\e900";
}

.oicon-px:before {
    content: "\e901";
}

.oicon-accessible-icon:before {
    content: "\e902";
}

.oicon-accusoft:before {
    content: "\e903";
}

.oicon-acquisitions-incorporated:before {
    content: "\e904";
}

.oicon-adn:before {
    content: "\e905";
}

.oicon-adversal:before {
    content: "\e906";
}

.oicon-affiliatetheme:before {
    content: "\e907";
}

.oicon-airbnb:before {
    content: "\e908";
}

.oicon-algolia:before {
    content: "\e909";
}

.oicon-alipay:before {
    content: "\e90a";
}

.oicon-amazon:before {
    content: "\e90b";
}

.oicon-amazon-pay:before {
    content: "\e90c";
}

.oicon-amilia:before {
    content: "\e90d";
}

.oicon-android:before {
    content: "\e90e";
}

.oicon-angellist:before {
    content: "\e90f";
}

.oicon-angrycreative:before {
    content: "\e910";
}

.oicon-angular:before {
    content: "\e911";
}

.oicon-apper:before {
    content: "\e912";
}

.oicon-apple:before {
    content: "\e913";
}

.oicon-apple-pay:before {
    content: "\e914";
}

.oicon-app-store:before {
    content: "\e915";
}

.oicon-app-store-ios:before {
    content: "\e916";
}

.oicon-artstation:before {
    content: "\e917";
}

.oicon-asymmetrik:before {
    content: "\e918";
}

.oicon-atlassian:before {
    content: "\e919";
}

.oicon-audible:before {
    content: "\e91a";
}

.oicon-autoprefixer:before {
    content: "\e91b";
}

.oicon-avianex:before {
    content: "\e91c";
}

.oicon-aviato:before {
    content: "\e91d";
}

.oicon-aws:before {
    content: "\e91e";
}

.oicon-bandcamp:before {
    content: "\e91f";
}

.oicon-battle-net:before {
    content: "\e920";
}

.oicon-behance:before {
    content: "\e921";
}

.oicon-behance-square:before {
    content: "\e922";
}

.oicon-bilibili:before {
    content: "\e923";
}

.oicon-bimobject:before {
    content: "\e924";
}

.oicon-bitbucket:before {
    content: "\e925";
}

.oicon-bitcoin:before {
    content: "\e926";
}

.oicon-bity:before {
    content: "\e927";
}

.oicon-blackberry:before {
    content: "\e928";
}

.oicon-black-tie:before {
    content: "\e929";
}

.oicon-blogger:before {
    content: "\e92a";
}

.oicon-blogger-b:before {
    content: "\e92b";
}

.oicon-bluetooth:before {
    content: "\e92c";
}

.oicon-bluetooth-b:before {
    content: "\e92d";
}

.oicon-bootstrap:before {
    content: "\e92e";
}

.oicon-bots:before {
    content: "\e92f";
}

.oicon-btc:before {
    content: "\e930";
}

.oicon-buffer:before {
    content: "\e931";
}

.oicon-buromobelexperte:before {
    content: "\e932";
}

.oicon-buy-n-large:before {
    content: "\e933";
}

.oicon-buysellads:before {
    content: "\e934";
}

.oicon-canadian-maple-leaf:before {
    content: "\e935";
}

.oicon-cc-amazon-pay:before {
    content: "\e936";
}

.oicon-cc-amex:before {
    content: "\e937";
}

.oicon-cc-apple-pay:before {
    content: "\e938";
}

.oicon-cc-diners-club:before {
    content: "\e939";
}

.oicon-cc-discover:before {
    content: "\e93a";
}

.oicon-cc-jcb:before {
    content: "\e93b";
}

.oicon-cc-mastercard:before {
    content: "\e93c";
}

.oicon-cc-paypal:before {
    content: "\e93d";
}

.oicon-cc-stripe:before {
    content: "\e93e";
}

.oicon-cc-visa:before {
    content: "\e93f";
}

.oicon-centercode:before {
    content: "\e940";
}

.oicon-centos:before {
    content: "\e941";
}

.oicon-chrome:before {
    content: "\e942";
}

.oicon-chromecast:before {
    content: "\e943";
}

.oicon-cloudflare:before {
    content: "\e944";
}

.oicon-cloudscale:before {
    content: "\e945";
}

.oicon-cloudsmith:before {
    content: "\e946";
}

.oicon-cloudversify:before {
    content: "\e947";
}

.oicon-cmplid:before {
    content: "\e948";
}

.oicon-codepen:before {
    content: "\e949";
}

.oicon-codiepie:before {
    content: "\e94a";
}

.oicon-confluence:before {
    content: "\e94b";
}

.oicon-connectdevelop:before {
    content: "\e94c";
}

.oicon-contao:before {
    content: "\e94d";
}

.oicon-cotton-bureau:before {
    content: "\e94e";
}

.oicon-cpanel:before {
    content: "\e94f";
}

.oicon-creative-commons:before {
    content: "\e950";
}

.oicon-creative-commons-by:before {
    content: "\e951";
}

.oicon-creative-commons-nc:before {
    content: "\e952";
}

.oicon-creative-commons-nc-eu:before {
    content: "\e953";
}

.oicon-creative-commons-nc-jp:before {
    content: "\e954";
}

.oicon-creative-commons-nd:before {
    content: "\e955";
}

.oicon-creative-commons-pd:before {
    content: "\e956";
}

.oicon-creative-commons-pd-alt:before {
    content: "\e957";
}

.oicon-creative-commons-remix:before {
    content: "\e958";
}

.oicon-creative-commons-sa:before {
    content: "\e959";
}

.oicon-creative-commons-sampling:before {
    content: "\e95a";
}

.oicon-creative-commons-sampling-plus:before {
    content: "\e95b";
}

.oicon-creative-commons-share:before {
    content: "\e95c";
}

.oicon-creative-commons-zero:before {
    content: "\e95d";
}

.oicon-critical-role:before {
    content: "\e95e";
}

.oicon-css3:before {
    content: "\e95f";
}

.oicon-css3-alt:before {
    content: "\e960";
}

.oicon-cuttlefish:before {
    content: "\e961";
}

.oicon-dailymotion:before {
    content: "\e962";
}

.oicon-d-and-d:before {
    content: "\e963";
}

.oicon-d-and-d-beyond:before {
    content: "\e964";
}

.oicon-dashcube:before {
    content: "\e965";
}

.oicon-deezer:before {
    content: "\e966";
}

.oicon-delicious:before {
    content: "\e967";
}

.oicon-deploydog:before {
    content: "\e968";
}

.oicon-deskpro:before {
    content: "\e969";
}

.oicon-dev:before {
    content: "\e96a";
}

.oicon-deviantart:before {
    content: "\e96b";
}

.oicon-dhl:before {
    content: "\e96c";
}

.oicon-diaspora:before {
    content: "\e96d";
}

.oicon-digg:before {
    content: "\e96e";
}

.oicon-digital-ocean:before {
    content: "\e96f";
}

.oicon-discord:before {
    content: "\e970";
}

.oicon-discourse:before {
    content: "\e971";
}

.oicon-dochub:before {
    content: "\e972";
}

.oicon-docker:before {
    content: "\e973";
}

.oicon-draft2digital:before {
    content: "\e974";
}

.oicon-dribbble:before {
    content: "\e975";
}

.oicon-dribbble-square:before {
    content: "\e976";
}

.oicon-dropbox:before {
    content: "\e977";
}

.oicon-drupal:before {
    content: "\e978";
}

.oicon-dyalog:before {
    content: "\e979";
}

.oicon-earlybirds:before {
    content: "\e97a";
}

.oicon-ebay:before {
    content: "\e97b";
}

.oicon-edge:before {
    content: "\e97c";
}

.oicon-edge-legacy:before {
    content: "\e97d";
}

.oicon-elementor:before {
    content: "\e97e";
}

.oicon-ello:before {
    content: "\e97f";
}

.oicon-ember:before {
    content: "\e980";
}

.oicon-empire:before {
    content: "\e981";
}

.oicon-envira:before {
    content: "\e982";
}

.oicon-erlang:before {
    content: "\e983";
}

.oicon-ethereum:before {
    content: "\e984";
}

.oicon-etsy:before {
    content: "\e985";
}

.oicon-evernote:before {
    content: "\e986";
}

.oicon-expeditedssl:before {
    content: "\e987";
}

.oicon-facebook:before {
    content: "\e988";
}

.oicon-facebook-f:before {
    content: "\e989";
}

.oicon-facebook-messenger:before {
    content: "\e98a";
}

.oicon-facebook-square:before {
    content: "\e98b";
}

.oicon-fantasy-flight-games:before {
    content: "\e98c";
}

.oicon-fedex:before {
    content: "\e98d";
}

.oicon-fedora:before {
    content: "\e98e";
}

.oicon-figma:before {
    content: "\e98f";
}

.oicon-firefox:before {
    content: "\e990";
}

.oicon-firefox-browser:before {
    content: "\e991";
}

.oicon-firstdraft:before {
    content: "\e992";
}

.oicon-first-order:before {
    content: "\e993";
}

.oicon-first-order-alt:before {
    content: "\e994";
}

.oicon-flickr:before {
    content: "\e995";
}

.oicon-flipboard:before {
    content: "\e996";
}

.oicon-fly:before {
    content: "\e997";
}

.oicon-font-awesome:before {
    content: "\e998";
}

.oicon-fonticons:before {
    content: "\e999";
}

.oicon-fonticons-fi:before {
    content: "\e99a";
}

.oicon-fort-awesome:before {
    content: "\e99b";
}

.oicon-fort-awesome-alt:before {
    content: "\e99c";
}

.oicon-forumbee:before {
    content: "\e99d";
}

.oicon-foursquare:before {
    content: "\e99e";
}

.oicon-freebsd:before {
    content: "\e99f";
}

.oicon-free-code-camp:before {
    content: "\e9a0";
}

.oicon-fulcrum:before {
    content: "\e9a1";
}

.oicon-galactic-republic:before {
    content: "\e9a2";
}

.oicon-galactic-senate:before {
    content: "\e9a3";
}

.oicon-get-pocket:before {
    content: "\e9a4";
}

.oicon-gg:before {
    content: "\e9a5";
}

.oicon-gg-circle:before {
    content: "\e9a6";
}

.oicon-git:before {
    content: "\e9a7";
}

.oicon-git-alt:before {
    content: "\e9a8";
}

.oicon-github:before {
    content: "\e9a9";
}

.oicon-github-alt:before {
    content: "\e9aa";
}

.oicon-github-square:before {
    content: "\e9ab";
}

.oicon-gitkraken:before {
    content: "\e9ac";
}

.oicon-gitlab:before {
    content: "\e9ad";
}

.oicon-git-square:before {
    content: "\e9ae";
}

.oicon-gitter:before {
    content: "\e9af";
}

.oicon-glide:before {
    content: "\e9b0";
}

.oicon-glide-g:before {
    content: "\e9b1";
}

.oicon-gofore:before {
    content: "\e9b2";
}

.oicon-golang:before {
    content: "\e9b3";
}

.oicon-goodreads:before {
    content: "\e9b4";
}

.oicon-goodreads-g:before {
    content: "\e9b5";
}

.oicon-google:before {
    content: "\e9b6";
}

.oicon-google-drive:before {
    content: "\e9b7";
}

.oicon-google-pay:before {
    content: "\e9b8";
}

.oicon-google-play:before {
    content: "\e9b9";
}

.oicon-google-plus:before {
    content: "\e9ba";
}

.oicon-google-plus-g:before {
    content: "\e9bb";
}

.oicon-google-plus-square:before {
    content: "\e9bc";
}

.oicon-google-wallet:before {
    content: "\e9bd";
}

.oicon-gratipay:before {
    content: "\e9be";
}

.oicon-grav:before {
    content: "\e9bf";
}

.oicon-gripfire:before {
    content: "\e9c0";
}

.oicon-grunt:before {
    content: "\e9c1";
}

.oicon-guilded:before {
    content: "\e9c2";
}

.oicon-gulp:before {
    content: "\e9c3";
}

.oicon-hacker-news:before {
    content: "\e9c4";
}

.oicon-hacker-news-square:before {
    content: "\e9c5";
}

.oicon-hackerrank:before {
    content: "\e9c6";
}

.oicon-hips:before {
    content: "\e9c7";
}

.oicon-hire-a-helper:before {
    content: "\e9c8";
}

.oicon-hive:before {
    content: "\e9c9";
}

.oicon-hooli:before {
    content: "\e9ca";
}

.oicon-hornbill:before {
    content: "\e9cb";
}

.oicon-hotjar:before {
    content: "\e9cc";
}

.oicon-houzz:before {
    content: "\e9cd";
}

.oicon-html5:before {
    content: "\e9ce";
}

.oicon-hubspot:before {
    content: "\e9cf";
}

.oicon-ideal:before {
    content: "\e9d0";
}

.oicon-imdb:before {
    content: "\e9d1";
}

.oicon-instagram:before {
    content: "\e9d2";
}

.oicon-instagram-square:before {
    content: "\e9d3";
}

.oicon-instalod:before {
    content: "\e9d4";
}

.oicon-intercom:before {
    content: "\e9d5";
}

.oicon-internet-explorer:before {
    content: "\e9d6";
}

.oicon-invision:before {
    content: "\e9d7";
}

.oicon-ioxhost:before {
    content: "\e9d8";
}

.oicon-itch-io:before {
    content: "\e9d9";
}

.oicon-itunes:before {
    content: "\e9da";
}

.oicon-itunes-note:before {
    content: "\e9db";
}

.oicon-java:before {
    content: "\e9dc";
}

.oicon-jedi-order:before {
    content: "\e9dd";
}

.oicon-jenkins:before {
    content: "\e9de";
}

.oicon-jira:before {
    content: "\e9df";
}

.oicon-joget:before {
    content: "\e9e0";
}

.oicon-joomla:before {
    content: "\e9e1";
}

.oicon-js:before {
    content: "\e9e2";
}

.oicon-jsfiddle:before {
    content: "\e9e3";
}

.oicon-js-square:before {
    content: "\e9e4";
}

.oicon-kaggle:before {
    content: "\e9e5";
}

.oicon-keybase:before {
    content: "\e9e6";
}

.oicon-keycdn:before {
    content: "\e9e7";
}

.oicon-kickstarter:before {
    content: "\e9e8";
}

.oicon-kickstarter-k:before {
    content: "\e9e9";
}

.oicon-korvue:before {
    content: "\e9ea";
}

.oicon-laravel:before {
    content: "\e9eb";
}

.oicon-lastfm:before {
    content: "\e9ec";
}

.oicon-lastfm-square:before {
    content: "\e9ed";
}

.oicon-leanpub:before {
    content: "\e9ee";
}

.oicon-less:before {
    content: "\e9ef";
}

.oicon-line:before {
    content: "\e9f0";
}

.oicon-linkedin:before {
    content: "\e9f1";
}

.oicon-linkedin-in:before {
    content: "\e9f2";
}

.oicon-linode:before {
    content: "\e9f3";
}

.oicon-linux:before {
    content: "\e9f4";
}

.oicon-lyft:before {
    content: "\e9f5";
}

.oicon-magento:before {
    content: "\e9f6";
}

.oicon-mailchimp:before {
    content: "\e9f7";
}

.oicon-mandalorian:before {
    content: "\e9f8";
}

.oicon-markdown:before {
    content: "\e9f9";
}

.oicon-mastodon:before {
    content: "\e9fa";
}

.oicon-maxcdn:before {
    content: "\e9fb";
}

.oicon-mdb:before {
    content: "\e9fc";
}

.oicon-medapps:before {
    content: "\e9fd";
}

.oicon-medium:before {
    content: "\e9fe";
}

.oicon-medrt:before {
    content: "\e9ff";
}

.oicon-meetup:before {
    content: "\ea00";
}

.oicon-megaport:before {
    content: "\ea01";
}

.oicon-mendeley:before {
    content: "\ea02";
}

.oicon-microblog:before {
    content: "\ea03";
}

.oicon-microsoft:before {
    content: "\ea04";
}

.oicon-mix:before {
    content: "\ea05";
}

.oicon-mixcloud:before {
    content: "\ea06";
}

.oicon-mixer:before {
    content: "\ea07";
}

.oicon-mizuni:before {
    content: "\ea08";
}

.oicon-modx:before {
    content: "\ea09";
}

.oicon-monero:before {
    content: "\ea0a";
}

.oicon-napster:before {
    content: "\ea0b";
}

.oicon-neos:before {
    content: "\ea0c";
}

.oicon-nimblr:before {
    content: "\ea0d";
}

.oicon-node:before {
    content: "\ea0e";
}

.oicon-node-js:before {
    content: "\ea0f";
}

.oicon-npm:before {
    content: "\ea10";
}

.oicon-ns8:before {
    content: "\ea11";
}

.oicon-nutritionix:before {
    content: "\ea12";
}

.oicon-octopus-deploy:before {
    content: "\ea13";
}

.oicon-odnoklassniki:before {
    content: "\ea14";
}

.oicon-odnoklassniki-square:before {
    content: "\ea15";
}

.oicon-old-republic:before {
    content: "\ea16";
}

.oicon-opencart:before {
    content: "\ea17";
}

.oicon-openid:before {
    content: "\ea18";
}

.oicon-opera:before {
    content: "\ea19";
}

.oicon-optin-monster:before {
    content: "\ea1a";
}

.oicon-orcid:before {
    content: "\ea1b";
}

.oicon-osi:before {
    content: "\ea1c";
}

.oicon-page4:before {
    content: "\ea1d";
}

.oicon-pagelines:before {
    content: "\ea1e";
}

.oicon-palfed:before {
    content: "\ea1f";
}

.oicon-patreon:before {
    content: "\ea20";
}

.oicon-paypal:before {
    content: "\ea21";
}

.oicon-penny-arcade:before {
    content: "\ea22";
}

.oicon-perbyte:before {
    content: "\ea23";
}

.oicon-periscope:before {
    content: "\ea24";
}

.oicon-phabricator:before {
    content: "\ea25";
}

.oicon-phoenix-framework:before {
    content: "\ea26";
}

.oicon-phoenix-squadron:before {
    content: "\ea27";
}

.oicon-php:before {
    content: "\ea28";
}

.oicon-pied-piper:before {
    content: "\ea29";
}

.oicon-pied-piper-alt:before {
    content: "\ea2a";
}

.oicon-pied-piper-hat:before {
    content: "\ea2b";
}

.oicon-pied-piper-pp:before {
    content: "\ea2c";
}

.oicon-pied-piper-square:before {
    content: "\ea2d";
}

.oicon-pinterest:before {
    content: "\ea2e";
}

.oicon-pinterest-p:before {
    content: "\ea2f";
}

.oicon-pinterest-square:before {
    content: "\ea30";
}

.oicon-pix:before {
    content: "\ea31";
}

.oicon-playstation:before {
    content: "\ea32";
}

.oicon-product-hunt:before {
    content: "\ea33";
}

.oicon-pushed:before {
    content: "\ea34";
}

.oicon-python:before {
    content: "\ea35";
}

.oicon-qq:before {
    content: "\ea36";
}

.oicon-quinscape:before {
    content: "\ea37";
}

.oicon-quora:before {
    content: "\ea38";
}

.oicon-raspberry-pi:before {
    content: "\ea39";
}

.oicon-ravelry:before {
    content: "\ea3a";
}

.oicon-react:before {
    content: "\ea3b";
}

.oicon-reacteurope:before {
    content: "\ea3c";
}

.oicon-readme:before {
    content: "\ea3d";
}

.oicon-rebel:before {
    content: "\ea3e";
}

.oicon-reddit:before {
    content: "\ea3f";
}

.oicon-reddit-alien:before {
    content: "\ea40";
}

.oicon-reddit-square:before {
    content: "\ea41";
}

.oicon-redhat:before {
    content: "\ea42";
}

.oicon-red-river:before {
    content: "\ea43";
}

.oicon-renren:before {
    content: "\ea44";
}

.oicon-replyd:before {
    content: "\ea45";
}

.oicon-researchgate:before {
    content: "\ea46";
}

.oicon-resolving:before {
    content: "\ea47";
}

.oicon-rev:before {
    content: "\ea48";
}

.oicon-rocketchat:before {
    content: "\ea49";
}

.oicon-rockrms:before {
    content: "\ea4a";
}

.oicon-r-project:before {
    content: "\ea4b";
}

.oicon-rust:before {
    content: "\ea4c";
}

.oicon-safari:before {
    content: "\ea4d";
}

.oicon-salesforce:before {
    content: "\ea4e";
}

.oicon-sass:before {
    content: "\ea4f";
}

.oicon-schlix:before {
    content: "\ea50";
}

.oicon-scribd:before {
    content: "\ea51";
}

.oicon-searchengin:before {
    content: "\ea52";
}

.oicon-sellcast:before {
    content: "\ea53";
}

.oicon-sellsy:before {
    content: "\ea54";
}

.oicon-servicestack:before {
    content: "\ea55";
}

.oicon-shirtsinbulk:before {
    content: "\ea56";
}

.oicon-shopify:before {
    content: "\ea57";
}

.oicon-shopware:before {
    content: "\ea58";
}

.oicon-simplybuilt:before {
    content: "\ea59";
}

.oicon-sistrix:before {
    content: "\ea5a";
}

.oicon-sith:before {
    content: "\ea5b";
}

.oicon-sitrox:before {
    content: "\ea5c";
}

.oicon-sketch:before {
    content: "\ea5d";
}

.oicon-skyatlas:before {
    content: "\ea5e";
}

.oicon-skype:before {
    content: "\ea5f";
}

.oicon-slack:before {
    content: "\ea60";
}

.oicon-slideshare:before {
    content: "\ea61";
}

.oicon-snapchat:before {
    content: "\ea62";
}

.oicon-snapchat-square:before {
    content: "\ea63";
}

.oicon-soundcloud:before {
    content: "\ea64";
}

.oicon-sourcetree:before {
    content: "\ea65";
}

.oicon-speakap:before {
    content: "\ea66";
}

.oicon-speaker-deck:before {
    content: "\ea67";
}

.oicon-spotify:before {
    content: "\ea68";
}

.oicon-square-font-awesome:before {
    content: "\ea69";
}

.oicon-square-font-awesome-stroke:before {
    content: "\ea6a";
}

.oicon-squarespace:before {
    content: "\ea6b";
}

.oicon-stack-exchange:before {
    content: "\ea6c";
}

.oicon-stack-overflow:before {
    content: "\ea6d";
}

.oicon-stackpath:before {
    content: "\ea6e";
}

.oicon-staylinked:before {
    content: "\ea6f";
}

.oicon-steam:before {
    content: "\ea70";
}

.oicon-steam-square:before {
    content: "\ea71";
}

.oicon-steam-symbol:before {
    content: "\ea72";
}

.oicon-sticker-mule:before {
    content: "\ea73";
}

.oicon-strava:before {
    content: "\ea74";
}

.oicon-stripe:before {
    content: "\ea75";
}

.oicon-stripe-s:before {
    content: "\ea76";
}

.oicon-studiovinari:before {
    content: "\ea77";
}

.oicon-stumbleupon:before {
    content: "\ea78";
}

.oicon-stumbleupon-circle:before {
    content: "\ea79";
}

.oicon-superpowers:before {
    content: "\ea7a";
}

.oicon-supple:before {
    content: "\ea7b";
}

.oicon-suse:before {
    content: "\ea7c";
}

.oicon-swift:before {
    content: "\ea7d";
}

.oicon-symfony:before {
    content: "\ea7e";
}

.oicon-teamspeak:before {
    content: "\ea7f";
}

.oicon-telegram:before {
    content: "\ea80";
}

.oicon-tencent-weibo:before {
    content: "\ea81";
}

.oicon-themeco:before {
    content: "\ea82";
}

.oicon-themeisle:before {
    content: "\ea83";
}

.oicon-the-red-yeti:before {
    content: "\ea84";
}

.oicon-think-peaks:before {
    content: "\ea85";
}

.oicon-tiktok:before {
    content: "\ea86";
}

.oicon-trade-federation:before {
    content: "\ea87";
}

.oicon-trello:before {
    content: "\ea88";
}

.oicon-tumblr:before {
    content: "\ea89";
}

.oicon-tumblr-square:before {
    content: "\ea8a";
}

.oicon-twitch:before {
    content: "\ea8b";
}

.oicon-twitter:before {
    content: "\ea8c";
}

.oicon-twitter-square:before {
    content: "\ea8d";
}

.oicon-typo3:before {
    content: "\ea8e";
}

.oicon-uber:before {
    content: "\ea8f";
}

.oicon-ubuntu:before {
    content: "\ea90";
}

.oicon-uikit:before {
    content: "\ea91";
}

.oicon-umbraco:before {
    content: "\ea92";
}

.oicon-uncharted:before {
    content: "\ea93";
}

.oicon-uniregistry:before {
    content: "\ea94";
}

.oicon-unity:before {
    content: "\ea95";
}

.oicon-unsplash:before {
    content: "\ea96";
}

.oicon-untappd:before {
    content: "\ea97";
}

.oicon-ups:before {
    content: "\ea98";
}

.oicon-usb:before {
    content: "\ea99";
}

.oicon-usps:before {
    content: "\ea9a";
}

.oicon-ussunnah:before {
    content: "\ea9b";
}

.oicon-vaadin:before {
    content: "\ea9c";
}

.oicon-viacoin:before {
    content: "\ea9d";
}

.oicon-viadeo:before {
    content: "\ea9e";
}

.oicon-viadeo-square:before {
    content: "\ea9f";
}

.oicon-viber:before {
    content: "\eaa0";
}

.oicon-vimeo:before {
    content: "\eaa1";
}

.oicon-vimeo-square:before {
    content: "\eaa2";
}

.oicon-vimeo-v:before {
    content: "\eaa3";
}

.oicon-vine:before {
    content: "\eaa4";
}

.oicon-vk:before {
    content: "\eaa5";
}

.oicon-vnv:before {
    content: "\eaa6";
}

.oicon-vuejs:before {
    content: "\eaa7";
}

.oicon-watchman-monitoring:before {
    content: "\eaa8";
}

.oicon-waze:before {
    content: "\eaa9";
}

.oicon-weebly:before {
    content: "\eaaa";
}

.oicon-weibo:before {
    content: "\eaab";
}

.oicon-weixin:before {
    content: "\eaac";
}

.oicon-whatsapp:before {
    content: "\eaad";
}

.oicon-whatsapp-square:before {
    content: "\eaae";
}

.oicon-whmcs:before {
    content: "\eaaf";
}

.oicon-wikipedia-w:before {
    content: "\eab0";
}

.oicon-windows:before {
    content: "\eab1";
}

.oicon-wirsindhandwerk:before {
    content: "\eab2";
}

.oicon-wix:before {
    content: "\eab3";
}

.oicon-wizards-of-the-coast:before {
    content: "\eab4";
}

.oicon-wodu:before {
    content: "\eab5";
}

.oicon-wolf-pack-battalion:before {
    content: "\eab6";
}

.oicon-wordpress:before {
    content: "\eab7";
}

.oicon-wordpress-simple:before {
    content: "\eab8";
}

.oicon-wpbeginner:before {
    content: "\eab9";
}

.oicon-wpexplorer:before {
    content: "\eaba";
}

.oicon-wpforms:before {
    content: "\eabb";
}

.oicon-wpressr:before {
    content: "\eabc";
}

.oicon-xbox:before {
    content: "\eabd";
}

.oicon-xing:before {
    content: "\eabe";
}

.oicon-xing-square:before {
    content: "\eabf";
}

.oicon-yahoo:before {
    content: "\eac0";
}

.oicon-yammer:before {
    content: "\eac1";
}

.oicon-yandex:before {
    content: "\eac2";
}

.oicon-yandex-international:before {
    content: "\eac3";
}

.oicon-yarn:before {
    content: "\eac4";
}

.oicon-y-combinator:before {
    content: "\eac5";
}

.oicon-yelp:before {
    content: "\eac6";
}

.oicon-yoast:before {
    content: "\eac7";
}

.oicon-youtube:before {
    content: "\eac8";
}

.oicon-youtube-square:before {
    content: "\eac9";
}

.oicon-zhihu:before {
    content: "\eaca";
}

.oicon-address-book:before {
    content: "\eacb";
}

.oicon-address-card:before {
    content: "\eacc";
}

.oicon-bell:before {
    content: "\eacd";
}

.oicon-bell-slash:before {
    content: "\eace";
}

.oicon-bookmark:before {
    content: "\eacf";
}

.oicon-building:before {
    content: "\ead0";
}

.oicon-calendar:before {
    content: "\ead1";
}

.oicon-calendar-check:before {
    content: "\ead2";
}

.oicon-calendar-days:before {
    content: "\ead3";
}

.oicon-calendar-minus:before {
    content: "\ead4";
}

.oicon-calendar-plus:before {
    content: "\ead5";
}

.oicon-calendar-xmark:before {
    content: "\ead6";
}

.oicon-chart-bar:before {
    content: "\ead7";
}

.oicon-chess-bishop:before {
    content: "\ead8";
}

.oicon-chess-king:before {
    content: "\ead9";
}

.oicon-chess-knight:before {
    content: "\eada";
}

.oicon-chess-pawn:before {
    content: "\eadb";
}

.oicon-chess-queen:before {
    content: "\eadc";
}

.oicon-chess-rook:before {
    content: "\eadd";
}

.oicon-circle:before {
    content: "\eade";
}

.oicon-circle-check:before {
    content: "\eadf";
}

.oicon-circle-dot:before {
    content: "\eae0";
}

.oicon-circle-down:before {
    content: "\eae1";
}

.oicon-circle-left:before {
    content: "\eae2";
}

.oicon-circle-pause:before {
    content: "\eae3";
}

.oicon-circle-play:before {
    content: "\eae4";
}

.oicon-circle-question:before {
    content: "\eae5";
}

.oicon-circle-right:before {
    content: "\eae6";
}

.oicon-circle-stop:before {
    content: "\eae7";
}

.oicon-circle-up:before {
    content: "\eae8";
}

.oicon-circle-user:before {
    content: "\eae9";
}

.oicon-circle-xmark:before {
    content: "\eaea";
}

.oicon-clipboard:before {
    content: "\eaeb";
}

.oicon-clock:before {
    content: "\eaec";
}

.oicon-clone:before {
    content: "\eaed";
}

.oicon-closed-captioning:before {
    content: "\eaee";
}

.oicon-comment:before {
    content: "\eaef";
}

.oicon-comment-dots:before {
    content: "\eaf0";
}

.oicon-comments:before {
    content: "\eaf1";
}

.oicon-compass:before {
    content: "\eaf2";
}

.oicon-copy:before {
    content: "\eaf3";
}

.oicon-copyright:before {
    content: "\eaf4";
}

.oicon-credit-card:before {
    content: "\eaf5";
}

.oicon-envelope:before {
    content: "\eaf6";
}

.oicon-envelope-open:before {
    content: "\eaf7";
}

.oicon-eye:before {
    content: "\eaf8";
}

.oicon-eye-slash:before {
    content: "\eaf9";
}

.oicon-face-angry:before {
    content: "\eafa";
}

.oicon-face-dizzy:before {
    content: "\eafb";
}

.oicon-face-flushed:before {
    content: "\eafc";
}

.oicon-face-frown:before {
    content: "\eafd";
}

.oicon-face-frown-open:before {
    content: "\eafe";
}

.oicon-face-grimace:before {
    content: "\eaff";
}

.oicon-face-grin:before {
    content: "\eb00";
}

.oicon-face-grin-beam:before {
    content: "\eb01";
}

.oicon-face-grin-beam-sweat:before {
    content: "\eb02";
}

.oicon-face-grin-hearts:before {
    content: "\eb03";
}

.oicon-face-grin-squint:before {
    content: "\eb04";
}

.oicon-face-grin-squint-tears:before {
    content: "\eb05";
}

.oicon-face-grin-stars:before {
    content: "\eb06";
}

.oicon-face-grin-tears:before {
    content: "\eb07";
}

.oicon-face-grin-tongue:before {
    content: "\eb08";
}

.oicon-face-grin-tongue-squint:before {
    content: "\eb09";
}

.oicon-face-grin-tongue-wink:before {
    content: "\eb0a";
}

.oicon-face-grin-wide:before {
    content: "\eb0b";
}

.oicon-face-grin-wink:before {
    content: "\eb0c";
}

.oicon-face-kiss:before {
    content: "\eb0d";
}

.oicon-face-kiss-beam:before {
    content: "\eb0e";
}

.oicon-face-kiss-wink-heart:before {
    content: "\eb0f";
}

.oicon-face-laugh:before {
    content: "\eb10";
}

.oicon-face-laugh-beam:before {
    content: "\eb11";
}

.oicon-face-laugh-squint:before {
    content: "\eb12";
}

.oicon-face-laugh-wink:before {
    content: "\eb13";
}

.oicon-face-meh:before {
    content: "\eb14";
}

.oicon-face-meh-blank:before {
    content: "\eb15";
}

.oicon-face-rolling-eyes:before {
    content: "\eb16";
}

.oicon-face-sad-cry:before {
    content: "\eb17";
}

.oicon-face-sad-tear:before {
    content: "\eb18";
}

.oicon-face-smile:before {
    content: "\eb19";
}

.oicon-face-smile-beam:before {
    content: "\eb1a";
}

.oicon-face-smile-wink:before {
    content: "\eb1b";
}

.oicon-face-surprise:before {
    content: "\eb1c";
}

.oicon-face-tired:before {
    content: "\eb1d";
}

.oicon-file:before {
    content: "\eb1e";
}

.oicon-file-audio:before {
    content: "\eb1f";
}

.oicon-file-code:before {
    content: "\eb20";
}

.oicon-file-excel:before {
    content: "\eb21";
}

.oicon-file-image:before {
    content: "\eb22";
}

.oicon-file-lines:before {
    content: "\eb23";
}

.oicon-file-pdf:before {
    content: "\eb24";
}

.oicon-file-powerpoint:before {
    content: "\eb25";
}

.oicon-file-video:before {
    content: "\eb26";
}

.oicon-file-word:before {
    content: "\eb27";
}

.oicon-file-zipper:before {
    content: "\eb28";
}

.oicon-flag:before {
    content: "\eb29";
}

.oicon-floppy-disk:before {
    content: "\eb2a";
}

.oicon-folder:before {
    content: "\eb2b";
}

.oicon-folder-open:before {
    content: "\eb2c";
}

.oicon-font-awesome1:before {
    content: "\eb2d";
}

.oicon-futbol:before {
    content: "\eb2e";
}

.oicon-gem:before {
    content: "\eb2f";
}

.oicon-hand:before {
    content: "\eb30";
}

.oicon-hand-back-fist:before {
    content: "\eb31";
}

.oicon-hand-lizard:before {
    content: "\eb32";
}

.oicon-hand-peace:before {
    content: "\eb33";
}

.oicon-hand-point-down:before {
    content: "\eb34";
}

.oicon-hand-pointer:before {
    content: "\eb35";
}

.oicon-hand-point-left:before {
    content: "\eb36";
}

.oicon-hand-point-right:before {
    content: "\eb37";
}

.oicon-hand-point-up:before {
    content: "\eb38";
}

.oicon-hand-scissors:before {
    content: "\eb39";
}

.oicon-handshake:before {
    content: "\eb3a";
}

.oicon-hand-spock:before {
    content: "\eb3b";
}

.oicon-hard-drive:before {
    content: "\eb3c";
}

.oicon-heart:before {
    content: "\eb3d";
}

.oicon-hospital:before {
    content: "\eb3e";
}

.oicon-hourglass:before {
    content: "\eb3f";
}

.oicon-id-badge:before {
    content: "\eb40";
}

.oicon-id-card:before {
    content: "\eb41";
}

.oicon-image:before {
    content: "\eb42";
}

.oicon-images:before {
    content: "\eb43";
}

.oicon-keyboard:before {
    content: "\eb44";
}

.oicon-lemon:before {
    content: "\eb45";
}

.oicon-life-ring:before {
    content: "\eb46";
}

.oicon-lightbulb:before {
    content: "\eb47";
}

.oicon-map:before {
    content: "\eb48";
}

.oicon-message:before {
    content: "\eb49";
}

.oicon-money-bill-1:before {
    content: "\eb4a";
}

.oicon-moon:before {
    content: "\eb4b";
}

.oicon-newspaper:before {
    content: "\eb4c";
}

.oicon-note-sticky:before {
    content: "\eb4d";
}

.oicon-object-group:before {
    content: "\eb4e";
}

.oicon-object-ungroup:before {
    content: "\eb4f";
}

.oicon-paper-plane:before {
    content: "\eb50";
}

.oicon-pen-to-square:before {
    content: "\eb51";
}

.oicon-rectangle-list:before {
    content: "\eb52";
}

.oicon-rectangle-xmark:before {
    content: "\eb53";
}

.oicon-registered:before {
    content: "\eb54";
}

.oicon-share-from-square:before {
    content: "\eb55";
}

.oicon-snowflake:before {
    content: "\eb56";
}

.oicon-square:before {
    content: "\eb57";
}

.oicon-square-caret-down:before {
    content: "\eb58";
}

.oicon-square-caret-left:before {
    content: "\eb59";
}

.oicon-square-caret-right:before {
    content: "\eb5a";
}

.oicon-square-caret-up:before {
    content: "\eb5b";
}

.oicon-square-check:before {
    content: "\eb5c";
}

.oicon-square-full:before {
    content: "\eb5d";
}

.oicon-square-minus:before {
    content: "\eb5e";
}

.oicon-square-plus:before {
    content: "\eb5f";
}

.oicon-star:before {
    content: "\eb60";
}

.oicon-star-half:before {
    content: "\eb61";
}

.oicon-sun:before {
    content: "\eb62";
}

.oicon-thumbs-down:before {
    content: "\eb63";
}

.oicon-thumbs-up:before {
    content: "\eb64";
}

.oicon-trash-can:before {
    content: "\eb65";
}

.oicon-user:before {
    content: "\eb66";
}

.oicon-window-maximize:before {
    content: "\eb67";
}

.oicon-window-minimize:before {
    content: "\eb68";
}

.oicon-window-restore:before {
    content: "\eb69";
}

.oicon-0:before {
    content: "\eb6a";
}

.oicon-1:before {
    content: "\eb6b";
}

.oicon-2:before {
    content: "\eb6c";
}

.oicon-3:before {
    content: "\eb6d";
}

.oicon-4:before {
    content: "\eb6e";
}

.oicon-5:before {
    content: "\eb6f";
}

.oicon-6:before {
    content: "\eb70";
}

.oicon-7:before {
    content: "\eb71";
}

.oicon-8:before {
    content: "\eb72";
}

.oicon-9:before {
    content: "\eb73";
}

.oicon-a:before {
    content: "\eb74";
}

.oicon-address-book1:before {
    content: "\eb75";
}

.oicon-address-card1:before {
    content: "\eb76";
}

.oicon-align-center:before {
    content: "\eb77";
}

.oicon-align-justify:before {
    content: "\eb78";
}

.oicon-align-left:before {
    content: "\eb79";
}

.oicon-align-right:before {
    content: "\eb7a";
}

.oicon-anchor:before {
    content: "\eb7b";
}

.oicon-angle-down:before {
    content: "\eb7c";
}

.oicon-angle-left:before {
    content: "\eb7d";
}

.oicon-angle-right:before {
    content: "\eb7e";
}

.oicon-angles-down:before {
    content: "\eb7f";
}

.oicon-angles-left:before {
    content: "\eb80";
}

.oicon-angles-right:before {
    content: "\eb81";
}

.oicon-angles-up:before {
    content: "\eb82";
}

.oicon-angle-up:before {
    content: "\eb83";
}

.oicon-ankh:before {
    content: "\eb84";
}

.oicon-apple-whole:before {
    content: "\eb85";
}

.oicon-archway:before {
    content: "\eb86";
}

.oicon-arrow-down:before {
    content: "\eb87";
}

.oicon-arrow-down-1-9:before {
    content: "\eb88";
}

.oicon-arrow-down-9-1:before {
    content: "\eb89";
}

.oicon-arrow-down-a-z:before {
    content: "\eb8a";
}

.oicon-arrow-down-short-wide:before {
    content: "\eb8b";
}

.oicon-arrow-down-wide-short:before {
    content: "\eb8c";
}

.oicon-arrow-down-z-a:before {
    content: "\eb8d";
}

.oicon-arrow-left:before {
    content: "\eb8e";
}

.oicon-arrow-pointer:before {
    content: "\eb8f";
}

.oicon-arrow-right:before {
    content: "\eb90";
}

.oicon-arrow-rotate-left:before {
    content: "\eb91";
}

.oicon-arrow-rotate-right:before {
    content: "\eb92";
}

.oicon-arrows-rotate:before {
    content: "\eb93";
}

.oicon-arrow-trend-down:before {
    content: "\eb94";
}

.oicon-arrow-trend-up:before {
    content: "\eb95";
}

.oicon-arrow-up:before {
    content: "\eb96";
}

.oicon-arrow-up-1-9:before {
    content: "\eb97";
}

.oicon-arrow-up-9-1:before {
    content: "\eb98";
}

.oicon-arrow-up-a-z:before {
    content: "\eb99";
}

.oicon-arrow-up-from-bracket:before {
    content: "\eb9a";
}

.oicon-arrow-up-short-wide:before {
    content: "\eb9b";
}

.oicon-arrow-up-wide-short:before {
    content: "\eb9c";
}

.oicon-arrow-up-z-a:before {
    content: "\eb9d";
}

.oicon-asterisk:before {
    content: "\eb9e";
}

.oicon-at:before {
    content: "\eb9f";
}

.oicon-atom:before {
    content: "\eba0";
}

.oicon-audio-description:before {
    content: "\eba1";
}

.oicon-austral-sign:before {
    content: "\eba2";
}

.oicon-award:before {
    content: "\eba3";
}

.oicon-b:before {
    content: "\eba4";
}

.oicon-baby:before {
    content: "\eba5";
}

.oicon-baby-carriage:before {
    content: "\eba6";
}

.oicon-backward:before {
    content: "\eba7";
}

.oicon-backward-fast:before {
    content: "\eba8";
}

.oicon-backward-step:before {
    content: "\eba9";
}

.oicon-bacon:before {
    content: "\ebaa";
}

.oicon-bacteria:before {
    content: "\ebab";
}

.oicon-bacterium:before {
    content: "\ebac";
}

.oicon-bag-shopping:before {
    content: "\ebad";
}

.oicon-bahai:before {
    content: "\ebae";
}

.oicon-baht-sign:before {
    content: "\ebaf";
}

.oicon-ban:before {
    content: "\ebb0";
}

.oicon-bandage:before {
    content: "\ebb1";
}

.oicon-bank:before {
    content: "\ebb2";
}

.oicon-ban-smoking:before {
    content: "\ebb3";
}

.oicon-barcode:before {
    content: "\ebb4";
}

.oicon-bars:before {
    content: "\ebb5";
}

.oicon-bars-staggered:before {
    content: "\ebb6";
}

.oicon-baseball:before {
    content: "\ebb7";
}

.oicon-basketball:before {
    content: "\ebb8";
}

.oicon-basket-shopping:before {
    content: "\ebb9";
}

.oicon-bath:before {
    content: "\ebba";
}

.oicon-battery-empty:before {
    content: "\ebbb";
}

.oicon-battery-full:before {
    content: "\ebbc";
}

.oicon-battery-half:before {
    content: "\ebbd";
}

.oicon-battery-quarter:before {
    content: "\ebbe";
}

.oicon-battery-three-quarters:before {
    content: "\ebbf";
}

.oicon-bed:before {
    content: "\ebc0";
}

.oicon-bed-pulse:before {
    content: "\ebc1";
}

.oicon-beer-mug-empty:before {
    content: "\ebc2";
}

.oicon-bell1:before {
    content: "\ebc3";
}

.oicon-bell-concierge:before {
    content: "\ebc4";
}

.oicon-bell-slash1:before {
    content: "\ebc5";
}

.oicon-bezier-curve:before {
    content: "\ebc6";
}

.oicon-bicycle:before {
    content: "\ebc7";
}

.oicon-binoculars:before {
    content: "\ebc8";
}

.oicon-biohazard:before {
    content: "\ebc9";
}

.oicon-bitcoin-sign:before {
    content: "\ebca";
}

.oicon-blender:before {
    content: "\ebcb";
}

.oicon-blender-phone:before {
    content: "\ebcc";
}

.oicon-blog:before {
    content: "\ebcd";
}

.oicon-bold:before {
    content: "\ebce";
}

.oicon-bolt:before {
    content: "\ebcf";
}

.oicon-bomb:before {
    content: "\ebd0";
}

.oicon-bone:before {
    content: "\ebd1";
}

.oicon-bong:before {
    content: "\ebd2";
}

.oicon-book:before {
    content: "\ebd3";
}

.oicon-book-atlas:before {
    content: "\ebd4";
}

.oicon-book-bible:before {
    content: "\ebd5";
}

.oicon-book-journal-whills:before {
    content: "\ebd6";
}

.oicon-bookmark1:before {
    content: "\ebd7";
}

.oicon-book-medical:before {
    content: "\ebd8";
}

.oicon-book-open:before {
    content: "\ebd9";
}

.oicon-book-open-reader:before {
    content: "\ebda";
}

.oicon-book-quran:before {
    content: "\ebdb";
}

.oicon-book-skull:before {
    content: "\ebdc";
}

.oicon-border-all:before {
    content: "\ebdd";
}

.oicon-border-none:before {
    content: "\ebde";
}

.oicon-border-top-left:before {
    content: "\ebdf";
}

.oicon-bowling-ball:before {
    content: "\ebe0";
}

.oicon-box:before {
    content: "\ebe1";
}

.oicon-box-archive:before {
    content: "\ebe2";
}

.oicon-boxes-stacked:before {
    content: "\ebe3";
}

.oicon-box-open:before {
    content: "\ebe4";
}

.oicon-box-tissue:before {
    content: "\ebe5";
}

.oicon-braille:before {
    content: "\ebe6";
}

.oicon-brain:before {
    content: "\ebe7";
}

.oicon-bread-slice:before {
    content: "\ebe8";
}

.oicon-briefcase:before {
    content: "\ebe9";
}

.oicon-briefcase-medical:before {
    content: "\ebea";
}

.oicon-broom:before {
    content: "\ebeb";
}

.oicon-brush:before {
    content: "\ebec";
}

.oicon-bug:before {
    content: "\ebed";
}

.oicon-building1:before {
    content: "\ebee";
}

.oicon-bullhorn:before {
    content: "\ebef";
}

.oicon-bullseye:before {
    content: "\ebf0";
}

.oicon-burger:before {
    content: "\ebf1";
}

.oicon-bus:before {
    content: "\ebf2";
}

.oicon-business-time:before {
    content: "\ebf3";
}

.oicon-bus-simple:before {
    content: "\ebf4";
}

.oicon-c:before {
    content: "\ebf5";
}

.oicon-cake-candles:before {
    content: "\ebf6";
}

.oicon-calculator:before {
    content: "\ebf7";
}

.oicon-calendar1:before {
    content: "\ebf8";
}

.oicon-calendar-check1:before {
    content: "\ebf9";
}

.oicon-calendar-day:before {
    content: "\ebfa";
}

.oicon-calendar-days1:before {
    content: "\ebfb";
}

.oicon-calendar-minus1:before {
    content: "\ebfc";
}

.oicon-calendar-plus1:before {
    content: "\ebfd";
}

.oicon-calendar-week:before {
    content: "\ebfe";
}

.oicon-calendar-xmark1:before {
    content: "\ebff";
}

.oicon-camera:before {
    content: "\ec00";
}

.oicon-camera-retro:before {
    content: "\ec01";
}

.oicon-camera-rotate:before {
    content: "\ec02";
}

.oicon-campground:before {
    content: "\ec03";
}

.oicon-candy-cane:before {
    content: "\ec04";
}

.oicon-cannabis:before {
    content: "\ec05";
}

.oicon-capsules:before {
    content: "\ec06";
}

.oicon-car:before {
    content: "\ec07";
}

.oicon-caravan:before {
    content: "\ec08";
}

.oicon-car-battery:before {
    content: "\ec09";
}

.oicon-car-crash:before {
    content: "\ec0a";
}

.oicon-caret-down:before {
    content: "\ec0b";
}

.oicon-caret-left:before {
    content: "\ec0c";
}

.oicon-caret-right:before {
    content: "\ec0d";
}

.oicon-caret-up:before {
    content: "\ec0e";
}

.oicon-car-rear:before {
    content: "\ec0f";
}

.oicon-carrot:before {
    content: "\ec10";
}

.oicon-car-side:before {
    content: "\ec11";
}

.oicon-cart-arrow-down:before {
    content: "\ec12";
}

.oicon-cart-flatbed:before {
    content: "\ec13";
}

.oicon-cart-flatbed-suitcase:before {
    content: "\ec14";
}

.oicon-cart-plus:before {
    content: "\ec15";
}

.oicon-cart-shopping:before {
    content: "\ec16";
}

.oicon-cash-register:before {
    content: "\ec17";
}

.oicon-cat:before {
    content: "\ec18";
}

.oicon-cedi-sign:before {
    content: "\ec19";
}

.oicon-cent-sign:before {
    content: "\ec1a";
}

.oicon-certificate:before {
    content: "\ec1b";
}

.oicon-chair:before {
    content: "\ec1c";
}

.oicon-chalkboard:before {
    content: "\ec1d";
}

.oicon-chalkboard-user:before {
    content: "\ec1e";
}

.oicon-champagne-glasses:before {
    content: "\ec1f";
}

.oicon-charging-station:before {
    content: "\ec20";
}

.oicon-chart-area:before {
    content: "\ec21";
}

.oicon-chart-bar1:before {
    content: "\ec22";
}

.oicon-chart-gantt:before {
    content: "\ec23";
}

.oicon-chart-line:before {
    content: "\ec24";
}

.oicon-chart-pie:before {
    content: "\ec25";
}

.oicon-check:before {
    content: "\ec26";
}

.oicon-check-double:before {
    content: "\ec27";
}

.oicon-check-to-slot:before {
    content: "\ec28";
}

.oicon-cheese:before {
    content: "\ec29";
}

.oicon-chess:before {
    content: "\ec2a";
}

.oicon-chess-bishop1:before {
    content: "\ec2b";
}

.oicon-chess-board:before {
    content: "\ec2c";
}

.oicon-chess-king1:before {
    content: "\ec2d";
}

.oicon-chess-knight1:before {
    content: "\ec2e";
}

.oicon-chess-pawn1:before {
    content: "\ec2f";
}

.oicon-chess-queen1:before {
    content: "\ec30";
}

.oicon-chess-rook1:before {
    content: "\ec31";
}

.oicon-chevron-down:before {
    content: "\ec32";
}

.oicon-chevron-left:before {
    content: "\ec33";
}

.oicon-chevron-right:before {
    content: "\ec34";
}

.oicon-chevron-up:before {
    content: "\ec35";
}

.oicon-child:before {
    content: "\ec36";
}

.oicon-church:before {
    content: "\ec37";
}

.oicon-circle1:before {
    content: "\ec38";
}

.oicon-circle-arrow-down:before {
    content: "\ec39";
}

.oicon-circle-arrow-left:before {
    content: "\ec3a";
}

.oicon-circle-arrow-right:before {
    content: "\ec3b";
}

.oicon-circle-arrow-up:before {
    content: "\ec3c";
}

.oicon-circle-check1:before {
    content: "\ec3d";
}

.oicon-circle-chevron-down:before {
    content: "\ec3e";
}

.oicon-circle-chevron-left:before {
    content: "\ec3f";
}

.oicon-circle-chevron-right:before {
    content: "\ec40";
}

.oicon-circle-chevron-up:before {
    content: "\ec41";
}

.oicon-circle-dollar-to-slot:before {
    content: "\ec42";
}

.oicon-circle-dot1:before {
    content: "\ec43";
}

.oicon-circle-down1:before {
    content: "\ec44";
}

.oicon-circle-exclamation:before {
    content: "\ec45";
}

.oicon-circle-h:before {
    content: "\ec46";
}

.oicon-circle-half-stroke:before {
    content: "\ec47";
}

.oicon-circle-info:before {
    content: "\ec48";
}

.oicon-circle-left1:before {
    content: "\ec49";
}

.oicon-circle-minus:before {
    content: "\ec4a";
}

.oicon-circle-notch:before {
    content: "\ec4b";
}

.oicon-circle-pause1:before {
    content: "\ec4c";
}

.oicon-circle-play1:before {
    content: "\ec4d";
}

.oicon-circle-plus:before {
    content: "\ec4e";
}

.oicon-circle-question1:before {
    content: "\ec4f";
}

.oicon-circle-radiation:before {
    content: "\ec50";
}

.oicon-circle-right1:before {
    content: "\ec51";
}

.oicon-circle-stop1:before {
    content: "\ec52";
}

.oicon-circle-up1:before {
    content: "\ec53";
}

.oicon-circle-user1:before {
    content: "\ec54";
}

.oicon-circle-xmark1:before {
    content: "\ec55";
}

.oicon-city:before {
    content: "\ec56";
}

.oicon-clapperboard:before {
    content: "\ec57";
}

.oicon-clipboard1:before {
    content: "\ec58";
}

.oicon-clipboard-check:before {
    content: "\ec59";
}

.oicon-clipboard-list:before {
    content: "\ec5a";
}

.oicon-clock1:before {
    content: "\ec5b";
}

.oicon-clock-rotate-left:before {
    content: "\ec5c";
}

.oicon-clone1:before {
    content: "\ec5d";
}

.oicon-closed-captioning1:before {
    content: "\ec5e";
}

.oicon-cloud:before {
    content: "\ec5f";
}

.oicon-cloud-arrow-down:before {
    content: "\ec60";
}

.oicon-cloud-arrow-up:before {
    content: "\ec61";
}

.oicon-cloud-meatball:before {
    content: "\ec62";
}

.oicon-cloud-moon:before {
    content: "\ec63";
}

.oicon-cloud-moon-rain:before {
    content: "\ec64";
}

.oicon-cloud-rain:before {
    content: "\ec65";
}

.oicon-cloud-showers-heavy:before {
    content: "\ec66";
}

.oicon-cloud-sun:before {
    content: "\ec67";
}

.oicon-cloud-sun-rain:before {
    content: "\ec68";
}

.oicon-clover:before {
    content: "\ec69";
}

.oicon-code:before {
    content: "\ec6a";
}

.oicon-code-branch:before {
    content: "\ec6b";
}

.oicon-code-commit:before {
    content: "\ec6c";
}

.oicon-code-compare:before {
    content: "\ec6d";
}

.oicon-code-fork:before {
    content: "\ec6e";
}

.oicon-code-merge:before {
    content: "\ec6f";
}

.oicon-code-pull-request:before {
    content: "\ec70";
}

.oicon-coins:before {
    content: "\ec71";
}

.oicon-colon-sign:before {
    content: "\ec72";
}

.oicon-comment1:before {
    content: "\ec73";
}

.oicon-comment-dollar:before {
    content: "\ec74";
}

.oicon-comment-dots1:before {
    content: "\ec75";
}

.oicon-comment-medical:before {
    content: "\ec76";
}

.oicon-comments1:before {
    content: "\ec77";
}

.oicon-comments-dollar:before {
    content: "\ec78";
}

.oicon-comment-slash:before {
    content: "\ec79";
}

.oicon-comment-sms:before {
    content: "\ec7a";
}

.oicon-compact-disc:before {
    content: "\ec7b";
}

.oicon-compass1:before {
    content: "\ec7c";
}

.oicon-compass-drafting:before {
    content: "\ec7d";
}

.oicon-compress:before {
    content: "\ec7e";
}

.oicon-computer-mouse:before {
    content: "\ec7f";
}

.oicon-cookie:before {
    content: "\ec80";
}

.oicon-cookie-bite:before {
    content: "\ec81";
}

.oicon-copy1:before {
    content: "\ec82";
}

.oicon-copyright1:before {
    content: "\ec83";
}

.oicon-couch:before {
    content: "\ec84";
}

.oicon-credit-card1:before {
    content: "\ec85";
}

.oicon-crop:before {
    content: "\ec86";
}

.oicon-crop-simple:before {
    content: "\ec87";
}

.oicon-cross:before {
    content: "\ec88";
}

.oicon-crosshairs:before {
    content: "\ec89";
}

.oicon-crow:before {
    content: "\ec8a";
}

.oicon-crown:before {
    content: "\ec8b";
}

.oicon-crutch:before {
    content: "\ec8c";
}

.oicon-cruzeiro-sign:before {
    content: "\ec8d";
}

.oicon-cube:before {
    content: "\ec8e";
}

.oicon-cubes:before {
    content: "\ec8f";
}

.oicon-d:before {
    content: "\ec90";
}

.oicon-database:before {
    content: "\ec91";
}

.oicon-delete-left:before {
    content: "\ec92";
}

.oicon-democrat:before {
    content: "\ec93";
}

.oicon-desktop:before {
    content: "\ec94";
}

.oicon-dharmachakra:before {
    content: "\ec95";
}

.oicon-diagram-project:before {
    content: "\ec96";
}

.oicon-diamond-turn-right:before {
    content: "\ec97";
}

.oicon-dice:before {
    content: "\ec98";
}

.oicon-dice-d6:before {
    content: "\ec99";
}

.oicon-dice-d20:before {
    content: "\ec9a";
}

.oicon-dice-five:before {
    content: "\ec9b";
}

.oicon-dice-four:before {
    content: "\ec9c";
}

.oicon-dice-one:before {
    content: "\ec9d";
}

.oicon-dice-six:before {
    content: "\ec9e";
}

.oicon-dice-three:before {
    content: "\ec9f";
}

.oicon-dice-two:before {
    content: "\eca0";
}

.oicon-disease:before {
    content: "\eca1";
}

.oicon-divide:before {
    content: "\eca2";
}

.oicon-dna:before {
    content: "\eca3";
}

.oicon-dog:before {
    content: "\eca4";
}

.oicon-dollar-sign:before {
    content: "\eca5";
}

.oicon-dolly:before {
    content: "\eca6";
}

.oicon-dong-sign:before {
    content: "\eca7";
}

.oicon-door-closed:before {
    content: "\eca8";
}

.oicon-door-open:before {
    content: "\eca9";
}

.oicon-dove:before {
    content: "\ecaa";
}

.oicon-down-left-and-up-right-to-center:before {
    content: "\ecab";
}

.oicon-download:before {
    content: "\ecac";
}

.oicon-down-long:before {
    content: "\ecad";
}

.oicon-dragon:before {
    content: "\ecae";
}

.oicon-draw-polygon:before {
    content: "\ecaf";
}

.oicon-droplet:before {
    content: "\ecb0";
}

.oicon-droplet-slash:before {
    content: "\ecb1";
}

.oicon-drum:before {
    content: "\ecb2";
}

.oicon-drum-steelpan:before {
    content: "\ecb3";
}

.oicon-drumstick-bite:before {
    content: "\ecb4";
}

.oicon-dumbbell:before {
    content: "\ecb5";
}

.oicon-dumpster:before {
    content: "\ecb6";
}

.oicon-dumpster-fire:before {
    content: "\ecb7";
}

.oicon-dungeon:before {
    content: "\ecb8";
}

.oicon-e:before {
    content: "\ecb9";
}

.oicon-ear-deaf:before {
    content: "\ecba";
}

.oicon-ear-listen:before {
    content: "\ecbb";
}

.oicon-earth-africa:before {
    content: "\ecbc";
}

.oicon-earth-americas:before {
    content: "\ecbd";
}

.oicon-earth-asia:before {
    content: "\ecbe";
}

.oicon-earth-europa:before {
    content: "\ecbf";
}

.oicon-egg:before {
    content: "\ecc0";
}

.oicon-eject:before {
    content: "\ecc1";
}

.oicon-elevator:before {
    content: "\ecc2";
}

.oicon-ellipsis:before {
    content: "\ecc3";
}

.oicon-ellipsis-vertical:before {
    content: "\ecc4";
}

.oicon-envelope1:before {
    content: "\ecc5";
}

.oicon-envelope-open1:before {
    content: "\ecc6";
}

.oicon-envelope-open-text:before {
    content: "\ecc7";
}

.oicon-envelopes-bulk:before {
    content: "\ecc8";
}

.oicon-equals:before {
    content: "\ecc9";
}

.oicon-eraser:before {
    content: "\ecca";
}

.oicon-ethernet:before {
    content: "\eccb";
}

.oicon-euro-sign:before {
    content: "\eccc";
}

.oicon-exclamation:before {
    content: "\eccd";
}

.oicon-expand:before {
    content: "\ecce";
}

.oicon-eye1:before {
    content: "\eccf";
}

.oicon-eye-dropper:before {
    content: "\ecd0";
}

.oicon-eye-low-vision:before {
    content: "\ecd1";
}

.oicon-eye-slash1:before {
    content: "\ecd2";
}

.oicon-f:before {
    content: "\ecd3";
}

.oicon-face-angry1:before {
    content: "\ecd4";
}

.oicon-face-dizzy1:before {
    content: "\ecd5";
}

.oicon-face-flushed1:before {
    content: "\ecd6";
}

.oicon-face-frown1:before {
    content: "\ecd7";
}

.oicon-face-frown-open1:before {
    content: "\ecd8";
}

.oicon-face-grimace1:before {
    content: "\ecd9";
}

.oicon-face-grin1:before {
    content: "\ecda";
}

.oicon-face-grin-beam1:before {
    content: "\ecdb";
}

.oicon-face-grin-beam-sweat1:before {
    content: "\ecdc";
}

.oicon-face-grin-hearts1:before {
    content: "\ecdd";
}

.oicon-face-grin-squint1:before {
    content: "\ecde";
}

.oicon-face-grin-squint-tears1:before {
    content: "\ecdf";
}

.oicon-face-grin-stars1:before {
    content: "\ece0";
}

.oicon-face-grin-tears1:before {
    content: "\ece1";
}

.oicon-face-grin-tongue1:before {
    content: "\ece2";
}

.oicon-face-grin-tongue-squint1:before {
    content: "\ece3";
}

.oicon-face-grin-tongue-wink1:before {
    content: "\ece4";
}

.oicon-face-grin-wide1:before {
    content: "\ece5";
}

.oicon-face-grin-wink1:before {
    content: "\ece6";
}

.oicon-face-kiss1:before {
    content: "\ece7";
}

.oicon-face-kiss-beam1:before {
    content: "\ece8";
}

.oicon-face-kiss-wink-heart1:before {
    content: "\ece9";
}

.oicon-face-laugh1:before {
    content: "\ecea";
}

.oicon-face-laugh-beam1:before {
    content: "\eceb";
}

.oicon-face-laugh-squint1:before {
    content: "\ecec";
}

.oicon-face-laugh-wink1:before {
    content: "\eced";
}

.oicon-face-meh1:before {
    content: "\ecee";
}

.oicon-face-meh-blank1:before {
    content: "\ecef";
}

.oicon-face-rolling-eyes1:before {
    content: "\ecf0";
}

.oicon-face-sad-cry1:before {
    content: "\ecf1";
}

.oicon-face-sad-tear1:before {
    content: "\ecf2";
}

.oicon-face-smile1:before {
    content: "\ecf3";
}

.oicon-face-smile-beam1:before {
    content: "\ecf4";
}

.oicon-face-smile-wink1:before {
    content: "\ecf5";
}

.oicon-face-surprise1:before {
    content: "\ecf6";
}

.oicon-face-tired1:before {
    content: "\ecf7";
}

.oicon-fan:before {
    content: "\ecf8";
}

.oicon-faucet:before {
    content: "\ecf9";
}

.oicon-fax:before {
    content: "\ecfa";
}

.oicon-feather:before {
    content: "\ecfb";
}

.oicon-feather-pointed:before {
    content: "\ecfc";
}

.oicon-file1:before {
    content: "\ecfd";
}

.oicon-file-arrow-down:before {
    content: "\ecfe";
}

.oicon-file-arrow-up:before {
    content: "\ecff";
}

.oicon-file-audio1:before {
    content: "\ed00";
}

.oicon-file-code1:before {
    content: "\ed01";
}

.oicon-file-contract:before {
    content: "\ed02";
}

.oicon-file-csv:before {
    content: "\ed03";
}

.oicon-file-excel1:before {
    content: "\ed04";
}

.oicon-file-export:before {
    content: "\ed05";
}

.oicon-file-image1:before {
    content: "\ed06";
}

.oicon-file-import:before {
    content: "\ed07";
}

.oicon-file-invoice:before {
    content: "\ed08";
}

.oicon-file-invoice-dollar:before {
    content: "\ed09";
}

.oicon-file-lines1:before {
    content: "\ed0a";
}

.oicon-file-medical:before {
    content: "\ed0b";
}

.oicon-file-pdf1:before {
    content: "\ed0c";
}

.oicon-file-powerpoint1:before {
    content: "\ed0d";
}

.oicon-file-prescription:before {
    content: "\ed0e";
}

.oicon-file-signature:before {
    content: "\ed0f";
}

.oicon-file-video1:before {
    content: "\ed10";
}

.oicon-file-waveform:before {
    content: "\ed11";
}

.oicon-file-word1:before {
    content: "\ed12";
}

.oicon-file-zipper1:before {
    content: "\ed13";
}

.oicon-fill:before {
    content: "\ed14";
}

.oicon-fill-drip:before {
    content: "\ed15";
}

.oicon-film:before {
    content: "\ed16";
}

.oicon-filter:before {
    content: "\ed17";
}

.oicon-filter-circle-dollar:before {
    content: "\ed18";
}

.oicon-filter-circle-xmark:before {
    content: "\ed19";
}

.oicon-fingerprint:before {
    content: "\ed1a";
}

.oicon-fire:before {
    content: "\ed1b";
}

.oicon-fire-extinguisher:before {
    content: "\ed1c";
}

.oicon-fire-flame-curved:before {
    content: "\ed1d";
}

.oicon-fire-flame-simple:before {
    content: "\ed1e";
}

.oicon-fish:before {
    content: "\ed1f";
}

.oicon-flag1:before {
    content: "\ed20";
}

.oicon-flag-checkered:before {
    content: "\ed21";
}

.oicon-flag-usa:before {
    content: "\ed22";
}

.oicon-flask:before {
    content: "\ed23";
}

.oicon-floppy-disk1:before {
    content: "\ed24";
}

.oicon-florin-sign:before {
    content: "\ed25";
}

.oicon-folder1:before {
    content: "\ed26";
}

.oicon-folder-minus:before {
    content: "\ed27";
}

.oicon-folder-open1:before {
    content: "\ed28";
}

.oicon-folder-plus:before {
    content: "\ed29";
}

.oicon-folder-tree:before {
    content: "\ed2a";
}

.oicon-font:before {
    content: "\ed2b";
}

.oicon-font-awesome2:before {
    content: "\ed2c";
}

.oicon-football:before {
    content: "\ed2d";
}

.oicon-forward:before {
    content: "\ed2e";
}

.oicon-forward-fast:before {
    content: "\ed2f";
}

.oicon-forward-step:before {
    content: "\ed30";
}

.oicon-franc-sign:before {
    content: "\ed31";
}

.oicon-frog:before {
    content: "\ed32";
}

.oicon-futbol1:before {
    content: "\ed33";
}

.oicon-g:before {
    content: "\ed34";
}

.oicon-gamepad:before {
    content: "\ed35";
}

.oicon-gas-pump:before {
    content: "\ed36";
}

.oicon-gauge-simple:before {
    content: "\ed37";
}

.oicon-gavel:before {
    content: "\ed38";
}

.oicon-gear:before {
    content: "\ed39";
}

.oicon-gears:before {
    content: "\ed3a";
}

.oicon-gem1:before {
    content: "\ed3b";
}

.oicon-genderless:before {
    content: "\ed3c";
}

.oicon-ghost:before {
    content: "\ed3d";
}

.oicon-gift:before {
    content: "\ed3e";
}

.oicon-gifts:before {
    content: "\ed3f";
}

.oicon-glasses:before {
    content: "\ed40";
}

.oicon-globe:before {
    content: "\ed41";
}

.oicon-golf-ball-tee:before {
    content: "\ed42";
}

.oicon-gopuram:before {
    content: "\ed43";
}

.oicon-graduation-cap:before {
    content: "\ed44";
}

.oicon-greater-than:before {
    content: "\ed45";
}

.oicon-greater-than-equal:before {
    content: "\ed46";
}

.oicon-grip:before {
    content: "\ed47";
}

.oicon-grip-lines:before {
    content: "\ed48";
}

.oicon-grip-lines-vertical:before {
    content: "\ed49";
}

.oicon-grip-vertical:before {
    content: "\ed4a";
}

.oicon-guarani-sign:before {
    content: "\ed4b";
}

.oicon-guitar:before {
    content: "\ed4c";
}

.oicon-gun:before {
    content: "\ed4d";
}

.oicon-h:before {
    content: "\ed4e";
}

.oicon-hammer:before {
    content: "\ed4f";
}

.oicon-hamsa:before {
    content: "\ed50";
}

.oicon-hand1:before {
    content: "\ed51";
}

.oicon-hand-back-fist1:before {
    content: "\ed52";
}

.oicon-hand-dots:before {
    content: "\ed53";
}

.oicon-hand-fist:before {
    content: "\ed54";
}

.oicon-hand-holding:before {
    content: "\ed55";
}

.oicon-hand-holding-dollar:before {
    content: "\ed56";
}

.oicon-hand-holding-droplet:before {
    content: "\ed57";
}

.oicon-hand-holding-heart:before {
    content: "\ed58";
}

.oicon-hand-holding-medical:before {
    content: "\ed59";
}

.oicon-hand-lizard1:before {
    content: "\ed5a";
}

.oicon-hand-middle-finger:before {
    content: "\ed5b";
}

.oicon-hand-peace1:before {
    content: "\ed5c";
}

.oicon-hand-point-down1:before {
    content: "\ed5d";
}

.oicon-hand-pointer1:before {
    content: "\ed5e";
}

.oicon-hand-point-left1:before {
    content: "\ed5f";
}

.oicon-hand-point-right1:before {
    content: "\ed60";
}

.oicon-hand-point-up1:before {
    content: "\ed61";
}

.oicon-hands:before {
    content: "\ed62";
}

.oicon-hands-asl-interpreting:before {
    content: "\ed63";
}

.oicon-hands-bubbles:before {
    content: "\ed64";
}

.oicon-hand-scissors1:before {
    content: "\ed65";
}

.oicon-hands-clapping:before {
    content: "\ed66";
}

.oicon-handshake1:before {
    content: "\ed67";
}

.oicon-handshake-angle:before {
    content: "\ed68";
}

.oicon-handshake-simple-slash:before {
    content: "\ed69";
}

.oicon-handshake-slash:before {
    content: "\ed6a";
}

.oicon-hands-holding:before {
    content: "\ed6b";
}

.oicon-hand-sparkles:before {
    content: "\ed6c";
}

.oicon-hand-spock1:before {
    content: "\ed6d";
}

.oicon-hands-praying:before {
    content: "\ed6e";
}

.oicon-hanukiah:before {
    content: "\ed6f";
}

.oicon-hard-drive1:before {
    content: "\ed70";
}

.oicon-hashtag:before {
    content: "\ed71";
}

.oicon-hat-cowboy:before {
    content: "\ed72";
}

.oicon-hat-cowboy-side:before {
    content: "\ed73";
}

.oicon-hat-wizard:before {
    content: "\ed74";
}

.oicon-heading:before {
    content: "\ed75";
}

.oicon-headphones:before {
    content: "\ed76";
}

.oicon-headphones-simple:before {
    content: "\ed77";
}

.oicon-headset:before {
    content: "\ed78";
}

.oicon-head-side-cough:before {
    content: "\ed79";
}

.oicon-head-side-cough-slash:before {
    content: "\ed7a";
}

.oicon-head-side-mask:before {
    content: "\ed7b";
}

.oicon-head-side-virus:before {
    content: "\ed7c";
}

.oicon-heart1:before {
    content: "\ed7d";
}

.oicon-heart-crack:before {
    content: "\ed7e";
}

.oicon-heart-pulse:before {
    content: "\ed7f";
}

.oicon-helicopter:before {
    content: "\ed80";
}

.oicon-helmet-safety:before {
    content: "\ed81";
}

.oicon-highlighter:before {
    content: "\ed82";
}

.oicon-hippo:before {
    content: "\ed83";
}

.oicon-hockey-puck:before {
    content: "\ed84";
}

.oicon-holly-berry:before {
    content: "\ed85";
}

.oicon-horse:before {
    content: "\ed86";
}

.oicon-horse-head:before {
    content: "\ed87";
}

.oicon-hospital1:before {
    content: "\ed88";
}

.oicon-hospital-user:before {
    content: "\ed89";
}

.oicon-hospital-wide:before {
    content: "\ed8a";
}

.oicon-hotdog:before {
    content: "\ed8b";
}

.oicon-hotel:before {
    content: "\ed8c";
}

.oicon-hot-tub-person:before {
    content: "\ed8d";
}

.oicon-hourglass1:before {
    content: "\ed8e";
}

.oicon-hourglass-empty:before {
    content: "\ed8f";
}

.oicon-hourglass-end:before {
    content: "\ed90";
}

.oicon-hourglass-start:before {
    content: "\ed91";
}

.oicon-house:before {
    content: "\ed92";
}

.oicon-house-chimney:before {
    content: "\ed93";
}

.oicon-house-crack:before {
    content: "\ed94";
}

.oicon-house-laptop:before {
    content: "\ed95";
}

.oicon-house-medical:before {
    content: "\ed96";
}

.oicon-house-user:before {
    content: "\ed97";
}

.oicon-hryvnia-sign:before {
    content: "\ed98";
}

.oicon-i:before {
    content: "\ed99";
}

.oicon-ice-cream:before {
    content: "\ed9a";
}

.oicon-icicles:before {
    content: "\ed9b";
}

.oicon-icons:before {
    content: "\ed9c";
}

.oicon-i-cursor:before {
    content: "\ed9d";
}

.oicon-id-badge1:before {
    content: "\ed9e";
}

.oicon-id-card1:before {
    content: "\ed9f";
}

.oicon-id-card-clip:before {
    content: "\eda0";
}

.oicon-igloo:before {
    content: "\eda1";
}

.oicon-image1:before {
    content: "\eda2";
}

.oicon-image-portrait:before {
    content: "\eda3";
}

.oicon-images1:before {
    content: "\eda4";
}

.oicon-inbox:before {
    content: "\eda5";
}

.oicon-indent:before {
    content: "\eda6";
}

.oicon-indian-rupee-sign:before {
    content: "\eda7";
}

.oicon-industry:before {
    content: "\eda8";
}

.oicon-infinity:before {
    content: "\eda9";
}

.oicon-info:before {
    content: "\edaa";
}

.oicon-italic:before {
    content: "\edab";
}

.oicon-j:before {
    content: "\edac";
}

.oicon-jedi:before {
    content: "\edad";
}

.oicon-jet-fighter:before {
    content: "\edae";
}

.oicon-joint:before {
    content: "\edaf";
}

.oicon-k:before {
    content: "\edb0";
}

.oicon-kaaba:before {
    content: "\edb1";
}

.oicon-key:before {
    content: "\edb2";
}

.oicon-keyboard1:before {
    content: "\edb3";
}

.oicon-khanda:before {
    content: "\edb4";
}

.oicon-kip-sign:before {
    content: "\edb5";
}

.oicon-kit-medical:before {
    content: "\edb6";
}

.oicon-kiwi-bird:before {
    content: "\edb7";
}

.oicon-l:before {
    content: "\edb8";
}

.oicon-landmark:before {
    content: "\edb9";
}

.oicon-language:before {
    content: "\edba";
}

.oicon-laptop:before {
    content: "\edbb";
}

.oicon-laptop-code:before {
    content: "\edbc";
}

.oicon-laptop-medical:before {
    content: "\edbd";
}

.oicon-lari-sign:before {
    content: "\edbe";
}

.oicon-layer-group:before {
    content: "\edbf";
}

.oicon-leaf:before {
    content: "\edc0";
}

.oicon-left-long:before {
    content: "\edc1";
}

.oicon-left-right:before {
    content: "\edc2";
}

.oicon-lemon1:before {
    content: "\edc3";
}

.oicon-less-than:before {
    content: "\edc4";
}

.oicon-less-than-equal:before {
    content: "\edc5";
}

.oicon-life-ring1:before {
    content: "\edc6";
}

.oicon-lightbulb1:before {
    content: "\edc7";
}

.oicon-link:before {
    content: "\edc8";
}

.oicon-link-slash:before {
    content: "\edc9";
}

.oicon-lira-sign:before {
    content: "\edca";
}

.oicon-list:before {
    content: "\edcb";
}

.oicon-list-check:before {
    content: "\edcc";
}

.oicon-list-ol:before {
    content: "\edcd";
}

.oicon-list-ul:before {
    content: "\edce";
}

.oicon-litecoin-sign:before {
    content: "\edcf";
}

.oicon-location-arrow:before {
    content: "\edd0";
}

.oicon-location-crosshairs:before {
    content: "\edd1";
}

.oicon-location-dot:before {
    content: "\edd2";
}

.oicon-location-pin:before {
    content: "\edd3";
}

.oicon-lock:before {
    content: "\edd4";
}

.oicon-lock-open:before {
    content: "\edd5";
}

.oicon-lungs:before {
    content: "\edd6";
}

.oicon-lungs-virus:before {
    content: "\edd7";
}

.oicon-m:before {
    content: "\edd8";
}

.oicon-magnet:before {
    content: "\edd9";
}

.oicon-magnifying-glass:before {
    content: "\edda";
}

.oicon-magnifying-glass-dollar:before {
    content: "\eddb";
}

.oicon-magnifying-glass-location:before {
    content: "\eddc";
}

.oicon-magnifying-glass-minus:before {
    content: "\eddd";
}

.oicon-magnifying-glass-plus:before {
    content: "\edde";
}

.oicon-manat-sign:before {
    content: "\eddf";
}

.oicon-map1:before {
    content: "\ede0";
}

.oicon-map-location:before {
    content: "\ede1";
}

.oicon-map-location-dot:before {
    content: "\ede2";
}

.oicon-map-pin:before {
    content: "\ede3";
}

.oicon-marker:before {
    content: "\ede4";
}

.oicon-mars:before {
    content: "\ede5";
}

.oicon-mars-and-venus:before {
    content: "\ede6";
}

.oicon-mars-double:before {
    content: "\ede7";
}

.oicon-mars-stroke:before {
    content: "\ede8";
}

.oicon-mars-stroke-right:before {
    content: "\ede9";
}

.oicon-mars-stroke-up:before {
    content: "\edea";
}

.oicon-martini-glass:before {
    content: "\edeb";
}

.oicon-martini-glass-citrus:before {
    content: "\edec";
}

.oicon-martini-glass-empty:before {
    content: "\eded";
}

.oicon-mask:before {
    content: "\edee";
}

.oicon-mask-face:before {
    content: "\edef";
}

.oicon-masks-theater:before {
    content: "\edf0";
}

.oicon-maximize:before {
    content: "\edf1";
}

.oicon-medal:before {
    content: "\edf2";
}

.oicon-memory:before {
    content: "\edf3";
}

.oicon-menorah:before {
    content: "\edf4";
}

.oicon-mercury:before {
    content: "\edf5";
}

.oicon-message1:before {
    content: "\edf6";
}

.oicon-meteor:before {
    content: "\edf7";
}

.oicon-microchip:before {
    content: "\edf8";
}

.oicon-microphone:before {
    content: "\edf9";
}

.oicon-microphone-lines:before {
    content: "\edfa";
}

.oicon-microphone-lines-slash:before {
    content: "\edfb";
}

.oicon-microphone-slash:before {
    content: "\edfc";
}

.oicon-microscope:before {
    content: "\edfd";
}

.oicon-mill-sign:before {
    content: "\edfe";
}

.oicon-minimize:before {
    content: "\edff";
}

.oicon-minus:before {
    content: "\ee00";
}

.oicon-mitten:before {
    content: "\ee01";
}

.oicon-mobile-button:before {
    content: "\ee02";
}

.oicon-mobile-screen-button:before {
    content: "\ee03";
}

.oicon-money-bill:before {
    content: "\ee04";
}

.oicon-money-bill-11:before {
    content: "\ee05";
}

.oicon-money-bill-1-wave:before {
    content: "\ee06";
}

.oicon-money-bill-wave:before {
    content: "\ee07";
}

.oicon-money-check:before {
    content: "\ee08";
}

.oicon-money-check-dollar:before {
    content: "\ee09";
}

.oicon-monument:before {
    content: "\ee0a";
}

.oicon-moon1:before {
    content: "\ee0b";
}

.oicon-mortar-pestle:before {
    content: "\ee0c";
}

.oicon-mosque:before {
    content: "\ee0d";
}

.oicon-motorcycle:before {
    content: "\ee0e";
}

.oicon-mountain:before {
    content: "\ee0f";
}

.oicon-mug-hot:before {
    content: "\ee10";
}

.oicon-mug-saucer:before {
    content: "\ee11";
}

.oicon-music:before {
    content: "\ee12";
}

.oicon-n:before {
    content: "\ee13";
}

.oicon-naira-sign:before {
    content: "\ee14";
}

.oicon-network-wired:before {
    content: "\ee15";
}

.oicon-neuter:before {
    content: "\ee16";
}

.oicon-newspaper1:before {
    content: "\ee17";
}

.oicon-not-equal:before {
    content: "\ee18";
}

.oicon-notes-medical:before {
    content: "\ee19";
}

.oicon-note-sticky1:before {
    content: "\ee1a";
}

.oicon-o:before {
    content: "\ee1b";
}

.oicon-object-group1:before {
    content: "\ee1c";
}

.oicon-object-ungroup1:before {
    content: "\ee1d";
}

.oicon-oil-can:before {
    content: "\ee1e";
}

.oicon-om:before {
    content: "\ee1f";
}

.oicon-otter:before {
    content: "\ee20";
}

.oicon-outdent:before {
    content: "\ee21";
}

.oicon-p:before {
    content: "\ee22";
}

.oicon-pager:before {
    content: "\ee23";
}

.oicon-paint-brush:before {
    content: "\ee24";
}

.oicon-paint-roller:before {
    content: "\ee25";
}

.oicon-palette:before {
    content: "\ee26";
}

.oicon-pallet:before {
    content: "\ee27";
}

.oicon-panorama:before {
    content: "\ee28";
}

.oicon-paperclip:before {
    content: "\ee29";
}

.oicon-paper-plane1:before {
    content: "\ee2a";
}

.oicon-parachute-box:before {
    content: "\ee2b";
}

.oicon-paragraph:before {
    content: "\ee2c";
}

.oicon-passport:before {
    content: "\ee2d";
}

.oicon-paste:before {
    content: "\ee2e";
}

.oicon-pause:before {
    content: "\ee2f";
}

.oicon-paw:before {
    content: "\ee30";
}

.oicon-peace:before {
    content: "\ee31";
}

.oicon-pen:before {
    content: "\ee32";
}

.oicon-pencil:before {
    content: "\ee33";
}

.oicon-pen-clip:before {
    content: "\ee34";
}

.oicon-pen-fancy:before {
    content: "\ee35";
}

.oicon-pen-nib:before {
    content: "\ee36";
}

.oicon-pen-ruler:before {
    content: "\ee37";
}

.oicon-pen-to-square1:before {
    content: "\ee38";
}

.oicon-people-arrows-left-right:before {
    content: "\ee39";
}

.oicon-people-carry-box:before {
    content: "\ee3a";
}

.oicon-pepper-hot:before {
    content: "\ee3b";
}

.oicon-percent:before {
    content: "\ee3c";
}

.oicon-person:before {
    content: "\ee3d";
}

.oicon-person-biking:before {
    content: "\ee3e";
}

.oicon-person-booth:before {
    content: "\ee3f";
}

.oicon-person-dots-from-line:before {
    content: "\ee40";
}

.oicon-person-dress:before {
    content: "\ee41";
}

.oicon-person-hiking:before {
    content: "\ee42";
}

.oicon-person-praying:before {
    content: "\ee43";
}

.oicon-person-running:before {
    content: "\ee44";
}

.oicon-person-skating:before {
    content: "\ee45";
}

.oicon-person-skiing:before {
    content: "\ee46";
}

.oicon-person-skiing-nordic:before {
    content: "\ee47";
}

.oicon-person-snowboarding:before {
    content: "\ee48";
}

.oicon-person-swimming:before {
    content: "\ee49";
}

.oicon-person-walking:before {
    content: "\ee4a";
}

.oicon-person-walking-with-cane:before {
    content: "\ee4b";
}

.oicon-peseta-sign:before {
    content: "\ee4c";
}

.oicon-peso-sign:before {
    content: "\ee4d";
}

.oicon-phone:before {
    content: "\ee4e";
}

.oicon-phone-flip:before {
    content: "\ee4f";
}

.oicon-phone-slash:before {
    content: "\ee50";
}

.oicon-phone-volume:before {
    content: "\ee51";
}

.oicon-photo-film:before {
    content: "\ee52";
}

.oicon-piggy-bank:before {
    content: "\ee53";
}

.oicon-pills:before {
    content: "\ee54";
}

.oicon-pizza-slice:before {
    content: "\ee55";
}

.oicon-place-of-worship:before {
    content: "\ee56";
}

.oicon-plane:before {
    content: "\ee57";
}

.oicon-plane-arrival:before {
    content: "\ee58";
}

.oicon-plane-departure:before {
    content: "\ee59";
}

.oicon-plane-slash:before {
    content: "\ee5a";
}

.oicon-play:before {
    content: "\ee5b";
}

.oicon-plug:before {
    content: "\ee5c";
}

.oicon-plus:before {
    content: "\ee5d";
}

.oicon-plus-minus:before {
    content: "\ee5e";
}

.oicon-podcast:before {
    content: "\ee5f";
}

.oicon-poo:before {
    content: "\ee60";
}

.oicon-poop:before {
    content: "\ee61";
}

.oicon-poo-storm:before {
    content: "\ee62";
}

.oicon-power-off:before {
    content: "\ee63";
}

.oicon-prescription:before {
    content: "\ee64";
}

.oicon-prescription-bottle:before {
    content: "\ee65";
}

.oicon-prescription-bottle-medical:before {
    content: "\ee66";
}

.oicon-print:before {
    content: "\ee67";
}

.oicon-pump-medical:before {
    content: "\ee68";
}

.oicon-pump-soap:before {
    content: "\ee69";
}

.oicon-puzzle-piece:before {
    content: "\ee6a";
}

.oicon-q:before {
    content: "\ee6b";
}

.oicon-qrcode:before {
    content: "\ee6c";
}

.oicon-question:before {
    content: "\ee6d";
}

.oicon-quidditch:before {
    content: "\ee6e";
}

.oicon-quote-left:before {
    content: "\ee6f";
}

.oicon-quote-right:before {
    content: "\ee70";
}

.oicon-r:before {
    content: "\ee71";
}

.oicon-radiation:before {
    content: "\ee72";
}

.oicon-rainbow:before {
    content: "\ee73";
}

.oicon-receipt:before {
    content: "\ee74";
}

.oicon-record-vinyl:before {
    content: "\ee75";
}

.oicon-rectangle-ad:before {
    content: "\ee76";
}

.oicon-rectangle-list1:before {
    content: "\ee77";
}

.oicon-rectangle-xmark1:before {
    content: "\ee78";
}

.oicon-recycle:before {
    content: "\ee79";
}

.oicon-registered1:before {
    content: "\ee7a";
}

.oicon-repeat:before {
    content: "\ee7b";
}

.oicon-reply:before {
    content: "\ee7c";
}

.oicon-reply-all:before {
    content: "\ee7d";
}

.oicon-republican:before {
    content: "\ee7e";
}

.oicon-restroom:before {
    content: "\ee7f";
}

.oicon-retweet:before {
    content: "\ee80";
}

.oicon-ribbon:before {
    content: "\ee81";
}

.oicon-right-from-bracket:before {
    content: "\ee82";
}

.oicon-right-left:before {
    content: "\ee83";
}

.oicon-right-long:before {
    content: "\ee84";
}

.oicon-right-to-bracket:before {
    content: "\ee85";
}

.oicon-ring:before {
    content: "\ee86";
}

.oicon-road:before {
    content: "\ee87";
}

.oicon-robot:before {
    content: "\ee88";
}

.oicon-rocket:before {
    content: "\ee89";
}

.oicon-rotate:before {
    content: "\ee8a";
}

.oicon-rotate-left:before {
    content: "\ee8b";
}

.oicon-route:before {
    content: "\ee8c";
}

.oicon-rss:before {
    content: "\ee8d";
}

.oicon-ruble-sign:before {
    content: "\ee8e";
}

.oicon-ruler:before {
    content: "\ee8f";
}

.oicon-ruler-combined:before {
    content: "\ee90";
}

.oicon-ruler-horizontal:before {
    content: "\ee91";
}

.oicon-ruler-vertical:before {
    content: "\ee92";
}

.oicon-rupee-sign:before {
    content: "\ee93";
}

.oicon-rupiah-sign:before {
    content: "\ee94";
}

.oicon-s:before {
    content: "\ee95";
}

.oicon-sailboat:before {
    content: "\ee96";
}

.oicon-satellite:before {
    content: "\ee97";
}

.oicon-satellite-dish:before {
    content: "\ee98";
}

.oicon-scale-balanced:before {
    content: "\ee99";
}

.oicon-scale-unbalanced:before {
    content: "\ee9a";
}

.oicon-scale-unbalanced-flip:before {
    content: "\ee9b";
}

.oicon-school:before {
    content: "\ee9c";
}

.oicon-scissors:before {
    content: "\ee9d";
}

.oicon-screwdriver:before {
    content: "\ee9e";
}

.oicon-screwdriver-wrench:before {
    content: "\ee9f";
}

.oicon-scroll:before {
    content: "\eea0";
}

.oicon-scroll-torah:before {
    content: "\eea1";
}

.oicon-sd-card:before {
    content: "\eea2";
}

.oicon-section:before {
    content: "\eea3";
}

.oicon-seedling:before {
    content: "\eea4";
}

.oicon-server:before {
    content: "\eea5";
}

.oicon-shapes:before {
    content: "\eea6";
}

.oicon-share:before {
    content: "\eea7";
}

.oicon-share-from-square1:before {
    content: "\eea8";
}

.oicon-share-nodes:before {
    content: "\eea9";
}

.oicon-shekel-sign:before {
    content: "\eeaa";
}

.oicon-shield-blank:before {
    content: "\eeab";
}

.oicon-shield-virus:before {
    content: "\eeac";
}

.oicon-ship:before {
    content: "\eead";
}

.oicon-shirt:before {
    content: "\eeae";
}

.oicon-shoe-prints:before {
    content: "\eeaf";
}

.oicon-shop:before {
    content: "\eeb0";
}

.oicon-shop-slash:before {
    content: "\eeb1";
}

.oicon-shower:before {
    content: "\eeb2";
}

.oicon-shuffle:before {
    content: "\eeb3";
}

.oicon-shuttle-space:before {
    content: "\eeb4";
}

.oicon-signal:before {
    content: "\eeb5";
}

.oicon-signature:before {
    content: "\eeb6";
}

.oicon-sign-hanging:before {
    content: "\eeb7";
}

.oicon-signs-post:before {
    content: "\eeb8";
}

.oicon-sim-card:before {
    content: "\eeb9";
}

.oicon-sink:before {
    content: "\eeba";
}

.oicon-sitemap:before {
    content: "\eebb";
}

.oicon-skull:before {
    content: "\eebc";
}

.oicon-skull-crossbones:before {
    content: "\eebd";
}

.oicon-slash:before {
    content: "\eebe";
}

.oicon-sleigh:before {
    content: "\eebf";
}

.oicon-sliders:before {
    content: "\eec0";
}

.oicon-smog:before {
    content: "\eec1";
}

.oicon-smoking:before {
    content: "\eec2";
}

.oicon-snowflake1:before {
    content: "\eec3";
}

.oicon-snowman:before {
    content: "\eec4";
}

.oicon-snowplow:before {
    content: "\eec5";
}

.oicon-soap:before {
    content: "\eec6";
}

.oicon-socks:before {
    content: "\eec7";
}

.oicon-solar-panel:before {
    content: "\eec8";
}

.oicon-sort:before {
    content: "\eec9";
}

.oicon-sort-down:before {
    content: "\eeca";
}

.oicon-sort-up:before {
    content: "\eecb";
}

.oicon-spa:before {
    content: "\eecc";
}

.oicon-spaghetti-monster-flying:before {
    content: "\eecd";
}

.oicon-spell-check:before {
    content: "\eece";
}

.oicon-spider:before {
    content: "\eecf";
}

.oicon-spinner:before {
    content: "\eed0";
}

.oicon-splotch:before {
    content: "\eed1";
}

.oicon-spoon:before {
    content: "\eed2";
}

.oicon-spray-can:before {
    content: "\eed3";
}

.oicon-spray-can-sparkles:before {
    content: "\eed4";
}

.oicon-square1:before {
    content: "\eed5";
}

.oicon-square-caret-down1:before {
    content: "\eed6";
}

.oicon-square-caret-left1:before {
    content: "\eed7";
}

.oicon-square-caret-right1:before {
    content: "\eed8";
}

.oicon-square-caret-up1:before {
    content: "\eed9";
}

.oicon-square-check1:before {
    content: "\eeda";
}

.oicon-square-envelope:before {
    content: "\eedb";
}

.oicon-square-full1:before {
    content: "\eedc";
}

.oicon-square-h:before {
    content: "\eedd";
}

.oicon-square-minus1:before {
    content: "\eede";
}

.oicon-square-parking:before {
    content: "\eedf";
}

.oicon-square-pen:before {
    content: "\eee0";
}

.oicon-square-phone:before {
    content: "\eee1";
}

.oicon-square-phone-flip:before {
    content: "\eee2";
}

.oicon-square-plus1:before {
    content: "\eee3";
}

.oicon-square-poll-horizontal:before {
    content: "\eee4";
}

.oicon-square-poll-vertical:before {
    content: "\eee5";
}

.oicon-square-root-variable:before {
    content: "\eee6";
}

.oicon-square-rss:before {
    content: "\eee7";
}

.oicon-square-share-nodes:before {
    content: "\eee8";
}

.oicon-square-up-right:before {
    content: "\eee9";
}

.oicon-stairs:before {
    content: "\eeea";
}

.oicon-stamp:before {
    content: "\eeeb";
}

.oicon-star1:before {
    content: "\eeec";
}

.oicon-star-and-crescent:before {
    content: "\eeed";
}

.oicon-star-half1:before {
    content: "\eeee";
}

.oicon-star-half-stroke:before {
    content: "\eeef";
}

.oicon-star-of-david:before {
    content: "\eef0";
}

.oicon-star-of-life:before {
    content: "\eef1";
}

.oicon-sterling-sign:before {
    content: "\eef2";
}

.oicon-stethoscope:before {
    content: "\eef3";
}

.oicon-stop:before {
    content: "\eef4";
}

.oicon-stopwatch:before {
    content: "\eef5";
}

.oicon-stopwatch-20:before {
    content: "\eef6";
}

.oicon-store:before {
    content: "\eef7";
}

.oicon-store-slash:before {
    content: "\eef8";
}

.oicon-street-view:before {
    content: "\eef9";
}

.oicon-strikethrough:before {
    content: "\eefa";
}

.oicon-stroopwafel:before {
    content: "\eefb";
}

.oicon-subscript:before {
    content: "\eefc";
}

.oicon-suitcase:before {
    content: "\eefd";
}

.oicon-suitcase-medical:before {
    content: "\eefe";
}

.oicon-suitcase-rolling:before {
    content: "\eeff";
}

.oicon-sun1:before {
    content: "\ef00";
}

.oicon-superscript:before {
    content: "\ef01";
}

.oicon-swatchbook:before {
    content: "\ef02";
}

.oicon-synagogue:before {
    content: "\ef03";
}

.oicon-syringe:before {
    content: "\ef04";
}

.oicon-t:before {
    content: "\ef05";
}

.oicon-table:before {
    content: "\ef06";
}

.oicon-table-cells:before {
    content: "\ef07";
}

.oicon-table-cells-large:before {
    content: "\ef08";
}

.oicon-table-columns:before {
    content: "\ef09";
}

.oicon-table-list:before {
    content: "\ef0a";
}

.oicon-tablet-button:before {
    content: "\ef0b";
}

.oicon-table-tennis-paddle-ball:before {
    content: "\ef0c";
}

.oicon-tablets:before {
    content: "\ef0d";
}

.oicon-tablet-screen-button:before {
    content: "\ef0e";
}

.oicon-tachograph-digital:before {
    content: "\ef0f";
}

.oicon-tag:before {
    content: "\ef10";
}

.oicon-tags:before {
    content: "\ef11";
}

.oicon-tape:before {
    content: "\ef12";
}

.oicon-taxi:before {
    content: "\ef13";
}

.oicon-teeth:before {
    content: "\ef14";
}

.oicon-teeth-open:before {
    content: "\ef15";
}

.oicon-temperature-empty:before {
    content: "\ef16";
}

.oicon-temperature-full:before {
    content: "\ef17";
}

.oicon-temperature-half:before {
    content: "\ef18";
}

.oicon-temperature-high:before {
    content: "\ef19";
}

.oicon-temperature-low:before {
    content: "\ef1a";
}

.oicon-temperature-quarter:before {
    content: "\ef1b";
}

.oicon-temperature-three-quarters:before {
    content: "\ef1c";
}

.oicon-tenge-sign:before {
    content: "\ef1d";
}

.oicon-terminal:before {
    content: "\ef1e";
}

.oicon-text-height:before {
    content: "\ef1f";
}

.oicon-text-slash:before {
    content: "\ef20";
}

.oicon-text-width:before {
    content: "\ef21";
}

.oicon-thermometer:before {
    content: "\ef22";
}

.oicon-thumbs-down1:before {
    content: "\ef23";
}

.oicon-thumbs-up1:before {
    content: "\ef24";
}

.oicon-thumbtack:before {
    content: "\ef25";
}

.oicon-ticket-simple:before {
    content: "\ef26";
}

.oicon-timeline:before {
    content: "\ef27";
}

.oicon-toggle-off:before {
    content: "\ef28";
}

.oicon-toggle-on:before {
    content: "\ef29";
}

.oicon-toilet:before {
    content: "\ef2a";
}

.oicon-toilet-paper:before {
    content: "\ef2b";
}

.oicon-toilet-paper-slash:before {
    content: "\ef2c";
}

.oicon-toolbox:before {
    content: "\ef2d";
}

.oicon-tooth:before {
    content: "\ef2e";
}

.oicon-torii-gate:before {
    content: "\ef2f";
}

.oicon-tower-broadcast:before {
    content: "\ef30";
}

.oicon-tractor:before {
    content: "\ef31";
}

.oicon-trademark:before {
    content: "\ef32";
}

.oicon-traffic-light:before {
    content: "\ef33";
}

.oicon-trailer:before {
    content: "\ef34";
}

.oicon-train:before {
    content: "\ef35";
}

.oicon-train-subway:before {
    content: "\ef36";
}

.oicon-train-tram:before {
    content: "\ef37";
}

.oicon-transgender:before {
    content: "\ef38";
}

.oicon-trash:before {
    content: "\ef39";
}

.oicon-trash-arrow-up:before {
    content: "\ef3a";
}

.oicon-trash-can1:before {
    content: "\ef3b";
}

.oicon-trash-can-arrow-up:before {
    content: "\ef3c";
}

.oicon-tree:before {
    content: "\ef3d";
}

.oicon-triangle-exclamation:before {
    content: "\ef3e";
}

.oicon-trophy:before {
    content: "\ef3f";
}

.oicon-truck:before {
    content: "\ef40";
}

.oicon-truck-fast:before {
    content: "\ef41";
}

.oicon-truck-medical:before {
    content: "\ef42";
}

.oicon-truck-monster:before {
    content: "\ef43";
}

.oicon-truck-moving:before {
    content: "\ef44";
}

.oicon-truck-pickup:before {
    content: "\ef45";
}

.oicon-truck-ramp-box:before {
    content: "\ef46";
}

.oicon-tty:before {
    content: "\ef47";
}

.oicon-turkish-lira-sign:before {
    content: "\ef48";
}

.oicon-turn-down:before {
    content: "\ef49";
}

.oicon-turn-up:before {
    content: "\ef4a";
}

.oicon-tv:before {
    content: "\ef4b";
}

.oicon-u:before {
    content: "\ef4c";
}

.oicon-umbrella:before {
    content: "\ef4d";
}

.oicon-umbrella-beach:before {
    content: "\ef4e";
}

.oicon-underline:before {
    content: "\ef4f";
}

.oicon-universal-access:before {
    content: "\ef50";
}

.oicon-unlock:before {
    content: "\ef51";
}

.oicon-unlock-keyhole:before {
    content: "\ef52";
}

.oicon-up-down:before {
    content: "\ef53";
}

.oicon-up-down-left-right:before {
    content: "\ef54";
}

.oicon-upload:before {
    content: "\ef55";
}

.oicon-up-long:before {
    content: "\ef56";
}

.oicon-up-right-and-down-left-from-center:before {
    content: "\ef57";
}

.oicon-up-right-from-square:before {
    content: "\ef58";
}

.oicon-user1:before {
    content: "\ef59";
}

.oicon-user-astronaut:before {
    content: "\ef5a";
}

.oicon-user-check:before {
    content: "\ef5b";
}

.oicon-user-clock:before {
    content: "\ef5c";
}

.oicon-user-doctor:before {
    content: "\ef5d";
}

.oicon-user-gear:before {
    content: "\ef5e";
}

.oicon-user-graduate:before {
    content: "\ef5f";
}

.oicon-user-group:before {
    content: "\ef60";
}

.oicon-user-injured:before {
    content: "\ef61";
}

.oicon-user-large:before {
    content: "\ef62";
}

.oicon-user-large-slash:before {
    content: "\ef63";
}

.oicon-user-lock:before {
    content: "\ef64";
}

.oicon-user-minus:before {
    content: "\ef65";
}

.oicon-user-ninja:before {
    content: "\ef66";
}

.oicon-user-nurse:before {
    content: "\ef67";
}

.oicon-user-pen:before {
    content: "\ef68";
}

.oicon-user-plus:before {
    content: "\ef69";
}

.oicon-users:before {
    content: "\ef6a";
}

.oicon-user-secret:before {
    content: "\ef6b";
}

.oicon-users-gear:before {
    content: "\ef6c";
}

.oicon-user-shield:before {
    content: "\ef6d";
}

.oicon-user-slash:before {
    content: "\ef6e";
}

.oicon-users-slash:before {
    content: "\ef6f";
}

.oicon-user-tag:before {
    content: "\ef70";
}

.oicon-user-tie:before {
    content: "\ef71";
}

.oicon-user-xmark:before {
    content: "\ef72";
}

.oicon-utensils:before {
    content: "\ef73";
}

.oicon-v:before {
    content: "\ef74";
}

.oicon-van-shuttle:before {
    content: "\ef75";
}

.oicon-vault:before {
    content: "\ef76";
}

.oicon-vector-square:before {
    content: "\ef77";
}

.oicon-venus:before {
    content: "\ef78";
}

.oicon-venus-double:before {
    content: "\ef79";
}

.oicon-venus-mars:before {
    content: "\ef7a";
}

.oicon-vest:before {
    content: "\ef7b";
}

.oicon-vest-patches:before {
    content: "\ef7c";
}

.oicon-vial:before {
    content: "\ef7d";
}

.oicon-vials:before {
    content: "\ef7e";
}

.oicon-video:before {
    content: "\ef7f";
}

.oicon-video-slash:before {
    content: "\ef80";
}

.oicon-vihara:before {
    content: "\ef81";
}

.oicon-virus:before {
    content: "\ef82";
}

.oicon-viruses:before {
    content: "\ef83";
}

.oicon-virus-slash:before {
    content: "\ef84";
}

.oicon-voicemail:before {
    content: "\ef85";
}

.oicon-volleyball:before {
    content: "\ef86";
}

.oicon-volume-high:before {
    content: "\ef87";
}

.oicon-volume-low:before {
    content: "\ef88";
}

.oicon-volume-off:before {
    content: "\ef89";
}

.oicon-volume-xmark:before {
    content: "\ef8a";
}

.oicon-vr-cardboard:before {
    content: "\ef8b";
}

.oicon-w:before {
    content: "\ef8c";
}

.oicon-wallet:before {
    content: "\ef8d";
}

.oicon-wand-magic:before {
    content: "\ef8e";
}

.oicon-warehouse:before {
    content: "\ef8f";
}

.oicon-water:before {
    content: "\ef90";
}

.oicon-water-ladder:before {
    content: "\ef91";
}

.oicon-wave-square:before {
    content: "\ef92";
}

.oicon-weight-hanging:before {
    content: "\ef93";
}

.oicon-weight-scale:before {
    content: "\ef94";
}

.oicon-wheelchair:before {
    content: "\ef95";
}

.oicon-whiskey-glass:before {
    content: "\ef96";
}

.oicon-wifi:before {
    content: "\ef97";
}

.oicon-wind:before {
    content: "\ef98";
}

.oicon-window-maximize1:before {
    content: "\ef99";
}

.oicon-window-minimize1:before {
    content: "\ef9a";
}

.oicon-window-restore1:before {
    content: "\ef9b";
}

.oicon-wine-bottle:before {
    content: "\ef9c";
}

.oicon-wine-glass:before {
    content: "\ef9d";
}

.oicon-wine-glass-empty:before {
    content: "\ef9e";
}

.oicon-won-sign:before {
    content: "\ef9f";
}

.oicon-wrench:before {
    content: "\efa0";
}

.oicon-x:before {
    content: "\efa1";
}

.oicon-xmark:before {
    content: "\efa2";
}

.oicon-x-ray:before {
    content: "\efa3";
}

.oicon-y:before {
    content: "\efa4";
}

.oicon-yen-sign:before {
    content: "\efa5";
}

.oicon-yin-yang:before {
    content: "\efa6";
}

.oicon-z:before {
    content: "\efa7";
}

@font-face {
  font-family: 'orodicon2';
  src:  url('/Content/Font/orodicon2/orodicon2.eot?80181385');
  src:  url('/Content/Font/orodicon2/orodicon2.eot?80181385#iefix') format('embedded-opentype'),
        url('/Content/Font/orodicon2/orodicon2.ttf?80181385') format('truetype'),
        url('/Content/Font/orodicon2/orodicon2.woff?80181385') format('woff'),
        url('/Content/Font/orodicon2/orodicon2.svg?80181385#orodicon2') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'orodicon2';
    src: url('../Content/Font/font/orodicon2.svg?80181385#orodicon2') format('svg');
  }
}
*/
[class^="oicon2-"]:before, [class*=" oicon2-"]:before {
    font-family: "orodicon2";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    top:-1px;
    position:relative;
}

.oicon2-search:before {
    content: '\e800';
}
/* '' */
.oicon2-mail:before {
    content: '\e801';
}
/* '' */
.oicon2-heart:before {
    content: '\e802';
}
/* '' */
.oicon2-heart-empty:before {
    content: '\e803';
}
/* '' */
.oicon2-star:before {
    content: '\e804';
}
/* '' */
.oicon2-user:before {
    content: '\e805';
}
/* '' */
.oicon2-video:before {
    content: '\e806';
}
/* '' */
.oicon2-picture:before {
    content: '\e807';
}
/* '' */
.oicon2-camera:before {
    content: '\e808';
}
/* '' */
.oicon2-ok:before {
    content: '\e809';
}
/* '' */
.oicon2-ok-circle:before {
    content: '\e80a';
}
/* '' */
.oicon2-cancel:before {
    content: '\e80b';
}
/* '' */
.oicon2-cancel-circle:before {
    content: '\e80c';
}
/* '' */
.oicon2-plus:before {
    content: '\e80d';
}
/* '' */
.oicon2-plus-circle:before {
    content: '\e80e';
}
/* '' */
.oicon2-minus:before {
    content: '\e80f';
}
/* '' */
.oicon2-minus-circle:before {
    content: '\e810';
}
/* '' */
.oicon2-help:before {
    content: '\e811';
}
/* '' */
.oicon2-info:before {
    content: '\e812';
}
/* '' */
.oicon2-home:before {
    content: '\e813';
}
/* '' */
.oicon2-link:before {
    content: '\e814';
}
/* '' */
.oicon2-attach:before {
    content: '\e815';
}
/* '' */
.oicon2-lock:before {
    content: '\e816';
}
/* '' */
.oicon2-lock-empty:before {
    content: '\e817';
}
/* '' */
.oicon2-lock-open:before {
    content: '\e818';
}
/* '' */
.oicon2-lock-open-empty:before {
    content: '\e819';
}
/* '' */
.oicon2-pin:before {
    content: '\e81a';
}
/* '' */
.oicon2-eye:before {
    content: '\e81b';
}
/* '' */
.oicon2-tag:before {
    content: '\e81c';
}
/* '' */
.oicon2-tag-empty:before {
    content: '\e81d';
}
/* '' */
.oicon2-download:before {
    content: '\e81e';
}
/* '' */
.oicon2-upload:before {
    content: '\e81f';
}
/* '' */
.oicon2-download-cloud:before {
    content: '\e820';
}
/* '' */
.oicon2-upload-cloud:before {
    content: '\e821';
}
/* '' */
.oicon2-quote-left:before {
    content: '\e822';
}
/* '' */
.oicon2-quote-right:before {
    content: '\e823';
}
/* '' */
.oicon2-quote-left-alt:before {
    content: '\e824';
}
/* '' */
.oicon2-quote-right-alt:before {
    content: '\e825';
}
/* '' */
.oicon2-pencil:before {
    content: '\e826';
}
/* '' */
.oicon2-pencil-neg:before {
    content: '\e827';
}
/* '' */
.oicon2-pencil-alt:before {
    content: '\e828';
}
/* '' */
.oicon2-undo:before {
    content: '\e829';
}
/* '' */
.oicon2-comment:before {
    content: '\e82a';
}
/* '' */
.oicon2-comment-inv:before {
    content: '\e82b';
}
/* '' */
.oicon2-comment-alt:before {
    content: '\e82c';
}
/* '' */
.oicon2-comment-inv-alt:before {
    content: '\e82d';
}
/* '' */
.oicon2-comment-alt2:before {
    content: '\e82e';
}
/* '' */
.oicon2-comment-inv-alt2:before {
    content: '\e82f';
}
/* '' */
.oicon2-chat:before {
    content: '\e830';
}
/* '' */
.oicon2-chat-inv:before {
    content: '\e831';
}
/* '' */
.oicon2-location:before {
    content: '\e832';
}
/* '' */
.oicon2-location-inv:before {
    content: '\e833';
}
/* '' */
.oicon2-location-alt:before {
    content: '\e834';
}
/* '' */
.oicon2-compass:before {
    content: '\e835';
}
/* '' */
.oicon2-trash:before {
    content: '\e836';
}
/* '' */
.oicon2-trash-empty:before {
    content: '\e837';
}
/* '' */
.oicon2-doc:before {
    content: '\e838';
}
/* '' */
.oicon2-doc-inv:before {
    content: '\e839';
}
/* '' */
.oicon2-doc-alt:before {
    content: '\e83a';
}
/* '' */
.oicon2-doc-inv-alt:before {
    content: '\e83b';
}
/* '' */
.oicon2-article:before {
    content: '\e83c';
}
/* '' */
.oicon2-article-alt:before {
    content: '\e83d';
}
/* '' */
.oicon2-book-open:before {
    content: '\e83e';
}
/* '' */
.oicon2-folder:before {
    content: '\e83f';
}
/* '' */
.oicon2-folder-empty:before {
    content: '\e840';
}
/* '' */
.oicon2-box:before {
    content: '\e841';
}
/* '' */
.oicon2-rss:before {
    content: '\e842';
}
/* '' */
.oicon2-rss-alt:before {
    content: '\e843';
}
/* '' */
.oicon2-cog:before {
    content: '\e844';
}
/* '' */
.oicon2-calendar-inv:before {
    content: '\e845';
}
/* '' */
.oicon2-calendar-alt:before {
    content: '\e846';
}
/* '' */
.oicon2-mic:before {
    content: '\e847';
}
/* '' */
.oicon2-volume-off:before {
    content: '\e848';
}
/* '' */
.oicon2-volume-up:before {
    content: '\e849';
}
/* '' */
.oicon2-headphones:before {
    content: '\e84a';
}
/* '' */
.oicon2-clock:before {
    content: '\e84b';
}
/* '' */
.oicon2-lamp:before {
    content: '\e84c';
}
/* '' */
.oicon2-block:before {
    content: '\e84d';
}
/* '' */
.oicon2-resize-full:before {
    content: '\e84e';
}
/* '' */
.oicon2-resize-full-alt:before {
    content: '\e84f';
}
/* '' */
.oicon2-resize-small:before {
    content: '\e850';
}
/* '' */
.oicon2-resize-small-alt:before {
    content: '\e851';
}
/* '' */
.oicon2-resize-vertical:before {
    content: '\e852';
}
/* '' */
.oicon2-resize-horizontal:before {
    content: '\e853';
}
/* '' */
.oicon2-move:before {
    content: '\e854';
}
/* '' */
.oicon2-popup:before {
    content: '\e855';
}
/* '' */
.oicon2-down:before {
    content: '\e856';
}
/* '' */
.oicon2-left:before {
    content: '\e857';
}
/* '' */
.oicon2-right:before {
    content: '\e858';
}
/* '' */
.oicon2-up:before {
    content: '\e859';
}
/* '' */
.oicon2-down-circle:before {
    content: '\e85a';
}
/* '' */
.oicon2-left-circle:before {
    content: '\e85b';
}
/* '' */
.oicon2-right-circle:before {
    content: '\e85c';
}
/* '' */
.oicon2-up-circle:before {
    content: '\e85d';
}
/* '' */
.oicon2-cw:before {
    content: '\e85e';
}
/* '' */
.oicon2-loop:before {
    content: '\e85f';
}
/* '' */
.oicon2-loop-alt:before {
    content: '\e860';
}
/* '' */
.oicon2-exchange:before {
    content: '\e861';
}
/* '' */
.oicon2-split:before {
    content: '\e862';
}
/* '' */
.oicon2-arrow-curved:before {
    content: '\e863';
}
/* '' */
.oicon2-play:before {
    content: '\e864';
}
/* '' */
.oicon2-play-circle2:before {
    content: '\e865';
}
/* '' */
.oicon2-stop:before {
    content: '\e866';
}
/* '' */
.oicon2-pause:before {
    content: '\e867';
}
/* '' */
.oicon2-to-start:before {
    content: '\e868';
}
/* '' */
.oicon2-to-end:before {
    content: '\e869';
}
/* '' */
.oicon2-eject:before {
    content: '\e86a';
}
/* '' */
.oicon2-target:before {
    content: '\e86b';
}
/* '' */
.oicon2-signal:before {
    content: '\e86c';
}
/* '' */
.oicon2-award:before {
    content: '\e86d';
}
/* '' */
.oicon2-award-empty:before {
    content: '\e86e';
}
/* '' */
.oicon2-list:before {
    content: '\e86f';
}
/* '' */
.oicon2-list-nested:before {
    content: '\e870';
}
/* '' */
.oicon2-bat-empty:before {
    content: '\e871';
}
/* '' */
.oicon2-bat-half:before {
    content: '\e872';
}
/* '' */
.oicon2-bat-full:before {
    content: '\e873';
}
/* '' */
.oicon2-bat-charge:before {
    content: '\e874';
}
/* '' */
.oicon2-mobile:before {
    content: '\e875';
}
/* '' */
.oicon2-cd:before {
    content: '\e876';
}
/* '' */
.oicon2-equalizer:before {
    content: '\e877';
}
/* '' */
.oicon2-cursor:before {
    content: '\e878';
}
/* '' */
.oicon2-aperture:before {
    content: '\e879';
}
/* '' */
.oicon2-aperture-alt:before {
    content: '\e87a';
}
/* '' */
.oicon2-steering-wheel:before {
    content: '\e87b';
}
/* '' */
.oicon2-book:before {
    content: '\e87c';
}
/* '' */
.oicon2-book-alt:before {
    content: '\e87d';
}
/* '' */
.oicon2-brush:before {
    content: '\e87e';
}
/* '' */
.oicon2-brush-alt:before {
    content: '\e87f';
}
/* '' */
.oicon2-eyedropper:before {
    content: '\e880';
}
/* '' */
.oicon2-layers:before {
    content: '\e881';
}
/* '' */
.oicon2-layers-alt:before {
    content: '\e882';
}
/* '' */
.oicon2-sun:before {
    content: '\e883';
}
/* '' */
.oicon2-sun-inv:before {
    content: '\e884';
}
/* '' */
.oicon2-cloud:before {
    content: '\e885';
}
/* '' */
.oicon2-rain:before {
    content: '\e886';
}
/* '' */
.oicon2-flash:before {
    content: '\e887';
}
/* '' */
.oicon2-moon:before {
    content: '\e888';
}
/* '' */
.oicon2-moon-inv:before {
    content: '\e889';
}
/* '' */
.oicon2-umbrella:before {
    content: '\e88a';
}
/* '' */
.oicon2-chart-bar:before {
    content: '\e88b';
}
/* '' */
.oicon2-chart-pie:before {
    content: '\e88c';
}
/* '' */
.oicon2-chart-pie-alt:before {
    content: '\e88d';
}
/* '' */
.oicon2-key:before {
    content: '\e88e';
}
/* '' */
.oicon2-key-inv:before {
    content: '\e88f';
}
/* '' */
.oicon2-hash:before {
    content: '\e890';
}
/* '' */
.oicon2-at:before {
    content: '\e891';
}
/* '' */
.oicon2-pilcrow:before {
    content: '\e892';
}
/* '' */
.oicon2-dial:before {
    content: '\e893';
}
/* '' */
.oicon2-wrench:before {
    content: '\e894';
}
/* '' */
.oicon2-calendar:before {
    content: '\e895';
}
/* '' */
.oicon2-share:before {
    content: '\e896';
}
/* '' */
.oicon2-music-outline:before {
    content: '\e897';
}
/* '' */
.oicon2-music:before {
    content: '\e898';
}
/* '' */
.oicon2-search-outline:before {
    content: '\e899';
}
/* '' */
.oicon2-search-1:before {
    content: '\e89a';
}
/* '' */
.oicon2-mail-1:before {
    content: '\e89b';
}
/* '' */
.oicon2-heart-1:before {
    content: '\e89c';
}
/* '' */
.oicon2-heart-filled:before {
    content: '\e89d';
}
/* '' */
.oicon2-star-1:before {
    content: '\e89e';
}
/* '' */
.oicon2-star-filled:before {
    content: '\e89f';
}
/* '' */
.oicon2-user-outline:before {
    content: '\e8a0';
}
/* '' */
.oicon2-user-1:before {
    content: '\e8a1';
}
/* '' */
.oicon2-users-outline:before {
    content: '\e8a2';
}
/* '' */
.oicon2-users:before {
    content: '\e8a3';
}
/* '' */
.oicon2-user-add-outline:before {
    content: '\e8a4';
}
/* '' */
.oicon2-user-add:before {
    content: '\e8a5';
}
/* '' */
.oicon2-user-delete-outline:before {
    content: '\e8a6';
}
/* '' */
.oicon2-user-delete:before {
    content: '\e8a7';
}
/* '' */
.oicon2-video-1:before {
    content: '\e8a8';
}
/* '' */
.oicon2-videocam-outline:before {
    content: '\e8a9';
}
/* '' */
.oicon2-videocam:before {
    content: '\e8aa';
}
/* '' */
.oicon2-picture-outline:before {
    content: '\e8ab';
}
/* '' */
.oicon2-picture-1:before {
    content: '\e8ac';
}
/* '' */
.oicon2-camera-outline:before {
    content: '\e8ad';
}
/* '' */
.oicon2-camera-1:before {
    content: '\e8ae';
}
/* '' */
.oicon2-th-outline:before {
    content: '\e8af';
}
/* '' */
.oicon2-th:before {
    content: '\e8b0';
}
/* '' */
.oicon2-th-large-outline:before {
    content: '\e8b1';
}
/* '' */
.oicon2-th-large:before {
    content: '\e8b2';
}
/* '' */
.oicon2-th-list-outline:before {
    content: '\e8b3';
}
/* '' */
.oicon2-th-list:before {
    content: '\e8b4';
}
/* '' */
.oicon2-ok-outline:before {
    content: '\e8b5';
}
/* '' */
.oicon2-ok-1:before {
    content: '\e8b6';
}
/* '' */
.oicon2-cancel-outline:before {
    content: '\e8b7';
}
/* '' */
.oicon2-cancel-1:before {
    content: '\e8b8';
}
/* '' */
.oicon2-cancel-alt:before {
    content: '\e8b9';
}
/* '' */
.oicon2-cancel-alt-filled:before {
    content: '\e8ba';
}
/* '' */
.oicon2-cancel-circled-outline:before {
    content: '\e8bb';
}
/* '' */
.oicon2-cancel-circled:before {
    content: '\e8bc';
}
/* '' */
.oicon2-plus-outline:before {
    content: '\e8bd';
}
/* '' */
.oicon2-plus-1:before {
    content: '\e8be';
}
/* '' */
.oicon2-minus-outline:before {
    content: '\e8bf';
}
/* '' */
.oicon2-minus-1:before {
    content: '\e8c0';
}
/* '' */
.oicon2-divide-outline:before {
    content: '\e8c1';
}
/* '' */
.oicon2-divide:before {
    content: '\e8c2';
}
/* '' */
.oicon2-eq-outline:before {
    content: '\e8c3';
}
/* '' */
.oicon2-eq:before {
    content: '\e8c4';
}
/* '' */
.oicon2-info-outline:before {
    content: '\e8c5';
}
/* '' */
.oicon2-info-1:before {
    content: '\e8c6';
}
/* '' */
.oicon2-home-outline:before {
    content: '\e8c7';
}
/* '' */
.oicon2-home-1:before {
    content: '\e8c8';
}
/* '' */
.oicon2-link-outline:before {
    content: '\e8c9';
}
/* '' */
.oicon2-link-1:before {
    content: '\e8ca';
}
/* '' */
.oicon2-attach-outline:before {
    content: '\e8cb';
}
/* '' */
.oicon2-attach-1:before {
    content: '\e8cc';
}
/* '' */
.oicon2-lock-1:before {
    content: '\e8cd';
}
/* '' */
.oicon2-lock-filled:before {
    content: '\e8ce';
}
/* '' */
.oicon2-lock-open-1:before {
    content: '\e8cf';
}
/* '' */
.oicon2-lock-open-filled:before {
    content: '\e8d0';
}
/* '' */
.oicon2-pin-outline:before {
    content: '\e8d1';
}
/* '' */
.oicon2-pin-1:before {
    content: '\e8d2';
}
/* '' */
.oicon2-eye-outline:before {
    content: '\e8d3';
}
/* '' */
.oicon2-eye-1:before {
    content: '\e8d4';
}
/* '' */
.oicon2-tag-1:before {
    content: '\e8d5';
}
/* '' */
.oicon2-tags:before {
    content: '\e8d6';
}
/* '' */
.oicon2-bookmark:before {
    content: '\e8d7';
}
/* '' */
.oicon2-flag:before {
    content: '\e8d8';
}
/* '' */
.oicon2-flag-filled:before {
    content: '\e8d9';
}
/* '' */
.oicon2-thumbs-up:before {
    content: '\e8da';
}
/* '' */
.oicon2-thumbs-down:before {
    content: '\e8db';
}
/* '' */
.oicon2-download-outline:before {
    content: '\e8dc';
}
/* '' */
.oicon2-download-1:before {
    content: '\e8dd';
}
/* '' */
.oicon2-upload-outline:before {
    content: '\e8de';
}
/* '' */
.oicon2-upload-1:before {
    content: '\e8df';
}
/* '' */
.oicon2-upload-cloud-outline:before {
    content: '\e8e0';
}
/* '' */
.oicon2-upload-cloud-1:before {
    content: '\e8e1';
}
/* '' */
.oicon2-reply-outline:before {
    content: '\e8e2';
}
/* '' */
.oicon2-reply:before {
    content: '\e8e3';
}
/* '' */
.oicon2-forward-outline:before {
    content: '\e8e4';
}
/* '' */
.oicon2-forward:before {
    content: '\e8e5';
}
/* '' */
.oicon2-code-outline:before {
    content: '\e8e6';
}
/* '' */
.oicon2-code:before {
    content: '\e8e7';
}
/* '' */
.oicon2-export-outline:before {
    content: '\e8e8';
}
/* '' */
.oicon2-export:before {
    content: '\e8e9';
}
/* '' */
.oicon2-pencil-1:before {
    content: '\e8ea';
}
/* '' */
.oicon2-pen:before {
    content: '\e8eb';
}
/* '' */
.oicon2-feather:before {
    content: '\e8ec';
}
/* '' */
.oicon2-edit:before {
    content: '\e8ed';
}
/* '' */
.oicon2-print:before {
    content: '\e8ee';
}
/* '' */
.oicon2-comment-1:before {
    content: '\e8ef';
}
/* '' */
.oicon2-chat-1:before {
    content: '\e8f0';
}
/* '' */
.oicon2-chat-alt:before {
    content: '\e8f1';
}
/* '' */
.oicon2-bell:before {
    content: '\e8f2';
}
/* '' */
.oicon2-attention:before {
    content: '\e8f3';
}
/* '' */
.oicon2-attention-filled:before {
    content: '\e8f4';
}
/* '' */
.oicon2-warning-empty:before {
    content: '\e8f5';
}
/* '' */
.oicon2-warning:before {
    content: '\e8f6';
}
/* '' */
.oicon2-contacts:before {
    content: '\e8f7';
}
/* '' */
.oicon2-vcard:before {
    content: '\e8f8';
}
/* '' */
.oicon2-address:before {
    content: '\e8f9';
}
/* '' */
.oicon2-location-outline:before {
    content: '\e8fa';
}
/* '' */
.oicon2-location-1:before {
    content: '\e8fb';
}
/* '' */
.oicon2-map:before {
    content: '\e8fc';
}
/* '' */
.oicon2-direction-outline:before {
    content: '\e8fd';
}
/* '' */
.oicon2-direction:before {
    content: '\e8fe';
}
/* '' */
.oicon2-compass-1:before {
    content: '\e8ff';
}
/* '' */
.oicon2-trash-1:before {
    content: '\e900';
}
/* '' */
.oicon2-doc-1:before {
    content: '\e901';
}
/* '' */
.oicon2-doc-text:before {
    content: '\e902';
}
/* '' */
.oicon2-doc-add:before {
    content: '\e903';
}
/* '' */
.oicon2-doc-remove:before {
    content: '\e904';
}
/* '' */
.oicon2-news:before {
    content: '\e905';
}
/* '' */
.oicon2-folder-1:before {
    content: '\e906';
}
/* '' */
.oicon2-folder-add:before {
    content: '\e907';
}
/* '' */
.oicon2-folder-delete:before {
    content: '\e908';
}
/* '' */
.oicon2-archive:before {
    content: '\e909';
}
/* '' */
.oicon2-box-1:before {
    content: '\e90a';
}
/* '' */
.oicon2-rss-outline:before {
    content: '\e90b';
}
/* '' */
.oicon2-rss-1:before {
    content: '\e90c';
}
/* '' */
.oicon2-phone-outline:before {
    content: '\e90d';
}
/* '' */
.oicon2-phone:before {
    content: '\e90e';
}
/* '' */
.oicon2-menu-outline:before {
    content: '\e90f';
}
/* '' */
.oicon2-menu:before {
    content: '\e910';
}
/* '' */
.oicon2-cog-outline:before {
    content: '\e911';
}
/* '' */
.oicon2-cog-1:before {
    content: '\e912';
}
/* '' */
.oicon2-wrench-outline:before {
    content: '\e913';
}
/* '' */
.oicon2-wrench-1:before {
    content: '\e914';
}
/* '' */
.oicon2-basket:before {
    content: '\e915';
}
/* '' */
.oicon2-calendar-outlilne:before {
    content: '\e916';
}
/* '' */
.oicon2-calendar-1:before {
    content: '\e917';
}
/* '' */
.oicon2-mic-outline:before {
    content: '\e918';
}
/* '' */
.oicon2-mic-1:before {
    content: '\e919';
}
/* '' */
.oicon2-volume-off-1:before {
    content: '\e91a';
}
/* '' */
.oicon2-volume-low:before {
    content: '\e91b';
}
/* '' */
.oicon2-volume-middle:before {
    content: '\e91c';
}
/* '' */
.oicon2-volume-high:before {
    content: '\e91d';
}
/* '' */
.oicon2-headphones-1:before {
    content: '\e91e';
}
/* '' */
.oicon2-clock-1:before {
    content: '\e91f';
}
/* '' */
.oicon2-wristwatch:before {
    content: '\e920';
}
/* '' */
.oicon2-stopwatch:before {
    content: '\e921';
}
/* '' */
.oicon2-lightbulb:before {
    content: '\e922';
}
/* '' */
.oicon2-block-outline:before {
    content: '\e923';
}
/* '' */
.oicon2-block-1:before {
    content: '\e924';
}
/* '' */
.oicon2-resize-full-outline:before {
    content: '\e925';
}
/* '' */
.oicon2-resize-full-1:before {
    content: '\e926';
}
/* '' */
.oicon2-resize-normal-outline:before {
    content: '\e927';
}
/* '' */
.oicon2-resize-normal:before {
    content: '\e928';
}
/* '' */
.oicon2-move-outline:before {
    content: '\e929';
}
/* '' */
.oicon2-move-1:before {
    content: '\e92a';
}
/* '' */
.oicon2-popup-1:before {
    content: '\e92b';
}
/* '' */
.oicon2-zoom-in-outline:before {
    content: '\e92c';
}
/* '' */
.oicon2-zoom-in:before {
    content: '\e92d';
}
/* '' */
.oicon2-zoom-out-outline:before {
    content: '\e92e';
}
/* '' */
.oicon2-zoom-out:before {
    content: '\e92f';
}
/* '' */
.oicon2-popup-2:before {
    content: '\e930';
}
/* '' */
.oicon2-left-open-outline:before {
    content: '\e931';
}
/* '' */
.oicon2-left-open:before {
    content: '\e932';
}
/* '' */
.oicon2-right-open-outline:before {
    content: '\e933';
}
/* '' */
.oicon2-right-open:before {
    content: '\e934';
}
/* '' */
.oicon2-down-1:before {
    content: '\e935';
}
/* '' */
.oicon2-left-1:before {
    content: '\e936';
}
/* '' */
.oicon2-right-1:before {
    content: '\e937';
}
/* '' */
.oicon2-up-1:before {
    content: '\e938';
}
/* '' */
.oicon2-down-outline:before {
    content: '\e939';
}
/* '' */
.oicon2-left-outline:before {
    content: '\e93a';
}
/* '' */
.oicon2-right-outline:before {
    content: '\e93b';
}
/* '' */
.oicon2-up-outline:before {
    content: '\e93c';
}
/* '' */
.oicon2-down-small:before {
    content: '\e93d';
}
/* '' */
.oicon2-left-small:before {
    content: '\e93e';
}
/* '' */
.oicon2-right-small:before {
    content: '\e93f';
}
/* '' */
.oicon2-up-small:before {
    content: '\e940';
}
/* '' */
.oicon2-cw-outline:before {
    content: '\e941';
}
/* '' */
.oicon2-cw-1:before {
    content: '\e942';
}
/* '' */
.oicon2-arrows-cw-outline:before {
    content: '\e943';
}
/* '' */
.oicon2-arrows-cw:before {
    content: '\e944';
}
/* '' */
.oicon2-loop-outline:before {
    content: '\e945';
}
/* '' */
.oicon2-loop-1:before {
    content: '\e946';
}
/* '' */
.oicon2-loop-alt-outline:before {
    content: '\e947';
}
/* '' */
.oicon2-loop-alt-1:before {
    content: '\e948';
}
/* '' */
.oicon2-shuffle:before {
    content: '\e949';
}
/* '' */
.oicon2-play-outline:before {
    content: '\e94a';
}
/* '' */
.oicon2-play-1:before {
    content: '\e94b';
}
/* '' */
.oicon2-stop-outline:before {
    content: '\e94c';
}
/* '' */
.oicon2-stop-1:before {
    content: '\e94d';
}
/* '' */
.oicon2-pause-outline:before {
    content: '\e94e';
}
/* '' */
.oicon2-pause-1:before {
    content: '\e94f';
}
/* '' */
.oicon2-fast-fw-outline:before {
    content: '\e950';
}
/* '' */
.oicon2-fast-fw:before {
    content: '\e951';
}
/* '' */
.oicon2-rewind-outline:before {
    content: '\e952';
}
/* '' */
.oicon2-rewind:before {
    content: '\e953';
}
/* '' */
.oicon2-record-outline:before {
    content: '\e954';
}
/* '' */
.oicon2-record:before {
    content: '\e955';
}
/* '' */
.oicon2-eject-outline:before {
    content: '\e956';
}
/* '' */
.oicon2-eject-1:before {
    content: '\e957';
}
/* '' */
.oicon2-eject-alt-outline:before {
    content: '\e958';
}
/* '' */
.oicon2-eject-alt:before {
    content: '\e959';
}
/* '' */
.oicon2-bat1:before {
    content: '\e95a';
}
/* '' */
.oicon2-bat2:before {
    content: '\e95b';
}
/* '' */
.oicon2-bat3:before {
    content: '\e95c';
}
/* '' */
.oicon2-bat4:before {
    content: '\e95d';
}
/* '' */
.oicon2-bat-charge-1:before {
    content: '\e95e';
}
/* '' */
.oicon2-plug:before {
    content: '\e95f';
}
/* '' */
.oicon2-target-outline:before {
    content: '\e960';
}
/* '' */
.oicon2-target-1:before {
    content: '\e961';
}
/* '' */
.oicon2-wifi-outline:before {
    content: '\e962';
}
/* '' */
.oicon2-wifi:before {
    content: '\e963';
}
/* '' */
.oicon2-desktop:before {
    content: '\e964';
}
/* '' */
.oicon2-laptop:before {
    content: '\e965';
}
/* '' */
.oicon2-tablet:before {
    content: '\e966';
}
/* '' */
.oicon2-mobile-1:before {
    content: '\e967';
}
/* '' */
.oicon2-contrast:before {
    content: '\e968';
}
/* '' */
.oicon2-globe-outline:before {
    content: '\e969';
}
/* '' */
.oicon2-globe:before {
    content: '\e96a';
}
/* '' */
.oicon2-globe-alt-outline:before {
    content: '\e96b';
}
/* '' */
.oicon2-globe-alt:before {
    content: '\e96c';
}
/* '' */
.oicon2-sun-1:before {
    content: '\e96d';
}
/* '' */
.oicon2-sun-filled:before {
    content: '\e96e';
}
/* '' */
.oicon2-cloud-1:before {
    content: '\e96f';
}
/* '' */
.oicon2-flash-outline:before {
    content: '\e970';
}
/* '' */
.oicon2-flash-1:before {
    content: '\e971';
}
/* '' */
.oicon2-moon-1:before {
    content: '\e972';
}
/* '' */
.oicon2-waves-outline:before {
    content: '\e973';
}
/* '' */
.oicon2-waves:before {
    content: '\e974';
}
/* '' */
.oicon2-rain-1:before {
    content: '\e975';
}
/* '' */
.oicon2-cloud-sun:before {
    content: '\e976';
}
/* '' */
.oicon2-drizzle:before {
    content: '\e977';
}
/* '' */
.oicon2-snow:before {
    content: '\e978';
}
/* '' */
.oicon2-cloud-flash:before {
    content: '\e979';
}
/* '' */
.oicon2-cloud-wind:before {
    content: '\e97a';
}
/* '' */
.oicon2-wind:before {
    content: '\e97b';
}
/* '' */
.oicon2-plane-outline:before {
    content: '\e97c';
}
/* '' */
.oicon2-plane:before {
    content: '\e97d';
}
/* '' */
.oicon2-leaf:before {
    content: '\e97e';
}
/* '' */
.oicon2-lifebuoy:before {
    content: '\e97f';
}
/* '' */
.oicon2-briefcase:before {
    content: '\e980';
}
/* '' */
.oicon2-brush-1:before {
    content: '\e981';
}
/* '' */
.oicon2-pipette:before {
    content: '\e982';
}
/* '' */
.oicon2-power-outline:before {
    content: '\e983';
}
/* '' */
.oicon2-power:before {
    content: '\e984';
}
/* '' */
.oicon2-check-outline:before {
    content: '\e985';
}
/* '' */
.oicon2-check:before {
    content: '\e986';
}
/* '' */
.oicon2-gift:before {
    content: '\e987';
}
/* '' */
.oicon2-temperatire:before {
    content: '\e988';
}
/* '' */
.oicon2-chart-outline:before {
    content: '\e989';
}
/* '' */
.oicon2-chart:before {
    content: '\e98a';
}
/* '' */
.oicon2-chart-alt-outline:before {
    content: '\e98b';
}
/* '' */
.oicon2-chart-alt:before {
    content: '\e98c';
}
/* '' */
.oicon2-chart-bar-outline:before {
    content: '\e98d';
}
/* '' */
.oicon2-chart-bar-1:before {
    content: '\e98e';
}
/* '' */
.oicon2-chart-pie-outline:before {
    content: '\e98f';
}
/* '' */
.oicon2-chart-pie-1:before {
    content: '\e990';
}
/* '' */
.oicon2-ticket:before {
    content: '\e991';
}
/* '' */
.oicon2-credit-card:before {
    content: '\e992';
}
/* '' */
.oicon2-clipboard:before {
    content: '\e993';
}
/* '' */
.oicon2-database:before {
    content: '\e994';
}
/* '' */
.oicon2-key-outline:before {
    content: '\e995';
}
/* '' */
.oicon2-key-1:before {
    content: '\e996';
}
/* '' */
.oicon2-flow-split:before {
    content: '\e997';
}
/* '' */
.oicon2-flow-merge:before {
    content: '\e998';
}
/* '' */
.oicon2-flow-parallel:before {
    content: '\e999';
}
/* '' */
.oicon2-flow-cross:before {
    content: '\e99a';
}
/* '' */
.oicon2-certificate-outline:before {
    content: '\e99b';
}
/* '' */
.oicon2-certificate:before {
    content: '\e99c';
}
/* '' */
.oicon2-scissors-outline:before {
    content: '\e99d';
}
/* '' */
.oicon2-scissors:before {
    content: '\e99e';
}
/* '' */
.oicon2-flask:before {
    content: '\e99f';
}
/* '' */
.oicon2-wine:before {
    content: '\e9a0';
}
/* '' */
.oicon2-coffee:before {
    content: '\e9a1';
}
/* '' */
.oicon2-beer:before {
    content: '\e9a2';
}
/* '' */
.oicon2-anchor-outline:before {
    content: '\e9a3';
}
/* '' */
.oicon2-anchor:before {
    content: '\e9a4';
}
/* '' */
.oicon2-puzzle-outline:before {
    content: '\e9a5';
}
/* '' */
.oicon2-puzzle:before {
    content: '\e9a6';
}
/* '' */
.oicon2-tree:before {
    content: '\e9a7';
}
/* '' */
.oicon2-calculator:before {
    content: '\e9a8';
}
/* '' */
.oicon2-infinity-outline:before {
    content: '\e9a9';
}
/* '' */
.oicon2-infinity:before {
    content: '\e9aa';
}
/* '' */
.oicon2-pi-outline:before {
    content: '\e9ab';
}
/* '' */
.oicon2-pi:before {
    content: '\e9ac';
}
/* '' */
.oicon2-at-1:before {
    content: '\e9ad';
}
/* '' */
.oicon2-at-circled:before {
    content: '\e9ae';
}
/* '' */
.oicon2-looped-square-outline:before {
    content: '\e9af';
}
/* '' */
.oicon2-looped-square-interest:before {
    content: '\e9b0';
}
/* '' */
.oicon2-sort-alphabet-outline:before {
    content: '\e9b1';
}
/* '' */
.oicon2-sort-alphabet:before {
    content: '\e9b2';
}
/* '' */
.oicon2-sort-numeric-outline:before {
    content: '\e9b3';
}
/* '' */
.oicon2-sort-numeric:before {
    content: '\e9b4';
}
/* '' */
.oicon2-dribbble-circled:before {
    content: '\e9b5';
}
/* '' */
.oicon2-dribbble:before {
    content: '\e9b6';
}
/* '' */
.oicon2-facebook-circled:before {
    content: '\e9b7';
}
/* '' */
.oicon2-facebook:before {
    content: '\e9b8';
}
/* '' */
.oicon2-flickr-circled:before {
    content: '\e9b9';
}
/* '' */
.oicon2-flickr:before {
    content: '\e9ba';
}
/* '' */
.oicon2-github-circled:before {
    content: '\e9bb';
}
/* '' */
.oicon2-github:before {
    content: '\e9bc';
}
/* '' */
.oicon2-lastfm-circled:before {
    content: '\e9bd';
}
/* '' */
.oicon2-lastfm:before {
    content: '\e9be';
}
/* '' */
.oicon2-linkedin-circled:before {
    content: '\e9bf';
}
/* '' */
.oicon2-linkedin:before {
    content: '\e9c0';
}
/* '' */
.oicon2-pinterest-circled:before {
    content: '\e9c1';
}
/* '' */
.oicon2-pinterest:before {
    content: '\e9c2';
}
/* '' */
.oicon2-skype-outline:before {
    content: '\e9c3';
}
/* '' */
.oicon2-skype:before {
    content: '\e9c4';
}
/* '' */
.oicon2-tumbler-circled:before {
    content: '\e9c5';
}
/* '' */
.oicon2-tumbler:before {
    content: '\e9c6';
}
/* '' */
.oicon2-twitter-circled:before {
    content: '\e9c7';
}
/* '' */
.oicon2-twitter:before {
    content: '\e9c8';
}
/* '' */
.oicon2-vimeo-circled:before {
    content: '\e9c9';
}
/* '' */
.oicon2-vimeo:before {
    content: '\e9ca';
}
/* '' */
.oicon2-emo-happy:before {
    content: '\e9cb';
}
/* '' */
.oicon2-emo-wink:before {
    content: '\e9cc';
}
/* '' */
.oicon2-emo-wink2:before {
    content: '\e9cd';
}
/* '' */
.oicon2-emo-unhappy:before {
    content: '\e9ce';
}
/* '' */
.oicon2-emo-sleep:before {
    content: '\e9cf';
}
/* '' */
.oicon2-emo-thumbsup:before {
    content: '\e9d0';
}
/* '' */
.oicon2-emo-devil:before {
    content: '\e9d1';
}
/* '' */
.oicon2-emo-surprised:before {
    content: '\e9d2';
}
/* '' */
.oicon2-emo-tongue:before {
    content: '\e9d3';
}
/* '' */
.oicon2-emo-coffee:before {
    content: '\e9d4';
}
/* '' */
.oicon2-emo-sunglasses:before {
    content: '\e9d5';
}
/* '' */
.oicon2-emo-displeased:before {
    content: '\e9d6';
}
/* '' */
.oicon2-emo-beer:before {
    content: '\e9d7';
}
/* '' */
.oicon2-emo-grin:before {
    content: '\e9d8';
}
/* '' */
.oicon2-emo-angry:before {
    content: '\e9d9';
}
/* '' */
.oicon2-emo-saint:before {
    content: '\e9da';
}
/* '' */
.oicon2-emo-cry:before {
    content: '\e9db';
}
/* '' */
.oicon2-emo-shoot:before {
    content: '\e9dc';
}
/* '' */
.oicon2-emo-squint:before {
    content: '\e9dd';
}
/* '' */
.oicon2-emo-laugh:before {
    content: '\e9de';
}
/* '' */
.oicon2-spin1:before {
    content: '\e9df';
}
/* '' */
.oicon2-spin2:before {
    content: '\e9e0';
}
/* '' */
.oicon2-spin3:before {
    content: '\e9e1';
}
/* '' */
.oicon2-spin4:before {
    content: '\e9e2';
}
/* '' */
.oicon2-spin5:before {
    content: '\e9e3';
}
/* '' */
.oicon2-spin6:before {
    content: '\e9e4';
}
/* '' */
.oicon2-firefox:before {
    content: '\e9e5';
}
/* '' */
.oicon2-chrome:before {
    content: '\e9e6';
}
/* '' */
.oicon2-opera:before {
    content: '\e9e7';
}
/* '' */
.oicon2-ie:before {
    content: '\e9e8';
}
/* '' */
.oicon2-crown:before {
    content: '\e9e9';
}
/* '' */
.oicon2-crown-plus:before {
    content: '\e9ea';
}
/* '' */
.oicon2-crown-minus:before {
    content: '\e9eb';
}
/* '' */
.oicon2-marquee:before {
    content: '\e9ec';
}
/* '' */
.oicon2-note:before {
    content: '\e9ed';
}
/* '' */
.oicon2-note-beamed:before {
    content: '\e9ee';
}
/* '' */
.oicon2-music-1:before {
    content: '\e9ef';
}
/* '' */
.oicon2-search-2:before {
    content: '\e9f0';
}
/* '' */
.oicon2-flashlight:before {
    content: '\e9f1';
}
/* '' */
.oicon2-mail-2:before {
    content: '\e9f2';
}
/* '' */
.oicon2-heart-2:before {
    content: '\e9f3';
}
/* '' */
.oicon2-heart-empty-1:before {
    content: '\e9f4';
}
/* '' */
.oicon2-star-2:before {
    content: '\e9f5';
}
/* '' */
.oicon2-star-empty:before {
    content: '\e9f6';
}
/* '' */
.oicon2-user-2:before {
    content: '\e9f7';
}
/* '' */
.oicon2-users-1:before {
    content: '\e9f8';
}
/* '' */
.oicon2-user-add-1:before {
    content: '\e9f9';
}
/* '' */
.oicon2-video-2:before {
    content: '\e9fa';
}
/* '' */
.oicon2-picture-2:before {
    content: '\e9fb';
}
/* '' */
.oicon2-camera-2:before {
    content: '\e9fc';
}
/* '' */
.oicon2-layout:before {
    content: '\e9fd';
}
/* '' */
.oicon2-menu-1:before {
    content: '\e9fe';
}
/* '' */
.oicon2-check-1:before {
    content: '\e9ff';
}
/* '' */
.oicon2-cancel-2:before {
    content: '\ea00';
}
/* '' */
.oicon2-cancel-circled-1:before {
    content: '\ea01';
}
/* '' */
.oicon2-cancel-squared:before {
    content: '\ea02';
}
/* '' */
.oicon2-plus-2:before {
    content: '\ea03';
}
/* '' */
.oicon2-plus-circled:before {
    content: '\ea04';
}
/* '' */
.oicon2-plus-squared:before {
    content: '\ea05';
}
/* '' */
.oicon2-minus-2:before {
    content: '\ea06';
}
/* '' */
.oicon2-minus-circled:before {
    content: '\ea07';
}
/* '' */
.oicon2-minus-squared:before {
    content: '\ea08';
}
/* '' */
.oicon2-help-1:before {
    content: '\ea09';
}
/* '' */
.oicon2-help-circled:before {
    content: '\ea0a';
}
/* '' */
.oicon2-info-2:before {
    content: '\ea0b';
}
/* '' */
.oicon2-info-circled:before {
    content: '\ea0c';
}
/* '' */
.oicon2-back:before {
    content: '\ea0d';
}
/* '' */
.oicon2-home-2:before {
    content: '\ea0e';
}
/* '' */
.oicon2-link-2:before {
    content: '\ea0f';
}
/* '' */
.oicon2-attach-2:before {
    content: '\ea10';
}
/* '' */
.oicon2-lock-2:before {
    content: '\ea11';
}
/* '' */
.oicon2-lock-open-2:before {
    content: '\ea12';
}
/* '' */
.oicon2-eye-2:before {
    content: '\ea13';
}
/* '' */
.oicon2-tag-2:before {
    content: '\ea14';
}
/* '' */
.oicon2-bookmark-1:before {
    content: '\ea15';
}
/* '' */
.oicon2-bookmarks:before {
    content: '\ea16';
}
/* '' */
.oicon2-flag-1:before {
    content: '\ea17';
}
/* '' */
.oicon2-thumbs-up-1:before {
    content: '\ea18';
}
/* '' */
.oicon2-thumbs-down-1:before {
    content: '\ea19';
}
/* '' */
.oicon2-download-2:before {
    content: '\ea1a';
}
/* '' */
.oicon2-upload-2:before {
    content: '\ea1b';
}
/* '' */
.oicon2-upload-cloud-2:before {
    content: '\ea1c';
}
/* '' */
.oicon2-reply-1:before {
    content: '\ea1d';
}
/* '' */
.oicon2-reply-all:before {
    content: '\ea1e';
}
/* '' */
.oicon2-forward-1:before {
    content: '\ea1f';
}
/* '' */
.oicon2-quote:before {
    content: '\ea20';
}
/* '' */
.oicon2-code-1:before {
    content: '\ea21';
}
/* '' */
.oicon2-export-1:before {
    content: '\ea22';
}
/* '' */
.oicon2-pencil-2:before {
    content: '\ea23';
}
/* '' */
.oicon2-feather-1:before {
    content: '\ea24';
}
/* '' */
.oicon2-print-1:before {
    content: '\ea25';
}
/* '' */
.oicon2-retweet:before {
    content: '\ea26';
}
/* '' */
.oicon2-keyboard:before {
    content: '\ea27';
}
/* '' */
.oicon2-comment-2:before {
    content: '\ea28';
}
/* '' */
.oicon2-chat-2:before {
    content: '\ea29';
}
/* '' */
.oicon2-bell-1:before {
    content: '\ea2a';
}
/* '' */
.oicon2-attention-1:before {
    content: '\ea2b';
}
/* '' */
.oicon2-alert:before {
    content: '\ea2c';
}
/* '' */
.oicon2-vcard-1:before {
    content: '\ea2d';
}
/* '' */
.oicon2-address-1:before {
    content: '\ea2e';
}
/* '' */
.oicon2-location-2:before {
    content: '\ea2f';
}
/* '' */
.oicon2-map-1:before {
    content: '\ea30';
}
/* '' */
.oicon2-direction-1:before {
    content: '\ea31';
}
/* '' */
.oicon2-compass-2:before {
    content: '\ea32';
}
/* '' */
.oicon2-cup:before {
    content: '\ea33';
}
/* '' */
.oicon2-trash-2:before {
    content: '\ea34';
}
/* '' */
.oicon2-doc-2:before {
    content: '\ea35';
}
/* '' */
.oicon2-docs:before {
    content: '\ea36';
}
/* '' */
.oicon2-doc-landscape:before {
    content: '\ea37';
}
/* '' */
.oicon2-doc-text-1:before {
    content: '\ea38';
}
/* '' */
.oicon2-doc-text-inv:before {
    content: '\ea39';
}
/* '' */
.oicon2-newspaper:before {
    content: '\ea3a';
}
/* '' */
.oicon2-book-open-1:before {
    content: '\ea3b';
}
/* '' */
.oicon2-book-1:before {
    content: '\ea3c';
}
/* '' */
.oicon2-folder-2:before {
    content: '\ea3d';
}
/* '' */
.oicon2-archive-1:before {
    content: '\ea3e';
}
/* '' */
.oicon2-box-2:before {
    content: '\ea3f';
}
/* '' */
.oicon2-rss-2:before {
    content: '\ea40';
}
/* '' */
.oicon2-phone-1:before {
    content: '\ea41';
}
/* '' */
.oicon2-cog-2:before {
    content: '\ea42';
}
/* '' */
.oicon2-tools:before {
    content: '\ea43';
}
/* '' */
.oicon2-share-1:before {
    content: '\ea44';
}
/* '' */
.oicon2-shareable:before {
    content: '\ea45';
}
/* '' */
.oicon2-basket-1:before {
    content: '\ea46';
}
/* '' */
.oicon2-bag:before {
    content: '\ea47';
}
/* '' */
.oicon2-calendar-2:before {
    content: '\ea48';
}
/* '' */
.oicon2-login:before {
    content: '\ea49';
}
/* '' */
.oicon2-logout:before {
    content: '\ea4a';
}
/* '' */
.oicon2-mic-2:before {
    content: '\ea4b';
}
/* '' */
.oicon2-mute:before {
    content: '\ea4c';
}
/* '' */
.oicon2-sound:before {
    content: '\ea4d';
}
/* '' */
.oicon2-volume:before {
    content: '\ea4e';
}
/* '' */
.oicon2-clock-2:before {
    content: '\ea4f';
}
/* '' */
.oicon2-hourglass:before {
    content: '\ea50';
}
/* '' */
.oicon2-lamp-1:before {
    content: '\ea51';
}
/* '' */
.oicon2-light-down:before {
    content: '\ea52';
}
/* '' */
.oicon2-light-up:before {
    content: '\ea53';
}
/* '' */
.oicon2-adjust:before {
    content: '\ea54';
}
/* '' */
.oicon2-block-2:before {
    content: '\ea55';
}
/* '' */
.oicon2-resize-full-2:before {
    content: '\ea56';
}
/* '' */
.oicon2-resize-small-1:before {
    content: '\ea57';
}
/* '' */
.oicon2-popup-3:before {
    content: '\ea58';
}
/* '' */
.oicon2-publish:before {
    content: '\ea59';
}
/* '' */
.oicon2-window:before {
    content: '\ea5a';
}
/* '' */
.oicon2-arrow-combo:before {
    content: '\ea5b';
}
/* '' */
.oicon2-down-circled:before {
    content: '\ea5c';
}
/* '' */
.oicon2-left-circled:before {
    content: '\ea5d';
}
/* '' */
.oicon2-right-circled:before {
    content: '\ea5e';
}
/* '' */
.oicon2-up-circled:before {
    content: '\ea5f';
}
/* '' */
.oicon2-down-open:before {
    content: '\ea60';
}
/* '' */
.oicon2-left-open-1:before {
    content: '\ea61';
}
/* '' */
.oicon2-right-open-1:before {
    content: '\ea62';
}
/* '' */
.oicon2-up-open:before {
    content: '\ea63';
}
/* '' */
.oicon2-down-open-mini:before {
    content: '\ea64';
}
/* '' */
.oicon2-left-open-mini:before {
    content: '\ea65';
}
/* '' */
.oicon2-right-open-mini:before {
    content: '\ea66';
}
/* '' */
.oicon2-up-open-mini:before {
    content: '\ea67';
}
/* '' */
.oicon2-down-open-big:before {
    content: '\ea68';
}
/* '' */
.oicon2-left-open-big:before {
    content: '\ea69';
}
/* '' */
.oicon2-right-open-big:before {
    content: '\ea6a';
}
/* '' */
.oicon2-up-open-big:before {
    content: '\ea6b';
}
/* '' */
.oicon2-down-2:before {
    content: '\ea6c';
}
/* '' */
.oicon2-left-2:before {
    content: '\ea6d';
}
/* '' */
.oicon2-right-2:before {
    content: '\ea6e';
}
/* '' */
.oicon2-up-2:before {
    content: '\ea6f';
}
/* '' */
.oicon2-down-dir:before {
    content: '\ea70';
}
/* '' */
.oicon2-left-dir:before {
    content: '\ea71';
}
/* '' */
.oicon2-right-dir:before {
    content: '\ea72';
}
/* '' */
.oicon2-up-dir:before {
    content: '\ea73';
}
/* '' */
.oicon2-down-bold:before {
    content: '\ea74';
}
/* '' */
.oicon2-left-bold:before {
    content: '\ea75';
}
/* '' */
.oicon2-right-bold:before {
    content: '\ea76';
}
/* '' */
.oicon2-up-bold:before {
    content: '\ea77';
}
/* '' */
.oicon2-down-thin:before {
    content: '\ea78';
}
/* '' */
.oicon2-left-thin:before {
    content: '\ea79';
}
/* '' */
.oicon2-right-thin:before {
    content: '\ea7a';
}
/* '' */
.oicon2-up-thin:before {
    content: '\ea7b';
}
/* '' */
.oicon2-ccw:before {
    content: '\ea7c';
}
/* '' */
.oicon2-cw-2:before {
    content: '\ea7d';
}
/* '' */
.oicon2-arrows-ccw:before {
    content: '\ea7e';
}
/* '' */
.oicon2-level-down:before {
    content: '\ea7f';
}
/* '' */
.oicon2-level-up:before {
    content: '\ea80';
}
/* '' */
.oicon2-shuffle-1:before {
    content: '\ea81';
}
/* '' */
.oicon2-loop-2:before {
    content: '\ea82';
}
/* '' */
.oicon2-switch:before {
    content: '\ea83';
}
/* '' */
.oicon2-play-2:before {
    content: '\ea84';
}
/* '' */
.oicon2-stop-2:before {
    content: '\ea85';
}
/* '' */
.oicon2-pause-2:before {
    content: '\ea86';
}
/* '' */
.oicon2-record-1:before {
    content: '\ea87';
}
/* '' */
.oicon2-to-end-1:before {
    content: '\ea88';
}
/* '' */
.oicon2-to-start-1:before {
    content: '\ea89';
}
/* '' */
.oicon2-fast-forward:before {
    content: '\ea8a';
}
/* '' */
.oicon2-fast-backward:before {
    content: '\ea8b';
}
/* '' */
.oicon2-progress-0:before {
    content: '\ea8c';
}
/* '' */
.oicon2-progress-1:before {
    content: '\ea8d';
}
/* '' */
.oicon2-progress-2:before {
    content: '\ea8e';
}
/* '' */
.oicon2-progress-3:before {
    content: '\ea8f';
}
/* '' */
.oicon2-target-2:before {
    content: '\ea90';
}
/* '' */
.oicon2-palette:before {
    content: '\ea91';
}
/* '' */
.oicon2-list-1:before {
    content: '\ea92';
}
/* '' */
.oicon2-list-add:before {
    content: '\ea93';
}
/* '' */
.oicon2-signal-1:before {
    content: '\ea94';
}
/* '' */
.oicon2-trophy:before {
    content: '\ea95';
}
/* '' */
.oicon2-battery:before {
    content: '\ea96';
}
/* '' */
.oicon2-back-in-time:before {
    content: '\ea97';
}
/* '' */
.oicon2-monitor:before {
    content: '\ea98';
}
/* '' */
.oicon2-mobile-2:before {
    content: '\ea99';
}
/* '' */
.oicon2-network:before {
    content: '\ea9a';
}
/* '' */
.oicon2-cd-1:before {
    content: '\ea9b';
}
/* '' */
.oicon2-inbox:before {
    content: '\ea9c';
}
/* '' */
.oicon2-install:before {
    content: '\ea9d';
}
/* '' */
.oicon2-globe-1:before {
    content: '\ea9e';
}
/* '' */
.oicon2-cloud-2:before {
    content: '\ea9f';
}
/* '' */
.oicon2-cloud-thunder:before {
    content: '\eaa0';
}
/* '' */
.oicon2-flash-2:before {
    content: '\eaa1';
}
/* '' */
.oicon2-moon-2:before {
    content: '\eaa2';
}
/* '' */
.oicon2-flight:before {
    content: '\eaa3';
}
/* '' */
.oicon2-paper-plane:before {
    content: '\eaa4';
}
/* '' */
.oicon2-leaf-1:before {
    content: '\eaa5';
}
/* '' */
.oicon2-lifebuoy-1:before {
    content: '\eaa6';
}
/* '' */
.oicon2-mouse:before {
    content: '\eaa7';
}
/* '' */
.oicon2-briefcase-1:before {
    content: '\eaa8';
}
/* '' */
.oicon2-suitcase:before {
    content: '\eaa9';
}
/* '' */
.oicon2-dot:before {
    content: '\eaaa';
}
/* '' */
.oicon2-dot-2:before {
    content: '\eaab';
}
/* '' */
.oicon2-dot-3:before {
    content: '\eaac';
}
/* '' */
.oicon2-brush-2:before {
    content: '\eaad';
}
/* '' */
.oicon2-magnet:before {
    content: '\eaae';
}
/* '' */
.oicon2-infinity-1:before {
    content: '\eaaf';
}
/* '' */
.oicon2-erase:before {
    content: '\eab0';
}
/* '' */
.oicon2-chart-pie-2:before {
    content: '\eab1';
}
/* '' */
.oicon2-chart-line:before {
    content: '\eab2';
}
/* '' */
.oicon2-chart-bar-2:before {
    content: '\eab3';
}
/* '' */
.oicon2-chart-area:before {
    content: '\eab4';
}
/* '' */
.oicon2-tape:before {
    content: '\eab5';
}
/* '' */
.oicon2-graduation-cap:before {
    content: '\eab6';
}
/* '' */
.oicon2-language:before {
    content: '\eab7';
}
/* '' */
.oicon2-ticket-1:before {
    content: '\eab8';
}
/* '' */
.oicon2-water:before {
    content: '\eab9';
}
/* '' */
.oicon2-droplet:before {
    content: '\eaba';
}
/* '' */
.oicon2-air:before {
    content: '\eabb';
}
/* '' */
.oicon2-credit-card-1:before {
    content: '\eabc';
}
/* '' */
.oicon2-floppy:before {
    content: '\eabd';
}
/* '' */
.oicon2-clipboard-1:before {
    content: '\eabe';
}
/* '' */
.oicon2-megaphone:before {
    content: '\eabf';
}
/* '' */
.oicon2-database-1:before {
    content: '\eac0';
}
/* '' */
.oicon2-drive:before {
    content: '\eac1';
}
/* '' */
.oicon2-bucket:before {
    content: '\eac2';
}
/* '' */
.oicon2-thermometer:before {
    content: '\eac3';
}
/* '' */
.oicon2-key-2:before {
    content: '\eac4';
}
/* '' */
.oicon2-flow-cascade:before {
    content: '\eac5';
}
/* '' */
.oicon2-flow-branch:before {
    content: '\eac6';
}
/* '' */
.oicon2-flow-tree:before {
    content: '\eac7';
}
/* '' */
.oicon2-flow-line:before {
    content: '\eac8';
}
/* '' */
.oicon2-flow-parallel-1:before {
    content: '\eac9';
}
/* '' */
.oicon2-rocket:before {
    content: '\eaca';
}
/* '' */
.oicon2-gauge:before {
    content: '\eacb';
}
/* '' */
.oicon2-traffic-cone:before {
    content: '\eacc';
}
/* '' */
.oicon2-cc:before {
    content: '\eacd';
}
/* '' */
.oicon2-cc-by:before {
    content: '\eace';
}
/* '' */
.oicon2-cc-nc:before {
    content: '\eacf';
}
/* '' */
.oicon2-cc-nc-eu:before {
    content: '\ead0';
}
/* '' */
.oicon2-cc-nc-jp:before {
    content: '\ead1';
}
/* '' */
.oicon2-cc-sa:before {
    content: '\ead2';
}
/* '' */
.oicon2-cc-nd:before {
    content: '\ead3';
}
/* '' */
.oicon2-cc-pd:before {
    content: '\ead4';
}
/* '' */
.oicon2-cc-zero:before {
    content: '\ead5';
}
/* '' */
.oicon2-cc-share:before {
    content: '\ead6';
}
/* '' */
.oicon2-cc-remix:before {
    content: '\ead7';
}
/* '' */
.oicon2-search-3:before {
    content: '\ead8';
}
/* '' */
.oicon2-mail-3:before {
    content: '\ead9';
}
/* '' */
.oicon2-heart-3:before {
    content: '\eada';
}
/* '' */
.oicon2-star-3:before {
    content: '\eadb';
}
/* '' */
.oicon2-user-3:before {
    content: '\eadc';
}
/* '' */
.oicon2-user-woman:before {
    content: '\eadd';
}
/* '' */
.oicon2-user-pair:before {
    content: '\eade';
}
/* '' */
.oicon2-video-alt:before {
    content: '\eadf';
}
/* '' */
.oicon2-videocam-1:before {
    content: '\eae0';
}
/* '' */
.oicon2-videocam-alt:before {
    content: '\eae1';
}
/* '' */
.oicon2-camera-3:before {
    content: '\eae2';
}
/* '' */
.oicon2-th-1:before {
    content: '\eae3';
}
/* '' */
.oicon2-th-list-1:before {
    content: '\eae4';
}
/* '' */
.oicon2-ok-2:before {
    content: '\eae5';
}
/* '' */
.oicon2-cancel-3:before {
    content: '\eae6';
}
/* '' */
.oicon2-cancel-circle-1:before {
    content: '\eae7';
}
/* '' */
.oicon2-plus-3:before {
    content: '\eae8';
}
/* '' */
.oicon2-home-3:before {
    content: '\eae9';
}
/* '' */
.oicon2-lock-3:before {
    content: '\eaea';
}
/* '' */
.oicon2-lock-open-3:before {
    content: '\eaeb';
}
/* '' */
.oicon2-eye-3:before {
    content: '\eaec';
}
/* '' */
.oicon2-tag-3:before {
    content: '\eaed';
}
/* '' */
.oicon2-thumbs-up-2:before {
    content: '\eaee';
}
/* '' */
.oicon2-thumbs-down-2:before {
    content: '\eaef';
}
/* '' */
.oicon2-download-3:before {
    content: '\eaf0';
}
/* '' */
.oicon2-export-2:before {
    content: '\eaf1';
}
/* '' */
.oicon2-pencil-3:before {
    content: '\eaf2';
}
/* '' */
.oicon2-pencil-alt-1:before {
    content: '\eaf3';
}
/* '' */
.oicon2-edit-1:before {
    content: '\eaf4';
}
/* '' */
.oicon2-chat-3:before {
    content: '\eaf5';
}
/* '' */
.oicon2-print-2:before {
    content: '\eaf6';
}
/* '' */
.oicon2-bell-2:before {
    content: '\eaf7';
}
/* '' */
.oicon2-attention-2:before {
    content: '\eaf8';
}
/* '' */
.oicon2-info-3:before {
    content: '\eaf9';
}
/* '' */
.oicon2-question:before {
    content: '\eafa';
}
/* '' */
.oicon2-location-3:before {
    content: '\eafb';
}
/* '' */
.oicon2-trash-3:before {
    content: '\eafc';
}
/* '' */
.oicon2-doc-3:before {
    content: '\eafd';
}
/* '' */
.oicon2-article-1:before {
    content: '\eafe';
}
/* '' */
.oicon2-article-alt-1:before {
    content: '\eaff';
}
/* '' */
.oicon2-rss-3:before {
    content: '\eb00';
}
/* '' */
.oicon2-wrench-2:before {
    content: '\eb01';
}
/* '' */
.oicon2-basket-2:before {
    content: '\eb02';
}
/* '' */
.oicon2-basket-alt:before {
    content: '\eb03';
}
/* '' */
.oicon2-calendar-3:before {
    content: '\eb04';
}
/* '' */
.oicon2-calendar-alt-1:before {
    content: '\eb05';
}
/* '' */
.oicon2-volume-off-2:before {
    content: '\eb06';
}
/* '' */
.oicon2-volume-down:before {
    content: '\eb07';
}
/* '' */
.oicon2-volume-up-1:before {
    content: '\eb08';
}
/* '' */
.oicon2-bullhorn:before {
    content: '\eb09';
}
/* '' */
.oicon2-clock-3:before {
    content: '\eb0a';
}
/* '' */
.oicon2-clock-alt:before {
    content: '\eb0b';
}
/* '' */
.oicon2-stop-3:before {
    content: '\eb0c';
}
/* '' */
.oicon2-resize-full-3:before {
    content: '\eb0d';
}
/* '' */
.oicon2-resize-small-2:before {
    content: '\eb0e';
}
/* '' */
.oicon2-zoom-in-1:before {
    content: '\eb0f';
}
/* '' */
.oicon2-zoom-out-1:before {
    content: '\eb10';
}
/* '' */
.oicon2-popup-4:before {
    content: '\eb11';
}
/* '' */
.oicon2-down-dir-1:before {
    content: '\eb12';
}
/* '' */
.oicon2-left-dir-1:before {
    content: '\eb13';
}
/* '' */
.oicon2-right-dir-1:before {
    content: '\eb14';
}
/* '' */
.oicon2-up-dir-1:before {
    content: '\eb15';
}
/* '' */
.oicon2-down-3:before {
    content: '\eb16';
}
/* '' */
.oicon2-up-3:before {
    content: '\eb17';
}
/* '' */
.oicon2-cw-3:before {
    content: '\eb18';
}
/* '' */
.oicon2-signal-2:before {
    content: '\eb19';
}
/* '' */
.oicon2-award-1:before {
    content: '\eb1a';
}
/* '' */
.oicon2-mobile-3:before {
    content: '\eb1b';
}
/* '' */
.oicon2-mobile-alt:before {
    content: '\eb1c';
}
/* '' */
.oicon2-tablet-1:before {
    content: '\eb1d';
}
/* '' */
.oicon2-ipod:before {
    content: '\eb1e';
}
/* '' */
.oicon2-cd-2:before {
    content: '\eb1f';
}
/* '' */
.oicon2-grid:before {
    content: '\eb20';
}
/* '' */
.oicon2-book-2:before {
    content: '\eb21';
}
/* '' */
.oicon2-easel:before {
    content: '\eb22';
}
/* '' */
.oicon2-globe-2:before {
    content: '\eb23';
}
/* '' */
.oicon2-chart-1:before {
    content: '\eb24';
}
/* '' */
.oicon2-chart-bar-3:before {
    content: '\eb25';
}
/* '' */
.oicon2-chart-pie-3:before {
    content: '\eb26';
}
/* '' */
.oicon2-dollar:before {
    content: '\eb27';
}
/* '' */
.oicon2-at-2:before {
    content: '\eb28';
}
/* '' */
.oicon2-colon:before {
    content: '\eb29';
}
/* '' */
.oicon2-semicolon:before {
    content: '\eb2a';
}
/* '' */
.oicon2-squares:before {
    content: '\eb2b';
}
/* '' */
.oicon2-money:before {
    content: '\eb2c';
}
/* '' */
.oicon2-facebook-2:before {
    content: '\eb2d';
}
/* '' */
.oicon2-facebook-rect:before {
    content: '\eb2e';
}
/* '' */
.oicon2-twitter-bird:before {
    content: '\eb2f';
}
/* '' */
.oicon2-youtube:before {
    content: '\eb30';
}
/* '' */
.oicon2-windy-rain-inv:before {
    content: '\eb31';
}
/* '' */
.oicon2-snow-inv:before {
    content: '\eb32';
}
/* '' */
.oicon2-snow-heavy-inv:before {
    content: '\eb33';
}
/* '' */
.oicon2-hail-inv:before {
    content: '\eb34';
}
/* '' */
.oicon2-clouds-inv:before {
    content: '\eb35';
}
/* '' */
.oicon2-clouds-flash-inv:before {
    content: '\eb36';
}
/* '' */
.oicon2-temperature:before {
    content: '\eb37';
}
/* '' */
.oicon2-compass-3:before {
    content: '\eb38';
}
/* '' */
.oicon2-na:before {
    content: '\eb39';
}
/* '' */
.oicon2-celcius:before {
    content: '\eb3a';
}
/* '' */
.oicon2-fahrenheit:before {
    content: '\eb3b';
}
/* '' */
.oicon2-clouds-flash-alt:before {
    content: '\eb3c';
}
/* '' */
.oicon2-sun-inv-1:before {
    content: '\eb3d';
}
/* '' */
.oicon2-moon-inv-1:before {
    content: '\eb3e';
}
/* '' */
.oicon2-cloud-sun-inv:before {
    content: '\eb3f';
}
/* '' */
.oicon2-cloud-moon-inv:before {
    content: '\eb40';
}
/* '' */
.oicon2-cloud-inv:before {
    content: '\eb41';
}
/* '' */
.oicon2-cloud-flash-inv:before {
    content: '\eb42';
}
/* '' */
.oicon2-drizzle-inv:before {
    content: '\eb43';
}
/* '' */
.oicon2-rain-inv:before {
    content: '\eb44';
}
/* '' */
.oicon2-windy-inv:before {
    content: '\eb45';
}
/* '' */
.oicon2-sunrise:before {
    content: '\eb46';
}
/* '' */
.oicon2-sun-2:before {
    content: '\eb47';
}
/* '' */
.oicon2-moon-3:before {
    content: '\eb48';
}
/* '' */
.oicon2-eclipse:before {
    content: '\eb49';
}
/* '' */
.oicon2-mist:before {
    content: '\eb4a';
}
/* '' */
.oicon2-wind-1:before {
    content: '\eb4b';
}
/* '' */
.oicon2-snowflake:before {
    content: '\eb4c';
}
/* '' */
.oicon2-cloud-sun-1:before {
    content: '\eb4d';
}
/* '' */
.oicon2-cloud-moon:before {
    content: '\eb4e';
}
/* '' */
.oicon2-fog-sun:before {
    content: '\eb4f';
}
/* '' */
.oicon2-fog-moon:before {
    content: '\eb50';
}
/* '' */
.oicon2-fog-cloud:before {
    content: '\eb51';
}
/* '' */
.oicon2-fog:before {
    content: '\eb52';
}
/* '' */
.oicon2-cloud-3:before {
    content: '\eb53';
}
/* '' */
.oicon2-cloud-flash-1:before {
    content: '\eb54';
}
/* '' */
.oicon2-cloud-flash-alt:before {
    content: '\eb55';
}
/* '' */
.oicon2-drizzle-1:before {
    content: '\eb56';
}
/* '' */
.oicon2-rain-2:before {
    content: '\eb57';
}
/* '' */
.oicon2-windy:before {
    content: '\eb58';
}
/* '' */
.oicon2-windy-rain:before {
    content: '\eb59';
}
/* '' */
.oicon2-snow-1:before {
    content: '\eb5a';
}
/* '' */
.oicon2-snow-alt:before {
    content: '\eb5b';
}
/* '' */
.oicon2-snow-heavy:before {
    content: '\eb5c';
}
/* '' */
.oicon2-hail:before {
    content: '\eb5d';
}
/* '' */
.oicon2-clouds:before {
    content: '\eb5e';
}
/* '' */
.oicon2-clouds-flash:before {
    content: '\eb5f';
}
/* '' */
.oicon2-mail-4:before {
    content: '\eb60';
}
/* '' */
.oicon2-heart-4:before {
    content: '\eb61';
}
/* '' */
.oicon2-star-4:before {
    content: '\eb62';
}
/* '' */
.oicon2-star-empty-1:before {
    content: '\eb63';
}
/* '' */
.oicon2-ok-3:before {
    content: '\eb64';
}
/* '' */
.oicon2-cancel-4:before {
    content: '\eb65';
}
/* '' */
.oicon2-plus-4:before {
    content: '\eb66';
}
/* '' */
.oicon2-help-circled-1:before {
    content: '\eb67';
}
/* '' */
.oicon2-help-circled-alt:before {
    content: '\eb68';
}
/* '' */
.oicon2-home-4:before {
    content: '\eb69';
}
/* '' */
.oicon2-pencil-4:before {
    content: '\eb6a';
}
/* '' */
.oicon2-attention-3:before {
    content: '\eb6b';
}
/* '' */
.oicon2-attention-alt:before {
    content: '\eb6c';
}
/* '' */
.oicon2-cog-3:before {
    content: '\eb6d';
}
/* '' */
.oicon2-clock-4:before {
    content: '\eb6e';
}
/* '' */
.oicon2-stopwatch-1:before {
    content: '\eb6f';
}
/* '' */
.oicon2-hourglass-1:before {
    content: '\eb70';
}
/* '' */
.oicon2-down-4:before {
    content: '\eb71';
}
/* '' */
.oicon2-left-3:before {
    content: '\eb72';
}
/* '' */
.oicon2-right-3:before {
    content: '\eb73';
}
/* '' */
.oicon2-up-4:before {
    content: '\eb74';
}
/* '' */
.oicon2-down-bold-1:before {
    content: '\eb75';
}
/* '' */
.oicon2-left-bold-1:before {
    content: '\eb76';
}
/* '' */
.oicon2-right-bold-1:before {
    content: '\eb77';
}
/* '' */
.oicon2-up-bold-1:before {
    content: '\eb78';
}
/* '' */
.oicon2-down-fat:before {
    content: '\eb79';
}
/* '' */
.oicon2-left-fat:before {
    content: '\eb7a';
}
/* '' */
.oicon2-right-fat:before {
    content: '\eb7b';
}
/* '' */
.oicon2-up-fat:before {
    content: '\eb7c';
}
/* '' */
.oicon2-flash-3:before {
    content: '\eb7d';
}
/* '' */
.oicon2-cloud-4:before {
    content: '\eb7e';
}
/* '' */
.oicon2-vector-pencil:before {
    content: '\eb7f';
}
/* '' */
.oicon2-at-3:before {
    content: '\eb80';
}
/* '' */
.oicon2-female:before {
    content: '\eb81';
}
/* '' */
.oicon2-male:before {
    content: '\eb82';
}
/* '' */
.oicon2-king:before {
    content: '\eb83';
}
/* '' */
.oicon2-anchor-1:before {
    content: '\eb84';
}
/* '' */
.oicon2-aboveground-rail:before {
    content: '\eb85';
}
/* '' */
.oicon2-airfield:before {
    content: '\eb86';
}
/* '' */
.oicon2-airport:before {
    content: '\eb87';
}
/* '' */
.oicon2-art-gallery:before {
    content: '\eb88';
}
/* '' */
.oicon2-bar:before {
    content: '\eb89';
}
/* '' */
.oicon2-baseball:before {
    content: '\eb8a';
}
/* '' */
.oicon2-basketball:before {
    content: '\eb8b';
}
/* '' */
.oicon2-beer-1:before {
    content: '\eb8c';
}
/* '' */
.oicon2-belowground-rail:before {
    content: '\eb8d';
}
/* '' */
.oicon2-bicycle:before {
    content: '\eb8e';
}
/* '' */
.oicon2-bus:before {
    content: '\eb8f';
}
/* '' */
.oicon2-cafe:before {
    content: '\eb90';
}
/* '' */
.oicon2-campsite:before {
    content: '\eb91';
}
/* '' */
.oicon2-cemetery:before {
    content: '\eb92';
}
/* '' */
.oicon2-cinema:before {
    content: '\eb93';
}
/* '' */
.oicon2-college:before {
    content: '\eb94';
}
/* '' */
.oicon2-commerical-building:before {
    content: '\eb95';
}
/* '' */
.oicon2-credit-card-2:before {
    content: '\eb96';
}
/* '' */
.oicon2-cricket:before {
    content: '\eb97';
}
/* '' */
.oicon2-embassy:before {
    content: '\eb98';
}
/* '' */
.oicon2-fast-food:before {
    content: '\eb99';
}
/* '' */
.oicon2-ferry:before {
    content: '\eb9a';
}
/* '' */
.oicon2-fire-station:before {
    content: '\eb9b';
}
/* '' */
.oicon2-football:before {
    content: '\eb9c';
}
/* '' */
.oicon2-fuel:before {
    content: '\eb9d';
}
/* '' */
.oicon2-garden:before {
    content: '\eb9e';
}
/* '' */
.oicon2-giraffe:before {
    content: '\eb9f';
}
/* '' */
.oicon2-golf:before {
    content: '\eba0';
}
/* '' */
.oicon2-grocery-store:before {
    content: '\eba1';
}
/* '' */
.oicon2-harbor:before {
    content: '\eba2';
}
/* '' */
.oicon2-heliport:before {
    content: '\eba3';
}
/* '' */
.oicon2-hospital:before {
    content: '\eba4';
}
/* '' */
.oicon2-industrial-building:before {
    content: '\eba5';
}
/* '' */
.oicon2-library:before {
    content: '\eba6';
}
/* '' */
.oicon2-lodging:before {
    content: '\eba7';
}
/* '' */
.oicon2-london-underground:before {
    content: '\eba8';
}
/* '' */
.oicon2-minefield:before {
    content: '\eba9';
}
/* '' */
.oicon2-monument:before {
    content: '\ebaa';
}
/* '' */
.oicon2-museum:before {
    content: '\ebab';
}
/* '' */
.oicon2-pharmacy:before {
    content: '\ebac';
}
/* '' */
.oicon2-pitch:before {
    content: '\ebad';
}
/* '' */
.oicon2-police:before {
    content: '\ebae';
}
/* '' */
.oicon2-post:before {
    content: '\ebaf';
}
/* '' */
.oicon2-prison:before {
    content: '\ebb0';
}
/* '' */
.oicon2-rail:before {
    content: '\ebb1';
}
/* '' */
.oicon2-religious-christian:before {
    content: '\ebb2';
}
/* '' */
.oicon2-religious-islam:before {
    content: '\ebb3';
}
/* '' */
.oicon2-religious-jewish:before {
    content: '\ebb4';
}
/* '' */
.oicon2-restaurant:before {
    content: '\ebb5';
}
/* '' */
.oicon2-roadblock:before {
    content: '\ebb6';
}
/* '' */
.oicon2-school:before {
    content: '\ebb7';
}
/* '' */
.oicon2-shop:before {
    content: '\ebb8';
}
/* '' */
.oicon2-skiing:before {
    content: '\ebb9';
}
/* '' */
.oicon2-soccer:before {
    content: '\ebba';
}
/* '' */
.oicon2-swimming:before {
    content: '\ebbb';
}
/* '' */
.oicon2-tennis:before {
    content: '\ebbc';
}
/* '' */
.oicon2-theatre:before {
    content: '\ebbd';
}
/* '' */
.oicon2-toilet:before {
    content: '\ebbe';
}
/* '' */
.oicon2-town-hall:before {
    content: '\ebbf';
}
/* '' */
.oicon2-trash-5:before {
    content: '\ebc0';
}
/* '' */
.oicon2-tree-1:before {
    content: '\ebc1';
}
/* '' */
.oicon2-tree-2:before {
    content: '\ebc2';
}
/* '' */
.oicon2-warehouse:before {
    content: '\ebc3';
}
/* '' */
.oicon2-duckduckgo:before {
    content: '\ebc4';
}
/* '' */
.oicon2-aim:before {
    content: '\ebc5';
}
/* '' */
.oicon2-delicious:before {
    content: '\ebc6';
}
/* '' */
.oicon2-paypal-1:before {
    content: '\ebc7';
}
/* '' */
.oicon2-flattr-1:before {
    content: '\ebc8';
}
/* '' */
.oicon2-android:before {
    content: '\ebc9';
}
/* '' */
.oicon2-eventful:before {
    content: '\ebca';
}
/* '' */
.oicon2-smashmag:before {
    content: '\ebcb';
}
/* '' */
.oicon2-gplus-2:before {
    content: '\ebcc';
}
/* '' */
.oicon2-wikipedia:before {
    content: '\ebcd';
}
/* '' */
.oicon2-lanyrd:before {
    content: '\ebce';
}
/* '' */
.oicon2-calendar-5:before {
    content: '\ebcf';
}
/* '' */
.oicon2-stumbleupon-1:before {
    content: '\ebd0';
}
/* '' */
.oicon2-fivehundredpx:before {
    content: '\ebd1';
}
/* '' */
.oicon2-pinterest-2:before {
    content: '\ebd2';
}
/* '' */
.oicon2-bitcoin:before {
    content: '\ebd3';
}
/* '' */
.oicon2-w3c:before {
    content: '\ebd4';
}
/* '' */
.oicon2-foursquare:before {
    content: '\ebd5';
}
/* '' */
.oicon2-html5:before {
    content: '\ebd6';
}
/* '' */
.oicon2-ie-1:before {
    content: '\ebd7';
}
/* '' */
.oicon2-call:before {
    content: '\ebd8';
}
/* '' */
.oicon2-grooveshark:before {
    content: '\ebd9';
}
/* '' */
.oicon2-ninetyninedesigns:before {
    content: '\ebda';
}
/* '' */
.oicon2-forrst:before {
    content: '\ebdb';
}
/* '' */
.oicon2-digg:before {
    content: '\ebdc';
}
/* '' */
.oicon2-spotify-1:before {
    content: '\ebdd';
}
/* '' */
.oicon2-reddit:before {
    content: '\ebde';
}
/* '' */
.oicon2-guest:before {
    content: '\ebdf';
}
/* '' */
.oicon2-gowalla:before {
    content: '\ebe0';
}
/* '' */
.oicon2-appstore:before {
    content: '\ebe1';
}
/* '' */
.oicon2-blogger:before {
    content: '\ebe2';
}
/* '' */
.oicon2-cc-1:before {
    content: '\ebe3';
}
/* '' */
.oicon2-dribbble-3:before {
    content: '\ebe4';
}
/* '' */
.oicon2-evernote-1:before {
    content: '\ebe5';
}
/* '' */
.oicon2-flickr-2:before {
    content: '\ebe6';
}
/* '' */
.oicon2-google:before {
    content: '\ebe7';
}
/* '' */
.oicon2-viadeo:before {
    content: '\ebe8';
}
/* '' */
.oicon2-instapaper:before {
    content: '\ebe9';
}
/* '' */
.oicon2-weibo:before {
    content: '\ebea';
}
/* '' */
.oicon2-klout:before {
    content: '\ebeb';
}
/* '' */
.oicon2-linkedin-3:before {
    content: '\ebec';
}
/* '' */
.oicon2-meetup:before {
    content: '\ebed';
}
/* '' */
.oicon2-vk:before {
    content: '\ebee';
}
/* '' */
.oicon2-plancast:before {
    content: '\ebef';
}
/* '' */
.oicon2-disqus:before {
    content: '\ebf0';
}
/* '' */
.oicon2-rss-4:before {
    content: '\ebf1';
}
/* '' */
.oicon2-skype-2:before {
    content: '\ebf2';
}
/* '' */
.oicon2-twitter-4:before {
    content: '\ebf3';
}
/* '' */
.oicon2-youtube-1:before {
    content: '\ebf4';
}
/* '' */
.oicon2-vimeo-2:before {
    content: '\ebf5';
}
/* '' */
.oicon2-windows:before {
    content: '\ebf6';
}
/* '' */
.oicon2-xing:before {
    content: '\ebf7';
}
/* '' */
.oicon2-yahoo:before {
    content: '\ebf8';
}
/* '' */
.oicon2-chrome-1:before {
    content: '\ebf9';
}
/* '' */
.oicon2-email:before {
    content: '\ebfa';
}
/* '' */
.oicon2-macstore:before {
    content: '\ebfb';
}
/* '' */
.oicon2-myspace:before {
    content: '\ebfc';
}
/* '' */
.oicon2-podcast:before {
    content: '\ebfd';
}
/* '' */
.oicon2-amazon:before {
    content: '\ebfe';
}
/* '' */
.oicon2-steam:before {
    content: '\ebff';
}
/* '' */
.oicon2-cloudapp:before {
    content: '\ec00';
}
/* '' */
.oicon2-dropbox-1:before {
    content: '\ec01';
}
/* '' */
.oicon2-ebay:before {
    content: '\ec02';
}
/* '' */
.oicon2-facebook-4:before {
    content: '\ec03';
}
/* '' */
.oicon2-github-3:before {
    content: '\ec04';
}
/* '' */
.oicon2-github-circled-3:before {
    content: '\ec05';
}
/* '' */
.oicon2-googleplay:before {
    content: '\ec06';
}
/* '' */
.oicon2-itunes:before {
    content: '\ec07';
}
/* '' */
.oicon2-plurk:before {
    content: '\ec08';
}
/* '' */
.oicon2-songkick:before {
    content: '\ec09';
}
/* '' */
.oicon2-lastfm-2:before {
    content: '\ec0a';
}
/* '' */
.oicon2-gmail:before {
    content: '\ec0b';
}
/* '' */
.oicon2-pinboard:before {
    content: '\ec0c';
}
/* '' */
.oicon2-openid:before {
    content: '\ec0d';
}
/* '' */
.oicon2-quora:before {
    content: '\ec0e';
}
/* '' */
.oicon2-soundcloud-2:before {
    content: '\ec0f';
}
/* '' */
.oicon2-tumblr-1:before {
    content: '\ec10';
}
/* '' */
.oicon2-eventasaurus:before {
    content: '\ec11';
}
/* '' */
.oicon2-wordpress:before {
    content: '\ec12';
}
/* '' */
.oicon2-yelp:before {
    content: '\ec13';
}
/* '' */
.oicon2-intensedebate:before {
    content: '\ec14';
}
/* '' */
.oicon2-eventbrite:before {
    content: '\ec15';
}
/* '' */
.oicon2-scribd:before {
    content: '\ec16';
}
/* '' */
.oicon2-posterous:before {
    content: '\ec17';
}
/* '' */
.oicon2-stripe:before {
    content: '\ec18';
}
/* '' */
.oicon2-opentable:before {
    content: '\ec19';
}
/* '' */
.oicon2-cart:before {
    content: '\ec1a';
}
/* '' */
.oicon2-print-4:before {
    content: '\ec1b';
}
/* '' */
.oicon2-angellist:before {
    content: '\ec1c';
}
/* '' */
.oicon2-instagram-2:before {
    content: '\ec1d';
}
/* '' */
.oicon2-dwolla:before {
    content: '\ec1e';
}
/* '' */
.oicon2-appnet:before {
    content: '\ec1f';
}
/* '' */
.oicon2-statusnet:before {
    content: '\ec20';
}
/* '' */
.oicon2-acrobat:before {
    content: '\ec21';
}
/* '' */
.oicon2-drupal:before {
    content: '\ec22';
}
/* '' */
.oicon2-buffer:before {
    content: '\ec23';
}
/* '' */
.oicon2-pocket:before {
    content: '\ec24';
}
/* '' */
.oicon2-bitbucket:before {
    content: '\ec25';
}
/* '' */
.oicon2-lego:before {
    content: '\ec26';
}
/* '' */
.oicon2-login-2:before {
    content: '\ec27';
}
/* '' */
.oicon2-stackoverflow:before {
    content: '\ec28';
}
/* '' */
.oicon2-hackernews:before {
    content: '\ec29';
}
/* '' */
.oicon2-lkdto:before {
    content: '\ec2a';
}
/* '' */
.oicon2-facebook-5:before {
    content: '\ec2b';
}
/* '' */
.oicon2-facebook-rect-1:before {
    content: '\ec2c';
}
/* '' */
.oicon2-twitter-5:before {
    content: '\ec2d';
}
/* '' */
.oicon2-twitter-bird-1:before {
    content: '\ec2e';
}
/* '' */
.oicon2-vimeo-3:before {
    content: '\ec2f';
}
/* '' */
.oicon2-vimeo-rect:before {
    content: '\ec30';
}
/* '' */
.oicon2-tumblr-rect:before {
    content: '\ec31';
}
/* '' */
.oicon2-googleplus-rect:before {
    content: '\ec32';
}
/* '' */
.oicon2-github-text:before {
    content: '\ec33';
}
/* '' */
.oicon2-icq:before {
    content: '\ec34';
}
/* '' */
.oicon2-yandex-rect:before {
    content: '\ec35';
}
/* '' */
.oicon2-vkontakte-rect:before {
    content: '\ec36';
}
/* '' */
.oicon2-odnoklassniki:before {
    content: '\ec37';
}
/* '' */
.oicon2-odnoklassniki-rect:before {
    content: '\ec38';
}
/* '' */
.oicon2-friendfeed:before {
    content: '\ec39';
}
/* '' */
.oicon2-friendfeed-rect:before {
    content: '\ec3a';
}
/* '' */
.oicon2-blogger-1:before {
    content: '\ec3b';
}
/* '' */
.oicon2-blogger-rect:before {
    content: '\ec3c';
}
/* '' */
.oicon2-deviantart:before {
    content: '\ec3d';
}
/* '' */
.oicon2-lastfm-3:before {
    content: '\ec3e';
}
/* '' */
.oicon2-lastfm-rect:before {
    content: '\ec3f';
}
/* '' */
.oicon2-linkedin-rect:before {
    content: '\ec40';
}
/* '' */
.oicon2-picasa-1:before {
    content: '\ec41';
}
/* '' */
.oicon2-instagram-3:before {
    content: '\ec42';
}
/* '' */
.oicon2-instagram-filled:before {
    content: '\ec43';
}
/* '' */
.oicon2-box-3:before {
    content: '\ec44';
}
/* '' */
.oicon2-box-rect:before {
    content: '\ec45';
}
/* '' */
.oicon2-youku:before {
    content: '\ec46';
}
/* '' */
.oicon2-win8:before {
    content: '\ec47';
}
/* '' */
.oicon2-discover:before {
    content: '\ec48';
}
/* '' */
.oicon2-visa:before {
    content: '\ec49';
}
/* '' */
.oicon2-houzz:before {
    content: '\ec4a';
}
/* '' */
.oicon2-glass:before {
    content: '\ec4b';
}
/* '' */
.oicon2-music-2:before {
    content: '\ec4c';
}
/* '' */
.oicon2-search-5:before {
    content: '\ec4d';
}
/* '' */
.oicon2-search-circled:before {
    content: '\ec4e';
}
/* '' */
.oicon2-mail-5:before {
    content: '\ec4f';
}
/* '' */
.oicon2-mail-circled:before {
    content: '\ec50';
}
/* '' */
.oicon2-heart-5:before {
    content: '\ec51';
}
/* '' */
.oicon2-heart-circled:before {
    content: '\ec52';
}
/* '' */
.oicon2-heart-empty-2:before {
    content: '\ec53';
}
/* '' */
.oicon2-star-5:before {
    content: '\ec54';
}
/* '' */
.oicon2-star-circled:before {
    content: '\ec55';
}
/* '' */
.oicon2-star-empty-2:before {
    content: '\ec56';
}
/* '' */
.oicon2-user-5:before {
    content: '\ec57';
}
/* '' */
.oicon2-group:before {
    content: '\ec58';
}
/* '' */
.oicon2-group-circled:before {
    content: '\ec59';
}
/* '' */
.oicon2-torso:before {
    content: '\ec5a';
}
/* '' */
.oicon2-video-3:before {
    content: '\ec5b';
}
/* '' */
.oicon2-video-circled:before {
    content: '\ec5c';
}
/* '' */
.oicon2-video-alt-1:before {
    content: '\ec5d';
}
/* '' */
.oicon2-videocam-3:before {
    content: '\ec5e';
}
/* '' */
.oicon2-video-chat:before {
    content: '\ec5f';
}
/* '' */
.oicon2-picture-3:before {
    content: '\ec60';
}
/* '' */
.oicon2-camera-5:before {
    content: '\ec61';
}
/* '' */
.oicon2-photo:before {
    content: '\ec62';
}
/* '' */
.oicon2-photo-circled:before {
    content: '\ec63';
}
/* '' */
.oicon2-th-large-1:before {
    content: '\ec64';
}
/* '' */
.oicon2-th-2:before {
    content: '\ec65';
}
/* '' */
.oicon2-th-list-3:before {
    content: '\ec66';
}
/* '' */
.oicon2-view-mode:before {
    content: '\ec67';
}
/* '' */
.oicon2-ok-4:before {
    content: '\ec68';
}
/* '' */
.oicon2-ok-circled-1:before {
    content: '\ec69';
}
/* '' */
.oicon2-ok-circled2:before {
    content: '\ec6a';
}
/* '' */
.oicon2-cancel-5:before {
    content: '\ec6b';
}
/* '' */
.oicon2-cancel-circled-3:before {
    content: '\ec6c';
}
/* '' */
.oicon2-cancel-circled2:before {
    content: '\ec6d';
}
/* '' */
.oicon2-plus-5:before {
    content: '\ec6e';
}
/* '' */
.oicon2-plus-circled-1:before {
    content: '\ec6f';
}
/* '' */
.oicon2-minus-3:before {
    content: '\ec70';
}
/* '' */
.oicon2-minus-circled-1:before {
    content: '\ec71';
}
/* '' */
.oicon2-help-2:before {
    content: '\ec72';
}
/* '' */
.oicon2-help-circled-2:before {
    content: '\ec73';
}
/* '' */
.oicon2-info-circled-2:before {
    content: '\ec74';
}
/* '' */
.oicon2-home-5:before {
    content: '\ec75';
}
/* '' */
.oicon2-home-circled:before {
    content: '\ec76';
}
/* '' */
.oicon2-website:before {
    content: '\ec77';
}
/* '' */
.oicon2-website-circled:before {
    content: '\ec78';
}
/* '' */
.oicon2-attach-4:before {
    content: '\ec79';
}
/* '' */
.oicon2-attach-circled:before {
    content: '\ec7a';
}
/* '' */
.oicon2-lock-5:before {
    content: '\ec7b';
}
/* '' */
.oicon2-lock-circled:before {
    content: '\ec7c';
}
/* '' */
.oicon2-lock-open-5:before {
    content: '\ec7d';
}
/* '' */
.oicon2-lock-open-alt-1:before {
    content: '\ec7e';
}
/* '' */
.oicon2-eye-5:before {
    content: '\ec7f';
}
/* '' */
.oicon2-eye-off:before {
    content: '\ec80';
}
/* '' */
.oicon2-tag-4:before {
    content: '\ec81';
}
/* '' */
.oicon2-tags-1:before {
    content: '\ec82';
}
/* '' */
.oicon2-bookmark-2:before {
    content: '\ec83';
}
/* '' */
.oicon2-bookmark-empty:before {
    content: '\ec84';
}
/* '' */
.oicon2-flag-2:before {
    content: '\ec85';
}
/* '' */
.oicon2-flag-circled:before {
    content: '\ec86';
}
/* '' */
.oicon2-thumbs-up-3:before {
    content: '\ec87';
}
/* '' */
.oicon2-thumbs-down-3:before {
    content: '\ec88';
}
/* '' */
.oicon2-download-5:before {
    content: '\ec89';
}
/* '' */
.oicon2-download-alt:before {
    content: '\ec8a';
}
/* '' */
.oicon2-upload-4:before {
    content: '\ec8b';
}
/* '' */
.oicon2-share-2:before {
    content: '\ec8c';
}
/* '' */
.oicon2-quote-1:before {
    content: '\ec8d';
}
/* '' */
.oicon2-quote-circled:before {
    content: '\ec8e';
}
/* '' */
.oicon2-export-4:before {
    content: '\ec8f';
}
/* '' */
.oicon2-pencil-5:before {
    content: '\ec90';
}
/* '' */
.oicon2-pencil-circled:before {
    content: '\ec91';
}
/* '' */
.oicon2-edit-2:before {
    content: '\ec92';
}
/* '' */
.oicon2-edit-circled:before {
    content: '\ec93';
}
/* '' */
.oicon2-edit-alt:before {
    content: '\ec94';
}
/* '' */
.oicon2-print-5:before {
    content: '\ec95';
}
/* '' */
.oicon2-retweet-2:before {
    content: '\ec96';
}
/* '' */
.oicon2-comment-4:before {
    content: '\ec97';
}
/* '' */
.oicon2-comment-alt-1:before {
    content: '\ec98';
}
/* '' */
.oicon2-bell-4:before {
    content: '\ec99';
}
/* '' */
.oicon2-warning-1:before {
    content: '\ec9a';
}
/* '' */
.oicon2-exclamation:before {
    content: '\ec9b';
}
/* '' */
.oicon2-error:before {
    content: '\ec9c';
}
/* '' */
.oicon2-error-alt:before {
    content: '\ec9d';
}
/* '' */
.oicon2-location-5:before {
    content: '\ec9e';
}
/* '' */
.oicon2-location-circled:before {
    content: '\ec9f';
}
/* '' */
.oicon2-compass-4:before {
    content: '\eca0';
}
/* '' */
.oicon2-compass-circled:before {
    content: '\eca1';
}
/* '' */
.oicon2-trash-6:before {
    content: '\eca2';
}
/* '' */
.oicon2-trash-circled:before {
    content: '\eca3';
}
/* '' */
.oicon2-doc-5:before {
    content: '\eca4';
}
/* '' */
.oicon2-doc-circled:before {
    content: '\eca5';
}
/* '' */
.oicon2-doc-new:before {
    content: '\eca6';
}
/* '' */
.oicon2-doc-new-circled:before {
    content: '\eca7';
}
/* '' */
.oicon2-folder-4:before {
    content: '\eca8';
}
/* '' */
.oicon2-folder-circled:before {
    content: '\eca9';
}
/* '' */
.oicon2-folder-close:before {
    content: '\ecaa';
}
/* '' */
.oicon2-folder-open-1:before {
    content: '\ecab';
}
/* '' */
.oicon2-rss-5:before {
    content: '\ecac';
}
/* '' */
.oicon2-phone-2:before {
    content: '\ecad';
}
/* '' */
.oicon2-phone-circled:before {
    content: '\ecae';
}
/* '' */
.oicon2-cog-4:before {
    content: '\ecaf';
}
/* '' */
.oicon2-cog-circled:before {
    content: '\ecb0';
}
/* '' */
.oicon2-cogs:before {
    content: '\ecb1';
}
/* '' */
.oicon2-wrench-3:before {
    content: '\ecb2';
}
/* '' */
.oicon2-wrench-circled:before {
    content: '\ecb3';
}
/* '' */
.oicon2-basket-3:before {
    content: '\ecb4';
}
/* '' */
.oicon2-basket-circled:before {
    content: '\ecb5';
}
/* '' */
.oicon2-calendar-6:before {
    content: '\ecb6';
}
/* '' */
.oicon2-calendar-circled:before {
    content: '\ecb7';
}
/* '' */
.oicon2-mic-4:before {
    content: '\ecb8';
}
/* '' */
.oicon2-mic-circled:before {
    content: '\ecb9';
}
/* '' */
.oicon2-volume-off-3:before {
    content: '\ecba';
}
/* '' */
.oicon2-volume-down-1:before {
    content: '\ecbb';
}
/* '' */
.oicon2-volume-1:before {
    content: '\ecbc';
}
/* '' */
.oicon2-volume-up-2:before {
    content: '\ecbd';
}
/* '' */
.oicon2-headphones-2:before {
    content: '\ecbe';
}
/* '' */
.oicon2-clock-5:before {
    content: '\ecbf';
}
/* '' */
.oicon2-clock-circled:before {
    content: '\ecc0';
}
/* '' */
.oicon2-lightbulb-1:before {
    content: '\ecc1';
}
/* '' */
.oicon2-lightbulb-alt:before {
    content: '\ecc2';
}
/* '' */
.oicon2-block-3:before {
    content: '\ecc3';
}
/* '' */
.oicon2-resize-full-4:before {
    content: '\ecc4';
}
/* '' */
.oicon2-resize-full-alt-1:before {
    content: '\ecc5';
}
/* '' */
.oicon2-resize-small-3:before {
    content: '\ecc6';
}
/* '' */
.oicon2-resize-vertical-1:before {
    content: '\ecc7';
}
/* '' */
.oicon2-resize-horizontal-1:before {
    content: '\ecc8';
}
/* '' */
.oicon2-move-2:before {
    content: '\ecc9';
}
/* '' */
.oicon2-zoom-in-3:before {
    content: '\ecca';
}
/* '' */
.oicon2-zoom-out-3:before {
    content: '\eccb';
}
/* '' */
.oicon2-down-open-2:before {
    content: '\eccc';
}
/* '' */
.oicon2-left-open-3:before {
    content: '\eccd';
}
/* '' */
.oicon2-right-open-3:before {
    content: '\ecce';
}
/* '' */
.oicon2-up-open-2:before {
    content: '\eccf';
}
/* '' */
.oicon2-down-5:before {
    content: '\ecd0';
}
/* '' */
.oicon2-left-4:before {
    content: '\ecd1';
}
/* '' */
.oicon2-right-4:before {
    content: '\ecd2';
}
/* '' */
.oicon2-up-5:before {
    content: '\ecd3';
}
/* '' */
.oicon2-down-circled-1:before {
    content: '\ecd4';
}
/* '' */
.oicon2-left-circled-1:before {
    content: '\ecd5';
}
/* '' */
.oicon2-right-circled-1:before {
    content: '\ecd6';
}
/* '' */
.oicon2-up-circled-1:before {
    content: '\ecd7';
}
/* '' */
.oicon2-down-hand:before {
    content: '\ecd8';
}
/* '' */
.oicon2-left-hand:before {
    content: '\ecd9';
}
/* '' */
.oicon2-right-hand:before {
    content: '\ecda';
}
/* '' */
.oicon2-up-hand:before {
    content: '\ecdb';
}
/* '' */
.oicon2-cw-4:before {
    content: '\ecdc';
}
/* '' */
.oicon2-cw-circled:before {
    content: '\ecdd';
}
/* '' */
.oicon2-arrows-cw-1:before {
    content: '\ecde';
}
/* '' */
.oicon2-shuffle-3:before {
    content: '\ecdf';
}
/* '' */
.oicon2-play-4:before {
    content: '\ece0';
}
/* '' */
.oicon2-play-circled:before {
    content: '\ece1';
}
/* '' */
.oicon2-play-circled2:before {
    content: '\ece2';
}
/* '' */
.oicon2-stop-5:before {
    content: '\ece3';
}
/* '' */
.oicon2-stop-circled:before {
    content: '\ece4';
}
/* '' */
.oicon2-pause-4:before {
    content: '\ece5';
}
/* '' */
.oicon2-pause-circled:before {
    content: '\ece6';
}
/* '' */
.oicon2-record-2:before {
    content: '\ece7';
}
/* '' */
.oicon2-eject-2:before {
    content: '\ece8';
}
/* '' */
.oicon2-backward:before {
    content: '\ece9';
}
/* '' */
.oicon2-backward-circled:before {
    content: '\ecea';
}
/* '' */
.oicon2-fast-backward-2:before {
    content: '\eceb';
}
/* '' */
.oicon2-fast-forward-2:before {
    content: '\ecec';
}
/* '' */
.oicon2-forward-2:before {
    content: '\eced';
}
/* '' */
.oicon2-forward-circled:before {
    content: '\ecee';
}
/* '' */
.oicon2-step-backward:before {
    content: '\ecef';
}
/* '' */
.oicon2-step-forward:before {
    content: '\ecf0';
}
/* '' */
.oicon2-target-3:before {
    content: '\ecf1';
}
/* '' */
.oicon2-signal-3:before {
    content: '\ecf2';
}
/* '' */
.oicon2-desktop-1:before {
    content: '\ecf3';
}
/* '' */
.oicon2-desktop-circled:before {
    content: '\ecf4';
}
/* '' */
.oicon2-laptop-1:before {
    content: '\ecf5';
}
/* '' */
.oicon2-laptop-circled:before {
    content: '\ecf6';
}
/* '' */
.oicon2-network-1:before {
    content: '\ecf7';
}
/* '' */
.oicon2-inbox-2:before {
    content: '\ecf8';
}
/* '' */
.oicon2-inbox-circled:before {
    content: '\ecf9';
}
/* '' */
.oicon2-inbox-alt:before {
    content: '\ecfa';
}
/* '' */
.oicon2-globe-4:before {
    content: '\ecfb';
}
/* '' */
.oicon2-globe-alt-1:before {
    content: '\ecfc';
}
/* '' */
.oicon2-cloud-5:before {
    content: '\ecfd';
}
/* '' */
.oicon2-cloud-circled:before {
    content: '\ecfe';
}
/* '' */
.oicon2-flight-1:before {
    content: '\ecff';
}
/* '' */
.oicon2-leaf-2:before {
    content: '\ed00';
}
/* '' */
.oicon2-font:before {
    content: '\ed01';
}
/* '' */
.oicon2-fontsize-1:before {
    content: '\ed02';
}
/* '' */
.oicon2-bold:before {
    content: '\ed03';
}
/* '' */
.oicon2-italic:before {
    content: '\ed04';
}
/* '' */
.oicon2-text-height:before {
    content: '\ed05';
}
/* '' */
.oicon2-text-width:before {
    content: '\ed06';
}
/* '' */
.oicon2-align-left:before {
    content: '\ed07';
}
/* '' */
.oicon2-align-center:before {
    content: '\ed08';
}
/* '' */
.oicon2-align-right:before {
    content: '\ed09';
}
/* '' */
.oicon2-align-justify:before {
    content: '\ed0a';
}
/* '' */
.oicon2-list-2:before {
    content: '\ed0b';
}
/* '' */
.oicon2-indent-left:before {
    content: '\ed0c';
}
/* '' */
.oicon2-indent-right:before {
    content: '\ed0d';
}
/* '' */
.oicon2-briefcase-2:before {
    content: '\ed0e';
}
/* '' */
.oicon2-off:before {
    content: '\ed0f';
}
/* '' */
.oicon2-road:before {
    content: '\ed10';
}
/* '' */
.oicon2-qrcode:before {
    content: '\ed11';
}
/* '' */
.oicon2-barcode:before {
    content: '\ed12';
}
/* '' */
.oicon2-braille:before {
    content: '\ed13';
}
/* '' */
.oicon2-book-3:before {
    content: '\ed14';
}
/* '' */
.oicon2-adjust-1:before {
    content: '\ed15';
}
/* '' */
.oicon2-tint:before {
    content: '\ed16';
}
/* '' */
.oicon2-check-2:before {
    content: '\ed17';
}
/* '' */
.oicon2-check-empty:before {
    content: '\ed18';
}
/* '' */
.oicon2-asterisk:before {
    content: '\ed19';
}
/* '' */
.oicon2-gift-1:before {
    content: '\ed1a';
}
/* '' */
.oicon2-fire-1:before {
    content: '\ed1b';
}
/* '' */
.oicon2-magnet-1:before {
    content: '\ed1c';
}
/* '' */
.oicon2-chart-2:before {
    content: '\ed1d';
}
/* '' */
.oicon2-chart-circled:before {
    content: '\ed1e';
}
/* '' */
.oicon2-credit-card-3:before {
    content: '\ed1f';
}
/* '' */
.oicon2-megaphone-1:before {
    content: '\ed20';
}
/* '' */
.oicon2-clipboard-2:before {
    content: '\ed21';
}
/* '' */
.oicon2-hdd-1:before {
    content: '\ed22';
}
/* '' */
.oicon2-key-3:before {
    content: '\ed23';
}
/* '' */
.oicon2-certificate-1:before {
    content: '\ed24';
}
/* '' */
.oicon2-tasks:before {
    content: '\ed25';
}
/* '' */
.oicon2-filter:before {
    content: '\ed26';
}
/* '' */
.oicon2-gauge-1:before {
    content: '\ed27';
}
/* '' */
.oicon2-smiley:before {
    content: '\ed28';
}
/* '' */
.oicon2-smiley-circled:before {
    content: '\ed29';
}
/* '' */
.oicon2-address-book:before {
    content: '\ed2a';
}
/* '' */
.oicon2-address-book-alt:before {
    content: '\ed2b';
}
/* '' */
.oicon2-asl:before {
    content: '\ed2c';
}
/* '' */
.oicon2-glasses:before {
    content: '\ed2d';
}
/* '' */
.oicon2-hearing-impaired:before {
    content: '\ed2e';
}
/* '' */
.oicon2-iphone-home:before {
    content: '\ed2f';
}
/* '' */
.oicon2-person:before {
    content: '\ed30';
}
/* '' */
.oicon2-adult:before {
    content: '\ed31';
}
/* '' */
.oicon2-child:before {
    content: '\ed32';
}
/* '' */
.oicon2-blind:before {
    content: '\ed33';
}
/* '' */
.oicon2-guidedog:before {
    content: '\ed34';
}
/* '' */
.oicon2-accessibility:before {
    content: '\ed35';
}
/* '' */
.oicon2-universal-access:before {
    content: '\ed36';
}
/* '' */
.oicon2-male-1:before {
    content: '\ed37';
}
/* '' */
.oicon2-female-1:before {
    content: '\ed38';
}
/* '' */
.oicon2-behance-1:before {
    content: '\ed39';
}
/* '' */
.oicon2-blogger-2:before {
    content: '\ed3a';
}
/* '' */
.oicon2-cc-2:before {
    content: '\ed3b';
}
/* '' */
.oicon2-css:before {
    content: '\ed3c';
}
/* '' */
.oicon2-delicious-1:before {
    content: '\ed3d';
}
/* '' */
.oicon2-deviantart-1:before {
    content: '\ed3e';
}
/* '' */
.oicon2-digg-1:before {
    content: '\ed3f';
}
/* '' */
.oicon2-dribbble-4:before {
    content: '\ed40';
}
/* '' */
.oicon2-facebook-6:before {
    content: '\ed41';
}
/* '' */
.oicon2-flickr-3:before {
    content: '\ed42';
}
/* '' */
.oicon2-foursquare-1:before {
    content: '\ed43';
}
/* '' */
.oicon2-friendfeed-1:before {
    content: '\ed44';
}
/* '' */
.oicon2-friendfeed-rect-1:before {
    content: '\ed45';
}
/* '' */
.oicon2-github-5:before {
    content: '\ed46';
}
/* '' */
.oicon2-github-text-1:before {
    content: '\ed47';
}
/* '' */
.oicon2-googleplus:before {
    content: '\ed48';
}
/* '' */
.oicon2-instagram-4:before {
    content: '\ed49';
}
/* '' */
.oicon2-linkedin-5:before {
    content: '\ed4a';
}
/* '' */
.oicon2-path:before {
    content: '\ed4b';
}
/* '' */
.oicon2-picasa-2:before {
    content: '\ed4c';
}
/* '' */
.oicon2-pinterest-3:before {
    content: '\ed4d';
}
/* '' */
.oicon2-reddit-1:before {
    content: '\ed4e';
}
/* '' */
.oicon2-skype-4:before {
    content: '\ed4f';
}
/* '' */
.oicon2-slideshare:before {
    content: '\ed50';
}
/* '' */
.oicon2-stackoverflow-1:before {
    content: '\ed51';
}
/* '' */
.oicon2-stumbleupon-2:before {
    content: '\ed52';
}
/* '' */
.oicon2-twitter-6:before {
    content: '\ed53';
}
/* '' */
.oicon2-tumblr-3:before {
    content: '\ed54';
}
/* '' */
.oicon2-vimeo-4:before {
    content: '\ed55';
}
/* '' */
.oicon2-vkontakte-1:before {
    content: '\ed56';
}
/* '' */
.oicon2-w3c-1:before {
    content: '\ed57';
}
/* '' */
.oicon2-wordpress-2:before {
    content: '\ed58';
}
/* '' */
.oicon2-youtube-2:before {
    content: '\ed59';
}
/* '' */
.oicon2-music-3:before {
    content: '\ed5a';
}
/* '' */
.oicon2-search-6:before {
    content: '\ed5b';
}
/* '' */
.oicon2-mail-6:before {
    content: '\ed5c';
}
/* '' */
.oicon2-heart-6:before {
    content: '\ed5d';
}
/* '' */
.oicon2-star-6:before {
    content: '\ed5e';
}
/* '' */
.oicon2-user-6:before {
    content: '\ed5f';
}
/* '' */
.oicon2-videocam-4:before {
    content: '\ed60';
}
/* '' */
.oicon2-camera-6:before {
    content: '\ed61';
}
/* '' */
.oicon2-photo-1:before {
    content: '\ed62';
}
/* '' */
.oicon2-attach-5:before {
    content: '\ed63';
}
/* '' */
.oicon2-lock-6:before {
    content: '\ed64';
}
/* '' */
.oicon2-eye-6:before {
    content: '\ed65';
}
/* '' */
.oicon2-tag-5:before {
    content: '\ed66';
}
/* '' */
.oicon2-thumbs-up-4:before {
    content: '\ed67';
}
/* '' */
.oicon2-pencil-6:before {
    content: '\ed68';
}
/* '' */
.oicon2-comment-5:before {
    content: '\ed69';
}
/* '' */
.oicon2-location-6:before {
    content: '\ed6a';
}
/* '' */
.oicon2-cup-1:before {
    content: '\ed6b';
}
/* '' */
.oicon2-trash-7:before {
    content: '\ed6c';
}
/* '' */
.oicon2-doc-6:before {
    content: '\ed6d';
}
/* '' */
.oicon2-note-1:before {
    content: '\ed6e';
}
/* '' */
.oicon2-cog-5:before {
    content: '\ed6f';
}
/* '' */
.oicon2-params:before {
    content: '\ed70';
}
/* '' */
.oicon2-calendar-7:before {
    content: '\ed71';
}
/* '' */
.oicon2-sound-1:before {
    content: '\ed72';
}
/* '' */
.oicon2-clock-6:before {
    content: '\ed73';
}
/* '' */
.oicon2-lightbulb-2:before {
    content: '\ed74';
}
/* '' */
.oicon2-tv:before {
    content: '\ed75';
}
/* '' */
.oicon2-desktop-2:before {
    content: '\ed76';
}
/* '' */
.oicon2-mobile-5:before {
    content: '\ed77';
}
/* '' */
.oicon2-cd-3:before {
    content: '\ed78';
}
/* '' */
.oicon2-inbox-3:before {
    content: '\ed79';
}
/* '' */
.oicon2-globe-5:before {
    content: '\ed7a';
}
/* '' */
.oicon2-cloud-6:before {
    content: '\ed7b';
}
/* '' */
.oicon2-paper-plane-2:before {
    content: '\ed7c';
}
/* '' */
.oicon2-fire-2:before {
    content: '\ed7d';
}
/* '' */
.oicon2-graduation-cap-1:before {
    content: '\ed7e';
}
/* '' */
.oicon2-megaphone-2:before {
    content: '\ed7f';
}
/* '' */
.oicon2-database-2:before {
    content: '\ed80';
}
/* '' */
.oicon2-key-4:before {
    content: '\ed81';
}
/* '' */
.oicon2-beaker:before {
    content: '\ed82';
}
/* '' */
.oicon2-truck:before {
    content: '\ed83';
}
/* '' */
.oicon2-money-1:before {
    content: '\ed84';
}
/* '' */
.oicon2-food:before {
    content: '\ed85';
}
/* '' */
.oicon2-shop-1:before {
    content: '\ed86';
}
/* '' */
.oicon2-diamond:before {
    content: '\ed87';
}
/* '' */
.oicon2-t-shirt:before {
    content: '\ed88';
}
/* '' */
.oicon2-wallet:before {
    content: '\ed89';
}
/* '' */
.oicon2-search-7:before {
    content: '\ed8a';
}
/* '' */
.oicon2-mail-7:before {
    content: '\ed8b';
}
/* '' */
.oicon2-heart-7:before {
    content: '\ed8c';
}
/* '' */
.oicon2-heart-empty-3:before {
    content: '\ed8d';
}
/* '' */
.oicon2-star-7:before {
    content: '\ed8e';
}
/* '' */
.oicon2-user-7:before {
    content: '\ed8f';
}
/* '' */
.oicon2-video-4:before {
    content: '\ed90';
}
/* '' */
.oicon2-picture-4:before {
    content: '\ed91';
}
/* '' */
.oicon2-th-large-2:before {
    content: '\ed92';
}
/* '' */
.oicon2-th-3:before {
    content: '\ed93';
}
/* '' */
.oicon2-th-list-4:before {
    content: '\ed94';
}
/* '' */
.oicon2-ok-5:before {
    content: '\ed95';
}
/* '' */
.oicon2-ok-circle-1:before {
    content: '\ed96';
}
/* '' */
.oicon2-cancel-6:before {
    content: '\ed97';
}
/* '' */
.oicon2-cancel-circle-2:before {
    content: '\ed98';
}
/* '' */
.oicon2-plus-circle-1:before {
    content: '\ed99';
}
/* '' */
.oicon2-minus-circle-1:before {
    content: '\ed9a';
}
/* '' */
.oicon2-link-4:before {
    content: '\ed9b';
}
/* '' */
.oicon2-attach-6:before {
    content: '\ed9c';
}
/* '' */
.oicon2-lock-7:before {
    content: '\ed9d';
}
/* '' */
.oicon2-lock-open-6:before {
    content: '\ed9e';
}
/* '' */
.oicon2-tag-6:before {
    content: '\ed9f';
}
/* '' */
.oicon2-reply-3:before {
    content: '\eda0';
}
/* '' */
.oicon2-reply-all-1:before {
    content: '\eda1';
}
/* '' */
.oicon2-forward-3:before {
    content: '\eda2';
}
/* '' */
.oicon2-code-2:before {
    content: '\eda3';
}
/* '' */
.oicon2-retweet-3:before {
    content: '\eda4';
}
/* '' */
.oicon2-comment-6:before {
    content: '\eda5';
}
/* '' */
.oicon2-comment-alt-2:before {
    content: '\eda6';
}
/* '' */
.oicon2-chat-5:before {
    content: '\eda7';
}
/* '' */
.oicon2-attention-4:before {
    content: '\eda8';
}
/* '' */
.oicon2-location-7:before {
    content: '\eda9';
}
/* '' */
.oicon2-doc-7:before {
    content: '\edaa';
}
/* '' */
.oicon2-docs-landscape:before {
    content: '\edab';
}
/* '' */
.oicon2-folder-5:before {
    content: '\edac';
}
/* '' */
.oicon2-archive-2:before {
    content: '\edad';
}
/* '' */
.oicon2-rss-6:before {
    content: '\edae';
}
/* '' */
.oicon2-rss-alt-1:before {
    content: '\edaf';
}
/* '' */
.oicon2-cog-6:before {
    content: '\edb0';
}
/* '' */
.oicon2-logout-2:before {
    content: '\edb1';
}
/* '' */
.oicon2-clock-7:before {
    content: '\edb2';
}
/* '' */
.oicon2-block-4:before {
    content: '\edb3';
}
/* '' */
.oicon2-resize-full-5:before {
    content: '\edb4';
}
/* '' */
.oicon2-resize-full-circle:before {
    content: '\edb5';
}
/* '' */
.oicon2-popup-5:before {
    content: '\edb6';
}
/* '' */
.oicon2-left-open-4:before {
    content: '\edb7';
}
/* '' */
.oicon2-right-open-4:before {
    content: '\edb8';
}
/* '' */
.oicon2-down-circle-1:before {
    content: '\edb9';
}
/* '' */
.oicon2-left-circle-1:before {
    content: '\edba';
}
/* '' */
.oicon2-right-circle-1:before {
    content: '\edbb';
}
/* '' */
.oicon2-up-circle-1:before {
    content: '\edbc';
}
/* '' */
.oicon2-down-dir-2:before {
    content: '\edbd';
}
/* '' */
.oicon2-right-dir-2:before {
    content: '\edbe';
}
/* '' */
.oicon2-down-micro:before {
    content: '\edbf';
}
/* '' */
.oicon2-up-micro:before {
    content: '\edc0';
}
/* '' */
.oicon2-cw-circle:before {
    content: '\edc1';
}
/* '' */
.oicon2-arrows-cw-2:before {
    content: '\edc2';
}
/* '' */
.oicon2-updown-circle:before {
    content: '\edc3';
}
/* '' */
.oicon2-target-4:before {
    content: '\edc4';
}
/* '' */
.oicon2-signal-4:before {
    content: '\edc5';
}
/* '' */
.oicon2-progress-4:before {
    content: '\edc6';
}
/* '' */
.oicon2-progress-5:before {
    content: '\edc7';
}
/* '' */
.oicon2-progress-6:before {
    content: '\edc8';
}
/* '' */
.oicon2-progress-7:before {
    content: '\edc9';
}
/* '' */
.oicon2-progress-8:before {
    content: '\edca';
}
/* '' */
.oicon2-progress-9:before {
    content: '\edcb';
}
/* '' */
.oicon2-progress-10:before {
    content: '\edcc';
}
/* '' */
.oicon2-progress-11:before {
    content: '\edcd';
}
/* '' */
.oicon2-font-1:before {
    content: '\edce';
}
/* '' */
.oicon2-list-3:before {
    content: '\edcf';
}
/* '' */
.oicon2-list-numbered:before {
    content: '\edd0';
}
/* '' */
.oicon2-indent-left-1:before {
    content: '\edd1';
}
/* '' */
.oicon2-indent-right-1:before {
    content: '\edd2';
}
/* '' */
.oicon2-cloud-7:before {
    content: '\edd3';
}
/* '' */
.oicon2-terminal:before {
    content: '\edd4';
}
/* '' */
.oicon2-facebook-rect-2:before {
    content: '\edd5';
}
/* '' */
.oicon2-twitter-bird-2:before {
    content: '\edd6';
}
/* '' */
.oicon2-vimeo-rect-1:before {
    content: '\edd7';
}
/* '' */
.oicon2-tumblr-rect-1:before {
    content: '\edd8';
}
/* '' */
.oicon2-googleplus-rect-1:before {
    content: '\edd9';
}
/* '' */
.oicon2-linkedin-rect-1:before {
    content: '\edda';
}
/* '' */
.oicon2-skype-5:before {
    content: '\eddb';
}
/* '' */
.oicon2-vkontakte-rect-1:before {
    content: '\eddc';
}
/* '' */
.oicon2-youtube-3:before {
    content: '\eddd';
}
/* '' */
.oicon2-odnoklassniki-rect-1:before {
    content: '\edde';
}
/* '' */
.oicon2-down-open-1:before {
    content: '\f004';
}
/* '' */
.oicon2-up-open-1:before {
    content: '\f005';
}
/* '' */
.oicon2-right-open-2:before {
    content: '\f006';
}
/* '' */
.oicon2-left-open-2:before {
    content: '\f007';
}
/* '' */
.oicon2-menu-2:before {
    content: '\f008';
}
/* '' */
.oicon2-th-list-2:before {
    content: '\f009';
}
/* '' */
.oicon2-th-thumb:before {
    content: '\f00a';
}
/* '' */
.oicon2-th-thumb-empty:before {
    content: '\f00b';
}
/* '' */
.oicon2-coverflow:before {
    content: '\f00c';
}
/* '' */
.oicon2-coverflow-empty:before {
    content: '\f00d';
}
/* '' */
.oicon2-pause-3:before {
    content: '\f00e';
}
/* '' */
.oicon2-play-3:before {
    content: '\f00f';
}
/* '' */
.oicon2-to-end-2:before {
    content: '\f010';
}
/* '' */
.oicon2-to-start-2:before {
    content: '\f011';
}
/* '' */
.oicon2-fast-forward-1:before {
    content: '\f012';
}
/* '' */
.oicon2-fast-backward-1:before {
    content: '\f013';
}
/* '' */
.oicon2-upload-cloud-3:before {
    content: '\f014';
}
/* '' */
.oicon2-download-cloud-1:before {
    content: '\f015';
}
/* '' */
.oicon2-data-science:before {
    content: '\f016';
}
/* '' */
.oicon2-data-science-inv:before {
    content: '\f017';
}
/* '' */
.oicon2-globe-3:before {
    content: '\f018';
}
/* '' */
.oicon2-globe-inv:before {
    content: '\f019';
}
/* '' */
.oicon2-math:before {
    content: '\f01a';
}
/* '' */
.oicon2-math-circled-empty:before {
    content: '\f01b';
}
/* '' */
.oicon2-math-circled:before {
    content: '\f01c';
}
/* '' */
.oicon2-paper-plane-1:before {
    content: '\f01d';
}
/* '' */
.oicon2-paper-plane-alt2:before {
    content: '\f01e';
}
/* '' */
.oicon2-paper-plane-alt:before {
    content: '\f01f';
}
/* '' */
.oicon2-color-adjust:before {
    content: '\f020';
}
/* '' */
.oicon2-star-half:before {
    content: '\f022';
}
/* '' */
.oicon2-star-half_empty:before {
    content: '\f024';
}
/* '' */
.oicon2-ccw-1:before {
    content: '\f025';
}
/* '' */
.oicon2-heart-broken:before {
    content: '\f028';
}
/* '' */
.oicon2-hash-1:before {
    content: '\f029';
}
/* '' */
.oicon2-reply-2:before {
    content: '\f02a';
}
/* '' */
.oicon2-retweet-1:before {
    content: '\f02b';
}
/* '' */
.oicon2-login-1:before {
    content: '\f02c';
}
/* '' */
.oicon2-logout-1:before {
    content: '\f02d';
}
/* '' */
.oicon2-download-4:before {
    content: '\f02e';
}
/* '' */
.oicon2-upload-3:before {
    content: '\f02f';
}
/* '' */
.oicon2-location-4:before {
    content: '\f031';
}
/* '' */
.oicon2-monitor-1:before {
    content: '\f032';
}
/* '' */
.oicon2-tablet-2:before {
    content: '\f033';
}
/* '' */
.oicon2-mobile-4:before {
    content: '\f034';
}
/* '' */
.oicon2-connected-object:before {
    content: '\f035';
}
/* '' */
.oicon2-isight:before {
    content: '\f039';
}
/* '' */
.oicon2-videocam-2:before {
    content: '\f03a';
}
/* '' */
.oicon2-shuffle-2:before {
    content: '\f03b';
}
/* '' */
.oicon2-chat-4:before {
    content: '\f03d';
}
/* '' */
.oicon2-bell-3:before {
    content: '\f03f';
}
/* '' */
.oicon2-movie:before {
    content: '\f040';
}
/* '' */
.oicon2-ruler:before {
    content: '\f044';
}
/* '' */
.oicon2-vector:before {
    content: '\f045';
}
/* '' */
.oicon2-mic-off:before {
    content: '\f047';
}
/* '' */
.oicon2-mic-3:before {
    content: '\f048';
}
/* '' */
.oicon2-doc-4:before {
    content: '\f04a';
}
/* '' */
.oicon2-dribbble-circled-2:before {
    content: '\f04f';
}
/* '' */
.oicon2-dribbble-2:before {
    content: '\f050';
}
/* '' */
.oicon2-facebook-circled-2:before {
    content: '\f051';
}
/* '' */
.oicon2-facebook-3:before {
    content: '\f052';
}
/* '' */
.oicon2-github-circled-alt:before {
    content: '\f053';
}
/* '' */
.oicon2-github-circled-2:before {
    content: '\f054';
}
/* '' */
.oicon2-github-2:before {
    content: '\f055';
}
/* '' */
.oicon2-github-circled-alt2:before {
    content: '\f056';
}
/* '' */
.oicon2-twitter-circled-2:before {
    content: '\f057';
}
/* '' */
.oicon2-twitter-3:before {
    content: '\f058';
}
/* '' */
.oicon2-gplus-circled-1:before {
    content: '\f059';
}
/* '' */
.oicon2-gplus-1:before {
    content: '\f05a';
}
/* '' */
.oicon2-linkedin-circled-2:before {
    content: '\f05b';
}
/* '' */
.oicon2-linkedin-2:before {
    content: '\f05c';
}
/* '' */
.oicon2-instagram-1:before {
    content: '\f05d';
}
/* '' */
.oicon2-instagram-circled:before {
    content: '\f05e';
}
/* '' */
.oicon2-mfg-logo:before {
    content: '\f05f';
}
/* '' */
.oicon2-mfg-logo-circled:before {
    content: '\f060';
}
/* '' */
.oicon2-user-4:before {
    content: '\f061';
}
/* '' */
.oicon2-user-male:before {
    content: '\f062';
}
/* '' */
.oicon2-user-female:before {
    content: '\f063';
}
/* '' */
.oicon2-users-2:before {
    content: '\f064';
}
/* '' */
.oicon2-folder-3:before {
    content: '\f067';
}
/* '' */
.oicon2-folder-open:before {
    content: '\f068';
}
/* '' */
.oicon2-folder-empty-1:before {
    content: '\f069';
}
/* '' */
.oicon2-attach-3:before {
    content: '\f06a';
}
/* '' */
.oicon2-ok-circled:before {
    content: '\f06d';
}
/* '' */
.oicon2-cancel-circled-2:before {
    content: '\f06e';
}
/* '' */
.oicon2-inbox-1:before {
    content: '\f070';
}
/* '' */
.oicon2-trophy-1:before {
    content: '\f074';
}
/* '' */
.oicon2-lock-open-alt:before {
    content: '\f075';
}
/* '' */
.oicon2-link-3:before {
    content: '\f07b';
}
/* '' */
.oicon2-zoom-in-2:before {
    content: '\f07e';
}
/* '' */
.oicon2-zoom-out-2:before {
    content: '\f07f';
}
/* '' */
.oicon2-stop-4:before {
    content: '\f080';
}
/* '' */
.oicon2-export-3:before {
    content: '\f081';
}
/* '' */
.oicon2-eye-4:before {
    content: '\f082';
}
/* '' */
.oicon2-trash-4:before {
    content: '\f083';
}
/* '' */
.oicon2-hdd:before {
    content: '\f084';
}
/* '' */
.oicon2-info-circled-1:before {
    content: '\f085';
}
/* '' */
.oicon2-info-circled-alt:before {
    content: '\f086';
}
/* '' */
.oicon2-print-3:before {
    content: '\f087';
}
/* '' */
.oicon2-fontsize:before {
    content: '\f088';
}
/* '' */
.oicon2-soundcloud-1:before {
    content: '\f089';
}
/* '' */
.oicon2-soundcloud-circled:before {
    content: '\f08a';
}
/* '' */
.oicon2-github-1:before {
    content: '\f300';
}
/* '' */
.oicon2-github-circled-1:before {
    content: '\f301';
}
/* '' */
.oicon2-twitter-2:before {
    content: '\f302';
}
/* '' */
.oicon2-flickr-1:before {
    content: '\f303';
}
/* '' */
.oicon2-flickr-circled-1:before {
    content: '\f304';
}
/* '' */
.oicon2-yandex:before {
    content: '\f305';
}
/* '' */
.oicon2-vimeo-1:before {
    content: '\f306';
}
/* '' */
.oicon2-vimeo-circled-1:before {
    content: '\f307';
}
/* '' */
.oicon2-github-4:before {
    content: '\f308';
}
/* '' */
.oicon2-twitter-1:before {
    content: '\f309';
}
/* '' */
.oicon2-twitter-circled-1:before {
    content: '\f30a';
}
/* '' */
.oicon2-skype-3:before {
    content: '\f30b';
}
/* '' */
.oicon2-facebook-1:before {
    content: '\f30c';
}
/* '' */
.oicon2-facebook-circled-1:before {
    content: '\f30d';
}
/* '' */
.oicon2-facebook-squared:before {
    content: '\f30e';
}
/* '' */
.oicon2-gplus:before {
    content: '\f30f';
}
/* '' */
.oicon2-gplus-circled:before {
    content: '\f310';
}
/* '' */
.oicon2-tumblr-2:before {
    content: '\f311';
}
/* '' */
.oicon2-pinterest-1:before {
    content: '\f312';
}
/* '' */
.oicon2-pinterest-circled-1:before {
    content: '\f313';
}
/* '' */
.oicon2-twitter-rect:before {
    content: '\f314';
}
/* '' */
.oicon2-tumblr:before {
    content: '\f315';
}
/* '' */
.oicon2-tumblr-circled:before {
    content: '\f316';
}
/* '' */
.oicon2-jabber:before {
    content: '\f317';
}
/* '' */
.oicon2-linkedin-1:before {
    content: '\f318';
}
/* '' */
.oicon2-linkedin-circled-1:before {
    content: '\f319';
}
/* '' */
.oicon2-linkedin-4:before {
    content: '\f31a';
}
/* '' */
.oicon2-dribbble-1:before {
    content: '\f31b';
}
/* '' */
.oicon2-dribbble-circled-1:before {
    content: '\f31c';
}
/* '' */
.oicon2-wordpress-1:before {
    content: '\f31d';
}
/* '' */
.oicon2-stumbleupon:before {
    content: '\f31e';
}
/* '' */
.oicon2-stumbleupon-circled:before {
    content: '\f31f';
}
/* '' */
.oicon2-diigo:before {
    content: '\f320';
}
/* '' */
.oicon2-lastfm-1:before {
    content: '\f321';
}
/* '' */
.oicon2-lastfm-circled-1:before {
    content: '\f322';
}
/* '' */
.oicon2-tudou:before {
    content: '\f323';
}
/* '' */
.oicon2-rdio:before {
    content: '\f324';
}
/* '' */
.oicon2-rdio-circled:before {
    content: '\f325';
}
/* '' */
.oicon2-amex:before {
    content: '\f326';
}
/* '' */
.oicon2-spotify:before {
    content: '\f327';
}
/* '' */
.oicon2-spotify-circled:before {
    content: '\f328';
}
/* '' */
.oicon2-mastercard:before {
    content: '\f329';
}
/* '' */
.oicon2-qq:before {
    content: '\f32a';
}
/* '' */
.oicon2-bandcamp:before {
    content: '\f32b';
}
/* '' */
.oicon2-codepen:before {
    content: '\f32c';
}
/* '' */
.oicon2-instagram:before {
    content: '\f32d';
}
/* '' */
.oicon2-dropbox:before {
    content: '\f330';
}
/* '' */
.oicon2-evernote:before {
    content: '\f333';
}
/* '' */
.oicon2-flattr:before {
    content: '\f336';
}
/* '' */
.oicon2-skype-1:before {
    content: '\f339';
}
/* '' */
.oicon2-skype-circled:before {
    content: '\f33a';
}
/* '' */
.oicon2-renren:before {
    content: '\f33c';
}
/* '' */
.oicon2-sina-weibo:before {
    content: '\f33f';
}
/* '' */
.oicon2-paypal:before {
    content: '\f342';
}
/* '' */
.oicon2-picasa:before {
    content: '\f345';
}
/* '' */
.oicon2-soundcloud:before {
    content: '\f348';
}
/* '' */
.oicon2-mixi:before {
    content: '\f34b';
}
/* '' */
.oicon2-behance:before {
    content: '\f34e';
}
/* '' */
.oicon2-google-circles:before {
    content: '\f351';
}
/* '' */
.oicon2-vkontakte:before {
    content: '\f354';
}
/* '' */
.oicon2-smashing:before {
    content: '\f357';
}
/* '' */
.oicon2-comment-3:before {
    content: '\f4ac';
}
/* '' */
.oicon2-folder-open-empty:before {
    content: '\f4c2';
}
/* '' */
.oicon2-calendar-4:before {
    content: '\f4c5';
}
/* '' */
.oicon2-newspaper-1:before {
    content: '\f4f0';
}
/* '' */
.oicon2-camera-4:before {
    content: '\f4f7';
}
/* '' */
.oicon2-search-4:before {
    content: '\f50d';
}
/* '' */
.oicon2-lock-alt:before {
    content: '\f510';
}
/* '' */
.oicon2-lock-4:before {
    content: '\f512';
}
/* '' */
.oicon2-lock-open-4:before {
    content: '\f513';
}
/* '' */
.oicon2-joystick:before {
    content: '\f514';
}
/* '' */
.oicon2-fire:before {
    content: '\f525';
}
/* '' */
.oicon2-chart-bar-4:before {
    content: '\f526';
}
/* '' */
.oicon2-spread:before {
    content: '\f527';
}
/* '' */
.oicon2-spinner1:before {
    content: '\f528';
}
/* '' */
.oicon2-spinner2:before {
    content: '\f529';
}
/* '' */
.oicon2-db-shape:before {
    content: '\f600';
}
/* '' */
.oicon2-sweden:before {
    content: '\f601';
}
/* '' */
.oicon2-logo-db:before {
    content: '\f603';
}
/* '' */


.font-base, button, input[type=button], body {
    font-family: iranyekan !important;
}

.mm-menu, .mm-panels, .mm-panels > .mm-panel {
    margin: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 0;
    box-sizing: border-box
}

.mm-btn, .mm-menu {
    box-sizing: border-box
}

.mm-listview a, .mm-listview a:hover, .mm-navbar a, .mm-navbar a:hover {
    text-decoration: none
}

.mm-listview .mm-next:before, .mm-listview > li:not(.mm-divider):after, .mm-next:after, .mm-prev:before {
    content: '';
    bottom: 0
}

.mm-hidden {
    display: none !important
}

.mm-menu, .mm-panels > .mm-panel:not(.mm-hidden) {
    display: block
}

.mm-wrapper {
    overflow-x: hidden;
    position: relative
}

.mm-menu {
    padding: 0;
    position: absolute;
    bottom: 0
}

.mm-panels, .mm-panels > .mm-panel {
    background: inherit;
    border-color: inherit;
    position: absolute;
    bottom: 0
}

.mm-btn, .mm-panel.mm-highest {
    z-index: 1
}

.mm-panels {
    overflow: hidden
}

.mm-panel {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease,-webkit-transform .4s ease;
    -webkit-transform: translate(100%,0);
    -ms-transform: translate(100%,0);
    transform: translate(100%,0);
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0)
}

    .mm-panel.mm-opened {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        transform: translate(0,0);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    .mm-panel.mm-subopened {
        -webkit-transform: translate(-30%,0);
        -ms-transform: translate(-30%,0);
        transform: translate(-30%,0);
        -webkit-transform: translate3d(-30%,0,0);
        transform: translate3d(-30%,0,0)
    }

.mm-panels > .mm-panel {
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 20px
}

.mm-listview .mm-divider, .mm-listview > li > a, .mm-listview > li > span, .mm-navbar .mm-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.mm-panels > .mm-panel.mm-hasnavbar {
    padding-top: 40px
}

.mm-panels > .mm-panel:after, .mm-panels > .mm-panel:before {
    content: '';
    display: block;
    height: 20px
}

.mm-vertical .mm-panel {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important
}

.mm-listview .mm-vertical .mm-panel, .mm-vertical .mm-listview .mm-panel {
    display: none;
    padding: 10px 0 10px 10px
}

    .mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after, .mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after {
        border-color: transparent
    }

.mm-vertical li.mm-opened > .mm-panel, li.mm-vertical.mm-opened > .mm-panel {
    display: block
}

.mm-listview > li.mm-vertical > .mm-next, .mm-vertical .mm-listview > li > .mm-next {
    height: 40px;
    bottom: auto
}

    .mm-listview > li.mm-vertical > .mm-next:after, .mm-vertical .mm-listview > li > .mm-next:after {
        top: 16px;
        bottom: auto
    }

.mm-listview > li.mm-vertical.mm-opened > .mm-next:after, .mm-vertical .mm-listview > li.mm-opened > .mm-next:after {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    right: 19px
}

.mm-btn {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0
}

.mm-clear:after, .mm-clear:before, .mm-close:after, .mm-close:before {
    content: '';
    border: 2px solid transparent;
    display: block;
    width: 5px;
    height: 5px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.mm-clear:before, .mm-close:before {
    border-right: none;
    border-bottom: none;
    right: 18px
}

.mm-clear:after, .mm-close:after {
    border-left: none;
    border-top: none;
    right: 25px
}

.mm-next:after, .mm-prev:before {
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0
}

.mm-prev:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 23px;
    right: auto
}

.mm-next:after {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 23px;
    left: auto
}

.mm-navbar {
    border-bottom: 1px solid;
    border-color: inherit;
    text-align: center;
    line-height: 20px;
    height: 40px;
    padding: 0 40px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

    .mm-navbar > * {
        display: block;
        padding: 10px 0
    }

    .mm-navbar .mm-btn:first-child {
        left: 0
    }

    .mm-navbar .mm-btn:last-child {
        text-align: right;
        right: 0
    }

.mm-panel .mm-navbar {
    display: none
}

.mm-panel.mm-hasnavbar .mm-navbar {
    display: block
}

.mm-listview, .mm-listview > li {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0
}

.mm-listview {
    font: inherit;
    font-size: 14px;
    line-height: 20px
}

    .mm-listview > li {
        position: relative
    }

        .mm-listview > li, .mm-listview > li .mm-next, .mm-listview > li .mm-next:before, .mm-listview > li:after {
            border-color: inherit
        }

            .mm-listview > li > a, .mm-listview > li > span {
                color: inherit;
                display: block;
                padding: 10px 10px 10px 20px;
                margin: 0
            }

            .mm-listview > li:not(.mm-divider):after {
                border-bottom-width: 1px;
                border-bottom-style: solid;
                display: block;
                position: absolute;
                right: 0;
                left: 20px
            }

    .mm-listview .mm-next {
        background: rgba(3,2,1,0);
        width: 50px;
        padding: 0;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 2
    }

        .mm-listview .mm-next:before {
            border-left-width: 1px;
            border-left-style: solid;
            display: block;
            position: absolute;
            top: 0;
            left: 0
        }

        .mm-listview .mm-next + a, .mm-listview .mm-next + span {
            margin-right: 50px
        }

        .mm-listview .mm-next.mm-fullsubopen {
            width: 100%
        }

            .mm-listview .mm-next.mm-fullsubopen:before {
                border-left: none
            }

            .mm-listview .mm-next.mm-fullsubopen + a, .mm-listview .mm-next.mm-fullsubopen + span {
                padding-right: 50px;
                margin-right: 0
            }

.mm-panels > .mm-panel > .mm-listview {
    margin: 20px -20px
}

    .mm-panels > .mm-panel > .mm-listview:first-child, .mm-panels > .mm-panel > .mm-navbar + .mm-listview {
        margin-top: -20px
    }

.mm-listview .mm-inset {
    list-style: disc inside;
    padding: 0 10px 15px 40px;
    margin: 0
}

    .mm-listview .mm-inset > li {
        padding: 5px 0
    }

.mm-listview .mm-divider {
    font-size: 10px;
    text-transform: uppercase;
    text-indent: 20px;
    line-height: 25px
}

.mm-listview .mm-spacer {
    padding-top: 40px
}

    .mm-listview .mm-spacer > .mm-next {
        top: 40px
    }

    .mm-listview .mm-spacer.mm-divider {
        padding-top: 25px
    }

.mm-menu {
    background: #f3f3f3;
    border-color: rgba(0,0,0,.1);
    color: rgba(0,0,0,.75)
}

    .mm-menu .mm-navbar a, .mm-menu .mm-navbar > * {
        color: rgba(0,0,0,.3)
    }

    .mm-menu .mm-btn:after, .mm-menu .mm-btn:before {
        border-color: rgba(0,0,0,.3)
    }

    .mm-menu .mm-listview {
        border-color: rgba(0,0,0,.1)
    }

        .mm-menu .mm-listview > li .mm-next:after {
            border-color: rgba(0,0,0,.3)
        }

        .mm-menu .mm-listview > li a:not(.mm-next) {
            -webkit-tap-highlight-color: rgba(255,255,255,.5);
            tap-highlight-color: rgba(255,255,255,.5)
        }

        .mm-menu .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu .mm-listview > li.mm-selected > span {
            background: rgba(255,255,255,.5)
        }

        .mm-menu .mm-divider, .mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
            background: rgba(0,0,0,.05)
        }

.mm-page {
    box-sizing: border-box;
    position: relative
}

.mm-slideout {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease,-webkit-transform .4s ease;
    z-index: 1
}

html.mm-opened {
    overflow-x: hidden;
    position: relative
}

html.mm-blocking, html.mm-blocking body {
    overflow: hidden
}

html.mm-background .mm-page {
    background: inherit
}

#mm-blocker {
    background: rgba(3,2,1,0);
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2
}

html.mm-blocking #mm-blocker {
    display: block
}

.mm-menu.mm-offcanvas {
    z-index: 0;
    display: none;
    position: fixed;
    width: 80%;
    min-width: 140px;
    max-width: 440px
}

    .mm-menu.mm-offcanvas.mm-current {
        display: block
    }

    .mm-menu.mm-offcanvas.mm-no-csstransforms.mm-current.mm-opened {
        z-index: 10
    }

html.mm-opening .mm-slideout {
    -webkit-transform: translate(80%,0);
    -ms-transform: translate(80%,0);
    transform: translate(80%,0);
    -webkit-transform: translate3d(80%,0,0);
    transform: translate3d(80%,0,0)
}

@media all and (max-width:175px) {
    html.mm-opening .mm-slideout {
        -webkit-transform: translate(140px,0);
        -ms-transform: translate(140px,0);
        transform: translate(140px,0);
        -webkit-transform: translate3d(140px,0,0);
        transform: translate3d(140px,0,0)
    }
}

@media all and (min-width:550px) {
    html.mm-opening .mm-slideout {
        -webkit-transform: translate(440px,0);
        -ms-transform: translate(440px,0);
        transform: translate(440px,0);
        -webkit-transform: translate3d(440px,0,0);
        transform: translate3d(440px,0,0)
    }
}

.mm-menu.mm-offcanvas.mm-autoheight.mm-bottom, .mm-menu.mm-offcanvas.mm-autoheight.mm-top {
    max-height: 80%
}

    .mm-menu.mm-offcanvas.mm-autoheight.mm-bottom.mm-fullscreen, .mm-menu.mm-offcanvas.mm-autoheight.mm-top.mm-fullscreen {
        max-height: 100%
    }

.mm-menu.mm-offcanvas.mm-measureheight .mm-panel {
    display: block !important
}

.mm-menu.mm-offcanvas.mm-measureheight > .mm-panels > .mm-panel {
    bottom: auto !important;
    height: auto !important
}

.mm-menu.mm-columns {
    -webkit-transition-property: width,max-width,-webkit-transform;
    transition-property: width,max-width,-webkit-transform;
    transition-property: transform,width,max-width;
    transition-property: transform,width,max-width,-webkit-transform
}

    .mm-menu.mm-columns .mm-panels > .mm-panel {
        width: 100%;
        right: auto;
        display: none;
        -webkit-transition-property: width,-webkit-transform;
        transition-property: width,-webkit-transform;
        transition-property: transform,width;
        transition-property: transform,width,-webkit-transform
    }

        .mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened {
            border-right: 1px solid;
            border-color: inherit;
            display: block;
            -webkit-transform: translate(0,0);
            -ms-transform: translate(0,0);
            transform: translate(0,0);
            -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0)
        }

        .mm-menu.mm-columns .mm-panels > .mm-panel.mm-subopened {
            -webkit-transform: translate(-100%,0);
            -ms-transform: translate(-100%,0);
            transform: translate(-100%,0);
            -webkit-transform: translate3d(-100%,0,0);
            transform: translate3d(-100%,0,0);
            z-index: 2
        }

        .mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-0 {
            -webkit-transform: translate(0,0);
            -ms-transform: translate(0,0);
            transform: translate(0,0);
            -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0)
        }

        .mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-0 {
            display: block;
            -webkit-transform: translate(100%,0);
            -ms-transform: translate(100%,0);
            transform: translate(100%,0);
            -webkit-transform: translate3d(100%,0,0);
            transform: translate3d(100%,0,0)
        }

.mm-menu.mm-offcanvas.mm-columns-0 {
    width: 80%;
    min-width: 140px;
    max-width: 0
}

html.mm-opening.mm-columns-0 .mm-slideout {
    -webkit-transform: translate(80%,0);
    -ms-transform: translate(80%,0);
    transform: translate(80%,0);
    -webkit-transform: translate3d(80%,0,0);
    transform: translate3d(80%,0,0)
}

@media all and (max-width:175px) {
    html.mm-opening.mm-columns-0 .mm-slideout {
        -webkit-transform: translate(140px,0);
        -ms-transform: translate(140px,0);
        transform: translate(140px,0);
        -webkit-transform: translate3d(140px,0,0);
        transform: translate3d(140px,0,0)
    }
}

@media all and (min-width:0px) {
    html.mm-opening.mm-columns-0 .mm-slideout {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        transform: translate(0,0);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

html.mm-right.mm-opening.mm-columns-0 .mm-slideout {
    -webkit-transform: translate(-80%,0);
    -ms-transform: translate(-80%,0);
    transform: translate(-80%,0);
    -webkit-transform: translate3d(-80%,0,0);
    transform: translate3d(-80%,0,0)
}

@media all and (max-width:175px) {
    html.mm-right.mm-opening.mm-columns-0 .mm-slideout {
        -webkit-transform: translate(-140px,0);
        -ms-transform: translate(-140px,0);
        transform: translate(-140px,0);
        -webkit-transform: translate3d(-140px,0,0);
        transform: translate3d(-140px,0,0)
    }
}

@media all and (min-width:0px) {
    html.mm-right.mm-opening.mm-columns-0 .mm-slideout {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        transform: translate(0,0);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-1 {
    -webkit-transform: translate(100%,0);
    -ms-transform: translate(100%,0);
    transform: translate(100%,0);
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0)
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-1 {
    display: block;
    -webkit-transform: translate(200%,0);
    -ms-transform: translate(200%,0);
    transform: translate(200%,0);
    -webkit-transform: translate3d(200%,0,0);
    transform: translate3d(200%,0,0)
}

.mm-menu.mm-offcanvas.mm-columns-1 {
    width: 80%;
    min-width: 140px;
    max-width: 440px
}

html.mm-opening.mm-columns-1 .mm-slideout {
    -webkit-transform: translate(80%,0);
    -ms-transform: translate(80%,0);
    transform: translate(80%,0);
    -webkit-transform: translate3d(80%,0,0);
    transform: translate3d(80%,0,0)
}

@media all and (max-width:175px) {
    html.mm-opening.mm-columns-1 .mm-slideout {
        -webkit-transform: translate(140px,0);
        -ms-transform: translate(140px,0);
        transform: translate(140px,0);
        -webkit-transform: translate3d(140px,0,0);
        transform: translate3d(140px,0,0)
    }
}

@media all and (min-width:550px) {
    html.mm-opening.mm-columns-1 .mm-slideout {
        -webkit-transform: translate(440px,0);
        -ms-transform: translate(440px,0);
        transform: translate(440px,0);
        -webkit-transform: translate3d(440px,0,0);
        transform: translate3d(440px,0,0)
    }
}

html.mm-right.mm-opening.mm-columns-1 .mm-slideout {
    -webkit-transform: translate(-80%,0);
    -ms-transform: translate(-80%,0);
    transform: translate(-80%,0);
    -webkit-transform: translate3d(-80%,0,0);
    transform: translate3d(-80%,0,0)
}

@media all and (max-width:175px) {
    html.mm-right.mm-opening.mm-columns-1 .mm-slideout {
        -webkit-transform: translate(-140px,0);
        -ms-transform: translate(-140px,0);
        transform: translate(-140px,0);
        -webkit-transform: translate3d(-140px,0,0);
        transform: translate3d(-140px,0,0)
    }
}

@media all and (min-width:550px) {
    html.mm-right.mm-opening.mm-columns-1 .mm-slideout {
        -webkit-transform: translate(-440px,0);
        -ms-transform: translate(-440px,0);
        transform: translate(-440px,0);
        -webkit-transform: translate3d(-440px,0,0);
        transform: translate3d(-440px,0,0)
    }
}

.mm-menu.mm-columns-1 .mm-panels > .mm-panel {
    width: 100%
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-2 {
    -webkit-transform: translate(200%,0);
    -ms-transform: translate(200%,0);
    transform: translate(200%,0);
    -webkit-transform: translate3d(200%,0,0);
    transform: translate3d(200%,0,0)
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-2 {
    display: block;
    -webkit-transform: translate(300%,0);
    -ms-transform: translate(300%,0);
    transform: translate(300%,0);
    -webkit-transform: translate3d(300%,0,0);
    transform: translate3d(300%,0,0)
}

.mm-menu.mm-offcanvas.mm-columns-2 {
    width: 80%;
    min-width: 140px;
    max-width: 880px
}

html.mm-opening.mm-columns-2 .mm-slideout {
    -webkit-transform: translate(80%,0);
    -ms-transform: translate(80%,0);
    transform: translate(80%,0);
    -webkit-transform: translate3d(80%,0,0);
    transform: translate3d(80%,0,0)
}

@media all and (max-width:175px) {
    html.mm-opening.mm-columns-2 .mm-slideout {
        -webkit-transform: translate(140px,0);
        -ms-transform: translate(140px,0);
        transform: translate(140px,0);
        -webkit-transform: translate3d(140px,0,0);
        transform: translate3d(140px,0,0)
    }
}

@media all and (min-width:1100px) {
    html.mm-opening.mm-columns-2 .mm-slideout {
        -webkit-transform: translate(880px,0);
        -ms-transform: translate(880px,0);
        transform: translate(880px,0);
        -webkit-transform: translate3d(880px,0,0);
        transform: translate3d(880px,0,0)
    }
}

html.mm-right.mm-opening.mm-columns-2 .mm-slideout {
    -webkit-transform: translate(-80%,0);
    -ms-transform: translate(-80%,0);
    transform: translate(-80%,0);
    -webkit-transform: translate3d(-80%,0,0);
    transform: translate3d(-80%,0,0)
}

@media all and (max-width:175px) {
    html.mm-right.mm-opening.mm-columns-2 .mm-slideout {
        -webkit-transform: translate(-140px,0);
        -ms-transform: translate(-140px,0);
        transform: translate(-140px,0);
        -webkit-transform: translate3d(-140px,0,0);
        transform: translate3d(-140px,0,0)
    }
}

@media all and (min-width:1100px) {
    html.mm-right.mm-opening.mm-columns-2 .mm-slideout {
        -webkit-transform: translate(-880px,0);
        -ms-transform: translate(-880px,0);
        transform: translate(-880px,0);
        -webkit-transform: translate3d(-880px,0,0);
        transform: translate3d(-880px,0,0)
    }
}

.mm-menu.mm-columns-2 .mm-panels > .mm-panel {
    width: 50%
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-3 {
    -webkit-transform: translate(300%,0);
    -ms-transform: translate(300%,0);
    transform: translate(300%,0);
    -webkit-transform: translate3d(300%,0,0);
    transform: translate3d(300%,0,0)
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-3 {
    display: block;
    -webkit-transform: translate(400%,0);
    -ms-transform: translate(400%,0);
    transform: translate(400%,0);
    -webkit-transform: translate3d(400%,0,0);
    transform: translate3d(400%,0,0)
}

.mm-menu.mm-offcanvas.mm-columns-3 {
    width: 80%;
    min-width: 140px;
    max-width: 1320px
}

html.mm-opening.mm-columns-3 .mm-slideout {
    -webkit-transform: translate(80%,0);
    -ms-transform: translate(80%,0);
    transform: translate(80%,0);
    -webkit-transform: translate3d(80%,0,0);
    transform: translate3d(80%,0,0)
}

@media all and (max-width:175px) {
    html.mm-opening.mm-columns-3 .mm-slideout {
        -webkit-transform: translate(140px,0);
        -ms-transform: translate(140px,0);
        transform: translate(140px,0);
        -webkit-transform: translate3d(140px,0,0);
        transform: translate3d(140px,0,0)
    }
}

@media all and (min-width:1650px) {
    html.mm-opening.mm-columns-3 .mm-slideout {
        -webkit-transform: translate(1320px,0);
        -ms-transform: translate(1320px,0);
        transform: translate(1320px,0);
        -webkit-transform: translate3d(1320px,0,0);
        transform: translate3d(1320px,0,0)
    }
}

html.mm-right.mm-opening.mm-columns-3 .mm-slideout {
    -webkit-transform: translate(-80%,0);
    -ms-transform: translate(-80%,0);
    transform: translate(-80%,0);
    -webkit-transform: translate3d(-80%,0,0);
    transform: translate3d(-80%,0,0)
}

@media all and (max-width:175px) {
    html.mm-right.mm-opening.mm-columns-3 .mm-slideout {
        -webkit-transform: translate(-140px,0);
        -ms-transform: translate(-140px,0);
        transform: translate(-140px,0);
        -webkit-transform: translate3d(-140px,0,0);
        transform: translate3d(-140px,0,0)
    }
}

@media all and (min-width:1650px) {
    html.mm-right.mm-opening.mm-columns-3 .mm-slideout {
        -webkit-transform: translate(-1320px,0);
        -ms-transform: translate(-1320px,0);
        transform: translate(-1320px,0);
        -webkit-transform: translate3d(-1320px,0,0);
        transform: translate3d(-1320px,0,0)
    }
}

.mm-menu.mm-columns-3 .mm-panels > .mm-panel {
    width: 33.34%
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-4 {
    -webkit-transform: translate(400%,0);
    -ms-transform: translate(400%,0);
    transform: translate(400%,0);
    -webkit-transform: translate3d(400%,0,0);
    transform: translate3d(400%,0,0)
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-4 {
    display: block;
    -webkit-transform: translate(500%,0);
    -ms-transform: translate(500%,0);
    transform: translate(500%,0);
    -webkit-transform: translate3d(500%,0,0);
    transform: translate3d(500%,0,0)
}

.mm-menu.mm-offcanvas.mm-columns-4 {
    width: 80%;
    min-width: 140px;
    max-width: 1760px
}

html.mm-opening.mm-columns-4 .mm-slideout {
    -webkit-transform: translate(80%,0);
    -ms-transform: translate(80%,0);
    transform: translate(80%,0);
    -webkit-transform: translate3d(80%,0,0);
    transform: translate3d(80%,0,0)
}

@media all and (max-width:175px) {
    html.mm-opening.mm-columns-4 .mm-slideout {
        -webkit-transform: translate(140px,0);
        -ms-transform: translate(140px,0);
        transform: translate(140px,0);
        -webkit-transform: translate3d(140px,0,0);
        transform: translate3d(140px,0,0)
    }
}

@media all and (min-width:2200px) {
    html.mm-opening.mm-columns-4 .mm-slideout {
        -webkit-transform: translate(1760px,0);
        -ms-transform: translate(1760px,0);
        transform: translate(1760px,0);
        -webkit-transform: translate3d(1760px,0,0);
        transform: translate3d(1760px,0,0)
    }
}

html.mm-right.mm-opening.mm-columns-4 .mm-slideout {
    -webkit-transform: translate(-80%,0);
    -ms-transform: translate(-80%,0);
    transform: translate(-80%,0);
    -webkit-transform: translate3d(-80%,0,0);
    transform: translate3d(-80%,0,0)
}

@media all and (max-width:175px) {
    html.mm-right.mm-opening.mm-columns-4 .mm-slideout {
        -webkit-transform: translate(-140px,0);
        -ms-transform: translate(-140px,0);
        transform: translate(-140px,0);
        -webkit-transform: translate3d(-140px,0,0);
        transform: translate3d(-140px,0,0)
    }
}

@media all and (min-width:2200px) {
    html.mm-right.mm-opening.mm-columns-4 .mm-slideout {
        -webkit-transform: translate(-1760px,0);
        -ms-transform: translate(-1760px,0);
        transform: translate(-1760px,0);
        -webkit-transform: translate3d(-1760px,0,0);
        transform: translate3d(-1760px,0,0)
    }
}

.mm-menu.mm-columns-4 .mm-panels > .mm-panel {
    width: 25%
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-5 {
    -webkit-transform: translate(500%,0);
    -ms-transform: translate(500%,0);
    transform: translate(500%,0);
    -webkit-transform: translate3d(500%,0,0);
    transform: translate3d(500%,0,0)
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-5 {
    display: block;
    -webkit-transform: translate(600%,0);
    -ms-transform: translate(600%,0);
    transform: translate(600%,0);
    -webkit-transform: translate3d(600%,0,0);
    transform: translate3d(600%,0,0)
}

.mm-menu.mm-offcanvas.mm-columns-5 {
    width: 80%;
    min-width: 140px;
    max-width: 2200px
}

html.mm-opening.mm-columns-5 .mm-slideout {
    -webkit-transform: translate(80%,0);
    -ms-transform: translate(80%,0);
    transform: translate(80%,0);
    -webkit-transform: translate3d(80%,0,0);
    transform: translate3d(80%,0,0)
}

@media all and (max-width:175px) {
    html.mm-opening.mm-columns-5 .mm-slideout {
        -webkit-transform: translate(140px,0);
        -ms-transform: translate(140px,0);
        transform: translate(140px,0);
        -webkit-transform: translate3d(140px,0,0);
        transform: translate3d(140px,0,0)
    }
}

@media all and (min-width:2750px) {
    html.mm-opening.mm-columns-5 .mm-slideout {
        -webkit-transform: translate(2200px,0);
        -ms-transform: translate(2200px,0);
        transform: translate(2200px,0);
        -webkit-transform: translate3d(2200px,0,0);
        transform: translate3d(2200px,0,0)
    }
}

html.mm-right.mm-opening.mm-columns-5 .mm-slideout {
    -webkit-transform: translate(-80%,0);
    -ms-transform: translate(-80%,0);
    transform: translate(-80%,0);
    -webkit-transform: translate3d(-80%,0,0);
    transform: translate3d(-80%,0,0)
}

@media all and (max-width:175px) {
    html.mm-right.mm-opening.mm-columns-5 .mm-slideout {
        -webkit-transform: translate(-140px,0);
        -ms-transform: translate(-140px,0);
        transform: translate(-140px,0);
        -webkit-transform: translate3d(-140px,0,0);
        transform: translate3d(-140px,0,0)
    }
}

@media all and (min-width:2750px) {
    html.mm-right.mm-opening.mm-columns-5 .mm-slideout {
        -webkit-transform: translate(-2200px,0);
        -ms-transform: translate(-2200px,0);
        transform: translate(-2200px,0);
        -webkit-transform: translate3d(-2200px,0,0);
        transform: translate3d(-2200px,0,0)
    }
}

.mm-menu.mm-columns-5 .mm-panels > .mm-panel {
    width: 20%
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-6 {
    -webkit-transform: translate(600%,0);
    -ms-transform: translate(600%,0);
    transform: translate(600%,0);
    -webkit-transform: translate3d(600%,0,0);
    transform: translate3d(600%,0,0)
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-6 {
    display: block;
    -webkit-transform: translate(700%,0);
    -ms-transform: translate(700%,0);
    transform: translate(700%,0);
    -webkit-transform: translate3d(700%,0,0);
    transform: translate3d(700%,0,0)
}

.mm-menu.mm-offcanvas.mm-columns-6 {
    width: 80%;
    min-width: 140px;
    max-width: 2640px
}

html.mm-opening.mm-columns-6 .mm-slideout {
    -webkit-transform: translate(80%,0);
    -ms-transform: translate(80%,0);
    transform: translate(80%,0);
    -webkit-transform: translate3d(80%,0,0);
    transform: translate3d(80%,0,0)
}

@media all and (max-width:175px) {
    html.mm-opening.mm-columns-6 .mm-slideout {
        -webkit-transform: translate(140px,0);
        -ms-transform: translate(140px,0);
        transform: translate(140px,0);
        -webkit-transform: translate3d(140px,0,0);
        transform: translate3d(140px,0,0)
    }
}

@media all and (min-width:3300px) {
    html.mm-opening.mm-columns-6 .mm-slideout {
        -webkit-transform: translate(2640px,0);
        -ms-transform: translate(2640px,0);
        transform: translate(2640px,0);
        -webkit-transform: translate3d(2640px,0,0);
        transform: translate3d(2640px,0,0)
    }
}

html.mm-right.mm-opening.mm-columns-6 .mm-slideout {
    -webkit-transform: translate(-80%,0);
    -ms-transform: translate(-80%,0);
    transform: translate(-80%,0);
    -webkit-transform: translate3d(-80%,0,0);
    transform: translate3d(-80%,0,0)
}

@media all and (max-width:175px) {
    html.mm-right.mm-opening.mm-columns-6 .mm-slideout {
        -webkit-transform: translate(-140px,0);
        -ms-transform: translate(-140px,0);
        transform: translate(-140px,0);
        -webkit-transform: translate3d(-140px,0,0);
        transform: translate3d(-140px,0,0)
    }
}

@media all and (min-width:3300px) {
    html.mm-right.mm-opening.mm-columns-6 .mm-slideout {
        -webkit-transform: translate(-2640px,0);
        -ms-transform: translate(-2640px,0);
        transform: translate(-2640px,0);
        -webkit-transform: translate3d(-2640px,0,0);
        transform: translate3d(-2640px,0,0)
    }
}

.mm-menu.mm-columns-6 .mm-panels > .mm-panel {
    width: 16.67%
}

em.mm-counter {
    font: inherit;
    font-size: 14px;
    font-style: normal;
    text-indent: 0;
    line-height: 20px;
    display: block;
    margin-top: -10px;
    position: absolute;
    right: 45px;
    top: 50%
}

    em.mm-counter + a.mm-next {
        width: 90px
    }

        em.mm-counter + a.mm-next + a, em.mm-counter + a.mm-next + span {
            margin-right: 90px
        }

    em.mm-counter + a.mm-fullsubopen {
        padding-left: 0
    }

        .mm-listview em.mm-counter + .mm-next.mm-fullsubopen + a, .mm-listview em.mm-counter + .mm-next.mm-fullsubopen + span, em.mm-counter + a.mm-fullsubopen + a, em.mm-counter + a.mm-fullsubopen + span {
            padding-right: 90px
        }

.mm-vertical > .mm-counter {
    top: 12px;
    margin-top: 0
}

.mm-vertical.mm-spacer > .mm-counter {
    margin-top: 40px
}

.mm-nosubresults > .mm-counter {
    display: none
}

.mm-menu em.mm-counter {
    color: rgba(0,0,0,.3)
}

.mm-divider > span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0;
    line-height: 25px
}

.mm-divider.mm-opened a.mm-next:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.mm-collapsed:not(.mm-uncollapsed) {
    display: none
}

.mm-fixeddivider {
    background: inherit;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

    .mm-fixeddivider:after {
        content: none !important;
        display: none !important
    }

.mm-hasdividers .mm-fixeddivider {
    display: block
}

.mm-menu .mm-fixeddivider span {
    background: rgba(0,0,0,.05)
}

html.mm-opened.mm-dragging .mm-menu, html.mm-opened.mm-dragging .mm-slideout {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
}

.mm-menu.mm-dropdown {
    box-shadow: 0 2px 10px rgba(0,0,0,.3);
    height: 80%
}

html.mm-dropdown .mm-slideout {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    z-index: 0
}

html.mm-dropdown #mm-blocker {
    -webkit-transition-delay: 0s !important;
    transition-delay: 0s !important;
    z-index: 1
}

html.mm-dropdown .mm-menu {
    z-index: 2
}

html.mm-dropdown.mm-opened:not(.mm-opening) .mm-menu {
    display: none
}

.mm-menu.mm-tip:before {
    content: '';
    background: inherit;
    box-shadow: 0 2px 10px rgba(0,0,0,.3);
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    z-index: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.mm-menu.mm-tipleft:before {
    left: 22px
}

.mm-menu.mm-tipright:before {
    right: 22px
}

.mm-menu.mm-tiptop:before {
    top: -8px
}

.mm-menu.mm-tipbottom:before {
    bottom: -8px
}

.mm-iconpanel .mm-panel {
    -webkit-transition-property: left,-webkit-transform;
    transition-property: left,-webkit-transform;
    transition-property: transform,left;
    transition-property: transform,left,-webkit-transform
}

    .mm-iconpanel .mm-panel.mm-opened {
        border-left: 1px solid;
        border-color: inherit
    }

    .mm-iconpanel .mm-panel.mm-subopened {
        overflow-y: hidden;
        left: -40px;
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        transform: translate(0,0);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    .mm-iconpanel .mm-panel.mm-iconpanel-0 {
        left: 0
    }

    .mm-iconpanel .mm-panel.mm-iconpanel-1 {
        left: 40px
    }

    .mm-iconpanel .mm-panel.mm-iconpanel-2 {
        left: 80px
    }

    .mm-iconpanel .mm-panel.mm-iconpanel-3 {
        left: 120px
    }

    .mm-iconpanel .mm-panel.mm-iconpanel-4 {
        left: 160px
    }

    .mm-iconpanel .mm-panel.mm-iconpanel-5 {
        left: 200px
    }

    .mm-iconpanel .mm-panel.mm-iconpanel-6 {
        left: 240px
    }

.mm-subblocker {
    background: inherit;
    opacity: 0;
    display: block;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.mm-subopened .mm-subblocker {
    opacity: .6;
    position: absolute;
    top: 0;
    right: 0;
    bottom: -100000px;
    left: 0;
    z-index: 3
}

.mm-keyboardfocus a:focus {
    outline: 0
}

.mm-menu.mm-keyboardfocus a:focus {
    background: rgba(255,255,255,.5)
}

.mm-navbar-bottom, .mm-navbar-top ~ .mm-navbar-top {
    border-bottom: none
}

.mm-menu > .mm-navbar {
    background: inherit;
    padding: 0;
    z-index: 3;
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.mm-navbar-bottom {
    border-top-width: 1px;
    border-top-style: solid;
    top: auto;
    bottom: 0
}

    .mm-navbar-bottom ~ .mm-navbar-bottom {
        border-top: none
    }

.mm-navbar.mm-hasbtns {
    padding: 0 40px
}

.mm-navbar[class*=mm-navbar-content-] > * {
    box-sizing: border-box;
    display: block;
    float: left
}

.mm-navbar .mm-breadcrumbs {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    text-align: left;
    padding: 0 0 0 17px
}

    .mm-navbar .mm-breadcrumbs > * {
        display: inline-block;
        padding: 10px 3px
    }

    .mm-navbar .mm-breadcrumbs > a {
        text-decoration: underline
    }

.mm-navbar.mm-hasbtns .mm-breadcrumbs {
    margin-left: -40px
}

.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden) + .mm-breadcrumbs {
    margin-left: 0;
    padding-left: 0
}

.mm-navbar-top-1 {
    top: 0
}

.mm-hasnavbar-top-1 .mm-panels, .mm-navbar-top-2 {
    top: 40px
}

.mm-hasnavbar-top-2 .mm-panels, .mm-navbar-top-3 {
    top: 80px
}

.mm-hasnavbar-top-3 .mm-panels, .mm-navbar-top-4 {
    top: 120px
}

.mm-hasnavbar-top-4 .mm-panels {
    top: 160px
}

.mm-navbar-bottom-1 {
    bottom: 0
}

.mm-hasnavbar-bottom-1 .mm-panels, .mm-navbar-bottom-2 {
    bottom: 40px
}

.mm-hasnavbar-bottom-2 .mm-panels, .mm-navbar-bottom-3 {
    bottom: 80px
}

.mm-hasnavbar-bottom-3 .mm-panels, .mm-navbar-bottom-4 {
    bottom: 120px
}

.mm-hasnavbar-bottom-4 .mm-panels {
    bottom: 160px
}

.mm-navbar-size-2 {
    height: 80px
}

.mm-navbar-size-3 {
    height: 120px
}

.mm-navbar-size-4 {
    height: 160px
}

.mm-navbar-content-2 > * {
    width: 50%
}

.mm-navbar-content-3 > * {
    width: 33.33%
}

.mm-navbar-content-4 > * {
    width: 25%
}

.mm-navbar-content-5 > * {
    width: 20%
}

.mm-navbar-content-6 > * {
    width: 16.67%
}

.mm-menu.mm-rtl {
    direction: rtl
}

    .mm-menu.mm-rtl.mm-offcanvas {
        right: auto
    }

    .mm-menu.mm-rtl .mm-panel:not(.mm-opened) {
        -webkit-transform: translate(-100%,0);
        -ms-transform: translate(-100%,0);
        transform: translate(-100%,0);
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }

    .mm-menu.mm-rtl .mm-panel.mm-subopened {
        -webkit-transform: translate(30%,0);
        -ms-transform: translate(30%,0);
        transform: translate(30%,0);
        -webkit-transform: translate3d(30%,0,0);
        transform: translate3d(30%,0,0)
    }

    .mm-menu.mm-rtl .mm-navbar .mm-btn:first-child {
        left: auto;
        right: 0
    }

    .mm-menu.mm-rtl .mm-navbar .mm-btn:last-child {
        right: auto;
        left: 0
    }

    .mm-menu.mm-rtl .mm-navbar .mm-next:after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        left: 23px;
        right: auto
    }

    .mm-menu.mm-rtl .mm-navbar .mm-prev:before {
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
        right: 23px;
        left: auto
    }

    .mm-menu.mm-rtl .mm-listview > li:not(.mm-divider)::after {
        left: 0;
        right: 20px
    }

    .mm-menu.mm-rtl .mm-listview > li > a:not(.mm-next), .mm-menu.mm-rtl .mm-listview > li > span:not(.mm-next) {
        padding-left: 10px;
        padding-right: 20px !important;
        margin-right: 0 !important
    }

    .mm-menu.mm-rtl .mm-listview .mm-next {
        right: auto;
        left: 0
    }

        .mm-menu.mm-rtl .mm-listview .mm-next:before {
            left: auto;
            right: 0
        }

        .mm-menu.mm-rtl .mm-listview .mm-next:after {
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
            left: 23px;
            right: auto
        }

        .mm-menu.mm-rtl .mm-listview .mm-next + a, .mm-menu.mm-rtl .mm-listview .mm-next + span {
            margin-left: 50px
        }

        .mm-menu.mm-rtl .mm-listview .mm-next.mm-fullsubopen + a, .mm-menu.mm-rtl .mm-listview .mm-next.mm-fullsubopen + span {
            padding-left: 50px
        }

    .mm-menu.mm-rtl em.mm-counter {
        left: 45px;
        right: auto
    }

        .mm-menu.mm-rtl em.mm-counter + a.mm-next + a, .mm-menu.mm-rtl em.mm-counter + a.mm-next + span {
            margin-left: 90px
        }

    .mm-menu.mm-rtl .mm-listview em.mm-counter + .mm-fullsubopen + a, .mm-menu.mm-rtl .mm-listview em.mm-counter + .mm-fullsubopen + span {
        padding-left: 90px
    }

    .mm-menu.mm-rtl label.mm-check, .mm-menu.mm-rtl label.mm-toggle {
        left: 20px;
        right: auto !important
    }

        .mm-menu.mm-rtl label.mm-toggle + a, .mm-menu.mm-rtl label.mm-toggle + span {
            padding-left: 80px
        }

        .mm-menu.mm-rtl label.mm-check + a, .mm-menu.mm-rtl label.mm-check + span {
            padding-left: 60px
        }

    .mm-menu.mm-rtl a.mm-next + label.mm-check, .mm-menu.mm-rtl a.mm-next + label.mm-toggle {
        left: 60px
    }

        .mm-menu.mm-rtl a.mm-next + label.mm-check + a, .mm-menu.mm-rtl a.mm-next + label.mm-check + span, .mm-menu.mm-rtl a.mm-next + label.mm-toggle + a, .mm-menu.mm-rtl a.mm-next + label.mm-toggle + span {
            margin-left: 50px
        }

        .mm-menu.mm-rtl a.mm-next + label.mm-toggle + a, .mm-menu.mm-rtl a.mm-next + label.mm-toggle + span {
            padding-left: 70px
        }

        .mm-menu.mm-rtl a.mm-next + label.mm-check + a, .mm-menu.mm-rtl a.mm-next + label.mm-check + span {
            padding-left: 50px
        }

    .mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-check, .mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-toggle {
        left: 100px
    }

        .mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-check + a, .mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-check + span, .mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-toggle + a, .mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-toggle + span {
            margin-left: 90px
        }

    .mm-menu.mm-rtl .mm-panel[class*=mm-iconpanel-] {
        left: 0
    }

        .mm-menu.mm-rtl .mm-panel[class*=mm-iconpanel-].mm-subopened {
            -webkit-transform: translate(0,0);
            -ms-transform: translate(0,0);
            transform: translate(0,0);
            -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0)
        }

    .mm-menu.mm-rtl.mm-iconpanel .mm-panel {
        -webkit-transition-property: right,-webkit-transform;
        transition-property: right,-webkit-transform;
        transition-property: transform,right;
        transition-property: transform,right,-webkit-transform
    }

        .mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-0 {
            right: 0
        }

        .mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-1 {
            right: 40px
        }

        .mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-2 {
            right: 80px
        }

        .mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-3 {
            right: 120px
        }

        .mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-4 {
            right: 160px
        }

        .mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-5 {
            right: 200px
        }

        .mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-6 {
            right: 240px
        }

        .mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-opened {
            border-left: none;
            border-right: 1px solid;
            border-color: inherit
        }

@charset "UTF-8";

.mm-sronly {
    border: 0 !important;
    clip: rect(1px,1px,1px,1px) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important
}

.mm-search, .mm-search input {
    box-sizing: border-box
}

.mm-search {
    height: 40px;
    padding: 7px 10px 0;
    position: relative
}

    .mm-search input {
        border: none !important;
        outline: 0 !important;
        box-shadow: none !important;
        border-radius: 4px;
        font: inherit;
        font-size: 14px;
        line-height: 26px;
        display: block;
        width: 100%;
        height: 26px;
        min-height: 26px;
        max-height: 26px;
        margin: 0;
        padding: 0 10px
    }

        .mm-search input::-ms-clear {
            display: none
        }

    .mm-search .mm-clear, .mm-search .mm-next {
        right: 0
    }

.mm-panel > .mm-search {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.mm-panel.mm-hassearch {
    padding-top: 40px
}

    .mm-panel.mm-hassearch.mm-hasnavbar {
        padding-top: 80px
    }

        .mm-panel.mm-hassearch.mm-hasnavbar .mm-search {
            top: 40px
        }

.mm-noresultsmsg {
    text-align: center;
    font-size: 21px;
    padding: 40px 0
}

.mm-noresults .mm-indexer {
    display: none !important
}

li.mm-nosubresults > a.mm-next {
    display: none
}

    li.mm-nosubresults > a.mm-next + a, li.mm-nosubresults > a.mm-next + span {
        padding-right: 10px
    }

.mm-panels > .mm-resultspanel:not(.mm-opened) {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.mm-menu .mm-search input {
    background: rgba(0,0,0,.05);
    color: rgba(0,0,0,.75)
}

.mm-menu .mm-noresultsmsg {
    color: rgba(0,0,0,.3)
}

.mm-indexer {
    background: inherit;
    text-align: center;
    font-size: 12px;
    box-sizing: border-box;
    width: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -100px;
    z-index: 3;
    -webkit-transition: right .4s ease;
    transition: right .4s ease;
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

    .mm-indexer a {
        text-decoration: none;
        display: block;
        height: 3.85%
    }

    .mm-indexer ~ .mm-panel.mm-hasindexer {
        padding-right: 40px
    }

.mm-hasindexer .mm-indexer {
    right: 0
}

.mm-hasindexer .mm-fixeddivider {
    right: 20px
}

.mm-menu .mm-indexer a {
    color: rgba(0,0,0,.3)
}

.mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen + a, .mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen + span, .mm-menu.mm-hoverselected .mm-listview > li > a:not(.mm-fullsubopen), .mm-menu.mm-parentselected .mm-listview > li > a.mm-fullsubopen + a, .mm-menu.mm-parentselected .mm-listview > li > a.mm-fullsubopen + span, .mm-menu.mm-parentselected .mm-listview > li > a:not(.mm-fullsubopen) {
    -webkit-transition: background .4s ease;
    transition: background .4s ease
}

    .mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen:hover + span, .mm-menu.mm-hoverselected .mm-listview > li > a:not(.mm-fullsubopen):hover, .mm-menu.mm-parentselected .mm-listview > li > a.mm-selected.mm-fullsubopen + a, .mm-menu.mm-parentselected .mm-listview > li > a.mm-selected.mm-fullsubopen + span, .mm-menu.mm-parentselected .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
        background: rgba(255,255,255,.5)
    }

input.mm-check, input.mm-toggle {
    position: absolute;
    left: -10000px
}

label.mm-check, label.mm-toggle {
    margin: 0;
    position: absolute;
    top: 50%;
    z-index: 2;
    right: 20px
}

    label.mm-check:before, label.mm-toggle:before {
        content: '';
        display: block
    }

label.mm-toggle {
    border-radius: 30px;
    width: 50px;
    height: 30px;
    margin-top: -15px
}

    label.mm-toggle:before {
        border-radius: 30px;
        width: 28px;
        height: 28px;
        margin: 1px
    }

input.mm-toggle:checked ~ label.mm-toggle:before {
    float: right
}

label.mm-check {
    width: 30px;
    height: 30px;
    margin-top: -15px
}

    label.mm-check:before {
        border-left: 3px solid;
        border-bottom: 3px solid;
        width: 40%;
        height: 20%;
        margin: 25% 0 0 20%;
        opacity: .1;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

input.mm-check:checked ~ label.mm-check:before {
    opacity: 1
}

li.mm-vertical label.mm-check, li.mm-vertical label.mm-toggle {
    bottom: auto;
    margin-top: 0;
    top: 5px
}

label.mm-toggle + a, label.mm-toggle + span {
    padding-right: 80px
}

label.mm-check + a, label.mm-check + span {
    padding-right: 60px
}

a.mm-next + label.mm-check, a.mm-next + label.mm-toggle {
    right: 60px
}

    a.mm-next + label.mm-check + a, a.mm-next + label.mm-check + span, a.mm-next + label.mm-toggle + a, a.mm-next + label.mm-toggle + span {
        margin-right: 50px
    }

    a.mm-next + label.mm-toggle + a, a.mm-next + label.mm-toggle + span {
        padding-right: 70px
    }

    a.mm-next + label.mm-check + a, a.mm-next + label.mm-check + span {
        padding-right: 50px
    }

em.mm-counter + a.mm-next + label.mm-check, em.mm-counter + a.mm-next + label.mm-toggle {
    right: 100px
}

    em.mm-counter + a.mm-next + label.mm-check + a, em.mm-counter + a.mm-next + label.mm-check + span, em.mm-counter + a.mm-next + label.mm-toggle + a, em.mm-counter + a.mm-next + label.mm-toggle + span {
        margin-right: 90px
    }

.mm-menu label.mm-toggle {
    background: rgba(0,0,0,.1)
}

    .mm-menu label.mm-toggle:before {
        background: #f3f3f3
    }

.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
    background: #4bd963
}

.mm-menu label.mm-check:before {
    border-color: rgba(0,0,0,.75)
}

.mm-listview.mm-border-none > li:after, .mm-menu.mm-border-none .mm-listview > li:after {
    content: none
}

.mm-listview.mm-border-full > li:after, .mm-menu.mm-border-full .mm-listview > li:after {
    left: 0 !important
}

.mm-listview.mm-border-offset > li:after, .mm-menu.mm-border-offset .mm-listview > li:after {
    right: 20px
}

.mm-menu.mm-effect-menu-zoom {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease,-webkit-transform .4s ease
}

html.mm-opened .mm-menu.mm-effect-menu-zoom {
    -webkit-transform: scale(.7,.7) translate3d(-30%,0,0);
    transform: scale(.7,.7) translate3d(-30%,0,0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center
}

html.mm-opening .mm-menu.mm-effect-menu-zoom {
    -webkit-transform: scale(1,1) translate3d(0,0,0);
    transform: scale(1,1) translate3d(0,0,0)
}

html.mm-right.mm-opened .mm-menu.mm-effect-menu-zoom {
    -webkit-transform: scale(.7,.7) translate3d(30%,0,0);
    transform: scale(.7,.7) translate3d(30%,0,0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center
}

html.mm-right.mm-opening .mm-menu.mm-effect-menu-zoom {
    -webkit-transform: scale(1,1) translate3d(0,0,0);
    transform: scale(1,1) translate3d(0,0,0)
}

.mm-menu.mm-effect-menu-slide {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease,-webkit-transform .4s ease
}

html.mm-opened .mm-menu.mm-effect-menu-slide {
    -webkit-transform: translate(-30%,0);
    -ms-transform: translate(-30%,0);
    transform: translate(-30%,0);
    -webkit-transform: translate3d(-30%,0,0);
    transform: translate3d(-30%,0,0)
}

html.mm-opening .mm-menu.mm-effect-menu-slide {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

html.mm-right.mm-opened .mm-menu.mm-effect-menu-slide {
    -webkit-transform: translate(30%,0);
    -ms-transform: translate(30%,0);
    transform: translate(30%,0);
    -webkit-transform: translate3d(30%,0,0);
    transform: translate3d(30%,0,0)
}

html.mm-right.mm-opening .mm-menu.mm-effect-menu-slide {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.mm-menu.mm-effect-menu-fade {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

html.mm-opening .mm-menu.mm-effect-menu-fade {
    opacity: 1
}

.mm-menu.mm-effect-panels-zoom .mm-panel {
    -webkit-transform: scale(1.5,1.5) translate3d(100%,0,0);
    transform: scale(1.5,1.5) translate3d(100%,0,0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center
}

    .mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened {
        -webkit-transform: scale(1,1) translate3d(0,0,0);
        transform: scale(1,1) translate3d(0,0,0)
    }

        .mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened.mm-subopened {
            -webkit-transform: scale(.7,.7) translate3d(-30%,0,0);
            transform: scale(.7,.7) translate3d(-30%,0,0)
        }

.mm-menu.mm-effect-panels-slide-0 .mm-panel.mm-subopened {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.mm-menu.mm-effect-panels-slide-100 .mm-panel.mm-subopened {
    -webkit-transform: translate(-100%,0);
    -ms-transform: translate(-100%,0);
    transform: translate(-100%,0);
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0)
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li {
    -webkit-transition: none .4s ease;
    transition: none .4s ease
}

    .mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(1) {
        -webkit-transition-delay: 50ms;
        transition-delay: 50ms
    }

    .mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(2) {
        -webkit-transition-delay: .1s;
        transition-delay: .1s
    }

    .mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(3) {
        -webkit-transition-delay: 150ms;
        transition-delay: 150ms
    }

    .mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(4) {
        -webkit-transition-delay: .2s;
        transition-delay: .2s
    }

    .mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(5) {
        -webkit-transition-delay: 250ms;
        transition-delay: 250ms
    }

    .mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(6) {
        -webkit-transition-delay: .3s;
        transition-delay: .3s
    }

    .mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(7) {
        -webkit-transition-delay: 350ms;
        transition-delay: 350ms
    }

    .mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(8) {
        -webkit-transition-delay: .4s;
        transition-delay: .4s
    }

    .mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(9) {
        -webkit-transition-delay: 450ms;
        transition-delay: 450ms
    }

    .mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(10) {
        -webkit-transition-delay: .5s;
        transition-delay: .5s
    }

    .mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(11) {
        -webkit-transition-delay: 550ms;
        transition-delay: 550ms
    }

    .mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(12) {
        -webkit-transition-delay: .6s;
        transition-delay: .6s
    }

    .mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(13) {
        -webkit-transition-delay: 650ms;
        transition-delay: 650ms
    }

    .mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(14) {
        -webkit-transition-delay: .7s;
        transition-delay: .7s
    }

    .mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(15) {
        -webkit-transition-delay: 750ms;
        transition-delay: 750ms
    }

.mm-menu.mm-effect-listitems-slide .mm-listview > li {
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    -webkit-transform: translate(50%,0);
    -ms-transform: translate(50%,0);
    transform: translate(50%,0);
    -webkit-transform: translate3d(50%,0,0);
    transform: translate3d(50%,0,0);
    opacity: 0
}

html.mm-opening .mm-menu.mm-effect-listitems-slide .mm-panel.mm-opened .mm-listview > li {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1
}

.mm-menu.mm-effect-listitems-fade .mm-listview > li {
    -webkit-transition-property: opacity;
    transition-property: opacity;
    opacity: 0
}

html.mm-opening .mm-menu.mm-effect-listitems-fade .mm-panel.mm-opened .mm-listview > li {
    opacity: 1
}

.mm-menu.mm-effect-listitems-drop .mm-listview > li {
    -webkit-transition-property: opacity,top;
    transition-property: opacity,top;
    opacity: 0;
    top: -25%
}

html.mm-opening .mm-menu.mm-effect-listitems-drop .mm-panel.mm-opened .mm-listview > li {
    opacity: 1;
    top: 0
}

.mm-menu.mm-offcanvas.mm-fullscreen {
    width: 100%;
    min-width: 140px;
    max-width: 10000px
}

html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(100%,0);
    -ms-transform: translate(100%,0);
    transform: translate(100%,0);
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0)
}

@media all and (max-width:140px) {
    html.mm-opening.mm-fullscreen .mm-slideout {
        -webkit-transform: translate(140px,0);
        -ms-transform: translate(140px,0);
        transform: translate(140px,0);
        -webkit-transform: translate3d(140px,0,0);
        transform: translate3d(140px,0,0)
    }
}

@media all and (min-width:10000px) {
    html.mm-opening.mm-fullscreen .mm-slideout {
        -webkit-transform: translate(10000px,0);
        -ms-transform: translate(10000px,0);
        transform: translate(10000px,0);
        -webkit-transform: translate3d(10000px,0,0);
        transform: translate3d(10000px,0,0)
    }
}

html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-100%,0);
    -ms-transform: translate(-100%,0);
    transform: translate(-100%,0);
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0)
}

@media all and (max-width:140px) {
    html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
        -webkit-transform: translate(-140px,0);
        -ms-transform: translate(-140px,0);
        transform: translate(-140px,0);
        -webkit-transform: translate3d(-140px,0,0);
        transform: translate3d(-140px,0,0)
    }
}

@media all and (min-width:10000px) {
    html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
        -webkit-transform: translate(-10000px,0);
        -ms-transform: translate(-10000px,0);
        transform: translate(-10000px,0);
        -webkit-transform: translate3d(-10000px,0,0);
        transform: translate3d(-10000px,0,0)
    }
}

.mm-menu.mm-offcanvas.mm-fullscreen.mm-bottom, .mm-menu.mm-offcanvas.mm-fullscreen.mm-top {
    height: 100%;
    min-height: 140px;
    max-height: 10000px
}

html.mm-opened.mm-fullscreen .mm-page {
    box-shadow: none !important
}

.mm-menu .mm-panels > .mm-panel.mm-justified-listview:after, .mm-menu .mm-panels > .mm-panel.mm-justified-listview:before, .mm-menu.mm-justified-listview .mm-panels > .mm-panel:after, .mm-menu.mm-justified-listview .mm-panels > .mm-panel:before {
    content: none;
    display: none
}

.mm-menu .mm-panels > .mm-panel.mm-justified-listview > .mm-listview, .mm-menu.mm-justified-listview .mm-panels > .mm-panel > .mm-listview {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0
}

    .mm-menu .mm-panels > .mm-panel.mm-justified-listview > .mm-listview > li:not(.mm-divider), .mm-menu.mm-justified-listview .mm-panels > .mm-panel > .mm-listview > li:not(.mm-divider) {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0;
        -ms-flex: 1 1 0;
        flex: 1 1 0
    }

        .mm-menu .mm-panels > .mm-panel.mm-justified-listview > .mm-listview > li:not(.mm-divider) > a:not(.mm-next), .mm-menu .mm-panels > .mm-panel.mm-justified-listview > .mm-listview > li:not(.mm-divider) > span, .mm-menu.mm-justified-listview .mm-panels > .mm-panel > .mm-listview > li:not(.mm-divider) > a:not(.mm-next), .mm-menu.mm-justified-listview .mm-panels > .mm-panel > .mm-listview > li:not(.mm-divider) > span {
            box-sizing: border-box;
            height: 100%
        }

            .mm-menu .mm-panels > .mm-panel.mm-justified-listview > .mm-listview > li:not(.mm-divider) > a:not(.mm-next):before, .mm-menu .mm-panels > .mm-panel.mm-justified-listview > .mm-listview > li:not(.mm-divider) > span:before, .mm-menu.mm-justified-listview .mm-panels > .mm-panel > .mm-listview > li:not(.mm-divider) > a:not(.mm-next):before, .mm-menu.mm-justified-listview .mm-panels > .mm-panel > .mm-listview > li:not(.mm-divider) > span:before {
                content: '';
                vertical-align: middle;
                display: inline-block;
                height: 100%;
                width: 0
            }

.mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > a, .mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > span, .mm-menu.mm-multiline .mm-listview > li > a, .mm-menu.mm-multiline .mm-listview > li > span {
    text-overflow: clip;
    white-space: normal
}

html.mm-pagedim #mm-blocker, html.mm-pagedim-black #mm-blocker, html.mm-pagedim-white #mm-blocker {
    opacity: 0
}

html.mm-pagedim-black.mm-opening #mm-blocker, html.mm-pagedim-white.mm-opening #mm-blocker, html.mm-pagedim.mm-opening #mm-blocker {
    opacity: .3;
    -webkit-transition: opacity .4s ease .4s;
    transition: opacity .4s ease .4s
}

html.mm-pagedim #mm-blocker {
    background: inherit
}

html.mm-pagedim-white #mm-blocker {
    background: #fff
}

html.mm-pagedim-black #mm-blocker {
    background: #000
}

.mm-menu.mm-popup {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
    opacity: 0;
    box-shadow: 0 2px 10px rgba(0,0,0,.3);
    height: 80%;
    min-height: 140px;
    max-height: 880px;
    top: 50%;
    left: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0)
}

html.mm-popup.mm-opening .mm-menu.mm-popup {
    opacity: 1
}

html.mm-popup .mm-slideout {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    z-index: 0
}

html.mm-popup #mm-blocker {
    -webkit-transition-delay: 0s !important;
    transition-delay: 0s !important;
    z-index: 1
}

html.mm-popup .mm-menu {
    z-index: 2
}

.mm-menu.mm-offcanvas.mm-right {
    left: auto
}

html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-80%,0);
    -ms-transform: translate(-80%,0);
    transform: translate(-80%,0);
    -webkit-transform: translate3d(-80%,0,0);
    transform: translate3d(-80%,0,0)
}

@media all and (max-width:175px) {
    html.mm-right.mm-opening .mm-slideout {
        -webkit-transform: translate(-140px,0);
        -ms-transform: translate(-140px,0);
        transform: translate(-140px,0);
        -webkit-transform: translate3d(-140px,0,0);
        transform: translate3d(-140px,0,0)
    }
}

@media all and (min-width:550px) {
    html.mm-right.mm-opening .mm-slideout {
        -webkit-transform: translate(-440px,0);
        -ms-transform: translate(-440px,0);
        transform: translate(-440px,0);
        -webkit-transform: translate3d(-440px,0,0);
        transform: translate3d(-440px,0,0)
    }
}

html.mm-front .mm-slideout {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    z-index: 0
}

html.mm-front #mm-blocker {
    z-index: 1
}

html.mm-front .mm-menu.mm-offcanvas {
    z-index: 2
}

.mm-menu.mm-offcanvas.mm-front, .mm-menu.mm-offcanvas.mm-next {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease,-webkit-transform .4s ease;
    -webkit-transform: translate(-100%,0);
    -ms-transform: translate(-100%,0);
    transform: translate(-100%,0);
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0)
}

    .mm-menu.mm-offcanvas.mm-front.mm-right, .mm-menu.mm-offcanvas.mm-next.mm-right {
        -webkit-transform: translate(100%,0);
        -ms-transform: translate(100%,0);
        transform: translate(100%,0);
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

.mm-menu.mm-offcanvas.mm-top {
    -webkit-transform: translate(0,-100%);
    -ms-transform: translate(0,-100%);
    transform: translate(0,-100%);
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0)
}

.mm-menu.mm-offcanvas.mm-bottom {
    -webkit-transform: translate(0,100%);
    -ms-transform: translate(0,100%);
    transform: translate(0,100%);
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    top: auto
}

.mm-menu.mm-offcanvas.mm-bottom, .mm-menu.mm-offcanvas.mm-top {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 80%;
    min-height: 140px;
    max-height: 880px
}

html.mm-opening .mm-menu.mm-offcanvas.mm-front, html.mm-opening .mm-menu.mm-offcanvas.mm-next {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.mm-menu.mm-shadow-page:after {
    content: "";
    display: block;
    width: 20px;
    height: 120%;
    position: absolute;
    left: 100%;
    top: -10%;
    z-index: 99
}

.mm-menu.mm-shadow-page.mm-right:after {
    left: auto;
    right: 100%
}

.mm-menu.mm-shadow-page.mm-front:after, .mm-menu.mm-shadow-page.mm-next:after {
    content: none;
    display: none
}

.mm-menu.mm-shadow-page:after, .mm-menu.mm-shadow-panels .mm-panel.mm-opened:nth-child(n+2) {
    box-shadow: 0 0 10px rgba(0,0,0,.3)
}

.mm-menu.mm-theme-dark {
    background: #333;
    border-color: rgba(0,0,0,.15);
    color: rgba(255,255,255,.8)
}

    .mm-menu.mm-theme-dark .mm-navbar a, .mm-menu.mm-theme-dark .mm-navbar > *, .mm-menu.mm-theme-dark em.mm-counter {
        color: rgba(255,255,255,.4)
    }

    .mm-menu.mm-theme-dark .mm-btn:after, .mm-menu.mm-theme-dark .mm-btn:before {
        border-color: rgba(255,255,255,.4)
    }

    .mm-menu.mm-theme-dark .mm-listview {
        border-color: rgba(0,0,0,.15)
    }

        .mm-menu.mm-theme-dark .mm-listview > li .mm-next:after {
            border-color: rgba(255,255,255,.4)
        }

        .mm-menu.mm-theme-dark .mm-listview > li a:not(.mm-next) {
            -webkit-tap-highlight-color: rgba(0,0,0,.1);
            tap-highlight-color: rgba(0,0,0,.1)
        }

        .mm-menu.mm-theme-dark .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu.mm-theme-dark .mm-listview > li.mm-selected > span {
            background: rgba(0,0,0,.1)
        }

        .mm-menu.mm-theme-dark .mm-divider, .mm-menu.mm-theme-dark .mm-fixeddivider span, .mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
            background: rgba(255,255,255,.05)
        }

    .mm-menu.mm-theme-dark label.mm-check:before {
        border-color: rgba(255,255,255,.8)
    }

.mm-menu.mm-shadow-page.mm-theme-dark:after, .mm-menu.mm-shadow-panels .mm-panel.mm-opened:nth-child(n+2) {
    box-shadow: 0 0 20px rgba(0,0,0,.5)
}

.mm-menu.mm-theme-dark .mm-search input {
    background: rgba(255,255,255,.3);
    color: rgba(255,255,255,.8)
}

.mm-menu.mm-theme-dark .mm-indexer a, .mm-menu.mm-theme-dark .mm-noresultsmsg {
    color: rgba(255,255,255,.4)
}

.mm-menu.mm-hoverselected.mm-theme-dark .mm-listview > li > a.mm-fullsubopen:hover + span, .mm-menu.mm-hoverselected.mm-theme-dark .mm-listview > li > a:not(.mm-fullsubopen):hover, .mm-menu.mm-parentselected.mm-theme-dark .mm-listview > li > a.mm-selected.mm-fullsubopen + a, .mm-menu.mm-parentselected.mm-theme-dark .mm-listview > li > a.mm-selected.mm-fullsubopen + span, .mm-menu.mm-parentselected.mm-theme-dark .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
    background: rgba(0,0,0,.1)
}

.mm-menu.mm-theme-dark label.mm-toggle {
    background: rgba(0,0,0,.15)
}

    .mm-menu.mm-theme-dark label.mm-toggle:before {
        background: #333
    }

.mm-menu.mm-theme-dark input.mm-toggle:checked ~ label.mm-toggle {
    background: #4bd963
}

.mm-menu.mm-theme-white {
    background: #fff;
    border-color: rgba(0,0,0,.1);
    color: rgba(0,0,0,.6)
}

    .mm-menu.mm-theme-white .mm-navbar a, .mm-menu.mm-theme-white .mm-navbar > *, .mm-menu.mm-theme-white em.mm-counter {
        color: rgba(0,0,0,.3)
    }

    .mm-menu.mm-theme-white .mm-btn:after, .mm-menu.mm-theme-white .mm-btn:before {
        border-color: rgba(0,0,0,.3)
    }

    .mm-menu.mm-theme-white .mm-listview {
        border-color: rgba(0,0,0,.1)
    }

        .mm-menu.mm-theme-white .mm-listview > li .mm-next:after {
            border-color: rgba(0,0,0,.3)
        }

        .mm-menu.mm-theme-white .mm-listview > li a:not(.mm-next) {
            -webkit-tap-highlight-color: rgba(0,0,0,.05);
            tap-highlight-color: rgba(0,0,0,.05)
        }

        .mm-menu.mm-theme-white .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu.mm-theme-white .mm-listview > li.mm-selected > span {
            background: rgba(0,0,0,.05)
        }

        .mm-menu.mm-theme-white .mm-divider, .mm-menu.mm-theme-white .mm-fixeddivider span, .mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
            background: rgba(0,0,0,.03)
        }

    .mm-menu.mm-theme-white label.mm-check:before {
        border-color: rgba(0,0,0,.6)
    }

.mm-menu.mm-shadow-page.mm-theme-white:after, .mm-menu.mm-shadow-panels .mm-panel.mm-opened:nth-child(n+2) {
    box-shadow: 0 0 10px rgba(0,0,0,.2)
}

.mm-menu.mm-theme-white .mm-search input {
    background: rgba(0,0,0,.05);
    color: rgba(0,0,0,.6)
}

.mm-menu.mm-theme-white .mm-indexer a, .mm-menu.mm-theme-white .mm-noresultsmsg {
    color: rgba(0,0,0,.3)
}

.mm-menu.mm-hoverselected.mm-theme-white .mm-listview > li > a.mm-fullsubopen:hover + span, .mm-menu.mm-hoverselected.mm-theme-white .mm-listview > li > a:not(.mm-fullsubopen):hover, .mm-menu.mm-parentselected.mm-theme-white .mm-listview > li > a.mm-selected.mm-fullsubopen + a, .mm-menu.mm-parentselected.mm-theme-white .mm-listview > li > a.mm-selected.mm-fullsubopen + span, .mm-menu.mm-parentselected.mm-theme-white .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
    background: rgba(0,0,0,.05)
}

.mm-menu.mm-theme-white label.mm-toggle {
    background: rgba(0,0,0,.1)
}

    .mm-menu.mm-theme-white label.mm-toggle:before {
        background: #fff
    }

.mm-menu.mm-theme-white input.mm-toggle:checked ~ label.mm-toggle {
    background: #4bd963
}

.mm-menu.mm-theme-black {
    background: #000;
    border-color: rgba(255,255,255,.2);
    color: rgba(255,255,255,.6)
}

    .mm-menu.mm-theme-black .mm-navbar a, .mm-menu.mm-theme-black .mm-navbar > *, .mm-menu.mm-theme-black em.mm-counter {
        color: rgba(255,255,255,.4)
    }

    .mm-menu.mm-theme-black .mm-btn:after, .mm-menu.mm-theme-black .mm-btn:before {
        border-color: rgba(255,255,255,.4)
    }

    .mm-menu.mm-theme-black .mm-listview {
        border-color: rgba(255,255,255,.2)
    }

        .mm-menu.mm-theme-black .mm-listview > li .mm-next:after {
            border-color: rgba(255,255,255,.4)
        }

        .mm-menu.mm-theme-black .mm-listview > li a:not(.mm-next) {
            -webkit-tap-highlight-color: rgba(255,255,255,.3);
            tap-highlight-color: rgba(255,255,255,.3)
        }

        .mm-menu.mm-theme-black .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu.mm-theme-black .mm-listview > li.mm-selected > span {
            background: rgba(255,255,255,.3)
        }

        .mm-menu.mm-theme-black .mm-divider, .mm-menu.mm-theme-black .mm-fixeddivider span, .mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
            background: rgba(255,255,255,.2)
        }

    .mm-menu.mm-theme-black label.mm-check:before {
        border-color: rgba(255,255,255,.6)
    }

.mm-menu.mm-hoverselected.mm-theme-black .mm-listview > li > a.mm-fullsubopen:hover + span, .mm-menu.mm-hoverselected.mm-theme-black .mm-listview > li > a:not(.mm-fullsubopen):hover, .mm-menu.mm-keyboardfocus a:focus, .mm-menu.mm-parentselected.mm-theme-black .mm-listview > li > a.mm-selected.mm-fullsubopen + a, .mm-menu.mm-parentselected.mm-theme-black .mm-listview > li > a.mm-selected.mm-fullsubopen + span, .mm-menu.mm-parentselected.mm-theme-black .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
    background: rgba(255,255,255,.3)
}

.mm-menu.mm-shadow-page.mm-theme-black:after {
    content: none;
    display: none
}

.mm-menu.mm-shadow-panels .mm-panel.mm-opened:nth-child(n+2) {
    box-shadow: false
}

.mm-menu.mm-theme-black .mm-search input {
    background: rgba(255,255,255,.3);
    color: rgba(255,255,255,.6)
}

.mm-menu.mm-theme-black .mm-indexer a, .mm-menu.mm-theme-black .mm-noresultsmsg {
    color: rgba(255,255,255,.4)
}

.mm-menu.mm-theme-black label.mm-toggle {
    background: rgba(255,255,255,.2)
}

    .mm-menu.mm-theme-black label.mm-toggle:before {
        background: #000
    }

.mm-menu.mm-theme-black input.mm-toggle:checked ~ label.mm-toggle {
    background: #4bd963
}

.mm-menu .mm-tileview.mm-listview:after, .mm-menu.mm-tileview .mm-listview:after {
    content: '';
    display: block;
    clear: both
}

.mm-menu .mm-tileview.mm-listview > li > .mm-next:after, .mm-menu .mm-tileview.mm-listview > li > .mm-next:before, .mm-menu.mm-tileview .mm-listview > li > .mm-next:after, .mm-menu.mm-tileview .mm-listview > li > .mm-next:before, .mm-menu.mm-tileview .mm-panel:after {
    content: none;
    display: none
}

.mm-menu .mm-tileview.mm-listview > li, .mm-menu.mm-tileview .mm-listview > li {
    width: 50%;
    height: 0;
    padding: 50% 0 0;
    float: left;
    position: relative
}

    .mm-menu .mm-tileview.mm-listview > li:after, .mm-menu.mm-tileview .mm-listview > li:after {
        left: 0;
        top: 0;
        border-right-width: 1px;
        border-right-style: solid;
        z-index: -1
    }

    .mm-menu .mm-tileview.mm-listview > li.mm-tile-xs, .mm-menu.mm-tileview .mm-listview > li.mm-tile-xs {
        width: 12.5%;
        padding-top: 12.5%
    }

    .mm-menu .mm-tileview.mm-listview > li.mm-tile-s, .mm-menu.mm-tileview .mm-listview > li.mm-tile-s {
        width: 25%;
        padding-top: 25%
    }

    .mm-menu .mm-tileview.mm-listview > li.mm-tile-l, .mm-menu.mm-tileview .mm-listview > li.mm-tile-l {
        width: 75%;
        padding-top: 75%
    }

    .mm-menu .mm-tileview.mm-listview > li.mm-tile-xl, .mm-menu.mm-tileview .mm-listview > li.mm-tile-xl {
        width: 100%;
        padding-top: 100%
    }

    .mm-menu .mm-tileview.mm-listview > li > a, .mm-menu .mm-tileview.mm-listview > li > span, .mm-menu.mm-tileview .mm-listview > li > a, .mm-menu.mm-tileview .mm-listview > li > span {
        line-height: 1px;
        text-align: center;
        padding: 50% 10px 0;
        margin: 0;
        position: absolute;
        top: 0;
        right: 1px;
        bottom: 1px;
        left: 0
    }

    .mm-menu .mm-tileview.mm-listview > li > .mm-next, .mm-menu.mm-tileview .mm-listview > li > .mm-next {
        width: auto
    }

.mm-menu.mm-tileview .mm-panel {
    padding-left: 0;
    padding-right: 0
}

.mm-menu.mm-tileview .mm-listview {
    margin: 0
}

.mm-menu,.mm-panels,.mm-panels>.mm-panel{margin:0;left:0;right:0;top:0;z-index:0;box-sizing:border-box}.mm-btn,.mm-menu{box-sizing:border-box}.mm-listview a,.mm-listview a:hover,.mm-navbar a,.mm-navbar a:hover{text-decoration:none}.mm-listview .mm-next:before,.mm-listview>li:not(.mm-divider):after,.mm-next:after,.mm-prev:before{content:'';bottom:0}.mm-hidden{display:none!important}.mm-menu,.mm-panels>.mm-panel:not(.mm-hidden){display:block}.mm-wrapper{overflow-x:hidden;position:relative}.mm-menu{padding:0;position:absolute;bottom:0}.mm-panels,.mm-panels>.mm-panel{background:inherit;border-color:inherit;position:absolute;bottom:0}.mm-btn,.mm-panel.mm-highest{z-index:1}.mm-panels{overflow:hidden}.mm-panel{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease;-webkit-transform:translate(100%,0);-ms-transform:translate(100%,0);transform:translate(100%,0);-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.mm-panel.mm-opened{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-panel.mm-subopened{-webkit-transform:translate(-30%,0);-ms-transform:translate(-30%,0);transform:translate(-30%,0);-webkit-transform:translate3d(-30%,0,0);transform:translate3d(-30%,0,0)}.mm-panels>.mm-panel{-webkit-overflow-scrolling:touch;overflow:scroll;overflow-x:hidden;overflow-y:auto;padding:0 20px}.mm-listview .mm-divider,.mm-listview>li>a,.mm-listview>li>span,.mm-navbar .mm-title{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.mm-panels>.mm-panel.mm-hasnavbar{padding-top:40px}.mm-panels>.mm-panel:after,.mm-panels>.mm-panel:before{content:'';display:block;height:20px}.mm-vertical .mm-panel{-webkit-transform:none!important;-ms-transform:none!important;transform:none!important}.mm-listview .mm-vertical .mm-panel,.mm-vertical .mm-listview .mm-panel{display:none;padding:10px 0 10px 10px}.mm-listview .mm-vertical .mm-panel .mm-listview>li:last-child:after,.mm-vertical .mm-listview .mm-panel .mm-listview>li:last-child:after{border-color:transparent}.mm-vertical li.mm-opened>.mm-panel,li.mm-vertical.mm-opened>.mm-panel{display:block}.mm-listview>li.mm-vertical>.mm-next,.mm-vertical .mm-listview>li>.mm-next{height:40px;bottom:auto}.mm-listview>li.mm-vertical>.mm-next:after,.mm-vertical .mm-listview>li>.mm-next:after{top:16px;bottom:auto}.mm-listview>li.mm-vertical.mm-opened>.mm-next:after,.mm-vertical .mm-listview>li.mm-opened>.mm-next:after{-webkit-transform:rotate(225deg);-ms-transform:rotate(225deg);transform:rotate(225deg);right:19px}.mm-btn{width:40px;height:40px;position:absolute;top:0}.mm-clear:after,.mm-clear:before,.mm-close:after,.mm-close:before{content:'';border:2px solid transparent;display:block;width:5px;height:5px;margin:auto;position:absolute;top:0;bottom:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.mm-clear:before,.mm-close:before{border-right:none;border-bottom:none;right:18px}.mm-clear:after,.mm-close:after{border-left:none;border-top:none;right:25px}.mm-next:after,.mm-prev:before{border-top:2px solid transparent;border-left:2px solid transparent;display:block;width:8px;height:8px;margin:auto;position:absolute;top:0}.mm-prev:before{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);left:23px;right:auto}.mm-next:after{-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg);right:23px;left:auto}.mm-navbar{border-bottom:1px solid;border-color:inherit;text-align:center;line-height:20px;height:40px;padding:0 40px;margin:0;position:absolute;top:0;left:0;right:0}.mm-navbar>*{display:block;padding:10px 0}.mm-navbar .mm-btn:first-child{left:0}.mm-navbar .mm-btn:last-child{text-align:right;right:0}.mm-panel .mm-navbar{display:none}.mm-panel.mm-hasnavbar .mm-navbar{display:block}.mm-listview,.mm-listview>li{list-style:none;display:block;padding:0;margin:0}.mm-listview{font:inherit;font-size:14px;line-height:20px}.mm-listview>li{position:relative}.mm-listview>li,.mm-listview>li .mm-next,.mm-listview>li .mm-next:before,.mm-listview>li:after{border-color:inherit}.mm-listview>li>a,.mm-listview>li>span{color:inherit;display:block;padding:10px 10px 10px 20px;margin:0}.mm-listview>li:not(.mm-divider):after{border-bottom-width:1px;border-bottom-style:solid;display:block;position:absolute;right:0;left:20px}.mm-listview .mm-next{background:rgba(3,2,1,0);width:50px;padding:0;position:absolute;right:0;top:0;bottom:0;z-index:2}.mm-listview .mm-next:before{border-left-width:1px;border-left-style:solid;display:block;position:absolute;top:0;left:0}.mm-listview .mm-next+a,.mm-listview .mm-next+span{margin-right:50px}.mm-listview .mm-next.mm-fullsubopen{width:100%}.mm-listview .mm-next.mm-fullsubopen:before{border-left:none}.mm-listview .mm-next.mm-fullsubopen+a,.mm-listview .mm-next.mm-fullsubopen+span{padding-right:50px;margin-right:0}.mm-panels>.mm-panel>.mm-listview{margin:20px -20px}.mm-panels>.mm-panel>.mm-listview:first-child,.mm-panels>.mm-panel>.mm-navbar+.mm-listview{margin-top:-20px}.mm-listview .mm-inset{list-style:disc inside;padding:0 10px 15px 40px;margin:0}.mm-listview .mm-inset>li{padding:5px 0}.mm-listview .mm-divider{font-size:10px;text-transform:uppercase;text-indent:20px;line-height:25px}.mm-listview .mm-spacer{padding-top:40px}.mm-listview .mm-spacer>.mm-next{top:40px}.mm-listview .mm-spacer.mm-divider{padding-top:25px}.mm-menu{background:#f3f3f3;border-color:rgba(0,0,0,.1);color:rgba(0,0,0,.75)}.mm-menu .mm-navbar a,.mm-menu .mm-navbar>*{color:rgba(0,0,0,.3)}.mm-menu .mm-btn:after,.mm-menu .mm-btn:before{border-color:rgba(0,0,0,.3)}.mm-menu .mm-listview{border-color:rgba(0,0,0,.1)}.mm-menu .mm-listview>li .mm-next:after{border-color:rgba(0,0,0,.3)}.mm-menu .mm-listview>li a:not(.mm-next){-webkit-tap-highlight-color:rgba(255,255,255,.5);tap-highlight-color:rgba(255,255,255,.5)}.mm-menu .mm-listview>li.mm-selected>a:not(.mm-next),.mm-menu .mm-listview>li.mm-selected>span{background:rgba(255,255,255,.5)}.mm-menu .mm-divider,.mm-menu .mm-listview>li.mm-opened.mm-vertical>.mm-panel,.mm-menu .mm-listview>li.mm-opened.mm-vertical>a.mm-next,.mm-menu.mm-vertical .mm-listview>li.mm-opened>.mm-panel,.mm-menu.mm-vertical .mm-listview>li.mm-opened>a.mm-next{background:rgba(0,0,0,.05)}
.mm-page{box-sizing:border-box;position:relative}.mm-slideout{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease;z-index:1}html.mm-opened{overflow-x:hidden;position:relative}html.mm-blocking,html.mm-blocking body{overflow:hidden}html.mm-background .mm-page{background:inherit}#mm-blocker{background:rgba(3,2,1,0);display:none;width:100%;height:100%;position:fixed;top:0;left:0;z-index:2}html.mm-blocking #mm-blocker{display:block}.mm-menu.mm-offcanvas{z-index:0;display:none;position:fixed;width:80%;min-width:140px;max-width:440px}.mm-menu.mm-offcanvas.mm-current{display:block}.mm-menu.mm-offcanvas.mm-no-csstransforms.mm-current.mm-opened{z-index:10}html.mm-opening .mm-slideout{-webkit-transform:translate(80%,0);-ms-transform:translate(80%,0);transform:translate(80%,0);-webkit-transform:translate3d(80%,0,0);transform:translate3d(80%,0,0)}@media all and (max-width:175px){html.mm-opening .mm-slideout{-webkit-transform:translate(140px,0);-ms-transform:translate(140px,0);transform:translate(140px,0);-webkit-transform:translate3d(140px,0,0);transform:translate3d(140px,0,0)}}@media all and (min-width:550px){html.mm-opening .mm-slideout{-webkit-transform:translate(440px,0);-ms-transform:translate(440px,0);transform:translate(440px,0);-webkit-transform:translate3d(440px,0,0);transform:translate3d(440px,0,0)}}
/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 10, 2017
 */
.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate(0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-box-lines:multiple;-moz-box-lines:multiple;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex:0 0 auto;flex-shrink:0;width:100%;height:100%;position:relative}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;-webkit-transition-property:-webkit-transform,height;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform,height}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-wp8-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-wp8-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;-moz-background-size:27px 44px;-webkit-background-size:27px 44px;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s;-moz-transition:.3s;-o-transition:.3s;transition:.3s;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-moz-appearance:none;-ms-appearance:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-white .swiper-pagination-bullet{background:#fff}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);-moz-transform:translate3d(0,-50%,0);-o-transform:translate(0,-50%);-ms-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:5px 0;display:block}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 5px}.swiper-pagination-progress{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progress .swiper-pagination-progressbar{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-moz-transform-origin:left top;-ms-transform-origin:left top;-o-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar{-webkit-transform-origin:right top;-moz-transform-origin:right top;-ms-transform-origin:right top;-o-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progress{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progress{width:4px;height:100%;left:0;top:0}.swiper-pagination-progress.swiper-pagination-white{background:rgba(255,255,255,.5)}.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar{background:#fff}.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar{background:#000}.swiper-container-3d{-webkit-perspective:1200px;-moz-perspective:1200px;-o-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-coverflow .swiper-wrapper,.swiper-container-flip .swiper-wrapper{-ms-perspective:1200px}.swiper-container-cube,.swiper-container-flip{overflow:visible}.swiper-container-cube .swiper-slide,.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-cube .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active,.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-slide{visibility:hidden;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-moz-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;-moz-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;-webkit-background-size:100%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}
.plyr input[type=range]:focus, .plyr:focus {
    outline: 0
}

.plyr .plyr__video-embed iframe, .plyr__tooltip {
    pointer-events: none
}

@-webkit-keyframes plyr-progress {
    to {
        background-position: 25px 0
    }
}

@keyframes plyr-progress {
    to {
        background-position: 25px 0
    }
}

.plyr {
    position: relative;
    max-width: 100%;
    min-width: 200px;
    font-family: Avenir,'Avenir Next','Helvetica Neue','Segoe UI',Helvetica,Arial,sans-serif;
    direction: ltr
}

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

        .plyr a, .plyr button, .plyr input, .plyr label {
            -ms-touch-action: manipulation;
            touch-action: manipulation
        }

        .plyr audio, .plyr video {
            width: 100%;
            height: auto;
            vertical-align: middle;
            border-radius: inherit
        }

        .plyr input[type=range] {
            display: block;
            height: 20px;
            width: 100%;
            margin: 0;
            padding: 0;
            vertical-align: middle;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            cursor: pointer;
            border: none;
            background: 0 0
        }

            .plyr input[type=range]::-webkit-slider-runnable-track {
                height: 8px;
                background: 0 0;
                border: 0;
                border-radius: 4px;
                -webkit-user-select: none;
                user-select: none
            }

            .plyr input[type=range]::-webkit-slider-thumb {
                -webkit-appearance: none;
                margin-top: -4px;
                position: relative;
                height: 16px;
                width: 16px;
                background: #fff;
                border: 2px solid transparent;
                border-radius: 100%;
                -webkit-transition: background .2s ease,border .2s ease,-webkit-transform .2s ease;
                transition: background .2s ease,border .2s ease,-webkit-transform .2s ease;
                transition: background .2s ease,border .2s ease,transform .2s ease;
                transition: background .2s ease,border .2s ease,transform .2s ease,-webkit-transform .2s ease;
                -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(0,0,0,.15);
                box-shadow: 0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(0,0,0,.15);
                -webkit-box-sizing: border-box;
                box-sizing: border-box
            }

            .plyr input[type=range]::-moz-range-track {
                height: 8px;
                background: 0 0;
                border: 0;
                border-radius: 4px;
                -moz-user-select: none;
                user-select: none
            }

            .plyr input[type=range]::-moz-range-thumb {
                position: relative;
                height: 16px;
                width: 16px;
                background: #fff;
                border: 2px solid transparent;
                border-radius: 100%;
                -webkit-transition: background .2s ease,border .2s ease,-webkit-transform .2s ease;
                transition: background .2s ease,border .2s ease,-webkit-transform .2s ease;
                transition: background .2s ease,border .2s ease,transform .2s ease;
                transition: background .2s ease,border .2s ease,transform .2s ease,-webkit-transform .2s ease;
                box-shadow: 0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(0,0,0,.15);
                box-sizing: border-box
            }

            .plyr input[type=range]::-ms-track {
                height: 8px;
                background: 0 0;
                border: 0;
                color: transparent
            }

            .plyr input[type=range]::-ms-fill-upper {
                height: 8px;
                background: 0 0;
                border: 0;
                border-radius: 4px;
                -ms-user-select: none;
                user-select: none
            }

            .plyr input[type=range]::-ms-fill-lower {
                height: 8px;
                border: 0;
                border-radius: 4px;
                -ms-user-select: none;
                user-select: none;
                background: #6bc918;
            }

            .plyr input[type=range]::-ms-thumb {
                position: relative;
                height: 16px;
                width: 16px;
                background: #fff;
                border: 2px solid transparent;
                border-radius: 100%;
                -webkit-transition: background .2s ease,border .2s ease,-webkit-transform .2s ease;
                transition: background .2s ease,border .2s ease,-webkit-transform .2s ease;
                transition: background .2s ease,border .2s ease,transform .2s ease;
                transition: background .2s ease,border .2s ease,transform .2s ease,-webkit-transform .2s ease;
                box-shadow: 0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(0,0,0,.15);
                box-sizing: border-box;
                margin-top: 0
            }

            .plyr input[type=range]::-ms-tooltip {
                display: none
            }

            .plyr input[type=range]::-moz-focus-outer {
                border: 0
            }

            .plyr input[type=range].tab-focus:focus {
                outline-offset: 3px
            }

            .plyr input[type=range]:active::-webkit-slider-thumb {
                background: #6bc918;
                ;
                border-color: #fff;
                -webkit-transform: scale(1.25);
                transform: scale(1.25)
            }

            .plyr input[type=range]:active::-moz-range-thumb {
                background: #6bc918;
                border-color: #fff;
                transform: scale(1.25)
            }

            .plyr input[type=range]:active::-ms-thumb {
                background: #6bc918;
                border-color: #fff;
                transform: scale(1.25)
            }

.plyr--video input[type=range].tab-focus:focus {
    outline: rgba(255,255,255,.5) dotted 1px
}

.plyr--audio input[type=range].tab-focus:focus {
    outline: rgba(86,93,100,.5) dotted 1px
}

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

.plyr__video-wrapper {
    position: relative;
    background: #000;
    border-radius: inherit
}

.plyr__video-embed {
    padding-bottom: 56.25%;
    height: 0;
    border-radius: inherit;
    overflow: hidden;
    z-index: 0
}

    .plyr__video-embed iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .plyr__video-embed > div {
        position: relative;
        padding-bottom: 200%;
        -webkit-transform: translateY(-35.95%);
        transform: translateY(-35.95%)
    }

.plyr video::-webkit-media-text-track-container {
    display: none
}

.plyr__captions {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: 400
}

    .plyr__captions span {
        border-radius: 2px;
        padding: 3px 10px;
        background: rgba(0,0,0,.7);
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone;
        line-height: 150%
    }

        .plyr__captions span:empty {
            display: none
        }

@media (min-width:768px) {
    .plyr__captions {
        font-size: 24px
    }
}

.plyr--captions-active .plyr__captions {
    display: block
}

.plyr--hide-controls .plyr__captions {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px)
}

@media (min-width:1024px) {
    .plyr--fullscreen-active .plyr__captions {
        font-size: 32px
    }
}

.plyr ::-webkit-media-controls {
    display: none
}

.plyr__controls {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    line-height: 1;
    text-align: center
}

    .plyr__controls .plyr__progress, .plyr__controls .plyr__time, .plyr__controls > button {
        margin-left: 5px
    }

        .plyr__controls .plyr__progress:first-child, .plyr__controls .plyr__time:first-child, .plyr__controls > button:first-child {
            margin-left: 0
        }

    .plyr__controls .plyr__volume {
        margin-left: 5px
    }

    .plyr__controls [data-plyr=pause] {
        margin-left: 0
    }

    .plyr__controls button {
        position: relative;
        display: inline-block;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        overflow: visible;
        vertical-align: middle;
        padding: 7px;
        border: 0;
        background: 0 0;
        border-radius: 3px;
        cursor: pointer;
        -webkit-transition: background .3s ease,color .3s ease,opacity .3s ease;
        transition: background .3s ease,color .3s ease,opacity .3s ease;
        color: inherit
    }

        .plyr__controls button svg {
            width: 18px;
            height: 18px;
            display: block;
            fill: currentColor
        }

        .plyr__controls button:focus {
            outline: 0
        }

    .plyr__controls .icon--captions-on, .plyr__controls .icon--exit-fullscreen, .plyr__controls .icon--muted {
        display: none
    }

@media (min-width:480px) {
    .plyr__controls .plyr__progress, .plyr__controls .plyr__time, .plyr__controls > button {
        margin-left: 10px
    }
}

.plyr--hide-controls .plyr__controls {
    opacity: 0;
    pointer-events: none
}

.plyr--video .plyr__controls {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 50px 10px 10px;
    background: -webkit-gradient(linear,left top, left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,.5)));
    background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.5));
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    color: #fff;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

    .plyr--video .plyr__controls button.tab-focus:focus, .plyr--video .plyr__controls button:hover {
        background: #6bc918;
        ;
        color: #fff
    }

.plyr--audio .plyr__controls {
    padding: 10px;
    border-radius: inherit;
    background: #fff;
    border: 1px solid #dbe3e8;
    color: #565D64
}

    .plyr--audio .plyr__controls button.tab-focus:focus, .plyr--audio .plyr__controls button:hover, .plyr__play-large {
        background: #6bc918;
        color: #fff
    }

.plyr__play-large {
    display: none;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border-radius: 100%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 102px;
    height: 102px;
    background: rgba(48,82,102,0.1);
    z-index: 9;
    border: none;
    cursor: pointer;
}

    .plyr__play-large:before {
        content: '';
        width: 88px;
        height: 88px;
        background-color: #ffffff;
        position: absolute;
        top: 7px;
        left: 7px;
        border-radius: 100%;
        -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.15);
        box-shadow: 0 1px 1px rgba(0,0,0,.15);
    }

    .plyr__play-large svg {
        position: relative;
        left: 42px;
        width: 23px;
        height: 23px;
        display: block;
        fill: #6bc918;
        z-index: 99;
        position: absolute;
        top: 40px;
    }

    .plyr__play-large:focus {
        outline: rgba(255,255,255,.5) dotted 1px
    }

.plyr .plyr__play-large {
    display: inline-block
}

.plyr--audio .plyr__play-large, .plyr--playing .plyr__controls [data-plyr=play], .plyr__controls [data-plyr=pause] {
    display: none
}

.plyr--playing .plyr__play-large {
    opacity: 0;
    visibility: hidden
}

.plyr--playing .plyr__controls [data-plyr=pause] {
    display: inline-block
}

.plyr--captions-active .plyr__controls .icon--captions-on, .plyr--fullscreen-active .icon--exit-fullscreen, .plyr--muted .plyr__controls .icon--muted {
    display: block
}

    .plyr [data-plyr=captions], .plyr [data-plyr=fullscreen], .plyr--captions-active .plyr__controls .icon--captions-on + svg, .plyr--fullscreen-active .icon--exit-fullscreen + svg, .plyr--muted .plyr__controls .icon--muted + svg {
        display: none
    }

.plyr--captions-enabled [data-plyr=captions], .plyr--fullscreen-enabled [data-plyr=fullscreen] {
    display: inline-block
}

.plyr__tooltip {
    position: absolute;
    z-index: 2;
    bottom: 100%;
    margin-bottom: 10px;
    padding: 5px 7.5px;
    opacity: 0;
    background: rgba(0,0,0,.7);
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    line-height: 1.3;
    -webkit-transform: translate(-50%,10px) scale(.8);
    transform: translate(-50%,10px) scale(.8);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition: opacity .2s .1s ease,-webkit-transform .2s .1s ease;
    transition: opacity .2s .1s ease,-webkit-transform .2s .1s ease;
    transition: transform .2s .1s ease,opacity .2s .1s ease;
    transition: transform .2s .1s ease,opacity .2s .1s ease,-webkit-transform .2s .1s ease
}

    .plyr__tooltip::before {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: -4px;
        border-right: 4px solid transparent;
        border-top: 4px solid rgba(0,0,0,.7);
        border-left: 4px solid transparent;
        z-index: 2
    }

.plyr button.tab-focus:focus .plyr__tooltip, .plyr button:hover .plyr__tooltip, .plyr__tooltip--visible {
    opacity: 1;
    -webkit-transform: translate(-50%,0) scale(1);
    transform: translate(-50%,0) scale(1)
}

.plyr button:hover .plyr__tooltip {
    z-index: 3
}

.plyr__controls button:first-child .plyr__tooltip {
    left: 0;
    -webkit-transform: translate(0,10px) scale(.8);
    transform: translate(0,10px) scale(.8);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%
}

    .plyr__controls button:first-child .plyr__tooltip::before {
        left: 16px
    }

.plyr__controls button:last-child .plyr__tooltip {
    right: 0;
    -webkit-transform: translate(0,10px) scale(.8);
    transform: translate(0,10px) scale(.8);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

    .plyr__controls button:last-child .plyr__tooltip::before {
        left: auto;
        right: 16px;
        -webkit-transform: translateX(50%);
        transform: translateX(50%)
    }

.plyr__controls button:first-child .plyr__tooltip--visible, .plyr__controls button:first-child.tab-focus:focus .plyr__tooltip, .plyr__controls button:first-child:hover .plyr__tooltip, .plyr__controls button:last-child .plyr__tooltip--visible, .plyr__controls button:last-child.tab-focus:focus .plyr__tooltip, .plyr__controls button:last-child:hover .plyr__tooltip {
    -webkit-transform: translate(0,0) scale(1);
    transform: translate(0,0) scale(1)
}

.plyr__progress {
    position: relative;
    display: none;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1
}

    .plyr__progress input[type=range] {
        position: relative;
        z-index: 2
    }

        .plyr__progress input[type=range]::-webkit-slider-runnable-track {
            background: 0 0
        }

        .plyr__progress input[type=range]::-moz-range-track {
            background: 0 0
        }

        .plyr__progress input[type=range]::-ms-fill-upper {
            background: 0 0
        }

    .plyr__progress .plyr__tooltip {
        left: 0
    }

.plyr .plyr__progress {
    display: inline-block
}

.plyr__progress--buffer, .plyr__progress--played, .plyr__volume--display {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 8px;
    margin: -4px 0 0;
    padding: 0;
    vertical-align: top;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 100px
}

    .plyr__progress--buffer::-webkit-progress-bar, .plyr__progress--played::-webkit-progress-bar, .plyr__volume--display::-webkit-progress-bar {
        background: 0 0
    }

    .plyr__progress--buffer::-webkit-progress-value, .plyr__progress--played::-webkit-progress-value, .plyr__volume--display::-webkit-progress-value {
        background: currentColor;
        border-radius: 100px;
        min-width: 8px
    }

    .plyr__progress--buffer::-moz-progress-bar, .plyr__progress--played::-moz-progress-bar, .plyr__volume--display::-moz-progress-bar {
        background: currentColor;
        border-radius: 100px;
        min-width: 8px
    }

    .plyr__progress--buffer::-ms-fill, .plyr__progress--played::-ms-fill, .plyr__volume--display::-ms-fill {
        border-radius: 100px
    }

.plyr__progress--played, .plyr__volume--display {
    z-index: 1;
    color: #6bc918;
    background: 0 0;
    -webkit-transition: none;
    transition: none
}

    .plyr__progress--played::-webkit-progress-value, .plyr__volume--display::-webkit-progress-value {
        min-width: 8px;
        max-width: 99%;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        -webkit-transition: none;
        transition: none
    }

    .plyr__progress--played::-moz-progress-bar, .plyr__volume--display::-moz-progress-bar {
        min-width: 8px;
        max-width: 99%;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        -webkit-transition: none;
        transition: none
    }

    .plyr__progress--played::-ms-fill, .plyr__volume--display::-ms-fill {
        display: none
    }

.plyr__progress--buffer::-webkit-progress-value {
    -webkit-transition: width .2s ease;
    transition: width .2s ease
}

.plyr__progress--buffer::-moz-progress-bar {
    -webkit-transition: width .2s ease;
    transition: width .2s ease
}

.plyr__progress--buffer::-ms-fill {
    -webkit-transition: width .2s ease;
    transition: width .2s ease
}

.plyr--video .plyr__progress--buffer, .plyr--video .plyr__volume--display {
    background: rgba(255,255,255,.25)
}

.plyr--video .plyr__progress--buffer {
    color: rgba(255,255,255,.25)
}

.plyr--audio .plyr__progress--buffer, .plyr--audio .plyr__volume--display {
    background: rgba(198,214,219,.66)
}

.plyr--audio .plyr__progress--buffer {
    color: rgba(198,214,219,.66)
}

.plyr--loading .plyr__progress--buffer {
    -webkit-animation: plyr-progress 1s linear infinite;
    animation: plyr-progress 1s linear infinite;
    background-size: 25px 25px;
    background-repeat: repeat-x;
    background-image: linear-gradient(-45deg,rgba(0,0,0,.15) 25%,transparent 25%,transparent 50%,rgba(0,0,0,.15) 50%,rgba(0,0,0,.15) 75%,transparent 75%,transparent);
    color: transparent
}

.plyr--video.plyr--loading .plyr__progress--buffer {
    background-color: rgba(255,255,255,.25)
}

.plyr--audio.plyr--loading .plyr__progress--buffer {
    background-color: rgba(198,214,219,.66)
}

.plyr__time {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px
}

    .plyr__time + .plyr__time {
        display: none
    }

@media (min-width:768px) {
    .plyr__time + .plyr__time {
        display: inline-block
    }
}

.plyr__time + .plyr__time::before {
    content: '\2044';
    margin-right: 10px
}

.plyr__volume {
    display: none
}

.plyr .plyr__volume {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    position: relative
}

    .plyr .plyr__volume input[type=range] {
        position: relative;
        z-index: 2
    }

@media (min-width:480px) {
    .plyr .plyr__volume {
        display: block;
        max-width: 60px
    }
}

@media (min-width:768px) {
    .plyr .plyr__volume {
        max-width: 100px
    }
}

.plyr--is-ios .plyr__volume, .plyr--is-ios [data-plyr=mute] {
    display: none !important
}

.plyr--fullscreen-active {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 10000000;
    background: #000;
    border-radius: 0 !important
}

    .plyr--fullscreen-active video {
        height: 100%
    }

    .plyr--fullscreen-active .plyr__video-wrapper {
        height: 100%;
        width: 100%
    }

    .plyr--fullscreen-active .plyr__video-embed {
        overflow: visible
    }

    .plyr--fullscreen-active .plyr__controls {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0
    }

    .plyr--fullscreen-active.plyr--vimeo .plyr__video-wrapper {
        height: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}

    .nice-select:hover {
        border-color: #dbdbdb;
    }

    .nice-select:active, .nice-select.open, .nice-select:focus {
        border-color: #999;
    }

    .nice-select:after {
        border-bottom: 2px solid #999;
        border-right: 2px solid #999;
        content: '';
        display: block;
        height: 5px;
        margin-top: -4px;
        pointer-events: none;
        position: absolute;
        right: 12px;
        top: 50%;
        -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
        transform-origin: 66% 66%;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
        width: 5px;
    }

    .nice-select.open:after {
        -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

    .nice-select.open .list {
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);
    }

    .nice-select.disabled {
        border-color: #ededed;
        color: #999;
        pointer-events: none;
    }

        .nice-select.disabled:after {
            border-color: #cccccc;
        }

    .nice-select.wide {
        width: 100%;
    }

        .nice-select.wide .list {
            left: 0 !important;
            right: 0 !important;
        }

    .nice-select.right {
        float: right;
    }

        .nice-select.right .list {
            left: auto;
            right: 0;
        }

    .nice-select.small {
        font-size: 12px;
        height: 36px;
        line-height: 34px;
    }

        .nice-select.small:after {
            height: 4px;
            width: 4px;
        }

        .nice-select.small .option {
            line-height: 34px;
            min-height: 34px;
        }

    .nice-select .list {
        background-color: #fff;
        border-radius: 5px;
        box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
        box-sizing: border-box;
        margin-top: 4px;
        opacity: 0;
        overflow: hidden;
        padding: 0;
        pointer-events: none;
        position: absolute;
        top: 100%;
        left: 0;
        -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
        transform: scale(0.75) translateY(-21px);
        -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
        transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
        z-index: 9;
    }

        .nice-select .list:hover .option:not(:hover) {
            background-color: transparent !important;
        }

    .nice-select .option {
        cursor: pointer;
        font-weight: 400;
        line-height: 40px;
        list-style: none;
        min-height: 40px;
        outline: none;
        padding-left: 18px;
        padding-right: 29px;
        text-align: left;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
    }

        .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
            background-color: #f6f6f6;
        }

        .nice-select .option.selected {
            font-weight: bold;
        }

        .nice-select .option.disabled {
            background-color: transparent;
            color: #999;
            cursor: default;
        }

.no-csspointerevents .nice-select .list {
    display: none;
}

.no-csspointerevents .nice-select.open .list {
    display: block;
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */

/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */

/* Hide scroll bar */

html.remodal-is-locked {
  overflow: hidden;

  -ms-touch-action: none;
  touch-action: none;
}

/* Anti FOUC */

.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */

.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;

  display: none;
}

/* Necessary styles of the wrapper */

.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  display: none;
  overflow: auto;

  text-align: center;

  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;

  height: 100%;
  margin-left: -0.05em;

  content: "";
}

/* Fix iPad, iPhone glitches */

.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */

.remodal {
  position: relative;

  outline: none;

  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */

/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */

/* Default theme styles for the background */

.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

/* Default theme styles of the overlay */

.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */

.remodal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */

.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;

  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);

  color: #2b2e38;
  background: #fff;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */

.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */

.remodal-close {
  position: absolute;
  top: 0;
  left: 0;

  display: block;
  overflow: visible;

  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;

  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;

  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;

  position: absolute;
  top: 0;
  left: 0;

  display: block;

  width: 35px;

  content: "\00d7";
  text-align: center;
}

/* Dialog buttons */

.remodal-confirm,
.remodal-cancel {
  font: inherit;

  display: inline-block;
  overflow: visible;

  min-width: 110px;
  margin: 0;
  padding: 12px 0;

  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;

  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */

.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;

  border: 0;
}

/* Keyframes
   ========================================================================== */

@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);

    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;

    opacity: 1;

    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);

    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;

    opacity: 1;

    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);

    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);

    opacity: 0;

    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);

    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);

    opacity: 0;

    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* Media queries
   ========================================================================== */

@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px;
  }
}

/* IE8
   ========================================================================== */

.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

@charset "utf-8";

body,
html {
    font-family: 'iranyekan';
    width: 100vw;
    overflow-x: hidden;
}



.mb25 {
    margin-bottom: 25px !important;
}

input,
button {
    font-family: iranyekan;
    border: 0;
}

button {
    cursor: pointer;
}

.p30 {
    margin: 0 -15px;
}

    .p30 > div {
        padding: 0 15px;
    }

.p14 {
    margin: 0 -7px;
}

    .p14 > div {
        padding: 0 7px;
    }

    .p14 > p {
        padding: 0 7px;
    }

.p16 {
    margin: 0 -8px;
}

    .p16 > div {
        padding: 0 8px;
    }

.p12 {
    margin: 0 -6px;
}

    .p12 > div {
        padding: 0 6px;
    }

.p18 {
    margin: 0 -9px;
}

    .p18 > div {
        padding: 0 9px;
    }

.p10 {
    margin: 0 -5px;
}

    .p10 > div {
        padding: 0 5px;
    }

    .p10 > p {
        padding: 0 5px;
    }

.p28 {
    margin: 0 -14px;
}

    .p28 > div {
        padding: 0 14px;
    }

.p8 {
    margin: 0 -4px;
}

    .p8 > div {
        padding: 0 4px;
    }

.pl10 {
    padding-left: 10px;
}

.ml10 {
    margin-left: 10px;
}

.pl10 {
    padding-left: 10px;
}

.pl30 {
    padding-left: 30px;
}

.pr35 {
    padding-right: 35px;
}

.pr16 {
    padding-right: 16px;
}

.pr15 {
    padding-right: 15px;
}

.pr40 {
    padding-right: 40px;
}

.pl16 {
    padding-left: 16px;
}

.mt50 {
    margin-top: 50px;
}

.tr {
    text-align: right !important;
}

.swiper-button-disabled {
    opacity: .3;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.cred {
    color: #77be33;
}

.cgreen {
    color: #7ed036;
}

.bggray {
    background-color: #f9fdff;
}

textarea {
    border: 0;
    font-family: iranyekan;
}


/*header*/

.site-header:before {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    height: 2px;
    background: #77be33;
}

.site-header nav.top {
    background: #f1ffe2;
    position: relative;
}

    .site-header nav.top ul {
        overflow: hidden;
        padding-right: 15px;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .site-header nav.top li {
        color: #687880;
        font-size: 12px;
        font-weight: 300;
        line-height: 54px;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .site-header nav.top li:hover {
            color: #549916;
        }

        .site-header nav.top li:not(:last-child):after {
            content: '/';
            color: #b2c3cc;
            font-size: 10px;
            font-weight: 300;
            margin: 0 20px;
        }


    .site-header nav.top:before {
        content: '';
        width: 76px;
        height: 54px;
        background: url(/Content/Theme/img/nav_top1.png) no-repeat;
        right: -76px;
        top: 0;
        position: absolute;
    }

    .site-header nav.top:after {
        content: '';
        width: 69px;
        height: 54px;
        background: url(/Content/Theme/img/nav_top2.png) no-repeat;
        left: -69px;
        top: 0;
        position: absolute;
        z-index: 9;
    }

.site-header .call {
    line-height: 54px;
    background: #77be33;
    color: #ffffff;
    font-size: 11px;
    font-weight: 300;
    padding: 0 70px 0 75px;
    position: relative;
    overflow: hidden;
}

    .site-header .call:before {
        content: '';
        position: absolute;
        height: 3px;
        right: 0;
        left: 0;
        bottom: 0;
        background: #fff;
    }

    .site-header .call:after {
        content: '';
        width: 70px;
        height: 54px;
        background: url(/Content/Theme/img/nav_top3.png) no-repeat;
        left: 0;
        top: 2px;
        position: absolute;
        z-index: 9;
    }

    .site-header .call span {
        position: relative;
        z-index: 9;
    }

    .site-header .call b {
        float: left;
        font-size: 15px;
        font-weight: 800;
        position: relative;
        z-index: 99;
    }

        .site-header .call b i {
            font-weight: 300;
            float: left;
        }

.site-header .user-data {
    color: #47606f;
    font-size: 13px;
    font-weight: 300;
}

    .site-header .user-data em {
        margin-left: 15px;
    }

    .site-header .user-data > span > a {
        color: #466f85;
        font-weight: 400;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .site-header .user-data > span > a:not(:last-child):after {
            content: '/';
            color: #cad4db;
            font-size: 12px;
            font-weight: 300;
            margin: 0 7px;
        }

    .site-header .user-data > span.cart > a:after {
        display: none;
    }

    .site-header .user-data span a:hover {
        color: #549916;
    }

    .site-header .user-data > span {
        position: relative;
        padding-right: 50px;
        line-height: 36px;
        display: inline-block;
        margin-left: 55px;
    }

    .site-header .user-data span > i {
        width: 36px;
        height: 36px;
        border-radius: 100%;
        background: url(/Content/Theme/img/gr-radius.png) no-repeat;
        position: absolute;
        right: 0;
        top: 0;
    }

        .site-header .user-data span > i:before {
            width: 12px;
            height: 15px;
            font-size: 15px;
            color: #6c92a7;
            position: absolute;
            left: 14px;
            top: 9px;
        }

    .site-header .user-data span.cart > i:before {
        font-size: 18px;
        left: 17px;
    }

    .site-header .user-data span.cart .desc-cart {
        width: 350px;
        border-radius: 3px;
        border: 1px solid #dbe6ed;
        background-color: #f5f8fa;
        position: absolute;
        right: 50px;
        padding: 7px;
        z-index: 99;
        top: 20px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .site-header .user-data span.cart:hover .desc-cart {
        top: 30px;
        opacity: 1;
        visibility: visible;
    }

    .site-header .user-data span.cart .desc-cart li {
        -webkit-box-shadow: 0 1px 1px rgba(134, 161, 179, 0.45);
        box-shadow: 0 1px 1px rgba(134, 161, 179, 0.45);
        border-radius: 3px 2px 2px 3px;
        background-color: #ffffff;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        position: relative;
        padding: 20px 17px;
        margin-bottom: 6px;
    }

        .site-header .user-data span.cart .desc-cart li:hover {
            -webkit-box-shadow: 0 0 15px rgba(134, 161, 179, 0.45);
            box-shadow: 0 0 15px rgba(134, 161, 179, 0.45);
        }

        .site-header .user-data span.cart .desc-cart li .thumb {
            float: right;
            margin-left: 20px;
        }

            .site-header .user-data span.cart .desc-cart li .thumb img {
                width: 36px !important;
                height: 43px !important;
            }

        .site-header .user-data span.cart .desc-cart li h2 {
            color: #182e3b;
            font-size: 12px;
            font-weight: 400;
            line-height: 25px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .site-header .user-data span.cart .desc-cart li .footer {
            line-height: 15px;
            padding-left: 50px;
        }

        .site-header .user-data span.cart .desc-cart li > i {
            position: absolute;
            font-size: 7px;
            color: #9ab0bf;
            top: 50%;
            left: 10px;
            -webkit-transform: translate(0,-50%);
            transform: translate(0,-50%);
            cursor: pointer;
        }

            .site-header .user-data span.cart .desc-cart li > i:hover {
                color: #77be33;
            }

        .site-header .user-data span.cart .desc-cart li .footer > span {
            line-height: 15px;
            border-radius: 2px;
            color: #000000;
            font-size: 9px;
            font-weight: 300;
            width: auto;
            margin: 0;
            padding: 0 10px;
        }

        .site-header .user-data span.cart .desc-cart li .footer .fl span {
            color: #305266;
            font-size: 14px;
            font-weight: 400;
        }

        .site-header .user-data span.cart .desc-cart li .footer .fl i {
            font-size: 8px !important;
        }

    .site-header .user-data span.cart .desc-cart .btns {
        padding-top: 6px;
    }

        .site-header .user-data span.cart .desc-cart .btns a {
            line-height: 39px;
            border-radius: 2px;
            background-color: #ffffff;
            color: #5b6d78;
            font-size: 12px;
            font-weight: 400;
            padding: 0 20px;
        }

        .site-header .user-data span.cart .desc-cart .btns .fl {
            -webkit-box-shadow: 0 5px 20px rgba(1, 1, 1, 0.13);
            box-shadow: 0 5px 20px rgba(1, 1, 1, 0.13);
            border-radius: 1px;
            background-color: #77be33;
            color: #fff;
        }

    .site-header .user-data span > i b {
        position: absolute;
        width: 19px;
        height: 19px;
        background-color: #77be33;
        border-radius: 100%;
        color: #ffffff;
        font-size: 13px;
        font-weight: 300;
        line-height: 19px;
        text-align: center;
        bottom: 0;
        right: -3px;
        font-family: iranyekan;
    }

    .site-header .user-data span > i em {
        position: absolute;
        width: 12px;
        height: 12px;
        color: #77be33;
        font-size: 12px;
        bottom: 0;
        right: -3px;
    }

    .site-header .user-data .cart {
        padding-left: 20px;
    }

        .site-header .user-data .cart a {
            font-weight: 300;
        }

        .site-header .user-data .cart:after {
            content: '';
            position: absolute;
            border-left: 3px solid transparent;
            border-right: 3px solid transparent;
            border-top: 7px solid #77be33;
            left: 0;
            top: 50%;
            -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
        }

.site-header .seach {
    /*! float: left; */
    position: relative;
    padding-left: 0;
}

    .site-header .seach:before {
        content: '';
        position: absolute;
        width: calc(100% - 70px);
        height: 1px;
        right: 0;
        bottom: 0;
        background-color: #e3e3e3;
        background-image: -webkit-gradient(linear, left top, right top, from(#7ca5bc), color-stop(14%, #e8ecef), to(#e8ecef));
        background-image: linear-gradient(to right, #7ca5bc 0%, #e8ecef 14%, #e8ecef 100%);
    }

    .site-header .seach input {
        color: #324651;
        font-size: 13px;
        font-weight: 300;
        line-height: 34px;
        padding-left: 70px;
        width: 100%;
        padding-right: 7px;
    }

    .site-header .seach button {
        position: absolute;
        left: 40px;
        width: 26px;
        height: 26px;
        border: 0;
        background: none;
        bottom: 0;
        padding: 0;
        cursor: pointer;
    }

        .site-header .seach button i {
            width: 26px;
            height: 26px;
            color: #5f889f;
            position: absolute;
            left: 0;
            top: 0;
            font-size: 26px;
        }

.site-header > nav {
    position: relative;
    padding: 67px 0;
}

.dash-border1:before {
    content: '';
    height: 32px;
    background: url(/Content/Theme/img/nav-dash-top.png) center center no-repeat;
    color: #b6b6b6;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

.dash-border1:after {
    content: '';
    height: 32px;
    background: url(/Content/Theme/img/nav-dash-bottom.png) center center no-repeat;
    color: #b6b6b6;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

.dash-border2 {
    padding: 38px 0 58px;
}

    .dash-border2:before {
        content: '';
        height: 32px;
        background: url(/Content/Theme/img/nav-dash-bottom.png) center center no-repeat;
        color: #b6b6b6;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
    }

    .dash-border2:after {
        content: '';
        height: 32px;
        background: url(/Content/Theme/img/nav-dash-top.png) center center no-repeat;
        color: #b6b6b6;
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
    }

.site-header > nav > .container > ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    top: -13px;
}

    .site-header > nav > .container > ul > li {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        color: #36435f;
        font-size: 15px;
        font-weight: 300;
        line-height: 22px;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .site-header > nav > .container > ul > li > a {
            padding-right: 50px;
            position: relative;
            display: block;
        }

            .site-header > nav > .container > ul > li > a svg {
                position: absolute;
                width: 45px;
                height: 45px;
                color: #77be33;
                z-index: 0;
                top: 5px;
                right: 13px;
                -webkit-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
                font-size: 35px;
            }

            .site-header > nav > .container > ul > li > a .img-menu:after {
                content: '';
                right: 42px;
                width: 50px;
                height: 80px;
                background: #fff;
                -webkit-box-shadow: 7px 0 15px -13px rgba(0, 0, 0, 0.5);
                box-shadow: 7px 0 15px -15px rgba(0, 0, 0, 0.5);
                position: absolute;
                top: -27px;
                z-index: 9;
            }

            .site-header > nav > .container > ul > li > a svg path {
                fill: #77be33;
            }

        .site-header > nav > .container > ul > li:hover a svg path {
            fill: #000000;
        }

        .site-header > nav > .container > ul > li span {
            display: block;
            position: relative;
            top: 1px;
            width: 130px;
        }

.site-header > nav > ul > li i {
    width: 49px;
    height: 50px;
    position: absolute;
    right: 0;
}

.site-header > nav > .container > ul > li i img {
    position: absolute;
    height: 50px;
    color: #6bc918;
    z-index: 0;
    top: 0px;
    right: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.site-header > nav > .container > ul > li i:after {
    content: '';
    right: 42px;
    width: 50px;
    height: 80px;
    background: #fff;
    -webkit-box-shadow: 7px 0 15px -13px rgba(0, 0, 0, 0.5);
    box-shadow: 7px 0 15px -15px rgba(0, 0, 0, 0.5);
    position: absolute;
    top: -15px;
    z-index: 9;
}

.site-header > nav > .container > ul > li i:before {
    position: absolute;
    width: 39px;
    height: 35px;
    color: #6bc918;
    z-index: 0;
    top: 5px;
    right: 13px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 35px;
}

.site-header > nav > .container > ul > li:hover i:before {
    color: #375465;
}

main .top-search {
    margin-bottom: 50px;
}

    main .top-search a {
        line-height: 24px;
        border-radius: 1px;
        background-color: #f5f8fa;
        color: #223642;
        font-size: 12px;
        font-weight: 300;
        padding: 0 9px;
        margin-left: 2px;
        display: inline-block;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        main .top-search a:hover {
            background-color: #e6f4d9;
            border-radius: 0;
            color: #416125;
        }

    main .top-search span {
        padding-left: 35px;
        color: #223642;
        font-size: 13px;
        font-weight: 300;
        float: left;
        line-height: 24px;
    }

main .products-container {
    margin-bottom: 30px;
    position: relative;
}

    main .products-container > .title {
        padding-right: 75px;
        position: relative;
        color: #305266;
        font-size: 21px;
        font-weight: 700;
    }

    main .products-container > .title {
        padding-right: 75px;
        position: relative;
        color: #305266;
        font-size: 21px;
        font-weight: 700;
        line-height: 12px;
        margin-bottom: 15px;
    }

        main .products-container > .title > i {
            width: 33px;
            height: 34px;
            color: #a3b1b9;
            position: absolute;
            right: 20px;
            font-size: 34px;
        }

        main .products-container > .title b {
            display: block;
            color: #5b6d78;
            font-size: 10px;
            font-weight: 300;
            line-height: 33px;
        }

        main .products-container > .title > a {
            color: #5b6d78;
            font-weight: 300;
            padding-left: 40px;
            position: relative;
            float: left;
            font-size: 13px;
            line-height: 34px;
        }

            main .products-container > .title > a i {
                width: 13px;
                height: 13px;
                color: #77be33;
                position: absolute;
                left: 17px;
                top: 11px;
            }

    main .products-container .title > a em {
        color: #77be33;
        font-weight: 400;
    }

    main .products-container .product {
        position: relative;
        cursor: default;
    }

    main .products-container .right-shadow .product:not(:last-child):before {
        content: '';
        width: 28px;
        left: -28px;
        -webkit-box-shadow: 10px 0 18px -11px rgba(0, 0, 0, 0.3);
        box-shadow: 10px 0 18px -11px rgba(0, 0, 0, 0.3);
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: 0;
    }

    main .products-container.left-shadow .product:first-child:before {
        display: none;
    }

    main .products-container.left-shadow .product:not(:first-child):before {
        content: '';
        width: 28px;
        right: -28px;
        left: initial;
        -webkit-box-shadow: -10px 0 18px -11px rgba(0, 0, 0, 0.3);
        box-shadow: -10px 0 18px -11px rgba(0, 0, 0, 0.3);
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: 0;
    }

    main .products-container .product .thumb {
        height: 248px;
        position: relative;
        z-index: 9;
        margin-bottom: 4px;
    }

        main .products-container .product .thumb img {
            height: 180px;
        }

    main .products-container .product .title {
        color: #2c3941;
        font-size: 13px;
        font-weight: 400;
        text-align: center;
        margin-bottom: 15px;
        position: relative;
        z-index: 99;
    }

        main .products-container .product .title a {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            display: block;
            padding: 0px 5px;
        }

    main .products-container .product footer {
        text-align: center;
        /*! position: relative; */
        z-index: 99;
        display: flex;
        padding: 0px 15px 10px 15px;
    }


.product .addtocart {
    min-width: 33px;
    height: 33px;
    background-color: #77be33;
    display: inline-block;
    margin-left: 13px;
    border-radius: 5px 0 5px 0;
    position: relative;
    overflow: hidden;
    line-height: 30px;
    color: #fff;
}

        .product .addtocart i::before {
            width: 40px;
            height: 32px;
            position: absolute;
            bottom: -10px;
            right: -15px;
            font-size: 32px;
        }

        .product .addtocart i:after {
            content: '+';
            width: 12px;
            height: 12px;
            color: #ffffff;
            font-size: 23px;
            font-weight: 300;
            position: absolute;
            top: 0px;
            right: 15px;
            line-height: 12px;
        }

.product .blogCat-footer .addtocart i:after {
    display: none !important;
}

.product .price {
    line-height: 33px;
    float: left;
    height: 45px;
    width: 100%;
    text-align: left;
}

    .product .price ans {
        color: #2c3941;
        font-size: 25px;
        font-weight: 300;
        overflow: hidden;
        position: relative;
        top: -9px;
        line-height: 33px;
        font-family: iranyekan;
    }

    .product .price del {
        color: #7e909b;
        font-size: 14px;
        font-weight: 300;
        line-height: 21px;
        text-decoration: line-through;
        float: right;
        width: 100%;
        position: relative;
        top: -5px;
        text-align:left;
    }

        .product .price del.top-15 {
            top: -15px;
        }

    .product .price i {
        color: #2c3941;
        font-size: 10px;
        width: 27px;
        display: inline-block;
        line-height: 11px;
        position: relative;
        right: -3px;
        top: -8px;
        font-family: 'iranyekan';
    }

        .product .price i b {
            display: block;
            color: #6c7e89;
            font-size: 7px;
            position: relative;
            left: -5px;
        }

.product .gift {
    position: absolute;
    right: 35px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

main .products-container .product .gift .gthumb {
    position: relative;
    height: 118px;
    width: 118px;
    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;
}

    main .products-container .product .gift .gthumb:before {
        content: '';
        position: absolute;
        width: 118px;
        height: 118px;
        background-color: #ffffff;
        opacity: 0.8;
        border-radius: 100%;
        position: absolute;
        right: 0;
        top: 0;
    }

    main .products-container .product .gift .gthumb b {
        width: 96px;
        height: 96px;
        position: relative;
        z-index: 9;
        background: url(/Content/Theme/img/gr-radius2.png) no-repeat center;
        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;
    }

        main .products-container .product .gift .gthumb b img {
            height: 80px;
            border-radius: 50%;
        }

main .products-container .product .gift h3 {
    position: absolute;
    line-height: 29px;
    -webkit-box-shadow: 0 5px 20px rgba(1, 1, 1, 0.13);
    box-shadow: 0 5px 20px rgba(1, 1, 1, 0.13);
    border-radius: 2px;
    background-color: #ffffff;
    right: 20px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #243139;
    font-size: 12px;
    font-weight: 300;
    padding: 0 18px 0 10px;
    width: auto;
    z-index: 9;
    right: 100px;
    white-space: nowrap;
}

    main .products-container .product .gift h3 i {
        position: absolute;
        width: 16px;
        height: 16px;
        top: 5px;
        right: -6px;
        background: url(/Content/Theme/img/gift.png) no-repeat center;
    }

main .products-scroll {
    overflow: hidden;
    position: relative;
    cursor: default important;
}

main .products-container > .content {
    padding-bottom: 20px;
}

.swiper-container-horizontal > .swiper-scrollbar {
    bottom: 0;
}

main .ads-index {
    margin-bottom: 50px;
}

main .products-container.br-product .product {
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 0 1px rgba(188, 203, 212, 0.45);
    box-shadow: inset 0 0 0 1px rgba(188, 203, 212, 0.45);
    background-color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

main .cat-section.br-product .product:hover {
    -webkit-box-shadow: inset 0 0 0 1px rgba(188, 203, 212, 0.45), 0 5px 20px rgba(56, 86, 98, 0.22);
    box-shadow: inset 0 0 0 1px rgba(188, 203, 212, 0.45), 0 5px 20px rgba(56, 86, 98, 0.22);
}

main .products-container.green > .title,
main .products-container.green > .title > a em {
    color: #77be33;
}

    main .products-container.green > .title > a i {
        color: #77be33;
    }

.green .addtocart {
    background-color: #77be33;
}

.products-scroll [data-countdown] {
    position: absolute;
    right: 45px;
    top: 40%;
}

[data-countdown] {
    width: 75px;
    height: 75px;
    z-index: 99;
    -webkit-box-shadow: 0 0 1px rgba(107, 201, 24, 0.3);
    box-shadow: 0 0 1px rgba(107, 201, 24, 0.3);
    border-radius: 100%;
    position: relative;
}

    [data-countdown] svg {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    [data-countdown] .circle_animation {
        stroke-dasharray: 225;
        -webkit-transition: all 1s linear 0s;
        transition: all 1s linear 0s;
        background: #fff;
    }

    [data-countdown] > b > i {
        margin: 0 2px;
    }

    [data-countdown] > i {
        position: absolute;
        top: 19px;
        right: 0;
        left: 0;
        text-align: center;
        color: #e72125;
        font-size: 24px;
        font-weight: 300;
        line-height: 17px;
    }

    [data-countdown] > b {
        position: absolute;
        top: 41px;
        right: 0;
        left: 0;
        color: #213a4a;
        font-size: 11px;
        font-weight: 300;
        text-align: center;
    }

.private-product .container {
    position: relative;
}

.private-product .tab-title {
    text-align: center;
    margin-bottom: 40px;
}

    .private-product .tab-title .title {
        color: #2d4b5e;
        font-size: 17px;
        font-weight: 400;
        display: inline-block;
        cursor: pointer;
        -webkit-filter: blur(2px);
        filter: blur(2px);
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .private-product .tab-title .title.active {
            -webkit-filter: blur(0);
            filter: blur(0);
        }

    .private-product .tab-title i {
        width: 14px;
        height: 19px;
        color: #e72125;
        display: inline-block;
        margin: 0 30px;
        position: relative;
        top: 4px;
        font-size: 19px;
    }

.private-product .private-product-slider {
    overflow: hidden;
    padding-bottom: 1px;
}

.products-container .product .icon-holidays {
    color: #a3b1b9;
    position: absolute;
    right: 22px;
    bottom: 115px;
    z-index: 9;
    font-size: 18px;
}

.private-product .product footer,
.last-product .product footer {
    padding: 18px;
}

    .private-product .product footer:after,
    .last-product .product footer:after {
        content: '';
        display: block;
        clear: both;
    }

.private-product .product .addtocart,
.last-product .product .addtocart {
    float: right;
}

.private-product .product .price,
.last-product .product .price {
}

main .private-product .product .price ans,
main .private-product .product .price i,
main .last-product .product .price ans,
main .last-product .product .price i {
    top: 0;
}

.locked .content {
    -webkit-filter: blur(3px);
    filter: blur(3px);
    position: relative;
}

    .locked .content:before {
        content: '';
        position: absolute;
        right: 0;
        left: 0;
        top: 0;
        bottom: 0;
        z-index: 3;
    }

.locked .content {
    position: relative;
    z-index: 2;
}

    .locked .content:after {
        content: '';
        position: absolute;
        background: #e9ddba;
        z-index: 0;
        height: 25px;
        top: 62%;
        right: 0;
        left: 0;
    }

.locked-con {
    display: none;
}

.locked .locked-con:before {
    content: '';
    border-left: 35px solid transparent;
    border-right: 0 solid transparent;
    border-top: 15px solid #e9ddba;
    position: absolute;
    left: 0;
    bottom: -15px;
}

.locked .locked-con:after {
    content: '';
    border-left: 0 solid transparent;
    border-right: 35px solid transparent;
    border-top: 15px solid #e9ddba;
    position: absolute;
    right: 0;
    bottom: -15px;
}

.locked .locked-con {
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
    background-color: #fff4d4;
    position: absolute;
    z-index: 9;
    top: 50%;
    right: -35px;
    left: -35px;
    padding: 40px 50px;
    display: block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

    .locked .locked-con strong {
        font-weight: 700;
    }

    .locked .locked-con .btn {
        float: left;
        line-height: 36px;
        border-radius: 3px;
        background-color: #f1e7c8;
        color: #453813;
        margin-left: 10px;
        padding: 0 17px;
    }

        .locked .locked-con .btn.green {
            background-color: #6bc918;
            color: #ffffff;
        }

.special-cat {
    margin-bottom: 45px;
}

    .special-cat img {
        -webkit-box-shadow: 0 0 17px rgba(1, 1, 1, 0.1);
        box-shadow: 0 0 17px rgba(1, 1, 1, 0.1);
        border-radius: 2px;
        background-color: #ffffff;
        overflow: hidden;
    }

.last-product .tab-title p {
}

.last-product .tab-title b {
    color: #1a3748;
    font-size: 15px;
    font-weight: 700;
    margin-left: 48px;
    float: right;
}

    .last-product .tab-title b:after {
        content: '»';
        width: 7px;
        height: 10px;
        color: #bac6ce;
        margin-right: 11px;
    }

.last-product .tab-title ul li {
    display: inline-block;
    position: relative;
    border-radius: 2px;
    line-height: 24px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-bottom: 3px;
}

    .last-product .tab-title ul li img,
    .last-product .tab-title ul li svg {
        position: absolute;
        width: 19px;
        height: 17px;
        color: #8fa0ab;
        right: 3px;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        font-size: 17px;
        text-align: center;
    }

        .last-product .tab-title ul li svg path {
            fill: #8fa0ab;
        }

    .last-product .tab-title ul li.active h2 {
        color: #ffffff;
        background-color: #94a7b3;
    }

    .last-product .tab-title ul li.active i {
        color: #fff;
    }

    .last-product .tab-title ul li.active svg path {
        fill: #fff;
    }

    .last-product .tab-title ul li h2 {
        padding-right: 28px;
        color: #2d4b5e;
        font-size: 13px;
        font-weight: 300;
        padding-left: 10px;
        border-radius: 2px;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .last-product .tab-title ul li:not(:last-child) {
        padding-left: 14px;
    }

    .last-product .tab-title ul li i {
        position: absolute;
        width: 19px;
        height: 17px;
        color: #8fa0ab;
        right: 3px;
        top: 3px;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        font-size: 17px;
        text-align: center;
    }

.last-product .tab-title p {
    font-size: 14px;
    font-weight: 300;
    color: #1a3748;
    margin-top: 25px;
    margin-bottom: 30px;
}

    .last-product .tab-title p em {
        color: #e72125;
        font-weight: 400;
    }

    .last-product .tab-title p a {
        float: left;
        font-size: 13px;
        color: #5b6d78;
        font-weight: 300;
        padding-left: 30px;
        position: relative;
    }

        .last-product .tab-title p a i {
            position: absolute;
            width: 13px;
            height: 13px;
            color: #e72125;
            top: 5px;
            left: 5px;
        }

        .last-product .tab-title p a strong {
            color: #e72125;
            font-weight: 400;
        }

.last-product .last-product-slider {
    overflow: hidden;
    padding-bottom: 1px;
}

.last-product .last-product-tab {
    position: relative;
}

.last-product .lp-next {
    height: 58px;
    color: #415e70;
    position: absolute;
    right: -75px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    font-size: 58px;
    line-height: 0;
    left: initial !important;
}

.last-product .lp-next,
.last-product .lp-prev {
    height: 58px;
    color: #415e70;
    position: absolute;
    left: -75px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    font-size: 58px;
    line-height: 0;
}


/* single */
.sharing ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .sharing ul li {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        color: #466f85;
        font-size: 13px;
        font-weight: 300;
        text-align: center;
    }

        .sharing ul li a {
            display: block;
        }

        .sharing ul li i {
            font-size: 20px;
            color: #415e70;
            margin-bottom: 10px;
            display: block;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

.sharing .remodal-close {
    top: 32px;
    left: 30px;
    z-index: 99;
}

.sharing .slider .remodal-close {
    top: 32px;
    left: 30px;
    z-index: 99;
}

.sharing ul li:hover i {
    color: #6bc918;
}

main .single .sec-top {
    margin-bottom: 50px;
}

main .breadcrumb {
    padding-right: 60px;
    margin-bottom: 20px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    main .breadcrumb i {
        width: 19px;
        height: 17px;
        color: #8fa0ab;
        position: absolute;
        right: 20px;
        top: 3px;
        font-size: 17px;
    }

    main .breadcrumb a {
        color: #2d4b5e;
        font-size: 13px;
        font-weight: 300;
        display: -webkit-box;
        display: -ms-flexbox;
        /*display: flex;*/
    }

        main .breadcrumb a:after {
            content: '...';
            margin: 0 15px;
            line-height: 14px;
            height: 19px;
        }

main .single .sec-top header {
    margin-bottom: 21px;
}

    main .single .sec-top header [data-countdown] {
        float: right;
        margin-left: 30px;
    }

    main .single .sec-top header h1 {
        color: #182e3b;
        font-size: 20px;
        font-weight: 700;
        padding-top: 10px;
        margin-bottom: 3px;
    }

    main .single .sec-top header span {
        color: #182e3b;
        font-size: 11px;
        font-weight: 300;
        line-height: 19px;
    }

    main .single .sec-top header .stars {
        margin-left: 13px;
    }

main .single .sec-top .pr-option {
    position: relative;
    padding-top: 20px;
    margin-bottom: 25px;
}

    main .single .sec-top .pr-option:before {
        content: '';
        position: absolute;
        width: 90%;
        height: 1px;
        background-color: #dae5eb;
        background-image: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#dae5eb));
        background-image: linear-gradient(to right, #ffffff 0%, #dae5eb 100%);
        top: 0;
    }

    main .single .sec-top .pr-option h4 {
        color: #657b88;
        font-size: 14px;
        font-weight: 300;
        padding-right: 32px;
        position: relative;
        margin-bottom: 17px;
    }

        main .single .sec-top .pr-option h4 i {
            width: 15px;
            height: 15px;
            color: #90a5b1;
            position: absolute;
            right: 3px;
            top: 2px;
            font-size: 15px;
        }

    main .single .sec-top .pr-option input {
        display: none;
    }

main .single .sec-top .color-option input + label {
    width: 142px;
    display: inline-block;
}

main .single .sec-top .pr-option input + label {
    line-height: 33px;
    margin-left: 10px;
    position: relative;
    text-align: center;
    height: 33px;
    cursor: pointer;
    color: #000000;
    font-size: 14px;
}

main .single .sec-top .color-option input + label span {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

main .single .sec-top .color-option input + label i {
    color: #000000;
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    opacity: 0;
    font-size: 0;
    position: absolute;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

main .single .sec-top .color-option input:checked + label span {
    font-size: 0;
    opacity: 0;
}

main .single .sec-top .color-option input:checked + label i {
    width: 24px;
    height: 16px;
    top: 9px;
    left: calc(50% - 12px);
    opacity: 0.3;
    font-size: 16px;
}

.bg-green {
    background-color: #aad754;
}

.bg-white {
    background-color: #f5f8fa;
}

.bg-blue {
    background-color: #78dde3;
}

main .single .sec-top #productPricesItemSection div:last-child {
    margin-bottom: -10px;
}

    main .single .sec-top .garranti-option input + label {
        padding: 0 12px 0 55px;
        color: #ffffff;
        font-size: 14px;
        font-weight: 300;
        background-color: #f5f8fa;
        color: #5b7687;
        border-radius: 3px;
        margin-bottom: 10px;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        display: inline-block;
    }

        main .single .sec-top .garranti-option input + label > i {
            position: absolute;
            width: 18px;
            height: 12px;
            color: #b5cbd7;
            top: 10px;
            left: 18px;
        }

    main .single .sec-top .garranti-option input:checked + label {
        background-color: #305266;
        color: #ffffff;
    }

        main .single .sec-top .garranti-option input:checked + label i {
            color: #aad754;
        }

main .single .product-visual {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}

    main .single .product-visual .thumb {
        border-radius: 3px;
        border: 1px solid rgb(119, 190, 51);
        position: relative;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 60px);
        flex: 0 0 calc(100% - 63px);
    }

        main .single .product-visual .thumb img {
            height: 300px;
        }

        main .single .product-visual .thumb i {
            width: 20px;
            height: 20px;
            top: 20px;
            right: 20px;
            background-color: #7dc13c;
            position: absolute;
        }

        main .single .product-visual .thumb b {
            right: 20px;
            bottom: 20px;
            position: absolute;
        }

            main .single .product-visual .thumb b svg {
                width: 160px;
                height: auto;
            }

    main .single .product-visual .nav a {
        display: block;
        width: 52px;
        height: 52px;
        border-radius: 3px;
        border: 1px solid rgba(167, 181, 189, 0.45);
        background-color: #ffffff;
        margin-bottom: 10px;
        position: relative;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        main .single .product-visual .nav a:first-child {
            margin-bottom: 100px;
        }

        main .single .product-visual .nav a:last-child {
            margin-bottom: 0;
        }

        main .single .product-visual .nav a i {
            width: 24px;
            height: 20px;
            color: #a7b5bd;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            font-size: 20px;
            text-align: center;
        }

        main .single .product-visual .nav a b {
            width: 19px;
            height: 19px;
            background-color: #7dc13c;
            position: absolute;
            border-radius: 100%;
            line-height: 19px;
            color: #ffffff;
            font-size: 12px;
            font-weight: 400;
            right: 7px;
            bottom: 9px;
            text-align: center;
        }

        main .single .product-visual .nav a:hover {
            background: #7dc13c;
            color: #fff;
        }

        main .single .product-visual .nav a.active {
            background: #7dc13c;
            color: #fff;
        }

            main .single .product-visual .nav a.active i {
                color: #fff;
            }

        main .single .product-visual .nav a:hover i {
            color: #fff;
        }

        main .single .product-visual .nav a:hover b {
            background-color: #a7b5bd;
        }

main .single .summary {
    margin-bottom: 60px;
}

    main .single .summary > .title {
        float: right;
        width: 60px;
        top: 0;
        position: relative;
        bottom: 0;
    }

        main .single .summary > .title i {
            color: #182e3b;
            font-size: 13px;
            font-weight: 300;
            position: absolute;
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
            right: -21px;
            width: 100px;
            top: 65px;
        }

    main .single .summary > .content {
        float: left;
        width: calc(100% - 60px);
        -webkit-box-shadow: 0 1px 0 rgba(154, 176, 191, 0.55);
        box-shadow: 0 1px 0 rgba(154, 176, 191, 0.55);
        border-radius: 2px;
        background-color: #f5f8fa;
        padding: 15px 22px 11px;
    }

        main .single .summary > .content input {
            margin-left: 20px;
            padding: 5px;
            border-radius: 5px;
            border: 1px solid #d8e0e7;
            text-align: center;
            width: 70px;
            float: right;
        }

        main .single .summary > .content h2 {
            color: #182e3b;
            font-size: 13px;
            font-weight: 300;
            margin-bottom: 8px;
        }

        main .single .summary > .content p {
            line-height: 21px;
            margin-bottom: 30px;
        }

            main .single .summary > .content p span {
                color: #182e3b;
                font-size: 14px;
                font-weight: 300;
                margin-left: 40px;
            }

                main .single .summary > .content p span b {
                    margin-right: 7px;
                }

                main .single .summary > .content p span .color {
                    width: 21px;
                    height: 21px;
                    border-radius: 2px;
                    /*background-color: #aad754;*/
                    display: inline-block;
                    margin-right: 7px;
                    top: 7px;
                    position: relative;
                }

        main .single .summary > .content .price {
            float: right;
            width:auto;
        }

        main .single .summary > .content .addtocart {
            float: right;
            margin-left: 30px;
            padding: 0 52px 0 20px;
        }

            main .single .summary > .content .addtocart img {
                margin-left: 5px;
            }

        main .single .summary > .content .price .regular-price {
            color: #2c3941;
            font-size: 17px;
            font-weight: 300;
            line-height: 33px;
            margin-left: 25px;
        }

        main .single .summary > .content .price .regular-price,
        main .single .summary > .content .price .main-price {
            width: auto;
            top: 0;
        }

        main .single .summary > .content .price .main-price {
            font-size: 38px;
        }

        main .single .summary > .content .price > b {
            float: right;
            color: #2c3941;
            font-size: 16px;
            font-weight: 300;
            margin-left: 10px;
        }

        main .single .summary > .content .price > i {
            font-size: 15px;
            width: auto;
        }

            main .single .summary > .content .price > i b {
                font-size: 10px;
                left: -13px;
                top: 5px;
            }

        main .single .summary > .content .price .comming {
            color: #35a9b3;
            font-weight: 400;
            font-size: 16px;
        }

        main .single .summary > .content .price .not {
            color: #77be33;
            font-weight: 400;
            font-size: 16px;
        }



main .single .intro {
    margin-bottom: 15px;
}

    main .single .intro h2 {
        color: #305266;
        font-size: 17px;
        font-weight: 400;
        margin-bottom: 13px;
        line-height: 22px;
    }

    main .single .intro .content {
        color: #305266;
        font-size: 13px;
        font-weight: 400;
        line-height: 31px;
        text-align: justify;
        position: relative;
        z-index: 2;
    }
        main .single .intro .content p {
            line-height: 26px;
            text-align: justify;
            font-family: inherit !important;
        }

        main .single .intro .property {
            overflow: hidden;
        }

        main .single .intro .property h2 {
            color: #77be33;
            font-size: 15px;
            position: relative;
            z-index: 2;
        }

        main .single .intro .property i {
            width: 238px;
            height: 238px;
            background-color: #f5f8fa;
            position: absolute;
            right: -45px;
            top: 3px;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

        main .single .intro .property:hover i {
            right: 0px;
        }

        main .single .intro .property:before {
            content: '';
            position: absolute;
            right: -23px;
            top: 0;
            bottom: 0;
            width: 23px;
            height: 270px;
            -webkit-box-shadow: -10px 10px -5px rgba(0, 0, 0, 0.3);
            box-shadow: -14px 0 15px -10px rgba(0, 0, 0, 0.3);
            z-index: 9;
        }

.bg-gr-gray {
    padding: 50px 0;
    position: relative;
    background-color: #f5f8fa;
}

    .bg-gr-gray:before {
        content: '';
        position: absolute;
        right: 0;
        left: 0;
        top: 0;
        background: rgb(255, 255, 255);
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 1)), to(rgba(245, 249, 251, 1)));
        background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(245, 249, 251, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f9fb', GradientType=0);
        height: 60px;
        z-index: 0;
    }

    .bg-gr-gray:after {
        content: '';
        position: absolute;
        right: 0;
        left: 0;
        bottom: 0;
        background: rgb(245, 249, 251);
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(245, 249, 251, 1)), to(rgba(255, 255, 255, 1)));
        background: linear-gradient(to bottom, rgba(245, 249, 251, 1) 0%, rgba(255, 255, 255, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f9fb', endColorstr='#ffffff', GradientType=0);
        height: 60px;
        z-index: 0;
    }

main .single .related .lp-next,
main .single .related .lp-prev {
    color: #cbd3d9;
}

main .single .related > h2 {
    color: #305266;
    font-size: 23px;
    font-weight: 300;
    line-height: 31px;
    text-align: center;
    margin-bottom: 27px;
}

main .single .box {
    -webkit-box-shadow: 0 1px 0 rgba(168, 182, 191, 0.45);
    box-shadow: 0 1px 0 rgba(168, 182, 191, 0.45);
    border-radius: 2px;
    background-color: #ffffff;
    margin-bottom: 30px;
    padding: 25px 0 5px;
}

    main .single .box > .title {
        color: #305266;
        font-size: 18px;
        font-weight: 400;
        padding-right: 150px;
        position: relative;
        margin-bottom: 55px;
        padding-left: 50px;
    }

        main .single .box > .title:before {
            content: '';
            width: 23px;
            height: 85px;
            position: absolute;
            right: 127px;
            -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
            box-shadow: 12px 0 16px -10px rgba(0, 0, 0, 0.3);
            top: -19px;
        }

        main .single .box > .title > i {
            right: 45px;
            width: 55px;
            height: 51px;
            color: #305266;
            position: absolute;
            font-size: 51px;
        }

            main .single .box > .title > i b {
                right: -8px;
                bottom: -3px;
                width: 26px;
                height: 26px;
                background-color: #f1ffe2;
                position: absolute;
                color: #2f4d5f;
                font-size: 13px;
                font-weight: 400;
                border-radius: 100%;
                text-align: center;
                line-height: 26px;
                font-family: iranyekan;
            }

        main .single .box > .title h2 {
            color: #305266;
            font-size: 18px;
            font-weight: 400;
        }

        main .single .box > .title h3 {
            color: #9aa6ae;
            font-size: 12px;
            font-weight: 400;
        }

main .single .review .content {
    padding: 0 40px;
}

    main .single .review .content p {
        line-height: 35px;
        text-align: justify;
        font-family:inherit !important;
    }

    main .single .review .content h2 {
        color: #35a9b3;
        font-size: 16px;
        font-weight: 700;
        line-height: 31px;
        margin-bottom: 10px;
        margin-top: 10px;
    }

main .single .row-detail {
    margin-bottom: 50px;
    margin-top: 50px;
}

    main .single .row-detail h3 {
        color: #305266;
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 14px;
    }

main .single .green h3 {
    color: #5fb017;
}

main .single .points ul li {
    color: #0f2029;
    font-size: 13px;
    font-weight: 400;
    line-height: 31px;
    position: relative;
}

main .single .points ul {
    counter-reset: section;
}

    main .single .points ul li:before {
        counter-increment: section;
        content: counter(section);
        width: 13px;
        height: 13px;
        background-color: #b8d2e1;
        border-radius: 100%;
        color: #ffffff;
        font-size: 13px;
        font-weight: 400;
        text-align: center;
        position: absolute;
        right: 0;
        top: 10px;
        line-height: 15px;
    }

main .single .green ul li:before {
    background: #73ba34;
}

main .single .points ul li {
    color: #0f2029;
    font-size: 13px;
    font-weight: 400;
    line-height: 31px;
    padding-right: 28px;
}

main .single .review .content .desc {
    color: #0f2029;
    font-size: 13px;
    font-weight: 300;
    line-height: 31px;
    text-align: justify;
}

main .single .film .title h2 {
    color: #6bc918;
}

main .single .film .title > i {
    color: #6bc918;
}

main .single .box .additional {
    color: #0f2029;
    font-size: 13px;
    font-weight: 400;
    border-bottom: 1px solid #192b35;
    padding-bottom: 6px;
}

    main .single .box .additional i {
        width: 17px;
        height: 15px;
        color: #6bc918;
        margin: auto;
        display: block;
        margin-bottom: 9px;
        font-size: 20px;
    }

main .single .film .content {
    padding: 0 30px 35px;
}

    main .single .film .content .plyr {
        border-radius: 2px;
        overflow: hidden;
    }
main .single .film .content video{
    width:100%;
}

main .single .specifications .title .additional {
    color: #9aa6ae;
    border-color: #d2d9de;
    font-size: 12px;
}

main .single .specifications .specific-row h2 {
    color: #305266;
    font-size: 18px;
    font-weight: 400;
    padding: 0 45px;
    margin-bottom: 10px;
}

main .single .specifications .specific-row ul li {
    font-size: 13px;
    line-height: 41px;
    padding-right: 60px;
    position: relative;
    font-weight: 400;
    margin-left: 22px;
}

    main .single .specifications .specific-row ul li em i {
        padding-left: 4px;
    }

    main .single .specifications .specific-row ul li:last-child {
        padding-bottom: 5px;
    }

    main .single .specifications .specific-row ul li:not(:last-child):after {
        content: '';
        position: absolute;
        right: 0;
        left: 0;
        bottom: -2px;
        height: 1px;
        background-color: #cbd8e1;
        opacity: 0.5;
    }

main .single .specifications .specific-row:not(:last-child) {
    border-bottom: 8px solid #f5f8fa;
    margin-bottom: 30px;
}

main .single .specifications .specific-row:nth-child(2n) {
    color: #3f661c;
}

    main .single .specifications .specific-row:nth-child(2n) h2 {
        color: #72a348;
    }

main .single .specifications .specific-row ul li:before {
    content: '-';
    position: absolute;
    right: 45px;
    top: 2px;
}

main .single .specifications .specific-row ul li span {
    font-weight: 300;
    min-width: 130px;
    display: inline-block;
}

main .single .comments {
    padding: 0;
    padding-top: 25px;
}

    main .single .comments .comment-list > ul > li {
        margin-bottom: 23px;
    }

    main .single .comments .comment-list .comment {
        padding: 0 35px;
        border-bottom: 1px solid #e9eff3;
    }

    main .single .comments .comment-list li:last-child .comment {
        border-bottom: none;
    }

    main .single .comments .comment-list .comment .title {
        color: #305266;
        font-size: 16px;
        font-weight: 400;
        line-height: 30px;
        margin-bottom: 25px;
    }

        main .single .comments .comment-list .comment .title > i {
            width: 18px;
            height: 18px;
            background-color: #d9f5c1;
            float: right;
            margin-left: 12px;
            border-radius: 100%;
            text-align: center;
            color: #6bc918;
            top: 7px;
            position: relative;
            line-height: 18px;
            font-size: 8px;
        }

        main .single .comments .comment-list .comment .title > span {
            color: #607d8e;
            font-size: 12px;
            font-weight: 300;
            margin-right: 20px;
        }

        main .single .comments .comment-list .comment .title > b {
            line-height: 30px;
            background-color: #f5f8fa;
            float: left;
            padding: 0 38px 0 7px;
            border-radius: 30px;
            color: #305266;
            font-size: 12px;
            font-weight: 300;
            position: relative;
        }

            main .single .comments .comment-list .comment .title > b i {
                position: absolute;
                width: 19px;
                height: 17px;
                color: #6bc918;
                right: 12px;
                top: 7px;
                font-size: 17px;
            }

    main .single .comments .comment-list .comment .com-content {
        color: #305266;
        font-size: 14px;
        font-weight: 300;
        line-height: 31px;
        margin-bottom: 30px;
    }

    main .single .comments .comment-list .comment .com-statistic {
        border-radius: 2px;
        background-color: #f5f8fa;
        margin-bottom: 30px;
    }

        main .single .comments .comment-list .comment .com-statistic ul {
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -ms-align-items: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            main .single .comments .comment-list .comment .com-statistic ul li {
                -webkit-box-flex: 1;
                -ms-flex: 1 0 auto;
                flex: 1 0 auto;
                text-align: center;
                color: #305266;
                font-size: 13px;
                font-weight: 300;
                border-left: 1px solid #e5ecf1;
                padding: 12px 0 7px;
            }

                main .single .comments .comment-list .comment .com-statistic ul li:last-child {
                    border: none;
                }

                main .single .comments .comment-list .comment .com-statistic ul li b {
                    display: block;
                    font-size: 16px;
                    font-weight: 700;
                }

    main .single .comments .comment-snd {
        background: #ecf0f3;
        padding: 35px 30px 30px;
    }

        main .single .comments .comment-snd h3 {
            color: #305266;
            font-size: 15px;
            font-weight: 300;
            line-height: 31px;
            padding-bottom: 10px;
        }

        main .single .comments .comment-snd textarea {
            width: 100%;
            height: 276px;
            border-radius: 2px;
            background-color: #f5f8fb;
            color: #323232;
            padding: 30px 30px 0 0;
            margin-bottom: 8px;
        }

        main .single .comments .comment-snd .not-login textarea {
            -webkit-filter: blur(1px);
            filter: blur(1px);
            margin-bottom: 15px;
        }

        main .single .comments .comment-snd .not-login .login-area {
            position: absolute;
            right: 0;
            top: 50%;
            left: 0;
            bottom: 0;
            text-align: center;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            height: 95px;
            -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
        }

            main .single .comments .comment-snd .not-login .login-area h4 {
                color: #152a37;
                font-size: 16px;
                font-weight: 300;
                -webkit-box-flex: 1;
                -ms-flex: 1 0 100%;
                flex: 1 0 100%;
            }

            main .single .comments .comment-snd .not-login .login-area a {
                line-height: 41px;
                border-radius: 4px;
                background-color: #6bc918;
                padding: 0 17px;
                color: #f5f8fb;
                font-size: 16px;
                font-weight: 400;
                margin-right: 8px;
            }

            main .single .comments .comment-snd .not-login .login-area .login {
                background-color: #ffffff;
                color: #3b5c70;
                font-size: 14px;
                font-weight: 400;
            }

        main .single .comments .comment-snd button {
            line-height: 44px;
            border-radius: 1px;
            background-color: #77be33;
            color: #f5f8fb;
            font-size: 16px;
            font-weight: 400;
            padding: 0 17px;
        }

        main .single .comments .comment-snd .offer h5 {
            float: left;
        }

        main .single .comments .comment-snd .offer strong {
            color: #5a7483;
            font-size: 11px;
            font-weight: 300;
            line-height: 21px;
            text-align: left;
            display: block;
        }

        main .single .comments .comment-snd .offer span {
            color: #0f232f;
            font-size: 13px;
            font-weight: 400;
            line-height: 21px;
            text-align: left;
            display: block;
        }

.yes-no input {
    display: none;
}

    .yes-no input:checked + label i {
        right: 4px;
    }

    .yes-no input:not(:checked) + label i {
        right: 38px;
    }

    .yes-no input:checked + label .check {
        color: #6bc918;
    }

.yes-noer input:not(:checked) + label .unchek {
    color: #6bc918;
}

.yes-no label {
    float: left;
    line-height: 45px;
    border-radius: 2px;
    background-color: #dde3e7;
    color: #7c93a4;
    font-size: 11px;
    font-weight: 300;
    position: relative;
    cursor: pointer;
    margin-right: 15px;
}

    .yes-no label em {
        position: relative;
        z-index: 9;
        display: inline-block;
        padding: 0 15px 0 8px;
    }

    .yes-no label .unchek {
        padding: 0 8px 0 15px;
    }

    .yes-no label i {
        width: 36px;
        height: 37px;
        border-radius: 2px;
        background-color: #f5f8fb;
        position: absolute;
        top: 4px;
        right: 4px;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

main .single .comments .comment-snd .metrics .title {
    color: #305266;
    font-size: 13px;
    font-weight: 300;
    line-height: 31px;
    position: relative;
    margin-bottom: 10px;
}

    main .single .comments .comment-snd .metrics .title i {
        position: absolute;
        width: 25px;
        height: 28px;
        color: #919da6;
        top: 0;
        left: 11px;
        font-size: 27px;
    }

main .single .comments .comment-snd .metrics .metric span {
    display: block;
    color: #305266;
    font-size: 12px;
    font-weight: 300;
    padding-bottom: 6px;
}

main .single .comments .comment-snd .metrics .content {
    border-radius: 2px;
    background-color: #f5f8fb;
    padding: 23px 20px 5px;
}

main .single .comments .comment-snd .metrics .metric {
    padding-bottom: 21px;
}

.range.ui-corner-all {
    height: 6px;
    background-color: #77be33;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.range .ui-slider-handle {
    height: 100%;
    position: absolute;
    background-color: #e3eaf0;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
    pointer-events: none;
}

.range-multi.ui-corner-all {
    height: 7px;
    border-radius: 3px;
    background-color: #d7e0e4;
    right: 0;
    left: 0;
    position: absolute;
    cursor: pointer;
    border-radius: 3px;
}

.range-multi .ui-slider-range {
    position: absolute;
    top: 0px;
    bottom: 0px;
    background-image: -webkit-gradient(linear, left top, right top, from(rgb(37, 151, 220)), to(rgb(107, 201, 24)));
    background-image: linear-gradient(to right, rgb(37, 151, 220) 0%, rgb(107, 201, 24) 100%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    border-radius: 3px;
}

.range-multi .ui-slider-handle {
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 1px;
    background-color: #2899d2;
    top: -10px;
    -webkit-transform: translate(-3px, 0);
    transform: translate(-3px, 0);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

    .range-multi .ui-slider-handle:before {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        bottom: -3px;
        border-left: 3px solid transparent;
        border-right: 3px solid transparent;
        border-top: 3px solid #2899d2;
    }

    .range-multi .ui-slider-handle:last-child {
        background: #6ec818;
    }

        .range-multi .ui-slider-handle:last-child:before {
            border-top: 3px solid #6ec818;
        }

        .range-multi .ui-slider-handle:last-child:before {
            border-top: 3px solid #6ec818;
        }

.range-multi + .amount {
    padding-top: 25px;
}

    .range-multi + .amount .fl,
    .range-multi + .amount .fr {
        color: #2899d2;
        font-size: 15px;
        font-weight: 400;
        line-height: 14px;
        text-align: left;
    }

    .range-multi + .amount .fr {
        color: #64a725;
        text-align: right;
    }

        .range-multi + .amount .fl b,
        .range-multi + .amount .fr b {
            display: block;
            color: #2c3941;
            font-size: 10px;
            font-weight: 300;
        }


/*
main .page:after{
  content: '';
  height: 32px;
  background: url(../Content/Theme/img/nav-dash-top.png) center center no-repeat;
  color: #b6b6b6;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}*/

main .page {
    margin-bottom: 50px;
}

    main .page > .container > .title {
        color: #77be33;
        font-size: 20px;
        font-weight: 400;
        padding-top: 20px;
        text-align: center;
        margin-bottom: 32px;
        border-bottom: 1px solid #dfe9ef;
    }

        main .page > .container > .title a {
            position: relative;
            line-height: 42px;
            display: inline-block;
        }

            main .page > .container > .title a:before {
                content: '';
                position: absolute;
                bottom: -1px;
                right: 0;
                left: 0;
                height: 1px;
                background-color: #77be33;
            }

    main .page > .container > .content {
        font-size: 14px;
        line-height: 31px;
        color: #1e323e;
        font-weight: 300;
    }

        main .page > .container > .content p {
            text-align: justify;
        }

        main .page > .container > .content a {
            color: #529a13;
            font-weight: 400;
        }

        main .page > .container > .content .faq {
            margin-bottom: 120px;
            margin-top: 40px;
        }

            main .page > .container > .content .faq .title {
                color: #1e323e;
                font-size: 19px;
                font-weight: 400;
                margin-bottom: 17px;
            }

            main .page > .container > .content .faq ul {
                color: #1e323e;
                font-size: 14px;
                font-weight: 400;
                line-height: 31px;
                counter-reset: faq;
                position: relative;
                padding: 20px 0;
            }

                main .page > .container > .content .faq ul:before {
                    content: '';
                    position: absolute;
                    width: 23px;
                    left: 0;
                    top: 0;
                    bottom: 0;
                    -webkit-box-shadow: -12px 0 20px -7px rgba(0, 0, 0, 0.15);
                    box-shadow: -12px 0 20px -7px rgba(0, 0, 0, 0.15);
                }

main .single .points ul {
}

main .page > .container > .content .faq li:before {
    counter-increment: faq;
    content: counter(faq)'.';
}

main .page > .container > .content .faq li:first-child {
    border-top: 1px solid #dee6ec;
}

main .page > .container > .content .faq li {
    border-bottom: 1px solid #dee6ec;
    cursor: pointer;
    position: relative;
    padding: 11px 0 11px 10px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

main .page > .container > .content .faq .active {
    color: #529714;
}

main .page > .container > .content .faq li:after {
    content: '';
    position: absolute;
    width: 4px;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: #e6edf2;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

main .page > .container > .content .faq .active:after {
    opacity: 1;
}

main .page > .container > .content .faq .answer {
    color: #1e323e;
    font-size: 13px;
    font-weight: 400;
    line-height: 31px;
    display: none;
    position: absolute;
    right: calc(100% + 25px);
    width: 100%;
    top: 0;
}

main .page > .container > .content .faq .active .answer {
    display: block;
}

main .page > .container > .content .faq .answer i {
    display: block;
    color: #627987;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 9px;
}

main .single-article {
    margin-bottom: 30px;
}

    main .single-article .bg-gr-gray {
        padding-bottom: 0;
    }

        main .single-article .bg-gr-gray:after {
            display: none;
        }

    main .single-article header .thumb {
        float: right;
        margin-left: 30px;
    }

        main .single-article header .thumb img {
            height: 180px;
            border-radius: 10px;
        }

    main .single-article header .breadcrumb i {
        position: relative;
        right: 0;
        top: 2px;
        margin-left: 20px;
    }

    main .single-article header .meta {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        main .single-article header .meta span {
            -webkit-box-flex: 1;
            -ms-flex: 1 0 auto;
            flex: 1 0 auto;
        }

            main .single-article header .meta span b {
                margin-left: 15px;
            }

    main .single-article .breadcrumb {
        margin-bottom: 15px;
        padding-top: 13px;
        padding-right: 0;
    }

    main .single-article header > .container > .title {
        margin-bottom: 18px;
        color: #182e3b;
        font-size: 20px;
        font-weight: 700;
    }

    main .single-article .meta .sharing {
        padding-left: 30px;
        position: relative;
    }

        main .single-article .meta .sharing i {
            width: 14px;
            height: 15px;
            color: #304d5d;
            left: 0;
            top: 1px;
            position: absolute;
            font-size: 15px;
        }

    main .single-article .bg-gr-gray article > .content {
        padding: 33px 28px;
        color: #305266;
        font-size: 14px;
        font-weight: 300;
        line-height: 31px;
        border-radius: 3px 3px 0 0;
        margin-bottom: 0;
    }

        main .single-article .bg-gr-gray article > .content p {
            text-align: justify;
        }

        main .single-article .bg-gr-gray article > .content h2 {
            margin-bottom: 10px;
        }

    main .single-article .buylink {
        border-radius: 0 0 3px 3px;
        background-color: #f9fbfc;
        color: #305266;
        font-size: 15px;
        font-weight: 300;
        padding: 26px 30px;
        line-height: 55px;
    }

        main .single-article .buylink a {
            border-radius: 3px;
            border: 1px solid #d4dee4;
            background-color: #f9fbfc;
            color: #305266;
            font-size: 17px;
            font-weight: 400;
            padding: 0 40px;
            float: left;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

            main .single-article .buylink a:hover {
                border-color: #6bc918;
            }

    main .single-article .box2 > .title {
        text-align: right;
        color: #305266;
        font-size: 17px;
        font-weight: 300;
        margin-bottom: 20px;
        padding-top: 45px;
    }

    main .single-article .box2 > .content {
        border-radius: 3px;
        background-color: #ffffff;
    }

    main .single-article .related > .content li {
        border-bottom: 1px solid #e8edf1;
        padding: 20px 17px;
    }

    main .single-article .related > .content .thumb {
        float: right;
    }

        main .single-article .related > .content .thumb img {
            width: 100px;
            border-radius: 7px;
        }

    main .single-article .related > .content .title {
        color: #182e3b;
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 8px;
        line-height: 23px;
    }

    main .single-article .related > .content .expert {
        color: #305266;
        font-size: 12px;
        font-weight: 300;
        line-height: 24px;
    }

    main .single-article .related > .content .meta {
        color: #182e3b;
        font-size: 9px;
        font-weight: 300;
    }

        main .single-article .related > .content .meta span {
            display: block;
            line-height: 24px;
        }

        main .single-article .related > .content .meta .date {
            color: #305266;
            font-size: 11px;
            font-weight: 300;
        }

    main .single-article .comments {
        padding-top: 0;
    }

        main .single-article .comments .comment-list {
            padding: 24px 0 0;
        }

            main .single-article .comments .comment-list .comment {
                padding: 0 25px 30px;
            }

                main .single-article .comments .comment-list .comment .title {
                    margin-bottom: 6px;
                }

                main .single-article .comments .comment-list .comment .com-content {
                    color: #122632;
                    font-size: 12px;
                    font-weight: 300;
                    line-height: 27px;
                    margin-bottom: 13px;
                }

                main .single-article .comments .comment-list .comment .replay {
                    line-height: 29px;
                    border-radius: 2px;
                    background-color: #f5f8fa;
                    margin-left: 15px;
                    color: #122632;
                    font-size: 12px;
                    font-weight: 300;
                    padding: 0 30px 0 10px;
                    position: relative;
                    display: inline-block;
                }

                    main .single-article .comments .comment-list .comment .replay:hover i {
                        color: #6bc918;
                    }

                    main .single-article .comments .comment-list .comment .replay i {
                        position: absolute;
                        width: 12px;
                        height: 10px;
                        color: #c3d2db;
                        right: 10px;
                        top: 10px;
                        -webkit-transition: all 0.3s ease-in-out;
                        transition: all 0.3s ease-in-out;
                        font-size: 10px;
                    }

                main .single-article .comments .comment-list .comment .meta span {
                    line-height: 29px;
                    color: #7394a8;
                    font-size: 11px;
                    font-weight: 300;
                }

        main .single-article .comments .comment-snd {
            background-color: #ffffff;
            padding: 0 22px 20px;
            position: relative;
        }

            main .single-article .comments .comment-snd .not-login .login-area {
                position: absolute;
                right: 0;
                top: calc(50% - 45px);
            }

        main .single-article .comments .comment-list li:last-child .comment {
            border-bottom: 1px solid #e9eff3;
        }

    main .single-article .tags {
        overflow: hidden;
        line-height: 31px;
        padding: 20px 0;
    }

        main .single-article .tags span {
            float: left;
            margin-left: 4px;
            color: #65859a;
            font-size: 11px;
            font-weight: 300;
        }

        main .single-article .tags a {
            font-size: 11px;
            font-weight: 300;
            color: #65859a;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

            main .single-article .tags a:hover {
                color: #6bc918;
            }

            main .single-article .tags a:not(:nth-last-child(1)):after {
                content: '/';
                color: #b0c4d2;
                margin: 0 10px;
            }

main .page aside section {
    -webkit-box-shadow: 0 1px 0 rgba(50, 73, 88, 0.35);
    box-shadow: 0 1px 0 rgba(50, 73, 88, 0.35);
    border-radius: 3px;
    background-color: #f9fbfc;
    margin-bottom: 25px;
    position: relative;
}

    main .page aside section .title {
        color: #305266;
        font-size: 14px;
        font-weight: 700;
        line-height: 31px;
        padding: 9px 20px;
    }

main .page aside.blogCat-aside section {
    background-color: #eff4f6;
}

main .page aside section.search input {
    width: 100%;
    height: 50px;
    padding: 12px;
    background-color: #f9fbfc;
}

main .page aside section.search button {
    position: absolute;
    left: 6px;
    bottom: 10px;
    background-color: transparent;
}


main .page aside section.boxtype1 .content {
    background-color: #f9fbfc;
    border-radius: 3px;
}

main .page aside section .content {
    background-color: #ffffff;
}

main .page aside.blogCat-aside section .content {
    background-color: #f9fbfc;
}

main .page aside .category .content li a {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

main .page aside .category .content > ul > li > a {
    font-size: 13px;
    font-weight: 400;
    line-height: 40px;
    color: #305266;
    display: block;
    padding: 0 20px;
    border-bottom: 1px solid #e5eaee;
}

main .page aside .category .content > ul > li.has-child {
    font-size: 13px;
    font-weight: 400;
    line-height: 40px;
    color: #305266;
    display: block;
    padding: 0 20px;
    border-bottom: 1px solid #e5eaee;
    cursor: pointer;
}

main .page aside .category .content li {
    position: relative;
}

    main .page aside .category .content li:hover > a {
        color: #77be33;
    }

    main .page aside .category .content li.has-child:hover {
        color: #77be33;
    }

    main .page aside .category .content li a.active, main .page aside .category .content li.active {
        color: #77be33;
    }

main .page aside .category .content .has-child:before {
    content: '\e92a';
    width: 6px;
    height: 11px;
    color: #305266;
    position: absolute;
    left: 20px;
    top: 18px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 11px;
    font-family: icons;
    line-height: 11px;
    text-align: center;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    cursor: pointer;
}

main .page aside .category .content .has-child.active:before {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: 12px;
}

main .page aside .category .content li ul {
    border-radius: 3px;
    background-color: #f9fbfc;
    padding: 15px 25px;
    display: none;
}

    main .page aside .category .content li ul li {
        color: #162935;
        font-size: 12px;
        font-weight: 300;
        line-height: 27px;
        padding-right: 18px;
        position: relative;
    }

        main .page aside .category .content li ul li:before {
            content: '-';
            position: absolute;
            right: 0;
            top: 0;
        }

main .page aside .last-post li {
    padding: 15px;
    border-bottom: 1px solid #e5eaee;
}

main .page aside .last-post .thumb {
    float: right;
    margin-left: 14px;
}

main .page aside .last-post h3 {
    color: #305266;
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

main .page aside .last-post li:hover h3 {
    color: #6bc918;
}

main .page aside .last-post span {
    display: block;
    color: #305266;
    font-size: 11px;
    font-weight: 300;
    line-height: 21px;
    padding-right: 36%;
}

main .compare .compareitems .compare-icon {
    width: 69px;
    height: 54px;
    color: #6bc918;
    display: block;
    font-size: 69px;
    line-height: 53px;
    margin-top:100px;
}

    main .compare .compareitems .compare-icon b {
        position: absolute;
        left: 96px;
        top: 47%;
        color: #fff;
        background: #6bc918;
        border-radius: 100%;
        font-size: 30px;
        padding: 2px;
        line-height: 30px;
    }

main .compare .product {
    -webkit-box-shadow: 0 1px 0 rgba(25, 41, 51, 0.23);
    box-shadow: 0 1px 0 rgba(25, 41, 51, 0.23);
    border-radius: 2px;
    background-color: #f5f8fa;
    padding: 2px 2px 15px;
}

    main .compare .product .thumb {
        text-align: center;
        background: #fff;
        margin-bottom: 25px;
    }

    main .compare .product footer {
        padding: 0 20px;
    }

    main .compare .product .title {
        color: #2c3941;
        font-size: 13px;
        font-weight: 400;
        padding-bottom: 16px;
    }

    main .compare .product span {
        color: #182e3b;
        font-size: 11px;
        font-weight: 300;
        display: block;
    }

        main .compare .product span b {
            display: block;
            margin-bottom: 5px;
        }

    main .compare .product .price i,
    main .compare .product .price ans {
        top: 0;
    }

main .compare .benchmarks .benchmark-title {
    color: #305266;
    font-size: 16px;
    font-weight: 700;
    line-height: 34px;
}

main .compare .benchmarks .metrics {
    border-radius: 3px;
    background-color: #f5f8fa;
    padding: 16px 15px 20px;
}

    main .compare .benchmarks .metrics .metric span {
        display: block;
        color: #305266;
        font-size: 12px;
        font-weight: 300;
        margin-bottom: 5px;
    }

    main .compare .benchmarks .metrics .metric:not(:last-child) {
        margin-bottom: 20px;
    }

main .compare .compareitems > .row > .col-sm-6:nth-child(3),
main .compare .compareitems > .row > .col-sm-6:nth-child(4) {
    margin-right: 30px;
}

main .compare .propertis{
    overflow:hidden;
}
    main .compare .propertis .property {
        border-radius: 3px;
        background-color: #f5f8fa;
        text-align: center;
        margin-bottom: -500px;
        padding-bottom: 500px;
    }

    main .compare .propertis .property > .title {
        border-radius: 3px;
        background-color: #f5f8fa;
        padding: 21px 20px 16px;
        color: #3a4751;
        font-size: 12px;
        font-weight: 300;
        border-bottom: 1px solid #dce4e9;
    }

    main .compare .propertis .property b {
        color: #0f2029;
        font-size: 12px;
        font-weight: 300;
        line-height: 31px;
        border-bottom: 1px solid #dce4e9;
        margin: 0 20px;
        display:block;
        font-stretch:normal;
    }


main .compare .propertis .row:last-child b {
    border-bottom: none;
}

main .compare .add-compare {
    border-radius: 2px;
    border: 1px solid rgba(176, 199, 214, 0.45);
    background-color: #ffffff;
    padding: 0 32px 35px;
}

    main .compare .add-compare .title {
        text-align: center;
        color: #2c3941;
        font-size: 16px;
        font-weight: 400;
        line-height: 19px;
        padding: 34px 0 27px 0;
    }

    main .compare .add-compare button {
        padding: 0 28px;
        height: 61px;
        -webkit-box-shadow: 0 5px 20px rgba(1, 1, 1, 0.13);
        box-shadow: 0 5px 20px rgba(1, 1, 1, 0.13);
        border-radius: 2px;
        background-color: #6bc918;
        margin: auto;
        border: 0;
        color: #ffffff;
        font-size: 16px;
        font-weight: 400;
        display: block;
    }

    main .compare .add-compare .nice-select:nth-last-child(2) {
        margin-bottom: 30px;
    }

main .compare .close {
    background-color: #6bc918;
    border-radius: 50%;
    color: white;
    padding: 4px;
    position: absolute;
    top: 9px;
    left: 8px;
    cursor: pointer;
}

main .compare .propertis .row:last-child ul li {
    border-bottom: none;
}
/*archive*/

main .archive .breadcrumb {
    padding-right: 40px;
}

    main .archive .breadcrumb i {
        right: 0;
    }

main .archive .top-info {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

main .archive .page-nav .page-number {
    line-height: 21px;
    border-radius: 2px;
    background-color: #f5f8fa;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    min-width: 21px;
    color: #305266;
    font-size: 11px;
    font-weight: 300;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: inline-block;
}

    main .archive .page-nav .page-number:hover {
        background-color: #77be33 !important;
        color: #fff;
    }

main .archive .page-nav ul li.active {
    background-color: #77be33 !important;
    color: #fff;
}

main .archive aside .category {
    background-color: #eff4f6;
}

    main .archive aside .category .content li {
        background-color: #f9fbfc;
    }

        main .archive aside .category .content li ul li,
        main .archive aside .category .content li ul {
            background-color: #eff4f6;
        }

main .archive aside .status {
    border-radius: 3px;
    border: 1px solid #d9ffb6;
    background-color: #ffffff;
    position: relative;
    padding: 22px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

main .archive aside .title-float .title {
    -webkit-transform: rotate(90deg);
    -webkit-transform-origin: left top;
    -moz-transform: rotate(90deg);
    -moz-transform-origin: left top;
    -ms-transform: rotate(90deg);
    -ms-transform-origin: left top;
    -o-transform: rotate(90deg);
    -o-transform-origin: left top;
    transform: rotate(90deg);
    transform-origin: left top;
    position: absolute;
    top: 0;
    left: calc(100% + 38px);
    white-space: nowrap;
    padding: 0 0 0 8px;
}

main .archive aside .status .title {
    color: #7b8c58;
    font-size: 14px;
    font-weight: 700;
}

main .archive aside .status .yes-no label {
    background-color: #d9ffb6;
    float: none;
    position: absolute;
    left: -5px;
}

    main .archive aside .status .yes-no label em {
        color: #bacc95;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

main .archive aside .status .yes-no input:checked + label em:nth-child(2) {
    color: #426921;
}

main .archive aside .status .yes-no input:not(:checked) + label em:last-child {
    color: #426921;
}

main .archive aside .status .item {
    color: #496d29;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: relative;
    line-height: 45px;
    margin-bottom: 15px;
}

    main .archive aside .status .item:last-child {
        margin-bottom: 0;
    }

main .archive aside .price-filter .content {
    padding: 48px 18px 29px;
}

main .archive aside .price-filter .price-fliter-con {
    position: relative;
}

main .archive aside .brands .content {
    padding: 25px 22px;
}

    main .archive aside .brands .content li {
        float: right;
        width: 50%;
        display: none;
    }

        main .archive aside .brands .content li:nth-child(-n+16) {
            display: block;
        }

    main .archive aside .brands .content .more-filter {
        color: #728a98;
        font-size: 12px;
        font-weight: 400;
        line-height: 31px;
        text-align: center;
        display: block;
        cursor: pointer;
        padding-top: 9px;
    }

        main .archive aside .brands .content .more-filter:after {
            content: '»';
            margin-right: 11px;
        }

    main .archive aside .brands .content input[type=checkbox] {
        display: none;
    }

        main .archive aside .brands .content input[type=checkbox] + label {
            color: #305266;
            font-size: 12px;
            font-weight: 700;
            line-height: 31px;
            padding-right: 25px;
            position: relative;
            cursor: pointer;
        }

            main .archive aside .brands .content input[type=checkbox] + label:before {
                content: '';
                position: absolute;
                width: 12px;
                height: 12px;
                border: 1px solid #c9d5db;
                background-color: #f9fbfc;
                right: 0;
                top: 0;
                top: 50%;
                -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%);
                -webkit-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
            }

        main .archive aside .brands .content input[type=checkbox]:checked + label:before {
            background-color: #6dc918;
            border-color: #6dc918;
        }

        main .archive aside .brands .content input[type=checkbox]:checked + label:before {
            background-color: #6dc918;
            border-color: #6dc918;
        }

main .archive aside .color-filter {
    border-radius: 3px;
    border: 1px solid #ddeaf0;
    background-color: #ffffff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    main .archive aside .color-filter .content {
        padding: 15px;
    }

        main .archive aside .color-filter .content input[type=checkbox] {
            display: none;
        }

            main .archive aside .color-filter .content input[type=checkbox] + label {
                color: #000000;
                font-size: 12px;
                font-weight: 300;
                line-height: 29px;
                border-radius: 2px;
                margin-bottom: 6px;
                display: block;
                text-align: center;
                cursor: pointer;
                position: relative;
            }

                main .archive aside .color-filter .content input[type=checkbox] + label span,
                main .archive aside .color-filter .content input[type=checkbox] + label i {
                    -webkit-transition: all 0.3s ease-in-out;
                    transition: all 0.3s ease-in-out;
                }

            main .archive aside .color-filter .content input[type=checkbox]:checked + label span {
                opacity: 0;
            }

            main .archive aside .color-filter .content input[type=checkbox] + label i {
                width: 21px;
                height: 25px;
                color: #000000;
                opacity: 0;
                visibility: hidden;
                top: 50%;
                left: 50%;
                -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                position: absolute;
            }

            main .archive aside .color-filter .content input[type=checkbox]:checked + label i {
                opacity: 0.3;
                visibility: visible;
                width: 21px;
                height: 15px;
            }

            main .archive aside .color-filter .content input[type=checkbox]:checked + label i {
                /*! color: #1690da; */
                font-size: 15px;
                font-weight: 700;
            }

main .archive .cat-section > .title {
    color: #1690da;
    font-size: 15px;
    font-weight: 700;
    padding: 0;
    height: auto;
    margin: 0;
    line-height: 26px;
    margin-bottom: 23px;
}

main .archive .cat-section > .sorts span {
    margin-left: 13px;
    line-height: 23px;
    display: inline-block;
    height: 26px;
}

main .archive .cat-section > .sorts {
    color: #182e3b;
    font-size: 11px;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 9;
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    justify-content: left;
}

    main .archive .cat-section > .sorts .nice-select {
        width: auto;
        line-height: 26px;
        height: 26px;
        color: #182e3b;
        font-size: 11px;
        font-weight: 300;
        padding: 0 11px 0 42px;
        min-width: 100px;
        margin-left: 6px;
        margin-bottom: 0;
    }

        main .archive .cat-section > .sorts .nice-select:before {
            left: 24px;
        }

        main .archive .cat-section > .sorts .nice-select:after {
            width: 6px;
            height: 5px;
            border-left: 3px solid transparent;
            border-right: 3px solid transparent;
            border-top: 5px solid #a3b4bf;
            top: 14px;
            left: 9px;
        }

        main .archive .cat-section > .sorts .nice-select.open:after {
            top: 11px;
            left: 7px;
        }

main .archive .cat-section > .sorts {
    position: relative;
    z-index: 99;
}

    main .archive .cat-section > .sorts .view {
        line-height: 26px;
        border: 1px solid #d9e3ea;
        background-color: #f5f8fa;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        main .archive .cat-section > .sorts .view b {
            width: 26px;
            border-left: 1px solid #d9e3ea;
            background-color: #ffffff;
            line-height: 29px;
            text-align: center;
            cursor: pointer;
            font-size: 14px;
            color: #a3b4bf;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            height: 26px;
        }

            main .archive .cat-section > .sorts .view b:last-child {
                border: 0;
            }

            main .archive .cat-section > .sorts .view b.active {
                background: #fff;
                color: #77be33;
            }

main .archive .cat-section .filter-list {
    margin-bottom: 15px;
}

    main .archive .cat-section .filter-list .clear-filters {
        float: left;
        color: #e06d6d;
        font-size: 10px;
        font-weight: 400;
        border: 0;
        margin-left: 0;
    }

        main .archive .cat-section .filter-list .clear-filters:before {
            display: none;
        }

    main .archive .cat-section .filter-list span {
        color: #1690da;
        font-size: 11px;
        font-weight: 400;
        line-height: 26px;
        display: inline-block;
        margin-left: 15px;
        padding-left: 16px;
        position: relative;
        border-bottom: 1px solid #00b6ff;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        main .archive .cat-section .filter-list span i {
            width: 7px;
            height: 6px;
            color: #cc1111;
            position: absolute;
            left: 1px;
            top: 10px;
            cursor: pointer;
            font-size: 6px;
        }

        main .archive .cat-section .filter-list span:before {
            content: '';
            right: 0;
            height: 1px;
            background-color: #dd5f5f;
            bottom: -1px;
            position: absolute;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            left: 100%;
        }

        main .archive .cat-section .filter-list span:hover {
            color: #5b6d78;
        }

            main .archive .cat-section .filter-list span:hover:before {
                left: 0;
            }

main .cat-section .product {
    overflow: hidden;
    margin-bottom: 20px;
}

    main .cat-section .product [data-countdown] {
        position: absolute;
        bottom: 21px;
        right: 10px;
    }

main .cat-section.tile-view .product [data-countdown] {
    bottom: auto;
    top: 40%;
}

main .cat-section .product footer > .icon {
    position: absolute;
    top: 11px;
    right: -25px;
    width: 21px;
    height: 21px;
    border-radius: 1px;
    border: 1px solid rgba(167, 181, 189, 0.45);
    background-color: #ffffff;
    cursor: pointer;
    z-index: 99;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    line-height: 22px;
}

main .cat-section .product:hover footer > .icon {
    right: 11px;
}

main .cat-section .product footer > .icon i {
    color: #8c9ea9;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

main .cat-section .product footer > .icon:hover {
    background-color: #6bc918;
    border-color: #6bc918;
    color: #fff;
}

    main .cat-section .product footer > .icon:hover i {
        color: #fff;
    }

main .cat-section .product footer > .icon.like {
    top: 40px;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}

main .cat-section.tile-view .product p {
    display: none;
}

main .cat-section.list-view .product footer {
    margin-bottom: 0;
    padding: 0;
}

main .cat-section.list-view .row > div {
    max-width: initial;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

main .cat-section.list-view .product {
    padding: 7px 20px 7px;
    z-index: 1;
}

    main .cat-section.list-view .product .thumb {
        float: right;
        margin-left: 20px;
        width: 235px;
        margin-bottom: 0;
    }

    main .cat-section.list-view .product .title {
        color: #2c3941;
        font-size: 17px;
        font-weight: 700;
        text-align: right;
        margin-bottom: 10px;
        padding-top: 32px;
    }

    main .cat-section.list-view .product p {
        color: #2c3941;
        font-size: 13px;
        font-weight: 300;
        line-height: 24px;
        margin-bottom: 23px;
        text-align: justify;
        height: 100px;
        overflow:hidden;
    }

    main .cat-section.list-view .product footer .icon {
        position: relative;
        float: right;
        top: initial;
        right: initial;
    }

        main .cat-section.list-view .product footer .icon:hover {
            top: initial !important;
            right: initial !important;
        }

    main .cat-section.list-view .product footer .icon {
        width: 50px;
        height: 33px;
        margin-left: 5px;
        line-height: 33px;
    }

        main .cat-section.list-view .product footer .icon.like {
            margin-left: 18px;
        }

        main .cat-section.list-view .product footer .icon:before {
            width: 15px;
            height: 13px;
            top: 9px;
            left: 8px;
        }

    main .cat-section.list-view .product footer .addtocart {
        padding: 0 20px;
        width: 200px;
        line-height: 31px;
    }

        main .cat-section.list-view .product footer .addtocart i {
            margin-left: 12px;
        }

    main .cat-section.list-view .product .icon-holidays {
        bottom: 40px;
    }

main .cat-section.tile-view .product .addtocart span {
    font-size: 0;
}

main .cat-section .content .page-nav .page-number,
main .cat-section .content .page-nav ul li {
    width: 27px;
    border-radius: 2px;
    background-color: #f5f8fa;
    line-height: 27px;
    font-size: 14px;
}

main .archive .page-nav ul li {
    line-height: 21px;
    border-radius: 2px;
    background-color: #f5f8fa;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    min-width: 21px;
    color: #305266;
    font-size: 11px;
    font-weight: 300;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: inline-block;
}

    main .archive .page-nav ul li:hover {
        background-color: #6bc918 !important;
        color: #fff;
        cursor: pointer;
    }

/* footer*/
.site-footer .brands > .title {
    color: #415e70;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 13px;
}

.site-footer .brands .content {
    color: #415e70;
    font-size: 16px;
    font-weight: 300;
}

.site-footer .brands .brands-slider {
    overflow: hidden;
    height: 270px;
    padding: 2px;
}

    .site-footer .brands .brands-slider:after {
        content: '';
        width: 100%;
        position: absolute;
        left: 0px;
        bottom: 0px;
        height: 10px;
        background-color: #fff;
        z-index: 10;
    }

    .site-footer .brands .brands-slider swiper-wrapper {
        margin-top: -70px !important;
    }

    .site-footer .brands .brands-slider .swiper-slide {
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

        .site-footer .brands .brands-slider .swiper-slide a {
            height: 53px;
            border: 1px solid #dae8f1;
            display: block;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -ms-align-items: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            background: #fff;
        }

            .site-footer .brands .brands-slider .swiper-slide a img {
                height: 60%;
            }

        .site-footer .brands .brands-slider .swiper-slide .row > div {
            -webkit-box-flex: 1;
            -ms-flex: 1 0 calc(33.333333% - 14px);
            flex: 1 0 calc(33.333333% - 14px);
        }

    .site-footer .brands .brands-slider .swiper-slide-next + div {
        -webkit-filter: blur(3px);
        filter: blur(3px);
        margin-top: -10px;
    }

    .site-footer .brands .brands-slider .br-next {
        width: 29px;
        height: 15px;
        color: #415e70;
        position: absolute;
        bottom: 18px;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        z-index: 10;
        cursor: pointer;
        font-size: 29px;
    }

        .site-footer .brands .brands-slider .br-next i {
            position: absolute;
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
            line-height: 15px;
            text-align: center;
        }

.site-footer .newsletter {
    padding: 25px;
    border-radius: 20px;
    background-color: #f5f8fa;
}

    .site-footer .newsletter .title {
        color: #1e2e38;
        font-size: 15px;
        font-weight: 300;
        padding-top: 15px;
        margin-bottom: 22px;
    }

    .site-footer .newsletter .input {
        position: relative;
        margin-bottom: 15px;
    }

        .site-footer .newsletter .input input {
            width: 100%;
            height: 50px;
            border-radius: 10px;
            background-color: #ffffff;
            padding: 0 25px;
            color: #415e70;
            font-size: 14px;
            font-weight: 300;
        }

        .site-footer .newsletter .input i {
            width: 31px;
            height: 22px;
            color: #d7e0e6;
            position: absolute;
            left: 20px;
            top: 50%;
            -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
            font-size: 30px;
            line-height: 20px;
        }

    .site-footer .newsletter button {
        line-height: 47px;
        border-radius: 2px;
        background-color: #77be33;
        padding: 0 27px;
        color: #ffffff;
        font-size: 15px;
        font-weight: 400;
        -webkit-box-shadow: 0 1px 0 #4a8b10;
        box-shadow: 0 1px 0 #4a8b10;
        position: relative;
        border: 0;
        cursor: pointer;
        margin-top: 11px;
    }

        .site-footer .newsletter button:hover {
            top: 1px;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

.site-footer .certificate {
    text-align: center;
}

    .site-footer .certificate > img {
        margin: 38px 0 48px;
    }

.site-footer .meta .btn {
    display: inline-block;
    color: #fff;
    padding: 9px 60px 0 42px;
    height: 58px;
    position: relative;
    border-radius: 4px;
    background-color: #6a777e;
    margin-left: 20px;
    float: right;
}

    .site-footer .meta .btn b {
        font-size: 10px;
        font-weight: 300;
        display: block;
        line-height: 18px;
    }

    .site-footer .meta .btn span {
        font-size: 13px;
        font-weight: 400;
        display: block;
        line-height: 17px;
    }

    .site-footer .meta .btn i {
        width: 60px;
        height: 100%;
        position: absolute;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        right: 0;
        top: 00;
    }

.site-footer .sec-top {
    margin-bottom: 55px;
}

.site-footer .meta {
    margin-bottom: 22px;
    overflow: hidden;
}

    .site-footer .meta .btn.android {
        background-color: #e8ecef;
        color: #354e5d;
    }

    .site-footer .meta .support {
        margin-right: 20px;
        line-height: 58px;
        float: right;
    }

    .site-footer .meta .tell {
        float: left;
        padding-left: 35px;
        color: #263e4c;
        font-size: 24px;
        font-weight: 300;
        margin-right: 40px;
        line-height: 58px;
    }

        .site-footer .meta .tell b {
            float: left;
            color: #b5af8d;
            margin-right: 4px;
            font-weight: 300;
        }

    .site-footer .meta .mail {
        float: left;
        color: #afaa8a;
        font-size: 13px;
        font-weight: 300;
        line-height: 58px;
    }

.site-footer .sec-bottom {
    background-color: #f9fafb;
    padding: 50px 0;
}

.site-footer .block-footer > .title {
    color: #172a35;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 23px;
}

.site-footer .block-footer > .content li {
    color: #697a86;
    font-size: 12px;
    font-weight: 300;
    line-height: 31px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .site-footer .block-footer > .content li:hover {
        color: #6bc918;
    }

.site-footer .block-footer.col2 {
    position: relative;
}

    .site-footer .block-footer.col2 > .title {
        color: #64b51c;
    }

    .site-footer .block-footer.col2:after {
        content: '';
        width: 23px;
        position: absolute;
        left: 25px;
        top: 0;
        -webkit-box-shadow: 10px 0 10px rgba(0, 0, 0, 0.3);
        box-shadow: 10px 0 15px -9px rgba(0, 0, 0, 0.3);
        bottom: 0;
    }

    .site-footer .block-footer.col2 > .content ul {
        /*min-height: 250px;*/
    }

    .site-footer .block-footer.col2 > .content li {
        float: right;
        width: calc(50% - 16px);
    }

.site-footer .copy {
    background: #e8ecef;
}

    .site-footer .copy .copyright {
        text-align: left;
        color: #424242;
        font-size: 10px;
        font-weight: 300;
        direction: ltr;
        padding: 25px 0;
    }

        .site-footer .copy .copyright span {
            display: block;
        }

        .site-footer .copy .copyright b {
            font-weight: 100;
        }

            .site-footer .copy .copyright b a {
                text-decoration: underline;
            }

        .site-footer .copy .copyright > a {
            width: 75px;
            height: 30px;
            background: url(/developer.svg) center center no-repeat;
            background-size: 72px;
            float: left;
            margin-right: 18px;
            text-align: center;
            line-height: 30px;
            color: #424242;
            position: relative;
            overflow: hidden;
            -webkit-transition: all 1s ease-in-out;
            transition: all 1s ease-in-out;
            font-size: 15px;
        }

            .site-footer .copy .copyright > a strong {
                opacity: 0;
                position: relative;
                display: block;
                z-index: 9;
                font-weight: 300;
                -webkit-transition: all 1s ease-in-out;
                transition: all 1s ease-in-out;
                top: 0px;
                line-height: 12px;
                font-size: 15px;
                background-color: #e8ecef;
            }

            


    .site-footer .copy .social a i {
        width: 20px;
        height: 20px;
        color: #415e70;
        margin-left: 15px;
        display: inline-block;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        font-size: 18px;
        text-align: center;
    }

    .site-footer .copy .social a:hover i {
        color: #77be33;
    }

.nice-select {
    height: 51px;
    border: 1px solid #d9e3ea;
    background-color: #f5f8fa;
    width: 100%;
    color: #182e3b;
    font-size: 15px;
    font-weight: 300;
    text-align: right !important;
    padding: 0 20px 0;
    border-radius: 0;
    margin-bottom: 10px;
    position: relative;
}

    .nice-select:after {
        content: '';
        width: 9px;
        height: 7px;
        border-left: 4.5px solid transparent;
        border-right: 4.5px solid transparent;
        border-top: 7px solid #a3b4bf;
        pointer-events: none;
        position: absolute;
        top: 25px;
        left: 19px;
        right: initial;
        border-bottom: 0;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    .nice-select:before {
        content: '';
        top: 0;
        bottom: 0;
        width: 1px;
        background-color: #d9e3ea;
        left: 45px;
        position: absolute;
    }

    .nice-select.open:after {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        top: 22px;
        left: 16px;
    }

    .nice-select .list {
        border-radius: 3px;
        font-size: 13px;
        top: 51px;
        width: 100%;
        -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 13px rgba(0, 0, 0, 0.2);
        z-index: 99;
    }

    .nice-select .option {
        text-align: center;
        line-height: 31px;
        min-height: auto;
        color: #ababab;
        font-weight: 100;
        padding: 0 10px;
    }

    .nice-select:focus {
        border-color: #c1c1c1;
    }

    .nice-select .selected {
        color: #6bc918;
    }

    .nice-select.open .list {
        z-index: 999;
    }
/* 404 */
.error404 {
    background-color: #f5f8fa;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    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;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    position: absolute;
}

    .error404 h1 {
        color: #305266;
        font-size: 28px;
        font-weight: 300;
        margin-bottom: 23px;
    }

    .error404 h3 {
        color: #305266;
        font-size: 20px;
        font-weight: 300;
        margin-bottom: 13px;
    }

    .error404 h5 {
        font-size: 17px;
        color: #305266;
        font-weight: 300;
        margin-bottom: 47px;
    }

        .error404 h5 b {
            color: #61b617;
            font-weight: 400;
            position: relative;
        }

            .error404 h5 b img {
                position: absolute;
                top: calc(100% + 5px);
                max-width: initial;
                right: 54px;
            }

    .error404 form input {
        background-color: #f5f8fa;
        color: #324651;
        font-size: 13px;
        font-weight: 300;
        line-height: 31px;
        border-bottom: 1px solid #d6dfe5;
        width: 280px;
    }

    .error404 form button {
        background: none;
        height: 26px;
        width: 26px;
        font-size: 26px;
        color: #61b617;
        display: inline-block;
        vertical-align: bottom;
        line-height: 0;
        padding: 0;
        padding-right: 3px;
    }

    .error404 .product:before {
        content: '';
        width: 357px;
        height: 357px;
        background-color: #ffffff;
        position: absolute;
        border-radius: 5px;
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg);
        top: 0;
        right: 10px;
    }

    .error404 .product:after {
        content: '';
        width: 337px;
        height: 337px;
        border: 1px dashed #c0cdd5;
        position: absolute;
        border-radius: 5px;
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg);
        top: 10px;
        right: 20px;
    }

    .error404 .wrapper > footer {
        position: fixed;
        right: 55px;
        bottom: 35px;
        left: 55px;
    }

        .error404 .wrapper > footer .fr a {
            color: #305266;
            font-size: 11px;
            font-weight: 400;
            padding-right: 28px;
            margin-left: 30px;
            position: relative;
            line-height: 14px;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

    .error404 > footer .fr a:hover {
        color: #61b617;
    }

    .error404 footer .fr a i {
        color: #3e5969;
        font-size: 14px;
        position: absolute;
        right: 1px;
        top: 2px;
    }

main .cart .gifts {
    border-radius: 2px;
    background-color: #ffeb64;
    padding: 30px 17px 22px;
    overflow: hidden;
    margin-bottom: 50px;
}

    main .cart .gifts > i {
        position: absolute;
        font-size: 515px;
        top: -31px;
        left: -180px;
        color: #f5e360;
    }

    main .cart .gifts > .title {
        padding-right: 66px;
        color: #000000;
        font-size: 13px;
        font-weight: 300;
        line-height: 17px;
        display: block;
        margin: 0 auto;
        width: 300px;
        margin-bottom: 36px;
    }

        main .cart .gifts > .title > i {
            width: 41px;
            height: 46px;
            color: #000000;
            position: absolute;
            right: 0;
            top: 0;
            font-size: 46px;
        }

        main .cart .gifts > .title > strong {
            display: block;
            color: #000000;
            font-size: 18px;
            font-weight: 400;
            padding-top: 6px;
        }

    main .cart .gifts .content {
        padding-bottom: 0;
    }

        main .cart .gifts .content .product {
            background: #fff;
            border-radius: 3px;
        }

            main .cart .gifts .content .product footer {
                margin-bottom: 0 !important;
            }

            main .cart .gifts .content .product .price i {
                font-size: 9px;
                margin-right: -3px;
            }

            main .cart .gifts .content .product .addtocart {
                padding: 0 35px 0 8px;
            }

            main .cart .gifts .content .product .price ans {
                font-size: 19px;
                text-decoration: line-through;
            }

main .cart .cart-main {
    margin-bottom: 30px;
}

    main .cart .cart-main > .title {
        color: #589f1a;
        font-size: 20px;
        font-weight: 400;
        border-bottom: 1px solid #dfe9ef;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        line-height: 44px;
        margin-bottom: 33px;
    }

        main .cart .cart-main > .title a {
            color: #589f1a;
            font-size: 20px;
            font-weight: 400;
            position: relative;
        }

            main .cart .cart-main > .title a:after {
                content: '';
                position: absolute;
                right: 0;
                left: 0;
                bottom: -1px;
                background-color: #6bc918;
                height: 1px;
            }

            main .cart .cart-main > .title a:after {
                content: '';
                position: absolute;
                right: 0;
                left: 0;
                bottom: -1px;
                background-color: #6bc918;
                height: 1px;
            }

    main .cart .cart-main .content table {
        width: 100%;
        text-align: center;
    }

        main .cart .cart-main .content table td {
            vertical-align: middle;
        }

        main .cart .cart-main .content table > thead {
            color: #738996;
            font-size: 15px;
            font-weight: 300;
        }

            main .cart .cart-main .content table > thead td {
                padding-bottom: 14px;
            }

        main .cart .cart-main .content table > tbody,
        main .cart .cart-main .content table > tbody td {
            border: 1px solid #d1dce2;
            border-collapse: collapse;
        }

        main .cart .cart-main .content table .product-desc {
            padding: 28px 30px;
            text-align: right;
            overflow: hidden;
            width: 49.5%;
        }

            main .cart .cart-main .content table .product-desc .thumb {
                float: right;
                margin-left: 27px;
            }

            main .cart .cart-main .content table .product-desc .title {
                padding: 8px 0 12px;
            }

            main .cart .cart-main .content table .product-desc span {
                display: block;
            }

            main .cart .cart-main .content table .product-desc .color {
                display: inline-block;
                color: #000000;
                font-size: 14px;
                font-weight: 300;
                padding: 0 17px;
                line-height: 25px;
                border-radius: 1px;
                background-color: #aad754;
                margin-bottom: 6px;
            }

            main .cart .cart-main .content table .product-desc .warranty {
                color: #506e80;
                font-size: 12px;
                font-weight: 300;
            }

        main .cart .cart-main .content table .count {
            color: #305266;
            font-size: 19px;
            font-weight: 400;
            width: 9.7%;
        }

        main .cart .cart-main .content table .toman {
            color: #305266;
            font-size: 11px;
            font-weight: 300;
            padding-right: 1px;
        }

        main .cart .cart-main .content table .unit-price {
            color: #305266;
            font-size: 20px;
            font-weight: 400;
            width: 16.3%;
        }

        main .cart .cart-main .content table .total-price {
            color: #305266;
            font-size: 20px;
            font-weight: 400;
            position: relative;
        }

        main .cart .cart-main .content table .offer-text {
            color: #5da91b;
            font-size: 12px;
            font-weight: 400;
            display: block;
        }

            main .cart .cart-main .content table .offer-text i {
                display: inline-block;
                width: 11px;
                height: 10px;
                background-color: #6bc918;
                line-height: 10px;
                text-align: center;
                color: #ffffff;
                font-size: 16px;
                margin-left: 3px;
            }


        main .cart .cart-main .content table .remove {
            font-size: 7px;
            color: #e91601;
            text-align: center;
            width: 4.5%;
            cursor: pointer;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

            main .cart .cart-main .content table .remove i {
                font-weight: 700;
            }

            main .cart .cart-main .content table .remove:hover {
                background: #ffedee;
            }

        main .cart .cart-main .content table .total-price .two-row {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            position: absolute;
            right: 0;
            left: 0;
            top: 0;
            bottom: 0;
        }

            main .cart .cart-main .content table .total-price .two-row > div {
                height: 50%;
                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;
            }

                main .cart .cart-main .content table .total-price .two-row > div:first-child {
                    border-bottom: 1px solid #d1dce2;
                }

        main .cart .cart-main .content table .total-price table {
            border-collapse: initial;
        }

            main .cart .cart-main .content table .total-price table td {
                border: 0;
            }

        main .cart .cart-main .content table.total-table {
            position: relative;
            top: -1px;
        }

        main .cart .cart-main .content table .total-cart .offer-code {
            position: relative;
            width: 40.7%;
            padding: 45px 38px 26px 0;
        }

            main .cart .cart-main .content table .total-cart .offer-code:before {
                content: '';
                width: 1px;
                top: -1px;
                bottom: 0;
                background: #fff;
                position: absolute;
                right: -1px;
            }

            main .cart .cart-main .content table .total-cart .offer-code:after {
                content: '';
                height: 1px;
                bottom: 0;
                background: #fff;
                right: 0;
                left: 0;
                position: absolute;
            }

            main .cart .cart-main .content table .total-cart .offer-code form {
                width: 356px;
                height: 64px;
                background-color: #ebffd9;
                position: relative;
                border-radius: 64px;
            }

                main .cart .cart-main .content table .total-cart .offer-code form button {
                    position: absolute;
                    left: 10px;
                    top: 8px;
                    width: 48px;
                    height: 48px;
                    background-color: #ffffff;
                    border-radius: 100%;
                    color: #5b7b3d;
                    font-size: 16px;
                    font-weight: 300;
                }

                main .cart .cart-main .content table .total-cart .offer-code form input {
                    line-height: 63px;
                    background: none;
                    width: 100%;
                    padding: 0 33px 0 62px;
                    color: #5b7b3d;
                    font-size: 14px;
                    font-weight: 300;
                }

        main .cart .cart-main .content table .digits {
            font-weight: 400;
            color: #305266;
        }

        main .cart .cart-main .content table .total-final {
            font-size: 13px;
            font-weight: 400;
            color: #305266;
            width: 34.8%;
        }

            main .cart .cart-main .content table .total-final span {
                padding-bottom: 4px;
            }

            main .cart .cart-main .content table .total-final .offer-text {
                font-size: 13px;
            }

            main .cart .cart-main .content table .total-final .digits {
                font-size: 20px;
            }

        main .cart .cart-main .content table .final-price > span {
            color: #5da91b;
            font-size: 15px;
            font-weight: 400;
            padding-bottom: 2px;
            display: block;
        }

        main .cart .cart-main .content table .final-price .digits {
            font-size: 27px;
        }

        main .cart .cart-main .content table .final-price .toman {
            font-size: 15px;
        }

    main .cart .cart-main .content .links {
        padding-top: 30px;
        margin-bottom: 10px;
    }

        main .cart .cart-main .content .links button,
        main .cart .cart-main .content .links a {
            line-height: 61px;
            border-radius: 2px;
            color: #ffffff;
            font-size: 16px;
            font-weight: 400;
            padding: 0 20px;
            background-color: #b9ced8;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

        main .cart .cart-main .content .links #updateShopCart {
            line-height: 61px;
            border-radius: 2px;
            color: #ffffff;
            font-size: 16px;
            font-weight: 400;
            padding: 0 20px;
            background-color: #b9ced8;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            height: 60px;
            display: inline-block;
        }

        main .cart .cart-main .content .links #installmentBuy {
            line-height: 61px;
            border-radius: 2px;
            color: #ffffff;
            font-size: 16px;
            font-weight: 400;
            padding: 0 20px;
            background-color: #b9ced8;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            height: 60px;
            display: inline-block;
        }

        main .cart .cart-main .content .links .complete-buy {
            background-color: #6bc918;
            padding: 0 30px;
            float: left;
        }

        main .cart .cart-main .content .links button:hover {
            -webkit-box-shadow: 0 5px 20px rgba(1, 1, 1, 0.13);
            box-shadow: 0 5px 20px rgba(1, 1, 1, 0.13);
        }

.quantity {
    position: relative;
}

    .quantity input[type=number]::-webkit-inner-spin-button,
    .quantity input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
        text-align: center;
    }

    .quantity input[type=number] {
        -moz-appearance: textfield;
        text-align: center;
        width: 100%;
    }

    .quantity .quantity-button {
        position: absolute;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        top: -24px;
        color: #acbec9;
        font-size: 16px;
        height: 16px;
        cursor: pointer;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        width: 8px;
        left: 50%;
        -webkit-transform: translate(-50%,0) rotate(90deg);
        transform: translate(-50%,0) rotate(90deg);
    }

        .quantity .quantity-button:before {
            position: absolute;
            right: -3px;
            top: -1px;
            bottom: 0;
        }

    .quantity .quantity-down:before {
        top: 0px;
    }

    .quantity .quantity-button:hover {
        color: #305266;
    }

    .quantity .quantity-down {
        -webkit-transform: translate(-50%,0) rotate(-90deg);
        transform: translate(-50%,0) rotate(-90deg);
        top: initial;
        bottom: -22px;
    }
/*modals*/
.site-header > nav ul li .sub {
    -webkit-box-shadow: 0 4px 13px rgba(152, 177, 194, 0.45);
    box-shadow: 0 4px 13px rgba(152, 177, 194, 0.45);
    border-radius: 2px;
    border: 1px solid #d3e0e9;
    background-color: #ffffff;
    position: absolute;
    right: 0;
    left: 0;
    z-index: 999;
    top: 60px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.site-header > nav ul li:hover .sub {
    opacity: 1;
    top: 70px;
    visibility: visible;
}

.site-header > nav ul li .sub .tab-title {
    border-bottom: 1px solid #e3e8ec;
    line-height: 55px;
    color: #2c3c45;
    font-size: 12px;
    font-weight: 400;
    padding: 0 30px;
}

    .site-header > nav ul li .sub .tab-title ul {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .site-header > nav ul li .sub .tab-title li {
        margin-left: 30px;
        position: relative;
        cursor: pointer;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .site-header > nav ul li .sub .tab-title li:hover {
            color: #e24601;
        }

        .site-header > nav ul li .sub .tab-title li:after {
            content: ']';
            position: absolute;
            left: 0;
            top: 1px;
            color: #e24601;
            visibility: hidden;
            opacity: 0;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

        .site-header > nav ul li .sub .tab-title li:before {
            content: '[';
            position: absolute;
            right: 0;
            top: 1px;
            color: #e24601;
            visibility: hidden;
            opacity: 0;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

        .site-header > nav ul li .sub .tab-title li:hover:after {
            visibility: visible;
            opacity: 1;
            left: -7px;
        }

        .site-header > nav ul li .sub .tab-title li:hover:before {
            visibility: visible;
            opacity: 1;
            right: -7px;
        }

        .site-header > nav ul li .sub .tab-title li.active {
            color: #e24601;
        }

            .site-header > nav ul li .sub .tab-title li.active:before {
                visibility: visible;
                opacity: 1;
                right: -7px;
            }

            .site-header > nav ul li .sub .tab-title li.active:after {
                visibility: visible;
                opacity: 1;
                left: -7px;
            }

.site-header > nav ul li .sub .tab-content {
    padding: 30px;
    position: relative;
    min-height: 345px;
}

    .site-header > nav ul li .sub .tab-content:before {
        content: '';
        position: absolute;
        width: 1px;
        background: #fff;
        right: 30px;
        top: 0;
        bottom: 0;
        z-index: 9;
    }

    .site-header > nav ul li .sub .tab-content [data-tabc] > ul {
        -webkit-column-count: 4;
        column-count: 4;
    }

    .site-header > nav ul li .sub .tab-content .pl150 {
        padding-left: 150px;
    }

    .site-header > nav ul li .sub .tab-content [data-tabc] > ul > li {
        padding-right: 11px;
        position: relative;
        border-right: 1px solid #e6ecf0;
    }

    .site-header > nav ul li .sub .tab-content li h2 {
        color: #60b119;
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 12px;
    }

    .site-header > nav ul li .sub .tab-content li li {
        color: #869aa7;
        font-size: 12px;
        font-weight: 400;
        line-height: 29px;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .site-header > nav ul li .sub .tab-content li li:hover {
            color: #60b119;
        }

    .site-header > nav ul li .sub .tab-content [data-tabc] img {
        position: absolute;
        bottom: 27px;
        left: 0;
        height:200px;
    }

    .site-header > nav ul li .sub .tab-content [data-tabc].active {
        display: grid !imoprtant;
    }

.modal {
    width: 525px;
    border-radius: 12px;
    background-color: #ffffff;
    padding: 30px;
    text-align: right;
    position: relative;
}

    .modal header {
        color: #466f85;
        font-size: 13px;
        font-weight: 400;
        text-align: right;
        line-height: 36px;
        padding-right: 14px;
        margin-bottom: 35px;
        position: relative;
    }

        .modal header i {
            width: 36px;
            height: 36px;
            border-radius: 100%;
            background: url(/Content/Theme/img/gr-radius.png) no-repeat;
            position: absolute;
            right: -40px;
            top: 0;
            text-align: center;
            line-height: 36px;
        }

        .modal header h2 {
            color: #466f85;
            font-size: 13px;
            font-weight: 400;
        }

    .modal input {
        color: #466f85;
        font-size: 13px;
        font-weight: 300;
        line-height: 43px;
        border-radius: 3px;
        border: 1px solid #dfe8ed;
        background-color: #ffffff;
        padding: 0 15px;
        margin-bottom: 12px;
        width: 100%;
    }

    .modal .forget {
        color: #6a8797;
        font-size: 12px;
        font-weight: 300;
        display: block;
        padding-top: 10px;
        margin-bottom: 20px;
    }

    .modal button {
        line-height: 40px;
        border-radius: 3px;
        background-color: #6bc918;
        padding: 0 22px;
        color: #ffffff;
        font-size: 14px;
        font-weight: 700;
    }

    .modal .other-modal {
        color: #6bc918;
        font-size: 11px;
        font-weight: 300;
        position: relative;
        min-height: 265px;
    }

        .modal .other-modal h3 {
            -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
            -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
            position: absolute;
            left: 33px;
            white-space: nowrap;
            font-size: 24px;
            font-weight: 100;
            bottom: 0px;
        }

        .modal .other-modal:after {
            content: '';
            position: absolute;
            top: 0;
            bottom: 0;
            width: 25px;
            -webkit-box-shadow: -4px 0 11px -9px rgba(0,0,0,0.3);
            box-shadow: -4px 0 11px -9px rgba(0,0,0,0.3);
            right: 30px;
        }

.remodal-close {
    color: #77be33 !important;
    background: none !important;
    padding: 0 !important;
    line-height: 0 !important;
    top: 5px;
}

    .remodal-close:before {
        font-family: inherit !important;
    }

.remodal-overlay {
    background-color: rgba(255, 244, 212, 0.8);
}

.gallery {
    max-width: 1170px;
    width: 100%;
}

    .gallery .main-gallery,
    .gallery .gallery-thumbs {
        overflow: hidden;
    }

        .gallery .main-gallery img {
            max-height: 400px;
        }

        .gallery .gallery-thumbs img {
            height: 80px;
        }

    .gallery .footer {
        background-color: #f4f4f4;
        margin: 0 -30px;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 25px 60px;
        margin-bottom: -30px;
        margin-top: 15px;
        position: relative;
    }

    .gallery .gallery-thumbs .slick-arrow {
        width: 25px;
        height: 46px;
        opacity: 0.2;
        color: #000;
        position: absolute;
        left: 15px;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        font-size: 0;
        border: 0;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .gallery .gallery-thumbs .swiper-slide {
        width: 200px;
    }

.gallery {
    text-align: center;
}

    .gallery .gallary-arrow-left,
    .gallery .gallary-arrow-right {
        position: absolute;
        right: 5px;
        font-size: 30px;
        top: 41%;
        -webkit-transform: translate(-50%,0);
        transform: translate(-50%,0);
    }

    .gallery .gallary-arrow-left {
        position: absolute;
        left: 29px;
        right: initial;
        font-size: 30px;
        top: 41%;
        -webkit-transform: translate(-50%,0);
        transform: translate(-50%,0);
    }

    .gallery .remodal-close {
        top: 35px;
        left: 30px;
        z-index: 99;
    }

.alert {
    font-family: 'iranyekan';
    border-radius: 0;
}

    .alert .icon-circle {
        background-color: rgba(0, 0, 0, 0.05);
        font-size: 25px;
        padding: 10px;
        display: inline-block;
        border-radius: 50%;
    }

    .alert .media-body p {
        margin-bottom: 0;
        white-space: normal;
    }

    .alert a {
        color: #3C3C3C;
        font-weight: 600;
    }

    .alert button {
        margin-bottom: 0;
    }

    .alert .close .icons-office-52 {
        font-size: 10px;
    }

    .alert .media-left img {
        border: 3px solid rgba(0, 0, 0, 0.2);
        margin-top: -3px;
        width: 62px;
    }

    .alert > p + p {
        margin-top: 0;
    }

h4.alert-title {
    color: #252525;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

.alert-success {
    background-color: #d1ede8;
    border-color: rgba(0, 0, 0, 0);
    color: #0D2213;
}

.alert-info {
    background-color: #deedf2;
    border-color: rgba(0, 0, 0, 0);
    color: #356A75;
}

.alert.alert-info a {
    color: #247699;
}

.alert-warning {
    background-color: #f3e6d1;
    border-color: rgba(0, 0, 0, 0);
    color: #3C2206;
}

.alert-danger {
    background-color: #fee0de;
    border-color: rgba(0, 0, 0, 0);
    color: #4E120C;
}

.alert-dark {
    background-color: #33363c;
    border-color: rgba(0, 0, 0, 0);
    border-radius: 4px;
    color: #E2E2E2;
}

    .alert-dark h4.alert-title {
        color: #ffffff;
    }

    .alert-dark.alert a {
        color: #5DBFD5;
    }

    .alert-dark.alert .media-left img {
        border: 3px solid rgba(255, 255, 255, 0.2);
    }

.alert.alert-dark .icon-circle {
    background-color: rgba(255, 255, 255, 0.1);
}

.alert.alert-dark .media-body p {
    height: auto;
    line-height: 20px;
    margin-bottom: 0;
    overflow: visible;
}

.alert.bg-blue,
.alert.bg-green,
.alert.bg-purple,
.alert.bg-gray-light,
.alert.bg-gray,
.alert.bg-white,
.alert.bg-red {
    border-radius: 2px;
}

.noty_message {
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
}

    .noty_message .alert {
        border: none;
        margin-bottom: 10px;
        z-index: 3;
        padding: 12px !important;
        border-radius: 3px;
    }

.noty_text {
}

#noty_top_layout_container li:first-child {
    margin-top: 50px !important;
}

#noty_bottom_layout_container li {
    height: auto !important;
}

    #noty_bottom_layout_container li .alert {
        margin-bottom: 0;
        margin-top: 10px;
    }

#noty_topLeft_layout_container li:first-child {
    margin-top: 20px !important;
}

#noty_topCenter_layout_container li:first-child {
    margin-top: 20px !important;
}

#noty_topRight_layout_container li:first-child {
    margin-top: 20px !important;
}

.noty_inline_layout_container li,
#noty_topRight_layout_container li,
#noty_topLeft_layout_container li,
#noty_topCenter_layout_container li,
#noty_center_layout_container li,
#noty_centerLeft_layout_container li,
#noty_centerRight_layout_container li,
#noty_bottomLeft_layout_container li,
#noty_bottomCenter_layout_container li,
#noty_bottomRight_layout_container li {
    -webkit-transition-delay: 0;
    transition-delay: 0;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
}

.noty_inline_layout_container {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

    .noty_inline_layout_container li {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

        .noty_inline_layout_container li:first-child {
            margin-bottom: 0;
        }

.media-left {
    padding-left: 10px;
    padding-right: 0;
    float: right;
    padding-top: 3px;
    height: 100% !important;
}

.media > .pull-left {
    padding-left: 10px;
    padding-right: 0;
}

/*-- </Notification> --*/

/* modal */
.modal-base {
    display: none;
}

    .modal-base.in {
        display: block;
    }

    .modal-base .dis-block {
        display: block !important;
    }

    .modal-base .modal-bg-out {
        background-color: rgba(204,204,204,0.8);
    }
/*end modal*/

/* profile */
main .block-profile aside {
    height: 100%;
}

main .block-profile .sticky-side {
    margin-top: 17px;
}

main .block-profile aside section {
    box-shadow: none;
    background-color: #ffffff;
}

main .block-profile aside .pof-nav {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
}

    main .block-profile aside .pof-nav h2 {
        color: #589f1a;
        font-size: 14px;
        font-weight: 400;
        line-height: 31px;
        margin-bottom: 23px;
    }

        main .block-profile aside .pof-nav h2 span {
            color: #878787;
            font-size: 11px;
            font-weight: 300;
            margin-right: 5px;
        }

main .block-profile .block-editprofile {
    font-family: 'iranyekan';
}

    main .block-profile .block-editprofile select {
        font-family: 'iranyekan';
    }

.box .title {
    margin-bottom: 20px;
}

    .box .title > i {
        float: right;
        color: #589f1a;
        margin-left: 17px;
        position: relative;
        line-height: 52px;
        padding: 0 21px;
        font-size: 31px;
        text-align: center;
        z-index: 99;
    }

    .box .title .content.none-desc {
        padding: 10.5px 0;
    }

    .box .title .content {
        padding: 5px 0;
        position: relative;
        margin-right: 79px;
    }

main .block-page .content {
    padding: 30px;
    color: #161616;
    font-size: 13px;
    font-weight: 300;
    line-height: 31px;
}

.block-page {
    margin-bottom: 30px;
}

.b1 {
    border: 1px solid #e3e3e3;
}

.box .title .content.none-desc h1, .box .title .content.none-desc h2 {
    color: #589f1a;
    font-size: 20px;
    font-weight: 300;
}

main .block-profile aside .pof-nav ul {
    border: 1px solid #e3e3e3;
}

main .block-profile aside .pof-nav li a {
    font-size: 13px;
    font-weight: 300;
    line-height: 33px;
    color: #242424;
    border-bottom: 1px solid #e3e3e3;
    padding: 0 20px;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

main .block-profile aside .pof-nav li:last-child a {
    border-bottom: none;
}

main .block-profile aside .pof-nav li a:hover {
    color: #6bc918;
}

main .block-profile p {
    line-height: 25px;
}

main .block-profile li span {
    color: #1e1e1e;
    font-size: 12px;
    font-weight: 300;
    width: 100px;
    line-height: 31px;
    display: inline-block;
}

main .block-profile li b {
    color: #589f1a;
    font-size: 12px;
    font-weight: 300;
}

main .block-profile .block-factors {
    /*margin: 0 -12px;*/
}

    main .block-profile .block-factors table {
        text-align: center;
        width: 100%;
    }

        main .block-profile .block-factors table tr {
            border: 1px solid #e3e3e3;
            background-color: #ffffff;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

            main .block-profile .block-factors table tr.active {
                background-color: #f7f7f7;
            }

                main .block-profile .block-factors table tr.active .view:after {
                    left: 33px;
                    -webkit-transform: rotate(90deg);
                    transform: rotate(90deg);
                    top: 31px;
                }

        main .block-profile .block-factors table thead tr {
            border: 0;
        }

        main .block-profile .block-factors table th {
            color: #393939;
            font-size: 12px;
            font-weight: 700;
            line-height: 31px;
            padding-bottom: 9px;
            font-family: 'iranyekan';
        }

        main .block-profile .block-factors table td {
            color: #000000;
            font-size: 11px;
            font-weight: 300;
            line-height: 65px;
            vertical-align: middle;
        }

    main .block-profile .block-factors > table > tbody > tr > td:nth-child(1),
    main .block-profile .block-factors > table > tbody > tr > td:nth-child(2),
    main .block-profile .block-factors > table > tbody > tr > td:nth-child(3) {
        font-family: sans-serif;
        font-weight: 600;
        font-size: 12px;
        font-family: 'iranyekan';
    }

    main .block-profile .block-factors table .stat {
        color: #589f1a;
    }

    main .block-profile .block-factors table .price {
        font-size: 14px !important;
    }

    main .block-profile .block-factors table .pay {
        line-height: 24px;
        border-radius: 1px;
        background-color: #589f1a;
        color: #ffffff;
        font-size: 11px;
        font-weight: 300;
        padding: 0 8px;
        border-radius: 2px;
        display: inline-block;
    }

    main .block-profile .block-factors table .view {
        position: relative;
        color: #589f1a;
        font-size: 11px;
        font-weight: 400;
        display: block;
        cursor: pointer;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        main .block-profile .block-factors table .view:after {
            content: '»';
            position: absolute;
            top: 28px;
            width: 5px;
            height: 6px;
            -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
            font-size: 13px;
            font-weight: 100;
            font-family: tahoma;
            left: -27px;
        }

        main .block-profile .block-factors table .view b {
            font-weight: 300;
            position: relative;
        }

            main .block-profile .block-factors table .view b:after {
                position: absolute;
                content: '';
                width: 100%;
                height: 1px;
                background-color: #589f1a;
                right: 0;
                top: 18px;
            }

    main .block-profile .block-factors table .show-product {
        color: #589f1a;
        font-size: 11px;
        font-weight: 400;
        cursor: pointer;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        margin-left: 10px;
        text-decoration: underline;
    }

    main .block-profile .block-factors table .del-product {
        color: #77be33;
        font-size: 11px;
        font-weight: 400;
        cursor: pointer;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        text-decoration: underline;
    }

    main .block-profile .block-factors .factor {
        font-family: 'iranyekan' !important;
        display: none;
    }

        main .block-profile .block-factors .factor th {
            background-color: #efefef;
            color: #393939;
            font-size: 11px;
            font-weight: 400;
            line-height: 33px;
            padding: 0;
        }

        main .block-profile .block-factors .factor img {
            float: right;
            margin-left: 15px;
            margin-top: 3px;
        }

        main .block-profile .block-factors .factor h2 {
            line-height: 18px;
            margin: 0;
            position: relative;
        }

            main .block-profile .block-factors .factor h2 a {
                color: #589f1a;
                font-size: 13px;
                font-weight: 500;
                text-transform: uppercase;
                display: block;
            }

            main .block-profile .block-factors .factor h2 b {
                color: #545353;
                font-size: 10px;
                font-weight: 300;
                display: block;
                text-transform: uppercase;
            }

        main .block-profile .block-factors .factor .per-product {
            font-size: 10px;
            font-weight: 400;
            line-height: 24px;
            color: #393939;
        }

            main .block-profile .block-factors .factor .per-product span {
                margin-left: 15px;
            }

        main .block-profile .block-factors .factor tbody tr td:nth-child(1) {
            text-align: right;
            vertical-align: middle;
            padding: 29px 22px 23px 0;
        }

        main .block-profile .block-factors .factor thead tr th:nth-child(1) {
            text-align: right;
            padding-right: 30px;
        }

        main .block-profile .block-factors .factor tbody tr td:nth-child(2) {
            color: #589f1a;
            font-size: 13px;
            font-weight: 700;
            font-family: sans-serif;
        }

        main .block-profile .block-factors .factor tbody tr td:not(:last-child) .price {
            line-height: 25px;
            display: block;
            color: #000000 !important;
            font-size: 13px !important;
            font-weight: 600 !important;
        }

            main .block-profile .block-factors .factor tbody tr td:not(:last-child) .price i {
                display: block;
                line-height: 12px;
            }

        main .block-profile .block-factors .factor tfoot tr:last-child {
            border: 0;
        }

        main .block-profile .block-factors .factor tr {
            border: 0;
            border-bottom: 1px solid #e3e3e3;
        }

        main .block-profile .block-factors .factor .per-product b {
            color: #589f1a;
            font-weight: 400;
        }

        main .block-profile .block-factors .factor .block-order-step {
            padding: 30px 0;
            background-color: #f7f7f7;
            margin: 0;
        }

            main .block-profile .block-factors .factor .block-order-step span b {
                width: 31px;
                height: 31px;
                color: white;
            }

                main .block-profile .block-factors .factor .block-order-step span b i {
                    width: 10px;
                    height: 9px;
                }

            main .block-profile .block-factors .factor .block-order-step span:before {
                right: 30px;
                left: initial;
                z-index: 0;
                width: 140px;
                top: 50%;
            }

            main .block-profile .block-factors .factor .block-order-step .active b:before {
                background-color: #e3e3e3;
            }

            main .block-profile .block-factors .factor .block-order-step span:first-child:after {
                display: none;
            }

            main .block-profile .block-factors .factor .block-order-step span:last-child:before {
                display: none !important;
            }

            main .block-profile .block-factors .factor .block-order-step a {
                line-height: 15px;
            }
/*end profile*/
.hide {
    display: none !important;
}

.gallery .gallery-thumbs .swiper-slide img {
    width: 150px;
    height: 150px;
}


.com-stars {
    margin-top: 10px;
    margin-bottom: 20px;
}

    .com-stars span {
        float: right;
        margin-left: 5px;
    }

    .com-stars.fl {
        float: left;
    }

    .com-stars i {
        width: 13px;
        height: 13px;
        color: #d0d0d0;
        display: inline-block;
        cursor: pointer;
        font-size: 13px;
        margin-top: 6px;
        margin-right: 5px;
    }

.rating.com-stars i:hover {
    color: #6bc918;
}

    .rating.com-stars i:hover ~ i {
        color: #6bc918;
    }

.com-stars i.full {
    color: #6bc918;
}

/* Shopping */

main .block-cart > .content {
    padding: 20px;
}

main .block-order-step {
    margin: 50px -20px 50px;
    overflow: hidden;
}

    main .block-order-step span {
        position: relative;
        width: 20%;
        float: right;
        text-align: center;
        right: -9%;
    }

    main .block-order-step.bb2 span {
        width: calc(100% / 5) !important;
    }

    main .block-order-step span b {
        width: 40px;
        height: 40px;
        border: 1px solid #e3e3e3;
        background-color: #ffffff;
        color: #ccc;
        display: block;
        float: left;
        position: relative;
        z-index: 9;
    }

    main .block-order-step span:after {
        content: '';
        width: 100%;
        height: 1px;
        background-color: #e3e3e3;
        position: absolute;
        left: 0;
        top: 16px;
        z-index: 0;
    }

    main .block-order-step span:last-child:before {
        content: '';
        width: 100%;
        height: 1px;
        background-color: #e3e3e3;
        position: absolute;
        left: -100%;
        top: 19px;
        z-index: -2;
    }

    main .block-order-step .active:after, main .block-order-step .current:after {
        background-color: #6bca10 !important;
    }

    main .block-order-step .active:before, main .block-order-step .current:after {
        background-color: #6bca10;
    }

    main .block-order-step .active a, main .block-order-step .current a {
        color: #6bca10;
    }

    main .block-order-step span b i {
        position: absolute;
        color: #e3e3e3;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        font-weight: bold;
        font-size: 25px;
    }

    main .block-order-step .current b i {
        color: #3a7005;
    }

    main .block-order-step .active b i {
        color: white;
    }

    main .block-order-step .active b {
        border: 1px solid #6bca10;
        background-color: #6bca10;
    }

    main .block-order-step .current b {
        border: 1px solid #6bca10;
        background-color: #d9f2c1;
    }

    main .block-order-step a {
        clear: both;
        display: block;
        text-align: left;
        position: relative;
        left: -15%;
        padding-top: 8px;
    }

main .block-address .name {
    line-height: 32px;
    background-color: #6bca10;
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    margin-left: 7px;
}

main .block-cart h3 {
    color: #6bca10;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 16px;
}

main .block-cart h4 {
    color: #6bca10;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 12px;
}

main .block-cart .block-address .address {
    border: 1px solid #e3e3e3;
    background-color: #ffffff;
    overflow: hidden;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
}

    main .block-cart .block-address .address > div {
        float: right;
        padding: 25px 20px 15px;
    }

    main .block-cart .block-address .address span {
        font-size: 15px;
        font-weight: 300;
        line-height: 31px;
        color: #393939;
        display: block;
    }

        main .block-cart .block-address .address span b {
            color: #6bca10;
            font-weight: 300;
        }

    main .block-cart .block-address .address > div:first-child {
        border-left: 1px solid #e3e3e3;
        padding-left: 35px;
    }

    main .block-cart .block-address .address > div:nth-child(2) span {
        font-size: 13px;
        line-height: 21px;
    }

main .block-cart p {
    color: #393939;
    font-size: 11px;
    font-weight: 300;
    line-height: 21px;
}

    main .block-cart p input {
        height: 51px;
        border: 1px solid #d9e3ea;
        background-color: #f5f8fa;
        width: 100%;
        color: #182e3b;
        font-size: 15px;
        font-weight: 300;
        text-align: right !important;
        padding: 0 20px 0;
        border-radius: 0;
        margin-bottom: 10px;
        position: relative;
    }

main .block-cart .block-address .address .btn {
    display: inline-block;
    border: 1px solid #e6e6e6;
    background-color: #ffffff;
    line-height: 32px;
    color: #000000;
    font-size: 10px;
    font-weight: 300;
    padding: 0 35px 0 13px;
    position: relative;
    border-radius: 2px;
    margin-top: 13px;
    margin-left: 7px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    main .block-cart .block-address .address .btn:hover {
        border: 1px solid #6bca10;
    }

    main .block-cart .block-address .address .btn i {
        position: absolute;
        top: 50%;
        right: 14px;
        width: 9px;
        height: 9px;
        background-color: #6bca10;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

main .block-cart .block-address .address .add-checkbox {
    color: #a4a4a4;
    font-size: 12px;
    font-weight: 300;
    position: relative;
    padding-right: 25px;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

main .block-cart .block-address input[type="radio"] {
    display: none;
}

    main .block-cart .block-address input[type="radio"]:checked + label .add-checkbox {
        color: #000000;
    }

        main .block-cart .block-address input[type="radio"]:checked + label .add-checkbox i {
            background-color: #6bca10;
            border: 1px solid #6bca10;
        }

main .block-cart .block-address .add-checkbox i {
    width: 16px;
    height: 16px;
    border: 1px solid #d6d6d6;
    background-color: #d6d6d6;
    border-radius: 50%;
    color: #ffffff;
    line-height: 19px;
    position: absolute;
    right: 0;
    top: 6px;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 9px;
    line-height: 15px;
}

main .block-cart .block-address .add-address {
    float: left;
    line-height: 47px;
    border-radius: 3px;
    background-color: #6bca10;
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    padding: 0 25px;
}

main .block-cart .block-pay-way input {
    display: none;
}

main .block-cart .block-pay-way label {
    border: 1px solid #e3e3e3;
    background-color: #ffffff;
    padding: 18px;
    display: block;
    margin-bottom: 10px;
    cursor: pointer;
}

    main .block-cart .block-pay-way label span {
        color: #6bca10;
        font-size: 14px;
        font-weight: 400;
        line-height: 25px;
        display: block;
        position: relative;
    }

        main .block-cart .block-pay-way label span i {
            content: '';
            width: 16px;
            height: 16px;
            border: 1px solid #e3e3e3;
            background-color: #ffffff;
            border-radius: 50%;
            right: -26px;
            top: 5px;
            position: absolute;
            color: #e7e7e7;
            font-size: 10px;
            text-align: center;
            line-height: 18px;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            font-size: 9px;
            line-height: 15px;
        }

main .block-cart .block-pay-way input[type="radio"]:checked + label span i {
    border: 1px solid #6bca10;
    background-color: #6bca10;
    color: #fff;
}

main .block-cart .block-order-details li {
    color: #000000;
    font-size: 12px;
    font-weight: 300;
    line-height: 31px;
}

    main .block-cart .block-order-details li span {
        min-width: 120px;
        float: right;
    }

    main .block-cart .block-order-details li b {
        color: #000000;
        font-size: 12px;
        font-weight: 500;
    }

main .block-cart .block-order-details p {
    color: #000000;
    font-size: 12px;
    font-weight: 400;
    line-height: 25px;
}

main .block-cart .block-banks {
    border-radius: 2px;
    background-color: #fff8e6;
    padding: 10px;
}

    main .block-cart .block-banks span {
        float: left;
        color: #604b14;
        font-size: 22px;
        font-weight: 200;
        line-height: 60px;
        padding-left: 20px;
    }

    main .block-cart .block-banks label {
        width: 124px;
        height: 58px;
        border-radius: 3px;
        background-color: #ffffff;
        float: right;
        padding-left: 15px;
        text-align: center;
        margin-left: 7px;
        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;
        cursor: pointer;
    }

        main .block-cart .block-banks label i {
            width: 18px;
            height: 18px;
            border: 1px solid #e3e3e3;
            background-color: #ffffff;
            color: #dbdbdb;
            font-size: 11px;
            line-height: 19px;
            text-align: center;
            float: left;
            left: -22px;
            position: relative;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            font-size: 11px;
            line-height: 15px;
        }

    main .block-cart .block-banks input {
        display: none;
    }

        main .block-cart .block-banks input[type="radio"]:checked + label i {
            color: #5b186c;
        }

main .price {
    color: #6bca10 !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    font-family: 'iranyekan';
}

    main .price i {
        color: #000;
        font-size: 11px;
        font-weight: 200;
        font-family: 'iranyekan';
        margin-right: 3px;
    }

#tblShopCartReview h3.title {
    color: black !important;
    margin-bottom: 0px !important;
}

main .block-cart .close {
    position: absolute;
    left: -11px;
    width: 22px;
    height: 55px;
    border-radius: 2px;
    background-color: #f5f5f5;
    border: 0;
    padding: 0;
    top: 50%;
    transform: translate(0,-50%);
    color: #6bca10;
    font-size: 8px;
}

main .block-cart input[type="number"] {
    width: 80px;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    border: 1px solid #e3e3e3;
    background-color: #fff;
    border-radius: 3px;
    color: #6bca10;
    font-size: 16px;
    font-weight: 500;
    line-height: 36px;
}

main .spinner {
    position: relative;
}

    main .spinner input[type="number"] {
        -webkit-appearance: textfield;
        -moz-appearance: textfield;
        appearance: textfield;
    }

    main .spinner:after {
        content: 'عدد';
        position: absolute;
        color: #000;
        font-size: 11px;
        font-weight: 400;
        top: 1px;
        left: 28px;
        line-height: normal;
    }

    main .spinner .add {
        position: absolute;
        width: 0;
        height: 0;
        left: 9px;
        top: 1px;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-bottom: 7px solid #d7d7d7;
        cursor: pointer;
    }

    main .spinner .sub {
        position: absolute;
        width: 0;
        height: 0;
        left: 9px;
        top: 11px;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 7px solid #d7d7d7;
        cursor: pointer;
    }

main .block-cart table {
    margin: auto;
    margin-bottom: 17px;
    width: 100%;
}

main .block-cart .block-sum {
    width: 42.55%;
    float: left;
}

    main .block-cart .block-sum p {
        color: #000;
        font-size: 13px;
        font-weight: 400;
        line-height: 31px;
        padding: 10px 30px;
        background: white;
    }

    main .block-cart .block-sum .sum {
        color: #6bca10;
        font-size: 18px;
        font-weight: 500;
        background-color: #f5f5f5;
        padding: 24px 30px;
    }

    main .block-cart .block-sum p span {
        float: left;
    }

main .block-cart .off {
    width: 42.7%;
}

    main .block-cart .off .upcart {
        border: 1px solid #e3e3e3;
        background-color: #fff;
        color: #6bca10;
        font-size: 16px;
        font-weight: 300;
        line-height: 36px;
        margin-left: 13px;
        float: right;
        padding: 0 18px;
    }

    main .block-cart .off input {
        border: 1px solid #e3e3e3;
        background-color: #f5f5f5;
        float: right;
        width: 62.9%;
        line-height: 36px;
        padding-left: 140px;
    }

    main .block-cart .off .submitoff {
        float: left;
        position: relative;
        top: 0px;
        border: 1px solid #e3e3e3;
        background-color: #fff;
        padding: 0 20px;
        color: #6bca10;
        font-size: 16px;
        font-weight: 300;
        margin-left: 10px;
        line-height: 36px;
        left: 182px;
    }

main .block-cart .submitfinal {
    border-radius: 3px;
    background-color: #6bca10;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 47px;
    padding: 0 25px;
    margin-top: 13px;
    border: 0;
}

main .block-cart .payAnsware p {
    font-size: 14px;
    margin-bottom: 10px;
}

main .btn-pay-result .submitfinal {
    display: inline-block;
}

.user-area-new h2 {
    text-align: center;
    color: #6bca10;
    font-size: 16px;
    font-weight: 200;
    line-height: 31px;
    margin-bottom: 40px;
}

    .user-area-new h2 i {
        width: auto;
        font-size: 51px;
        color: #ffeb64;
        display: block;
        margin: auto;
        margin-bottom: 20px;
    }

.user-area-new input {
    border: 1px solid #e3e3e3;
    background-color: #fff;
    width: 100%;
    line-height: 32px;
    margin-bottom: 9px;
    padding: 0 15px;
}

.user-area-new button {
    border-radius: 2px;
    background-color: #6bc918;
    float: left;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 38px;
    padding: 0 23px;
    border: 0;
    position: relative;
    -webkit-transition: none;
    transition: none;
    margin-top: 5px;
    font-family: 'iranyekan';
}

main .block-cart .nextButton {
    background-color: #6bc918;
    padding: 0 30px;
    float: left;
    line-height: 61px;
    border-radius: 2px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    padding: 0 20px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.userarea-modal .content form select {
    line-height: 43px;
    border-radius: 2px;
    padding: 0 14px;
    color: #466f85;
    font-size: 13px;
    font-weight: 300;
    display: block;
    width: 100%;
    margin-bottom: 6px;
    width: 100%;
    height: 43px;
    border: 1px solid #dfe8ed;
    padding: 0 15px;
    font-family: 'iranyekan';
}

.userarea-modal .content form textarea {
    line-height: 43px;
    border-radius: 2px;
    padding: 0 15px;
    color: #466f85;
    font-size: 13px;
    font-weight: 300;
    display: block;
    width: 100%;
    margin-bottom: 6px;
    border: 1px solid #dfe8ed;
    font-family: 'iranyekan';
}

main .block-cart .backButton {
    line-height: 61px;
    border-radius: 2px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    padding: 0 20px;
    background-color: #b9ced8;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/* End Shopping*/

.field-validation-error {
    color: #77be33;
}

.mb40 {
    margin-bottom: 40px;
}
/*saba.kh Respansive*/

.site-footer .copy .social {
    padding-top: 30px;
    padding-bottom: 12px;
}

.site-footer .sec-bottom {
    padding: 50px 15px;
}

.pos-top-25 {
    top: 25px;
}

.logo-res {
    display: none;
}

.logo-base em {
    font-size: 12px;
    padding-right: 31px;
    font-weight: 500;
}

.logo-base img {
    display: block;
}

.site-header nav.top li.call-in {
    display: block;
}

/*.site-header nav.top li:first-child:after {
    color: #f5f9fb;
}*/

.menuresponsive {
    display: none;
}

main .cat-section.list-view .row > div {
    width: 100%;
}

main .breadcrumb {
    display: block !important;
}

    main .breadcrumb a {
        display: inline-block;
        margin-bottom: 10px;
    }

.additional-res {
    display: none;
}

.additional-res-1 {
    display: block;
}

main .archive aside .status .item span {
    overflow: hidden;
    text-overflow: ellipsis !important;
    width: calc( 100% - 52px);
    white-space: nowrap;
    display: inline-block;
}

.frm-css input, .frm-css textarea, .frm-css select {
    border: 1px solid #dae8f1;
    border-radius: 2px;
    padding: 2px 10px;
    color: #ccc;
    margin-bottom: 5px;
    width: 100%;
}

.frm-css button {
    line-height: 32px;
    border-radius: 2px;
    background-color: #77be33;
    padding: 0 22px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    -webkit-box-shadow: 0 1px 0 #8c5413;
    box-shadow: 0 1px 0 #8c5413;
    border: 0;
    cursor: pointer;
    margin-top: 11px;
    display: block;
    width: auto;
}

.frm-css h2 {
    margin-bottom: 25px !important;
}


.resp-scroll-shop {
    overflow: hidden;
    overflow-x: scroll;
}

    .resp-scroll-shop > div {
        min-width: 800px;
    }

.resp-scroll-shopping {
    overflow: hidden;
    overflow-x: scroll;
}

    .resp-scroll-shopping > div {
        min-width: 1100px;
    }

.resp-scroll-comment {
    overflow: hidden;
    overflow-x: scroll;
}

    .resp-scroll-comment > div {
        min-width: 550px;
    }


.resp-scroll-compare {
    overflow: hidden;
    overflow-x: scroll;
}

    .resp-scroll-compare > div {
        min-width: 991px;
    }

.rdb-profile input[type="radio"] {
    display: none;
}

.rdb-profile label span {
    color: #464646;
    font-weight: 400;
    display: block;
    position: relative;
    margin-left: 50px;
    padding-right: 35px;
    margin-bottom: 10px;
}

    .rdb-profile label span i {
        content: '';
        width: 16px;
        height: 16px;
        border: 1px solid #e3e3e3;
        background-color: #ffffff;
        border-radius: 50%;
        right: -26px;
        top: -5px;
        position: absolute;
        color: #ddd;
        font-size: 10px;
        text-align: center;
        line-height: 18px;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        font-size: 9px;
        line-height: 15px;
        margin: 11px 36px 10px;
    }

.rdb-profile input[type="radio"]:checked + label span i {
    border: 1px solid #6bc918;
    background-color: #6bc918;
    color: #fff;
}

.resp-scroll-comment > div {
    min-width: 550px;
}

.resp-scroll-comment {
    overflow: hidden;
    overflow-x: scroll;
}



main .cart .gifts .content .product input[type="radio"] {
    display: none;
}

    main .cart .gifts .content .product input[type="radio"] + label:before {
        content: '';
    }

    main .cart .gifts .content .product input[type="radio"]:checked + label i:after {
        content: '\e939';
        font-family: 'icons' !important;
        right: 12px;
        font-weight: 100;
        font-size: 19px;
    }

    main .cart .gifts .content .product input[type="radio"] + label {
        cursor: pointer;
        position: relative;
    }

main .archive .filters .nice-select.filter-select {
    width: auto;
    line-height: 26px;
    height: 26px;
    color: #182e3b;
    font-size: 11px;
    font-weight: 300;
    padding: 0 11px 0 42px;
    min-width: 100px;
    margin-left: 6px;
    margin-bottom: 0;
}

    main .archive .filters .nice-select.filter-select:before {
        left: 24px;
    }

    main .archive .filters .nice-select.filter-select:after {
        width: 6px;
        height: 5px;
        border-left: 3px solid transparent;
        border-right: 3px solid transparent;
        border-top: 5px solid #a3b4bf;
        top: 14px;
        left: 9px;
    }

    main .archive .filters .nice-select.filter-select.open:after {
        top: 11px;
        left: 7px;
    }

.tin-bon {
    left: 0;
    top: 9px;
    display: block;
    width: 52px;
    height: 52px;
    border-radius: 3px;
    border: 1px solid rgba(167, 181, 189, 0.45);
    background-color: #ffffff;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 10px 7px;
    font-size: 11px;
    color: #aaa;
    text-align: center;
    position: absolute;
}

main .single .sec-top header {
    position: relative;
}

main .products-container.br-product .product {
    overflow: hidden;
}

@media screen and (max-width: 1199px)and (min-width: 767px) {
    .site-footer .block-footer.col2 > .content li {
        width: 100%;
        float: none;
    }
}

@media screen and (max-width: 1199px) {
    .site-footer .meta .btn {
        padding: 9px 55px 0 38px;
    }

    .sec-bottom .block-footer {
        margin-bottom: 30px;
    }

    .site-footer .block-footer > .title {
        margin-bottom: 10px;
    }

    main .top-search span {
        float: none;
        line-height: 24px;
        display: block;
        margin-bottom: 22px;
    }

    .hidden-md-down {
        display: none;
    }

    .m-top-15 {
        margin-top: 15px;
    }

    .pos-top-25 {
        top: 60px;
    }
}

@media screen and (max-width: 991px) {
    .site-footer .meta .support {
        margin-right: 0;
        font-size: 11px;
    }

    .pos-top-25 {
        display: none;
    }

    .logo-res {
        display: block;
        text-align: center;
        justify-content: center;
        display: flex;
        margin-bottom: 28px;
        align-content: center;
    }

    .logo-base em {
        padding-right: 0;
    }

    .site-header .call {
        padding: 0 70px 0 148px;
    }

        .site-header .call b {
            font-size: 12px;
            font-weight: 900;
            width: 80px;
            left: -76px;
            position: relative;
        }

    main .archive .cat-section > .title {
        clear: both;
        margin-top: 20px;
        display: inline-block !important;
    }

    main .cat-section.list-view .product .thumb {
        float: none;
        margin: 0 auto 0 auto;
    }

    main .single-article header .meta {
        display: table;
    }

        main .single-article header .meta span {
            display: block;
            margin-bottom: 3px;
        }

            main .single-article header .meta span b {
                margin-left: 0;
            }

    main .page > .container > .content .faq .active .answer {
        position: relative;
        right: 0;
    }

    .profile-content > article {
        padding-top: 20px;
    }

        .profile-content > article > div.title {
            display: none;
        }
}

@media screen and (max-width: 767px) {
    .container {
        padding: 0 15px;
    }

    .site-footer .block-footer.col2::after {
        display: none;
    }

    .site-footer .block-footer.col2 > .content ul {
        min-height: 0px;
    }

    .site-footer .copy .social {
        text-align: center;
    }

    .dis-none-menu {
        display: none;
    }

    .m-b-10 {
        margin-bottom: 10px;
    }

    .content-center-767 {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .site-header .user-data > span {
        margin-left: 0;
        margin-bottom: 20px;
        display: block;
    }

    .site-header nav.top li {
        display: none;
    }

        .site-header nav.top li.call-in {
            display: block;
        }

    .site-header nav.top {
        margin: 0 75px 0 0;
        left: 27px;
        z-index: 999;
    }

    .call .hidden-md-down {
        display: inline-block;
    }

    .call b {
        font-size: 20px !important;
        width: 125px !important;
    }

    .site-header .call {
        padding: 0 50px 0 120px;
    }

    .menu-res-hide {
        display: none !important;
    }

    .menuresponsive {
        display: block;
    }

        .menuresponsive span {
            width: 39px;
            height: 35px;
            color: #6bc918;
            z-index: 0;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            font-size: 35px;
            position: relative;
        }

        .menuresponsive em {
            padding-right: 50px;
            position: relative;
            display: block;
            top: -37px;
            color: #36435f;
            font-size: 15px;
            font-weight: 300;
        }

        .menuresponsive span:after {
            content: '';
            right: 42px;
            width: 50px;
            height: 80px;
            background: #fff;
            -webkit-box-shadow: 7px 0 15px -13px rgba(0, 0, 0, 0.5);
            box-shadow: 7px 0 15px -15px rgba(0, 0, 0, 0.5);
            position: absolute;
            top: -10px;
            z-index: 9;
        }

    main .archive aside .title-float .title {
        display: block;
        transform: none;
        left: 0;
        position: relative;
        top: -29px;
    }

    main .archive aside .status .title {
        left: 24px;
        top: -51px;
    }

    main .single-article header > .container > .title {
        font-size: 14px;
    }
}

@media screen and (max-width: 640px) {
    .site-footer .meta .tell {
        padding-left: 0px;
        margin-right: 15px;
        font-size: 16px;
    }

    .site-footer .meta .support {
        display: none;
    }

    .content-center {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    main .single .summary > .content .price > b {
        margin-top: 10px;
    }

    main .single .summary > .content .price .main-price {
        margin-top: 10px;
        display: inline-block;
        font-size: 17px;
    }

    main .single .summary > .content p span {
        display: block;
        margin-bottom: 15px;
        margin-left: 0;
    }

    main .single .review .content {
        padding: 0 20px;
    }

    main .single .box > .title::before {
        right: 90px;
    }

    main .single .box > .title > i {
        right: -5px;
    }

    main .single .box > .title {
        padding-right: 109px;
        padding-left: 10px;
    }

        main .single .box > .title h2 {
            font-size: 14px;
            font-weight: 300;
        }

    main .single .film .content {
        padding: 0 10px 35px;
        margin-top: 20px !important;
        display: inline-block;
    }

    .additional-res {
        display: block;
        margin-top: 12px;
    }

    .additional-res-1 {
        display: none;
    }

    main .single .specifications .specific-row:not(:last-child) {
        margin-top: 35px;
        display: inline-block;
    }

    main .single .comments .comment-snd {
        padding: 35px 10px 30px;
    }

        main .single .comments .comment-snd .not-login .login-area h4 {
            font-size: 10px;
        }

    main .single-article .tags span {
        display: block;
        float: none;
    }

    .modal {
        width: 350px;
    }

        .modal .other-modal::after {
            right: 0;
        }
}

@media screen and (max-width: 480px) {
    .site-footer .newsletter .input input {
        font-size: 12px;
    }

    .site-footer .newsletter {
        padding: 20px;
    }

    .site-footer .meta .btn {
        padding: 9px 55px 0 18px;
        margin-left: 5px;
    }

    .site-footer .block-footer.col2 > .content li {
        width: 100%;
        float: none;
        text-align: center;
    }

    .site-footer .block-footer.col2 > .title {
        text-align: center;
    }


    .private-product .tab-title i {
        margin-bottom: 10px;
    }

    .call .hidden-md-down {
        display: none;
    }

    .sort-res {
        color: #fff;
    }

    main .single-article header .thumb {
        float: none;
        text-align: center;
    }
}

@media screen and (max-width: 360px) {
    .site-footer .meta .btn {
        padding: 9px 42px 0 9px;
    }

        .site-footer .meta .btn i {
            width: 40px;
        }

    .modal {
        width: 310px;
    }
}

/*saba.kh Respansive*/

main .block-order-step.installmentShopping span {
    width: 33.33% !important;
}

    main .block-order-step.installmentShopping span:after {
        width: 384px !important;
    }

main .block-order-step.installmentShopping a {
    left: -5% !important;
}

main .block-page .content #installmentShoppingInfo-div label {
    display: block;
    font-size: 13px;
}

main .block-page .content #installmentShoppingInfo-div a {
    color: #6bc918;
    cursor: pointer;
}

main .block-page .content #installmentShoppingInfo-div input,
main .block-page .content #installmentShoppingInfo-div p {
    font-size: 12px;
}

    main .block-page .content #installmentShoppingInfo-div input[type=number] {
        width: 100%;
        color: #393939;
    }

main .block-page .content #installmentShoppingInfo-div fieldset {
    margin-bottom: 10px;
}

    main .block-page .content #installmentShoppingInfo-div fieldset legend b {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

main .block-page .content #installmentShoppingInfo-div #productListShow {
    margin-left: 22px;
    min-height: 190px;
    border: 1px solid #d9e3ea;
}

main .block-page .content #installmentShoppingInfo-div p {
    padding-left: 22px;
}

main .block-page .content #installmentShoppingInfo-div input,
main .block-page .content #installmentShoppingInfo-div textarea {
    border: 1px solid #d9e3ea;
    background-color: #fff;
    width: 100%;
    line-height: 32px;
    margin-bottom: 9px;
    padding: 0 15px;
}

.modal #frmInstallmentCalculation fieldset {
    margin-bottom: 15px;
    border: 1px solid #dfe8ed;
}

.block-cart .pay-text {
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-right: 10px;
    height: 34px;
}

@media screen and (max-width: 780px) {
    main .block-profile .block-factors table {
        border: 0;
    }

        main .block-profile .block-factors table caption {
            font-size: 1.3em;
        }

        main .block-profile .block-factors table thead {
            border: none;
            clip: rect(0 0 0 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px;
        }

        main .block-profile .block-factors table tr {
            border-bottom: 3px solid #ddd;
            display: block;
            margin-bottom: .625em;
        }

        main .block-profile .block-factors table td {
            display: inline-block;
            width: 50%;
            font-size: .8em;
            text-align: right;
            padding: 0px 10px;
            line-height: 25px;
        }

            main .block-profile .block-factors table td::before {
                content: attr(data-label);
                float: right;
                font-weight: bold;
                text-transform: uppercase;
                padding-left: 6px;
            }

            main .block-profile .block-factors table td:last-child {
                border-bottom: 0;
            }

        main .block-profile .block-factors table .view::after {
            left: 10px;
            top: 10px;
        }
        main .block-profile .block-factors table tr.active .view::after {
            left: 30px;
            top: 10px;
        }

            main .block-profile .block-factors table td.w-100 {
                display: block;
                width: 100%;
            }
}

@media screen and (max-width: 480px) {
    main .block-profile .block-factors table td {
        display: block;
        width: 100%;
    }
    main .block-page .content {
        padding: 30px 0;
    }

}

.certificate > div{
    /*height:300px;*/
}
    .certificate > div a, .certificate > div img {
        height: 100%;
        width: 100%;
    }
.site-header > nav > .container > ul {
    top: -13px;
}

    .site-header > nav > .container > ul > li span {
        display: block;
        position: relative;
        z-index: 9;
        top: 10px;
    }

    .site-header > nav > .container > ul > li i img {
        position: absolute;
        height: 50px;
        color: #6bc918;
        z-index: 0;
        top: 0px;
        right: 5px;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

.ui-slider-horizontal {
    height: 5px;
    border: 1px solid #ccc;
    border-radius: 1px;
    display: block;
    margin-bottom: 25px;
    position: relative;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
    background-color: #bbfbbc;
    height: 7px;
    border: 0px solid #bbfbbc;
    top: -2px;
}

.ui-slider .ui-slider-handle {
    width: 17px;
    height: 17px;
    border: 1px solid #bbfbbc;
    background-color: #fff;
    display: block;
    position: absolute;
    border-radius: 50px;
    z-index: 1;
    top: -7px;
    margin-left: -10px;
}

    .ui-slider .ui-slider-handle:after {
        width: 11px;
        height: 11px;
        background-color: #bbfbbc;
        content: '';
        display: block;
        border-radius: 50px;
        top: 2px;
        position: absolute;
        right: 2px;
    }

.filter-price .min-price {
    width: calc(50% - 25px) !important;
    float: right;
    /*margin-right: 20px;*/
    text-align: center;
    position: relative;
}

.filter-price .max-price {
    width: calc(50% - 25px) !important;
    float: left;
    /*margin-left: 20px;*/
    text-align: center;
    position: relative;
}

    .filter-price .min-price i,
    .filter-price .max-price i {
        position: absolute;
        color: #bebebe;
        font-size: 15px;
        font-weight: 400;
        top: 1px;
        right: 12px;
    }

.filter-price input[type=number] {
    border-radius: 4px;
    background-color: #f6f6f6;
    border: none;
    font-family: iranyekan;
    font-size: 16px;
    padding-right: 25px;
    text-align: center;
    height: 36px;
    margin-bottom: 0px;
    width: 100%;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.filter-price .mar-b {
    margin-bottom: 20px;
}

.filter-price #max_price::-webkit-outer-spin-button,
.filter-price #max_price::-webkit-inner-spin-button,
.filter-price #min_price::-webkit-outer-spin-button,
.filter-price #min_price::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

section.price-reng a#changePrice-btn {
    box-shadow: 0 0 9px rgba(59,62,62,0.26);
    border-radius: 4px;
    background-color: #77be33;
    color: black;
    display: block;
    text-align: center;
    padding: 7px 5px 8px 5px;
    font-size: 13px;
    font-weight: 400;
    margin: 0 10px 16px 10px;
}

/****** login1 ******/

.applogin-title {
    background-color: #e1ffc5;
    width: 93px;
    height: 125px;
    border-radius: 0 0 50px 50px;
    text-align: center;
    padding-top: 50px;
    color: #222;
    font-size: 25px;
    margin: 0 auto;
    margin-bottom: 50px;
}

    .applogin-title img {
        display: block;
        height: 64px;
        margin: auto;
    }


.mobile-view-login {
    width: 100%;
    margin: auto;
    border: 1px solid #eee;
    height: 100vh;
    position: relative;
    background: url('/Content/Theme/img/bg-login.jpg');
    background-color: #fff;
}

.login-part form {
    text-align: center;
    max-width: 350px;
    width: 90%;
    margin: auto;
}

    .login-part form h2 {
        font-size: 15px;
        font-weight: 400;
        color: #636363;
        margin-bottom: 35px;
    }

    .login-part form .pay-title i {
        vertical-align: middle;
        font-size: 20px;
        padding-left: 10px;
    }

    .login-part form button {
        font-size: 14px;
        font-weight: 500;
        color: #fff;
        background-color: #77be33;
        border-radius: 5px;
        border: none;
        font-family: 'iranyekan';
        padding: 10px 20px 10px 20px;
        width: 100%;
        margin-top: 40px;
        margin-bottom: 30px;
    }

    .login-part form input {
        padding: 11px 15px 11px 15px;
        border-radius: 8px;
        border: 1px solid #ccc;
        font-size: 12px;
        color: #636363;
        text-align: center;
        margin: 0 auto 8px auto;
        width: 100%;
    }

    .login-part form .verify-part {
        display: flex;
        direction: ltr;
    }

        .login-part form .verify-part input {
            display: block;
            height: 50px;
            margin-right: 0.5rem;
            text-align: center;
            font-size: 1.25rem;
            min-width: 0;
        }

    .login-part form .captcha-div #captchaContainer {
        padding: 11px 15px 11px 15px;
        border-radius: 8px;
        border: 1px solid #ccc;
        font-size: 12px;
        color: #636363;
        text-align: center;
        margin: 0 auto 8px auto;
        width: 100%;
        position: relative;
        background-color: #fff;
    }

        .login-part form .captcha-div #captchaContainer svg {
            position: absolute;
            left: 7px;
            top: 8px;
            background-color: #77be33;
            padding: 3px;
            border-radius: 5px;
            color: #fff;
        }

    .login-part form p.bool {
        margin-top: 20px;
        margin-bottom: 12px;
        text-align: center;
        color: #555;
    }

        .login-part form p.bool a {
            border-bottom: 1px dashed #77be33;
            padding: 0 3px 4px 0;
            transition: all 0.3s ease-in-out;
            color: #77be33;
            display: inline-block;
        }

.m-t-20 {
    margin-top: 35px !important;
}

.app-backbtn {
    position: absolute;
    bottom: 15px;
    right: 30px;
    color: #222;
    font-size: 19px;
}
/****** login1 ******/


.mobile-header {
    display: none;
    border-bottom: 1px solid #ec8713;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 10000;
    background-color: #fff1e8;
    box-shadow: 0px 15px 10px -15px #ec8713;
    height: 60px;
}

    .mobile-header .menu {
        position: absolute;
        font-size: 18px;
        top: 19px;
        right: 16px;
        color: #ff4f01;
    }

    .mobile-header img {
        height: 40px;
        top: 10px;
        position: relative;
        margin-right: 30px;
    }

    .mobile-header i.icon-social {
        width: 36px;
        height: 36px;
        border-radius: 100%;
        background: url(/Content/Theme/img/gr-radius.png) no-repeat;
        position: absolute;
        left: 10px;
        top: 10px;
    }

    .mobile-header b {
        position: absolute;
        left: 10px;
        top: 20px;
        color: #747794;
    }

        .mobile-header i.icon-social:before {
            width: 12px;
            height: 15px;
            font-size: 15px;
            color: #6c92a7;
            position: absolute;
            left: 14px;
            top: 9px;
        }

        .mobile-header i.icon-social em {
            position: absolute;
            width: 12px;
            height: 12px;
            color: #ff4e00;
            font-size: 12px;
            bottom: 0;
            right: -3px;
        }
.mobile-certificate{
    display:none;
}
    .mobile-certificate .certificate {
        text-align:center;
    }
.mobile-footer {
    display: none;
    border-top: 1px solid #ec8713;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 10000;
    background-color: #fff1e8;
    box-shadow: 0 15px 10px 15px #ec8713;
    height: 60px;
}

    .mobile-footer ul {
        display: flex;
        top: 10px;
        position: relative;
    }

        .mobile-footer ul li {
            -webkit-box-flex: 1;
            -ms-flex: 1 1 0px;
            flex: 1 1 0;
            position: relative;
            z-index: 1;
        }

            .mobile-footer ul li a {
                position: relative;
                display: block;
                font-size: 12px;
                text-align: center;
                text-transform: capitalize;
                line-height: 1;
                color: #747794;
                z-index: 1;
                font-weight: 500;
            }

                .mobile-footer ul li a i {
                    display: block;
                    margin-bottom: 4px;
                }

                    .mobile-footer ul li a i svg {
                        height: 18px;
                        width: 18px;
                    }

            .mobile-footer ul li.active a, .mobile-footer ul li:hover a {
                color: #ff4e00;
            }


.mobile-category {
    display: none;
}

    .mobile-category ul {
        margin: 10px 0;
    }

        .mobile-category ul li {
            color: #36435f;
            font-size: 15px;
            font-weight: 300;
            line-height: 22px;
            transition: all .3s ease-in-out;
            width: 49%;
            margin-bottom: 10px;
            display: inline-block;
        }

            .mobile-category ul li a {
                padding-right: 50px;
                position: relative;
                display: block;
                height: 53px;
            }

                .mobile-category ul li a img {
                    position: absolute;
                    height: 50px;
                    color: #6bc918;
                    z-index: 0;
                    top: 0;
                    right: 5px;
                    -webkit-transition: all .3s ease-in-out;
                    transition: all .3s ease-in-out;
                }

                .mobile-category ul li a i:after {
                    content: '';
                    right: 42px;
                    width: 50px;
                    height: 80px;
                    background: #fff;
                    -webkit-box-shadow: 7px 0 15px -13px rgba(0,0,0,.5);
                    box-shadow: 7px 0 15px -15px rgba(0,0,0,.5);
                    position: absolute;
                    top: -15px;
                    z-index: 9;
                }

                .mobile-category ul li a span {
                    display: block;
                    position: relative;
                    z-index: 9;
                    vertical-align: middle;
                    display: table-cell;
                    height: 53px;
                }


.user-area-new form {
    width: 90%;
    max-width: 350px;
    margin: auto;
}

    .user-area-new form #captchaContainer {
        text-align: center;
    }




    .user-area-new form .verify-part {
        display: flex;
        direction: ltr;
    }

        .user-area-new form .verify-part input {
            height: 51px;
            border: 1px solid #d9e3ea;
            background-color: #f5f8fa;
            width: 100%;
            color: #182e3b;
            font-size: 15px;
            font-weight: 300;
            /*text-align: right !important;*/
            padding: 0px !important;
            border-radius: 0;
            margin-bottom: 10px;
            position: relative;
            text-align: center !important;
            display: block;
            margin-right: 0.5rem;
        }

    .user-area-new form p.bool {
        margin-top: 20px;
        margin-bottom: 12px;
        text-align: center;
        color: #555;
    }

        .user-area-new form p.bool a {
            border-bottom: 1px dashed #77be33;
            padding: 0 3px 4px 0;
            transition: all .3s ease-in-out;
            color: #77be33;
            display: inline-block;
        }

@media screen and (max-width: 767px) {
    .dis-n-mobile {
        display: none;
    }

    main {
        margin-top: 75px;
        margin-bottom: 75px;
    }

    .mobile-header, .mobile-footer, .mobile-category, .mobile-certificate {
        display: block;
    }

    .site-header, .site-footer {
        display: none;
    }

    main .cart .cart-main .content .links button, main .cart .cart-main .content .links a {
        line-height: 37px;
        font-size: 17px;
        padding: 0 20px !important;
    }

    main .cart .cart-main .content .links #updateShopCart {
        line-height: 37px;
        font-size: 17px;
        height: auto;
    }

    main .cart .cart-main .content table .toman {
        display: block;
    }

    main .cart .cart-main .content table .remove, main .cart .cart-main .content table .unit-price, main .cart .cart-main .content table .total-price {
        padding: 10px;
    }

    main .cart .cart-main .content table .product-desc .thumb {
        display: none;
    }

    main .cart .cart-main .content table .total-final {
        width: 50%;
    }

    main .cart .cart-main .content table .product-desc {
        padding: 10px;
    }

    main .archive .cat-section > .sorts .view b#list-view {
        display: none;
    }

    main .cart .cart-main > .title a {
        margin: auto;
    }

    .last-product .tab-title b {
        display: block;
        width: 100%;
        margin-bottom: 7px;
    }

    .last-product .tab-title p {
        display: none;
    }

    main .products-container > .title > a {
        display: none;
    }

    main .block-order-step a {
        display: none;
    }

    main .block-order-step span {
        overflow: hidden;
    }

        main .block-order-step span:last-child:before {
            content: none;
        }

        main .block-order-step span:first-child:after {
            content: none;
        }

    main .block-order-step {
        display: flex;
        justify-content: center;
        margin: 30px 0;
    }

        main .block-order-step span {
            right: 0px;
        }

            main .block-order-step span:first-child {
                width: 40px;
            }
}

.inputBorder {
    border: 1px solid #e7dada;
    padding: 2px;
    margin: 5px;
    border-radius: 5px;
}

.dinline {
    display: inline-block;
}

.w90 {
    width: 90%;
}

.button-success {
    margin: 10px;
    padding: 10px;
    background: #ec8713;
    border: 1px solid;
    border-radius: 5px;
}

.button-action {
    display: inline-block;
    float: left;
    margin: 0px 10px;
    padding: 0 5px;
    border: solid #5da268 1px;
    border-radius: 5px;
}

.ratings-submit-form {
    position: relative;
    z-index: 1;
}

    .ratings-submit-form textarea.form-control {
        height: 80px;
        font-size: 14px;
    }

    .ratings-submit-form .stars {
        background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAABaCAYAAACv+ebYAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAAAWdEVYdENyZWF0aW9uIFRpbWUAMDcvMDMvMTNJ3Rb7AAACnklEQVRoge2XwW3bMBSGPxa9NxtIGzTAW8DdRL7o3A0qb+BrdNIm9QAm0G7gbJBMwB5MoVJNUSRFIXGqHwhkmXr68hOPNH9ljOEt9OlNqBs4RlrrSmtdpdZ/Ti0EGnvtUoqTHFunBVCkuk6d6mbi83rggdteSa5THDeB3+UDO9z2inatXFum1roESuAReAB29vp15n2/gRfgZK+/gIuIXLxgrfUO+Bnzn0fom4ic+pvRVNuB/QrQ/RB6A7bwLjN8b985krO5MsKd0ElwJvgk1AteCPdCYWI5/SutddQxRUTU3DOzG4hd01EKqQnZuaLBITUh4F0CeLYm5CDw6PjuFTjaz9+BLwE1I8VO9StwAEoRaUSkseMHO+aqcWq2qwcdfQCOIvIy8dwDV/c/YL6zvWDbnQ3QuH5hltQEreM1dH/n6g28gT8eWLVUqqVKrb+vtGidFkCR6vp+0uLAba8k1/eRFh1ue0W7dv4sqpaSjGnR1Fy8YNWyY8W0aGpO/c1oqu3AKmlxCL0BW3iXGb637xzJ2VwZ4U7oJDgTfBLqBS+Ee6EQeMpULVFHUVOzPC3aNR2lkJotLbr0vtKiqWlMTcNaaXHQ0QfgaGqcaVG1jNLibGcbYyb/eDIlT6bjyZS+51JqtrS4gTfw/wzWqkKrKrU8fQPR6gKAmDKlPM3x1WkBFKmu0xxf3fZR5jnFdbzjv257JbmOdzx22yvadZzjW7e9ol27HWtVkjEtIubiB2u1Y8W0iJhTfzOe6uvAKmlxCL0FX+FdZvjevnMkd3Plgzuh0+A88EmoH7wM7oVC6AaiVdwuI2Z5WrRrOk4BNVtadOl9pUXENIhpWCstDjr6ABwR40yLaDVKi7Od7U1/Z0pzpjNngtNiaM2WFj8++A+motm0NTqjmwAAAABJRU5ErkJggg==") repeat-x 100% 0;
        width: 150px;
    }

        .ratings-submit-form .stars:before, .ratings-submit-form .stars:after {
            display: table;
            content: "";
        }

        .ratings-submit-form .stars:after {
            clear: both;
        }

        .ratings-submit-form .stars input[type="radio"] {
            position: absolute;
            opacity: 0;
        }

            .ratings-submit-form .stars input[type="radio"].star-5:checked ~ span {
                width: 100%;
            }

            .ratings-submit-form .stars input[type="radio"].star-4:checked ~ span {
                width: 80%;
            }

            .ratings-submit-form .stars input[type="radio"].star-3:checked ~ span {
                width: 60%;
            }

            .ratings-submit-form .stars input[type="radio"].star-2:checked ~ span {
                width: 40%;
            }

            .ratings-submit-form .stars input[type="radio"].star-1:checked ~ span {
                width: 20%;
            }

        .ratings-submit-form .stars label {
            display: block;
            width: 30px;
            height: 30px;
            margin: 0 !important;
            padding: 0 !important;
            text-indent: -99999rem;
            float: right;
            position: relative;
            z-index: 10;
            background: transparent !important;
            cursor: pointer;
        }

            .ratings-submit-form .stars label:hover ~ span {
                background-position: 100% -30px;
            }

            .ratings-submit-form .stars label.star-5:hover ~ span {
                width: 100% !important;
            }

            .ratings-submit-form .stars label.star-4:hover ~ span {
                width: 80% !important;
            }

            .ratings-submit-form .stars label.star-3:hover ~ span {
                width: 60% !important;
            }

            .ratings-submit-form .stars label.star-2:hover ~ span {
                width: 40% !important;
            }

            .ratings-submit-form .stars label.star-2:hover ~ span {
                width: 20% !important;
            }

        .ratings-submit-form .stars span {
            display: block;
            width: 0;
            position: relative;
            top: 0;
            right: 0;
            height: 30px;
            background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAABaCAYAAACv+ebYAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAAAWdEVYdENyZWF0aW9uIFRpbWUAMDcvMDMvMTNJ3Rb7AAACnklEQVRoge2XwW3bMBSGPxa9NxtIGzTAW8DdRL7o3A0qb+BrdNIm9QAm0G7gbJBMwB5MoVJNUSRFIXGqHwhkmXr68hOPNH9ljOEt9OlNqBs4RlrrSmtdpdZ/Ti0EGnvtUoqTHFunBVCkuk6d6mbi83rggdteSa5THDeB3+UDO9z2inatXFum1roESuAReAB29vp15n2/gRfgZK+/gIuIXLxgrfUO+Bnzn0fom4ic+pvRVNuB/QrQ/RB6A7bwLjN8b985krO5MsKd0ElwJvgk1AteCPdCYWI5/SutddQxRUTU3DOzG4hd01EKqQnZuaLBITUh4F0CeLYm5CDw6PjuFTjaz9+BLwE1I8VO9StwAEoRaUSkseMHO+aqcWq2qwcdfQCOIvIy8dwDV/c/YL6zvWDbnQ3QuH5hltQEreM1dH/n6g28gT8eWLVUqqVKrb+vtGidFkCR6vp+0uLAba8k1/eRFh1ue0W7dv4sqpaSjGnR1Fy8YNWyY8W0aGpO/c1oqu3AKmlxCL0BW3iXGb637xzJ2VwZ4U7oJDgTfBLqBS+Ee6EQeMpULVFHUVOzPC3aNR2lkJotLbr0vtKiqWlMTcNaaXHQ0QfgaGqcaVG1jNLibGcbYyb/eDIlT6bjyZS+51JqtrS4gTfw/wzWqkKrKrU8fQPR6gKAmDKlPM3x1WkBFKmu0xxf3fZR5jnFdbzjv257JbmOdzx22yvadZzjW7e9ol27HWtVkjEtIubiB2u1Y8W0iJhTfzOe6uvAKmlxCL0FX+FdZvjevnMkd3Plgzuh0+A88EmoH7wM7oVC6AaiVdwuI2Z5WrRrOk4BNVtadOl9pUXENIhpWCstDjr6ABwR40yLaDVKi7Od7U1/Z0pzpjNngtNiaM2WFj8++A+motm0NTqjmwAAAABJRU5ErkJggg==") repeat-x 100% -60px;
            -webkit-transition: width 0.5s;
            transition: width 0.5s;
        }

.btn-NewAdress {
    background-color: #6bc918;
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    padding: 10px;
    border-radius: 2px;
    margin:10px;
}

#pay-section .pay-money .discount-section {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 410px;
    height: 64px;
    background-color: #ebffd9;
    position: relative;
    border-radius: 64px;
}
#pay-section .pay-money .discount-section input{
    line-height: 63px;
    background: none;
    width: 100%;
    padding: 0 33px 0 62px;
    color: #5b7b3d;
    font-size: 14px;
    font-weight: 300;
}

    #pay-section .pay-money .discount-section button {
        position: absolute;
        left: 10px;
        top: 8px;
        width: 48px;
        height: 48px;
        background-color: #ffffff;
        border-radius: 100%;
        color: #5b7b3d;
        font-size: 16px;
        font-weight: 300;
    }

#pay-section .imageUpload-section .imageUpload-box {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 410px;
    height: 64px;
    background-color: #ebffd9;
    position: relative;
    border-radius: 64px;
}
#pay-section .imageUpload-section .imageUpload-box label.text {
    line-height: 63px;
    background: none;
    width: 100%;
    padding: 0 33px 0 62px;
    color: #5b7b3d;
    font-size: 14px;
    font-weight: 300;
}
    #pay-section .imageUpload-section .imageUpload-box input {
        width: 0px;
        height: 0px;
    }
    #pay-section .imageUpload-section .imageUpload-box label.file {
        position: absolute;
        left: 10px;
        top: 8px;
        width: 48px;
        height: 48px;
        background-color: #ffffff;
        border-radius: 100%;
        color: #5b7b3d;
        font-size: 16px;
        font-weight: 300;
        padding:8px;
    }
#pay-section .imageUpload-section p{
    font-size:13px;
}
#pay-section .imageUpload-section img {
    width:200px;
    height:200px;
}


.offset-2 {
    margin-right: 8.333333%;
}

.pl30 {
    padding-left: 30px;
}

.flex-c {
    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;
}

main .page > .container > .content .payAnsware p {
    text-align:center;
}

main .page > .container > .content .payAnsware .btn-pay-result a{
    justify-content: center;
    display: flex;
    gap: 30px;
}

.p-5{
    margin:0 -5px;
}

.p-5 > div{
    padding:0 5px;
}


/* Version 2.1.4 */
/*
 * Note that this is toastr v2.1.3, the "latest" version in url has no more maintenance,
 * please go to https://cdnjs.com/libraries/toastr.js and pick a certain version you want to use,
 * make sure you copy the url from the website since the url may change between versions.
 * */
 .toast-title{font-weight:700}.toast-message{-ms-word-wrap:break-word;word-wrap:break-word}.toast-message a,.toast-message label{color:#FFF}.toast-message a:hover{color:#CCC;text-decoration:none}.toast-close-button{position:relative;right:-.3em;top:-.3em;float:right;font-size:20px;font-weight:700;color:#FFF;-webkit-text-shadow:0 1px 0 #fff;text-shadow:0 1px 0 #fff;opacity:.8;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80);line-height:1}.toast-close-button:focus,.toast-close-button:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.4;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40)}.rtl .toast-close-button{left:-.3em;float:left;right:.3em}button.toast-close-button{padding:0;cursor:pointer;background:0 0;border:0;-webkit-appearance:none}.toast-top-center{top:0;right:0;width:100%}.toast-bottom-center{bottom:0;right:0;width:100%}.toast-top-full-width{top:0;right:0;width:100%}.toast-bottom-full-width{bottom:0;right:0;width:100%}.toast-top-left{top:12px;left:12px}.toast-top-right{top:12px;right:12px}.toast-bottom-right{right:12px;bottom:12px}.toast-bottom-left{bottom:12px;left:12px}#toast-container{position:fixed;z-index:999999;pointer-events:none}#toast-container *{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}#toast-container>div{position:relative;pointer-events:auto;overflow:hidden;margin:0 0 6px;padding:15px 15px 15px 50px;width:300px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;background-position:15px center;background-repeat:no-repeat;-moz-box-shadow:0 0 12px #999;-webkit-box-shadow:0 0 12px #999;box-shadow:0 0 12px #999;color:#FFF;opacity:.8;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80)}#toast-container>div.rtl{direction:rtl;padding:15px 50px 15px 15px;background-position:right 15px center}#toast-container>div:hover{-moz-box-shadow:0 0 12px #000;-webkit-box-shadow:0 0 12px #000;box-shadow:0 0 12px #000;opacity:1;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);cursor:pointer}#toast-container>.toast-info{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=)!important}#toast-container>.toast-error{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=)!important}#toast-container>.toast-success{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==)!important}#toast-container>.toast-warning{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=)!important}#toast-container.toast-bottom-center>div,#toast-container.toast-top-center>div{width:300px;margin-left:auto;margin-right:auto}#toast-container.toast-bottom-full-width>div,#toast-container.toast-top-full-width>div{width:96%;margin-left:auto;margin-right:auto}.toast{background-color:#030303}.toast-success{background-color:#51A351}.toast-error{background-color:#BD362F}.toast-info{background-color:#2F96B4}.toast-warning{background-color:#F89406}.toast-progress{position:absolute;left:0;bottom:0;height:4px;background-color:#000;opacity:.4;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40)}@media all and (max-width:240px){#toast-container>div{padding:8px 8px 8px 50px;width:11em}#toast-container>div.rtl{padding:8px 50px 8px 8px}#toast-container .toast-close-button{right:-.2em;top:-.2em}#toast-container .rtl .toast-close-button{left:-.2em;right:.2em}}@media all and (min-width:241px) and (max-width:480px){#toast-container>div{padding:8px 8px 8px 50px;width:18em}#toast-container>div.rtl{padding:8px 50px 8px 8px}#toast-container .toast-close-button{right:-.2em;top:-.2em}#toast-container .rtl .toast-close-button{left:-.2em;right:.2em}}@media all and (min-width:481px) and (max-width:768px){#toast-container>div{padding:15px 15px 15px 50px;width:25em}#toast-container>div.rtl{padding:15px 50px 15px 15px}}

.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right;margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}