/*!
 * Bootstrap v4.0.0-beta.2 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #868e96;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #868e96;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    --font-family-monospace: "SFMono-Regular",Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}

@media print {
    *,::after,::before {
        text-shadow: none!important;
        box-shadow: none!important
    }

    a,a:visited {
        text-decoration: underline
    }

    img,tr {
        page-break-inside: avoid
    }

    h2,h3,p {
        orphans: 3;
        widows: 3
    }

    h2,h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .table {
        border-collapse: collapse!important
    }

    .table td {
        background-color: #fff!important
    }
}

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

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

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

article,footer,header,main,nav,section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0!important
}

h1,h2,h3,h4,h5,h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol,ul {
    margin-top: 0;
    margin-bottom: 1rem
}

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

b,strong {
    font-weight: bolder
}

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

sub {
    bottom: -.25em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

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

img {
    vertical-align: middle;
    border-style: none
}

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

[role=button],a,button,input:not([type=range]),label,select {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

table {
    border-collapse: collapse
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

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

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

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

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

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

input[type=date],input[type=datetime-local],input[type=month],input[type=time] {
    -webkit-appearance: listbox
}

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

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

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

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

template {
    display: none
}

[hidden] {
    display: none!important
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

.h1,h1 {
    font-size: 2.5rem
}

.h2,h2 {
    font-size: 2rem
}

.h3,h3 {
    font-size: 1.75rem
}

.h4,h4 {
    font-size: 1.5rem
}

.h5,h5 {
    font-size: 1.25rem
}

.h6,h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

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

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: 5px
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: .25rem;
    transition: all .2s ease-in-out;
    max-width: 100%;
    height: auto
}

code {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}

code {
    padding: .2rem .4rem;
    font-size: 90%;
    color: #bd4147;
    background-color: #f8f9fa;
    border-radius: .25rem
}

a>code {
    padding: 0;
    color: inherit;
    background-color: inherit
}

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

@media (min-width: 576px) {
    .container {
        max-width:540px
    }
}

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

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

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

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

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

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

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
    -ms-flex-order: -1;
    order: -1
}

.order-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 16.666667%
}

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

.offset-4 {
    margin-left: 33.333333%
}

.offset-5 {
    margin-left: 41.666667%
}

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

.offset-7 {
    margin-left: 58.333333%
}

.offset-8 {
    margin-left: 66.666667%
}

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

.offset-10 {
    margin-left: 83.333333%
}

.offset-11 {
    margin-left: 91.666667%
}

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

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .order-sm-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.333333%
    }

    .offset-sm-2 {
        margin-left: 16.666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.333333%
    }

    .offset-sm-5 {
        margin-left: 41.666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.333333%
    }

    .offset-sm-8 {
        margin-left: 66.666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.333333%
    }

    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

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

    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .order-md-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.333333%
    }

    .offset-md-2 {
        margin-left: 16.666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.333333%
    }

    .offset-md-5 {
        margin-left: 41.666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.333333%
    }

    .offset-md-8 {
        margin-left: 66.666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.333333%
    }

    .offset-md-11 {
        margin-left: 91.666667%
    }
}

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

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .order-lg-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.333333%
    }

    .offset-lg-2 {
        margin-left: 16.666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.333333%
    }

    .offset-lg-5 {
        margin-left: 41.666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.333333%
    }

    .offset-lg-8 {
        margin-left: 66.666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.333333%
    }

    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent
}

.table td {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #e9ecef
}

.table .table {
    background-color: #fff
}

.table-sm td {
    padding: .3rem
}

.table-primary,.table-primary>td {
    background-color: #b8daff
}

.table-hover .table-primary:hover {
    background-color: #9fcdff
}

.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th {
    background-color: #9fcdff
}

.table-info,.table-info>td {
    background-color: #bee5eb
}

.table-hover .table-info:hover {
    background-color: #abdde5
}

.table-hover .table-info:hover>td,.table-hover .table-info:hover>th {
    background-color: #abdde5
}

.table-active,.table-active>td {
    background-color: rgba(0,0,0,.075)
}

.table-hover .table-active:hover {
    background-color: rgba(0,0,0,.075)
}

.table-hover .table-active:hover>td,.table-hover .table-active:hover>th {
    background-color: rgba(0,0,0,.075)
}

@media (max-width: 575px) {
    .table-responsive-sm {
        display:block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
}

@media (max-width: 767px) {
    .table-responsive-md {
        display:block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
}

@media (max-width: 991px) {
    .table-responsive-lg {
        display:block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.input-group-sm>.input-group-btn>.btn {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-sm>.input-group-btn>select.btn:not([size]):not([multiple]) {
    height: calc(1.8125rem + 2px)
}

.input-group-lg>.input-group-btn>.btn {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-lg>.input-group-btn>select.btn:not([size]):not([multiple]) {
    height: calc(2.875rem + 2px)
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

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

.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width: 576px) {
    .form-inline label {
        display:-ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .input-group {
        width: auto
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.btn:focus,.btn:hover {
    text-decoration: none
}

.btn.focus,.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.btn:disabled {
    opacity: .65
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc
}

.btn-primary.focus,.btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
}

.btn-primary:disabled {
    background-color: #007bff;
    border-color: #007bff
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info.focus,.btn-info:focus {
    box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
}

.btn-info:disabled {
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-primary {
    color: #007bff;
    background-color: transparent;
    background-image: none;
    border-color: #007bff
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary.focus,.btn-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
}

.btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent
}

.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info.focus,.btn-outline-info:focus {
    box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
}

.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    background-color: transparent
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent
}

.btn-link.focus,.btn-link:focus {
    border-color: transparent;
    box-shadow: none
}

.btn-link:disabled {
    color: #868e96
}

.btn-group-lg>.btn,.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-group-sm>.btn,.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

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

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

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

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

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

.btn-group-vertical>.btn,.btn-group>.btn {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

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

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

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

.btn-toolbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

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

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

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

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

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

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

.btn-group-vertical {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center
}

.btn-group-vertical .btn,.btn-group-vertical .btn-group {
    width: 100%
}

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

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

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

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

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

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

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

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

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.input-group-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

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

.input-group-btn {
    white-space: nowrap
}

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

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

.input-group-btn {
    position: relative;
    -ms-flex-align: stretch;
    align-items: stretch;
    font-size: 0;
    white-space: nowrap
}

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

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

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

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

.input-group-btn:not(:last-child)>.btn,.input-group-btn:not(:last-child)>.btn-group {
    margin-right: -1px
}

.input-group-btn:not(:first-child)>.btn,.input-group-btn:not(:first-child)>.btn-group {
    z-index: 2;
    margin-left: 0
}

.input-group-btn:not(:first-child)>.btn-group:first-child,.input-group-btn:not(:first-child)>.btn:first-child {
    margin-left: -1px
}

.input-group-btn:not(:first-child)>.btn-group:active,.input-group-btn:not(:first-child)>.btn-group:focus,.input-group-btn:not(:first-child)>.btn-group:hover,.input-group-btn:not(:first-child)>.btn:active,.input-group-btn:not(:first-child)>.btn:focus,.input-group-btn:not(:first-child)>.btn:hover {
    z-index: 3
}

.custom-select {
    display: inline-block;
    max-width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #80bdff;
    outline: 0
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.custom-select[multiple] {
    height: auto;
    background-image: none
}

.custom-select:disabled {
    color: #868e96;
    background-color: #e9ecef
}

.custom-select::-ms-expand {
    opacity: 0
}

.custom-select-sm {
    height: calc(1.8125rem + 2px);
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 75%
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus,.nav-link:hover {
    text-decoration: none
}

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

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #ddd
}

.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #ddd #ddd #fff
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem
}

.navbar>.container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

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

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: 0 0;
    border: 1px solid transparent;
    border-radius: .25rem
}

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

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%
}

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

.flex-row {
    -ms-flex-direction: row!important;
    flex-direction: row!important
}

.flex-column {
    -ms-flex-direction: column!important;
    flex-direction: column!important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important
}

.justify-content-start {
    -ms-flex-pack: start!important;
    justify-content: flex-start!important
}

.justify-content-end {
    -ms-flex-pack: end!important;
    justify-content: flex-end!important
}

.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important
}

.justify-content-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important
}

.align-items-start {
    -ms-flex-align: start!important;
    align-items: flex-start!important
}

.align-items-end {
    -ms-flex-align: end!important;
    align-items: flex-end!important
}

.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important
}

.align-content-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important
}

.align-content-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important
}

.align-content-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important
}

.align-content-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important
}

@media (min-width: 576px) {
    .flex-sm-row {
        -ms-flex-direction:row!important;
        flex-direction: row!important
    }

    .flex-sm-column {
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }

    .justify-content-sm-start {
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }

    .justify-content-sm-end {
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }

    .justify-content-sm-center {
        -ms-flex-pack: center!important;
        justify-content: center!important
    }

    .justify-content-sm-between {
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }

    .align-items-sm-start {
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }

    .align-items-sm-end {
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }

    .align-items-sm-center {
        -ms-flex-align: center!important;
        align-items: center!important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -ms-flex-direction:row!important;
        flex-direction: row!important
    }

    .flex-md-column {
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }

    .justify-content-md-start {
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }

    .justify-content-md-end {
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }

    .justify-content-md-center {
        -ms-flex-pack: center!important;
        justify-content: center!important
    }

    .justify-content-md-between {
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }

    .align-items-md-start {
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }

    .align-items-md-end {
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }

    .align-items-md-center {
        -ms-flex-align: center!important;
        align-items: center!important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -ms-flex-direction:row!important;
        flex-direction: row!important
    }

    .flex-lg-column {
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }

    .justify-content-lg-start {
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }

    .justify-content-lg-end {
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }

    .justify-content-lg-center {
        -ms-flex-pack: center!important;
        justify-content: center!important
    }

    .justify-content-lg-between {
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }

    .align-items-lg-start {
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }

    .align-items-lg-end {
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }

    .align-items-lg-center {
        -ms-flex-align: center!important;
        align-items: center!important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }
}

.float-left {
    float: left!important
}

.float-right {
    float: right!important
}

.float-none {
    float: none!important
}

@media (min-width: 576px) {
    .float-sm-left {
        float:left!important
    }

    .float-sm-right {
        float: right!important
    }

    .float-sm-none {
        float: none!important
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float:left!important
    }

    .float-md-right {
        float: right!important
    }

    .float-md-none {
        float: none!important
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float:left!important
    }

    .float-lg-right {
        float: right!important
    }

    .float-lg-none {
        float: none!important
    }
}

.position-static {
    position: static!important
}

.position-relative {
    position: relative!important
}

.position-absolute {
    position: absolute!important
}

.position-sticky {
    position: -webkit-sticky!important;
    position: sticky!important
}

@supports ((position: -webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position:-webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.w-25 {
    width: 25%!important
}

.w-50 {
    width: 50%!important
}

.w-75 {
    width: 75%!important
}

.w-100 {
    width: 100%!important
}

.h-25 {
    height: 25%!important
}

.h-50 {
    height: 50%!important
}

.h-75 {
    height: 75%!important
}

.h-100 {
    height: 100%!important
}

.m-0 {
    margin: 0!important
}

.my-0 {
    margin-top: 0!important
}

.my-0 {
    margin-bottom: 0!important
}

.m-1 {
    margin: .25rem!important
}

.my-1 {
    margin-top: .25rem!important
}

.my-1 {
    margin-bottom: .25rem!important
}

.m-2 {
    margin: .5rem!important
}

.my-2 {
    margin-top: .5rem!important
}

.my-2 {
    margin-bottom: .5rem!important
}

.m-3 {
    margin: 1rem!important
}

.my-3 {
    margin-top: 1rem!important
}

.my-3 {
    margin-bottom: 1rem!important
}

.m-4 {
    margin: 1.5rem!important
}

.my-4 {
    margin-top: 1.5rem!important
}

.my-4 {
    margin-bottom: 1.5rem!important
}

.m-5 {
    margin: 3rem!important
}

.my-5 {
    margin-top: 3rem!important
}

.my-5 {
    margin-bottom: 3rem!important
}

.p-0 {
    padding: 0!important
}

.pr-0,.px-0 {
    padding-right: 0!important
}

.pl-0,.px-0 {
    padding-left: 0!important
}

.p-1 {
    padding: .25rem!important
}

.pr-1,.px-1 {
    padding-right: .25rem!important
}

.pl-1,.px-1 {
    padding-left: .25rem!important
}

.p-2 {
    padding: .5rem!important
}

.pr-2,.px-2 {
    padding-right: .5rem!important
}

.pl-2,.px-2 {
    padding-left: .5rem!important
}

.p-3 {
    padding: 1rem!important
}

.pr-3,.px-3 {
    padding-right: 1rem!important
}

.pl-3,.px-3 {
    padding-left: 1rem!important
}

.p-4 {
    padding: 1.5rem!important
}

.pr-4,.px-4 {
    padding-right: 1.5rem!important
}

.pl-4,.px-4 {
    padding-left: 1.5rem!important
}

.p-5 {
    padding: 3rem!important
}

.pr-5,.px-5 {
    padding-right: 3rem!important
}

.pl-5,.px-5 {
    padding-left: 3rem!important
}

.m-auto {
    margin: auto!important
}

.my-auto {
    margin-top: auto!important
}

.my-auto {
    margin-bottom: auto!important
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin:0!important
    }

    .my-sm-0 {
        margin-top: 0!important
    }

    .my-sm-0 {
        margin-bottom: 0!important
    }

    .m-sm-1 {
        margin: .25rem!important
    }

    .my-sm-1 {
        margin-top: .25rem!important
    }

    .my-sm-1 {
        margin-bottom: .25rem!important
    }

    .m-sm-2 {
        margin: .5rem!important
    }

    .my-sm-2 {
        margin-top: .5rem!important
    }

    .my-sm-2 {
        margin-bottom: .5rem!important
    }

    .m-sm-3 {
        margin: 1rem!important
    }

    .my-sm-3 {
        margin-top: 1rem!important
    }

    .my-sm-3 {
        margin-bottom: 1rem!important
    }

    .m-sm-4 {
        margin: 1.5rem!important
    }

    .my-sm-4 {
        margin-top: 1.5rem!important
    }

    .my-sm-4 {
        margin-bottom: 1.5rem!important
    }

    .m-sm-5 {
        margin: 3rem!important
    }

    .my-sm-5 {
        margin-top: 3rem!important
    }

    .my-sm-5 {
        margin-bottom: 3rem!important
    }

    .p-sm-0 {
        padding: 0!important
    }

    .pr-sm-0,.px-sm-0 {
        padding-right: 0!important
    }

    .pl-sm-0,.px-sm-0 {
        padding-left: 0!important
    }

    .p-sm-1 {
        padding: .25rem!important
    }

    .pr-sm-1,.px-sm-1 {
        padding-right: .25rem!important
    }

    .pl-sm-1,.px-sm-1 {
        padding-left: .25rem!important
    }

    .p-sm-2 {
        padding: .5rem!important
    }

    .pr-sm-2,.px-sm-2 {
        padding-right: .5rem!important
    }

    .pl-sm-2,.px-sm-2 {
        padding-left: .5rem!important
    }

    .p-sm-3 {
        padding: 1rem!important
    }

    .pr-sm-3,.px-sm-3 {
        padding-right: 1rem!important
    }

    .pl-sm-3,.px-sm-3 {
        padding-left: 1rem!important
    }

    .p-sm-4 {
        padding: 1.5rem!important
    }

    .pr-sm-4,.px-sm-4 {
        padding-right: 1.5rem!important
    }

    .pl-sm-4,.px-sm-4 {
        padding-left: 1.5rem!important
    }

    .p-sm-5 {
        padding: 3rem!important
    }

    .pr-sm-5,.px-sm-5 {
        padding-right: 3rem!important
    }

    .pl-sm-5,.px-sm-5 {
        padding-left: 3rem!important
    }

    .m-sm-auto {
        margin: auto!important
    }

    .my-sm-auto {
        margin-top: auto!important
    }

    .my-sm-auto {
        margin-bottom: auto!important
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin:0!important
    }

    .my-md-0 {
        margin-top: 0!important
    }

    .my-md-0 {
        margin-bottom: 0!important
    }

    .m-md-1 {
        margin: .25rem!important
    }

    .my-md-1 {
        margin-top: .25rem!important
    }

    .my-md-1 {
        margin-bottom: .25rem!important
    }

    .m-md-2 {
        margin: .5rem!important
    }

    .my-md-2 {
        margin-top: .5rem!important
    }

    .my-md-2 {
        margin-bottom: .5rem!important
    }

    .m-md-3 {
        margin: 1rem!important
    }

    .my-md-3 {
        margin-top: 1rem!important
    }

    .my-md-3 {
        margin-bottom: 1rem!important
    }

    .m-md-4 {
        margin: 1.5rem!important
    }

    .my-md-4 {
        margin-top: 1.5rem!important
    }

    .my-md-4 {
        margin-bottom: 1.5rem!important
    }

    .m-md-5 {
        margin: 3rem!important
    }

    .my-md-5 {
        margin-top: 3rem!important
    }

    .my-md-5 {
        margin-bottom: 3rem!important
    }

    .p-md-0 {
        padding: 0!important
    }

    .pr-md-0,.px-md-0 {
        padding-right: 0!important
    }

    .pl-md-0,.px-md-0 {
        padding-left: 0!important
    }

    .p-md-1 {
        padding: .25rem!important
    }

    .pr-md-1,.px-md-1 {
        padding-right: .25rem!important
    }

    .pl-md-1,.px-md-1 {
        padding-left: .25rem!important
    }

    .p-md-2 {
        padding: .5rem!important
    }

    .pr-md-2,.px-md-2 {
        padding-right: .5rem!important
    }

    .pl-md-2,.px-md-2 {
        padding-left: .5rem!important
    }

    .p-md-3 {
        padding: 1rem!important
    }

    .pr-md-3,.px-md-3 {
        padding-right: 1rem!important
    }

    .pl-md-3,.px-md-3 {
        padding-left: 1rem!important
    }

    .p-md-4 {
        padding: 1.5rem!important
    }

    .pr-md-4,.px-md-4 {
        padding-right: 1.5rem!important
    }

    .pl-md-4,.px-md-4 {
        padding-left: 1.5rem!important
    }

    .p-md-5 {
        padding: 3rem!important
    }

    .pr-md-5,.px-md-5 {
        padding-right: 3rem!important
    }

    .pl-md-5,.px-md-5 {
        padding-left: 3rem!important
    }

    .m-md-auto {
        margin: auto!important
    }

    .my-md-auto {
        margin-top: auto!important
    }

    .my-md-auto {
        margin-bottom: auto!important
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin:0!important
    }

    .my-lg-0 {
        margin-top: 0!important
    }

    .my-lg-0 {
        margin-bottom: 0!important
    }

    .m-lg-1 {
        margin: .25rem!important
    }

    .my-lg-1 {
        margin-top: .25rem!important
    }

    .my-lg-1 {
        margin-bottom: .25rem!important
    }

    .m-lg-2 {
        margin: .5rem!important
    }

    .my-lg-2 {
        margin-top: .5rem!important
    }

    .my-lg-2 {
        margin-bottom: .5rem!important
    }

    .m-lg-3 {
        margin: 1rem!important
    }

    .my-lg-3 {
        margin-top: 1rem!important
    }

    .my-lg-3 {
        margin-bottom: 1rem!important
    }

    .m-lg-4 {
        margin: 1.5rem!important
    }

    .my-lg-4 {
        margin-top: 1.5rem!important
    }

    .my-lg-4 {
        margin-bottom: 1.5rem!important
    }

    .m-lg-5 {
        margin: 3rem!important
    }

    .my-lg-5 {
        margin-top: 3rem!important
    }

    .my-lg-5 {
        margin-bottom: 3rem!important
    }

    .p-lg-0 {
        padding: 0!important
    }

    .pr-lg-0,.px-lg-0 {
        padding-right: 0!important
    }

    .pl-lg-0,.px-lg-0 {
        padding-left: 0!important
    }

    .p-lg-1 {
        padding: .25rem!important
    }

    .pr-lg-1,.px-lg-1 {
        padding-right: .25rem!important
    }

    .pl-lg-1,.px-lg-1 {
        padding-left: .25rem!important
    }

    .p-lg-2 {
        padding: .5rem!important
    }

    .pr-lg-2,.px-lg-2 {
        padding-right: .5rem!important
    }

    .pl-lg-2,.px-lg-2 {
        padding-left: .5rem!important
    }

    .p-lg-3 {
        padding: 1rem!important
    }

    .pr-lg-3,.px-lg-3 {
        padding-right: 1rem!important
    }

    .pl-lg-3,.px-lg-3 {
        padding-left: 1rem!important
    }

    .p-lg-4 {
        padding: 1.5rem!important
    }

    .pr-lg-4,.px-lg-4 {
        padding-right: 1.5rem!important
    }

    .pl-lg-4,.px-lg-4 {
        padding-left: 1.5rem!important
    }

    .p-lg-5 {
        padding: 3rem!important
    }

    .pr-lg-5,.px-lg-5 {
        padding-right: 3rem!important
    }

    .pl-lg-5,.px-lg-5 {
        padding-left: 3rem!important
    }

    .m-lg-auto {
        margin: auto!important
    }

    .my-lg-auto {
        margin-top: auto!important
    }

    .my-lg-auto {
        margin-bottom: auto!important
    }
}

.text-justify {
    text-align: justify!important
}

.text-nowrap {
    white-space: nowrap!important
}

.text-left {
    text-align: left!important
}

.text-right {
    text-align: right!important
}

.text-center {
    text-align: center!important
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align:left!important
    }

    .text-sm-right {
        text-align: right!important
    }

    .text-sm-center {
        text-align: center!important
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align:left!important
    }

    .text-md-right {
        text-align: right!important
    }

    .text-md-center {
        text-align: center!important
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align:left!important
    }

    .text-lg-right {
        text-align: right!important
    }

    .text-lg-center {
        text-align: center!important
    }
}

.text-lowercase {
    text-transform: lowercase!important
}

.text-uppercase {
    text-transform: uppercase!important
}

.font-weight-normal {
    font-weight: 400!important
}

.font-weight-bold {
    font-weight: 700!important
}

.text-white {
    color: #fff!important
}

.text-primary {
    color: #007bff!important
}

a.text-primary:focus,a.text-primary:hover {
    color: #0062cc!important
}

.text-info {
    color: #17a2b8!important
}

a.text-info:focus,a.text-info:hover {
    color: #117a8b!important
}

.visible {
    visibility: visible!important
}

.owl-carousel {
    display: none;
    width: 100%;
    height: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

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

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    width: 100%;
    height: 100%;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

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

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

.no-js .owl-carousel {
    display: block
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

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

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    z-index: 10000;
    background: red
}

.owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

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

@charset "UTF-8";/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
@-webkit-keyframes bounce {
    20%,53%,80%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    40%,43% {
        -webkit-animation-timing-function: cubic-bezier(.755,.050,.855,.060);
        animation-timing-function: cubic-bezier(.755,.050,.855,.060);
        -webkit-transform: translate3d(0,-30px,0);
        transform: translate3d(0,-30px,0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755,.050,.855,.060);
        animation-timing-function: cubic-bezier(.755,.050,.855,.060);
        -webkit-transform: translate3d(0,-15px,0);
        transform: translate3d(0,-15px,0)
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0)
    }
}

@keyframes bounce {
    20%,53%,80%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    40%,43% {
        -webkit-animation-timing-function: cubic-bezier(.755,.050,.855,.060);
        animation-timing-function: cubic-bezier(.755,.050,.855,.060);
        -webkit-transform: translate3d(0,-30px,0);
        transform: translate3d(0,-30px,0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755,.050,.855,.060);
        animation-timing-function: cubic-bezier(.755,.050,.855,.060);
        -webkit-transform: translate3d(0,-15px,0);
        transform: translate3d(0,-15px,0)
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0)
    }
}

@-webkit-keyframes flash {
    50%,from,to {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

@keyframes flash {
    50%,from,to {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    50% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05)
    }

    to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    50% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05)
    }

    to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@-webkit-keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    30% {
        -webkit-transform: scale3d(1.25,.75,1);
        transform: scale3d(1.25,.75,1)
    }

    40% {
        -webkit-transform: scale3d(.75,1.25,1);
        transform: scale3d(.75,1.25,1)
    }

    50% {
        -webkit-transform: scale3d(1.15,.85,1);
        transform: scale3d(1.15,.85,1)
    }

    65% {
        -webkit-transform: scale3d(.95,1.05,1);
        transform: scale3d(.95,1.05,1)
    }

    75% {
        -webkit-transform: scale3d(1.05,.95,1);
        transform: scale3d(1.05,.95,1)
    }

    to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    30% {
        -webkit-transform: scale3d(1.25,.75,1);
        transform: scale3d(1.25,.75,1)
    }

    40% {
        -webkit-transform: scale3d(.75,1.25,1);
        transform: scale3d(.75,1.25,1)
    }

    50% {
        -webkit-transform: scale3d(1.15,.85,1);
        transform: scale3d(1.15,.85,1)
    }

    65% {
        -webkit-transform: scale3d(.95,1.05,1);
        transform: scale3d(.95,1.05,1)
    }

    75% {
        -webkit-transform: scale3d(1.05,.95,1);
        transform: scale3d(1.05,.95,1)
    }

    to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@-webkit-keyframes shake {
    from,to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

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

    20%,40%,60%,80% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0)
    }
}

@keyframes shake {
    from,to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

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

    20%,40%,60%,80% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0)
    }
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0,0,1,15deg);
        transform: rotate3d(0,0,1,15deg)
    }

    40% {
        -webkit-transform: rotate3d(0,0,1,-10deg);
        transform: rotate3d(0,0,1,-10deg)
    }

    60% {
        -webkit-transform: rotate3d(0,0,1,5deg);
        transform: rotate3d(0,0,1,5deg)
    }

    80% {
        -webkit-transform: rotate3d(0,0,1,-5deg);
        transform: rotate3d(0,0,1,-5deg)
    }

    to {
        -webkit-transform: rotate3d(0,0,1,0deg);
        transform: rotate3d(0,0,1,0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0,0,1,15deg);
        transform: rotate3d(0,0,1,15deg)
    }

    40% {
        -webkit-transform: rotate3d(0,0,1,-10deg);
        transform: rotate3d(0,0,1,-10deg)
    }

    60% {
        -webkit-transform: rotate3d(0,0,1,5deg);
        transform: rotate3d(0,0,1,5deg)
    }

    80% {
        -webkit-transform: rotate3d(0,0,1,-5deg);
        transform: rotate3d(0,0,1,-5deg)
    }

    to {
        -webkit-transform: rotate3d(0,0,1,0deg);
        transform: rotate3d(0,0,1,0deg)
    }
}

@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    10%,20% {
        -webkit-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
        transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)
    }

    40%,60%,80% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)
    }

    to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@keyframes tada {
    from {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    10%,20% {
        -webkit-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
        transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)
    }

    40%,60%,80% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)
    }

    to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@-webkit-keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
        transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)
    }

    30% {
        -webkit-transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
        transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
        transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)
    }

    60% {
        -webkit-transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
        transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
        transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
        transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)
    }

    30% {
        -webkit-transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
        transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
        transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)
    }

    60% {
        -webkit-transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
        transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
        transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes jello {
    11.1%,from,to {
        -webkit-transform: none;
        transform: none
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

@keyframes jello {
    11.1%,from,to {
        -webkit-transform: none;
        transform: none
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

@-webkit-keyframes bounceIn {
    20%,40%,60%,80%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    20% {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    40% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03,1.03,1.03);
        transform: scale3d(1.03,1.03,1.03)
    }

    80% {
        -webkit-transform: scale3d(.97,.97,.97);
        transform: scale3d(.97,.97,.97)
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@keyframes bounceIn {
    20%,40%,60%,80%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    20% {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    40% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03,1.03,1.03);
        transform: scale3d(1.03,1.03,1.03)
    }

    80% {
        -webkit-transform: scale3d(.97,.97,.97);
        transform: scale3d(.97,.97,.97)
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@-webkit-keyframes bounceInDown {
    60%,75%,90%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-3000px,0);
        transform: translate3d(0,-3000px,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,25px,0);
        transform: translate3d(0,25px,0)
    }

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

    90% {
        -webkit-transform: translate3d(0,5px,0);
        transform: translate3d(0,5px,0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInDown {
    60%,75%,90%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-3000px,0);
        transform: translate3d(0,-3000px,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,25px,0);
        transform: translate3d(0,25px,0)
    }

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

    90% {
        -webkit-transform: translate3d(0,5px,0);
        transform: translate3d(0,5px,0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes bounceInLeft {
    60%,75%,90%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px,0,0);
        transform: translate3d(-3000px,0,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px,0,0);
        transform: translate3d(25px,0,0)
    }

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

    90% {
        -webkit-transform: translate3d(5px,0,0);
        transform: translate3d(5px,0,0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInLeft {
    60%,75%,90%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px,0,0);
        transform: translate3d(-3000px,0,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px,0,0);
        transform: translate3d(25px,0,0)
    }

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

    90% {
        -webkit-transform: translate3d(5px,0,0);
        transform: translate3d(5px,0,0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes bounceInRight {
    60%,75%,90%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px,0,0);
        transform: translate3d(3000px,0,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px,0,0);
        transform: translate3d(-25px,0,0)
    }

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

    90% {
        -webkit-transform: translate3d(-5px,0,0);
        transform: translate3d(-5px,0,0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInRight {
    60%,75%,90%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px,0,0);
        transform: translate3d(3000px,0,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px,0,0);
        transform: translate3d(-25px,0,0)
    }

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

    90% {
        -webkit-transform: translate3d(-5px,0,0);
        transform: translate3d(-5px,0,0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes bounceInUp {
    60%,75%,90%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0,3000px,0);
        transform: translate3d(0,3000px,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0)
    }

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

    90% {
        -webkit-transform: translate3d(0,-5px,0);
        transform: translate3d(0,-5px,0)
    }

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

@keyframes bounceInUp {
    60%,75%,90%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0,3000px,0);
        transform: translate3d(0,3000px,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0)
    }

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

    90% {
        -webkit-transform: translate3d(0,-5px,0);
        transform: translate3d(0,-5px,0)
    }

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

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    50%,55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    50%,55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0)
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0)
    }

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

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0)
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0)
    }

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

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px,0,0);
        transform: translate3d(20px,0,0)
    }

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

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px,0,0);
        transform: translate3d(20px,0,0)
    }

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

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px,0,0);
        transform: translate3d(-20px,0,0)
    }

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

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px,0,0);
        transform: translate3d(-20px,0,0)
    }

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

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0)
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,20px,0);
        transform: translate3d(0,20px,0)
    }

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

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0)
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,20px,0);
        transform: translate3d(0,20px,0)
    }

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

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        animation-timing-function: cubic-bezier(.79,.28,.42,.8)
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,100px,0) scale3d(.5,.5,1);
        transform: translate3d(0,100px,0) scale3d(.5,.5,1)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,100px,0) scale3d(.5,.5,1);
        transform: translate3d(0,100px,0) sscale3d(.5,.5,1)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.delay_1 {
    -webkit-animation-delay: .2s!important;
    animation-delay: .2s!important
}

.delay_2 {
    -webkit-animation-delay: .4s!important;
    animation-delay: .4s!important
}

.delay_3 {
    -webkit-animation-delay: .6s!important;
    animation-delay: .6s!important
}

.delay_4 {
    -webkit-animation-delay: .8s!important;
    animation-delay: .8s!important
}

.delay_5 {
    -webkit-animation-delay: 1s!important;
    animation-delay: 1s!important
}

.delay_6 {
    -webkit-animation-delay: 1.2s!important;
    animation-delay: 1.2s!important
}

.delay_7 {
    -webkit-animation-delay: 1.4s!important;
    animation-delay: 1.4s!important
}

.delay_8 {
    -webkit-animation-delay: 1.6s!important;
    animation-delay: 1.6s!important
}

.delay_9 {
    -webkit-animation-delay: 1.8s!important;
    animation-delay: 1.8s!important
}

@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
        animation-timing-function: cubic-bezier(.79,.28,.42,.8)
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }
}

@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1
    }

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

@keyframes fadeOutDownBig {
    from {
        opacity: 1
    }

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

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }

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

@keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }

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

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1
    }

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

@keyframes fadeOutRightBig {
    from {
        opacity: 1
    }

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

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }
}

@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1
    }

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

@keyframes fadeOutUpBig {
    from {
        opacity: 1
    }

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

@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-360deg);
        transform: perspective(400px) rotate3d(0,1,0,-360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
        transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
        transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95,.95,.95);
        transform: perspective(400px) scale3d(.95,.95,.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-360deg);
        transform: perspective(400px) rotate3d(0,1,0,-360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
        transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
        transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95,.95,.95);
        transform: perspective(400px) scale3d(.95,.95,.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,10deg);
        transform: perspective(400px) rotate3d(1,0,0,10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-5deg);
        transform: perspective(400px) rotate3d(1,0,0,-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,10deg);
        transform: perspective(400px) rotate3d(1,0,0,10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-5deg);
        transform: perspective(400px) rotate3d(1,0,0,-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-20deg);
        transform: perspective(400px) rotate3d(0,1,0,-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,10deg);
        transform: perspective(400px) rotate3d(0,1,0,10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-5deg);
        transform: perspective(400px) rotate3d(0,1,0,-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-20deg);
        transform: perspective(400px) rotate3d(0,1,0,-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,10deg);
        transform: perspective(400px) rotate3d(0,1,0,10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-5deg);
        transform: perspective(400px) rotate3d(0,1,0,-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        opacity: 0
    }
}

@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-15deg);
        transform: perspective(400px) rotate3d(0,1,0,-15deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-15deg);
        transform: perspective(400px) rotate3d(0,1,0,-15deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        opacity: 0
    }
}

@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%,0,0) skewX(-30deg);
        transform: translate3d(100%,0,0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%,0,0) skewX(-30deg);
        transform: translate3d(100%,0,0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%,0,0) skewX(30deg);
        transform: translate3d(100%,0,0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    from {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%,0,0) skewX(30deg);
        transform: translate3d(100%,0,0) skewX(30deg);
        opacity: 0
    }
}

@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0,0,1,-200deg);
        transform: rotate3d(0,0,1,-200deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0,0,1,-200deg);
        transform: rotate3d(0,0,1,-200deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,-90deg);
        transform: rotate3d(0,0,1,-90deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,-90deg);
        transform: rotate3d(0,0,1,-90deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0,0,1,200deg);
        transform: rotate3d(0,0,1,200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0,0,1,200deg);
        transform: rotate3d(0,0,1,200deg);
        opacity: 0
    }
}

@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0
    }
}

@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0
    }
}

@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0
    }
}

@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,90deg);
        transform: rotate3d(0,0,1,90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,90deg);
        transform: rotate3d(0,0,1,90deg);
        opacity: 0
    }
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,60% {
        -webkit-transform: rotate3d(0,0,1,80deg);
        transform: rotate3d(0,0,1,80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,80% {
        -webkit-transform: rotate3d(0,0,1,60deg);
        transform: rotate3d(0,0,1,60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

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

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,60% {
        -webkit-transform: rotate3d(0,0,1,80deg);
        transform: rotate3d(0,0,1,80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,80% {
        -webkit-transform: rotate3d(0,0,1,60deg);
        transform: rotate3d(0,0,1,60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

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

@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
        transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
        transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes rollOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
        transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg)
    }
}

@keyframes rollOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
        transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg)
    }
}

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

    50% {
        opacity: 1
    }
}

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

    50% {
        opacity: 1
    }
}

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

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

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

    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    from {
        opacity: 1
    }

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

    to {
        opacity: 0
    }
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(42px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px,0,0);
        transform: scale(.1) translate3d(-2000px,0,0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(42px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px,0,0);
        transform: scale(.1) translate3d(-2000px,0,0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-42px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px,0,0);
        transform: scale(.1) translate3d(2000px,0,0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-42px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px,0,0);
        transform: scale(.1) translate3d(2000px,0,0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
        visibility: visible
    }

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

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
        visibility: visible
    }

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

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
        visibility: visible
    }

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

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
        visibility: visible
    }

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

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        visibility: visible
    }

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

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        visibility: visible
    }

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

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
        visibility: visible
    }

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

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
        visibility: visible
    }

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

@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }
}

@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }
}

@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }
}

@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }
}

@charset "utf-8";@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900);* {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
    text-shadow: rgba(0,0,0,.01) 0 0 1px
}

body {
    font-family: Poppins,sans-serif;
    font-size: 14px;
    font-weight: 400;
    background: #fff;
    color: #a5a5a5
}

div {
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

ul {
    list-style: none;
    margin-bottom: 0
}

p {
    font-family: Poppins,sans-serif;
    font-size: 14px;
    line-height: 2.14;
    font-weight: 400;
    color: #6c6a74;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
    text-shadow: rgba(0,0,0,.01) 0 0 1px
}

p a {
    display: inline;
    position: relative;
    color: inherit;
    border-bottom: solid 1px #ffa07f;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

p:last-of-type {
    margin-bottom: 0
}

a,a:active,a:hover,a:link,a:visited {
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
    font-family: Prata;
    font-weight: 700;
}

p a:active {
    position: relative;
    color: tomato
}

p a:hover {
    color: #fff;
    background: #ffa07f
}

p a:hover::after {
    opacity: .2
}

h1 {
    font-size: 48px
}

h2 {
    font-size: 36px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 18px
}

h5 {
    font-size: 14px
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Open Sans',sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
    text-shadow: rgba(0,0,0,.01) 0 0 1px
}

section {
    display: block;
    position: relative;
    box-sizing: border-box
}

.clear {
    clear: both
}

.float_left {
    float: left
}

.float_right {
    float: right
}

.trans_200 {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.trans_300 {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.trans_400 {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.trans_500 {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.super_container {
    width: 100%;
    overflow: hidden
}

.parallax-window {
    min-height: 400px;
    background: 0 0
}

.button {
    width: 100%;
    height: 61px;
    background: 0 0;
    text-align: center;
    border: solid 2px #1b1b1b;
    overflow: hidden;
    cursor: pointer
}

.button a {
    display: block;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    line-height: 57px;
    color: #fff;
    background: #000;
    z-index: 1;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.button::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    background: #fff;
    z-index: 0;
    opacity: 0;
    -webkit-transform: rotate3d(0,0,1,-45deg) translate3d(0,-3em,0);
    transform: rotate3d(0,0,1,-45deg) translate3d(0,-3em,0);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transition: -webkit-transform .3s,opacity .3s,background-color .3s;
    transition: transform .3s,opacity .3s,background-color .3s
}

.button:hover::after {
    opacity: 1;
    -webkit-transform: rotate3d(0,0,1,0deg);
    transform: rotate3d(0,0,1,0deg);
    -webkit-transition-timing-function: cubic-bezier(.2,1,.3,1);
    transition-timing-function: cubic-bezier(.2,1,.3,1)
}

.button:hover a {
    color: #fff
}

.header {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100
}

.header_container {
    width: 100%;
    z-index: 1;
    background: #fff
}

.header_content {
    width: 100%;
    height: 130px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.logo a {
    font-size: 30px;
    font-weight: 700;
    color: #1b1b1b;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.main_nav {
    margin-left: 156px
}

.main_nav>ul>li {
    display: inline-block;
    position: relative
}

.main_nav>ul>li:not(:last-child) {
    margin-right: 46px
}

.main_nav>ul>li>a {
    font-size: 16px;
    font-weight: 600;
    color: #767676;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.main_nav>ul>li.active>a,.main_nav>ul>li>a:hover {
    color: #1b1b1b
}

.main_nav ul li.active::after,.main_nav ul li:hover::after {
    color: #1b1b1b
}

.woocommerce-error {
    background-color: #f6f6f6;
    padding: 1rem;
    border: medium;
    border-color: #000;
    text-align: center;
    list-style-type: none;
    margin: 0!important
}

.search {
    display: inline-block;
    margin-left: 51px;
    cursor: pointer;
    vertical-align: sub;
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -o-transform: translateY(-1px);
    transform: translateY(-1px)
}

.search_icon {
    width: 13px;
    height: 13px
}

.search_icon svg {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.search_icon:hover svg {
    fill: #e95a5a
}

.search_panel {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #e4e4e4;
    z-index: -1
}

.search_panel.active {
    bottom: -80px
}

.search_panel_content {
    height: 80px
}

.search_input {
    width: 300px;
    height: 40px;
    border: none;
    outline: 0;
    border-radius: 3px;
    padding-left: 20px
}

.search_input::-webkit-input-placeholder {
    font-size: 14px!important;
    font-weight: 400!important;
    font-style: italic;
    color: #767676!important
}

.search_input:-moz-placeholder {
    font-size: 14px!important;
    font-weight: 400!important;
    font-style: italic;
    color: #767676!important
}

.search_input::-moz-placeholder {
    font-size: 14px!important;
    font-weight: 400!important;
    font-style: italic;
    color: #767676!important
}

.search_input:-ms-input-placeholder {
    font-size: 14px!important;
    font-weight: 400!important;
    font-style: italic;
    color: #767676!important
}

.search_input::input-placeholder {
    font-size: 14px!important;
    font-weight: 400!important;
    font-style: italic;
    color: #767676!important
}

.header_social {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 60px;
    z-index: 1;
    margin-right: -5px
}

.header_social ul li {
    display: inline-block
}

.header_social ul li:not(:last-child) {
    margin-right: 18px
}

.header_social ul li a i {
    font-size: 16px;
    color: #b5b5b5;
    padding: 5px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.header_social ul li a i:hover {
    color: #1b1b1b
}

.menu {
    position: fixed;
    top: 0;
    right: -400px;
    width: 400px;
    height: 100vh;
    background: #e4e4e4;
    z-index: 101
}

.menu.active {
    right: 0
}

.menu_container {
    width: 100%;
    height: 0;
    padding-top: 130px
}

.menu.active .menu_container {
    height: 500px
}

.page_menu_content {
    padding-left: 30px;
    padding-right: 30px;
    overflow: hidden;
    text-align: right
}

.page_menu_search {
    display: none;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px
}

.page_menu_search_input {
    width: 100%;
    height: 40px;
    background: #fff;
    border: none;
    outline: 0;
    padding-left: 25px
}

.page_menu_item {
    display: block;
    position: relative;
    vertical-align: middle
}

.page_menu_nav>li {
    border-bottom: solid 1px rgba(0,0,0,.2)
}

.page_menu_item>a {
    display: block;
    color: #1b1b1b;
    font-weight: 700;
    line-height: 50px;
    height: 50px;
    font-size: 16px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.page_menu_item>a:hover {
    color: #c3c1cc
}

.page_menu_item a i {
    display: none;
    margin-left: 8px
}

.page_menu_item.has-children>a>i {
    display: inline-block
}

.page_menu_selection {
    margin: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    z-index: 1
}

.page_menu_selection li {
    padding-right: 15px;
    line-height: 40px
}

.page_menu_selection li:last-child {
    padding-bottom: 20px
}

.page_menu_selection li a {
    display: block;
    color: #1b1b1b;
    border-bottom: solid 1px rgba(0,0,0,.2);
    font-size: 14px;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: all .3s ease
}

.page_menu_selection li a:hover {
    color: #c3c1cc
}

.page_menu_selection li:last-child a {
    border-bottom: none
}

.menu_social {
    position: absolute;
    right: 30px;
    bottom: 15px
}

.menu_social ul li {
    display: inline-block
}

.menu_social ul li:not(:last-child) {
    margin-right: 18px
}

.menu_social ul li a i {
    font-size: 16px;
    color: #b5b5b5;
    padding: 5px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.menu_social ul li a i:hover {
    color: #1b1b1b
}

.menu_close {
    position: absolute;
    top: 25px;
    right: 25px;
    cursor: pointer
}

.menu_close i {
    font-size: 16px;
    color: #1b1b1b;
    padding: 5px
}

.home {
    width: 100%;
    height: 625px;
    background: #fff;
    z-index: 2
}

.home_container {
    width: 100%;
    height: 100%
}

.home_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.home_content_container {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%
}

.home_content {
    width: 580px
}

.home_title {
    font-size: 60px;
    font-weight: 600;
    color: #fff;
    line-height: 1.2
}

.home_title span {
    color: #e95a5a
}

.home_text {
    margin-top: 7px
}

.home_text p {
    color: #fff
}

.product_details {
    width: 100%;
    background: #fff;
    z-index: 2
}

.details_row {
    margin-top: 95px
}

.details_image_large {
    width: 100%
}

.details_image_large img {
    max-width: 100%
}

.details_image_thumbnails {
    margin-top: 17px
}

.details_image_thumbnail {
    width: calc((100% - 51px)/ 4);
    cursor: pointer
}

.details_image_thumbnail::after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: solid 2px #1b1b1b;
    content: '';
    background: 0 0;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.details_image_thumbnail.active::after,.details_image_thumbnail:hover::after {
    visibility: visible;
    opacity: 1
}

.details_image_thumbnail img {
    max-width: 100%
}

.product_name {
    font-size: 30px;
    font-weight: 600;
    color: #232323;
    line-height: .75
}

.product_price {
    font-size: 24px;
    font-weight: 600;
    margin-top: 9px;
    color: #8a8a8a
}

.in_stock_container {
    margin-top: 22px;
}

.availability {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #6c6a74
}

.in_stock_container span {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    margin-left: 0
}

.ajouteraupanier {
    z-index: 999;
    opacity: 1!important;
}

.details_name {
    font-size: 20px!important;
    font-weight: 700;
    color: #1b1b1b;
    margin-top: 20px;
    font-family: Prata;
}

.details_discount {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #e95a5a;
    margin-right: 20px;
    text-decoration: line-through
}

.details_price {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #6c6a74;
    margin-top: 12px
}

.details_text {
    margin-top: 49px;
    font-family: Prata;
    font-weight: normal;
    color: black;
}

.details_text p {
    font-weight: 500
}

.product_quantity_container {
    margin-top: 48px
}

.product_quantity {
    display: inline-block;
    width: 147px;
    height: 61px;
    border: solid 2px #d0d0d0;
    overflow: hidden;
    padding-left: 78px;
    vertical-align: middle
}

.product_quantity span {
    position: absolute;
    top: 50%;
    left: 23px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 16px;
    font-weight: 600;
    color: #6c6a74
}

.product_quantity input {
    display: block;
    width: 30px;
    height: 57px;
    border: none;
    outline: 0;
    font-size: 16px;
    font-weight: 600;
    color: #1b1b1b;
    text-align: left;
    padding-left: 9px;
    line-height: 39px;
    float: left
}

.cart_button {
    display: inline-block;
    vertical-align: middle
}

.cart_button::after {
    background: #1b1b1b
}

.details_share {
    margin-top: 51px;
    border-top: solid 1px #d0d0d0
}

.details_share span {
    display: inline-block
}

.details_share ul {
    display: inline-block;
    margin-top: 31px;
    margin-left: 41px
}

.details_share ul li {
    display: inline-block
}

.details_share ul li:not(:last-child) {
    margin-right: 18px
}

.details_share ul li a i {
    font-size: 16px;
    color: #b5b5b5;
    padding: 5px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.details_share ul li a i:hover {
    color: #1b1b1b
}

.description_row {
    margin-top: 35px
}

.description_title {
    display: inline-block;
    font-size: 24px;
    font-weight: 500;
    color: #1b1b1b
}

.reviews_title {
    display: inline-block;
    margin: 2px 0;
    padding: 5px 10px;
    background: #383838;
    min-width: 23%;
    text-align: center;
    min-width: 100%
}

.reviews_title a {
    font-size: 17px;
    color: #ffffffeb;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.reviews_title a:hover {
    color: #1b1b1b
}

.description_text {
    margin-top: 44px
}

.products {
    width: 100%;
    background: #fff;
    MIN-HEIGHT: 630px
}

.products_title {
    margin-top: 8rem;
    font-size: 30px;
    font-weight: 00;
    color: #1b1b1b;
    font-family: Prata;
}

.product_grid {
    margin-top: 88px
}

.product {
    width: calc((100% - 90px)/ 4);
    margin-bottom: 59px
}

.product_image {
    width: 100%
}

.product_image img {
    max-width: 100%
}

.product_content {
    width: 100%;
    padding-top: 21px;
    padding-bottom: 38px;
    text-align: center
}

.product_title a {
    font-size: 18px;
    font-weight: 500;
    color: #1b1b1b;
    line-height: 1.1;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.product_title a:hover {
    color: #e95a5a
}

.product_price {
    font-size: 16px;
    font-weight: 500;
    color: #6c6a74;
    line-height: .75;
    margin-top: 13px
}

.product_new {
    background: #6c6a74
}

.newsletter {
    width: 100%;
    background: #fff;
    padding-bottom: 99px;
    z-index: 2
}

.newsletter_border {
    width: 100%;
    border-top: solid 2px #e3e3e3
}

.newsletter_content {
    padding-top: 88px
}

.newsletter_title {
    font-size: 30px;
    font-weight: 500;
    color: #1b1b1b
}

.newsletter_text {
    margin-top: 8px
}

.newsletter_form_container {
    width: 100%;
    margin-top: 46px
}

.newsletter_form {
    width: 100%
}

.newsletter_input {
    width: 100%;
    height: 40px;
    border: none;
    border-bottom: solid 2px #787878;
    outline: 0;
    text-align: center
}

.newsletter_button {
    position: relative;
    width: 178px;
    height: 61px;
    border: solid 2px #1b1b1b;
    background: #fff;
    cursor: pointer;
    margin-top: 55px;
    overflow: hidden
}

.newsletter_button span {
    display: block;
    position: relative;
    z-index: 10;
    font-size: 16px;
    font-weight: 600;
    color: #1b1b1b;
    background: 0 0;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.newsletter_button::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    background: #1b1b1b;
    z-index: 0;
    opacity: 0;
    -webkit-transform: rotate3d(0,0,1,-45deg) translate3d(0,-3em,0);
    transform: rotate3d(0,0,1,-45deg) translate3d(0,-3em,0);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transition: -webkit-transform .3s,opacity .3s,background-color .3s;
    transition: transform .3s,opacity .3s,background-color .3s
}

.newsletter_button:hover::after {
    opacity: 1;
    -webkit-transform: rotate3d(0,0,1,0deg);
    transform: rotate3d(0,0,1,0deg);
    -webkit-transition-timing-function: cubic-bezier(.2,1,.3,1);
    transition-timing-function: cubic-bezier(.2,1,.3,1)
}

.newsletter_button:hover span {
    color: #fff
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1
}

.footer_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.footer_content {
    width: 100%;
    height: 129px
}

.footer_logo {
    width: 30%
}

.footer_logo a {
    font-size: 30px;
    line-height: .75;
    color: #1b1b1b;
    font-weight: 700
}

.copyright {
    width: 40%;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #1b1b1b
}

.footer_social {
    width: 30%;
    text-align: right
}

.footer_social ul li {
    display: inline-block
}

.footer_social ul li:not(:last-child) {
    margin-right: 26px
}

.footer_social ul li a i {
    font-size: 17px;
    color: #1b1b1b;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.footer_social ul li a i:hover {
    color: #fff
}

.icon_boxes {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #fff;
    z-index: 2
}

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

.icon_box_image {
    margin-left: auto;
    margin-right: auto
}

.icon_box_title {
    font-size: 18px;
    font-weight: 500;
    color: #1b1b1b;
    margin-top: 5px
}

.icon_box_text {
    margin-top: 20px
}

.avis {
    height: auto;
    max-width: 20px
}

.description_title_container {
    text-align: center
}

@charset "utf-8";@media only screen and (max-width: 1600px) {
    .header_social {
        display:none
    }
}

@media only screen and (max-width: 1199px) {
    .header_container {
        padding-left:45px;
        padding-right: 45px
    }

    .header_container .container {
        max-width: 100%
    }

    .main_nav {
        margin-left: 50px
    }

    .search {
        margin-left: 25px
    }

    .main_nav>ul>li:not(:last-child) {
        margin-right: 40px
    }
}

@media only screen and (max-width: 991px) {
    .header_container {
        padding-left:0px;
        padding-right: 0px
    }

    .header_social,.main_nav {
        display: none
    }

    .search {
        display: none
    }

    .home {
        padding-left: 0px;
        padding-right: 0px
    }

    .home_title {
        font-size: 48px
    }

    .details_content {
        margin-top: 80px
    }

    .product {
        width: calc((100% - 30px)/ 2)
    }

    .icon_box {
        padding-left: 80px;
        padding-right: 80px
    }

    .footer_content {
        height: 200px
    }

    .copyright,.footer_logo,.footer_social {
        text-align: center;
        width: 100%
    }

    .copyright {
        margin-top: 15px
    }

    .footer_social {
        margin-top: 21px
    }
}

@media only screen and (max-width: 767px) {
    .home_content {
        width:100%
    }

    .home_title {
        font-size: 36px
    }

    .icon_box {
        padding-left: 50px;
        padding-right: 50px
    }

    .woo_sp_cart_br {
        bottom: 30px;
        right: auto;
        left: auto;
        width: 100%;
        font-size: 22px;
        border: solid 2px #1b1b1b!important;
        padding-top: 1%!important
    }
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=000a955be77bb8b9290bc4a9ed9a426c)
 * Config saved to config.json and https://gist.github.com/000a955be77bb8b9290bc4a9ed9a426c
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,details,footer,header,main,menu,nav,section {
    display: block
}

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

[hidden],template {
    display: none
}

a {
    background-color: transparent
}

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

b,strong {
    font-weight: 700
}

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

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

sub {
    bottom: -.25em
}

img {
    border: 0
}

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

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

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

button {
    overflow: visible
}

button,select {
    text-transform: none
}

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

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

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

input {
    line-height: normal
}

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

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

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

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

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

td {
    padding: 0
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *,:after,:before {
        background: 0 0!important;
        color: #000!important;
        -webkit-box-shadow: none!important;
        box-shadow: none!important;
        text-shadow: none!important
    }

    a,a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    a[href^="#"]:after,a[href^="javascript:"]:after {
        content: ""
    }

    img,tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100%!important
    }

    h2,h3,p {
        orphans: 3;
        widows: 3
    }

    h2,h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse!important
    }

    .table td {
        background-color: #fff!important
    }
}

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

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

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

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

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

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

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

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

img {
    vertical-align: middle
}

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

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

[role=button] {
    cursor: pointer
}

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

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

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

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

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

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

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

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

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

p {
    margin: 0 0 10px
}

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

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

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-primary {
    color: #337ab7
}

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

.text-info {
    color: #31708f
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
    .col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9 {
        float:left
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
    .col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9 {
        float:left
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
    .col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9 {
        float:left
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

table {
    background-color: transparent
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table .table {
    background-color: #fff
}

table col[class*=col-] {
    position: static;
    float: none;
    display: table-column
}

table td[class*=col-] {
    position: static;
    float: none;
    display: table-cell
}

.table-responsive {
    overflow-x: auto;
    min-height: .01%
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width:100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

    .table-responsive>.table {
        margin-bottom: 0
    }
}

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

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

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

input[type=file] {
    display: block
}

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

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

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

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

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

    .input-group-lg input[type=date],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],.input-group-lg input[type=time],input[type=date].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg,input[type=time].input-lg {
        line-height: 46px
    }
}

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
    .form-inline .form-group {
        display:inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .form-inline .input-group .input-group-btn {
        width: auto
    }
}

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

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

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

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

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

.btn[disabled] {
    cursor: not-allowed;
    opacity: .65;
    -webkit-box-shadow: none;
    box-shadow: none
}

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

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

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

.btn-default.active,.btn-default:active {
    color: #333;
    background-color: #e6e6e6;
    border-color: #letodad
}

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

.btn-default.active,.btn-default:active {
    background-image: none
}

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

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

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

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

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

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

.btn-primary.active,.btn-primary:active {
    background-image: none
}

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

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

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

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

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

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

.btn-info.active,.btn-info:active {
    background-image: none
}

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

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

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

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

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

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

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

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

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

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

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

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

.fade.in {
    opacity: 1
}

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

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

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

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

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

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

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

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

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

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

.container:after,.container:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.nav:after,.nav:before,.row:after,.row:before {
    content: " ";
    display: table
}

.container:after,.form-horizontal .form-group:after,.nav:after,.row:after {
    clear: both
}

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

.hidden {
    display: none!important
}

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

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

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

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

    table.visible-sm {
        display: table!important
    }

    tr.visible-sm {
        display: table-row!important
    }

    td.visible-sm {
        display: table-cell!important
    }
}

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

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

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

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

    table.visible-md {
        display: table!important
    }

    tr.visible-md {
        display: table-row!important
    }

    td.visible-md {
        display: table-cell!important
    }
}

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

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

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

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

    table.visible-lg {
        display: table!important
    }

    tr.visible-lg {
        display: table-row!important
    }

    td.visible-lg {
        display: table-cell!important
    }
}

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

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

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

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

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

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

.wp-block-button {
    color: #fff
}

.wp-block-button__link {
    background-color: #32373c;
    border: none;
    border-radius: 28px;
    box-shadow: none;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    margin: 0;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word
}

.wp-block-button__link:active,.wp-block-button__link:focus,.wp-block-button__link:hover,.wp-block-button__link:visited {
    color: inherit
}

.no-border-radius.wp-block-button__link {
    border-radius: 0!important
}

.wp-block-column {
    flex-grow: 1;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word
}

@media (max-width: 599px) {
    .wp-block-column {
        flex-basis:100%!important
    }
}

@media (min-width: 600px) {
    .wp-block-column {
        flex-basis:calc(50% - 16px);
        flex-grow: 0
    }

    .wp-block-column:nth-child(2n) {
        margin-left: 32px
    }
}

@media (min-width: 782px) {
    .wp-block-column:not(:first-child) {
        margin-left:32px
    }
}

@supports (-webkit-overflow-scrolling:touch) {
    .wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax {
        background-attachment: scroll
    }
}

@supports ((position: -webkit-sticky) or (position:sticky)) {
    .wp-block-cover-image:after,.wp-block-cover:after {
        content:none
    }
}

.wp-block-embed {
    margin-bottom: 1em
}

.blocks-gallery-grid,.wp-block-gallery {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0
}

.blocks-gallery-grid .blocks-gallery-image,.blocks-gallery-grid .blocks-gallery-item,.wp-block-gallery .blocks-gallery-image,.wp-block-gallery .blocks-gallery-item {
    margin: 0 16px 16px 0;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    position: relative
}

@supports ((position: -webkit-sticky) or (position:sticky)) {
    .blocks-gallery-grid .blocks-gallery-image figure,.blocks-gallery-grid .blocks-gallery-item figure,.wp-block-gallery .blocks-gallery-image figure,.wp-block-gallery .blocks-gallery-item figure {
        display:flex;
        align-items: flex-end;
        justify-content: flex-start
    }
}

.blocks-gallery-grid .blocks-gallery-image img,.blocks-gallery-grid .blocks-gallery-item img,.wp-block-gallery .blocks-gallery-image img,.wp-block-gallery .blocks-gallery-item img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%
}

@supports ((position: -webkit-sticky) or (position:sticky)) {
    .blocks-gallery-grid .blocks-gallery-image img,.blocks-gallery-grid .blocks-gallery-item img,.wp-block-gallery .blocks-gallery-image img,.wp-block-gallery .blocks-gallery-item img {
        width:auto
    }
}

@supports ((position: -webkit-sticky) or (position:sticky)) {
    .blocks-gallery-grid.is-cropped .blocks-gallery-image a,.blocks-gallery-grid.is-cropped .blocks-gallery-image img,.blocks-gallery-grid.is-cropped .blocks-gallery-item a,.blocks-gallery-grid.is-cropped .blocks-gallery-item img,.wp-block-gallery.is-cropped .blocks-gallery-image a,.wp-block-gallery.is-cropped .blocks-gallery-image img,.wp-block-gallery.is-cropped .blocks-gallery-item a,.wp-block-gallery.is-cropped .blocks-gallery-item img {
        height:100%;
        flex: 1;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.blocks-gallery-grid .blocks-gallery-image,.blocks-gallery-grid .blocks-gallery-item,.wp-block-gallery .blocks-gallery-image,.wp-block-gallery .blocks-gallery-item {
    width: calc((100% - 16px)/ 2)
}

.blocks-gallery-grid .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0
}

@media (min-width: 600px) {
    @supports (-ms-ime-align:auto) {
        .blocks-gallery-grid.columns-3 .blocks-gallery-image,.blocks-gallery-grid.columns-3 .blocks-gallery-item,.wp-block-gallery.columns-3 .blocks-gallery-image,.wp-block-gallery.columns-3 .blocks-gallery-item {
            width:calc((100% - 32px)/ 3 - 1px)
        }
    }

    @supports (-ms-ime-align:auto) {
        .blocks-gallery-grid.columns-4 .blocks-gallery-image,.blocks-gallery-grid.columns-4 .blocks-gallery-item,.wp-block-gallery.columns-4 .blocks-gallery-image,.wp-block-gallery.columns-4 .blocks-gallery-item {
            width: calc((100% - 48px)/ 4 - 1px)
        }
    }

    @supports (-ms-ime-align:auto) {
        .blocks-gallery-grid.columns-5 .blocks-gallery-image,.blocks-gallery-grid.columns-5 .blocks-gallery-item,.wp-block-gallery.columns-5 .blocks-gallery-image,.wp-block-gallery.columns-5 .blocks-gallery-item {
            width: calc((100% - 64px)/ 5 - 1px)
        }
    }

    @supports (-ms-ime-align:auto) {
        .blocks-gallery-grid.columns-6 .blocks-gallery-image,.blocks-gallery-grid.columns-6 .blocks-gallery-item,.wp-block-gallery.columns-6 .blocks-gallery-image,.wp-block-gallery.columns-6 .blocks-gallery-item {
            width: calc((100% - 80px)/ 6 - 1px)
        }
    }

    @supports (-ms-ime-align:auto) {
        .blocks-gallery-grid.columns-7 .blocks-gallery-image,.blocks-gallery-grid.columns-7 .blocks-gallery-item,.wp-block-gallery.columns-7 .blocks-gallery-image,.wp-block-gallery.columns-7 .blocks-gallery-item {
            width: calc((100% - 96px)/ 7 - 1px)
        }
    }

    @supports (-ms-ime-align:auto) {
        .blocks-gallery-grid.columns-8 .blocks-gallery-image,.blocks-gallery-grid.columns-8 .blocks-gallery-item,.wp-block-gallery.columns-8 .blocks-gallery-image,.wp-block-gallery.columns-8 .blocks-gallery-item {
            width: calc((100% - 112px)/ 8 - 1px)
        }
    }
}

.blocks-gallery-grid .blocks-gallery-image:last-child,.blocks-gallery-grid .blocks-gallery-item:last-child,.wp-block-gallery .blocks-gallery-image:last-child,.wp-block-gallery .blocks-gallery-item:last-child {
    margin-right: 0
}

.wp-block-image {
    max-width: 100%;
    margin-bottom: 1em
}

.wp-block-image img {
    max-width: 100%
}

@supports ((-webkit-mask-image: none) or (mask-image:none)) or (-webkit-mask-image:none) {
    .is-style-circle-mask img {
        -webkit-mask-image:url(data:image/svg+xml;utf8,SVG_REPLACED);
        mask-image: url(data:image/svg+xml;utf8,SVG_REPLACED);
        mask-mode: alpha;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: contain;
        mask-size: contain;
        -webkit-mask-position: center;
        mask-position: center;
        border-radius: none
    }
}

.wp-block-media-text {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -ms-grid-columns: 50% 1fr;
    grid-template-columns: 50% 1fr
}

.wp-block-media-text .wp-block-media-text__content,.wp-block-media-text .wp-block-media-text__media {
    -ms-grid-row-align: center;
    align-self: center
}

.wp-block-media-text .wp-block-media-text__media {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    margin: 0
}

.wp-block-media-text .wp-block-media-text__content {
    word-break: break-word;
    padding: 0 8%
}

.wp-block-media-text .wp-block-media-text__content {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1
}

p.has-background {
    padding: 20px 30px
}

p.has-text-color a {
    color: inherit
}

.wp-block-search {
    display: flex;
    flex-wrap: wrap
}

.wp-block-search .wp-block-search__label {
    width: 100%
}

.wp-block-search .wp-block-search__input {
    flex-grow: 1
}

.wp-block-search .wp-block-search__button {
    margin-left: 10px
}

.wp-social-link {
    width: 36px;
    height: 36px;
    border-radius: 36px;
    margin-right: 8px
}

.wp-social-link,.wp-social-link a {
    display: block;
    transition: transform .1s ease
}

.wp-social-link a {
    padding: 6px;
    line-height: 0
}

.wp-social-link a,.wp-social-link a:active,.wp-social-link a:hover,.wp-social-link a:visited,.wp-social-link svg {
    color: currentColor;
    fill: currentColor
}

.wp-social-link:hover {
    transform: scale(1.1)
}

.wp-block-table {
    overflow-x: auto
}

.wp-block-table table {
    width: 100%
}

.wp-block-video {
    margin-left: 0;
    margin-right: 0
}

.wp-block-video video {
    max-width: 100%
}

@supports ((position: -webkit-sticky) or (position:sticky)) {
    .wp-block-video [poster] {
        -o-object-fit:cover;
        object-fit: cover
    }
}

.has-normal-font-size,.has-regular-font-size {
    font-size: 16px
}

.has-medium-font-size {
    font-size: 20px
}

.has-large-font-size {
    font-size: 36px
}

.has-text-align-center {
    text-align: center
}

.has-text-align-left {
    text-align: left
}

.has-text-align-right {
    text-align: right
}

@-webkit-keyframes loading-fade {
    0% {
        opacity: .7
    }

    50% {
        opacity: 1
    }

    to {
        opacity: .7
    }
}

@keyframes loading-fade {
    0% {
        opacity: .7
    }

    50% {
        opacity: 1
    }

    to {
        opacity: .7
    }
}

.wc-block-grid__products {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0 0 24px
}

.wc-block-grid__product {
    box-sizing: border-box;
    padding: 0 16px 0 0;
    margin: 0 0 24px;
    float: none;
    width: auto;
    position: relative;
    text-align: center
}

.wc-block-grid__product-link {
    text-decoration: none;
    border: 0
}

.wc-block-grid__product-image {
    text-decoration: none;
    margin-bottom: 16px;
    display: block
}

.wc-block-grid__product-image img {
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto
}

.wc-block-grid__product-title {
    line-height: 1.2;
    font-weight: 700
}

.wc-block-grid__product-price,.wc-block-grid__product-title {
    margin-bottom: 12px;
    display: block
}

.wc-block-grid__product-add-to-cart,.wc-block-grid__product-add-to-cart a {
    margin: 0;
    word-break: break-word;
    white-space: normal
}

@-webkit-keyframes loading-fade {
    0% {
        opacity: .7
    }

    50% {
        opacity: 1
    }

    to {
        opacity: .7
    }
}

@keyframes loading-fade {
    0% {
        opacity: .7
    }

    50% {
        opacity: 1
    }

    to {
        opacity: .7
    }
}

@supports ((position: -webkit-sticky) or (position:sticky)) {
    .wc-block-featured-category:after {
        content:none
    }
}

@-webkit-keyframes loading-fade {
    0% {
        opacity: .7
    }

    50% {
        opacity: 1
    }

    to {
        opacity: .7
    }
}

@keyframes loading-fade {
    0% {
        opacity: .7
    }

    50% {
        opacity: 1
    }

    to {
        opacity: .7
    }
}

@-webkit-keyframes loading-fade {
    0% {
        opacity: .7
    }

    50% {
        opacity: 1
    }

    to {
        opacity: .7
    }
}

@keyframes loading-fade {
    0% {
        opacity: .7
    }

    50% {
        opacity: 1
    }

    to {
        opacity: .7
    }
}

.wc-block-product-categories {
    margin-bottom: 1em
}

.wc-block-product-categories select {
    margin-right: .5em
}

.wc-block-product-categories__button {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    text-decoration: none;
    font-size: 13px;
    margin: 0;
    border: none;
    cursor: pointer;
    background: 0 0;
    padding: 8px;
    color: #555d66;
    position: relative;
    overflow: hidden;
    border-radius: 4px
}

.wc-block-product-categories__button svg {
    fill: currentColor;
    outline: 0
}

.wc-block-product-categories__button:active {
    color: currentColor
}

.wc-block-product-categories__button:disabled,.wc-block-product-categories__button[aria-disabled=true] {
    cursor: default;
    opacity: .3
}

.wc-block-product-categories__button:focus:enabled {
    background-color: #fff;
    color: #191e23;
    box-shadow: inset 0 0 0 1px #6c7781,inset 0 0 0 2px #fff;
    outline: 2px solid transparent;
    outline-offset: -2px
}

.wc-block-product-categories__button:not(:disabled):not([aria-disabled=true]):hover {
    background-color: #fff;
    color: #191e23;
    box-shadow: inset 0 0 0 1px #e2e4e7,inset 0 0 0 2px #fff,0 1px 1px rgba(25,30,35,.2)
}

.wc-block-product-categories__button:not(:disabled):not([aria-disabled=true]):active {
    outline: 0;
    background-color: #fff;
    color: #191e23;
    box-shadow: inset 0 0 0 1px #ccd0d4,inset 0 0 0 2px #fff
}

.wc-block-product-categories__button:disabled:focus,.wc-block-product-categories__button[aria-disabled=true]:focus {
    box-shadow: none
}

@-webkit-keyframes loading-fade {
    0% {
        opacity: .7
    }

    50% {
        opacity: 1
    }

    to {
        opacity: .7
    }
}

@keyframes loading-fade {
    0% {
        opacity: .7
    }

    50% {
        opacity: 1
    }

    to {
        opacity: .7
    }
}

@-webkit-keyframes loading-fade {
    0% {
        opacity: .7
    }

    50% {
        opacity: 1
    }

    to {
        opacity: .7
    }
}

@keyframes loading-fade {
    0% {
        opacity: .7
    }

    50% {
        opacity: 1
    }

    to {
        opacity: .7
    }
}

@supports ((position: -webkit-sticky) or (position:sticky)) {
    .wc-block-featured-product:after {
        content:none
    }
}

@-webkit-keyframes loading-fade {
    0% {
        opacity: .7
    }

    50% {
        opacity: 1
    }

    to {
        opacity: .7
    }
}

@keyframes loading-fade {
    0% {
        opacity: .7
    }

    50% {
        opacity: 1
    }

    to {
        opacity: .7
    }
}

.woocommerce-search-product__item .woocommerce-search-list__item-name .description {
    display: block
}

@-webkit-keyframes loading-fade {
    0% {
        opacity: .7
    }

    50% {
        opacity: 1
    }

    to {
        opacity: .7
    }
}

@keyframes loading-fade {
    0% {
        opacity: .7
    }

    50% {
        opacity: 1
    }

    to {
        opacity: .7
    }
}

@-webkit-keyframes loading-fade {
    0% {
        opacity: .7
    }

    50% {
        opacity: 1
    }

    to {
        opacity: .7
    }
}

@keyframes loading-fade {
    0% {
        opacity: .7
    }

    50% {
        opacity: 1
    }

    to {
        opacity: .7
    }
}

.wc-block-review-list-item__item {
    margin: 0 0 48px;
    list-style: none
}

.wc-block-review-list-item__info {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-bottom: 24px
}

.wc-block-review-list-item__meta {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1
}

.has-image .wc-block-review-list-item__info {
    -ms-grid-columns: 64px 1fr;
    grid-template-columns: 64px 1fr
}

.has-image .wc-block-review-list-item__meta {
    -ms-grid-column: 2;
    grid-column: 2
}

.wc-block-review-list-item__image {
    height: 48px;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    width: 48px;
    position: relative
}

.wc-block-review-list-item__image img {
    width: 100%;
    height: 100%;
    display: block
}

@-webkit-keyframes loading-fade {
    0% {
        opacity: .7
    }

    50% {
        opacity: 1
    }

    to {
        opacity: .7
    }
}

@keyframes loading-fade {
    0% {
        opacity: .7
    }

    50% {
        opacity: 1
    }

    to {
        opacity: .7
    }
}

.wc-block-review-list {
    margin: 0
}

@-webkit-keyframes loading-fade {
    0% {
        opacity: .7
    }

    50% {
        opacity: 1
    }

    to {
        opacity: .7
    }
}

@keyframes loading-fade {
    0% {
        opacity: .7
    }

    50% {
        opacity: 1
    }

    to {
        opacity: .7
    }
}

.wc-block-order-select {
    margin-bottom: 12px
}

.wc-block-order-select__label {
    margin-right: 12px;
    display: inline-block;
    font-weight: 400
}

@-webkit-keyframes loading-fade {
    0% {
        opacity: .7
    }

    50% {
        opacity: 1
    }

    to {
        opacity: .7
    }
}

@keyframes loading-fade {
    0% {
        opacity: .7
    }

    50% {
        opacity: 1
    }

    to {
        opacity: .7
    }
}

.wc-block-review-order-select {
    text-align: right
}

@-webkit-keyframes loading-fade {
    0% {
        opacity: .7
    }

    50% {
        opacity: 1
    }

    to {
        opacity: .7
    }
}

@keyframes loading-fade {
    0% {
        opacity: .7
    }

    50% {
        opacity: 1
    }

    to {
        opacity: .7
    }
}

@-webkit-keyframes loading-fade {
    0% {
        opacity: .7
    }

    50% {
        opacity: 1
    }

    to {
        opacity: .7
    }
}

@keyframes loading-fade {
    0% {
        opacity: .7
    }

    50% {
        opacity: 1
    }

    to {
        opacity: .7
    }
}

.wc-block-product-search .wc-block-product-search__field {
    padding: 6px 8px;
    line-height: 1.8;
    -webkit-box-flex: 1;
    flex-grow: 1
}

.wc-block-product-search .wc-block-product-search__button {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    text-decoration: none;
    font-size: 13px;
    margin: 0 0 0 6px;
    border: none;
    cursor: pointer;
    background: 0 0;
    padding: 8px;
    color: #555d66;
    position: relative;
    overflow: hidden;
    border-radius: 4px
}

.wc-block-product-search .wc-block-product-search__button svg {
    fill: currentColor;
    outline: 0
}

.wc-block-product-search .wc-block-product-search__button:active {
    color: currentColor
}

.wc-block-product-search .wc-block-product-search__button:disabled,.wc-block-product-search .wc-block-product-search__button[aria-disabled=true] {
    cursor: default;
    opacity: .3
}

.wc-block-product-search .wc-block-product-search__button:focus:enabled {
    background-color: #fff;
    color: #191e23;
    box-shadow: inset 0 0 0 1px #6c7781,inset 0 0 0 2px #fff;
    outline: 2px solid transparent;
    outline-offset: -2px
}

.wc-block-product-search .wc-block-product-search__button:not(:disabled):not([aria-disabled=true]):hover {
    background-color: #fff;
    color: #191e23;
    box-shadow: inset 0 0 0 1px #e2e4e7,inset 0 0 0 2px #fff,0 1px 1px rgba(25,30,35,.2)
}

.wc-block-product-search .wc-block-product-search__button:not(:disabled):not([aria-disabled=true]):active {
    outline: 0;
    background-color: #fff;
    color: #191e23;
    box-shadow: inset 0 0 0 1px #ccd0d4,inset 0 0 0 2px #fff
}

.wc-block-product-search .wc-block-product-search__button:disabled:focus,.wc-block-product-search .wc-block-product-search__button[aria-disabled=true]:focus {
    box-shadow: none
}

@-webkit-keyframes loading-fade {
    0% {
        opacity: .7
    }

    50% {
        opacity: 1
    }

    to {
        opacity: .7
    }
}

@keyframes loading-fade {
    0% {
        opacity: .7
    }

    50% {
        opacity: 1
    }

    to {
        opacity: .7
    }
}

.panel-grid.panel-has-style>.panel-row-style,.panel-grid.panel-no-style {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    -ms-justify-content: space-between;
    justify-content: space-between
}

.panel-grid-cell {
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

.panel-grid-cell .panel-cell-style {
    height: 100%
}

.panel-grid-cell .so-panel {
    zoom:1}

.panel-grid-cell .so-panel:before {
    content: "";
    display: block
}

.panel-grid-cell .so-panel:after {
    content: "";
    display: table;
    clear: both
}

.panel-grid-cell .panel-last-child {
    margin-bottom: 0
}

.panel-grid-cell .widget-title {
    margin-top: 0
}

body.siteorigin-panels-before-js {
    overflow-x: hidden
}

h1,h2,h3,h4,h5,h6 {
    clear: both;
    color: #fff
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
    color: #333
}

.site-title {
    font-size: 36px
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    font-weight: 400
}

body {
    text-rendering: auto;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 1.7
}

p {
    margin-bottom: 1.5em
}

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

address {
    margin: 0 0 1.5em
}

code,var {
    font-family: Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;
    font-size: 15px;
    font-size: .9375rem
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body {
    overflow-x: hidden;
    position: relative
}

body.search-box-active {
    overflow: hidden
}

body.layout-box {
    background-color: #e3e3e3
}

@media (max-width: 992px) {
    body.mobile-menu-active {
        overflow:hidden
    }
}

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

body {
    background: #fff
}

q {
    quotes: "" ""
}

q:after,q:before {
    content: ""
}

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

ul {
    list-style: disc
}

ol {
    list-style: decimal
}

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

.cart-mini-wrapper ul.cart_list,.cart-mini-wrapper ul.product_list_widget,.filter-product-section .filter-product-tabs,.footer-navigation ul,.main-navigation ul .sub-menu,.mobile-menu__bottom-menu ul,.mobile-menu__navigation ul,.nav-link-left,.nav-link-left .nav-link-currency .currency-list ul,.nav-link-left .nav-link-lang .lang-list ul,.nav-link-right,.social-media-color,.social-media-list,.woocommerce .cart-mini-wrapper ul.cart_list,.woocommerce .cart-mini-wrapper ul.product_list_widget,.woocommerce .products,.woocommerce.products {
    margin: 0;
    padding: 0;
    list-style: none
}

.social-media-list {
    list-style: none
}

.social-media-list li {
    display: inline-block;
    margin-right: 15px
}

.social-media-list li:last-child {
    margin-right: 0
}

.social-media-list li a {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 20px
}

.social-media-list li a:hover {
    color: #999
}

.social-media-color {
    list-style: none
}

.social-media-color li {
    display: inline-block;
    margin: 5px 10px
}

.social-media-color li a {
    display: block;
    width: 30px;
    height: 30px;
    color: #fff;
    background-color: #333;
    line-height: 30px;
    font-size: 16px;
    text-align: center;
    border-radius: 50%
}

.social-media-color li a i:before {
    line-height: 30px
}

.social-media-color li.social-twitter a {
    background-color: #0cf
}

.social-media-color li.social-facebook a {
    background-color: #369
}

.social-media-color li.social-pinterest a {
    background-color: #c00
}

.social-media-color li.social-instagram a {
    background-color: #963
}

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

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

button,input[type=button],input[type=reset],input[type=submit] {
    border: 1px solid;
    border-color: #e3e3e3;
    border-radius: 0;
    background: 0 0;
    color: rgba(0,0,0,.8);
    font-weight: 500;
    line-height: 1;
    padding: .4em 1em .4em;
    height: 55px;
    text-transform: uppercase;
    white-space: nowrap;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

button:hover,input[type=button]:hover,input[type=reset]:hover,input[type=submit]:hover {
    border-color: #e3e3e3;
    opacity: .8
}

button:active,button:focus,input[type=button]:active,input[type=button]:focus,input[type=reset]:active,input[type=reset]:focus,input[type=submit]:active,input[type=submit]:focus {
    border-color: #e3e3e3;
    opacity: .8;
    outline: 0
}

input[type=color],input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=range],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week] {
    color: #666;
    border: 1px solid #e3e3e3;
    border-radius: 0;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

input[type=color]:focus,input[type=date]:focus,input[type=datetime-local]:focus,input[type=datetime]:focus,input[type=email]:focus,input[type=month]:focus,input[type=number]:focus,input[type=password]:focus,input[type=range]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=time]:focus,input[type=url]:focus,input[type=week]:focus {
    color: #111;
    outline: 0;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

input[type=color],input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=range],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week] {
    height: 55px;
    padding: 5px 20px
}

select {
    border: 1px solid #e3e3e3;
    height: 50px
}

select:focus {
    outline: 0
}

.field-input-group {
    display: table;
    width: 100%
}

.select-wrapper {
    position: relative;
    display: inline-block;
    outline: 0
}

.select-wrapper:after {
    content: "\f35f";
    display: inline-block;
    font-family: Ionicons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    position: absolute;
    font-size: 16px;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.select-wrapper select {
    display: block;
    padding: 0 34px 0 17px;
    background-color: #fff;
    border-radius: 0;
    border: 0;
    cursor: pointer;
    outline: 0;
    height: auto;
    width: 100%;
    -moz-appearance: none;
    -webkit-appearance: none
}

.widget .select-wrapper {
    display: block;
    border-bottom: 1px solid #000
}

.widget .select-wrapper select {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%
}

label {
    font-weight: 400
}

.input-text,input[type=email],input[type=password],input[type=search],input[type=text],input[type=url] {
    -webkit-appearance: none;
    outline: 0
}

.contact-box-form {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 40px
}

.contact-box-form .contact-form-title {
    text-align: center;
    font-size: 36px;
    margin-bottom: 80px;
    margin-top: 0
}

.contact-box-form label {
    width: 100%
}

.contact-box-form input[type=email],.contact-box-form input[type=text] {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #c5c5c5;
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 16px;
    color: #000
}

.contact-box-form input[type=email]:focus,.contact-box-form input[type=text]:focus {
    border-color: #000
}

.contact-box-form .form-submit {
    text-align: center
}

.contact-box-form input[type=submit] {
    text-align: center;
    padding: 0;
    height: auto;
    border: 0;
    border-bottom: 1px solid #9d9d9d;
    font-size: 18px;
    font-weight: 500;
    margin-top: 55px
}

.contact-box-form input[type=submit]:hover {
    border-color: #000
}

a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s
}

a:active,a:focus,a:hover {
    color: #000;
    text-decoration: none;
    outline: 0
}

.main-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
    white-space: nowrap
}

.main-navigation ul li {
    list-style: none;
    display: inline-block;
    padding: 26px 15px 27px;
    font-size: 13px;
    position: relative
}

.main-navigation ul li a {
    color: #000;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    letter-spacing: .3px;
    font-size: 13px
}

.main-navigation ul li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.main-navigation ul .sub-menu {
    border: 1px solid #e3e3e3;
    position: absolute;
    margin: 0;
    top: 100%;
    left: 0;
    background-color: #fff;
    min-width: 200px;
    padding: 20px 0;
    opacity: 0;
    visibility: hidden;
    margin-top: 30px;
    -webkit-transition: opacity .3s ease,margin-top .3s ease;
    transition: opacity .3s ease,margin-top .3s ease;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    z-index: 10
}

.main-navigation ul .sub-menu li {
    padding: 0 20px;
    display: block
}

.main-navigation ul .sub-menu li a {
    display: block;
    text-decoration: none;
    padding: 5px 0
}

.main-navigation ul .sub-menu ul {
    top: 0;
    left: 100%
}

.main-navigation ul li a:hover,.main-navigation ul li.current-menu-item>a,.main-navigation ul li.current_page_item>a {
    color: #999;
    text-decoration: none
}

.mobile-menu__navigation {
    margin-bottom: 3em
}

.mobile-menu__navigation ul li {
    position: relative;
    border-bottom: 1px solid #e3e3e3;
    color: #000
}

.mobile-menu__navigation ul li a {
    padding: 15px 0 14px;
    font-size: 16px;
    display: block;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: #000
}

.mobile-menu__navigation ul .sub-menu {
    padding: 5px 0 20px 15px;
    display: none
}

.mobile-menu__navigation ul .sub-menu li {
    border-bottom: 0;
    padding: 5px 0
}

.mobile-menu__navigation ul .sub-menu li a {
    font-size: 14px;
    padding: 0
}

.mobile-menu__navigation ul li a:hover,.mobile-menu__navigation ul li.current-menu-item>a,.mobile-menu__navigation ul li.current_page_item>a {
    color: #999;
    text-decoration: none
}

.mobile-menu__bottom-menu ul li {
    position: relative;
    border-bottom: 1px solid #e3e3e3
}

.mobile-menu__bottom-menu ul li a {
    padding: 15px 0 14px;
    font-size: 16px;
    display: block;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.mobile-menu__bottom-menu ul li:last-child {
    border-bottom: 0
}

.mobile-menu__bottom-menu ul li.menu-item-currency a,.mobile-menu__bottom-menu ul li.menu-item-lang a {
    font-size: 16px
}

.mobile-menu__bottom-menu ul li.menu-item-login i {
    height: 48px;
    width: 30px;
    font-size: 18px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    display: block;
    cursor: pointer
}

.mobile-menu__bottom-menu ul li.menu-item-login i:before {
    line-height: 48px
}

.mobile-menu__bottom-menu ul .sub-menu {
    padding: 5px 0 20px 15px;
    display: none
}

.mobile-menu__bottom-menu ul .sub-menu li {
    border-bottom: 0;
    padding: 5px 0
}

.mobile-menu__bottom-menu ul .sub-menu li a {
    font-size: 14px;
    padding: 0
}

.mobile-menu__bottom-menu ul li a:hover,.mobile-menu__bottom-menu ul li.active>a,.mobile-menu__bottom-menu ul li.current-menu-item>a,.mobile-menu__bottom-menu ul li.current_page_item>a {
    color: #999;
    text-decoration: none
}

.footer-navigation ul {
    list-style: none;
    text-align: center;
    font-size: 0
}

.footer-navigation ul li {
    display: inline-block;
    padding: 0 10px 15px
}

.footer-navigation ul li a {
    color: #000;
    font-size: 14px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.footer-navigation ul li a:hover,.footer-navigation ul li.current-menu-item>a,.footer-navigation ul li.current_page_item>a {
    color: #999;
    text-decoration: none
}

@media (max-width: 768px) {
    .footer-navigation ul li {
        display:block
    }
}

.menu-toggle {
    display: none
}

.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden
}

.pagination-wrapper {
    padding-top: 100px
}

.pagination-wrapper .pagination .page-numbers {
    margin-right: 20px;
    margin-bottom: 10px;
    color: #999;
    display: inline-block;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-transform: uppercase;
    border-bottom: 1px solid transparent;
    font-size: 16px;
    vertical-align: middle
}

.pagination-wrapper .pagination .page-numbers.current,.pagination-wrapper .pagination .page-numbers:hover {
    color: #000;
    border-color: #000
}

@media (max-width: 767px) {
    .pagination-wrapper .pagination .page-numbers {
        margin-bottom:10px
    }
}

.container-full,.filter-product-section,.product-layout-4 .site-content>.container {
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    .container-full,.filter-product-section,.product-layout-4 .site-content>.container {
        padding-left:15px;
        padding-right: 15px;
        max-width: 750px
    }
}

@media (min-width: 992px) {
    .container-full,.filter-product-section,.product-layout-4 .site-content>.container {
        padding-left:15px;
        padding-right: 15px;
        max-width: 970px
    }
}

@media (min-width: 1200px) {
    .container-full,.filter-product-section,.product-layout-4 .site-content>.container {
        padding-left:65px;
        padding-right: 65px;
        max-width: 1720px
    }
}

.container .container {
    padding-left: 0;
    padding-right: 0
}

.layout-box #page,.layout-box .hero-slider,.layout-box .site-header.header-type-3 .site-header__bottom-inner {
    max-width: 1310px;
    margin: 0 auto
}

.relative {
    position: relative
}

.screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    position: absolute!important;
    height: 1px;
    width: 1px;
    overflow: hidden
}

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

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

@-webkit-keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

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

@keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

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

@-moz-document url-prefix() {
    .ball-scale>div {
        animation: ball-scale-notransform 1s 0s ease-in-out infinite
    }
}

@-webkit-keyframes ball-scale-notransform {
    0% {
        width: 0;
        height: 0
    }

    100% {
        width: 60px;
        height: 60px;
        opacity: 0
    }
}

@keyframes ball-scale-notransform {
    0% {
        width: 0;
        height: 0
    }

    100% {
        width: 60px;
        height: 60px;
        opacity: 0
    }
}

.off {
    color: red
}

.line-sep {
    margin-top: 30px;
    margin-bottom: 70px;
    border-bottom: 1px solid #ededed
}

.action-top:after,.clear:after,.clear:before,.entry-content:after,.entry-content:before,.products:after,.products:before,.site-content:after,.site-content:before,.site-footer:after,.site-footer:before,.site-header:after,.site-header:before,.woocommerce:after,form.cart:after,form.cart:before {
    content: "";
    display: table;
    table-layout: fixed
}

.clear:after,.entry-content:after,.products:after,.site-content:after,.site-footer:after,.site-header:after,form.cart:after {
    clear: both
}

.site-header {
    background-color: #fff;
    position: relative
}

.has-hero .site-header {
    position: absolute;
    width: 100%;
    z-index: 998;
    top: 0;
    left: 0;
    background-color: #fff;
    -webkit-transition: background-color .5s cubic-bezier(.25,.46,.45,.94);
    transition: background-color .5s cubic-bezier(.25,.46,.45,.94)
}

.has-hero .site-header:hover {
    background-color: #fff
}

.site-header .site-title {
    margin: 0;
    line-height: 1
}

.site-header .site-description {
    margin: 5px 0 0
}

.site-header .site-description:empty {
    margin: 0
}

.site-header.header-type-1 {
    background-color: #fff
}

.site-header.header-type-2 {
    position: absolute;
    width: 100%;
    z-index: 998;
    top: 0;
    left: 0;
    background-color: transparent;
    -webkit-transition: background-color .5s cubic-bezier(.25,.46,.45,.94);
    transition: background-color .5s cubic-bezier(.25,.46,.45,.94)
}

.site-header__content {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse
}

.site-header.header-type-3 .site-header__content {
    position: relative
}

.layout-box .site-header.header-type-3 .site-header__bottom-inner {
    background-color: #fff
}

.site-header__top {
    padding-top: 20px
}

@media (max-width: 992px) {
    .mobile-menu-active .site-header {
        background-color:#fff
    }

    .site-header__top {
        display: none
    }
}

.header-floating-trigger {
    position: relative;
    z-index: 100
}

.header-navigation.header-floating.floating {
    position: fixed;
    width: 100%;
    z-index: 998;
    left: 0;
    right: 0;
    bottom: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: visible;
    background-color: #fff
}

.header-navigation.header-floating.floating .site-branding img {
    max-width: 150px
}

.layout-box .header-navigation.header-floating.floating {
    background-color: transparent
}

.header-mobile-menu,.main-navigation,.nav-link-left,.nav-link-right,.site-branding {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10
}

.main-navigation {
    -ms-flex-positive: 1;
    ORDER: 0
}

.site-header__bottom .main-navigation {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

@media (max-width: 992px) {
    .main-navigation {
        display:none
    }
}

.site-branding {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 0;
    text-align: center
}

.site-branding img {
    max-width: 210px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.header-type-3 .site-branding {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-right: 0;
    position: absolute;
    left: 50%;
    width: 100%;
    max-width: 290px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.header-type-3 .site-branding__content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.site-branding__content {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (max-width: 992px) {
    .site-branding {
        margin-right:10px;
        margin-left: 10px;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        max-width: 100%
    }

    .site-branding__content {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.site-branding-floating {
    position: absolute;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    height: 80px;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    z-index: 2
}

.header-floating.floating .site-branding-floating {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.site-branding-floating__content {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    width: 100%;
    position: relative
}

.site-branding-floating__content img {
    margin-top: -5px
}

@media (max-width: 992px) {
    .site-branding-floating {
        position:relative;
        margin-right: 10px;
        margin-left: 10px;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    .site-branding-floating__content {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.header-mobile-menu {
    display: none;
    height: 80px;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.header-mobile-menu__inner {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 40px;
    color: #000;
    position: relative;
    cursor: pointer
}

.header-mobile-menu .toggle-mobile-menu {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 24px;
    height: 21px;
    font-size: 0;
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer
}

.header-mobile-menu .toggle-mobile-menu:focus {
    outline: 0
}

.header-mobile-menu .toggle-mobile-menu span {
    display: block;
    position: absolute;
    top: 9px;
    left: 0;
    right: 0;
    height: 2px;
    background: #000;
    -webkit-transition: background 0s .2s;
    transition: background 0s .2s
}

.header-mobile-menu .toggle-mobile-menu span:after,.header-mobile-menu .toggle-mobile-menu span:before {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    content: "";
    -webkit-transition-duration: .2s,.2s;
    transition-duration: .2s,.2s;
    -webkit-transition-delay: .2s,0s;
    transition-delay: .2s,0s
}

.header-mobile-menu .toggle-mobile-menu span:before {
    top: -7px;
    -webkit-transition-property: top,-webkit-transform;
    transition-property: top,-webkit-transform;
    transition-property: top,transform;
    transition-property: top,transform,-webkit-transform
}

.header-mobile-menu .toggle-mobile-menu span:after {
    bottom: -7px;
    -webkit-transition-property: bottom,-webkit-transform;
    transition-property: bottom,-webkit-transform;
    transition-property: bottom,transform;
    transition-property: bottom,transform,-webkit-transform
}

.mobile-menu-active .header-mobile-menu .toggle-mobile-menu span {
    background: 0 0;
    
}

.mobile-menu-active .header-mobile-menu .toggle-mobile-menu span:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.mobile-menu-active .header-mobile-menu .toggle-mobile-menu span:after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.mobile-menu-active .header-mobile-menu .toggle-mobile-menu span:after,.mobile-menu-active .header-mobile-menu .toggle-mobile-menu span:before {
    -webkit-transition-delay: 0s,.2s;
    transition-delay: 0s,.2s
}

@media (max-width: 992px) {
    .header-mobile-menu {
        display:block;
        
    }
}

.nav-link-floating {
    position: absolute;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
    right: 0;
    height: 80px;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    z-index: 110
}

.header-floating.floating .nav-link-floating {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

@media (max-width: 992px) {
    .nav-link-floating {
        position:relative;
        right: auto;
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    .nav-link-floating__content {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.nav-link-left {
    list-style: none;
    margin-right: 45px;
    height: 80px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.nav-link-left>li {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-right: 20px
}

.nav-link-left>li>a {
    text-transform: uppercase;
    line-height: normal;
    font-size: 16px;
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 20px;
    border-right: 1px solid #e3e3e3
}

.nav-link-left>li>a i {
    margin-left: 5px
}

.nav-link-left>li:last-child>a {
    padding-right: 0;
    border-right: 0
}

.nav-link-left .nav-link-lang:hover .lang-list {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.nav-link-left .nav-link-lang .lang-list {
    width: 120px;
    position: absolute;
    opacity: 0;
    top: 100%;
    visibility: hidden;
    left: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 110
}

.nav-link-left .nav-link-lang .lang-list__inner {
    border: 1px solid #fbfbfb;
    margin-top: 10px;
    padding: 20px;
    background-color: #fff
}

.nav-link-left .nav-link-lang .lang-list ul li {
    font-size: 14px;
    margin-bottom: 10px
}

.nav-link-left .nav-link-lang .lang-list ul li:last-child {
    margin-bottom: 0
}

.nav-link-left .nav-link-lang .lang-list ul li a {
    text-decoration: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.nav-link-left .nav-link-lang .lang-list ul li a:hover,.nav-link-left .nav-link-lang .lang-list ul li.active a {
    color: #999
}

.nav-link-left .nav-link-currency:hover .currency-list {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.nav-link-left .nav-link-currency .currency-list {
    width: 120px;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    left: 0;
    top: 100%;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 110
}

.nav-link-left .nav-link-currency .currency-list__inner {
    border: 1px solid #fbfbfb;
    margin-top: 10px;
    padding: 20px;
    background-color: #fff
}

.nav-link-left .nav-link-currency .currency-list ul li {
    font-size: 14px;
    margin-bottom: 10px
}

.nav-link-left .nav-link-currency .currency-list ul li:last-child {
    margin-bottom: 0
}

.nav-link-left .nav-link-currency .currency-list ul li a {
    text-decoration: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.nav-link-left .nav-link-currency .currency-list ul li a:hover,.nav-link-left .nav-link-currency .currency-list ul li.active a {
    color: #999
}

@media (max-width: 992px) {
    .nav-link-left {
        display:none
    }
}

.nav-link-right {
    list-style: none;
    margin-left: 45px;
    height: 80px;
    order: 2
}

.nav-link-right>li {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.nav-link-right>li:nth-child(2) {
    margin: 0 40px
}

.header-type-3 .nav-link-right .nav-link-account .suffix {
    display: block
}

.header-type-3 .nav-link-right .nav-link-account .prefix {
    display: none
}

.nav-link-right .nav-link-account a {
    font-size: 13px;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.nav-link-right .nav-link-account a:hover {
    color: #999
}

.nav-link-right .nav-link-account .suffix {
    display: none;
    font-size: 30px
}

@media (max-width: 992px) {
    .nav-link-right .nav-link-account {
        display:none
    }
}

.nav-link-right .nav-link-cart .header-cart-link {
    font-size: 23px;
    position: relative;
    color: #000;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.nav-link-right .nav-link-cart .cart-count {
    font-size: 13px;
    margin-top: 10px
}

.nav-link-right .nav-link-cart:hover .header-cart-link {
    color: #999
}

.nav-link-right .nav-link-cart:hover .cart-mini-wrapper {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.nav-link-right .nav-link-cart:hover .cart-mini-wrapper .woocommerce-mini-cart-item a,.nav-link-right .nav-link-cart:hover .cart-mini-wrapper a.checkout {
    color: #000
}

@media (max-width: 992px) {
    .nav-link-right .nav-link-cart {
        margin:0;
        margin-left: 10px
    }
}

.nav-link-right .nav-link-search .toggle-search-box {
    font-size: 23px;
    position: relative;
    color: #000;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.nav-link-right .nav-link-search .toggle-search-box:hover {
    text-decoration: none;
    color: #999
}

@media (max-width: 992px) {
    .nav-link-right .nav-link-search {
        display:none
    }
}

@media (max-width: 992px) {
    .nav-link-right {
        margin-left:0
    }

    .nav-link-right>li:nth-child(2) {
        margin: 0
    }
}

.cart-mini-wrapper,.woocommerce .cart-mini-wrapper {
    width: 330px;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    right: 0;
    top: 100%;
    margin-top: 30px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: opacity .3s ease,margin-top .3s ease;
    transition: opacity .3s ease,margin-top .3s ease;
    z-index: 110
}

.cart-mini-wrapper__inner,.woocommerce .cart-mini-wrapper__inner {
    margin-top: 10px;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #fbfbfb
}

.cart-mini-wrapper ul.cart_list,.cart-mini-wrapper ul.product_list_widget,.woocommerce .cart-mini-wrapper ul.cart_list,.woocommerce .cart-mini-wrapper ul.product_list_widget {
    overflow: hidden
}

.cart-mini-wrapper ul.cart_list li,.cart-mini-wrapper ul.product_list_widget li,.woocommerce .cart-mini-wrapper ul.cart_list li,.woocommerce .cart-mini-wrapper ul.product_list_widget li {
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e3e3e3;
    position: relative;
    overflow: hidden
}

.cart-mini-wrapper ul.cart_list li a,.cart-mini-wrapper ul.product_list_widget li a,.woocommerce .cart-mini-wrapper ul.cart_list li a,.woocommerce .cart-mini-wrapper ul.product_list_widget li a {
    font-weight: 400
}

.cart-mini-wrapper ul.cart_list li img,.cart-mini-wrapper ul.product_list_widget li img,.woocommerce .cart-mini-wrapper ul.cart_list li img,.woocommerce .cart-mini-wrapper ul.product_list_widget li img {
    float: left;
    margin-right: 15px;
    width: 57px;
    margin-left: 0
}

.cart-mini-wrapper ul.cart_list li .quantity,.cart-mini-wrapper ul.product_list_widget li .quantity,.woocommerce .cart-mini-wrapper ul.cart_list li .quantity,.woocommerce .cart-mini-wrapper ul.product_list_widget li .quantity {
    display: block
}

.cart-mini-wrapper p,.woocommerce .cart-mini-wrapper p {
    margin-bottom: 0
}

@media (max-width: 992px) {
    .cart-mini-wrapper,.woocommerce .cart-mini-wrapper {
        display:none
    }
}

.mobile-menu {
    background-color: #fff;
    border-top: 1px solid #e3e3e3;
    padding: 50px 0 100px;
    position: fixed;
    height: 100%;
    width: 100%;
    overflow-y: scroll;
    z-index: 998;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

@media (max-width: 992px) {
    .mobile-menu-active .mobile-menu {
        -webkit-transform:translateX(0);
        transform: translateX(0);
        opacity: 1;
        visibility: visible
    }
}

.mobile-menu__search {
    margin-bottom: 30px
}

.mobile-menu__search input[type=search] {
    background-color: transparent
}

.mobile-menu__search button,.mobile-menu__search input[type=search] {
    border: 0;
    border-bottom: 1px solid #e3e3e3;
    outline: 0
}

.mobile-menu__search button:active,.mobile-menu__search button:focus,.mobile-menu__search input[type=search]:active,.mobile-menu__search input[type=search]:focus {
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    outline: 0
}

.mobile-menu__search input[type=search] {
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    width: 100%
}

.mobile-menu__search .search-submit {
    display: none
}

.mobile-menu__search label {
    width: 100%;
    position: relative
}

.mobile-menu__search label:after {
    font-family: Ionicons;
    content: "\f4a5";
    font-size: 24px;
    position: absolute;
    top: 15px;
    right: 0;
    line-height: 1
}

.mobile-menu__search button {
    font-size: 24px;
    padding-right: 8px
}

.brand-slider {
    margin-left: -60px;
    margin-right: -60px
}

@media (max-width: 1100px) {
    .brand-slider {
        margin-left:-30px;
        margin-right: -30px
    }
}

@media (max-width: 768px) {
    .brand-slider {
        margin-left:-15px;
        margin-right: -15px
    }
}

.woocommerce-product-gallery__wrapper {
    overflow: hidden
}

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

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

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

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

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

    100% {
        opacity: 0
    }
}

@keyframes fadeOut-animated {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

#page {
    position: relative;
    overflow-x: hidden
}

.layout-box #page {
    background-color: #fff
}

.site-content {
    padding-bottom: 135px
}

.single .site-content {
    padding-top: 120px;
    padding-bottom: 0
}

.product-layout-4 .site-content>.container {
    width: 100%;
    padding-left: 80px;
    padding-right: 80px
}

.admin-bar .search-box__header-container {
    top: 32px
}

.search-box {
    position: fixed;
    padding-bottom: 3em;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.search-box-active .search-box {
    visibility: visible;
    opacity: 1
}

.search-box-active .search-box__content {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    opacity: 1
}

.search-box__header-container {
    width: 100%;
    z-index: 5;
    padding-top: 30px
}

.search-box__header {
    height: 80px;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    overflow: hidden
}

.search-box__close,.search-box__title {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
}

.search-box__close .inner,.search-box__title .inner {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 80px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.search-box__title {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    text-transform: uppercase;
    font-size: 20px
}

.search-box .close-search-box {
    font-size: 32px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer
}

.search-box .close-search-box:hover {
    color: #999;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.search-box__content {
    overflow-y: scroll;
    height: 100%;
    overflow-x: hidden;
    margin-bottom: 60px;
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    opacity: 0
}

.search-box__input {
    margin-bottom: 4em;
    margin-top: 8em
}

.search-box__input label {
    width: 100%
}

.search-box__input input[type=search] {
    width: 100%;
    text-align: center;
    border: 0;
    border-bottom: 1px solid #e3e3e3;
    font-size: 20px
}

.search-box__input .search-submit {
    display: none
}

.filter-product-section {
    padding-top: 6em;
    text-align: center
}

.filter-product-section .filter-product-tabs {
    text-align: center
}

.filter-product-section .filter-product-tabs li {
    display: inline-block;
    padding: 10px 15px
}

.filter-product-section .filter-product-tabs li a {
    text-decoration: none;
    color: #999;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700
}

.filter-product-section .filter-product-tabs li a:hover,.filter-product-section .filter-product-tabs li.active a {
    color: #000
}

.categories-section {
    overflow: hidden
}

.list-categories-section {
    margin: -5px
}

.list-categories-section .category-item {
    float: left;
    width: 50%;
    position: relative
}

.list-categories-section .category-item__inner {
    margin: 5px;
    position: relative;
    overflow: hidden
}

.list-categories-section .category-item__img {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.list-categories-section .category-item__img:before {
    content: '';
    display: block;
    padding-top: 70%
}

.list-categories-section .category-item__img img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: auto;
    max-width: none;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.list-categories-section .category-item__text {
    position: absolute;
    left: 75px;
    bottom: 75px
}

.list-categories-section .category-item__title {
    font-size: 48px;
    font-weight: 400;
    color: #fff
}

.list-categories-section .category-item__link {
    font-weight: 500
}

.list-categories-section .category-item__link i {
    margin-left: 5px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.list-categories-section .category-item__link:hover i {
    margin-left: 7px
}

.list-categories-section .category-item:nth-child(2) .category-item__img:before,.list-categories-section .category-item:nth-child(3) .category-item__img:before {
    padding-top: 100%
}

.list-categories-section .category-item:hover .category-item__img {
    -webkit-transform: scale(1.05,1.05);
    transform: scale(1.05,1.05)
}

.list-categories-section .category-item:hover .category-item__img img {
    opacity: .8
}

@media (max-width: 992px) {
    .list-categories-section .category-item__text {
        left:30px;
        bottom: 30px
    }

    .list-categories-section .category-item__title {
        font-size: 38px
    }
}

@media (max-width: 768px) {
    .list-categories-section .category-item__text {
        left:20px;
        bottom: 20px
    }
}

@media (max-width: 640px) {
    .list-categories-section .category-item {
        width:100%
    }
}

.instagram-box-section {
    padding-top: 5em;
    overflow: hidden
}

.panel-row-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.panel-row-section .panel-row-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: stretch;
    flex-wrap: stretch;
    padding-left: 0;
    padding-right: 0
}

.panel-row-section .panel-row-inner {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 100px
}

@media (max-width: 767px) {
    .panel-row-section .panel-row-item {
        min-height:300px
    }

    .panel-row-section .panel-row-inner {
        padding: 50px
    }
}

.custom-text-column {
    padding: 80px 0
}

.custom-text-column h2 {
    font-size: 36px;
    margin-top: 0
}

.custom-box-wrapper {
    padding-top: 50px
}

.custom-box-wrapper .custom-box {
    text-align: center;
    margin-bottom: 30px
}

.custom-box-wrapper .custom-box-title {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 500
}

.custom-box-wrapper .custom-box-content {
    margin-top: 35px;
    color: #666;
    font-size: 16px
}

@media (max-width: 992px) {
    .list-categories-section .category-item__img {
        background-size:cover
    }
}

.shop-filter-toolbar {
    margin-bottom: 50px;
    margin-top: -5px
}

.shop-filter-content {
    margin-left: -15px;
    margin-right: -15px;
    display: none;
    -webkit-animation: fadeIn-animated 1s;
    animation: fadeIn-animated 1s;
    z-index: -999;
    opacity: 0
}

.shop-filter-content.active {
    opacity: 1;
    z-index: 1
}

.product-layout-4 .shop-fullwidth .site-content>.container,.shop-fullwidth .product-layout-4 .site-content>.container,.shop-fullwidth .site-content>.container-full,.shop-fullwidth .site-content>.filter-product-section {
    max-width: 100%
}

@media (min-width: 768px) {
    .product-layout-4 .shop-fullwidth .site-content>.container,.shop-fullwidth .product-layout-4 .site-content>.container,.shop-fullwidth .site-content>.container-full,.shop-fullwidth .site-content>.filter-product-section {
        max-width:100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 992px) {
    .product-layout-4 .shop-fullwidth .site-content>.container,.shop-fullwidth .product-layout-4 .site-content>.container,.shop-fullwidth .site-content>.container-full,.shop-fullwidth .site-content>.filter-product-section {
        max-width:100%;
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width: 1200px) {
    .product-layout-4 .shop-fullwidth .site-content>.container,.shop-fullwidth .product-layout-4 .site-content>.container,.shop-fullwidth .site-content>.container-full,.shop-fullwidth .site-content>.filter-product-section {
        max-width:100%;
        padding-left: 0;
        padding-right: 0
    }
}

@media (max-width: 991px) {
    .shop-filter-content {
        margin-left:15px;
        margin-right: 15px;
        margin-bottom: 50px
    }
}

@-webkit-keyframes fadeIn-animated {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn-animated {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.site-footer {
    padding-top: 50px;
    border-top: 1px solid #e3e3e3;
    background-color: #fff;
    position: relative;
    z-index: 30
}

.site-footer.footer-type-2 {
    padding-bottom: 60px;
    padding-top: 60px;
    background-color: #e3e3e3
}

.site-footer.footer-type-3 {
    padding-top: 0;
    padding-bottom: 50px;
    background-color: #f1f1f1
}

@media (max-width: 767px) {
    .site-footer {
        padding-bottom:50px
    }
}

.footer-widget {
    margin-top: 85px
}

.footer-type-2 .footer-widget {
    margin-top: 45px
}

.footer-type-3 .footer-widget {
    margin: 100px 0
}

.footer-widget__item-1 {
    text-align: left
}

.footer-widget__item-2 {
    text-align: center
}

.footer-widget__item-2 p {
    color: #999
}

.footer-widget__item-3 {
    text-align: right
}

@media (max-width: 992px) {
    .footer-widget__item-1,.footer-widget__item-3 {
        display:none
    }
}

.footer-logo {
    margin-bottom: 3em
}

.site-info {
    text-align: center
}

.footer-type-1 .site-info {
    color: #999
}

.footer-type-2 .site-info {
    margin-bottom: 0;
    margin-top: 2em
}

.footer-type-3 .site-info {
    margin: 0
}

.footer-info-menu .site-info {
    float: left;
    margin-bottom: 15px
}

.footer-info-menu .social-media-list {
    float: right;
    margin-bottom: 15px
}

.footer-info-menu .social-media-list li a {
    font-size: 14px
}

.widget {
    margin: 0 0 70px
}

.widget select {
    max-width: 100%
}

.widget ul {
    margin: 0;
    padding: 0
}

.widget ul li {
    list-style: none;
    line-height: normal;
    padding: 5px 0;
    overflow: hidden
}

.widget ul li a {
    color: #999
}

.widget ul li a:hover {
    color: #000
}

.widget.widget_search .search-submit {
    display: none
}

.widget .widget-title {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 18px
}

.shop-filter-content .widget {
    width: 20%;
    float: left;
    padding: 0 15px;
    margin-bottom: 40px
}

.shop-filter-content .widget ul li {
    padding: 10px 0
}

.site-footer .widget {
    margin-bottom: 50px
}

.site-footer .widget ul li a {
    color: #333
}

.site-footer .widget ul li a:hover {
    color: #999
}

.site-footer .widget .widget-title {
    font-size: 16px;
    text-align: center;
    font-weight: 100;
    text-transform: uppercase;
    font-family: inherit
}

@media (max-width: 991px) {
    .shop-filter-content .widget {
        width:100%;
        border-bottom: 1px solid #e3e3e3;
        float: none;
        padding: 0;
        margin-bottom: 0
    }

    .shop-filter-content .widget .widget-title {
        margin-bottom: 0;
        padding: 15px 0 17px;
        position: relative;
        cursor: pointer
    }

    .shop-filter-content .widget .widget-title:after {
        content: "\f218";
        display: inline-block;
        font-family: Ionicons;
        speak: none;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        text-rendering: auto;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .shop-filter-content .widget .widget-title+* {
        display: none
    }

    .shop-filter-content .widget.active {
        padding-bottom: 30px
    }

    .shop-filter-content .widget.active .widget-title {
        margin-bottom: 30px
    }

    .shop-filter-content .widget.active .widget-title+* {
        display: block
    }
}

.widget_categories ul li {
    position: relative;
    overflow-y: hidden;
    text-align: right;
    padding-left: 15px;
    padding-bottom: 20px;
    color: #666;
    font-size: 14px
}

.widget_categories ul li:before {
    font-family: Ionicons;
    position: absolute;
    color: #666;
    left: 0;
    content: "\f10a"
}

.widget_categories ul li a {
    float: left;
    text-align: left;
    color: #666
}

.widget_price_filter .price_slider_wrapper {
    margin-bottom: 25px
}

.widget_price_filter .price_slider {
    margin-bottom: 1em
}

.widget_price_filter .price_slider_amount {
    text-align: center;
    line-height: 2.4;
    font-size: 14px;
    color: #999
}

.widget_price_filter .price_slider_amount .button {
    font-size: 1.15em
}

.widget_price_filter .price_slider_amount .button {
    float: left
}

.widget_price_filter .ui-slider {
    position: relative;
    text-align: left;
    margin-left: .5em;
    margin-right: .5em
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
    border-radius: 1em;
    background-color: #e3e3e3;
    border: 0
}

.widget_price_filter .ui-slider-horizontal {
    height: 2px
}

.social-media-list a:before,.social-widget li a::before {
    font-family: Ionicons;
    color: inherit
}

.social-media-list li a,.social-widget a {
    -webkit-backface-visibility: visible;
    backface-visibility: visible
}

.social-media-list a[href*="twitter.com"]::before {
    content: "\f243"
}

.social-media-list a[href*="facebook.com"]::before {
    content: "\f231"
}

.social-media-list a[href*="plus.google.com"]::before {
    content: '\f235'
}

.social-media-list a[href*="google.com/+"]::before {
    content: '\f235'
}

.social-media-list a[href*="dribbble.com"]::before {
    content: '\f22c'
}

.social-media-list a[href*="pinterest.com"]::before {
    content: '\f2b1'
}

.social-media-list a[href*="youtube.com"]::before {
    content: '\f24d'
}

.social-media-list a[href*="vimeo.com"]::before {
    content: '\f245'
}

.social-media-list a[href*="instagram.com"]::before {
    content: '\f350'
}

.social-media-list a[href*="linkedin.com"]::before {
    content: '\f239'
}

.social-media-list a[href*="foursquare.com"]::before {
    content: '\f34d'
}

.social-media-list a[href*="tumblr.com"]::before {
    content: '\f241'
}

.social-media-list a[href*="deviantart.com"]::before {
    content: '\f1bd'
}

.social-media-list a[href*="weibo.com"]::before {
    content: '\f18a'
}

.social-media-list a[href*="xing.com"]::before {
    content: '\f168'
}

.social-media-list a[href*="trello.com"]::before {
    content: '\f181'
}

.social-media-list a[href*=mailto]::before {
    content: '\f2eb'
}

.page-header {
    border-bottom: 0;
    margin: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0 40px;
    margin-bottom: 50px
}

.page-header h1 {
    font-size: 28px
}

.page-header.has-background {
    padding: 150px 0 100px
}

.single-product .page-header {
    padding: 40px 0 30px;
    background-color: #f3f3f3;
    text-align: center;
    margin-bottom: 80px
}

@media (max-width: 991px) {
    .single-product .page-header {
        margin-bottom:30px
    }
}

.single-product.product-layout-4 .page-header {
    display: none
}

.page-header.hero-slider {
    padding: 0;
    margin: 0
}

.page-header.hero-banner {
    height: 820px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 0;
    margin-bottom: 0
}

@media (min-width: 768px) {
    .page-header h1 {
        font-size:36px
    }

    .single-product .page-header {
        text-align: left
    }
}

@media (min-width: 992px) {
    .single-product .page-header {
        text-align:left
    }

    .page-header.has-background {
        padding: 185px 0
    }
}

@media (min-width: 1200px) {
    .single-product .page-header {
        text-align:left
    }

    .page-header.has-background {
        padding: 225px 0
    }
}

.post-header {
    height: 450px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.sticky {
    display: block
}

.single .meta-category {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px
}

.single .entry-title {
    font-size: 50px
}

.single .entry-header {
    text-align: center
}

.entry-meta {
    color: #999
}

.entry-meta .entry-date {
    color: #999
}

.entry-meta a {
    color: #000;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-decoration: none
}

.entry-meta a:hover {
    color: #999
}

.entry-thumbnail {
    margin-bottom: 30px
}

.entry-thumbnail img {
    width: 100%;
    height: auto;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.entry-title {
    font-size: 24px;
    margin: 20px 0 30px
}

.entry-title a {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-decoration: none
}

.entry-title a:hover {
    color: #999
}

.entry-content {
    color: #666
}

.entry-content .h1,.entry-content .h2,.entry-content .h3,.entry-content .h4,.entry-content .h5,.entry-content .h6,.entry-content h1,.entry-content h2,.entry-content h3,.entry-content h4,.entry-content h5,.entry-content h6 {
    font-weight: 500;
    color: #000;
    margin: 2em 0
}

.entry-content strong {
    color: #000
}

.entry-footer {
    font-size: 14px;
    color: #000;
    margin-top: 40px
}

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

.page-template-template_page-builder .site-content {
    margin-top: 0
}

.page-template-template_page-builder .site-content {
    padding-bottom: 0
}

.page-template-template-contact-page .site-content {
    padding-bottom: 0
}

.contact-box-wrapper {
    background-color: #f6f6f6;
    margin-top: 150px;
    padding: 100px 0
}

.error-404 {
    text-align: center
}

.error-404 .notice-404 {
    color: #c8cacc;
    font-size: 92px;
    line-height: 1
}

.error-404 .search-form {
    margin-bottom: 70px
}

.post-comments-list {
    padding: 0;
    margin: 40px 0;
    list-style: none
}

.post-comments-list ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.post-comments-list ul.children {
    margin-left: 11%
}

@media (max-width: 479px) {
    .post-comments-list ul.children {
        margin-left:10%
    }
}

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

embed,object {
    max-width: 100%
}

.gallery {
    margin-bottom: 1.5em
}

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

.woocommerce #respond input#submit,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 500;
    border-radius: 0;
    left: auto;
    color: #000;
    background-color: #fff;
    border: 0;
    white-space: nowrap;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    text-shadow: none
}

.woocommerce #respond input#submit:hover,.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover {
    background-color: #000;
    text-decoration: none;
    background-image: none;
    color: #fff
}

.woocommerce #respond input#submit.alt,.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt {
    background-color: #000;
    color: #fff;
    -webkit-font-smoothing: antialiased
}

.woocommerce #respond input#submit.alt:hover,.woocommerce a.button.alt:hover,.woocommerce button.button.alt:hover,.woocommerce input.button.alt:hover {
    background-color: #000;
    color: #fff
}

.woocommerce #respond input#submit.alt:disabled,.woocommerce #respond input#submit.alt:disabled:hover,.woocommerce #respond input#submit.alt:disabled[disabled],.woocommerce #respond input#submit.alt:disabled[disabled]:hover,.woocommerce a.button.alt:disabled,.woocommerce a.button.alt:disabled:hover,.woocommerce a.button.alt:disabled[disabled],.woocommerce a.button.alt:disabled[disabled]:hover,.woocommerce button.button.alt:disabled,.woocommerce button.button.alt:disabled:hover,.woocommerce button.button.alt:disabled[disabled],.woocommerce button.button.alt:disabled[disabled]:hover,.woocommerce input.button.alt:disabled,.woocommerce input.button.alt:disabled:hover,.woocommerce input.button.alt:disabled[disabled],.woocommerce input.button.alt:disabled[disabled]:hover {
    background-color: #000;
    color: #fff
}

.woocommerce #respond input#submit:disabled,.woocommerce #respond input#submit:disabled[disabled],.woocommerce a.button:disabled,.woocommerce a.button:disabled[disabled],.woocommerce button.button:disabled,.woocommerce button.button:disabled[disabled],.woocommerce input.button:disabled,.woocommerce input.button:disabled[disabled] {
    color: inherit;
    cursor: not-allowed;
    opacity: .5;
    padding: .618em 1em
}

.woocommerce #respond input#submit:disabled:hover,.woocommerce #respond input#submit:disabled[disabled]:hover,.woocommerce a.button:disabled:hover,.woocommerce a.button:disabled[disabled]:hover,.woocommerce button.button:disabled:hover,.woocommerce button.button:disabled[disabled]:hover,.woocommerce input.button:disabled:hover,.woocommerce input.button:disabled[disabled]:hover {
    color: inherit;
    background-color: #000
}

.woocommerce .cart .button,.woocommerce .cart input.button {
    float: none
}

.woocommerce #reviews h3 {
    margin: 0
}

.woocommerce #reviews #respond {
    margin: 0;
    border: 0;
    padding: 0
}

.woocommerce #reviews #comments .add_review {
    content: "";
    display: table;
    table-layout: fixed
}

.woocommerce #reviews #comments h2 {
    clear: none;
    margin-top: 0;
    font-weight: 400;
    font-size: 24px
}

.woocommerce #reviews #comments ol.commentlist {
    content: "";
    display: table;
    table-layout: fixed;
    margin: 0;
    width: 100%;
    background: 0 0;
    list-style: none;
    padding-left: 0
}

.woocommerce #reviews #comments ol.commentlist li {
    padding: 0;
    margin: 0 0 20px;
    border: 0;
    position: relative;
    background: 0;
    border: 0
}

.woocommerce #reviews #comments ol.commentlist li .meta {
    color: #000;
    font-size: .75em
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    float: left;
    padding: 0;
    width: 60px;
    height: auto;
    background: #fff;
    border: none;
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.woocommerce #reviews #comments ol.commentlist ul.children {
    list-style: none outside;
    margin: 20px 0 0 50px
}

.woocommerce #reviews #comments ol.commentlist #respond {
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    padding: 1em 1em 0;
    margin: 20px 0 0 50px
}

.woocommerce #reviews #comments .commentlist>li::before {
    content: ''
}

.woocommerce .products .product-price {
    font-size: 16px
}

.woocommerce .products,.woocommerce.products {
    margin-left: -15px;
    margin-right: -15px
}

.woocommerce .products .product,.woocommerce.products .product {
    margin-bottom: 50px
}

.woocommerce .products .product-inner,.woocommerce.products .product-inner {
    position: relative;
    text-align: center
}

.woocommerce .products .product img,.woocommerce.products .product img {
    margin-top: 0;
    margin-bottom: 30px
}

.woocommerce .products .product img img,.woocommerce.products .product img img {
    width: 100%;
    height: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.woocommerce .products .product h2,.woocommerce.products .product h2 {
    font-size: 16px;
    margin-top: 5px;
    color: #999;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.woocommerce .products .product h2 a,.woocommerce.products .product h2 a {
    color: #999;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.woocommerce .products .product-price-button,.woocommerce.products .product-price-button {
    position: relative;
    overflow: hidden;
    padding-bottom: 5px
}

.woocommerce .products .product-price,.woocommerce.products .product-price {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    display: inline-block;
    font-size: 16px
}

.woocommerce .products .product-button,.woocommerce.products .product-button {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
    color: #000;
    visibility: hidden
}

.woocommerce .products .product-button a,.woocommerce.products .product-button a {
    text-decoration: none;
    border-bottom: 1px solid #000;
    color: #000;
    font-size: 16px;
    outline: 0;
    position: relative;
    display: inline-block;
    outline: 0;
    line-height: normal;
    margin: 0 5px
}

.woocommerce .products .product-button a:after,.woocommerce.products .product-button a:after {
    content: "";
    height: 1px;
    background-color: #000;
    width: 0;
    bottom: -1px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: width .3s ease-out;
    transition: width .3s ease-out;
    -webkit-transition-delay: 50ms;
    transition-delay: 50ms
}

.woocommerce .products .product-button a:hover,.woocommerce.products .product-button a:hover {
    text-decoration: none;
    border-color: transparent
}

.woocommerce .products .product-button a:hover:after,.woocommerce.products .product-button a:hover:after {
    width: 100%
}

.woocommerce .products .product:hover .product-price,.woocommerce.products .product:hover .product-price {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.woocommerce .products .product:hover .product-button,.woocommerce.products .product:hover .product-button {
    top: 0;
    opacity: 1;
    visibility: visible
}

.woocommerce div.product {
    margin-bottom: 50px
}

.woocommerce div.product .woocommerce-tabs {
    margin-bottom: 70px
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    list-style: none;
    padding: 0;
    margin: 0 0 60px;
    overflow: hidden;
    position: relative;
    text-align: center;
    border-bottom: 1px solid #e3e3e3
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: none;
    background-color: transparent;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 0;
    margin: 0 -5px;
    padding: 20px
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: inline-block;
    padding: 0;
    font-weight: 400;
    font-size: 18px;
    color: #999;
    text-decoration: none
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    text-decoration: none;
    color: #000
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: 0 0;
    z-index: 2;
    border-bottom-color: #e3e3e3
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #000;
    text-shadow: none
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after,.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
    display: none
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    display: none
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    display: none
}

.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0 0 2em;
    padding: 0
}

.woocommerce div.product .woocommerce-tabs .panel.entry-content {
    font-size: 14px
}

.woocommerce div.product .woocommerce-tabs .panel.entry-content>h2:first-child {
    display: none
}

.woocommerce div.product .woocommerce-tabs .panel.entry-content h2 {
    margin-top: 0;
    font-size: 24px;
    font-weight: 400
}

.woocommerce div.product p.cart {
    margin-bottom: 2em;
    display: block
}

.woocommerce div.product form.cart {
    margin-bottom: 2em;
    display: block
}

.woocommerce div.product form.cart div.quantity {
    float: left;
    margin: 0 25px 15px 0
}

.woocommerce div.product form.cart table {
    border-width: 0 0 1px
}

.woocommerce div.product form.cart table td {
    padding-left: 0
}

.woocommerce div.product form.cart table div.quantity {
    float: none;
    margin: 0
}

.woocommerce div.product form.cart .woocommerce-variation-description p {
    margin-bottom: 1em
}

.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: left
}

.woocommerce div.product form.cart.group_table .group_table {
    width: 100%;
    margin-bottom: 20px
}

.woocommerce div.product form.cart.group_table .group_table td {
    padding: 15px;
    vertical-align: top;
    border-bottom: 1px solid #e1e1e1
}

.woocommerce div.product form.cart.group_table .group_table tr:last-child td {
    border-bottom: 0
}

.woocommerce div.product form.cart.group_table .group_table td.label {
    width: 75%;
    text-align: left
}

.woocommerce div.product form.cart.group_table label {
    font-size: 14px;
    margin-bottom: 0
}

.woocommerce div.product form.cart.group_table .price {
    display: block;
    margin-top: 5px
}

.woocommerce div.product form.cart.group_table .product-price {
    font-size: 14px
}

.woocommerce div.product form.cart.group_table .button.single_add_to_cart_button {
    width: 100%;
    height: 45px;
    margin-top: 1em
}

@media (max-width: 480px) {
    .woocommerce div.product .woocommerce-tabs ul.tabs {
        border-bottom:0;
        text-align: left
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li {
        padding: 10px;
        display: block;
        border-bottom: 1px solid transparent
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
        border-bottom-color: #e3e3e3
    }
}

.woocommerce .single-product .product,.woocommerce.single-product .product {
    margin-bottom: 0
}

.woocommerce .single-product .woocommerce-product-gallery__wrapper,.woocommerce.single-product .woocommerce-product-gallery__wrapper {
    position: relative
}

.woocommerce .single-product .woocommerce-product-gallery__wrapper__image,.woocommerce.single-product .woocommerce-product-gallery__wrapper__image {
    position: relative
}

.woocommerce .single-product.product-layout-1 .has-gallery .woocommerce-product-gallery__wrapper,.woocommerce .single-product.product-layout-4 .has-gallery .woocommerce-product-gallery__wrapper,.woocommerce.single-product.product-layout-1 .has-gallery .woocommerce-product-gallery__wrapper,.woocommerce.single-product.product-layout-4 .has-gallery .woocommerce-product-gallery__wrapper {
    margin-left: 100px
}

.woocommerce .single-product.product-layout-1 .product-thumbnails,.woocommerce .single-product.product-layout-4 .product-thumbnails,.woocommerce.single-product.product-layout-1 .product-thumbnails,.woocommerce.single-product.product-layout-4 .product-thumbnails {
    position: absolute;
    top: 0;
    max-width: 70px;
    height: auto
}

.woocommerce .single-product .product_title,.woocommerce.single-product .product_title {
    font-size: 20px;
    margin-top: 0;
    color: #000;
    margin-bottom: 10px
}

.woocommerce .single-product .price,.woocommerce.single-product .price {
    margin-top: 15px;
    margin-bottom: 0
}

.woocommerce .single-product .cart,.woocommerce.single-product .cart {
    margin-top: 5em
}

.woocommerce .single-product .cart .q-min,.woocommerce .single-product .cart .q-plus,.woocommerce.single-product .cart .q-min,.woocommerce.single-product .cart .q-plus {
    height: 45px;
    line-height: 45px
}

.woocommerce .single-product .cart .q-min i:before,.woocommerce .single-product .cart .q-plus i:before,.woocommerce.single-product .cart .q-min i:before,.woocommerce.single-product .cart .q-plus i:before {
    line-height: 45px
}

.woocommerce .single-product .cart button,.woocommerce .single-product .cart input,.woocommerce.single-product .cart button,.woocommerce.single-product .cart input {
    height: 45px
}

.woocommerce .single-product .cart button,.woocommerce.single-product .cart button {
    padding-left: 0;
    padding-right: 0;
    max-width: 210px;
    text-align: center;
    letter-spacing: 2;
    width: 100%
}

.woocommerce .single-product .stock,.woocommerce.single-product .stock {
    margin-top: 5em;
    margin-bottom: 2em
}

.woocommerce .single-product.product-layout-3 .cart .add-to-cart button,.woocommerce.single-product.product-layout-3 .cart .add-to-cart button {
    max-width: 312px
}

.woocommerce .single-product .product_meta,.woocommerce.single-product .product_meta {
    padding-top: 40px;
    margin-top: 10px;
    border-top: 1px solid #e3e3e3
}

@media (max-width: 991px) {
    .woocommerce .single-product.product-layout-1 .product-thumbnails,.woocommerce .single-product.product-layout-4 .product-thumbnails,.woocommerce.single-product.product-layout-1 .product-thumbnails,.woocommerce.single-product.product-layout-4 .product-thumbnails {
        position:relative;
        top: auto;
        max-width: 100%;
        height: auto
    }
}

@media (max-width: 480px) {
    .woocommerce .single-product .cart,.woocommerce.single-product .cart {
        margin-bottom:2em
    }

    .woocommerce .single-product .cart .add-to-cart .quantity,.woocommerce.single-product .cart .add-to-cart .quantity {
        width: 100%;
        margin-right: 0
    }

    .woocommerce .single-product .cart .add-to-cart button,.woocommerce.single-product .cart .add-to-cart button {
        max-width: 100%
    }

    .woocommerce .single-product.product-layout-3 .cart button,.woocommerce.single-product.product-layout-3 .cart button {
        max-width: 100%
    }
}

.woocommerce.shop-fullwidth .shop-content .products .product-details {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 30px;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
    visibility: hidden
}

.woocommerce.shop-fullwidth .shop-content .products .product:hover .product-price {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.woocommerce.shop-fullwidth .shop-content .products .product:hover .product-details {
    margin-top: 0;
    opacity: 1;
    visibility: visible
}

.woocommerce.shop-fullwidth .shop-content .products .product:hover .product-button {
    top: 100%;
    opacity: 0;
    visibility: hidden
}

@media (max-width: 991px) {
    .woocommerce.shop-fullwidth .shop-content .products .product-details {
        position:relative;
        top: auto;
        left: auto;
        margin-top: 0;
        -webkit-transform: translate(0,0);
        transform: translate(0,0);
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        opacity: 1;
        visibility: visible
    }

    .woocommerce.shop-fullwidth .shop-content .products .product:hover .product-price {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    .woocommerce.shop-fullwidth .shop-content .products .product:hover .product-details {
        opacity: 1;
        visibility: visible
    }

    .woocommerce.shop-fullwidth .shop-content .products .product:hover .product-button {
        top: 100%;
        opacity: 0;
        visibility: hidden
    }
}

.woocommerce form .form-row .select2-container {
    width: 100%;
    line-height: 2em
}

.woocommerce form .form-row .select2-container .select2-selection--single {
    outline: 0;
    padding: 12px 20px;
    height: auto;
    border-radius: 0;
    border: 1px solid #e3e3e3
}

.q-min,.q-plus {
    display: none
}

.cart {
    margin-top: 2em;
    margin-bottom: 1em
}

.cart .quantity {
    float: left;
    position: relative;
    margin-right: 25px;
    margin-bottom: 15px;
    width: 120px
}

.cart .quantity input[type=number] {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    text-align: center;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: textfield;
    appearance: none
}

.cart .quantity .q-min,.cart .quantity .q-plus {
    position: absolute;
    top: 0;
    height: 55px;
    width: 40px;
    text-align: center;
    line-height: 55px;
    text-decoration: none;
    font-size: 16px;
    display: block;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.cart .quantity .q-min i:before,.cart .quantity .q-plus i:before {
    line-height: 55px
}

.cart .quantity .q-min:focus,.cart .quantity .q-min:hover,.cart .quantity .q-plus:focus,.cart .quantity .q-plus:hover {
    color: #999
}

.cart .quantity .q-plus {
    right: 0
}

.cart .quantity .q-min {
    left: 0
}

.cart .button {
    float: left;
    vertical-align: middle;
    background-color: #333;
    text-transform: uppercase;
    border-color: #333;
    color: #fff;
    font-weight: 500;
    padding-left: 65px;
    padding-right: 65px
}

.cart .button:focus,.cart .button:hover {
    opacity: .8
}

.woocommerce-cart .page-header {
    margin-bottom: 0
}

.woocommerce-cart .entry-header {
    display: none
}

.woocommerce-cart .woocommerce .woocommerce-cart-form {
    float: left;
    width: 70%;
    padding-right: 70px
}

.woocommerce-cart .woocommerce .woocommerce-cart-form h2 {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 100px;
    font-weight: 400
}

.woocommerce-cart table.cart td {
    display: table-cell;
    vertical-align: top;
    padding: 40px 30px
}

.woocommerce-cart table.cart .woocommerce-cart-form__cart-item td {
    border-bottom: 1px solid #d6d6d6;
    font-size: 16px
}

.woocommerce-cart table.cart .woocommerce-cart-form__cart-item td.product-thumbnail {
    padding-left: 0;
    padding-right: 0
}

.woocommerce-cart table.cart .woocommerce-cart-form__cart-item td.product-name a {
    display: block;
    margin-bottom: 10px
}

.woocommerce-cart table.cart .woocommerce-cart-form__cart-item td.product-quantity .quantity {
    position: relative
}

.woocommerce-cart table.cart .woocommerce-cart-form__cart-item td.product-quantity label {
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: 400;
    font-size: 14px;
    color: #999;
    margin-bottom: 0
}

.woocommerce-cart table.cart td.actions {
    padding-left: 0;
    padding-right: 0
}

.woocommerce-cart table.cart td.actions .action-top {
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px
}

.woocommerce-cart table.cart td.actions .action-clear-cart {
    float: right
}

.woocommerce-cart table.cart td.actions .action-clear-cart i {
    font-size: 16px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: top
}

.woocommerce-cart table.cart td.actions .button[name=update_cart] {
    float: right;
    position: relative
}

.woocommerce-cart table.cart td.actions .button[name=update_cart]:before {
    content: "\f459";
    display: inline-block;
    font-family: Ionicons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    position: absolute
}

.woocommerce-cart table.cart td.actions .button[name=update_cart] .button {
    padding: 2px 0 2px 30px;
    border: 0;
    position: relative;
    height: auto
}

.woocommerce-cart table.cart td.actions .button[name=update_cart] .button:hover {
    background-color: transparent;
    color: #000
}

.woocommerce-cart table.cart td.actions .coupon {
    position: relative;
    width: 70%;
    float: left
}

.woocommerce-cart table.cart td.actions .coupon:before {
    content: "\f48c";
    font-family: Ionicons;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    z-index: 3;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.woocommerce-cart table.cart td.actions .coupon label {
    display: none
}

.woocommerce-cart table.cart td.actions .coupon input {
    background-color: #eee;
    border-color: #eee;
    font-size: 14px;
    width: 30%;
    float: left
}

.woocommerce-cart table.cart td.actions .coupon input[type=text] {
    padding-left: 55px;
    width: 70%;
    float: left
}

.woocommerce-cart table.cart td.actions .coupon input.button:hover {
    color: #000;
    background-color: #eee
}

@media (max-width: 991px) {
    .woocommerce-cart .woocommerce .woocommerce-cart-form {
        width:100%;
        float: none;
        padding-right: 0
    }

    .woocommerce-cart table.cart .woocommerce-cart-form__cart-item td.product-thumbnail {
        display: none
    }

    .woocommerce-cart table.cart .woocommerce-cart-form__cart-item td.product-name {
        padding-left: 0
    }
}

@media (max-width: 767px) {
    .woocommerce-cart table.cart .woocommerce-cart-form__cart-item td.product-quantity {
        padding-left:0
    }

    .woocommerce-cart table.cart .woocommerce-cart-form__cart-item td.product-quantity label {
        display: none
    }
}

@media (max-width: 479px) {
    .woocommerce-cart table.cart td.actions {
        text-align:center
    }

    .woocommerce-cart table.cart td.actions .action-clear-cart {
        float: none;
        display: block;
        margin-bottom: 10px
    }
}

.woocommerce-checkout.checkout {
    clear: both
}

.woocommerce-checkout .page-header {
    margin-bottom: 0
}

.woocommerce-checkout .woocommerce-info {
    border: 0;
    background-color: #f6f6f6;
    color: #999;
    font-size: 16px;
    padding: 20px 25px 20px 65px!important;
    position: relative;
    margin: 0 0 2em
}

.woocommerce-checkout .woocommerce-info:before {
    content: "\f3fb";
    font-family: Ionicons;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    font-size: 20px;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.woocommerce-checkout .woocommerce-info a:hover {
    color: red
}

.woocommerce-checkout .woocommerce form.checkout_coupon,.woocommerce-checkout .woocommerce form.login {
    border: 1px solid #e3e3e3;
    padding: 20px;
    margin: 2em 0;
    text-align: left;
    border-radius: 0
}

.woocommerce-checkout .woocommerce form.checkout_coupon .button {
    background-color: #000;
    color: #fff
}

.woocommerce-checkout form.login .button {
    min-width: 200px;
    background-color: #000;
    color: #fff;
    border: 0
}

.woocommerce-checkout form.checkout h3 {
    font-weight: 400
}

.woocommerce-checkout form.checkout .woocommerce-form__label>span {
    font-weight: 400;
    font-size: 16px;
    padding-left: 10px;
    cursor: pointer;
    display: inline-block;
    position: relative
}

.woocommerce-checkout table.shop_table {
    border-radius: 0;
    padding: 10px 30px 0;
    border-collapse: separate;
    border-bottom: 0;
    background-color: #f6f6f6;
    color: #000;
    margin: 0
}

.woocommerce-checkout table.shop_table td {
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
    font-weight: 400
}

.woocommerce-checkout table.shop_table td:last-child {
    text-align: right
}

.woocommerce-checkout table.shop_table tr.cart_item td {
    border-bottom: 0;
    padding: 10px 0
}

.woocommerce-checkout table.shop_table tr.cart_item:first-child td {
    padding-top: 30px
}

.woocommerce-checkout table.shop_table tr.cart_item:last-child td {
    padding-bottom: 50px;
    border-bottom: 1px solid #ccc
}

.woocommerce-account .page-header {
    margin-bottom: 0
}

.woocommerce-account .page-header h1 {
    display: none
}

.woocommerce-account .entry-content {
    margin-top: 0
}

.woocommerce form .form-row label {
    display: block
}

.woocommerce form .form-row .required {
    color: red
}

.woocommerce form .form-row input.input-text {
    width: 100%
}

.woocommerce #respond input#submit,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button {
    font-size: 14px
}

.woocommerce-account form.login {
    font-size: 14px
}

.woocommerce-account form.login input[type=password],.woocommerce-account form.login input[type=text] {
    border: 0;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid #ccc
}

.woocommerce-account form.login input[type=password]:focus,.woocommerce-account form.login input[type=text]:focus {
    border-color: #000
}

.woocommerce-account form.login input[type=submit] {
    display: block;
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    border-color: #000;
    margin-top: 40px;
    font-size: 18px;
    font-weight: 500
}

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

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

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

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

.woocommerce-pagination .page-numbers {
    margin: 0;
    padding: 0;
    list-style: none
}

.woocommerce-pagination .page-numbers li {
    display: inline-block;
    margin: 3px
}

.woocommerce-pagination .page-numbers li a,.woocommerce-pagination .page-numbers li span {
    display: block;
    padding: 15px;
    border: 1px solid #e3e3e3;
    line-height: 1
}

.woocommerce-pagination .page-numbers li a.current,.woocommerce-pagination .page-numbers li a:hover,.woocommerce-pagination .page-numbers li span.current,.woocommerce-pagination .page-numbers li span:hover {
    background-color: #999;
    color: #fff
}

.woocommerce-message {
    margin-bottom: 30px;
    background: #e1e2e3;
    padding: 10px
}

.woocommerce-page.woocommerce-account .woocommerce {
    max-width: 430px;
    margin: 0 auto
}

.single-product .site-content {
    padding-top: 0
}

.widget_product_search {
    position: relative
}

.widget_product_search input[type=submit] {
    display: none
}

.widget_product_search .search-field {
    width: 100%;
    height: 45px
}

.widget_product_search::after {
    content: "\f4a5";
    font-family: Ionicons;
    position: absolute;
    top: 0;
    right: 0;
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 20px;
    background-color: #000;
    color: #fff;
    font-weight: 600
}

.woocommerce-cart table.cart td.actions button.button[name=update_cart]::before {
    position: static;
    margin-right: 5px
}

.countdown-row {
    text-align: center
}

.countdown-section {
    padding: 0 25px
}

.countdown-section {
    display: inline-block;
    text-align: center
}

.countdown-amount {
    font-size: 48px;
    font-weight: 300
}

@font-face {
    font-family: Rubik;
    font-style: italic;
    font-weight: 400;
    src: local('Rubik Italic'),local('Rubik-Italic'),url(https://fonts.gstatic.com/s/rubik/v9/iJWEBXyIfDnIV7nEnX660Q.ttf) format('truetype')
}

@font-face {
    font-family: Rubik;
    font-style: italic;
    font-weight: 500;
    src: local('Rubik Medium Italic'),local('Rubik-MediumItalic'),url(https://fonts.gstatic.com/s/rubik/v9/iJWBBXyIfDnIV7nElY2ZwWL-7A.ttf) format('truetype')
}

@font-face {
    font-family: Rubik;
    font-style: italic;
    font-weight: 700;
    src: local('Rubik Bold Italic'),local('Rubik-BoldItalic'),url(https://fonts.gstatic.com/s/rubik/v9/iJWBBXyIfDnIV7nElcWfwWL-7A.ttf) format('truetype')
}

@font-face {
    font-family: Rubik;
    font-style: normal;
    font-weight: 400;
    src: local('Rubik'),local('Rubik-Regular'),url(https://fonts.gstatic.com/s/rubik/v9/iJWKBXyIfDnIV7nBrXk.ttf) format('truetype')
}

@font-face {
    font-family: Rubik;
    font-style: normal;
    font-weight: 500;
    src: local('Rubik Medium'),local('Rubik-Medium'),url(https://fonts.gstatic.com/s/rubik/v9/iJWHBXyIfDnIV7Eyjmmd8WU.ttf) format('truetype')
}

@font-face {
    font-family: Rubik;
    font-style: normal;
    font-weight: 700;
    src: local('Rubik Bold'),local('Rubik-Bold'),url(https://fonts.gstatic.com/s/rubik/v9/iJWHBXyIfDnIV7F6iGmd8WU.ttf) format('truetype')
}

@charset "UTF-8";/*!
  Ionicons, v2.0.0
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/


.ion,.ion-alert:before,.ion-android-add:before,.ion-android-alert:before,.ion-android-bar:before,.ion-android-call:before,.ion-android-cart:before,.ion-android-close:before,.ion-android-contact:before,.ion-android-create:before,.ion-android-desktop:before,.ion-android-document:before,.ion-android-home:before,.ion-android-image:before,.ion-android-list:before,.ion-android-menu:before,.ion-android-person-add:before,.ion-android-person:before,.ion-android-search:before,.ion-android-send:before,.ion-android-share-alt:before,.ion-android-share:before,.ion-bag:before,.ion-card:before,.ion-close:before,.ion-code:before,.ion-document-text:before,.ion-document:before,.ion-email:before,.ion-flag:before,.ion-grid:before,.ion-home:before,.ion-image:before,.ion-images:before,.ion-ios-analytics-outline:before,.ion-ios-analytics:before,.ion-ios-body-outline:before,.ion-ios-body:before,.ion-ios-box-outline:before,.ion-ios-box:before,.ion-ios-cart-outline:before,.ion-ios-cart:before,.ion-ios-close-empty:before,.ion-ios-close-outline:before,.ion-ios-close:before,.ion-ios-color-filter-outline:before,.ion-ios-color-filter:before,.ion-ios-contact-outline:before,.ion-ios-contact:before,.ion-ios-email-outline:before,.ion-ios-email:before,.ion-ios-flag-outline:before,.ion-ios-flag:before,.ion-ios-grid-view-outline:before,.ion-ios-grid-view:before,.ion-ios-home-outline:before,.ion-ios-home:before,.ion-ios-infinite-outline:before,.ion-ios-infinite:before,.ion-ios-list-outline:before,.ion-ios-list:before,.ion-ios-pause-outline:before,.ion-ios-pause:before,.ion-ios-person-outline:before,.ion-ios-person:before,.ion-ios-plus-empty:before,.ion-ios-plus-outline:before,.ion-ios-plus:before,.ion-ios-search-strong:before,.ion-ios-search:before,.ion-ios-timer-outline:before,.ion-ios-timer:before,.ion-ios-toggle-outline:before,.ion-ios-toggle:before,.ion-link:before,.ion-load-a:before,.ion-load-b:before,.ion-load-c:before,.ion-load-d:before,.ion-mouse:before,.ion-pause:before,.ion-person-add:before,.ion-person:before,.ion-plus:before,.ion-search:before,.ion-share:before,.ion-social-android-outline:before,.ion-social-android:before,.ion-social-css3-outline:before,.ion-social-css3:before,.ion-social-facebook-outline:before,.ion-social-facebook:before,.ion-social-google-outline:before,.ion-social-google:before,.ion-social-html5-outline:before,.ion-social-html5:before,.ion-social-instagram-outline:before,.ion-social-instagram:before,.ion-social-javascript-outline:before,.ion-social-javascript:before,.ion-social-pinterest-outline:before,.ion-social-pinterest:before,.ion-social-rss-outline:before,.ion-social-rss:before,.ion-social-twitter-outline:before,.ion-social-twitter:before,.ion-social-wordpress-outline:before,.ion-social-wordpress:before,.ion-toggle:before,.ionicons {
    display: inline-block;
    font-family: Ionicons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ion-alert:before {
    content: "\f101"
}

.ion-android-add:before {
    content: "\f2c7"
}

.ion-android-alert:before {
    content: "\f35b"
}

.ion-android-bar:before {
    content: "\f368"
}

.ion-android-call:before {
    content: "\f2d2"
}

.ion-android-cart:before {
    content: "\f370"
}

.ion-android-close:before {
    content: "\f2d7"
}

.ion-android-contact:before {
    content: "\f2d8"
}

.ion-android-create:before {
    content: "\f37e"
}

.ion-android-desktop:before {
    content: "\f380"
}

.ion-android-document:before {
    content: "\f381"
}

.ion-android-home:before {
    content: "\f38f"
}

.ion-android-image:before {
    content: "\f2e4"
}

.ion-android-list:before {
    content: "\f391"
}

.ion-android-menu:before {
    content: "\f394"
}

.ion-android-person:before {
    content: "\f3a0"
}

.ion-android-person-add:before {
    content: "\f39f"
}

.ion-android-search:before {
    content: "\f2f5"
}

.ion-android-send:before {
    content: "\f2f6"
}

.ion-android-share:before {
    content: "\f2f8"
}

.ion-android-share-alt:before {
    content: "\f3ac"
}

.ion-bag:before {
    content: "\f110"
}

.ion-card:before {
    content: "\f119"
}

.ion-close:before {
    content: "\f12a"
}

.ion-code:before {
    content: "\f271"
}

.ion-document:before {
    content: "\f12f"
}

.ion-document-text:before {
    content: "\f12e"
}

.ion-email:before {
    content: "\f132"
}

.ion-flag:before {
    content: "\f279"
}

.ion-grid:before {
    content: "\f13f"
}

.ion-home:before {
    content: "\f144"
}

.ion-image:before {
    content: "\f147"
}

.ion-images:before {
    content: "\f148"
}

.ion-ios-analytics:before {
    content: "\f3ce"
}

.ion-ios-analytics-outline:before {
    content: "\f3cd"
}

.ion-ios-body:before {
    content: "\f3e4"
}

.ion-ios-body-outline:before {
    content: "\f3e3"
}

.ion-ios-box:before {
    content: "\f3ec"
}

.ion-ios-box-outline:before {
    content: "\f3eb"
}

.ion-ios-cart:before {
    content: "\f3f8"
}

.ion-ios-cart-outline:before {
    content: "\f3f7"
}

.ion-ios-close:before {
    content: "\f406"
}

.ion-ios-close-empty:before {
    content: "\f404"
}

.ion-ios-close-outline:before {
    content: "\f405"
}

.ion-ios-color-filter:before {
    content: "\f414"
}

.ion-ios-color-filter-outline:before {
    content: "\f413"
}

.ion-ios-contact:before {
    content: "\f41a"
}

.ion-ios-contact-outline:before {
    content: "\f419"
}

.ion-ios-email:before {
    content: "\f423"
}

.ion-ios-email-outline:before {
    content: "\f422"
}

.ion-ios-flag:before {
    content: "\f42d"
}

.ion-ios-flag-outline:before {
    content: "\f42c"
}

.ion-ios-grid-view:before {
    content: "\f441"
}

.ion-ios-grid-view-outline:before {
    content: "\f440"
}

.ion-ios-home:before {
    content: "\f448"
}

.ion-ios-home-outline:before {
    content: "\f447"
}

.ion-ios-infinite:before {
    content: "\f44a"
}

.ion-ios-infinite-outline:before {
    content: "\f449"
}

.ion-ios-list:before {
    content: "\f454"
}

.ion-ios-list-outline:before {
    content: "\f453"
}

.ion-ios-pause:before {
    content: "\f478"
}

.ion-ios-pause-outline:before {
    content: "\f477"
}

.ion-ios-person:before {
    content: "\f47e"
}

.ion-ios-person-outline:before {
    content: "\f47d"
}

.ion-ios-plus:before {
    content: "\f48b"
}

.ion-ios-plus-empty:before {
    content: "\f489"
}

.ion-ios-plus-outline:before {
    content: "\f48a"
}

.ion-ios-search:before {
    content: "\f4a5"
}

.ion-ios-search-strong:before {
    content: "\f4a4"
}

.ion-ios-timer:before {
    content: "\f4c1"
}

.ion-ios-timer-outline:before {
    content: "\f4c0"
}

.ion-ios-toggle:before {
    content: "\f4c3"
}

.ion-ios-toggle-outline:before {
    content: "\f4c2"
}

.ion-link:before {
    content: "\f1fe"
}

.ion-load-a:before {
    content: "\f29a"
}

.ion-load-b:before {
    content: "\f29b"
}

.ion-load-c:before {
    content: "\f29c"
}

.ion-load-d:before {
    content: "\f29d"
}

.ion-mouse:before {
    content: "\f340"
}

.ion-pause:before {
    content: "\f210"
}

.ion-person:before {
    content: "\f213"
}

.ion-person-add:before {
    content: "\f211"
}

.ion-plus:before {
    content: "\f218"
}

.ion-search:before {
    content: "\f21f"
}

.ion-share:before {
    content: "\f220"
}

.ion-social-android:before {
    content: "\f225"
}

.ion-social-android-outline:before {
    content: "\f224"
}

.ion-social-css3:before {
    content: "\f4df"
}

.ion-social-css3-outline:before {
    content: "\f4de"
}

.ion-social-facebook:before {
    content: "\f231"
}

.ion-social-facebook-outline:before {
    content: "\f230"
}

.ion-social-google:before {
    content: "\f34f"
}

.ion-social-google-outline:before {
    content: "\f34e"
}

.ion-social-html5:before {
    content: "\f4e3"
}

.ion-social-html5-outline:before {
    content: "\f4e2"
}

.ion-social-instagram:before {
    content: "\f351"
}

.ion-social-instagram-outline:before {
    content: "\f350"
}

.ion-social-javascript:before {
    content: "\f4e5"
}

.ion-social-javascript-outline:before {
    content: "\f4e4"
}

.ion-social-pinterest:before {
    content: "\f2b1"
}

.ion-social-pinterest-outline:before {
    content: "\f2b0"
}

.ion-social-rss:before {
    content: "\f23d"
}

.ion-social-rss-outline:before {
    content: "\f23c"
}

.ion-social-twitter:before {
    content: "\f243"
}

.ion-social-twitter-outline:before {
    content: "\f242"
}

.ion-social-wordpress:before {
    content: "\f249"
}

.ion-social-wordpress-outline:before {
    content: "\f248"
}

.ion-toggle:before {
    content: "\f355"
}

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

/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-front {
    z-index: 100
}

.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0
}

.ui-menu .ui-menu {
    position: absolute
}

.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px .4em
}

.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0
}

.ui-menu .ui-menu-icon {
    left: auto;
    right: 0
}

.ui-button {
    padding: .4em 1em;
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: visible
}

.ui-button,.ui-button:active,.ui-button:hover,.ui-button:link,.ui-button:visited {
    text-decoration: none
}

.ui-button-icon-only {
    width: 2em;
    box-sizing: border-box;
    text-indent: -9999px;
    white-space: nowrap
}

input.ui-button.ui-button-icon-only {
    text-indent: 0
}

.ui-button-icon-only .ui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px
}

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

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0
}

.ui-datepicker select.ui-datepicker-month {
    width: 45%
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em
}

.ui-datepicker td {
    border: 0;
    padding: 1px
}

.ui-datepicker td a,.ui-datepicker td span {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0
}

.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: .5em;
    top: .3em
}

.ui-slider {
    position: relative;
    text-align: left
}

.ui-slider-horizontal {
    height: .8em
}

.ui-slider-vertical {
    width: .8em;
    height: 100px
}

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle
}

.ui-spinner-input {
    border: none;
    background: 0 0;
    color: inherit;
    padding: .222em 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 2em
}

.ui-spinner-button {
    width: 1.6em;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0
}

.ui-spinner a.ui-spinner-button {
    border-top-style: none;
    border-bottom-style: none;
    border-right-style: none
}

.ui-spinner-down {
    bottom: 0
}

.ui-tabs {
    position: relative;
    padding: .2em
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: 0 0
}

.ui-widget {
    font-family: Verdana,Arial,sans-serif;
    font-size: 1.1em
}

.ui-widget .ui-widget {
    font-size: 1em
}

.ui-widget button,.ui-widget input,.ui-widget select {
    font-family: Verdana,Arial,sans-serif;
    font-size: 1em
}

.ui-widget.ui-widget-content {
    border: 1px solid #d3d3d3
}

.ui-widget-content {
    border: 1px solid #aaa;
    background: #fff;
    color: #222
}

.ui-widget-content a {
    color: #222
}

.ui-widget-header {
    border: 1px solid #aaa;
    background: #ccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
    color: #222;
    font-weight: 700
}

.ui-widget-header a {
    color: #222
}

.ui-button {
    border: 1px solid #d3d3d3;
    background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
    font-weight: 400;
    color: #555
}

.ui-button,a.ui-button,a:link.ui-button,a:visited.ui-button {
    color: #555;
    text-decoration: none
}

.ui-button:focus,.ui-button:hover {
    border: 1px solid #999;
    background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
    font-weight: 400;
    color: #212121
}

a.ui-button:focus,a.ui-button:hover {
    color: #212121;
    text-decoration: none
}

.ui-button:active,a.ui-button:active {
    border: 1px solid #aaa;
    background: #fff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
    font-weight: 400;
    color: #212121
}

.ui-icon-background {
    border: #aaa;
    background-color: #212121
}

.ui-icon {
    width: 16px;
    height: 16px
}

.ui-icon,.ui-widget-content .ui-icon {
    background-image: url(images/ui-icons_222222_256x240.png)
}

.ui-widget-header .ui-icon {
    background-image: url(images/ui-icons_222222_256x240.png)
}

.ui-button:focus .ui-icon,.ui-button:hover .ui-icon {
    background-image: url(images/ui-icons_454545_256x240.png)
}

.ui-button:active .ui-icon {
    background-image: url(images/ui-icons_454545_256x240.png)
}

.ui-button .ui-icon {
    background-image: url(images/ui-icons_888888_256x240.png)
}

.ui-icon-document {
    background-position: -32px -96px
}

.ui-icon-document-b {
    background-position: -48px -96px
}

.ui-icon-person {
    background-position: -144px -96px
}

.ui-icon-home {
    background-position: 0 -112px
}

.ui-icon-flag {
    background-position: -16px -112px
}

.ui-icon-cart {
    background-position: -48px -112px
}

.ui-icon-search {
    background-position: -160px -112px
}

.ui-icon-link {
    background-position: -240px -112px
}

.ui-icon-plus {
    background-position: -16px -128px
}

.ui-icon-close {
    background-position: -80px -128px
}

.ui-icon-contact {
    background-position: -192px -128px
}

.ui-icon-image {
    background-position: -208px -128px
}

.ui-icon-video {
    background-position: -224px -128px
}

.ui-icon-script {
    background-position: -240px -128px
}

.ui-icon-alert {
    background-position: 0 -144px
}

.ui-icon-info {
    background-position: -16px -144px
}

.ui-icon-notice {
    background-position: -32px -144px
}

.ui-icon-pause {
    background-position: -16px -160px
}

.ui-widget-shadow {
    -webkit-box-shadow: -8px -8px 8px #aaa;
    box-shadow: -8px -8px 8px #aaa
}

html {
    scroll-behavior: smooth
}

img.emoji,img.wp-smiley {
    display: inline!important;
    border: none!important;
    box-shadow: none!important;
    height: 1em!important;
    width: 1em!important;
    margin: 0 .07em!important;
    vertical-align: -.1em!important;
    background: 0 0!important;
    padding: 0!important
}

.n2-ss-spinner-simple-white-container {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px;
    background: #fff;
    width: 20px;
    height: 20px;
    padding: 10px;
    border-radius: 50%;
    z-index: 1000
}

.n2-ss-spinner-simple-white {
    outline: 1px solid RGBA(0,0,0,0);
    width: 100%;
    height: 100%
}

.n2-ss-spinner-simple-white:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-top: -11px;
    margin-left: -11px
}

.n2-ss-spinner-simple-white:not(:required):before {
    content: '';
    border-radius: 50%;
    border-top: 2px solid #333;
    border-right: 2px solid transparent;
    animation: n2SimpleWhite .6s linear infinite
}

h1,h2,h3,h4,h5,h6 {
    font-family: Roboto,sans-serif;
    font-weight: 400;
    color: #242424;
    font-size: 14px
}

h1.section-title {
    font-size: 2.2rem;
    margin-bottom: 1.3rem
}

a {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s
}

p.lead {
    color: #a1a2ac;
    margin-bottom: 6rem
}

.btn {
    text-transform: uppercase;
    font-weight: 600
}

.btn-outline-signin {
    border: 1px solid #e1e8ee
}

.btn-start {
    background: #000;
    color: #fff;
    padding: .8rem;
    width: 100%;
    margin: 0 auto
}

.btn-start:focus,.btn-start:hover {
    color: #fff
}

.btn-outline-start {
    background: #fff;
    border: 1px solid #000;
    color: #000;
    padding: .8rem;
    width: 100%;
    margin: 0 auto
}

.btn-outline-start:focus,.btn-outline-start:hover {
    color: #fd4d66
}

section.pricing-plans {
    background: #fff;
    padding: 8rem 0
}

#navbar-main {
    position: absolute;
    font-family: Roboto,sans-serif;
    background: #fff;
    border-bottom: 1px solid #e1e8ee
}

#navbar-main .navbar-brand {
    color: #fd4d66;
    text-transform: lowercase;
    font-weight: 600;
    font-size: 1.4rem
}

#navbar-main .navbar-toggler {
    border: none;
    font-size: 2rem
}

#navbar-main .navbar-nav>li.nav-item>a {
    text-transform: uppercase;
    font-size: .8rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center
}

.pricing-box {
    padding: 1rem;
    background: #fff;
    border: 1px solid #9c9c9c
}

.pricing-box .card-title {
    font-size: 1rem;
    line-height: 2
}

.pricing-box .currency {
    top: -1.5rem;
    font-size: 1.5rem;
    letter-spacing: .75rem;
    margin-right: -1.5rem
}

.pricing-box .amount {
    font-size: 3.8rem
}

.pricing-box .month {
    color: #a1a2ac;
    margin-left: -.8rem
}

.pricing-box .list-group {
    margin: 0;
    margin-bottom: 1rem
}

.pricing-box .list-group-item {
    padding: .45rem 1rem;
    border: none
}

.pricing-premium {
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.09);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.09);
    box-shadow: 0 5px 10px rgba(0,0,0,.09)
}

@media (max-width: 768px) {
    .pricing-box {
        margin-bottom:1rem
    }
}

@media only screen and (min-width: 992px) {
    #navbar-main {
        background:0 0;
        border-bottom: 1px solid transparent
    }

    #navbar-main .navbar-nav>li.nav-item>a {
        color: #a1a2ac;
        padding: 1rem
    }

    #navbar-main .navbar-nav>li.nav-item>a:focus,#navbar-main .navbar-nav>li.nav-item>a:hover {
        color: #242424
    }
}

@media (min-width: 768px) {
    .pricing-premium {
        -webkit-transform:scale(1.05);
        -moz-transform: scale(1.05);
        transform: scale(1.05)
    }
}

@keyframes n2SimpleWhite {
    to {
        transform: rotate(360deg)
    }
}

#pgc-231-0-0,#pgc-231-1-0,#pgc-231-2-0,#pgc-231-3-0,#pgc-231-4-0 {
    width: 100%;
    width: calc(100% - (0 * 30px))
}

#pg-231-0,#pg-231-1,#pg-231-2,#pg-231-3,#pl-231 .so-panel,#pl-231 .so-panel:last-child {
    margin-bottom: 0
}

#pg-231-0.panel-has-style>.panel-row-style,#pg-231-0.panel-no-style,#pg-231-1.panel-has-style>.panel-row-style,#pg-231-1.panel-no-style,#pg-231-2.panel-has-style>.panel-row-style,#pg-231-2.panel-no-style,#pg-231-3.panel-has-style>.panel-row-style,#pg-231-3.panel-no-style,#pg-231-4.panel-has-style>.panel-row-style,#pg-231-4.panel-no-style {
    -webkit-align-items: flex-start;
    align-items: flex-start
}

#pg-231-1>.panel-row-style {
    border: 1px solid #e3e3e3;
    padding: 25px 0 25px 0
}

#pg-231-2>.panel-row-style {
    padding: 100px 0 50px 0
}

#pg-231-3>.panel-row-style {
    padding: 0
}

#panel-231-3-0-0 a {
    color: #fff
}

#pg-231-4>.panel-row-style {
    border: 1px solid #e3e3e3;
    padding: 85px 0 120px 0;
    border-bottom: 0;
    border-left: 0;
    border-right: 0
}

@media (max-width: 780px) {
    #pg-231-0.panel-has-style>.panel-row-style,#pg-231-0.panel-no-style,#pg-231-1.panel-has-style>.panel-row-style,#pg-231-1.panel-no-style,#pg-231-2.panel-has-style>.panel-row-style,#pg-231-2.panel-no-style,#pg-231-3.panel-has-style>.panel-row-style,#pg-231-3.panel-no-style,#pg-231-4.panel-has-style>.panel-row-style,#pg-231-4.panel-no-style {
        -webkit-flex-direction:column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    #pg-231-0>.panel-grid-cell,#pg-231-0>.panel-row-style>.panel-grid-cell,#pg-231-1>.panel-grid-cell,#pg-231-1>.panel-row-style>.panel-grid-cell,#pg-231-2>.panel-grid-cell,#pg-231-2>.panel-row-style>.panel-grid-cell,#pg-231-3>.panel-grid-cell,#pg-231-3>.panel-row-style>.panel-grid-cell,#pg-231-4>.panel-grid-cell,#pg-231-4>.panel-row-style>.panel-grid-cell {
        width: 100%;
        margin-right: 0
    }

    #pl-231 .panel-grid-cell {
        padding: 0
    }

    #pl-231 .panel-grid .panel-grid-cell-empty {
        display: none
    }

    #pl-231 .panel-grid .panel-grid-cell-mobile-last {
        margin-bottom: 0
    }

    #pg-231-2>.panel-row-style {
        padding: 50px 0 25px 0
    }

    #pg-231-3>.panel-row-style {
        padding: 0
    }

    #pg-231-4>.panel-row-style {
        padding: 50px 0 50px 0
    }
}

.site-title,h1,h2,h3,h4,h5,h6 {
    font-family: Rubik,Helvetica,Arial,sans-serif;
    color: #000
}

.woocommerce-form-coupon-toggle {
    display: none
}

.woocommerce-privacy-policy-link {
    color: #000
}

.woocommerce-cart table.cart td.actions .coupon {
    position: relative;
    width: 70%;
    display: none;
    float: left
}

.col-md-9 {
    width: 100%
}

.shop-filter-toolbar {
    margin-bottom: 50px;
    margin-top: -5px;
    display: none
}

.woocommerce-pagination .page-numbers {
    margin: 0;
    padding: 0;
    list-style: none;
    display: none
}

.site-content {
    padding-bottom: 0
}

.list-categories-section .category-item__title {
    font-size: 28px;
    color: #fff
}

div.wpcf7 {
    margin: 0;
    padding: 0;
    text-align: center
}

.woocommerce .single-product .cart,.woocommerce.single-product .cart {
    margin-top: 0
}

a {
    color: #000;
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s
}

.woocommerce .single-product .price,.woocommerce.single-product .price {
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 25px
}

.feel {
    animation: 1s infinite textOne
}

#wpfront-notification-bar a.wpfront-button {
    display: inline-block;
    white-space: nowrap;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 0 0 rgba(0,0,0,.3);
    cursor: pointer;
    padding: 6px 10px;
    margin-left: 15px;
    border-radius: 2px;
    -webkit-border-radius: 0;
    -moz-border-radius: 2px;
    font-family: arial
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    float: left;
    padding: 0;
    width: 60px;
    height: auto;
    background: #fff;
    border: none;
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: none
}

.woocommerce .single-product .price,.woocommerce.single-product .price {
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 14px
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #000;
    text-shadow: none;
    width: 100%
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    padding: 20px;
    display: block;
    border-bottom: 1px solid transparent;
    text-align: center
}

.woocommerce form .form-row .select2-container {
    width: 100%!important;
    line-height: 2em
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    DISPLAY: none
}

.change_subscription_shipping_address {
    display: none
}

.subscription_due_date {
    display: none
}

.woocommerce-MyAccount-navigation-link--downloads {
    display: none
}

.woocommerce table.my_account_orders .button {
    margin: 2px;
    display: none
}

.woocommerce-page.woocommerce-account .woocommerce {
    max-width: 600px;
    margin: 0 auto
}

.woocommerce-orders-table__header-order-number {
    display: none
}

.woocommerce-orders-table__cell-order-number {
    display: none
}

.woocommerce-orders-table__header-order-actions {
    display: none
}

.woocommerce-orders-table__cell-order-status {
    width: 300px
}

.woocommerce-orders-table__cell-order-status {
    width: 300px;
    padding: 30px 10px
}

.woocommerce #respond input#submit,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 500;
    border-radius: 0;
    left: auto;
    color: #000;
    background-color: #fff;
    border: 0;
    white-space: nowrap;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    text-shadow: none;
    border: solid;
    border-width: 2px
}

.woocommerce-review__dash {
    display: none
}

.woocommerce-review__published-date {
    display: none
}

.woocommerce-error {
    background-color: #f6f6f6;
    padding: 1rem;
    border: medium;
    border-color: #000;
    text-align: center;
    list-style-type: none;
    margin: 1rem
}

.woocommerce div.product .woocommerce-tabs .panel.entry-content {
    font-size: 16px
}

.site-title,h1,h2,h3,h4,h5,h6 {
    font-family: Rubik,Helvetica,Arial,sans-serif
}

.site-title {
    font-size: 36px
}

.site-description {
    font-size: 14px;
    color: #333
}

.main-navigation ul li {
    font-size: 16px
}

body {
    color: #494949
}

.entry-content {
    color: #666
}

.site-title,.site-title a {
    color: #000
}

.main-navigation ul li a,.nav-link-right a {
    color: #000
}

.site-footer {
    background-color: #fff
}

@font-face {
    font-display: swap;
    font-family: Rubik;
    font-style: normal;
    font-weight: 400;
}
