﻿/* bootstrap.min(1).css */
/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 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: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --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
}

*,
::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,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
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
}

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

abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

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

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

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote,
figure {
    margin: 0 0 1rem
}

dfn {
    font-style: italic
}

b,
strong {
    font-weight: bolder
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

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]),
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,
kbd,
pre,
samp {
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

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

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

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

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

button {
    border-radius: 0
}

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

button,
input,
optgroup,
select,
textarea {
    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
}

textarea {
    overflow: auto;
    resize: vertical
}

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

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[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
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

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
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.small,
small {
    font-size: 80%;
    font-weight: 400
}

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

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

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.figure {
    display: inline-block
}

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

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

.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: 1140px
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
    border-top: 2px solid #dee2e6
}

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

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

.table-bordered,
.table-bordered td,
.table-bordered th {
    border: 1px solid #dee2e6
}

.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

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

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

.table-responsive>.table-bordered {
    border: 0
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

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

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

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

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

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

select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px)
}

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

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    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
}

.form-control-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

select.form-control-sm:not([size]):not([multiple]) {
    height: calc(1.8125rem + 2px)
}

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

.form-control.is-invalid {
    border-color: #dc3545
}

.form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-control-input.is-invalid~.custom-control-label {
    color: #dc3545
}

.custom-control-input.is-invalid~.custom-control-label::before {
    background-color: #efa2a9
}

.custom-control-input.is-invalid:checked~.custom-control-label::before {
    background-color: #e4606d
}

.custom-control-input.is-invalid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

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

    .form-inline .form-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

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

    .form-inline .custom-control {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.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: color .15s ease-in-out, 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,
.btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
    background-image: none
}

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

.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,
.btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62
}

.btn-secondary.focus,
.btn-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success.focus,
.btn-success:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.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,
.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning.focus,
.btn-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

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

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

.btn-danger.focus,
.btn-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light.focus,
.btn-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark.focus,
.btn-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.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,
.btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success.focus,
.btn-outline-success:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.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,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light.focus,
.btn-outline-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.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 {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none
}

.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d
}

.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
}

.fade.show {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.show {
    display: block
}

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

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

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s
}

.dropdown,
.dropup {
    position: relative
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.dropup .dropdown-menu {
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-menu {
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-bottom: .3em solid transparent;
    border-left: .3em solid;
    vertical-align: 0
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropleft .dropdown-menu {
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    display: none
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent;
    vertical-align: 0
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

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

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

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

.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -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-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

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

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split::after {
    margin-left: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -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-group:not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

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

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
    margin-bottom: 0
}

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

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

.input-group>.form-control {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

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

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

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

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

.input-group-append {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.input-group-append .btn {
    position: relative;
    z-index: 2
}

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

.input-group-append {
    margin-left: -1px
}

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

.input-group>.input-group-append>.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    background-color: #007bff
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-control-input:active~.custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff
}

.custom-control-input:disabled~.custom-control-label {
    color: #6c757d
}

.custom-control-input:disabled~.custom-control-label::before {
    background-color: #e9ecef
}

.custom-control-label {
    margin-bottom: 0
}

.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #dee2e6
}

.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%
}

.custom-radio .custom-control-label::before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #007bff
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.nav {
    display: -webkit-box;
    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-link.disabled {
    color: #6c757d
}

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

.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 #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

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

.nav-pills .nav-link {
    border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #007bff
}

.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

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

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

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

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

.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -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-nav .dropdown-menu {
    position: static;
    float: none
}

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

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

.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-header+.list-group .list-group-item:first-child {
    border-top: 0
}

.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

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

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

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

.badge-primary[href]:focus,
.badge-primary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0062cc
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d
}

.badge-secondary[href]:focus,
.badge-secondary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #545b62
}

.badge-success {
    color: #fff;
    background-color: #28a745
}

.badge-success[href]:focus,
.badge-success[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1e7e34
}

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

.badge-info[href]:focus,
.badge-info[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b
}

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

.badge-warning[href]:focus,
.badge-warning[href]:hover {
    color: #212529;
    text-decoration: none;
    background-color: #d39e00
}

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

.badge-danger[href]:focus,
.badge-danger[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #bd2130
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

@media (min-width:576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

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

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

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

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

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

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

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

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    background-color: #007bff;
    transition: width .6s
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.list-group-item:focus,
.list-group-item:hover {
    z-index: 1;
    text-decoration: none
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer
}

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

.modal-open {
    overflow: hidden
}

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

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

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

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

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2))
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

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

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

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

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem
}

.modal-footer>:not(:last-child) {
    margin-right: .25rem
}

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

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2))
    }

    .modal-sm {
        max-width: 300px
    }
}

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

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    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-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-top .arrow {
    bottom: 0
}

.bs-tooltip-top .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-right .arrow::before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-bottom .arrow {
    top: 0
}

.bs-tooltip-bottom .arrow::before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-left .arrow::before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.popover .arrow::after,
.popover .arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: transform .6s;
    transition: transform .6s, -webkit-transform .6s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block
}

.carousel-item-next,
.carousel-item-prev {
    position: absolute;
    top: 0
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {

    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.active.carousel-item-right,
.carousel-item-next {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {

    .active.carousel-item-right,
    .carousel-item-next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.active.carousel-item-left,
.carousel-item-prev {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {

    .active.carousel-item-left,
    .carousel-item-prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: center center/100% 100% no-repeat
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, .5)
}

.carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators .active {
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

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

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

.bg-success {
    background-color: #28a745 !important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #1e7e34 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #bd2130 !important
}

.bg-white {
    background-color: #fff !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.rounded {
    border-radius: .25rem !important
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-block {
    display: block !important
}

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

@media (min-width:576px) {
    .d-sm-inline-block {
        display: inline-block !important
    }
}

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

.float-right {
    float: right !important
}

.position-static {
    position: static !important
}

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

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

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

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0
}

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

.m-0 {
    margin: 0 !important
}

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

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

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

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

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

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

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

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

.p-0 {
    padding: 0 !important
}

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

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

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

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

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

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

.font-italic {
    font-style: italic !important
}

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

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

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

.text-success {
    color: #28a745 !important
}

a.text-success:focus,
a.text-success:hover {
    color: #1e7e34 !important
}

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

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

.text-warning {
    color: #ffc107 !important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #d39e00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #bd2130 !important
}

.text-muted {
    color: #6c757d !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {

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

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]::after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

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

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

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

    @page {
        size: a3
    }

    .container,
    body {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

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

    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd !important
    }
}

select.bs-select-hidden,
select.selectpicker {
    display: none !important
}

.bootstrap-select.btn-group>.dropdown-toggle {
    height: 100%
}

.bootstrap-select>.dropdown-toggle {
    width: 100%;
    padding-right: 25px;
    z-index: 1
}

.bootstrap-select>.dropdown-toggle.bs-placeholder,
.bootstrap-select>.dropdown-toggle.bs-placeholder:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
    color: #999
}

.bootstrap-select>select {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    display: block !important;
    width: .5px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none
}

.bootstrap-select>select.mobile-device {
    top: 0;
    left: 0;
    display: block !important;
    width: 100% !important;
    z-index: 2
}

.error .bootstrap-select .dropdown-toggle,
.has-error .bootstrap-select .dropdown-toggle {
    border-color: #b94a48
}

.bootstrap-select.fit-width {
    width: auto !important
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 220px
}

.bootstrap-select .dropdown-toggle:focus {
    outline: #333333 dotted thin !important;
    outline: -webkit-focus-ring-color auto 5px !important;
    outline-offset: -2px
}

.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: none
}

.bootstrap-select.form-control:not([class*=col-]) {
    width: 100%
}

.bootstrap-select.form-control.input-group-btn {
    z-index: auto
}

.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*=col-] {
    float: none;
    display: inline-block;
    margin-left: 0
}

.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*=col-].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*=col-].dropdown-menu-right {
    float: right
}

.form-group .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group {
    margin-bottom: 0
}

.form-inline .bootstrap-select.btn-group .form-control {
    width: 100%
}

.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group>.disabled {
    cursor: not-allowed
}

.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group>.disabled:focus {
    outline: 0 !important
}

.bootstrap-select.btn-group.bs-container {
    position: absolute;
    height: 0 !important;
    padding: 0 !important
}

.bootstrap-select.btn-group.bs-container .dropdown-menu {
    z-index: 1060
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    display: inline-block;
    width: 100%;
    text-align: left
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle
}

.bootstrap-select.btn-group[class*=col-] .dropdown-toggle {
    width: 100%
}

.bootstrap-select.btn-group .dropdown-menu {
    min-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.bootstrap-select.btn-group .dropdown-menu.inner {
    display: block;
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    box-shadow: none
}

.bootstrap-select.btn-group .dropdown-menu a.dropdown-item {
    position: relative;
    cursor: pointer;
    user-select: none
}

.bootstrap-select.btn-group .dropdown-menu a.dropdown-item.active small {
    color: #fff
}

.bootstrap-select.btn-group .dropdown-menu a.dropdown-item.disabled a {
    cursor: not-allowed
}

.bootstrap-select.btn-group .dropdown-menu a.dropdown-item.hidden {
    display: none
}

.bootstrap-select.btn-group .dropdown-menu a.dropdown-item span.dropdown-item-inner {
    display: block
}

.bootstrap-select.btn-group .dropdown-menu a.dropdown-item span.dropdown-item-inner.opt {
    position: relative;
    padding-left: 2.25em
}

.bootstrap-select.btn-group .dropdown-menu a.dropdown-item span.dropdown-item-inner span.check-mark {
    display: none
}

.bootstrap-select.btn-group .dropdown-menu a.dropdown-item span.dropdown-item-inner span.text {
    display: inline-block
}

.bootstrap-select.btn-group .dropdown-menu a.dropdown-item small {
    padding-left: .5em
}

.bootstrap-select.btn-group .dropdown-menu .dropdown-item .span.check-mark {
    display: none
}

.bootstrap-select.btn-group .dropdown-menu .dropdown-item .span.text {
    display: inline-block
}

.bootstrap-select.btn-group .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    pointer-events: none;
    opacity: .9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.bootstrap-select.btn-group .no-results {
    padding: 3px;
    background: #f5f5f5;
    margin: 0 5px;
    white-space: nowrap
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
    position: static
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
    position: static;
    top: auto;
    margin-top: -1px
}

.bootstrap-select.btn-group.show-tick .dropdown-menu a.selected span.dropdown-item-inner span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    margin-top: 5px
}

.bootstrap-select.btn-group.show-tick .dropdown-menu a a span.text {
    margin-right: 34px
}

.bs-actionsbox,
.bs-donebutton,
.bs-searchbox {
    padding: 4px 8px
}

.bs-actionsbox {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.bs-actionsbox .btn-group button {
    width: 50%
}

.bs-donebutton {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.bs-donebutton .btn-group button {
    width: 100%
}

.bs-searchbox+.bs-actionsbox {
    padding: 0 8px 4px
}

.bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
    float: none
}

.input-group .bs-searchbox .form-control {
    width: 100%
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0 !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-arrow,
.mfp-close,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation
}

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

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:focus,
.mfp-close:hover {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: -55px 0 0;
    top: 50%;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus,
.mfp-arrow:hover {
    opacity: 1
}

.mfp-arrow:after,
.mfp-arrow:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: .25s ease-out;
    -moz-transition: .25s ease-out;
    transition: .25s ease-out
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: .8
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0
}

@media (max-width:1199px) {
    canvas {
        max-width: 100%;
        height: auto !important
    }

    .promo h3 {
        font-size: 20px
    }

    .promo>.container>span,
    .promo>span {
        font-size: 15px
    }
}

@media (min-width:992px) and (max-width:1199px) {
    #wrapper {
        width: 1000px
    }

    #header.transparent-header.floating-header .container {
        width: 1030px;
        padding: 0 30px
    }

    #header.transparent-header.floating-header.sticky-header .container {
        width: 970px;
        padding: 0 15px
    }

    #primary-menu.sub-title ul>li>a {
        padding-left: 15px;
        padding-right: 15px
    }

    #primary-menu ul li.mega-menu .mega-menu-content,
    .floating-header.sticky-header #primary-menu ul li.mega-menu .mega-menu-content {
        width: 940px
    }

    .floating-header #primary-menu ul li.mega-menu .mega-menu-content {
        width: 1030px
    }

    .post-timeline .entry {
        width: 400px !important
    }

    .post-timeline .entry.entry-date-section {
        width: 100% !important
    }

    .product-title h3 {
        font-size: 18px
    }

    .panel .portfolio-meta li {
        padding-left: 22px
    }

    .panel .portfolio-meta li span {
        display: block;
        margin-left: -21px
    }

    .portfolio-single-image-full .swiper-container {
        height: 400px
    }
}

@media (max-width:991px) {
    #wrapper {
        width: 100%;
        margin: 0;
        box-shadow: none
    }

    #header.full-header .container,
    .container-fullwidth {
        padding: 0 15px !important;
        margin: 0 auto;
        width: 750px !important
    }

    .container.vertical-middle {
        width: 100% !important
    }

    .vertical-middle+.video-wrap {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0
    }

    .sidebar {
        width: 100%;
        margin-right: 0;
        float: none !important;
        margin-bottom: 40px !important;
        padding-bottom: 40px;
        border-bottom: 1px solid #eee
    }

    .sidebar.col_last {
        float: none;
        margin-bottom: 0 !important;
        padding-bottom: 0;
        border-bottom: 0
    }

    #header,
    #header-wrap,
    #header.sticky-style-2,
    #header.sticky-style-2 #header-wrap,
    #header.sticky-style-3,
    #header.sticky-style-3 #header-wrap {
        height: auto !important
    }

    #header.sticky-style-2 #header-wrap,
    #header.sticky-style-3 #header-wrap {
        min-height: 60px
    }

    #header.sticky-header #header-wrap {
        position: relative
    }

    #header.semi-transparent,
    #header.transparent-header {
        background: #fff;
        border-bottom: 1px solid #f5f5f5;
        z-index: auto
    }

    #header.dark.semi-transparent,
    #header.dark.transparent-header {
        background-color: #333;
        border-bottom: 1px solid rgba(0, 0, 0, .1)
    }

    #header.transparent-header.floating-header {
        margin-top: 0
    }

    #header.transparent-header.floating-header .container {
        width: 750px;
        padding: 0 15px;
        border-radius: 0
    }

    #header.transparent-header+#google-map,
    #header.transparent-header+#page-title.page-title-parallax,
    #header.transparent-header+#slider,
    #header.transparent-header.floating-header+#slider,
    #slider+#header.transparent-header {
        top: 0;
        margin-bottom: 0
    }

    .slider-parallax .slider-parallax-inner {
        position: relative
    }

    #header.transparent-header+#page-title.page-title-parallax .container {
        padding-top: 0
    }

    #header-trigger,
    .header-extras {
        display: none
    }

    #logo {
        display: block;
        height: 100px;
        float: none;
        margin: 0 auto !important;
        max-width: none;
        text-align: center;
        border: 0 !important;
        padding: 0 !important
    }

    #logo a.standard-logo {
        display: inline-block
    }

    #primary-menu {
        display: block;
        float: none
    }

    #primary-menu-trigger {
        opacity: 1;
        pointer-events: auto;
        top: 25px;
        margin-top: 0;
        left: 0;
        z-index: 1
    }

    #primary-menu .container #primary-menu-trigger {
        top: 5px;
        left: 0
    }

    #primary-menu>div>ul,
    #primary-menu>ul {
        display: none;
        float: none !important;
        border: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }

    #primary-menu>div>ul {
        padding-top: 60px !important
    }

    body:not(.top-search-open) #primary-menu-trigger {
        opacity: 1;
        -webkit-transition: opacity .2s .2s, top .4s;
        -o-transition: opacity .2s .2s, top .4s;
        transition: opacity .2s .2s, top .4s
    }

    body.top-search-open #primary-menu-trigger {
        opacity: 0
    }

    body.side-push-panel #side-panel-trigger-close a {
        display: block;
        position: absolute;
        z-index: 12;
        top: 0;
        left: auto;
        right: 0;
        width: 40px;
        height: 40px;
        font-size: 18px;
        line-height: 40px;
        color: #444;
        text-align: center;
        background-color: rgba(0, 0, 0, .1);
        border-radius: 0 0 0 2px
    }

    #primary-menu ul li {
        float: none;
        margin: 0 !important;
        text-align: left !important;
        border-top: 1px solid #eee
    }

    #primary-menu ul li:first-child {
        border-top: 0
    }

    #primary-menu ul>li>a,
    #primary-menu.style-2>div>ul>li>a {
        padding: 14px 5px !important;
        border: none !important;
        margin: 0 !important
    }

    #primary-menu.style-6>ul>li.current>a:after,
    #primary-menu.style-6>ul>li>a:after {
        display: none
    }

    #primary-menu.sub-title.style-2>div>ul>li,
    #primary-menu.sub-title>ul>li {
        background: 0 0 !important;
        margin-left: 0
    }

    #primary-menu.sub-title>div>ul>li>a,
    #primary-menu.sub-title>ul>li>a {
        line-height: 22px;
        font-size: 13px;
        border-top: none
    }

    #primary-menu.sub-title ul li>a span {
        display: none !important
    }

    #primary-menu.style-3 ul li.current>a,
    #primary-menu.style-3 ul li:hover>a,
    #primary-menu.sub-title div ul>li.current>a,
    #primary-menu.sub-title div ul>li:hover>a,
    #primary-menu.sub-title ul li.current>a,
    #primary-menu.sub-title ul li:hover>a {
        background-color: transparent !important;
        color: #444;
        text-shadow: none
    }

    #primary-menu ul:not(.windows-mobile-menu) li>a i.icon-angle-down:last-child {
        display: none
    }

    #primary-menu>.container>ul>li.sub-menu>a,
    #primary-menu>ul>li.sub-menu>a {
        background-image: url("../images/icons/submenu.png");
        background-position: right center;
        background-repeat: no-repeat
    }

    #primary-menu ul li.mega-menu {
        position: relative
    }

    #primary-menu ul li .mega-menu-content,
    #primary-menu ul ul:not(.mega-menu-column) {
        position: relative;
        width: auto;
        max-width: none;
        background: 0 0 !important;
        box-shadow: none;
        border: 0;
        border-top: 1px solid #eee;
        z-index: 1;
        top: 0;
        padding-left: 15px
    }

    #primary-menu ul li .mega-menu-content {
        padding-left: 0
    }

    #primary-menu ul ul:not(.mega-menu-column) ul {
        top: 0 !important;
        left: 0
    }

    #primary-menu ul li .mega-menu-content.menu-pos-invert,
    #primary-menu ul ul.menu-pos-invert:not(.mega-menu-column) {
        left: 0;
        right: 0
    }

    #primary-menu ul ul:not(.mega-menu-column) ul.menu-pos-invert {
        right: 0
    }

    #primary-menu ul ul li {
        float: none;
        margin: 0;
        border-top: 1px solid #eee
    }

    #primary-menu ul ul li>a {
        padding: 11px 5px !important;
        font-size: 13px;
        text-transform: none;
        font-weight: 400
    }

    #primary-menu ul ul li:hover>a {
        background-color: transparent !important;
        font-weight: 700;
        padding-left: 5px;
        color: #1abc9c
    }

    #primary-menu ul li .mega-menu-content,
    #primary-menu ul li.mega-menu .mega-menu-content,
    .floating-header #primary-menu ul li.mega-menu .mega-menu-content,
    .floating-header.sticky-header #primary-menu ul li.mega-menu .mega-menu-content {
        width: auto;
        margin: 0;
        top: 0
    }

    #header.full-header #primary-menu ul li.mega-menu .mega-menu-content,
    .container-fullwidth #primary-menu ul li.mega-menu .mega-menu-content {
        width: auto !important;
        margin: 0 !important
    }

    #primary-menu ul li.mega-menu .mega-menu-content.style-2 {
        padding: 0
    }

    #primary-menu ul li .mega-menu-content ul {
        display: block !important;
        position: relative;
        opacity: 1 !important;
        top: 0;
        left: 0;
        min-width: inherit;
        width: 100% !important
    }

    #primary-menu ul li .mega-menu-content ul ul {
        border-top: 1px solid #eee
    }

    #primary-menu ul li .mega-menu-content ul.mega-menu-column {
        float: none;
        width: auto;
        margin: 0;
        border-left: 0 !important;
        padding-left: 15px;
        border-top: 1px solid #eee
    }

    #primary-menu ul li .mega-menu-content ul.mega-menu-column:first-child {
        border: 0
    }

    #primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column {
        padding: 0 0 0 15px
    }

    #primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column>li.mega-menu-title {
        margin: 0
    }

    #primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column>li.mega-menu-title>a {
        font-size: 13px;
        font-weight: 700;
        text-transform: none !important;
        padding: 11px 5px !important;
        line-height: 22px !important;
        color: #444 !important
    }

    #primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column>li.mega-menu-title:hover>a {
        background-color: transparent;
        color: #1abc9c !important
    }

    #primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column>li.mega-menu-title>a:hover {
        color: #1abc9c !important
    }

    #primary-menu ul li .mega-menu-content.style-2 li {
        border-top: 1px solid #eee
    }

    #primary-menu ul li .mega-menu-content.style-2 li:first-child {
        border-top: 0
    }

    #primary-menu ul li .mega-menu-content.style-2 ul>li>a:hover {
        padding-left: 5px
    }

    .mega-menu-column .widget {
        padding: 30px 0;
        margin: 0 !important
    }

    #primary-menu>div>#side-panel-trigger,
    #primary-menu>div>#top-cart,
    #primary-menu>div>#top-search a {
        margin: 20px 0 !important
    }

    #primary-menu ul.windows-mobile-menu li.sub-menu {
        position: relative
    }

    #primary-menu ul.windows-mobile-menu li.sub-menu a {
        background-image: none !important
    }

    #primary-menu ul.windows-mobile-menu li.sub-menu a.wn-submenu-trigger {
        position: absolute;
        cursor: pointer;
        width: 32px;
        height: 50px;
        line-height: 51px;
        top: 0;
        right: 0;
        z-index: 1;
        padding: 0 !important;
        text-align: center !important
    }

    #primary-menu ul.windows-mobile-menu .mega-menu-content a.wn-submenu-trigger {
        display: none
    }

    #primary-menu ul.windows-mobile-menu li.sub-menu a.wn-submenu-trigger i {
        margin: 0 !important
    }

    #primary-menu ul.windows-mobile-menu ul li.sub-menu a.wn-submenu-trigger {
        text-align: center !important;
        height: 45px;
        line-height: 45px
    }

    #primary-menu ul.windows-mobile-menu ul li.sub-menu a.wn-submenu-trigger i {
        display: inline-block;
        line-height: 45px
    }

    #header.sticky-style-3 #top-cart .top-cart-content {
        top: 40px
    }

    #primary-menu>div>#top-search form {
        height: 60px !important
    }

    #top-search form input {
        font-size: 24px
    }

    #side-panel-trigger {
        right: 71px
    }

    body:not(.sticky-responsive-pagemenu) #page-menu #page-menu-wrap {
        position: relative !important;
        top: 0 !important
    }

    #page-submenu-trigger {
        opacity: 1;
        pointer-events: auto;
        color: #fff
    }

    #page-menu.pagemenu-active #page-submenu-trigger {
        background-color: rgba(0, 0, 0, .2)
    }

    #page-menu nav {
        display: none;
        position: absolute;
        float: none;
        width: 200px;
        top: 43px;
        left: auto;
        right: 15px;
        height: auto;
        background-color: #1abc9c;
        z-index: 11
    }

    #page-menu.pagemenu-active nav {
        display: block
    }

    #page-menu nav ul {
        height: auto;
        background-color: rgba(0, 0, 0, .2)
    }

    #page-menu nav li {
        float: none
    }

    #page-menu nav li a {
        height: 40px;
        line-height: 40px;
        margin: 0;
        padding: 0 15px;
        border-radius: 0
    }

    #page-menu ul ul {
        position: relative;
        width: auto;
        top: 0;
        background-color: transparent
    }

    #page-menu ul ul a {
        padding-left: 25px
    }

    .sticky-responsive-menu #header {
        min-height: 100px;
        -webkit-transition: min-height .4s;
        -o-transition: min-height .4s;
        transition: min-height .4s
    }

    .sticky-responsive-menu #header-wrap {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    .sticky-responsive-menu #header.sticky-style-2,
    .sticky-responsive-menu #header.sticky-style-3 {
        min-height: 160px
    }

    .sticky-responsive-menu.device-touch #header,
    .sticky-responsive-menu.device-touch #header-wrap,
    .sticky-responsive-menu.device-touch #logo,
    .sticky-responsive-menu.device-touch #logo img,
    .sticky-responsive-menu.device-touch #primary-menu-trigger,
    .sticky-responsive-menu.device-touch #side-panel-trigger,
    .sticky-responsive-menu.device-touch #top-cart,
    .sticky-responsive-menu.device-touch #top-search a {
        -webkit-transition: none !important;
        -o-transition: none !important;
        transition: none !important
    }

    #header.responsive-sticky-header:not(.sticky-style-2):not(.sticky-style-3):not(.static-sticky) {
        min-height: 60px
    }

    .responsive-sticky-header #header-wrap {
        z-index: 199;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background-color: #fff;
        border-bottom: 1px solid #eee;
        -webkit-backface-visibility: hidden
    }

    .responsive-sticky-header:not(.static-sticky) #logo,
    .responsive-sticky-header:not(.static-sticky) #logo img {
        height: 60px
    }

    .responsive-sticky-header:not(.static-sticky) #primary-menu-trigger {
        top: 5px
    }

    .responsive-sticky-header #primary-menu>.container>ul,
    .responsive-sticky-header #primary-menu>ul {
        max-height: 300px;
        overflow-y: scroll;
        margin-bottom: 20px !important
    }

    .responsive-sticky-header:not(.static-sticky) #side-panel-trigger,
    .responsive-sticky-header:not(.static-sticky) #top-cart,
    .responsive-sticky-header:not(.static-sticky) #top-search a {
        margin: 20px 0
    }

    .responsive-sticky-header:not(.static-sticky) #top-search form {
        height: 60px !important
    }

    .responsive-sticky-header:not(.static-sticky) #top-cart .top-cart-content {
        top: 40px
    }

    body:not(.sticky-responsive-menu) #primary-menu.mobile-menu-off-canvas>div>ul,
    body:not(.sticky-responsive-menu) #primary-menu.mobile-menu-off-canvas>ul {
        position: fixed;
        display: block;
        z-index: 499;
        width: 280px;
        height: 100%;
        height: calc(100vh);
        max-height: none !important;
        margin: 0 !important;
        left: 0 !important;
        top: 0 !important;
        padding: 35px 25px 60px !important;
        background-color: #fff;
        border-right: 1px solid #eee !important;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        -webkit-transform: translate3d(-280px, 0, 0);
        -o-transform: translate3d(-280px, 0, 0);
        transform: translate3d(-280px, 0, 0);
        -webkit-backface-visibility: hidden;
        transform-style: preserve-3d;
        -webkit-transition: -webkit-transform .3s ease-in-out, opacity .2s !important;
        -o-transition: -o-transform .3s ease-in-out, opacity .2s !important;
        transition: transform .3s ease-in-out, opacity .2s !important
    }

    body:not(.sticky-responsive-menu) #primary-menu.mobile-menu-off-canvas>div>ul.d-block,
    body:not(.sticky-responsive-menu) #primary-menu.mobile-menu-off-canvas>ul.d-block {
        -webkit-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    .portfolio .portfolio-item {
        width: 33.33333333%
    }

    .device-touch .portfolio-parallax .portfolio-item .portfolio-desc,
    .device-touch .portfolio-parallax .portfolio-overlay {
        opacity: 1
    }

    .portfolio-ajax-modal {
        width: 90% !important
    }

    .entry-meta li {
        font-size: 12px;
        margin: 0 10px 10px 0
    }

    .post-grid {
        margin-right: -20px
    }

    .post-grid .entry {
        width: 33.33333333%;
        padding-right: 20px
    }

    .post-grid.grid-2,
    .post-grid.grid-3 {
        margin-right: -30px
    }

    .post-grid.grid-2 .entry,
    .post-grid.grid-3 .entry {
        width: 50%;
        padding-right: 30px
    }

    .post-masonry-full .entry {
        width: 33.3% !important
    }

    .post-masonry-full.grid-3 .entry {
        width: 50% !important
    }

    .post-timeline .entry {
        width: 290px !important
    }

    .post-timeline .entry.entry-date-section {
        width: 100% !important
    }

    .product {
        width: 33.33333333%
    }

    .product:not(.product-2):not(.product-3) .product-title h3 {
        font-size: 18px
    }

    .testimonials-grid.grid-3 li {
        width: 50%
    }

    .section>.testimonial {
        padding: 0 40px !important;
        max-width: none
    }

    .promo:not(.promo-full) {
        padding: 30px 20px !important
    }

    .promo a.button {
        position: relative !important;
        top: 0 !important;
        margin: 20px 0 0 !important;
        left: 0 !important;
        right: 0
    }
}

@media (max-width:767px) {
    body {
        padding: 0 !important
    }

    #wrapper {
        width: 100% !important
    }

    .container-fullwidth {
        margin: 0 auto;
        padding: 0 15px !important
    }

    h1 {
        font-size: 28px
    }

    h2 {
        font-size: 24px
    }

    h3 {
        font-size: 20px
    }

    h4 {
        font-size: 16px
    }

    .top-links,
    .top-links>ul>li {
        float: none !important
    }

    .top-links>ul {
        text-align: center
    }

    .top-links>ul>li {
        display: inline-block;
        margin-right: -4px
    }

    .top-links ul div.top-link-section,
    .top-links ul ul {
        text-align: left
    }

    .top-links ul div.top-link-section {
        left: auto;
        right: 0;
        padding: 20px 15px
    }

    #top-social,
    .slider-arrow-bottom-sm,
    .slider-arrow-top-sm {
        display: none !important
    }

    .flex-control-nav li {
        opacity: 1 !important
    }

    .col_full,
    .col_half,
    .col_one_third,
    .col_three_fifth,
    .col_two_fifth,
    .col_two_third,
    .sidebar {
        width: 100%;
        margin-right: 0;
        float: none;
        margin-bottom: 50px !important
    }

    .sidebar.col_last {
        margin-bottom: 0 !important
    }

    form .col_full,
    form .col_half,
    form .col_one_third,
    form .col_three_fifth,
    form .col_two_fifth,
    form .col_two_third {
        margin-bottom: 25px !important
    }

    #page-title {
        padding: 20px 0 25px;
        text-align: center
    }

    #page-title h1 {
        line-height: 1.5;
        font-size: 24px
    }

    #page-title .breadcrumb {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        margin: 20px 0 0 !important;
        justify-content: center
    }

    #page-title #portfolio-navigation,
    #portfolio-ajax-title #portfolio-navigation {
        position: relative;
        top: 0;
        left: 0;
        margin: 15px auto 0
    }

    #portfolio-ajax-title {
        text-align: center
    }

    .portfolio-filter {
        border: none;
        border-radius: 0;
        margin-bottom: 20px
    }

    .portfolio-filter li {
        width: 33.33%;
        margin: 0 0 20px !important
    }

    .portfolio-filter li a {
        text-align: center;
        border-left: none;
        padding: 12px 18px !important;
        border-radius: 2px !important
    }

    .portfolio-filter li a:hover {
        color: #1abc9c
    }

    .portfolio-filter li.activeFilter a {
        color: #fff;
        margin: 0
    }

    .portfolio-filter.style-2 li a,
    .portfolio-filter.style-3 li a {
        border-radius: 22px !important
    }

    .portfolio-shuffle {
        display: none
    }

    .entry-title h2,
    .post-grid .entry-title h2 {
        font-size: 18px !important;
        font-weight: 600
    }

    .entry-meta li {
        font-size: 11px;
        margin: 0 10px 10px 0
    }

    #posts .entry-meta li i {
        display: none
    }

    #posts .entry-meta li:last-child i,
    #posts.post-grid .entry-meta li i {
        display: inline-block
    }

    .post-grid {
        margin-right: 0 !important
    }

    .post-grid .entry,
    .post-masonry-full.grid-3 .entry {
        float: none !important;
        width: 100% !important;
        margin-right: 0 !important;
        border-right: 0 !important
    }

    .post-timeline .entry.entry-date-section {
        margin-left: 0
    }

    .post-timeline .entry-timeline {
        display: none !important
    }

    .post-masonry-full .entry {
        padding: 40px !important
    }

    .pricing-box.best-price {
        margin-top: 0
    }

    table.cart .quantity {
        display: block
    }

    table.cart .quantity .minus,
    table.cart .quantity .plus {
        float: none;
        width: 100%
    }

    .process-steps li {
        float: none;
        width: auto !important;
        margin-top: 20px
    }

    .process-steps li:first-child {
        margin-top: 0
    }

    .process-steps li h5 {
        margin: 10px 0 0
    }

    .process-steps li:after,
    .process-steps li:before {
        display: none
    }

    .tabs-responsive .tab-container {
        padding: 0 !important
    }

    .tabs-responsive .tab-container:not(.accordion-border) {
        border: 0
    }

    .testimonials-grid li {
        float: none;
        width: auto !important;
        padding-left: 0;
        padding-right: 0
    }

    .title-block {
        padding: 2px 0 3px 15px;
        border-left-width: 5px
    }

    .title-block-right {
        padding: 2px 15px 3px 0;
        border-right-width: 5px
    }

    .title-block h1+span {
        font-size: 18px
    }

    .title-block h2+span {
        font-size: 17px
    }

    .title-block h3+span {
        font-size: 15px
    }

    .title-block h4+span {
        font-size: 13px
    }

    .heading-block h1 {
        font-size: 30px
    }

    .heading-block h2 {
        font-size: 26px
    }

    .heading-block h3 {
        font-size: 22px
    }

    .heading-block h4 {
        font-size: 19px
    }

    .heading-block h1+span {
        font-size: 20px
    }

    .heading-block h2+span {
        font-size: 18px
    }

    .heading-block h3+span,
    .heading-block h4+span {
        font-size: 17px
    }

    .heading-block~p:not(.lead) {
        font-size: 15px
    }

    .news-carousel .overlay {
        display: none
    }
}

@media (min-width:576px) and (max-width:767px) {

    #header.full-header .container,
    .container-fullwidth {
        width: 540px !important
    }

    .container.vertical-middle {
        width: 100% !important
    }

    .full-screen:not(.force-full-screen) .container.vertical-middle {
        width: 540px !important
    }

    #top-search form input {
        padding-right: 60px
    }

    .swiper_wrapper .slider-caption h2 {
        font-size: 2.25rem
    }

    .swiper_wrapper .slider-caption p {
        font-size: 1.25rem
    }

    #header.transparent-header.floating-header .container {
        width: 540px;
        padding: 0 15px
    }

    .portfolio:not(.portfolio-1) {
        margin: 0 -6px -6px 0
    }

    .portfolio:not(.portfolio-1) .portfolio-item {
        padding: 0 6px 6px 0;
        width: 50%
    }

    .portfolio:not(.portfolio-1) .portfolio-desc {
        padding: 15px 5px 10px
    }

    .portfolio:not(.portfolio-1) .portfolio-desc h3 {
        font-size: 16px
    }

    .portfolio:not(.portfolio-1) .portfolio-desc span {
        font-size: 14px
    }

    .portfolio:not(.portfolio-1) .portfolio-item:hover .portfolio-overlay .portfolio-desc~a {
        margin: 20px 0 0 !important
    }

    .portfolio:not(.portfolio-1) .portfolio-item:hover .portfolio-overlay .portfolio-desc~a.right-icon {
        margin-left: 5px !important;
        margin-right: 0 !important
    }

    .portfolio.portfolio-full {
        margin: 0 !important
    }

    .shop:not(.product-1) {
        margin: 0 -12px -12px 0
    }

    .shop:not(.product-1) .product {
        padding: 0 12px 12px 0;
        width: 50%
    }

    .shop:not(.product-1) .product-title h3 {
        font-size: 17px
    }
}

@media (max-width:575px) {

    #header.full-header .container,
    .container,
    .container-fullwidth {
        width: 100% !important;
        padding-left: 40px !important;
        padding-right: 40px !important
    }

    #primary-menu-trigger {
        left: 20px
    }

    #top-cart {
        display: none
    }

    #top-search a {
        right: 40px
    }

    #top-search form input {
        padding-right: 55px
    }

    #side-panel-trigger {
        right: 68px
    }

    .swiper_wrapper .slider-caption h2 {
        font-size: 1.75rem
    }

    .swiper_wrapper .slider-caption p {
        font-size: 1rem
    }

    #header.transparent-header.floating-header .container {
        width: 310px;
        padding: 0 15px
    }

    .portfolio-filter li {
        width: 50%
    }

    .portfolio:not(.portfolio-1) {
        margin: 0
    }

    .portfolio .portfolio-item {
        width: 100%;
        padding: 0
    }

    .shop:not(.product-1) {
        margin: 0 !important
    }

    .shop:not(.product-1) .product {
        margin: 0 0 20px;
        padding: 0;
        width: 100%
    }

    .shop:not(.product-1) .product-title h3 {
        font-size: 19px
    }

    .si-share span {
        display: none
    }
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
    #logo a.standard-logo {
        display: none
    }

    #logo a.retina-logo {
        display: block
    }

    .form-process,
    .owl-carousel.owl-loading,
    .preloader,
    .preloader2 {
        background-image: url('../images/preloader@2x.gif');
        background-size: 24px 24px
    }

    .dark .form-process,
    .dark .owl-carousel.owl-loading,
    .dark .preloader,
    .dark .preloader2 {
        background-image: url('../images/preloader-dark@2x.gif')
    }
}

@media only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:991px),
only screen and (min--moz-device-pixel-ratio:2) and (max-width:991px),
only screen and (-o-min-device-pixel-ratio:2/1) and (max-width:991px),
only screen and (min-device-pixel-ratio:2) and (max-width:991px),
only screen and (min-resolution:192dpi) and (max-width:991px),
only screen and (min-resolution:2dppx) and (max-width:991px) {
    #logo a.standard-logo {
        display: none
    }

    #logo a.retina-logo {
        display: inline-block
    }
}

/* font-icons.min.css */
@font-face {
    font-family: font-icons;
    src: url(fonts/font-icons.eot);
    src: url("fonts/font-icons.eot?#iefix") format("embedded-opentype"), url("fonts/font-icons.woff2") format("woff2"), url("fonts/font-icons.woff2") format("woff2"), url(fonts/font-icons.woff) format('woff'), url(fonts/font-icons.ttf) format('truetype'), url(fonts/font-icons.svg) format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

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

@font-face {
    font-family: Simple-Line-Icons;
    src: url(fonts/Simple-Line-Icons.eot);
    src: url("fonts/Simple-Line-Icons.eot?#iefix") format("embedded-opentype"), url("fonts/Simple-Line-Icons.woff2") format("woff2"), url("fonts/Simple-Line-Icons.woff2") format("woff2"), url(fonts/Simple-Line-Icons.woff) format('woff'), url(fonts/Simple-Line-Icons.ttf) format('truetype'), url(fonts/Simple-Line-Icons.svg#Simple-Line-Icons) format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

.side-header #primary-menu ul>li.sub-menu>a:after,
[class*=" icon-"],
[class*=" icon-line-"],
[class*=" icon-line2-"],
[class^=icon-],
[class^=icon-line-],
[class^=icon-line2-] {
    display: inline-block;
    font-family: font-icons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

[class*=" icon-line-"],
[class^=icon-line-] {
    font-family: lined-icons
}

[class*=" icon-line2-"],
[class^=icon-line2-] {
    font-family: Simple-Line-Icons
}

.icon-lg {
    font-size: 1.3333333333333333em;
    line-height: .75em;
    vertical-align: -15%
}

.icon-2x {
    font-size: 2em
}

.icon-3x {
    font-size: 3em
}

.icon-4x {
    font-size: 4em
}

.icon-5x {
    font-size: 5em
}

.icon-fw {
    width: 1.2857142857142858em;
    text-align: center
}

.iconlist-color li i {
    color: #1ABC9C
}

.icon-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.icon.pull-left {
    margin-right: .3em
}

.icon.pull-right {
    margin-left: .3em
}

.icon-spin {
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear
}

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

    100% {
        -moz-transform: rotate(359deg)
    }
}

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

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

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

    100% {
        -o-transform: rotate(359deg)
    }
}

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

    100% {
        -ms-transform: rotate(359deg)
    }
}

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

    100% {
        transform: rotate(359deg)
    }
}

.icon-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.icon-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.icon-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg)
}

.icon-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.icon-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1)
}

.icon-stacked {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.icon-stacked-1x,
.icon-stacked-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.icon-stacked-1x {
    line-height: inherit
}

.icon-stacked-2x {
    font-size: 2em
}

.icon-inverse {
    color: #fff
}

.icon-type:before {
    content: "\e600"
}

.icon-box:before {
    content: "\e601"
}

.icon-archive:before {
    content: "\e602"
}

.icon-envelope:before {
    content: "\e603"
}

.icon-email:before {
    content: "\e604"
}

.icon-files:before {
    content: "\e605"
}

.icon-printer2:before {
    content: "\e606"
}

.icon-folder-add:before {
    content: "\e607"
}

.icon-folder-settings:before {
    content: "\e608"
}

.icon-folder-check:before {
    content: "\e609"
}

.icon-wifi-low:before {
    content: "\e60a"
}

.icon-wifi-mid:before {
    content: "\e60b"
}

.icon-wifi-full:before {
    content: "\e60c"
}

.icon-connection-empty:before {
    content: "\e60d"
}

.icon-battery-full:before {
    content: "\e60e"
}

.icon-settings:before {
    content: "\e60f"
}

.icon-arrow-left:before {
    content: "\e610"
}

.icon-arrow-up:before {
    content: "\e611"
}

.icon-arrow-down:before {
    content: "\e612"
}

.icon-arrow-right:before {
    content: "\e613"
}

.icon-reload:before {
    content: "\e614"
}

.icon-download:before {
    content: "\e615"
}

.icon-tag:before {
    content: "\e616"
}

.icon-trashcan:before {
    content: "\e617"
}

.icon-search:before {
    content: "\e618"
}

.icon-zoom-in:before {
    content: "\e619"
}

.icon-zoom-out:before {
    content: "\e61a"
}

.icon-chat:before {
    content: "\e61b"
}

.icon-clock:before {
    content: "\e61c"
}

.icon-printer:before {
    content: "\e61d"
}

.icon-home:before {
    content: "\e61e"
}

.icon-flag:before {
    content: "\e61f"
}

.icon-meter:before {
    content: "\e620"
}

.icon-switch:before {
    content: "\e621"
}

.icon-forbidden:before {
    content: "\e622"
}

.icon-phone-landscape:before {
    content: "\e623"
}

.icon-tablet:before {
    content: "\e624"
}

.icon-tablet-landscape:before {
    content: "\e625"
}

.icon-laptop:before {
    content: "\e626"
}

.icon-camera:before {
    content: "\e627"
}

.icon-microwave-oven:before {
    content: "\e628"
}

.icon-credit-cards:before {
    content: "\e629"
}

.icon-map-marker:before {
    content: "\e62a"
}

.icon-map:before {
    content: "\e62b"
}

.icon-support:before {
    content: "\e62c"
}

.icon-newspaper2:before {
    content: "\e62d"
}

.icon-barbell:before {
    content: "\e62e"
}

.icon-stopwatch:before {
    content: "\e62f"
}

.icon-atom:before {
    content: "\e630"
}

.icon-image:before {
    content: "\e631"
}

.icon-cube:before {
    content: "\e632"
}

.icon-bars:before {
    content: "\e633"
}

.icon-chart:before {
    content: "\e634"
}

.icon-pencil:before {
    content: "\e635"
}

.icon-measure:before {
    content: "\e636"
}

.icon-eyedropper:before {
    content: "\e637"
}

.icon-file-settings:before {
    content: "\e638"
}

.icon-file-add:before {
    content: "\e639"
}

.icon-file:before {
    content: "\e63a"
}

.icon-align-left:before {
    content: "\e63b"
}

.icon-align-right:before {
    content: "\e63c"
}

.icon-align-center:before {
    content: "\e63d"
}

.icon-align-justify:before {
    content: "\e63e"
}

.icon-file-broken:before {
    content: "\e63f"
}

.icon-browser:before {
    content: "\e640"
}

.icon-windows:before {
    content: "\e641"
}

.icon-window:before {
    content: "\e642"
}

.icon-folder:before {
    content: "\e643"
}

.icon-connection-25:before {
    content: "\e644"
}

.icon-connection-50:before {
    content: "\e645"
}

.icon-connection-75:before {
    content: "\e646"
}

.icon-connection-full:before {
    content: "\e647"
}

.icon-list:before {
    content: "\e648"
}

.icon-grid:before {
    content: "\e649"
}

.icon-stack3:before {
    content: "\e64a"
}

.icon-battery-charging:before {
    content: "\e64b"
}

.icon-battery-empty:before {
    content: "\e64c"
}

.icon-battery-25:before {
    content: "\e64d"
}

.icon-battery-50:before {
    content: "\e64e"
}

.icon-battery-75:before {
    content: "\e64f"
}

.icon-refresh:before {
    content: "\e650"
}

.icon-volume:before {
    content: "\e651"
}

.icon-volume-increase:before {
    content: "\e652"
}

.icon-volume-decrease:before {
    content: "\e653"
}

.icon-mute:before {
    content: "\e654"
}

.icon-microphone:before {
    content: "\e655"
}

.icon-microphone-off:before {
    content: "\e656"
}

.icon-book:before {
    content: "\e657"
}

.icon-checkmark:before {
    content: "\e658"
}

.icon-checkbox-checked:before {
    content: "\e659"
}

.icon-checkbox:before {
    content: "\e65a"
}

.icon-paperclip:before {
    content: "\e65b"
}

.icon-chat-1:before {
    content: "\e65c"
}

.icon-chat-2:before {
    content: "\e65d"
}

.icon-chat-3:before {
    content: "\e65e"
}

.icon-comment:before {
    content: "\e65f"
}

.icon-calendar:before {
    content: "\e660"
}

.icon-bookmark:before {
    content: "\e661"
}

.icon-email2:before {
    content: "\e662"
}

.icon-heart:before {
    content: "\e663"
}

.icon-enter:before {
    content: "\e664"
}

.icon-cloud:before {
    content: "\e665"
}

.icon-book2:before {
    content: "\e666"
}

.icon-star:before {
    content: "\e667"
}

.icon-lock:before {
    content: "\e668"
}

.icon-unlocked:before {
    content: "\e669"
}

.icon-unlocked2:before {
    content: "\e66a"
}

.icon-users:before {
    content: "\e66b"
}

.icon-user:before {
    content: "\e66c"
}

.icon-users2:before {
    content: "\e66d"
}

.icon-user2:before {
    content: "\e66e"
}

.icon-bullhorn:before {
    content: "\e66f"
}

.icon-share:before {
    content: "\e670"
}

.icon-screen:before {
    content: "\e671"
}

.icon-phone:before {
    content: "\e672"
}

.icon-phone-portrait:before {
    content: "\e673"
}

.icon-calculator:before {
    content: "\e674"
}

.icon-bag:before {
    content: "\e675"
}

.icon-diamond:before {
    content: "\e676"
}

.icon-drink:before {
    content: "\e677"
}

.icon-shorts:before {
    content: "\e678"
}

.icon-vcard:before {
    content: "\e679"
}

.icon-sun:before {
    content: "\e67a"
}

.icon-bill:before {
    content: "\e67b"
}

.icon-coffee:before {
    content: "\e67c"
}

.icon-tv2:before {
    content: "\e67d"
}

.icon-newspaper:before {
    content: "\e67e"
}

.icon-stack:before {
    content: "\e67f"
}

.icon-syringe:before {
    content: "\e680"
}

.icon-health:before {
    content: "\e681"
}

.icon-bolt:before {
    content: "\e682"
}

.icon-pill:before {
    content: "\e683"
}

.icon-bones:before {
    content: "\e684"
}

.icon-lab:before {
    content: "\e685"
}

.icon-clipboard:before {
    content: "\e686"
}

.icon-mug:before {
    content: "\e687"
}

.icon-bucket:before {
    content: "\e688"
}

.icon-select:before {
    content: "\e689"
}

.icon-graph:before {
    content: "\e68a"
}

.icon-crop:before {
    content: "\e68b"
}

.icon-heart2:before {
    content: "\e68c"
}

.icon-cloud2:before {
    content: "\e68d"
}

.icon-star2:before {
    content: "\e68e"
}

.icon-pen:before {
    content: "\e68f"
}

.icon-diamond2:before {
    content: "\e690"
}

.icon-display:before {
    content: "\e691"
}

.icon-paperplane:before {
    content: "\e692"
}

.icon-params:before {
    content: "\e693"
}

.icon-banknote:before {
    content: "\e694"
}

.icon-vynil:before {
    content: "\e695"
}

.icon-truck:before {
    content: "\e696"
}

.icon-world:before {
    content: "\e697"
}

.icon-tv:before {
    content: "\e698"
}

.icon-sound:before {
    content: "\e699"
}

.icon-video:before {
    content: "\e69a"
}

.icon-trash:before {
    content: "\e69b"
}

.icon-user3:before {
    content: "\e69c"
}

.icon-key:before {
    content: "\e69d"
}

.icon-search2:before {
    content: "\e69e"
}

.icon-settings2:before {
    content: "\e69f"
}

.icon-camera2:before {
    content: "\e6a0"
}

.icon-tag2:before {
    content: "\e6a1"
}

.icon-lock2:before {
    content: "\e6a2"
}

.icon-bulb:before {
    content: "\e6a3"
}

.icon-location:before {
    content: "\e6a4"
}

.icon-eye:before {
    content: "\e6a5"
}

.icon-bubble:before {
    content: "\e6a6"
}

.icon-stack2:before {
    content: "\e6a7"
}

.icon-cup:before {
    content: "\e6a8"
}

.icon-phone2:before {
    content: "\e6a9"
}

.icon-news:before {
    content: "\e6aa"
}

.icon-mail:before {
    content: "\e6ab"
}

.icon-like:before {
    content: "\e6ac"
}

.icon-photo:before {
    content: "\e6ad"
}

.icon-note:before {
    content: "\e6ae"
}

.icon-clock2:before {
    content: "\e6af"
}

.icon-data:before {
    content: "\e6b0"
}

.icon-music:before {
    content: "\e6b1"
}

.icon-megaphone:before {
    content: "\e6b2"
}

.icon-study:before {
    content: "\e6b3"
}

.icon-lab2:before {
    content: "\e6b4"
}

.icon-food:before {
    content: "\e6b5"
}

.icon-t-shirt:before {
    content: "\e6b6"
}

.icon-fire:before {
    content: "\e6b7"
}

.icon-clip:before {
    content: "\e6b8"
}

.icon-shop:before {
    content: "\e6b9"
}

.icon-calendar2:before {
    content: "\e6ba"
}

.icon-wallet:before {
    content: "\e6bb"
}

.icon-duckduckgo:before {
    content: "\e830"
}

.icon-lkdto:before {
    content: "\e896"
}

.icon-delicious:before {
    content: "\e832"
}

.icon-paypal:before {
    content: "\e833"
}

.icon-flattr:before {
    content: "\e834"
}

.icon-android:before {
    content: "\e835"
}

.icon-eventful:before {
    content: "\e836"
}

.icon-smashmag:before {
    content: "\e837"
}

.icon-gplus:before {
    content: "\e838"
}

.icon-wikipedia:before {
    content: "\e839"
}

.icon-lanyrd:before {
    content: "\e83a"
}

.icon-calendar-1:before {
    content: "\e83b"
}

.icon-stumbleupon:before {
    content: "\e83c"
}

.icon-bitcoin:before {
    content: "\e83f"
}

.icon-w3c:before {
    content: "\e840"
}

.icon-foursquare:before {
    content: "\e841"
}

.icon-html5:before {
    content: "\e842"
}

.icon-ie:before {
    content: "\e843"
}

.icon-call:before {
    content: "\e844"
}

.icon-grooveshark:before {
    content: "\e845"
}

.icon-ninetyninedesigns:before {
    content: "\e846"
}

.icon-forrst:before {
    content: "\e847"
}

.icon-digg:before {
    content: "\e848"
}

.icon-spotify:before {
    content: "\e849"
}

.icon-reddit:before {
    content: "\e84a"
}

.icon-guest:before {
    content: "\e84b"
}

.icon-blogger:before {
    content: "\e84e"
}

.icon-cc:before {
    content: "\e84f"
}

.icon-dribbble:before {
    content: "\e850"
}

.icon-evernote:before {
    content: "\e851"
}

.icon-flickr:before {
    content: "\e852"
}

.icon-google:before {
    content: "\e853"
}

.icon-viadeo:before {
    content: "\e854"
}

.icon-instapaper:before {
    content: "\e855"
}

.icon-weibo:before {
    content: "\e856"
}

.icon-klout:before {
    content: "\e857"
}

.icon-linkedin:before {
    content: "\e858"
}

.icon-meetup:before {
    content: "\e859"
}

.icon-vk:before {
    content: "\e85a"
}

.icon-rss:before {
    content: "\e85d"
}

.icon-skype:before {
    content: "\e85e"
}

.icon-twitter:before {
    content: "\e85f"
}

.icon-youtube:before {
    content: "\e860"
}

.icon-vimeo:before {
    content: "\e861"
}

.icon-windows2:before {
    content: "\e862"
}

.icon-aim:before {
    content: "\e831"
}

.icon-yahoo:before {
    content: "\e864"
}

.icon-chrome:before {
    content: "\e865"
}

.icon-email3:before {
    content: "\e866"
}

.icon-macstore:before {
    content: "\e867"
}

.icon-myspace:before {
    content: "\e868"
}

.icon-podcast:before {
    content: "\e869"
}

.icon-cloudapp:before {
    content: "\e86c"
}

.icon-dropbox:before {
    content: "\e86d"
}

.icon-ebay:before {
    content: "\e86e"
}

.icon-facebook:before {
    content: "\e86f"
}

.icon-github:before {
    content: "\e870"
}

.icon-github-circled:before {
    content: "\e871"
}

.icon-googleplay:before {
    content: "\e872"
}

.icon-itunes:before {
    content: "\e873"
}

.icon-plurk:before {
    content: "\e874"
}

.icon-songkick:before {
    content: "\e875"
}

.icon-lastfm:before {
    content: "\e876"
}

.icon-gmail:before {
    content: "\e877"
}

.icon-pinboard:before {
    content: "\e878"
}

.icon-soundcloud:before {
    content: "\e87b"
}

.icon-tumblr:before {
    content: "\e87c"
}

.icon-eventasaurus:before {
    content: "\e87d"
}

.icon-wordpress:before {
    content: "\e87e"
}

.icon-yelp:before {
    content: "\e87f"
}

.icon-intensedebate:before {
    content: "\e880"
}

.icon-eventbrite:before {
    content: "\e881"
}

.icon-scribd:before {
    content: "\e882"
}

.icon-posterous:before {
    content: "\e883"
}

.icon-stripe:before {
    content: "\e884"
}

.icon-opentable:before {
    content: "\e885"
}

.icon-cart:before {
    content: "\e886"
}

.icon-print:before {
    content: "\e887"
}

.icon-dwolla:before {
    content: "\e88a"
}

.icon-appnet:before {
    content: "\e88b"
}

.icon-statusnet:before {
    content: "\e88c"
}

.icon-acrobat:before {
    content: "\e88d"
}

.icon-drupal:before {
    content: "\e88e"
}

.icon-buffer:before {
    content: "\e88f"
}

.icon-pocket:before {
    content: "\e890"
}

.icon-bitbucket:before {
    content: "\e891"
}

.icon-lego:before {
    content: "\e892"
}

.icon-login:before {
    content: "\e893"
}

.icon-stackoverflow:before {
    content: "\e894"
}

.icon-hackernews:before {
    content: "\e895"
}

.icon-xing:before {
    content: "\e863"
}

.icon-instagram:before {
    content: "\e889"
}

.icon-angellist:before {
    content: "\e888"
}

.icon-quora:before {
    content: "\e87a"
}

.icon-openid:before {
    content: "\e879"
}

.icon-steam:before {
    content: "\e86b"
}

.icon-amazon:before {
    content: "\e86a"
}

.icon-disqus:before {
    content: "\e85c"
}

.icon-plancast:before {
    content: "\e85b"
}

.icon-appstore:before {
    content: "\e84d"
}

.icon-gowalla:before {
    content: "\e84c"
}

.icon-pinterest:before {
    content: "\e83e"
}

.icon-fivehundredpx:before {
    content: "\e83d"
}

.icon-glass:before {
    content: "\e6bc"
}

.icon-music2:before {
    content: "\e6bd"
}

.icon-search3:before {
    content: "\e6be"
}

.icon-envelope2:before {
    content: "\e6bf"
}

.icon-heart3:before {
    content: "\e6c0"
}

.icon-star3:before {
    content: "\e6c1"
}

.icon-star-empty:before {
    content: "\e6c2"
}

.icon-user4:before {
    content: "\e6c3"
}

.icon-film:before {
    content: "\e6c4"
}

.icon-th-large:before {
    content: "\e6c5"
}

.icon-th:before {
    content: "\e6c6"
}

.icon-th-list:before {
    content: "\e6c7"
}

.icon-ok:before {
    content: "\e6c8"
}

.icon-remove:before {
    content: "\e6c9"
}

.icon-zoom-in2:before {
    content: "\e6ca"
}

.icon-zoom-out2:before {
    content: "\e6cb"
}

.icon-off:before {
    content: "\e6cc"
}

.icon-signal:before {
    content: "\e6cd"
}

.icon-cog:before {
    content: "\e6ce"
}

.icon-trash2:before {
    content: "\e6cf"
}

.icon-home2:before {
    content: "\e6d0"
}

.icon-file2:before {
    content: "\e6d1"
}

.icon-time:before {
    content: "\e6d2"
}

.icon-road:before {
    content: "\e6d3"
}

.icon-download-alt:before {
    content: "\e6d4"
}

.icon-download2:before {
    content: "\e6d5"
}

.icon-upload:before {
    content: "\e6d6"
}

.icon-inbox:before {
    content: "\e6d7"
}

.icon-play-circle:before {
    content: "\e6d8"
}

.icon-repeat:before {
    content: "\e6d9"
}

.icon-refresh2:before {
    content: "\e6da"
}

.icon-list-alt:before {
    content: "\e6db"
}

.icon-lock3:before {
    content: "\e6dc"
}

.icon-flag2:before {
    content: "\e6dd"
}

.icon-headphones:before {
    content: "\e6de"
}

.icon-volume-off:before {
    content: "\e6df"
}

.icon-volume-down:before {
    content: "\e6e0"
}

.icon-volume-up:before {
    content: "\e6e1"
}

.icon-qrcode:before {
    content: "\e6e2"
}

.icon-barcode:before {
    content: "\e6e3"
}

.icon-tag3:before {
    content: "\e6e4"
}

.icon-tags:before {
    content: "\e6e5"
}

.icon-book3:before {
    content: "\e6e6"
}

.icon-bookmark2:before {
    content: "\e6e7"
}

.icon-print2:before {
    content: "\e6e8"
}

.icon-camera3:before {
    content: "\e6e9"
}

.icon-font:before {
    content: "\e6ea"
}

.icon-bold:before {
    content: "\e6eb"
}

.icon-italic:before {
    content: "\e6ec"
}

.icon-text-height:before {
    content: "\e6ed"
}

.icon-text-width:before {
    content: "\e6ee"
}

.icon-align-left2:before {
    content: "\e6ef"
}

.icon-align-center2:before {
    content: "\e6f0"
}

.icon-align-right2:before {
    content: "\e6f1"
}

.icon-align-justify2:before {
    content: "\e6f2"
}

.icon-list2:before {
    content: "\e6f3"
}

.icon-indent-left:before {
    content: "\e6f4"
}

.icon-indent-right:before {
    content: "\e6f5"
}

.icon-facetime-video:before {
    content: "\e6f6"
}

.icon-picture:before {
    content: "\e6f7"
}

.icon-pencil2:before {
    content: "\e6f8"
}

.icon-map-marker2:before {
    content: "\e6f9"
}

.icon-adjust:before {
    content: "\e6fa"
}

.icon-tint:before {
    content: "\e6fb"
}

.icon-edit:before {
    content: "\e6fc"
}

.icon-share2:before {
    content: "\e6fd"
}

.icon-check:before {
    content: "\e6fe"
}

.icon-move:before {
    content: "\e6ff"
}

.icon-step-backward:before {
    content: "\e700"
}

.icon-fast-backward:before {
    content: "\e701"
}

.icon-backward:before {
    content: "\e702"
}

.icon-play:before {
    content: "\e703"
}

.icon-pause:before {
    content: "\e704"
}

.icon-stop:before {
    content: "\e705"
}

.icon-forward:before {
    content: "\e706"
}

.icon-fast-forward:before {
    content: "\e707"
}

.icon-step-forward:before {
    content: "\e708"
}

.icon-eject:before {
    content: "\e709"
}

.icon-chevron-left:before {
    content: "\e70a"
}

.icon-chevron-right:before {
    content: "\e70b"
}

.icon-plus-sign:before {
    content: "\e70c"
}

.icon-minus-sign:before {
    content: "\e70d"
}

.icon-remove-sign:before {
    content: "\e70e"
}

.icon-ok-sign:before {
    content: "\e70f"
}

.icon-question-sign:before {
    content: "\e710"
}

.icon-info-sign:before {
    content: "\e711"
}

.icon-screenshot:before {
    content: "\e712"
}

.icon-remove-circle:before {
    content: "\e713"
}

.icon-ok-circle:before {
    content: "\e714"
}

.icon-ban-circle:before {
    content: "\e715"
}

.icon-arrow-left2:before {
    content: "\e716"
}

.icon-arrow-right2:before {
    content: "\e717"
}

.icon-arrow-up2:before {
    content: "\e718"
}

.icon-arrow-down2:before {
    content: "\e719"
}

.icon-share-alt:before {
    content: "\e71a"
}

.icon-resize-full:before {
    content: "\e71b"
}

.icon-resize-small:before {
    content: "\e71c"
}

.icon-plus:before {
    content: "\e71d"
}

.icon-minus:before {
    content: "\e71e"
}

.icon-asterisk:before {
    content: "\e71f"
}

.icon-exclamation-sign:before {
    content: "\e720"
}

.icon-gift:before {
    content: "\e721"
}

.icon-leaf:before {
    content: "\e722"
}

.icon-fire2:before {
    content: "\e723"
}

.icon-eye-open:before {
    content: "\e724"
}

.icon-eye-close:before {
    content: "\e725"
}

.icon-warning-sign:before {
    content: "\e726"
}

.icon-plane:before {
    content: "\e727"
}

.icon-calendar3:before {
    content: "\e728"
}

.icon-random:before {
    content: "\e729"
}

.icon-comment2:before {
    content: "\e72a"
}

.icon-magnet:before {
    content: "\e72b"
}

.icon-chevron-up:before {
    content: "\e72c"
}

.icon-chevron-down:before {
    content: "\e72d"
}

.icon-retweet:before {
    content: "\e72e"
}

.icon-shopping-cart:before {
    content: "\e72f"
}

.icon-folder-close:before {
    content: "\e730"
}

.icon-folder-open:before {
    content: "\e731"
}

.icon-resize-vertical:before {
    content: "\e732"
}

.icon-resize-horizontal:before {
    content: "\e733"
}

.icon-bar-chart:before {
    content: "\e734"
}

.icon-twitter-sign:before {
    content: "\e735"
}

.icon-facebook-sign:before {
    content: "\e736"
}

.icon-camera-retro:before {
    content: "\e737"
}

.icon-key2:before {
    content: "\e738"
}

.icon-cogs:before {
    content: "\e739"
}

.icon-comments:before {
    content: "\e73a"
}

.icon-thumbs-up:before {
    content: "\e73b"
}

.icon-thumbs-down:before {
    content: "\e73c"
}

.icon-star-half:before {
    content: "\e73d"
}

.icon-heart-empty:before {
    content: "\e73e"
}

.icon-signout:before {
    content: "\e73f"
}

.icon-linkedin-sign:before {
    content: "\e740"
}

.icon-pushpin:before {
    content: "\e741"
}

.icon-external-link:before {
    content: "\e742"
}

.icon-signin:before {
    content: "\e743"
}

.icon-trophy:before {
    content: "\e744"
}

.icon-github-sign:before {
    content: "\e745"
}

.icon-upload-alt:before {
    content: "\e746"
}

.icon-lemon:before {
    content: "\e747"
}

.icon-phone3:before {
    content: "\e748"
}

.icon-check-empty:before {
    content: "\e749"
}

.icon-bookmark-empty:before {
    content: "\e74a"
}

.icon-phone-sign:before {
    content: "\e74b"
}

.icon-twitter2:before {
    content: "\e74c"
}

.icon-facebook2:before {
    content: "\e74d"
}

.icon-github2:before {
    content: "\e74e"
}

.icon-unlock:before {
    content: "\e74f"
}

.icon-credit:before {
    content: "\e750"
}

.icon-rss2:before {
    content: "\e751"
}

.icon-hdd:before {
    content: "\e752"
}

.icon-bullhorn2:before {
    content: "\e753"
}

.icon-bell:before {
    content: "\e754"
}

.icon-certificate:before {
    content: "\e755"
}

.icon-hand-right:before {
    content: "\e756"
}

.icon-hand-left:before {
    content: "\e757"
}

.icon-hand-up:before {
    content: "\e758"
}

.icon-hand-down:before {
    content: "\e759"
}

.icon-circle-arrow-left:before {
    content: "\e75a"
}

.icon-circle-arrow-right:before {
    content: "\e75b"
}

.icon-circle-arrow-up:before {
    content: "\e75c"
}

.icon-circle-arrow-down:before {
    content: "\e75d"
}

.icon-globe:before {
    content: "\e75e"
}

.icon-wrench:before {
    content: "\e75f"
}

.icon-tasks:before {
    content: "\e760"
}

.icon-filter:before {
    content: "\e761"
}

.icon-briefcase:before {
    content: "\e762"
}

.icon-fullscreen:before {
    content: "\e763"
}

.icon-group:before {
    content: "\e764"
}

.icon-link:before {
    content: "\e765"
}

.icon-cloud3:before {
    content: "\e766"
}

.icon-beaker:before {
    content: "\e767"
}

.icon-cut:before {
    content: "\e768"
}

.icon-copy:before {
    content: "\e769"
}

.icon-paper-clip:before {
    content: "\e76a"
}

.icon-save:before {
    content: "\e76b"
}

.icon-sign-blank:before {
    content: "\e76c"
}

.icon-reorder:before {
    content: "\e76d"
}

.icon-list-ul:before {
    content: "\e76e"
}

.icon-list-ol:before {
    content: "\e76f"
}

.icon-strikethrough:before {
    content: "\e770"
}

.icon-underline:before {
    content: "\e771"
}

.icon-table:before {
    content: "\e772"
}

.icon-magic:before {
    content: "\e773"
}

.icon-truck2:before {
    content: "\e774"
}

.icon-pinterest2:before {
    content: "\e775"
}

.icon-pinterest-sign:before {
    content: "\e776"
}

.icon-google-plus-sign:before {
    content: "\e777"
}

.icon-google-plus:before {
    content: "\e778"
}

.icon-money:before {
    content: "\e779"
}

.icon-caret-down:before {
    content: "\e77a"
}

.icon-caret-up:before {
    content: "\e77b"
}

.icon-caret-left:before {
    content: "\e77c"
}

.icon-caret-right:before {
    content: "\e77d"
}

.icon-columns:before {
    content: "\e77e"
}

.icon-sort:before {
    content: "\e77f"
}

.icon-sort-down:before {
    content: "\e780"
}

.icon-sort-up:before {
    content: "\e781"
}

.icon-envelope-alt:before {
    content: "\e782"
}

.icon-linkedin2:before {
    content: "\e783"
}

.icon-undo:before {
    content: "\e784"
}

.icon-legal:before {
    content: "\e785"
}

.icon-dashboard:before {
    content: "\e786"
}

.icon-comment-alt:before {
    content: "\e787"
}

.icon-comments-alt:before {
    content: "\e788"
}

.icon-bolt2:before {
    content: "\e789"
}

.icon-sitemap:before {
    content: "\e78a"
}

.icon-umbrella:before {
    content: "\e78b"
}

.icon-paste:before {
    content: "\e78c"
}

.icon-lightbulb:before {
    content: "\e78d"
}

.icon-exchange:before {
    content: "\e78e"
}

.icon-cloud-download:before {
    content: "\e78f"
}

.icon-cloud-upload:before {
    content: "\e790"
}

.icon-user-md:before {
    content: "\e791"
}

.icon-stethoscope:before {
    content: "\e792"
}

.icon-suitcase:before {
    content: "\e793"
}

.icon-bell-alt:before {
    content: "\e794"
}

.icon-coffee2:before {
    content: "\e795"
}

.icon-food2:before {
    content: "\e796"
}

.icon-file-alt:before {
    content: "\e797"
}

.icon-building:before {
    content: "\e798"
}

.icon-hospital:before {
    content: "\e799"
}

.icon-ambulance:before {
    content: "\e79a"
}

.icon-medkit:before {
    content: "\e79b"
}

.icon-fighter-jet:before {
    content: "\e79c"
}

.icon-beer:before {
    content: "\e79d"
}

.icon-h-sign:before {
    content: "\e79e"
}

.icon-plus-sign2:before {
    content: "\e79f"
}

.icon-double-angle-left:before {
    content: "\e7a0"
}

.icon-double-angle-right:before {
    content: "\e7a1"
}

.icon-double-angle-up:before {
    content: "\e7a2"
}

.icon-double-angle-down:before {
    content: "\e7a3"
}

.icon-angle-left:before {
    content: "\e7a4"
}

.icon-angle-right:before {
    content: "\e7a5"
}

.icon-angle-up:before {
    content: "\e7a6"
}

.icon-angle-down:before {
    content: "\e7a7"
}

.icon-desktop:before {
    content: "\e7a8"
}

.icon-laptop2:before {
    content: "\e7a9"
}

.icon-tablet2:before {
    content: "\e7aa"
}

.icon-mobile:before {
    content: "\e7ab"
}

.icon-circle-blank:before {
    content: "\e7ac"
}

.icon-quote-left:before {
    content: "\e7ad"
}

.icon-quote-right:before {
    content: "\e7ae"
}

.icon-spinner:before {
    content: "\e7af"
}

.icon-circle:before {
    content: "\e7b0"
}

.icon-reply:before {
    content: "\e7b1"
}

.icon-github-alt:before {
    content: "\e7b2"
}

.icon-folder-close-alt:before {
    content: "\e7b3"
}

.icon-folder-open-alt:before {
    content: "\e7b4"
}

.icon-expand-alt:before {
    content: "\e7b5"
}

.icon-collapse-alt:before {
    content: "\e7b6"
}

.icon-smile:before {
    content: "\e7b7"
}

.icon-frown:before {
    content: "\e7b8"
}

.icon-meh:before {
    content: "\e7b9"
}

.icon-gamepad:before {
    content: "\e7ba"
}

.icon-keyboard:before {
    content: "\e7bb"
}

.icon-flag-alt:before {
    content: "\e7bc"
}

.icon-flag-checkered:before {
    content: "\e7bd"
}

.icon-terminal:before {
    content: "\e7be"
}

.icon-code:before {
    content: "\e7bf"
}

.icon-reply-all:before {
    content: "\e7c0"
}

.icon-star-half-full:before {
    content: "\e7c1"
}

.icon-location-arrow:before {
    content: "\e7c2"
}

.icon-crop2:before {
    content: "\e7c3"
}

.icon-code-fork:before {
    content: "\e7c4"
}

.icon-unlink:before {
    content: "\e7c5"
}

.icon-question:before {
    content: "\e7c6"
}

.icon-info:before {
    content: "\e7c7"
}

.icon-exclamation:before {
    content: "\e7c8"
}

.icon-superscript:before {
    content: "\e7c9"
}

.icon-subscript:before {
    content: "\e7ca"
}

.icon-eraser:before {
    content: "\e7cb"
}

.icon-puzzle:before {
    content: "\e7cc"
}

.icon-microphone2:before {
    content: "\e7cd"
}

.icon-microphone-off2:before {
    content: "\e7ce"
}

.icon-shield:before {
    content: "\e7cf"
}

.icon-calendar-empty:before {
    content: "\e7d0"
}

.icon-fire-extinguisher:before {
    content: "\e7d1"
}

.icon-rocket:before {
    content: "\e7d2"
}

.icon-maxcdn:before {
    content: "\e7d3"
}

.icon-chevron-sign-left:before {
    content: "\e7d4"
}

.icon-chevron-sign-right:before {
    content: "\e7d5"
}

.icon-chevron-sign-up:before {
    content: "\e7d6"
}

.icon-chevron-sign-down:before {
    content: "\e7d7"
}

.icon-html52:before {
    content: "\e7d8"
}

.icon-css3:before {
    content: "\e7d9"
}

.icon-anchor:before {
    content: "\e7da"
}

.icon-unlock-alt:before {
    content: "\e7db"
}

.icon-bullseye:before {
    content: "\e7dc"
}

.icon-ellipsis-horizontal:before {
    content: "\e7dd"
}

.icon-ellipsis-vertical:before {
    content: "\e7de"
}

.icon-rss-sign:before {
    content: "\e7df"
}

.icon-play-sign:before {
    content: "\e7e0"
}

.icon-ticket:before {
    content: "\e7e1"
}

.icon-minus-sign-alt:before {
    content: "\e7e2"
}

.icon-check-minus:before {
    content: "\e7e3"
}

.icon-level-up:before {
    content: "\e7e4"
}

.icon-level-down:before {
    content: "\e7e5"
}

.icon-check-sign:before {
    content: "\e7e6"
}

.icon-edit-sign:before {
    content: "\e7e7"
}

.icon-external-link-sign:before {
    content: "\e7e8"
}

.icon-share-sign:before {
    content: "\e7e9"
}

.icon-compass:before {
    content: "\e7ea"
}

.icon-collapse:before {
    content: "\e7eb"
}

.icon-collapse-top:before {
    content: "\e7ec"
}

.icon-expand:before {
    content: "\e7ed"
}

.icon-euro:before {
    content: "\e7ee"
}

.icon-gbp:before {
    content: "\e7ef"
}

.icon-dollar:before {
    content: "\e7f0"
}

.icon-rupee:before {
    content: "\e7f1"
}

.icon-yen:before {
    content: "\e7f2"
}

.icon-renminbi:before {
    content: "\e7f3"
}

.icon-won:before {
    content: "\e7f4"
}

.icon-bitcoin2:before {
    content: "\e7f5"
}

.icon-file3:before {
    content: "\e7f6"
}

.icon-file-text:before {
    content: "\e7f7"
}

.icon-sort-by-alphabet:before {
    content: "\e7f8"
}

.icon-sort-by-alphabet-alt:before {
    content: "\e7f9"
}

.icon-sort-by-attributes:before {
    content: "\e7fa"
}

.icon-sort-by-attributes-alt:before {
    content: "\e7fb"
}

.icon-sort-by-order:before {
    content: "\e7fc"
}

.icon-sort-by-order-alt:before {
    content: "\e7fd"
}

.icon-thumbs-up2:before {
    content: "\e7fe"
}

.icon-thumbs-down2:before {
    content: "\e7ff"
}

.icon-youtube-sign:before {
    content: "\e800"
}

.icon-youtube2:before {
    content: "\e801"
}

.icon-xing2:before {
    content: "\e802"
}

.icon-xing-sign:before {
    content: "\e803"
}

.icon-youtube-play:before {
    content: "\e804"
}

.icon-dropbox2:before {
    content: "\e805"
}

.icon-stackexchange:before {
    content: "\e806"
}

.icon-instagram2:before {
    content: "\e807"
}

.icon-flickr2:before {
    content: "\e808"
}

.icon-adn:before {
    content: "\e809"
}

.icon-bitbucket2:before {
    content: "\e80a"
}

.icon-bitbucket-sign:before {
    content: "\e80b"
}

.icon-tumblr2:before {
    content: "\e80c"
}

.icon-tumblr-sign:before {
    content: "\e80d"
}

.icon-long-arrow-down:before {
    content: "\e80e"
}

.icon-long-arrow-up:before {
    content: "\e80f"
}

.icon-long-arrow-left:before {
    content: "\e810"
}

.icon-long-arrow-right:before {
    content: "\e811"
}

.icon-apple:before {
    content: "\e812"
}

.icon-windows3:before {
    content: "\e813"
}

.icon-android2:before {
    content: "\e814"
}

.icon-linux:before {
    content: "\e815"
}

.icon-dribbble2:before {
    content: "\e816"
}

.icon-skype2:before {
    content: "\e817"
}

.icon-foursquare2:before {
    content: "\e818"
}

.icon-trello:before {
    content: "\e819"
}

.icon-female:before {
    content: "\e81a"
}

.icon-male:before {
    content: "\e81b"
}

.icon-gittip:before {
    content: "\e81c"
}

.icon-sun2:before {
    content: "\e81d"
}

.icon-moon:before {
    content: "\e81e"
}

.icon-archive2:before {
    content: "\e81f"
}

.icon-bug:before {
    content: "\e820"
}

.icon-renren:before {
    content: "\e821"
}

.icon-weibo2:before {
    content: "\e822"
}

.icon-vk2:before {
    content: "\e823"
}

.icon-line-eye:before {
    content: "\e000"
}

.icon-line-paper-clip:before {
    content: "\e001"
}

.icon-line-mail:before {
    content: "\e002"
}

.icon-line-toggle:before {
    content: "\e003"
}

.icon-line-layout:before {
    content: "\e004"
}

.icon-line-link:before {
    content: "\e005"
}

.icon-line-bell:before {
    content: "\e006"
}

.icon-line-lock:before {
    content: "\e007"
}

.icon-line-unlock:before {
    content: "\e008"
}

.icon-line-ribbon:before {
    content: "\e009"
}

.icon-line-image:before {
    content: "\e010"
}

.icon-line-signal:before {
    content: "\e011"
}

.icon-line-target:before {
    content: "\e012"
}

.icon-line-clipboard:before {
    content: "\e013"
}

.icon-line-clock:before {
    content: "\e014"
}

.icon-line-watch:before {
    content: "\e015"
}

.icon-line-air-play:before {
    content: "\e016"
}

.icon-line-camera:before {
    content: "\e017"
}

.icon-line-video:before {
    content: "\e018"
}

.icon-line-disc:before {
    content: "\e019"
}

.icon-line-printer:before {
    content: "\e020"
}

.icon-line-monitor:before {
    content: "\e021"
}

.icon-line-server:before {
    content: "\e022"
}

.icon-line-cog:before {
    content: "\e023"
}

.icon-line-heart:before {
    content: "\e024"
}

.icon-line-paragraph:before {
    content: "\e025"
}

.icon-line-align-justify:before {
    content: "\e026"
}

.icon-line-align-left:before {
    content: "\e027"
}

.icon-line-align-center:before {
    content: "\e028"
}

.icon-line-align-right:before {
    content: "\e029"
}

.icon-line-book:before {
    content: "\e030"
}

.icon-line-layers:before {
    content: "\e031"
}

.icon-line-stack:before {
    content: "\e032"
}

.icon-line-stack-2:before {
    content: "\e033"
}

.icon-line-paper:before {
    content: "\e034"
}

.icon-line-paper-stack:before {
    content: "\e035"
}

.icon-line-search:before {
    content: "\e036"
}

.icon-line-zoom-in:before {
    content: "\e037"
}

.icon-line-zoom-out:before {
    content: "\e038"
}

.icon-line-reply:before {
    content: "\e039"
}

.icon-line-circle-plus:before {
    content: "\e040"
}

.icon-line-circle-minus:before {
    content: "\e041"
}

.icon-line-circle-check:before {
    content: "\e042"
}

.icon-line-circle-cross:before {
    content: "\e043"
}

.icon-line-square-plus:before {
    content: "\e044"
}

.icon-line-square-minus:before {
    content: "\e045"
}

.icon-line-square-check:before {
    content: "\e046"
}

.icon-line-square-cross:before {
    content: "\e047"
}

.icon-line-microphone:before {
    content: "\e048"
}

.icon-line-record:before {
    content: "\e049"
}

.icon-line-skip-back:before {
    content: "\e050"
}

.icon-line-rewind:before {
    content: "\e051"
}

.icon-line-play:before {
    content: "\e052"
}

.icon-line-pause:before {
    content: "\e053"
}

.icon-line-stop:before {
    content: "\e054"
}

.icon-line-fast-forward:before {
    content: "\e055"
}

.icon-line-skip-forward:before {
    content: "\e056"
}

.icon-line-shuffle:before {
    content: "\e057"
}

.icon-line-repeat:before {
    content: "\e058"
}

.icon-line-folder:before {
    content: "\e059"
}

.icon-line-umbrella:before {
    content: "\e060"
}

.icon-line-moon:before {
    content: "\e061"
}

.icon-line-thermometer:before {
    content: "\e062"
}

.icon-line-drop:before {
    content: "\e063"
}

.icon-line-sun:before {
    content: "\e064"
}

.icon-line-cloud:before {
    content: "\e065"
}

.icon-line-cloud-upload:before {
    content: "\e066"
}

.icon-line-cloud-download:before {
    content: "\e067"
}

.icon-line-upload:before {
    content: "\e068"
}

.icon-line-download:before {
    content: "\e069"
}

.icon-line-location:before {
    content: "\e070"
}

.icon-line-location-2:before {
    content: "\e071"
}

.icon-line-map:before {
    content: "\e072"
}

.icon-line-battery:before {
    content: "\e073"
}

.icon-line-head:before {
    content: "\e074"
}

.icon-line-briefcase:before {
    content: "\e075"
}

.icon-line-speech-bubble:before {
    content: "\e076"
}

.icon-line-anchor:before {
    content: "\e077"
}

.icon-line-globe:before {
    content: "\e078"
}

.icon-line-box:before {
    content: "\e079"
}

.icon-line-reload:before {
    content: "\e080"
}

.icon-line-share:before {
    content: "\e081"
}

.icon-line-marquee:before {
    content: "\e082"
}

.icon-line-marquee-plus:before {
    content: "\e083"
}

.icon-line-marquee-minus:before {
    content: "\e084"
}

.icon-line-tag:before {
    content: "\e085"
}

.icon-line-power:before {
    content: "\e086"
}

.icon-line-command:before {
    content: "\e087"
}

.icon-line-alt:before {
    content: "\e088"
}

.icon-line-esc:before {
    content: "\e089"
}

.icon-line-bar-graph:before {
    content: "\e090"
}

.icon-line-bar-graph-2:before {
    content: "\e091"
}

.icon-line-pie-graph:before {
    content: "\e092"
}

.icon-line-star:before {
    content: "\e093"
}

.icon-line-arrow-left:before {
    content: "\e094"
}

.icon-line-arrow-right:before {
    content: "\e095"
}

.icon-line-arrow-up:before {
    content: "\e096"
}

.icon-line-arrow-down:before {
    content: "\e097"
}

.icon-line-volume:before {
    content: "\e098"
}

.icon-line-mute:before {
    content: "\e099"
}

.icon-line-content-right:before {
    content: "\e100"
}

.icon-line-content-left:before {
    content: "\e101"
}

.icon-line-grid:before {
    content: "\e102"
}

.icon-line-grid-2:before {
    content: "\e103"
}

.icon-line-columns:before {
    content: "\e104"
}

.icon-line-loader:before {
    content: "\e105"
}

.icon-line-bag:before {
    content: "\e106"
}

.icon-line-ban:before {
    content: "\e107"
}

.icon-line-flag:before {
    content: "\e108"
}

.icon-line-trash:before {
    content: "\e109"
}

.icon-line-expand:before {
    content: "\e110"
}

.icon-line-contract:before {
    content: "\e111"
}

.icon-line-maximize:before {
    content: "\e112"
}

.icon-line-minimize:before {
    content: "\e113"
}

.icon-line-plus:before {
    content: "\e114"
}

.icon-line-minus:before {
    content: "\e115"
}

.icon-line-check:before {
    content: "\e116"
}

.icon-line-cross:before {
    content: "\e117"
}

.icon-line-move:before {
    content: "\e118"
}

.icon-line-delete:before {
    content: "\e119"
}

.icon-line-menu:before {
    content: "\e120"
}

.icon-line-archive:before {
    content: "\e121"
}

.icon-line-inbox:before {
    content: "\e122"
}

.icon-line-outbox:before {
    content: "\e123"
}

.icon-line-file:before {
    content: "\e124"
}

.icon-line-file-add:before {
    content: "\e125"
}

.icon-line-file-subtract:before {
    content: "\e126"
}

.icon-line-help:before {
    content: "\e127"
}

.icon-line-open:before {
    content: "\e128"
}

.icon-line-ellipsis:before {
    content: "\e129"
}

.icon-line2-user-female:before {
    content: "\e000"
}

.icon-line2-user-follow:before {
    content: "\e002"
}

.icon-line2-user-following:before {
    content: "\e003"
}

.icon-line2-user-unfollow:before {
    content: "\e004"
}

.icon-line2-trophy:before {
    content: "\e006"
}

.icon-line2-screen-smartphone:before {
    content: "\e010"
}

.icon-line2-screen-desktop:before {
    content: "\e011"
}

.icon-line2-plane:before {
    content: "\e012"
}

.icon-line2-notebook:before {
    content: "\e013"
}

.icon-line2-moustache:before {
    content: "\e014"
}

.icon-line2-mouse:before {
    content: "\e015"
}

.icon-line2-magnet:before {
    content: "\e016"
}

.icon-line2-energy:before {
    content: "\e020"
}

.icon-line2-emoticon-smile:before {
    content: "\e021"
}

.icon-line2-disc:before {
    content: "\e022"
}

.icon-line2-cursor-move:before {
    content: "\e023"
}

.icon-line2-crop:before {
    content: "\e024"
}

.icon-line2-credit-card:before {
    content: "\e025"
}

.icon-line2-chemistry:before {
    content: "\e026"
}

.icon-line2-user:before {
    content: "\e005"
}

.icon-line2-speedometer:before {
    content: "\e007"
}

.icon-line2-social-youtube:before {
    content: "\e008"
}

.icon-line2-social-twitter:before {
    content: "\e009"
}

.icon-line2-social-tumblr:before {
    content: "\e00a"
}

.icon-line2-social-facebook:before {
    content: "\e00b"
}

.icon-line2-social-dropbox:before {
    content: "\e00c"
}

.icon-line2-social-dribbble:before {
    content: "\e00d"
}

.icon-line2-shield:before {
    content: "\e00e"
}

.icon-line2-screen-tablet:before {
    content: "\e00f"
}

.icon-line2-magic-wand:before {
    content: "\e017"
}

.icon-line2-hourglass:before {
    content: "\e018"
}

.icon-line2-graduation:before {
    content: "\e019"
}

.icon-line2-ghost:before {
    content: "\e01a"
}

.icon-line2-game-controller:before {
    content: "\e01b"
}

.icon-line2-fire:before {
    content: "\e01c"
}

.icon-line2-eyeglasses:before {
    content: "\e01d"
}

.icon-line2-envelope-open:before {
    content: "\e01e"
}

.icon-line2-envelope-letter:before {
    content: "\e01f"
}

.icon-line2-bell:before {
    content: "\e027"
}

.icon-line2-badge:before {
    content: "\e028"
}

.icon-line2-anchor:before {
    content: "\e029"
}

.icon-line2-wallet:before {
    content: "\e02a"
}

.icon-line2-vector:before {
    content: "\e02b"
}

.icon-line2-speech:before {
    content: "\e02c"
}

.icon-line2-puzzle:before {
    content: "\e02d"
}

.icon-line2-printer:before {
    content: "\e02e"
}

.icon-line2-present:before {
    content: "\e02f"
}

.icon-line2-playlist:before {
    content: "\e030"
}

.icon-line2-pin:before {
    content: "\e031"
}

.icon-line2-picture:before {
    content: "\e032"
}

.icon-line2-map:before {
    content: "\e033"
}

.icon-line2-layers:before {
    content: "\e034"
}

.icon-line2-handbag:before {
    content: "\e035"
}

.icon-line2-globe-alt:before {
    content: "\e036"
}

.icon-line2-globe:before {
    content: "\e037"
}

.icon-line2-frame:before {
    content: "\e038"
}

.icon-line2-folder-alt:before {
    content: "\e039"
}

.icon-line2-film:before {
    content: "\e03a"
}

.icon-line2-feed:before {
    content: "\e03b"
}

.icon-line2-earphones-alt:before {
    content: "\e03c"
}

.icon-line2-earphones:before {
    content: "\e03d"
}

.icon-line2-drop:before {
    content: "\e03e"
}

.icon-line2-drawer:before {
    content: "\e03f"
}

.icon-line2-docs:before {
    content: "\e040"
}

.icon-line2-directions:before {
    content: "\e041"
}

.icon-line2-direction:before {
    content: "\e042"
}

.icon-line2-diamond:before {
    content: "\e043"
}

.icon-line2-cup:before {
    content: "\e044"
}

.icon-line2-compass:before {
    content: "\e045"
}

.icon-line2-call-out:before {
    content: "\e046"
}

.icon-line2-call-in:before {
    content: "\e047"
}

.icon-line2-call-end:before {
    content: "\e048"
}

.icon-line2-calculator:before {
    content: "\e049"
}

.icon-line2-bubbles:before {
    content: "\e04a"
}

.icon-line2-briefcase:before {
    content: "\e04b"
}

.icon-line2-book-open:before {
    content: "\e04c"
}

.icon-line2-basket-loaded:before {
    content: "\e04d"
}

.icon-line2-basket:before {
    content: "\e04e"
}

.icon-line2-bag:before {
    content: "\e04f"
}

.icon-line2-action-undo:before {
    content: "\e050"
}

.icon-line2-action-redo:before {
    content: "\e051"
}

.icon-line2-wrench:before {
    content: "\e052"
}

.icon-line2-umbrella:before {
    content: "\e053"
}

.icon-line2-trash:before {
    content: "\e054"
}

.icon-line2-tag:before {
    content: "\e055"
}

.icon-line2-support:before {
    content: "\e056"
}

.icon-line2-size-fullscreen:before {
    content: "\e057"
}

.icon-line2-size-actual:before {
    content: "\e058"
}

.icon-line2-shuffle:before {
    content: "\e059"
}

.icon-line2-share-alt:before {
    content: "\e05a"
}

.icon-line2-share:before {
    content: "\e05b"
}

.icon-line2-rocket:before {
    content: "\e05c"
}

.icon-line2-question:before {
    content: "\e05d"
}

.icon-line2-pie-chart:before {
    content: "\e05e"
}

.icon-line2-pencil:before {
    content: "\e05f"
}

.icon-line2-note:before {
    content: "\e060"
}

.icon-line2-music-tone-alt:before {
    content: "\e061"
}

.icon-line2-music-tone:before {
    content: "\e062"
}

.icon-line2-microphone:before {
    content: "\e063"
}

.icon-line2-loop:before {
    content: "\e064"
}

.icon-line2-logout:before {
    content: "\e065"
}

.icon-line2-login:before {
    content: "\e066"
}

.icon-line2-list:before {
    content: "\e067"
}

.icon-line2-like:before {
    content: "\e068"
}

.icon-line2-home:before {
    content: "\e069"
}

.icon-line2-grid:before {
    content: "\e06a"
}

.icon-line2-graph:before {
    content: "\e06b"
}

.icon-line2-equalizer:before {
    content: "\e06c"
}

.icon-line2-dislike:before {
    content: "\e06d"
}

.icon-line2-cursor:before {
    content: "\e06e"
}

.icon-line2-control-start:before {
    content: "\e06f"
}

.icon-line2-control-rewind:before {
    content: "\e070"
}

.icon-line2-control-play:before {
    content: "\e071"
}

.icon-line2-control-pause:before {
    content: "\e072"
}

.icon-line2-control-forward:before {
    content: "\e073"
}

.icon-line2-control-end:before {
    content: "\e074"
}

.icon-line2-calendar:before {
    content: "\e075"
}

.icon-line2-bulb:before {
    content: "\e076"
}

.icon-line2-bar-chart:before {
    content: "\e077"
}

.icon-line2-arrow-up:before {
    content: "\e078"
}

.icon-line2-arrow-right:before {
    content: "\e079"
}

.icon-line2-arrow-left:before {
    content: "\e07a"
}

.icon-line2-arrow-down:before {
    content: "\e07b"
}

.icon-line2-ban:before {
    content: "\e07c"
}

.icon-line2-bubble:before {
    content: "\e07d"
}

.icon-line2-camcorder:before {
    content: "\e07e"
}

.icon-line2-camera:before {
    content: "\e07f"
}

.icon-line2-check:before {
    content: "\e080"
}

.icon-line2-clock:before {
    content: "\e081"
}

.icon-line2-close:before {
    content: "\e082"
}

.icon-line2-cloud-download:before {
    content: "\e083"
}

.icon-line2-cloud-upload:before {
    content: "\e084"
}

.icon-line2-doc:before {
    content: "\e085"
}

.icon-line2-envelope:before {
    content: "\e086"
}

.icon-line2-eye:before {
    content: "\e087"
}

.icon-line2-flag:before {
    content: "\e088"
}

.icon-line2-folder:before {
    content: "\e089"
}

.icon-line2-heart:before {
    content: "\e08a"
}

.icon-line2-info:before {
    content: "\e08b"
}

.icon-line2-key:before {
    content: "\e08c"
}

.icon-line2-link:before {
    content: "\e08d"
}

.icon-line2-lock:before {
    content: "\e08e"
}

.icon-line2-lock-open:before {
    content: "\e08f"
}

.icon-line2-magnifier:before {
    content: "\e090"
}

.icon-line2-magnifier-add:before {
    content: "\e091"
}

.icon-line2-magnifier-remove:before {
    content: "\e092"
}

.icon-line2-paper-clip:before {
    content: "\e093"
}

.icon-line2-paper-plane:before {
    content: "\e094"
}

.icon-line2-plus:before {
    content: "\e095"
}

.icon-line2-pointer:before {
    content: "\e096"
}

.icon-line2-power:before {
    content: "\e097"
}

.icon-line2-refresh:before {
    content: "\e098"
}

.icon-line2-reload:before {
    content: "\e099"
}

.icon-line2-settings:before {
    content: "\e09a"
}

.icon-line2-star:before {
    content: "\e09b"
}

.icon-line2-symbol-female:before {
    content: "\e09c"
}

.icon-line2-symbol-male:before {
    content: "\e09d"
}

.icon-line2-target:before {
    content: "\e09e"
}

.icon-line2-volume-1:before {
    content: "\e09f"
}

.icon-line2-volume-2:before {
    content: "\e0a0"
}

.icon-line2-volume-off:before {
    content: "\e0a1"
}

.icon-line2-users:before {
    content: "\e001"
}

/* swiper.min.css */
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform, height
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -o-transform: translate(0, -50%);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px
}

.swiper-pagination-progress {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical>.swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, .5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-container-cube,
.swiper-container-flip {
    overflow: visible
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}

/* animate.min.css */
@charset "UTF-8";

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/
.not-animated {
    opacity: 0
}

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

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.bounceIn {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounce {

    0%,
    100%,
    20%,
    53%,
    80% {
        -webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

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

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, .050, .855, .060);
        animation-timing-function: cubic-bezier(0.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 {

    0%,
    100%,
    20%,
    53%,
    80% {
        -webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

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

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, .050, .855, .060);
        animation-timing-function: cubic-bezier(0.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)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {

    0%,
    100%,
    50% {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {

    0%,
    100%,
    50% {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

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

@-webkit-keyframes pulse {
    0% {
        -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)
    }

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

@keyframes pulse {
    0% {
        -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)
    }

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

@-webkit-keyframes rubberBand {
    0% {
        -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(0.75, 1.25, 1);
        transform: scale3d(0.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)
    }

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

@keyframes rubberBand {
    0% {
        -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(0.75, 1.25, 1);
        transform: scale3d(0.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)
    }

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

@-webkit-keyframes shake {

    0%,
    100% {
        -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 {

    0%,
    100% {
        -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)
    }
}

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

@-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)
    }

    100% {
        -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)
    }

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

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    0% {
        -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)
    }

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

@keyframes tada {
    0% {
        -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)
    }

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

@-webkit-keyframes wobble {
    0% {
        -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)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes wobble {
    0% {
        -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)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes jello {
    11.1% {
        -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(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg)
    }

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

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes jello {
    11.1% {
        -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(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg)
    }

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

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes bounceIn {

    0%,
    100%,
    20%,
    40%,
    60%,
    80% {
        -webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(0.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)
    }

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

@keyframes bounceIn {

    0%,
    100%,
    20%,
    40%,
    60%,
    80% {
        -webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(0.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)
    }

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

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

@-webkit-keyframes bounceInDown {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(0.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)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInDown {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(0.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)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes bounceInLeft {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(0.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)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInLeft {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(0.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)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes bounceInRight {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(0.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)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInRight {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(0.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)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes bounceInUp {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(0.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, -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)
    }

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

@keyframes bounceInUp {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(0.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, -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)
    }

    100% {
        -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)
    }

    100% {
        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)
    }

    100% {
        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)
    }

    100% {
        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)
    }

    100% {
        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)
    }

    100% {
        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)
    }

    100% {
        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)
    }

    100% {
        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)
    }

    100% {
        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)
    }

    100% {
        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)
    }

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

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

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

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

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

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

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1
    }

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

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }

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

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

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

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

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

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

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

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

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

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

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

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

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

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }

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

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }

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

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

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

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

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

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1
    }

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

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }

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

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

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

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

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

@-webkit-keyframes flip {
    0% {
        -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
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -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
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    0% {
        -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)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    0% {
        -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)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@-webkit-keyframes flipInY {
    0% {
        -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)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        -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)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@-webkit-keyframes flipOutX {
    0% {
        -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
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        -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
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

@-webkit-keyframes flipOutY {
    0% {
        -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
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        -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
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -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
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    0% {
        -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
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    100% {
        -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 {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    100% {
        -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 {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    100% {
        -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 {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    100% {
        -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 {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    100% {
        -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 {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    100% {
        -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 {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    100% {
        -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 {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    100% {
        -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 {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    100% {
        -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
    }

    100% {
        -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
    }

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

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1
    }

    100% {
        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 {
    0% {
        opacity: 1
    }

    100% {
        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 {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

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

    50% {
        opacity: 1
    }
}

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

@-webkit-keyframes zoomInDown {
    0% {
        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(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.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(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomInDown {
    0% {
        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(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.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(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@-webkit-keyframes zoomInLeft {
    0% {
        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(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.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(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomInLeft {
    0% {
        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(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.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(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@-webkit-keyframes zoomInRight {
    0% {
        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(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.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(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomInRight {
    0% {
        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(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.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(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@-webkit-keyframes zoomInUp {
    0% {
        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(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.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(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomInUp {
    0% {
        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(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.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(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }

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

    100% {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }

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

    100% {
        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(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    100% {
        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(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.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(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    100% {
        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(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.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)
    }

    100% {
        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)
    }

    100% {
        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)
    }

    100% {
        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)
    }

    100% {
        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(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    100% {
        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(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.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(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    100% {
        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(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

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

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

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

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

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

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

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

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

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

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

@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

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

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

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

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

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

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

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.none {
    display: none
}

.over {
    overflow: hidden
}

.center {
    text-align: center
}

.relative {
    position: relative
}

h1 {
    font-size: 15px;
    margin: 0px
}

.strong {
    font-weight: 700
}

.italic {
    font-style: italic
}

.border-left {
    -webkit-box-shadow: -1px 0 0 0 #e3e3e3;
    -moz-box-shadow: -1px 0 0 0 #e3e3e3;
    box-shadow: -1px 0 0 0 #e3e3e3
}

.border-right {
    -webkit-box-shadow: 1px 0 0 0 #e3e3e3;
    -moz-box-shadow: 1px 0 0 0 #e3e3e3;
    box-shadow: 1px 0 0 0 #e3e3e3
}

.border-bottom {
    -webkit-box-shadow: 0 1px 0 0 #e3e3e3;
    -moz-box-shadow: 0 1px 0 0 #e3e3e3;
    box-shadow: 0 1px 0 0 #e3e3e3
}

.border-top {
    -webkit-box-shadow: 0 -1px 0 0 #e3e3e3;
    -moz-box-shadow: 0 -1px 0 0 #e3e3e3;
    box-shadow: 0 -1px 0 0 #e3e3e3
}

.sombra {
    background: url(../img/sombra.png) no-repeat top;
    background-size: 100% 10px;
    height: 10px;
    float: left;
    width: 100%
}

#paginador {
    float: right;
    width: 100%;
    margin-top: 30px;
    text-align: center
}

#paginador .contenedor_paginador {
    display: inline-block;
    margin-bottom: 15px;
    margin-top: 12px;
    float: right
}

#paginador .text {
    float: left;
    color: #b9b9b9;
    font-weight: 400;
    margin-top: 5px
}

#paginador .contenedor_paginador a {
    font-family: 'Montserrat', sans-serif;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #ffffff;
    margin-left: 8px;
    width: 50px;
    height: 30px;
    line-height: 18px;
    font-size: 15px;
    border: 1px solid #ddd;
    float: left;
    text-align: center;
    padding: 5px;
    color: #636363
}

#paginador .contenedor_paginador .active,
#paginador .contenedor_paginador a:hover {
    background: #d50032;
    color: #ffffff;
    border: 1px solid #d50032
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
    background-color: #002d72
}

dl,
dt,
dd,
ol,
ul,
li {
    margin: 0;
    padding: 0
}

.clear {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    width: 100%;
    overflow: hidden
}

::selection {
    background: #002d72;
    color: #FFF;
    text-shadow: none
}

::-moz-selection {
    background: #002d72;
    color: #FFF;
    text-shadow: none
}

::-webkit-selection {
    background: #002d72;
    color: #FFF;
    text-shadow: none
}

body {
    line-height: 1.5;
    color: #555;
    font-family: 'Lato', sans-serif
}

a {
    text-decoration: none !important;
    color: #002d72
}

a:hover {
    color: #222
}

a img {
    border: none
}

img {
    max-width: 100%
}

iframe {
    border: none !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #444;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 30px;
    font-family: 'Raleway', sans-serif
}

h5,
h6 {
    margin-bottom: 20px
}

h1 {
    font-size: 36px
}

h2 {
    font-size: 30px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 18px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 12px
}

h4 {
    font-weight: 600
}

h5,
h6 {
    font-weight: 700
}

h1>span:not(.nocolor):not(.badge),
h2>span:not(.nocolor):not(.badge),
h3>span:not(.nocolor):not(.badge),
h4>span:not(.nocolor):not(.badge),
h5>span:not(.nocolor):not(.badge),
h6>span:not(.nocolor):not(.badge) {
    color: #002d72
}

p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form {
    margin-bottom: 30px
}

small {
    font-family: 'Lato', sans-serif
}

.uppercase {
    text-transform: uppercase !important
}

.lowercase {
    text-transform: lowercase !important
}

.capitalize {
    text-transform: capitalize !important
}

.ohidden {
    position: relative;
    overflow: hidden !important
}

#wrapper {
    position: relative;
    float: none;
    width: 1220px;
    margin: 0 auto;
    background-color: #FFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1)
}

.line {
    clear: both;
    position: relative;
    width: 100%;
    margin: 60px 0;
    border-top: 1px solid #EEE
}

.line.line-sm {
    margin: 30px 0
}

.bottommargin {
    margin-bottom: 50px !important
}

.topmargin-sm {
    margin-top: 30px !important
}

.bottommargin-sm {
    margin-bottom: 30px !important
}

.nomargin {
    margin: 0 !important
}

.nobottommargin {
    margin-bottom: 0 !important
}

.footer-stick {
    margin-bottom: -50px !important
}

.content-wrap .footer-stick {
    margin-bottom: -80px !important
}

.noborder {
    border: none !important
}

.col-padding {
    padding: 60px
}

.hidden {
    display: none !important
}

.inline-block {
    float: none !important;
    display: inline-block !important
}

.center {
    text-align: center !important
}

.bgcolor,
.bgcolor #header-wrap {
    background-color: #002d72 !important
}

.color {
    color: #002d72 !important
}

.border-color {
    border-color: #002d72 !important
}

.grayscale {
    filter: brightness(80%) grayscale(1) contrast(90%);
    -webkit-filter: brightness(80%) grayscale(1) contrast(90%);
    -moz-filter: brightness(80%) grayscale(1) contrast(90%);
    -o-filter: brightness(80%) grayscale(1) contrast(90%);
    -ms-filter: brightness(80%) grayscale(1) contrast(90%);
    transition: 1s filter ease;
    -webkit-transition: 1s -webkit-filter ease;
    -moz-transition: 1s -moz-filter ease;
    -ms-transition: 1s -ms-filter ease;
    -o-transition: 1s -o-filter ease
}

.grayscale:hover {
    filter: brightness(100%) grayscale(0);
    -webkit-filter: brightness(100%) grayscale(0);
    -moz-filter: brightness(100%) grayscale(0);
    -o-filter: brightness(100%) grayscale(0);
    -ms-filter: brightness(100%) grayscale(0)
}

@-webkit-keyframes BgAnimated {
    from {
        background-position: 0 0
    }

    to {
        background-position: 0 400px
    }
}

@-moz-keyframes BgAnimated {
    from {
        background-position: 0 0
    }

    to {
        background-position: 0 400px
    }
}

@-ms-keyframes BgAnimated {
    from {
        background-position: 0 0
    }

    to {
        background-position: 0 400px
    }
}

@-o-keyframes BgAnimated {
    from {
        background-position: 0 0
    }

    to {
        background-position: 0 400px
    }
}

@keyframes BgAnimated {
    from {
        background-position: 0 0
    }

    to {
        background-position: 0 400px
    }
}

.vertical-middle {
    height: auto !important;
    left: 0;
    max-width: none !important;
    z-index: 2
}

.vertical-middle+.video-wrap {
    z-index: 1 !important
}

.section {
    position: relative;
    margin: 60px 0;
    padding: 60px 0;
    background-color: #F9F9F9;
    overflow: hidden
}

.parallax {
    background-color: transparent;
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
    overflow: hidden
}

.mobile-parallax,
.video-placeholder {
    background-size: cover !important;
    background-attachment: scroll !important;
    background-position: center center !important
}

.section .container {
    z-index: 2
}

.section .container+.video-wrap {
    z-index: 1
}

.col_full {
    width: 100%
}

.col_half {
    width: 48%
}

.col_one_third {
    width: 30.63%
}

.col_two_third {
    width: 65.33%
}

.sidebar {
    width: 22%
}

.col_two_fifth {
    width: 37.6%
}

.col_three_fifth {
    width: 58.4%
}

body.stretched .container-fullwidth {
    position: relative;
    padding: 0 60px;
    width: 100%
}

.sidebar,
.col_full,
.col_half,
.col_one_third,
.col_two_third,
.col_two_fifth,
.col_three_fifth {
    display: block;
    position: relative;
    margin-right: 4%;
    margin-bottom: 50px;
    float: left
}

.col_full {
    clear: both;
    float: none;
    margin-right: 0
}

.sidebar.col_last {
    float: right
}

.col_last {
    margin-right: 0 !important;
    clear: right
}

.fslider,
.fslider .flexslider,
.fslider .slider-wrap,
.fslider .slide,
.fslider .slide>a,
.fslider .slide>img,
.fslider .slide>a>img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    -webkit-backface-visibility: hidden
}

.fslider {
    min-height: 32px
}

.flexslider a:active,
.flexslider a:focus {
    outline: none;
    border: none
}

.slider-wrap,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none
}

.flexslider {
    position: relative;
    margin: 0;
    padding: 0
}

.flexslider .slider-wrap>.slide {
    display: none;
    -webkit-backface-visibility: hidden
}

.flexslider .slider-wrap img {
    width: 100%;
    display: block
}

.slider-wrap:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

html[xmlns] .slider-wrap {
    display: block
}

* html .slider-wrap {
    height: 1%
}

.no-js .slider-wrap>.slide:first-child {
    display: block
}

.flex-control-nav {
    position: absolute;
    z-index: 10;
    text-align: center;
    top: 14px;
    right: 10px;
    margin: 0
}

.flex-control-nav li {
    float: left;
    display: block;
    margin: 0 3px;
    width: 10px;
    height: 10px
}

.flex-control-nav li a {
    display: block;
    cursor: pointer;
    text-indent: -9999px;
    width: 10px !important;
    height: 10px !important;
    border: 1px solid #FFF;
    border-radius: 50%;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}

.flex-control-nav li:hover a {
    background-color: #FFF
}

.top-links {
    position: relative;
    float: left
}

.top-links ul {
    margin: 0;
    list-style: none
}

.top-links ul li {
    float: left;
    position: relative;
    height: 44px;
    border-left: 1px solid #EEE
}

.top-links ul li:first-child,
.top-links ul ul li {
    border-left: 0 !important
}

.top-links li>a {
    display: block;
    padding: 0 12px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    height: 44px;
    color: #666
}

.top-links li i {
    vertical-align: top
}

.top-links li i.icon-angle-down {
    margin: 0 0 0 5px !important
}

.top-links li i:first-child {
    margin-right: 3px
}

.top-links li:hover {
    background-color: #EEE
}

.top-links ul ul,
.top-links ul div.top-link-section {
    display: none;
    pointer-events: none;
    position: absolute;
    z-index: 210;
    line-height: 1.5;
    background: #FFF;
    border: 0;
    top: 44px;
    left: 0;
    width: 140px;
    margin: 0;
    border-top: 1px solid #002d72;
    border-bottom: 1px solid #EEE;
    box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.2)
}

.top-links li:hover ul,
.top-links li:hover div.top-link-section {
    pointer-events: auto
}

.top-links ul ul li {
    float: none;
    height: 36px;
    border-top: 1px solid #F5F5F5;
    border-left: 1px solid #EEE
}

.top-links ul ul li:hover {
    background-color: #F9F9F9
}

.top-links ul ul li:first-child {
    border-top: none !important;
    border-left: 1px solid #EEE
}

.top-links ul ul a {
    height: 36px;
    line-height: 36px;
    font-size: 12px
}

.top-links ul ul img {
    display: inline-block;
    position: relative;
    top: -1px;
    width: 16px;
    height: 16px;
    margin-right: 4px
}

.top-links ul div.top-link-section {
    padding: 25px;
    left: 0;
    width: 280px
}

#top-social,
#top-social ul {
    margin: 0
}

#top-social li,
#top-social li a,
#top-social li .ts-text {
    display: block;
    position: relative;
    float: left;
    width: auto;
    overflow: hidden;
    height: 44px;
    line-height: 44px
}

#top-social li {
    border-left: 1px solid #EEE
}

#top-social li:first-child {
    border-left: 0 !important
}

#top-social li a {
    float: none;
    width: 40px;
    font-weight: 700;
    color: #666;
    -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, width .3s ease-in-out;
    -o-transition: color .3s ease-in-out, background-color .3s ease-in-out, width .3s ease-in-out;
    transition: color .3s ease-in-out, background-color .3s ease-in-out, width .3s ease-in-out
}

#top-social li a:hover {
    color: #FFF !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2)
}

#header {
    position: relative;
    background-color: #FFF;
    border-bottom: 1px solid #F5F5F5
}

#header .container {
    position: relative
}

#header.transparent-header {
    background: transparent;
    border-bottom: none;
    z-index: 199
}

#header.semi-transparent {
    background-color: rgba(255, 255, 255, 0.8)
}

#header.transparent-header.floating-header {
    margin-top: 60px
}

#header.transparent-header.floating-header .container {
    width: 1190px;
    max-width: 1190px;
    background-color: #FFF;
    padding: 0 40px;
    border-radius: 2px
}

#header.transparent-header.floating-header.sticky-header .container {
    width: 1140px;
    max-width: 1140px;
    padding: 0 15px
}

#header.transparent-header+#slider,
#header.transparent-header+#page-title.page-title-parallax,
#header.transparent-header+#google-map,
#slider+#header.transparent-header {
    top: -100px;
    margin-bottom: -100px
}

#header.transparent-header.floating-header+#slider,
#header.transparent-header.floating-header+#google-map {
    top: -160px;
    margin-bottom: -160px
}

#header.transparent-header+#page-title.page-title-parallax .container {
    z-index: 5;
    padding-top: 100px
}

#header.full-header {
    border-bottom-color: #EEE
}

body.stretched #header.full-header .container {
    width: 100%;
    max-width: none;
    padding: 0 30px
}

#header.transparent-header.full-header #header-wrap {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

#slider+#header.transparent-header.full-header #header-wrap {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: none
}

#logo {
    position: relative;
    float: left;
    font-family: 'Raleway', sans-serif;
    font-size: 36px;
    line-height: 100%;
    margin-right: 40px
}

#header.full-header #logo {
    padding-right: 30px;
    margin-right: 30px;
    border-right: 1px solid #EEE
}

#header.transparent-header.full-header #logo {
    border-right-color: rgba(0, 0, 0, 0.1)
}

#logo a {
    display: block;
    color: #000
}

#logo img {
    display: block;
    max-width: 100%
}

#logo a.standard-logo {
    display: block
}

#logo a.retina-logo {
    display: none
}

.header-extras {
    float: right;
    margin: 30px 0 0
}

.header-extras li {
    float: left;
    margin-left: 20px;
    height: 40px;
    overflow: hidden;
    list-style: none
}

.header-extras li i {
    margin-top: 3px !important
}

.header-extras li:first-child {
    margin-left: 0
}

.header-extras li .he-text {
    float: left;
    padding-left: 10px;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.43
}

.header-extras li .he-text span {
    display: block;
    font-weight: 400;
    color: #002d72
}

#primary-menu {
    float: right
}

#primary-menu ul.mobile-primary-menu {
    display: none
}

#header.full-header #primary-menu>ul {
    float: left;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #EEE
}

#header.transparent-header.full-header #primary-menu>ul {
    border-right-color: rgba(0, 0, 0, 0.1)
}

#primary-menu-trigger,
#page-submenu-trigger {
    opacity: 0;
    pointer-events: none;
    cursor: pointer;
    font-size: 14px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

#primary-menu ul {
    list-style: none;
    margin: 0
}

#primary-menu>ul {
    float: left
}

#primary-menu ul li {
    position: relative
}

#primary-menu ul li.mega-menu {
    position: inherit
}

#primary-menu ul>li {
    float: left;
    margin-left: 2px
}

#primary-menu>ul>li:first-child {
    margin-left: 0
}

#primary-menu ul li>a {
    display: block;
    line-height: 22px;
    padding: 39px 15px;
    color: #444;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    -webkit-transition: margin .4s ease, padding .4s ease;
    -o-transition: margin .4s ease, padding .4s ease;
    transition: margin .4s ease, padding .4s ease
}

#primary-menu ul li>a span {
    display: none
}

#primary-menu ul li>a i {
    position: relative;
    top: -1px;
    font-size: 14px;
    width: 16px;
    text-align: center;
    margin-right: 6px;
    vertical-align: top
}

#primary-menu ul li>a i.icon-angle-down:last-child {
    font-size: 12px;
    margin: 0 0 0 5px
}

#primary-menu ul li:hover>a,
#primary-menu ul li.current>a {
    color: #002d72
}

body.no-superfish #primary-menu li:hover>ul:not(.mega-menu-column),
body.no-superfish #primary-menu li:hover>.mega-menu-content {
    display: block
}

#primary-menu ul ul:not(.mega-menu-column),
#primary-menu ul li .mega-menu-content {
    display: none;
    position: absolute;
    width: 220px;
    background-color: #FFF;
    box-shadow: 0 13px 42px 11px rgba(0, 0, 0, 0.05);
    border: 1px solid #EEE;
    border-top: 2px solid #002d72;
    height: auto;
    z-index: 199;
    top: 100%;
    left: 0;
    margin: 0
}

#primary-menu ul ul:not(.mega-menu-column) ul {
    top: -2px !important;
    left: 218px
}

#primary-menu ul ul.menu-pos-invert:not(.mega-menu-column),
#primary-menu ul li .mega-menu-content.menu-pos-invert {
    left: auto;
    right: 0
}

#primary-menu ul ul:not(.mega-menu-column) ul.menu-pos-invert {
    right: 218px
}

#primary-menu ul ul li {
    float: none;
    margin: 0
}

#primary-menu ul ul li:first-child {
    border-top: 0
}

#primary-menu ul ul li>a {
    font-size: 12px;
    font-weight: 700;
    color: #666;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 0;
    letter-spacing: 0;
    font-family: 'Lato', sans-serif;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

#primary-menu ul ul li>a i {
    vertical-align: middle
}

#primary-menu ul ul li:hover>a {
    background-color: #F9F9F9;
    padding-left: 18px;
    color: #002d72
}

#primary-menu ul ul>li.sub-menu>a,
#primary-menu ul ul>li.sub-menu:hover>a {
    background-image: url(images/icons/submenu.png);
    background-position: right center;
    background-repeat: no-repeat
}

#primary-menu ul li .mega-menu-content {
    width: 720px;
    max-width: 400px
}

#primary-menu ul li.mega-menu .mega-menu-content,
.floating-header.sticky-header #primary-menu ul li.mega-menu .mega-menu-content {
    margin: 0 15px;
    width: 1140px;
    max-width: none
}

.floating-header #primary-menu ul li.mega-menu .mega-menu-content {
    margin: 0;
    width: 1220px
}

body.stretched .container-fullwidth #primary-menu ul li.mega-menu .mega-menu-content {
    margin: 0 60px
}

body.stretched #header.full-header #primary-menu ul li.mega-menu .mega-menu-content {
    margin: 0 30px
}

#primary-menu ul li.mega-menu .mega-menu-content.style-2 {
    padding: 0 10px
}

#primary-menu ul li .mega-menu-content ul {
    display: block;
    position: relative;
    top: 0;
    min-width: inherit;
    border: 0;
    box-shadow: none;
    background-color: transparent
}

#primary-menu ul li .mega-menu-content ul:not(.megamenu-dropdown) {
    display: block !important;
    opacity: 1 !important;
    top: 0;
    left: 0
}

#primary-menu ul li .mega-menu-content ul.mega-menu-column {
    float: left;
    margin: 0;
    padding-left: 0;
    padding-right: 0
}

#primary-menu ul li .mega-menu-content ul.mega-menu-column.col-5 {
    width: 20%;
    max-width: none
}

#primary-menu ul li .mega-menu-content ul:not(.mega-menu-column) {
    width: 100%
}

#primary-menu ul li .mega-menu-content ul.mega-menu-column:not(:first-child) {
    border-left: 1px solid #F2F2F2
}

#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column {
    padding: 30px 20px
}

#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column>li.mega-menu-title {
    margin-top: 20px
}

#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column>li.mega-menu-title:first-child {
    margin-top: 0
}

#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column>li.mega-menu-title>a {
    font-size: 13px;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase !important;
    margin-bottom: 15px;
    color: #444;
    padding: 0 !important;
    line-height: 1.3 !important
}

#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column>li.mega-menu-title:hover>a {
    background-color: transparent
}

#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column>li.mega-menu-title>a:hover {
    color: #002d72
}

#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column>li.mega-menu-title.sub-menu>a,
#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column>li.mega-menu-title.sub-menu:hover>a {
    background: none
}

#primary-menu ul li .mega-menu-content.style-2 li {
    border: 0
}

#primary-menu ul li .mega-menu-content.style-2 ul li>a {
    padding-left: 5px;
    padding-top: 7px;
    padding-bottom: 7px
}

#primary-menu ul li .mega-menu-content.style-2 ul li>a:hover {
    padding-left: 12px
}

.mega-menu-column .entry-meta {
    margin: 8px -10px 0 0 !important;
    border: none !important;
    padding: 0 !important
}

.mega-menu-column .entry-meta li {
    float: left !important;
    border: none !important;
    margin: 0 10px 0 0 !important
}

#primary-menu.style-2 {
    float: none;
    max-width: none;
    border-top: 1px solid #F5F5F5
}

#primary-menu.style-2>div>ul {
    float: left
}

#primary-menu.style-2>div>ul>li>a {
    padding-top: 19px;
    padding-bottom: 19px
}

#logo+#primary-menu.style-2 {
    border-top: 0
}

#primary-menu.style-2>div #top-search,
#primary-menu.style-2>div #top-cart,
#primary-menu.style-2>div #side-panel-trigger {
    margin-top: 20px;
    margin-bottom: 20px
}

body:not(.device-md):not(.device-sm):not(.device-xs) #primary-menu.style-2.center>ul,
body:not(.device-md):not(.device-sm):not(.device-xs) #primary-menu.style-2.center>div {
    float: none;
    display: inline-block !important;
    width: auto;
    text-align: left
}

#primary-menu.style-3>ul>li>a {
    margin: 28px 0;
    padding-top: 11px;
    padding-bottom: 11px;
    border-radius: 2px
}

#primary-menu.style-3>ul>li:hover>a {
    color: #444;
    background-color: #F5F5F5
}

#primary-menu.style-3>ul>li.current>a {
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    background-color: #002d72
}

#primary-menu.style-4>ul>li>a {
    margin: 28px 0;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 2px;
    border: 1px solid transparent
}

#primary-menu.style-4>ul>li:hover>a,
#primary-menu.style-4>ul>li.current>a {
    border-color: #002d72
}

#primary-menu.style-6 ul>li>a {
    position: relative
}

#primary-menu.style-6>ul>li>a:after,
#primary-menu.style-6>ul>li.current>a:after,
#primary-menu.style-6>div>ul>li>a:after,
#primary-menu.style-6>div>ul>li.current>a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    width: 0;
    border-top: 2px solid #002d72;
    -webkit-transition: width .3s ease;
    -o-transition: width .3s ease;
    transition: width .3s ease
}

#primary-menu.style-6>ul>li.current>a:after,
#primary-menu.style-6>ul>li:hover>a:after,
#primary-menu.style-6>div>ul>li.current>a:after,
#primary-menu.style-6>div>ul>li:hover>a:after {
    width: 100%
}

#primary-menu.sub-title>ul>li,
#primary-menu.sub-title.style-2>div>ul>li {
    background: url(images/icons/menu-divider.png) no-repeat right center;
    margin-left: 1px
}

#primary-menu.sub-title ul li:first-child {
    padding-left: 0;
    margin-left: 0
}

#primary-menu.sub-title>ul>li>a,
#primary-menu.sub-title>div>ul>li>a {
    line-height: 14px;
    padding: 27px 20px 32px;
    text-transform: uppercase;
    border-top: 5px solid transparent
}

#primary-menu.sub-title>ul>li>a span,
#primary-menu.sub-title>div>ul>li>a span {
    display: block;
    margin-top: 10px;
    line-height: 12px;
    font-size: 11px;
    font-weight: 400;
    color: #888;
    text-transform: capitalize
}

#primary-menu.sub-title>ul>li:hover>a,
#primary-menu.sub-title>ul>li.current>a,
#primary-menu.sub-title>div>ul>li:hover>a,
#primary-menu.sub-title>div>ul>li.current>a {
    background-color: #002d72;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    border-top-color: rgba(0, 0, 0, 0.1)
}

#primary-menu.sub-title>ul>li:hover>a span,
#primary-menu.sub-title>ul>li.current>a span,
#primary-menu.sub-title.style-2>div>ul>li:hover>a span,
#primary-menu.sub-title.style-2>div>ul>li.current>a span {
    color: #EEE
}

#primary-menu.sub-title.style-2 ul ul span {
    display: none
}

#primary-menu.sub-title.style-2>div>ul>li {
    background-position: left center
}

#primary-menu.sub-title.style-2>div #top-search,
#primary-menu.sub-title.style-2>div #top-cart,
#primary-menu.sub-title.style-2>div #side-panel-trigger {
    float: right;
    margin-top: 30px;
    margin-bottom: 30px
}

#primary-menu.sub-title.style-2 div ul li:first-child,
#primary-menu.sub-title.style-2>div>ul>li:hover+li,
#primary-menu.sub-title.style-2>div>ul>li.current+li {
    background-image: none
}

#primary-menu.sub-title.style-2>div>ul>li>a {
    padding-top: 17px;
    padding-bottom: 22px
}

@media (min-width:992px) {
    .overlay-menu:not(.top-search-open) #primary-menu-trigger {
        opacity: 1;
        pointer-events: auto;
        left: auto;
        right: 75px;
        width: 20px;
        height: 20px;
        line-height: 20px;
        margin-top: -10px
    }

    .overlay-menu:not(.top-search-open) .full-header #primary-menu-trigger {
        right: 90px
    }

    .overlay-menu #primary-menu>#overlay-menu-close {
        opacity: 0;
        pointer-events: none;
        position: fixed;
        top: 25px;
        left: auto;
        right: 25px;
        width: 48px;
        height: 48px;
        line-height: 48px;
        font-size: 24px;
        text-align: center;
        color: #444;
        z-index: 300;
        -webkit-transform: translateY(-80px);
        -ms-transform: translateY(-80px);
        -o-transform: translateY(-80px);
        transform: translateY(-80px);
        -webkit-transition: opacity .4s ease, transform .45s .15s ease;
        -o-transition: opacity .4s ease, transform .45s .15s ease;
        transition: opacity .4s ease, transform .45s .15s ease
    }

    .overlay-menu #primary-menu>ul {
        opacity: 0 !important;
        pointer-events: none;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100% !important;
        z-index: 299;
        background: rgba(255, 255, 255, 0.95);
        -webkit-transition: opacity .7s ease;
        -o-transition: opacity .7s ease;
        transition: opacity .7s ease
    }

    .overlay-menu #primary-menu>ul.d-block {
        opacity: 1 !important;
        display: inherit !important;
        pointer-events: auto
    }

    .overlay-menu #primary-menu>ul.d-block~#overlay-menu-close {
        opacity: 1;
        -webkit-transition: opacity .7s .4s ease, transform .45s .15s ease;
        -o-transition: opacity .7s .4s ease, transform .45s .15s ease;
        transition: opacity .7s .4s ease, transform .45s .15s ease;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        pointer-events: auto
    }

    .overlay-menu #primary-menu>ul>li {
        float: none;
        text-align: center;
        max-width: 400px;
        margin: 0 auto
    }

    .overlay-menu #primary-menu>ul>li>a {
        font-size: 24px;
        padding-top: 19px;
        padding-bottom: 19px;
        letter-spacing: 2px;
        text-transform: none;
        opacity: 0;
        -webkit-transform: translateY(-80px);
        -ms-transform: translateY(-80px);
        -o-transform: translateY(-80px);
        transform: translateY(-80px);
        -webkit-transition: opacity .7s .15s ease, transform .45s .15s ease, color .2s linear;
        -o-transition: opacity .7s .15s ease, transform .45s .15s ease, color .2s linear;
        transition: opacity .7s .15s ease, transform .45s .15s ease, color .2s linear
    }

    .overlay-menu #primary-menu>ul.d-block>li>a {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

#top-search,
#top-cart,
#side-panel-trigger {
    float: right;
    margin: 40px 0 40px 15px
}

#top-cart {
    position: relative
}

#top-search a,
#top-cart>a,
#side-panel-trigger a {
    display: block;
    position: relative;
    width: 14px;
    height: 14px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #333;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

#top-search a {
    z-index: 11
}

#top-search a i {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

body.top-search-open #top-search a i.icon-search3,
#top-search a i.icon-line-cross {
    opacity: 0
}

body.top-search-open #top-search a i.icon-line-cross {
    opacity: 1;
    z-index: 11;
    font-size: 16px
}

#top-cart>a:hover {
    color: #002d72
}

#top-search form {
    opacity: 0;
    z-index: -2;
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    padding: 0 15px;
    margin: 0;
    top: 0;
    left: 0;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

body.top-search-open #top-search form {
    opacity: 1;
    z-index: 10
}

#top-search form input {
    box-shadow: none !important;
    pointer-events: none;
    border-radius: 0;
    border: 0;
    outline: 0 !important;
    font-size: 32px;
    padding: 10px 80px 10px 0;
    height: 100%;
    background-color: transparent;
    color: #333;
    font-weight: 700;
    margin-top: 0 !important;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 2px
}

body:not(.device-md):not(.device-sm):not(.device-xs) #header.full-header #top-search form input {
    padding-left: 40px
}

body:not(.device-md):not(.device-sm):not(.device-xs) .container-fullwidth #top-search form input {
    padding-left: 60px
}

body.top-search-open #top-search form input {
    pointer-events: auto
}

body:not(.device-md):not(.device-sm):not(.device-xs) #header.transparent-header:not(.sticky-header):not(.full-header):not(.floating-header) #top-search form input {
    border-bottom: 2px solid rgba(0, 0, 0, 0.1)
}

#top-search form input::-moz-placeholder {
    color: #555;
    opacity: 1;
    text-transform: uppercase
}

#top-search form input:-ms-input-placeholder {
    color: #555;
    text-transform: uppercase
}

#top-search form input::-webkit-input-placeholder {
    color: #555;
    text-transform: uppercase
}

#primary-menu .container #top-search form input,
.sticky-header #top-search form input {
    border: none !important
}

#top-cart {
    margin-right: 0
}

#top-cart>a>span {
    display: block;
    position: absolute;
    top: -7px;
    left: auto;
    right: -14px;
    font-size: 10px;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    background-color: #002d72;
    border-radius: 50%
}

#top-cart .top-cart-content {
    opacity: 0;
    z-index: -2;
    position: absolute;
    width: 280px;
    background-color: #FFF;
    box-shadow: 0 20px 50px 10px rgba(0, 0, 0, 0.05);
    border: 1px solid #EEE;
    border-top: 2px solid #002d72;
    top: 60px;
    right: -15px;
    left: auto;
    margin: -10000px 0 0;
    -webkit-transition: opacity .5s ease, top .4s ease;
    -o-transition: opacity .5s ease, top .4s ease;
    transition: opacity .5s ease, top .4s ease
}

.style-2 .container #top-cart .top-cart-content {
    top: 40px
}

.style-2.sub-title .container #top-cart .top-cart-content {
    top: 50px
}

#top-cart.top-cart-open .top-cart-content {
    opacity: 1;
    z-index: 11;
    margin-top: 0
}

.top-cart-item-image {
    float: left;
    margin-right: 15px;
    width: 48px !important;
    height: 48px !important;
    border: 2px solid #EEE;
    -webkit-transition: border-color .2s linear;
    -o-transition: border-color .2s linear;
    transition: border-color .2s linear
}

.top-cart-item-image a,
.top-cart-item-image img {
    display: block;
    width: 44px !important;
    height: 44px !important
}

.top-cart-item-image:hover {
    border-color: #002d72
}

.top-cart-item-desc {
    position: relative;
    overflow: hidden
}

.top-cart-item-desc a {
    text-align: left !important;
    font-size: 13px !important;
    width: auto !important;
    height: auto !important;
    color: #333;
    font-weight: 700
}

.top-cart-item-desc a:hover {
    color: #002d72 !important
}

.top-cart-action {
    padding: 15px;
    border-top: 1px solid #EEE
}

.top-cart-action span.top-checkout-price {
    font-size: 20px;
    color: #002d72
}

#header,
#header-wrap,
#logo img {
    height: 100px;
    -webkit-transition: height .4s ease, opacity .3s ease;
    -o-transition: height .4s ease, opacity .3s ease;
    transition: height .4s ease, opacity .3s ease
}

#header.sticky-style-2 {
    height: 161px
}

#header.sticky-style-3 {
    height: 181px
}

#header.sticky-style-2 #header-wrap {
    height: 60px
}

#header.sticky-style-3 #header-wrap {
    height: 80px
}

#primary-menu>ul>li>ul,
#primary-menu>ul>li>.mega-menu-content,
#primary-menu>ul>li.mega-menu>.mega-menu-content {
    -webkit-transition: top .4s ease;
    -o-transition: top .4s ease;
    transition: top .4s ease
}

#top-search,
#top-cart {
    -webkit-transition: margin .4s ease, opacity .3s ease;
    -o-transition: margin .4s ease, opacity .3s ease;
    transition: margin .4s ease, opacity .3s ease
}

body:not(.top-search-open) #header-wrap #logo,
body:not(.top-search-open) #primary-menu>ul,
body:not(.top-search-open) #primary-menu>.container>ul,
body:not(.top-search-open) #top-cart,
body:not(.top-search-open) #side-panel-trigger {
    opacity: 1;
    -webkit-transition: height .4s ease, margin .4s ease, opacity .2s .2s ease;
    -o-transition: height .4s ease, margin .4s ease, opacity .2s .2s ease;
    transition: height .4s ease, margin .4s ease, opacity .2s .2s ease
}

body.top-search-open #header-wrap #logo,
body.top-search-open #primary-menu>ul,
body.top-search-open #primary-menu>.container>ul,
body.top-search-open #top-cart,
body.top-search-open #side-panel-trigger {
    opacity: 0
}

#header.sticky-header.semi-transparent {
    background-color: transparent
}

#header-wrap {
    position: relative;
    z-index: 199;
    -webkit-backface-visibility: hidden
}

#header.sticky-header #header-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #FFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1)
}

#header.semi-transparent.sticky-header #header-wrap {
    background-color: rgba(255, 255, 255, 0.8)
}

#header.sticky-header:not(.static-sticky),
#header.sticky-header:not(.static-sticky) #header-wrap,
#header.sticky-header:not(.static-sticky):not(.sticky-style-2):not(.sticky-style-3) #logo img {
    height: 60px
}

#header.sticky-header:not(.static-sticky) #primary-menu>ul>li>a {
    padding-top: 19px;
    padding-bottom: 19px
}

#header.sticky-header:not(.static-sticky).sticky-style-2,
#header.sticky-header:not(.static-sticky).sticky-style-3 {
    height: 161px
}

#header.sticky-header:not(.static-sticky).sticky-style-2 #primary-menu,
#header.sticky-header:not(.static-sticky).sticky-style-3 #primary-menu {
    border-top: 0
}

#header.sticky-header:not(.static-sticky) #top-search,
#header.sticky-header:not(.static-sticky) #top-cart,
#header.sticky-header:not(.static-sticky) #side-panel-trigger {
    margin-top: 20px !important;
    margin-bottom: 20px !important
}

#header.sticky-header:not(.static-sticky) #top-cart .top-cart-content {
    top: 40px
}

#header.sticky-header.sticky-style-2 #primary-menu {
    border-top: 0
}

#header.sticky-header:not(.static-sticky) #primary-menu.style-3>ul>li>a {
    margin: 0;
    border-radius: 0
}

#header.sticky-header:not(.static-sticky) #primary-menu.style-4>ul>li>a {
    padding-top: 8px;
    padding-bottom: 8px;
    margin: 10px 0
}

#header.sticky-header:not(.static-sticky) #primary-menu.sub-title>ul>li,
#header.sticky-header:not(.static-sticky) #primary-menu.sub-title.style-2>div>ul>li {
    background: none !important;
    margin-left: 2px
}

#header.sticky-header:not(.static-sticky) #primary-menu.sub-title>ul>li:first-child,
#header.sticky-header:not(.static-sticky) #primary-menu.sub-title.style-2>div>ul>li:first-child {
    margin-left: 0
}

#header.sticky-header:not(.static-sticky) #primary-menu.sub-title>ul>li>a,
#header.sticky-header:not(.static-sticky) #primary-menu.sub-title>div>ul>li>a {
    line-height: 22px;
    padding: 19px 15px;
    text-transform: none;
    font-size: 14px;
    border-top: 0
}

#header.sticky-header:not(.static-sticky) #primary-menu.sub-title ul li span {
    display: none
}

#page-menu,
#page-menu-wrap {
    position: relative;
    height: 44px;
    line-height: 44px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1)
}

#page-menu-wrap {
    z-index: 99;
    background-color: #002d72;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden
}

#page-menu.sticky-page-menu #page-menu-wrap {
    position: fixed;
    z-index: 99;
    left: 0;
    width: 100%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3)
}

#header~#page-menu.sticky-page-menu #page-menu-wrap,
#header.no-sticky~#page-menu.sticky-page-menu #page-menu-wrap,
#header~#content #page-menu.sticky-page-menu #page-menu-wrap,
#header.no-sticky~#content #page-menu.sticky-page-menu #page-menu-wrap {
    top: 0
}

#header.sticky-header~#page-menu.sticky-page-menu #page-menu-wrap,
#header.sticky-header~#content #page-menu.sticky-page-menu #page-menu-wrap {
    top: 60px
}

#page-submenu-trigger {
    top: 0;
    margin-top: 0;
    left: auto;
    right: 15px;
    width: 40px;
    height: 44px;
    line-height: 44px
}

#page-menu .menu-title {
    float: left;
    color: #FFF;
    font-size: 20px;
    font-weight: 300
}

#page-menu .menu-title span {
    font-weight: 700
}

#page-menu nav {
    position: relative;
    float: right
}

#page-menu nav ul {
    margin-bottom: 0;
    height: 44px
}

#page-menu nav li {
    position: relative;
    float: left;
    list-style: none
}

#page-menu nav li a {
    display: block;
    height: 28px;
    line-height: 28px;
    margin: 8px 4px;
    padding: 0 14px;
    color: #FFF;
    font-size: 14px;
    border-radius: 14px
}

#page-menu nav li a .icon-angle-down {
    margin-left: 5px
}

body:not(.device-touch) #page-menu nav li a {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

#page-menu nav li:hover a,
#page-menu nav li.current a {
    background-color: rgba(0, 0, 0, 0.15)
}

#page-menu li:hover ul {
    display: block
}

#page-menu ul ul {
    display: none;
    position: absolute;
    width: 150px;
    top: 44px;
    left: 0;
    z-index: 149;
    height: auto;
    background-color: #002d72
}

#page-menu ul ul ul {
    display: none !important
}

#page-menu ul ul li {
    float: none
}

#page-menu ul ul a {
    height: auto;
    line-height: 22px;
    margin: 0;
    padding: 8px 14px;
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0.15)
}

#page-menu ul ul li:hover a,
#page-menu ul ul li.current a {
    background-color: rgba(0, 0, 0, 0.3)
}

@media (min-width:992px) {

    #page-menu.dots-menu,
    #page-menu.dots-menu #page-menu-wrap {
        position: fixed;
        z-index: 99;
        top: 50%;
        left: auto;
        right: 20px;
        width: 24px;
        height: auto;
        line-height: 1.5;
        background-color: transparent;
        text-shadow: none
    }

    #page-menu.dots-menu #page-menu-wrap {
        position: relative;
        box-shadow: none
    }

    #page-menu.dots-menu .menu-title {
        display: none
    }

    #page-menu.dots-menu nav {
        float: none;
        width: 24px
    }

    #page-menu.dots-menu nav ul {
        height: auto
    }

    #page-menu.dots-menu nav ul li {
        float: none;
        width: 14px;
        height: 14px;
        margin: 10px 6px
    }

    #page-menu.dots-menu nav li a {
        position: relative;
        width: 10px;
        height: 10px;
        line-height: 1.5;
        padding: 0;
        margin: 0 2px;
        background-color: rgba(0, 0, 0, 0.4);
        border-radius: 50%;
        color: #777
    }

    #page-menu.dots-menu nav li a:hover {
        background-color: rgba(0, 0, 0, 0.7)
    }

    #page-menu.dots-menu nav li.current a {
        background-color: #002d72
    }

    #page-menu.dots-menu nav li div {
        position: absolute;
        width: auto;
        top: -11px;
        right: 25px;
        background-color: #002d72;
        color: #FFF;
        padding: 5px 14px;
        white-space: nowrap;
        pointer-events: none;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
        border-radius: 2px;
        opacity: 0
    }

    body:not(.device-touch) #page-menu.dots-menu nav li div {
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out
    }

    #page-menu.dots-menu nav li div:after {
        position: absolute;
        content: '';
        top: 50%;
        margin-top: -6px;
        left: auto;
        right: -5px;
        width: 0;
        height: 0;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-left: 6px solid #002d72
    }

    #page-menu.dots-menu nav li a:hover div {
        opacity: 1;
        right: 30px
    }
}

@media (min-width:992px) {
    .side-header #header {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10;
        width: 260px;
        height: 100%;
        height: calc(100vh);
        background-color: #FFF;
        border: none;
        border-right: 1px solid #EEE;
        overflow: hidden;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.065)
    }

    .side-header #header-wrap {
        width: 300px;
        height: 100%;
        overflow: auto;
        padding-right: 40px
    }

    .side-header #header .container {
        width: 260px !important;
        padding: 0 30px !important;
        margin: 0 !important
    }

    .side-header #logo {
        float: none;
        margin: 60px 0 40px
    }

    .side-header #logo img {
        height: auto !important
    }

    .side-header #logo:not(.nobottomborder):after,
    .side-header #primary-menu:not(.nobottomborder):after {
        display: block;
        content: '';
        width: 20%;
        border-bottom: 1px solid #E5E5E5
    }

    .side-header .center #logo:after {
        margin: 0 auto
    }

    .side-header #primary-menu {
        margin-bottom: 30px
    }

    .side-header #primary-menu:not(.nobottomborder):after {
        margin-top: 40px
    }

    .side-header #primary-menu,
    .side-header #primary-menu ul {
        float: none;
        height: auto
    }

    .side-header #primary-menu ul li {
        float: none;
        margin: 15px 0 0
    }

    .side-header #primary-menu ul li:first-child {
        margin-top: 0
    }

    .side-header #primary-menu ul li a {
        height: 25px;
        line-height: 25px;
        padding: 0;
        text-transform: uppercase
    }

    .side-header #primary-menu ul li i {
        line-height: 24px
    }

    .side-header #primary-menu ul ul {
        position: relative;
        width: 100%;
        background-color: transparent;
        box-shadow: none;
        border: none;
        height: auto;
        z-index: 1;
        top: 0;
        left: 0;
        margin: 5px 0;
        padding-left: 12px
    }

    .side-header #primary-menu ul ul ul {
        top: 0 !important;
        left: 0
    }

    .side-header #primary-menu ul ul.menu-pos-invert {
        left: 0;
        right: auto
    }

    .side-header #primary-menu ul ul ul.menu-pos-invert {
        right: auto
    }

    .side-header #primary-menu ul ul li {
        margin: 0;
        border: 0
    }

    .side-header #primary-menu ul ul li:first-child {
        border-top: 0
    }

    .side-header #primary-menu ul ul a {
        font-size: 12px;
        height: auto !important;
        line-height: 24px !important;
        padding: 2px 0 !important
    }

    .side-header #primary-menu ul ul li:hover>a {
        background-color: transparent !important;
        color: #444 !important
    }

    .side-header #primary-menu ul>li.sub-menu>a,
    .side-header #primary-menu ul>li.sub-menu:hover>a {
        background-image: none !important
    }

    .side-header #primary-menu ul>li.sub-menu>a:after {
        position: absolute;
        content: '\e7a5';
        top: 1px;
        right: 0;
        -webkit-transition: transform .2s linear;
        -o-transition: transform .2s linear;
        transition: transform .2s linear
    }

    .side-header #primary-menu ul>li.sub-menu:hover>a:after {
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    .side-header:not(.open-header) #wrapper {
        margin: 0 0 0 260px !important;
        width: auto !important
    }

    .side-header:not(.open-header) #wrapper .container {
        width: auto;
        max-width: none;
        margin: 0 40px
    }

    .side-header.open-header #header {
        left: -260px
    }

    .side-header.open-header.side-header-open #header {
        left: 0
    }

    .side-header.open-header #wrapper {
        left: 0
    }

    #header-trigger {
        display: none
    }

    .side-header.open-header #header-trigger {
        display: block;
        position: fixed;
        cursor: pointer;
        top: 20px;
        left: 20px;
        z-index: 11;
        font-size: 16px;
        width: 32px;
        height: 32px;
        line-height: 32px;
        background-color: #FFF;
        text-align: center;
        border-radius: 2px
    }

    .side-header.open-header.side-header-open #header-trigger {
        left: 280px
    }

    .side-header.open-header #header-trigger i:nth-child(1),
    .side-header.open-header.side-header-open #header-trigger i:nth-child(2) {
        display: block
    }

    .side-header.open-header.side-header-open #header-trigger i:nth-child(1),
    .side-header.open-header #header-trigger i:nth-child(2) {
        display: none
    }

    .side-header.open-header #header,
    .side-header.open-header #header-trigger {
        -webkit-transition: left .4s ease;
        -o-transition: left .4s ease;
        transition: left .4s ease
    }
}

body.side-push-panel {
    overflow-x: hidden
}

#side-panel {
    position: fixed;
    top: 0;
    right: -300px;
    z-index: 399;
    width: 300px;
    height: 100%;
    background-color: #F5F5F5;
    overflow: hidden;
    -webkit-backface-visibility: hidden
}

body.side-push-panel.stretched #wrapper,
body.side-push-panel.stretched #header.sticky-header .container {
    right: 0
}

#side-panel .side-panel-wrap {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 330px;
    height: 100%;
    overflow: auto;
    padding: 50px 70px 50px 40px
}

body.device-touch #side-panel .side-panel-wrap {
    overflow-y: scroll
}

#side-panel .widget {
    margin-top: 40px;
    padding-top: 40px;
    width: 220px;
    border-top: 1px solid #E5E5E5
}

#side-panel .widget:first-child {
    padding-top: 0;
    border-top: 0;
    margin: 0
}

body.side-panel-open #side-panel {
    right: 0
}

body.side-push-panel.side-panel-open.stretched #wrapper,
body.side-push-panel.side-panel-open.stretched #header.sticky-header .container {
    right: 300px
}

body.side-push-panel.side-panel-open.stretched.device-xl .slider-parallax-inner,
body.side-push-panel.side-panel-open.stretched.device-lg .slider-parallax-inner {
    left: -300px
}

#side-panel-trigger {
    display: block;
    cursor: pointer;
    z-index: 11;
    margin-right: 5px
}

#side-panel-trigger-close a {
    display: none
}

#side-panel,
body.side-push-panel.stretched #wrapper,
body.side-push-panel.stretched #header .container {
    -webkit-transition: right .4s ease;
    -o-transition: right .4s ease;
    transition: right .4s ease
}

body.side-push-panel.stretched .slider-parallax-inner {
    -webkit-transition: left .4s ease;
    -o-transition: left .4s ease;
    transition: left .4s ease
}

.body-overlay {
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: -1;
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

body.side-panel-open .body-overlay {
    opacity: 1;
    z-index: 298;
    pointer-events: auto
}

body.side-panel-open:not(.device-xs):not(.device-sm):not(.device-md) .body-overlay:hover {
    cursor: url(images/icons/close.png) 15 15, default
}

.slider-element {
    position: relative;
    width: 100%;
    overflow: hidden
}

.slider-parallax {
    position: relative
}

.slider-parallax,
.slider-parallax .swiper-container {
    visibility: visible;
    -webkit-backface-visibility: hidden
}

.slider-parallax .slider-parallax-inner {
    position: fixed;
    width: 100%;
    height: 100%
}

.device-touch .slider-parallax .slider-parallax-inner {
    position: relative
}

body:not(.side-header) .slider-parallax .slider-parallax-inner {
    left: 0
}

body:not(.stretched) .slider-parallax .slider-parallax-inner {
    left: auto
}

#header.transparent-header+.slider-parallax .slider-parallax-inner {
    top: 0
}

.slider-parallax .slider-parallax-inner,
.slider-parallax .slider-caption {
    will-change: transform;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: transform 0 linear;
    -webkit-backface-visibility: hidden
}

.fslider[data-animation="fade"][data-thumbs="true"] .flexslider {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: 2px -2px -2px 0;
    height: 75px
}

.swiper_wrapper {
    width: 100%;
    height: 500px;
    overflow: hidden
}

.full-screen .swiper_wrapper {
    height: auto
}

.swiper_wrapper .swiper-container {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    background: url(../images/pattern2.png) repeat
}

.swiper_wrapper .swiper-slide {
    position: relative;
    margin: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden
}

.swiper-slide [data-caption-animate] {
    -webkit-backface-visibility: hidden
}

.swiper-slide .video-wrap,
.section .video-wrap,
.swiper-slide .yt-bg-player,
.section .yt-bg-player {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0
}

.slider-element .container {
    position: relative;
    height: 100%
}

.slider-element.canvas-slider .swiper-slide img {
    width: 100%
}

.slider-element.canvas-slider a {
    display: block;
    height: 100%
}

.swiper-pagination {
    position: absolute;
    width: 100%;
    z-index: 20;
    margin: 0;
    top: auto;
    bottom: 20px !important;
    text-align: center;
    line-height: 1
}

.swiper-pagination span {
    display: inline-block;
    cursor: pointer;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    opacity: 1;
    background-color: transparent;
    border: 1px solid #FFF;
    border-radius: 50%;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.swiper-pagination span:hover,
.swiper-pagination span.swiper-pagination-bullet-active {
    background-color: #FFF !important
}

.video-wrap {
    overflow: hidden;
    width: 100%;
    position: relative
}

.video-wrap video {
    position: relative;
    z-index: 1;
    width: 100%
}

.video-placeholder {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
    background: transparent url(images/grid.png) repeat;
    -webkit-backface-visibility: hidden
}

.video-placeholder {
    z-index: 4;
    background-repeat: no-repeat !important
}

.slider-caption {
    position: absolute;
    top: 0;
    left: 15px;
    z-index: 20;
    max-width: 550px;
    color: #EEE;
    font-size: 1.375rem;
    font-weight: 300;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
    -webkit-transition: top .3s ease;
    -o-transition: top .3s ease;
    transition: top .3s ease
}

.slider-caption:not(.dark),
.slider-caption:not(.dark) h2 {
    color: #222;
    text-shadow: none
}

.slider-caption h2 {
    font-size: 4rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0
}

.slider-caption p {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 24px
}

.slider-caption.slider-caption-right {
    left: auto;
    right: 15px
}

.slider-caption.slider-caption-center {
    position: relative;
    max-width: 800px;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0
}

.slider-caption-bg {
    padding: 5px 12px;
    border-radius: 2px;
    background-color: rgba(0, 0, 0, 0.6);
    top: auto;
    bottom: 50px;
    left: 50px
}

.slider-caption-bg.slider-caption-bg-light {
    background-color: rgba(255, 255, 255, 0.8);
    color: #333;
    font-weight: 400;
    text-shadow: none
}

.slider-caption-top-left {
    top: 50px;
    bottom: auto
}

.slider-caption-top-right {
    top: 50px;
    bottom: auto;
    left: auto;
    right: 50px
}

.slider-caption-bottom-right {
    left: auto;
    right: 50px
}

.slider-element .owl-carousel {
    margin: 0
}

.slider-arrow-left,
.slider-arrow-right,
.flex-prev,
.flex-next,
.slider-arrow-top-sm,
.slider-arrow-bottom-sm {
    position: absolute;
    cursor: pointer;
    z-index: 10;
    top: 50%;
    left: 0;
    margin-top: -26px;
    background-color: rgba(0, 0, 0, 0.3);
    width: 52px;
    height: 52px;
    border: 0;
    border-radius: 0 3px 3px 0;
    -webkit-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out
}

.slider-arrow-top-sm,
.slider-arrow-bottom-sm {
    top: auto;
    bottom: 57px;
    left: auto;
    right: 20px;
    margin: 0;
    width: 32px;
    height: 32px;
    border-radius: 3px 3px 0 0
}

.slider-arrow-bottom-sm {
    bottom: 20px;
    border-radius: 0 0 3px 3px
}

.fslider[data-thumbs="true"] .flex-prev,
.fslider[data-thumbs="true"] .flex-next {
    margin-top: -64px
}

.slider-arrow-right,
.slider-element .owl-next,
.flex-next {
    left: auto;
    right: 0;
    border-radius: 3px 0 0 3px
}

.slider-arrow-left i,
.slider-arrow-right i,
.flex-prev i,
.flex-next i,
.slider-arrow-top-sm i,
.slider-arrow-bottom-sm i {
    line-height: 50px;
    width: 34px;
    height: 52px;
    color: #DDD;
    color: rgba(255, 255, 255, 0.8);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    font-size: 34px;
    text-align: center;
    margin-left: 7px
}

.slider-arrow-top-sm i,
.slider-arrow-bottom-sm i {
    width: 32px;
    height: 32px;
    margin: 0;
    line-height: 30px;
    font-size: 18px;
    color: #FFF;
    color: #fff
}

.flex-prev i {
    margin-left: 9px
}

.slider-element .owl-prev i {
    margin-left: 0
}

.slider-arrow-right i {
    margin-left: 10px
}

.flex-next i {
    margin-left: 11px
}

.slider-element .owl-next i {
    margin-right: 4px
}

.slider-arrow-left:hover,
.slider-arrow-right:hover,
.flex-prev:hover,
.flex-next:hover,
.slider-arrow-top-sm:hover,
.slider-arrow-bottom-sm:hover {
    background-color: rgba(0, 0, 0, 0.6) !important
}

.slide-number {
    position: absolute;
    opacity: 0;
    top: auto;
    right: 20px;
    bottom: 20px;
    z-index: 20;
    width: 36px;
    height: 40px;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
    font-size: 18px;
    font-weight: 300;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.slider-element:hover .slide-number {
    opacity: 1
}

.slide-number-current,
.slide-number-total {
    position: absolute;
    line-height: 1;
    top: 5px;
    left: 0
}

.slide-number-total {
    top: auto;
    bottom: 5px;
    left: auto;
    right: 0
}

.slide-number span {
    display: block;
    font-size: 32px;
    line-height: 40px
}

.slider-element .owl-dots {
    position: absolute;
    width: 100%;
    z-index: 20;
    margin: 0;
    top: auto;
    bottom: 15px
}

.slider-element .owl-dots button {
    width: 10px;
    height: 10px;
    margin: 0 3px;
    opacity: 1 !important;
    background-color: transparent !important;
    border: 1px solid #FFF
}

.slider-element .owl-dots .owl-dot.active,
.slider-element .owl-dots .owl-dot:hover {
    background-color: #FFF !important
}

#page-title {
    position: relative;
    padding: 50px 0;
    background-color: #F5F5F5;
    border-bottom: 1px solid #EEE
}

#page-title .container {
    position: relative
}

#page-title h1 {
    padding: 0;
    margin: 0;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 1px;
    color: #333;
    font-size: 28px;
    text-transform: uppercase
}

#page-title span {
    display: block;
    margin-top: 10px;
    font-weight: 300;
    color: #777;
    font-size: 18px
}

.breadcrumb {
    position: absolute !important;
    width: auto !important;
    top: 50% !important;
    left: auto !important;
    right: 15px !important;
    margin: -10px 0 0 !important;
    background-color: transparent !important;
    padding: 0 !important;
    font-size: 12px
}

body.stretched .container-fullwidth .breadcrumb {
    right: 60px !important
}

#header.transparent-header+#page-title.page-title-parallax .breadcrumb {
    margin-top: 35px !important
}

.breadcrumb a {
    color: #555
}

.breadcrumb a:hover {
    color: #002d72
}

.breadcrumb i {
    width: auto !important
}

#page-title.page-title-parallax {
    padding: 100px 0;
    text-shadow: none;
    border-bottom: none
}

#page-title.page-title-parallax h1 {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 2px
}

#page-title.page-title-parallax span {
    font-size: 22px
}

#page-title.page-title-parallax .breadcrumb {
    font-size: 13px
}

#page-title.page-title-parallax {
    background-color: transparent;
    background-image: url(images/parallax/parallax-bg.jpg);
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat
}

#content {
    position: relative;
    overflow: hidden;
    background-color: #FFF
}

#content p {
    line-height: 1.8
}

.content-wrap {
    position: relative;
    padding: 80px 0
}

#content .container {
    position: relative
}

.grid-container {
    position: relative;
    overflow: hidden
}

body:not(.device-touch) .grid-container {
    -webkit-transition: height .4s ease;
    -o-transition: height .4s ease;
    transition: height .4s ease
}

.portfolio-filter {
    position: relative;
    margin: 0 0 40px;
    list-style: none;
    border: 1px solid rgba(0, 0, 0, 0.07);
    float: left;
    border-radius: 4px
}

.portfolio-filter li {
    float: left;
    position: relative
}

.portfolio-filter li a {
    display: block;
    position: relative;
    padding: 12px 18px;
    font-size: 13px;
    line-height: 15px;
    color: #666;
    border-left: 1px solid rgba(0, 0, 0, 0.07)
}

.portfolio-filter li:first-child a {
    border-left: none;
    border-radius: 4px 0 0 4px
}

.portfolio-filter li:last-child a {
    border-radius: 0 4px 4px 0
}

.portfolio-filter li a:hover {
    color: #002d72
}

.portfolio-filter li.activeFilter a {
    color: #FFF !important;
    background-color: #002d72;
    margin: -1px 0;
    padding: 13px 18px;
    font-weight: 700
}

.portfolio-filter.style-2,
.portfolio-filter.style-3,
.portfolio-filter.style-4 {
    border: none;
    border-radius: 0
}

.portfolio-filter.style-2 li,
.portfolio-filter.style-3 li,
.portfolio-filter.style-4 li {
    margin-bottom: 10px
}

.portfolio-filter.style-2 li:not(:first-child),
.portfolio-filter.style-3 li:not(:first-child) {
    margin-left: 10px
}

.portfolio-filter.style-2 li a,
.portfolio-filter.style-3 li a,
.portfolio-filter.style-4 li a {
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 14px;
    line-height: 16px;
    border-radius: 22px;
    border: none
}

.portfolio-filter.style-2 li.activeFilter a {
    color: #FFF !important;
    margin: 0
}

.portfolio-filter.style-3 li a {
    border: 1px solid transparent
}

.portfolio-filter.style-3 li.activeFilter a {
    color: #002d72 !important;
    border-color: #002d72;
    background-color: transparent;
    margin: 0
}

.portfolio-filter.style-4 li:not(:first-child) {
    margin-left: 30px
}

.portfolio-filter.style-4 li a {
    padding: 13px 5px;
    font-size: 15px;
    border-radius: 0
}

.portfolio-filter.style-4 li a:after {
    content: '';
    position: absolute;
    top: auto;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.portfolio-filter.style-4 li.activeFilter a {
    color: #444 !important;
    background-color: transparent;
    margin: 0
}

.portfolio-filter.style-4 li.activeFilter a:after {
    width: 100%;
    left: 0;
    background-color: #002d72
}

.portfolio-filter.center.style-2 li,
.portfolio-filter.center.style-3 li,
.portfolio-filter.center.style-4 li {
    display: inline-block;
    float: none
}

.portfolio-shuffle {
    float: right;
    width: 41px;
    height: 41px;
    border: 1px solid rgba(0, 0, 0, 0.07);
    font-size: 14px;
    text-align: center;
    line-height: 41px;
    color: #333;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.portfolio-shuffle:hover {
    background-color: #002d72;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2)
}

.portfolio {
    position: relative;
    margin: 0 -12px -12px 0
}

body:not(.device-touch) .portfolio {
    -webkit-transition: height .4s linear;
    -o-transition: height .4s linear;
    transition: height .4s linear
}

.portfolio-item {
    float: left;
    position: relative;
    width: 25%;
    height: auto;
    padding: 0 12px 12px 0
}

.portfolio-item .portfolio-image {
    position: relative;
    overflow: hidden
}

.portfolio-item .portfolio-image,
.portfolio-item .portfolio-image a,
.portfolio-item .portfolio-image img {
    display: block;
    width: 100%;
    height: auto
}

.portfolio-desc {
    z-index: 3;
    padding: 15px 5px 10px
}

.portfolio-desc h3 {
    margin: 0;
    padding: 0;
    font-size: 19px
}

.portfolio-desc h3 a {
    color: #222
}

.portfolio-desc h3 a:hover {
    color: #002d72
}

.portfolio-desc span {
    display: block;
    margin-top: 3px;
    color: #888
}

.portfolio-desc span a {
    color: #888
}

.portfolio-desc span a:hover {
    color: #000
}

.portfolio.portfolio-full {
    margin: 0 !important
}

.portfolio-full .portfolio-item {
    padding: 0 !important
}

.portfolio.portfolio-full {
    margin: 0 !important;
    width: 100%
}

.portfolio-full .portfolio-item {
    overflow: hidden !important
}

.portfolio-full .portfolio-desc {
    padding: 15px
}

.portfolio.portfolio-3 {
    margin: 0 -15px -15px 0
}

.portfolio-3 .portfolio-item {
    width: 33.33333333%;
    padding: 0 15px 15px 0
}

.portfolio.portfolio-5 {
    margin: 0 -10px -10px 0
}

.portfolio-5 .portfolio-item {
    width: 20%;
    padding: 0 10px 10px 0
}

.portfolio-5 .portfolio-desc h3 {
    font-size: 17px
}

.portfolio.portfolio-6 {
    margin: 0 -6px -6px 0
}

.portfolio-6 .portfolio-item {
    width: 16.66666667%;
    padding: 0 6px 6px 0
}

.portfolio-6 .portfolio-desc h3 {
    font-size: 15px
}

.portfolio-6 .portfolio-desc span {
    font-size: 12px
}

.portfolio.portfolio-parallax {
    margin: 0 !important
}

.portfolio.portfolio-parallax .portfolio-item {
    float: none;
    width: 100% !important;
    height: 500px !important;
    margin: 0 !important;
    padding: 0 !important
}

.portfolio.portfolio-parallax .portfolio-item .portfolio-image {
    width: 100% !important;
    height: 500px !important;
    background-attachment: fixed
}

.portfolio.portfolio-parallax .portfolio-desc {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -57px;
    width: 100%;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
    padding: 0;
    opacity: 0
}

body:not(.device-touch):not(.device-sm):not(.device-xs) .portfolio.portfolio-parallax .portfolio-desc {
    -webkit-transition: opacity .15s ease-in-out;
    -o-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out
}

.portfolio.portfolio-parallax .portfolio-item:hover .portfolio-desc {
    opacity: 1
}

.portfolio.portfolio-parallax .portfolio-desc h3 {
    font-size: 44px;
    font-weight: 300;
    letter-spacing: -1px
}

.portfolio.portfolio-parallax .portfolio-desc h3 a {
    color: #FFF
}

.portfolio.portfolio-parallax .portfolio-desc h3 a:hover {
    color: #DDD
}

.portfolio.portfolio-parallax .portfolio-desc span {
    margin-top: 12px;
    font-size: 16px;
    color: #CCC
}

.portfolio.portfolio-parallax .portfolio-desc span a {
    color: #DDD
}

.portfolio.portfolio-parallax .portfolio-desc span a:hover {
    color: #BBB
}

.portfolio.portfolio-parallax .portfolio-overlay {
    background-color: rgba(0, 0, 0, 0.4)
}

.portfolio-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5)
}

body:not(.device-touch):not(.device-sm):not(.device-xs) .portfolio-overlay {
    -webkit-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out
}

.portfolio-item:hover .portfolio-overlay {
    opacity: 1
}

.portfolio-overlay a {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #F5F5F5;
    width: 40px !important;
    height: 40px !important;
    margin: -28px 0 0 -44px;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    color: #444;
    border-radius: 50%;
    -webkit-backface-visibility: hidden
}

body:not(.device-touch):not(.device-sm):not(.device-xs) .portfolio-overlay a {
    -webkit-transition: color .2s linear, background-color .2s linear, margin-top .2s linear, opacity .2s linear;
    -o-transition: color .2s linear, background-color .2s linear, margin-top .2s linear, opacity .2s linear;
    transition: color .2s linear, background-color .2s linear, margin-top .2s linear, opacity .2s linear
}

.portfolio-overlay a.right-icon {
    left: auto;
    right: 50%;
    margin-left: 0;
    margin-right: -44px
}

.portfolio-overlay a.center-icon {
    display: block;
    margin: -20px 0 0 -20px;
    opacity: 0
}

.portfolio-item:hover a.center-icon {
    opacity: 1
}

.portfolio-overlay a:hover {
    color: #002d72;
    background-color: #EEE
}

.portfolio-item:hover .portfolio-overlay a.left-icon,
.portfolio-item:hover .portfolio-overlay a.right-icon {
    margin-top: -18px
}

.portfolio-overlay a i.icon-line-play {
    position: relative;
    left: 2px
}

.portfolio-overlay .portfolio-desc {
    position: relative;
    padding: 0 !important;
    margin: 0;
    text-align: center
}

.portfolio-overlay .portfolio-desc a {
    display: inline;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    font-size: inherit;
    width: auto !important;
    height: auto !important;
    line-height: 1;
    background-color: transparent !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15)
}

.portfolio-overlay .portfolio-desc h3 {
    font-weight: 600;
    color: #F5F5F5 !important;
    line-height: 1
}

.portfolio-overlay .portfolio-desc h3 a {
    color: #F5F5F5 !important
}

.portfolio-overlay .portfolio-desc span {
    margin-top: 7px;
    color: #DDD !important
}

.portfolio-overlay .portfolio-desc span a {
    color: #DDD !important;
    font-size: inherit
}

.portfolio-overlay .portfolio-desc~a {
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    margin: 20px 0 0 !important
}

body:not(.device-touch):not(.device-sm):not(.device-xs) .portfolio-overlay .portfolio-desc~a {
    -webkit-transition: color .2s linear, background-color .2s linear, opacity .2s linear;
    -o-transition: color .2s linear, background-color .2s linear, opacity .2s linear;
    transition: color .2s linear, background-color .2s linear, opacity .2s linear
}

.portfolio-overlay .portfolio-desc~a.right-icon {
    left: 0;
    right: 0;
    margin-left: 5px !important;
    margin-right: 0 !important
}

.portfolio-overlay .portfolio-desc a:hover {
    background: transparent
}

.portfolio-single-image>a,
.portfolio-single-image .slide a,
.portfolio-single-image img,
.portfolio-single-image iframe,
.portfolio-single-image video {
    display: block;
    width: 100%
}

.portfolio-single-image-full .swiper-container {
    width: 100%;
    height: 600px;
    background-color: #333
}

.portfolio-single-image-full .swiper-nested-1,
.portfolio-single-image-full .swiper-nested-2 {
    width: 100%
}

.portfolio-single-image-full .swiper-slide {
    overflow: hidden
}

.portfolio-single-image-full .swiper-slide img {
    width: 100%;
    height: auto
}

.masonry-thumbs {
    position: relative
}

.masonry-thumbs a {
    position: relative;
    float: left;
    width: 25%;
    max-width: 100% !important;
    overflow: hidden
}

.masonry-thumbs.grid-2 a {
    width: 50%
}

.masonry-thumbs.grid-3 a {
    width: 33.3%
}

.masonry-thumbs.grid-5 a {
    width: 20%
}

.masonry-thumbs.grid-6 a {
    width: 16.6%
}

.masonry-thumbs a,
.masonry-thumbs img {
    display: block;
    height: auto !important
}

.masonry-thumbs img {
    width: 100%;
    border-radius: 0 !important;
    padding: 0 1px 1px 0
}

.masonry-thumbs .overlay {
    padding: 0 1px 1px 0
}

.portfolio-single-content {
    font-size: 14px
}

.portfolio-single-content h2 {
    margin: 0 0 20px;
    padding: 0;
    font-size: 20px;
    font-weight: 600 !important
}

.portfolio-ajax-modal {
    width: 1000px !important
}

#portfolio-ajax-wrap {
    position: relative;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .4s ease;
    -o-transition: max-height .4s ease;
    transition: max-height .4s ease
}

#portfolio-ajax-wrap.portfolio-ajax-opened {
    max-height: 1200px
}

#portfolio-ajax-container {
    display: none;
    padding-bottom: 60px
}

#portfolio-ajax-single h2 {
    font-size: 26px
}

.portfolio-meta {
    list-style: none;
    font-size: 14px
}

.portfolio-meta li {
    margin: 10px 0;
    color: #666
}

.portfolio-meta li:first-child {
    margin-top: 0
}

.portfolio-meta li span {
    display: inline-block;
    width: 150px;
    font-weight: 700;
    color: #333
}

.portfolio-meta li span i {
    position: relative;
    top: 1px;
    width: 14px;
    text-align: center;
    margin-right: 7px
}

.well .line {
    margin: 20px 0;
    border-color: #E5E5E5
}

#portfolio-navigation {
    position: absolute;
    top: 50%;
    left: auto;
    right: 10px;
    max-width: 96px;
    height: 24px;
    margin-top: -12px
}

#portfolio-navigation a {
    display: block;
    float: left;
    margin-left: 12px;
    width: 24px;
    height: 24px;
    text-align: center;
    color: #444;
    transition: color .3s linear;
    -webkit-transition: color .3s linear;
    -o-transition: color .3s linear
}

.page-title-parallax #portfolio-navigation a {
    color: #FFF
}

#portfolio-navigation a i {
    position: relative;
    top: -1px;
    font-size: 24px;
    line-height: 1
}

#portfolio-navigation a i.icon-angle-left,
#portfolio-navigation a i.icon-angle-right {
    font-size: 32px;
    top: -6px
}

#portfolio-navigation a i.icon-angle-right {
    left: -1px
}

#portfolio-navigation a:first-child {
    margin-left: 0
}

#portfolio-navigation a:hover {
    color: #002d72
}

#posts {
    position: relative
}

.entry {
    position: relative;
    margin: 0 0 50px
}

.entry:after {
    content: '';
    position: relative;
    height: 2px;
    margin-top: 50px;
    background-color: #F5F5F5
}

.entry-title h2 {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px
}

.entry-title h2 a {
    color: #333
}

.entry-title h2 a:hover {
    color: #002d72
}

.entry-meta {
    margin: 10px -10px -15px 0;
    list-style: none
}

.entry-meta li {
    float: left;
    font-size: 13px;
    line-height: 14px;
    margin: 0 10px 15px 0;
    color: #999;
    font-family: 'Crete Round', serif;
    font-style: italic
}

.entry-meta li:before {
    content: '/';
    display: inline-block;
    margin-right: 10px;
    opacity: .5
}

.entry-meta li i {
    position: relative;
    top: 1px;
    font-size: 14px;
    margin-right: 3px
}

.entry-meta li a {
    color: #999
}

.entry-meta li a:hover {
    color: #002d72
}

.entry-meta li:first-child:before {
    display: none
}

.entry-meta li ins {
    font-weight: 700;
    text-decoration: none
}

.entry-link {
    display: block;
    width: 100%;
    background-color: #F5F5F5;
    padding: 30px 0;
    text-align: center;
    color: #444;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 24px;
    font-weight: 700;
    border-radius: 3px
}

body:not(.device-touch) .entry-link {
    -webkit-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out
}

.entry-link:hover {
    color: #FFF;
    background-color: #002d72;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2)
}

.entry-link span {
    display: block;
    margin-top: 5px;
    font-family: 'Crete Round', serif;
    font-style: italic;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0;
    font-size: 14px;
    color: #AAA
}

.entry-link:hover span {
    color: #EEE
}

.entry blockquote p {
    font-weight: 400;
    font-family: 'Crete Round', serif;
    font-style: italic
}

.post-grid {
    margin-right: -28px
}

.post-grid .entry {
    float: left;
    width: 25%;
    padding-right: 28px
}

.post-grid .entry-title h2 {
    font-size: 17px;
    font-weight: 600
}

.post-grid .entry-link {
    font-size: 24px
}

.post-grid .entry-link span {
    font-size: 13px
}

.post-grid.grid-3 {
    margin-right: -30px
}

.post-grid.grid-3 .entry {
    width: 33.33333333%;
    padding-right: 30px
}

.post-grid.grid-3 .entry-title h2 {
    font-size: 18px
}

.post-grid.grid-2 {
    margin-right: -40px
}

.post-grid.grid-2 .entry {
    width: 50%;
    padding-right: 40px
}

.post-grid.grid-2 .entry-title h2 {
    font-size: 20px
}

.post-masonry-full {
    margin: -80px 0 -80px -1px !important
}

.post-masonry-full .entry {
    width: 24.9% !important;
    margin: 0 !important;
    padding: 40px 30px;
    border-bottom: 1px dashed;
    border-left: 1px dashed;
    border-color: #E5E5E5
}

.post-masonry-full .entry:after {
    display: none
}

.post-masonry-full.grid-3 .entry {
    width: 33.3% !important
}

.post-timeline {
    margin-right: -140px !important
}

.post-timeline .entry {
    width: 500px !important;
    margin-right: 140px !important;
    padding-right: 0 !important
}

.entry.entry-date-section {
    width: 100% !important;
    margin: 50px -70px 80px;
    padding: 0;
    border: 0;
    text-align: center
}

.entry.entry-date-section span {
    display: inline-block;
    padding: 10px 15px;
    background-color: #FFF;
    border: 2px solid #EEE;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif
}

.post-timeline .entry-timeline {
    display: none;
    position: absolute;
    border: 2px solid #CCC;
    background-color: #FFF;
    padding-top: 0;
    text-indent: -9999px;
    top: 40px;
    left: auto;
    right: -76px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    font-size: 26px;
    font-weight: 700;
    color: #AAA;
    text-align: center;
    line-height: 1;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.post-timeline .entry-timeline div.timeline-divider {
    position: absolute;
    top: 4px;
    left: -58px;
    width: 50px;
    height: 0;
    border-top: 1px dashed #CCC;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.post-timeline .alt .entry-timeline {
    right: auto;
    left: -77px
}

.post-timeline .alt .entry-timeline div.timeline-divider {
    left: auto;
    right: -58px
}

.post-timeline .entry-timeline span {
    display: block;
    margin-top: 3px;
    font-size: 13px;
    font-weight: 400
}

.post-timeline .entry:hover .entry-timeline,
.post-timeline .entry:hover .timeline-divider {
    border-color: #002d72;
    color: #002d72
}

.ipost .entry-title h3,
.ipost .entry-title h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 600
}

.ipost .entry-title h4 {
    font-size: 15px
}

.ipost .entry-title h3 a,
.ipost .entry-title h4 a {
    color: #333
}

.ipost .entry-title h3 a:hover,
.ipost .entry-title h4 a:hover {
    color: #002d72
}

.ipost .entry-meta {
    margin-right: -10px
}

.ipost .entry-meta li {
    font-size: 13px;
    margin-right: 10px
}

.more-link {
    display: inline-block;
    border-bottom: 1px solid #002d72;
    padding: 0 2px;
    font-family: 'Crete Round', serif;
    font-style: italic
}

.more-link:hover {
    border-bottom-color: #555
}

.spost,
.mpost {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px dashed #E5E5E5
}

.mpost {
    margin-top: 25px;
    padding-top: 25px
}

.spost:first-child,
.mpost:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0
}

.spost .entry-title h4,
.mpost .entry-title h4 {
    margin: 0;
    font-size: 14px;
    font-weight: 600
}

.spost .entry-title h4 a,
.mpost .entry-title h4 a {
    color: #333
}

.spost .entry-title h4 a:hover,
.mpost .entry-title h4 a:hover {
    color: #002d72
}

.spost .entry-meta {
    margin: 8px -10px 0 0
}

.spost .entry-meta li,
.mpost .entry-meta li {
    font-size: 13px;
    margin: 0 10px 0 0
}

.mpost .entry-title h4 {
    margin: 0;
    font-size: 17px;
    font-weight: 600
}

.mpost .entry-meta {
    margin-top: 5px
}

.mpost .entry-meta li i {
    margin-right: 2px
}

#comments {
    position: relative;
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid #EEE
}

.comment-content .comment-author {
    margin-bottom: -10px;
    font-size: 16px;
    font-weight: 700;
    color: #555
}

.comment-content .comment-author a {
    border: none;
    color: #333
}

.comment-content .comment-author a:hover {
    color: #002d72
}

.comment-content .comment-author span {
    display: block
}

.comment-content .comment-author span,
.comment-content .comment-author span a {
    font-size: 12px;
    font-weight: 400;
    font-family: 'Crete Round', serif;
    font-style: italic;
    color: #AAA
}

.comment-content .comment-author span a:hover {
    color: #888
}

#respond,
#respond form {
    margin-bottom: 0
}

#respond p {
    margin: 10px 0 0
}

#respond p:first-child {
    margin-top: 0
}

#respond label small {
    color: #999;
    font-weight: 400
}

#respond input[type="text"],
#respond textarea {
    margin-bottom: 0
}

#respond .col_one_third,
#respond .col_full {
    margin-bottom: 20px
}

#infscr-loading,
#portfolio-ajax-loader {
    position: fixed;
    z-index: 20;
    top: 50%;
    left: 50%;
    width: 48px;
    height: 48px;
    margin: -24px 0 0 -24px;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 3px;
    line-height: 48px;
    font-size: 24px;
    color: #FFF;
    text-align: center
}

#infscr-loading img,
#portfolio-ajax-loader img {
    display: none;
    width: 24px;
    height: 24px;
    margin: 12px
}

#portfolio-ajax-loader {
    display: none
}

#portfolio-ajax-loader img {
    display: block
}

.shop {
    position: relative;
    margin: 0 -20px -20px 0
}

.product {
    position: relative
}

.shop .product {
    float: left;
    padding: 0 20px 20px 0;
    width: 25%
}

.product-title {
    margin-bottom: 7px
}

.product-title h3 {
    margin: 0;
    font-size: 20px
}

.product-title h3 a,
.single-product .product-title h2 a {
    color: #333
}

.product-title h3 a:hover,
.single-product .product-title h2 a:hover {
    color: #002d72
}

.product-price {
    font-size: 18px;
    font-weight: 700;
    color: #444;
    margin-bottom: 4px
}

.product-price del {
    font-weight: 400;
    font-size: 90%;
    color: #888
}

.product-price ins {
    text-decoration: none;
    color: #002d72
}

.sale-flash {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 6px 10px;
    background-color: #002d72;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    z-index: 5
}

.single-product .product {
    width: 100%;
    margin: 0
}

.portfolio-ajax-modal {
    position: relative;
    background-color: #FFF;
    width: 800px;
    margin: 0 auto
}

.single-product .product-title h2 {
    font-size: 28px;
    margin-bottom: 8px
}

.single-product .product-price {
    float: left;
    font-size: 24px;
    color: #002d72;
    margin-bottom: 0
}

.quantity {
    float: left;
    margin-right: 30px
}

.quantity .plus,
.quantity .minus {
    display: block;
    float: left;
    cursor: pointer;
    border: 0 transparent;
    padding: 0;
    width: 36px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #EEE;
    font-size: 16px;
    font-weight: 700;
    transition: background-color .2s linear;
    -webkit-transition: background-color .2s linear;
    -o-transition: background-color .2s linear
}

.quantity .plus:hover,
.quantity .minus:hover {
    background-color: #DDD
}

.quantity .plus:focus,
.quantity .minus:focus {
    box-shadow: none !important;
    outline: 0 !important
}

.cart .remove {
    font-size: 14px;
    color: red
}

.cart .remove:hover {
    color: #000
}

.cart th {
    padding: 12px 15px !important;
    font-size: 14px;
    color: #555
}

.cart td {
    padding: 12px 15px !important;
    vertical-align: middle !important;
    border-color: #E5E5E5 !important
}

.cart-product-thumbnail a {
    display: block;
    width: 68px
}

.cart-product-thumbnail img {
    display: block;
    width: 64px;
    height: 64px;
    border: 2px solid #EEE
}

.cart-product-thumbnail img:hover {
    border-color: #002d72
}

td.actions {
    padding: 20px 15px !important;
    vertical-align: top !important;
    background-color: #F5F5F5
}

.events .entry {
    padding: 20px;
    background-color: #F9F9F9;
    border-bottom: 3px solid #EEE
}

.parallax .countdown {
    top: 0
}

.countdown {
    display: block
}

.button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    margin: 5px;
    padding: 0 22px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    background-color: #002d72;
    color: #FFF;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2)
}

body:not(.device-touch) .button {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.button-dark {
    background-color: #444
}

.button:hover {
    background-color: #444;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2)
}

.button.button-dark:hover {
    background-color: #002d72
}

.button i {
    position: relative;
    top: 1px;
    line-height: 1;
    margin-right: 5px;
    width: 16px;
    text-align: center
}

.button.button-border {
    border: 2px solid #444;
    background-color: transparent;
    color: #333;
    line-height: 36px;
    font-weight: 700;
    text-shadow: none
}

.button.button-border:not(.button-fill):hover {
    background-color: #444;
    color: #FFF;
    border-color: transparent !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2)
}

.button.button-3d {
    border-radius: 3px;
    border-bottom: 3px solid rgba(0, 0, 0, 0.15);
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.button.button-3d:hover {
    background-color: #002d72 !important;
    opacity: .9
}

.button-red {
    background-color: #C02942
}

.button-3d.button-red:hover,
.button-border.button-red:hover {
    background-color: #C02942 !important
}

.button-border.button-red {
    color: #C02942;
    border-color: #C02942
}

.button-teal {
    background-color: #53777A
}

.button-3d.button-teal:hover,
.button-border.button-teal:hover {
    background-color: #53777A !important
}

.button-border.button-teal {
    color: #53777A;
    border-color: #53777A
}

.button-yellow {
    background-color: #ECD078
}

.button-3d.button-yellow:hover,
.button-border.button-yellow:hover {
    background-color: #ECD078 !important
}

.button-border.button-yellow {
    color: #ECD078 !important;
    border-color: #ECD078 !important
}

.button-border.button-yellow:hover {
    color: #333 !important
}

.button-green {
    background-color: #59BA41
}

.button-3d.button-green:hover,
.button-border.button-green:hover {
    background-color: #59BA41 !important
}

.button-border.button-green {
    color: #59BA41;
    border-color: #59BA41
}

.button-brown {
    background-color: #774F38
}

.button-3d.button-brown:hover,
.button-border.button-brown:hover {
    background-color: #774F38 !important
}

.button-border.button-brown {
    color: #774F38;
    border-color: #774F38
}

.button-aqua {
    background-color: #40C0CB
}

.button-3d.button-aqua:hover,
.button-border.button-aqua:hover {
    background-color: #40C0CB !important
}

.button-border.button-aqua {
    color: #40C0CB;
    border-color: #40C0CB
}

.button-lime {
    background-color: #AEE239
}

.button-3d.button-lime:hover,
.button-border.button-lime:hover {
    background-color: #AEE239 !important
}

.button-border.button-lime {
    color: #AEE239;
    border-color: #AEE239
}

.button-purple {
    background-color: #5D4157
}

.button-3d.button-purple:hover,
.button-border.button-purple:hover {
    background-color: #5D4157 !important
}

.button-border.button-purple {
    color: #5D4157;
    border-color: #5D4157
}

.button-leaf {
    background-color: #A8CABA
}

.button-3d.button-leaf:hover,
.button-border.button-leaf:hover {
    background-color: #A8CABA !important
}

.button-border.button-leaf {
    color: #A8CABA;
    border-color: #A8CABA
}

.button-pink {
    background-color: #F89FA1
}

.button-3d.button-pink:hover,
.button-border.button-pink:hover {
    background-color: #F89FA1 !important
}

.button-border.button-pink {
    color: #F89FA1;
    border-color: #F89FA1
}

.button-dirtygreen {
    background-color: #1693A5
}

.button-3d.button-dirtygreen:hover,
.button-border.button-dirtygreen:hover {
    background-color: #1693A5 !important
}

.button-border.button-dirtygreen {
    color: #1693A5;
    border-color: #1693A5
}

.button-blue {
    background-color: #1265A8
}

.button-3d.button-blue:hover,
.button-border.button-blue:hover {
    background-color: #1265A8 !important
}

.button-border.button-blue {
    color: #1265A8;
    border-color: #1265A8
}

.button-amber {
    background-color: #EB9C4D
}

.button-3d.button-amber:hover,
.button-border.button-amber:hover {
    background-color: #EB9C4D !important
}

.button-border.button-amber {
    color: #EB9C4D;
    border-color: #EB9C4D
}

.button-black {
    background-color: #111
}

.button-3d.button-black:hover,
.button-border.button-black:hover {
    background-color: #111 !important
}

.button-border.button-black {
    color: #111;
    border-color: #111
}

.button-white {
    background-color: #F9F9F9
}

.button-3d.button-white:hover {
    background-color: #F9F9F9 !important
}

.promo {
    position: relative;
    padding: 30px 200px 30px 0
}

.promo h3 {
    font-weight: 700;
    margin-bottom: 0
}

.promo>span,
.promo>.container>span {
    display: block;
    color: #444;
    font-weight: 300;
    font-size: 16px;
    margin-top: 6px
}

.promo a.button {
    position: absolute;
    top: 50%;
    margin: 0;
    margin-top: -18px;
    left: auto;
    right: 0
}

.promo.promo-flat {
    background-color: #002d72
}

.promo.promo-flat>span,
.promo.promo-flat>.container>span {
    color: rgba(255, 255, 255, 0.9)
}

.promo.promo-flat a.button:not(.button-border) {
    background-color: rgba(0, 0, 0, 0.2);
    color: #FFF
}

.promo.promo-flat a.button:hover {
    background-color: #FFF;
    border-color: #FFF;
    color: #444;
    text-shadow: none
}

.promo.parallax {
    padding: 80px 0 !important
}

.feature-box {
    position: relative;
    margin-top: 20px;
    padding: 0 0 0 80px
}

.feature-box:first-child {
    margin-top: 0
}

.feature-box .fbox-icon {
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    top: 0;
    left: 0
}

.feature-box .fbox-icon a,
.feature-box .fbox-icon i,
.feature-box .fbox-icon img {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    color: #FFF
}

.feature-box .fbox-icon i,
.feature-box .fbox-icon img {
    border-radius: 50%;
    background-color: #002d72
}

.feature-box .fbox-icon i {
    font-style: normal;
    font-size: 28px;
    text-align: center;
    line-height: 64px
}

.feature-box h3 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
    color: #333
}

.feature-box p {
    margin: 8px 0 0;
    color: #999
}

.feature-box.fbox-outline .fbox-icon {
    border: 1px solid #002d72;
    border-radius: 50%;
    padding: 3px
}

.feature-box.fbox-outline .fbox-icon i {
    line-height: 56px
}

.feature-box.fbox-dark.fbox-outline .fbox-icon {
    border-color: #444
}

.feature-box.fbox-dark .fbox-icon i,
.feature-box.fbox-dark .fbox-icon img {
    background-color: #333
}

.feature-box.fbox-border .fbox-icon {
    border: 1px solid #002d72;
    border-radius: 50%
}

.feature-box.fbox-border .fbox-icon i,
.feature-box.fbox-border .fbox-icon img {
    border: none;
    background-color: transparent !important;
    color: #002d72
}

.feature-box.fbox-border .fbox-icon {
    padding: 0
}

.feature-box.fbox-border .fbox-icon i {
    line-height: 62px !important
}

.feature-box.fbox-border.fbox-dark .fbox-icon {
    border-color: #333
}

.feature-box.fbox-border.fbox-dark .fbox-icon i,
.feature-box.fbox-border.fbox-dark .fbox-icon img {
    color: #444
}

.feature-box.fbox-plain .fbox-icon {
    border: none !important;
    height: auto !important
}

.feature-box.fbox-plain .fbox-icon i,
.feature-box.fbox-plain .fbox-icon img {
    border: none !important;
    background-color: transparent !important;
    color: #002d72;
    border-radius: 0
}

.feature-box.fbox-plain .fbox-icon i {
    font-size: 48px;
    line-height: 1 !important
}

.feature-box.fbox-plain .fbox-icon img {
    height: 64px
}

.feature-box.fbox-plain.fbox-dark .fbox-icon i,
.feature-box.fbox-plain.fbox-dark .fbox-icon img {
    color: #444
}

.feature-box h3+.fbox-icon {
    margin-top: 20px !important
}

.feature-box h3 span.subtitle {
    display: block;
    margin-top: 5px;
    color: #444;
    font-weight: 300;
    text-transform: none
}

.fbox-effect .fbox-icon i {
    z-index: 1
}

.fbox-effect .fbox-icon i:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.fbox-effect .fbox-icon i {
    -webkit-transition: background-color .3s, color .3s;
    -o-transition: background-color .3s, color .3s;
    transition: background-color .3s, color .3s
}

.fbox-effect .fbox-icon i:after {
    top: -3px;
    left: -3px;
    padding: 3px;
    box-shadow: 0 0 0 2px #333;
    -webkit-transition: -webkit-transform .3s, opacity .3s;
    -webkit-transform: scale(.8);
    -moz-transition: -moz-transform .3s, opacity .3s;
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transition: transform .3s, opacity .3s;
    transform: scale(.8);
    opacity: 0
}

.fbox-effect .fbox-icon i:hover,
.fbox-effect:hover .fbox-icon i {
    background-color: #333;
    color: #FFF
}

.fbox-effect.fbox-dark .fbox-icon i:after {
    box-shadow: 0 0 0 2px #002d72
}

.fbox-effect.fbox-dark .fbox-icon i:hover,
.fbox-effect.fbox-dark:hover .fbox-icon i {
    background-color: #002d72
}

.fbox-effect .fbox-icon i:hover:after,
.fbox-effect:hover .fbox-icon i:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.fbox-border.fbox-effect .fbox-icon i {
    -webkit-transition: color .5s, box-shadow .5s, background-color .5s;
    -o-transition: color .5s, box-shadow .5s, background-color .5s;
    transition: color .5s, box-shadow .5s, background-color .5s
}

.fbox-border.fbox-effect .fbox-icon i:after {
    top: -2px;
    left: -2px;
    padding: 2px;
    z-index: -1;
    box-shadow: none;
    background-image: url(images/icons/iconalt.svg);
    background-position: center center;
    background-size: 100% 100%;
    -webkit-transition: -webkit-transform .5s, opacity .5s, background-color .5s;
    -o-transition: -moz-transform .5s, opacity .5s, background-color .5s;
    transition: transform .5s, opacity .5s, background-color .5s
}

.fbox-border.fbox-effect .fbox-icon i:hover,
.fbox-border.fbox-effect:hover .fbox-icon i {
    color: #FFF;
    box-shadow: 0 0 0 1px #333
}

.fbox-border.fbox-effect .fbox-icon i:after {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
    background-color: #333
}

.fbox-border.fbox-effect.fbox-dark .fbox-icon i:hover,
.fbox-border.fbox-effect.fbox-dark:hover .fbox-icon i {
    box-shadow: 0 0 0 1px #002d72
}

.fbox-border.fbox-effect.fbox-dark .fbox-icon i:after {
    background-color: #002d72
}

.fbox-border.fbox-effect .fbox-icon i:hover:after,
.fbox-border.fbox-effect:hover .fbox-icon i:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.process-steps {
    margin: 0 0 40px;
    list-style: none
}

.process-steps li {
    float: left;
    position: relative;
    width: 25%;
    text-align: center;
    overflow: hidden
}

.process-steps li .i-circled {
    margin-bottom: 0 !important
}

.process-steps li h5 {
    margin: 15px 0 0;
    font-size: 16px;
    font-weight: 300
}

.process-steps li.active h5,
.process-steps li.ui-tabs-active h5 {
    font-weight: 600;
    color: #002d72
}

.process-steps li.active a,
.process-steps li.ui-tabs-active a {
    background-color: #002d72 !important;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    border-color: #002d72 !important
}

.process-steps li:before,
.process-steps li:after {
    content: '';
    position: absolute;
    top: 30px;
    left: 0;
    margin-left: -26px;
    width: 50%;
    border-top: 1px dashed #DDD
}

.process-steps li:after {
    left: auto;
    right: 0;
    margin: 0 -26px 0 0
}

.process-steps li:first-child:before,
.process-steps li:last-child:after {
    display: none
}

.style-msg {
    position: relative;
    display: block;
    color: #444;
    border-left: 4px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 20px
}

.alert i {
    position: relative;
    top: 1px;
    font-size: 14px;
    width: 14px;
    text-align: center;
    margin-right: 5px
}

.style-msg .close {
    position: absolute;
    top: 10px;
    left: auto;
    right: 10px
}

.i-rounded,
.i-circled,
.social-icon {
    display: block;
    float: left;
    margin: 4px 11px 7px 0;
    text-align: center !important;
    font-size: 28px;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    font-style: normal
}

body:not(.device-touch) .i-rounded,
body:not(.device-touch) .i-circled,
body:not(.device-touch) .social-icon {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.i-rounded,
.i-circled {
    width: 52px !important;
    height: 52px !important;
    line-height: 52px !important;
    background-color: #444;
    border-radius: 3px
}

.i-circled {
    border-radius: 50%
}

.i-rounded:hover,
.i-circled:hover {
    background-color: #002d72;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.2)
}

.social-icon {
    margin: 0 5px 5px 0;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 38px !important;
    color: #555;
    text-shadow: none;
    border: 1px solid #AAA;
    border-radius: 3px;
    overflow: hidden
}

.si-borderless {
    border-color: transparent !important
}

.social-icon i {
    display: block;
    position: relative
}

body:not(.device-touch) .social-icon i {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.social-icon i:last-child {
    color: #FFF !important
}

.social-icon:hover i:first-child {
    margin-top: -38px
}

.social-icon:hover {
    color: #555;
    border-color: transparent
}

.si-sticky {
    position: fixed;
    top: 50%;
    left: 5px;
    width: 36px;
    z-index: 100
}

.si-share {
    position: relative;
    padding-left: 5px;
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #EEE
}

.si-share span {
    line-height: 36px;
    font-weight: 700;
    font-size: 13px
}

.si-share div {
    float: right
}

.si-share .social-icon {
    margin: -1px 0;
    border-radius: 0;
    font-size: 15px
}

.si-facebook:hover {
    background-color: #3B5998 !important
}

.si-gplus:hover {
    background-color: #DD4B39 !important
}

.si-rss:hover {
    background-color: #EE802F !important
}

.si-twitter:hover {
    background-color: #00ACEE !important
}

.si-email3:hover {
    background-color: #6567A5 !important
}

.si-pinterest:hover {
    background-color: #C8232C !important
}

.toggle {
    display: block;
    position: relative;
    margin: 0 0 20px
}

.toggle .togglet,
.toggle .toggleta {
    display: block;
    position: relative;
    line-height: 24px;
    padding: 0 0 0 24px;
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: #444;
    cursor: pointer
}

.toggle .togglet i {
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    text-align: center;
    font-size: 16px;
    line-height: 24px
}

.toggle .toggleta {
    font-weight: 700
}

.toggle .togglec {
    display: block;
    position: relative;
    padding: 10px 0 0 24px
}

.accordion {
    margin-bottom: 20px
}

.acctitle {
    display: block;
    position: relative;
    line-height: 24px;
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    color: #444;
    cursor: pointer;
    border-top: 1px dotted #DDD;
    padding: 10px 0 10px 20px
}

.acctitlec {
    cursor: auto
}

.acctitle:first-child {
    border-top: none
}

.acctitle i {
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    text-align: center;
    font-size: 14px;
    line-height: 44px
}

.acctitle i.acc-open,
.acctitlec i.acc-closed {
    display: none
}

.acctitlec i.acc-open {
    display: block
}

.acc_content {
    position: relative;
    padding: 0 0 15px 20px
}

.tabs {
    position: relative;
    margin: 0 0 30px
}

ul.tab-nav:not(.tab-nav-lg) {
    margin: 0;
    border-bottom: 1px solid #DDD;
    list-style: none
}

ul.tab-nav:not(.tab-nav-lg) li {
    float: left;
    border: 1px solid #DDD;
    border-bottom: 0;
    border-left: 0;
    height: 41px;
    text-align: center
}

ul.tab-nav:not(.tab-nav-lg) li:first-child {
    margin-left: 15px;
    border-left: 1px solid #DDD
}

ul.tab-nav:not(.tab-nav-lg) li a {
    display: block;
    padding: 0 15px;
    color: #444;
    height: 40px;
    line-height: 40px;
    background-color: #F2F2F2;
    font-size: 14px;
    font-weight: 700
}

ul.tab-nav:not(.tab-nav-lg) li.ui-tabs-active a {
    position: relative;
    top: 1px;
    background-color: #FFF
}

.tabs.tabs-tb ul.tab-nav li.ui-tabs-active a {
    top: -1px;
    height: 43px;
    line-height: 38px;
    border-top: 2px solid #002d72
}

.tabs.tabs-bb ul.tab-nav li {
    border: 0;
    margin: 0
}

.tabs.tabs-bb ul.tab-nav li a {
    background-color: transparent;
    border-bottom: 2px solid transparent
}

.tabs.tabs-bb ul.tab-nav li.ui-tabs-active a {
    border-bottom: 2px solid #002d72;
    top: -2px;
    height: 44px;
    line-height: 44px
}

ul.tab-nav.tab-nav2 {
    border-bottom: 0
}

ul.tab-nav.tab-nav2 li {
    border: 0;
    margin-left: 10px
}

ul.tab-nav.tab-nav2 li:first-child {
    margin-left: 0;
    border-left: 0
}

ul.tab-nav.tab-nav2 li a {
    background-color: #F5F5F5;
    border-radius: 2px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1)
}

ul.tab-nav.tab-nav2 li.ui-state-active a {
    top: 0;
    background-color: #002d72;
    color: #FFF
}

.tab-container {
    position: relative;
    padding: 20px 0 0
}

ul.tab-nav li a i {
    position: relative;
    top: 1px;
    font-size: 14px;
    margin-right: 3px
}

.tabs-bordered ul.tab-nav li:first-child {
    margin-left: 0
}

.tabs-bordered .tab-container {
    border: 1px solid #DDD;
    border-top: 0;
    padding: 20px
}

.sidenav {
    width: 100%;
    padding: 0;
    background-color: #FFF;
    border-radius: 4px
}

.sidenav li {
    list-style-type: none
}

.sidenav li a {
    display: block;
    position: relative;
    margin: 0 0 -1px;
    padding: 11px 20px 11px 14px;
    font-size: 14px;
    border: 1px solid #E5E5E5;
    border-right-width: 2px;
    color: #666
}

.sidenav>li:first-child>a {
    border-radius: 4px 4px 0 0
}

.sidenav>li:last-child>a {
    border-radius: 0 0 4px 4px;
    border-bottom-width: 2px
}

.sidenav>.ui-tabs-active>a,
.sidenav>.ui-tabs-active>a:hover {
    position: relative;
    z-index: 2;
    border-color: rgba(0, 0, 0, 0.1) !important;
    color: #FFF !important;
    font-weight: 700;
    background-color: #002d72 !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2)
}

.sidenav li ul {
    display: none
}

.sidenav li.ui-tabs-active ul {
    display: block
}

.sidenav li li a {
    padding: 6px 20px 6px 35px;
    font-size: 14px;
    border-top: none;
    border-bottom: none
}

.sidenav li li:first-child a {
    padding-top: 20px
}

.sidenav li li:last-child a {
    padding-bottom: 20px
}

.sidenav li i {
    position: relative;
    top: 1px;
    margin-right: 6px;
    font-size: 14px;
    text-align: center;
    width: 16px
}

.sidenav .icon-chevron-right {
    position: absolute;
    width: 14px;
    height: 14px;
    top: 50%;
    left: auto;
    right: 6px;
    margin-top: -8px;
    margin-right: 0;
    opacity: .4;
    font-size: 12px !important
}

.sidenav>li>a:hover {
    background-color: #F5F5F5;
    color: #222
}

.sidenav a:hover .icon-chevron-right {
    opacity: .5
}

.sidenav .ui-tabs-active .icon-chevron-right,
.sidenav .ui-tabs-active a:hover .icon-chevron-right {
    opacity: 1
}

.faqlist li {
    margin-bottom: 5px;
    font-size: 15px
}

.faqlist li a {
    color: #444
}

.faqlist li a:hover {
    color: #002d72 !important
}

.testimonials-grid {
    list-style: none;
    overflow: hidden
}

.testimonials-grid li {
    float: left;
    position: relative;
    width: 20%;
    padding: 20px 0;
    -webkit-backface-visibility: hidden
}

.testimonials-grid li:before,
.testimonials-grid li:after {
    content: '';
    position: absolute
}

.testimonials-grid li:before {
    height: 100%;
    top: 0;
    left: -1px;
    border-left: 1px dashed #DDD
}

.testimonials-grid li:after {
    width: 100%;
    height: 0;
    top: auto;
    left: 0;
    bottom: -1px;
    border-bottom: 1px dashed #DDD
}

.testimonials-grid li {
    width: 50%;
    padding: 25px
}

.testimonials-grid.grid-3 li {
    width: 33.33%
}

.testimonials-grid li .testimonial {
    padding: 0;
    background-color: transparent !important;
    border: 0 !important;
    box-shadow: none !important
}

.testimonial {
    position: relative;
    padding: 20px;
    background-color: #FFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1)
}

.testi-content {
    position: relative;
    overflow: hidden
}

.testi-content p {
    margin-bottom: 0;
    font-family: 'Crete Round', serif;
    font-style: italic
}

.testi-content p:before,
.testi-content p:after {
    content: ''
}

.testi-meta {
    margin-top: 10px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase
}

.testi-meta:before {
    content: '\2013'
}

.testi-meta span {
    display: block;
    font-weight: 400;
    color: #999;
    font-size: 12px;
    text-transform: none;
    padding-left: 10px
}

.testimonial.testimonial-full {
    padding: 30px
}

.testimonial.testimonial-full[data-animation="fade"] {
    padding: 30px
}

.testimonial.testimonial-full[data-animation="fade"] .flexslider {
    overflow: visible !important
}

.testimonial-full .testi-content {
    text-align: center;
    font-size: 18px
}

.testimonial-full .testi-meta {
    margin-top: 15px
}

.testimonial-full .testi-meta span {
    padding-left: 0
}

.section>.testimonial {
    padding: 0;
    background-color: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    max-width: 800px;
    margin: 0 auto
}

.section>.testimonial[data-animation="fade"] {
    padding: 0
}

.section>.testimonial .testi-content {
    font-size: 22px
}

.section>.testimonial .testi-meta,
.section>.testimonial .testi-meta span {
    font-size: 14px
}

.testimonial .flex-control-nav {
    top: auto;
    bottom: 6px;
    right: 0
}

.testimonial .flex-control-nav li {
    margin: 0 2px;
    width: 6px;
    height: 6px
}

.testimonial .flex-control-nav li a {
    width: 6px !important;
    height: 6px !important;
    border: none;
    background-color: #002d72;
    opacity: .5
}

.testimonial .flex-control-nav li:hover a {
    opacity: .75
}

.testimonial.testimonial-full .flex-control-nav {
    position: relative;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 6px;
    margin-top: 20px
}

.testimonial.testimonial-full .flex-control-nav li {
    display: inline-block;
    float: none
}

.team {
    position: relative
}

.team .si-share {
    margin-top: 30px;
    text-align: left
}

.team .si-share .social-icon {
    font-size: 14px;
    width: 34px
}

.team-title {
    position: relative;
    padding-top: 20px
}

.team-title h4 {
    display: block;
    margin-bottom: 0;
    font-size: 19px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700
}

.team-title span {
    display: block;
    color: #002d72;
    font-weight: 400;
    font-family: 'Crete Round', serif;
    font-style: italic;
    font-size: 15px;
    margin-top: 5px
}

.team.center .team-title:after {
    left: 50%;
    margin-left: -40px
}

.team:not(.team-list) .social-icon {
    display: inline-block;
    float: none;
    margin-left: 6px;
    margin-right: 6px
}

.pricing-box {
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.075);
    border-radius: 3px;
    text-align: center;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5
}

.pricing-price {
    position: relative;
    padding: 25px 0;
    color: #333;
    font-weight: 300;
    font-size: 64px;
    line-height: 1
}

.pricing-price:after {
    content: '';
    position: absolute;
    width: 100px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    top: auto;
    bottom: 0;
    left: 50%;
    margin-left: -50px
}

.pricing-price span {
    display: inline-block;
    vertical-align: top;
    margin: 7px 3px 0 0;
    font-size: 28px;
    font-weight: 400
}

.pricing-box.best-price {
    background-color: #FFF;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    z-index: 10;
    margin: -20px -1px 0
}

.pricing-box.best-price .pricing-price {
    color: #002d72;
    font-size: 72px
}

.counter {
    font-size: 42px;
    font-weight: 600;
    font-family: 'Raleway', sans-serif
}

.counter+h5 {
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 10px
}

.widget .counter+h5 {
    opacity: .7
}

.rounded-skill {
    margin: 0 15px 15px;
    display: inline-block;
    position: relative;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    color: #333
}

body:not(.device-touch) .rounded-skill {
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.rounded-skill+h5 {
    margin-bottom: 0
}

.rounded-skill i {
    font-size: 42px
}

.rounded-skill canvas {
    position: absolute;
    top: 0;
    left: 0
}

.skills {
    margin: 0;
    list-style: none;
    padding-top: 25px
}

.skills li {
    position: relative;
    margin-top: 38px;
    height: 4px;
    background-color: #F5F5F5;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 2px
}

.skills li:first-child {
    margin-top: 0
}

.skills li .progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #002d72;
    overflow: visible !important;
    border-radius: 2px;
    -webkit-transition: width 1.2s ease-in-out;
    -o-transition: width 1.2s ease-in-out;
    transition: width 1.2s ease-in-out
}

.skills li>span {
    position: absolute;
    z-index: 1;
    top: -23px;
    left: 0;
    line-height: 20px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #222
}

blockquote p {
    margin-bottom: 15px
}

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

blockquote.float-right {
    max-width: 300px;
    margin: 5px 0 10px 20px;
    padding-left: 0
}

.quote {
    border: none !important;
    position: relative
}

.quote p {
    position: relative
}

.quote:before {
    font-family: 'font-icons';
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    content: "\e7ad";
    position: absolute;
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 42px;
    top: 0;
    left: 0;
    color: #EEE
}

.highlight {
    padding: 2px 5px;
    background-color: #444;
    color: #FFF;
    border-radius: 2px
}

.text-rotater>.t-rotate>.animated {
    display: inline-block
}

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

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

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

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

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

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}

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

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

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

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

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

.owl-carousel.owl-loading {
    display: block;
    min-height: 100px;
    background: url(../images/preloader.gif) no-repeat center center
}

.owl-carousel .owl-refresh .owl-item {
    display: none
}

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

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d
}

.slider-element .owl-carousel .owl-item img {
    -webkit-transform-style: preserve-3d
}

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

.owl-nav .owl-prev,
.owl-nav .owl-next,
.owl-dot,
.owl-dots button {
    cursor: pointer;
    cursor: hand;
    padding: 0;
    border: 0;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

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

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

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

.mega-menu-content .owl-carousel.owl-hidden {
    opacity: 1
}

.owl-carousel.owl-refresh .owl-item {
    display: none
}

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

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

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

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

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

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

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

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

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 64px;
    width: 64px;
    left: 50%;
    top: 50%;
    margin-left: -32px;
    margin-top: -32px;
    background: url(images/icons/play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease
}

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

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

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

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

.owl-carousel .owl-dots,
.owl-carousel .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    line-height: 1
}

.owl-carousel .owl-nav [class*=owl-] {
    position: absolute;
    top: 50%;
    margin-top: -18px;
    left: -36px;
    zoom: 1;
    width: 36px;
    height: 36px;
    line-height: 32px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: #666;
    background-color: #FFF;
    font-size: 18px;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.owl-carousel.with-carousel-dots .owl-nav [class*=owl-] {
    margin-top: -38px
}

.slider-element .owl-nav [class*=owl-],
.owl-carousel-full .owl-nav [class*=owl-] {
    margin-top: -30px;
    left: 0 !important;
    height: 60px;
    line-height: 60px;
    border: none;
    color: #EEE;
    background-color: rgba(0, 0, 0, 0.4);
    font-size: 28px;
    border-radius: 0 3px 3px 0
}

.owl-carousel-full .with-carousel-dots .owl-nav [class*=owl-] {
    margin-top: -50px
}

.owl-carousel .owl-nav .owl-next {
    left: auto;
    right: -36px
}

.slider-element .owl-nav .owl-next,
.owl-carousel-full .owl-nav .owl-next {
    left: auto !important;
    right: 0 !important;
    border-radius: 3px 0 0 3px
}

.owl-carousel:hover .owl-nav [class*=owl-] {
    opacity: 1;
    left: -18px
}

.owl-carousel:hover .owl-nav .owl-next {
    left: auto;
    right: -18px
}

.owl-carousel .owl-nav [class*=owl-]:hover {
    background-color: #002d72 !important;
    color: #FFF !important;
    text-decoration: none
}

.owl-carousel .owl-nav .disabled {
    display: none !important
}

.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    width: 8px;
    height: 8px;
    margin: 30px 4px 0;
    opacity: .5;
    border-radius: 50%;
    background-color: #002d72;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.owl-carousel .owl-dots .owl-dot.active,
.owl-carousel .owl-dots .owl-dot:hover {
    opacity: 1
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.news-carousel .text-overlay {
    padding: 40px 30px 25px
}

.news-carousel .text-overlay-title {
    margin: 15px 0 10px
}

.news-carousel .text-overlay-title h2,
.news-carousel .text-overlay-title h3,
.news-carousel .text-overlay-title h4 {
    line-height: 1.2;
    text-overflow: none;
    white-space: normal
}

.news-carousel .text-overlay-meta {
    font-size: 14px
}

.news-carousel .rounded-skill {
    position: absolute;
    margin: 0 !important;
    top: 30px;
    right: 30px;
    color: #FFF;
    font-weight: 700
}

.form-control {
    border-radius: 3px
}

.form-control:active,
.form-control:focus {
    border-color: #999;
    box-shadow: none
}

label {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #555;
    margin-bottom: 10px;
    cursor: pointer
}

form .col_full,
form .col_half,
form .col_one_third,
form .col_two_third,
form .col_two_fifth,
form .col_three_fifth {
    margin-bottom: 25px
}

label.error {
    margin-top: 5px;
    color: #E42C3E;
    font-weight: 400;
    display: none !important
}

input[type=checkbox]:not(:checked)+label.error {
    display: block !important
}

.form-control.error {
    border-color: #E42C3E
}

#google-map {
    position: relative;
    width: 100%;
    height: 450px
}

.title-block {
    padding: 2px 0 3px 20px;
    border-left: 7px solid #002d72;
    margin-bottom: 30px
}

.title-block-right {
    padding: 2px 20px 3px 0;
    border-left: 0;
    border-right: 7px solid #002d72;
    text-align: right
}

.title-block h1,
.title-block h2,
.title-block h3,
.title-block h4 {
    margin-bottom: 0
}

.title-block>span {
    display: block;
    margin-top: 4px;
    color: #555;
    font-weight: 300
}

.title-block h1+span {
    font-size: 22px
}

.title-block h2+span {
    font-size: 19px
}

.title-block h3+span {
    font-size: 17px
}

.title-block h4+span {
    font-size: 15px;
    margin-top: 3px
}

.heading-block {
    margin-bottom: 50px
}

.heading-block h1,
.heading-block h2,
.heading-block h3,
.heading-block h4 {
    margin-bottom: 0;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #333
}

.heading-block h1 {
    font-size: 32px
}

.heading-block h2 {
    font-size: 30px
}

.heading-block h3 {
    font-size: 26px
}

.heading-block h4 {
    font-size: 20px;
    font-weight: 700
}

.heading-block>span:not(.before-heading) {
    display: block;
    margin-top: 10px;
    font-weight: 300;
    color: #777
}

.heading-block.center>span,
.center .heading-block>span {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto
}

.heading-block h1+span {
    font-size: 24px
}

.heading-block h2+span {
    font-size: 22px
}

.heading-block h3+span,
.heading-block h4+span {
    font-size: 20px
}

.heading-block~p:not(.lead) {
    font-size: 15px
}

.heading-block:after {
    content: '';
    display: block;
    margin-top: 30px;
    width: 40px;
    border-top: 2px solid #444
}

.center .heading-block:after,
.heading-block.center:after {
    margin: 30px auto 0
}

.heading-block.noborder:after {
    display: none
}

.heading-block.border-color:after {
    border-color: #002d72
}

.fancy-title {
    position: relative;
    margin-bottom: 30px
}

.fancy-title h1,
.fancy-title h2,
.fancy-title h3,
.fancy-title h4,
.fancy-title h5,
.fancy-title h6 {
    position: relative;
    display: inline-block;
    background-color: #FFF;
    padding-right: 15px;
    margin-bottom: 0
}

.fancy-title h4,
.fancy-title h5,
.fancy-title h6 {
    padding-right: 10px
}

.fancy-title.title-border-color:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    border-top: 3px double #E5E5E5;
    left: auto;
    top: 46%;
    right: 0
}

.fancy-title.title-border-color:before {
    top: 49%;
    border-top: 1px solid #002d72;
    opacity: .6
}

.fancy-title.title-bottom-border h1,
.fancy-title.title-bottom-border h2,
.fancy-title.title-bottom-border h3,
.fancy-title.title-bottom-border h4,
.fancy-title.title-bottom-border h5,
.fancy-title.title-bottom-border h6 {
    display: block;
    background: transparent;
    padding: 0 0 10px;
    border-bottom: 2px solid #002d72
}

.divider {
    position: relative;
    overflow: hidden;
    margin: 35px 0;
    color: #E5E5E5;
    width: 100%
}

.divider:after {
    content: '';
    position: absolute;
    width: 100%;
    top: 8px;
    left: 30px;
    height: 0;
    border-top: 1px solid #EEE
}

.divider i {
    position: relative;
    width: 18px;
    height: 18px;
    line-height: 1;
    font-size: 18px !important;
    text-align: center
}

.divider a {
    position: relative;
    display: inline-block;
    color: inherit;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.divider a:hover {
    color: #888
}

.preloader,
.preloader2,
.form-process {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/preloader.gif) center center no-repeat #FFF
}

.preloader2 {
    background-color: transparent
}

.form-process {
    display: none;
    position: absolute;
    z-index: 3;
    background-color: rgba(255, 255, 255, 0.7)
}

.toast-title {
    font-weight: 700
}

.toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

.toast-message a,
.toast-message label {
    color: #FFF
}

.toast-message a:hover {
    color: #CCC;
    text-decoration: none
}

.toast-close-button {
    position: relative;
    right: -0.3em;
    top: -0.3em;
    float: right;
    font-size: 20px;
    font-weight: 700;
    color: #FFF;
    -webkit-text-shadow: 0 1px 0 #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: .8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
    line-height: 1
}

.toast-close-button:hover,
.toast-close-button:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40)
}

.rtl .toast-close-button {
    left: -0.3em;
    float: left;
    right: .3em
}

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

.toast-top-right {
    top: 12px;
    right: 12px
}

#toast-container {
    position: fixed;
    z-index: 999999;
    pointer-events: none
}

#toast-container * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#toast-container>div {
    position: relative;
    pointer-events: auto;
    overflow: hidden;
    margin: 0 0 6px;
    padding: 20px 25px;
    width: 300px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    background-repeat: no-repeat;
    -moz-box-shadow: 0 0 12px #999;
    -webkit-box-shadow: 0 0 12px #999;
    box-shadow: 0 0 12px #999;
    color: #FFF;
    opacity: .8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80)
}

#toast-container>div.rtl {
    direction: rtl
}

#toast-container>div:hover {
    -moz-box-shadow: 0 0 12px #000;
    -webkit-box-shadow: 0 0 12px #000;
    box-shadow: 0 0 12px #000;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    cursor: pointer
}

.toast {
    background-color: #030303
}

.toast-success {
    background-color: #51A351
}

.toast-error {
    background-color: #BD362F
}

.toast-info {
    background-color: #2F96B4
}

.toast-warning {
    background-color: #F89406
}

.toast-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background-color: #000;
    opacity: .4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40)
}

@media all and (max-width:240px) {
    #toast-container>div {
        padding: 10px 15px;
        width: 11em
    }

    #toast-container .toast-close-button {
        right: -0.2em;
        top: -0.2em
    }

    #toast-container .rtl .toast-close-button {
        left: -0.2em;
        right: .2em
    }
}

@media all and (min-width:241px) and (max-width:480px) {
    #toast-container>div {
        padding: 10px 15px;
        width: 18em
    }

    #toast-container .toast-close-button {
        right: -0.2em;
        top: -0.2em
    }

    #toast-container .rtl .toast-close-button {
        left: -0.2em;
        right: .2em
    }
}

@media all and (min-width:481px) and (max-width:768px) {
    #toast-container>div {
        padding: 15px 20px;
        width: 25em
    }
}

#footer {
    position: relative;
    background-color: #EEE;
    border-top: 5px solid rgba(0, 0, 0, 0.2)
}

.device-xl.sticky-footer #header,
.device-lg.sticky-footer #header {
    z-index: 199
}

.device-xl.sticky-footer #slider:not(.slider-parallax-invisible),
.device-xl.sticky-footer #page-title,
.device-xl.sticky-footer #content,
.device-lg.sticky-footer #slider:not(.slider-parallax-invisible),
.device-lg.sticky-footer #page-title,
.device-lg.sticky-footer #content {
    z-index: 2
}

.device-xl.sticky-footer #footer,
.device-lg.sticky-footer #footer {
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1
}

.device-xl.sticky-footer:not(.stretched) #footer,
.device-lg.sticky-footer:not(.stretched) #footer {
    left: 50%;
    margin-left: -610px;
    width: 1220px
}

.device-lg.sticky-footer:not(.stretched) #footer {
    margin-left: -500px;
    width: 1000px
}

#footer .footer-widgets-wrap {
    position: relative;
    padding: 80px 0
}

.footer-widgets-wrap .col_full,
.footer-widgets-wrap .col_half,
.footer-widgets-wrap .col_one_third,
.footer-widgets-wrap .col_two_third,
.footer-widgets-wrap .col_three_fourth,
.footer-widgets-wrap .col_one_fourth,
.footer-widgets-wrap .col_one_fifth,
.footer-widgets-wrap .col_two_fifth,
.footer-widgets-wrap .col_three_fifth,
.footer-widgets-wrap .col_four_fifth,
.footer-widgets-wrap .col_one_sixth,
.footer-widgets-wrap .col_five_sixth {
    margin-bottom: 0
}

.footer-logo {
    display: block;
    margin-bottom: 30px
}

.widget {
    position: relative;
    margin-top: 50px
}

.widget p {
    line-height: 1.7
}

.widget:first-child {
    margin-top: 0
}

.widget>h4 {
    margin-bottom: 25px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase
}

.widget p:not(.lead) {
    font-size: 14px
}

.tagcloud {
    margin-bottom: -2px
}

.tagcloud a {
    display: block;
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
    padding: 3px 6px;
    border: 1px solid #E5E5E5;
    font-size: 13px !important;
    color: #666;
    border-radius: 2px
}

body:not(.device-touch) .tagcloud a {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.tagcloud a:hover {
    border-color: #002d72 !important;
    color: #002d72 !important
}

.widget .testimonial p {
    font-size: 14px
}

.quick-contact-widget .form-control,
.quick-contact-widget .input-group {
    margin-bottom: 10px
}

.quick-contact-widget .input-group .form-control {
    margin-bottom: 0
}

.quick-contact-widget form {
    position: relative
}

.subscribe-widget h5 {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5
}

.widget-twitter-feed li {
    margin: 15px 0 0
}

.widget-twitter-feed li:first-child {
    margin-top: 0
}

.widget-twitter-feed small {
    display: block;
    margin-top: 3px
}

.widget-twitter-feed small a {
    color: #999
}

.widget-twitter-feed .twitter-feed:not(.twitter-feed-avatar) a.twitter-avatar {
    display: none
}

.widget-twitter-feed .twitter-feed.twitter-feed-avatar i.icon-twitter {
    display: none
}

.widget-twitter-feed .twitter-feed-avatar {
    margin-left: 44px
}

.widget-twitter-feed .twitter-feed-avatar>li a.twitter-avatar {
    display: block;
    position: absolute;
    left: -44px;
    text-align: center;
    top: 2px;
    width: 32px;
    height: 32px
}

.widget-filter-links ul {
    list-style: none;
    margin-bottom: 0
}

.widget-filter-links .widget-filter-reset {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    font-size: 12px;
    line-height: 22px
}

.widget:not(:first-child) .widget-filter-reset {
    top: 50px
}

.widget-filter-links .widget-filter-reset a {
    color: red
}

.widget-filter-links .widget-filter-reset.active-filter {
    display: none
}

.widget-filter-links li {
    position: relative;
    font-size: 15px;
    line-height: 24px
}

.widget-filter-links li:not(:first-child) {
    margin-top: 10px
}

.widget-filter-links li a {
    display: block;
    color: #444;
    font-family: 'Raleway', sans-serif;
    font-weight: 500
}

.widget-filter-links li span {
    position: absolute;
    top: 1px;
    left: auto;
    right: 0;
    font-size: 11px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    color: #777;
    background-color: #EEE;
    border-radius: 50%
}

.widget-filter-links li:hover a {
    color: #777
}

.widget-filter-links li.active-filter a {
    font-weight: 700
}

.widget-filter-links li.active-filter span {
    color: #FFF;
    background-color: #002d72;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1)
}

.nav-tree {
    position: relative;
    margin-bottom: 40px
}

.nav-tree ul {
    margin-bottom: 0;
    list-style: none
}

.nav-tree>ul {
    margin: -8px 0
}

.nav-tree li {
    position: relative
}

.nav-tree li a {
    display: block;
    padding: 8px 0;
    color: #333;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    font-family: 'Raleway', sans-serif
}

.nav-tree li i {
    font-size: 14px;
    width: 16px;
    text-align: center
}

.nav-tree li i:not(.icon-angle-down) {
    margin-right: 8px;
    position: relative;
    top: 1px
}

.nav-tree li a i.icon-angle-down {
    width: auto;
    font-size: 12px;
    margin-left: 2px
}

.nav-tree li:hover>a,
.nav-tree li.current>a,
.nav-tree li.active>a {
    color: #002d72 !important
}

.nav-tree ul ul {
    display: none
}

.nav-tree li.current>ul {
    display: block
}

.nav-tree ul ul a {
    font-size: 12px;
    padding: 6px 0;
    letter-spacing: 1px;
    font-family: 'Lato', sans-serif
}

.nav-tree ul ul a i.icon-angle-down {
    font-size: 12px
}

.nav-tree ul ul a {
    padding-left: 20px
}

.nav-tree ul ul ul a {
    padding-left: 40px
}

.nav-tree ul ul ul ul a {
    padding-left: 60px
}

.nav-tree ul ul ul ul ul a {
    padding-left: 80px
}

.table .success {
    color: #3c763d
}

.table .info {
    color: #31708f
}

.table .warning {
    color: #8a6d3b
}

.table .danger {
    color: #a94442
}

.btn-link,
.page-link,
.page-link:hover,
.page-link:focus {
    color: #002d72
}

.btn-link:hover,
.btn-link:focus {
    color: #222
}

.carousel-control .icon-chevron-left,
.carousel-control .icon-chevron-right {
    position: absolute;
    top: 47.5%;
    z-index: 5;
    display: inline-block
}

.carousel-control .icon-chevron-left {
    left: 50%
}

.carousel-control .icon-chevron-right {
    right: 50%
}

.page-item.active .page-link,
.page-link:hover,
.page-link:focus {
    color: #FFF !important;
    background-color: #002d72 !important;
    border-color: #002d72 !important
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    background-color: #002d72
}

label.radio,
label.checkbox {
    padding-left: 20px
}

#cookie-notification {
    position: fixed;
    top: auto;
    bottom: -70px;
    left: 0;
    width: 100%;
    padding: 20px 0;
    line-height: 24px;
    background-color: #EEE;
    color: #444;
    z-index: 99;
    -webkit-box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: bottom .4s ease;
    -o-transition: bottom .4s ease;
    transition: bottom .4s ease
}

.stretched #wrapper {
    width: 100%;
    margin: 0;
    box-shadow: none
}

body:not(.no-transition) #wrapper,
.animsition-overlay {
    position: relative;
    opacity: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.css3-spinner {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    text-align: center;
    background-color: #FFF;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.css3-spinner>div {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: 13px;
    width: 18px;
    height: 18px;
    background-color: #DDD;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
    animation: bouncedelay 1.4s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.css3-spinner .css3-spinner-bounce1 {
    margin-left: -31px;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s
}

.css3-spinner .css3-spinner-bounce2 {
    margin-left: -9px;
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s
}

@-webkit-keyframes bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1)
    }
}

@keyframes bouncedelay {

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

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

.css3-spinner>.css3-spinner-flipper {
    width: 32px;
    height: 32px;
    margin-top: -16px;
    margin-left: -16px;
    border-radius: 0;
    -webkit-animation: rotateplane 1.2s infinite ease-in-out;
    animation: rotateplane 1.2s infinite ease-in-out
}

@-webkit-keyframes rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }

    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }

    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }

    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }

    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
    }
}

.css3-spinner>.css3-spinner-double-bounce1,
.css3-spinner>.css3-spinner-double-bounce2 {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    border-radius: 50%;
    opacity: .6;
    -webkit-animation: cssspinnerbounce 2s infinite ease-in-out;
    animation: cssspinnerbounce 2s infinite ease-in-out
}

.css3-spinner>.css3-spinner-double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

@-webkit-keyframes cssspinnerbounce {

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

    50% {
        -webkit-transform: scale(1)
    }
}

@keyframes cssspinnerbounce {

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

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

.css3-spinner>.css3-spinner-rect1,
.css3-spinner>.css3-spinner-rect2,
.css3-spinner>.css3-spinner-rect3,
.css3-spinner>.css3-spinner-rect4,
.css3-spinner>.css3-spinner-rect5 {
    height: 30px;
    width: 6px;
    margin-top: -15px;
    margin-left: -21px;
    border-radius: 0;
    -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
    animation: stretchdelay 1.2s infinite ease-in-out
}

.css3-spinner>.css3-spinner-rect2 {
    margin-left: -12px;
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

.css3-spinner>.css3-spinner-rect3 {
    margin-left: -3px;
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.css3-spinner>.css3-spinner-rect4 {
    margin-left: 6px;
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s
}

.css3-spinner>.css3-spinner-rect5 {
    margin-left: 15px;
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s
}

@-webkit-keyframes stretchdelay {

    0%,
    40%,
    100% {
        -webkit-transform: scaleY(.4)
    }

    20% {
        -webkit-transform: scaleY(1)
    }
}

@keyframes stretchdelay {

    0%,
    40%,
    100% {
        transform: scaleY(.4);
        -webkit-transform: scaleY(.4)
    }

    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1)
    }
}

.css3-spinner>.css3-spinner-cube1,
.css3-spinner>.css3-spinner-cube2 {
    width: 16px;
    height: 16px;
    border-radius: 0;
    margin-top: -20px;
    margin-left: -20px;
    -webkit-animation: cubemove 1.8s infinite ease-in-out;
    animation: cubemove 1.8s infinite ease-in-out
}

.css3-spinner>.css3-spinner-cube2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s
}

@-webkit-keyframes cubemove {
    25% {
        -webkit-transform: translateX(42px) rotate(-90deg) scale(.5)
    }

    50% {
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg)
    }

    75% {
        -webkit-transform: translateX(0) translateY(42px) rotate(-270deg) scale(.5)
    }

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

@keyframes cubemove {
    25% {
        transform: translateX(42px) rotate(-90deg) scale(.5);
        -webkit-transform: translateX(42px) rotate(-90deg) scale(.5)
    }

    50% {
        transform: translateX(42px) translateY(42px) rotate(-179deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg)
    }

    50.1% {
        transform: translateX(42px) translateY(42px) rotate(-180deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg)
    }

    75% {
        transform: translateX(0) translateY(42px) rotate(-270deg) scale(.5);
        -webkit-transform: translateX(0) translateY(42px) rotate(-270deg) scale(.5)
    }

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

.css3-spinner>.css3-spinner-scaler {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    -webkit-animation: scaleout 1s infinite ease-in-out;
    animation: scaleout 1s infinite ease-in-out
}

@-webkit-keyframes scaleout {
    0% {
        -webkit-transform: scale(0)
    }

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

@keyframes scaleout {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }

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

.css3-spinner>.css3-spinner-grid-pulse {
    width: 48px;
    height: 48px;
    margin-top: -24px;
    margin-left: -24px;
    background-color: transparent !important;
    -webkit-animation: none;
    animation: none
}

.css3-spinner-grid-pulse>div {
    background-color: #DDD;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    float: left;
    -webkit-animation-name: ball-grid-pulse;
    animation-name: ball-grid-pulse;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0
}

.css3-spinner-grid-pulse>div:nth-child(1) {
    -webkit-animation-delay: .73s;
    animation-delay: .73s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s
}

.css3-spinner-grid-pulse>div:nth-child(2) {
    -webkit-animation-delay: .32s;
    animation-delay: .32s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s
}

.css3-spinner-grid-pulse>div:nth-child(3) {
    -webkit-animation-delay: .71s;
    animation-delay: .71s;
    -webkit-animation-duration: .88s;
    animation-duration: .88s
}

.css3-spinner-grid-pulse>div:nth-child(4) {
    -webkit-animation-delay: .62s;
    animation-delay: .62s;
    -webkit-animation-duration: 1.06s;
    animation-duration: 1.06s
}

.css3-spinner-grid-pulse>div:nth-child(5) {
    -webkit-animation-delay: .31s;
    animation-delay: .31s;
    -webkit-animation-duration: .62s;
    animation-duration: .62s
}

.css3-spinner-grid-pulse>div:nth-child(6) {
    -webkit-animation-delay: -0.14s;
    animation-delay: -0.14s;
    -webkit-animation-duration: 1.48s;
    animation-duration: 1.48s
}

.css3-spinner-grid-pulse>div:nth-child(7) {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
    -webkit-animation-duration: 1.47s;
    animation-duration: 1.47s
}

.css3-spinner-grid-pulse>div:nth-child(8) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    -webkit-animation-duration: 1.49s;
    animation-duration: 1.49s
}

.css3-spinner-grid-pulse>div:nth-child(9) {
    -webkit-animation-delay: .73s;
    animation-delay: .73s;
    -webkit-animation-duration: .7s;
    animation-duration: .7s
}

@-webkit-keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: .7
    }

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

@keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: .7
    }

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

.css3-spinner>.css3-spinner-clip-rotate {
    width: 33px;
    height: 33px;
    margin-top: -17px;
    margin-left: -17px;
    background-color: transparent !important;
    -webkit-animation: none;
    animation: none
}

.css3-spinner-clip-rotate>div {
    border-radius: 100%;
    border: 2px solid #DDD;
    border-bottom-color: transparent !important;
    height: 33px;
    width: 33px;
    background: transparent !important;
    -webkit-animation: rotate 1s 0 linear infinite;
    animation: rotate 1s 0 linear infinite
}

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

    50% {
        -webkit-transform: rotate(180deg) scale(.6);
        transform: rotate(180deg) scale(.6)
    }

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

.css3-spinner>.css3-spinner-ball-rotate {
    width: 12px;
    height: 12px;
    margin-top: -6px;
    margin-left: -6px;
    background-color: transparent !important;
    -webkit-animation: ballrotate 1s 0 cubic-bezier(.7, -0.13, .22, .86) infinite;
    animation: ballrotate 1s 0 cubic-bezier(.7, -0.13, .22, .86) infinite
}

.css3-spinner-ball-rotate>div {
    background-color: #DDD;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    position: relative
}

.css3-spinner-ball-rotate>div:nth-child(1),
.css3-spinner-ball-rotate>div:nth-child(3) {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    content: "";
    position: absolute;
    opacity: .7
}

.css3-spinner-ball-rotate>div:nth-child(1) {
    top: 0;
    left: -22px
}

.css3-spinner-ball-rotate>div:nth-child(3) {
    top: 0;
    left: 22px
}

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

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

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

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

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

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

.css3-spinner>.css3-spinner-zig-zag {
    background-color: transparent !important;
    -webkit-transform: translate(-15px, -15px);
    -ms-transform: translate(-15px, -15px);
    transform: translate(-15px, -15px);
    -webkit-animation: none;
    animation: none
}

.css3-spinner-zig-zag>div {
    background-color: #DDD;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    position: absolute;
    margin-left: 15px;
    top: 4px;
    left: -7px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.css3-spinner-zig-zag>div:first-child {
    -webkit-animation: ball-zig-deflect 1.5s 0 infinite linear;
    animation: ball-zig-deflect 1.5s 0 infinite linear
}

.css3-spinner-zig-zag>div:last-child {
    -webkit-animation: ball-zag-deflect 1.5s 0 infinite linear;
    animation: ball-zag-deflect 1.5s 0 infinite linear
}

@-webkit-keyframes ball-zig-deflect {
    17% {
        -webkit-transform: translate(-15px, -30px);
        transform: translate(-15px, -30px)
    }

    34% {
        -webkit-transform: translate(15px, -30px);
        transform: translate(15px, -30px)
    }

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

    67% {
        -webkit-transform: translate(15px, -30px);
        transform: translate(15px, -30px)
    }

    84% {
        -webkit-transform: translate(-15px, -30px);
        transform: translate(-15px, -30px)
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes ball-zig-deflect {
    17% {
        -webkit-transform: translate(-15px, -30px);
        transform: translate(-15px, -30px)
    }

    34% {
        -webkit-transform: translate(15px, -30px);
        transform: translate(15px, -30px)
    }

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

    67% {
        -webkit-transform: translate(15px, -30px);
        transform: translate(15px, -30px)
    }

    84% {
        -webkit-transform: translate(-15px, -30px);
        transform: translate(-15px, -30px)
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@-webkit-keyframes ball-zag-deflect {
    17% {
        -webkit-transform: translate(15px, 30px);
        transform: translate(15px, 30px)
    }

    34% {
        -webkit-transform: translate(-15px, 30px);
        transform: translate(-15px, 30px)
    }

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

    67% {
        -webkit-transform: translate(-15px, 30px);
        transform: translate(-15px, 30px)
    }

    84% {
        -webkit-transform: translate(15px, 30px);
        transform: translate(15px, 30px)
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes ball-zag-deflect {
    17% {
        -webkit-transform: translate(15px, 30px);
        transform: translate(15px, 30px)
    }

    34% {
        -webkit-transform: translate(-15px, 30px);
        transform: translate(-15px, 30px)
    }

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

    67% {
        -webkit-transform: translate(-15px, 30px);
        transform: translate(-15px, 30px)
    }

    84% {
        -webkit-transform: translate(15px, 30px);
        transform: translate(15px, 30px)
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.css3-spinner>.css3-spinner-ball-scale-multiple {
    width: 60px;
    height: 60px;
    margin-left: -30px;
    margin-top: -30px;
    background-color: transparent !important;
    -webkit-animation: none;
    animation: none
}

.css3-spinner-ball-scale-multiple>div {
    background-color: #DDD;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 60px;
    height: 60px;
    -webkit-animation: ball-scale-multiple 1.25s 0 linear infinite;
    animation: ball-scale-multiple 1.25s 0 linear infinite
}

.css3-spinner-ball-scale-multiple>div:nth-child(2) {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s
}

.css3-spinner-ball-scale-multiple>div:nth-child(3) {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s
}

@-webkit-keyframes ball-scale-multiple {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }

    5% {
        opacity: 1
    }

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

@keyframes ball-scale-multiple {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }

    5% {
        opacity: 1
    }

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

.css3-spinner>.css3-spinner-triangle-path {
    background-color: transparent !important;
    -webkit-transform: translate(-29.994px, -37.50938px);
    -ms-transform: translate(-29.994px, -37.50938px);
    transform: translate(-29.994px, -37.50938px);
    -webkit-animation: none;
    animation: none
}

.css3-spinner-triangle-path>div {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #DDD
}

.css3-spinner-triangle-path>div:nth-child(1) {
    -webkit-animation: ball-triangle-path-1 2s 0 ease-in-out infinite;
    animation: ball-triangle-path-1 2s 0 ease-in-out infinite
}

.css3-spinner-triangle-path>div:nth-child(2) {
    -webkit-animation: ball-triangle-path-2 2s 0 ease-in-out infinite;
    animation: ball-triangle-path-2 2s 0 ease-in-out infinite
}

.css3-spinner-triangle-path>div:nth-child(3) {
    -webkit-animation: ball-triangle-path-3 2s 0 ease-in-out infinite;
    animation: ball-triangle-path-3 2s 0 ease-in-out infinite
}

.css3-spinner-triangle-path>div:nth-of-type(1) {
    top: 50px
}

.css3-spinner-triangle-path>div:nth-of-type(2) {
    left: 25px
}

.css3-spinner-triangle-path>div:nth-of-type(3) {
    top: 50px;
    left: 50px
}

@-webkit-keyframes ball-triangle-path-1 {
    33% {
        -webkit-transform: translate(25px, -50px);
        transform: translate(25px, -50px)
    }

    66% {
        -webkit-transform: translate(50px, 0);
        transform: translate(50px, 0)
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes ball-triangle-path-1 {
    33% {
        -webkit-transform: translate(25px, -50px);
        transform: translate(25px, -50px)
    }

    66% {
        -webkit-transform: translate(50px, 0);
        transform: translate(50px, 0)
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@-webkit-keyframes ball-triangle-path-2 {
    33% {
        -webkit-transform: translate(25px, 50px);
        transform: translate(25px, 50px)
    }

    66% {
        -webkit-transform: translate(-25px, 50px);
        transform: translate(-25px, 50px)
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes ball-triangle-path-2 {
    33% {
        -webkit-transform: translate(25px, 50px);
        transform: translate(25px, 50px)
    }

    66% {
        -webkit-transform: translate(-25px, 50px);
        transform: translate(-25px, 50px)
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@-webkit-keyframes ball-triangle-path-3 {
    33% {
        -webkit-transform: translate(-50px, 0);
        transform: translate(-50px, 0)
    }

    66% {
        -webkit-transform: translate(-25px, -50px);
        transform: translate(-25px, -50px)
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes ball-triangle-path-3 {
    33% {
        -webkit-transform: translate(-50px, 0);
        transform: translate(-50px, 0)
    }

    66% {
        -webkit-transform: translate(-25px, -50px);
        transform: translate(-25px, -50px)
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.css3-spinner>.css3-spinner-ball-pulse-sync {
    width: 70px;
    height: 34px;
    margin-left: -35px;
    margin-top: -17px;
    background-color: transparent !important;
    -webkit-animation: none;
    animation: none
}

.css3-spinner-ball-pulse-sync>div {
    display: inline-block;
    background-color: #DDD;
    width: 14px;
    height: 14px;
    margin: 10px 3px 0;
    border-radius: 100%;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.css3-spinner-ball-pulse-sync>div:nth-child(0) {
    -webkit-animation: ball-pulse-sync .7s -0.21s infinite ease-in-out;
    animation: ball-pulse-sync .7s -0.21s infinite ease-in-out
}

.css3-spinner-ball-pulse-sync>div:nth-child(1) {
    -webkit-animation: ball-pulse-sync .7s -0.14s infinite ease-in-out;
    animation: ball-pulse-sync .7s -0.14s infinite ease-in-out
}

.css3-spinner-ball-pulse-sync>div:nth-child(2) {
    -webkit-animation: ball-pulse-sync .7s -0.07s infinite ease-in-out;
    animation: ball-pulse-sync .7s -0.07s infinite ease-in-out
}

.css3-spinner-ball-pulse-sync>div:nth-child(3) {
    -webkit-animation: ball-pulse-sync .7s 0 infinite ease-in-out;
    animation: ball-pulse-sync .7s 0 infinite ease-in-out
}

@-webkit-keyframes ball-pulse-sync {
    33% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        opacity: .85
    }

    66% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
        opacity: .7
    }

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

@keyframes ball-pulse-sync {
    33% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        opacity: .85
    }

    66% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
        opacity: .7
    }

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

.css3-spinner>.css3-spinner-scale-ripple {
    width: 50px;
    height: 50px;
    margin-left: -25px;
    margin-top: -25px;
    background-color: transparent !important;
    -webkit-animation: none;
    animation: none
}

.css3-spinner-scale-ripple>div {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    top: 0;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 2px solid #DDD;
    -webkit-animation: ball-scale-ripple-multiple 1.4s 0 infinite cubic-bezier(.21, .53, .56, .8);
    animation: ball-scale-ripple-multiple 1.4s 0 infinite cubic-bezier(.21, .53, .56, .8)
}

.css3-spinner-scale-ripple>div:nth-child(0) {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s
}

.css3-spinner-scale-ripple>div:nth-child(1) {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s
}

.css3-spinner-scale-ripple>div:nth-child(2) {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s
}

.css3-spinner-scale-ripple>div:nth-child(3) {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s
}

@-webkit-keyframes ball-scale-ripple-multiple {
    0% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: 1
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .7
    }

    100% {
        opacity: 0
    }
}

@keyframes ball-scale-ripple-multiple {
    0% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: 1
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .7
    }

    100% {
        opacity: 0
    }
}

.mbYTP_wrapper iframe {
    max-width: 4000px !important
}

.datepicker td,
.datepicker th {
    padding: 5px
}

.rating-container .star {
    margin: 0 2px !important
}

.rating-container .filled-stars {
    -webkit-text-stroke: 0 !important;
    text-shadow: none !important
}

::-webkit-scrollbar {
    width: 8px
}

::-webkit-scrollbar-track {
    background: #f5f5f5
}

::-webkit-scrollbar-thumb {
    background: #424242;
    background: linear-gradient(0deg, #424242 0%, #828282 100%);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

::-webkit-scrollbar-thumb:hover {
    background: #999
}

#primary-menu ul ul:not(.mega-menu-column) ul {
    top: -2px !important;
    margin-left: 2px
}

@media (max-width:575px) {

    body .container,
    body #header.full-header .container,
    body .container-fullwidth {
        width: 100% !important;
        padding-left: 15px !important;
        padding-right: 15px !important
    }
}

p,
div,
span,
ul,
li,
a,
strong,
input,
h1,
h2,
h3,
h4 {
    font-weight: 300;
    font-family: 'Montserrat', sans-serif
}

.bootstrap-select .dropdown-toggle:focus {
    outline: none !important
}

html {
    overflow-x: hidden
}

#content {
    overflow: initial;
    display: inline-block;
    width: 100%
}

.content-wrap {
    padding: 0px 0;
    float: left;
    width: 100%
}

@media (min-width:1350px) {
    .container {
        max-width: 1300px
    }
}

::selection {
    background: #002d72;
    color: #FFF;
    text-shadow: none
}

ul li {
    list-style: none
}

label {
    cursor: initial
}

header #seleccionado {
    font-weight: 700 !important;
    color: #002d72 !important
}

header #primary-menu {
    margin-top: 25px;
    clear: right
}

.icon-objetivo {
    background-image: url(../imagenes/objetivo.png);
    width: 29px;
    opacity: 1;
    filter: alpha(opacity=100);
    height: 14px;
    margin-top: 25px;
    display: inline-block;
    position: relative;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    text-align: center !important;
    cursor: pointer
}

.icon-objetivo:first-child {
    margin-bottom: 10px;
    margin-top: 10px;
    opacity: .2;
    filter: alpha(opacity=20)
}

#top-cart>a>span {
    background: #d50032
}

.owl-carousel:hover .owl-nav .owl-next {
    right: -50px;
    opacity: .5;
    filter: alpha(opacity=50)
}

.owl-carousel:hover .owl-nav .owl-prev {
    left: -50px;
    opacity: .5;
    filter: alpha(opacity=50)
}

.owl-carousel .owl-nav button {
    width: 50px !important
}

.owl-carousel .owl-nav [class*=owl-] {
    font-size: 45px;
    border: none;
    width: 60px;
    height: 60px;
    background: transparent !important;
    margin-top: -30px
}

.owl-carousel .owl-nav [class*=owl-]:hover {
    background: transparent !important
}

.owl-carousel .owl-nav:hover i {
    color: #002d72
}

.mod-flechas.owl-carousel.with-carousel-dots .owl-nav [class*=owl-] {
    margin-top: -50px
}

.top-search-open header #header-wrap #top-search .img-lupa {
    display: none
}

#header {
    position: relative;
    z-index: 100;
    background: transparent;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1)
}

header #logo {
    margin: 15px 0px;
    margin-left: 7vw
}

header #logo img {
    width: 60px;
    padding-bottom: 0px;
    margin-top: 0px
}

header .mod-miscelanea-1 {
    background: url(../imagenes/base/-miscelanea-1.webp) no-repeat;
    background-size: auto 100%;
    height: 100%;
    width: 200px;
    position: absolute;
    left: -100px
}

header .fondo-azul-miscelanea {
    background: #002d72;
    width: 500%;
    right: 100%;
    margin-right: 100px;
    position: absolute;
    height: 100%
}

header #header-wrap #top-search img {
    width: 21px;
    cursor: pointer
}

header #header-wrap #top-search img:hover {
    opacity: 1;
    opacity: .85;
    filter: alpha(opacity=85)
}

header #header-wrap #top-search {
    padding: 0px;
    float: left;
    margin-top: 19px !important;
    margin-left: 0px !important
}

header #header-wrap #top-search form input {
    margin-left: 7vw
}

header #header-wrap #top-search a {
    width: initial;
    height: initial;
    padding: 0px
}

header #header-wrap #top-cart {
    padding: 0px;
    float: right;
    margin-top: 19px;
    position: initial !important
}

header .redes {
    float: left
}

header .redes b {
    font-style: initial;
    float: left;
    color: #636363;
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 10px
}

header .redes a {
    margin-left: 15px;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease infinite;
    margin-top: -3px
}

header .redes a:hover {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease infinite
}

header .redes .instagram {
    width: 16px;
    float: left
}

header .redes .facebook {
    width: 9px;
    float: left
}

header .sub-header {
    height: 35px;
    float: right;
    width: initial
}

header .sub-header ul {
    float: right;
    text-align: right;
    padding-top: 10px;
    height: 35px;
    background: #E8E8E8;
    margin-bottom: 0px
}

header .sub-header ul li {
    display: inline-block;
    padding: 0px 20px;
    float: left
}

header .sub-header ul li:first-child {
    border: none
}

header .sub-header ul li a {
    color: #636363;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    float: left;
    opacity: .9;
    filter: alpha(opacity=90);
    max-width: 200px
}

header .sub-header ul li a span {
    font-size: 21px;
    float: left;
    color: #ffffff;
    line-height: 23px
}

header .sub-header ul li a:hover {
    color: #002d72;
    opacity: 1;
    filter: alpha(opacity=100);
    font-weight: 400
}

header .sub-header ul li a i {
    font-style: initial;
    float: left;
    color: #636363;
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 10px
}

header .sub-header ul li a:hover i {
    font-weight: 400;
    color: #002d72
}

header .sub-header ul li span {
    padding-right: 7px
}

header .sub-header ul li span.linea {
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    width: 1px;
    float: right;
    padding: 7px 15px;
    margin: 5px 0px
}

header .sub-header ul .sumate-padd {
    padding: 0px
}

header .sub-header ul .sumate-padd::before {
    content: " I";
    color: #ccc;
    float: left;
    margin-right: 20px;
    margin-top: -5px
}

header .sub-header ul .sumate-padd a i {
    font-weight: 700
}

header .sub-header .esquina-left {
    background: url(../imagenes/base/pre-header-left.webp) no-repeat top;
    height: 35px;
    width: 30px;
    background-size: 100% 100%;
    float: left
}

header .sub-header .body-sub-right {
    background: #E8E8E8;
    height: 35px;
    width: 500%;
    float: left;
    position: absolute;
    left: 100%;
    margin-left: -15px
}

header .icon-whatsapp {
    width: 20px;
    height: 20px;
    background: url(../img/whatsapp.png) no-repeat top;
    display: inline-block;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    margin-right: 5px;
    position: relative;
    top: 3px
}

header .bootstrap-select.btn-group .dropdown-menu {
    margin-top: 0px
}

header .bootstrap-select.btn-group .dropdown-menu a.dropdown-item {
    padding: 4px 12px
}

header #top-cart {
    margin-left: 15px;
    margin-right: 3px;
    padding: 0px;
    float: left
}

header #top-cart a {
    width: initial;
    height: initial
}

header #top-cart a img {
    display: inline-block;
    width: 20px;
    margin-top: 0px
}

header #top-cart a:hover img {
    opacity: .85;
    filter: alpha(opacity=85)
}

header #top-cart a span {
    right: -11px;
    background: #002d72;
    top: -5px;
    width: 18px;
    height: 18px;
    font-size: 12px;
    line-height: 18px;
    text-shadow: none;
    position: absolute
}

header .miscelanea.responsive-mod {
    display: none
}

header .icono-menu {
    width: 21px;
    float: left;
    margin-top: 18px;
    margin-right: 20px;
    display: none
}

@media (max-width:1199px) {
    header #primary-menu ul li.current>a {
        margin-left: 14px;
        font-size: 15px;
        letter-spacing: 0px
    }

    header .icono-menu {
        display: block
    }

    header .navegacion-principal {
        display: none
    }
}

@media (max-width:991px) {
    header .sub-header {
        border-bottom: 1px solid #eee;
        background: transparent !important
    }

    header .sub-header ul {
        background: transparent !important
    }

    header #logo a {
        margin-top: 15px
    }

    header .mod-miscelanea-1,
    header .fondo-azul-miscelanea {
        display: none
    }

    header .sub-header ul .sumate-padd::before {
        display: none
    }

    header .icono-menu {
        display: block
    }

    header .miscelanea.responsive-mod {
        display: block
    }

    header #top-search a {
        right: 0px
    }

    header #header-wrap #top-search a {
        margin: 0px
    }

    header #header-wrap #top-cart {
        display: block
    }

    header #header-wrap #top-search a i.icon-line-cross {
        margin-left: 18px
    }

    header #top-search form input {
        font-size: 13px
    }

    header #header-wrap {
        background: #fff
    }

    header #primary-menu {
        margin-top: 18px !important
    }

    header #primary-menu ul li:hover>a,
    header #primary-menu ul li.current>a {
        color: #002d72
    }
}

header #primary-menu {
    margin-top: 0px;
    margin-bottom: 0px
}

header #primary-menu ul,
header #primary-menu ul li {
    float: left
}

header .box-pri {
    float: right;
    margin-right: 25px;
    margin-top: 10px;
    display: block
}

header .box-pri .box {
    max-width: 130px;
    display: inline-block
}

header .box-pri .box i {
    font-style: initial;
    float: left;
    width: 73%;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400
}

header .box-pri .box span {
    float: left;
    font-size: 25px;
    width: 27%;
    line-height: 35px
}

header .dropdown-toggle::after {
    background: url(../img/arrow-down.png) no-repeat center center;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0em;
    vertical-align: 0em;
    content: "";
    border-top: 0em solid;
    border-right: 0em solid transparent;
    border-bottom: 0;
    border-left: 0em solid transparent;
    width: 20px;
    height: 12px
}

header .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    width: 100%
}

header #primary-menu ul li .dropdown-item.active,
header #primary-menu ul li .dropdown-item:active {
    background-color: #002d72 !important
}

header #primary-menu ul li .dropdown-item.active span,
header #primary-menu ul li .dropdown-item:active span {
    color: #ffffff !important
}

header .bootstrap-select .dropdown-toggle:focus {
    outline: thin dotted #333333 !important;
    outline: 1px auto -webkit-focus-ring-color !important;
    outline-offset: -2px;
    outline-color: #002d72 !important
}

@media (max-width:1199px) {
    header #oc-marcas {
        width: 610px
    }
}

@media (max-width:991px) {
    header #header-wrap {
        padding-bottom: 0px
    }

    header .sub-header {
        width: 100%;
        float: left;
        background: #E8E8E8;
        text-align: center
    }

    header .sub-header ul {
        display: inline-block;
        float: initial
    }

    header .sub-header .body-sub-right {
        width: 300%;
        left: -100%
    }

    header .sub-header ul li span.linea,
    header .sub-header .esquina-left,
    header .sub-header .responsive-mod {
        display: none
    }

    header .sub-header ul li {
        padding: 0px;
        margin-right: 15px
    }

    header #primary-menu-trigger {
        font-size: 28px;
        color: #636363;
        top: 60px;
        left: 4px
    }

    header #primary-menu-trigger:hover {
        color: #002d72
    }

    header #oc-marcas {
        display: none
    }

    header .mod-header {
        text-align: center
    }

    header .box-pri {
        display: none;
        margin: 0px !important;
        float: initial !important
    }

    header #top-search a {
        right: 0px
    }

    header #primary-menu>div>#top-search form {
        margin-top: 19px
    }

    header .sub-menu {
        display: none
    }
}

#header.sticky-header #header-wrap {
    background: #ffffff !important;
    height: 70px !important
}

#header.sticky-header:not(.static-sticky) #primary-menu>ul>li>a {
    padding-top: 24px;
    padding-bottom: 24px
}

#header.sticky-header #logo {
    margin: 6px 0px
}

#header.sticky-header #logo img {
    height: initial !important;
    width: 170px;
    margin: 0px;
    margin-top: 0px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease infinite
}

#header.sticky-header .sub-header {
    display: none
}

#primary-menu ul li>a {
    padding: 10px 5px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 15px;
    text-transform: initial
}

#primary-menu ul li>a:hover {
    color: #002d72 !important
}

#top-search,
#top-cart,
#side-panel-trigger {
    padding: 0px 8px 10px 8px;
    margin: 0px
}

#top-search a,
#top-cart a,
#side-panel-trigger a {
    font-size: 18px
}

#logo img {
    padding-bottom: 6px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease infinite
}

#top-search a i,
#top-cart a i {
    color: #ffffff
}

#header,
#header-wrap,
#logo img {
    height: auto;
    border: none
}

#primary-menu .navegacion-principal {
    margin-top: 10px
}

#primary-menu .navegacion-principal li a#seleccionado div {
    font-weight: 700
}

#primary-menu .navegacion-principal li>a {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    float: left;
    letter-spacing: 0px
}

#primary-menu .navegacion-principal li a div {
    font-weight: 400;
    color: #636363
}

#primary-menu .navegacion-principal li a div:hover {
    color: #002d72
}

#primary-menu .navegacion-principal li ul a div {
    font-weight: 400;
    font-size: 11px
}

#primary-menu .navegacion-principal>li::after {
    content: " I";
    color: #eee;
    float: left;
    padding: 10px 4px
}

#primary-menu ul ul li {
    width: 100%;
    border-bottom: 1px solid #e5e5e5
}

#primary-menu ul ul li>a {
    font-size: 13px;
    font-weight: 400
}

#primary-menu ul ul li>a:hover {
    background: #eee
}

#primary-menu ul li.current>a {
    color: #636363;
    font-size: 16px;
    padding: 30px 0px;
    margin-left: 30px
}

#primary-menu ul li.current:first-child>a {
    border: none
}

#primary-menu ul>li {
    margin: 0px
}

.navegacion-principal .sub-menu ul li a {
    font-size: 11px !important;
    float: left;
    width: 100% !important;
    font-weight: 400 !important
}

@media (max-width:1199px) {
    #primary-menu {
        margin-top: 35px
    }
}

@media (max-width:991px) {
    header {
        z-index: 1 !important;
        overflow: initial
    }

    #primary-menu ul li:first-child {
        border-top: 1px solid rgba(238, 238, 238, 0.18) !important
    }

    #primary-menu ul li {
        border-top: 1px solid rgba(238, 238, 238, 0.18) !important
    }

    #top-cart {
        border: none
    }

    #primary-menu {
        margin-top: 0px
    }

    #primary-menu ul li>a {
        font-size: 16px
    }

    #primary-menu ul li.current>a {
        text-align: center;
        display: none
    }

    #primary-menu-trigger {
        font-size: 18px;
        color: #002d72
    }

    #logo img {
        margin-top: 0px;
        padding-bottom: 8px
    }
}

.dark #primary-menu:not(.not-dark) ul ul,
.dark #primary-menu:not(.not-dark) ul li .mega-menu-content,
#primary-menu.dark ul ul {
    background: #f5f5f5;
    border: none;
    border-top: 2px solid #002d72
}

body.top-search-open #top-search a i.icon-search-mod,
#top-search a i.icon-line-cross {
    opacity: 0
}

body.top-search-open header .icono-menu {
    display: none
}

#top-search form input {
    color: #636363;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif
}

#top-search form input::placeholder {
    color: #636363
}

#top-search form input:-ms-input-placeholder {
    color: #636363
}

#top-search form input::-ms-input-placeholder {
    color: #636363
}

.accesos-directos {
    position: fixed;
    right: 0px;
    bottom: 0%;
    z-index: 8;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease infinite
}

.accesos-directos .box-tool {
    float: right;
    clear: right
}

.accesos-directos a,
.accesos-directos #gotoTop {
    background: #555;
    width: 100%;
    float: left;
    padding: 10px 20px;
    color: #fff;
    font-size: 22px;
    margin-bottom: 5px;
    border-radius: 5px 0px 0px 5px;
    -moz-border-radius: 5px 0px 0px 5px;
    -webkit-border-radius: 5px 0px 0px 5px;
    border: 0 solid #000000;
    height: 46px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease infinite;
    width: 50px
}

.accesos-directos #gotoTop {
    position: initial;
    font-size: 32px;
    line-height: 31px
}

.accesos-directos a:hover {
    background: #002d72;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease infinite;
    -webkit-transition: all .3s ease !important;
    -moz-transition: all .3s ease !important;
    -o-transition: all .3s ease !important;
    transition: all .3s ease infinite !important
}

.accesos-directos .whatsapp a {
    background: #0dc143
}

.accesos-directos .whatsapp a:hover {
    background: #002d72
}

@media (max-width:600px) {
    .accesos-directos #gotoTop {
        display: none
    }
}

header #top-search a i.icon-line-cross {
    opacity: 1;
    z-index: 11;
    font-size: 25px !important;
    margin-left: 15px;
    margin-top: 3px;
    color: #999;
    display: none
}

header #top-search a i.icon-line-cross:hover {
    color: #002d72;
    cursor: pointer
}

body.top-search-open header #top-search a i.icon-line-cross {
    display: block
}

@media (max-width:997px) {
    body.top-search-open #top-search form {
        top: 33px;
        height: 100px !important
    }
}

#myModalLogin {
    z-index: 100000;
    padding: 35px !important;
    margin-bottom: 0px;
    background: rgba(245, 245, 245, 0.1)
}

#myModalLogin .modal-dialog {
    max-width: 680px;
    z-index: 1000000;
    margin: auto auto;
    display: table;
    height: 100%;
    width: 100%
}

#myModalLogin .modal-body {
    padding: 0px
}

#myModalLogin .modal-content {
    background-color: transparent;
    border: none;
    box-shadow: none;
    display: table-cell;
    vertical-align: middle
}

#myModalLogin .close {
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.75);
    height: 30px;
    width: 30px;
    right: 10px;
    top: 0px;
    position: absolute;
    opacity: 1;
    filter: alpha(opacity=100);
    color: #fff;
    font-size: 16px;
    margin-top: 10px
}

#myModalLogin .close:hover {
    background-color: rgba(0, 0, 0, 0.3)
}

#ingresar {
    background: transparent !important;
    width: 100%
}

#ingresar input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #e6e5e5 inset;
    border: 1px solid #666666;
    color: #002d72
}

#ingresar input:-webkit-autofill {
    -webkit-text-fill-color: #636363
}

#ingresar .notificacion {
    background: #f5f5f5;
    color: #636363;
    position: relative;
    z-index: 10;
    text-align: center;
    padding: 20px 5%;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    border-top: 25px solid #fff;
    -webkit-box-shadow: 0 -5px 4px 0 rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 -5px 4px 0 rgba(0, 0, 0, 0.75);
    box-shadow: -1px -3px 3px 1px rgba(0, 0, 0, 0.33);
    letter-spacing: 1px
}

#ingresar .notificacion a {
    color: #d50032;
    font-weight: 700
}

#ingresar .botones-login {
    width: 100%;
    display: inline-block;
    position: relative;
    z-index: 5
}

#ingresar .botones-login .boton {
    background: #ffffff;
    padding: 10px 35px 15px 35px;
    display: inline-block;
    color: #636363;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px
}

#ingresar .botones-login .btn-activo {
    background: #002d72;
    color: #ffffff
}

#ingresar .botones-login .btn-activo:hover {
    background: #d50032
}

#ingresar #wrapper {
    opacity: 100
}

#ingresar #wrapper .login-form {
    padding: 25px;
    background: #ffffff;
    float: left;
    width: 100%
}

#ingresar .header .login-p {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #636363;
    width: 100%;
    float: left;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px
}

#ingresar .content input {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-bottom: 10px;
    height: 40px;
    border: 1px solid #d4d4d4;
    background: #f2efef;
    color: #636363;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    letter-spacing: 1px
}

#ingresar .footer input.enviar-login {
    margin-top: 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #002d72;
    color: #ffffff;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    width: 150px;
    float: right
}

#ingresar .footer {
    margin-bottom: 25px;
    float: left;
    width: 100%;
    margin-top: 10px
}

#ingresar .footer input.enviar-login:hover {
    background-color: #d50032
}

#ingresar .footer .pass-olvidado {
    border: none;
    background-color: transparent;
    text-align: center;
    margin-top: 10px;
    color: #7c7c7c;
    font-family: 'Montserrat', sans-serif;
    float: left;
    font-size: 16px;
    font-weight: 400
}

#ingresar .footer .pass-olvidado:hover {
    color: #002d72;
    font-weight: 700
}

#ingresar #wrapper .footer .button {
    margin: 0px !important
}

@media (max-width:991px) {
    .login {
        margin-right: 10px !important
    }
}

@media only screen and (max-width:500px) {
    #myModalLogin {
        padding: 15px !important
    }

    .modal-dialog {
        width: 100%
    }

    #ingresar .notificacion {
        font-size: 13px
    }

    #ingresar .header .login-p {
        text-align: center
    }

    #ingresar #wrapper .footer .button {
        width: 100%
    }

    #ingresar .footer .pass-olvidado {
        font-size: 14px;
        text-align: center;
        width: 100%
    }

    #ingresar .botones-login .boton {
        padding: 10px 15px 15px 15px;
        font-size: 12px
    }

    #ingresar .footer input.enviar-login {
        font-size: 14px
    }
}

.alert-danger {
    display: inline-block;
    width: 100%;
    text-align: center
}

.swiper_wrapper .swiper-container {
    max-height: 580px !important
}

.swiper-pagination span {
    width: 15px;
    height: 15px
}

.bootstrap-select.btn-group .dropdown-menu a.dropdown-item span.dropdown-item-inner {
    font-size: 12px;
    text-transform: uppercase
}

#home #slider {
    height: initial !important;
    float: left
}

#home #slider .swiper-slide,
#home #slider .slider-parallax-inner,
#home #slider .swiper-container {
    height: 100% !important
}

#home #slider .swiper-slide {
    background-position: center center
}

#home #slider img {
    object-fit: cover;
    object-position: center center;
    height: initial !important;
    width: 100%
}

#home #slider.slider-responsivo {
    display: none
}

#home .slide-header-box #slider,
#home .slide-header-box #slider .swiper-slide {
    height: initial !important
}

#home .slide-header-box #slider.swiper_wrapper:not(.force-full-screen),
#home .slide-header-box #slider.swiper_wrapper:not(.force-full-screen):not(.canvas-slider-grid) .swiper-slide {
    height: 125px !important
}

@media only screen and (max-width:991px) {
    #home #slider {
        margin-top: 0px;
        height: initial !important
    }

    #home #slider img {
        height: initial !important
    }

    #home #slider .swiper-slide,
    #home #slider .slider-parallax-inner,
    #home #slider .swiper-container {
        background: #fff
    }
}

@media only screen and (max-width:767px) {
    #home #slider.swiper_wrapper .swiper-slide {
        height: initial !important
    }

    #home #slider.swiper_wrapper .slider-caption,
    #home #slider.swiper_wrapper .flex-caption {
        width: 100%;
        text-align: center;
        left: 0px
    }

    #home #slider.swiper_wrapper .box-slider {
        text-align: center;
        padding: 20px
    }

    #home #slider.swiper_wrapper .linea-continua {
        display: none
    }

    #home #slider.swiper_wrapper .container {
        width: 100%;
        padding: 0px !important
    }

    #home #slider.swiper_wrapper .box-slider h3 {
        font-size: 21px
    }
}

@media only screen and (max-width:767px) {
    #home #wrapper #slider.swiper_wrapper img {
        width: 100%
    }

    #home #wrapper #slider.slider-responsivo {
        display: inline-block;
        max-height: initial !important
    }

    #home #wrapper #slider.slider-responsivo .swiper-container {
        max-height: initial !important
    }

    #home #wrapper #slider.slider-responsivo .swiper-container .swiper-slide {
        max-height: initial !important
    }
}

.box-envios {
    background: #dcdfe3;
    color: #636363;
    text-align: center;
    font-size: 16px;
    padding: 11px 15px;
    margin-bottom: 30px;
    float: left;
    width: 100%;
    letter-spacing: 2px
}

.box-envios b {
    font-weight: 900;
    color: #002d72
}

.linea-mod {
    float: left;
    width: 100%;
    margin-bottom: 50px;
    margin-top: 50px
}

.linea-mod .linea {
    width: 40%;
    height: 12px;
    float: left;
    background: #002d72;
    position: relative
}

.linea-mod .linea::before,
.linea-mod .linea::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent
}

.linea-mod .linea::before {
    border-width: 15px 15px 0 15px;
    border-top-color: white;
    bottom: 0;
    left: -15px
}

.linea-mod .linea::after {
    border-width: 0px 15px 15px 15px;
    border-bottom-color: white;
    bottom: 0;
    right: -15px
}

.linea-mod .titulo {
    width: 20%;
    float: left;
    margin: 0px;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 12px;
    color: #002d72;
    font-weight: 400
}

@media only screen and (max-width:991px) {
    .linea-mod .box-envios {
        font-size: 14px
    }

    .linea-mod .linea {
        width: 30%
    }

    .linea-mod .titulo {
        width: 40%
    }
}

@media only screen and (max-width:600px) {
    .linea-mod .linea {
        width: 25%
    }

    .linea-mod .titulo {
        width: 50%
    }
}

.sub-footer {
    float: left;
    width: 100%;
    text-align: center;
    background: #000
}

.sub-footer .fondo {
    background: #dcdfe3;
    color: #636363;
    padding: 50px 25px;
    font-size: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 25px
}

.sub-footer .fondo a {
    color: #636363;
    font-weight: 700;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease infinite;
    letter-spacing: 2px
}

.sub-footer .fondo a:hover {
    font-weight: 900;
    color: #002d72
}

#footer {
    border-top: none;
    background: #fff;
    padding-top: 50px;
    float: left;
    width: 100%
}

#footer .mas-info {
    display: inline-block
}

#footer .footer {
    float: left;
    width: 100%;
    padding: 60px 45px 25px 45px
}

#footer .footer-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #636363;
    line-height: 26px
}

#footer .footer-text a {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #636363;
    display: inline-block
}

#footer .contacto-info {
    display: inline-block;
    margin-bottom: 0px;
    width: 100%
}

#footer .tit {
    float: left;
    margin-bottom: 15px !important;
    width: 100%;
    height: 27px
}

#footer .tit b {
    font-size: 16px;
    color: #636363;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: 1px
}

#footer .contacto-info {
    margin-bottom: 15px
}

#footer .menu-info li {
    width: 50%;
    display: block
}

#footer .menu-info li.al100 {
    width: 100%
}

#footer ul li {
    margin-bottom: 8px;
    display: block;
    width: 100%;
    float: left;
    font-family: 'Montserrat', sans-serif
}

#footer ul li a,
#footer ul li,
#footer ul li i,
#footer ul li b {
    font-size: 13px;
    font-style: initial;
    color: #636363;
    font-weight: 200;
    font-family: 'Montserrat', sans-serif !important;
    letter-spacing: 1px
}

#footer ul li b,
#footer ul li span,
#footer ul li i,
#footer ul li img {
    opacity: 1
}

#footer ul li b {
    font-weight: 700;
    color: #636363;
    font-family: 'Montserrat', sans-serif
}

#footer ul li a {
    cursor: pointer
}

#footer ul li a:hover i {
    font-weight: 500;
    opacity: 1
}

#footer ul li i {
    font-weight: 300;
    margin-left: 8px;
    font-family: 'Montserrat', sans-serif
}

#footer ul li a i:hover {
    color: #002d72;
    font-weight: 700
}

#footer ul li span {
    font-size: 18px;
    color: #636363
}

#footer ul li img {
    width: 21px;
    opacity: 1
}

#footer .redes {
    float: right;
    margin-top: 20px;
    padding: 0px
}

#footer .redes b {
    float: left;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    margin-top: 3px
}

#footer .redes img {
    width: 18px
}

#footer .redes a {
    width: auto;
    color: #d50032;
    display: inline-block;
    float: initial;
    margin: 0px;
    float: left;
    opacity: 1;
    margin-left: 15px
}

#footer .redes a.youtube img {
    width: 22px;
    opacity: .8;
    margin-left: 2px
}

#footer .redes a.facebook img {
    width: 13px
}

#footer .redes a.instagram img {
    width: 22px
}

#footer .redes span {
    float: left;
    color: #ffffff;
    margin-top: 7px
}

#footer .box-final {
    border-top: 1px solid #ddd;
    padding-top: 0px;
    margin-top: 30px;
    display: inline-block;
    width: 100%
}

#footer .desarrollo {
    float: left;
    padding-top: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 13px;
    letter-spacing: 1px
}

#footer .desarrollo .ov {
    width: initial;
    color: #636363;
    text-align: center;
    display: inline-block;
    float: initial;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    letter-spacing: 1px
}

#footer .desarrollo .ov strong {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1px
}

#footer .desarrollo .ov strong:hover {
    color: #002d72
}

#footer .contacto-info {
    float: left;
    width: 100%
}

#footer .contacto-info li {
    margin-bottom: 0px
}

#footer .contacto-info li {
    font-family: 'Montserrat', sans-serif !important
}

#footer .logo-gris {
    display: flex;
    height: 100%;
    max-width: 125px;
    float: right
}

#footer .logo-gris img {
    width: 100%;
    height: initial;
    vertical-align: middle;
    align-self: center
}

@media only screen and (max-width:997px) {
    #footer .logo-gris {
        text-align: center;
        display: inline-block;
        width: 100%;
        float: initial
    }

    #footer .logo-gris img {
        max-width: 190px;
        display: inline-block
    }

    #footer .sub-footer .fondo {
        font-size: 13px;
        line-height: 20px
    }

    #footer .no-resp {
        display: none
    }
}

@media only screen and (max-width:997px) {
    #footer ul li {
        text-align: center
    }

    #footer #footer {
        text-align: center
    }

    #footer .footer-text .logo-2 {
        display: inline-block;
        margin-top: 15px;
        margin-bottom: 30px;
        float: initial
    }

    #footer .footer-text {
        text-align: center
    }

    #footer .contacto-info {
        margin-bottom: 25px
    }

    #footer .menu-info li {
        width: 100%;
        display: block
    }

    #footer .redes {
        width: initial;
        display: inline-block;
        padding: 3px 0px 0px 0px;
        float: initial
    }
}

@media only screen and (max-width:997px) {
    #footer .mas-info {
        display: none
    }

    #footer .box-final {
        margin-top: 30px
    }

    #footer .desarrollo {
        text-align: center;
        width: 100%;
        padding-top: 35px
    }
}

.accesos-directos {
    margin-bottom: 0px;
    position: fixed;
    right: 25px;
    bottom: 0%;
    z-index: 101;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease infinite
}

.accesos-directos .box-tool {
    float: right;
    clear: right
}

.accesos-directos a,
.accesos-directos #gotoTop {
    height: 45px;
    margin-bottom: 0px;
    background: #002d72;
    float: left;
    padding: 10px 20px;
    color: #fff;
    font-size: 16px;
    border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease infinite;
    width: 100%;
    font-weight: 300
}

.accesos-directos a span {
    float: right;
    margin-top: 2px;
    margin-left: 10px
}

.accesos-directos a:hover {
    background: #002d72 !important;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease infinite;
    -webkit-transition: all .3s ease !important;
    -moz-transition: all .3s ease !important;
    -o-transition: all .3s ease !important;
    transition: all .3s ease infinite !important
}

.accesos-directos a img {
    width: 25px
}

.accesos-directos #gotoTop {
    position: initial;
    font-size: 32px;
    line-height: 34px;
    display: none !important
}

#side-panel .side-panel-wrap {
    overflow-y: scroll;
    overflow-x: hidden
}

#nav-catalogo-header .box-categorias {
    float: left;
    width: 100%
}

#nav-catalogo-header .tit {
    font-size: 13px;
    margin-bottom: 5px;
    color: #838383;
    font-weight: 700
}

#nav-catalogo-header a {
    background: transparent;
    color: #838383;
    width: 100%;
    float: left;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #ddd;
    text-align: left;
    padding: 8px 0px;
    font-size: 12px;
    font-weight: 300
}

#nav-catalogo-header .dropdown .dropdown-menu {
    position: initial !important;
    transform: initial !important;
    float: left;
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0px;
    background: transparent;
    border: none
}

#nav-catalogo-header .dropdown .dropdown-menu {
    padding: 0px
}

#nav-catalogo-header .dropdown .dropdown-menu a {
    color: #838383;
    font-size: 12px;
    padding: 10px 15px
}

#nav-catalogo-header .btn-secondary:not(:disabled):not(.disabled):active:focus,
#nav-catalogo-header .btn-secondary:not(:disabled):not(.disabled).active:focus,
#nav-catalogo-header .show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: none;
    color: #002d72;
    font-weight: 700
}

#nav-catalogo-header .dropdown-item {
    float: left;
    width: 100%;
    padding: 0px
}

#nav-catalogo-header .dropdown .dropdown-menu a:hover {
    font-weight: 700
}

#nav-catalogo-header .dropdown-item:hover,
#nav-catalogo-header .dropdown-item:focus {
    background: transparent
}

#nav-catalogo-header .btn-secondary:focus,
#nav-catalogo-header .btn-secondary.focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, 0)
}

.slide-header-box #slider,
.slide-header-box #slider .swiper-slide {
    height: 125px !important
}

.slide-header-box #slider.swiper_wrapper:not(.force-full-screen),
.slide-header-box #slider.swiper_wrapper:not(.force-full-screen):not(.canvas-slider-grid) .swiper-slide {
    height: 125px !important
}

#catalogo .boxing-mod {
    display: flex;
    margin-left: -8px;
    margin-right: -8px
}

#catalogo #content {
    margin: 0px !important
}

#catalogo .bradcrumbs {
    background: #002d72;
    color: #fff;
    padding: 12px 0px;
    position: relative
}

#catalogo .bradcrumbs a {
    color: #fff;
    font-size: 14px
}

#catalogo .bradcrumbs a:hover {
    font-weight: 700
}

#catalogo .bradcrumbs span {
    margin: 0px 15px
}

#catalogo .bradcrumbs::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 55px 55px 0 55px;
    border-top-color: white;
    bottom: 0;
    right: -56px
}

#catalogo .filtros {
    float: right;
    margin: 30px 0px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease infinite;
    font-size: 14px;
    background: #d50032;
    min-width: 250px;
    text-align: center;
    color: #fff;
    padding: 10px 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px
}

#catalogo .filtros:hover {
    background: #002d72;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease infinite
}

#catalogo .productos {
    margin-top: 0px;
    margin-bottom: 0px
}

#catalogo .producto {
    margin-bottom: 15px
}

#catalogo .productos .producto .boxz {
    background: #fff
}

#catalogo .productos .producto .boxz .info {
    width: 100%;
    text-align: left;
    padding-left: 25px
}

@media only screen and (max-width:991px) {
    #catalogo .bradcrumbs a {
        font-size: 13px
    }

    #catalogo #content {
        background: none
    }

    #catalogo .boxing-mod {
        display: inline-block
    }

    #catalogo .nav-catalogo-box {
        display: inline-block;
        width: 100%
    }
}

#side-panel-trigger-close {
    position: relative;
    z-index: 12
}

#side-panel-trigger-close a {
    display: inline-block;
    float: right;
    z-index: 12;
    padding: 15px 8px 6px 8px;
    margin-right: 9px
}

body.dark #side-panel #side-panel-trigger-close a,
body #side-panel.dark #side-panel-trigger-close a {
    background-color: rgba(0, 0, 0, 0.35);
    color: #FFF
}

#nav-catalogo {
    float: left;
    width: 100%
}

#nav-catalogo #filtros {
    margin-bottom: 25px
}

#nav-catalogo #filtros ul {
    margin: 0px
}

#nav-catalogo #filtros ul li {
    background: #fff;
    border: 1px solid #dedede;
    background: #e4e4e4;
    padding: 4px 12px;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase
}

#nav-catalogo #filtros ul li a:hover {
    font-weight: 700;
    color: #002d72
}

#nav-catalogo #side-panel-trigger-close a:hover,
#nav-catalogo #side-panel-trigger-close a:hover {
    background: #002d72
}

#nav-catalogo .tit {
    font-size: 13px;
    margin-bottom: 5px;
    color: #838383;
    font-weight: 700;
    text-transform: uppercase
}

#nav-catalogo ul {
    margin-bottom: 0px
}

#nav-catalogo ul li {
    font-size: 12px;
    margin-bottom: 3px;
    text-transform: uppercase
}

#nav-catalogo ul li a {
    color: #636363
}

#nav-catalogo ul li a .cant {
    font-size: 12px;
    display: inline-block;
    color: #838383
}

#nav-catalogo ul li a:hover {
    color: #002d72
}

#nav-catalogo ul li span {
    margin-right: 5px;
    border: 1px solid #ddd;
    background: #fff;
    width: 15px;
    height: 15px;
    float: left;
    margin-top: 3px
}

#nav-catalogo .box-modulo {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px
}

#nav-catalogo .usos a {
    font-size: 12px
}

#nav-catalogo .tit-categoria {
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    color: #636363;
    border-bottom: 1px solid #ddd;
    width: 100%;
    display: inline-block;
    font-weight: 300;
    margin-bottom: 35px;
    padding-bottom: 5px
}

#nav-catalogo .ordenar button {
    background: transparent;
    border: none;
    padding: 0px;
    text-transform: initial;
    font-size: 12px;
    color: #636363;
    text-transform: uppercase
}

#nav-catalogo .ordenar .dropdown-toggle::after {
    background: url(../img/arrow-down.png) no-repeat center center;
    position: absolute;
    right: 0px;
    top: 5px;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0em;
    vertical-align: 0em;
    content: "";
    border-top: 0em solid;
    border-right: 0em solid transparent;
    border-bottom: 0;
    border-left: 0em solid transparent;
    width: 12px;
    height: 12px
}

#nav-catalogo .ordenar .bootstrap-select {
    width: 100%
}

#nav-catalogo .dropdown-item:hover,
#nav-catalogo .dropdown-item:focus,
#nav-catalogo .dropdown-item {
    padding: 3px 15px
}

#nav-catalogo .precio {
    float: left;
    width: 100%
}

#nav-catalogo .precio .irs {
    float: left;
    width: 83%
}

#nav-catalogo .precio .irs .irs {
    width: 100%
}

#nav-catalogo .precio .irs-from:after,
#nav-catalogo .irs-single:after,
#nav-catalogo .irs-to:after,
#nav-catalogo .irs-min,
#nav-catalogo .irs-max {
    display: none
}

#nav-catalogo .precio .irs-bar {
    background: #999;
    font-size: 12px;
    height: 2px
}

#nav-catalogo .precio .irs-to,
#nav-catalogo .irs-from {
    float: left;
    position: initial;
    left: 0px !important;
    font-size: 15px;
    margin-top: -12px;
    display: none
}

#nav-catalogo .precio .irs-to {
    float: right
}

#nav-catalogo .precio .min-titulo {
    float: left;
    margin-top: -12px;
    margin-right: 8px
}

#nav-catalogo .precio .irs-single {
    position: initial;
    margin-top: -15px;
    float: left;
    visibility: initial !important;
    background: transparent;
    color: #636363;
    font-size: 14px
}

#nav-catalogo .precio .irs-slider {
    height: 13px;
    width: 13px;
    background: #fff;
    border: 1px solid #999;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;
    top: 19px
}

#nav-catalogo .precio .precio-enviar {
    background: #bbb;
    color: #ffffff;
    width: 15%;
    border: none;
    height: 20px;
    line-height: 18px;
    margin-top: 15px;
    float: right
}

#nav-catalogo .precio .precio-enviar:hover {
    background: #002d72;
    cursor: pointer
}

#nav-catalogo .precio .irs-bar-edge,
#nav-catalogo .precio .irs-line-mid,
#nav-catalogo .precio .irs-line-left,
#nav-catalogo .precio .irs-line-right {
    background-color: #ccc;
    height: 2px
}

#nav-catalogo .categorias ul li,
#nav-catalogo .usos ul li,
#nav-catalogo .marcas ul li {
    overflow: hidden;
    height: 17px
}

#nav-catalogo .talles ul li a {
    border: 1px solid #dedede;
    padding: 5px 15px;
    font-size: 12px;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    text-align: center
}

#nav-catalogo .talles ul li a:hover {
    background: #002d72;
    color: #ffffff
}

#nav-catalogo .colores ul li a {
    border: 1px solid #dedede;
    padding: 5px;
    font-size: 12px;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    width: 100%;
    max-width: 39px;
    text-align: center;
    height: 25px
}

#nav-catalogo .colores ul li a:hover {
    opacity: .5;
    filter: alpha(opacity=50)
}

@media only screen and (max-width:991px) {
    .categorias-catalogo {
        display: none
    }

    .side-panel-wrap .categorias-catalogo {
        display: block
    }
}

.productos {
    margin-top: 0px;
    margin-bottom: 50px
}

.productos .breadcrumbs {
    background: #000;
    color: #fff;
    padding: 15px 0px;
    margin-bottom: 35px;
    letter-spacing: 2px;
    font-size: 14px
}

.productos .mod-padding {
    padding-left: 8px;
    padding-right: 8px
}

.productos .producto {
    background: #ffffff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease infinite;
    display: inline-block;
    cursor: pointer;
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 0px;
    border: 1px solid #ddd;
    text-align: center
}

.productos .producto:hover {
    position: relative;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease infinite;
    border-bottom: 3px solid #002d72
}

.productos .producto .hover {
    z-index: 100;
    position: absolute;
    left: 0px;
    bottom: 100%;
    height: 100%;
    padding: 30px 40px;
    display: inline-block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease infinite;
    width: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
    text-align: center
}

.productos .producto .hover div {
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 80px;
    width: 225px
}

.productos .producto .box-img {
    text-align: center;
    position: relative;
    max-width: 300px;
    display: inline-block
}

.productos .producto .hover div .circulo {
    background: #999;
    display: inline-block;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;
    -webkit-box-shadow: 0 -5px 4px 0 rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 -5px 4px 0 rgba(0, 0, 0, 0.75);
    box-shadow: 0 -5px 4px 0 rgba(0, 0, 0, 0.75)
}

.productos .producto .hover div span {
    width: 100%;
    font-size: 22px;
    opacity: .4;
    filter: alpha(opacity=40);
    margin-bottom: 5px;
    color: #ffffff;
    opacity: .8;
    filter: alpha(opacity=80);
    margin-top: 8px
}

.productos .producto .box {
    text-align: center;
    width: 100%;
    display: inline-block;
    position: relative
}

.productos .producto .box .colores {
    display: inline-block;
    text-align: center;
    height: 30px;
    overflow: hidden
}

.productos .producto .box .linea {
    position: absolute;
    border: .5px solid #d9d9d9;
    width: 100%
}

.productos .producto .box p {
    display: inline-block;
    font-size: 15px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease infinite;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    text-align: left;
    float: left;
    top: 0px;
    font-weight: 300;
    line-height: 18px !important;
    margin-bottom: 6px;
    margin-top: 6px;
    left: 0px;
    height: 32px;
    overflow: hidden;
    color: #636363
}

.productos .producto:hover .box p {
    display: inline-block;
    top: -44px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease infinite
}

.productos .producto .box i {
    font-size: 17px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #002d72;
    font-style: initial;
    color: #d50032
}

.productos .producto .box i span {
    color: #002d72;
    font-weight: 700
}

.productos .producto .box .linea {
    margin-top: 16px;
    z-index: 2
}

.productos .producto .oferta-box {
    font-style: italic;
    position: absolute;
    z-index: 3;
    right: 0px;
    float: right;
    background: #002d72;
    color: #ffffff;
    font-size: 13px;
    padding: 3px 15px;
    margin-top: 6px
}

.productos .producto .oferta-box i {
    font-weight: 700
}

.productos .producto img {
    width: 100%
}

.productos .producto .boxz {
    background: url(../imagenes/base/-miscelanea2.webp) -10% center no-repeat #f6f4f2;
    background-size: auto 100%;
    width: 100%;
    float: left
}

.productos .producto .boxz .info {
    float: right;
    width: 75%;
    border-top: 1px solid #ddd;
    padding: 25px 30px;
    padding-left: 10px;
    text-align: right
}

.productos .producto .boxz .info i {
    float: left;
    width: 100%;
    font-size: 15px;
    height: 39px;
    overflow: hidden;
    font-style: initial;
    color: #636363;
    line-height: 19px;
    margin-top: 0px;
    font-weight: 400;
    text-transform: uppercase;
    color: #d50032
}

.productos .producto .boxz .info .cod {
    font-size: 14px;
    color: #002d72;
    font-weight: 300
}

.productos .producto .boxz .info b {
    float: left;
    width: 100%;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    color: #002d72;
    letter-spacing: 1px;
    font-weight: 700
}

.productos .producto .boxz .info b span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #999
}

.productos .producto.profesiones {
    border: none
}

.productos .producto.profesiones img {
    padding: 0px
}

.productos .producto.profesiones .info {
    float: right;
    width: 100%;
    border-top: 1px solid #ddd;
    padding: 15px;
    background: url(../imagenes/base/-miscelanea4.webp) right center no-repeat #e5e5e5;
    background-size: auto 100%
}

.productos .producto.profesiones .info i {
    padding-right: 20%;
    text-align: right;
    color: #636363;
    font-size: 15px;
    font-weight: 400;
    float: right;
    font-style: initial
}

.productos .producto.profesiones:hover .info {
    background-color: #002d72;
    color: #fff;
    border: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease infinite
}

.productos .producto.profesiones:hover .info i {
    color: #ffffff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease infinite
}

@media only screen and (max-width:991px) {
    #content .content-wrap .box-nosotros .border-box {
        padding: 40px 35px;
        border-left: 0 solid #e5e5e5;
        border-right: 0 solid #e5e5e5;
        border-top: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5
    }

    .mod-padding {
        text-align: center
    }

    .productos .producto .hover {
        display: none
    }
}

#testimonios .fondo {
    background: url(../imagenes/base/-miscelanea3.webp) 0% center no-repeat #002d72;
    width: 100%;
    float: left;
    background-size: auto 100%;
    text-align: center;
    background-position: -15% 0%
}

#testimonios .fondo .testimonial {
    background: transparent;
    border: none;
    max-width: 900px;
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 60px 0px
}

#testimonios .fondo .testimonial .slide {
    padding: 0px 75px
}

#testimonios .fondo .testimonial .flex-prev,
#testimonios .fondo .testimonial .flex-next {
    background: transparent
}

#testimonios .fondo .testimonial .flex-prev:hover,
#testimonios .fondo .testimonial .flex-next:hover {
    background: transparent !important
}

#testimonios .fondo .testimonial .flex-prev:hover,
#testimonios .fondo .testimonial .flex-next:hover {
    opacity: 1 !important
}

#testimonios .testimonial-full .testi-content {
    color: #ffffff;
    font-size: 15px;
    line-height: initial
}

#testimonios .testimonial-full .testi-content p {
    font-family: 'Montserrat', sans-serif;
    line-height: 25px;
    margin-bottom: 0px
}

#testimonios .heading-block h3 {
    color: #fff;
    font-size: 21px;
    font-weight: 300;
    line-height: 25px;
    font-style: initial
}

#testimonios .heading-block:after {
    margin-top: 15px;
    border-top: 3px solid #fff;
    opacity: .5;
    filter: alpha(opacity=50);
    width: 100%;
    max-width: 500px
}

.testimonial .flex-control-nav li {
    margin: 10px
}

.testimonial .flex-control-nav li a {
    width: 15px !important;
    height: 15px !important;
    background: #fff;
    opacity: 1
}

.testimonial.testimonial-full .flex-control-nav {
    height: 35px
}

@media only screen and (max-width:1200px) {
    #testimonios .fondo {
        background-position: -35% 0%
    }
}

@media only screen and (max-width:997px) {
    #testimonios .fondo {
        background-image: none
    }
}

.modulo-newsletter {
    text-align: center;
    float: left;
    width: 100%;
    margin: 100px 0px 50px 0px
}

.modulo-newsletter .modulo {
    max-width: 500px;
    line-height: initial;
    display: inline-block
}

.modulo-newsletter .modulo strong {
    color: #002d72;
    font-weight: 700;
    letter-spacing: 3px;
    font-size: 28px;
    margin-bottom: 15px;
    display: inline-block
}

.modulo-newsletter .modulo b {
    font-size: 19px;
    font-weight: 400;
    margin-bottom: 20px;
    display: inline-block;
    letter-spacing: 1px
}

.modulo-newsletter .modulo span {
    font-size: 16px;
    line-height: 22px !important;
    display: inline-block;
    letter-spacing: 1px
}

.modulo-newsletter .modulo i {
    font-size: 14px;
    color: #999
}

.modulo-newsletter .box-inputs {
    width: 100%;
    display: inline-block;
    margin: 40px 0px;
    position: relative
}

.modulo-newsletter .box-inputs input {
    border: none;
    border-bottom: 1px solid #ddd;
    background: transparent;
    padding: 5px 0px
}

.modulo-newsletter .box-inputs .inp-texto {
    width: 100%;
    float: left;
    font-size: 15px;
    letter-spacing: 1px;
    position: relative
}

.modulo-newsletter .box-inputs .inp-submit {
    -webkit-border-top-right-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -moz-border-radius-topright: 15px;
    -moz-border-radius-bottomright: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    float: left;
    text-align: right;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: 300;
    position: absolute;
    right: 0px;
    background: #d50032;
    color: #ffffff;
    padding: 5px 15px
}

.modulo-newsletter .box-inputs .inp-submit::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 15px 15px 0 15px;
    border-top-color: white;
    bottom: 0;
    left: -15px
}

.modulo-newsletter .box-inputs .inp-submit:hover {
    background: #002d72;
    cursor: pointer
}

@media only screen and (max-width:997px) {
    #testimonios .fondo .testimonial .slide {
        padding: 0px
    }
}

.agrandar-foto .close,
.tabla-equivalencias .close,
.calcular-envio .close {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 30px !important;
    border-radius: 255px;
    width: 30px;
    height: 30px;
    line-height: 14px;
    background: #666 !important
}

.agrandar-foto .close:hover,
.tabla-equivalencias .close:hover,
.calcular-envio .close:hover {
    background: #d50032 !important
}

.calcular-envio .modal-body {
    text-align: center
}

.calcular-envio .calcular-envio-box {
    text-align: center;
    display: inline-block
}

.calcular-envio .calcular-envio-box input {
    border: 1px solid #ddd;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: inline-block;
    padding: 8px 25px;
    color: #636363;
    font-size: 13px;
    margin: 15px 5px
}

.calcular-envio .calcular-envio-box .enviar-bottom {
    background: #d50032;
    color: #fff;
    cursor: pointer
}

.calcular-envio .calcular-envio-box .enviar-bottom:hover {
    background: #002d72
}

.calcular-envio .calcular-envio-box p {
    float: left;
    width: 100%;
    text-align: center !important;
    margin-bottom: 10px
}

.calcular-envio .respuesta {
    background: #eee;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 15px;
    text-align: center;
    font-size: 15px;
    float: left;
    width: 100%;
    margin-top: 35px
}

.calcular-envio .respuesta b {
    color: #002d72
}

#catalogo.producto-detalle-box .modal-lg {
    max-width: 1000px
}

#catalogo.producto-detalle-box .agrandar-foto,
#catalogo.producto-detalle-box .tabla-equivalencias {
    text-align: center
}

#catalogo.producto-detalle-box .agrandar-foto img,
#catalogo.producto-detalle-box .tabla-equivalencias img {
    padding: 20px
}

#catalogo.producto-detalle-box .productos {
    padding-bottom: 0px;
    margin-bottom: 25px
}

#catalogo.producto-detalle-box .carrito {
    float: left;
    border-top: 1px solid #eee;
    margin-top: 30px;
    padding-top: 30px
}

#catalogo.producto-detalle-box .carrito .boton {
    cursor: pointer;
    background: #eee;
    padding: 0px 15px;
    height: 40px;
    font-weight: 300;
    text-align: center;
    color: #e29817;
    float: left;
    border: none;
    color: #636363;
    border: 1px solid #d9d9d9;
    font-size: 18px;
    line-height: 25px;
    font-family: 'Montserrat', sans-serif
}

#catalogo.producto-detalle-box .carrito .boton:hover {
    background: #000;
    color: #fff
}

#catalogo.producto-detalle-box .carrito .boton.menos {
    border-right: none
}

#catalogo.producto-detalle-box .carrito .boton.mas {
    border-left: none
}

#catalogo.producto-detalle-box .carrito input {
    width: 60px;
    position: relative;
    height: 40px;
    text-align: left;
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    color: #636363;
    float: left
}

#catalogo.producto-detalle-box .pri-modulo .oferta-box {
    float: left;
    width: 100%
}

#catalogo.producto-detalle-box .pri-modulo .oferta-box .tit {
    font-weight: 700;
    font-style: italic;
    float: left;
    background: #002d72;
    color: #ffffff;
    font-size: 14px;
    padding: 3px 20px;
    margin-bottom: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

#catalogo.producto-detalle-box #slider {
    height: auto !important;
    position: relative
}

#catalogo.producto-detalle-box #slider .marca {
    position: absolute;
    top: 30px;
    right: 15px;
    z-index: 1
}

#catalogo.producto-detalle-box #slider #slider-flex {
    position: relative
}

#catalogo.producto-detalle-box #slider .slider-arrow-left,
#catalogo.producto-detalle-box #slider .slider-arrow-right,
#catalogo.producto-detalle-box #slider .flex-prev,
#catalogo.producto-detalle-box #slider .flex-next,
#catalogo.producto-detalle-box #slider .slider-arrow-top-sm,
#catalogo.producto-detalle-box #slider .slider-arrow-bottom-sm {
    background: transparent
}

#catalogo.producto-detalle-box #slider .fslider {
    margin-bottom: 0px !important;
    overflow: initial !important;
    text-align: center
}

#catalogo.producto-detalle-box #slider .flex-direction-nav a i {
    color: #636363
}

#catalogo.producto-detalle-box #slider .flex-direction-nav a:hover {
    background: transparent !important
}

#catalogo.producto-detalle-box #slider #carousel {
    padding: 0px 15px;
    overflow: initial !important;
    max-width: 100% !important
}

#catalogo.producto-detalle-box #slider #carousel .slide {
    border-left: .5px solid #f1f1f1;
    border-right: .5px solid #f1f1f1;
    width: 140px
}

#catalogo.producto-detalle-box #slider #carousel .slide img {
    padding: 0px 15px;
    width: 100%
}

#catalogo.producto-detalle-box #slider .flex-prev {
    left: 15px
}

#catalogo.producto-detalle-box #slider .flex-prev i {
    text-align: left;
    margin: 0px;
    font-size: 50px;
    text-shadow: initial
}

#catalogo.producto-detalle-box #slider .flex-next {
    right: 15px
}

#catalogo.producto-detalle-box #slider .flex-next:hover i,
#catalogo.producto-detalle-box #slider .flex-prev:hover i {
    color: #002d72
}

#catalogo.producto-detalle-box #slider .flex-next i {
    text-align: right;
    margin: 0px;
    font-size: 50px;
    text-shadow: initial
}

#catalogo.producto-detalle-box #slider #carousel .slider-wrap img {
    cursor: pointer
}

#catalogo.producto-detalle-box #slider .flexslider .slider-wrap img {
    -webkit-border-bottom-right-radius: 40px;
    -moz-border-radius-bottomright: 40px;
    border-bottom-right-radius: 40px
}

#catalogo.producto-detalle-box #content {
    width: 100%;
    display: inline-block
}

#catalogo.producto-detalle-box .box-contenedor {
    display: inline-block;
    width: 100%;
    background: #ffffff;
    position: relative
}

#catalogo.producto-detalle-box .volver {
    display: inline-block;
    float: right;
    margin-top: -3px
}

#catalogo.producto-detalle-box .volver a {
    display: inline-block;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    color: #999;
    background: #fff;
    -webkit-border-radius: 255px;
    -moz-border-radius: 255px;
    border-radius: 255px;
    font-weight: 400;
    float: left;
    padding: 5px 25px;
    letter-spacing: 1px;
    float: right;
    font-size: 13px
}

#catalogo.producto-detalle-box .volver a:hover {
    background: #999;
    color: #fff
}

#catalogo.producto-detalle-box .carousel-indicators {
    margin-bottom: 0px;
    bottom: 0px
}

#catalogo.producto-detalle-box .estado {
    position: absolute;
    font-weight: 700;
    top: 15px;
    right: -15px;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    padding: 12px 60px 10px 20px;
    z-index: 1;
    display: none
}

#catalogo.producto-detalle-box .carousel img {
    padding: 15px
}

#catalogo.producto-detalle-box .panel {
    border: none;
    box-shadow: none
}

#catalogo.producto-detalle-box .boxing-mod {
    margin: 0px 0px;
    width: 100%
}

#catalogo.producto-detalle-box .box-img {
    width: 100%;
    display: inline-block;
    max-width: 500px
}

#catalogo.producto-detalle-box .box-contenedor {
    margin-top: 50px
}

#catalogo.producto-detalle-box .box-pri {
    display: inline-block;
    padding-left: 15px
}

#catalogo.producto-detalle-box .box-pri h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 23px;
    font-weight: 700;
    color: #d50032;
    display: inline-block;
    width: 100%;
    line-height: 26px;
    margin-top: 0px;
    text-align: left;
    margin-bottom: 5px
}

#catalogo.producto-detalle-box .box-pri p {
    font-size: 17px;
    font-family: 'Montserrat', sans-serif;
    text-align: left;
    width: 100%;
    display: inline-block;
    margin-top: 15px;
    color: #838383
}

#catalogo.producto-detalle-box .box-pri button {
    background: #d50032;
    color: #ffffff;
    display: inline-block;
    border: none;
    padding: 2px 5px;
    font-size: 19px;
    clear: right
}

#catalogo.producto-detalle-box .box-pri button:hover {
    background: #002d72
}

#catalogo.producto-detalle-box .box-pri .cod {
    font-size: 16px;
    text-align: left;
    padding-top: 0px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 10px;
    font-style: italic
}

#catalogo.producto-detalle-box .box-pri .precio {
    color: #d50032;
    font-size: 24px;
    text-align: left;
    display: inline-block;
    border: none;
    float: left;
    font-weight: 700;
    max-width: 150px;
    background: #ffffff
}

#catalogo.producto-detalle-box .box-pri .precio.oferta {
    background: #d50032;
    color: #ffffff !important;
    font-family: 'Montserrat', sans-serif;
    margin-left: 12px;
    font-size: 14px;
    height: 22px;
    margin-top: 6px;
    max-width: 100px;
    font-weight: 400;
    padding: 1px 15px
}

#catalogo.producto-detalle-box .box-pri .box-precios {
    float: left !important
}

#catalogo.producto-detalle-box .box-pri .box-precios.precio-con-descuento {
    width: 100%;
    float: left
}

#catalogo.producto-detalle-box .box-pri .box-precios.precio-con-descuento .precio-anterior-x {
    text-decoration: line-through;
    font-size: 24px;
    float: left;
    color: #999;
    margin-right: 8px
}

#catalogo.producto-detalle-box .box-pri .box-precios.precio-con-descuento .precio {
    height: initial
}

#catalogo.producto-detalle-box .box-pri .info {
    display: inline-block;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    line-height: 22px;
    color: #606060;
    text-align: left;
    margin-bottom: 15px;
    font-weight: 300
}

#catalogo.producto-detalle-box .box-pri .tarjetas {
    display: inline-block;
    margin-bottom: 25px
}

#catalogo.producto-detalle-box .box-pri .tarjetas i {
    float: left;
    width: 100%;
    display: inline-block;
    margin-bottom: 5px
}

#catalogo.producto-detalle-box .box-pri .tarjetas img {
    width: 50%;
    float: left
}

#catalogo.producto-detalle-box .box-pri .box {
    width: 100%
}

#catalogo.producto-detalle-box .box-pri .box .precio {
    height: 50px;
    font-family: 'Montserrat', sans-serif;
    padding: 0px 5px;
    font-weight: 700;
    color: #002d72
}

#catalogo.producto-detalle-box .box-pri .cuotas {
    width: 100%;
    float: left;
    text-align: left;
    margin-bottom: 30px
}

#catalogo.producto-detalle-box .box-pri .cuotas img {
    max-height: 30px
}

#catalogo.producto-detalle-box .box-pri .cuotas span {
    font-size: 16px;
    margin-left: 10px
}

#catalogo.producto-detalle-box .box-pri .talles {
    margin-bottom: 30px
}

#catalogo.producto-detalle-box .box-pri .talles,
#catalogo.producto-detalle-box .box-pri .colores {
    display: inline-block;
    width: 100%
}

#catalogo.producto-detalle-box .box-pri .talles .tit {
    font-weight: 500;
    margin-bottom: 10px;
    color: #636363;
    font-size: 14px
}

#catalogo.producto-detalle-box .box-pri .talles ul li a {
    border: 1px solid #dedede;
    color: #636363;
    min-width: 70px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    padding: 5px;
    font-size: 14px;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    width: 100%;
    max-width: 50px;
    text-align: center;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    border-bottom-right-radius: 10px
}

#catalogo.producto-detalle-box .box-pri .talles ul li a:hover {
    background: #002d72;
    color: #ffffff
}

#catalogo.producto-detalle-box .box-pri .talles li.seleccionado a {
    background: #002d72;
    color: #ffffff
}

#catalogo.producto-detalle-box .box-pri .colores {
    margin-bottom: 15px
}

#catalogo.producto-detalle-box .box-pri .colores .tit {
    font-weight: 500;
    margin-bottom: 10px;
    color: #636363;
    font-size: 14px
}

#catalogo.producto-detalle-box .box-pri .colores ul li {
    display: inline-block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease infinite;
    border: 1px solid #eee;
    margin-right: 5px;
    margin-bottom: 5px;
    background: #fff;
    overflow: hidden;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    border-bottom-right-radius: 20px
}

#catalogo.producto-detalle-box .box-pri .colores ul li.seleccionado {
    border: 1px solid #bbb !important
}

#catalogo.producto-detalle-box .box-pri .colores ul li:hover {
    border: 1px solid #002d72;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease infinite
}

#catalogo.producto-detalle-box .box-pri .colores ul li a {
    float: left;
    width: 65px;
    text-align: center
}

#catalogo.producto-detalle-box .box-pri .colores ul li a:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

#catalogo.producto-detalle-box .box-pri .descripcion-prod {
    float: left;
    width: 100%
}

#catalogo.producto-detalle-box .box-pri .descripcion-prod p {
    font-size: 14px;
    margin-top: 0px
}

#catalogo.producto-detalle-box .box-pri .botones-detalle {
    float: left;
    width: 100%
}

#catalogo.producto-detalle-box .box-pri .botones-detalle a {
    border: 1px solid #ddd;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    float: left;
    padding: 5px 25px;
    color: #636363;
    font-size: 13px;
    margin-bottom: 15px;
    margin-right: 15px
}

#catalogo.producto-detalle-box .box-pri .botones-detalle a img {
    width: 23px;
    float: left;
    margin-right: 10px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: Gray()
}

#catalogo.producto-detalle-box .box-pri .botones-detalle .tabla img {
    width: 11px
}

#catalogo.producto-detalle-box .box-pri .botones-detalle .regla img {
    margin-top: 3px
}

#catalogo.producto-detalle-box .box-pri .botones-detalle a:hover {
    background: #002d72;
    color: #ffffff
}

#catalogo.producto-detalle-box .box-pri .botones-detalle a:hover img {
    filter: brightness(200%);
    -webkit-filter: brightness(200%);
    -moz-filter: brightness(200%)
}

#catalogo.producto-detalle-box .box-pri .finalizar {
    float: left;
    width: 100%;
    border-top: 1px solid #ddd;
    margin-top: 15px;
    padding-top: 30px
}

#catalogo.producto-detalle-box .box-pri .box form {
    float: right;
    width: 100%;
    margin-bottom: 0px
}

#catalogo.producto-detalle-box .box-pri .box form .sub-label {
    float: left;
    margin-right: 10px
}

#catalogo.producto-detalle-box .box-pri .box form i {
    display: none;
    font-size: 16px;
    color: #002d72;
    text-align: left;
    width: 100%;
    margin-bottom: 30px
}

#catalogo.producto-detalle-box .box-pri .box form .sub-label label {
    height: 38px;
    width: 120px;
    color: #606060;
    display: inline-block;
    padding: 10px 20px;
    font-weight: 400;
    float: left;
    cursor: initial;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    border: 1px solid #d9d9d9;
    border-right: none;
    line-height: 16px;
    background: #dedede;
    -webkit-border-top-left-radius: 255px;
    -webkit-border-bottom-left-radius: 255px;
    -moz-border-radius-topleft: 255px;
    -moz-border-radius-bottomleft: 255px;
    border-top-left-radius: 255px;
    border-bottom-left-radius: 255px
}

#catalogo.producto-detalle-box .box-pri .box form .sub-label input {
    height: 38px;
    width: 60px;
    color: #606060;
    display: inline-block;
    padding: 10px;
    font-weight: 300;
    float: left;
    border: 1px solid #d9d9d9;
    text-align: center;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    -webkit-border-top-right-radius: 255px;
    -webkit-border-bottom-right-radius: 255px;
    -moz-border-radius-topright: 255px;
    -moz-border-radius-bottomright: 255px;
    border-top-right-radius: 255px;
    border-bottom-right-radius: 255px
}

#catalogo.producto-detalle-box .box-pri .enviar-al-carrito {
    width: 160px;
    border: none;
    color: #ffffff;
    height: 38px;
    float: left;
    font-size: 15px;
    background: #d50032;
    -webkit-border-radius: 255px;
    -moz-border-radius: 255px;
    border-radius: 255px
}

#catalogo.producto-detalle-box .box-pri .enviar-al-carrito img {
    width: 20px
}

#catalogo.producto-detalle-box .box-pri .enviar-al-carrito span {
    font-size: 15px;
    margin-left: 6px;
    display: inline-block
}

#catalogo.producto-detalle-box .box-pri .enviar-al-carrito:hover {
    cursor: pointer;
    background: #002d72
}

#catalogo.producto-detalle-box .box-pri .izquierda {
    float: right
}

#catalogo.producto-detalle-box .dudas {
    float: left;
    width: 100%;
    margin-top: 10px
}

#catalogo.producto-detalle-box .dudas a {
    color: #636363;
    font-size: 15px;
    font-style: italic
}

#catalogo.producto-detalle-box .dudas a b {
    font-weight: 700
}

#catalogo.producto-detalle-box .dudas a:hover {
    color: #002d72
}

#catalogo.producto-detalle-box .envio {
    padding: 25px 45px;
    background: #efefef;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    float: left;
    width: 100%
}

#catalogo.producto-detalle-box .envio img {
    float: left
}

#catalogo.producto-detalle-box .envio .info {
    margin-left: 10px;
    float: left;
    line-height: 18px
}

#catalogo.producto-detalle-box .envio b {
    color: #002d72;
    font-weight: 700;
    display: inline-block
}

#catalogo.producto-detalle-box .envio i {
    font-style: initial
}

#catalogo.producto-detalle-box .resumen {
    background: #f0f0f0;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    text-align: center;
    padding: 40px;
    width: 100%
}

#catalogo.producto-detalle-box .resumen .box {
    max-width: 800px;
    display: inline-block;
    padding: 70px 0px
}

#catalogo.producto-detalle-box .resumen h2 {
    font-size: 37px;
    font-family: 'Montserrat', sans-serif;
    color: #002d72;
    font-weight: 700;
    line-height: 42px
}

#catalogo.producto-detalle-box .resumen p {
    font-size: 20px;
    color: #636363;
    font-family: 'Montserrat', sans-serif;
    line-height: 30px
}

#catalogo.producto-detalle-box .resumen .certificaciones {
    display: inline-block
}

#catalogo.producto-detalle-box .detalle {
    padding: 30px 15px;
    width: 100%;
    display: inline-block
}

#catalogo.producto-detalle-box .detalle h2 {
    font-size: 18px;
    color: #002d72;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    margin-top: 0px;
    font-weight: 400;
    letter-spacing: 2px;
    margin: 0px
}

#catalogo.producto-detalle-box .detalle p {
    color: #636363;
    font-size: 16px;
    display: inline-grid;
    width: 50%;
    padding: 10px;
    margin-bottom: 0px
}

#catalogo.producto-detalle-box .detalle p strong {
    color: #002d72;
    font-weight: 700;
    display: inline-block;
    float: left;
    width: 100%
}

#catalogo.producto-detalle-box .detalle p b {
    color: #002d72;
    font-weight: 700;
    display: inline-block;
    float: left;
    width: 100%
}

@media only screen and (max-width:991px) {
    #catalogo.producto-detalle-box .detalle p {
        width: 100%;
        margin-bottom: 0px
    }
}

#catalogo.producto-detalle-box .modal-content {
    width: 96%
}

#catalogo.producto-detalle-box .tecnologia-modal .modal-body {
    text-align: center;
    padding: 60px 30px;
    background: #f0f0f0
}

#catalogo.producto-detalle-box .tecnologia-modal .modal-body img {
    margin-bottom: 15px
}

#catalogo.producto-detalle-box .tecnologia-modal .modal-body p {
    text-align: center;
    font-size: 17px;
    margin-bottom: 0px
}

#catalogo.producto-detalle-box .tecnologia-modal .modal-body .close {
    font-size: 40px;
    position: absolute;
    right: 20px;
    top: 10px
}

@media only screen and (max-width:1199px) {
    #catalogo.producto-detalle-box .box-pri {
        width: 100% !important
    }

    #catalogo.producto-detalle-box .box-pri .box .precio {
        float: right !important
    }

    #catalogo.producto-detalle-box .box-pri .enviar-al-carrito {
        width: 195px
    }
}

@media only screen and (max-width:991px) {
    #catalogo.producto-detalle-box .owl-carousel .owl-stage-outer {
        float: left;
        width: 100%
    }

    #catalogo.producto-detalle-box .marca {
        width: 65px
    }

    #catalogo.producto-detalle-box .background-producto {
        border-left: none;
        border-top: 1px solid #dfdfdf
    }

    #catalogo.producto-detalle-box .box-img {
        width: 100%;
        display: inline-block;
        max-width: 350px
    }

    #catalogo.producto-detalle-box .box-pri {
        margin-top: 50px;
        padding: 0px
    }

    #catalogo.producto-detalle-box .box-pri .enviar-al-carrito {
        padding: 0 25px;
        width: auto
    }

    #catalogo.producto-detalle-box .flexslider {
        max-width: 410px;
        display: inline-block
    }

    #catalogo.producto-detalle-box .boxing-mod {
        margin-top: 0px
    }

    #catalogo.producto-detalle-box .carousel img {
        max-width: 500px;
        display: inline-block !important
    }

    #catalogo.producto-detalle-box .carousel {
        text-align: center
    }
}

@media only screen and (max-width:767px) {
    #catalogo.producto-detalle-box .estado {
        font-size: 20px;
        padding: 5px 15px 5px 15px
    }
}

@media only screen and (max-width:600px) {
    #catalogo.producto-detalle-box .volver a {
        margin-right: 10px
    }

    #catalogo.producto-detalle-box .box-pri .tarjetas img {
        width: 100%;
        max-width: 270px
    }

    #catalogo.producto-detalle-box #slider {
        padding: 15px
    }

    #catalogo.producto-detalle-box #slider #carousel .slide {
        width: 115px !important
    }

    #catalogo.producto-detalle-box .detalle p {
        padding: 15px 0px
    }

    #catalogo.producto-detalle-box .resumen .box {
        padding: 20px 0px
    }

    #catalogo.producto-detalle-box .resumen h2 {
        line-height: 30px;
        font-size: 26px
    }

    #catalogo.producto-detalle-box .box-pri {
        margin-top: 0px;
        padding: 20px 0px
    }

    #catalogo.producto-detalle-box .box-pri .enviar-al-carrito {
        width: 140px;
        float: right
    }

    #catalogo.producto-detalle-box .box-pri .precio {
        margin-bottom: 0px
    }

    #catalogo.producto-detalle-box .box-pri .cuotas {
        margin-top: 15px;
        text-align: center
    }

    #catalogo.producto-detalle-box .box-pri .cuotas img,
    #catalogo.producto-detalle-box .box-pri .cuotas span {
        display: inline-block
    }

    #catalogo.producto-detalle-box #primary-menu ul {
        margin-top: 0px !important
    }

    #catalogo.producto-detalle-box .box-pri .box-precios {
        display: inline-block;
        float: right !important
    }

    #catalogo.producto-detalle-box .box-pri .box-precios .precio {
        text-align: center
    }

    #catalogo.producto-detalle-box .box-pri .box-precios .oferta {
        text-align: center;
        margin: 0px
    }

    #catalogo.producto-detalle-box .especificaciones .titulo {
        margin-top: 0px
    }

    #catalogo.producto-detalle-box .especificaciones ul li {
        padding: 15px 0px
    }

    #catalogo.producto-detalle-box .especificaciones ul li div {
        padding: 2px 15px
    }

    #catalogo.producto-detalle-box .especificaciones ul li .tit,
    #catalogo.producto-detalle-box .especificaciones ul li .det {
        width: 100%;
        border: none;
        text-align: center
    }

    #catalogo.producto-detalle-box .especificaciones ul li .tit {
        font-weight: 700
    }

    #catalogo.producto-detalle-box #wrapper {
        overflow-x: hidden
    }
}

@media only screen and (max-width:500px) {
    #catalogo.producto-detalle-box .envio .info {
        margin: 0px;
        width: 100%
    }

    #catalogo.producto-detalle-box .envio {
        text-align: center
    }

    #catalogo.producto-detalle-box .envio img {
        display: inline-block;
        float: initial;
        margin-bottom: 15px
    }

    #catalogo.producto-detalle-box #content {
        background: transparent
    }

    #catalogo.producto-detalle-box .box-contenedor {
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-bottom: 0px
    }
}

#catalogo.carrito {
    background: #f0f0f0
}

#catalogo.carrito .content-wrap {
    padding: 0
}

#catalogo.carrito #footer {
    margin: 0px;
    padding: 0px
}

#catalogo.carrito #productos {
    display: inline-block;
    width: 100%;
    margin: 50px 0px
}

#catalogo.carrito #wrapper {
    background: transparent
}

#catalogo.carrito #content {
    background: transparent;
    padding: 0px 0px 10px 0px
}

#catalogo.carrito .img-producto-g {
    width: auto;
    padding: 25px;
    margin-top: 20%
}

#catalogo.carrito .breadcrumbs {
    padding-bottom: 0px;
    margin-bottom: 0px;
    float: right
}

#catalogo.carrito .breadcrumbs a {
    background: #565656;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    padding: 8px 25px;
    font-size: 14px;
    float: right;
    -webkit-border-radius: 255px;
    -moz-border-radius: 255px;
    border-radius: 255px
}

#catalogo.carrito .breadcrumbs a:hover {
    background: #002d72
}

#catalogo.carrito .breadcrumbs a span {
    font-weight: 700;
    color: #ffffff;
    margin-left: 0px
}

#catalogo.carrito .titulo-cat {
    font-family: 'Montserrat', sans-serif;
    color: #636363;
    font-weight: 300;
    padding: 5px 0px;
    font-size: 20px;
    display: inline-block;
    float: left;
    width: 100%
}

#catalogo.carrito .producto-detalle {
    display: inline-block;
    width: 100%
}

#catalogo.carrito .producto-detalle .titulo-pri {
    height: 24px;
    font-size: 17px;
    overflow: hidden;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 0px
}

#catalogo.carrito .producto-detalle .codigo-prod {
    height: 20px;
    font-size: 15px;
    overflow: hidden;
    width: 100%
}

#catalogo.carrito .producto-detalle .precios-prod {
    height: 34px;
    overflow: hidden;
    width: 100%
}

#catalogo.carrito article {
    display: inline-block;
    width: 100%
}

#catalogo.carrito article .box {
    float: left;
    width: 100%;
    border: 1px solid #d9d9d9;
    background: #fff
}

#catalogo.carrito article .box img {
    padding: 10px;
    max-height: 100px;
    margin-top: 0px
}

#catalogo.carrito article .box .box-info {
    padding: 0px 10px;
    margin: 0px;
    width: 100%
}

#catalogo.carrito article .box .box-info .precios-prod {
    margin-top: 0px
}

#catalogo.carrito article .box .box-info .p-lista {
    background: transparent;
    color: #636363;
    font-size: 20px;
    font-weight: 700;
    border: none;
    padding: 0px;
    margin-bottom: 25px
}

#catalogo.carrito article .box .box-talles-cantidades {
    margin-top: 15px;
    height: 90px
}

#catalogo.carrito article .box .box-talles-cantidades .stock {
    color: #ffffff;
    background: #002d72;
    border: 1px solid #002d72
}

#catalogo.carrito article .box .boxt-right {
    border-right: 1px solid #eee;
    height: 100px
}

#catalogo.carrito article .box .mod-modificar .cantidad {
    margin-top: 15px;
    text-align: center
}

#catalogo.carrito article .box .mod-modificar .cantidad i {
    font-style: initial;
    font-size: 16px;
    width: initial;
    line-height: 33px
}

#catalogo.carrito article .box .mod-modificar .input-cantidad {
    width: 60px;
    text-align: center;
    -webkit-border-radius: 255px;
    -moz-border-radius: 255px;
    border-radius: 255px;
    border: 1px solid #999
}

#catalogo.carrito article .box .mod-modificar .precio {
    color: #d50032;
    font-size: 26px;
    text-align: center;
    float: left;
    line-height: 32px;
    font-weight: 300;
    width: 100%;
    padding-bottom: 25px
}

#catalogo.carrito article .box .mod-modificar .precio span {
    color: #838383;
    font-size: 17px;
    display: block;
    width: 100%;
    margin-top: 15px
}

#catalogo.carrito article .box .mod-modificar .precio i {
    font-style: initial;
    font-size: 18px;
    display: block;
    width: 100%
}

#catalogo.carrito article .box .mod-modificar .boxt-opciones {
    width: 100%;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    padding: 15px 0px;
    margin-bottom: 15px;
    margin-top: 25px
}

#catalogo.carrito article .box .mod-modificar .boxt-opciones .mod-opciones {
    width: 100%;
    display: inline-block
}

#catalogo.carrito article .box .mod-modificar .boxt-opciones .mod-opciones.quitar {
    color: red !important
}

#catalogo.carrito article .box .mod-modificar .boxt-opciones .mod-opciones span {
    margin-right: 5px
}

#catalogo.carrito article .box .mod-rep-borrar {
    padding-left: 0px
}

#catalogo.carrito .finalizar-compra {
    margin-top: 0px
}

#catalogo.carrito #content .form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-bottom: 10px;
    height: 45px;
    border-bottom: 1px solid #d9d9d9;
    font-size: 13px;
    font-weight: 300
}

#catalogo.carrito .finalizar-compra textarea {
    border: 1px solid #d9d9d9;
    width: 100%;
    margin-top: 0px;
    padding: 15px;
    height: 265px;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 300
}

#catalogo.carrito .finalizar-compra .box-fin {
    float: right;
    width: 100%
}

#catalogo.carrito .finalizar-compra .box-fin .total {
    background: #636363;
    color: #ffffff;
    font-size: 21px;
    float: left;
    padding: 12px 25px;
    font-family: 'Montserrat', sans-serif;
    padding: 13px 25px;
    margin-right: 15px !important;
    float: right
}

#catalogo.carrito .finalizar-compra .box-fin .finalizar {
    float: right;
    -webkit-border-radius: 255px;
    -moz-border-radius: 255px;
    border-radius: 255px;
    background: #002d72;
    cursor: pointer;
    color: #ffffff;
    font-size: 18px;
    margin-right: 0px;
    padding: 8px 25px;
    border: none;
    font-family: 'Montserrat', sans-serif;
    margin-top: 25px
}

#catalogo.carrito .finalizar-compra .box-fin .finalizar:hover {
    background: #d50032
}

#catalogo.carrito article .box .mod-img {
    text-align: center
}

#catalogo.carrito .box-fin-new {
    background: #ECECEC;
    border: 1px solid #DFDFDF;
    float: right;
    width: 100%;
    margin-top: 0px;
    min-width: 300px
}

#catalogo.carrito .box-fin-new .box {
    padding: 20px;
    text-align: right;
    float: left;
    width: 100%
}

#catalogo.carrito .box-fin-new .box .subt {
    color: #636363;
    font-size: 16px;
    font-weight: 700;
    width: 30%;
    float: right;
    margin-top: 7px
}

#catalogo.carrito .box-fin-new .box .desc {
    color: #30a739;
    font-size: 16px
}

#catalogo.carrito .box-fin-new .box .desc b {
    font-weight: 700
}

#catalogo.carrito .box-fin-new .box .tot {
    font-size: 18px;
    color: #636363;
    font-weight: 400;
    border-top: 1px solid #d1d1d1;
    padding-top: 20px;
    margin-top: 20px
}

#catalogo.carrito .box-fin-new .finalizar {
    width: 100%;
    padding: 10px 20px;
    background: #d50032;
    color: #ffffff;
    border: none;
    text-align: right;
    font-weight: 300;
    line-height: 30px;
    cursor: pointer;
    float: left
}

#catalogo.carrito .box-fin-new .finalizar:hover {
    background: #000000
}

#catalogo.carrito .box-fin-new .finalizar .icon-angle-right {
    font-size: 30px;
    display: inline-block;
    float: right;
    line-height: 28px
}

#catalogo.carrito .box-fin-new .finalizar div {
    display: inline-block;
    float: right;
    margin-right: 10px;
    font-size: 18px
}

#catalogo.carrito .box-fin-new .btn-contacto {
    max-width: 400px;
    width: 100%;
    float: left;
    -webkit-border-radius: 255px;
    -moz-border-radius: 255px;
    border-radius: 255px;
    border: 1px solid #999;
    padding: 6px 25px
}

@media only screen and (max-width:991px) {
    #catalogo.carrito #productos {
        text-align: center
    }

    #catalogo.carrito article .box .mod-info {
        border: none
    }

    #catalogo.carrito article .box .box-info {
        text-align: center
    }

    #catalogo.carrito .producto-detalle .titulo-pri {
        text-align: center
    }

    #catalogo.carrito article .box .box-info .precios-prod .p-lista {
        text-align: center;
        width: 100%
    }

    #catalogo.carrito article .box .boxt-right {
        border-top: 1px solid #eee;
        height: initial
    }

    #catalogo.carrito form {
        margin: 0px
    }

    #catalogo.carrito .productos-seleccionados {
        margin-top: 15px
    }

    #catalogo.carrito .box-fin {
        margin-bottom: 25px
    }

    #catalogo.carrito .box-fin-new {
        width: 100%
    }

    #catalogo.carrito .titulo-cat {
        width: 100%;
        margin-bottom: 15px;
        text-align: center
    }

    #catalogo.carrito .breadcrumbs {
        margin-bottom: 0px;
        float: initial;
        display: inline-block;
        padding-bottom: 15px
    }

    #catalogo.carrito .producto-detalle .titulo-pri {
        height: auto;
        margin-bottom: 5px;
        font-size: 18px;
        overflow: initial
    }

    #catalogo.carrito article .box .mod-modificar .precio {
        padding-bottom: 25px
    }

    #catalogo.carrito article .box .box-info {
        padding: 0px 15px;
        width: 100%;
        text-align: center
    }

    #catalogo.carrito .finalizar-compra .box-fin .total {
        margin: 15px 0px 0px 0px !important;
        width: 100%;
        float: left;
        text-align: center
    }

    #catalogo.carrito .finalizar-compra .box-fin .finalizar {
        width: 45%;
        float: right;
        margin-top: 15px;
        font-size: 17px
    }

    #catalogo.carrito .mod-modificar {
        border-top: 1px solid #eee
    }

    #catalogo.carrito article .box .mod-modificar .boxt-opciones {
        padding: 15px 0px
    }

    #catalogo.carrito article .box .mod-rep-cant {
        padding-right: 0px
    }
}

@media only screen and (max-width:575px) {
    #catalogo.carrito .mod-modificar {
        width: 50%
    }

    #catalogo.carrito .mod-rep-cant {
        width: 33.33%
    }

    #catalogo.carrito .mod-rep-borrar {
        width: 16.666667%
    }
}

.pasos {
    background: #ECEEED;
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 35px;
    text-align: center
}

.pasos .titulo-resp {
    display: none;
    text-align: center;
    color: #636363;
    font-size: 18px;
    font-weight: 300;
    width: 100%;
    margin-top: 40px
}

.pasos .box {
    display: inline-block;
    padding: 15px 0px;
    margin: 0px;
    margin-top: 10px;
    counter-reset: miContador
}

.pasos .box li#seleccionado span {
    background: #d50032;
    font-weight: 400
}

.pasos .box li#seleccionado div {
    color: #d50032;
    font-weight: 700
}

.pasos .box li {
    position: relative;
    display: inline-block;
    float: left;
    text-align: left
}

.pasos .box li:last-child {
    min-width: initial
}

.pasos .box li:last-child .paso {
    margin-right: 0px
}

.pasos .box li .paso {
    display: inline-block;
    position: relative;
    text-align: center;
    margin-right: 85px
}

.pasos .box li span::before {
    counter-increment: miContador;
    content: counters(miContador, '.') ''
}

.pasos .box li span {
    background: #BEBEBE;
    color: #ffffff;
    width: 33px;
    height: 33px;
    text-align: center;
    display: inline-block;
    -webkit-border-radius: 255px;
    -moz-border-radius: 255px;
    border-radius: 255px;
    font-size: 16px;
    font-weight: 300;
    line-height: 32px;
    position: relative;
    z-index: 25
}

.pasos .box li div {
    font-size: 14px;
    position: relative;
    z-index: 25;
    color: #666;
    margin-top: 10px
}

.pasos .box li .mod-cover {
    position: absolute;
    width: 50%;
    background: #ECEEED;
    height: 100%;
    top: 0px;
    z-index: -1;
    display: none
}

.pasos .box li:first-child .mod-cover {
    display: block
}

.pasos .box li .linea {
    position: absolute;
    width: 100%;
    height: 2px;
    display: inline-block;
    background: #BEBEBE;
    top: 16px;
    left: 0px;
    z-index: 0
}

.pasos .box li:last-child .linea {
    width: 50%
}

.pasos .box li .text {
    color: #838383;
    display: inline-block;
    width: 100%
}

.pasos .box li.gris .linea,
.pasos .box .pasos .box li.gris span {
    background: #C4C4C4
}

@media (max-width:991px) {
    .pasos .box li .paso {
        margin-right: 45px
    }
}

@media (max-width:767px) {
    .pasos .titulo-resp {
        display: inline-block
    }

    .pasos .box {
        padding-top: 0px
    }

    .pasos .box li .paso {
        margin-right: 10px
    }

    .pasos .box li .tit {
        display: none
    }
}

#carrito-pr {
    margin: 0px 0px
}

#carrito-pr .form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-bottom: 10px;
    height: 45px;
    border: 1px solid #d9d9d9;
    font-weight: 400
}

#carrito-pr .titulo {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 20px;
    display: flex
}

#carrito-pr .titulo .circulo {
    background: #585858;
    color: #ffffff;
    width: 33px;
    height: 33px;
    text-align: center;
    display: inline-block;
    -webkit-border-radius: 255px;
    -moz-border-radius: 255px;
    border-radius: 255px;
    font-size: 16px;
    font-weight: 300;
    line-height: 32px;
    position: relative;
    z-index: 25
}

#carrito-pr .titulo .tit {
    align-self: center;
    font-size: 20px;
    font-weight: 400;
    margin-left: 8px
}

#carrito-pr .info {
    font-size: 16px;
    color: #636363;
    margin: 32px 0 30px 0
}

#carrito-pr .checkbox-style-3-label:before {
    border: 1px solid #d9d9d9
}

#carrito-pr .checkbox-style:checked+.checkbox-style-3-label:before,
#carrito-pr .radio-style:checked+.radio-style-3-label:before {
    background: #1877B4
}

#carrito-pr .checkbox-seleccionar {
    background: #F7F7F7;
    border: 1px solid #d9d9d9;
    float: left;
    margin-right: 10px;
    padding: 13px 15px;
    margin-bottom: 10px;
    text-align: center
}

#carrito-pr .checkbox-seleccionar label {
    margin: 0px;
    display: flex
}

#carrito-pr .checkbox-seleccionar label:before {
    float: left;
    align-self: center
}

#carrito-pr .checkbox-seleccionar img {
    margin-left: 5px;
    float: left;
    align-self: center
}

#carrito-pr .checkbox-seleccionar span {
    float: left;
    line-height: 14px;
    text-align: left;
    margin-left: 10px;
    color: #999;
    font-weight: 300;
    align-self: center
}

#carrito-pr .checkbox-seleccionar span i {
    font-size: 10px;
    letter-spacing: 0px
}

#carrito-pr .bootstrap-select {
    width: 100%
}

#carrito-pr .bootstrap-select .btn {
    height: 45px;
    border: 1px solid #d9d9d9;
    width: 100%;
    font-weight: 400;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px
}

#carrito-pr .cuadro-destacado {
    width: 100%;
    float: left;
    border: 2px solid #d9d9d9;
    padding: 20px 30px;
    display: flex
}

#carrito-pr .cuadro-destacado p {
    line-height: 24px;
    margin-bottom: 0px
}

#carrito-pr .cuadro-destacado img {
    float: left;
    margin-right: 15px;
    width: 190px
}

#carrito-pr .cuadro-destacado span {
    float: left;
    font-size: 16px;
    color: #1877B4;
    line-height: 21px;
    align-self: center;
    font-weight: 400
}

#carrito-pr .continuar {
    float: right;
    width: 100%;
    max-width: 130px;
    background: #1877B4;
    color: #ffffff;
    border: none;
    padding: 10px 0px
}

#carrito-pr .continuar:hover {
    background: #38b1ff
}

#carrito-pr .volver {
    float: right;
    color: #838383;
    font-size: 17px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    margin: 8px 0px 6px 0px;
    text-align: center
}

#carrito-pr .volver:hover {
    font-weight: 700;
    color: #002d72
}

#carrito-pr .volver-responsive {
    display: none;
    float: left;
    width: 45%;
    background: #1877B4;
    color: #ffffff;
    border: none;
    font-size: 17px;
    margin-top: 15px;
    padding: 12px 25px;
    text-align: center;
    margin-right: 0px
}

#carrito-pr .volver-responsive {
    background: #636363
}

#carrito-pr .gracias {
    text-align: center;
    width: 100%;
    float: left
}

#carrito-pr .gracias .box {
    display: inline-block;
    max-width: 800px;
    margin-top: 15px
}

#carrito-pr .gracias .box .tit {
    background: #4E9C40;
    color: #ffffff;
    padding: 12px 35px;
    display: inline-block;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 15px;
    letter-spacing: 1px
}

#carrito-pr .gracias .box p {
    display: inline-block;
    font-size: 20px;
    font-weight: 300;
    line-height: 29px;
    margin: 25px 0px;
    color: #636363
}

#carrito-pr .productos-seleccionados {
    border: 1px solid #d9d9d9;
    width: 100%;
    display: inline-block
}

#carrito-pr .productos-seleccionados .tit {
    padding: 10px 25px;
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #d9d9d9;
    float: left;
    font-weight: 700;
    background: #fff
}

#carrito-pr .productos-seleccionados .tit div {
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    float: left
}

#carrito-pr .productos-seleccionados .tit .icon-angle-down {
    float: right;
    color: #636363;
    font-size: 21px;
    height: 16px;
    line-height: 19px
}

#carrito-pr .productos-seleccionados .productos-mod {
    min-height: 180px;
    border-bottom: 1px solid #d9d9d9;
    width: 100%;
    display: inline-block;
    overflow-y: auto;
    float: left;
    background-color: #fff
}

#carrito-pr .productos-seleccionados .productos-mod .prod {
    width: 100%;
    height: 70px;
    padding: 10px 25px;
    float: left;
    border-top: 1px solid #d9d9d9;
    background: #fff
}

#carrito-pr .productos-seleccionados .productos-mod .prod:first-child {
    border-top: none
}

#carrito-pr .productos-seleccionados .productos-mod .prod img {
    max-width: 40px;
    width: 20%;
    float: left
}

#carrito-pr .productos-seleccionados .productos-mod .prod .box {
    width: 80%;
    float: left;
    padding-left: 15px
}

#carrito-pr .productos-seleccionados .productos-mod .prod .box p {
    line-height: 18px;
    margin-bottom: 0px;
    font-size: 13px
}

#carrito-pr .productos-seleccionados .productos-mod .prod .box span {
    color: #1877B4;
    font-weight: 700;
    height: 17px;
    overflow: hidden
}

#carrito-pr .productos-seleccionados .productos-mod::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

#carrito-pr .productos-seleccionados .productos-mod::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 0px
}

#carrito-pr .productos-seleccionados .productos-mod::-webkit-scrollbar-thumb:active {
    background-color: #999999
}

#carrito-pr .productos-seleccionados .productos-mod::-webkit-scrollbar-thumb:hover {
    background: #b3b3b3
}

#carrito-pr .productos-seleccionados .productos-mod::-webkit-scrollbar-track {
    background: #e1e1e1;
    border-radius: 0px
}

#carrito-pr .productos-seleccionados .productos-mod::-webkit-scrollbar-track:hover,
#carrito-pr .productos-seleccionados .productos-mod::-webkit-scrollbar-track:active {
    background: #d4d4d4
}

#carrito-pr .productos-seleccionados .sub-total {
    padding: 15px 25px;
    float: left;
    width: 100%
}

#carrito-pr .productos-seleccionados .sub-total .sub {
    float: left;
    width: 100%;
    text-align: right;
    font-size: 16px
}

#carrito-pr .productos-seleccionados .sub-total .desc {
    float: left;
    width: 100%;
    text-align: right;
    font-size: 16px;
    color: #2A945B
}

#carrito-pr .productos-seleccionados .total {
    padding: 15px 25px;
    float: left;
    width: 100%;
    background: #fff;
    border-top: 1px solid #d9d9d9;
    text-align: right;
    font-size: 18px
}

@media (max-width:1199px) {
    #carrito-pr .checkbox-seleccionar {
        padding: 12px 10px
    }
}

@media (max-width:991px) {
    #carrito-pr .volver {
        display: none
    }

    #carrito-pr .volver-responsive {
        display: block
    }

    #carrito-pr .cuadro-destacado {
        text-align: center;
        border: 1px solid #d9d9d9
    }

    #carrito-pr .cuadro-destacado img {
        float: initial;
        margin-bottom: 15px
    }

    #carrito-pr .cuadro-destacado p {
        width: 100%
    }
}

@media (max-width:500px) {
    #carrito-pr .checkbox-seleccionar {
        width: 100%
    }
}

@media (max-width:991px) {
    #carrito-pr.modulo-pago .modulo-productos-seleccionados {
        display: block;
        margin-top: 25px
    }

    #carrito-pr.modulo-pago .volver {
        display: none
    }
}

.row-select-envio {
    margin-top: 0px;
    width: 100%;
    display: inline-block
}

.row-select-envio .custom-control b {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif
}

.row-select-envio .custom-control span {
    color: #636363;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 17px;
    display: inline-block
}

.retiro-sucursal-mod .lista {
    border: 1px solid #dad8d8;
    padding: 10px;
    margin-bottom: 0px
}

.retiro-sucursal-mod .custom-control-label {
    margin-bottom: 0px
}

.retiro-sucursal-mod .custom-control-label b {
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    color: #002d72;
    margin-bottom: 0px
}

.retiro-sucursal-mod .custom-control-label span {
    color: #636363;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 17px;
    display: inline-block;
    letter-spacing: 0px
}

.retiro-sucursal-mod .calcular-costo {
    display: inline-block;
    width: 100%;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #dad8d8
}

.retiro-sucursal-mod .calcular-costo .boton {
    background: #002d72;
    padding: 20px;
    color: #ffffff;
    margin-right: 10px;
    display: inline-block
}

#nosotros .img-inicio {
    margin-bottom: 25px;
    float: left;
    width: 100%
}

#nosotros .modulo-a,
#nosotros .modulo-b,
#nosotros .modulo-c,
#nosotros .modulo-d {
    float: left;
    width: 100%;
    padding: 35px
}

#nosotros .box-nosotros b {
    float: left;
    text-align: center;
    width: 100%;
    color: #002d72;
    font-weight: 700
}

#nosotros .modulo-b {
    background-color: #002d72;
    color: #fff
}

#nosotros .modulo-b b {
    color: #ffffff
}

#nosotros .modulo-d {
    background-color: #eee
}

#nosotros footer {
    margin-top: 0px;
    padding-top: 0px
}

#nosotros #wrapper .box-principal {
    text-align: center;
    background: #eee
}

#nosotros #wrapper .box-nosotros {
    background: #ffffff;
    max-width: 900px;
    width: 100%;
    display: inline-block;
    margin: 80px 0px;
    position: relative;
    -webkit-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.25)
}

#nosotros #wrapper .box-nosotros p.titulo {
    font-family: 'Montserrat', sans-serif;
    font-size: 23px;
    color: #636363;
    margin: 0px;
    line-height: 30px
}

#nosotros #wrapper .box-nosotros p {
    font-size: 17px;
    margin-bottom: 0px;
    line-height: 26px
}

#nosotros #wrapper .box-nosotros p b {
    color: #002d72;
    font-weight: 700
}

#nosotros #wrapper .box-nosotros p img {
    max-width: 300px
}

#nosotros #wrapper .box-img {
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
    display: inline-block;
    text-align: center;
    padding-bottom: 35px;
    margin-bottom: 35px;
    padding-top: 5px
}

#nosotros #wrapper .box-nosotros .figura {
    background: url(../img/figura.png) bottom no-repeat;
    width: 36px;
    height: 109px;
    position: absolute;
    right: 15px;
    top: -8px
}

@media only screen and (max-width:500px) {
    #nosotros #wrapper .box-nosotros .figura {
        display: none
    }
}

#nosotros.preguntas-frecuentes #wrapper .box-nosotros {
    padding-top: 40px
}

#nosotros.preguntas-frecuentes #wrapper .box-nosotros #accordion h3 {
    margin: 0px;
    font-size: 15px;
    color: #002d72;
    text-align: left;
    font-weight: 700;
    padding: 10px 15px
}

#nosotros.preguntas-frecuentes #wrapper .box-nosotros #accordion h3:hover {
    color: #d50032
}

#nosotros.preguntas-frecuentes #wrapper .box-nosotros #accordion h3 span {
    margin-right: 15px
}

#nosotros.preguntas-frecuentes #wrapper .box-nosotros #accordion .card-body {
    padding: 30px;
    float: left
}

#nosotros.preguntas-frecuentes #wrapper .box-nosotros #accordion .card-body p {
    text-align: left;
    font-size: 14px
}

#nosotros.preguntas-frecuentes #wrapper .box-nosotros #accordion .card-body img {
    float: right
}

#nosotros.mas-informacion #wrapper .box-nosotros {
    margin: 0px
}

#nosotros.mas-informacion #wrapper .box-ancla {
    padding-top: 75px
}

#nosotros.mas-informacion .box-principal {
    margin-bottom: 80px
}

#nosotros.mas-informacion #wrapper .box-nosotros p.titulo span {
    margin-right: 15px;
    font-size: 26px;
    color: #d50032
}

#contacto .g-recaptcha {
    float: left
}

#contacto .box-principal {
    text-align: center
}

#contacto footer {
    padding-top: 0px
}

#contacto #wrapper #content {
    background: url(../imagenes/fondo-3.jpg) center no-repeat;
    background-size: cover
}

#contacto #buscador-box {
    max-width: 70%;
    width: 100%;
    background: #ffffff;
    display: inline-block;
    padding: 45px 25px;
    margin: 80px 0px;
    position: relative;
    -webkit-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.25)
}

#contacto #buscador-box .contacto-box-1 {
    padding: 0px 35px
}

#contacto #buscador-box form {
    display: inline-block;
    width: 100%;
    float: initial;
    margin: 0px
}

#contacto #buscador-box textarea {
    height: 200px;
    width: 100%;
    display: inline-block
}

#contacto #buscador-box label {
    text-align: left;
    color: #ffffff;
    width: 100%;
    text-shadow: 3px 1px 2px rgba(0, 0, 0, 0.7)
}

#contacto #buscador-box .btn-contacto {
    width: 100%;
    height: 45px;
    margin-bottom: 20px;
    padding: 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    border: 1px solid #eee;
    color: #838383;
    font-weight: 300
}

#contacto #buscador-box textarea.btn-contacto {
    height: 200px
}

#contacto #buscador-box .titulo {
    color: #838383;
    text-align: center;
    font-size: 29px;
    margin-top: 0px;
    font-weight: 300;
    margin-bottom: 10px;
    padding-bottom: 25px
}

#contacto #buscador-box .enviar-bottom {
    display: inline-block;
    -webkit-border-radius: 255px;
    -moz-border-radius: 255px;
    border-radius: 255px;
    background: #002d72;
    color: #fff;
    padding: 0px 20px;
    color: #ffffff;
    border: none;
    width: 100%;
    max-width: 200px;
    font-size: 16px;
    float: right;
    cursor: pointer
}

#contacto #buscador-box .enviar-bottom:hover {
    background: #d50032
}

#contacto .fluid-width-video-wrapper {
    float: left;
    width: 100%;
    padding: 0px !important;
    height: 320px
}

#contacto .fluid-width-video-wrapper iframe,
#contacto .fluid-width-video-wrapper object,
#contacto .fluid-width-video-wrapper embed {
    position: initial
}

#contacto .datos {
    float: left;
    width: 100%;
    padding: 30px 0px 60px 0px
}

#contacto .datos div {
    font-size: 19px;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    text-shadow: 2px 2px 3px #000
}

#contacto .datos div span {
    color: #ffffff;
    font-size: 21px;
    margin-right: 7px;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.7)
}

@media only screen and (max-width:991px) {
    #contacto .fluid-width-video-wrapper {
        margin-top: 20px
    }

    #contacto #buscador-box {
        max-width: 100%
    }
}

@media only screen and (max-width:767px) {
    #contacto #buscador-box form {
        width: 100%
    }
}

@media only screen and (max-width:490px) {
    #contacto #buscador-box {
        padding: 0px 10px
    }

    #contacto #buscador-box form {
        padding: 25px 0
    }

    #contacto #buscador-box .titulo {
        font-size: 28px
    }
}

@media only screen and (max-width:350px) {
    #contacto #buscador-box {
        padding: 15px
    }
}

#contacto.registro .fondo {
    text-align: center
}

#contacto.registro #buscador-box {
    margin-bottom: 60px
}

#perfil {
    position: initial;
    height: 100%
}

#perfil #footer {
    margin-top: 0px
}

#perfil #content {
    background: #e9e9e9;
    padding: 50px 0px
}

#perfil #wrapper {
    background: transparent
}

#perfil h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    font-weight: 300;
    width: 100%;
    display: inline-block;
    color: #636363;
    padding: 25px 0;
    border-bottom: 1px solid #888;
    margin-bottom: 45px
}

#perfil #wrapper .finalizar-compra {
    margin-bottom: 45px
}

#perfil #wrapper .finalizar-compra .input-box {
    margin-bottom: 15px;
    float: left;
    width: 100%
}

#perfil #wrapper .finalizar-compra label {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: #ffffff;
    background-color: #707070;
    padding: 11px 15px;
    width: 35%;
    height: 40px;
    float: left;
    font-weight: 300;
    line-height: 18px;
    margin: 0px
}

#perfil #wrapper .finalizar-compra input {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    height: 40px;
    width: 65%;
    float: left;
    padding: 10px 15px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #d9d9d9;
    color: #636363
}

#perfil #wrapper .finalizar-compra select {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    height: 40px;
    width: 65%;
    float: left;
    padding: 5px 15px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #d9d9d9;
    color: #b9b9b9
}

#perfil #wrapper .finalizar-compra .actualizar input {
    width: 250px;
    float: right;
    text-align: center;
    background: #d50032;
    color: #ffffff;
    border: none
}

#perfil #wrapper .finalizar-compra .actualizar input:hover {
    background: #002d72
}

#perfil #wrapper .finalizar-compra label {
    width: 100%
}

#perfil #wrapper .finalizar-compra input {
    width: 100%
}

.panel-botonera {
    float: left
}

.panel-botonera li {
    float: left;
    margin-bottom: 10px
}

.panel-botonera li a {
    color: #636363;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    background: #ddd;
    padding: 5px 25px;
    font-size: 18px;
    float: left;
    margin-right: 10px;
    border: 1px dotted #ccc
}

.panel-botonera li a:hover {
    background: #636363;
    color: #ffffff
}

.panel-botonera .seleccionado-mod {
    background: #636363 !important;
    color: #ffffff !important
}

#facturas {
    background: url(../img/texture1.png) repeat #fff;
    position: initial;
    height: 100%
}

#facturas footer {
    margin-top: 0px !important
}

#facturas #content {
    background: #e9e9e9 !important;
    padding: 50px 0px
}

#facturas .breadcrumbs {
    float: left;
    width: 100%;
    margin: 20px 0;
    padding-top: 8px;
    text-align: left
}

#facturas .volver {
    background: #ffffff;
    color: #636363;
    border: 1px dotted #ddd;
    padding: 8px 15px;
    float: right
}

#facturas .volver:hover {
    font-weight: 700
}

#facturas p,
#facturas pre,
#facturas ul,
#facturas ol,
#facturas dl,
#facturas dd,
#facturas blockquote,
#facturas address,
#facturas table,
#facturas fieldset,
#facturas form {
    margin: 0px
}

#facturas #wrapper {
    background: transparent
}

#facturas h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    font-weight: 300;
    width: 100%;
    display: inline-block;
    color: #636363;
    padding: 25px 0;
    border-bottom: 1px solid #888
}

#facturas .table-condensed>tbody>tr>td,
#facturas .table-condensed>tbody>tr>th,
#facturas .table-condensed>tfoot>tr>td,
#facturas .table-condensed>tfoot>tr>th,
#facturas .table-condensed>thead>tr>td,
#facturas .table-condensed>thead>tr>th {
    padding: 8px
}

#facturas .ranges li {
    padding: 6px 12px;
    font-size: 14px
}

#facturas .buscador-box {
    width: 80%;
    float: left
}

#facturas .buscador-box form {
    background-color: #eee;
    float: left;
    width: 100%;
    padding: 10px 15px
}

#facturas .buscador-box #reportrange {
    width: 35%;
    border: 1px solid #ccc;
    float: left;
    height: 34px;
    cursor: pointer;
    overflow: hidden;
    background-color: #ffffff;
    position: relative
}

#facturas .buscador-box #reportrange span {
    font-size: 12px;
    color: #636363;
    font-family: 'Montserrat', sans-serif;
    float: left;
    padding: 8px 10px;
    height: 23px;
    overflow: hidden
}

#facturas .buscador-box #reportrange .glyphicon {
    color: #ffffff;
    font-size: 18px;
    background-color: #838383;
    height: 32px;
    padding: 7px 0px;
    text-align: center;
    top: 0px;
    border-right: 1px solid #ccc;
    float: left;
    width: 50px;
    line-height: 18px
}

#facturas .buscador-box #reportrange .caret {
    position: absolute;
    right: 10px;
    top: 12px;
    border-top: 7px dashed;
    border-top: 3px solid\9;
    border-right: 3px solid transparent;
    border-left: 3px solid transparent;
    text-align: center;
    color: #D3D3D3
}

#facturas .buscador-box .buscar {
    float: left;
    width: 26%;
    margin-left: 15px;
    border: 1px solid #ccc;
    position: relative;
    height: 34px;
    overflow: hidden
}

#facturas .buscador-box .enviar {
    float: right;
    width: 15%;
    background-color: #d50032;
    height: 34px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    color: #ffffff;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700
}

#facturas .buscador-box .enviar:hover {
    background-color: #002d72
}

@media only screen and (max-width:1199px) {
    #facturas .buscador-box {
        width: 81%
    }

    #facturas .buscador-box #reportrange {
        width: 40%
    }

    #facturas .buscador-box .buscar {
        width: 20%
    }

    #facturas .buscador-box .enviar {
        width: 12%
    }
}

@media only screen and (max-width:991px) {
    #facturas .buscador-box {
        width: 100%;
        margin-bottom: 15px
    }

    #facturas .buscador-box form {
        padding: 20px;
        background: #eee
    }

    #facturas .buscador-box #reportrange {
        width: 100%
    }

    #facturas .buscador-box .buscar {
        width: 65%;
        margin-left: 0px;
        margin-top: 15px
    }

    #facturas .buscador-box .enviar {
        width: 25%;
        margin-top: 15px
    }
}

@media only screen and (max-width:550px) {
    #facturas .buscador-box #reportrange {
        width: 100%
    }

    #facturas .buscador-box .buscar {
        width: 100%;
        margin-left: 0%
    }

    #facturas .buscador-box .enviar {
        width: 100%
    }
}

#facturas .factura-box {
    margin-top: 15px
}

#facturas .factura-box .rotulo {
    background-color: #ffffff
}

#facturas .factura-box .rotulo li {
    color: #636363;
    font-weight: 700;
    text-transform: uppercase
}

#facturas .factura-box ul {
    display: table;
    width: 100%;
    padding: 15px 15px;
    background-color: #ffffff;
    border-bottom: 1px solid #D3D3D3;
    position: relative
}

#facturas .factura-box ul li {
    display: table-cell;
    font-family: 'Montserrat', sans-serif;
    color: #636363;
    vertical-align: middle
}

#facturas .factura-box .check {
    width: 5%
}

#facturas .factura-box .numero {
    width: 12%
}

#facturas .factura-box .emision {
    width: 60%
}

#facturas .factura-box .importe {
    width: 10%
}

#facturas .factura-box .estado {
    width: 10%
}

#facturas .factura-box .ver {
    width: 10%;
    text-align: center
}

#facturas .factura-box .ver .ver-factura {
    font-family: 'Montserrat', sans-serif;
    color: #D3D3D3;
    display: inline-block;
    font-weight: 400
}

#facturas .factura-box .ver span {
    font-size: 22px;
    color: #838383;
    text-align: center
}

#facturas .factura-box .ver span:hover {
    color: #002d72
}

#facturas .factura-box .numero span,
#facturas .factura-box .emision span,
#facturas .factura-box .importe span,
#facturas .factura-box .estado span,
#facturas .factura-box .ver .ver-factura {
    display: none
}

#facturas .factura-box .check input {
    margin: 0px
}

#facturas .factura-box-comprobante .imagen {
    width: 10%
}

#facturas .factura-box-comprobante .cod {
    width: 15%
}

#facturas .factura-box-comprobante .desc {
    width: 35%
}

#facturas .factura-box-comprobante .cant {
    width: 8%;
    text-align: center
}

#facturas .factura-box-comprobante .precio {
    width: 8%;
    text-align: center
}

#facturas .factura-box-comprobante .impo {
    width: 8%;
    text-align: center
}

#facturas .factura-box-comprobante .imagen img {
    padding-right: 15px
}

#facturas .factura-box-comprobante ul li span {
    display: none
}

#facturas .factura-box-comprobante .total .unidades {
    width: 66%;
    display: inline-block;
    text-align: right;
    padding: 15px;
    font-weight: 700;
    color: #002d72
}

#facturas .factura-box-comprobante .total .unidades span {
    padding-left: 15px
}

#facturas .factura-box-comprobante .total .total-final {
    width: 34%;
    display: inline-block;
    text-align: right;
    padding: 15px 10px;
    font-weight: 700;
    color: #002d72
}

#facturas .factura-box-comprobante .total .total-final span {
    padding-left: 15px
}

@media only screen and (max-width:991px) {
    #facturas .factura-box-comprobante .total .unidades {
        border-bottom: 1px solid #d9d9d9
    }

    #facturas .factura-box-comprobante .total .total-final,
    #facturas .factura-box-comprobante .total .unidades {
        text-align: center;
        width: 100%
    }

    #facturas .factura-box-comprobante .imagen {
        width: 100%;
        text-align: center !important
    }

    #facturas .factura-box-comprobante .imagen img {
        width: 100%;
        max-width: 300px;
        padding: 10px
    }

    #facturas .factura-box-comprobante .cod,
    #facturas .factura-box-comprobante .desc,
    #facturas .factura-box-comprobante .cant,
    #facturas .factura-box-comprobante .precio,
    #facturas .factura-box-comprobante .impo,
    #facturas .factura-box-comprobante .imagen {
        width: 100%;
        text-align: left
    }

    #facturas .factura-box-comprobante ul li span {
        display: inline-block;
        font-weight: 700
    }
}

@media only screen and (max-width:991px) {
    #facturas .factura-box .factura {
        margin-bottom: 25px
    }

    #facturas .factura-box .rotulo {
        display: none
    }

    #facturas .factura-box ul {
        display: initial;
        float: left;
        width: 100%;
        padding: 25px
    }

    #facturas .factura-box ul li {
        display: initial;
        float: left;
        margin-bottom: 5px
    }

    #facturas .factura-box .check {
        position: absolute;
        right: 25px;
        width: auto
    }

    #facturas .factura-box .numero,
    #facturas .factura-box .importe,
    #facturas .factura-box .estado,
    #facturas .factura-box .emision {
        width: 100%
    }

    #facturas .factura-box .numero span,
    #facturas .factura-box .emision span,
    #facturas .factura-box .importe span,
    #facturas .factura-box .estado span,
    #facturas .factura-box .ver span {
        display: inline-block;
        margin-right: 5px;
        font-weight: 700;
        font-size: 14px;
        color: #b9b9b9
    }

    #facturas .factura-box .ver {
        width: 100%
    }

    #facturas .factura-box .ver a {
        display: inline-block;
        background-color: #002d72;
        text-align: center;
        color: #ffffff;
        padding: 5px 0;
        margin-top: 15px;
        padding: 8px 25px;
        width: 100%
    }

    #facturas .factura-box .ver span,
    #facturas .factura-box .ver .ver-factura {
        color: #ffffff;
        display: inline-block;
        font-size: 16px
    }

    #facturas .factura-box .ver span:hover,
    #facturas .factura-box .ver .ver-factura:hover {
        color: #ffffff
    }
}

.contacto-box-mod {
    display: inline-block;
    width: 100%
}

.campos {
    float: left
}

.sub-titulo {
    font-size: 19px;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%
}

#sucursales #wrapper #content {
    background: #f2f2f2
}

#sucursales #wrapper .box-principal {
    text-align: center;
    padding: 80px 0px
}

#sucursales #wrapper .box-sucursal {
    background: #ffffff;
    display: inline-block;
    width: 100%;
    margin-top: 25px;
    position: relative;
    -webkit-box-shadow: 2px 2px 7px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 2px 2px 7px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 2px 2px 7px 0 rgba(0, 0, 0, 0.25)
}

#sucursales #wrapper .box-sucursal .box-1,
#sucursales #wrapper .box-sucursal .box-2,
#sucursales #wrapper .box-sucursal .box-3 {
    height: 260px
}

#sucursales #wrapper .box-sucursal .box-1 {
    width: 25%;
    float: left;
    overflow: hidden
}

#sucursales #wrapper .box-sucursal .box-1 .fluid-width-video-wrapper {
    height: 100%
}

#sucursales #wrapper .box-sucursal .box-2 {
    width: 40%;
    float: left;
    display: table;
    overflow: hidden
}

#sucursales #wrapper .box-sucursal .box-2 .titulo {
    padding: 35px;
    margin: 0px;
    text-align: left;
    display: table;
    vertical-align: middle;
    display: table-cell
}

#sucursales #wrapper .box-sucursal .box-2 .titulo b {
    color: #002d72;
    font-weight: 700;
    font-size: 18px
}

#sucursales #wrapper .box-sucursal .box-2 .titulo span {
    font-weight: 500
}

#sucursales #wrapper .box-sucursal .box-3 {
    width: 35%;
    float: left;
    overflow: hidden
}

#sucursales #wrapper .box-sucursal .box-3 img {
    margin-top: -14%
}

#sucursales .tit-sucursales {
    font-size: 25px;
    margin-bottom: 16px;
    color: #666;
    font-weight: 300
}

#sucursales footer {
    margin-top: 0px;
    padding-top: 0px
}

@media only screen and (max-width:1199px) {

    #sucursales #wrapper .box-sucursal .box-3,
    #sucursales #wrapper .box-sucursal .box-1 {
        width: 50%;
        float: left
    }

    #sucursales #wrapper .box-sucursal .box-2 {
        width: 100%;
        float: left;
        text-align: center;
        height: initial
    }

    #sucursales #wrapper .box-sucursal .box-2 .titulo {
        width: 100%;
        text-align: center
    }
}

@media only screen and (max-width:600px) {

    #sucursales #wrapper .box-sucursal .box-2,
    #sucursales #wrapper .box-sucursal .box-3,
    #sucursales #wrapper .box-sucursal .box-1 {
        width: 100%;
        float: left
    }
}

#certificaciones #wrapper #content {
    background: #f2f2f2
}

#certificaciones #wrapper .box-principal {
    text-align: center;
    padding: 80px 0px
}

#certificaciones #wrapper .box-certificacion {
    background: #ffffff;
    display: inline-block;
    width: 100%;
    margin-top: 25px;
    position: relative;
    -webkit-box-shadow: 2px 2px 7px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 2px 2px 7px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 2px 2px 7px 0 rgba(0, 0, 0, 0.25)
}

#certificaciones #wrapper .box-certificacion .box-1 {
    width: 30%;
    padding: 35px;
    display: table;
    vertical-align: middle;
    display: table-cell;
    border-right: 1px solid #d9d9d9
}

#certificaciones #wrapper .box-certificacion .box-1 img {
    margin: 5px;
    display: inline-block
}

#certificaciones #wrapper .box-certificacion .box-2 {
    width: 70%;
    padding: 35px 45px;
    margin: 0px;
    text-align: left;
    display: table;
    vertical-align: middle;
    display: table-cell
}

#certificaciones #wrapper .box-certificacion .box-2 a {
    background: #636363;
    color: #ffffff;
    padding: 7px 25px;
    float: left
}

#certificaciones #wrapper .box-certificacion .box-2 a:hover {
    background: #002d72
}

#certificaciones #wrapper .box-certificacion .box-2 h2 {
    font-weight: 700;
    font-size: 28px
}

#certificaciones .tit-sucursales {
    font-size: 30px;
    margin-bottom: 16px;
    color: #666;
    font-weight: 300
}

@media only screen and (max-width:991px) {
    #certificaciones #wrapper .box-certificacion .box-1 {
        padding-bottom: 0px
    }

    #certificaciones #wrapper .box-certificacion .box-1,
    #certificaciones #wrapper .box-certificacion .box-2 {
        width: 100%;
        border: none;
        text-align: center;
        display: inline-block
    }

    #certificaciones #wrapper .box-certificacion .box-1 img {
        max-width: 180px
    }

    #certificaciones #wrapper .box-certificacion .box-2 h2 {
        line-height: 30px
    }

    #certificaciones #wrapper .box-certificacion .box-2 {
        display: inline-block;
        height: initial;
        padding: 25px;
        padding-bottom: 40px
    }

    #certificaciones #wrapper .box-certificacion .box-2 .titulo {
        display: inline-block
    }

    #certificaciones #wrapper .box-certificacion .box-2 .texto {
        line-height: 24px
    }

    #certificaciones #wrapper .box-certificacion .box-2 a {
        float: initial
    }
}

#div_alert_ok {
    opacity: 1 !important
}

.sumate-landing #slider.swiper_wrapper {
    height: 600px !important
}

@media only screen and (max-width:991px) {

    .sumate-landing #slider.swiper_wrapper,
    .sumate-landing #slider.swiper_wrapper .swiper-slide,
    .sumate-landing .swiper_wrapper .swiper-container {
        height: initial !important;
        max-height: initial !important
    }

    .sumate-landing #slider.swiper_wrapper:not(.force-full-screen),
    .sumate-landing #slider.swiper_wrapper:not(.force-full-screen):not(.canvas-slider-grid) .swiper-slide {
        height: initial !important;
        max-height: initial !important
    }
}

.Filtros-Activos #nav-catalogo-header {
    display: none !important
}

.Filtros-Desactivados #nav-catalogo {
    display: none !important
}

.productos .producto .image_fade {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.productos .producto .image_hover {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 0;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0
}

.productos .producto:hover .image_hover {
    opacity: 1;
    z-index: 2
}

#header.sticky-header:not(.static-sticky) #top-search,
#header.sticky-header:not(.static-sticky) #top-cart,
#header.sticky-header:not(.static-sticky) #side-panel-trigger {
    margin-top: 25px !important;
    margin-bottom: 20px !important
}

#header.sticky-header:not(.static-sticky),
#header.sticky-header:not(.static-sticky) #header-wrap,
#header.sticky-header:not(.static-sticky):not(.sticky-style-2):not(.sticky-style-3) #logo img {
    height: initial !important
}

#header.sticky-header #primary-menu .navegacion-principal {
    margin-top: 0px
}

#header.sticky-header #primary-menu .navegacion-principal>li::after {
    padding: 23px 5px
}

#header.sticky-header #primary-menu>ul>li>a {
    padding-top: 20px;
    padding-bottom: 20px
}

#header.sticky-header #logo {
    margin: 9px 0px;
    margin-left: 3vw
}

#header.sticky-header #logo img {
    width: 45px
}

#header.sticky-header .icono-menu {
    margin-top: 23px
}

.cupon {
    margin-top: 30px;
    background: #fff;
    padding: 30px;
    float: left
}

.cupon .subt {
    font-weight: 700;
    font-size: 15px
}

.cupon .box .desc {
    margin-bottom: 10px;
    font-size: 14px
}

.cupon .box input {
    border: 1px solid #ddd;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    height: 35px;
    padding: 5px 25px;
    -webkit-border-radius: 255px;
    -moz-border-radius: 255px;
    border-radius: 255px
}

.cupon .box input.aplicar:hover {
    background: #002d72;
    color: #fff;
    cursor: pointer;
    -webkit-border-radius: 255px;
    -moz-border-radius: 255px;
    border-radius: 255px
}

.finalizar-compra-blanco {
    background: #fff;
    padding: 30px;
    float: left
}

@media only screen and (max-width:997px) {
    body {
        overflow-y: auto
    }
}

.productos .cat {
    position: relative
}

.productos .producto .iconos {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    float: left;
    z-index: 5;
    margin: 0px;
    padding: 12px 8px
}

.productos .producto .iconos li {
    float: left;
    width: 100%
}

.productos .producto .iconos img {
    width: 100%;
    float: left;
    max-width: 37px;
    margin: 1.5%
}

.tooltip {
    font-size: 14px
}

#catalogo.producto-detalle-box .box-pri {
    float: left;
    width: 100%
}

#catalogo.producto-detalle-box .detalle {
    text-align: center;
    float: left;
    padding: 0px;
    margin-bottom: 0px;
    margin-top: 30px;
    background: #f5f5f5;
    border-radius: 15px;
    padding: 50px 25px
}

#catalogo.producto-detalle-box .owl-carousel {
    margin-bottom: 0px
}

#catalogo.producto-detalle-box .detalle .iconos {
    margin-bottom: 0px
}

#catalogo.producto-detalle-box .detalle li {
    margin-bottom: 15px;
    text-align: center
}

#catalogo.producto-detalle-box .detalle h2 {
    text-align: center;
    font-size: 16px;
    margin-bottom: 35px
}

#catalogo.producto-detalle-box .detalle img {
    width: 60px !important;
    display: inline-block
}

#catalogo.producto-detalle-box .detalle .text {
    font-size: 13px;
    line-height: 17px;
    margin-top: 8px;
    font-weight: 400;
    display: inline-block;
    width: 100%;
    text-align: center
}

.tooltip .tooltip-inner {
    font-size: 13px !important;
    background: #fff !important;
    color: #002d72;
    font-weight: 400
}

.tooltip .arrow::before {
    border-right-color: #fff
}

#catalogo.producto-detalle-box .detalle .owl-carousel:hover .owl-nav .owl-next {
    right: -15px;
    opacity: .5;
    filter: alpha(opacity=50)
}

#catalogo.producto-detalle-box .detalle .owl-carousel:hover .owl-nav .owl-prev {
    left: -15px;
    opacity: .5;
    filter: alpha(opacity=50)
}

.box-modulo-destacado {
    margin-top: 15px
}

.box-modulo-jl {
    border: 1px solid #ddd;
    width: 100%;
    float: left;
    text-align: center;
    padding: 25px
}

.box-modulo-jl .miscelanea {
    background: url(../imagenes/base/-miscelanea2.webp) top left no-repeat transparent;
    background-size: auto 80%;
    position: absolute;
    top: 0px;
    left: 15px;
    width: 100px;
    height: 100px
}

.box-modulo-jl img {
    width: 60px;
    margin-bottom: 5px
}

.box-modulo-jl b {
    color: #002d72;
    font-weight: 700;
    font-size: 19px;
    float: left;
    width: 100%;
    text-align: center
}

.box-modulo-jl span {
    color: #636363;
    font-size: 15px;
    float: left;
    width: 100%;
    text-align: center
}

#testimonios {
    float: left;
    width: 100%
}

.modulo-logos {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 80px
}

.modulo-logos .owl-carousel {
    max-width: 1100px;
    display: inline-block;
    border-bottom: 1px solid #ddd;
    padding-bottom: 25px
}

.modulo-logos h3 {
    float: left;
    width: 100%;
    text-align: center;
    line-height: 25px
}

@media only screen and (max-width:1199px) {
    .box-modulo-jl {
        margin-bottom: 15px
    }

    .box-modulo-jl img {
        width: 50px
    }

    .box-modulo-jl b {
        font-size: 15px;
        line-height: 21px
    }

    .box-modulo-jl span {
        font-size: 15px
    }
}

@media only screen and (max-width:991px) {
    body {
        overflow-x: hidden
    }
}

header .sub-header ul .h-ingresar {
    padding-right: 0px
}

header .sub-header ul .h-ingresar::after {
    content: " I";
    color: #ccc;
    float: right;
    margin-left: 20px;
    margin-top: -5px
}

header .sub-header ul .h-ingresar .icon-user {
    font-size: 12px;
    color: #636363;
    line-height: 15px
}

header .sub-header ul .h-ingresar a:hover .icon-user {
    color: #002d72
}

header .sub-header ul .h-ingresar .cliente-log {
    max-width: 160px;
    overflow: hidden
}

#myModalLogin {
    background: rgba(0, 0, 0, 0.3)
}

.modulo-mayorista .box-talles-cantidades {
    display: flex;
    margin-bottom: 5px;
    margin-top: 15px;
    border-spacing: 2px;
    white-space: nowrap;
    display: inline-block;
    overflow-x: auto;
    width: 100%;
    height: 140px !important;
    padding-right: 25px
}

.modulo-mayorista .box-talles-cantidades .tab {
    vertical-align: middle;
    display: inline-block;
    width: 50px;
    overflow: hidden
}

.modulo-mayorista .box-talles-cantidades .tab.tab-talle {
    width: 100px
}

.modulo-mayorista .box-talles-cantidades .titulo {
    border: 1px solid #dedede;
    background: #636363;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    padding: 5px;
    font-size: 14px;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    width: 100%;
    text-align: center;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    border-bottom-right-radius: 10px
}

.modulo-mayorista .box-talles-cantidades .numero,
.modulo-mayorista .box-talles-cantidades .stock,
.modulo-mayorista .box-talles-cantidades input {
    border: 1px solid #dedede;
    color: #636363;
    background: #eee;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    padding: 5px;
    font-size: 14px;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    width: 100%;
    text-align: center;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    border-bottom-right-radius: 10px
}

.modulo-mayorista .box-talles-cantidades .titulo.color-conf {
    background-color: #636363;
    border: 1px solid #636363
}

.modulo-mayorista .box-talles-cantidades input {
    background: #ffffff;
    border: 1px solid #dcdcdc
}

.modulo-mayorista .select-modulo {
    border: 1px solid #ddd;
    padding: 5px 25px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    height: 34px;
    border-radius: 5px;
    width: 100%
}

#catalogo.carrito.carrito-mayorista article .box .boxt-right {
    height: initial
}

@media only screen and (max-width:991px) {
    #catalogo.carrito.carrito-mayorista .modulo-mayorista {
        padding: 15px
    }
}

#home #slider.slider-responsivo {
    display: none
}

@media only screen and (max-width:767px) {
    #home #wrapper #slider.slider-no-responsivo {
        display: none
    }

    #home #wrapper #slider.swiper_wrapper img {
        width: 100%
    }
}

@media only screen and (max-width:767px) {

    .productos .producto .boxz,
    #catalogo .productos .producto .boxz {
        background: #f6f4f2 !important
    }

    .productos .producto .boxz .info,
    #catalogo .productos .producto .boxz .info {
        width: 100%;
        padding: 10px;
        text-align: center
    }

    .productos .producto .boxz .info i,
    #catalogo .productos .producto .boxz .info i,
    .productos .producto .boxz .info .cod,
    #catalogo .productos .producto .boxz .info .cod,
    .productos .producto .boxz .info b,
    #catalogo .productos .producto .boxz .info b {
        font-size: 13px
    }

    .productos .producto .oferta-box,
    #catalogo .productos .producto .oferta-box {
        font-size: 12px
    }

    .productos .producto .iconos img,
    #catalogo .productos .producto .iconos img {
        width: 32px
    }

    .productos .col-xl-3.mod-padding,
    #catalogo .productos .col-xl-3.mod-padding {
        width: 50%
    }
}

#blog #wrapper .box-principal {
    text-align: center;
    padding: 80px 0px
}

#blog #wrapper .grid-item {
    padding-top: 15px;
    padding-bottom: 15px
}

#blog #wrapper .articulo {
    width: 100%;
    overflow: hidden;
    position: relative;
    float: left
}

#blog #wrapper .articulo a .hover div span {
    width: 100%;
    font-size: 36px;
    opacity: .4;
    filter: alpha(opacity=40);
    margin-bottom: 15px
}

#blog #wrapper .articulo a {
    border: 1px solid #e7e5e5;
    float: left;
    width: 100%;
    height: 100%
}

#blog #wrapper .articulo a img {
    width: 100%
}

#blog #wrapper .articulo a .box-sp {
    padding: 10px 20px;
    float: left
}

#blog #wrapper .articulo a .box-sp i {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    color: #636363;
    margin-top: 15px;
    width: 100%;
    font-style: inherit
}

#blog #wrapper .articulo a .box-sp h1 {
    font-size: 16px;
    color: #002d72;
    font-family: 'Montserrat', sans-serif;
    margin-top: 5px;
    width: 100%;
    margin: 0 !important
}

#blog #wrapper .articulo a .box-sp h2 {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    color: #b9b9b9;
    margin-top: 15px;
    line-height: 22px;
    width: 100%
}

#blog .tit-blog {
    font-size: 25px;
    margin-bottom: 16px;
    color: #666;
    font-weight: 300
}

#blog .nota-detalle {
    max-width: 750px;
    padding-top: 20px;
    padding-bottom: 30px;
    margin: 0 auto;
    border: none
}

#blog .nota-detalle .box-datos {
    width: 100%;
    display: inline-block
}

#blog .nota-detalle .categoria {
    background-color: #a6a6a6;
    padding: 5px 20px;
    float: left;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 17px
}

#blog .nota-detalle .fecha {
    float: right;
    color: #b9b9b9;
    font-size: 16px;
    margin-top: 8px
}

#blog .nota-detalle h1 {
    border-top: 1px solid #838383;
    border-bottom: 1px solid #838383;
    font-family: 'Montserrat', sans-serif;
    color: #002d72;
    font-size: 25px;
    text-align: left;
    padding: 25px 0%;
    margin: 10px 0 35px 0
}

#blog .nota-detalle h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    line-height: 28px;
    color: #636363;
    margin-bottom: 30px
}

#blog .nota-detalle img {
    width: 100%;
    margin-bottom: 30px
}

#blog .nota-detalle p {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: 26px;
    color: #636363
}

@media only screen and (max-width:620px) {
    #blog .nota-detalle .categoria {
        text-align: center;
        width: 100%;
        background-color: transparent;
        color: #636363
    }

    #blog .nota-detalle .fecha {
        text-align: center;
        width: 100%;
        font-size: 14px;
        display: none
    }

    #blog .nota-detalle h1 {
        font-size: 40px;
        text-align: center
    }

    #blog .nota-detalle h2 {
        font-size: 19px
    }

    #blog .nota-detalle p {
        font-size: 17px
    }
}

@media only screen and (max-width:499px) {
    #blog #wrapper .col-xs-6 {
        width: 100%
    }
}

#header,
.bradcrumbs {
    overflow-x: hidden
}

.env-test-banner {
    position: fixed;
    top: 35px;
    right: -70px;
    width: 260px;
    background: #1b5e20;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    font-weight: bold;
    font-family: Arial, sans-serif;
    letter-spacing: 1px;
    font-size: 12px;
    transform: rotate(45deg);
    transform-origin: center;
    z-index: 999999;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25)
}