@charset "UTF-8";

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

body {
    margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

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

figcaption,
figure,
main {
    display: block;
}

figure {
    margin: 1em 40px;
}

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

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

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

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

b,
strong {
    font-weight: inherit;
}

b,
strong {
    font-weight: bolder;
}

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

dfn {
    font-style: italic;
}

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

small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

audio,
video {
    display: inline-block;
}

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

img {
    border-style: none;
}

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

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

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

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

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

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

progress {
    display: inline-block;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

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

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

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

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

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

details,
menu {
    display: block;
}

summary {
    display: list-item;
}

canvas {
    display: inline-block;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

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

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    text-decoration: none;
}

img {
    vertical-align: middle;
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
p,
pre,
fieldset,
ul,
ol,
menu,
form {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

input {
    border: 0 none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button {
    background: none;
    cursor: pointer;
}

button,
fieldset,
iframe {
    border: 0;
}

fieldset,
ul,
ol,
button,
menu {
    padding: 0;
}

ol,
ul {
    list-style: none;
}

textarea {
    resize: vertical;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    padding: 0;
}

svg {
    width: 1em;
    height: 1em;
    font-size: 18px;
}

.icon {
    font-size: 18px;
    color: currentColor;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 1;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}

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

.container {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 479px) {
    .container {
        max-width: 390px;
    }
}

@media (min-width: 480px) {
    .container {
        max-width: 600px;
    }
}

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

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

@media (min-width: 1200px) {
    .container {
        max-width: 1220px;
    }
}

@media (min-width: 1824px) {
    .container {
        max-width: 1200px;
    }
}

.container-fluid {
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
    margin-left: auto;
    margin-right: auto;
}

.row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -10px;
    margin-right: -10px;
}

.no-gutters {
    margin-left: 0;
    margin-right: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.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,
.col-sm-auto,
.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,
.col-md-auto,
.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,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.col-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 480px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.d-none {
    display: none !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
}

@media (max-width: 479px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-flex {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-box !important;
        display: inline-flex !important;
    }
}

@media (max-width: 767px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-flex {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
    }

    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-box !important;
        display: inline-flex !important;
    }
}

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

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-flex {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-box !important;
        display: inline-flex !important;
    }
}

@media (max-width: 1199px) {
    .d-xl-none {
        display: none !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-flex {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-box !important;
        display: inline-flex !important;
    }
}

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

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-flex {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
    }

    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-box !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    .gutter {
        margin-left: -20px;
        margin-right: -20px;
    }

    .gutter > .col,
    .gutter > [class*="col-"] {
        padding-left: 20px;
        padding-right: 20px;
    }

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

    .gutter-15 > .col,
    .gutter-15 > [class*="col-"] {
        padding-left: 15px;
        padding-right: 15px;
    }

    .gutter-30 {
        margin-left: -30px;
        margin-right: -30px;
    }

    .gutter-30 > .col,
    .gutter-30 > [class*="col-"] {
        padding-left: 30px;
        padding-right: 30px;
    }

    .gutter-large {
        margin-left: -50px;
        margin-right: -50px;
    }

    .gutter-large > .col,
    .gutter-large > [class*="col-"] {
        padding-left: 50px;
        padding-right: 50px;
    }
}

.gutter-5 {
    margin-left: -5px;
    margin-right: -5px;
}

.gutter-5 > .col,
.gutter-5 > [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
}

@-webkit-keyframes bounceArrow {

    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0) translateX(-50%);
        transform: translateY(0) translateX(-50%);
    }

    40% {
        -webkit-transform: translateY(-30px) translateX(-50%);
        transform: translateY(-30px) translateX(-50%);
    }

    60% {
        -webkit-transform: translateY(-15px) translateX(-50%);
        transform: translateY(-15px) translateX(-50%);
    }
}

@keyframes bounceArrow {

    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0) translateX(-50%);
        transform: translateY(0) translateX(-50%);
    }

    40% {
        -webkit-transform: translateY(-30px) translateX(-50%);
        transform: translateY(-30px) translateX(-50%);
    }

    60% {
        -webkit-transform: translateY(-15px) translateX(-50%);
        transform: translateY(-15px) translateX(-50%);
    }
}

.bounceArrow {
    -webkit-animation-name: bounceArrow;
    animation-name: bounceArrow;
}

@-webkit-keyframes swing {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    50% {
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
}

@keyframes swing {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    50% {
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    to {
        opacity: 0;
    }
}

@keyframes zoomOut {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    to {
        opacity: 0;
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}

@-webkit-keyframes swingIcon {
    from {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
}

@keyframes swingIcon {
    from {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
}

@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
    }

    50% {
        opacity: 1.0;
    }

    100% {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
    }
}

@keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
    }

    50% {
        opacity: 1.0;
    }

    100% {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
    }
}

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

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

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

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

.fancybox-enabled {
    overflow: hidden;
}

.fancybox-enabled body {
    overflow: visible;
    height: 100%;
}

.fancybox-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99993;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.fancybox-container ~ .fancybox-container {
    z-index: 99992;
}

/* Make sure that the first one is on the top */
.fancybox-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: white;
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.fancybox-container--ready .fancybox-bg {
    opacity: 0.9;
    -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-controls {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    opacity: 0;
    z-index: 99994;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    direction: ltr;
}

.fancybox-show-controls .fancybox-controls {
    opacity: 1;
}

.fancybox-infobar {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 100001;
    width: 100%;
}

.fancybox-show-infobar .fancybox-infobar {
    display: inline-block;
    pointer-events: all;
}

.fancybox-infobar__body {
    display: none;
    width: 70px;
    line-height: 44px;
    font-size: 13px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
    color: #ddd;
    background-color: rgba(30, 30, 30, 0.7);
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox-buttons {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    pointer-events: all;
}

.fancybox-button.fancybox-button--thumbs,
.fancybox-button.fancybox-button--fullscreen,
.fancybox-button.fancybox-button--play {
    display: none !important;
}

.fancybox-show-buttons .fancybox-buttons {
    display: block;
}

.fancybox-slider-wrap {
    overflow: hidden;
    direction: ltr;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    z-index: 99993;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
}

.fancybox-slider {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    z-index: 99993;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
}

.fancybox-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    outline: none;
    white-space: normal;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    z-index: 99994;
    -webkit-overflow-scrolling: touch;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}

.fancybox-slide > * {
    display: inline-block;
    position: relative;
    padding: 24px;
    margin: 44px 0 44px;
    border-width: 0;
    vertical-align: middle;
    text-align: left;
    background-color: #fff;
    overflow: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.fancybox-slide--image {
    overflow: hidden;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-content {
    display: inline-block;
    position: relative;
    margin: 44px auto;
    padding: 0;
    border: 0;
    width: 80%;
    height: calc(100% - 88px);
    vertical-align: middle;
    line-height: normal;
    text-align: left;
    white-space: normal;
    outline: none;
    font-size: 16px;
    font-family: Arial, sans-serif;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
}

.fancybox-iframe {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    height: 100%;
    background: #fff;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video .fancybox-iframe {
    background: transparent;
}

.fancybox-placeholder {
    -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: 0;
    z-index: 99995;
    background: transparent;
    cursor: default;
    overflow: visible;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.fancybox-image {
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}

.fancybox-image,
.fancybox-spaceball {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    border: 0;
    max-width: none;
    max-height: none;
    background-size: 100% 100%;
}

.fancybox-controls--canzoomOut .fancybox-placeholder {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.fancybox-controls--canzoomIn .fancybox-placeholder {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.fancybox-controls--canGrab .fancybox-placeholder {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-controls--isGrabbing .fancybox-placeholder {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-tmp {
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: hidden;
}

.fancybox-error {
    position: absolute;
    margin: 0;
    padding: 40px;
    top: 50%;
    left: 50%;
    width: 380px;
    max-width: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    cursor: default;
}

.fancybox-error p {
    margin: 0;
    padding: 0;
    color: #444;
    font: 16px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.fancybox-close-small {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    outline: none;
    background: transparent;
    z-index: 10;
    cursor: pointer;
}

.fancybox-close-small:after {
    content: '×';
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    font: 20px/30px Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #888;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    background: #fff;
    -webkit-transition: background .2s;
    transition: background .2s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2;
}

.fancybox-close-small:focus:after {
    outline: 1px dotted #888;
}

.fancybox-slide--video .fancybox-close-small {
    top: -36px;
    right: -36px;
    background: transparent;
}

.fancybox-close-small:hover:after {
    color: #555;
    background: #eee;
}

/* Caption */
.fancybox-caption-wrap {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    display: none;
    z-index: 99998;
    text-align: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    pointer-events: none;
}

.fancybox-show-caption .fancybox-caption-wrap {
    opacity: 1;
}

.fancybox-caption {
    background: #d70000 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    padding: 0.8rem 1rem;
    -webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button {
    pointer-events: all;
}

.fancybox-caption a {
    color: #fff;
    text-decoration: underline;
}

/* Buttons */
.fancybox-button {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    height: 55px;
    line-height: 55px;
    margin: 0;
    outline: medium none;
    padding: 0;
    position: absolute;
    vertical-align: top;
    width: 44px;
}

.fancybox-button--disabled {
    cursor: default;
    pointer-events: none;
}

.fancybox-infobar__body {
    background: #fff;
}

.fancybox-button {
    background: #546e7a none repeat scroll 0 0;
}

.fancybox-button::before,
.fancybox-button::after {
    content: '';
    pointer-events: none;
    position: absolute;
    border-color: #000;
    background-color: currentColor;
    color: currentColor;
    opacity: 0.9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
}

.fancybox-button--disabled::before,
.fancybox-button--disabled::after {
    opacity: 0.5;
}

.fancybox-button--left::after {
    left: 18px;
    top: 21px;
    width: 15px;
    height: 15px;
    background: transparent;
    border-top: solid 2px currentColor;
    border-right: solid 2px currentColor;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.fancybox-button--right::after {
    right: 18px;
    top: 21px;
    width: 15px;
    height: 15px;
    background: transparent;
    border-top: solid 2px currentColor;
    border-right: solid 2px currentColor;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.fancybox-button--left {
    left: 0;
}

.fancybox-button--right {
    right: 0;
}

.fancybox-button--close {
    right: 0;
    top: 0;
    z-index: 100001;
    height: 44px;
}

.fancybox-button--close::before,
.fancybox-button--close::after {
    content: '';
    display: inline-block;
    position: absolute;
    height: 2px;
    width: 16px;
    top: calc(50% - 1px);
    left: calc(50% - 8px);
}

.fancybox-button--close::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.fancybox-button--close::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* Loading spinner */
.fancybox-loading {
    border: 6px solid rgba(100, 100, 100, 0.4);
    border-top: 6px solid rgba(255, 255, 255, 0.6);
    border-radius: 100%;
    height: 50px;
    width: 50px;
    -webkit-animation: fancybox-rotate .8s infinite linear;
    animation: fancybox-rotate .8s infinite linear;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fancybox-rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
    .fancybox-controls {
        text-align: left;
    }

    .fancybox-button--left,
    .fancybox-button--right,
    .fancybox-buttons button:not(.fancybox-button--close) {
        display: none !important;
    }

    .fancybox-caption {
        padding: 20px 0;
        margin: 0;
    }
}

/* Fullscreen  */
.fancybox-button--fullscreen::before {
    width: 15px;
    height: 11px;
    left: 15px;
    top: 16px;
    border: 2px solid;
    background: none;
}

/* Slideshow button */
.fancybox-button--play::before {
    top: 16px;
    left: 18px;
    width: 0;
    height: 0;
    border-top: 6px inset transparent;
    border-bottom: 6px inset transparent;
    border-left: 10px solid;
    border-radius: 1px;
    background: transparent;
}

.fancybox-button--pause::before {
    top: 16px;
    left: 18px;
    width: 7px;
    height: 11px;
    border-style: solid;
    border-width: 0 2px 0 2px;
    background: transparent;
}

/* Thumbs */
.fancybox-button--thumbs span {
    font-size: 23px;
}

.fancybox-button--thumbs::before {
    top: 20px;
    left: 21px;
    width: 3px;
    height: 3px;
    -webkit-box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
    box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
}

.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap,
.fancybox-container--thumbs .fancybox-caption-wrap {
    right: 220px;
}

.fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    z-index: 99993;
    word-break: normal;
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0;
}

.fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: none;
    border: 5px solid #fff;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-thumbs > ul > li:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
    .fancybox-thumbs {
        display: none !important;
    }

    .fancybox-container--thumbs .fancybox-controls,
    .fancybox-container--thumbs .fancybox-slider-wrap,
    .fancybox-container--thumbs .fancybox-caption-wrap {
        right: 0;
    }
}

/** Owl Carousel v2.2.1 Copyright 2013-2017 David Deutsch Licensed under  () */
/* Owl Carousel - Core */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    /* z-index: 1; */
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: pan-Y;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -transform: translate3d(0, 0, 0);
    position: relative;
    min-height: 1px;
    float: left;
    backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    /*&.current { opacity: .5; }*/
}

.owl-carousel .owl-item img {
    display: block;
    position: inherit;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */
.no-js .owl-carousel {
    display: block;
}

/* Owl Carousel - Animate Plugin */
.owl-carousel .animated {
    -webkit-animation-duration: 300ms;
    animation-duration: 300ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-transform-origin: center center;
    transform-origin: center center;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

.owl-carousel .scaleOut {
    -webkit-animation-name: scaleOut;
    animation-name: scaleOut;
}

.owl-carousel .scaleIn {
    -webkit-animation-name: scaleIn;
    animation-name: scaleIn;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes scaleOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@keyframes scaleOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

/* Owl Carousel - Auto Height Plugin */
.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

/* Owl Carousel - Lazy Load Plugin */
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: default;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 100ms ease;
    transition: -webkit-transform 100ms ease;
    transition: transform 100ms ease;
    transition: transform 100ms ease, -webkit-transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

/* Owl Carousel - Video Plugin */
/** Owl Carousel v2.2.1 Copyright 2013-2017 David Deutsch Licensed under  () */
/* Default theme - Owl Carousel CSS File */
.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
    color: #fff;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none;
}

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    margin-left: 5px;
    margin-right: 5px;
    background: #fff;
    display: block;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-transition: .1s;
    transition: .1s;
    opacity: .4;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    opacity: 1;
}

/** Owl Default Nav */
.owl-nav__style .owl-nav {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin-top: -100px;
}

.owl-nav__style .owl-theme .owl-nav [class*='owl-'] {
    position: absolute;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: none;
    -webkit-transition: .2s;
    transition: .2s;
}

.owl-nav__style .owl-theme .owl-nav [class*='owl-'] .icon {
    font-size: 28px;
    color: #fff;
}

.owl-nav__style .owl-theme .owl-nav .owl-prev {
    left: -50px;
}

@media (max-width: 1199px) {
    .owl-nav__style .owl-theme .owl-nav .owl-prev {
        left: 10px;
    }
}

.owl-nav__style .owl-theme .owl-nav .owl-next {
    right: -50px;
}

@media (max-width: 1199px) {
    .owl-nav__style .owl-theme .owl-nav .owl-next {
        right: 10px;
    }
}

.owl-nav__style-1 .owl-nav {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin-top: -120px;
}

.owl-nav__style-1 .owl-theme .owl-nav [class*='owl-'] {
    position: absolute;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: #fff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    -webkit-transition: .2s;
    transition: .2s;
}

@media (max-width: 479px) {
    .owl-nav__style-1 .owl-theme .owl-nav [class*='owl-'] {
        width: 35px;
        height: 35px;
    }
}

.owl-nav__style-1 .owl-theme .owl-nav [class*='owl-'] .arrow {
    border-right: 3px solid #8DCB44;
    border-bottom: 3px solid #8DCB44;
    width: 14px;
    height: 14px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
}

@media (max-width: 479px) {
    .owl-nav__style-1 .owl-theme .owl-nav [class*='owl-'] .arrow {
        width: 9px;
        height: 9px;
    }
}

.owl-nav__style-1 .owl-theme .owl-nav .owl-prev {
    left: -60px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

@media (max-width: 1199px) {
    .owl-nav__style-1 .owl-theme .owl-nav .owl-prev {
        left: 15px;
    }
}

.owl-nav__style-1 .owl-theme .owl-nav .owl-prev .arrow {
    right: 1px;
    top: -1px;
}

.owl-nav__style-1 .owl-theme .owl-nav .owl-next {
    right: -60px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media (max-width: 1199px) {
    .owl-nav__style-1 .owl-theme .owl-nav .owl-next {
        right: 15px;
    }
}

.owl-nav__style-1 .owl-theme .owl-nav .owl-next .arrow {
    left: -1px;
    top: -1px;
}

.owl-nav__style-1.nav-square .owl-nav {
    margin-top: 0;
    position: relative;
    top: 65px;
}

.owl-nav__style-1.nav-square .owl-theme .owl-nav [class*='owl-'] {
    position: relative;
    background: #fff;
    width: 55px;
    height: 55px;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 2px;
    border-radius: 5px;
    margin-right: 15px;
}

.owl-nav__style-1.nav-square .owl-theme .owl-nav [class*='owl-']:last-child {
    margin-right: 0;
}

.owl-nav__style-1.nav-square .owl-theme .owl-nav [class*='owl-']:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #8DCB44;
}

.owl-nav__style-1.nav-square .owl-theme .owl-nav [class*='owl-']:hover .arrow {
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
}

.owl-nav__style-1.nav-square .owl-theme .owl-nav [class*='owl-'] .arrow {
    width: 16px;
    height: 16px;
}

.owl-nav__style-1.nav-square .owl-theme .owl-nav .owl-prev {
    left: 0;
    padding-left: 7px;
}

.owl-nav__style-1.nav-square .owl-theme .owl-nav .owl-prev .arrow {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.owl-nav__style-1.nav-square .owl-theme .owl-nav .owl-next {
    right: 0;
    padding-right: 7px;
}

.owl-nav__style-1.nav-square .owl-theme .owl-nav .owl-next .arrow {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.owl-nav__style-1.product-detail__photos-carousel .owl-nav {
    margin-top: -10px;
}

.owl-nav__style-1.product-detail__photos-carousel .owl-theme .owl-nav [class*='owl-'] {
    background: rgba(0, 0, 0, 0.5);
}

.owl-nav__style-1.product-detail__photos-carousel .owl-theme .owl-nav [class*='owl-']:hover {
    background: rgba(0, 0, 0, 0.8);
}

@media (max-width: 479px) {
    .owl-nav__style-1.product-detail__photos-carousel .owl-theme .owl-nav [class*='owl-'] {
        width: 40px;
        height: 40px;
    }
}

.owl-nav__style-1.product-detail__photos-carousel .owl-theme .owl-nav [class*='owl-'] .arrow {
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
}

@media (max-width: 479px) {
    .owl-nav__style-1.product-detail__photos-carousel .owl-theme .owl-nav [class*='owl-'] .arrow {
        width: 10px;
        height: 10px;
    }
}

.owl-nav__style-1.product-detail__photos-carousel .owl-theme .owl-nav .owl-prev {
    left: 20px;
}

@media (max-width: 479px) {
    .owl-nav__style-1.product-detail__photos-carousel .owl-theme .owl-nav .owl-prev {
        left: 15px;
    }
}

.owl-nav__style-1.product-detail__photos-carousel .owl-theme .owl-nav .owl-prev .arrow {
    right: 2px;
    top: -3px;
}

.owl-nav__style-1.product-detail__photos-carousel .owl-theme .owl-nav .owl-next {
    right: 20px;
}

@media (max-width: 479px) {
    .owl-nav__style-1.product-detail__photos-carousel .owl-theme .owl-nav .owl-next {
        right: 15px;
    }
}

.owl-nav__style-1.product-detail__photos-carousel .owl-theme .owl-nav .owl-next .arrow {
    left: -3px;
    top: -1px;
}

/** Showcase Owl Nav */
.showcase-carousel .owl-nav {
    position: absolute;
    top: -60px;
    right: 0;
    margin-top: 0;
}

.showcase-carousel .owl-theme .owl-nav [class*='owl-'] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 60px;
    width: 70px;
    background: none;
    -webkit-transition: .2s;
    transition: .2s;
    border-left: 1px solid rgba(0, 0, 0, 0.08);
}

@media (max-width: 479px) {
    .showcase-carousel .owl-theme .owl-nav [class*='owl-'] {
        width: 50px;
        border-left: 0 none;
    }
}

.showcase-carousel .owl-theme .owl-nav [class*='owl-']:hover {
    background: #8DCB44;
}

.showcase-carousel .owl-theme .owl-nav [class*='owl-']:hover .icon {
    color: #fff;
}

.showcase-carousel .owl-theme .owl-nav [class*='owl-'] .icon {
    font-size: 20px;
    color: #8DCB44;
}

/** Owl Default Dots */
.owl-dots__style .owl-theme .owl-dots {
    margin-top: 20px;
}

.owl-dots__style .owl-theme .owl-dots .owl-dot span {
    margin: 0 2px;
    width: 20px;
    height: 20px;
    border: 3px solid #fff;
    background: none;
    opacity: 1;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
}

@media (max-width: 767px) {
    .owl-dots__style .owl-theme .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
    }
}

.owl-dots__style .owl-theme .owl-dots .owl-dot.active span,
.owl-dots__style .owl-theme .owl-dots .owl-dot:hover span {
    -webkit-transform: scale(1);
    transform: scale(1);
    background: #fff;
}

.owl-dots__style.slide-carousel .owl-theme .owl-dots {
    margin-top: 0;
    position: absolute;
    right: 0;
    bottom: 20px;
    left: 0;
}

@media (max-width: 767px) {
    .owl-dots__style.slide-carousel .owl-theme .owl-dots {
        right: 0;
        bottom: 10px;
        left: 0;
    }
}

body {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    color: #777;
    overflow-x: hidden;
}

body.bg {
    background: #f5f5f5;
}

.components-header {
    padding-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 70px;
    background: #f5f5f5;
    border-left: 7px solid #ff9700;
}

.components-header .title {
    font-size: 14px;
    letter-spacing: 0.3px;
}

.components-links {
    height: 70px;
    background: #ff9700;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 40px;
    padding-right: 40px;
}

.components-links a {
    color: #fff;
    font-size: 14px;
    display: block;
    letter-spacing: 0.3px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}

.components-links a:before {
    content: "";
    position: absolute;
    right: 10px;
    bottom: -2px;
    left: 10px;
    height: 1px;
    background: #fff;
    width: 0;
    -webkit-transition: width .3s;
    transition: width .3s;
}

.components-links a:hover:before {
    width: calc(100% - 20px);
}

.small-title {
    font-size: 13px;
    color: #999;
    font-weight: 600;
    letter-spacing: .2em;
    opacity: .7;
    position: relative;
    text-transform: uppercase;
}

.header-nav {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: -15px;
    margin-right: -15px;
}

@media (min-width: 1824px) {
    .header-nav {
        margin-left: -25px;
        margin-right: -25px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .header-nav {
        margin-left: -12px;
        margin-right: -12px;
    }
}

.header-nav__wrapper {
    padding-left: 40px;
}

@media (max-width: 991px) {
    .header-nav__wrapper {
        display: none;
    }
}

.header-nav__item > a {
    padding-left: 20px;
    padding-right: 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.5px;
    height: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.2;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s;
}

@media (min-width: 1824px) {
    .header-nav__item > a {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .header-nav__item > a {
        padding-left: 12px;
        padding-right: 12px;
    }
}

.header-nav__item:hover > a {
    background: #fff;
    color: #546e7a;
}

.header-nav__item:hover > ul {
    opacity: 1;
    visibility: visible;
}

.header-nav__item:hover > .header-nav__dropdown {
    opacity: 1;
    visibility: visible;
}

.header-nav__links {
    border-top: 4px solid #ff9700;
    position: absolute;
    background: #fff;
    min-width: 230px;
    border-radius: 0 0 10px 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s;
}

.header-nav__links:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 60px;
    top: 0px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #ff9700;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.header-nav__links > li {
    display: block;
}

.header-nav__links > li > a {
    display: block;
    font-size: 15px;
    font-weight: 500;
    padding: 12px 30px;
    color: #777;
    -webkit-transition: .3s;
    transition: .3s;
}

.header-nav__links > li > a:hover {
    color: #fff;
    background: #546e7a;
}

.header-nav__dropdown {
    position: absolute;
    left: 10px;
    right: 10px;
    background: #fff;
    -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 10px 10px;
    padding: 30px 40px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s;
}

.header-nav__categories .heading {
    color: #ff9700;
    font-size: 18px;
    font-weight: 800;
    border-bottom: 1px solid #ff9700;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.header-nav__categories ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    padding-top: 13px;
    padding-bottom: 13px;
}

.header-nav__categories ul li a {
    color: #777;
    font-size: 17px;
    display: block;
    position: relative;
    padding-left: 20px;
}

.header-nav__categories ul li a:hover {
    color: #ff9700;
}

.header-nav__categories ul li a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #546e7a;
    opacity: .5;
    width: 6px;
    height: 6px;
}

.mobile-nav {
    background-color: #f5f5f5;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15), 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15), 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 400px;
    height: 100%;
    overflow: hidden;
    z-index: 2001;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.35s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.35s cubic-bezier(0, 0, 0.2, 1);
}

.mobile-nav.is-visible {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

@media (max-width: 479px) {
    .mobile-nav {
        width: 320px;
    }
}

.mobile-nav__wrapper {
    overflow-y: auto;
    height: calc(100% - 60px);
    scrollbar-color: rgba(0, 0, 0, 0.2) #fff;
    scrollbar-width: thin;
}

@media (max-width: 991px) {
    .mobile-nav__wrapper {
        background: #fff;
    }
}

.mobile-nav__wrapper::-webkit-scrollbar-track {
    background-color: #fff;
}

.mobile-nav__wrapper::-webkit-scrollbar {
    width: 6px;
}

.mobile-nav__wrapper::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
}

.mobile-nav__header {
    position: relative;
    background: #fff;
}

.mobile-nav__header-cover {
    overflow: hidden;
    height: 100px;
    opacity: .1;
}

.mobile-nav__header-cover img {
    width: 100%;
    height: 100%;
    -o-object-fit: fill;
    object-fit: fill;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.mobile-nav__header-body {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 10px;
}

.mobile-nav__header-body .label {
    font-size: 14px;
    font-weight: 300;
    color: #999;
    margin-top: 10px;
}

.mobile-nav__header-logo img.logo {
    width: 130px;
}

.mobile-nav__content li.heading {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 20px;
    padding-bottom: 10px;
    color: #ff9700;
    font-size: 14px;
    font-weight: 500;
    z-index: 1;
}

.mobile-nav__content > ul > li:not(.heading).is-open > a,
.mobile-nav__content > ul > li:not(.heading):hover > a {
    background: #fff;
    color: #ff9700;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.mobile-nav__content > ul > li:not(.heading) > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #333;
    font-size: 18px;
    letter-spacing: -0.3px;
    font-weight: 700;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2;
    -webkit-transition: .3s;
    transition: .3s;
}

.mobile-nav__content > ul > li:not(.heading) > a .icon {
    opacity: .3;
    width: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.mobile-nav__content > ul > li:not(.heading) > a.link {
    font-size: 18px;
    font-weight: 700;
    padding-top: 15px;
    padding-bottom: 15px;
}

.mobile-nav__plus {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 16px;
    margin-right: 0;
    color: #999;
}

.mobile-nav__sub {
    background: #fff none repeat scroll 0 0;
    display: none;
}

.mobile-nav__sub > li {
    display: block;
}

.mobile-nav__sub > li:last-child a {
    border-bottom: 0 none;
}

.mobile-nav__sub > li > a {
    color: #999;
    display: block;
    font-size: 14px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    padding: 10px 40px;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s;
}

.mobile-nav__sub > li > a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 25px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: currentColor;
    opacity: .3;
    width: 5px;
    height: 5px;
    border-radius: 100%;
}

.mobile-nav__sub > li > a:hover {
    color: #546e7a;
}

.mobile-nav__sub > li.heading {
    position: -webkit-sticky;
    position: sticky;
    top: 40px;
    background: #fff;
}

.mobile-nav__close {
    color: #ff9700;
}

.mobile-nav__close .icon {
    font-size: 28px;
}

.mobile-nav__footer {
    position: absolute;
    z-index: 3;
    right: 0;
    bottom: 0;
    left: 0;
    height: 60px;
    background: #fff;
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}

.mobile-nav__footer a {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 60px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    color: #333;
    opacity: .3;
}

.section-header {
    position: relative;
}

.section-header.center {
    text-align: center;
}

.section-header.small .title {
    font-size: 42px;
    letter-spacing: -1px;
    font-weight: 700;
}

@media (min-width: 768px) and (max-width: 991px) {
    .section-header.small .title {
        font-size: 36px;
    }
}

@media (max-width: 479px) {
    .section-header.small .title {
        font-size: 36px;
    }
}

.section-header.small .text {
    font-size: 16px;
}

.section-header.light .small-title,
.section-header.light .title {
    color: #fff;
}

.section-header.light .text {
    color: rgba(255, 255, 255, 0.7);
}

.section-header .title {
    font-weight: 700;
    color: #333;
    font-size: 42px;
    line-height: 1.3;
    letter-spacing: -1.5px;
}

@media (max-width: 479px) {
    .section-header .title {
        font-size: 36px;
    }
}

.section-header .title span {
    color: #8DCB44;
}

.section-header .text {
    font-size: 18px;
    color: #777;
}

.section-header .text strong {
    font-weight: 800;
}

.buttons-container.center {
    text-align: center;
    width: 100%;
}

.button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 5px;
    margin-right: 10px;
    border: 2px solid transparent;
    height: 60px;
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
}

.button:not(.border) {
    background: #546e7a;
}

.button:not(.border):not(.hvr-border):hover {
    background: #777;
}

.button:not(.border).hvr-border:hover {
    background: none;
    color: #546e7a;
    border: 2px solid #546e7a;
}

.button .icon {
    margin-left: 10px;
    font-size: 18px;
}

.button:last-child {
    margin-right: 0;
}

.button.min-width {
    min-width: 200px;
}

.button.full-width {
    width: 100%;
}

.button.border:not(.light):not(.color-not) {
    border: 2px solid #546e7a;
    color: #546e7a;
}

.button.border:not(.light):not(.color-not):not(.hvr-border):hover {
    background: #546e7a;
    color: #fff;
}

.button.border:not(.light):not(.color-not).hvr-border:hover {
    border: 2px solid #777;
    color: #777;
}

.button.border.light {
    color: #fff;
    border: 2px solid #fff;
}

.button.border.light:hover {
    background: #fff;
    color: #777;
}

.button.border.color-1 {
    border: 2px solid #ff9700;
    color: #ff9700;
}

.button.border.color-1:hover {
    background: #ff9700;
    color: #fff;
}

.button-circle {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(141, 203, 68, 0.95);
    width: 100px;
    height: 100px;
    border-radius: 100%;
    z-index: 2;
    position: relative;
}

.button-circle.pos-1 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.button-circle:before,
.button-circle:after {
    content: "";
    position: absolute;
    background: rgba(141, 203, 68, 0.2);
    border-radius: 100%;
    -webkit-animation: pulsate 1.5s ease-out;
    animation: pulsate 1.5s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    opacity: 0;
}

.button-circle:before {
    width: 130px;
    height: 130px;
}

.button-circle:after {
    width: 160px;
    height: 160px;
}

.button-circle .icon {
    font-size: 24px;
    color: #fff;
    position: relative;
    left: 2px;
    top: 2px;
}

.button-line {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    color: #333;
    font-size: 14px;
    font-weight: 600;
    position: relative;
}

@media (max-width: 479px) {
    .button-line {
        font-size: 12px;
    }
}

.button-line.light {
    border-bottom: 2px solid rgba(255, 255, 255, 0.4);
    color: #fff;
}

.button-line.light .icon {
    color: #fff;
}

.button-line.light:before {
    background: #fff;
}

.button-line .icon {
    margin-left: 10px;
    color: #546e7a;
    font-size: 18px;
}

@media (max-width: 479px) {
    .button-line .icon {
        font-size: 16px;
    }
}

.button-line:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -2px;
    left: 0;
    background: #546e7a;
    height: 2px;
    width: 0;
    -webkit-transition: width .3s;
    transition: width .3s;
}

.button-line:hover:before {
    width: 100%;
}

.app-scroll {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    right: 35px;
    bottom: 70px;
    background: #ff9700;
    width: 60px;
    height: 60px;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    z-index: 2002;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: .3s;
    transition: .3s;
}

@media (max-width: 767px) {
    .app-scroll {
        width: 50px;
        height: 50px;
    }
}

.app-scroll .icon {
    font-size: 22px;
}

@media (max-width: 767px) {
    .app-scroll .icon {
        font-size: 18px;
    }
}

.app-scroll.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.slide.full .slide-photo {
    height: 775px;
}

@media (min-width: 480px) and (max-width: 767px) {
    .slide.full .slide-photo {
        height: 375px;
    }
}

@media (max-width: 479px) {
    .slide.full .slide-photo {
        height: 250px;
    }
}

.slide-photo {
    height: 440px;
    overflow: hidden;
}

@media (max-width: 991px) {
    .slide-photo {
        height: auto;
    }
}

.slide-photo img {
    height: 100%;
    width: 100%;
    -o-object-fit: fill;
    object-fit: fill;
}

.cards.list ul li {
    margin-bottom: 40px;
}

.cards.small ul li {
    margin-bottom: 20px;
}

.cards.small .cards-photo {
    height: 275px;
}

.cards.small .cards-footer {
    padding: 25px 30px;
    height: 220px;
}

.cards.small .cards-footer .text {
    margin-top: 10px;
}

.cards.small .cards-footer .more {
    height: 55px;
}

.cards .card a {
    display: block;
    position: relative;
}

.cards .card a:hover .cards-photo img {
    -webkit-transform: scale3d(1.15, 1.15, 1.15);
    transform: scale3d(1.15, 1.15, 1.15);
}

.cards-photo {
    overflow: hidden;
    height: 230px;
    border-radius: 5px 5px 0 0;
}

@media (min-width: 1824px) {
    .cards-photo {
        height: 260px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .cards-photo {
        height: 175px;
    }
}

.cards-photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: fill;
    object-fit: fill;
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1);
    transition: -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1);
    transition: transform 1s cubic-bezier(0, 0, 0.2, 1);
    transition: transform 1s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1);
}

.cards-footer {
    height: 260px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 0 0 5px 5px;
    padding: 35px 40px;
    position: relative;
    background: #fff;
}

@media (min-width: 480px) and (max-width: 767px) {
    .cards-footer {
        padding: 25px 30px;
    }
}

.cards-footer .small-title {
    font-size: 12px;
    color: #0cb3c6;
    margin-bottom: 5px;
    opacity: 1;
}

.cards-footer .title {
    color: #ff9700;
    font-size: 18px;
    font-weight: 700;
    overflow: hidden;
    max-height: 64px;
    line-height: 1.3;
}

.cards-footer .text {
    color: #777;
    font-size: 15px;
    font-weight: 300;
    margin-top: 15px;
    overflow: hidden;
    max-height: 90px;
}

.cards-footer .more {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding-left: 40px;
    padding-right: 40px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #999;
    font-size: 14px;
    font-weight: 600;
}

.cards-footer .more .icon {
    font-size: 16px;
    margin-left: 10px;
}

.information:not(.light) ul li:nth-child(1) .information-card {
    background: -webkit-gradient(linear, left top, right top, from(#ffcb2a), to(#fce599));
    background: linear-gradient(to right, #ffcb2a, #fce599);
}

.information:not(.light) ul li:nth-child(2) .information-card {
    background: -webkit-gradient(linear, left top, right top, from(#ef437d), to(#f27fa6));
    background: linear-gradient(to right, #ef437d, #f27fa6);
}

.information:not(.light) ul li:nth-child(3) .information-card {
    background: -webkit-gradient(linear, left top, right top, from(#8dcb44), to(#b3db85));
    background: linear-gradient(to right, #8dcb44, #b3db85);
}

.information:not(.light) ul li:nth-child(4) .information-card {
    background: -webkit-gradient(linear, left top, right top, from(#0cb3c6), to(#95d9e2));
    background: linear-gradient(to right, #0cb3c6, #95d9e2);
}

.information.light .information-card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.information.light .information-card:before {
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.information.light .information-card .text {
    color: #777;
    text-shadow: none;
}

.information.light .information-header {
    color: #333;
}

.information.light .information-header .icon {
    color: #ff9700;
}

.information.light .information-header .title {
    text-shadow: none;
}

.information-card {
    height: 145px;
    padding: 20px 25px;
    position: relative;
    z-index: 1;
}

@media (max-width: 991px) {
    .information-card {
        margin-top: 10px;
    }
}

@media (max-width: 479px) {
    .information-card {
        height: 140px;
    }
}

.information-card:before {
    content: "";
    position: absolute;
    left: 8px;
    right: 8px;
    top: 8px;
    bottom: 8px;
    border: 1px solid #fff;
}

.information-card .text {
    color: #fff;
    font-size: 13px;
    margin-top: 10px;
    line-height: 1.4;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.information-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
}

.information-header .icon {
    font-size: 48px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .information-header .icon {
        font-size: 32px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .information-header .icon {
        font-size: 32px;
    }
}

@media (max-width: 479px) {
    .information-header .icon {
        font-size: 36px;
    }
}

.information-header .title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 18px;
    line-height: 1.2;
    font-size: 24px;
    font-weight: 700;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    letter-spacing: -0.3px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .information-header .title {
        font-size: 18px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .information-header .title {
        font-size: 18px;
    }
}

@media (max-width: 479px) {
    .information-header .title {
        font-size: 20px;
    }
}

.products-card a {
    display: block;
    position: relative;
}

.products-card a:hover .products-cover img {
    -webkit-transform: scale3d(1.15, 1.15, 1.15);
    transform: scale3d(1.15, 1.15, 1.15);
}

.products-card a:hover .products-body {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.8)));
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
}

.products-card a:hover .products-body:before,
.products-card a:hover .products-body:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.products-card a:hover .products-photo img {
    -webkit-transform: scale3d(1.15, 1.15, 1.15);
    transform: scale3d(1.15, 1.15, 1.15);
}

.products-card a:hover .products-overlay .icon {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}

@media (max-width: 767px) {
    .products-card.large {
        display: none;
    }
}

.products-card.large .products-cover {
    height: 470px;
}

.products-card.large .products-body .title {
    font-size: 42px;
    letter-spacing: -0.8px;
}

.products-card.small {
    margin-bottom: 10px;
}

.products-card.small:last-child {
    margin-bottom: 0;
}

.products-card.small .products-cover {
    height: 230px;
}

.products-card.small .products-body {
    padding: 25px 30px;
}

.products-cover {
    overflow: hidden;
    height: 275px;
}

@media (max-width: 767px) {
    .products-cover {
        height: auto !important;
    }
}

.products-cover img {
    width: 100%;
    height: 100%;
    -o-object-fit: fill;
    object-fit: fill;
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1);
    transition: -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1);
    transition: transform 1s cubic-bezier(0, 0, 0.2, 1);
    transition: transform 1s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1);
}

.products-body {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 35px 40px;
    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: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.6)));
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.products-body:after,
.products-body:before {
    content: "";
    pointer-events: none;
    position: absolute;
    left: 15px;
    right: 15px;
    top: 15px;
    bottom: 15px;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
    z-index: -1;
}

.products-body:before {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}

.products-body:after {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}

.products-body .title {
    color: #fff;
    font-size: 24px;
    letter-spacing: -0.5px;
    font-weight: 500;
    line-height: 1.3;
    overflow: hidden;
    max-height: 62px;
}

@media (max-width: 479px) {
    .products-body .title {
        font-size: 20px;
    }
}

.products-body .text {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
}

.products-header {
    position: relative;
}

.products-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    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;
    z-index: 1;
}

.products-overlay .icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: #fff;
    color: #333;
    font-size: 18px;
    border-radius: 50%;
    -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s;
}

.products-photo {
    overflow: hidden;
    height: 175px;
}

.products-photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: fill;
    object-fit: fill;
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1);
    transition: -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1);
    transition: transform 1s cubic-bezier(0, 0, 0.2, 1);
    transition: transform 1s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1);
}

.products-footer {
    border: 1px solid rgba(0, 0, 0, 0.08);
    padding: 20px 25px;
    height: 210px;
    position: relative;
    background: #fff;
}

.products-footer .title,
.products-footer .text {
    overflow: hidden;
}

.products-footer .title {
    color: #333;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    max-height: 44px;
}

.products-footer .text {
    color: #777;
    font-size: 13px;
    margin-top: 10px;
    max-height: 61px;
}

.products-prices {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding-left: 25px;
    padding-right: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.products-prices .price {
    color: #333;
    font-size: 16px;
    font-weight: 700;
    margin-right: 10px;
}

.products-prices .price:last-child {
    margin-right: 0;
}

.products-prices .price.discounted {
    font-size: 14px;
    font-weight: 500;
    color: #999;
    position: relative;
}

.products-prices .price.discounted:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fc216b;
    height: 1px;
}

.showcase.list ul li {
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .showcase.ordered .showcase-photo {
        height: auto;
    }
}

.showcase.ordered .showcase-card a {
    padding: 0;
    height: auto;
}

.showcase.ordered .showcase-card a:before {
    display: none;
}

.showcase.ordered .showcase-footer {
    border: 1px solid rgba(0, 0, 0, 0.08);
    padding-left: 20px;
    padding-right: 20px;
}

@media (max-width: 767px) {
    .showcase.ordered .showcase-footer {
        padding-bottom: 20px;
    }
}

.showcase-card a {
    display: block;
    position: relative;
    padding: 20px;
    height: 340px;
    z-index: 1;
}

.showcase-card a:before {
    content: "";
    position: absolute;
    top: 0;
    right: -1px;
    bottom: 0;
    background: rgba(0, 0, 0, 0.08);
    width: 1px;
}

.showcase-card a:hover .showcase-photo img {
    -webkit-transform: scale3d(1.15, 1.15, 1.15);
    transform: scale3d(1.15, 1.15, 1.15);
}

.showcase-photo {
    overflow: hidden;
    height: 250px;
}

@media (max-width: 479px) {
    .showcase-photo {
        height: 200px;
    }
}

.showcase-photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: fill;
    object-fit: fill;
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1);
    transition: -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1);
    transition: transform 1s cubic-bezier(0, 0, 0.2, 1);
    transition: transform 1s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1);
}

.showcase-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 60px;
}

@media (max-width: 479px) {
    .showcase-footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-top: 20px;
    }
}

.showcase-footer .title {
    color: #777;
    font-size: 16px;
    line-height: 1.3;
    overflow: hidden;
    max-height: 41px;
}

.showcase-prices {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.showcase-prices .price {
    color: #333;
    font-size: 16px;
    font-weight: 700;
    margin-right: 10px;
}

.showcase-prices .price:last-child {
    margin-right: 0;
}

.showcase-prices .price.discounted {
    font-size: 14px;
    font-weight: 500;
    color: #999;
    position: relative;
}

.showcase-prices .price.discounted:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fc216b;
    height: 1px;
}

.shortcuts:hover .shortcuts-card a {
    opacity: .5;
}

@media (max-width: 767px) {
    .shortcuts-card {
        margin-bottom: 10px;
    }
}

@media (max-width: 479px) {
    .shortcuts-card {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.shortcuts-card a {
    display: block;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s;
}

.shortcuts-card a:hover {
    opacity: 1 !important;
}

.shortcuts-photo img {
    width: 100%;
}

.gallery {
    width: 100%;
}

.gallery.list .gallery-card {
    margin-bottom: 20px;
}

@media (max-width: 479px) {
    .gallery.list .gallery-card {
        margin-bottom: 10px;
    }

    .gallery.list .gallery-card:last-child {
        margin-bottom: 0;
    }
}

.gallery.large .gallery-photo {
    height: 175px;
}

.gallery.small .gallery-body .title {
    font-size: 20px;
}

.gallery.small .gallery-body .title:before {
    display: none;
}

.gallery-card a {
    position: relative;
    display: block;
}

.gallery-card a:hover .gallery-cover img {
    -webkit-transform: scale3d(1.15, 1.15, 1.15);
    transform: scale3d(1.15, 1.15, 1.15);
}

.gallery-card a:hover .gallery-photo img {
    -webkit-transform: scale3d(1.15, 1.15, 1.15);
    transform: scale3d(1.15, 1.15, 1.15);
}

.gallery-header {
    position: relative;
}

.gallery-photo {
    overflow: hidden;
    height: 150px;
    border-radius: 5px;
}

@media (max-width: 479px) {
    .gallery-photo {
        height: auto;
    }
}

.gallery-photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: fill;
    object-fit: fill;
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1);
    transition: -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1);
    transition: transform 1s cubic-bezier(0, 0, 0.2, 1);
    transition: transform 1s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1);
}

.gallery-footer {
    text-align: center;
    background: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.gallery-footer .title {
    font-size: 16px;
    color: #333;
}

.gallery-overlay {
    border-radius: 5px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 11;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
}

.gallery-overlay .icon {
    font-size: 18px;
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 5px;
    background: #8DCB44;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: .3s;
    transition: .3s;
}

.gallery-video .gallery-body .title:before {
    background: #fc216b;
}

.gallery-video .gallery-body > .icon {
    background: rgba(252, 33, 107, 0.8);
}

.gallery-body {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.7)));
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.gallery-body .title {
    color: #fff;
    font-size: 20px;
    letter-spacing: -0.7px;
    font-weight: 700;
    line-height: 1.4;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 35px;
}

.gallery-body .title:before {
    content: "";
    position: absolute;
    right: 35px;
    bottom: 0;
    left: 35px;
    background: #0cb3c6;
    height: 4px;
}

.gallery-body > .icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 45px;
    height: 45px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgba(12, 179, 198, 0.9);
    border-radius: 2px;
    color: #fff;
    font-size: 16px;
    position: absolute;
    top: 20px;
    right: 20px;
}

@media (max-width: 479px) {
    .gallery-body > .icon {
        display: none;
    }
}

.gallery-cover {
    overflow: hidden;
    height: 250px;
}

@media (max-width: 767px) {
    .gallery-cover {
        height: auto;
    }
}

.gallery-cover img {
    width: 100%;
    height: 100%;
    -o-object-fit: fill;
    object-fit: fill;
    -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
    transition: all 1s cubic-bezier(0, 0, 0.2, 1);
}

.categories ul li {
    margin-bottom: 10px;
}

.categories-card a {
    display: block;
    position: relative;
}

.categories-card a:hover .categories-cover img {
    -webkit-transform: scale3d(1.15, 1.15, 1.15);
    transform: scale3d(1.15, 1.15, 1.15);
}

.categories-cover {
    overflow: hidden;
    height: 190px;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.categories-cover img {
    width: 100%;
    height: 100%;
    -o-object-fit: fill;
    object-fit: fill;
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1);
    transition: -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1);
    transition: transform 1s cubic-bezier(0, 0, 0.2, 1);
    transition: transform 1s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1);
}

.categories-body {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    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: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 30px 35px;
}

.categories-body .title {
    color: #ff9700;
    font-size: 18px;
    font-weight: 700;
    max-width: 100px;
    line-height: 1.3;
}

.header {
    position: relative;
    z-index: 1001;
}

.header > div {
    position: relative;
}

.header-buttons {
    position: absolute;
    top: 13px;
    right: 10px;
    left: 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header-buttons button,
.header-buttons a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #546e7a;
    font-family: inherit;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.header-buttons button .icon,
.header-buttons a .icon {
    font-size: 24px;
}

.header-buttons button .text,
.header-buttons a .text {
    font-size: 13px;
    font-weight: 700;
    margin-left: 8px;
}

@media (max-width: 767px) {

    .header-buttons button .text,
    .header-buttons a .text {
        display: none;
    }
}

.header-sub .row {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
}

@media (max-width: 991px) {
    .header-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative;
    }
}

.header-top {
    background: rgba(84, 110, 122, 0.08);
    height: 40px;
}

.header-contact:not(.header-link) a:before {
    right: 0;
    bottom: -2px;
    left: 25px;
}

.header-contact:not(.header-link) a:hover:before {
    width: calc(100% - 25px);
}

.header-contact.header-link a:before {
    right: 0;
    bottom: -2px;
    left: 0;
}

.header-contact.header-link a:hover:before {
    width: 100%;
}

.header-contact a {
    color: #546e7a;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    margin-right: 20px;
    position: relative;
}

.header-contact a:last-child {
    margin-right: 0;
}

.header-contact a:before {
    content: "";
    position: absolute;
    background: #546e7a;
    height: 1px;
    width: 0;
    -webkit-transition: width .3s;
    transition: width .3s;
}

.header-contact a .icon {
    margin-right: 10px;
    font-size: 14px;
    color: #546e7a;
    opacity: .5;
}

.header-social {
    margin-left: 20px;
}

.header-social a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 30px;
    height: 30px;
    border-radius: 2px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #546e7a;
    font-size: 14px;
    margin-right: 3px;
    -webkit-transition: .3s;
    transition: .3s;
}

.header-social a:last-child {
    margin-right: 0;
}

.header-social a:hover {
    color: #fff;
    background: #546e7a;
}

.header-middle {
    background: #fff;
    height: 80px;
}

@media (max-width: 991px) {
    .header-middle {
        height: auto;
        padding-bottom: 20px;
        padding-top: 5px;
    }
}

.header-logo a {
    display: block;
    position: relative;
}

.header-logo img {
    width: 150px;
}

@media (max-width: 767px) {
    .header-logo img {
        width: 130px;
    }
}

@media (max-width: 991px) {
    .header-info {
        margin-top: 20px;
    }
}

.header-info a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid rgba(0, 0, 0, 0.06);
    padding-right: 35px;
    margin-right: 35px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .header-info a {
        padding-right: 20px;
        margin-right: 20px;
    }
}

@media (max-width: 479px) {
    .header-info a {
        padding-right: 15px;
        margin-right: 15px;
    }
}

.header-info a:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: 0 none;
}

.header-info a .icon {
    color: #ff9700;
    font-size: 36px;
}

@media (max-width: 479px) {
    .header-info a .icon {
        font-size: 24px;
    }
}

.header-info a > div {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 1.5;
    padding-left: 20px;
}

@media (max-width: 479px) {
    .header-info a > div {
        padding-left: 15px;
    }
}

.header-info a > div .title {
    color: #777;
    font-size: 13px;
}

@media (max-width: 479px) {
    .header-info a > div .title {
        font-size: 12px;
    }
}

.header-info a > div .text {
    color: #333;
    font-size: 16px;
    font-weight: 700;
}

@media (max-width: 479px) {
    .header-info a > div .text {
        font-size: 13px;
    }
}

@media (max-width: 991px) {
    .header-search {
        width: 100%;
        margin-top: 5px;
    }
}

.header-search form {
    position: relative;
}

.header-search input {
    border: 2px solid rgba(0, 0, 0, 0.1);
    height: 45px;
    font-family: inherit;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 3px;
    color: #777;
    font-size: 13px;
    width: 350px;
}

.header-search input:focus {
    border: 2px solid rgba(0, 0, 0, 0.3);
}

@media (min-width: 992px) and (max-width: 1199px) {
    .header-search input {
        width: 300px;
    }
}

@media (max-width: 991px) {
    .header-search input {
        width: 100%;
    }
}

.header-search .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #ff9700;
    font-size: 18px;
}

.header-bottom {
    background: #546e7a;
    height: 50px;
}

.header-categories__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 40px;
    background: #fff;
    -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
    padding-left: 15px;
    padding-right: 15px;
    font-family: inherit;
    color: #333;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
}

.header-categories__button .icon {
    color: #ff9700;
    font-size: 18px;
}

.header-categories__list {
    background: #fff;
    -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    height: 440px;
}

.header-categories__list.is-active {
    display: block !important;
}

.header-categories__list > ul {
    padding-top: 7px;
    padding-bottom: 7px;
}

.header-categories__list > ul > li {
    padding-left: 7px;
}

.header-categories__list > ul > li:nth-child(1):hover > a {
    background: #e91e63;
}

.header-categories__list > ul > li:nth-child(2):hover > a {
    background: #43a047;
}

.header-categories__list > ul > li:nth-child(3):hover > a {
    background: #546e7a;
}

.header-categories__list > ul > li:nth-child(4):hover > a {
    background: #f4511e;
}

.header-categories__list > ul > li:nth-child(5):hover > a {
    background: #f9a825;
}

.header-categories__list > ul > li:nth-child(6):hover > a {
    background: #0097a7;
}

.header-categories__list > ul > li:nth-child(7):hover > a {
    background: #8e24aa;
}

.header-categories__list > ul > li:nth-child(8):hover > a {
    background: #689f38;
}

.header-categories__list > ul > li:nth-child(9):hover > a {
    background: #6d4c41;
}

.header-categories__list > ul > li:nth-child(10):hover > a {
    background: #ffab00;
}

.header-categories__list > ul > li:nth-child(11):hover > a {
    background: #43a047;
}

.header-categories__list > ul > li:hover > a {
    color: #fff;
}

.header-categories__list > ul > li:hover > div {
    opacity: 1;
    visibility: visible;
}

.header-categories__list > ul > li.is-active > a:before {
    display: block;
}

.header-categories__list > ul > li > a {
    display: block;
    padding: 9px 10px;
    font-size: 13px;
    text-transform: uppercase;
    color: #777;
    border-radius: 3px 0 0 3px;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s;
}

.header-categories__list > ul > li > a:before {
    content: "";
    display: none;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 7px;
    height: 7px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    opacity: .3;
    -webkit-transition: .3s;
    transition: .3s;
}

.header-categories__dropdown {
    position: absolute;
    left: 197px;
    top: -1px;
    bottom: -1px;
    width: 600px;
    background: #fff;
    border-radius: 0 3px 3px 0;
    overflow: hidden;
    -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .header-categories__dropdown {
        left: 243px;
    }
}

.header-categories__dropdown-content {
    background-position: right bottom;
    background-repeat: no-repeat;
    height: 100%;
    padding: 15px 20px;
    width: 100%;
}

.header-categories__dropdown-content ul {
    width: 230px;
}

.header-categories__dropdown-content ul li a {
    color: #777;
    display: block;
    font-size: 13px;
    font-weight: 500;
    padding: 6px 5px;
    text-transform: capitalize;
    border-radius: 3px;
    -webkit-transition: .3s;
    transition: .3s;
}

.header-categories__dropdown-content ul li a:hover {
    background: #f5f5f5;
    color: #333;
    padding-left: 10px;
}

.header-v2 .header .header-categories__list {
    display: none;
}







.footer {
    background: url("../../assets/img/footer-bg.jpg") no-repeat center bottom;
    padding-bottom: 30px;
}

.footer-info {
    background: #198243;
}

.footer-info .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 87px;
}

@media (max-width: 767px) {
    .footer-info .row {
        height: auto;
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.footer-info .row > div:first-child {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
    .footer-info .row > div:first-child {
        border-right: 0 none;
        margin-bottom: 30px;
    }
}

.footer-info__card {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 767px) {
    .footer-info__card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.footer-info__card .title {
    color: #a6d9ba;
    font-family: "Pacifico", cursive;
    font-size: 24px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .footer-info__card .title {
        font-size: 18px;
    }
}

.footer-info__card .number {
    font-size: 28px;
    color: #fff;
    font-weight: 600;
    margin-left: 45px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .footer-info__card .number {
        margin-left: 20px;
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .footer-info__card .number {
        margin-left: 0;
    }
}

.footer-social {
    margin-left: 45px;
}

@media (max-width: 767px) {
    .footer-social {
        margin-left: 0;
    }
}

.footer-social a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 24px;
}

.footer-top {
    padding-top: 50px;
    padding-bottom: 50px;
}

.footer-middle {
    padding-top: 60px;
    padding-bottom: 35px;
}

@media (max-width: 767px) {
    .footer-middle {
        padding-bottom: 0;
    }
}

.footer-middle .container {
    position: relative;
}

.footer-middle .container:before {
    content: "";
    position: absolute;
    top: -60px;
    right: 10px;
    left: 10px;
    background: #999;
    opacity: .3;
    height: 1px;
}

@media (max-width: 479px) {
    .footer-middle .row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .footer-col {
        margin-bottom: 50px;
    }
}

@media (max-width: 479px) {
    .footer-card {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.footer-card:last-child ul:before {
    display: none;
}

.footer-card ul {
    position: relative;
}

.footer-card ul:before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 30px;
    background: #999;
    opacity: .3;
    width: 1px;
    height: 175px;
}

@media (max-width: 767px) {
    .footer-card ul:before {
        display: none;
    }
}

.footer-logo a {
    display: block;
    position: relative;
}

.footer-logo img {
    width: 210px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .footer-logo img {
        width: 150px;
    }
}

.footer-text {
    color: #999;
    font-size: 14px;
}

.footer-heading {
    color: #333;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
}

@media (min-width: 768px) and (max-width: 991px) {
    .footer-heading {
        font-size: 14px;
    }
}

.footer-heading:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 50px;
    background: #198243;
    height: 2px;
}

.footer-contact {
    margin-top: 30px;
}

.footer-contact ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    color: #666;
    padding-top: 8px;
    padding-bottom: 8px;
    -webkit-transition: .3s;
    transition: .3s;
}

@media (min-width: 768px) and (max-width: 991px) {
    .footer-contact ul li a {
        font-size: 12px;
    }
}

.footer-contact ul li a.phone {
    font-weight: 800;
    color: #333;
    font-size: 16px;
}

.footer-contact ul li a:hover[href] {
    color: #198243;
}

.footer-contact .icon {
    font-size: 18px;
    width: 25px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #999;
}

@media (min-width: 768px) and (max-width: 991px) {
    .footer-contact .icon {
        display: none;
    }
}

.footer-contact .text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 15px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .footer-contact .text {
        padding-left: 0;
    }
}

.footer-card ul li a {
    display: block;
    color: #666;
    font-size: 13px;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 1.4;
    -webkit-transition: .3s;
    transition: .3s;
}

.footer-card ul li a:hover {
    color: #198243 !important;
}

.footer-bottom .container {
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    position: relative;
}

@media (max-width: 479px) {
    .footer-bottom .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.footer-bottom .container:before {
    content: "";
    background: rgba(0, 0, 0, 0.08);
    height: 1px;
    position: absolute;
    top: 0;
    right: 10px;
    left: 10px;
}

.footer-bottom .text {
    color: #666;
    font-size: 14px;
}

.footer-bottom .text strong {
    font-weight: 700;
    color: #333;
}



.section-container {
    padding-top: 80px;
    padding-bottom: 50px;
}

@media (max-width: 479px) {
    .section-container {
        padding-top: 50px;
    }
}

.section-cover {
    position: absolute;
    z-index: -1;
}

@media (max-width: 991px) {
    .section-cover {
        display: none;
    }
}

.section-cover.first {
    right: -20px;
    bottom: -80px;
    width: 400px;
}

.section-cover img {
    width: 100%;
}

.section.bg {
    background: #f5f5f5;
}

.section-categories > .container {
    padding-top: 20px;
}

.section-information .container {
    margin-top: 10px;
}

@media (max-width: 991px) {
    .section-information .container {
        margin-top: 0;
    }
}

.section-products > .container {
    margin-top: 10px;
}

.section-products > .container > .row {
    margin-bottom: 10px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .section-products > .container > .row {
        margin-bottom: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .section-products > .container > .row:first-child .products-card.large {
        margin-bottom: 10px;
    }
}

.section-showcase > .container {
    margin-top: 50px;
}

.section-showcase > .container > .row:not(:last-child) {
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    .section-showcase > .container > .row:not(:last-child) {
        margin-bottom: 30px;
    }
}

.section-shortcuts > .container {
    padding-top: 100px;
    padding-bottom: 60px;
}

@media (max-width: 991px) {
    .section-shortcuts > .container {
        padding-top: 80px;
        padding-bottom: 0;
    }
}

.products-showcase {
    height: 400px;
    background: #fff;
    -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

@media (max-width: 479px) {
    .products-showcase {
        height: 375px;
    }
}

.products-showcase__cover a {
    display: block;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s;
}

.products-showcase__cover a:hover {
    opacity: .7;
}

.products-showcase__cover img {
    width: 100%;
    height: 400px;
    -o-object-fit: fill;
    object-fit: fill;
}

.products-showcase__header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
}

.products-showcase__header .title {
    color: #333;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    -webkit-transition: .3s;
    transition: .3s;
}

@media (max-width: 479px) {
    .products-showcase__header .title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.products-showcase__header .title:hover {
    color: #777;
}

.products-showcase__header .title span {
    font-weight: 400;
    font-size: 13px;
    opacity: .8;
    margin-left: 10px;
}

@media (max-width: 479px) {
    .products-showcase__header .title span {
        margin-left: 0;
    }
}

.inner-page__header {
    position: relative;
    overflow: hidden;
}

.inner-page__heading {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.inner-page__heading.v2 {
    height: 200px;
    position: relative;
}

@media (max-width: 767px) {
    .inner-page__heading.v2 {
        height: 150px;
    }
}

.inner-page__heading.v2 {
    background: rgba(84, 110, 122, 0.05);
}

.inner-page__heading.large .title {
    font-size: 72px;
}

.inner-page__heading.light .small-title,
.inner-page__heading.light .title,
.inner-page__heading.light .text {
    color: #fff;
}

.inner-page__heading .container {
    height: 100%;
    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;
    text-align: center;
    position: relative;
    z-index: 3;
}

@media (min-width: 768px) {
    .inner-page__heading .container {
        padding-bottom: 65px;
    }
}

.inner-page__heading .title {
    color: #546e7a;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -1.5px;
    line-height: 1;
}

.inner-page__heading .text {
    color: #777;
    font-size: 14px;
    font-weight: 300;
    margin-top: 15px;
    max-width: 500px;
}

@media (max-width: 767px) {
    .inner-page__heading .text {
        display: none;
    }
}

.inner-page__wrapper {
    margin-bottom: 100px;
    margin-top: 60px;
}

.inner-page__wrapper.mt-0 {
    margin-top: 0;
}

.inner-page__wrapper.mb-0 {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .inner-page__wrapper > .container > .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

.inner-page__content {
    min-height: 700px;
}

.inner-page__content.no-height {
    min-height: inherit;
}

.inner-page__content.large {
    margin-top: 60px;
}

.col-article {
   -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    padding-left: 10px;
    padding-right: 10px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .col-article {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .col-article {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
    }
}

@media (max-width: 767px) {
    .col-article {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}



.col-article2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .col-article2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .col-article2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
    }
}

@media (max-width: 767px) {
    .col-article2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.page-content__header {
    position: relative;
}

.page-content__header.small .title {
    font-size: 28px;
}

.page-content__header .small-title {
    font-size: 14px;
    color: #8DCB44;
    font-weight: 600;
    letter-spacing: .1em;
    position: relative;
    text-transform: uppercase;
}

.page-content__header .title {
    color: #333;
    margin-top: 7px;
    font-size: 36px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: -0.8px;
}

.page-content__header .date {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #777;
    font-size: 14px;
    margin-top: 20px;
}

.page-content__header .date .icon {
    margin-right: 15px;
    font-size: 13px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #546e7a;
    width: 50px;
    height: 50px;
    align-items: center;
    background: #f5f5f5;
    border-radius: 50%;
    font-size: 16px;
}

.page-content__heading {
    color: #ff9700;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: -0.3px;
    padding-bottom: 10px;
}

.page-content__heading.small {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
}

.page-content__heading.color-1 {
    color: #777;
}

.page-content__heading.color-2 {
    color: #ff9700;
}

.page-content__photo {
    overflow: hidden;
    height: 250px;
    float: left;
    margin-right: 30px;
    margin-bottom: 50px;
    width: 50%;
    position: relative;
    border-radius: 5px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .page-content__photo {
        margin-right: 0;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .page-content__photo {
        height: auto !important;
        margin-right: 0;
        width: 100%;
    }
}

.page-content__photo.small,
.page-content__photo.large {
    width: 100%;
    float: inherit;
    margin-right: 0;
}

.page-content__photo.small {
    height: 175px;
    margin-bottom: 0;
}

.page-content__photo.large {
    height: 400px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .page-content__photo.large {
        height: 300px;
    }
}

.page-content__photo img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    -o-object-fit: fill;
    object-fit: fill;
}

.page-content__spot {
    margin-bottom: 30px;
    font-size: 18px;
    color: #333;
    font-weight: 600;
}

.page-content__spot span {
    color: #8DCB44;
}

.page-content__spot.large {
    font-size: 24px;
    font-weight: 800;
}

.page-content__description {
    color: #777 !important;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.9;
    padding: 20px ;
    font-family: "Roboto", sans-serif !important;
}

.page-content__description.center {
    text-align: center;
}

.page-content__description a {
    color: #999;
}

.page-content__description strong {
    font-weight: 800;
}

.page-content__description img {
    max-width: 100%;
}

.page-content__description ul,
.page-content__description ol {
    padding-left: 20px;
}

.page-content__description ul li {
    list-style: disc;
}

.page-content__description ol li {
    list-style: decimal;
}

.page-content__description table {
    width: 100% !important;
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.page-content__description table tbody tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.page-content__description table tbody tr td,
.page-content__description table tbody tr th {
    padding: 10px 20px !important;
    border-right: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.page-content__description table tbody tr td:last-child,
.page-content__description table tbody tr th:last-child {
    border-right: 0 none !important;
}

.page-content__description blockquote {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    line-height: 1.6;
    position: relative;
}

@media (min-width: 1200px) {
    .page-content__description blockquote {
        padding-left: 100px;
        padding-right: 100px;
    }
}

.page-content__description blockquote:before {
    content: "";
    position: absolute;
    margin-left: -20px;
    top: 5px;
    bottom: 5px;
    background: #8DCB44;
    width: 5px;
}

.page-content__gallery {
    margin-top: 50px;
    display: inline-block;
    width: 100%;
}

.col-sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    z-index: 1;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .col-sidebar {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .col-sidebar {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }
}

@media (max-width: 767px) {
    .col-sidebar {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 25px;
    }
}

.col-sidebar > div {
    margin-bottom: 30px;
}

.col-sidebar > div:last-child {
    margin-bottom: 0;
}

.col-sidebar__nav ul {
    background: rgba(84, 110, 122, 0.05);
    border-radius: 5px;
}

.col-sidebar__nav ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.col-sidebar__nav ul li:first-child a {
    border-radius: 5px 5px 0 0;
}

.col-sidebar__nav ul li:last-child {
    border-bottom: 0 none;
}

.col-sidebar__nav ul li:last-child a {
    border-radius: 0 0 5px 5px;
}

.col-sidebar__nav ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-weight: 300;
    padding: 20px 30px;
    color: #777;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s;
}

.col-sidebar__nav ul li a:after {
    content: "";
    position: absolute;
    z-index: 12;
    top: 50%;
    right: 30px;
    width: 10px;
    height: 10px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    -webkit-transition: .3s;
    transition: .3s;
    opacity: .4;
}

.col-sidebar__nav ul li a:hover {
    padding-left: 37px;
    background: #ff9700;
    color: #fff;
}

.col-sidebar__nav ul li a:hover:after {
    -webkit-transform: translateY(-50%) rotate(45deg) scale(1.3);
    transform: translateY(-50%) rotate(45deg) scale(1.3);
}

.col-sidebar__box {
    position: relative;
}

.col-sidebar__box-body {
    padding: 35px 40px;
    background: #fff;
    -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.col-sidebar__box-body .small-title {
    font-size: 13px;
}

.col-sidebar__box-body .title {
    color: #ff9700;
    font-size: 28px;
    letter-spacing: -0.5px;
    line-height: 1.2;
    font-weight: 700;
    margin-top: 5px;
}

.col-sidebar__box-body .text {
    font-size: 13px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.col-sidebar__filter-price {
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    padding: 20px;
}

.col-sidebar__filter-price ul li {
    margin-bottom: 5px;
}

.col-sidebar__filter-price ul li:last-child {
    margin-bottom: 0;
}

.col-sidebar__filter-price ul li input {
    margin-right: 10px;
}

.col-sidebar__filter-price ul li label {
    font-size: 14px;
}

.breadcrumb {
    margin-top: 20px;
}

@media (max-width: 767px) {
    .breadcrumb {
        display: none;
    }
}

.breadcrumb.pos-right {
    position: absolute;
    right: 10px;
    margin-top: 0;
}

.breadcrumb.pos-bottom {
    position: absolute;
    right: 10px;
    bottom: 0;
    left: 10px;
    margin-top: 0;
    height: 65px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.breadcrumb.pos-bottom ul {
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.breadcrumb.dark.pos-bottom {
    border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.breadcrumb.dark ul li a {
    color: #777;
}

.breadcrumb ul li a {
    font-size: 14px;
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 35px;
    opacity: .7;
    -webkit-transition: .3s;
    transition: .3s;
}

.breadcrumb ul li a:after {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: 13px;
    margin-right: 13px;
}

.breadcrumb ul li a:hover {
    opacity: 1;
    text-decoration: underline;
}

.breadcrumb ul li a .icon {
    font-size: 16px;
}

.breadcrumb ul li:last-child a:after {
    display: none;
}

@media (min-width: 768px) and (max-width: 991px) {
    .product-detail__photos {
        position: -webkit-sticky;
        position: sticky;
        top: 100px;
    }
}

.product-detail__photos #sync22 {
    margin-top: 10px;
}

.product-detail__photos #sync22 .owl-item.current .photo.small {
    opacity: 1;
}

.product-detail__photos #sync22 .item {
    padding-left: 5px;
    padding-right: 5px;
}

.product-detail__photos .photo {
    overflow: hidden;
    height: 450px;
    border-radius: 5px;
}

@media (max-width: 767px) {
    .product-detail__photos .photo {
        height: auto;
    }
}

.product-detail__photos .photo.small {
    opacity: .4;
    margin-top: 5px;
    margin-bottom: 5px;
    height: 105px;
    cursor: pointer;
}

.product-detail__photos .photo.small:hover {
    opacity: 1;
}

.product-detail__photos img {
    width: 100%;
    height: 100%;
    -o-object-fit: fill;
    object-fit: fill;
}

.product-detail__photos-sync {
    padding-left: 5px;
    padding-right: 5px;
}

@media (max-width: 767px) {
    .product-detail__photos-sync {
        padding-left: 0;
        padding-right: 0;
    }
}

.product-detail__description {
    padding-top: 25px;
}

.product-detail__description .p-title {
    color: #546e7a;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -0.5px;
    line-height: 1.3;
}

.product-detail__description .p-prices {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 25px;
    margin-bottom: 25px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 5px;
}

.product-detail__description .p-prices > div:last-child {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 15px;
}

.product-detail__description .p-prices .price {
    color: #ff9700;
    font-weight: 700;
    font-size: 32px;
}

.product-detail__description .p-prices .price.discounted {
    color: #999;
    position: relative;
    margin-left: 15px;
    font-size: 18px;
}

.product-detail__description .p-prices .price.discounted:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fc216b;
    height: 1px;
}

.product-detail__description .page-content__description {
    font-size: 13px;
    font-weight: normal;
}

.product-detail__description .note {
    background: rgba(84, 110, 122, 0.05);
    padding: 20px 25px;
    border-radius: 5px;
    margin-top: 20px;
}

.product-detail__list {
    margin-top: 20px;
    margin-bottom: 20px;
}

@media (max-width: 479px) {
    .product-detail__list ul li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
}

.product-detail__list ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    height: 120px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 5px;
}

.product-detail__list .icon {
    color: #fc216b;
    font-size: 28px;
}

.product-detail__list .title {
    color: #777;
    font-size: 13px;
    line-height: 1.4;
    margin-top: 10px;
}

.product-detail__tab {
    margin-top: 50px;
}

.product-detail__nav {
    background: #fff;
    -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    border-left: 5px solid #ff9700;
    padding-left: 30px;
}

.product-detail__nav ul li.is-current a,
.product-detail__nav ul li:hover a {
    color: #ff9700;
}

.product-detail__nav ul li a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 90px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 16px;
    color: #777;
    font-weight: 700;
}

@media (max-width: 479px) {
    .product-detail__nav ul li a {
        height: 55px;
    }
}

.contact-address ul li {
    position: relative;
}

@media (max-width: 479px) {
    .contact-address ul li {
        margin-bottom: 40px;
    }

    .contact-address ul li:last-child {
        margin-bottom: 0;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .contact-address ul li {
        margin-bottom: 40px;
    }

    .contact-address ul li:nth-last-child(-n+2) {
        margin-bottom: 0;
    }
}

.contact-address .icon {
    margin-right: 0;
    background: #ff9700;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 16px;
    right: 20px;
    right: 20px;
    top: -16px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
}

.contact-address__info {
    background: #f5f5f5;
    padding-left: 20px;
    padding-right: 20px;
    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;
    height: 100px;
}

.contact-address__info .title {
    text-transform: uppercase;
    color: #333;
    font-size: 16px;
    font-weight: 700;
}

.contact-address__info .text {
    color: #999;
    font-size: 13px;
    padding-top: 5px;
    line-height: 1.3;
    padding: 1px 0;
}

.contact-map {
    background: #fff;
    padding: 40px 20px 15px 20px;
    border-radius: 5px;
    -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

.contact-map iframe {
    height: 500px;
    width: 100%;
    border-radius: 5px;
}

@media (max-width: 767px) {
    .contact-map iframe {
        height: 300px;
    }
}

.no-scroll {
    overflow: hidden;
}

.no-scroll-y {
    overflow-y: hidden;
}

.no-scroll-x {
    overflow-x: hidden;
}

.pos-relative {
    position: relative;
}

.pos-inherit {
    position: inherit;
}

.pos-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
}

.text-center {
    text-align: center;
}

.justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.justify-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.justify-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.justify-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.align-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.align-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.align-between {
    -webkit-box-align: space-between;
    -ms-flex-align: space-between;
    align-items: space-between;
}

.hidden {
    display: none;
}

@media (max-width: 479px) {
    .xs-hidden {
        display: none;
    }
}

@media (max-width: 767px) {
    .sm-hidden {
        display: none;
    }
}

@media (max-width: 991px) {
    .md-hidden {
        display: none;
    }
}

.pv-10px {
    margin-top: 10px;
    margin-bottom: 10px;
}

.pv-20px {
    margin-top: 20px;
    margin-bottom: 20px;
}

.pv-30px {
    margin-top: 30px;
    margin-bottom: 30px;
}

.pv-40px {
    margin-top: 40px;
    margin-bottom: 40px;
}

.pv-50px {
    margin-top: 50px;
    margin-bottom: 50px;
}

.pv-60px {
    margin-top: 60px;
    margin-bottom: 60px;
}

.pv-70px {
    margin-top: 70px;
    margin-bottom: 70px;
}

.pv-80px {
    margin-top: 80px;
    margin-bottom: 80px;
}

.pv-90px {
    margin-top: 90px;
    margin-bottom: 90px;
}

.pv-100px {
    margin-top: 100px;
    margin-bottom: 100px;
}

.py-0 {
    padding-top: 0;
    padding-bottom: 0;
}

.pt-0 {
    padding-top: 0;
}

.pb-0 {
    padding-bottom: 0;
}

.pt-10px {
    padding-top: 10px;
}

.pt-20px {
    padding-top: 20px;
}

.pt-30px {
    padding-top: 30px;
}

.pt-40px {
    padding-top: 40px;
}

.pt-50px {
    padding-top: 50px;
}

.pt-60px {
    padding-top: 60px;
}

.pt-70px {
    padding-top: 70px;
}

.pt-80px {
    padding-top: 80px;
}

.pt-90px {
    padding-top: 90px;
}

.pt-100px {
    padding-top: 100px;
}

.pb-10px {
    padding-bottom: 10px;
}

.pb-20px {
    padding-bottom: 20px;
}

.pb-30px {
    padding-bottom: 30px;
}

.pb-40px {
    padding-bottom: 40px;
}

.pb-50px {
    padding-bottom: 50px;
}

.pb-60px {
    padding-bottom: 60px;
}

.pb-70px {
    padding-bottom: 70px;
}

.pb-80px {
    padding-bottom: 80px;
}

.pb-90px {
    padding-bottom: 90px;
}

.pb-100px {
    padding-bottom: 100px;
}

.mv-10px {
    margin-top: 10px;
    margin-bottom: 10px;
}

.mv-20px {
    margin-top: 20px;
    margin-bottom: 20px;
}

.mv-30px {
    margin-top: 30px;
    margin-bottom: 30px;
}

.mv-40px {
    margin-top: 40px;
    margin-bottom: 40px;
}

.mv-50px {
    margin-top: 50px;
    margin-bottom: 50px;
}

.mv-60px {
    margin-top: 60px;
    margin-bottom: 60px;
}

.mv-70px {
    margin-top: 70px;
    margin-bottom: 70px;
}

.mv-80px {
    margin-top: 80px;
    margin-bottom: 80px;
}

.mv-90px {
    margin-top: 90px;
    margin-bottom: 90px;
}

.mv-100px {
    margin-top: 100px;
    margin-bottom: 100px;
}

.my-0 {
    margin-top: 0;
    margin-bottom: 0;
}

.mt-0 {
    margin-top: 0;
}

.mb-0 {
    margin-bottom: 0;
}

.mt-10px {
    margin-top: 10px;
}

.mt-20px {
    margin-top: 20px;
}

.mt-30px {
    margin-top: 30px;
}

.mt-40px {
    margin-top: 40px;
}

.mt-50px {
    margin-top: 50px;
}

.mt-60px {
    margin-top: 60px;
}

.mt-70px {
    margin-top: 70px;
}

.mt-80px {
    margin-top: 80px;
}

.mt-90px {
    margin-top: 90px;
}

.mt-100px {
    margin-top: 100px;
}

.mb-10px {
    margin-bottom: 10px;
}

.mb-20px {
    margin-bottom: 20px;
}

.mb-30px {
    margin-bottom: 30px;
}

.mb-40px {
    margin-bottom: 40px;
}

.mb-50px {
    margin-bottom: 50px;
}

.mb-60px {
    margin-bottom: 60px;
}

.mb-70px {
    margin-bottom: 70px;
}

.mb-80px {
    margin-bottom: 80px;
}

.mb-90px {
    margin-bottom: 90px;
}

.mb-100px {
    margin-bottom: 100px;
}




.sayfaana {
    float: left;
    width: 100%;
    height: auto;
    padding: 20px;
    position: relative;
    z-index: 999;
    font-size: 17px;
    font-weight: 200;
    background: #fff;
    margin: 50px 0 65px 0;
     -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
   
    
}

.sayfaana h1 {
    float: left;
    width: 100%;
    height: auto;
    font-size: 23px;
    margin: 0 0 10px 0;
}

.sayfaana img {
    max-width: 100%;
    margin: 0 0 10px 0;
}

   .about-container {
            padding-top: 160px;
            padding-bottom: 160px;
        }

        @media (min-width: 768px) and (max-width: 991px) {
            .about-container {
                padding-top: 100px;
                padding-bottom: 170px;
            }
        }

        @media (max-width: 767px) {
            .about-container {
                padding-top: 80px;
                padding-bottom: 80px;
            }
        }

        .about-container>.row {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

        @media (min-width: 1824px) {
            .about-container>.row {
                margin-left: -50px;
                margin-right: -50px;
            }
        }

        @media (max-width: 767px) {
            .about-container>.row {
                text-align: center;
            }
        }

        @media (min-width: 1824px) {
            .about-container>.row>div {
                padding-left: 50px;
                padding-right: 50px;
            }
        }

        .about-photo {
            overflow: hidden;
            border-radius: 5px;
            height: 100%;
            width: 503px;
            float: right;
        }

        @media (max-width: 1279px) {
            .about-photo {
                width: 100%;
            }
        }

        .about-photo__wrapper {
            position: relative;
            z-index: 1;
            height: 309px;
        }

        @media (min-width: 768px) and (max-width: 991px) {
            .about-photo__wrapper {
                padding-left: 100px;
                padding-right: 100px;
                margin-top: 170px;
            }
        }

        @media (max-width: 767px) {
            .about-photo__wrapper {
                margin-top: 30px;
                height: auto;
            }
        }

        .about-photo.abs {
            position: absolute;
            opacity: .5;
            z-index: -1;
            -webkit-animation-name: swingIcon;
            animation-name: swingIcon;
            -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
            -webkit-animation-duration: 2s;
            animation-duration: 2s;
            -webkit-animation-direction: alternate;
            animation-direction: alternate;
            -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
            -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
        }

        @media (max-width: 767px) {
            .about-photo.abs {
                display: none;
            }
        }

        .about-photo.abs.pos-1 {
            left: -20px;
            top: -110px;
            width: 273px;
            height: 168px;
            -webkit-animation-delay: .5s;
            animation-delay: .5s;
        }

        @media (min-width: 768px) and (max-width: 991px) {
            .about-photo.abs.pos-1 {
                left: 10px;
            }
        }

        .about-photo.abs.pos-2 {
            left: 290px;
            top: -140px;
            width: 166px;
            height: 101px;
            -webkit-animation-delay: .7s;
            animation-delay: .7s;
        }

        @media (min-width: 768px) and (max-width: 991px) {
            .about-photo.abs.pos-2 {
                left: 320px;
            }
        }

        .about-photo.abs.pos-3 {
            right: -100px;
            bottom: -130px;
            width: 168px;
            height: 168px;
            -webkit-animation-delay: .9s;
            animation-delay: .9s;
        }

        @media (min-width: 992px) and (max-width: 1200px) {
            .about-photo.abs.pos-3 {
                right: 10px;
            }
        }

        @media (min-width: 768px) and (max-width: 991px) {
            .about-photo.abs.pos-3 {
                right: 10px;
            }
        }

        .about-photo.abs.pos-4 {
            left: 10px;
            bottom: -140px;
            width: 166px;
            height: 101px;
            -webkit-animation-delay: 1.1s;
            animation-delay: 1.1s;
        }

        .about-photo img {
            width: 100%;
            height: 100%;
            -o-object-fit: fill;
            object-fit: fill;
        }

        /*Title*/

        .section-header {
            position: relative;
        }

        .section-header.center {
            text-align: center;
        }

        .section-header.light .small-title,
        .section-header.light .title {
            color: #fff;
        }

        .section-header.small .title {
            font-size: 48px;
        }

        .section-header .small-title {
            color: #999;
            font-size: 13px;
            letter-spacing: 2px;
            margin-bottom: 5px;
        }

        .section-header .title {
            color: #126734;
            font-weight: 800;
            font-size: 60px;
            letter-spacing: -2px;
            line-height: 1.2;
        }

        @media (min-width: 480px) and (max-width: 767px) {
            .section-header .title {
                font-size: 48px !important;
            }
        }

        @media (max-width: 479px) {
            .section-header .title {
                font-size: 42px !important;
            }
        }

        .section-header .title span {
            color: #f7931d;
        }

        .section-header .text {
            font-size: 14px;
            line-height: 1.8;
            margin-top: 15px;
        }


 .section.prlx {
            overflow: hidden;
        }

        .parallax.height--1 {
            height: 300px;
        }

        .parallax-wrapper {
            position: absolute;
            top: -50px;
            right: 0;
            bottom: -50px;
            left: 0;
            padding-top: 100px;
            padding-bottom: 100px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            text-align: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            background: #43bbef;
        }

        .parallax-wrapper .title {
            font-size: 42px;
            color: #fff;
            max-width: 700px;
            margin: 0 auto;
            line-height: 1.3;
        }

        @media (max-width: 479px) {
            .parallax-wrapper .title {
                font-size: 32px;
            }
        }

        .parallax-wrapper .title strong {
            font-weight: 700;
        }

        .l-relative {
            position: relative;
        }

        .video-button {
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            background: #fff;
            width: 108px;
            height: 108px;
            border-radius: 100%;
            cursor: pointer;
            position: relative;
            margin-top: 30px;
        }

        .video-button:before,
        .video-button:after {
            content: "";
            position: absolute;
            background: rgba(255, 255, 255, 0.2);
            border-radius: 100%;
            -webkit-animation: pulsate 1.5s ease-out;
            animation: pulsate 1.5s ease-out;
            -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
            opacity: 0;
        }

        .video-button:before {
            width: 138px;
            height: 138px;
        }

        .video-button:after {
            width: 168px;
            height: 168px;
        }

        .video-button .icon {
            font-size: 28px;
            color: #FFAF20;
            position: relative;
            left: 2px;
            top: 2px;
        }


 .ulastek {
            float: left;
            width: 100%;
            height: auto;
            padding: 12px;
            border-bottom: 1px solid #ddd;
            border-left: 3px solid #E7711B;
            margin: 0 0 5px 0;
        }

        .sayfa {
            float: left;
            width: 100%;
            height: auto;
            padding: 20px;
            font-size: 17px;
            font-weight: 200;
            background: #fff;
            margin: 50px 0 25px 0;
            -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.08);
            box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.08);
            border:2px solid #f5f5f5;
        }

        .sayfa h1 {
            float: left;
            width: 100%;
            height: auto;
            font-size: 23px;
            margin: 0 0 10px 0;
        }

        .sayfa img {
            max-width: 100%;
            margin: 0 0 10px 0;
        }
       

.card_video {

  display: flex;

  height: 500px;

  width:  100%;



 background-size: cover;

 background-repeat: no-repeat;

  border-radius: 10px;

-webkit-box-shadow: 0px 0px 10px 0px rgba(115,111,115,1);

-moz-box-shadow: 0px 0px 10px 0px rgba(115,111,115,1);

box-shadow: 0px 0px 10px 0px rgba(115,111,115,1);

/*   margin-left: -50px; */

  transition: 0.4s ease-out;



  position: relative;

  left: 0px;

  margin-bottom:40px

}

.card_video-overlay{

    display: flex;

    height: 500px;

    width: 100%;

    margin-top: 0px;

    background-size: cover;

    background-repeat: no-repeat;

    border-radius: 10px;

    transition: 0.4s ease-out;

    background-color: rgba(0,0,0,0.4);

    position: relative;

    left: 0px;

    margin-bottom: 10px;

    position: relative;

}



.card_video:not(:first-child) {

    margin-left: -50px;

}



.card_video:hover {

  transition: 0.4s ease-out;

}



.card_video:hover ~ .card_video {

  position: relative;

  left: 50px;

  transition: 0.4s ease-out;

}



.title-video {

  color: #fff;

  font-weight: 700;

  position: absolute;

  left: 20px;

  top: 65px;

  font-size: 22px;

}

.bar {

  position: absolute;

  top: 100px;

  left: 20px;

  height: 5px;

  width: 150px;

}



.emptybar {

  background-color: #2e3033;

  width: 100%;

  height: 100%;

}



.filledbar {

  position: absolute;

  top: 0px;

  z-index: 3;

  width: 0px;

  height: 100%;

  background: rgb(0,154,217);

  background: linear-gradient(90deg, rgba(0,154,217,1) 0%, rgba(217,147,0,1) 65%, rgba(255,186,0,1) 100%);

  transition: 0.6s ease-out;

}

.card_video .icon{

  color:#fff;

  font-size:114px;

}





.card_video:hover .filledbar {

  width: 120px;



  transition: 0.4s ease-out;

}







.stroke {

  stroke: white;

  stroke-dasharray: 360;

  stroke-dashoffset: 360;

  transition: 0.6s ease-out;

}



svg {

  fill: #17141d;

  stroke-width: 2px;

}



.card_video:hover .stroke {

  stroke-dashoffset: 100;

  transition: 0.6s ease-out;

}

.video .small-title{

 color:#000;

 height:60px;

 border-top:1px solid rgba(0, 0, 0, 0.1);

line-height:60px;

}



.video .blogv2-photo img{

height:230px;

width: 100%;

  object-fit:fill;

   opacity:0.7;

}



.video .blogv2-photo {

  border:1px solid rgba(0, 0, 0, 0.1);



}



.video .icon{

    position: absolute;

    left: 44%;

    top: 40%;

    font-size: 58px;

    color: rgba(240,8,8,0.8);

    z-index: 888;

}
