/* Minification failed. Returning unminified contents.
(24506,40): run-time error CSS1046: Expect comma, found '0'
(24506,44): run-time error CSS1046: Expect comma, found '/'
(24507,32): run-time error CSS1046: Expect comma, found '0'
(24507,36): run-time error CSS1046: Expect comma, found '/'
 */
/*!
 * 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;
}*/

*,
*::before,
*::after
{
    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;
}

hr
{
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1, h2, h3, h4, h5, h6
{
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p
{
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-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,
ul,
dl
{
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol
{
    margin-bottom: 0;
}

dt
{
    font-weight: 700;
}

dd
{
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote
{
    margin: 0 0 1rem;
}

dfn
{
    font-style: italic;
}

b,
strong
{
    font-weight: bolder;
}

small
{
    font-size: 80%;
}

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])
{
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus
{
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus
{
    outline: 0;
}

pre,
code,
kbd,
samp
{
    font-family: monospace, monospace;
    font-size: 1em;
}

pre
{
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}

figure
{
    margin: 0 0 1rem;
}

img
{
    vertical-align: middle;
    border-style: none;
}

svg:not(:root)
{
    overflow: hidden;
}

table
{
    border-collapse: collapse;
}

caption
{
    padding-top: 0.75rem;
    padding-bottom: 0.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: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea
{
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input
{
    overflow: visible;
}

button,
select
{
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"]
{
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner
{
    padding: 0;
    border-style: none;
}

input[type="radio"],
input[type="checkbox"]
{
    box-sizing: border-box;
    padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"]
{
    -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: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

h1, .h1
{
    font-size: 2.5rem;
}

h2, .h2
{
    font-size: 2rem;
}

h3, .h3
{
    font-size: 1.75rem;
}

h4, .h4
{
    font-size: 1.5rem;
}

h5, .h5
{
    font-size: 1.25rem;
}

h6, .h6
{
    font-size: 1rem;
}

.lead
{
    font-size: 1.25rem;
    font-weight: 300;
}

.display-1
{
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-2
{
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-3
{
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-4
{
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}

hr
{
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small
{
    font-size: 80%;
    font-weight: 400;
}

mark,
.mark
{
    padding: 0.2em;
    background-color: #fcf8e3;
}

.list-unstyled
{
    padding-left: 0;
    list-style: none;
}

.list-inline
{
    padding-left: 0;
    list-style: none;
}

.list-inline-item
{
    display: inline-block;
}

.list-inline-item:not(:last-child)
{
    margin-right: 0.5rem;
}

.initialism
{
    font-size: 90%;
    text-transform: uppercase;
}

.blockquote
{
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.blockquote-footer
{
    display: block;
    font-size: 80%;
    color: #6c757d;
}

.blockquote-footer::before
{
    content: "\2014 \00A0";
}

.img-fluid
{
    max-width: 100%;
    height: auto;
}

.img-thumbnail
{
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
}

.figure
{
    display: inline-block;
}

.figure-img
{
    margin-bottom: 0.5rem;
    line-height: 1;
}

.figure-caption
{
    font-size: 90%;
    color: #6c757d;
}

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: 0.2rem 0.4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: 0.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;
}

.pre-scrollable
{
    max-height: 340px;
    overflow-y: scroll;
}

.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;
}

.no-gutters
{
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"]
{
    padding-right: 0;
    padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto
{
    position: relative;
    width: 100%;
    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%;
}

.order-first
{
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.order-last
{
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
}

.order-0
{
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}

.order-1
{
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.order-2
{
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.order-3
{
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.order-4
{
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}

.order-5
{
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}

.order-6
{
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}

.order-7
{
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
}

.order-8
{
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
}

.order-9
{
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
}

.order-10
{
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
}

.order-11
{
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
}

.order-12
{
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
}

.offset-1
{
    margin-left: 8.333333%;
}

.offset-2
{
    margin-left: 16.666667%;
}

.offset-3
{
    margin-left: 25%;
}

.offset-4
{
    margin-left: 33.333333%;
}

.offset-5
{
    margin-left: 41.666667%;
}

.offset-6
{
    margin-left: 50%;
}

.offset-7
{
    margin-left: 58.333333%;
}

.offset-8
{
    margin-left: 66.666667%;
}

.offset-9
{
    margin-left: 75%;
}

.offset-10
{
    margin-left: 83.333333%;
}

.offset-11
{
    margin-left: 91.666667%;
}

@media (min-width: 576px)
{
    .col-sm
    {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -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%;
    }

    .order-sm-first
    {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-sm-last
    {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-sm-0
    {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-sm-1
    {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-sm-2
    {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-sm-3
    {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-sm-4
    {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-sm-5
    {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-sm-6
    {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-sm-7
    {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-sm-8
    {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-sm-9
    {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-sm-10
    {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-sm-11
    {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-sm-12
    {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-sm-0
    {
        margin-left: 0;
    }

    .offset-sm-1
    {
        margin-left: 8.333333%;
    }

    .offset-sm-2
    {
        margin-left: 16.666667%;
    }

    .offset-sm-3
    {
        margin-left: 25%;
    }

    .offset-sm-4
    {
        margin-left: 33.333333%;
    }

    .offset-sm-5
    {
        margin-left: 41.666667%;
    }

    .offset-sm-6
    {
        margin-left: 50%;
    }

    .offset-sm-7
    {
        margin-left: 58.333333%;
    }

    .offset-sm-8
    {
        margin-left: 66.666667%;
    }

    .offset-sm-9
    {
        margin-left: 75%;
    }

    .offset-sm-10
    {
        margin-left: 83.333333%;
    }

    .offset-sm-11
    {
        margin-left: 91.666667%;
    }
}

@media (min-width: 768px)
{
    .col-md
    {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -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%;
    }

    .order-md-first
    {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-md-last
    {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-md-0
    {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-md-1
    {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-md-2
    {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-md-3
    {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-md-4
    {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-md-5
    {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-md-6
    {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-md-7
    {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-md-8
    {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-md-9
    {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-md-10
    {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-md-11
    {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-md-12
    {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-md-0
    {
        margin-left: 0;
    }

    .offset-md-1
    {
        margin-left: 8.333333%;
    }

    .offset-md-2
    {
        margin-left: 16.666667%;
    }

    .offset-md-3
    {
        margin-left: 25%;
    }

    .offset-md-4
    {
        margin-left: 33.333333%;
    }

    .offset-md-5
    {
        margin-left: 41.666667%;
    }

    .offset-md-6
    {
        margin-left: 50%;
    }

    .offset-md-7
    {
        margin-left: 58.333333%;
    }

    .offset-md-8
    {
        margin-left: 66.666667%;
    }

    .offset-md-9
    {
        margin-left: 75%;
    }

    .offset-md-10
    {
        margin-left: 83.333333%;
    }

    .offset-md-11
    {
        margin-left: 91.666667%;
    }
}

@media (min-width: 992px)
{
    .col-lg
    {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -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%;
    }

    .order-lg-first
    {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-lg-last
    {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-lg-0
    {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-lg-1
    {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-lg-2
    {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-lg-3
    {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-lg-4
    {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-lg-5
    {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-lg-6
    {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-lg-7
    {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-lg-8
    {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-lg-9
    {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-lg-10
    {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-lg-11
    {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-lg-12
    {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-lg-0
    {
        margin-left: 0;
    }

    .offset-lg-1
    {
        margin-left: 8.333333%;
    }

    .offset-lg-2
    {
        margin-left: 16.666667%;
    }

    .offset-lg-3
    {
        margin-left: 25%;
    }

    .offset-lg-4
    {
        margin-left: 33.333333%;
    }

    .offset-lg-5
    {
        margin-left: 41.666667%;
    }

    .offset-lg-6
    {
        margin-left: 50%;
    }

    .offset-lg-7
    {
        margin-left: 58.333333%;
    }

    .offset-lg-8
    {
        margin-left: 66.666667%;
    }

    .offset-lg-9
    {
        margin-left: 75%;
    }

    .offset-lg-10
    {
        margin-left: 83.333333%;
    }

    .offset-lg-11
    {
        margin-left: 91.666667%;
    }
}

@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%;
    }

    .order-xl-first
    {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-xl-last
    {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-xl-0
    {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-xl-1
    {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-xl-2
    {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-xl-3
    {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-xl-4
    {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-xl-5
    {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-xl-6
    {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-xl-7
    {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-xl-8
    {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-xl-9
    {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-xl-10
    {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-xl-11
    {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-xl-12
    {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-xl-0
    {
        margin-left: 0;
    }

    .offset-xl-1
    {
        margin-left: 8.333333%;
    }

    .offset-xl-2
    {
        margin-left: 16.666667%;
    }

    .offset-xl-3
    {
        margin-left: 25%;
    }

    .offset-xl-4
    {
        margin-left: 33.333333%;
    }

    .offset-xl-5
    {
        margin-left: 41.666667%;
    }

    .offset-xl-6
    {
        margin-left: 50%;
    }

    .offset-xl-7
    {
        margin-left: 58.333333%;
    }

    .offset-xl-8
    {
        margin-left: 66.666667%;
    }

    .offset-xl-9
    {
        margin-left: 75%;
    }

    .offset-xl-10
    {
        margin-left: 83.333333%;
    }

    .offset-xl-11
    {
        margin-left: 91.666667%;
    }
}

.table
{
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

.table th,
.table td
{
    padding: 0.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 th,
.table-sm td
{
    padding: 0.3rem;
}

.table-bordered
{
    border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td
{
    border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td
{
    border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd)
{
    background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover
{
    background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td
{
    background-color: #b8daff;
}

.table-hover .table-primary:hover
{
    background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th
{
    background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td
{
    background-color: #d6d8db;
}

.table-hover .table-secondary:hover
{
    background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th
{
    background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td
{
    background-color: #c3e6cb;
}

.table-hover .table-success:hover
{
    background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th
{
    background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td
{
    background-color: #bee5eb;
}

.table-hover .table-info:hover
{
    background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th
{
    background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td
{
    background-color: #ffeeba;
}

.table-hover .table-warning:hover
{
    background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th
{
    background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td
{
    background-color: #f5c6cb;
}

.table-hover .table-danger:hover
{
    background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th
{
    background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td
{
    background-color: #fdfdfe;
}

.table-hover .table-light:hover
{
    background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th
{
    background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td
{
    background-color: #c6c8ca;
}

.table-hover .table-dark:hover
{
    background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th
{
    background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td
{
    background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover
{
    background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th
{
    background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th
{
    color: #fff;
    background-color: #212529;
    border-color: #32383e;
}

.table .thead-light th
{
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.table-dark
{
    color: #fff;
    background-color: #212529;
}

.table-dark th,
.table-dark td,
.table-dark thead th
{
    border-color: #32383e;
}

.table-dark.table-bordered
{
    border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd)
{
    background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover
{
    background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px)
{
    .table-responsive-sm
    {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .table-responsive-sm > .table-bordered
    {
        border: 0;
    }
}

@media (max-width: 767.98px)
{
    .table-responsive-md
    {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .table-responsive-md > .table-bordered
    {
        border: 0;
    }
}

@media (max-width: 991.98px)
{
    .table-responsive-lg
    {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .table-responsive-lg > .table-bordered
    {
        border: 0;
    }
}

@media (max-width: 1199.98px)
{
    .table-responsive-xl
    {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .table-responsive-xl > .table-bordered
    {
        border: 0;
    }
}

.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: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.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 0.2rem rgba(0, 123, 255, 0.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;
}

.form-control-file,
.form-control-range
{
    display: block;
    width: 100%;
}

.col-form-label
{
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.col-form-label-lg
{
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5;
}

.col-form-label-sm
{
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
    line-height: 1.5;
}

.form-control-plaintext
{
    display: block;
    width: 100%;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    margin-bottom: 0;
    line-height: 1.5;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext.btn
{
    padding-right: 0;
    padding-left: 0;
}

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn
{
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple])
{
    height: calc(1.8125rem + 2px);
}

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn
{
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple])
{
    height: calc(2.875rem + 2px);
}

.form-group
{
    margin-bottom: 1rem;
}

.form-text
{
    display: block;
    margin-top: 0.25rem;
}

.form-row
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"]
{
    padding-right: 5px;
    padding-left: 5px;
}

.form-check
{
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.form-check-input
{
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label
{
    color: #6c757d;
}

.form-check-label
{
    margin-bottom: 0;
}

.form-check-inline
{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}

.form-check-inline .form-check-input
{
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0;
}

.valid-feedback
{
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #28a745;
}

.valid-tooltip
{
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(40, 167, 69, 0.8);
    border-radius: .2rem;
}

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid
{
    border-color: #28a745;
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
.custom-select:valid:focus,
.custom-select.is-valid:focus
{
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip, .was-validated
.custom-select:valid ~ .valid-feedback,
.was-validated
.custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip
{
    display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label
{
    color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip
{
    display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label
{
    color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before
{
    background-color: #71dd8a;
}

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip
{
    display: block;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before
{
    background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before
{
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label
{
    border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before
{
    border-color: inherit;
}

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip
{
    display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label
{
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback
{
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}

.invalid-tooltip
{
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.8);
    border-radius: .2rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid
{
    border-color: #dc3545;
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
.custom-select:invalid:focus,
.custom-select.is-invalid:focus
{
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip, .was-validated
.custom-select:invalid ~ .invalid-feedback,
.was-validated
.custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip
{
    display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label
{
    color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip
{
    display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label
{
    color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before
{
    background-color: #efa2a9;
}

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip
{
    display: block;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before
{
    background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before
{
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label
{
    border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before
{
    border-color: inherit;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip
{
    display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label
{
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.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;
}

.form-inline .form-check
{
    width: 100%;
}

@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 .form-control-plaintext
    {
        display: inline-block;
    }

    .form-inline .input-group
    {
        width: auto;
    }

    .form-inline .form-check
    {
        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: auto;
        padding-left: 0;
    }

    .form-inline .form-check-input
    {
        position: relative;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
    }

    .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: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn:hover, .btn:focus
{
    text-decoration: none;
}

.btn:focus, .btn.focus
{
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled
{
    opacity: 0.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 0.2rem rgba(0, 123, 255, 0.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 0.2rem rgba(0, 123, 255, 0.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 0.2rem rgba(108, 117, 125, 0.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 0.2rem rgba(108, 117, 125, 0.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 0.2rem rgba(40, 167, 69, 0.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 0.2rem rgba(40, 167, 69, 0.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 0.2rem rgba(23, 162, 184, 0.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 0.2rem rgba(23, 162, 184, 0.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 0.2rem rgba(255, 193, 7, 0.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 0.2rem rgba(255, 193, 7, 0.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 0.2rem rgba(220, 53, 69, 0.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 0.2rem rgba(220, 53, 69, 0.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 0.2rem rgba(248, 249, 250, 0.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 0.2rem rgba(248, 249, 250, 0.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 0.2rem rgba(52, 58, 64, 0.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 0.2rem rgba(52, 58, 64, 0.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 0.2rem rgba(0, 123, 255, 0.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 0.2rem rgba(0, 123, 255, 0.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 0.2rem rgba(108, 117, 125, 0.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 0.2rem rgba(108, 117, 125, 0.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 0.2rem rgba(40, 167, 69, 0.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 0.2rem rgba(40, 167, 69, 0.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 0.2rem rgba(23, 162, 184, 0.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 0.2rem rgba(23, 162, 184, 0.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 0.2rem rgba(255, 193, 7, 0.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 0.2rem rgba(255, 193, 7, 0.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 0.2rem rgba(220, 53, 69, 0.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 0.2rem rgba(220, 53, 69, 0.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 0.2rem rgba(248, 249, 250, 0.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 0.2rem rgba(248, 249, 250, 0.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 0.2rem rgba(52, 58, 64, 0.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 0.2rem rgba(52, 58, 64, 0.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-lg, .btn-group-lg > .btn
{
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn
{
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.btn-block
{
    display: block;
    width: 100%;
}

.btn-block + .btn-block
{
    margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block
{
    width: 100%;
}

.fade
{
    opacity: 0;
    transition: opacity 0.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 0.35s ease;
}

.dropup,
.dropdown
{
    position: relative;
}

.dropdown-toggle::after
{
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.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: 0.5rem 0;
    margin: 0.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, 0.15);
    border-radius: 0.25rem;
}

.dropup .dropdown-menu
{
    margin-top: 0;
    margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after
{
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after
{
    margin-left: 0;
}

.dropright .dropdown-menu
{
    margin-top: 0;
    margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after
{
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after
{
    margin-left: 0;
}

.dropright .dropdown-toggle::after
{
    vertical-align: 0;
}

.dropleft .dropdown-menu
{
    margin-top: 0;
    margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after
{
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}

.dropleft .dropdown-toggle::after
{
    display: none;
}

.dropleft .dropdown-toggle::before
{
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after
{
    margin-left: 0;
}

.dropleft .dropdown-toggle::before
{
    vertical-align: 0;
}

.dropdown-divider
{
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

.dropdown-item
{
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:hover, .dropdown-item:focus
{
    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: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.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 > .btn,
.btn-group-vertical > .btn
{
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover
{
    z-index: 1;
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active
{
    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:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn
{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn
{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.dropdown-toggle-split
{
    padding-right: 0.5625rem;
    padding-left: 0.5625rem;
}

.dropdown-toggle-split::after
{
    margin-left: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split
{
    padding-right: 0.375rem;
    padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split
{
    padding-right: 0.75rem;
    padding-left: 0.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:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn
{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn
{
    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="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"]
{
    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,
.input-group > .custom-select,
.input-group > .custom-file
{
    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,
.input-group > .custom-select:focus,
.input-group > .custom-file:focus
{
    z-index: 3;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file
{
    margin-left: -1px;
}

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child)
{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child)
{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group > .custom-file
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::before
{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label,
.input-group > .custom-file:not(:first-child) .custom-file-label::before
{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn
{
    position: relative;
    z-index: 2;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn
{
    margin-left: -1px;
}

.input-group-prepend
{
    margin-right: -1px;
}

.input-group-append
{
    margin-left: -1px;
}

.input-group-text
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"]
{
    margin-top: 0;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child)
{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child)
{
    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-inline
{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem;
}

.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 0.2rem rgba(0, 123, 255, 0.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: 0.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: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before
{
    border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before
{
    background-color: #007bff;
}

.custom-checkbox .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='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before
{
    background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after
{
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before
{
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before
{
    background-color: rgba(0, 123, 255, 0.5);
}

.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, 0.5);
}

.custom-select
{
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom-select:focus
{
    border-color: #80bdff;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5);
}

.custom-select:focus::-ms-value
{
    color: #495057;
    background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"])
{
    height: auto;
    padding-right: 0.75rem;
    background-image: none;
}

.custom-select:disabled
{
    color: #6c757d;
    background-color: #e9ecef;
}

.custom-select::-ms-expand
{
    opacity: 0;
}

.custom-select-sm
{
    height: calc(1.8125rem + 2px);
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 75%;
}

.custom-select-lg
{
    height: calc(2.875rem + 2px);
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 125%;
}

.custom-file
{
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin-bottom: 0;
}

.custom-file-input
{
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0;
}

.custom-file-input:focus ~ .custom-file-control
{
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input:focus ~ .custom-file-control::before
{
    border-color: #80bdff;
}

.custom-file-input:lang(en) ~ .custom-file-label::after
{
    content: "Browse";
}

.custom-file-label
{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.custom-file-label::after
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(calc(2.25rem + 2px) - 1px * 2);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 0.25rem 0.25rem 0;
}

.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: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus
{
    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: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus
{
    border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled
{
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link
{
    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: 0.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: 0.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-brand
{
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus
{
    text-decoration: none;
}

.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-text
{
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.navbar-collapse
{
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-toggler
{
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.navbar-toggler:hover, .navbar-toggler:focus
{
    text-decoration: none;
}

.navbar-toggler:not(:disabled):not(.disabled)
{
    cursor: pointer;
}

.navbar-toggler-icon
{
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}

@media (max-width: 575.98px)
{
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid
    {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 576px)
{
    .navbar-expand-sm
    {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .navbar-expand-sm .navbar-nav
    {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu
    {
        position: absolute;
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu-right
    {
        right: 0;
        left: auto;
    }

    .navbar-expand-sm .navbar-nav .nav-link
    {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid
    {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .navbar-expand-sm .navbar-collapse
    {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .navbar-expand-sm .navbar-toggler
    {
        display: none;
    }

    .navbar-expand-sm .dropup .dropdown-menu
    {
        top: auto;
        bottom: 100%;
    }
}

@media (max-width: 767.98px)
{
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid
    {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 768px)
{
    .navbar-expand-md
    {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .navbar-expand-md .navbar-nav
    {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .navbar-expand-md .navbar-nav .dropdown-menu
    {
        position: absolute;
    }

    .navbar-expand-md .navbar-nav .dropdown-menu-right
    {
        right: 0;
        left: auto;
    }

    .navbar-expand-md .navbar-nav .nav-link
    {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid
    {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .navbar-expand-md .navbar-collapse
    {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .navbar-expand-md .navbar-toggler
    {
        display: none;
    }

    .navbar-expand-md .dropup .dropdown-menu
    {
        top: auto;
        bottom: 100%;
    }
}

@media (max-width: 991.98px)
{
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid
    {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 992px)
{
    .navbar-expand-lg
    {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .navbar-expand-lg .navbar-nav
    {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu
    {
        position: absolute;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu-right
    {
        right: 0;
        left: auto;
    }

    .navbar-expand-lg .navbar-nav .nav-link
    {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid
    {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .navbar-expand-lg .navbar-collapse
    {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .navbar-expand-lg .navbar-toggler
    {
        display: none;
    }

    .navbar-expand-lg .dropup .dropdown-menu
    {
        top: auto;
        bottom: 100%;
    }
}

@media (max-width: 1199.98px)
{
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid
    {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1200px)
{
    .navbar-expand-xl
    {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .navbar-expand-xl .navbar-nav
    {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu
    {
        position: absolute;
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu-right
    {
        right: 0;
        left: auto;
    }

    .navbar-expand-xl .navbar-nav .nav-link
    {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid
    {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .navbar-expand-xl .navbar-collapse
    {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .navbar-expand-xl .navbar-toggler
    {
        display: none;
    }

    .navbar-expand-xl .dropup .dropdown-menu
    {
        top: auto;
        bottom: 100%;
    }
}

.navbar-expand
{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid
{
    padding-right: 0;
    padding-left: 0;
}

.navbar-expand .navbar-nav
{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu
{
    position: absolute;
}

.navbar-expand .navbar-nav .dropdown-menu-right
{
    right: 0;
    left: auto;
}

.navbar-expand .navbar-nav .nav-link
{
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid
{
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse
{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}

.navbar-expand .navbar-toggler
{
    display: none;
}

.navbar-expand .dropup .dropdown-menu
{
    top: auto;
    bottom: 100%;
}

.navbar-light .navbar-brand
{
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus
{
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link
{
    color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus
{
    color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled
{
    color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active
{
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler
{
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon
{
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text
{
    color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a
{
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus
{
    color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand
{
    color: #fff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus
{
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link
{
    color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus
{
    color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled
{
    color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active
{
    color: #fff;
}

.navbar-dark .navbar-toggler
{
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon
{
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text
{
    color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a
{
    color: #fff;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus
{
    color: #fff;
}

.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, 0.125);
    border-radius: 0.25rem;
}

.card > hr
{
    margin-right: 0;
    margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child
{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child
{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.card-body
{
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-title
{
    margin-bottom: 0.75rem;
}

.card-subtitle
{
    margin-top: -0.375rem;
    margin-bottom: 0;
}

.card-text:last-child
{
    margin-bottom: 0;
}

.card-link:hover
{
    text-decoration: none;
}

.card-link + .card-link
{
    margin-left: 1.25rem;
}

.card-header
{
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child
{
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child
{
    border-top: 0;
}

.card-footer
{
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child
{
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs
{
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}

.card-header-pills
{
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.card-img-overlay
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.card-img
{
    width: 100%;
    border-radius: calc(0.25rem - 1px);
}

.card-img-top
{
    width: 100%;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom
{
    width: 100%;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.card-deck .card
{
    margin-bottom: 15px;
}

@media (min-width: 576px)
{
    .card-deck
    {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

    .card-deck .card
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    }
}

.card-group
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.card-group > .card
{
    margin-bottom: 15px;
}

@media (min-width: 576px)
{
    .card-group
    {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    .card-group > .card
    {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0;
    }

    .card-group > .card + .card
    {
        margin-left: 0;
        border-left: 0;
    }

    .card-group > .card:first-child
    {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .card-group > .card:first-child .card-img-top,
    .card-group > .card:first-child .card-header
    {
        border-top-right-radius: 0;
    }

    .card-group > .card:first-child .card-img-bottom,
    .card-group > .card:first-child .card-footer
    {
        border-bottom-right-radius: 0;
    }

    .card-group > .card:last-child
    {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .card-group > .card:last-child .card-img-top,
    .card-group > .card:last-child .card-header
    {
        border-top-left-radius: 0;
    }

    .card-group > .card:last-child .card-img-bottom,
    .card-group > .card:last-child .card-footer
    {
        border-bottom-left-radius: 0;
    }

    .card-group > .card:only-child
    {
        border-radius: 0.25rem;
    }

    .card-group > .card:only-child .card-img-top,
    .card-group > .card:only-child .card-header
    {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }

    .card-group > .card:only-child .card-img-bottom,
    .card-group > .card:only-child .card-footer
    {
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }

    .card-group > .card:not(:first-child):not(:last-child):not(:only-child)
    {
        border-radius: 0;
    }

    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer
    {
        border-radius: 0;
    }
}

.card-columns .card
{
    margin-bottom: 0.75rem;
}

@media (min-width: 576px)
{
    .card-columns
    {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
    }

    .card-columns .card
    {
        display: inline-block;
        width: 100%;
    }
}

.breadcrumb
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item::before
{
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #6c757d;
    content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before
{
    text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before
{
    text-decoration: none;
}

.breadcrumb-item.active
{
    color: #6c757d;
}

.pagination
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.page-link
{
    position: relative;
    display: block;
    padding: 0.5rem 0.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 0.2rem rgba(0, 123, 255, 0.25);
}

.page-link:not(:disabled):not(.disabled)
{
    cursor: pointer;
}

.page-item:first-child .page-link
{
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link
{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.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;
}

.pagination-lg .page-link
{
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link
{
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link
{
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link
{
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link
{
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link
{
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}

.badge
{
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

.badge:empty
{
    display: none;
}

.btn .badge
{
    position: relative;
    top: -1px;
}

.badge-pill
{
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}

.badge-primary
{
    color: #fff;
    background-color: #007bff;
}

.badge-primary[href]:hover, .badge-primary[href]:focus
{
    color: #fff;
    text-decoration: none;
    background-color: #0062cc;
}

.badge-secondary
{
    color: #fff;
    background-color: #6c757d;
}

.badge-secondary[href]:hover, .badge-secondary[href]:focus
{
    color: #fff;
    text-decoration: none;
    background-color: #545b62;
}

.badge-success
{
    color: #fff;
    background-color: #28a745;
}

.badge-success[href]:hover, .badge-success[href]:focus
{
    color: #fff;
    text-decoration: none;
    background-color: #1e7e34;
}

.badge-info
{
    color: #fff;
    background-color: #17a2b8;
}

.badge-info[href]:hover, .badge-info[href]:focus
{
    color: #fff;
    text-decoration: none;
    background-color: #117a8b;
}

.badge-warning
{
    color: #212529;
    background-color: #ffc107;
}

.badge-warning[href]:hover, .badge-warning[href]:focus
{
    color: #212529;
    text-decoration: none;
    background-color: #d39e00;
}

.badge-danger
{
    color: #fff;
    background-color: #dc3545;
}

.badge-danger[href]:hover, .badge-danger[href]:focus
{
    color: #fff;
    text-decoration: none;
    background-color: #bd2130;
}

.badge-light
{
    color: #212529;
    background-color: #f8f9fa;
}

.badge-light[href]:hover, .badge-light[href]:focus
{
    color: #212529;
    text-decoration: none;
    background-color: #dae0e5;
}

.badge-dark
{
    color: #fff;
    background-color: #343a40;
}

.badge-dark[href]:hover, .badge-dark[href]:focus
{
    color: #fff;
    text-decoration: none;
    background-color: #1d2124;
}

.jumbotron
{
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: 0.3rem;
}

@media (min-width: 576px)
{
    .jumbotron
    {
        padding: 4rem 2rem;
    }
}

.jumbotron-fluid
{
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
}

.alert
{
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-heading
{
    color: inherit;
}

.alert-link
{
    font-weight: 700;
}

.alert-dismissible
{
    padding-right: 4rem;
}

.alert-dismissible .close
{
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit;
}

.alert-primary
{
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

.alert-primary hr
{
    border-top-color: #9fcdff;
}

.alert-primary .alert-link
{
    color: #002752;
}

.alert-secondary
{
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}

.alert-secondary hr
{
    border-top-color: #c8cbcf;
}

.alert-secondary .alert-link
{
    color: #202326;
}

.alert-success
{
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-success hr
{
    border-top-color: #b1dfbb;
}

.alert-success .alert-link
{
    color: #0b2e13;
}

.alert-info
{
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.alert-info hr
{
    border-top-color: #abdde5;
}

.alert-info .alert-link
{
    color: #062c33;
}

.alert-warning
{
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.alert-warning hr
{
    border-top-color: #ffe8a1;
}

.alert-warning .alert-link
{
    color: #533f03;
}

.alert-danger
{
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-danger hr
{
    border-top-color: #f1b0b7;
}

.alert-danger .alert-link
{
    color: #491217;
}

.alert-light
{
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

.alert-light hr
{
    border-top-color: #ececf6;
}

.alert-light .alert-link
{
    color: #686868;
}

.alert-dark
{
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}

.alert-dark hr
{
    border-top-color: #b9bbbe;
}

.alert-dark .alert-link
{
    color: #040505;
}

@-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: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0.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 0.6s ease;
}

.progress-bar-striped
{
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}

.progress-bar-animated
{
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
}

.media
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.media-body
{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.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-action
{
    width: 100%;
    color: #495057;
    text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus
{
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa;
}

.list-group-item-action:active
{
    color: #212529;
    background-color: #e9ecef;
}

.list-group-item
{
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child
{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.list-group-item:last-child
{
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.list-group-item:hover, .list-group-item:focus
{
    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;
}

.list-group-flush .list-group-item
{
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child
{
    border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child
{
    border-bottom: 0;
}

.list-group-item-primary
{
    color: #004085;
    background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus
{
    color: #004085;
    background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active
{
    color: #fff;
    background-color: #004085;
    border-color: #004085;
}

.list-group-item-secondary
{
    color: #383d41;
    background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus
{
    color: #383d41;
    background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active
{
    color: #fff;
    background-color: #383d41;
    border-color: #383d41;
}

.list-group-item-success
{
    color: #155724;
    background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus
{
    color: #155724;
    background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active
{
    color: #fff;
    background-color: #155724;
    border-color: #155724;
}

.list-group-item-info
{
    color: #0c5460;
    background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus
{
    color: #0c5460;
    background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active
{
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460;
}

.list-group-item-warning
{
    color: #856404;
    background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus
{
    color: #856404;
    background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active
{
    color: #fff;
    background-color: #856404;
    border-color: #856404;
}

.list-group-item-danger
{
    color: #721c24;
    background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus
{
    color: #721c24;
    background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active
{
    color: #fff;
    background-color: #721c24;
    border-color: #721c24;
}

.list-group-item-light
{
    color: #818182;
    background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus
{
    color: #818182;
    background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active
{
    color: #fff;
    background-color: #818182;
    border-color: #818182;
}

.list-group-item-dark
{
    color: #1b1e21;
    background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus
{
    color: #1b1e21;
    background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active
{
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21;
}

.close
{
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.close:hover, .close:focus
{
    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: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog
{
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.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% - (0.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, 0.2);
    border-radius: 0.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: 0.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: 0.3rem;
    border-top-right-radius: 0.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: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
}

.tooltip.show
{
    opacity: 0.9;
}

.tooltip .arrow
{
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
}

.tooltip .arrow::before
{
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"]
{
    padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow
{
    bottom: 0;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before
{
    top: 0;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"]
{
    padding: 0 0.4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow
{
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before
{
    right: 0;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"]
{
    padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow
{
    top: 0;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before
{
    bottom: 0;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"]
{
    padding: 0 0.4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow
{
    right: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before
{
    left: 0;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #000;
}

.tooltip-inner
{
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.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: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
}

.popover .arrow
{
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem;
}

.popover .arrow::before, .popover .arrow::after
{
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^="top"]
{
    margin-bottom: 0.5rem;
}

.bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow
{
    bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after
{
    border-width: 0.5rem 0.5rem 0;
}

.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before
{
    bottom: 0;
    border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after
{
    bottom: 1px;
    border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^="right"]
{
    margin-left: 0.5rem;
}

.bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow
{
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}

.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after
{
    border-width: 0.5rem 0.5rem 0.5rem 0;
}

.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before
{
    left: 0;
    border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after
{
    left: 1px;
    border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"]
{
    margin-top: 0.5rem;
}

.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow
{
    top: calc((0.5rem + 1px) * -1);
}

.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after
{
    border-width: 0 0.5rem 0.5rem 0.5rem;
}

.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before
{
    top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after
{
    top: 1px;
    border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before
{
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^="left"]
{
    margin-right: 0.5rem;
}

.bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow
{
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}

.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after
{
    border-width: 0.5rem 0 0.5rem 0.5rem;
}

.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before
{
    right: 0;
    border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after
{
    right: 1px;
    border-left-color: #fff;
}

.popover-header
{
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty
{
    display: none;
}

.popover-body
{
    padding: 0.5rem 0.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: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev
{
    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);
    }
}

.carousel-item-next,
.active.carousel-item-right
{
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d))
{
    .carousel-item-next,
    .active.carousel-item-right
    {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.carousel-item-prev,
.active.carousel-item-left
{
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d))
{
    .carousel-item-prev,
    .active.carousel-item-left
    {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.carousel-control-prev,
.carousel-control-next
{
    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: 0.5;
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus
{
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9;
}

.carousel-control-prev
{
    left: 0;
}

.carousel-control-next
{
    right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon
{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
}

.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, 0.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;
}

.align-baseline
{
    vertical-align: baseline !important;
}

.align-top
{
    vertical-align: top !important;
}

.align-middle
{
    vertical-align: middle !important;
}

.align-bottom
{
    vertical-align: bottom !important;
}

.align-text-bottom
{
    vertical-align: text-bottom !important;
}

.align-text-top
{
    vertical-align: text-top !important;
}

.bg-primary
{
    background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus
{
    background-color: #0062cc !important;
}

.bg-secondary
{
    background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus
{
    background-color: #545b62 !important;
}

.bg-success
{
    background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus
{
    background-color: #1e7e34 !important;
}

.bg-info
{
    background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus
{
    background-color: #117a8b !important;
}

.bg-warning
{
    background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus
{
    background-color: #d39e00 !important;
}

.bg-danger
{
    background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus
{
    background-color: #bd2130 !important;
}

.bg-light
{
    background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus
{
    background-color: #dae0e5 !important;
}

.bg-dark
{
    background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus
{
    background-color: #1d2124 !important;
}

.bg-white
{
    background-color: #fff !important;
}

.bg-transparent
{
    background-color: transparent !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;
}

.border-0
{
    border: 0 !important;
}

.border-top-0
{
    border-top: 0 !important;
}

.border-right-0
{
    border-right: 0 !important;
}

.border-bottom-0
{
    border-bottom: 0 !important;
}

.border-left-0
{
    border-left: 0 !important;
}

.border-primary
{
    border-color: #007bff !important;
}

.border-secondary
{
    border-color: #6c757d !important;
}

.border-success
{
    border-color: #28a745 !important;
}

.border-info
{
    border-color: #17a2b8 !important;
}

.border-warning
{
    border-color: #ffc107 !important;
}

.border-danger
{
    border-color: #dc3545 !important;
}

.border-light
{
    border-color: #f8f9fa !important;
}

.border-dark
{
    border-color: #343a40 !important;
}

.border-white
{
    border-color: #fff !important;
}

.rounded
{
    border-radius: 0.25rem !important;
}

.rounded-top
{
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}

.rounded-right
{
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom
{
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-left
{
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle
{
    border-radius: 50% !important;
}

.rounded-0
{
    border-radius: 0 !important;
}

.clearfix::after
{
    display: block;
    clear: both;
    content: "";
}

.d-none
{
    display: none !important;
}

.d-inline
{
    display: inline !important;
}

.d-inline-block
{
    display: inline-block !important;
}

.d-block
{
    display: block !important;
}

.d-table
{
    display: table !important;
}

.d-table-row
{
    display: table-row !important;
}

.d-table-cell
{
    display: table-cell !important;
}

.d-flex
{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex
{
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

@media (min-width: 576px)
{
    .d-sm-none
    {
        display: none !important;
    }

    .d-sm-inline
    {
        display: inline !important;
    }

    .d-sm-inline-block
    {
        display: inline-block !important;
    }

    .d-sm-block
    {
        display: block !important;
    }

    .d-sm-table
    {
        display: table !important;
    }

    .d-sm-table-row
    {
        display: table-row !important;
    }

    .d-sm-table-cell
    {
        display: table-cell !important;
    }

    .d-sm-flex
    {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-sm-inline-flex
    {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 768px)
{
    .d-md-none
    {
        display: none !important;
    }

    .d-md-inline
    {
        display: inline !important;
    }

    .d-md-inline-block
    {
        display: inline-block !important;
    }

    .d-md-block
    {
        display: block !important;
    }

    .d-md-table
    {
        display: table !important;
    }

    .d-md-table-row
    {
        display: table-row !important;
    }

    .d-md-table-cell
    {
        display: table-cell !important;
    }

    .d-md-flex
    {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-md-inline-flex
    {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 992px)
{
    .d-lg-none
    {
        display: none !important;
    }

    .d-lg-inline
    {
        display: inline !important;
    }

    .d-lg-inline-block
    {
        display: inline-block !important;
    }

    .d-lg-block
    {
        display: block !important;
    }

    .d-lg-table
    {
        display: table !important;
    }

    .d-lg-table-row
    {
        display: table-row !important;
    }

    .d-lg-table-cell
    {
        display: table-cell !important;
    }

    .d-lg-flex
    {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-lg-inline-flex
    {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1200px)
{
    .d-xl-none
    {
        display: none !important;
    }

    .d-xl-inline
    {
        display: inline !important;
    }

    .d-xl-inline-block
    {
        display: inline-block !important;
    }

    .d-xl-block
    {
        display: block !important;
    }

    .d-xl-table
    {
        display: table !important;
    }

    .d-xl-table-row
    {
        display: table-row !important;
    }

    .d-xl-table-cell
    {
        display: table-cell !important;
    }

    .d-xl-flex
    {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-xl-inline-flex
    {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media print
{
    .d-print-none
    {
        display: none !important;
    }

    .d-print-inline
    {
        display: inline !important;
    }

    .d-print-inline-block
    {
        display: inline-block !important;
    }

    .d-print-block
    {
        display: block !important;
    }

    .d-print-table
    {
        display: table !important;
    }

    .d-print-table-row
    {
        display: table-row !important;
    }

    .d-print-table-cell
    {
        display: table-cell !important;
    }

    .d-print-flex
    {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-print-inline-flex
    {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

.embed-responsive
{
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive::before
{
    display: block;
    content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-21by9::before
{
    padding-top: 42.857143%;
}

.embed-responsive-16by9::before
{
    padding-top: 56.25%;
}

.embed-responsive-4by3::before
{
    padding-top: 75%;
}

.embed-responsive-1by1::before
{
    padding-top: 100%;
}

.flex-row
{
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column
{
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse
{
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse
{
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.flex-wrap
{
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap
{
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse
{
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.justify-content-start
{
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end
{
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center
{
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between
{
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around
{
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-start
{
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end
{
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center
{
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline
{
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch
{
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start
{
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end
{
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center
{
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between
{
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around
{
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch
{
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto
{
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}

.align-self-start
{
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end
{
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center
{
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.align-self-baseline
{
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch
{
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

@media (min-width: 576px)
{
    .flex-sm-row
    {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-sm-column
    {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-sm-row-reverse
    {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse
    {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-sm-wrap
    {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap
    {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse
    {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-sm-start
    {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-sm-end
    {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-sm-center
    {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-sm-between
    {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-sm-around
    {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-sm-start
    {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-sm-end
    {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-sm-center
    {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-sm-baseline
    {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-sm-stretch
    {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-sm-start
    {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-sm-end
    {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-sm-center
    {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-sm-between
    {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-sm-around
    {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-sm-stretch
    {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-sm-auto
    {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-sm-start
    {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-sm-end
    {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-sm-center
    {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-sm-baseline
    {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-sm-stretch
    {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 768px)
{
    .flex-md-row
    {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-md-column
    {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-md-row-reverse
    {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse
    {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-md-wrap
    {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap
    {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse
    {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-md-start
    {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-md-end
    {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-md-center
    {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-md-between
    {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-md-around
    {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-md-start
    {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-md-end
    {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-md-center
    {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-md-baseline
    {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-md-stretch
    {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-md-start
    {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-md-end
    {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-md-center
    {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-md-between
    {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-md-around
    {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-md-stretch
    {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-md-auto
    {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-md-start
    {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-md-end
    {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-md-center
    {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-md-baseline
    {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-md-stretch
    {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 992px)
{
    .flex-lg-row
    {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-lg-column
    {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-lg-row-reverse
    {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse
    {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-lg-wrap
    {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap
    {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse
    {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-lg-start
    {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-lg-end
    {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-lg-center
    {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-lg-between
    {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-lg-around
    {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-lg-start
    {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-lg-end
    {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-lg-center
    {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-lg-baseline
    {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-lg-stretch
    {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-lg-start
    {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-lg-end
    {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-lg-center
    {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-lg-between
    {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-lg-around
    {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-lg-stretch
    {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-lg-auto
    {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-lg-start
    {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-lg-end
    {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-lg-center
    {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-lg-baseline
    {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-lg-stretch
    {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 1200px)
{
    .flex-xl-row
    {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-xl-column
    {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-xl-row-reverse
    {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse
    {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-xl-wrap
    {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap
    {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse
    {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-xl-start
    {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-xl-end
    {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-xl-center
    {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-xl-between
    {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-xl-around
    {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-xl-start
    {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-xl-end
    {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-xl-center
    {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-xl-baseline
    {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-xl-stretch
    {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-xl-start
    {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-xl-end
    {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-xl-center
    {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-xl-between
    {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-xl-around
    {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-xl-stretch
    {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-xl-auto
    {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-xl-start
    {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-xl-end
    {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-xl-center
    {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-xl-baseline
    {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-xl-stretch
    {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

.float-left
{
    float: left !important;
}

.float-right
{
    float: right !important;
}

.float-none
{
    float: none !important;
}

@media (min-width: 576px)
{
    .float-sm-left
    {
        float: left !important;
    }

    .float-sm-right
    {
        float: right !important;
    }

    .float-sm-none
    {
        float: none !important;
    }
}

@media (min-width: 768px)
{
    .float-md-left
    {
        float: left !important;
    }

    .float-md-right
    {
        float: right !important;
    }

    .float-md-none
    {
        float: none !important;
    }
}

@media (min-width: 992px)
{
    .float-lg-left
    {
        float: left !important;
    }

    .float-lg-right
    {
        float: right !important;
    }

    .float-lg-none
    {
        float: none !important;
    }
}

@media (min-width: 1200px)
{
    .float-xl-left
    {
        float: left !important;
    }

    .float-xl-right
    {
        float: right !important;
    }

    .float-xl-none
    {
        float: none !important;
    }
}

.position-static
{
    position: static !important;
}

.position-relative
{
    position: relative !important;
}

.position-absolute
{
    position: absolute !important;
}

.position-fixed
{
    position: fixed !important;
}

.position-sticky
{
    position: -webkit-sticky !important;
    position: sticky !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;
}

.sr-only-focusable:active, .sr-only-focusable:focus
{
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
    -webkit-clip-path: none;
    clip-path: none;
}

.w-25
{
    width: 25% !important;
}

.w-50
{
    width: 50% !important;
}

.w-75
{
    width: 75% !important;
}

.w-100
{
    width: 100% !important;
}

.h-25
{
    height: 25% !important;
}

.h-50
{
    height: 50% !important;
}

.h-75
{
    height: 75% !important;
}

.h-100
{
    height: 100% !important;
}

.mw-100
{
    max-width: 100% !important;
}

.mh-100
{
    max-height: 100% !important;
}

.m-0
{
    margin: 0 !important;
}

.mt-0,
.my-0
{
    margin-top: 0 !important;
}

.mr-0,
.mx-0
{
    margin-right: 0 !important;
}

.mb-0,
.my-0
{
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0
{
    margin-left: 0 !important;
}

.m-1
{
    margin: 0.25rem !important;
}

.mt-1,
.my-1
{
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1
{
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1
{
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1
{
    margin-left: 0.25rem !important;
}

.m-2
{
    margin: 0.5rem !important;
}

.mt-2,
.my-2
{
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2
{
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2
{
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2
{
    margin-left: 0.5rem !important;
}

.m-3
{
    margin: 1rem !important;
}

.mt-3,
.my-3
{
    margin-top: 1rem !important;
}

.mr-3,
.mx-3
{
    margin-right: 1rem !important;
}

.mb-3,
.my-3
{
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3
{
    margin-left: 1rem !important;
}

.m-4
{
    margin: 1.5rem !important;
}

.mt-4,
.my-4
{
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4
{
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4
{
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4
{
    margin-left: 1.5rem !important;
}

.m-5
{
    margin: 3rem !important;
}

.mt-5,
.my-5
{
    margin-top: 3rem !important;
}

.mr-5,
.mx-5
{
    margin-right: 3rem !important;
}

.mb-5,
.my-5
{
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5
{
    margin-left: 3rem !important;
}

.p-0
{
    padding: 0 !important;
}

.pt-0,
.py-0
{
    padding-top: 0 !important;
}

.pr-0,
.px-0
{
    padding-right: 0 !important;
}

.pb-0,
.py-0
{
    padding-bottom: 0 !important;
}

.pl-0,
.px-0
{
    padding-left: 0 !important;
}

.p-1
{
    padding: 0.25rem !important;
}

.pt-1,
.py-1
{
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1
{
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1
{
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1
{
    padding-left: 0.25rem !important;
}

.p-2
{
    padding: 0.5rem !important;
}

.pt-2,
.py-2
{
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2
{
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2
{
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2
{
    padding-left: 0.5rem !important;
}

.p-3
{
    padding: 1rem !important;
}

.pt-3,
.py-3
{
    padding-top: 1rem !important;
}

.pr-3,
.px-3
{
    padding-right: 1rem !important;
}

.pb-3,
.py-3
{
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3
{
    padding-left: 1rem !important;
}

.p-4
{
    padding: 1.5rem !important;
}

.pt-4,
.py-4
{
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4
{
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4
{
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4
{
    padding-left: 1.5rem !important;
}

.p-5
{
    padding: 3rem !important;
}

.pt-5,
.py-5
{
    padding-top: 3rem !important;
}

.pr-5,
.px-5
{
    padding-right: 3rem !important;
}

.pb-5,
.py-5
{
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5
{
    padding-left: 3rem !important;
}

.m-auto
{
    margin: auto !important;
}

.mt-auto,
.my-auto
{
    margin-top: auto !important;
}

.mr-auto,
.mx-auto
{
    margin-right: auto !important;
}

.mb-auto,
.my-auto
{
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto
{
    margin-left: auto !important;
}

@media (min-width: 576px)
{
    .m-sm-0
    {
        margin: 0 !important;
    }

    .mt-sm-0,
    .my-sm-0
    {
        margin-top: 0 !important;
    }

    .mr-sm-0,
    .mx-sm-0
    {
        margin-right: 0 !important;
    }

    .mb-sm-0,
    .my-sm-0
    {
        margin-bottom: 0 !important;
    }

    .ml-sm-0,
    .mx-sm-0
    {
        margin-left: 0 !important;
    }

    .m-sm-1
    {
        margin: 0.25rem !important;
    }

    .mt-sm-1,
    .my-sm-1
    {
        margin-top: 0.25rem !important;
    }

    .mr-sm-1,
    .mx-sm-1
    {
        margin-right: 0.25rem !important;
    }

    .mb-sm-1,
    .my-sm-1
    {
        margin-bottom: 0.25rem !important;
    }

    .ml-sm-1,
    .mx-sm-1
    {
        margin-left: 0.25rem !important;
    }

    .m-sm-2
    {
        margin: 0.5rem !important;
    }

    .mt-sm-2,
    .my-sm-2
    {
        margin-top: 0.5rem !important;
    }

    .mr-sm-2,
    .mx-sm-2
    {
        margin-right: 0.5rem !important;
    }

    .mb-sm-2,
    .my-sm-2
    {
        margin-bottom: 0.5rem !important;
    }

    .ml-sm-2,
    .mx-sm-2
    {
        margin-left: 0.5rem !important;
    }

    .m-sm-3
    {
        margin: 1rem !important;
    }

    .mt-sm-3,
    .my-sm-3
    {
        margin-top: 1rem !important;
    }

    .mr-sm-3,
    .mx-sm-3
    {
        margin-right: 1rem !important;
    }

    .mb-sm-3,
    .my-sm-3
    {
        margin-bottom: 1rem !important;
    }

    .ml-sm-3,
    .mx-sm-3
    {
        margin-left: 1rem !important;
    }

    .m-sm-4
    {
        margin: 1.5rem !important;
    }

    .mt-sm-4,
    .my-sm-4
    {
        margin-top: 1.5rem !important;
    }

    .mr-sm-4,
    .mx-sm-4
    {
        margin-right: 1.5rem !important;
    }

    .mb-sm-4,
    .my-sm-4
    {
        margin-bottom: 1.5rem !important;
    }

    .ml-sm-4,
    .mx-sm-4
    {
        margin-left: 1.5rem !important;
    }

    .m-sm-5
    {
        margin: 3rem !important;
    }

    .mt-sm-5,
    .my-sm-5
    {
        margin-top: 3rem !important;
    }

    .mr-sm-5,
    .mx-sm-5
    {
        margin-right: 3rem !important;
    }

    .mb-sm-5,
    .my-sm-5
    {
        margin-bottom: 3rem !important;
    }

    .ml-sm-5,
    .mx-sm-5
    {
        margin-left: 3rem !important;
    }

    .p-sm-0
    {
        padding: 0 !important;
    }

    .pt-sm-0,
    .py-sm-0
    {
        padding-top: 0 !important;
    }

    .pr-sm-0,
    .px-sm-0
    {
        padding-right: 0 !important;
    }

    .pb-sm-0,
    .py-sm-0
    {
        padding-bottom: 0 !important;
    }

    .pl-sm-0,
    .px-sm-0
    {
        padding-left: 0 !important;
    }

    .p-sm-1
    {
        padding: 0.25rem !important;
    }

    .pt-sm-1,
    .py-sm-1
    {
        padding-top: 0.25rem !important;
    }

    .pr-sm-1,
    .px-sm-1
    {
        padding-right: 0.25rem !important;
    }

    .pb-sm-1,
    .py-sm-1
    {
        padding-bottom: 0.25rem !important;
    }

    .pl-sm-1,
    .px-sm-1
    {
        padding-left: 0.25rem !important;
    }

    .p-sm-2
    {
        padding: 0.5rem !important;
    }

    .pt-sm-2,
    .py-sm-2
    {
        padding-top: 0.5rem !important;
    }

    .pr-sm-2,
    .px-sm-2
    {
        padding-right: 0.5rem !important;
    }

    .pb-sm-2,
    .py-sm-2
    {
        padding-bottom: 0.5rem !important;
    }

    .pl-sm-2,
    .px-sm-2
    {
        padding-left: 0.5rem !important;
    }

    .p-sm-3
    {
        padding: 1rem !important;
    }

    .pt-sm-3,
    .py-sm-3
    {
        padding-top: 1rem !important;
    }

    .pr-sm-3,
    .px-sm-3
    {
        padding-right: 1rem !important;
    }

    .pb-sm-3,
    .py-sm-3
    {
        padding-bottom: 1rem !important;
    }

    .pl-sm-3,
    .px-sm-3
    {
        padding-left: 1rem !important;
    }

    .p-sm-4
    {
        padding: 1.5rem !important;
    }

    .pt-sm-4,
    .py-sm-4
    {
        padding-top: 1.5rem !important;
    }

    .pr-sm-4,
    .px-sm-4
    {
        padding-right: 1.5rem !important;
    }

    .pb-sm-4,
    .py-sm-4
    {
        padding-bottom: 1.5rem !important;
    }

    .pl-sm-4,
    .px-sm-4
    {
        padding-left: 1.5rem !important;
    }

    .p-sm-5
    {
        padding: 3rem !important;
    }

    .pt-sm-5,
    .py-sm-5
    {
        padding-top: 3rem !important;
    }

    .pr-sm-5,
    .px-sm-5
    {
        padding-right: 3rem !important;
    }

    .pb-sm-5,
    .py-sm-5
    {
        padding-bottom: 3rem !important;
    }

    .pl-sm-5,
    .px-sm-5
    {
        padding-left: 3rem !important;
    }

    .m-sm-auto
    {
        margin: auto !important;
    }

    .mt-sm-auto,
    .my-sm-auto
    {
        margin-top: auto !important;
    }

    .mr-sm-auto,
    .mx-sm-auto
    {
        margin-right: auto !important;
    }

    .mb-sm-auto,
    .my-sm-auto
    {
        margin-bottom: auto !important;
    }

    .ml-sm-auto,
    .mx-sm-auto
    {
        margin-left: auto !important;
    }
}

@media (min-width: 768px)
{
    .m-md-0
    {
        margin: 0 !important;
    }

    .mt-md-0,
    .my-md-0
    {
        margin-top: 0 !important;
    }

    .mr-md-0,
    .mx-md-0
    {
        margin-right: 0 !important;
    }

    .mb-md-0,
    .my-md-0
    {
        margin-bottom: 0 !important;
    }

    .ml-md-0,
    .mx-md-0
    {
        margin-left: 0 !important;
    }

    .m-md-1
    {
        margin: 0.25rem !important;
    }

    .mt-md-1,
    .my-md-1
    {
        margin-top: 0.25rem !important;
    }

    .mr-md-1,
    .mx-md-1
    {
        margin-right: 0.25rem !important;
    }

    .mb-md-1,
    .my-md-1
    {
        margin-bottom: 0.25rem !important;
    }

    .ml-md-1,
    .mx-md-1
    {
        margin-left: 0.25rem !important;
    }

    .m-md-2
    {
        margin: 0.5rem !important;
    }

    .mt-md-2,
    .my-md-2
    {
        margin-top: 0.5rem !important;
    }

    .mr-md-2,
    .mx-md-2
    {
        margin-right: 0.5rem !important;
    }

    .mb-md-2,
    .my-md-2
    {
        margin-bottom: 0.5rem !important;
    }

    .ml-md-2,
    .mx-md-2
    {
        margin-left: 0.5rem !important;
    }

    .m-md-3
    {
        margin: 1rem !important;
    }

    .mt-md-3,
    .my-md-3
    {
        margin-top: 1rem !important;
    }

    .mr-md-3,
    .mx-md-3
    {
        margin-right: 1rem !important;
    }

    .mb-md-3,
    .my-md-3
    {
        margin-bottom: 1rem !important;
    }

    .ml-md-3,
    .mx-md-3
    {
        margin-left: 1rem !important;
    }

    .m-md-4
    {
        margin: 1.5rem !important;
    }

    .mt-md-4,
    .my-md-4
    {
        margin-top: 1.5rem !important;
    }

    .mr-md-4,
    .mx-md-4
    {
        margin-right: 1.5rem !important;
    }

    .mb-md-4,
    .my-md-4
    {
        margin-bottom: 1.5rem !important;
    }

    .ml-md-4,
    .mx-md-4
    {
        margin-left: 1.5rem !important;
    }

    .m-md-5
    {
        margin: 3rem !important;
    }

    .mt-md-5,
    .my-md-5
    {
        margin-top: 3rem !important;
    }

    .mr-md-5,
    .mx-md-5
    {
        margin-right: 3rem !important;
    }

    .mb-md-5,
    .my-md-5
    {
        margin-bottom: 3rem !important;
    }

    .ml-md-5,
    .mx-md-5
    {
        margin-left: 3rem !important;
    }

    .p-md-0
    {
        padding: 0 !important;
    }

    .pt-md-0,
    .py-md-0
    {
        padding-top: 0 !important;
    }

    .pr-md-0,
    .px-md-0
    {
        padding-right: 0 !important;
    }

    .pb-md-0,
    .py-md-0
    {
        padding-bottom: 0 !important;
    }

    .pl-md-0,
    .px-md-0
    {
        padding-left: 0 !important;
    }

    .p-md-1
    {
        padding: 0.25rem !important;
    }

    .pt-md-1,
    .py-md-1
    {
        padding-top: 0.25rem !important;
    }

    .pr-md-1,
    .px-md-1
    {
        padding-right: 0.25rem !important;
    }

    .pb-md-1,
    .py-md-1
    {
        padding-bottom: 0.25rem !important;
    }

    .pl-md-1,
    .px-md-1
    {
        padding-left: 0.25rem !important;
    }

    .p-md-2
    {
        padding: 0.5rem !important;
    }

    .pt-md-2,
    .py-md-2
    {
        padding-top: 0.5rem !important;
    }

    .pr-md-2,
    .px-md-2
    {
        padding-right: 0.5rem !important;
    }

    .pb-md-2,
    .py-md-2
    {
        padding-bottom: 0.5rem !important;
    }

    .pl-md-2,
    .px-md-2
    {
        padding-left: 0.5rem !important;
    }

    .p-md-3
    {
        padding: 1rem !important;
    }

    .pt-md-3,
    .py-md-3
    {
        padding-top: 1rem !important;
    }

    .pr-md-3,
    .px-md-3
    {
        padding-right: 1rem !important;
    }

    .pb-md-3,
    .py-md-3
    {
        padding-bottom: 1rem !important;
    }

    .pl-md-3,
    .px-md-3
    {
        padding-left: 1rem !important;
    }

    .p-md-4
    {
        padding: 1.5rem !important;
    }

    .pt-md-4,
    .py-md-4
    {
        padding-top: 1.5rem !important;
    }

    .pr-md-4,
    .px-md-4
    {
        padding-right: 1.5rem !important;
    }

    .pb-md-4,
    .py-md-4
    {
        padding-bottom: 1.5rem !important;
    }

    .pl-md-4,
    .px-md-4
    {
        padding-left: 1.5rem !important;
    }

    .p-md-5
    {
        padding: 3rem !important;
    }

    .pt-md-5,
    .py-md-5
    {
        padding-top: 3rem !important;
    }

    .pr-md-5,
    .px-md-5
    {
        padding-right: 3rem !important;
    }

    .pb-md-5,
    .py-md-5
    {
        padding-bottom: 3rem !important;
    }

    .pl-md-5,
    .px-md-5
    {
        padding-left: 3rem !important;
    }

    .m-md-auto
    {
        margin: auto !important;
    }

    .mt-md-auto,
    .my-md-auto
    {
        margin-top: auto !important;
    }

    .mr-md-auto,
    .mx-md-auto
    {
        margin-right: auto !important;
    }

    .mb-md-auto,
    .my-md-auto
    {
        margin-bottom: auto !important;
    }

    .ml-md-auto,
    .mx-md-auto
    {
        margin-left: auto !important;
    }
}

@media (min-width: 992px)
{
    .m-lg-0
    {
        margin: 0 !important;
    }

    .mt-lg-0,
    .my-lg-0
    {
        margin-top: 0 !important;
    }

    .mr-lg-0,
    .mx-lg-0
    {
        margin-right: 0 !important;
    }

    .mb-lg-0,
    .my-lg-0
    {
        margin-bottom: 0 !important;
    }

    .ml-lg-0,
    .mx-lg-0
    {
        margin-left: 0 !important;
    }

    .m-lg-1
    {
        margin: 0.25rem !important;
    }

    .mt-lg-1,
    .my-lg-1
    {
        margin-top: 0.25rem !important;
    }

    .mr-lg-1,
    .mx-lg-1
    {
        margin-right: 0.25rem !important;
    }

    .mb-lg-1,
    .my-lg-1
    {
        margin-bottom: 0.25rem !important;
    }

    .ml-lg-1,
    .mx-lg-1
    {
        margin-left: 0.25rem !important;
    }

    .m-lg-2
    {
        margin: 0.5rem !important;
    }

    .mt-lg-2,
    .my-lg-2
    {
        margin-top: 0.5rem !important;
    }

    .mr-lg-2,
    .mx-lg-2
    {
        margin-right: 0.5rem !important;
    }

    .mb-lg-2,
    .my-lg-2
    {
        margin-bottom: 0.5rem !important;
    }

    .ml-lg-2,
    .mx-lg-2
    {
        margin-left: 0.5rem !important;
    }

    .m-lg-3
    {
        margin: 1rem !important;
    }

    .mt-lg-3,
    .my-lg-3
    {
        margin-top: 1rem !important;
    }

    .mr-lg-3,
    .mx-lg-3
    {
        margin-right: 1rem !important;
    }

    .mb-lg-3,
    .my-lg-3
    {
        margin-bottom: 1rem !important;
    }

    .ml-lg-3,
    .mx-lg-3
    {
        margin-left: 1rem !important;
    }

    .m-lg-4
    {
        margin: 1.5rem !important;
    }

    .mt-lg-4,
    .my-lg-4
    {
        margin-top: 1.5rem !important;
    }

    .mr-lg-4,
    .mx-lg-4
    {
        margin-right: 1.5rem !important;
    }

    .mb-lg-4,
    .my-lg-4
    {
        margin-bottom: 1.5rem !important;
    }

    .ml-lg-4,
    .mx-lg-4
    {
        margin-left: 1.5rem !important;
    }

    .m-lg-5
    {
        margin: 3rem !important;
    }

    .mt-lg-5,
    .my-lg-5
    {
        margin-top: 3rem !important;
    }

    .mr-lg-5,
    .mx-lg-5
    {
        margin-right: 3rem !important;
    }

    .mb-lg-5,
    .my-lg-5
    {
        margin-bottom: 3rem !important;
    }

    .ml-lg-5,
    .mx-lg-5
    {
        margin-left: 3rem !important;
    }

    .p-lg-0
    {
        padding: 0 !important;
    }

    .pt-lg-0,
    .py-lg-0
    {
        padding-top: 0 !important;
    }

    .pr-lg-0,
    .px-lg-0
    {
        padding-right: 0 !important;
    }

    .pb-lg-0,
    .py-lg-0
    {
        padding-bottom: 0 !important;
    }

    .pl-lg-0,
    .px-lg-0
    {
        padding-left: 0 !important;
    }

    .p-lg-1
    {
        padding: 0.25rem !important;
    }

    .pt-lg-1,
    .py-lg-1
    {
        padding-top: 0.25rem !important;
    }

    .pr-lg-1,
    .px-lg-1
    {
        padding-right: 0.25rem !important;
    }

    .pb-lg-1,
    .py-lg-1
    {
        padding-bottom: 0.25rem !important;
    }

    .pl-lg-1,
    .px-lg-1
    {
        padding-left: 0.25rem !important;
    }

    .p-lg-2
    {
        padding: 0.5rem !important;
    }

    .pt-lg-2,
    .py-lg-2
    {
        padding-top: 0.5rem !important;
    }

    .pr-lg-2,
    .px-lg-2
    {
        padding-right: 0.5rem !important;
    }

    .pb-lg-2,
    .py-lg-2
    {
        padding-bottom: 0.5rem !important;
    }

    .pl-lg-2,
    .px-lg-2
    {
        padding-left: 0.5rem !important;
    }

    .p-lg-3
    {
        padding: 1rem !important;
    }

    .pt-lg-3,
    .py-lg-3
    {
        padding-top: 1rem !important;
    }

    .pr-lg-3,
    .px-lg-3
    {
        padding-right: 1rem !important;
    }

    .pb-lg-3,
    .py-lg-3
    {
        padding-bottom: 1rem !important;
    }

    .pl-lg-3,
    .px-lg-3
    {
        padding-left: 1rem !important;
    }

    .p-lg-4
    {
        padding: 1.5rem !important;
    }

    .pt-lg-4,
    .py-lg-4
    {
        padding-top: 1.5rem !important;
    }

    .pr-lg-4,
    .px-lg-4
    {
        padding-right: 1.5rem !important;
    }

    .pb-lg-4,
    .py-lg-4
    {
        padding-bottom: 1.5rem !important;
    }

    .pl-lg-4,
    .px-lg-4
    {
        padding-left: 1.5rem !important;
    }

    .p-lg-5
    {
        padding: 3rem !important;
    }

    .pt-lg-5,
    .py-lg-5
    {
        padding-top: 3rem !important;
    }

    .pr-lg-5,
    .px-lg-5
    {
        padding-right: 3rem !important;
    }

    .pb-lg-5,
    .py-lg-5
    {
        padding-bottom: 3rem !important;
    }

    .pl-lg-5,
    .px-lg-5
    {
        padding-left: 3rem !important;
    }

    .m-lg-auto
    {
        margin: auto !important;
    }

    .mt-lg-auto,
    .my-lg-auto
    {
        margin-top: auto !important;
    }

    .mr-lg-auto,
    .mx-lg-auto
    {
        margin-right: auto !important;
    }

    .mb-lg-auto,
    .my-lg-auto
    {
        margin-bottom: auto !important;
    }

    .ml-lg-auto,
    .mx-lg-auto
    {
        margin-left: auto !important;
    }
}

@media (min-width: 1200px)
{
    .m-xl-0
    {
        margin: 0 !important;
    }

    .mt-xl-0,
    .my-xl-0
    {
        margin-top: 0 !important;
    }

    .mr-xl-0,
    .mx-xl-0
    {
        margin-right: 0 !important;
    }

    .mb-xl-0,
    .my-xl-0
    {
        margin-bottom: 0 !important;
    }

    .ml-xl-0,
    .mx-xl-0
    {
        margin-left: 0 !important;
    }

    .m-xl-1
    {
        margin: 0.25rem !important;
    }

    .mt-xl-1,
    .my-xl-1
    {
        margin-top: 0.25rem !important;
    }

    .mr-xl-1,
    .mx-xl-1
    {
        margin-right: 0.25rem !important;
    }

    .mb-xl-1,
    .my-xl-1
    {
        margin-bottom: 0.25rem !important;
    }

    .ml-xl-1,
    .mx-xl-1
    {
        margin-left: 0.25rem !important;
    }

    .m-xl-2
    {
        margin: 0.5rem !important;
    }

    .mt-xl-2,
    .my-xl-2
    {
        margin-top: 0.5rem !important;
    }

    .mr-xl-2,
    .mx-xl-2
    {
        margin-right: 0.5rem !important;
    }

    .mb-xl-2,
    .my-xl-2
    {
        margin-bottom: 0.5rem !important;
    }

    .ml-xl-2,
    .mx-xl-2
    {
        margin-left: 0.5rem !important;
    }

    .m-xl-3
    {
        margin: 1rem !important;
    }

    .mt-xl-3,
    .my-xl-3
    {
        margin-top: 1rem !important;
    }

    .mr-xl-3,
    .mx-xl-3
    {
        margin-right: 1rem !important;
    }

    .mb-xl-3,
    .my-xl-3
    {
        margin-bottom: 1rem !important;
    }

    .ml-xl-3,
    .mx-xl-3
    {
        margin-left: 1rem !important;
    }

    .m-xl-4
    {
        margin: 1.5rem !important;
    }

    .mt-xl-4,
    .my-xl-4
    {
        margin-top: 1.5rem !important;
    }

    .mr-xl-4,
    .mx-xl-4
    {
        margin-right: 1.5rem !important;
    }

    .mb-xl-4,
    .my-xl-4
    {
        margin-bottom: 1.5rem !important;
    }

    .ml-xl-4,
    .mx-xl-4
    {
        margin-left: 1.5rem !important;
    }

    .m-xl-5
    {
        margin: 3rem !important;
    }

    .mt-xl-5,
    .my-xl-5
    {
        margin-top: 3rem !important;
    }

    .mr-xl-5,
    .mx-xl-5
    {
        margin-right: 3rem !important;
    }

    .mb-xl-5,
    .my-xl-5
    {
        margin-bottom: 3rem !important;
    }

    .ml-xl-5,
    .mx-xl-5
    {
        margin-left: 3rem !important;
    }

    .p-xl-0
    {
        padding: 0 !important;
    }

    .pt-xl-0,
    .py-xl-0
    {
        padding-top: 0 !important;
    }

    .pr-xl-0,
    .px-xl-0
    {
        padding-right: 0 !important;
    }

    .pb-xl-0,
    .py-xl-0
    {
        padding-bottom: 0 !important;
    }

    .pl-xl-0,
    .px-xl-0
    {
        padding-left: 0 !important;
    }

    .p-xl-1
    {
        padding: 0.25rem !important;
    }

    .pt-xl-1,
    .py-xl-1
    {
        padding-top: 0.25rem !important;
    }

    .pr-xl-1,
    .px-xl-1
    {
        padding-right: 0.25rem !important;
    }

    .pb-xl-1,
    .py-xl-1
    {
        padding-bottom: 0.25rem !important;
    }

    .pl-xl-1,
    .px-xl-1
    {
        padding-left: 0.25rem !important;
    }

    .p-xl-2
    {
        padding: 0.5rem !important;
    }

    .pt-xl-2,
    .py-xl-2
    {
        padding-top: 0.5rem !important;
    }

    .pr-xl-2,
    .px-xl-2
    {
        padding-right: 0.5rem !important;
    }

    .pb-xl-2,
    .py-xl-2
    {
        padding-bottom: 0.5rem !important;
    }

    .pl-xl-2,
    .px-xl-2
    {
        padding-left: 0.5rem !important;
    }

    .p-xl-3
    {
        padding: 1rem !important;
    }

    .pt-xl-3,
    .py-xl-3
    {
        padding-top: 1rem !important;
    }

    .pr-xl-3,
    .px-xl-3
    {
        padding-right: 1rem !important;
    }

    .pb-xl-3,
    .py-xl-3
    {
        padding-bottom: 1rem !important;
    }

    .pl-xl-3,
    .px-xl-3
    {
        padding-left: 1rem !important;
    }

    .p-xl-4
    {
        padding: 1.5rem !important;
    }

    .pt-xl-4,
    .py-xl-4
    {
        padding-top: 1.5rem !important;
    }

    .pr-xl-4,
    .px-xl-4
    {
        padding-right: 1.5rem !important;
    }

    .pb-xl-4,
    .py-xl-4
    {
        padding-bottom: 1.5rem !important;
    }

    .pl-xl-4,
    .px-xl-4
    {
        padding-left: 1.5rem !important;
    }

    .p-xl-5
    {
        padding: 3rem !important;
    }

    .pt-xl-5,
    .py-xl-5
    {
        padding-top: 3rem !important;
    }

    .pr-xl-5,
    .px-xl-5
    {
        padding-right: 3rem !important;
    }

    .pb-xl-5,
    .py-xl-5
    {
        padding-bottom: 3rem !important;
    }

    .pl-xl-5,
    .px-xl-5
    {
        padding-left: 3rem !important;
    }

    .m-xl-auto
    {
        margin: auto !important;
    }

    .mt-xl-auto,
    .my-xl-auto
    {
        margin-top: auto !important;
    }

    .mr-xl-auto,
    .mx-xl-auto
    {
        margin-right: auto !important;
    }

    .mb-xl-auto,
    .my-xl-auto
    {
        margin-bottom: auto !important;
    }

    .ml-xl-auto,
    .mx-xl-auto
    {
        margin-left: auto !important;
    }
}

.text-justify
{
    text-align: justify !important;
}

.text-nowrap
{
    white-space: nowrap !important;
}

.text-truncate
{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-left
{
    text-align: left !important;
}

.text-right
{
    text-align: right !important;
}

.text-center
{
    text-align: center !important;
}

@media (min-width: 576px)
{
    .text-sm-left
    {
        text-align: left !important;
    }

    .text-sm-right
    {
        text-align: right !important;
    }

    .text-sm-center
    {
        text-align: center !important;
    }
}

@media (min-width: 768px)
{
    .text-md-left
    {
        text-align: left !important;
    }

    .text-md-right
    {
        text-align: right !important;
    }

    .text-md-center
    {
        text-align: center !important;
    }
}

@media (min-width: 992px)
{
    .text-lg-left
    {
        text-align: left !important;
    }

    .text-lg-right
    {
        text-align: right !important;
    }

    .text-lg-center
    {
        text-align: center !important;
    }
}

@media (min-width: 1200px)
{
    .text-xl-left
    {
        text-align: left !important;
    }

    .text-xl-right
    {
        text-align: right !important;
    }

    .text-xl-center
    {
        text-align: center !important;
    }
}

.text-lowercase
{
    text-transform: lowercase !important;
}

.text-uppercase
{
    text-transform: uppercase !important;
}

.text-capitalize
{
    text-transform: capitalize !important;
}

.font-weight-light
{
    font-weight: 300 !important;
}

.font-weight-normal
{
    font-weight: 400 !important;
}

.font-weight-bold
{
    font-weight: 700 !important;
}

.font-italic
{
    font-style: italic !important;
}

.text-white
{
    color: #fff !important;
}

.text-primary
{
    color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus
{
    color: #0062cc !important;
}

.text-secondary
{
    color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus
{
    color: #545b62 !important;
}

.text-success
{
    color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus
{
    color: #1e7e34 !important;
}

.text-info
{
    color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus
{
    color: #117a8b !important;
}

.text-warning
{
    color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus
{
    color: #d39e00 !important;
}

.text-danger
{
    color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus
{
    color: #bd2130 !important;
}

.text-light
{
    color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus
{
    color: #dae0e5 !important;
}

.text-dark
{
    color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus
{
    color: #1d2124 !important;
}

.text-muted
{
    color: #6c757d !important;
}

.text-hide
{
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.visible
{
    visibility: visible !important;
}

.invisible
{
    visibility: hidden !important;
}

@media print
{
    *,
    *::before,
    *::after
    {
        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;
    }

    pre,
    blockquote
    {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead
    {
        display: table-header-group;
    }

    tr,
    img
    {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3
    {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3
    {
        page-break-after: avoid;
    }

    @page
    {
        size: a3;
    }

    body
    {
        min-width: 992px !important;
    }

    .container
    {
        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 th,
    .table-bordered td
    {
        border: 1px solid #ddd !important;
    }
}
/*# sourceMappingURL=bootstrap.css.map */

/* MENU BASIC LAYOUT */
.mega-menu
{
    margin: 0 auto;
    padding: 0;
    display: block;
    float: none;
    position: relative;
    z-index: 999; /*  max-width: 1280px;
    width: 100%;*/
    font-size: 16px;
    min-height: 100px;
    clear: both;
    box-sizing: border-box;
}

@media screen and (max-width:991px)
{
    .mega-menu
    { /*float: left;*/
        margin: 0; /*min-width: 200px;*/
    }
}

.mega-menu *
{
    outline: none;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box !important;
    font-weight: 400;
    -webkit-tap-highlight-color: transparent;
    text-align: left;
}

@media screen and (max-width:991px)
{
    .mega-menu *
    {
        word-break: break-all;
    }
}

.mega-menu i.fa
{ /*----------------------------- FONT AWESOME ICONS */
    font-family: "FontAwesome";
}

.mega-menu img
{ /*------------------------------- IMAGE */
    margin: 0;
    padding: 0;
    display: block;
    max-width: 100% !important;
    float: left;
}

.mega-menu .menu-logo img
{
    height: 40px;
}

.mega-menu input
{ /*------------------------------ DEFAULT INPUT */
    border: none;
}

.mega-menu > section.menu-list-items
{
    margin: 0;
    padding: 35px 0;
    display: block;
    float: left;
    width: 100%;
    background-color: transparent;
}

.mega-menu .menu-logo
{ /*----------------------------------- MENU LOGO */
    margin: 0;
    padding: 0;
    display: block;
    float: left;
    position: relative;
}

@media screen and (min-width:992px)
{
    .mega-menu .menu-logo.menu-logo-align-right
    { /*---------------------------------------------- MENU LOGO ALIGN RIGHT */
        float: right;
    }
}

@media screen and (max-width:991px)
{
    .mega-menu .menu-logo
    {
        width: 100%;
    }
}

.mega-menu .menu-logo > li
{
    margin: 0;
    padding: 0;
    display: block;
    float: left;
    font-size: 1em;
    line-height: 50px;
}

@media screen and (max-width:991px)
{
    .mega-menu .menu-logo > li
    {
        width: 100%;
        line-height: normal;
    }
}

.mega-menu .menu-logo > li > a
{
    margin: 0;
    display: inline-block;
    float: left;
    width: 100%;
    color: #ffffff;
    font-size: 0.7800em; /*padding: 0 20px 0 45px;*/
    line-height: 50px;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
}

.mega-menu .menu-logo > li > a:hover
{ /*-------------------------------------- HOVER MENU LOGO */
    /*background-color: #84ba3f;*/
}

@media screen and (max-width:991px)
{
    .mega-menu .menu-logo > li > a
    {
        line-height: normal;
        padding-top: 16px;
        padding-bottom: 16px;
        position: relative;
        z-index: 10;
        width: auto;
    }
}

.mega-menu .menu-logo > li > a i.fa
{ /*--------------------------------------- LOGO ICON */
    padding: 0;
    display: inline-block;
    font-size: 1.25em;
    position: absolute;
    top: 0;
    left: 20px;
    bottom: 0;
    margin: auto 0;
    line-height: 50px;
}

.mega-menu .menu-logo > li > a img
{ /*--------------------------------------- LOGO IMAGE ICON */
    /* width: 20px;
     height: 20px;
     position: absolute;
     top: 0;
     left: 15px;
     bottom: 0;
     margin: auto 0;*/
}

.mega-menu .menu-links
{ /*---------------------------------------- MENU LINKS */
    margin: 0;
    padding: 0;
    display: block;
    float: right;
}

@media screen and (max-width:991px)
{
    .mega-menu .menu-links
    {
        width: 100%;
        background: #fff;
    }
}

@media screen and (min-width:992px)
{
    .mega-menu .menu-links
    {
        display: block !important;
        max-height: 100% !important;
        overflow: visible !important;
    }

    .mega-menu .menu-links.menu-links-align-right
    { /*------------------------------------------ MENU LINKS ALIGN RIGHT */
        float: right;
    }
}

.mega-menu .menu-links > li
{
    margin: 0;
    padding: 0;
    display: block;
    float: left;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    font-size: 1em;
}

@media screen and (max-width:991px)
{
    .mega-menu .menu-links > li
    {
        width: 100%;
        position: relative;
        cursor: pointer;
        line-height: normal;
        border-bottom: 1px solid #f3f3f3;
        z-index: 50;
    }

    .mega-menu .menu-links > li.activeTriggerMobile
    { /*background-color: #84ba3f;*/
    }
}

@media screen and (min-width:992px)
{
    .mega-menu .menu-links > li.activeTrigger
    {
        background-color: #84ba3f;
    }
}

.mega-menu .menu-links > li.active a
{ /*------------------------------------- ACTIVE CLASS MENU LINKS */
    background-color: transparent;
    color: #84ba3f;
}

.mega-menu .menu-links > li:hover
{ /*-------------------------------------- HOVER MENU LINKS */
    background-color: transparent;
    color: #84ba3f;
}

.mega-menu .menu-links > li > a
{
    margin: 0;
    padding: 0 13px;
    display: inline-block;
    float: none;
    width: 100%;
    color: #ffffff;
    font-size: 0.933em;
    line-height: 64px;
    position: relative;
    text-transform: capitalize;
}

.mega-menu .menu-links > li > a:hover
{
    color: #84ba3f;
}

@media screen and (max-width:991px)
{
    .mega-menu .menu-links > li > a
    {
        width: auto;
        line-height: normal;
        padding-top: 10px;
        padding-bottom: 10px;
        position: static;
        padding-right: 10px;
        z-index: 20;
        color: #363636;
    }
}

.mega-menu .menu-links > li > a i.fa
{ /*---------------------------------------------------- MENU LINKS ICONS*/
    font-size: 1em;
    line-height: 0.7800em;
    padding-right: 2px;
}

.mega-menu .menu-links > li > a i.fa.fa-indicator
{
    padding-right: 0;
    padding-left: 2px;
}

@media screen and (max-width:991px)
{
    .mega-menu .menu-links > li > a i.fa.fa-indicator
    {
        float: right;
        position: absolute;
        right: 20px;
        top: 0;
        bottom: 0;
        line-height: 40px;
        height: 50px;
        z-index: -1;
    }
}

.mega-menu .menu-social-bar
{ /*---------------------------------------------- MENU SOCIAL BAR */
    margin: 0;
    display: block;
    float: left;
    padding: 0 10px;
}

@media screen and (min-width:992px)
{
    .mega-menu .menu-social-bar
    {
        display: block !important;
    }
}

@media screen and (min-width:992px)
{
    .mega-menu .menu-social-bar.menu-social-bar-right
    {
        float: right;
    }
}

@media screen and (max-width:991px)
{
    .mega-menu .menu-social-bar
    {
        width: 100%;
        text-align: center;
    }
}

.mega-menu .menu-social-bar > li
{
    margin: 0;
    padding: 0;
    display: block;
    float: left;
    font-size: 1em;
    line-height: 50px;
}

.mega-menu .menu-social-bar > li[data-color='blue'] > a:hover
{
    background-color: #3b5998;
}

.mega-menu .menu-social-bar > li[data-color='sky-blue'] > a:hover
{
    background-color: #2caae1;
}

.mega-menu .menu-social-bar > li[data-color='orange'] > a:hover
{
    background-color: #dd4b39;
}

.mega-menu .menu-social-bar > li[data-color='red'] > a:hover
{
    background-color: #bd081c;
}

@media screen and (max-width:991px)
{
    .mega-menu .menu-social-bar > li
    {
        float: none;
        display: inline-block;
        margin-bottom: -5px;
    }
}

.mega-menu .menu-social-bar > li > a
{
    margin: 0;
    display: inline-block;
    float: left;
    width: 100%;
    color: #ffffff;
    font-size: 0.875em;
    padding: 0 5px;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    line-height: 50px;
}

@media screen and (max-width:991px)
{
    .mega-menu .menu-social-bar > li > a
    {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.mega-menu .menu-social-bar > li > a i.fa
{
    margin: 0;
    padding: 0;
    display: inline-block;
    float: left;
    width: 100%;
    font-size: 1.125em;
    line-height: 50px;
}

.mega-menu .menu-search-bar
{ /*--------------------------------------------------- MENU SEARCH BAR */
    margin: 0;
    padding: 0;
    display: block;
    float: right;
    position: relative;
    height: 50px;
}

@media screen and (min-width:992px)
{
    .mega-menu .menu-search-bar.menu-search-bar-left
    {
        float: left;
    }
}

@media screen and (max-width:991px)
{
    .mega-menu .menu-search-bar
    {
        width: 100%;
        position: absolute;
        top: 0;
        right: 0;
    }
}

.mega-menu .menu-search-bar li,
.mega-menu .menu-search-bar form,
.mega-menu .menu-search-bar label
{
    margin: 0;
    padding: 0;
    display: block;
    float: left;
    width: 100%;
    line-height: 50px;
}

.mega-menu .menu-search-bar li:hover i.fa.fa-search
{
    background: #84ba3f;
}

.mega-menu .menu-search-bar input
{
    max-width: 0;
    width: 100%;
    margin: 0;
    padding: 5px 50px 5px 0;
    font-size: 0.7800em;
    -webkit-transition: max-width 400ms ease, background 400ms ease, padding-left 400ms ease;
    transition: max-width 400ms ease, background 400ms ease, padding-left 400ms ease;
    height: 50px;
    display: block;
    background: none;
    color: #ffffff;
    font-weight: 400;
}

.mega-menu .menu-search-bar input:focus
{
    max-width: 170px;
    background: #84ba3f;
    padding-left: 20px;
}

@media screen and (max-width:991px)
{
    .mega-menu .menu-search-bar input:focus
    {
        max-width: 100%;
        position: relative;
        z-index: 20;
    }
}

.mega-menu .menu-search-bar i.fa.fa-search
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50px;
    text-align: center;
    line-height: 50px;
    color: #ffffff;
    cursor: text;
    -webkit-transition: background 200ms ease;
    transition: background 200ms ease;
    z-index: 40;
}

.mega-menu .menu-search-bar:-moz-placeholder
{
    opacity: 1 !important;
    color: #ffffff !important;
}

.mega-menu .menu-search-bar::-moz-placeholder
{
    opacity: 1 !important;
    color: #ffffff !important;
}

.mega-menu .menu-search-bar:-ms-input-placeholder
{
    opacity: 1 !important;
    color: #ffffff !important;
}

.mega-menu .menu-search-bar::-webkit-input-placeholder
{
    opacity: 1 !important;
    color: #ffffff !important;
}

@media screen and (max-width:991px)
{
    .mega-menu .menu-search-bar.active input
    {
        padding-right: 150px;
    }

    .mega-menu .menu-search-bar.active i.fa.fa-search
    {
        right: 70px;
    }
}

.mega-menu .menu-mobile-collapse-trigger
{ /*------------------------------------------------------ MOBILE COLLAPSE TRIGGER BUTTON */
    margin: 0;
    padding: 0;
    height: 50px;
    width: 35px;
    background: transparent;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    float: right;
    cursor: pointer;
    -webkit-transition: background 200ms ease;
    transition: background 200ms ease;
}

.mega-menu .menu-mobile-collapse-trigger:hover
{
    background: transparent;
}

.mega-menu .menu-mobile-collapse-trigger:before,
.mega-menu .menu-mobile-collapse-trigger:after,
.mega-menu .menu-mobile-collapse-trigger span
{
    content: "";
    display: block;
    height: 2px;
    width: 26px;
    background: #ffffff;
    position: absolute;
    top: 13px;
    border-radius: 3px;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: -webkit-transform 400ms ease 0s, opacity 400ms ease;
    transition: transform 400ms ease 0s, opacity 400ms ease;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 0px 50% 0px;
    -ms-transform-origin: 0px 50% 0px;
    transform-origin: 0px 50% 0px;
}

.home-2 .mega-menu .menu-mobile-collapse-trigger:before,
.home-2 .mega-menu .menu-mobile-collapse-trigger:after,
.home-2 .mega-menu .menu-mobile-collapse-trigger span
{
    background: #323232;
}

.mega-menu .menu-mobile-collapse-trigger:after
{
    top: 27px;
}

.mega-menu .menu-mobile-collapse-trigger span
{
    top: 20px;
}

.mega-menu .menu-mobile-collapse-trigger.active span
{
    opacity: 0;
}

.mega-menu .menu-mobile-collapse-trigger.active:before
{
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

.mega-menu .menu-mobile-collapse-trigger.active:after
{
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
}

@media screen and (max-width:991px)
{
    .mega-menu .menu-mobile-collapse-trigger
    {
        display: block;
    }
}

.mega-menu .drop-down-multilevel
{ /*-------------------------------------------------- DROP DOWN MULTILEVEL */
    margin: 0;
    padding: 0;
    display: block;
    position: absolute;
    top: auto;
    left: auto;
    right: auto;
    z-index: 50;
    width: 100%;
    background: #ffffff;
    float: left;
    max-width: 220px;
}

.mega-menu .drop-down-multilevel *
{
    color: #323232;
}

@media screen and (min-width:992px)
{
    .mega-menu .drop-down-multilevel
    {
        display: block !important;
        opacity: 0;
        visibility: hidden;
        box-shadow: 0px 3px 40px rgba(0, 0, 0, 0.05);
        border-bottom: 0px;
        border-radius: 0px;
    }
}

@media screen and (max-width:991px)
{
    .mega-menu .drop-down-multilevel
    {
        max-width: 100% !important;
        position: relative;
        left: 0;
        top: 0;
        padding: 10px;
        display: none;
    }
}

.mega-menu .drop-down-multilevel li
{
    margin: 0;
    padding: 0;
    display: block;
    float: left;
    border-radius: 0px; /*border-bottom: 1px solid #f3f3f3;*/
    width: 100%;
    position: relative;
    -webkit-transition: background 200ms ease;
    transition: background 200ms ease;
    z-index: 50;
}

.mega-menu .drop-down-multilevel li:last-child
{
    border-bottom: 0px;
}

.mega-menu .drop-down-multilevel li:hover
{
    background: #fafafa;
}

.mega-menu .drop-down-multilevel li:hover > a
{
    color: #84ba3f;
}

.mega-menu .drop-down-multilevel li:hover > a i.fa
{
    color: #84ba3f;
}

@media screen and (min-width:992px)
{
    .mega-menu .drop-down-multilevel li.activeTrigger
    {
        background: #84ba3f;
    }

    .mega-menu .drop-down-multilevel li.activeTrigger > a
    {
        color: #ffffff;
    }

    .mega-menu .drop-down-multilevel li.activeTrigger > a i.fa
    {
        color: #ffffff;
    }
}

@media screen and (max-width:991px)
{
    .mega-menu .drop-down-multilevel li.activeTriggerMobile
    {
        background: #84ba3f;
    }

    .mega-menu .drop-down-multilevel li.activeTriggerMobile > a
    {
        color: #323232;
    }

    .mega-menu .drop-down-multilevel li.activeTriggerMobile > a i.fa
    {
        color: #ffffff;
    }

    .mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li a:hover
    {
        color: #ffffff !important;
    }
}

.mega-menu .menu-links > li.active .drop-down-multilevel a
{
    color: #323232;
}

.mega-menu .menu-links > li.active .drop-down-multilevel a:hover
{
    color: #84ba3f;
}

.mega-menu .drop-down-multilevel a
{
    margin: 0;
    padding: 10px 30px;
    font-size: 0.7800em;
    text-transform: capitalize;
    display: inline-block;
    float: left;
    width: 100%;
    color: #323232;
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
    min-height: 40px;
}

.mega-menu .drop-down-multilevel > li:first-child > a
{
    padding-top: 18px;
}

.mega-menu .drop-down-multilevel > li:last-child > a
{
    padding-bottom: 18px;
}

@media screen and (max-width:991px)
{

    /* .mega-menu .drop-down-multilevel a {
         width: auto;
       }*/
}

.mega-menu .drop-down-multilevel i.fa
{
    float: left;
    line-height: 1.375em;
    font-size: 1em;
    display: block;
    padding-right: 10px;
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
}

.mega-menu .drop-down-multilevel i.fa-indicator
{
    float: right;
    line-height: 19px;
    font-size: 8px;
    font-weight: 900;
    display: block;
    padding-left: 10px;
    padding-right: 0;
}

@media screen and (max-width:991px)
{
    .mega-menu .drop-down-multilevel i.fa-indicator
    {
        float: right;
        height: 50px;
        position: absolute;
        top: 0;
        right: 20px;
        line-height: 50px;
        z-index: -1;
    }
}

.mega-menu .drop-down-multilevel .drop-down-multilevel
{ /*------------------------------------------------------ SECOND LEVEL */
    left: 100%;
    top: 0;
}

@media screen and (min-width:992px)
{
    .mega-menu .drop-down-multilevel .drop-down-multilevel.left-side
    { /*--------------------------------------------------- ALIGN SECOND LEVEL DROP DOWN LEFT SIDE */
        left: -100%;
    }
}

@media screen and (max-width:991px)
{
    .mega-menu .drop-down-multilevel .drop-down-multilevel
    {
        left: 0;
        border: 1px solid #cccccc;
    }
}

.mega-menu .drop-down,
.mega-menu .drop-down-tab-bar
{ /*--------------------------------------------------------- GRID DROP DOWN */
    position: absolute;
    left: auto;
    top: auto;
    right: auto;
    background: #ffffff;
    float: left;
    padding: 10px 20px;
    z-index: 999;
    display: block;
    cursor: default;
    overflow: hidden; /*-------------------------------------------------------- 12 COLUMNS FLUID GRID WITH NESTED COLUMNS */
}

.mega-menu .drop-down *,
.mega-menu .drop-down-tab-bar *
{
    color: #323232;
}

@media screen and (min-width:992px)
{
    .mega-menu .drop-down.menu-bg,
    .mega-menu .drop-down-tab-bar
    {
        background: rgba(255, 255, 255, 1);
        background-repeat: no-repeat;
        background-position: 120% 0;
    }

    .mega-menu .drop-down.menu-shop-bg,
    .mega-menu .drop-down-tab-bar
    {
        background: rgba(255, 255, 255, 1) url(../../images/objects/menu-shop-bg.jpg);
        background-repeat: no-repeat;
        background-position: right;
    }

    .mega-menu .drop-down.menu-bg [class*="grid-col-"]
    {
        padding: 10px 10px 0;
    }

    .mega-menu .rev-slider
    {
        background: #fff;
        padding: 7px 12px;
    }

    .mega-menu .rev-slider p
    {
        display: inline-block;
        padding: 0px 10px;
        margin-bottom: 0px !important;
        line-height: 0px !important;
    }

    .mega-menu .rev-slider a
    {
        display: inline-block;
        font-size: 13px !important;
        color: #01a9da;
        width: inherit !important;
        padding: 5px 0px;
    }

    .mega-menu .rev-slider a:hover
    {
        color: #323232 !important;
    }
}

@media screen and (min-width:992px)
{
    .mega-menu .drop-down,
    .mega-menu .drop-down-tab-bar
    {
        display: block !important;
        opacity: 0;
        visibility: hidden; /*border-top:5px solid #84ba3f;*/
        border-radius: 0px !important;
        box-shadow: 0px 3px 40px rgba(0, 0, 0, 0.05);
    }
}

@media screen and (max-width:991px)
{
    .mega-menu .drop-down,
    .mega-menu .drop-down-tab-bar
    {
        width: 100% !important;
        top: 0;
        left: 0;
        position: relative;
        display: none;
    }
}

.mega-menu .drop-down .grid-row,
.mega-menu .drop-down-tab-bar .grid-row
{
    margin: 0;
    padding: 0;
    min-height: 1px;
    width: 100%;
    float: left;
    clear: both;
}

.mega-menu .drop-down [class*="grid-col-"],
.mega-menu .drop-down-tab-bar [class*="grid-col-"]
{
    margin: 0;
    float: left;
    padding: 10px;
    position: relative;
}

.mega-menu .drop-down .grid-col-1,
.mega-menu .drop-down-tab-bar .grid-col-1
{
    width: 8.333333333333333%;
}

.mega-menu .drop-down .grid-col-2,
.mega-menu .drop-down-tab-bar .grid-col-2
{
    width: 16.66666666666667%;
}

.mega-menu .drop-down .grid-col-3,
.mega-menu .drop-down-tab-bar .grid-col-3
{
    width: 25%;
}

.mega-menu .drop-down .grid-col-4,
.mega-menu .drop-down-tab-bar .grid-col-4
{
    width: 33.33333333333333%;
}

.mega-menu .drop-down .grid-col-5,
.mega-menu .drop-down-tab-bar .grid-col-5
{
    width: 41.66666666666667%;
}

.mega-menu .drop-down .grid-col-6,
.mega-menu .drop-down-tab-bar .grid-col-6
{
    width: 50%;
}

.mega-menu .drop-down .grid-col-7,
.mega-menu .drop-down-tab-bar .grid-col-7
{
    width: 58.33333333333333%;
}

.mega-menu .drop-down .grid-col-8,
.mega-menu .drop-down-tab-bar .grid-col-8
{
    width: 66.66666666666667%;
}

.mega-menu .drop-down .grid-col-9,
.mega-menu .drop-down-tab-bar .grid-col-9
{
    width: 75%;
}

.mega-menu .drop-down .grid-col-10,
.mega-menu .drop-down-tab-bar .grid-col-10
{
    width: 83.33333333333333%;
}

.mega-menu .drop-down .grid-col-11,
.mega-menu .drop-down-tab-bar .grid-col-11
{
    width: 91.66666666666667%;
}

.mega-menu .drop-down .grid-col-12,
.mega-menu .drop-down-tab-bar .grid-col-12
{
    width: 100%;
}

.mega-menu .drop-down.grid-col-1,
.mega-menu .drop-down-tab-bar.grid-col-1
{
    width: 8.333333333333333%;
}

.mega-menu .drop-down.grid-col-2,
.mega-menu .drop-down-tab-bar.grid-col-2
{
    width: 16.66666666666667%;
}

.mega-menu .drop-down.grid-col-3,
.mega-menu .drop-down-tab-bar.grid-col-3
{
    width: 25%;
}

.mega-menu .drop-down.grid-col-4,
.mega-menu .drop-down-tab-bar.grid-col-4
{
    width: 33.33333333333333%;
}

.mega-menu .drop-down.grid-col-5,
.mega-menu .drop-down-tab-bar.grid-col-5
{
    width: 41.66666666666667%;
}

.mega-menu .drop-down.grid-col-6,
.mega-menu .drop-down-tab-bar.grid-col-6
{
    width: 50%;
}

.mega-menu .drop-down.grid-col-7,
.mega-menu .drop-down-tab-bar.grid-col-7
{
    width: 58.33333333333333%;
}

.mega-menu .drop-down.grid-col-8,
.mega-menu .drop-down-tab-bar.grid-col-8
{
    width: 66.66666666666667%;
}

.mega-menu .drop-down.grid-col-9,
.mega-menu .drop-down-tab-bar.grid-col-9
{
    width: 75%;
}

.mega-menu .drop-down.grid-col-10,
.mega-menu .drop-down-tab-bar.grid-col-10
{
    width: 83.33333333333333%;
}

.mega-menu .drop-down.grid-col-11,
.mega-menu .drop-down-tab-bar.grid-col-11
{
    width: 91.66666666666667%;
}

.mega-menu .drop-down.grid-col-12,
.mega-menu .drop-down-tab-bar.grid-col-12
{
    width: 100%;
    left: 0;
}

@media screen and (max-width:991px)
{
    .mega-menu .drop-down [class*="grid-col-"],
    .mega-menu .drop-down-tab-bar [class*="grid-col-"]
    {
        width: 50%;
    }
}

@media screen and (max-width:991px)
{
    .mega-menu .drop-down [class*="grid-col-"],
    .mega-menu .drop-down-tab-bar [class*="grid-col-"]
    {
        width: 100%;
    }
}

.mega-menu .drop-down.grid-demo span,
.mega-menu .drop-down-tab-bar.grid-demo span
{
    float: left;
    display: inline-block;
    width: 100%;
    padding: 4px 6px;
    background: #bfbfbf;
    font-size: 0.75em;
    color: #323232;
}

.mega-menu .drop-down .space-0,
.mega-menu .drop-down-tab-bar .space-0
{ /*--------------------------------------------------------- SPACE 0 CLASS */
    padding: 0 !important;
    margin: 0 !important;
}

.mega-menu .drop-down a,
.mega-menu .drop-down-tab-bar a
{
    font-size: 0.7800em;
    display: inline-block;
    padding: 8px 0;
    width: 100%;
    max-width: 100%;
    text-transform: capitalize;
}

.mega-menu .drop-down h1,
.mega-menu .drop-down h2,
.mega-menu .drop-down h3,
.mega-menu .drop-down h4,
.mega-menu .drop-down h5,
.mega-menu .drop-down h6,
.mega-menu .drop-down-tab-bar h1,
.mega-menu .drop-down-tab-bar h2,
.mega-menu .drop-down-tab-bar h3,
.mega-menu .drop-down-tab-bar h4,
.mega-menu .drop-down-tab-bar h5,
.mega-menu .drop-down-tab-bar h6
{
    margin-top: 0;
    font-weight: 700;
}

.mega-menu .drop-down h1,
.mega-menu .drop-down-tab-bar h1
{
    font-size: 1.5em;
    line-height: 1;
    padding-top: 0.53em;
    margin-bottom: 0.5em;
}

.mega-menu .drop-down h2,
.mega-menu .drop-down-tab-bar h2
{
    font-size: 1.375em;
    padding-top: 0.25em;
    margin-bottom: 0.5em;
}

.mega-menu .drop-down h3,
.mega-menu .drop-down-tab-bar h3
{
    font-size: 1.125em;
    line-height: 1;
    padding-top: 0.35em;
    margin-bottom: 0.65em;
}

.mega-menu .drop-down h4,
.mega-menu .drop-down-tab-bar h4
{
    font-size: 1em;
    text-transform: capitalize;
    line-height: 1.25;
    padding-top: 0.45em;
    margin-bottom: 0px;
    padding-left: 8px;
    letter-spacing: 0px;
}

.mega-menu .drop-down h5,
.mega-menu .drop-down-tab-bar h5
{
    font-size: 0.875em;
    font-weight: bold;
    padding-top: 0.6em;
    margin-bottom: 0.9em;
}

.mega-menu .drop-down h6,
.mega-menu .drop-down-tab-bar h6
{
    font-size: 0.75em;
    font-weight: bold;
    margin-bottom: 0;
}

.mega-menu .drop-down figure img,
.mega-menu .drop-down-tab-bar figure img
{
    width: 100%;
    height: auto;
    display: block;
}

.mega-menu .drop-down figcaption,
.mega-menu .drop-down-tab-bar figcaption
{
    font-size: small;
    font-style: italic;
    color: #666666;
}

.mega-menu .drop-down ul,
.mega-menu .drop-down ol,
.mega-menu .drop-down dl,
.mega-menu .drop-down-tab-bar ul,
.mega-menu .drop-down-tab-bar ol,
.mega-menu .drop-down-tab-bar dl
{
    padding: 0;
    margin: 0 0 0px;
}

.mega-menu .drop-down form,
.mega-menu .drop-down-tab-bar form
{
    margin-bottom: 1.5em;
}

.mega-menu .drop-down form ul,
.mega-menu .drop-down-tab-bar form ul
{
    list-style: none none;
    margin: 0;
    padding: 0;
}

.mega-menu .drop-down form ul li,
.mega-menu .drop-down-tab-bar form ul li
{
    *zoom: 1;
    margin-bottom: 1.5em;
}

.mega-menu .drop-down form ul li:before,
.mega-menu .drop-down form ul li:after,
.mega-menu .drop-down-tab-bar form ul li:before,
.mega-menu .drop-down-tab-bar form ul li:after
{
    content: "";
    display: table;
}

.mega-menu .drop-down form ul li:after,
.mega-menu .drop-down-tab-bar form ul li:after
{
    clear: both;
}

.mega-menu .drop-down fieldset,
.mega-menu .drop-down-tab-bar fieldset
{
    margin: 0;
    padding: 1.5em;
}

.mega-menu .drop-down label,
.mega-menu .drop-down-tab-bar label
{
    display: block;
}

.mega-menu .drop-down label.inline,
.mega-menu .drop-down-tab-bar label.inline
{
    display: inline;
    padding-right: 24px;
}

.mega-menu .drop-down input[type="text"],
.mega-menu .drop-down input[type="url"],
.mega-menu .drop-down input[type="email"],
.mega-menu .drop-down input[type="password"],
.mega-menu .drop-down input[type="search"],
.mega-menu .drop-down input[type="number"],
.mega-menu .drop-down input[type="date"],
.mega-menu .drop-down input[type="month"],
.mega-menu .drop-down input[type="week"],
.mega-menu .drop-down input[type="time"],
.mega-menu .drop-down input[type="datetime"],
.mega-menu .drop-down input[type="datetime-local"],
.mega-menu .drop-down input[type="tel"],
.mega-menu .drop-down textarea,
.mega-menu .drop-down-tab-bar input[type="text"],
.mega-menu .drop-down-tab-bar input[type="url"],
.mega-menu .drop-down-tab-bar input[type="email"],
.mega-menu .drop-down-tab-bar input[type="password"],
.mega-menu .drop-down-tab-bar input[type="search"],
.mega-menu .drop-down-tab-bar input[type="number"],
.mega-menu .drop-down-tab-bar input[type="date"],
.mega-menu .drop-down-tab-bar input[type="month"],
.mega-menu .drop-down-tab-bar input[type="week"],
.mega-menu .drop-down-tab-bar input[type="time"],
.mega-menu .drop-down-tab-bar input[type="datetime"],
.mega-menu .drop-down-tab-bar input[type="datetime-local"],
.mega-menu .drop-down-tab-bar input[type="tel"],
.mega-menu .drop-down-tab-bar textarea
{
    display: block;
    width: 100%;
    margin: 0 0 0.75em;
    padding: 10px;
    font-size: 0.7800em;
    border: 1px solid #e8e8e8;
    line-height: 1.5em;
}

.mega-menu .drop-down select,
.mega-menu .drop-down-tab-bar select
{
    width: 100%;
    height: 2.1em;
    margin-bottom: 0.9em;
    border: 1px solid #cccccc;
}

.mega-menu .drop-down input[type="range"],
.mega-menu .drop-down input[type="color"],
.mega-menu .drop-down-tab-bar input[type="range"],
.mega-menu .drop-down-tab-bar input[type="color"]
{
    vertical-align: middle;
    height: 1.5em;
    width: 100%;
}

.mega-menu .drop-down input[type="range"],
.mega-menu .drop-down-tab-bar input[type="range"]
{
    height: 1.4em;
}

.mega-menu .drop-down input[type="color"],
.mega-menu .drop-down-tab-bar input[type="color"]
{
    width: 1.5em;
}

.mega-menu .drop-down input[type="time"],
.mega-menu .drop-down-tab-bar input[type="time"]
{
    margin: 0 0 0.55em;
}

.mega-menu .drop-down progress,
.mega-menu .drop-down meter,
.mega-menu .drop-down-tab-bar progress,
.mega-menu .drop-down-tab-bar meter
{
    display: block;
    width: 100%;
    height: 1.5em;
}

.mega-menu .drop-down table,
.mega-menu .drop-down-tab-bar table
{
    margin-bottom: 1.4em;
    width: 100%;
    border: 1px solid #cccccc;
}

.mega-menu .drop-down thead,
.mega-menu .drop-down-tab-bar thead
{
    text-align: left;
    font-weight: bold;
}

.mega-menu .drop-down tbody tr:nth-child(even) td,
.mega-menu .drop-down-tab-bar tbody tr:nth-child(even) td
{
    background: #dddddd;
}

.mega-menu .drop-down tfoot,
.mega-menu .drop-down-tab-bar tfoot
{
    font-style: italic;
}

.mega-menu .drop-down tfoot td,
.mega-menu .drop-down tfoot th,
.mega-menu .drop-down-tab-bar tfoot td,
.mega-menu .drop-down-tab-bar tfoot th
{
    padding: 0.75em 10px;
}

.mega-menu .drop-down th,
.mega-menu .drop-down td,
.mega-menu .drop-down caption,
.mega-menu .drop-down-tab-bar th,
.mega-menu .drop-down-tab-bar td,
.mega-menu .drop-down-tab-bar caption
{
    border: 1px solid #cccccc;
}

.mega-menu .drop-down td,
.mega-menu .drop-down th,
.mega-menu .drop-down-tab-bar td,
.mega-menu .drop-down-tab-bar th
{
    padding: 0 10px 0 10px;
    line-height: 1.45em;
}

.mega-menu .drop-down caption,
.mega-menu .drop-down-tab-bar caption
{
    border-bottom: 0;
    padding: 0.75em 10px;
    line-height: 1.45em;
    text-align: left;
    font-style: italic;
}

.mega-menu .drop-down p,
.mega-menu .drop-down-tab-bar p
{
    margin: 0 0 1.5em 0;
    font-size: 0.7800em;
}

.mega-menu .drop-down blockquote,
.mega-menu .drop-down-tab-bar blockquote
{
    margin: 0 1.5em 1.5em;
    font-style: italic;
}

.mega-menu .drop-down mark,
.mega-menu .drop-down-tab-bar mark
{
    line-height: 1.5;
    background: #78aace;
    color: #ffffff;
}

.mega-menu .drop-down del,
.mega-menu .drop-down-tab-bar del
{
    color: #dddddd;
}

.mega-menu .drop-down code,
.mega-menu .drop-down kbd,
.mega-menu .drop-down pre,
.mega-menu .drop-down samp,
.mega-menu .drop-down-tab-bar code,
.mega-menu .drop-down-tab-bar kbd,
.mega-menu .drop-down-tab-bar pre,
.mega-menu .drop-down-tab-bar samp
{
}

.mega-menu .drop-down ins,
.mega-menu .drop-down small,
.mega-menu .drop-down-tab-bar ins,
.mega-menu .drop-down-tab-bar small
{
    line-height: 1.5;
}

.mega-menu .drop-down kbd,
.mega-menu .drop-down samp,
.mega-menu .drop-down-tab-bar kbd,
.mega-menu .drop-down-tab-bar samp
{
    line-height: 1.4;
}

.mega-menu .drop-down hr,
.mega-menu .drop-down-tab-bar hr
{
    background: #cccccc;
    color: #cccccc;
    clear: both;
    float: none;
    width: 100%;
    height: 1px;
    margin: 0 0 1.4em;
    border: none;
}

.mega-menu .drop-down input[type="submit"],
.mega-menu .drop-down input[type="button"],
.mega-menu .drop-down-tab-bar input[type="submit"],
.mega-menu .drop-down-tab-bar input[type="button"]
{
    background: #84ba3f;
    padding: 10px 20px;
    margin: 5px 10px 0 0;
    line-height: 1.5em;
    font-weight: 600;
    font-size: 0.7800em;
    color: #ffffff;
    border-radius: 0;
    display: block;
    float: left;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
}

.mega-menu .drop-down input[type="submit"]:hover,
.mega-menu .drop-down input[type="button"]:hover,
.mega-menu .drop-down-tab-bar input[type="submit"]:hover,
.mega-menu .drop-down-tab-bar input[type="button"]:hover
{
    background-color: #333333;
}

@media screen and (max-width:991px)
{
    .mega-menu .drop-down input[type="submit"],
    .mega-menu .drop-down input[type="button"],
    .mega-menu .drop-down-tab-bar input[type="submit"],
    .mega-menu .drop-down-tab-bar input[type="button"]
    {
        width: 100%;
    }
}

.mega-menu .drop-down a,
.mega-menu .drop-down-tab-bar a
{
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
}

.mega-menu .drop-down a:hover,
.mega-menu .drop-down-tab-bar a:hover
{
    color: #84ba3f;
}

.mega-menu .drop-down a i,
.mega-menu .drop-down-tab-bar a i
{
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

.mega-menu .drop-down a:hover i,
.mega-menu .drop-down-tab-bar a:hover i
{
    color: #84ba3f;
}

@media screen and (max-width:991px)
{
    .mega-menu .drop-down a,
    .mega-menu .drop-down-tab-bar a
    {
        width: auto;
    }
}

/*.mega-menu .drop-down ::-moz-selection,
      .mega-menu .drop-down-tab-bar ::-moz-selection {
       background: #ffb9ad;
      }

      .mega-menu .drop-down ::selection,
      .mega-menu .drop-down-tab-bar ::selection {
       background: #ffb9ad;
      }*/
.mega-menu .drop-down .list-description span,
.mega-menu .drop-down-tab-bar .list-description span
{
    color: #aeaeae;
    display: inline-block;
    width: 100%;
}

.mega-menu .drop-down .image-description,
.mega-menu .drop-down-tab-bar .image-description
{
    position: relative;
}

.mega-menu .drop-down .image-description img,
.mega-menu .drop-down-tab-bar .image-description img
{
    display: inline-block;
    float: left;
    max-width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    height: 40px;
    width: 40px;
}

.mega-menu .drop-down .image-description a,
.mega-menu .drop-down-tab-bar .image-description a
{
    padding-left: 50px;
}

.mega-menu .drop-down .image-description span,
.mega-menu .drop-down-tab-bar .image-description span
{
    color: #aeaeae;
    display: inline-block;
    width: 100%;
}

.mega-menu .drop-down i.fa,
.mega-menu .drop-down-tab-bar i.fa
{
    padding-right: 10px;
    width: 20px;
}

.mega-menu .drop-down iframe,
.mega-menu .drop-down-tab-bar iframe
{
    width: 100%;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    border: none;
}

@media screen and (min-width:992px)
{
    .mega-menu .drop-down.menu-offset-1,
    .mega-menu .drop-down-tab-bar.menu-offset-1
    { /*------------------------------------------- menu-OFFSET CLASSES FOR DROP DOWN */
        margin-left: 100px;
    }

    .mega-menu .drop-down.menu-offset-2,
    .mega-menu .drop-down-tab-bar.menu-offset-2
    {
        margin-left: -150px;
    }

    .mega-menu .drop-down.menu-offset-3,
    .mega-menu .drop-down-tab-bar.menu-offset-3
    {
        margin-left: -200px;
    }

    .mega-menu .drop-down.menu-offset-4,
    .mega-menu .drop-down-tab-bar.menu-offset-4
    {
        margin-left: -250px;
    }

    .mega-menu .drop-down.menu-offset-5,
    .mega-menu .drop-down-tab-bar.menu-offset-5
    {
        margin-left: -300px;
    }
}

.mega-menu .drop-down .menu-contact-form,
.mega-menu .drop-down-tab-bar .menu-contact-form
{ /*------------------------------------------------------- MENU CONTACT FORM */
    margin: 0;
    display: block;
    float: left;
    width: 100%;
    background: #f7f7f7;
    padding: 20px;
}

.mega-menu .mobileTriggerButton
{ /*---------------------------------------------------- MOBILE CLICK TRIGGER JQUERY DIV */
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    display: none;
    z-index: -1;
}

@media screen and (max-width:991px)
{
    .mega-menu .mobileTriggerButton
    {
        display: block;
    }
}

.mega-menu .desktopTriggerButton
{ /*--------------------------------------------------- DESKTOP CLICK TRIGGER JQUERY DIV */
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    display: block;
    opacity: .2;
}

@media screen and (max-width:991px)
{
    .mega-menu .desktopTriggerButton
    {
        display: none;
    }
}

@media screen and (min-width:992px)
{
    .mega-menu.desktopTopFixed .menu-list-items
    { /*--------------------------------------------------------- TOP FIXED FOR DESKTOP */
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        max-width: 100%;
        padding: 0px 10px;
        background: #323232;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }

    .mega-menu.desktopTopFixed .menu-list-items .drop-down.grid-col-12,
    .mega-menu.desktopTopFixed .menu-list-items .drop-down-tab-bar.grid-col-12
    {
        width: 100%;
        margin: 0px;
    }

    .mega-menu.desktopTopFixed .menu-list-items .menu-logo > li > a img
    {
        height: 40px;
        padding-top: 0px;
        margin: 5px 0px; /*width: 75%;*/
    }

    .mega-menu.desktopTopFixed .menu-list-items .menu-links > li > a
    {
        line-height: 20px;
    }
}

@media screen and (max-width:991px)
{
    .mega-menu.mobileTopFixed .menu-list-items
    { /*--------------------------------------------------------- TOP FIXED FOR MOBILE */
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        max-width: 100%;
    }
}

.mega-menu .drop-down-tab-bar
{ /*----------------------------------------------------------- DROP DOWN TAB BAR */
    margin: 0;
    padding: 10px;
    float: left;
}

.mega-menu .drop-down-tab-bar li
{
    float: left;
    margin: 0;
    padding: 0;
    display: block;
}

@media screen and (max-width:991px)
{
    .mega-menu .drop-down-tab-bar li
    {
        width: 100%;
        position: relative;
    }
}

.mega-menu .drop-down-tab-bar a
{
    float: left;
    width: 100%;
    display: inline-block;
    padding: 5px 10px;
    font-size: 0.7800em;
}

@media screen and (max-width:991px)
{
    .mega-menu .drop-down-tab-bar a
    {
        width: auto;
        padding-right: 20px;
    }
}

.mega-menu .drop-down-tab-bar i.fa
{
    display: inline-block;
    padding-right: 5px;
}

.mega-menu .drop-down-tab-bar i.fa.fa-indicator
{
    padding-right: 0;
    padding-left: 10px;
    line-height: 0.7800em;
}

@media screen and (max-width:991px)
{
    .mega-menu .drop-down-tab-bar i.fa.fa-indicator
    {
        float: right;
        position: absolute;
        right: 12px;
        top: 0;
        bottom: 0;
        line-height: 25px;
    }
}

@media screen and (min-width:992px)
{
    .mega-menu .menu-links li.hoverTrigger > .drop-down.effect-scale,
    .mega-menu .menu-links li.hoverTrigger > .drop-down-tab-bar.effect-scale,
    .mega-menu .menu-links li.hoverTrigger > .drop-down-multilevel.effect-scale,
    .mega-menu .menu-links li.ClickTrigger .drop-down.effect-scale,
    .mega-menu .menu-links li.ClickTrigger .drop-down-tab-bar.effect-scale,
    .mega-menu .menu-links li.ClickTrigger .drop-down-multilevel.effect-scale
    { /*--------------------------------------------- effect scale */
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
    }

    .mega-menu .menu-links li.hoverTrigger > .drop-down.effect-expand-top,
    .mega-menu .menu-links li.hoverTrigger > .drop-down-tab-bar.effect-expand-top,
    .mega-menu .menu-links li.hoverTrigger > .drop-down-multilevel.effect-expand-top,
    .mega-menu .menu-links li.ClickTrigger .drop-down.effect-expand-top,
    .mega-menu .menu-links li.ClickTrigger .drop-down-tab-bar.effect-expand-top,
    .mega-menu .menu-links li.ClickTrigger .drop-down-multilevel.effect-expand-top
    { /*--------------------------------------------- effect expand top*/
        -webkit-transform: rotateX(90deg);
        transform: rotateX(90deg);
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
    }

    .mega-menu .menu-links li.hoverTrigger > .drop-down.effect-expand-bottom,
    .mega-menu .menu-links li.hoverTrigger > .drop-down-tab-bar.effect-expand-bottom,
    .mega-menu .menu-links li.hoverTrigger > .drop-down-multilevel.effect-expand-bottom,
    .mega-menu .menu-links li.ClickTrigger .drop-down.effect-expand-bottom,
    .mega-menu .menu-links li.ClickTrigger .drop-down-tab-bar.effect-expand-bottom,
    .mega-menu .menu-links li.ClickTrigger .drop-down-multilevel.effect-expand-bottom
    { /*--------------------------------------------- effect expand bottom*/
        -webkit-transform: rotateX(90deg);
        transform: rotateX(90deg);
        -webkit-transform-origin: 0 100%;
        -ms-transform-origin: 0 100%;
        transform-origin: 0 100%;
    }

    .mega-menu .menu-links li.hoverTrigger > .drop-down.effect-expand-left,
    .mega-menu .menu-links li.hoverTrigger > .drop-down-tab-bar.effect-expand-left,
    .mega-menu .menu-links li.hoverTrigger > .drop-down-multilevel.effect-expand-left,
    .mega-menu .menu-links li.ClickTrigger .drop-down.effect-expand-left,
    .mega-menu .menu-links li.ClickTrigger .drop-down-tab-bar.effect-expand-left,
    .mega-menu .menu-links li.ClickTrigger .drop-down-multilevel.effect-expand-left
    { /*--------------------------------------------- effect expand left*/
        -webkit-transform: rotateY(90deg);
        transform: rotateY(90deg);
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
    }

    .mega-menu .menu-links li.hoverTrigger > .drop-down.effect-expand-right,
    .mega-menu .menu-links li.hoverTrigger > .drop-down-tab-bar.effect-expand-right,
    .mega-menu .menu-links li.hoverTrigger > .drop-down-multilevel.effect-expand-right,
    .mega-menu .menu-links li.ClickTrigger .drop-down.effect-expand-right,
    .mega-menu .menu-links li.ClickTrigger .drop-down-tab-bar.effect-expand-right,
    .mega-menu .menu-links li.ClickTrigger .drop-down-multilevel.effect-expand-right
    { /*--------------------------------------------- effect expand right*/
        -webkit-transform: rotateY(90deg);
        transform: rotateY(90deg);
        -webkit-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
        transform-origin: 100% 0;
    }

    .mega-menu .menu-links li.hoverTrigger:hover > .drop-down,
    .mega-menu .menu-links li.hoverTrigger:hover > .drop-down-tab-bar,
    .mega-menu .menu-links li.hoverTrigger:hover > .drop-down-multilevel,
    .mega-menu .menu-links li.ClickTrigger .drop-down.active,
    .mega-menu .menu-links li.ClickTrigger .drop-down-tab-bar.active,
    .mega-menu .menu-links li.ClickTrigger .drop-down-multilevel.active
    {
        -webkit-transition-delay: 200ms !important;
        transition-delay: 200ms !important;
    }

    .mega-menu .menu-links li.hoverTrigger:hover > .drop-down.effect-fade,
    .mega-menu .menu-links li.hoverTrigger:hover > .drop-down-tab-bar.effect-fade,
    .mega-menu .menu-links li.hoverTrigger:hover > .drop-down-multilevel.effect-fade,
    .mega-menu .menu-links li.ClickTrigger .drop-down.active.effect-fade,
    .mega-menu .menu-links li.ClickTrigger .drop-down-tab-bar.active.effect-fade,
    .mega-menu .menu-links li.ClickTrigger .drop-down-multilevel.active.effect-fade
    { /*------------------------------------------- DROP DOWN EFFECTS :::: fade-effect */
        opacity: 1;
        visibility: visible;
    }

    .mega-menu .menu-links li.hoverTrigger:hover > .drop-down.effect-scale,
    .mega-menu .menu-links li.hoverTrigger:hover > .drop-down-tab-bar.effect-scale,
    .mega-menu .menu-links li.hoverTrigger:hover > .drop-down-multilevel.effect-scale,
    .mega-menu .menu-links li.ClickTrigger .drop-down.active.effect-scale,
    .mega-menu .menu-links li.ClickTrigger .drop-down-tab-bar.active.effect-scale,
    .mega-menu .menu-links li.ClickTrigger .drop-down-multilevel.active.effect-scale
    { /*--------------------------------------------- effect scale */
        opacity: 1;
        visibility: visible;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .mega-menu .menu-links li.hoverTrigger:hover > .drop-down.effect-expand-top,
    .mega-menu .menu-links li.hoverTrigger:hover > .drop-down-tab-bar.effect-expand-top,
    .mega-menu .menu-links li.hoverTrigger:hover > .drop-down-multilevel.effect-expand-top,
    .mega-menu .menu-links li.ClickTrigger .drop-down.active.effect-expand-top,
    .mega-menu .menu-links li.ClickTrigger .drop-down-tab-bar.active.effect-expand-top,
    .mega-menu .menu-links li.ClickTrigger .drop-down-multilevel.active.effect-expand-top
    { /*--------------------------------------------- effect expand top*/
        opacity: 1;
        visibility: visible;
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }

    .mega-menu .menu-links li.hoverTrigger:hover > .drop-down.effect-expand-bottom,
    .mega-menu .menu-links li.hoverTrigger:hover > .drop-down-tab-bar.effect-expand-bottom,
    .mega-menu .menu-links li.hoverTrigger:hover > .drop-down-multilevel.effect-expand-bottom,
    .mega-menu .menu-links li.ClickTrigger .drop-down.active.effect-expand-bottom,
    .mega-menu .menu-links li.ClickTrigger .drop-down-tab-bar.active.effect-expand-bottom,
    .mega-menu .menu-links li.ClickTrigger .drop-down-multilevel.active.effect-expand-bottom
    { /*--------------------------------------------- effect expand bottom*/
        opacity: 1;
        visibility: visible;
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }

    .mega-menu .menu-links li.hoverTrigger:hover > .drop-down.effect-expand-left,
    .mega-menu .menu-links li.hoverTrigger:hover > .drop-down-tab-bar.effect-expand-left,
    .mega-menu .menu-links li.hoverTrigger:hover > .drop-down-multilevel.effect-expand-left,
    .mega-menu .menu-links li.ClickTrigger .drop-down.active.effect-expand-left,
    .mega-menu .menu-links li.ClickTrigger .drop-down-tab-bar.active.effect-expand-left,
    .mega-menu .menu-links li.ClickTrigger .drop-down-multilevel.active.effect-expand-left
    { /*--------------------------------------------- effect expand left*/
        opacity: 1;
        visibility: visible;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    .mega-menu .menu-links li.hoverTrigger:hover > .drop-down.effect-expand-right,
    .mega-menu .menu-links li.hoverTrigger:hover > .drop-down-tab-bar.effect-expand-right,
    .mega-menu .menu-links li.hoverTrigger:hover > .drop-down-multilevel.effect-expand-right,
    .mega-menu .menu-links li.ClickTrigger .drop-down.active.effect-expand-right,
    .mega-menu .menu-links li.ClickTrigger .drop-down-tab-bar.active.effect-expand-right,
    .mega-menu .menu-links li.ClickTrigger .drop-down-multilevel.active.effect-expand-right
    { /*--------------------------------------------- effect expand right */
        opacity: 1;
        visibility: visible;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}

@media screen and (max-width:991px)
{
    .mega-menu .menu-links li .drop-down,
    .mega-menu .menu-links li .drop-down-tab-bar,
    .mega-menu .menu-links li .drop-down-multilevel
    {
        -webkit-transition: none !important;
        transition: none !important;
    }
}

@media screen and (min-width:993px)
{
    .mega-menu.vertical-left,
    .mega-menu.vertical-right
    { /*----------------------------------------------------- VERTICAL LEFT OR VERTICAL RIGHT */
        float: left;
        width: auto;
        display: block; /*max-width: 250px;*/
    }

    .mega-menu.vertical-left .menu-logo,
    .mega-menu.vertical-right .menu-logo
    {
        clear: both;
        width: 100%;
    }

    .mega-menu.vertical-left .menu-logo > li,
    .mega-menu.vertical-right .menu-logo > li
    {
        width: 100%;
    }

    .mega-menu.vertical-left .menu-logo > li > a,
    .mega-menu.vertical-right .menu-logo > li > a
    {
        width: 100%;
    }

    .mega-menu.vertical-left .menu-links,
    .mega-menu.vertical-right .menu-links
    {
        clear: both;
        width: 100%;
    }

    .mega-menu.vertical-left .menu-links > li,
    .mega-menu.vertical-right .menu-links > li
    {
        clear: both;
        width: 100%;
        position: relative;
    }

    .mega-menu.vertical-left .menu-links > li > a,
    .mega-menu.vertical-right .menu-links > li > a
    {
        width: 100%;
        position: relative;
        line-height: 48px;
    }

    .mega-menu.vertical-left .menu-links > li > a i.fa.fa-indicator,
    .mega-menu.vertical-right .menu-links > li > a i.fa.fa-indicator
    {
        float: right;
        line-height: 48px;
    }

    .mega-menu.vertical-left .menu-social-bar,
    .mega-menu.vertical-right .menu-social-bar
    {
        width: 100%;
        text-align: center;
    }

    .mega-menu.vertical-left .menu-social-bar > li,
    .mega-menu.vertical-right .menu-social-bar > li
    {
        display: inline-block;
        float: none;
    }

    .mega-menu.vertical-left .menu-social-bar > li > a,
    .mega-menu.vertical-right .menu-social-bar > li > a
    {
        padding-left: 10px;
        padding-right: 10px;
    }

    .mega-menu.vertical-left .drop-down-multilevel,
    .mega-menu.vertical-right .drop-down-multilevel
    {
        top: 0;
        left: 100%;
    }

    .mega-menu.vertical-left .drop-down,
    .mega-menu.vertical-left .drop-down-tab-bar,
    .mega-menu.vertical-right .drop-down,
    .mega-menu.vertical-right .drop-down-tab-bar
    {
        left: 100%;
        top: 0;
        min-width: 600px;
    }

    .mega-menu.vertical-left .drop-down.grid-col-12,
    .mega-menu.vertical-left .drop-down-tab-bar.grid-col-12,
    .mega-menu.vertical-right .drop-down.grid-col-12,
    .mega-menu.vertical-right .drop-down-tab-bar.grid-col-12
    {
        min-width: 1000px;
    }

    .mega-menu.vertical-left .menu-offset-1,
    .mega-menu.vertical-left .menu-offset-2,
    .mega-menu.vertical-left .menu-offset-3,
    .mega-menu.vertical-left .menu-offset-4,
    .mega-menu.vertical-left .menu-offset-5,
    .mega-menu.vertical-right .menu-offset-1,
    .mega-menu.vertical-right .menu-offset-2,
    .mega-menu.vertical-right .menu-offset-3,
    .mega-menu.vertical-right .menu-offset-4,
    .mega-menu.vertical-right .menu-offset-5
    {
        margin-left: 0;
    }

    .mega-menu.vertical-left .menu-offset-1-vertical,
    .mega-menu.vertical-right .menu-offset-1-vertical
    {
        margin-top: -100px !important;
    }

    .mega-menu.vertical-left .menu-offset-2-vertical,
    .mega-menu.vertical-right .menu-offset-2-vertical
    {
        margin-top: -150px !important;
    }

    .mega-menu.vertical-left .menu-offset-3-vertical,
    .mega-menu.vertical-right .menu-offset-3-vertical
    {
        margin-top: -200px !important;
    }

    .mega-menu.vertical-left .menu-offset-4-vertical,
    .mega-menu.vertical-right .menu-offset-4-vertical
    {
        margin-top: -250px !important;
    }

    .mega-menu.vertical-left .menu-offset-5-vertical,
    .mega-menu.vertical-right .menu-offset-5-vertical
    {
        margin-top: -300px !important;
    }

    .mega-menu.vertical-left.desktopTopFixed,
    .mega-menu.vertical-right.desktopTopFixed
    {
        float: left;
        right: auto;
        padding: 0;
        height: 100%;
    }

    .mega-menu.vertical-left.desktopTopFixed .menu-list-items,
    .mega-menu.vertical-right.desktopTopFixed .menu-list-items
    {
        padding: 0;
        height: 100%;
    }

    .mega-menu.vertical-left.desktopTopFixed .drop-down,
    .mega-menu.vertical-left.desktopTopFixed .drop-down-tab-bar,
    .mega-menu.vertical-right.desktopTopFixed .drop-down,
    .mega-menu.vertical-right.desktopTopFixed .drop-down-tab-bar
    {
        margin: 0;
    }

    .mega-menu.vertical-right
    {
        float: right;
    }

    .mega-menu.vertical-right .drop-down-multilevel
    {
        left: auto;
        right: 100%;
    }
}

@media screen and (min-width:992px) and (min-width:992px)
{
    .mega-menu.vertical-right .drop-down-multilevel.left-side
    {
        left: 100%;
    }
}

@media screen and (min-width:992px)
{
    .mega-menu.vertical-right .drop-down,
    .mega-menu.vertical-right .drop-down-tab-bar
    {
        left: auto;
        right: 100%;
    }

    .mega-menu.vertical-right.desktopTopFixed
    {
        float: right;
        left: auto;
        right: 0;
        padding: 0;
        height: 100%;
    }
}

@media screen and (min-width:992px)
{
    .mega-menu.vertical-left .menu-search-bar,
    .mega-menu.vertical-right .menu-search-bar
    {
        width: 100%;
    }

    .mega-menu.vertical-left .menu-search-bar input,
    .mega-menu.vertical-left .menu-search-bar li,
    .mega-menu.vertical-left .menu-search-bar form,
    .mega-menu.vertical-left .menu-search-bar label,
    .mega-menu.vertical-right .menu-search-bar input,
    .mega-menu.vertical-right .menu-search-bar li,
    .mega-menu.vertical-right .menu-search-bar form,
    .mega-menu.vertical-right .menu-search-bar label
    {
        width: 100%;
        max-width: 100%;
        background: #84ba3f;
        -webkit-transition: none;
        transition: none;
    }

    .mega-menu.vertical-left .menu-search-bar input,
    .mega-menu.vertical-right .menu-search-bar input
    {
        padding-left: 20px;
    }
}

@media screen and (min-width:992px)
{
    .mega-menu.menuFullWidth
    { /*--------------------------------------------------- make menu full width */
        max-width: 100%;
    }
}

.mega-menu .drop-down *, .mega-menu .drop-down-tab-bar *, .mega-menu .drop-down-multilevel *, .drop-down-multilevel
{
    -webkit-transform: rotate(0) !important;
    -moz-transform: rotate(0) !important;
    transform: rotate(0) !important;
}

@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */

.animated
{
    -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;
}

@-webkit-keyframes bounce
{
    from, 20%, 53%, 80%, to
    {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%, 43%
    {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70%
    {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -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
{
    from, 20%, 53%, 80%, to
    {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%, 43%
    {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70%
    {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -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
{
    from, 50%, to
    {
        opacity: 1;
    }

    25%, 75%
    {
        opacity: 0;
    }
}

@keyframes flash
{
    from, 50%, to
    {
        opacity: 1;
    }

    25%, 75%
    {
        opacity: 0;
    }
}

.flash
{
    -webkit-animation-name: flash;
    animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse
{
    from
    {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50%
    {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to
    {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse
{
    from
    {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50%
    {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to
    {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.pulse
{
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes rubberBand
{
    from
    {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30%
    {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40%
    {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50%
    {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65%
    {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    75%
    {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    to
    {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes rubberBand
{
    from
    {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30%
    {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40%
    {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50%
    {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65%
    {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    75%
    {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    to
    {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.rubberBand
{
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}

@-webkit-keyframes shake
{
    from, to
    {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%, 30%, 50%, 70%, 90%
    {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%, 40%, 60%, 80%
    {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes shake
{
    from, to
    {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%, 30%, 50%, 70%, 90%
    {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%, 40%, 60%, 80%
    {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

.shake
{
    -webkit-animation-name: shake;
    animation-name: shake;
}

@-webkit-keyframes headShake
{
    0%
    {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    6.5%
    {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }

    18.5%
    {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }

    31.5%
    {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }

    43.5%
    {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }

    50%
    {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes headShake
{
    0%
    {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    6.5%
    {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }

    18.5%
    {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }

    31.5%
    {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }

    43.5%
    {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }

    50%
    {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.headShake
{
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake;
}

@-webkit-keyframes swing
{
    20%
    {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40%
    {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60%
    {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80%
    {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    to
    {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes swing
{
    20%
    {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40%
    {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60%
    {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80%
    {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    to
    {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.swing
{
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes tada
{
    from
    {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%, 20%
    {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

    30%, 50%, 70%, 90%
    {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%, 60%, 80%
    {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    to
    {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada
{
    from
    {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%, 20%
    {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

    30%, 50%, 70%, 90%
    {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%, 60%, 80%
    {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    to
    {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.tada
{
    -webkit-animation-name: tada;
    animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble
{
    from
    {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    15%
    {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30%
    {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45%
    {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60%
    {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75%
    {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    to
    {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes wobble
{
    from
    {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    15%
    {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30%
    {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45%
    {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60%
    {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75%
    {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    to
    {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.wobble
{
    -webkit-animation-name: wobble;
    animation-name: wobble;
}

@-webkit-keyframes jello
{
    from, 11.1%, to
    {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    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(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }

    77.7%
    {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }

    88.8%
    {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}

@keyframes jello
{
    from, 11.1%, to
    {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    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(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }

    77.7%
    {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }

    88.8%
    {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}

.jello
{
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center;
}

@-webkit-keyframes bounceIn
{
    from, 20%, 40%, 60%, 80%, to
    {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0%
    {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20%
    {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40%
    {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.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(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

    to
    {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn
{
    from, 20%, 40%, 60%, 80%, to
    {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0%
    {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20%
    {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40%
    {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.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(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

    to
    {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn
{
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown
{
    from, 60%, 75%, 90%, to
    {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0%
    {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60%
    {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75%
    {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90%
    {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    to
    {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInDown
{
    from, 60%, 75%, 90%, to
    {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0%
    {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60%
    {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75%
    {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90%
    {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    to
    {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInDown
{
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft
{
    from, 60%, 75%, 90%, to
    {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0%
    {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60%
    {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75%
    {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90%
    {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    to
    {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInLeft
{
    from, 60%, 75%, 90%, to
    {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0%
    {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60%
    {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75%
    {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90%
    {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    to
    {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInLeft
{
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight
{
    from, 60%, 75%, 90%, to
    {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from
    {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60%
    {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75%
    {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90%
    {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    to
    {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInRight
{
    from, 60%, 75%, 90%, to
    {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from
    {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60%
    {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75%
    {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90%
    {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    to
    {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInRight
{
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp
{
    from, 60%, 75%, 90%, to
    {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from
    {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60%
    {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75%
    {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90%
    {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    to
    {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInUp
{
    from, 60%, 75%, 90%, to
    {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from
    {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60%
    {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75%
    {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90%
    {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    to
    {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInUp
{
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut
{
    20%
    {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    50%, 55%
    {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to
    {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

@keyframes bounceOut
{
    20%
    {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    50%, 55%
    {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to
    {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

.bounceOut
{
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown
{
    20%
    {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    40%, 45%
    {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    to
    {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes bounceOutDown
{
    20%
    {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    40%, 45%
    {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    to
    {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.bounceOutDown
{
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft
{
    20%
    {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    to
    {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes bounceOutLeft
{
    20%
    {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    to
    {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.bounceOutLeft
{
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight
{
    20%
    {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }

    to
    {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes bounceOutRight
{
    20%
    {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }

    to
    {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.bounceOutRight
{
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp
{
    20%
    {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    40%, 45%
    {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    to
    {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes bounceOutUp
{
    20%
    {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    40%, 45%
    {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    to
    {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.bounceOutUp
{
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn
{
    from
    {
        opacity: 0;
    }

    to
    {
        opacity: 1;
    }
}

@keyframes fadeIn
{
    from
    {
        opacity: 0;
    }

    to
    {
        opacity: 1;
    }
}

.fadeIn
{
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown
{
    from
    {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to
    {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDown
{
    from
    {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to
    {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInDown
{
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig
{
    from
    {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    to
    {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDownBig
{
    from
    {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    to
    {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInDownBig
{
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft
{
    from
    {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to
    {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeft
{
    from
    {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to
    {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInLeft
{
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig
{
    from
    {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    to
    {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeftBig
{
    from
    {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    to
    {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInLeftBig
{
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight
{
    from
    {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to
    {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRight
{
    from
    {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to
    {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInRight
{
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig
{
    from
    {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    to
    {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRightBig
{
    from
    {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    to
    {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInRightBig
{
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp
{
    from
    {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to
    {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp
{
    from
    {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to
    {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUp
{
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig
{
    from
    {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    to
    {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUpBig
{
    from
    {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    to
    {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUpBig
{
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut
{
    from
    {
        opacity: 1;
    }

    to
    {
        opacity: 0;
    }
}

@keyframes fadeOut
{
    from
    {
        opacity: 1;
    }

    to
    {
        opacity: 0;
    }
}

.fadeOut
{
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown
{
    from
    {
        opacity: 1;
    }

    to
    {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes fadeOutDown
{
    from
    {
        opacity: 1;
    }

    to
    {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.fadeOutDown
{
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig
{
    from
    {
        opacity: 1;
    }

    to
    {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes fadeOutDownBig
{
    from
    {
        opacity: 1;
    }

    to
    {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.fadeOutDownBig
{
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft
{
    from
    {
        opacity: 1;
    }

    to
    {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fadeOutLeft
{
    from
    {
        opacity: 1;
    }

    to
    {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.fadeOutLeft
{
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig
{
    from
    {
        opacity: 1;
    }

    to
    {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes fadeOutLeftBig
{
    from
    {
        opacity: 1;
    }

    to
    {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.fadeOutLeftBig
{
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight
{
    from
    {
        opacity: 1;
    }

    to
    {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes fadeOutRight
{
    from
    {
        opacity: 1;
    }

    to
    {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.fadeOutRight
{
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig
{
    from
    {
        opacity: 1;
    }

    to
    {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes fadeOutRightBig
{
    from
    {
        opacity: 1;
    }

    to
    {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.fadeOutRightBig
{
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp
{
    from
    {
        opacity: 1;
    }

    to
    {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes fadeOutUp
{
    from
    {
        opacity: 1;
    }

    to
    {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.fadeOutUp
{
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig
{
    from
    {
        opacity: 1;
    }

    to
    {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes fadeOutUpBig
{
    from
    {
        opacity: 1;
    }

    to
    {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.fadeOutUpBig
{
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip
{
    from
    {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40%
    {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50%
    {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80%
    {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    to
    {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip
{
    from
    {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40%
    {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50%
    {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80%
    {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    to
    {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

.animated.flip
{
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}

@-webkit-keyframes flipInX
{
    from
    {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40%
    {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60%
    {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80%
    {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    to
    {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX
{
    from
    {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40%
    {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60%
    {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80%
    {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    to
    {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInX
{
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

@-webkit-keyframes flipInY
{
    from
    {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40%
    {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60%
    {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80%
    {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    to
    {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInY
{
    from
    {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40%
    {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60%
    {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80%
    {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    to
    {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInY
{
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

@-webkit-keyframes flipOutX
{
    from
    {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30%
    {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    to
    {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutX
{
    from
    {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30%
    {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    to
    {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

.flipOutX
{
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY
{
    from
    {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30%
    {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    to
    {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutY
{
    from
    {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30%
    {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    to
    {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

.flipOutY
{
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn
{
    from
    {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60%
    {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80%
    {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }

    to
    {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes lightSpeedIn
{
    from
    {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60%
    {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80%
    {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }

    to
    {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.lightSpeedIn
{
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut
{
    from
    {
        opacity: 1;
    }

    to
    {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOut
{
    from
    {
        opacity: 1;
    }

    to
    {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

.lightSpeedOut
{
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn
{
    from
    {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    to
    {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes rotateIn
{
    from
    {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    to
    {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.rotateIn
{
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft
{
    from
    {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    to
    {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes rotateInDownLeft
{
    from
    {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    to
    {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.rotateInDownLeft
{
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight
{
    from
    {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to
    {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes rotateInDownRight
{
    from
    {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to
    {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.rotateInDownRight
{
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft
{
    from
    {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to
    {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes rotateInUpLeft
{
    from
    {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to
    {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.rotateInUpLeft
{
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight
{
    from
    {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    to
    {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes rotateInUpRight
{
    from
    {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    to
    {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.rotateInUpRight
{
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut
{
    from
    {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    to
    {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

@keyframes rotateOut
{
    from
    {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    to
    {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

.rotateOut
{
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft
{
    from
    {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to
    {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft
{
    from
    {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to
    {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

.rotateOutDownLeft
{
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight
{
    from
    {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to
    {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownRight
{
    from
    {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to
    {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutDownRight
{
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft
{
    from
    {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to
    {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft
{
    from
    {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to
    {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutUpLeft
{
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight
{
    from
    {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to
    {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight
{
    from
    {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to
    {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

.rotateOutUpRight
{
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge
{
    0%
    {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%, 60%
    {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%, 80%
    {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    to
    {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

@keyframes hinge
{
    0%
    {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%, 60%
    {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%, 80%
    {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    to
    {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

.hinge
{
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: hinge;
    animation-name: hinge;
}

@-webkit-keyframes jackInTheBox
{
    from
    {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }

    50%
    {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    70%
    {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }

    to
    {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes jackInTheBox
{
    from
    {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }

    50%
    {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    70%
    {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }

    to
    {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.jackInTheBox
{
    -webkit-animation-name: jackInTheBox;
    animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn
{
    from
    {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    to
    {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes rollIn
{
    from
    {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    to
    {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.rollIn
{
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut
{
    from
    {
        opacity: 1;
    }

    to
    {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

@keyframes rollOut
{
    from
    {
        opacity: 1;
    }

    to
    {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

.rollOut
{
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}

@-webkit-keyframes zoomIn
{
    from
    {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50%
    {
        opacity: 1;
    }
}

@keyframes zoomIn
{
    from
    {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50%
    {
        opacity: 1;
    }
}

.zoomIn
{
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown
{
    from
    {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60%
    {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInDown
{
    from
    {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60%
    {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInDown
{
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft
{
    from
    {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60%
    {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInLeft
{
    from
    {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60%
    {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInLeft
{
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight
{
    from
    {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60%
    {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInRight
{
    from
    {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60%
    {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInRight
{
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp
{
    from
    {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60%
    {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInUp
{
    from
    {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60%
    {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInUp
{
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut
{
    from
    {
        opacity: 1;
    }

    50%
    {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    to
    {
        opacity: 0;
    }
}

@keyframes zoomOut
{
    from
    {
        opacity: 1;
    }

    50%
    {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    to
    {
        opacity: 0;
    }
}

.zoomOut
{
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown
{
    40%
    {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to
    {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutDown
{
    40%
    {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to
    {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutDown
{
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft
{
    40%
    {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }

    to
    {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

@keyframes zoomOutLeft
{
    40%
    {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }

    to
    {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

.zoomOutLeft
{
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight
{
    40%
    {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }

    to
    {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

@keyframes zoomOutRight
{
    40%
    {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }

    to
    {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

.zoomOutRight
{
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp
{
    40%
    {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to
    {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutUp
{
    40%
    {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to
    {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutUp
{
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown
{
    from
    {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to
    {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown
{
    from
    {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to
    {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown
{
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft
{
    from
    {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to
    {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft
{
    from
    {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to
    {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft
{
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight
{
    from
    {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to
    {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight
{
    from
    {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to
    {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight
{
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideInUp
{
    from
    {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to
    {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp
{
    from
    {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to
    {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp
{
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown
{
    from
    {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to
    {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes slideOutDown
{
    from
    {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to
    {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.slideOutDown
{
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft
{
    from
    {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to
    {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes slideOutLeft
{
    from
    {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to
    {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.slideOutLeft
{
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight
{
    from
    {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to
    {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes slideOutRight
{
    from
    {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to
    {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.slideOutRight
{
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp
{
    from
    {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to
    {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes slideOutUp
{
    from
    {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to
    {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.slideOutUp
{
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('/assets/theme/fonts/fontawesome-webfont.eot?v=4.7.0');src:url('/assets/theme/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('/assets/theme/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('/assets/theme/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('/assets/theme/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('/assets/theme/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel,
.owl-carousel .owl-item { -webkit-tap-highlight-color: transparent; position: relative }
.owl-carousel { display: none; width: 100%; z-index: 1 }
.owl-carousel .owl-stage { position: relative; -ms-touch-action: pan-Y; -moz-backface-visibility: hidden }
.owl-carousel .owl-stage:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0 }
.owl-carousel .owl-stage-outer { position: relative; overflow: hidden; -webkit-transform: translate3d(0, 0, 0) }
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper { -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0) }
.owl-carousel .owl-item { min-height: 1px; float: left; -webkit-backface-visibility: hidden; -webkit-touch-callout: none }
.owl-carousel .owl-item img { display: block; width: 100% }
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled { display: none }
.no-js .owl-carousel,
.owl-carousel.owl-loaded { display: block }
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev { cursor: pointer; cursor: hand; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none }
.owl-carousel.owl-loading { opacity: 0; display: block }
.owl-carousel.owl-hidden { opacity: 0 }
.owl-carousel.owl-refresh .owl-item { visibility: hidden }
.owl-carousel.owl-drag .owl-item { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none }
.owl-carousel.owl-grab { cursor: move; cursor: grab }
.owl-carousel.owl-rtl { direction: rtl }
.owl-carousel.owl-rtl .owl-item { float: right }
.owl-carousel .animated { animation-duration: 1s; animation-fill-mode: both }
.owl-carousel .owl-animated-in { z-index: 0 }
.owl-carousel .owl-animated-out { z-index: 1 }
.owl-carousel .fadeOut { animation-name: fadeOut }
@keyframes fadeOut {
	0% { opacity: 1 }
	100% { opacity: 0 }
}
.owl-height { transition: height .5s ease-in-out }
.owl-carousel .owl-item .owl-lazy { opacity: 0; transition: opacity .4s ease }
.owl-carousel .owl-item img.owl-lazy { transform-style: preserve-3d }
.owl-carousel .owl-video-wrapper { position: relative; height: 100%; background: #000 }
.owl-carousel .owl-video-play-icon { position: absolute; height: 80px; width: 80px; left: 50%; top: 50%; margin-left: -40px; margin-top: -40px; background: url(owl.video.play.png) no-repeat; cursor: pointer; z-index: 1; -webkit-backface-visibility: hidden; transition: transform .1s ease }
.owl-carousel .owl-video-play-icon:hover { -ms-transform: scale(1.3, 1.3); transform: scale(1.3, 1.3) }
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn { display: none }
.owl-carousel .owl-video-tn { opacity: 0; height: 100%; background-position: center center; background-repeat: no-repeat; background-size: contain; transition: opacity .4s ease }
.owl-carousel .owl-video-frame { position: relative; z-index: 1; height: 100%; width: 100% }

/*

Template: Webster - Responsive Multi-purpose HTML5 Template
Author: potenzaglobalsolutions.com
Design and Developed by: potenzaglobalsolutions.com

NOTE: This is typography stylesheet of template, This file contains typography of the Template.

*/

 
/*================================================
[  Table of contents  ]
================================================
 
:: General
:: Page section margin padding 
:: Text color
:: Row eq height And No Gutter
:: Extra class
:: Loading
:: Back to top
:: Basic margin padding
 
======================================
[ End table content ]
======================================*/

 
/*************************
    General
*************************/
body { font-family: 'Poppins', sans-serif; font-weight: normal; font-style: normal; font-size: 14px; color: #626262; }
a, .btn  { -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
a:focus { text-decoration: none !important; }
a:focus, a:hover { color: #84ba3f; text-decoration: none !important; }
a, button, input { outline: medium none !important; color: #84ba3f; }
.uppercase { text-transform: uppercase; }
h1, h2, h3, h4, h5, h6 { font-family: 'Montserrat', sans-serif; font-weight: normal; color: #363636; margin-top: 0px; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; }
label { font-weight: normal; }

h1 { font-size: 36px; font-style: normal; font-weight: 700; line-height: 40px; }
h2 { font-size: 32px; font-style: normal; font-weight: 600; line-height: 38px; }
h3 { font-size: 28px; font-style: normal; font-weight: 600; line-height: 32px; }
h4 { font-size: 22px; font-style: normal; font-weight: 500; line-height: 26px; }
h5 { font-size: 18px; font-style: normal; font-weight: 600; line-height: 18px; }
h6 { font-size: 16px; font-style: normal; font-weight: 600; line-height: 18px; }

.fw-1 { font-weight: 100; }
.fw-2 { font-weight: 200; }
.fw-3 { font-weight: 300; }
.fw-4 { font-weight: 400; }
.fw-5 { font-weight: 500; }
.fw-6 { font-weight: 600; }
.fw-7 { font-weight: 700; }
.fw-8 { font-weight: 800; }
.fw-9 { font-weight: 900; }

.l-height-24 { line-height: 24px; }
.l-height-26 { line-height: 26px; }
.l-height-28 { line-height: 28px; }
.l-height-30 { line-height: 30px; }
.l-height-32 { line-height: 32px; }
.l-height-34 { line-height: 34px; }
.l-height-36 { line-height: 36px; }
.l-height-38 { line-height: 38px; }
.l-height-40 { line-height: 40px; }

ul { margin: 0px; padding: 0px; }
p { font-weight: normal; line-height: 1.5; color: #626262; }
hr { margin: 0; padding: 0px; border-bottom:1px dashed #eceff8; border-top: 0px; } 
hr.light { margin: 0; padding: 0px; border-bottom:1px solid rgba(255,255,255,0.1); border-top: 0px; } 

*::-moz-selection { background: #84ba3f; color: #fff; text-shadow: none; }
::-moz-selection { background: #84ba3f; color: #fff; text-shadow: none; }
::selection { background: #84ba3f; color: #fff; text-shadow: none; }

/***************************
Page section margin padding 
****************************/
.page-section-ptb { padding: 50px 0; }
.page-section-pt { padding: 50px 0 0; }
.page-section-pb { padding: 0 0 50px; }

.page-section-1-ptb { padding: 120px 0; }
.page-section-1-pt { padding: 120px 0 0; }
.page-section-1-pb { padding: 0 0 120px; }
   
/*************************
    Text color
*************************/
.theme-color { color: #84ba3f; }
.text-white { color: #fff; }
.text-black { color: #363636; }
.text-gray { color: #999999; }


img.bottom-img { position: absolute; bottom: 0; left: 0; right: 0;  }
 
/******************************************** 
  Row-eq-height And No Gutter  
/*********************************************/
.no-gutter{  margin-right:0; margin-left:0;}
.no-gutter > [class*='col-'] { padding-right:0; padding-left:0;}
.row-eq-height{ display:-webkit-box; display:-webkit-flex; display:-ms-flexbox; display:flex;}
.row-eq-height.full-height > [class*='col-'] > div{height: 100%;}

/* Vertical Align */
.valign{display: table;}
.valign > [class*='col-']{display:table-cell; float:none;}
[data-valign-overlay="top"]{vertical-align:top;}
[data-valign-overlay="middle"]{vertical-align:middle;}
[data-valign-overlay="bottom"]{vertical-align:bottom;}
 

 /*************************
    Extra class
*************************/
.o-hidden { overflow: hidden; }
.position-re { position: relative; }
.full-width{width: 100% !important;}
section { background: #ffffff; }

/*******************************************
             Loading
*******************************************/
#pre-loader { background-color: #ffffff; height: 100%; width: 100%; position: fixed; z-index: 1; margin-top: 0px; top: 0px; left: 0px; bottom: 0px; overflow: hidden !important; right: 0px; z-index: 999999; }
#pre-loader img { text-align: center; left: 0; position: absolute; right: 0; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); -moz-transform: translateY(-50%); z-index: 99; margin: 0 auto; }
  
/*************************
    back to top
*************************/
#back-to-top .top {
    z-index: 999;
    position: fixed;
    margin: 0px;
    color: #fff;
    transition: all .5s ease-in-out;
    position: fixed;
    bottom: 105px;
    right: 15px;
    border-radius: 3px;
    z-index: 999;
    background: transparent;
    font-size: 14px;
    background: #c89767;
    width: 40px;
    height: 40px;
    text-align: center;
}
#back-to-top i { padding-top: 2px; font-size: 20px; }
#back-to-top span { display: block; line-height: 8px; font-size: 11px; }
  
 /*************************
  Basic margin padding
*************************/ 
.m-0 { margin-top: 0 !important; margin-right: 0 !important; margin-bottom: 0 !important; margin-left: 0 !important; }
.p-0 { padding-top: 0 !important; padding-right: 0 !important; padding-bottom: 0 !important; padding-left: 0 !important; }
 
/*************************
     Margin top
*************************/ 
/*.mt-0 { margin-top: 0 !important; }*/
.mt-10 { margin-top: 10px !important; }
.mt-15 { margin-top: 15px !important; }
.mt-20 { margin-top: 20px !important; }
.mt-30 { margin-top: 30px !important; }
.mt-40 { margin-top: 40px !important; }
.mt-50 { margin-top: 50px !important; }
.mt-60 { margin-top: 60px !important; }
.mt-70 { margin-top: 70px !important; }
.mt-80 { margin-top: 80px !important; }
.mt-90 { margin-top: 90px !important; }
.mt-100 { margin-top: 100px !important; }
.mt-110 { margin-top: 110px !important; }
.mt-120 { margin-top: 120px !important; }
.mt-130 { margin-top: 130px !important; }
.mt-140 { margin-top: 140px !important; }
.mt-150 { margin-top: 150px !important;}

 /*************************
    Margin right
*************************/ 
/*.mr-0 { margin-right: 0!important }*/
.mr-10 { margin-right: 10px !important; }
.mr-15 { margin-right: 15px !important; }
.mr-20 { margin-right: 20px !important; }
.mr-30 { margin-right: 30px !important; }
.mr-40 { margin-right: 40px !important; }
.mr-50 { margin-right: 50px !important; }
.mr-60 { margin-right: 60px !important; }
.mr-70 { margin-right: 70px !important; }
.mr-80 { margin-right: 80px !important; }
.mr-90 { margin-right: 90px !important; }
.mr-100 { margin-right: 100px !important; }
.mr-110 { margin-right: 110px !important; }
.mr-120 { margin-right: 120px !important; }
.mr-130 { margin-right: 130px !important; }
.mr-140 { margin-right: 140px !important; }
.mr-150 { margin-right: 150px !important; } 

 /*************************
    Margin bottom
*************************/
/*.mb-0 { margin-bottom: 0!important }*/
.mb-10 { margin-bottom: 10px !important; }
.mb-15 { margin-bottom: 15px !important; }
.mb-20 { margin-bottom: 20px !important; }
.mb-30 { margin-bottom: 30px !important; }
.mb-40 { margin-bottom: 40px !important; }
.mb-50 { margin-bottom: 50px !important; }
.mb-60 { margin-bottom: 60px !important; }
.mb-70 { margin-bottom: 70px !important; }
.mb-80 { margin-bottom: 80px !important; }
.mb-90 { margin-bottom: 90px !important; }
.mb-100 { margin-bottom: 100px !important; }
.mb-110 { margin-bottom: 110px !important; }
.mb-120 { margin-bottom: 120px !important; }
.mb-130 { margin-bottom: 130px !important; }
.mb-140 { margin-bottom: 140px !important; }
.mb-150 { margin-bottom: 150px !important; }

/*************************
    Margin left
*************************/
/*.ml-0 { margin-left: 0!important }*/
.ml-10 { margin-left: 10px !important; }
.ml-15 { margin-left: 15px !important; }
.ml-20 { margin-left: 20px !important; }
.ml-30 { margin-left: 30px !important; }
.ml-40 { margin-left: 40px !important; }
.ml-50 { margin-left: 50px !important; }
.ml-60 { margin-left: 60px !important; }
.ml-70 { margin-left: 70px !important; }
.ml-80 { margin-left: 80px !important; }
.ml-90 { margin-left: 90px !important; }
.ml-100 { margin-left: 100px !important; }
.ml-110 { margin-left: 110px !important; }
.ml-120 { margin-left: 120px !important; }
.ml-130 { margin-left: 130px !important; }
.ml-140 { margin-left: 140px !important; }
.ml-150 { margin-left: 150px !important; } 
 
 /*************************
    Padding top
*************************/
/*.pt-0 { padding-top: 0!important }*/
.pt-10 { padding-top: 10px !important; }
.pt-15 { padding-top: 15px !important; }
.pt-20 { padding-top: 20px !important; }
.pt-30 { padding-top: 30px !important; }
.pt-40 { padding-top: 40px !important; }
.pt-50 { padding-top: 50px !important; }
.pt-60 { padding-top: 60px !important; }
.pt-70 { padding-top: 70px !important; }
.pt-80 { padding-top: 80px !important; }
.pt-90 { padding-top: 90px !important; }
.pt-100 { padding-top: 100px !important; }
.pt-110 { padding-top: 110px !important; }
.pt-120 { padding-top: 120px !important; }
.pt-130 { padding-top: 130px !important; }
.pt-140 { padding-top: 140px !important; }
.pt-150 { padding-top: 150px !important; } 

 /*************************
    Padding right
*************************/
/*.pr-0 { padding-right: 0!important }*/
.pr-10 { padding-right: 10px !important; }
.pr-15 { padding-right: 15px !important; }
.pr-20 { padding-right: 20px !important; }
.pr-30 { padding-right: 30px !important; }
.pr-40 { padding-right: 40px !important; }
.pr-50 { padding-right: 50px !important; }
.pr-60 { padding-right: 60px !important; }
.pr-70 { padding-right: 70px !important; }
.pr-80 { padding-right: 80px !important; }
.pr-90 { padding-right: 90px !important; }
.pr-100 { padding-right: 100px !important; }
.pr-110 { padding-right: 110px !important; }
.pr-120 { padding-right: 120px !important; }
.pr-130 { padding-right: 130px !important; }
.pr-140 { padding-right: 140px !important; } 
 
 /*************************
    Padding bottom
*************************/
/*.pb-0 { padding-bottom: 0!important }*/
.pb-10 { padding-bottom: 10px !important; }
.pb-15 { padding-bottom: 15px !important; }
.pb-20 { padding-bottom: 20px !important; }
.pb-30 { padding-bottom: 30px !important; }
.pb-40 { padding-bottom: 40px !important; }
.pb-50 { padding-bottom: 50px !important; }
.pb-60 { padding-bottom: 60px !important; }
.pb-70 { padding-bottom: 70px !important; }
.pb-80 { padding-bottom: 80px !important; }
.pb-90 { padding-bottom: 90px !important; }
.pb-100 { padding-bottom: 100px !important; }
.pb-110 { padding-bottom: 110px !important; }
.pb-120 { padding-bottom: 120px !important; }
.pb-130 { padding-bottom: 130px !important; }
.pb-140 { padding-bottom: 140px !important; }
.pb-150 { padding-bottom: 150px !important; } 
 
 /*************************
    Padding left
*************************/
/*.pl-0 { padding-left: 0!important }*/
.pl-10 { padding-left: 10px !important; }
.pl-15 { padding-left: 15px !important; }
.pl-20 { padding-left: 20px !important; }
.pl-30 { padding-left: 30px !important; }
.pl-40 { padding-left: 40px !important; }
.pl-50 { padding-left: 50px !important; }
.pl-60 { padding-left: 60px !important; }
.pl-70 { padding-left: 70px !important; }
.pl-80 { padding-left: 80px !important; }
.pl-90 { padding-left: 90px !important; }
.pl-100 { padding-left: 100px !important; }
.pl-110 { padding-left: 110px !important; }
.pl-120 { padding-left: 120px !important; }
.pl-130 { padding-left: 130px !important; }
.pl-140 { padding-left: 140px !important; }
.pl-150 { padding-left: 150px !important; }  

/*min height*/

.min-h-200 { min-height: 200px; }
.min-h-230 { min-height: 230px; }
.min-h-260 { min-height: 260px; }
.min-h-290 { min-height: 290px; }
.min-h-320 { min-height: 320px; }
.min-h-350 { min-height: 350px; }
.min-h-380 { min-height: 380px; }
.min-h-410 { min-height: 410px; }
.min-h-440 { min-height: 440px; }
.min-h-470 { min-height: 470px; }
.min-h-500 { min-height: 500px; }
.min-h-550 { min-height: 550px; }

/*max height*/
.max-h-200 { max-height: 200px; }
.max-h-230 { max-height: 230px; }
.max-h-260 { max-height: 260px; }
.max-h-290 { max-height: 290px; }
.max-h-320 { max-height: 320px; }
.max-h-350 { max-height: 350px; }
.max-h-380 { max-height: 380px; }
.max-h-410 { max-height: 410px; }
.max-h-440 { max-height: 440px; }
.max-h-470 { max-height: 470px; }
.max-h-500 { max-height: 500px; }
.max-h-550 { max-height: 550px; }

 
/*
Template:  Webster - Responsive Multi-purpose HTML5 Template
Author: potenzaglobalsolutions.com
Design and Developed by: potenzaglobalsolutions.com

NOTE: This file contains button CSS.
*/

/***************************
        button
***************************/
.button { background: #84ba3f; padding: 10px 20px; font-size: 13px; letter-spacing: 1px; font-family: 'Montserrat', sans-serif; border: 0; color: #ffffff; text-transform: uppercase; font-weight: 500; display: inline-block; border-radius: 3px; text-align: center; border:2px solid #84ba3f; cursor: pointer; }
.button + .button {margin-left: 20px;}
.button:hover, .button:focus { background: #353535; color: #ffffff; border-color: #353535; }
button { transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; }
.button.black { background: #353535; color: #ffffff; border:2px solid #353535;}
.button.black:hover, .button.black.active, .button.black:focus { background: #84ba3f; color: #ffffff; border-color: #84ba3f; }
.button.gray { background: #e0e0e0; color: #353535; border:2px solid #e0e0e0; }
.button.gray:hover, .button.gray.active, .button.gray:focus { background: #84ba3f; color: #ffffff; border-color: #84ba3f;}
.button.white { background: #fff; color: #84ba3f; border-color: #ffffff; }
.button.white:hover, .button.white:focus { background: #353535; color: #ffffff; border-color: #353535;}
.button.button-border { background: transparent; border: 2px solid #84ba3f; color: #323232; }
.button.button-border:hover, .button.button-border:focus { background: #84ba3f; color: #ffffff; border-color: #84ba3f; }
    .button.button-border.gray {
        background: transparent;
        border: 2px solid #e0e0e0;
        color: #aaaaaa;
    }

        .button.button-border.gray:hover, .button.button-border.gray:focus {
            background: #84ba3f;
            color: #ffffff;
            border-color: #84ba3f;
        }
    .button.button-border.brown {
        background: transparent;
        border: 2px solid #e0e0e0;
        color: #aaaaaa;
    }

        .button.button-border.brown:hover, .button.button-border.brown:focus {
            background: #c89767;
            color: #ffffff;
            border-color: #c89767;
        }
.button.button-border.white { background: transparent; border: 2px solid #fff; color: #fff; }
.button.button-border.white:hover, .button.button-border.white:focus { background: #fff; color: #84ba3f; border-color: #fff; }
.button.button-border.black { background: transparent; border: 2px solid #353535; color: #353535; }
.button.button-border.black:hover, .button.button-border.black:focus { background: #353535; color: #ffffff; border-color: #353535; }
.button.icon i { margin-left: 10px; }
/*button with icon*/
.button.arrow {
    background: transparent;
    border: none;
    color: #c89767;
    padding: 0;
    font-weight: 600;
}
.button.arrow i { padding-left: 10px; font-size: 16px; }
.button.arrow:hover { color: #353535; }
.button.arrow.white { color: #ffffff; border: none; }
.button.arrow.white:hover { color: #aaaaaa; background: transparent; }
.button.icon-color{background: none; border: none; color: #84ba3f; padding: 0}
.button.icon-color:hover{color: #353535; background: transparent; }
.button.icon-color i{border: 1px solid #84ba3f; border-radius: 50%; height: 22px; width: 22px; line-height: 20px;  margin-left: 10px; transform: translateX(0px); transition: all 0.5s cubic-bezier(0.76, 0.46, 0.22, 1) 0s;}
.button.icon-color:hover i { background: #353535; border-color: #353535; color: #ffffff; transform: translateX(3px);}
.button.icon-color.white:hover { color: #ffffff; border:none; background: none;}
.button.icon-color.white:hover i { background: #ffffff; color: #84ba3f; border-color: #ffffff; }
.button-black-iocn .button.icon-color { color: #ffffff; }
.button-black-iocn .button.icon-color i { border-color: #ffffff; }
.button-black-iocn .button.icon-color:hover i { background: #ffffff; color: #323232; }
.button-black-iocn .button.icon-color:hover { color: #323232; }
.big-button { padding: 28px 26px; font-size: 24px; }
.big-button span { display: block; font-size: 12px; margin-top: 6px;}
.button.x-small { padding: 8px 14px; font-size: 12px; }
.button.small { padding: 10px 18px; font-size: 12px; }
.button.medium { padding: 12px 20px; font-size: 14px; }
.button.large { padding: 14px 20px; font-size: 15px; }
.button + .button.btn-block  { margin-left: 0; }
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus { background: #84ba3f; border-color: #84ba3f; box-shadow: 0 0 0 0.2rem rgba(132,186,63,0.5); }
.btn-primary.focus, .btn-primary:focus { box-shadow: 0 0 0 0.2rem rgba(132,186,63,0.5); background: #84ba3f; border-color: #84ba3f; }

/*
Template:  Webster - Responsive Multi-purpose HTML5 Template
Author: potenzaglobalsolutions.com
Design and Developed by: potenzaglobalsolutions.com

NOTE: This file contains Clients logo CSS.
*/

/*************************
        Clients
*************************/
.clients-list { overflow: hidden; }
.clients-list ul li { float: left; position: relative; width: 20%; padding: 20px; }
.clients-list.clients-border ul li:before { height: 100%; top: 0; left: -1px; border-left: 1px solid #eee; }
.clients-list.clients-border ul li:after, .clients-list.clients-border ul li:before { content: ''; position: absolute; }
.clients-list.clients-border ul li:after { width: 100%; height: 0; top: auto; left: 0; bottom: -1px; border-bottom: 1px solid #eee; }
 
/*column-4*/
 .clients-list.column-4 ul li { float: left; position: relative; width: 25%; padding: 10px; }

/*column-3*/
.clients-list.column-3 ul li { float: left; position: relative; width: 33.333%; padding: 10px; }

/*column-2*/
.clients-list.column-2 ul li { float: left; position: relative; width: 50%; padding: 10px; }

.clients-list.grayscale img { filter: gray; -webkit-filter: grayscale(100%); -o-filter: grayscale(100%); -ms-filter: grayscale(100%); -moz-filter: grayscale(100%); filter: grayscale(100%); transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out;  -ms-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; }
.clients-list.grayscale img:hover { -webkit-filter: grayscale(0%); -o-filter: grayscale(0%); -ms-filter: grayscale(0%); -moz-filter: grayscale(0%); filter: grayscale(0%); }

/*
Template:  Webster - Responsive Multi-purpose HTML5 Template
Author: potenzaglobalsolutions.com
Design and Developed by: potenzaglobalsolutions.com

NOTE: This file contains countdown CSS.
*/

/*************************
    countdown
*************************/
.countdown { display: inline-block; text-align: center; margin: 0px 20px; }
.countdown span { font-size: 40px; line-height: 40px; }
.countdown p { font-size: 16px; text-transform: capitalize; margin-bottom: 0; }

/*small*/
.countdown.small { display: inline-block; text-align: center; margin: 0px 10px; }
.countdown.small span { font-size: 30px; line-height: 30px; }

/*medium*/
.countdown.medium { display: inline-block; text-align: center; margin: 0px 30px; }
.countdown.medium span { font-size: 50px; line-height: 50px; }
.countdown.medium p { font-size: 20px; text-transform: capitalize; }

/*large*/
.countdown.large { display: inline-block; text-align: center; margin: 0px 20px; }
.countdown.large span { font-size: 70px; line-height: 70px; }
.countdown.large p { font-size: 24px; text-transform: capitalize; }

/*gray-bg */
.countdown.gray-bg { padding: 10px; }

/*border*/
.countdown.countdown-border { padding: 10px; border:2px solid #eeeeee; }

/*border*/
.countdown.round { padding: 30px; border:7px solid #eeeeee; border-radius: 50%;  width: 140px; height: 140px; }
.countdown.round.small { width: 100px; height: 100px; padding: 15px 10px; }
.countdown.round.medium { width: 150px; height: 150px; padding: 15px; }
.countdown.round.medium span { line-height: 68px;  }
.countdown.round.large { width: 190px; height: 190px; padding: 20px; }
.countdown.round.large span { line-height: 92px; }

.countdown.text-white p { color: #ffffff; }
.countdown.round.text-white { border-color: rgba(255, 255, 255, 0.3); }
/*
Template:  Webster - Responsive Multi-purpose HTML5 Template
Author: potenzaglobalsolutions.com
Design and Developed by: potenzaglobalsolutions.com

NOTE: This file contains Counter CSS.
*/ 

/*************************
        Counter
*************************/
.counter{ position:relative; color:#353535; min-height:60px; }
.counter .icon { font-size: 40px; }
.counter .timer { display: block; font-size: 44px; font-weight: 600; line-height: 40px; margin: 20px 0 5px; }
.counter label { font-size: 15px; font-weight: 600; margin: 10px 0 0; position: relative; text-transform: capitalize; }
.counter.text-white { color:#ffffff; }
.counter.text-white label { color:#ffffff; }
.counter.text-white span { color:#ffffff; }
.counter.theme-color { color:#84ba3f; }
.counter.theme-color label { color:#84ba3f; }
.counter.theme-color span { color:#84ba3f; }


/*counter-small*/
.counter.counter-small .timer { font-size: 30px; font-weight: 600; }
.counter.counter-small label { font-size: 16px; font-weight: 400; margin-top: 20px; }
.counter.counter-small .icon {  font-size: 30px; line-height: 40px; }

/*big-counter*/
.counter.big-counter .timer { font-size: 70px; font-weight: 600; }
.counter.big-counter label { font-size: 18px; font-weight: 300; margin-top: 20px; }
.counter.big-counter icon {  font-size: 50px; line-height: 60px; }

 /*left-icon*/
.counter.left-icon { position:relative; padding-left:70px; }
.counter.left-icon .icon { font-size:40px; line-height:50px; position:absolute; left:0; bottom:auto; top:0; }
.counter.left-icon span { margin:0; line-height:40px; }

 /*left-icon*/
.counter.right-icon { position:relative; padding-right:70px; }
.counter.right-icon .icon { font-size:40px; line-height:50px; position:absolute; right:0; bottom:auto; top:0; }
.counter.right-icon span { margin:0; line-height:40px; text-align: right; }
.counter.right-icon label  { text-align: right; display: block; }
/*
Template:  Webster - Responsive Multi-purpose HTML5 Template
Author: potenzaglobalsolutions.com
Design and Developed by: potenzaglobalsolutions.com

NOTE: This file contains Owl Carousel CSS.
*/

/***************************
        Owl Carousel
***************************/
.owl-carousel .owl-item img { width: auto; }
.owl-carousel .owl-nav {  cursor: pointer; z-index: 999; width: 100%; }
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next{ display: block; position: absolute; text-indent: inherit; width: auto; cursor: pointer; transition:all 0.2s ease-in-out; -webkit-transition:all 0.2s ease-in-out; -o-transition:all 0.2s ease-in-out; -moz-transition:all 0.2s ease-in-out; -ms-transition:all 0.2s ease-in-out;}
.owl-carousel .owl-nav .owl-prev { left:10px;  display: block; position: absolute; text-indent: inherit; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); -moz-transform: translateY(-50%);   }
.owl-carousel .owl-nav .owl-next { right:10px; display: block; position: absolute; text-indent: inherit; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); -moz-transform: translateY(-50%);  }
.owl-carousel .owl-nav i{ font-size: 20px; width:36px; height:36px; line-height:36px; display: inline-block; color:#ffffff; border-radius: 3px; background:#84ba3f; border:0px solid #3d3d3d; font-weight:normal; text-align: center; -webkit-transition:all 0.2s ease-in-out; -moz-transition:all 0.2s ease-in-out; transition:all 0.2s ease-in-out;}
.owl-carousel .owl-nav i:hover{background:#333; color:#ffffff;}
.bottom-nav .owl-nav { bottom: 0; top: inherit; }
.bottom-nav .owl-nav .owl-next { right: 46%; bottom: -20px; top: inherit; transform: inherit; }
.bottom-nav .owl-nav .owl-prev { left: 46%; bottom: -20px; top: inherit; transform: inherit; }
 .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev { margin: 0 !important; }

/* Dots */ 
.owl-carousel .owl-controls .owl-dot { margin: 0; display: inline-block; }
.owl-carousel .owl-dots { display: inline-block;  /*position: absolute; bottom: -35px; */ margin-top: 20px; text-indent: inherit; width: 100%; cursor: pointer; text-align: center; }
.owl-carousel .owl-dots .owl-dot span { background: #ddd; display: inline-block; width: 12px; min-height: 12px; margin-top: 5px; border-radius: 3px; transition:all 0.5s ease-in-out; -webkit-transition:all 0.5s ease-in-out; -o-transition:all 0.5s ease-in-out; -moz-transition:all 0.5s ease-in-out; -ms-transition:all 0.5s ease-in-out; cursor: pointer; }
.owl-carousel .owl-dots .owl-dot:hover span, .owl-carousel .owl-dots .owl-dot.active span { background:#84ba3f; min-height: 17px; margin-top: 0; }
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev { display: inline-block; margin: 14px 2px 0; }
.bottom-center-dots .owl-dots { bottom: 30px !important; position: absolute;  }
.bottom-center-dots .owl-dots .owl-dot span  { background: #ffffff; }
.bottom-right-dots .owl-dots { bottom: 30px !important; position: absolute; right: 30px; width: auto; }
.bottom-right-dots .owl-dots .owl-dot span  { background: #ffffff; }
/*
Template:  Webster - Responsive Multi-purpose HTML5 Template
Author: potenzaglobalsolutions.com
Design and Developed by: potenzaglobalsolutions.com

NOTE: This file contains Page Title CSS.
*/

/*************************************
       page-title
**************************************/
.page-title { display: block; padding-top:150px; padding-bottom: 100px; position: relative; }
.page-title.bg-overlay-black-60:before  { z-index: 0; }
.page-title .container { height: 100%; position: relative; }
.page-title span { text-transform: capitalize; }
.page-title h1 { color: #ffffff; font-weight: 600; }
.page-title p { font-size: 18px; color: #ffffff; }
.page-title .page-title-name { display: inline-block; width: 60%; }
.page-title .page-breadcrumb { float: right; width: 40%; text-align: right; }
ul.page-breadcrumb li span {  color: #fff; font-size: 14px; text-transform: capitalize; }
ul.page-breadcrumb { padding-top: 30px; }
ul.page-breadcrumb li { color: #fff; display: inline-block; list-style: none; }
ul.page-breadcrumb li i { font-size: 14px; padding: 0 7px;} 
ul.page-breadcrumb li a { color: #fff; font-size: 14px; text-transform: capitalize; }
ul.page-breadcrumb li a:hover {  color: #84ba3f; }
.page-title.gray-bg h1, .page-title.gray-bg p { color: #323232; }
.page-title.gray-bg ul.page-breadcrumb li a { color: #323232; }
.page-title.gray-bg ul.page-breadcrumb li a:hover { color: #84ba3f; }
.page-title.gray-bg ul.page-breadcrumb li { color: #323232; }
.page-title.gray-bg ul.page-breadcrumb li span { color: #84ba3f; }

/*center*/
.page-title.center { text-align: center; }
.page-title.center .page-title-name { display: block; width: inherit; }
.page-title.center .page-breadcrumb { float: none; width: inherit; text-align: center; }

/*right*/
.page-title.right { clear: both; }
.page-title.right .page-title-name { display: inline-block; float: right; text-align: right; }
.page-title.right .page-breadcrumb { float: left; text-align: left; }

/*small*/
.page-title.small { padding-top:20px; padding-bottom: 20px; position: relative; }
.page-title.small h1 { font-size: 22px; line-height: 24px; margin-bottom: 0px; margin-top: 8px; }
.page-title.small .page-breadcrumb { padding-top: 10px; }

/*gray-bg */
.page-title.pattern h1, .page-title.pattern p { color: #323232; }
.page-title.pattern ul.page-breadcrumb li a { color: #323232; }
.page-title.pattern ul.page-breadcrumb li a:hover { color: #84ba3f; }
.page-title.pattern ul.page-breadcrumb li { color: #323232; }
.page-title.pattern ul.page-breadcrumb li span { color: #84ba3f; }

/*light-overlay*/
.page-title.light-overlay { position: relative; padding-top: 360px; }
.page-title.light-overlay:before { position: absolute; width: 100%; height: 100%; bottom: 0; left: 0; right: 0; content: ""; background: url(../../images/white-overlay.png);  background-repeat: repeat-x; background-position: bottom; } 
.page-title.light-overlay h1, .page-title.light-overlay p { color: #323232; }
.page-title.light-overlay ul.page-breadcrumb li a { color: #323232; }
.page-title.light-overlay ul.page-breadcrumb li a:hover { color: #84ba3f; }
.page-title.light-overlay ul.page-breadcrumb li { color: #323232; }
.page-title.light-overlay ul.page-breadcrumb li span { color: #84ba3f; }


/*dark-overlay*/
.page-title.dark-overlay { position: relative; padding-top: 360px; }
.page-title.dark-overlay:before { position: absolute; width: 100%; height: 100%; bottom: 0; left: 0; right: 0; content: ""; background: url(../../images/dark-overlay.png);  background-repeat: repeat-x; background-position: bottom; } 

/*
Template:  Webster - Responsive Multi-purpose HTML5 Template
Author: potenzaglobalsolutions.com
Design and Developed by: potenzaglobalsolutions.com

NOTE: This file contains Pie chart CSS.
*/


/***************************
      pie-chart
***************************/
.round-chart { display: inline-block; position: relative; text-align: center; margin-bottom: 20px; }
.round-chart span, .round-chart i { display: inline-block; font-size: 28px; z-index: 2; font-weight: 600; position: absolute; }
.round-chart.white span, .round-chart.white i { color: #ffffff; }

/*
Template:  Webster - Responsive Multi-purpose HTML5 Template
Author: potenzaglobalsolutions.com
Design and Developed by: potenzaglobalsolutions.com

NOTE: This file contains social icon CSS.
*/

/*************************
	   social-icon
*************************/
.social-icons ul{padding:0;}
.text-center.social-icons ul{display:inline-block;}
.social-icons li{ display: inline-block; list-style:none; padding:0; margin:0 8px 8px 0;}
.social-icons li:last-child { margin-right: 0; }
.social-icons li a { display: block; height: 32px; width: 32px; line-height: 32px; font-size: 16px; text-align: center; margin:0; border-radius: 4px; border: 0; background: transparent; color: #333; overflow: hidden; -webkit-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; }

.text-white .social-icons li a{color:#ffffff;}

/*Colored*/
.social-icons.color a,
.social-icons.color-hover a:hover{color:#fff; border:0;}

.social-icons.color .social-rss a,
.social-icons.color-hover .social-rss a:hover {background-color: #faa33d;}

.social-icons.color .social-facebook a,
.social-icons.color-hover .social-facebook a:hover{background-color:#5d82d1;}

.social-icons.color .social-twitter a,
.social-icons.color-hover .social-twitter a:hover{background-color:#40bff5;}

.social-icons.color .social-vimeo a,
.social-icons.color-hover .social-vimeo a:hover{background-color:#35c6ea;}

.social-icons.color .social-myspace a,
.social-icons.color-hover .social-myspace a:hover{background-color:#008dde;}

.social-icons.color .social-youtube a,
.social-icons.color-hover .social-youtube a:hover{background-color:#ef4e41;}

.social-icons.color .social-instagram a,
.social-icons.color-hover .social-instagram a:hover{background-color:#e1326b;}

.social-icons.color .social-gplus a,
.social-icons.color-hover .social-gplus a:hover{background-color:#d68400;}

.social-icons.color .social-stumbleupon a,
.social-icons.color-hover .social-stumbleupon a:hover{background-color:#ff5c30;}

.social-icons.color .social-lastfm a,
.social-icons.color-hover .social-lastfm a:hover{background-color:#f34320;}

.social-icons.color .social-pinterest a,
.social-icons.color-hover .social-pinterest a:hover{background-color:#e13138;}

.social-icons.color .social-google a,
.social-icons.color-hover .social-google a:hover{background-color:#eb5e4c;}

.social-icons.color .social-evernote a,
.social-icons.color-hover .social-evernote a:hover{background-color:#9acf4f;}

.social-icons.color .social-dribbble a,
.social-icons.color-hover .social-dribbble a:hover{background-color:#f7659c;}

.social-icons.color .social-skype a,
.social-icons.color-hover .social-skype a:hover{background-color:#13c1f3;}

.social-icons.color .social-forrst a,
.social-icons.color-hover .social-forrst a:hover{background-color:#45ad76;}

.social-icons.color .social-linkedin a,
.social-icons.color-hover .social-linkedin a:hover{background-color:#238cc8;}

.social-icons.color .social-wordpress a,
.social-icons.color-hover .social-wordpress a:hover{background-color:#2592c3;}

.social-icons.color .social-grooveshark a,
.social-icons.color-hover .social-grooveshark a:hover{background-color:#ffb21d;}

.social-icons.color .social-delicious a,
.social-icons.color-hover .social-delicious a:hover{background-color:#377bda;}

.social-icons.color .social-behance a,
.social-icons.color-hover .social-behance a:hover{background-color:#1879fd;}

.social-icons.color .social-dropbox a,
.social-icons.color-hover .social-dropbox a:hover{background-color:#17a3eb;}

.social-icons.color .social-soundcloud a,
.social-icons.color-hover .social-soundcloud a:hover{background-color:#ff7e30;}

.social-icons.color .social-deviantart a,
.social-icons.color-hover .social-deviantart a:hover{background-color:#6a8a7b;}

.social-icons.color .social-yahoo a,
.social-icons.color-hover .social-yahoo a:hover{background-color:#ab47ac;}

.social-icons.color .social-flickr a,
.social-icons.color-hover .social-flickr a:hover{background-color:#ff48a3;}

.social-icons.color .social-digg a,
.social-icons.color-hover .social-digg a:hover{background-color:#75788d;}

.social-icons.color .social-blogger a,
.social-icons.color-hover .social-blogger a:hover{background-color:#ff9233;}

.social-icons.color .social-tumblr a,
.social-icons.color-hover .social-tumblr a:hover{background-color:#426d9b;}

.social-icons.color .social-quora a,
.social-icons.color-hover .social-quora a:hover{background-color:#ea3d23;}

.social-icons.color .social-github a,
.social-icons.color-hover .social-github a:hover{background-color:#3f91cb;}

.social-icons.color .social-amazon a,
.social-icons.color-hover .social-amazon a:hover{background-color:#ff8e2e;}

.social-icons.color .social-xing a,
.social-icons.color-hover .social-xing a:hover{background-color:#1a8e8c;}

.social-icons.color .social-wikipedia a,
.social-icons.color-hover .social-wikipedia a:hover{background-color:#b3b5b8;}

.social-icons.color .social-android a,
.social-icons.color-hover .social-android a:hover{background-color:#A4C639;}

.social-icons.color .social-apple a,
.social-icons.color-hover .social-apple a:hover{background-color:#999999;}

/* Border */
.social-icons.social-border li a{border:1px solid #eee;   background:transparent;}

/* Dark */
.social-icons.social-icons-dark li a{background:#888; color:#fff;}

/* Light */
.social-icons.light li a{background:#fff; color:#333; border:1px solid #eee;}

/* Rounded */
.social-icons.rounded li a{-webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%;}

/* Medium Size */
.social-icons.medium li a{height:42px; width:42px; line-height:42px; font-size:18px;}

/* Large Size */
.social-icons.social-icons-large li a{height:48px; width:48px; line-height:48px; font-size:18px; margin:0 10px 10px 0;}
.social-icons:not(.color):not(.color-hover) li a:hover{background-color: #eee;}
.social-icons li:hover i{-webkit-animation: toTopFromBottom 0.3s forwards; -moz-animation: toTopFromBottom 0.3s forwards; animation: toTopFromBottom 0.3s forwards;}

@-webkit-keyframes toTopFromBottom {
    49% {-webkit-transform: translateY(-100%);}
    50% {opacity: 0; -webkit-transform: translateY(100%);}
    51% {opacity: 1;}
}
@-moz-keyframes toTopFromBottom {
    49% {-moz-transform: translateY(-100%);}
    50% {opacity: 0; -moz-transform: translateY(100%);}
    51% {opacity: 1;}
}
@keyframes toTopFromBottom {
    49% {transform: translateY(-100%);}
    50% {opacity: 0; transform: translateY(100%);}
    51% {opacity: 1;}
}

.social-icons.big li a { height:62px; width:62px; line-height:62px; font-size:18px; }

 
/*icon */
.social-icons.color-icon a { color: #84ba3f; }

.social-icons.color-icon .social-rss a  { color: #faa33d;}

.social-icons.color-icon .social-facebook a { color:#5d82d1;}

.social-icons.color-icon .social-twitter a { color:#40bff5;}

.social-icons.color-icon .social-vimeo a { color:#35c6ea;}

.social-icons.color-icon .social-myspace a { color:#008dde;}

.social-icons.color-icon .social-youtube a { color:#ef4e41;}

.social-icons.color-icon .social-instagram a { color:#e1326b;}

.social-icons.color-icon .social-gplus a { color:#d68400;}

.social-icons.color-icon .social-stumbleupon a { color:#ff5c30;}

.social-icons.color-icon .social-lastfm a { color:#f34320;}

.social-icons.color-icon .social-pinterest a { color:#e13138;}

.social-icons.color-icon .social-google a { color:#eb5e4c;}

.social-icons.color-icon .social-evernote a { color:#9acf4f;}

.social-icons.color-icon .social-dribbble a { color:#f7659c;}

.social-icons.color-icon .social-skype a { color:#13c1f3;}

.social-icons.color-icon .social-forrst a { color:#45ad76;}

.social-icons.color-icon .social-linkedin a { color:#238cc8;}

.social-icons.color-icon .social-wordpress a { color:#2592c3;}

.social-icons.color-icon .social-grooveshark a { color:#ffb21d;}

.social-icons.color-icon .social-delicious a { color:#377bda;}

.social-icons.color-icon .social-behance a { color:#1879fd;}

.social-icons.color-icon .social-dropbox a { color:#17a3eb;}

.social-icons.color-icon .social-soundcloud a { color:#ff7e30;}

.social-icons.color-icon .social-deviantart a { color:#6a8a7b;}

.social-icons.color-icon .social-yahoo a { color:#ab47ac;}

.social-icons.color-icon .social-flickr a { color:#ff48a3;}

.social-icons.color-icon .social-digg a { color:#75788d;}

.social-icons.color-icon .social-blogger a { color:#ff9233;}

.social-icons.color-icon .social-tumblr a { color:#426d9b;}

.social-icons.color-icon .social-quora a { color:#ea3d23;}

.social-icons.color-icon .social-github a { color:#3f91cb;}

.social-icons.color-icon .social-amazon a { color:#ff8e2e;}

.social-icons.color-icon .social-xing a { color:#1a8e8c;}

.social-icons.color-icon .social-wikipedia a { color:#b3b5b8;}

.social-icons.color-icon .social-android a { color:#A4C639;}

.social-icons.color-icon .social-apple a { color:#999999;}

.social-icons.text-social li a { width: inherit; height: inherit; font-size: 18px; font-weight: bold; }
.social-icons.text-social li a:hover { background: transparent; }
.social-icons:not(.color):not(.color-hover) li a:hover { background: transparent; }



/*
Template:  Webster - Responsive Multi-purpose HTML5 Template
Author: potenzaglobalsolutions.com
Design and Developed by: potenzaglobalsolutions.com

NOTE: This file contains testimonial CSS.
*/

/*************************
    testimonial
*************************/
.testimonial {position: relative; background:#f9f9f9; padding:85px 50px 45px 70px; margin:0 0px 4px 0; margin-top:45px; color:#656565; font-weight:400; line-height:24px; text-align:center; }
.testimonial-avatar{position: absolute; left: 50%; margin-left:-40px; top:-45px; width:100px; height:100px;}
.testimonial-avatar img{border:4px solid #84ba3f; max-width:100%; border-radius: 50%;}

.testimonial-info{position: relative;}
.testimonial-info:before{position:absolute; top:-15px; left:-35px; color:#84ba3f; content: "\201C"; font-family: Georgia, serif; font-size:100px;}

.author-info{font-size:16px; color:#323232; text-transform:uppercase; margin-top:20px; position:relative;}
.author-info strong{font-weight:500;}
.author-info span{font-weight: normal; color: #84ba3f; text-transform:none;}

/* Light */
.testimonial.light { background:#fff; }

/* Text White */
.text-white .testimonial, .testimonial.text-white { color:#fff; }
.text-white .testimonial .author-info { color:#fff; }

/* Clean */
.testimonial.clean { background:none; box-shadow:none; padding-bottom:0; padding:0 50px 25px 70px; margin-top:0; }
.testimonial.clean .testimonial-avatar { position:relative; top:0; margin-bottom:20px; }
.testimonial.clean .testimonial-avatar { margin-left: -65px; }

.testimonial.text-white.clean .author-info { color:#84ba3f; }
.theme-bg .testimonial.clean { padding-bottom:10px; margin-bottom:0;}
.theme-bg .testimonial.clean .author-info { color:#323232; }
.theme-bg .testimonial.clean .testimonial-avatar img { border-color:#ffffff; }
.testimonial.text-white.clean .testimonial-info:before,
.testimonial.text-white.clean .author-info span { color:#ffffff; }
.testimonial.text-white.clean .author-info:before{ background:#ffffff;}

/* Left Position */
.testimonial.left_pos { margin-left: 40px; padding:60px 40px 40px 100px; text-align:left; }
.testimonial.left_pos .testimonial-avatar { left:0; margin-top:-50px; top:50%; }
.testimonial.left_pos .author-info:before { margin-left:0; left:0; }

/* Bottom Position */
.testimonial.bottom_pos { padding:60px 40px 40px 60px; text-align: left; margin-top:0; margin-bottom:70px; }
.testimonial.bottom_pos .testimonial-avatar { bottom: -50px; top: inherit; left: 0px; margin-left: 50px; } 
.testimonial.bottom_pos .author-info { margin-left:125px; }
.testimonial.bottom_pos .author-info:before { margin-left:0; left:0; }

/* green BG */
.testimonial.theme-bg { background:#84ba3f; color:#ffffff; }
.testimonial.theme-bg .testimonial-info:before,
.testimonial.theme-bg .author-info span { color:#ffffff; }
.testimonial.theme-bg .testimonial-avatar img { border-color:#ffffff; color:#ffffff; }
.testimonial.theme-bg .author-info:before { background:#ffffff; }
/*

Template: Webster - Responsive Multi-purpose HTML5 Template
Author: potenzaglobalsolutions.com
Version: 4.0
Design and Developed by: potenzaglobalsolutions.com

NOTE: This is main stylesheet of template, This file contains the styling for the actual Template.

*/


/*================================================
[  Table of contents  ]
================================================
 :: Header
     - topbar
     - search
     - Cart
     - FullWidth
     - Light
     - Dark
     - Left-menu
     - Logo-center
     - Fancy
     - fancy without-topbar
     - Side menu icon
     - Vertical header
    - One page  Header
 :: Slider (all home page main sliders )
 ::   - Slider-parallax one page
 ::   - Mobile slider
 :: Background
 :: Home page section
 :: Decolines
 :: Awesome features
 :: Feature Step
 :: About Us
 :: Resume
 :: Portfolio
 ::  - Portfolio  item
 ::  - Portfolio-item-2
 ::  - Portfolio single page
 :: Our Blog
 :: Our services
 :: Creativity
 :: Our History
 :: Our Service Objects
 :: Sidebar
 :: About me
 :: Team page
 :: Error 404
 :: Coming soon
 :: Register
 :: Login
 :: maintenance
 :: Our clients
 :: Process
 :: Careers
 :: Sitemap
 :: Privacy-policy
 :: Page sidebar
 :: Terms and conditions
 :: Footer
 :: Boxed

 v1.2
 :: index portfolio 4
 :: index portfolio 04 about
 :: index portfolio single

======================================
[ End table content ]
======================================*/

/*************************
      Header
*************************/
.default { background: transparent; z-index: 9999; position: absolute; width: 100%; }
/*topbar*/
.topbar { border-bottom: 1px solid rgba(255, 255, 255, 0.1); padding: 14px 0; }
.topbar ul li  { display: inline-block; color: #fff; font-size: 13px; font-weight: normal; margin-right: 10px; }
.topbar ul li:last-child { margin-right: 0px; }
.topbar ul li a { color: #fff; font-size: 13px; font-weight: normal; font-style: normal; }
.topbar-call { transition:all 0.5s ease-in-out; -webkit-transition:all 0.5s ease-in-out; -o-transition:all 0.5s ease-in-out; -ms-transition:all 0.5s ease-in-out; -moz-transition:all 0.5s ease-in-out; }
.topbar-call ul li i { margin-right: 5px; color: #ffffff; }
.topbar-call ul li a { margin-right: 30px; color: #ffffff; }
.topbar-social { position: relative; transition:all 0.5s ease-in-out; -webkit-transition:all 0.5s ease-in-out; -o-transition:all 0.5s ease-in-out; -ms-transition:all 0.5s ease-in-out; -moz-transition:all 0.5s ease-in-out; }
.topbar-social ul li a { margin-left: 5px; }
.topbar-social ul li a span { margin-right: 5px; font-size: 12px; }
.topbar-social ul li:last-child a span { margin-right: 0; }
.topbar ul li a:hover { color: #00588a;}

/*menu*/
.menu-bar { float: right; }
.mega-menu .menu-links { float: left; }
.search-cart { display: inline-block;   }
.search-cart i.icon { color: #ffffff; line-height: 20px; font-size: 14px; transition: 0.5s ease-in-out; -webkit-transition: 0.5s ease-in-out; -moz-transition: 0.5s ease-in-out; -o-transition: 0.5s ease-in-out; }
.search-cart i.icon:hover { color: #00588a; }
.search-cart .search { display: inline-block; padding-right: 15px; padding-left: 10px; }
.search-cart .shpping-cart { display: inline-block; }
.shpping-cart a { position: relative; }
.shpping-cart strong.item { display: block; position: absolute; top: -7px; left: auto; right: -8px; font-size: 10px; color: #ffffff; width: 16px; height: 16px;line-height: 16px; text-align: center; background-color: #00588a; border-radius: 50%; }

  /*search*/
 .search .search-btn { display: block; height: 20px; line-height: 21px; position: relative; text-indent: -9999px;  width: 14px; color: #ffffff; -o-transition: color 300ms ease 0s; -moz-transition: color 300ms ease 0s; -ms-transition: color 300ms ease 0s; -webkit-transition: color 300ms ease 0s;  transition: color 300ms ease 0s; -webkit-transition: 0.5s ease-in-out; -moz-transition: 0.5s ease-in-out; -o-transition: 0.5s ease-in-out; transition: 0.5s ease-in-out; }
 .search .search-btn:before { content: ""; font-family: "FontAwesome"; font-size: 14px; font-weight: normal; left: 0; position: absolute; text-indent: 0; top: 0; }
  .search .search-btn:hover { color: #00588a; }
 .search.search-open .search-btn:before { content: ""; }
 .search-box { background: #fff; display: block; margin: 0; opacity: 0 !important; padding: 15px; position: absolute; right: 0; top: 100%;  transition: visibility 300ms ease 0s, opacity 300ms ease 0s;  visibility: hidden; width: 327px; z-index: 888; border-radius:  3px; -webkit-transform: rotateX(90deg); transform: rotateX(90deg); -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0; transform-origin: 0 0; transition: all 400ms ease; }
 .search.search-open .search-box { opacity: 1 !important;visibility: visible !important; -webkit-transform: rotateX(0deg); transform: rotateX(0deg); box-shadow: 0 0 50px rgba(0,0,0,.1); }
 .search .search-box input { background: transparent; border:1px solid #eceff8; padding-left: 15px; border-radius: 3px; }
 .search .search-box input:focus { background: transparent; border:1px solid #eceff8; }
 .search .search-box button { background: transparent; border: none; cursor: pointer; font-size: 15px; position: absolute; right: 27px; top: 27px; transition: 0.5s ease-in-out; -webkit-transition: 0.5s ease-in-out; -moz-transition: 0.5s ease-in-out; -o-transition: 0.5s ease-in-out; }
 .search .search-box button:hover { color: #00588a; }

/*cart*/
.cart { opacity: 0; visibility: hidden; background: #fff; box-shadow: 0 0 50px rgba(0,0,0,.1); position: absolute; margin-top: 0px; right: 0; width: 300px; border: 1px solid #eceff8; border-radius: 3px;  -webkit-transform: rotateX(90deg); transform: rotateX(90deg); -webkit-transform-origin: 0 0; -ms-transform-origin: 0 0;
    transform-origin: 0 0;    transition: all 400ms ease;}
.cart.cart-open {-webkit-transform: rotateX(0deg); transform: rotateX(0deg);opacity: 1;  visibility: visible; }
.cart:before { bottom: 100%; right: 8px; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(194, 225, 245, 0);
   border-bottom-color: #fff; border-width: 6px; margin-left: -8px; }
.cart-title { border-bottom: 1px dashed rgba(0, 0, 0, 0.2); padding: 20px; }
.cart-item { border-bottom: 1px dashed rgba(0, 0, 0, 0.2); padding: 20px; position: relative; }
.cart-item .cart-image { display: table-cell; padding-right: 15px; }
.cart-item .cart-image img { height: 40px; }
.cart-item .cart-name { display: table-cell; vertical-align: top; }
.cart-item .cart-name a { display: block; color: #323232; }
.cart-item .cart-name a:hover { color: #00588a; }
.cart-item .cart-name span { color: #323232; display: inline-block; }
.cart-item .cart-name strong { padding-left: 30px; }
.cart-price del {  font-size: 14px; background: transparent; color: #323232; padding-left: 0; }
.cart-price ins { text-decoration: none; color: #00588a; font-size: 16px;font-weight: bold; }
.cart-total { padding: 20px; text-align: center; background: #f7f7f7; }
.cart-total h6 {  text-align: center; }
.cart-total a { display: inline-block; margin-top: 20px; padding: 6px 18px; margin: 0; }
.cart-total a.button { display: inline-block; }
.cart-total .button + .button { margin: 0; }
.cart-item .cart-close { position: absolute; right: 20px; top: 20px; }
.cart-item .cart-close a { font-size: 14px; }
.cart-item .cart-close a:hover { color: #323232; }

/*mega-menu */
.mega-menu .menu-logo { padding: 10px 0 10px; }
.mega-menu .menu-logo img { height: 70px; }
.mega-menu .drop-down-multilevel.right-menu { right: 0px;  }
.mega-menu > section.menu-list-items { padding: 0; }
.mega-menu .menu-links > li > a { text-transform: uppercase; font-size: 14px; font-weight: 500; line-height: 20px; }
.mega-menu .menu-links > li.active .drop-down-multilevel a { color: #555555; }
.mega-menu .menu-links > li.active .drop-down-multilevel a:hover { color: #00588a; }
.mega-menu .menu-links > li.active .drop-down a { color: #323232; }
.mega-menu .menu-links > li.active .drop-down li.active a { color: #00588a; }
.mega-menu .menu-links > li.active .drop-down a:hover { color: #00588a; }
.mega-menu .menu-links > li.active .drop-down li.active a i { color: #00588a; }
.mega-menu .menu-links > li.active .drop-down a i:hover { color: #00588a; }
.mega-menu .menu-links > li.active .drop-down-multilevel li.active a { color: #00588a; background: #f7f7f7; }
.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li a { color: #323232; background:transparent; }
.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li a:hover { color: #00588a; }
.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li.active a { color: #00588a; background: #f7f7f7; }
.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li.active .drop-down-multilevel li a { color: #323232; background:transparent; }
.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li a .drop-down-multilevel li a:hover { color: #00588a; }
.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li.active .drop-down-multilevel li.active a { color: #00588a; background: #f7f7f7; }
.mega-menu .menu-links > li.active .drop-down-multilevel li.active i { color: #00588a; }
.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li.active i { color: #00588a; }
.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li a i { color: #323232; }
.mega-menu .menu-links > li.active .drop-down-multilevel li.active:hover .drop-down-multilevel li a:hover i { color: #00588a; }
.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li.active .drop-down-multilevel li a:hover { color: #00588a; }
.mega-menu .row  { margin-left: 0px; margin-right: 0px; }
.mega-menu .col-md-12  { padding-left: 0px; padding-right: 0px; }
.mega-menu.desktopTopFixed .menu-logo { padding: 0px; }
.mega-menu.desktopTopFixed .search-cart i.icon { line-height: 20px; }
.mega-menu.desktopTopFixed .menu-list-items .menu-logo > li > a img { height: 50px; }
.mega-menu .badge  { color: #ffffff; }
.mega-menu .drop-down-multilevel li.activeTriggerMobile { background: #fafafa; }

/*fullWidth*/
.header.fullWidth .container-fluid { padding: 0 60px; }


/*light*/
.header.light {  background: #ffffff; position: relative; box-shadow: 0 0 15px rgba(0, 0, 0, 0.05); z-index: 999; }
.header.light .topbar ul li { color: #323232; }
.header.light .topbar ul li a { color: #323232; }
    .header.light .mega-menu .menu-links > li > a {
        color: #00588a;
    }
.header.light .mega-menu .menu-links > li > a:hover { color: #00588a; }
.header.light .mega-menu .menu-links > li.active > a { color: #00588a; }
.header.light .topbar { border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
.header.light .search-cart i.icon { color: #323232; }
.header.light .search-cart i.icon:hover { color: #00588a; }
.header.light .mega-menu.desktopTopFixed .menu-list-items { background: #ffffff; }
.header.light .search .search-btn { color: #323232; }
.header.light .search .search-btn:hover { color: #00588a; }


/*zanetti*/

.header.zanetti {
    background: #00588a;
    position: relative;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    z-index: 999;
}

    .header.zanetti .menu {
        background: #ffffff !important;
    }

    .header.zanetti .topbar ul li {
        color: #ffffff !important;
    }

        .header.zanetti .topbar ul li a {
            color: #ffffff !important;
        }

/*dark*/
.header.dark {  background: #323232; position: relative; }
.header.transparent { background: rgba(0, 0, 0, 0.4); position: absolute; width: 100%; z-index:  999; }

/*left-menu*/
.header.left-menu .menu-bar { float: none; }
.header.left-menu .menu-links { padding-left: 30px; }
.header.left-menu .search-cart { float: right; }

/*logo-center*/
.header.logo-center .mega-menu { min-height: 170px; }
.header.logo-center .menu-logo { float: none; display: block; text-align: center; }
.header.logo-center .mega-menu .menu-logo > li > a { float: none; }
.header.logo-center .mega-menu .menu-logo > li { float: none; line-height: 0; }
.header.logo-center .mega-menu img { float: none; margin: 0 auto; }
.header.logo-center .menu-bar { float: none;  }
.header.logo-center .search-cart { float: right; }
.header.logo-center .mega-menu.desktopTopFixed .menu-logo { float: left; display: inline-block; }
.header.logo-center .mega-menu.desktopTopFixed .menu-logo > li > a { float: left;  }
.header.logo-center .mega-menu.desktopTopFixed img { float: left; margin: 0 auto; }
.header.logo-center .mega-menu.desktopTopFixed .menu-bar { float: right; border-top: 0px solid rgba(0, 0, 0, 0.1); }
.header.logo-center .mega-menu.desktopTopFixed .search-cart { float: right; }

/*fancy */
.header.fancy { background: transparent; position: relative; border-bottom: 0; }
.header.fancy .topbar { background: #00588a; padding: 15px 0px 70px; }
.header.fancy .topbar .topbar-right li a:hover { color: #323232; }
.header.fancy .search-cart i.icon { color: #323232; line-height: 20px; }
.header.fancy .topbar-call ul li i { color: #ffffff; }
.header.fancy .mega-menu .menu-logo { padding: 26px 0px; }
.header.fancy .menu { position: absolute; width: 100%; top: 30px; }
.header.fancy .topbar + .menu {  top: 60px; }
.header.fancy .mega-menu > section.menu-list-items { background: #ffffff; padding: 0px 25px; box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1); }
.header.fancy .mega-menu.desktopTopFixed > section.menu-list-items { border-bottom: 1px solid #f6f6f6; }
.header.fancy .topbar ul li a:hover { color: #323232;}

.header.fancy .mega-menu .menu-links > li > a { color: #323232; line-height: 20px; }
.header.fancy .mega-menu .menu-links > li > a:hover { color: #00588a; }
.header.fancy .mega-menu .menu-links > li.active > a { color: #00588a; }
.header.fancy .mega-menu.desktopTopFixed .menu-links > li > a { color: #ffffff; }
.header.fancy .mega-menu.desktopTopFixed .menu-links > li > a { color: #323232; }
.header.fancy .mega-menu.desktopTopFixed .menu-logo { padding: 0; }
.header.fancy .mega-menu.desktopTopFixed .menu-list-items .menu-links > li > a { line-height: 20px; }
.header.fancy .mega-menu.desktopTopFixed .menu-list-items .menu-logo > li > a img { height: 30px;  }
.header.fancy .mega-menu.desktopTopFixed .search-cart i.icon { line-height: 20px; }
.header.fancy .search-cart i.icon:hover { color: #00588a; }
.header.fancy .search .search-btn { color: #323232; }
.header.fancy .search .search-btn:hover { color: #00588a; }
.header.fancy .mega-menu.desktopTopFixed .drop-down.grid-col-5 { width: 21.66666666666667%; }
.header.fancy .search-box { margin-top: -6px; }

/*fancy without-topbar*/
.header.fancy.without-topbar .menu { top: 30px; }
.header.burger .menu-icon { font-size: 30px; color: #323232; }
.header.burger .menu-icon:hover { color: #00588a; }
.header.burger { position: absolute; z-index: 999; width: 100%; padding: 30px 30px; }
.header.burger .logo { display: inline-block; }
.header.burger .logo img { height: 50px; }

/*side-menu-icon*/
.side-menu-icon { display: inline-block; }
.side-menu-icon .menu-icon { font-size: 16px; color: #ffffff; padding-left: 15px; }
.side-menu-icon .menu-icon:hover { color: #00588a; }

/*************************
    header text-dark
*************************/
.header.text-dark .topbar ul li { color: #323232; }
.header.text-dark .topbar ul li a { color: #323232; }
.header.text-dark .topbar ul li a:hover { color: #00588a; }
.header.text-dark .mega-menu .menu-links > li > a { color: #323232; }
.header.text-dark .mega-menu .menu-links > li > a:hover { color: #00588a; }
.header.text-dark .mega-menu .menu-links > li.active > a { color: #00588a; }
.header.text-dark .topbar { border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
.header.text-dark .search-cart i.icon { color: #323232; }
.header.text-dark .search-cart i.icon:hover { color: #00588a; }
.header.text-dark .mega-menu.desktopTopFixed .menu-list-items { background: #ffffff; }
.header.text-dark .search .search-btn { color: #323232; }
.header.text-dark .search .search-btn:hover { color: #00588a; }
.header.text-dark .mega-menu .drop-down-multilevel { background: #323232; }
.header.text-dark .mega-menu .drop-down.menu-bg, .header.text-dark .mega-menu .drop-down-tab-bar {     background: rgba(50, 50, 50, 1) url(../images/objects/menu-bg.png);
    background-repeat: no-repeat; background-position: 120% 0; }
.header.text-dark .mega-menu .drop-down, .header.text-dark .mega-menu .drop-down-tab-bar { background: #323232; }
.header.text-dark .mega-menu .drop-down a, .header.text-dark .mega-menu .drop-down-tab-bar a { color: #ffffff; }
.header.text-dark .mega-menu .drop-down i.fa, .header.text-dark .mega-menu .drop-down-tab-bar i.fa { color: #ffffff; }
.header.text-dark .mega-menu .drop-down a:hover i.fa, .header.text-dark .mega-menu .drop-down-tab-bar a:hover i.fa  { color: #00588a; }
.header.text-dark .mega-menu .menu-links > li.active .drop-down a { color: #ffffff; }
.header.text-dark .mega-menu .menu-links > li.active .drop-down li.active a { color: #00588a; }
.header.text-dark .mega-menu .menu-links > li.active .drop-down li a:hover { color: #00588a; }
.header.text-dark .mega-menu .drop-down a:hover, .header.text-dark .mega-menu .drop-down-tab-bar a:hover  { color: #00588a; }
.header.text-dark .mega-menu .menu-links > li.active .drop-down-multilevel a, .header.text-dark .mega-menu .drop-down-multilevel a { color: #ffffff; }
.header.text-dark .mega-menu .menu-links > li.active .drop-down-multilevel li.active a, .header.text-dark .mega-menu .drop-down-multilevel li:hover { background: #282828; }
.header.text-dark .mega-menu .drop-down.menu-shop-bg { background: rgba(50, 50, 50, 1) url(../images/objects/menu-shop-bg.jpg) !important;  background-repeat: no-repeat;     background-position: right;}
.header.text-dark .mega-menu .menu-links > li.active .drop-down-multilevel a:hover, .header.text-dark .mega-menu .drop-down-multilevel a:hover { color: #00588a; }
.header.text-dark .mega-menu .menu-links > li.active .drop-down-multilevel li.active a { color: #00588a; background: #282828; }
.header.text-dark .mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li a { color: #ffffff; background:transparent; }
.header.text-dark .mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li a:hover { color: #00588a; }
.header.text-dark .mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li.active a { color: #00588a; background: #282828; }
.header.text-dark .mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li.active .drop-down-multilevel li a { color: #ffffff; background:transparent; }
.header.text-dark .mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li a .drop-down-multilevel li a:hover { color: #00588a; }
.header.text-dark .mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li.active .drop-down-multilevel li.active a { color: #00588a; background: #282828; }
.header.text-dark .mega-menu .menu-links > li.active .drop-down-multilevel li.active i { color: #00588a; }
.header.text-dark .mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li.active i { color: #00588a; }
.header.text-dark .mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li a i { color: #ffffff; }
.header.text-dark .mega-menu .menu-links > li.active .drop-down-multilevel li.active:hover .drop-down-multilevel li a:hover i { color: #00588a; }
.header.text-dark .mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li.active .drop-down-multilevel li a:hover { color: #00588a; }
.header.text-dark .mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li.active a { color: #00588a;
    background: #282828; }
.header.text-dark .mega-menu .drop-down-multilevel i.fa-indicator { color: #ffffff; }
.header.text-dark .mega-menu .drop-down-multilevel a:hover i.fa-indicator { color: #00588a; }
.header.text-dark .mega-menu .drop-down-multilevel li.active a i.fa-indicator { color: #00588a; }
/*dark-dropdown*/
.header.dark-dropdown .mega-menu .drop-down-multilevel { background: #323232; }
.header.dark-dropdown .mega-menu .drop-down.menu-bg, .header.dark-dropdown .mega-menu .drop-down-tab-bar {     background: rgba(50, 50, 50, 1) url(../images/objects/menu-bg.png);
    background-repeat: no-repeat; background-position: 120% 0; }
.header.dark-dropdown .mega-menu .drop-down, .header.dark-dropdown .mega-menu .drop-down-tab-bar { background: #323232; }
.header.dark-dropdown .mega-menu .drop-down a, .header.dark-dropdown .mega-menu .drop-down-tab-bar a { color: #ffffff; }
.header.dark-dropdown .mega-menu .drop-down i.fa, .header.dark-dropdown .mega-menu .drop-down-tab-bar i.fa { color: #ffffff; }
.header.dark-dropdown .mega-menu .drop-down a:hover i.fa, .header.dark-dropdown .mega-menu .drop-down-tab-bar a:hover i.fa  { color: #00588a; }
.header.dark-dropdown .mega-menu .menu-links > li.active .drop-down a { color: #ffffff; }
.header.dark-dropdown .mega-menu .menu-links > li.active .drop-down li.active a { color: #00588a; }
.header.dark-dropdown .mega-menu .menu-links > li.active .drop-down li a:hover { color: #00588a; }
.header.dark-dropdown .mega-menu .drop-down a:hover, .header.dark-dropdown .mega-menu .drop-down-tab-bar a:hover  { color: #00588a; }
.header.dark-dropdown .mega-menu .menu-links > li.active .drop-down-multilevel a, .header.dark-dropdown .mega-menu .drop-down-multilevel a { color: #ffffff; }
.header.dark-dropdown .mega-menu .menu-links > li.active .drop-down-multilevel li.active a, .header.dark-dropdown .mega-menu .drop-down-multilevel li:hover { background: #282828; }
.header.dark-dropdown .mega-menu .drop-down.menu-shop-bg { background: rgba(50, 50, 50, 1) url(../images/objects/menu-shop-bg.jpg) !important;  background-repeat: no-repeat;     background-position: right;}
.header.dark-dropdown .mega-menu .menu-links > li.active .drop-down-multilevel a:hover, .header.dark-dropdown .mega-menu .drop-down-multilevel a:hover { color: #00588a; }
.header.dark-dropdown .mega-menu .menu-links > li.active .drop-down-multilevel li.active a { color: #00588a; background: #282828; }
.header.dark-dropdown .mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li a { color: #ffffff; background:transparent; }
.header.dark-dropdown .mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li a:hover { color: #00588a; }
.header.dark-dropdown .mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li.active a { color: #00588a; background: #282828; }
.header.dark-dropdown .mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li.active .drop-down-multilevel li a { color: #ffffff; background:transparent; }
.header.dark-dropdown .mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li a .drop-down-multilevel li a:hover { color: #00588a; }
.header.dark-dropdown .mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li.active .drop-down-multilevel li.active a { color: #00588a; background: #282828; }
.header.dark-dropdown .mega-menu .menu-links > li.active .drop-down-multilevel li.active i { color: #00588a; }
.header.dark-dropdown .mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li.active i { color: #00588a; }
.header.dark-dropdown .mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li a i { color: #ffffff; }
.header.dark-dropdown .mega-menu .menu-links > li.active .drop-down-multilevel li.active:hover .drop-down-multilevel li a:hover i { color: #00588a; }
.header.dark-dropdown .mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li.active .drop-down-multilevel li a:hover { color: #00588a; }
.header.dark-dropdown .mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li.active a { color: #00588a;
    background: #282828; }
.header.dark-dropdown .mega-menu .drop-down-multilevel i.fa-indicator { color: #ffffff; }
.header.dark-dropdown .mega-menu .drop-down-multilevel a:hover i.fa-indicator { color: #00588a; }
.header.dark-dropdown .mega-menu .drop-down-multilevel li.active a i.fa-indicator { color: #00588a; }
/*label*/
.header .label.label-default, .header .label.label-primary, .header .label.label-success, .header .label.label-info, .header .label.label-warning, .header .label.label-danger { color: #fff; padding: 0px 5px; line-height: 14px; display: inline-block; }

/*onepagenav*/
#onepagenav .mega-menu .menu-links > li > a { text-transform: capitalize; }
.vertical-menu #onepagenav.menu .mega-menu .menu-links > li  { display: block; float: none; }
.vertical-menu #onepagenav.menu .mega-menu .menu-links > li > a{  display: block; }



/*************************
  topbar-dark
*************************/
.header.topbar-dark .topbar { background: #323232; }
.header.topbar-dark .topbar .topbar-call ul li a, .header.topbar-dark .topbar ul li, .header.topbar-dark .topbar ul li a { color: #ffffff !important; }


/*************************
    one page
*************************/

header.one-page { position: absolute; width: 100%; z-index: 999; }
.navbar-inverse { background: transparent; border: 0; }
.navbar-brand { height: auto; padding: 25px 0; }
.navbar .navbar-brand img { height: 40px; }
.navbar { min-height: 80px; }
.navbar-nav { float: right; }
.navbar-inverse .navbar-nav>li  { padding: 35px 15px; }
.navbar-inverse .navbar-nav>li>a { color: #ffffff; padding: 0; text-transform: capitalize; }
.navbar-inverse .navbar-nav>li>a:hover { color: #00588a; }
.navbar.affix { width: 100%; background: #323232; }
.navbar.affix { width: 100%; background: #323232; }
.navbar { min-height: inherit !important;  }
.navbar.affix .navbar-brand img { height: 30px; }
.navbar.affix .navbar-brand { padding: 15px 0; }
.navbar.affix .navbar-nav>li { padding: 20px 15px; }
 .navbar-nav>li>a { transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; }

/*vertical-header*/
.vertical-header .container-fluid { padding: 0 80px; }
.menu-responsive { display: none; }
.vertical-header .navbar { overflow-y: scroll;  overflow-x: hidden; height: 100%;}
.vertical-header { padding-left: 260px; }
.header.vertical-menu { position: fixed; left: 0; top: 0; width: 260px; min-height: 100%; background: #212121; z-index: 999; -o-transition: all 1s; -webkit-transition: all 1s;
    transition: all 1s; }
.header.vertical-menu .menu-bar { float: none; }
.mega-menu.vertical-left, .mega-menu.vertical-right { float: none; }
.menu-widgets { position: absolute; bottom: 20px; }
.menu-widgets .social-icons.social-border li a { border:2px solid; line-height: 30px; }
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover { background: transparent; color: #00588a; }
header.one-page.vertical-menu { position: fixed; left: 0; top: 0; height: 100%; background: #212121; width: 260px; padding: 30px; }
header.one-page.vertical-menu .navbar-header { float: none; margin-bottom: 20px; }
header.one-page.vertical-menu .navbar-nav { float: none; }
header.one-page.vertical-menu .navbar-nav>li { display: block; float: none; }
header.one-page.vertical-menu .navbar-inverse .navbar-nav>li { padding: 15px 0px; }
header.one-page.vertical-menu .navbar-collapse { padding: 0; }
header.one-page.vertical-menu .menu-widgets { padding: 0px; }

header.one-page.light { position: relative; background: #ffffff; }
header.one-page.light .navbar { margin-bottom: 0; }
header.one-page.light .navbar-inverse .navbar-nav>li>a { color: #323232; }
header.one-page.light .navbar-inverse .navbar-nav>li>a:hover { color: #00588a; }
header.one-page.light .navbar-inverse .navbar-nav>.active>a, header.one-page.light .navbar-inverse .navbar-nav>.active>a:focus, header.one-page.light .navbar-inverse .navbar-nav>.active>a:hover { background: transparent; color: #00588a; }

header.one-page.light .navbar-inverse .navbar-collapse, header.one-page.light .navbar-inverse .navbar-form { background: #ffffff; }
header.one-page.light .navbar.affix  { background: #ffffff; box-shadow:  0 0 20px 0 rgba(0, 0, 0, 0.1); }
header.one-page.light .navbar-inverse .navbar-nav.hover-effect-01>li>a { padding: 5px 10px; -o-transition: all 0.6s ease-out; -ms-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out; transition: all 0.6s ease-out; }
header.one-page.light .navbar-inverse .navbar-nav.hover-effect-01>li>a:hover, header.one-page.light .navbar-inverse .navbar-nav.hover-effect-01>.active>a {  -webkit-box-shadow: inset 178px 0px 0px 0px #00588a; -o-box-shadow: inset 178px 0px 0px 0px #00588a; -ms-box-shadow: inset 178px 0px 0px 0px #00588a; -moz-box-shadow: inset 178px 0px 0px 0px #00588a; box-shadow: inset 178px 0px 0px 0px #00588a; color: #fff; -webkit-transition: all 0.9s ease-in; -moz-transition: all 0.9s ease-in; -ms-transition: all 0.9s ease-in; -o-transition: all 0.9s ease-in; transition: all 0.9s ease-in; }
.one-page.nav-center .navbar-collapse.collapse { text-align: center; }
.one-page.nav-center .navbar-nav { float: none; display: inline-block; }
.one-page.transparent { background: rgba(0, 12, 27, 0.5); }
.one-page.transparent .navbar { margin-bottom: 0; }

/*dark-text*/
.one-page.dark-text .navbar-inverse .navbar-nav>li>a { color: #323232; }
.one-page.dark-text .navbar-inverse .navbar-nav>li>a:hover { color: #d12326; }
.one-page.dark-text .navbar-inverse .navbar-nav>.active>a, .one-page.dark-text .navbar-inverse .navbar-nav>.active>a:focus, .one-page.dark-text .navbar-inverse .navbar-nav>.active>a:hover { color: #d12326; }
.one-page.dark-text .navbar.affix { background: #ffffff; box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1); }

/*mega menu vertical*/
.vertical-menu .menu .menu-logo { padding: 50px 20px; }
.vertical-menu .menu .mega-menu .menu-links > li > a { padding: 0 23px; }
.vertical-menu .menu-widgets { padding: 20px; }

 @media (min-width: 992px) {
.mega-menu { min-height: inherit; }
.header.light .mega-menu { min-height: 90px; }
.mega-menu > section.menu-list-items {  float: none; }
.mega-menu > section.menu-list-items > .container,
.mega-menu > section.menu-list-items > .container > .row,
.mega-menu > section.menu-list-items > .container > .row > div { height: 100%; }
.mega-menu > section.menu-list-items .menu-bar {  height: 100%; }
.mega-menu > section.menu-list-items .menu-bar > ul{ display: table !important; height: 100%; }
.mega-menu > section.menu-list-items .menu-bar > ul > li { display: table-cell; vertical-align: middle; float: none; }
.mega-menu .drop-down, .mega-menu .drop-down-tab-bar, .mega-menu .drop-down-multilevel { top: 100%; }
.mega-menu > section.menu-list-items .search-cart { height: 100%; }
.mega-menu > section.menu-list-items .search-cart .search { vertical-align: middle;  display: table; height: 100%; float: left; }
.header .search .search-btn {  display: table-cell; vertical-align: middle;  position: relative;  width: 10px;   float: none; clear: both;  height: 100%; }
.search .search-btn:before { top: 50%;  -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }
.search-cart .shpping-cart { display: table; float: left;  height: 100%; }
.shpping-cart a {  position: relative; display: table-cell; vertical-align: middle; }
.shpping-cart strong.item { display: block; position: absolute;  top: 50%; border-radius: 50%; -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); -moz-transform: translateY(-50%); transform: translateY(-50%); margin-top: -10px; }
.cart { top: 100%; }
.mega-menu > section.menu-list-items > .container-fluid,
.mega-menu > section.menu-list-items > .container-fluid > .row,
.mega-menu > section.menu-list-items > .container-fluid > .row > div { height: 100%; }
.logo-center .mega-menu > section.menu-list-items .menu-bar > ul { height: auto; }
.logo-center .mega-menu > section.menu-list-items .menu-bar > ul > li { display: inline-block;  }
.logo-center .mega-menu > section.menu-list-items .search-cart { height: auto; }
.logo-center .mega-menu > section.menu-list-items .menu-bar { height: auto; }
.logo-center .mega-menu .drop-down, .logo-center .mega-menu .drop-down-tab-bar, .logo-center .mega-menu .drop-down-multilevel { top: auto; }
.logo-center .mega-menu .menu-links > li > a { line-height: 72px; }
.logo-center.header .search .search-btn { line-height: 72px; }
.logo-center .search-cart i.icon { line-height: 72px; }
.logo-center .mega-menu.desktopTopFixed .menu-list-items .menu-links > li > a { line-height: 60px; }
.logo-center .mega-menu.desktopTopFixed .search .search-btn { line-height: 60px; }
.logo-center .mega-menu.desktopTopFixed .search-cart i.icon { line-height: 60px; }
.logo-center .search .search-btn:before { top: inherit; transform: inherit; }
.logo-center  .search-cart .shpping-cart { float: right; }

.vertical-menu .mega-menu > section.menu-list-items .menu-bar { height: auto; }
.vertical-menu .mega-menu > section.menu-list-items .menu-bar > ul > li { display: block; }
.search-cart .side-menu-icon { display: table; float: left; height: 100%; }
.side-menu-icon .menu-icon { position: relative; display: table-cell; vertical-align: middle; }

.header.light .mega-menu { min-height: 90px; }
nav#menu.desktopTopFixed { min-height: 90px; }

}

/*************************************
   Slider (all home page main sliders )
 **************************************/
.rev-slider { overflow: hidden; position: relative; }
.slotholder { filter: none !important; }
.tp-half-one { opacity: 1 !important; visibility: visible !important; transform: inherit !important; }

 /*slider 01*/
#rev_slider_267_1_wrapper .tp-loader.spinner2{ background-color: #FFFFFF !important; }
#rev_slider_267_1 .zeus.tparrows{cursor:pointer; min-width:70px; min-height:70px; position:absolute; display:block; z-index:100; border-radius:50%;   overflow:hidden; background:rgba(0,0,0,0.1)}#rev_slider_267_1 .zeus.tparrows:before{font-family:"revicons"; font-size:20px; color:rgb(255,255,255); display:block; line-height:70px; text-align:center;   z-index:2; position:relative}#rev_slider_267_1 .zeus.tparrows.tp-leftarrow:before{content:"\e824"}#rev_slider_267_1 .zeus.tparrows.tp-rightarrow:before{content:"\e825"}#rev_slider_267_1 .zeus .tp-title-wrap{background:rgba(0,0,0,0.5); width:100%; height:100%; top:0px; left:0px; position:absolute; opacity:0; transform:scale(0); -webkit-transform:scale(0);  transition:all 0.3s; -webkit-transition:all 0.3s; -moz-transition:all 0.3s;  border-radius:50%}#rev_slider_267_1 .zeus .tp-arr-imgholder{width:100%; height:100%; position:absolute; top:0px; left:0px; background-position:center center; background-size:cover; border-radius:50%; transform:translatex(-100%); -webkit-transform:translatex(-100%);  transition:all 0.3s; -webkit-transition:all 0.3s; -moz-transition:all 0.3s}#rev_slider_267_1 .zeus.tp-rightarrow .tp-arr-imgholder{transform:translatex(100%); -webkit-transform:translatex(100%)}#rev_slider_267_1 .zeus.tparrows:hover .tp-arr-imgholder{transform:translatex(0); -webkit-transform:translatex(0); opacity:1}#rev_slider_267_1 .zeus.tparrows:hover .tp-title-wrap{transform:scale(1); -webkit-transform:scale(1); opacity:1}

 /*slider 02*/
#rev_slider_268_1_wrapper .tp-loader.spinner2{ background-color: #FFFFFF !important; }
#rev_slider_268_1 .dione.tparrows{color:#000; height:100%; width:90px; background:transparent; background:rgba(0,0,0,0); line-height:100%; transition:all 0.3s;-webkit-transition:all 0.3s}#rev_slider_268_1 .dione.tparrows:hover{background:rgba(0,0,0,0.45)}#rev_slider_268_1 .dione .tp-arr-imgwrapper{width:90px; left:0px; position:absolute; height:100%; top:0px; overflow:hidden}#rev_slider_268_1 .dione.tp-rightarrow .tp-arr-imgwrapper{left:auto;right:0px}#rev_slider_268_1 .dione .tp-arr-imgholder{background-position:center center;background-size:cover;width:90px;height:100%;top:0px;visibility:hidden;transform:translatex(-50px);-webkit-transform:translatex(-50px);transition:all 0.3s;-webkit-transition:all 0.3s;opacity:0;left:0px}#rev_slider_268_1 .dione.tparrows.tp-rightarrow .tp-arr-imgholder{right:0px; left:auto; transform:translatex(50px); -webkit-transform:translatex(50px)}#rev_slider_268_1 .dione.tparrows:before{color:255,255,255;position:absolute;line-height:30px;margin-left:-22px;top:50%;left:50%;font-size:30px;margin-top:-15px;transition:all 0.3s;-webkit-transition:all 0.3s}#rev_slider_268_1 .dione.tparrows.tp-rightarrow:before{margin-left:6px}#rev_slider_268_1 .dione.tparrows:hover:before{transform:translatex(-20px);-webkit-transform:translatex(-20px);opacity:0}#rev_slider_268_1 .dione.tparrows.tp-rightarrow:hover:before{transform:translatex(20px);-webkit-transform:translatex(20px)}#rev_slider_268_1 .dione.tparrows:hover .tp-arr-imgholder{transform:translatex(0px);-webkit-transform:translatex(0px);opacity:1;visibility:visible}

 /*slider 03*/
#rev_slider_269_1_wrapper .tp-loader.spinner2{ background-color: #FFFFFF !important; }

 /*slider 04*/
#rev_slider_270_1_wrapper .tp-loader.spinner2{ background-color: #FFFFFF !important; }
.hermes.tparrows{cursor:pointer;background:rgba(0,0,0,0.5);width:30px;height:110px;position:absolute;display:block;z-index:100}.hermes.tparrows:before{font-family:"revicons";font-size:15px;color:rgb(255,255,255);display:block;line-height:110px;text-align:center;  transform:translatex(0px);  -webkit-transform:translatex(0px);  transition:all 0.3s;  -webkit-transition:all 0.3s}.hermes.tparrows.tp-leftarrow:before{content:"\e824"}.hermes.tparrows.tp-rightarrow:before{content:"\e825"}.hermes.tparrows.tp-leftarrow:hover:before{transform:translatex(-20px);  -webkit-transform:translatex(-20px);   opacity:0}.hermes.tparrows.tp-rightarrow:hover:before{transform:translatex(20px);  -webkit-transform:translatex(20px);   opacity:0}.hermes .tp-arr-allwrapper{overflow:hidden;  position:absolute;width:180px;  height:140px;  top:0px;  left:0px;  visibility:hidden;   -webkit-transition:-webkit-transform 0.3s 0.3s; transition:transform 0.3s 0.3s; -webkit-perspective:1000px; perspective:1000px}.hermes.tp-rightarrow .tp-arr-allwrapper{right:0px;left:auto}.hermes.tparrows:hover .tp-arr-allwrapper{visibility:visible}.hermes .tp-arr-imgholder{width:180px;position:absolute; left:0px;top:0px;height:110px; transform:translatex(-180px); -webkit-transform:translatex(-180px); transition:all 0.3s; transition-delay:0.3s}.hermes.tp-rightarrow .tp-arr-imgholder{transform:translatex(180px); -webkit-transform:translatex(180px)}.hermes.tparrows:hover .tp-arr-imgholder{transform:translatex(0px);  -webkit-transform:translatex(0px)}.hermes .tp-arr-titleholder{top:110px; width:180px; text-align:left;  display:block; padding:0px 10px; line-height:30px; background:#000; background:rgba(0,0,0,0.75); color:rgb(255,255,255); font-weight:600; position:absolute; font-size:12px; white-space:nowrap; letter-spacing:1px; -webkit-transition:all 0.3s; transition:all 0.3s; -webkit-transform:rotatex(-90deg); transform:rotatex(-90deg); -webkit-transform-origin:50% 0; transform-origin:50% 0; box-sizing:border-box}.hermes.tparrows:hover .tp-arr-titleholder{-webkit-transition-delay:0.6s; transition-delay:0.6s; -webkit-transform:rotatex(0deg); transform:rotatex(0deg)}

 /*slider 05*/
#rev_slider_271_1_wrapper .tp-loader.spinner2{ background-color: #FFFFFF !important; }
.erinyen.tparrows{cursor:pointer; background:rgba(0,0,0,0.5); min-width:70px; min-height:70px; position:absolute; display:block; z-index:100; border-radius:50%}.erinyen.tparrows:before{font-family:"revicons"; font-size:20px; color:rgb(255,255,255); display:block; line-height:70px; text-align:center;   z-index:2; position:relative}.erinyen.tparrows.tp-leftarrow:before{content:"\e824"}.erinyen.tparrows.tp-rightarrow:before{content:"\e825"}.erinyen .tp-title-wrap{position:absolute; z-index:1; display:inline-block; background:rgba(0,0,0,0.5); min-height:70px; line-height:70px; top:0px; margin-left:0px; border-radius:35px; overflow:hidden;  transition:opacity 0.3s; -webkit-transition:opacity 0.3s; -moz-transition:opacity 0.3s; -webkit-transform:scale(0); -moz-transform:scale(0); transform:scale(0);  visibility:hidden; opacity:0}.erinyen.tparrows:hover .tp-title-wrap{-webkit-transform:scale(1); -moz-transform:scale(1); transform:scale(1); opacity:1; visibility:visible}.erinyen.tp-rightarrow .tp-title-wrap{right:0px;  margin-right:0px;margin-left:0px;  -webkit-transform-origin:100% 50%; border-radius:35px; padding-right:20px; padding-left:10px}.erinyen.tp-leftarrow .tp-title-wrap{padding-left:20px; padding-right:10px}.erinyen .tp-arr-titleholder{letter-spacing:3px;  position:relative; -webkit-transition:-webkit-transform 0.3s; transition:transform 0.3s; transform:translatex(200px);  text-transform:uppercase; color:rgb(255,255,255); font-weight:600; font-size:13px; line-height:70px; white-space:nowrap; padding:0px 20px; margin-left:11px; opacity:0}.erinyen .tp-arr-imgholder{width:100%; height:100%; position:absolute; top:0px; left:0px; background-position:center center; background-size:cover}.erinyen .tp-arr-img-over{width:100%; height:100%; position:absolute; top:0px; left:0px;  background:rgba(0,0,0,0.51)}.erinyen.tp-rightarrow .tp-arr-titleholder{transform:translatex(-200px);  margin-left:0px; margin-right:11px}.erinyen.tparrows:hover .tp-arr-titleholder{transform:translatex(0px);  -webkit-transform:translatex(0px); transition-delay:0.1s; opacity:1}

 /*slider 06*/
#rev_slider_272_1_wrapper .tp-loader.spinner2{ background-color: #FFFFFF !important; }
.custom.tparrows{cursor:pointer;background:#000;background:rgba(0,0,0,0.5);width:40px;height:40px;position:absolute;display:block;z-index:100}.custom.tparrows:hover{background:#000}.custom.tparrows:before{font-family:"revicons";font-size:15px;color:#fff;display:block;line-height:40px;text-align:center}.custom.tparrows.tp-leftarrow:before{content:"\e824"}.custom.tparrows.tp-rightarrow:before{content:"\e825"}

 /*slider 07*/
#rev_slider_273_1_wrapper .tp-loader.spinner2{ background-color: #FFFFFF !important; }
.erinyen.tparrows{cursor:pointer; background:rgba(0,0,0,0.5); min-width:70px; min-height:70px; position:absolute; display:block; z-index:100; border-radius:50%}.erinyen.tparrows:before{font-family:"revicons"; font-size:20px; color:rgb(255,255,255); display:block; line-height:70px; text-align:center;   z-index:2; position:relative}.erinyen.tparrows.tp-leftarrow:before{content:"\e824"}.erinyen.tparrows.tp-rightarrow:before{content:"\e825"}.erinyen .tp-title-wrap{position:absolute; z-index:1; display:inline-block; background:rgba(0,0,0,0.5); min-height:70px; line-height:70px; top:0px; margin-left:0px; border-radius:35px; overflow:hidden;  transition:opacity 0.3s; -webkit-transition:opacity 0.3s; -moz-transition:opacity 0.3s; -webkit-transform:scale(0); -moz-transform:scale(0); transform:scale(0);  visibility:hidden; opacity:0}.erinyen.tparrows:hover .tp-title-wrap{-webkit-transform:scale(1); -moz-transform:scale(1); transform:scale(1); opacity:1; visibility:visible}.erinyen.tp-rightarrow .tp-title-wrap{right:0px;  margin-right:0px;margin-left:0px;  -webkit-transform-origin:100% 50%; border-radius:35px; padding-right:20px; padding-left:10px}.erinyen.tp-leftarrow .tp-title-wrap{padding-left:20px; padding-right:10px}.erinyen .tp-arr-titleholder{letter-spacing:3px;  position:relative; -webkit-transition:-webkit-transform 0.3s; transition:transform 0.3s; transform:translatex(200px);  text-transform:uppercase; color:rgb(255,255,255); font-weight:600; font-size:13px; line-height:70px; white-space:nowrap; padding:0px 20px; margin-left:11px; opacity:0}.erinyen .tp-arr-imgholder{width:100%; height:100%; position:absolute; top:0px; left:0px; background-position:center center; background-size:cover}.erinyen .tp-arr-img-over{width:100%; height:100%; position:absolute; top:0px; left:0px;  background:rgba(0,0,0,0.51)}.erinyen.tp-rightarrow .tp-arr-titleholder{transform:translatex(-200px);  margin-left:0px; margin-right:11px}.erinyen.tparrows:hover .tp-arr-titleholder{transform:translatex(0px);  -webkit-transform:translatex(0px); transition-delay:0.1s; opacity:1}

 /*slider 10*/
#rev_slider_275_1_wrapper .tp-loader.spinner2{ background-color: #FFFFFF !important; }
#rev_slider_275_1 .zeus .tp-bullet{box-sizing:content-box; -webkit-box-sizing:content-box; border-radius:50%;   background-color:rgba(0,0,0,0);   -webkit-transition:opacity 0.3s ease;   transition:opacity 0.3s ease;  width:13px;height:13px;  border:2px solid rgb(255,255,255)}#rev_slider_275_1 .zeus .tp-bullet:after{content:""; position:absolute; width:100%; height:100%; left:0; border-radius:50%; background-color:rgb(255,255,255); -webkit-transform:scale(0); transform:scale(0); -webkit-transform-origin:50% 50%; transform-origin:50% 50%; -webkit-transition:-webkit-transform 0.3s ease; transition:transform 0.3s ease}#rev_slider_275_1 .zeus .tp-bullet:hover:after,#rev_slider_275_1 .zeus .tp-bullet.selected:after{-webkit-transform:scale(1.2); transform:scale(1.2)}#rev_slider_275_1 .zeus .tp-bullet-image,#rev_slider_275_1 .zeus .tp-bullet-imageoverlay{width:135px; height:60px; position:absolute; background:#000; background:rgba(0,0,0,0.5); bottom:13px; margin-bottom:10px; transform:translateX(-50%); -webkit-transform:translateX(-50%); box-sizing:border-box; background-size:cover; background-position:center center; visibility:hidden; opacity:0;  -webkit-backface-visibility:hidden;  backface-visibility:hidden; -webkit-transform-origin:50% 50%;  transform-origin:50% 50%;   -webkit-transition:all 0.3s ease;   transition:all 0.3s ease; border-radius:4px}#rev_slider_275_1 .zeus .tp-bullet-title,#rev_slider_275_1 .zeus .tp-bullet-imageoverlay{z-index:2; -webkit-transition:all 0.5s ease;   transition:all 0.5s ease; transform:translateX(-50%); -webkit-transform:translateX(-50%)}#rev_slider_275_1 .zeus .tp-bullet-title{color:rgb(255,255,255); text-align:center; line-height:15px; font-size:13px; font-weight:600;  z-index:3;  visibility:hidden; opacity:0;  -webkit-backface-visibility:hidden;  backface-visibility:hidden; -webkit-transform-origin:50% 50%;  transform-origin:50% 50%;   -webkit-transition:all 0.3s ease;   transition:all 0.3s ease; position:absolute; bottom:45px; width:135px;   vertical-align:middle}#rev_slider_275_1 .zeus .tp-bullet:hover .tp-bullet-title,#rev_slider_275_1 .zeus .tp-bullet:hover .tp-bullet-image,#rev_slider_275_1 .zeus .tp-bullet:hover .tp-bullet-imageoverlay{opacity:1;   visibility:visible;  -webkit-transform:translateY(0px) translateX(-50%);   transform:translateY(0px) translateX(-50%)}#rev_slider_275_1 .zeus.nav-dir-vertical .tp-bullet-image,#rev_slider_275_1 .zeus.nav-dir-vertical .tp-bullet-imageoverlay{bottom:auto; margin-right:10px; margin-bottom:0px; right:13px; transform:translateX(0px) translateY(-50%); -webkit-transform:translateX(0px) translateY(-50%)}#rev_slider_275_1 .zeus.nav-dir-vertical .tp-bullet:hover .tp-bullet-image{transform:translateX(0px) translateY(-50%); -webkit-transform:translateX(0px) translateY(-50%)}#rev_slider_275_1 .zeus.nav-dir-vertical .tp-bullet-title,#rev_slider_275_1 .zeus.nav-dir-vertical .tp-bullet-imageoverlay{z-index:2; -webkit-transition:all 0.5s ease; transition:all 0.5s ease; transform:translateX(0px) translateY(-50%); -webkit-transform:translateX(0px) translateY(-50%)}#rev_slider_275_1 .zeus.nav-dir-vertical .tp-bullet-title{bottom:auto;   right:100%;   margin-right:10px}#rev_slider_275_1 .zeus.nav-dir-vertical .tp-bullet:hover .tp-bullet-title,#rev_slider_275_1 .zeus.nav-dir-vertical .tp-bullet:hover .tp-bullet-image,#rev_slider_275_1 .zeus.nav-dir-vertical .tp-bullet:hover .tp-bullet-imageoverlay{transform:translateX(0px) translateY(-50%); -webkit-transform:translateX(0px) translateY(-50%)}#rev_slider_275_1 .zeus.nav-dir-vertical.nav-pos-hor-left .tp-bullet-image,#rev_slider_275_1 .zeus.nav-dir-vertical.nav-pos-hor-left .tp-bullet-imageoverlay{bottom:auto; margin-left:10px; margin-bottom:0px; left:13px; transform:translateX(0px) translateY(-50%); -webkit-transform:translateX(0px) translateY(-50%)}#rev_slider_275_1 .zeus.nav-dir-vertical.nav-pos-hor-left .tp-bullet:hover .tp-bullet-image{transform:translateX(0px) translateY(-50%); -webkit-transform:translateX(0px) translateY(-50%)}#rev_slider_275_1 .zeus.nav-dir-vertical.nav-pos-hor-left .tp-bullet-title,#rev_slider_275_1 .zeus.nav-dir-vertical.nav-pos-hor-left .tp-bullet-imageoverlay{z-index:2; -webkit-transition:all 0.5s ease; transition:all 0.5s ease; transform:translateX(0px) translateY(-50%); -webkit-transform:translateX(0px) translateY(-50%)}#rev_slider_275_1 .zeus.nav-dir-vertical.nav-pos-hor-left .tp-bullet-title{bottom:auto;   left:100%;   margin-left:10px}#rev_slider_275_1 .zeus.nav-dir-horizontal.nav-pos-ver-top .tp-bullet-image,#rev_slider_275_1 .zeus.nav-dir-horizontal.nav-pos-ver-top .tp-bullet-imageoverlay{bottom:auto; top:13px; margin-top:10px; margin-bottom:0px; left:0px; transform:translateY(0px) translateX(-50%); -webkit-transform:translateX(0px) translateX(-50%)}#rev_slider_275_1 .zeus.nav-dir-horizontal.nav-pos-ver-top .tp-bullet:hover .tp-bullet-image{transform:scale(1) translateY(0px) translateX(-50%); -webkit-transform:scale(1) translateY(0px) translateX(-50%)}#rev_slider_275_1 .zeus.nav-dir-horizontal.nav-pos-ver-top .tp-bullet-title,#rev_slider_275_1 .zeus.nav-dir-horizontal.nav-pos-ver-top .tp-bullet-imageoverlay{z-index:2; -webkit-transition:all 0.5s ease; transition:all 0.5s ease; transform:translateY(0px) translateX(-50%); -webkit-transform:translateY(0px) translateX(-50%)}#rev_slider_275_1 .zeus.nav-dir-horizontal.nav-pos-ver-top .tp-bullet-title{bottom:auto;   top:13px;   margin-top:20px}
/*index-cafe*/
 #rev_slider_9_1 .uranus.tparrows{width:50px; height:50px; background:rgba(255,255,255,0)}#rev_slider_9_1 .uranus.tparrows:before{width:50px; height:50px; line-height:50px; font-size:40px; transition:all 0.3s;-webkit-transition:all 0.3s}#rev_slider_9_1 .uranus.tparrows:hover:before{opacity:0.75}

 /*index-construction*/
 #rev_slider_19_1_wrapper .tp-loader.spinner2{ background-color: #FFFFFF !important; }
 #rev_slider_19_1 .metis.tparrows{background:rgba(255,255,255,1); padding:10px; transition:all 0.3s; -webkit-transition:all 0.3s; width:60px; height:60px; box-sizing:border-box}#rev_slider_19_1 .metis.tparrows:hover{background:rgba(255,255,255,0.75)}#rev_slider_19_1 .metis.tparrows:before{color:rgb(0,0,0);   transition:all 0.3s; -webkit-transition:all 0.3s}#rev_slider_19_1 .metis.tparrows:hover:before{transform:scale(1.5)}

 /*index-consulting*/
#rev_slider_264_1_wrapper .tp-loader.spinner2{ background-color: #FFFFFF !important; }
.hermes.tparrows{cursor:pointer;background:rgba(0,0,0,0.5);width:30px;height:110px;position:absolute;display:block;z-index:100}.hermes.tparrows:before{font-family:"revicons";font-size:15px;color:rgb(255,255,255);display:block;line-height:110px;text-align:center;  transform:translatex(0px);  -webkit-transform:translatex(0px);  transition:all 0.3s;  -webkit-transition:all 0.3s}.hermes.tparrows.tp-leftarrow:before{content:"\e824"}.hermes.tparrows.tp-rightarrow:before{content:"\e825"}.hermes.tparrows.tp-leftarrow:hover:before{transform:translatex(-20px);  -webkit-transform:translatex(-20px);   opacity:0}.hermes.tparrows.tp-rightarrow:hover:before{transform:translatex(20px);  -webkit-transform:translatex(20px);   opacity:0}.hermes .tp-arr-allwrapper{overflow:hidden;  position:absolute;width:180px;  height:140px;  top:0px;  left:0px;  visibility:hidden;   -webkit-transition:-webkit-transform 0.3s 0.3s; transition:transform 0.3s 0.3s; -webkit-perspective:1000px; perspective:1000px}.hermes.tp-rightarrow .tp-arr-allwrapper{right:0px;left:auto}.hermes.tparrows:hover .tp-arr-allwrapper{visibility:visible}.hermes .tp-arr-imgholder{width:180px;position:absolute; left:0px;top:0px;height:110px; transform:translatex(-180px); -webkit-transform:translatex(-180px); transition:all 0.3s; transition-delay:0.3s}.hermes.tp-rightarrow .tp-arr-imgholder{transform:translatex(180px); -webkit-transform:translatex(180px)}.hermes.tparrows:hover .tp-arr-imgholder{transform:translatex(0px);  -webkit-transform:translatex(0px)}.hermes .tp-arr-titleholder{top:110px; width:180px; text-align:left;  display:block; padding:0px 10px; line-height:30px; background:#000; background:rgba(0,0,0,0.75); color:rgb(255,255,255); font-weight:600; position:absolute; font-size:12px; white-space:nowrap; letter-spacing:1px; -webkit-transition:all 0.3s; transition:all 0.3s; -webkit-transform:rotatex(-90deg); transform:rotatex(-90deg); -webkit-transform-origin:50% 0; transform-origin:50% 0; box-sizing:border-box}.hermes.tparrows:hover .tp-arr-titleholder{-webkit-transition-delay:0.6s; transition-delay:0.6s; -webkit-transform:rotatex(0deg); transform:rotatex(0deg)}

 /*index-interior-design*/
#rev_slider_261_1_wrapper .tp-loader.spinner2{ background-color: #FFFFFF !important; }
.hebe.tparrows{cursor:pointer; background:rgba(255,255,255,1); min-width:70px; min-height:70px; position:absolute; display:block; z-index:100}.hebe.tparrows:hover{}.hebe.tparrows:before{font-family:"revicons"; font-size:30px; color:rgba(0,0,0,0.5); display:block; line-height:70px; text-align:center; -webkit-transition:color 0.3s; -moz-transition:color 0.3s; transition:color 0.3s; z-index:2; position:relative;  background:rgba(255,255,255,1); min-width:70px;  min-height:70px}.hebe.tparrows.tp-leftarrow:before{content:"\e824"}.hebe.tparrows.tp-rightarrow:before{content:"\e825"}.hebe.tparrows:hover:before{color:#000}.tp-title-wrap{position:absolute; z-index:0; display:inline-block; background:#000; background:rgba(0,0,0,0.75); min-height:60px; line-height:60px; top:-10px; margin-left:0px; -webkit-transition:-webkit-transform 0.3s; transition:transform 0.3s; transform:scalex(0);  -webkit-transform:scalex(0);  transform-origin:0% 50%;  -webkit-transform-origin:0% 50%}.hebe.tp-rightarrow .tp-title-wrap{right:0px;  -webkit-transform-origin:100% 50%}.hebe.tparrows:hover .tp-title-wrap{transform:scalex(1); -webkit-transform:scalex(1)}.hebe .tp-arr-titleholder{position:relative; text-transform:uppercase; color:rgb(255,255,255); font-weight:600; font-size:12px; line-height:90px; white-space:nowrap; padding:0px 20px 0px 90px}.hebe.tp-rightarrow .tp-arr-titleholder{margin-left:0px;  padding:0px 90px 0px 20px}.hebe.tparrows:hover .tp-arr-titleholder{transform:translatex(0px);  -webkit-transform:translatex(0px); transition-delay:0.1s; opacity:1}.hebe .tp-arr-imgholder{width:90px;   height:90px;   position:absolute;   left:100%;   display:block;   background-size:cover;   background-position:center center;  top:0px; right:-90px}.hebe.tp-rightarrow .tp-arr-imgholder{right:auto;left:-90px}

 /*index-medical*/
#rev_slider_289_1 .metis.tparrows{background:rgba(255,255,255,1); padding:10px; transition:all 0.3s; -webkit-transition:all 0.3s; width:60px; height:60px; box-sizing:border-box}#rev_slider_289_1 .metis.tparrows:hover{background:rgba(255,255,255,0.75)}#rev_slider_289_1 .metis.tparrows:before{color:rgb(0,0,0);   transition:all 0.3s; -webkit-transition:all 0.3s}#rev_slider_289_1 .metis.tparrows:hover:before{transform:scale(1.5)}

 /*index shop 02*/
.hermes.tparrows{cursor:pointer;background:rgba(0,0,0,0.5);width:30px;height:110px;position:absolute;display:block;z-index:100}.hermes.tparrows:before{font-family:"revicons";font-size:15px;color:rgb(255,255,255);display:block;line-height:110px;text-align:center;  transform:translatex(0px);  -webkit-transform:translatex(0px);  transition:all 0.3s;  -webkit-transition:all 0.3s}.hermes.tparrows.tp-leftarrow:before{content:"\e824"}.hermes.tparrows.tp-rightarrow:before{content:"\e825"}.hermes.tparrows.tp-leftarrow:hover:before{transform:translatex(-20px);  -webkit-transform:translatex(-20px);   opacity:0}.hermes.tparrows.tp-rightarrow:hover:before{transform:translatex(20px);  -webkit-transform:translatex(20px);   opacity:0}.hermes .tp-arr-allwrapper{overflow:hidden;  position:absolute;width:180px;  height:140px;  top:0px;  left:0px;  visibility:hidden;   -webkit-transition:-webkit-transform 0.3s 0.3s; transition:transform 0.3s 0.3s; -webkit-perspective:1000px; perspective:1000px}.hermes.tp-rightarrow .tp-arr-allwrapper{right:0px;left:auto}.hermes.tparrows:hover .tp-arr-allwrapper{visibility:visible}.hermes .tp-arr-imgholder{width:180px;position:absolute; left:0px;top:0px;height:110px; transform:translatex(-180px); -webkit-transform:translatex(-180px); transition:all 0.3s; transition-delay:0.3s}.hermes.tp-rightarrow .tp-arr-imgholder{transform:translatex(180px); -webkit-transform:translatex(180px)}.hermes.tparrows:hover .tp-arr-imgholder{transform:translatex(0px);  -webkit-transform:translatex(0px)}.hermes .tp-arr-titleholder{top:110px; width:180px; text-align:left;  display:block; padding:0px 10px; line-height:30px; background:#000; background:rgba(0,0,0,0.75); color:rgb(255,255,255); font-weight:600; position:absolute; font-size:12px; white-space:nowrap; letter-spacing:1px; -webkit-transition:all 0.3s; transition:all 0.3s; -webkit-transform:rotatex(-90deg); transform:rotatex(-90deg); -webkit-transform-origin:50% 0; transform-origin:50% 0; box-sizing:border-box}.hermes.tparrows:hover .tp-arr-titleholder{-webkit-transition-delay:0.6s; transition-delay:0.6s; -webkit-transform:rotatex(0deg); transform:rotatex(0deg)}

 /*index gym*/
#rev_slider_260_1 .zeus.tparrows{cursor:pointer; min-width:70px; min-height:70px; position:absolute; display:block; z-index:100; border-radius:50%;   overflow:hidden; background:rgba(0,0,0,0.1)}#rev_slider_260_1 .zeus.tparrows:before{font-family:"revicons"; font-size:20px; color:rgb(255,255,255); display:block; line-height:70px; text-align:center;   z-index:2; position:relative}#rev_slider_260_1 .zeus.tparrows.tp-leftarrow:before{content:"\e824"}#rev_slider_260_1 .zeus.tparrows.tp-rightarrow:before{content:"\e825"}#rev_slider_260_1 .zeus .tp-title-wrap{background:rgba(0,0,0,0.5); width:100%; height:100%; top:0px; left:0px; position:absolute; opacity:0; transform:scale(0); -webkit-transform:scale(0);  transition:all 0.3s; -webkit-transition:all 0.3s; -moz-transition:all 0.3s;  border-radius:50%}#rev_slider_260_1 .zeus .tp-arr-imgholder{width:100%; height:100%; position:absolute; top:0px; left:0px; background-position:center center; background-size:cover; border-radius:50%; transform:translatex(-100%); -webkit-transform:translatex(-100%);  transition:all 0.3s; -webkit-transition:all 0.3s; -moz-transition:all 0.3s}#rev_slider_260_1 .zeus.tp-rightarrow .tp-arr-imgholder{transform:translatex(100%); -webkit-transform:translatex(100%)}#rev_slider_260_1 .zeus.tparrows:hover .tp-arr-imgholder{transform:translatex(0); -webkit-transform:translatex(0); opacity:1}#rev_slider_260_1 .zeus.tparrows:hover .tp-title-wrap{transform:scale(1); -webkit-transform:scale(1); opacity:1}

 /*mobile app*/
.hesperiden.tparrows{cursor:pointer;background:rgba(0,0,0,0.5);width:40px;height:40px;position:absolute;display:block;z-index:100;  border-radius:50%}.hesperiden.tparrows:hover{background:rgba(0,0,0,1)}.hesperiden.tparrows:before{font-family:"revicons";font-size:20px;color:rgb(255,255,255);display:block;line-height:40px;text-align:center}.hesperiden.tparrows.tp-leftarrow:before{content:"\e82c";  margin-left:-3px}.hesperiden.tparrows.tp-rightarrow:before{content:"\e82d";  margin-right:-3px}

 /*construction*/
#rev_slider_263_1_wrapper .tp-loader.spinner2{ background-color: #FFFFFF !important; }

/*spa*/
#rev_slider_292_1_wrapper .tp-loader.spinner4{ background-color: #e9457a !important; }

/*************************************
      slider-parallax one page
**************************************/
.slider-parallax { height: 86vh; position: relative; }
.slider-content-middle { position: absolute; display: inline-block; width: 100%; top: 50%; left: 0; -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);-o-transform: translate(0,-50%); transform: translate(0,-50%); }
/*scroll-down*/
.scroll-down { text-align: center; width: 34px; height: 58px; display: inline-block; border-radius: 20px; border:2px solid #fff; position: absolute; left: 50%; bottom: 60px;
margin-left: -17px; line-height: 50px; }
.scroll-down i { height: 10px;  width: 4px; background: #fff; display: inline-block; border-radius: 3px; -webkit-animation-name:fadebounce;  -moz-animation-name:fadebounce; -ms-animation-name:fadebounce; -o-animation-name:fadebounce; animation-name:fadebounce; -webkit-animation-duration:3s; -moz-animation-duration:3s; -ms-animation-duration:3s; -o-animation-duration:3s;
 animation-duration:3s; -webkit-animation-iteration-count:infinite; -moz-animation-iteration-count:infinite; -ms-animation-iteration-count:infinite; -o-animation-iteration-count:infinite;
 animation-iteration-count:infinite; }
@-moz-keyframes fadebounce {
0% { -moz-transform:translateY(0); transform:translateY(0); opacity:1; }
50% { -moz-transform:translateY(25px); transform:translateY(25px); opacity:1; }
100% { -moz-transform:translateY(0); transform:translateY(0); opacity:1; }
}
@-webkit-keyframes fadebounce {
0% { -webkit-transform:translateY(0); transform:translateY(0); opacity:1; }
50% { -webkit-transform:translateY(25px); transform:translateY(25px); opacity:1; }
100% { -webkit-transform:translateY(0); transform:translateY(0); opacity:1; }
}
@-o-keyframes fadebounce {
0% { -o-transform:translateY(0); transform:translateY(0); opacity:1; }
50% {-o-transform:translateY(25px);transform:translateY(25px);opacity:1; }
100% {-o-transform:translateY(0);transform:translateY(0);opacity:1; }
}
@-ms-keyframes fadebounce {
0% { -ms-transform:translateY(0); transform:translateY(0); opacity:1; }
50% { -ms-transform:translateY(25px); transform:translateY(25px); opacity:1; }
100% {-ms-transform:translateY(0); transform:translateY(0); opacity:1; }
}
@keyframes fadebounce {
0% { transform:translateY(0); opacity:1; }
50% {transform:translateY(25px);opacity:1; }
100% {transform:translateY(0);opacity:1; }
}

/*personal-typer-banner*/
 .personal-typer-banner span.sub-text { font-size: 22px; line-height: 22px; margin-bottom: 16px; display: block; }
 .personal-typer-banner b { border-bottom: 2px solid #00588a; }
 .personal-typer-banner h1 { font-size: 100px; line-height: 100px; font-weight: 600; color: #00588a; }
 .personal-typer-banner h1 span { color: #ffffff; font-size: 50px;  display: inline-block;  transform: rotate(-90deg); line-height: 50px; position: relative; top: -11px; left: -20px; }
 .personal-typer-banner h2 { border-left: 3px solid #00588a; padding-left: 10px; margin-top: 20px; }

/*typer-banner*/
.typer-banner h1 { font-size: 100px; line-height: 100px; font-weight: 600; }
.typer-banner p { font-size: 22px; line-height: 22px; }
.slider-content .typer { color: #00588a !important; }

/*popup-video-banner*/
.popup-video-banner h1 { font-size:60px; line-height:80px; font-weight: 400; }
.popup-video-banner a span{ margin-left: 6px; width: 50px; height: 50px; line-height: 50px; display: inline-block; text-align: center; background: #ffffff; color: #00588a; border-radius: 50%; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; }
.popup-video-banner a:hover span { background: #00588a; color: #ffffff; }
.popup-video-banner a strong { padding-left:10px; display: inline-block; }

 /*video-background-banner*/
#video-background.bg-overlay-black-50:before { z-index: 0; }
.video-background-banner h1 { font-size: 80px; line-height: 80px; font-weight: 600; text-transform: uppercase; }
.video-background-banner .slider-content { border:20px solid #00588a; width: 50%; margin: 0 auto; padding: 60px 30px; }
.video-background-banner .slider-content span { font-size: 22px; line-height: 22px; color: #ffffff; display: block; margin-bottom: 20px; }
.video-background-banner .slider-content p { font-size: 18px; line-height: 22px; color: #ffffff; margin-top: 20px; }

/* portfolio-banner*/
.portfolio-banner h1 { font-size: 80px; line-height: 80px; font-weight: 600; }
.portfolio-banner .slider-content { background: #ffffff; width: 50%; margin: 0 auto; padding: 60px 30px; box-shadow: 0 0 80px 0 rgba(0, 0, 0, 0.02); }
.portfolio-banner .slider-content span { text-transform: uppercase; letter-spacing: 10px; font-size: 18px; line-height: 18px;  display: block; margin-bottom: 20px; font-weight: 600; }
.portfolio-banner .slider-content span i { line-height: 20px; }
.portfolio-banner .slider-content h1 { font-size: 70px;  margin-bottom: 0; }

 /*************************************
    			Background
 **************************************/
/*images background*/
 .white-bg { background: #fff; }
 .gray-bg { background: #f7f7f7; }
 .dark-gray-bg { background: #666666; }
 .theme-bg { background: #00588a; }
 .black-bg { background: #323232; }
 .dark-theme-bg { background: #050801; }

 .bg-overlay-black-10:before {  background: rgba(0, 0, 0, 0.1); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 0; }
 .bg-overlay-black-20:before {  background: rgba(0, 0, 0, 0.2); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 0; }
 .bg-overlay-black-30:before {  background: rgba(0, 0, 0, 0.3); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 0; }
 .bg-overlay-black-40:before {  background: rgba(0, 0, 0, 0.4); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 0; }
 .bg-overlay-black-50:before {  background: rgba(0, 0, 0, 0.5); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 0; }
 .bg-overlay-black-60:before {  background: rgba(0, 0, 0, 0.6); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 0; }
 .bg-overlay-black-70:before {  background: rgba(0, 0, 0, 0.7); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 0; }
 .bg-overlay-black-80:before {  background: rgba(0, 0, 0, 0.8); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 0; }
 .bg-overlay-black-90:before {  background: rgba(0, 0, 0, 0.9); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 0; }
 .bg-overlay-white-10:before {  background: rgba(255, 255, 255, 0.1); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 0; }
 .bg-overlay-white-20:before {  background: rgba(255, 255, 255, 0.2); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 0; }
 .bg-overlay-white-30:before {  background: rgba(255, 255, 255, 0.3); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 0; }
 .bg-overlay-white-40:before {  background: rgba(255, 255, 255, 0.4); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 0; }
 .bg-overlay-white-50:before {  background: rgba(255, 255, 255, 0.5); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 0; }
 .bg-overlay-white-60:before {  background: rgba(255, 255, 255, 0.6); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 0; }
 .bg-overlay-white-70:before {  background: rgba(255, 255, 255, 0.7); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 0; }
 .bg-overlay-white-80:before {  background: rgba(255, 255, 255, 0.8); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 0; }
 .bg-overlay-white-90:before {  background: rgba(255, 255, 255, 0.9); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 0; }
 .bg-overlay-theme-20:before {  background: rgba(132,186,63, 0.2); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 0; }
 .bg-overlay-theme-50:before {  background: rgba(132,186,63, 0.5); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 0; }
 .bg-overlay-theme-70:before {  background: rgba(132,186,63, 0.7); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 0; }
 .bg-overlay-theme-90:before {  background: rgba(132,186,63, 0.9); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 0; }
 .bg-overlay-black-10, .bg-overlay-black-20, .bg-overlay-black-30, .bg-overlay-black-40, .bg-overlay-black-50, .bg-overlay-black-60, .bg-overlay-black-70, .bg-overlay-black-80, .bg-overlay-black-90, .bg-overlay-white-10, .bg-overlay-white-20, .bg-overlay-white-30, .bg-overlay-white-40, .bg-overlay-white-50, .bg-overlay-white-60, .bg-overlay-white-70, .bg-overlay-white-80, .bg-overlay-white-90, .bg-overlay-theme-20, .bg-overlay-theme-50, .bg-overlay-theme-70, .bg-overlay-theme-90 { position: relative; }


/*************************************
        home page section
 **************************************/
.our-service-home  { padding-bottom: 230px; }
.custom-content { margin-top: -220px; background: #00588a;  position:  relative; z-index: 9; padding: 50px;}

/*************************************
       decolines
 **************************************/
.decolines { pointer-events: none; position: absolute; width: 100%; height: 100%; top: 0;left: 0; pointer-events: none; }
.decolines--fixed { position: fixed; width: 100vw;height: 100vh; }
.decoline { position: absolute; }

/*************************************
   feature step
 **************************************/
.feature-step h1 { font-size: 60px;  }
.feature-step h3 { font-weight: 300; margin: 30px 0px 20px; }
.feature-step a { font-size: 14px; color: #00588a; }
.feature-step a:hover { color: #323232; }

.feature-step-2-box { padding: 70px 30px; z-index: 99; position: relative; }
.feature-step-2.bg-01 { background: url(../images/blog/05.jpg); background-repeat: no-repeat; background-size: cover; }
.feature-step-2.bg-02 { background: url(../images/blog/06.jpg); background-repeat: no-repeat; background-size: cover; }
.feature-step-2.bg-03 { background: url(../images/blog/09.jpg); background-repeat: no-repeat; background-size: cover; }
.feature-step-2.bg-overlay-black-50:before { z-index: 0; }
.feature-step-2 .feature-step-2-title-left h1 { font-size: 75px; line-height: 60px; color: #ffffff; }
.feature-step-2 h3 { margin-bottom: 0; }
.feature-step-2 h2{font-weight: 200; position: relative; padding-bottom: 10px; font-size: 28px; }
.feature-step-2 img {display: block; width: 100%;}
.feature-step-2 .button { margin-top: 20px; }
.feature-step-2 .feature-step-2-title-left {opacity: 0.5; display: table-cell; padding-right: 26px; }
.feature-step-2-title-2-right { display: table-cell; vertical-align: top; }
.feature-step-2.black-bg .feature-step-2-box, .feature-step-2.theme-bg .feature-step-2-box{position: inherit; top: inherit; transform: inherit; display: inline-block;}
.service-blog { padding-top: 50px; padding-right: 25px; margin-bottom: 100px; }
.service-blog p { position: relative; z-index: 9; margin-top: 20px; margin-bottom: 20px; }
.service-blog b {position: absolute; z-index: 0; top: -35px; font-family: 'Poppins', sans-serif; right: 0; font-size:300px; color: #dde1eb; line-height: normal; opacity: 0.3;}
.service-blog ul { border-right: 6px solid #00588a; padding-right: 20px; }
.service-blog li { color: #626262; font-size: 16px; line-height: 22px; padding: 2px 0 7px; }
.service-blog.left b { left: 0; right: inherit;}
.service-blog.left ul{ border-left:6px solid #00588a; border-right:0 none;padding-left:20px;padding-right:0; }
/*split-section*/
.split-section { position: relative; z-index: 10; }
.split-section .img-holder { position: absolute; top: 0; width: 100%; height: 100%; }
.split-section .img-side.img-right { right: 0; }
.split-section .img-side.img-left { left: 0; }
.split-section .img-side { right: 0; padding: 0; position: absolute!important;  top: 0px; height: 100%; overflow: hidden; z-index: 100; }
 .our-awesome-core .img-side { top:  20px;  }

 /*************************************
         about us
 **************************************/
.who-we-are-left .owl-carousel .owl-dots { bottom: 26px; position: absolute; }
.who-we-are-left .owl-carousel.owl-theme .owl-dots .owl-dot span { width: 13px; height: 13px; border-radius: 50%; }

 /*************************************
         resume
 **************************************/
.resume-page .container-fluid { padding: 0 70px; }
.resume-block .resume-icon { float: left; margin-right: 30px; }
.resume-block .resume-icon span { font-size: 30px;  line-height: 50px; color: #00588a; }
.resume-block .resume-name { display: table-cell; }
.resume-block .resume-name span { color: #9ea8b6; font-size: 16px; }
.resume-contact .g-map { padding-top: 120%; }
.resume-contact .contact-form-main { padding: 80px 80px; }
.resume-contact .footer-widget-social a i { color: #ffffff; background: rgba(43, 43, 43, 0.12);  width: 45px; height: 45px; line-height: 45px; }
.resume-contact .footer-widget-social a i:hover { background: rgba(43, 43, 43, 0.19); }

 /*************************************
         portfolio
 *************************************/
.isotope-filters { display: table; margin:0 auto 50px; text-align: center; }
.isotope-filters.text-left { display: block; margin: 30px 0; text-align: left; }
.isotope-filters button { margin: 4px; cursor: pointer;  padding: 6.5px 25px; font-size: 15px; border-radius: 3px; background: transparent; color: #363636; font-weight: 500; border: 1px solid #ccc;text-transform: capitalize; transition:all 0.3s ease-in-out; -webkit-transition:all 0.3s ease-in-out; -o-transition:all 0.3s ease-in-out; -ms-transition:all 0.3s ease-in-out; -webkit-transition:all 0.3s ease-in-out; }
.isotope-filters  button:focus { outline: none;  outline-style: none; outline-offset:0; }
.isotope-filters  button.active, .isotope-filters  button:hover { background: #00588a; color: #fff; border-color: #00588a; }
.isotope-filters  button+button { margin-left: 10px; }
.isotope, .masonry { margin: 0 -15px 0 0; }
.isotope .grid-item img { width: 100%; }
.isotope.columns-1 .grid-item { width: 100%; padding: 0 15px 15px 0; }
.isotope.columns-2 .grid-item { width: 50%; padding: 0 15px 15px 0; }
.isotope.columns-3 .grid-item { width: 33.33333333%; padding: 0 15px 15px 0; }
.isotope.columns-4 .grid-item { width: 25%; padding: 0 15px 15px 0; }
.isotope.columns-5 .grid-item { width: 20%; padding: 0 15px 15px 0; }
.isotope.no-padding .grid-item { padding: 0 !important; }
.masonry.no-padding .masonry-item { padding: 0 !important; }
.masonry .masonry-item img { width: 100%; }
.masonry.columns-2 .masonry-item { width: 50%; padding: 0 15px 15px 0; }
.masonry.columns-3 .masonry-item { width: 33.33333333%; padding: 0 15px 15px 0; }
.masonry.columns-4 .masonry-item { width: 25%; padding: 0 15px 15px 0; }
.masonry.columns-5 .masonry-item { width: 20%; padding: 0 15px 15px 0; }
.isotope.columns-4 .portfolio-item .portfolio-overlay h4 { font-size: 16px; }
.isotope.columns-4 .portfolio-item .portfolio-overlay h6 { display: none; }
.isotope.columns-5 .portfolio-item .portfolio-overlay h4 { font-size: 16px; }
.isotope.columns-5 .portfolio-item .portfolio-overlay h6 { display: none; }
.masonry.columns-4 .portfolio-item .portfolio-overlay h4 { font-size: 16px; }
.masonry.columns-4 .portfolio-item .portfolio-overlay h6 { display: none; }
.masonry.columns-5 .portfolio-item .portfolio-overlay h4 { font-size: 16px; }
.masonry.columns-5 .portfolio-item .portfolio-overlay h6 { display: none; }
/*filters-vertical*/
.filters-vertical { margin: 0; }
.filters-vertical button{ display: block; margin: 0; border: none; padding: 6.5px 0px; text-align: left;}
.filters-vertical.isotope-filters button+button{ margin: 0; }
.isotope-filters.filters-vertical button.active,  .isotope-filters.filters-vertical button:hover{ color: #00588a; background: transparent;}
.portfolio-item.rs-hero:before{content: none; }
.portfolio-item.rs-hero{ box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.07); }
 /*************************************
         portfolio  item
 **************************************/
.portfolio-title { padding: 100px 60px 30px; }
.portfolio-title span { display: block; }
.portfolio-item { width: 100%; position: relative;  overflow: hidden; color: #fff; width: 100%; border: 0; position: relative; }
.portfolio-item img { width: 100%; -webkit-transition: transform 0.35s; -o-transition: transform 0.35s; -ms-transition: transform 0.35s; -moz-transition: transform 0.35s; transition: transform 0.35s; -webkit-backface-visibility: hidden; -o-backface-visibility: hidden; -ms-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden;}
.portfolio-item .portfolio-overlay  { width: 100%; background: #00588a; padding: 10px 0px; position: absolute;  bottom:-80px; display: block;  margin-top: 0; float: left; z-index: 9; text-align: left; padding-left: 30px; left: 0;  transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out;  -ms-transition: all 0.5s ease-in-out;  -o-transition: all 0.5s ease-in-out; }
.portfolio-item .portfolio-overlay h4 { font-weight: 600; margin-bottom: 5px; }
.portfolio-item .portfolio-overlay a:hover { color: #323232; }
.portfolio-item .portfolio-overlay span { font-weight: 400; font-size: 14px; }
.portfolio-item .portfolio-overlay span a { color: #ffffff; }
.portfolio-item .portfolio-overlay span a:hover { color: #323232; }
.portfolio-item a.popup{position: absolute; right: 20px; top: -20px; color: #fff; z-index: 9; display: inline-block; width: 40px; height: 40px; background: #fff; color: #626262; border-radius: 50%; margin-right: 10px; padding-left: 0px; text-align: center; line-height: 40px;  opacity: 0;  transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out;  -ms-transition: all 0.5s ease-in-out;  -o-transition: all 0.5s ease-in-out;}
.portfolio-item a.popup:hover { background: #00588a; color: #ffffff; }
.portfolio-item:hover img { -webkit-transform:scale(1.20);  -moz-transform:scale(1.20); -ms-transform:scale(1.20);  -o-transform:scale(1.20);  transform:scale(1.20); }
.portfolio-item:hover a.popup{ opacity: 1; top: 20px; }
.portfolio-item:before { content: ''; display: inline-block; width: 100%; height: 100%;  position: absolute; top: 0; left: 0; z-index: -1; background-size: 115%;
    -webkit-transition: all 0.7s cubic-bezier(.68,.11,.13,.98);  -moz-transition: all 0.7s cubic-bezier(.68,.11,.13,.98); transition: all 0.7s cubic-bezier(.68,.11,.13,.98);
    -webkit-box-sizing: border-box; -moz-box-sizing: border-box;  box-sizing: border-box; }
.owl-carousel .owl-item .portfolio-item img { width: 100%; }
 .portfolio-item.only-popup { width: 100%; text-align: center; }
 .portfolio-item.only-popup a.popup { display: inline-block; left: 50%; margin-left: -20px;  position: absolute; text-align: center; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); -moz-transform: translateY(-50%); }
.portfolio-item:hover .portfolio-overlay { bottom: 0; }
/* no-title */
.no-title .portfolio-item .portfolio-overlay { position: inherit; bottom: inherit; background: #f6f7f8;  }
.no-title .portfolio-item .portfolio-overlay a, .no-title .portfolio-item .portfolio-overlay span { color: #323232; }
.no-title .portfolio-item .portfolio-overlay a:hover { color: #00588a; }
 /*portfolio pupup*/
 .mfp-bottom-bar { display: none; }
.portfolio-home .isotope { margin-bottom: 0; }
.corporate-02-portfolio .portfolio-item .portfolio-overlay a:hover { color: rgba(255,255,255,.7); }
.corporate-02-portfolio .portfolio-item .portfolio-overlay span a:hover { color: rgba(255,255,255,.7); }

/*************************************
             portfolio-item-2
**************************************/
.portfolio-item-2 { width: 100%; overflow: hidden; position: relative; }
.portfolio-item-2:before { background: transparent; }
.portfolio-item-2 .portfolio-hover { padding: 20px; position: absolute; z-index: 99; bottom: 0px; left: 0; right: 0; bottom: 0; height: 100%; width: 100%; opacity: 0; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out;  -ms-transition: all 0.5s ease-in-out;  -o-transition: all 0.5s ease-in-out; }
.portfolio-item-2 .portfolio-hover .hover-name {  position: absolute; bottom: -10px; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out;  -ms-transition: all 0.5s ease-in-out;  -o-transition: all 0.5s ease-in-out; }
.portfolio-item-2 .portfolio-hover .hover-name span { font-size: 14px; color: #fff; display: block; }
.portfolio-item-2 .portfolio-hover .hover-name a { font-size: 22px; text-transform: uppercase; color: #fff; display: block; margin-top: 5px; }
.portfolio-item-2 .portfolio-hover .hover-name a:hover { color: #00588a; }
.portfolio-item-2 .portfolio-hover .hover-icon { position: absolute; bottom: -10px; right: 30px; transition: all 0.8s ease-in-out; -webkit-transition: all 0.8s ease-in-out; -moz-transition: all 0.8s ease-in-out;  -ms-transition: all 0.8s ease-in-out; -o-transition: all 0.8s ease-in-out; }
.portfolio-item-2 .portfolio-hover .hover-icon a { color: #fff; }
.portfolio-item-2 .portfolio-hover .hover-icon a:hover { color: #00588a; }
.portfolio-item-2:hover .portfolio-hover { opacity: 1; background: rgba(0, 0, 0, 0.9); }
.portfolio-item-2 img { opacity: 1; -webkit-transition: all 1s ease; -moz-transition: all 1s ease;  -o-transition: all 1s ease;  -ms-transition: all 1s ease; transition: all 1s ease; }
.portfolio-item-2:hover img { opacity: 0.1; -webkit-transform:scale(1.10);  -moz-transform:scale(1.10); -ms-transform:scale(1.10);  -o-transform:scale(1.10);  transform:scale(1.10); }
.portfolio-item-2:hover .portfolio-hover .hover-name { bottom: 30px; }
.portfolio-item-2:hover .portfolio-hover .hover-icon { bottom: 40px; }
.no-title .portfolio-item-2 { overflow: visible; }
.no-title .portfolio-item-2 .portfolio-hover { position: inherit; border: inherit; opacity: 1; background: #f6f7f8; clear: both; }
.no-title .portfolio-item-2:hover .portfolio-hover { bottom: inherit; background: inherit; background: #f6f7f8; }
.no-title .portfolio-item-2 .portfolio-hover .hover-name { bottom: inherit; position: inherit; display: inline-block; clear: both; }
.no-title .portfolio-item-2 .portfolio-hover .hover-icon { bottom: inherit; position: inherit; display: inline-block; float: right; padding-top: 20px; text-align: right;}
.no-title .portfolio-item-2:hover .portfolio-hover .hover-name { bottom: inherit; }
.no-title .portfolio-item-2:hover .portfolio-hover .hover-icon { bottom: inherit; }
.no-title .portfolio-item-2:hover img { opacity: 1;  -webkit-transform:inherit;  -moz-transform:inherit; -ms-transform:inherit;  -o-transform:inherit;  transform:inherit; }
.no-title .portfolio-item-2 .portfolio-hover .hover-icon a, .no-title .portfolio-item-2 .portfolio-hover .hover-name span, .no-title .portfolio-item-2 .portfolio-hover .hover-name a { color: #323232; }
.no-title .portfolio-item-2 .portfolio-hover .hover-icon a:hover, .no-title .portfolio-item-2 .portfolio-hover .hover-name a:hover { color: #00588a; }

 /*************************************
	    	   Portfolio single page
**************************************/
  /*tags*/
.tags h5 { display: inline-block; padding-right: 20px; }
.tags ul { display: inline-block; }
.tags li { display: inline-block; }
.tags li a { background: #f6f7f8; color: #323232; border-radius: 3px; padding: 8px 16px; line-height: 40px; font-size: 14px; margin-right: 2px; }
.tags li a:hover { box-shadow: 	0px 3px 10px rgba(0, 0, 0, 0.1); background: #ffffff; }

/*share*/
.share .social ul { display: inline-block; }
.share .social ul li { display: inline-block; padding: 0px 6px; }
.share .social ul li a:hover { color: #353535; }

/*port-meta*/
.port-meta ul { margin-bottom: 30px; }
.port-meta li { margin-bottom: 20px; font-size: 16px; }
.port-meta li b {  color: #00588a; width: 200px; font-weight: 400; width: 100px; display: inline-block; }
.port-meta li span { font-weight: normal; }
.port-info p { margin-bottom: 0px; }

/*port-navigation*/
.port-navigation { padding: 20px 0; border-bottom:1px dashed #d0d0d0; border-top: 1px dashed #d0d0d0;}
.port-navigation a { color: #626262; }
.port-arrow { height: 74px; width: 40px; text-align: center; background: #f7f7f7; display: inline-block;}
.port-arrow i {  text-align: center; font-size: 25px; line-height: 75px;}
.port-photo { width: 124px; height: 77px; display: inline-block; }
.port-photo img { width: 100%; }

/*port-post*/
.port-post { background: #f7f7f7; padding: 15px; }
.port-post-photo { width: 170px; display: inline-block; float: left; margin-right: 20px; }
.port-post-photo img { width: 100%;  }

/*port-post-info*/
.port-post-info { padding-left: 190px;}
.port-post-info h3 { display: inline-block; font-size: 24px;  }
.port-post-info span { color: #626262; }
.port-post-social strong { font-size: 14px; }
.port-post-social a { color: #626262; margin-left: 8px; font-size: 14px; }
.port-post-social a:hover { color: #00588a; }
.port-post-info p { margin-top: 10px; }
.port-singal .owl-carousel .owl-item img { width: 100%; }

/*************************************
    		Our Blog
 **************************************/
 /*Blog  1*/
.blog-box { padding: 30px; border:1px solid #ddd; position: relative; z-index: 1; }
.blog-info { position: relative; z-index: 9; }
.blog-info span { color: #626262; font-size: 14px; margin-right: 6px; }
.blog-info h4 { font-weight: 600; font-size: 18px;}
.blog-box .post-format-icon{text-align: right; position: relative; z-index: 9}
.blog-box .post-format-icon i { padding-right: 0; font-size: 35px;  color: #e1e1e1; }
.blog-info p { padding: 0px 0 10px; font-size: 14px; }
.blog-box .post-category a { display: inline-block; padding: 5px 15px; font-size: 12px; font-weight: 500; border-radius: 3px; color:#fff; background-color: #00588a; -webkit-transition: all 0.3s ease;    -moz-transition: ll 0.3s ease;    transition: all 0.3s ease; margin-bottom: 20px; }
a.blog-btn { text-align: center; font-size: 14px; color: #00588a; display: block; padding-bottom: 12px; position: relative; z-index: 1; }
a.blog-btn i {  margin-left: 10px; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.blog-box .border { position: absolute; background: #00588a; height: 0px; bottom: 0; left: 0; z-index: 0; width: 100%; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s;  }
.blog-box .blog-box-img { bottom: 0; left: 0; opacity: 0; position: absolute; right: 0; top: 0; z-index: 0; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; background-size: cover; background-position: center center; }
.blog-box:hover .blog-box-img, .blog-box.active .blog-box-img { opacity: 1; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.blog-1:hover h4, .blog-1:hover i, .blog-1:hover span, .blog-1:hover p, .blog-1:hover a.blog-btn, .blog-1.active h4, .blog-1.active i, .blog-1.active span, .blog-1.active p, .blog-1.active a.blog-btn,.blog-1:hover .post-category a,.blog-1:hover .post-format-icon i,.blog-1.active .post-category a,.blog-1.active .post-format-icon i { color: #fff; }
.blog-box:hover .blog-box-img:before, .blog-box.active .blog-box-img:before { background: rgba(0, 0, 0, 0.6); color: #fff; content: ""; display: inline-block; height: 100%;
  left: 0; position: absolute; top: 0; width: 100%; z-index: 1; }
.blog-box.blog-2 {padding: 0; position: relative; border:none; transition: all 0.5s ease 0s; height: 100%; }
.blog-box.blog-2 .blog-info{background: #ffffff; padding: 30px;}
.blog-box.blog-2.gray-bg .blog-info {background: #f7f7f7;  }
.blog-box.blog-2 .blog-box-img{opacity: 1;}
.blog-box.blog-2 .post-format-icon{position: absolute; right: 30px; top: 30px;}
.blog-box.blog-2 .button.icon-color{text-transform: capitalize; float: right;}
.blog-box.blog-2:hover { box-shadow: 0 0 30px rgba(0, 0, 0, 0.07);}
.blog-box.blog-2.gray-bg:hover { box-shadow: none;}
.blog-box.blog-2.transparent .blog-info { background: transparent; padding: 30px 0; }
.blog-box.blog-2.transparent .blog-info span { color: #ffffff; }


/***************************
         blog
***************************/
.blog-entry { box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.06); -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -ms-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; }
.blog-entry:hover { box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1); }
.blog-entry .entry-image img { width: 100%; }
.blog-entry .blog-detail { background: #ffffff; padding: 30px; border-top: 0px; }
    .blog-entry .blog-detail .entry-title a, .blog-entry .blog-detail .entry-title {
        font-size: 22px;
        font-weight: 500;
        line-height: 24px;
        color: #353535;
        line-height: 28px;
    }
.blog-entry .blog-detail .entry-title a:hover { color: #00588a; }
.blog-entry .entry-meta ul li { display: inline-block; margin-right: 12px; }
.blog-entry .entry-meta ul li i { color: #00588a; padding-right: 6px; }
    .blog-entry .entry-meta ul li a {
        color: #c89767;
        line-height: 0px;
        padding-right: 5px;
    }
.blog-entry .entry-meta ul li a i { padding-right: 6px; color: #00588a; }
.blog-entry .entry-meta ul li a:hover { color: #00588a; }
.blog-entry .social strong { display: inline-block; margin-right: 10px; }
.blog-entry .entry-button { display: inline-block;}
.blog-entry .social ul { display: inline-block; }
.blog-entry .social ul li { display: inline-block; padding: 0px 6px; }
.blog-entry .social ul li a:hover { color: #353535; }
.blog-entry .entry-share { margin-top: 20px; display: block; }

/*blog-entry blockquote*/
.blog-entry.blockquote { background: #00588a; border: 0px; padding: 36px 30px; }
.blog-entry.blockquote blockquote { background: #00588a; border-left: 0px; color: #ffffff; padding: 0px; position: relative; margin-top: 0 !important; padding-top: 60px; }
.blog-entry.blockquote blockquote:before { content: "\201C"; font-family: Georgia, serif; font-size: 100px; font-weight: bold; color: #ffffff; position: absolute; left: 0px; top: -20px; }
.blog-entry.blockquote .blog-detail { border: 0px; background: #00588a; padding: 0px; }
.blog-entry.blockquote .blog-detail .entry-title a { color: #ffffff; }
.blog-entry.blockquote .blog-detail .entry-title a:hover { color: #323232; }
.blog-entry.blockquote .social ul li a { color: #ffffff; }
.blog-entry.blockquote .social ul li a:hover { color: #323232; }
.blog-entry.blockquote .entry-meta ul li a { color: #ffffff; }
.blog-entry.blockquote .entry-meta ul li i { color: #ffffff; }
.blog-entry.blockquote .entry-meta ul li a i { color: #ffffff !important; }
.blog-entry.blockquote .entry-meta ul li a:hover { color: #323232; }
.blog-entry.blockquote .button.arrow.white:hover { color: #323232; }

/*video vimeo and youtube*/
.js-video { height: 0; padding-top: 25px; padding-bottom: 54%; position: relative; overflow: hidden; }
.js-video.widescreen { padding-bottom: 34.34%; }
.js-video embed, .js-video iframe, .js-video object, .js-video video { top: 0; left: 0; width: 100%; height: 100%; position: absolute; border: none; }
.js-video.big { padding-top: 30px; }

.blog-entry .grid-post li { float: left; width: 50%; border-right: 4px solid #fff; border-bottom: 4px solid #fff; list-style: none; }
.blog-entry .grid-post li img { width: 100%;  }
.blog-entry .grid-post li .portfolio-item { width: 100%; }

 /*blog-entry-audio*/
 .blog-entry .blog-entry-audio { padding: 136px 20px; background: url(../images/blog/04.jpg) no-repeat; background-position: center center; background-size: cover; }

 /*blog pages*/
 /*blog-grid-3-column*/
 .blog-grid-3-column .blog-entry .blog-entry-audio { padding: 63px 20px; }
 .blog-grid-2-sidebar .blog-entry .blog-entry-audio { padding: 96px 20px; }

/*************************************
      our services
**************************************/
.service-image-holder { position: relative; height: 496px; }
.service-image-holder .section-title-2 { display: inline-block; left: 0; position: absolute; text-align: center; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); -moz-transform: translateY(-50%); width: 100%; }
.services-text-box { background:#fff; padding: 10% 15%;}
.services-text-box-black { background:#363636; padding: 80px 50px !important; }
.services-text-box-green { background:#00588a; padding: 80px 50px !important; }

/*************************************
	    	creativity
**************************************/
.creativity h1 { line-height: 65px; text-transform: uppercase; font-size: 50px;	font-weight: bold; }
.creativity p { font-size: 30px; }
.creativity .button { display: inline-block; float: none; }
 .contact-map iframe { width: 100%; height: 100%; }
#formmessage {display: none;}
.contact-form .section-field { position: relative; width: 31.3%; margin-right: 3%; float: left; }
.contact-form .section-field:nth-child(3) { margin-right: 0px; }
.contact-form .section-field:nth-child(6) { margin-right: 0px; }
.contact-box.contact-box-top { margin-top: -1px; position: relative; }
.touch-in .contact-box { box-shadow: 0 0 30px rgba(0, 0, 0, 0.09); display: inline-block; margin-bottom: 0; padding: 60px 20px; width: 100%;}
.contact-box i { background: #00588a; width: 80px; height: 80px; text-align: center; line-height: 80px; border-radius: 5px; font-size: 34px; color: #ffffff; display: inline-block;}
.contact-form .form-control {position: relative; width: 100%; margin-bottom: 20px; }
.section-field.textarea{width: 100%;}
.g-recaptcha.section-field {width: 100%; margin-bottom: 20px; }
.contact-form textarea.form-control {width: 100%; }
.contact-box .contact-icon { display: table-cell; padding-right: 20px; }
.contact-box .contact-icon i { background: transparent; line-height: normal; font-size: 34px; height: auto; width: auto;}
.contact-box.theme-bg .contact-icon i{color: #ffffff !important;}
.contact-box .contact-info { display: table-cell; vertical-align: top; padding: 0; background: none;}
.contact-2 .addresss-info p, .contact-2 .addresss-info i, .contact-2 .addresss-info li{color: #ffffff;}
.contact-2 .contact-add{padding: 80px 0}
.contact-2 .contact-add i{font-size: 40px;}
.contact-3 .g-map { padding-top: 101%; }
.contact-2 .g-map { padding-top: 100%; }
.map-side { left: 0; overflow: hidden; padding: 0; position: absolute; top: 0; z-index: 9;}
.map-side.map-right {left: auto; right: 0;}
.contact-3 .contact-add{padding: 80px 15px; }
.contact-3 .contact-add i{font-size: 40px; color: #00588a;}
.contact-3 .contact-form .section-field {width: 100%;}
.contact-social ul li { display: inline-block; }
.contact-social ul li a { display: block; width: 30px; height: 30px; line-height: 30px; text-align: center; color: #323232; background: #eceff8; font-size: 14px; border-radius: 3px; margin-right: 5px; }
.contact-social ul li a:hover { background: #353535 !important; color: #fff;}
.contact-3 .theme-bg.contact-add i{color: #ffffff !important;}
.footer-contact .footer-nav ul li a { color: #353535; }
.footer-contact .footer-nav ul li a:hover { color: #2046f2; }
.footer-contact .contact-box .contact-icon i { background: transparent; color: #00588a; margin-bottom: 10px; }
.footer.footer-topbar hr { border-color: #d9d9d9; }
.footer.footer-topbar img#logo-footer { height: 34px; margin-bottom: 10px; }
.footer-contact .social ul { background: #f6f7f8; }
.footer-contact .social ul li a i { color: #353535; }
.footer-contact .social ul li a i:hover { color: #2046f2; }
.footer-contact .usefull-link ul li a { color: #353535; }
.footer-contact .usefull-link ul li a:hover { color: #2046f2; }
.footer-contact { box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1); margin-bottom: 80px; margin-top: -220px; padding: 60px 0; }
.footer-contact .contact-box { text-align: center; }
.footer-contact .contact-box .contact-icon { display: block; padding-right: 0; color: #2046f2; }
.footer-contact .contact-box .contact-info { display: block; background: none; padding: 0; width: 100%;}
.footer-contact .contact-box .contact-info .section-title { margin-bottom: 0px; }
.footer-contact .contact-box .contact-info h5 { color: #353535; }
.our-clients.theme-bg{padding: 60px 0 170px;}
.footer-Newsletter .form-control::-moz-placeholder { color: rgba(255,255,255,0.5); }
.footer-Newsletter .form-control::-ms-input-placeholder { color: rgba(255,255,255,0.5); }
.footer-Newsletter .form-control::-webkit-input-placeholder { color: rgba(255,255,255,0.5); }

/*************************************
    		Our History
**************************************/
 .history-main { width: 100%; }
 .liner { background: #fff; height: 2px; left: 0; margin: 0 auto; position: absolute; right: 0; top: 50%; width: 96%; z-index: 1; position: relative; }
 .liner i { position: absolute; right: -2px; top: -9px; color: #fff; }
 .history-content { list-style: outside none none; padding: 125px 0; width: auto; }
 .history-1 { position: relative; left: 45px; }
 .history-2 { position: relative; margin-left: 30%; }
 .history-3 { position: relative; margin-left:58%; }
 .history-4{ position: relative; margin-left: 95%; }
 .history-line { background: #fff; height: 60px; left: 3px; position: absolute; top: -75px; width: 2px; z-index: 9; }
 .history-time-lin { position: relative; top: 10px; z-index: 2; }
 .history-time-lin:before { bottom: 0; }
 .history-time-lin:before { background: #fff; border-radius: 50%; content: ""; height: 20px; left: -5px; position: absolute; width: 20px; z-index: 1; }
 .history-time-lin:after { border:2px solid #fff; background: #000; border-radius: 50%; content: ""; height: 30px; left: -5px; position: absolute; width: 30px; }
 .history-time-lin:after { left: -10px; top: -25px; }
 .history-item { left: -20px; position: absolute;  top: -125px; }
 .history-item a { border-radius: 50%; border:2px solid #fff; background:rgba(255, 255, 255, 0.2); line-height: 45px; font-size: 14px; color: #fff; width: 50px; height: 50px; text-align:  center; display:block; }
 .history-5 { position: relative; margin-left: 15%; }
 .history-6 { position: relative; margin-left: 53%; }
 .history-7 { position: relative; margin-left:78%; }
 .history-line-2 { background: #fff none repeat scroll 0 0; height: 60px; left: 3px; position: absolute; top: 15px; width: 2px; z-index: 9; }
 .history-item-2 { left: -20px; position: absolute; top: 75px; }
 .history-item-2 a { border-radius: 50%; border:2px solid #fff; background:rgba(255, 255, 255, 0.2); line-height: 45px; font-size: 14px; color: #fff; width: 50px; height: 50px; text-align: center; display:block; }
 /*Our History */
.our-history .timeline { list-style: none; padding: 20px 0 20px; position: relative; }
.our-history .timeline:before { top: 0; bottom: 0; position: absolute; content: " "; width: 2px; background-color: #e6e6e6; left: 50%; margin-left: -0.5px; }
.our-history .timeline > li { margin-bottom: 20px; position: relative; }
.our-history .timeline > li:before,
.our-history .timeline > li:after { content: " "; display: table; }
.our-history .timeline > li:after { clear: both; }
.our-history .timeline > li:before,
.our-history .timeline > li:after { content: " "; display: table; }
.our-history .timeline > li:after { clear: both;}
.our-history .timeline > li > .timeline-panel { width: 46%; float: left; padding: 15px 00px 25px 00px; position: relative; }
.our-history .timeline > li > .timeline-panel:before { position: absolute; top: 23px; right: -25px; display: inline-block; width: 25px; height: 2px; background: #e6e6e6; content: " "; }
.our-history .timeline > li > .timeline-badge { color: #fff; width: 18px; height: 18px; line-height: 10px; font-size: 0.7em; text-align: center; position: absolute; top: 16px; left: 50%;
  border:3px solid #00588a; margin-left: -9px; background-color: #fff; border-top-right-radius: 50%; border-top-left-radius: 50%; border-bottom-right-radius: 50%; border-bottom-left-radius: 50%; box-shadow: 0 0 0 5px #fff; }
.our-history .timeline > li.timeline-inverted > .timeline-panel {  float: right;}
.our-history .timeline > li.timeline-inverted > .timeline-panel:before { border-left-width: 0; border-right-width: 15px; left: -32px; right: auto; }
.our-history .timeline > li.timeline-inverted > .timeline-panel:after { border-left-width: 0; border-right-width: 14px; left: -14px; right: auto; }
 .our-history .timeline-body > p,
.our-history .timeline-body > ul { margin-bottom: 0; }
.our-history .timeline-body > p + p { margin-top: 5px; }
.our-history .timeline > li { text-align: right;}
.our-history .timeline > li.timeline-inverted { text-align: left;}
.our-history .timeline .timeline-arrow { position: absolute; width: 100%; left: 0.5px; right: 0; text-align: center; color: #e6e6e6; bottom: -29px; }
.our-history .timeline > li > .timeline-badge p{width: 200px; margin-top: -9px; margin-left: 25px;font-size: 17px; font-weight: bold; text-align: left;}
.our-history .timeline > li.timeline-inverted .timeline-badge p{text-align: right; float: right; margin-right: 25px;}

/*************************************
           our-service objects
**************************************/
.our-service { position: relative; padding-bottom: 280px; z-index: 1; }
.objects-left { position: absolute; height: 100%; width: 100%; left: 0; top: 80px; z-index: -1; }
.objects-left .objects-1 { position: absolute; left: 50px; top: 0; }
.objects-left .objects-2 { position: absolute; left: 100px; bottom: 170px; }
.objects-left .objects-3 { position: absolute; left: 50%; bottom: 150px; margin-left: -150px; }
.objects-right { position: absolute; height: 100%; width: 100%; right: 0; top:80px; z-index: -1; }
.objects-right .objects-4 { position: absolute; right: 0px; top: 0; }
.objects-right .objects-5 { position: absolute; right: 0px; bottom: 170px; }
.objects-right .objects-bottom { position: absolute; right: 0px; bottom: 0; }

/*************************************
         sidebar
**************************************/
.sidebar-widget p { margin-bottom: 0px; }
/*.widget-search */
.widget-search { position: relative; }
.widget-search input { padding-right: 30px; color: #353535; box-shadow: none; background: #f6f7f8; }
.widget-search i { position: absolute; right: 0px; padding: 16px 22px; font-size: 14px; color: #626262; cursor: pointer;  }
.widget-search input:focus { border-color: #00588a; }

/*Recent Posts*/
.sidebar-widget .recent-post { border-bottom: 1px dashed rgba(0, 0, 0, 0.2); padding-bottom: 20px; margin-bottom: 20px; }
.sidebar-widget .recent-post .recent-post-image { float: left; margin-right: 15px; }
.sidebar-widget .recent-post .recent-post-image img { width: 50px; height: 50px; border-radius: 50%; }
.sidebar-widget .recent-post .recent-post-info { overflow: hidden; }
.sidebar-widget .recent-post .recent-post-info a  { display: block; margin-bottom: 5px; color: #323232; }
.sidebar-widget .recent-post .recent-post-info a:hover { color: #00588a; }
.sidebar-widget .recent-post .recent-post-info span { color: #00588a; font-style: italic; font-size: 14px; }
.sidebar-widget .recent-post .recent-post-info span i { padding-right: 10px; }
.sidebar-widget .recent-post:last-child { border-bottom: 0; margin-bottom: 0; padding-bottom: 0; }

/*widget-archives*/
.sidebar-widget .widget-categories li { display: block; margin-bottom: 6px; }
.sidebar-widget .widget-categories li a { font-size: 14px; color: #626262; line-height: 32px; display: block; }
.sidebar-widget .widget-categories li i { font-size: 16px; line-height: 17px; padding-left: 2px; margin-right: 10px; width: 20px; height: 20px; text-align: center; }
.sidebar-widget .widget-categories li a:hover { color: #00588a; }
.sidebar-widget .widget-categories li a:hover i { border-color: #00588a; color: #00588a; }

/*widget-link*/
.sidebar-widget .widget-link li { display: block; margin-bottom: 6px; }
.sidebar-widget .widget-link li a { font-size: 14px; color: #626262; line-height: 32px; display: block; }
.sidebar-widget .widget-link li i { font-size: 16px; line-height: 17px; padding-left: 2px; margin-right: 20px; width: 20px; height: 20px; text-align: center; }
.sidebar-widget .widget-link li a:hover { color: #00588a; }

/*tags*/
.sidebar-widget .widget-tags li { display: inline-block; }
.sidebar-widget .widget-tags li a { background: #f6f7f8; color: #323232; border-radius: 3px; padding: 8px 16px; line-height: 40px; font-size: 14px; margin-right: 2px; }
.sidebar-widget .widget-tags li a:hover { box-shadow: 	0px 3px 10px rgba(0, 0, 0, 0.1); background: #ffffff; }

/*widget-testimonial*/
.sidebar-widget .testimonial-widget .testimonial-content { background: #f6f7f8; padding: 20px; font-style: italic; border-radius: 5px; position: relative; }
.sidebar-widget .testimonial-widget .testimonial-content:before {  position: absolute; content: ""; bottom: -10px; width: 0; height: 0; border-style: solid; border-width: 10px 7.5px 0 7.5px;
border-color: #f6f7f8 transparent transparent transparent; }
.sidebar-widget .testimonial-widget .testimonial-info .testimonial-avtar { display: table-cell; padding-right: 20px;  }
.sidebar-widget .testimonial-widget .testimonial-info .testimonial-avtar img { width: 50px; height: 50px; border-radius: 50%; }
.sidebar-widget .testimonial-widget .testimonial-info .testimonial-name { display: table-cell;  vertical-align: top; }
.sidebar-widget .testimonial-widget .testimonial-info .testimonial-name span { display: block; font-style: italic; font-size: 14px; }
.sidebar-widget .testimonial-widget .testimonial-info:before { display: none; }

/*widget-gallery*/
.sidebar-widget .widget-gallery ul li { float: left; width: 58px; margin: 2px; list-style: none; }

/*widget-newsletter*/
.sidebar-widget .widget-newsletter { background: #f6f7f8; padding: 30px; position: relative; z-index: 9; overflow: hidden; }
.sidebar-widget .widget-newsletter .newsletter-icon { position: absolute; right: 0; top: -16px; }
.sidebar-widget .widget-newsletter .newsletter-icon i { font-size: 100px; z-index: 0; color: rgba(0, 0, 0, 0.05); }
.sidebar-widget .widget-newsletter .form-control {  background: #ffffff; box-shadow: none; }

/*widget-clients*/
.sidebar-widget .widget-clients .item { background: #f6f7f8; padding: 30px 30px; }

/*sidebar-widgets-wrap*/
.sidebar-widget .recent-item  { margin-bottom: 20px; }
.sidebar-widget .recent-item .recent-image  { display: table-cell; padding-right: 10px; width: 50px; float: left; }
.sidebar-widget .recent-item .recent-info { display: table-cell; vertical-align: top; }
.sidebar-widget .recent-item .recent-title a { color: #353535; font-weight: bold; }
.sidebar-widget .recent-item .recent-title a:hover { color: #00588a;}
.sidebar-widget .recent-item .recent-meta li { display: inline-block; color: #353535; }

/*opening-time*/
 .opening-time ul li { font-size: 14px; line-height: 20px; color: rgba(255,255,255,0.5); border-bottom: 1px solid #262626; padding-bottom: 14px; margin-bottom: 14px; }
 .opening-time ul li:last-child { border-bottom: 0; }

/*************************************
	    	About me
**************************************/
.about-me .custom-content { margin-top: 0px; }
.about-me .maintenance-progress-bar { margin: 0; }
.about-me .maintenance-progress-bar .progress-bar { margin: 0 44px;  }
.maintenance-progress-bar .progress-bar .rotate { background: #00588a !important; }
.maintenance-progress-bar .progress-bar .right { background: #00588a !important; }
.about-me .portfolio-item { width: 100%;}
.about-me .contact-me p { color: #363636; margin: 15px 0; display: table; }
.about-me .contact-me i { float: left; color: #00588a; margin-right: 15px; line-height: 23px; width: 20px; }
.about-me .follow-me ul { margin-top: 20px; }
.about-me .follow-me li { display: inline-block; }
.about-me .follow-me li a { background: #e4e4e4; color: #00588a; border-radius: 3px; display: block; width: 35px; height: 35px; line-height: 35px; margin-right: 2px; text-align: center; font-size: 16px; }
.about-me .follow-me li a:hover { background: #00588a; color: #fff; }

/*************************************
	    	   Team 1 page
**************************************/
/*team-details*/
 .team-details .social{display:table;float:right;}
.team-details .social li a { background:#f7f7f7 none repeat scroll 0 0;border-radius:3px;color:#00588a;display:block;font-size:15px;height:35px;line-height:35px;margin-left:0px;text-align:center;width:35px; }
.team-details .social li a:hover { background: #00588a; color: #ffffff; }
.team-details .info i{color:#f7f7f7;font-size:126px;left:0;position:absolute;z-index:0;}
.team-details .info p{font-size:16px;font-style:italic;line-height:28px;padding-left:64px;position:relative;z-index:9;}

/*************************************
	    	   blog page
**************************************/
 .owl-carousel img { width: 100%; }
/*pagination-nav*/
.pagination { margin:0px; }
.pagination li a { font-size: 15px; font-weight: 500; margin: 0 5px; color: #626262; border-radius: 3px; }
.pagination>li:first-child>a, .pagination>li:first-child>span { border-radius: 3px; }
.pagination>li:last-child>a, .pagination>li:last-child>span { border-radius: 3px; }
.pagination>.active>a, .pagination>.active>a:hover { color: #626262; }
.pagination > li > a, .pagination > li > span {   background: #f6f7f8; border:0px; text-align: center; }
.pagination li a:focus, .pagination li a:hover, .pagination li span:focus, .pagination li span:hover  {  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1); background-color:#00588a; color: #ffffff;}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover { background-color:#00588a; color: #ffffff; box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1); }
.dataTables_paginate li.paginate_button.previous a, .dataTables_paginate li.paginate_button.next a { width: inherit; height: inherit; background: transparent !important; color: inherit !important;  box-shadow: none !important; }
 /*timeline blog*/
.blog .timeline { list-style: none;  padding: 20px 0 20px;  position: relative; }
.blog .timeline:before { top: 0; bottom: 0; position: absolute; content: " ";  width: 4px;  background-color: #f7f7f7;  left: 50%;  margin-left: -1.5px; }
.blog .timeline > li { margin-bottom: 20px; position: relative; width: 46%; float: left; clear: left; }
.blog .timeline > li:before,
.blog .timeline > li:after { content: " "; display: table; }
.blog .timeline > li:after { clear: both; }
.blog .timeline > li:before,
.blog .timeline > li:after { content: " "; display: table; }
.blog .timeline > li:after { clear: both; }
.blog .timeline > li > .timeline-panel { width: 95%; float: left; border: 1px solid #d4d4d4; /*border-radius: 2px;*/ /*padding: 20px;*/ position: relative; border:1px solid #f7f7f7;
  padding: 20px;  transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; }
.blog .timeline > li > .timeline-panel:before { position: absolute; top: 26px; right: -15px; display: inline-block; border-top: 15px solid transparent; border-left: 15px solid #f7f7f7;
  border-right: 0 solid #f7f7f7; border-bottom: 15px solid transparent; content: " "; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; }
.blog .timeline > li > .timeline-panel:after { position: absolute; top: 27px; right: -14px; display: inline-block; border-top: 14px solid transparent; border-left: 14px solid #fff;
  border-right: 0 solid #fff; border-bottom: 14px solid transparent; content: " "; }
.blog .timeline > li > .timeline-badge { color: #fff; width: 54px; height: 54px; line-height: 18px; padding: 6px; font-size: 22px; border:4px solid #f7f7f7; background: #fff;
  border-radius: 50%; text-align: center; font-weight: bold; position: absolute; color: #f7f7f7; top: 16px; right: -73px; /*z-index: 100;*/ }
.blog .timeline > li > .timeline-badge span { font-size: 13px; font-weight: normal; display: block; }
.blog .timeline > li.timeline-inverted > .timeline-panel { float: right; }
.blog .timeline > li.timeline-inverted > .timeline-panel:before { border-left-width: 0; border-right-width: 15px; left: -15px; right: auto; }
.blog .timeline > li.timeline-inverted > .timeline-panel:after { border-left-width: 0; border-right-width: 14px; left: -14px; right: auto; }
.blog .timeline-title {  margin-top: 0; color: inherit; }
.blog .timeline-body > p,
.blog .timeline-body > ul { padding:20px;  margin-bottom: 0; }
.blog .timeline-body > p + p { margin-top: 5px; }
.blog .timeline-footer { padding:20px; background-color:#f4f4f4; }
.blog .timeline-footer > a { cursor: pointer; text-decoration: none; }
.blog .timeline > li.timeline-inverted { float: right; clear: right; margin-top: 30px; margin-bottom:    0px; }
.blog .timeline > li:nth-child(2){ margin-top: 60px; }
.blog .timeline > li:nth-child(3){ margin-top: 60px; }
.blog .timeline .entry-title i { font-size: 24px;}
.blog .timeline-inverted .timeline-badge { margin-top: 70px}
.blog .timeline li.timeline-inverted .timeline-panel:after { top: 98px; }
.blog .timeline li.timeline-inverted .timeline-panel:before { top: 97px; }
.blog .timeline > li.timeline-inverted > .timeline-badge { left: -73px; }
.blog .timeline li.entry-date { top: 0; left: 0; position: absolute; right: 0; text-align: center; width: 100%; }
.blog .timeline li.entry-date span { background: #f7f7f7; color: #363636; font-size: 16px; font-weight: 400; text-transform: capitalize; padding: 10px 25px;border-radius: 30px;}
.blog .timeline li.entry-date-bottom { bottom: -30px; left: 0; position: absolute; right: 0; text-align: center; width: 100%; }
.blog .timeline li.entry-date-bottom a {  background: #f7f7f7; padding: 7px 10px; color: #363636; font-size: 16px; padding: 10px 25px; border-radius: 30px; }
.blog .timeline li.entry-date-bottom a:hover {  background: #00588a; color: #fff; }
.blog .timeline li:hover .timeline-panel { border-color: #00588a; }
.blog .timeline li:hover .timeline-badge a { color: #fff; }
.blog .timeline li:hover .timeline-badge{ background: #00588a; border-color: #00588a;  }
.blog .timeline li:hover .timeline-panel:before { border-left-color: #00588a; border-right-color: #00588a; }
.blog .blog.timeline .entry-quote p { font-size: 16px; }
/* blog 2 column masonry left sidebar */
.blog.timeline-sidebar .timeline > li { width: 89%; }
.blog.timeline-sidebar .timeline li .blog-entry-grid .grid-post li { width: 50%;}
.blog.timeline-sidebar .timeline:before { left: 54px; }
.blog.timeline-sidebar .timeline li.entry-date { text-align: left;}
.blog.timeline-sidebar .timeline li.entry-date-bottom { text-align: left;}
.blog.timeline-sidebar .timeline li.timeline-inverted .timeline-badge { left: -66px; }
.blog.timeline-sidebar .timeline > li.timeline-inverted { margin-bottom: 0px; }
.blog.timeline-sidebar .timeline > li:nth-child(3) { margin-top: 30px; 	}
.blog.timeline-sidebar .timeline li.entry-date { top: 3px; }
.blog.timeline-sidebar .timeline li.entry-date span { font-size: 14px; padding: 10px 25px; }
.blog.timeline-sidebar .timeline li.entry-date-bottom {  bottom: -48px; }
.blog.timeline-sidebar .timeline li.entry-date-bottom a { font-size: 14px; padding: 10px 25px; }
.blog.timeline-sidebar .timeline li .share ul li { width: auto; }

/*blog-single*/
.blog-single .blog-entry { box-shadow: none; }
.blog-single .blog-entry .blog-detail { padding: 0; margin-top: 20px; }

.blog-single .blockquote { font-style: italic;  line-height: 30px; background: #f6f7f8 !important;  }
.blog-single .blog-entry.blockquote blockquote { background: #f6f7f8;color: #626262;  }
.blog-single .blog-entry.blockquote blockquote cite {  color: #00588a; }
.blog-single .entry-share .tags { display: inline-block; }
.blog-single .blog-entry.blockquote blockquote:before { color: #323232; top: 20px; }
.page-item.active .page-link { background: #00588a; border-color: #00588a; }

/*blog-comments*/
.comments-1 .comments-photo { width: 106px; height: auto; float: left; border:5px solid #f7f7f7; margin-right: 20px; }
.comments-1 .comments-photo img { width: 100%; }
.comments-1 .comments-info { display: table; background: #f7f7f7; padding: 20px; margin-bottom: 20px; }
.comments-1 .comments-info h4 { display: inline-block; }
.comments-1 .comments-info span { font-size: 13px; color: #626262; }
.comments-1 .comments-info a { color: #00588a; }
.comments-1 .comments-info a:hover { color: #363636; }
.comments-1.comments-2 { padding-left: 127px; }
.comments-1.comments-2 .comments-info { background: #fff; margin-bottom: 0px; padding: 20px 20px 10px; }

/*************************************
	    	 error 404
**************************************/
.error-block { position: relative; z-index: 9; padding: 20px 0  130px 0px; }
.error-block .error-text { position: absolute; text-align: center; left: 0; right: 0; z-index: -1; }
.error-block .error-text h2 {   font-size: 420px; line-height: 300px; color: rgba(0, 0, 0, 0.1); position: absolute; left: 0; top: 0;  }
.error-block .error-text  span { display: inline-block; position: absolute; right: -86px; top: 109px; transform: rotate(-90deg); -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -o-transform: rotate(-90deg); font-size: 124px; line-height: 90px; color: rgba(0, 0, 0, 0.1); font-weight: bold; }
.error-block h1 { font-size: 87px; padding-top: 110px; }
.error-block p { font-size: 33px; }

.error-text-02 { position: relative; text-align: center;  }
.error-text-02 h2 {   font-size: 420px; line-height: 300px; color: rgba(255, 255, 255, 0.2); position: relative; left: -70px; top: 0;  }
.error-text-02  span { display: inline-block; position: absolute; right: -50px; top: 109px; transform: rotate(-90deg); -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -o-transform: rotate(-90deg); font-size: 117px; line-height: 100px; color: rgba(255, 255, 255, 0.2); font-weight: bold; }
.error-middle { display: inline-block; left: 0; position: absolute; text-align: center; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); -moz-transform: translateY(-50%); width: 100%; }


/*************************************
	    	    coming soon
**************************************/
.coming-soon { background: transparent;  }
.coming-soon-countdown ul.countdown { list-style: none; margin: 75px 0; padding: 0;  display: block; text-align: center; }
.coming-soon-countdown ul.countdown li { display: inline-block; width: 24%; }
.coming-soon-countdown ul.countdown li span { font-size: 90px; font-weight: bold; line-height: 80px; color: #00588a; }
.coming-soon-countdown ul.countdown li p { color: #626262; font-size: 20px; text-transform: capitalize; margin-bottom: 30px; }
.coming-soon .coming-soon-form input { color: #626262; }
.coming-soon-form input { width: 50%; color: #fff; display: block; margin: 0 auto; }
.coming-soon-form.contact-form input { width: 50%; display: block; margin: 0 auto; }
.coming-soon-middle { padding: 100px; display: inline-block; left: 0; position: absolute; text-align: center; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); -moz-transform: translateY(-50%); width: 100%; }

/*************************************
	    	 Register
**************************************/
.register-form .section-field { display: block; }
.register-form .field-widget { position: relative; }
.register-form .field-widget input { width: 100%; margin-bottom: 20px; }
.register-form .field-widget select { width: 100%; margin-bottom: 20px; padding-left: 15px; }
.register-form .field-widget  input.gui-input { padding-left: 140px;}
.register-form .field-widget .button { background: #666; height: 46px; left: 0; margin: 2px; position: absolute; text-align: center; top: 0; width: 115px; border:0; line-height: 26px; }
.register-form .nice-select { float: none; margin-bottom: 20px; background: #f6f7f8; border:0; }
.remember-checkbox a {color: #00588a; }
.remember-checkbox label { position: relative; padding-left: 30px; font-size: 14px;	cursor: pointer;}
.remember-checkbox label:before, label:after { font-family: FontAwesome; font-size: 17px; position: absolute; top: -3px; left: 0; padding-left: 2px; border-radius: 3px; }
.remember-checkbox label:before { border: 2px solid rgba(0, 0, 0, 0.1); content: ""; height: 20px; margin-top: 3px; width: 20px; }
.remember-checkbox label:after { content: '\f00c'; max-width: 0; overflow: hidden; opacity: 0.5; transition: all 0.35s; -webkit-transition: all 0.35s; -ms-transition: all 0.35s; -ms-transition: all 0.35s; -o-transition: all 0.35s; }
.remember-checkbox input[type="checkbox"] { display: none; }
.remember-checkbox input[type="checkbox"]:checked + label:after { max-width: 25px; opacity: 1;  }
.remember-checkbox label:before, .remember-checkbox after:before { color: #00588a; }

/*************************************
	    	 Login
**************************************/
.full-height-bg { height: 100vh; }
/*login-2-social*/
.login-social li { display: inline-block; margin: 2px 0px; }
.login-social li a { transition:all 0.5s ease-in-out; -webkit-transition:all 0.5s ease-in-out; -ms-transition:all 0.5s ease-in-out; -moz-transition:all 0.5s ease-in-out; -o-transition:all 0.5s ease-in-out;}
.login-social li a.fb { display: block;  padding: 12px 20px; color: #fff; font-size: 14px; background: #4c70ad; border-radius:3px; }
.login-social li a.twitter { display: block;  padding: 12px 20px; color: #fff; font-size: 14px; background: #25b6e6; border-radius:3px; }
.login-social li a.pinterest { display: block;  padding: 12px 20px; color: #fff; font-size: 14px; background: #dd4b39; border-radius:3px; }
.login-social li i { border-right: 1px solid #fff; padding-right: 10px; margin-right: 10px;  }
.login-social li a.fb:hover, .login-social li a.twitter:hover, .login-social li a.pinterest:hover  { background: #00588a; }

/*login 02*/
.section-transparent { background: transparent; }
.login-bg  { background: #ffffff; }
.login-bg .login-title { background: #00588a; padding: 30px; }
.login-bg .login-form { padding: 40px 30px; }
.login-bg .login-social { padding: 30px; background: #f6f7f8; }

/*login 02*/
.register-bg  { background: #ffffff; }
.register-bg .register-title { background: #00588a; padding: 30px; }
.register-bg .register-form { padding: 30px; }

/*************************************
	    	 maintenance
**************************************/
img.logo-small { height: 40px; margin: 30px 0; position: relative; }
.maintenance-main i { font-size: 100px; margin-bottom: 10px; color: #e4e4e4; }
.maintenance-main h1 { font-size: 62px; text-transform: uppercase; font-weight: bold; }
.maintenance-main p { font-size: 26px; line-height: 35px; margin-bottom: 70px;}
.maintenance-form { width: 76%; margin: 0 auto; }
.maintenance-form p { font-size: 19px; }
.maintenance-form input { width: 50%; margin: 0 auto; }
.maintenance-form #mc_embed_signup_scroll p { margin-bottom: 20px !important; }


/*maintenance 2 */
.maintenance-main h1 { font-size: 40px; text-transform: uppercase; font-weight: bold; margin-bottom: 20px; }
.maintenance-contant p { line-height: 25px; margin-top:20px; font-size: 14px; }
.progress-new { margin-top: 50px; height: 50px; background: #f6f7f8; border-radius: 0; margin-bottom: 50px; margin-left: auto; margin-right: auto; width: 50%; }
.progress-bar-new { line-height: 50px; background-color: #00588a; color: #ffffff; font-size: 20px; padding-left: 20px; }
.progress-bar-new span { position: absolute; right: 30px; color: #323232; font-weight: bold; font-size: 20px; }

/*************************************
	    	 Our clients
**************************************/
/*clients-box*/
.clients-box { background: #f7f7f7; padding: 20px; }
.clients-photo { position: relative; margin-right: 20px; width: 200px; height: 200px; float: left; display: table-cell; text-align: center; vertical-align: middle; background: #fff; }
.clients-photo img { position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; }
.clients-info { display: table; }
.clients-info i { padding-right: 10px; }
.clients-info a { font-size: 14px; color: #00588a; }
.clients-info a:hover { color: #626262; }
.clients-info p { margin-top: 10px; }
.happy-clients .tab-content { padding: 0 30px; position: relative; text-align: left; }
.happy-clients .tab-content .quoter-icon { position: absolute; left: 0;  top: -10px; font-size: 120px;  line-height: 1; color: #00588a;}
.happy-clients .tab-content p{padding-left: 30px; font-size: 18px; padding-top: 10px; font-style: italic; }
.happy-clients .nav-tabs li { overflow: visible; display: inline-block; padding: 0 5px; }
.happy-clients .nav.nav-tabs li a, .happy-clients .nav.nav-tabs li a:hover, .happy-clients .nav.nav-tabs li a:focus { background: none; padding: 0; border:0; outline: none; background: transparent !important;}
.happy-clients .nav-tabs li img {width: 96px; opacity: 0.1;   height: 96px; border-radius: 50%; }
.happy-clients .nav-tabs li a.active img, .happy-clients .nav-tabs li a:focus img { border: 4px solid #fff;  opacity: 1;  top: -2px; box-shadow: 0 0 40px rgba(0,0,0,.3);  }
.happy-clients .testimonial-avatar { position: relative; right: inherit; left: inherit; top: inherit; width: inherit; height: inherit; margin-left: inherit; margin-top: 30px; }
.happy-clients .nav-tabs { border: 0; }

/***********************************
         process
************************************/
.process-list .col-sm-12 { padding: 0 50px; }
.process { margin: 0px; border: 2px dashed rgba(0, 0, 0, 0.3); position: relative; width: 100%; float: left; padding-bottom: 50px; padding-top: 50px; min-height: inherit; }
.process.left { border-right: 0; border-top: 0; }
.process.right { border-left: 0; border-top: 0; }
.process .border-area.left-bottom { position: absolute; bottom: -2px; background: #fff; height: 110px; width: 110px; left: -2px; z-index: 99; }
.process .border-area.left-bottom:before { content: ''; position: absolute; bottom: 0; left: 0px; right: 0; top: 0; border-bottom-left-radius: 70px; border-left: 2px dashed rgba(0, 0, 0, 0.3); border-bottom: 2px dashed rgba(0, 0, 0, 0.3); }
.process .border-area.right-top { position: absolute; top: -2px; background: #fff; height: 110px; width: 110px; right: -2px; }
.process .border-area.right-top:before { content: ''; position: absolute; bottom: 0; left: 0px; right: 0; top: 0; border-top-right-radius: 70px; border-right: 2px dashed rgba(0, 0, 0, 0.3); border-top: 2px dashed rgba(0, 0, 0, 0.3); }
.process .border-area.right-bottom { position: absolute; bottom: -2px; background: #fff; height: 110px; width: 110px; right: -2px; }
.process .border-area.right-bottom:before { content: ''; position: absolute; bottom: 0; left: 0px; right: 0; top: 0; border-bottom-right-radius: 70px; border-right: 2px dashed rgba(0, 0, 0, 0.3); border-bottom: 2px dashed rgba(0, 0, 0, 0.3); }
.process .border-area.left-top { position: absolute; top: -2px; background: #fff; height: 110px; width: 110px; left: -2px; }
.process .border-area.left-top:before { content: ''; position: absolute; bottom: 0; left: 0px; right: 0; top: 0; border-top-left-radius: 70px; border-left: 2px dashed rgba(0, 0, 0, 0.3); border-top: 2px dashed rgba(0, 0, 0, 0.3); }
.process:first-child { padding-top: 0; }
.process.left:first-child .process-step { top: 0; }
.process:last-child {  border-bottom: 0; }
.process:last-child .border-area.left-bottom { bottom: 0; }
.process:last-child .border-area.left-bottom:before { border-bottom-left-radius:0; border-bottom: 0; }
.process.left .process-step { position: absolute; top: 50px; left: -35px; z-index: 999; }
.process.right .process-step { position: absolute; top: 50px; right: -35px; z-index: 99; }
.process.left .process-content { padding-left: 80px; }
.process.right .process-content{  padding-right: 80px; }
.process .process-step strong { width: 70px; height: 70px; line-height: 70px; text-align: center; background: #00588a;  border-radius: 100%; display: inline-block;
    z-index: 99; font-size: 20px; color: #fff; }
.process .process-content { position: relative; z-index: 99; }
.process .process-content span { font-size: 80px; line-height: 80px; color: #00588a; }
.process.left .process-content .process-icon { display: table-cell; padding-right: 30px; }
.process.left .process-content .process-info { display: table-cell;  vertical-align: top; }
.process.right .process-content .process-icon { float: right; padding-left: 30px; }
.process.right .process-content .process-info { display: table-cell; vertical-align: top; }

/*************************************
	    	 Careers
**************************************/
.agency-about  { padding-bottom: 100px; }

/*careers accordion*/
.careers .acd-des span { display: block; }

/*careers form*/
.careers-from .section-field label { margin-bottom: 10px; }

/*************************************
          sitemap
**************************************/
.sitemap h4 { margin-bottom: 25px; text-transform: capitalize; }
.sitemap h4 i { padding-right: 10px; }
.sitemap ul li { display: block; line-height: 34px; }
.sitemap ul li i { padding-right: 10px; }
.sitemap ul li a { font-size: 14px; color: #626262; text-transform: capitalize; }
.sitemap ul li a:hover { color: #00588a; }

/*************************************
             privacy-policy
**************************************/
.privacy-policy ul li { font-size: 14px; line-height: 30px; }
.privacy-policy ul li i { padding-right: 10px; }

/*************************************
            page sidebar
**************************************/
.page-sidebar .page-content ul li { font-size: 14px; line-height: 30px; }
.page-sidebar .page-content ul li i { padding-right: 10px; }

/*************************************
           terms and conditions
**************************************/
.terms-and-conditions ul li { font-size: 14px; line-height: 30px; }
.terms-and-conditions ul li i { padding-right: 10px; }


.special-feature .feature-text {padding:40px;}
.special-feature { padding-bottom:-117px; }
.special-feature .row-eq-height.no-gutter { position:relative; z-index:99; margin-top:-117px; }

/*************************
   BG - Images
*************************/
.parallax {   background-size: cover !important; -webkit-background-size: cover !important; -moz-background-size: cover !important; -ms-background-size: cover !important;  position: relative; z-index: 0; background-origin: initial; background-position: center center !important; background-repeat: no-repeat;  }
.gradient-overlay{position:relative;}
.gradient-overlay:before{content:""; width:100%; height:100%; position:absolute; left:0; top:0; z-index:-1; background:url(../images/construction/bg/gradient-overlay1.png) repeat-y left 0;}

/*************************************
          Footer
**************************************/
.footer.black-bg {
    background: #00588a;
}
.footer.black-bg p { color: rgba(255,255,255,0.65); }
.footer.black-bg .social-icons li a { color: rgba(255,255,255,0.65); }
.footer.black-bg .social-icons li a:hover { color: rgba(255,255,255,1) !important; }
.footer p{font-size: 14px;}
.footer-logo img { width: 65%; }
.footer h6{font-size: 14px;}
.addresss-info li { font-size: 14px; margin-bottom: 15px; color: rgba(255,255,255,0.5); list-style: none; }
.addresss-info i{  color:rgba(255,255,255,0.5); padding-right: 5px; float: left; display: table-cell; width: 30px; line-height: 23px; font-size: 14px; }
.addresss-info p { display: table; color: rgba(255,255,255,0.5); margin-bottom: 0px; }
.addresss-info li a { color: rgba(255,255,255,0.85); }
.footer a{font-size: 14px;}

.addresss-info.text-black li, .addresss-info.text-black p, .addresss-info.text-black li a  { color: #626262; }
 .addresss-info.text-black i { color: #00588a; font-size: 20px; width: 40px; }

/*footer-Newsletter*/
.footer-Newsletter { display: inline-block; width: 100%;}
.footer-useful-link.footer-hedding ul { margin-top: -6px; }
.footer-Newsletter .form-control { border-left: 0px; height: 50px; border-radius: 3px; font-size: 14px;  color: rgba(255,255,255,0.3); border:none; background: rgba(255, 255, 255, 0.08); padding: 10px 25px; width: 100%; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.footer-Newsletter .form-control:focus { border:0; box-shadow: none; background: rgba(255, 255, 255, 0.10); }
.footer-Newsletter .button.button-border{border-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.5); font-size: 12px; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.footer-Newsletter .button.button-border:hover { color: #ffffff; }
.footer-Newsletter .button.button-border:focus { border-color: transparent; }
.footer-useful-link ul li { list-style: none; margin-bottom: 12px;}
.footer-useful-link ul li:last-child { margin-bottom: 0; }
.footer-useful-link ul li a { color: rgba(255,255,255,0.5); font-size: 14px; vertical-align: top; display: block; line-height: 26px; }
.footer-useful-link ul li a:hover { color: #00588a; }
/*transparent*/
.footer-Newsletter.transparent .form-control { background: rgba(0, 0, 0, 0.04); }
.footer-Newsletter.transparent .form-control::-moz-placeholder { color: #323232; }
.footer-Newsletter.transparent .form-control::-ms-input-placeholder { color: #323232; }
.footer-Newsletter.transparent .form-control::-webkit-input-placeholder { color: #323232; }

/*footer-widget*/
.footer-widget {
    padding: 20px 0;
    border-top: 1px solid #0c6a9f;
}
.footer-widget p{font-size: 14px; color: rgba(255,255,255,0.65); letter-spacing: 0.5px;}
.footer-widget a { color: #ffffff; }
.footer-widget a:hover { color: #ffffff; }
.footer-widget-social {margin-top: 5px; }
.footer-widget-social li  { display: inline-block;}
.footer-widget-social a i { display: inline-block; color: rgba(255,255,255,0.5); background: none; border-radius: 50%; width: 35px; height: 35px; text-align:center; line-height: 37px; font-size: 14px; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s;}
.footer-widget-social a i:hover{background: #00588a;}
.footer .footer-nav ul li {    display: inline-block;}
.footer .footer-nav ul li a { margin: 0 5px; color: #323232;}
.footer .footer-nav ul li a:hover { color: #00588a; }
.footer .social ul li {display: inline-block;}
.footer .social ul li a i { font-size: 14px; width: 45px; height: 45px; line-height: 45px; text-align: center; float: none; color: #323232; -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -ms-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s}
.footer .social ul li a i:hover{color: #00588a;}
.footer .social ul{background: #f6f7f8; display: inline-block; border-radius: 3px; padding: 0px 10px;}
.footer .usefull-link ul li {display: block; border-bottom: 0px; line-height: 24px; padding: 5px 0; }
.footer .usefull-link ul li a{color: #323232;}
.footer .usefull-link ul li a:hover { color: #00588a; }
.footer .copyright { padding: 30px 0 20px;}
.footer .copyright ul li a {color: #323232;}
.footer .copyright ul li a:hover {color: #00588a;}
img#logo-footer{ /*height: 40px;*/ width: auto; }
.footer.light .footer-nav ul li a{color: #fff;}
.footer.light .footer-nav ul li a:hover { color: #323232; }
.footer.light h6{color: #fff;}
.footer.light .about-content p{color: #fff;}
.footer.light .usefull-link ul li a{color: #fff;}
.footer.light .usefull-link ul li a:hover {color: #323232;}
.footer.light .copyright ul li {color: #fff;}
.footer.light .copyright ul li a {color: #ffffff; font-size: 14px;}
.footer.light .copyright ul li a:hover {color: #323232; }
.footer.light.footer-topbar .copyright ul li { color: #ffffff }
.footer.light .copyright p {color: #fff;}
.footer.light .social ul li a i {color: #00588a;}
.footer.light .social ul li a:hover i {color: #323232;}
.footer .footer-text p{color:rgba(255, 255, 255, 0.5) !important; padding-top: 10px;}
.footer .footer-social ul li a{color:rgba(255, 255, 255, 0.5) !important; padding-top: 10px;}
.footer .footer-social ul li a:hover { color: #00588a !important; }
.footer.footer-topbar .copyright ul li{color:rgba(255, 255, 255, 0.5) !important;}
.footer.footer-one-page .contact-add i { font-size: 20px }
.footer.footer-one-page h5 { color: rgba(255,255,255,0.5); }
.footer.footer-one-page p { color: rgba(255,255,255,0.5); }
.footer-one-page.white-bg .footer-Newsletter .form-control:focus { background: rgba(0,0,0,0.06); }

/* footer transparent*/
.footer.transparent h6, .footer.transparent p, .footer.transparent ul li a, .footer.transparent span { color: #ffffff; }

/*widget-gallery*/
.footer .footer-gallery ul li { float: left; width: 58px; margin: 2px; list-style: none; }
.footer .footer-tags li { display: inline-block; }
.footer .footer-tags li a { background: transparent; color: #fff; border:1px solid rgba(255, 255, 255, 0.2); border-radius: 3px; padding: 8px 16px; font-size: 13px; margin-right: 2px; margin-bottom: 5px; display: block; }
.footer .footer-tags li a:hover { background: #00588a; }

/*footer-social-big*/
.footer-social-big ul li { display: inline-block; padding: 10px; width: 70px; text-align: center;  background: rgba(255, 255, 255, 0.1); }
.footer-social-big ul li.facebook { background: #5d82d1; }
.footer-social-big ul li.pinterest { background: #e13138; }
.footer-social-big ul li.linkedin { background: #238cc8; }
.footer-social-big ul li i { color: #ffffff; display: block; width: 30px; height: 30px; line-height: 30px; background: rgba(0, 0, 0, 0.2); border-radius: 50%; margin: 0 auto;  }
.footer-social-big ul li span { display: block; text-align: center; color: #ffffff; margin-top: 10px; font-size: 11px; }

/*footer-box*/
.footer-box { background: rgba(102, 102, 102, 0.2); padding: 30px; clear: both; margin-bottom: 40px; margin-top: 60px; }
.footer-box .box-content { display: table-cell; vertical-align: top; }
.footer-box .box-link { display: table-cell; padding-left: 20px; vertical-align: middle; }
.footer-box .box-link a { display: block; padding: 8px 16px; width: 140px;  }

/*google-map*/
.google-map .row [class*='col-'] { min-height: 0; }
.map-icon { position: relative; z-index: 999; cursor: pointer; }
.google-map .map-icon:before { cursor: pointer; content: "\f041"; font-family: "FontAwesome"; font-size: 30px; font-weight: normal; right: 0; position: absolute; text-indent: 0; top: -32px; width: 60px; height: 60px; line-height: 60px; border-radius: 50%; background: #ffffff; color: #00588a; text-align: center; }
.google-map.google-map-open .map-icon::before { content: "\f00d"; }
.google-map .map-open { height: 0; overflow: hidden;  transition: all 900ms ease; }
.google-map .map-open iframe { height: 300px; }
.google-map-open .map-open  {  height: 300px;  }
.pos-r{position: relative;}
.img-side img{max-width: 100%}
.img-side.img-left {left: 0;}
.img-side {padding: 0; position: absolute!important; top: 0px; height: 100%; overflow: hidden; z-index: 100;}
.font-bold {font-weight: 600}
.no-gutter{  margin-right:0; margin-left:0;}
.no-gutter > [class*='col-'] { padding-right:0; padding-left:0;}

/*youtube-video*/
 .popup-video { position: relative; }
.popup-video .play-video { position: absolute; left: 0; right: 0; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); -moz-transform: translateY(-50%); }
.popup-video .play-video { width: 50px; height: 50px; }
.popup-video .play-video a { width: 50px; height: 50px; }
.popup-video .play-video a i { line-height: 50px; }
.popup-video .play-video:hover {  transform: translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); -moz-transform: translateY(-50%); background-color: #ffffff; }
.popup-video .play-video:hover a { color: #00588a; }
.play-video { cursor: pointer; position: relative; width: 100px; height: 100px; margin: auto; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.play-video { background-color: #00588a; }
.play-video a { color: #fff; width: 100px; height: 100px; position: absolute; top: 0; left: 50%; padding-left: 5px; transform: translateX(-50%); }
.play-video a i { line-height: 100px; }
.play-video:hover a { color: #00588a; }
.play-video:after { content: ''; top: 0; left: 0; padding: 0; z-index: -1; opacity: 0; pointer-events: none; position: absolute; width: 100%; height: 100%; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.4); -moz-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.4); box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.4); }

.play-video:hover{background: #ffffff; color: #00588a; border-color:transparent !important;-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-box-shadow:2px 6px 18px transparent !important;-moz-box-shadow:2px 6px 18px transparent !important;box-shadow:2px 6px 18px transparent !important}
.play-video:hover:after{-webkit-animation:sonarEffect 1.3s ease-out 75ms; -moz-animation:sonarEffect 1.3s ease-out 75ms; animation:sonarEffect 1.3s ease-out 75ms;}
@-webkit-keyframes sonarEffect{0%{opacity:0.3}40%{opacity:0.5;box-shadow:0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255,255,255,0.5)}100%{-webkit-transform:scale(1.5);opacity:0;box-shadow:0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255,255,255,0.5)}}
@-moz-keyframes sonarEffect{0%{opacity:0.3}40%{opacity:0.5;box-shadow:0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255,255,255,0.5)}100%{-moz-transform:scale(1.5);opacity:0;box-shadow:0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255,255,255,0.5)}}
@keyframes sonarEffect{0%{opacity:0.3}40%{opacity:0.5;box-shadow:0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255,255,255,0.5)}100%{box-shadow:0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255,255,255,0.5);transform:scale(1.5);opacity:0; }}
.my-contact .contact-icon{float: left; margin-right: 25px;}
.my-contact .contact-icon span{color: #fff ! important;}

/*************************************
         index portfolio 4
**************************************/
.portfolio-item.simple-effect .portfolio-overlay span { color: #363636; }
.portfolio-item.simple-effect .portfolio-overlay span a { color: #363636; }
.portfolio-item.simple-effect .portfolio-overlay a:hover { color: #00588a; }
.portfolio-item.simple-effect .portfolio-overlay span a:hover { color: #00588a; }
.portfolio-item.simple-effect .portfolio-overlay { z-index: 9; opacity: 0; bottom: inherit; background: transparent; top: 60%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); text-align: center;  }
.portfolio-item.simple-effect:hover:before { position: absolute; width: 100%; height: 100%; content: ""; background: rgba(255, 255, 255, 1); z-index: 1;  background-size: 115%;
    -webkit-transition: all 0.7s cubic-bezier(.68,.11,.13,.98); -moz-transition: all 0.7s cubic-bezier(.68,.11,.13,.98);  transition: all 0.6s cubic-bezier(.68,.11,.13,.98);    -webkit-box-sizing: border-box; -moz-box-sizing: border-box;  box-sizing: border-box; }
.portfolio-item.simple-effect:hover .portfolio-overlay { top: 50%; opacity: 1; }

/*footer*/
.footer .container-fluid { padding: 0 60px; }
#footer-fixed { position: fixed; bottom: 0px; width: 100%; z-index: -1; box-shadow: inset 0 27px 60px -25px rgba(0,0,0,0.3); }
.footer.footer-simple ul li a, .footer.footer-simple p, .footer.footer-simple .addresss-info i, .footer.footer-simple li { color: #ffffff; font-weight: bold; font-size: 16px; }
.footer.footer-simple ul li a:hover { color: rgba(255, 255, 255, 0.6); }
.footer.footer-simple .social-icons li a {  color: #ffffff; width: 100%; }
.footer.footer-simple .social-icons li a:hover { color: rgba(255, 255, 255, 0.6); }

/*elements*/
.full-width { width: 100%; }
.height-100vh { height: 100vh; }
.pos-bot { position: absolute; bottom: 0; /*width: 100%; */}
.vertical-align { position: absolute; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); }

/*************************************
       index portfolio  04 about
**************************************/
.portfolio-03-about { padding: 0 50px; }
.portfolio-03-about p { font-size: 16px; font-weight: 600; }

/*************************************
       index portfolio  single
**************************************/
/*popup-video*/
.popup-video-image { position: relative; }
.popup-video-image:before { background: rgba(37, 41, 51, 0.4); content: ""; height: 100%; left: 0;  position: absolute; top: 0; width: 100%; z-index: 0; }
.popup-video-image a i { color: #ffffff; text-align: center; line-height: 60px; width: 60px; height: 60px; background: #00588a; display: inline-block; margin: 0 auto;
    border-radius: 50%; left: 0; position: absolute; right: 0; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%); -moz-transform: translateY(-50%); z-index: 99; font-size: 20px; -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -ms-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; }
.popup-video-image a i:hover { background: #323232; }

/*************************************
            index 11
**************************************/

/*index 11*/
 /*slider-parallax typer-banner business*/
 .slider-parallax.typer-banner.business h1 { font-family: 'Dosis', sans-serif; }
 .slider-parallax.typer-banner.business p { padding: 0 200px; line-height: 34px; font-size: 26px; font-weight: 600; display: block; }

 /*play-video*/
.custom-content-02 .feature-text p { line-height: 28px; }
.play-video-section .play-video { box-shadow: none; background: #ffffff; width: 60px; height: 60px; line-height: 60px; }
.play-video-section .play-video a { color: #00588a; line-height: 60px; }
.play-video-section .play-video a i { line-height: 60px; padding-right: 3px; }
.play-video-section .play-video:after {box-shadow: none; }
.play-video-section .content { padding: 0 100px; }
.play-video-section .content h2 { font-family: 'Dosis', sans-serif; }
.custom-content-03 h2 { font-family: 'Dosis', sans-serif; font-size: 40px; line-height: 50px; }

.play-video-section.black-button .play-video { background: #323232; }
.play-video-section.black-button .play-video a { color: #ffffff; }
.play-video-section.black-button .play-video:hover { background: #00588a; }


/*blockquote-section*/
.blockquote-section { position: relative; z-index: 9; }
.blockquote-section blockquote { font-size: 50px; font-weight: 600; line-height: 60px; border-left: 0; padding-left: 0; font-family: 'Dosis', sans-serif; }
.blockquote-section blockquote cite { font-size: 16px; font-weight: 600; margin-top: 40px; line-height: 30px; font-family: 'Montserrat', sans-serif; font-style: normal; }
.blockquote-section blockquote cite span { display: block; font-size: 14px; }
.blockquote-section blockquote.quote { padding-top: 100px; }
.blockquote-section blockquote.quote:before { color: #00588a; left: 0; top: 0; font-size: 120px; line-height: 120px; }
.blockquote-section .blockquote-section-left { margin-left: 60px;  }
.blockquote-section .blockquote-section-right { margin-left: -120px; position: relative;z-index: -1; }

/*************************************
           footer
**************************************/
.footer.gray-footer .footer-Newsletter .form-control { background: #ffffff; color: #323232; height: 60px; line-height: 60px; box-shadow: 0 10px 50px rgba(0,0,0,0.1); }
.footer.gray-footer .footer-widget  { border-top: none; }
.footer.gray-footer .footer-widget p { color: #323232; }

.footer.gray-footer .footer-Newsletter .form-control::-moz-placeholder { color: #323232; }
.footer.gray-footer .footer-Newsletter .form-control::-ms-input-placeholder { color: #323232; }
.footer.gray-footer .footer-Newsletter .form-control::-webkit-input-placeholder { color: #323232; }

/*************************************
           portfolio
**************************************/
.portfolio-item.image-text { position: relative; }
.portfolio-item.image-text .portfolio-overlay { bottom: 30px; background: transparent; }
.portfolio-item.image-text .portfolio-overlay span { display: block; }
.portfolio-item.image-text:before { position: absolute; width: 100%; bottom: 0; content: ""; ackground: -moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0.9) 100%); background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,0.9))); background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0.9) 100%); background: -o-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0.9) 100%); background: -ms-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0.9) 100%);  background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0.9) 100%); top: auto; height: 75%; transition: all .35s; }
.portfolio-item.image-text .portfolio-overlay a.button { padding: 6px 16px; }
.portfolio-item.image-text .portfolio-overlay a.button span { font-size: 12px; }
.portfolio-item.image-text .portfolio-overlay a.button:hover { color: #ffffff;  }

/*************************************
           coming-soon-big
**************************************/
.coming-soon-big .countdown.medium span { font-size: 120px; line-height: 120px; font-weight: bold; }
.coming-soon-big .countdown.medium p { font-size: 30px; line-height: 30px; font-weight: bold; }
.coming-soon-big .coming-soon-form p { font-weight: bold; }
.coming-soon-big .contact-form.transparent-form .form-control { background: rgba(255, 255, 255, 0.4); }
.coming-soon-big .button { font-weight: bold; }

/*************************************
        V.1.2    inner page
**************************************/
/* about-05 */
.about-05-split .shop-split-content { padding: 100px 0; }
/*about-mission*/
.about-mission .popup-video-image a i { position: relative; top: inherit; left: inherit; bottom: inherit; right: inherit; }
.about-mission .popup-content { position: absolute; bottom: 0; padding: 30px 130px 30px 30px; }
.about-mission-box { box-shadow:0 20px 46px -13px rgba(0, 0, 0, 0.09); }
.about-mission-box .content { padding:24px; }
.about-mission-title { padding-bottom: 250px; }
.about-mission { margin-top: -150px; }
/*faq 03*/
.faq-page-title .form { position: relative; z-index: 9; }
.faq-page-title a.button { padding: 12px 16px; }
.faq-box { box-shadow:0 20px 46px -13px rgba(0, 0, 0, 0.09); padding: 40px; border-radius: 3px; background: #ffffff;  margin-top: -60px;  }
.faq-box span { font-size: 40px; line-height: 40px; margin-bottom: 20px; display: block; }
.faq-box strong { display: block; }
.faq-box a.button { padding: 8px 16px; }

/*login-fancy*/
.login-fancy { padding: 30px; height: 100%; box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.06); }
.login-fancy-bg { position: relative;  z-index: 1; }
.login-fancy h2 { font-size: 70px; line-height: 70px; }
.login-gradient, .login-gradient-02, .login-gradient-03  { position: relative; }
.login-gradient:before { z-index: 0; opacity: .8; position: absolute; content: ""; height: 100%; width: 100%; top: 0; bottom: 0; background: rgba(0, 0, 0, 0.6); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9af1e1), color-stop(100%, #4003f6)); background: -webkit-linear-gradient(-315deg, #9af1e1 0%, #4003f6 100%);  background: -webkit-linear-gradient(45deg, #9af1e1 0%, #4003f6 100%);  background: linear-gradient(45deg, #9af1e1 0%, #4003f6 100%); }
.login-gradient-02:before { z-index: 0; opacity: .8; position: absolute; content: ""; height: 100%; width: 100%; top: 0; bottom: 0; background: rgba(0, 0, 0, 0.6); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee38a6), color-stop(100%, #ffc863)); background: -webkit-linear-gradient(-315deg, #ee38a6 0%, #ffc863 100%);  background: -webkit-linear-gradient(45deg, #ee38a6 0%, #ffc863 100%);  background: linear-gradient(45deg, #ee38a6 0%, #ffc863 100%); }
.login-gradient-03:before { z-index: 0; opacity: .8; position: absolute; content: ""; height: 100%; width: 100%; top: 0; bottom: 0; background: rgba(0, 0, 0, 0.6); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffcdd2), color-stop(100%, #470df5)); background: -webkit-linear-gradient(-315deg, #ffcdd2 0%, #470df5 100%);  background: -webkit-linear-gradient(45deg, #ffcdd2 0%, #470df5 100%);  background: linear-gradient(45deg, #ffcdd2 0%, #470df5 100%); }

/*login-box*/
.login-box { padding: 30px; height: 100%; box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.06); border-radius: 0px 10px 10px 0px; }
.login-box-bg { position: relative;  z-index: 1; }
.login-box h2 { font-size: 40px; line-height: 40px; }
.login-box-main { display: table; width: 100%; }
.login-box-main-middle { display: table-cell; vertical-align: middle; }
.login-box-left  { box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.06); height: 100%; border-radius: 10px 0 0px 10px; }
.login-box-left .logo-small { margin-left: 30px; }
.login-box-main .theme-bg { box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.2); position: relative;  z-index: 1;  }
.login-box-theme { position: relative; }
.login-box-theme:before { position: absolute; content: ""; height: 30px; top: -29px; width: 100%; background: #00588a; left: 0; }
.login-box-theme:after { position: absolute; content: ""; height: 30px; bottom: -29px; width: 100%; background: #00588a; left: 0; }
.login-box-main .nav li { margin-bottom: 5px; }
.login-box-main .nav li a { padding-left: 30px; font-size: 16px; }
.login-box-main .nav li a { display: block; text-align: left; color: #323232; border-left: 5px solid transparent; background: transparent; }
.login-box-left li.active a, .login-box-left li a:hover { border-left: 5px solid #00588a; color: #00588a; }
.login-box-main .nav li a i { display: inline-block; padding-right: 6px; text-align: left; margin-bottom: 10px; }
.login-box .list-unstyled.list-inline-item a:hover { color: #323232; }
/*login-box-02*/
.login-box-02 { padding: 40px; border:1px solid rgba(0, 0, 0, 0.1); height: 100%; }
.login-box-02.white-overlay { background: rgba(255, 255, 255, 0.5); }
.login-signup a.text-black:hover { color: #ffffff; }

/*login-14*/
.login-14 { padding: 0 100px; }

/*login-15*/
.login-15 { padding: 0 60px; }

/*login-signup*/
.login-signup .tab-border .tab-content { padding: 0; }
.login-signup .login-box-02  { border:0; }


/*************************************
         V.1.3 home page
**************************************/
/*blog 01*/
.blog-banner { height: 70vh; }
.blog-banner span { letter-spacing: 4px; margin-bottom: 20px; display: block; }

/*blog 02*/
.blog-overlay { position: relative; /*height: 100%; */text-align: left; z-index: 2; transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; }
.blog-overlay:before { position: absolute; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.3); content: ""; left: 0; right: 0; z-index: 1; }
.blog-overlay .blog-name { padding-left: 30px; position: absolute; bottom: 20px; left: 0; right: 0; width: 100%; z-index: 2; }
.blog-overlay .blog-name span { transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; }
.blog-overlay.white-bg:before, .blog-overlay.dark-theme-bg:before, .blog-overlay.theme-bg:before { display: none; }
.blog-overlay .blog-image { overflow: hidden; position: relative;  }
.blog-overlay .blog-image img { transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; }
.blog-02 .isotope, .blog-02 .masonry { margin: 0; }

.blog-overlay .blog-icon {  position: absolute; top: 0px;  width: 100%; z-index: 2; }
.blog-overlay .blog-icon .date { background: #050801; padding: 10px 15px; text-align: center; color: #ffffff; }
.blog-overlay .blog-icon .link { font-size: 20px; padding: 10px 15px; text-align: center; color: #ffffff; }

.blog-overlay blockquote { border:0; font-size: 16px; font-style: italic; }
.blog-overlay blockquote.quote:before { top: -40px; }
.blog-overlay.white-bg blockquote, .blog-overlay.white-bg cite { transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; }

.blog-overlay:hover .blog-image img { -webkit-transform:scale(1.20);  -moz-transform:scale(1.20); -ms-transform:scale(1.20);  -o-transform:scale(1.20);  transform:scale(1.20); }
.blog-overlay:hover:before  { z-index: 1; }

.blog-overlay.white-bg .blog-icon .link { color: #323232; }
.blog-overlay.white-bg:hover { background: #050801; }
.blog-overlay.white-bg:hover a, .blog-overlay.white-bg:hover span  { color: #ffffff; }
.blog-overlay.white-bg:hover span a  { color: #00588a; }
.blog-overlay.white-bg:hover .blog-icon .link  { color: #ffffff; }
.blog-overlay.white-bg:hover blockquote, .blog-overlay.white-bg:hover cite { color: #ffffff; }
.blog-overlay.white-bg a:hover { color: #00588a; }

.blog-overlay.dark-theme-bg:hover { background: #ffffff; }
.blog-overlay.dark-theme-bg:hover a, .blog-overlay.dark-theme-bg:hover span  { color: #323232; }
.blog-overlay.dark-theme-bg:hover span a  { color: #00588a; }
.blog-overlay.dark-theme-bg:hover .blog-icon .date { color: #ffffff; }
.blog-overlay.dark-theme-bg a:hover { color: #00588a; }

/*blog-fashion */
.blog-fashion-banner .blog-overlay { height: auto; }
.blog-overlay .tag { background: #00588a; color: #ffffff; padding: 2px 10px; }
.blog.blog-simple .tag { background: #00588a; color: #ffffff; padding: 2px 10px; }
.blog.blog-simple .entry-meta ul li { display: inline-block; margin-right: 12px; }
.blog.blog-simple .entry-meta ul li i { color: #00588a; padding-right: 6px; }
.blog.blog-simple .entry-meta ul li a { color: #353535; line-height: 0px; padding-right: 5px; }
.blog.blog-simple .entry-meta ul li a i { padding-right: 6px; color: #00588a; }
.blog.blog-simple .entry-meta ul li a:hover { color: #00588a; }

.blog.blog-simple.blog-left .blog-image { width: 48.9%; margin-right: 5%;  float: left; position: relative; }
.blog.blog-simple.blog-left .blog-name { width: 44%; float: left; }

/*blog 02*/
.header.light.line-header { border-bottom: 0; box-shadow: none; }
.mega-menu .menu-logo img.logo-big { height: 60px; }
.header.light.line-header .mega-menu .menu-logo > li { line-height: 0; }
.header.line-header .mega-menu > section.menu-list-items .menu-bar { border-top: 5px double rgba(0, 0, 0, 0.1); border-bottom: 5px double rgba(0, 0, 0, 0.1); float: left; width: 100%; }
.header.line-header .mega-menu.desktopTopFixed > section.menu-list-items .menu-bar { float: right; width: auto; border:0; }
.header.magazine-header .mega-menu.desktopTopFixed .add-banner { display: none; }
.header.magazine-header .mega-menu.desktopTopFixed .menu-logo { padding: 0; }
.header.logo-center.magazine-header .mega-menu .menu-logo img { height: 34px; }
.header.logo-center.magazine-header .mega-menu.desktopTopFixed .menu-logo img { height: 28px; }

 /*blog-video*/
/*Slider */
 #main-slider { overflow: hidden; -webkit-backface-visibility: hidden; -webkit-transform-style: preserve-3d; }
#main-slider .carousel-item img { width: 100%; }
#main-slider .carousel-item .slider-content { z-index: 0; opacity: 0; -webkit-transition: opacity 500ms; -moz-transition: opacity 500ms; -o-transition: opacity 500ms; -ms-transition: opacity 500ms; transition: opacity 500ms; }
#main-slider .carousel-item.active .slider-content { z-index: 0; opacity: 1; -webkit-transition: opacity 100ms; -ms-transition: opacity 100ms; -moz-transition: opacity 100ms; -o-transition: opacity 100ms; transition: opacity 100ms; }
#main-slider .slider-content{ display: inline-block; left: 0; position: absolute; text-align: center; top: 55%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); width: 100%; z-index: 2; }
#main-slider .carousel-indicators { bottom: 30px; }
.carousel-indicators li{ cursor: pointer; width: 14px !important; height: 14px !important;  border: 2px solid #fff !important; margin: 1px !important; }

#main-slider .slider-content h3 { font-size: 36px; margin: 20px 0px 0px; font-weight: 600; line-height: 60px; text-transform: uppercase;  }
#main-slider .slider-content h1 { font-size: 50px; color: #fff; margin: 10px 0px 40px; font-weight: 700; line-height: 50px; }
#main-slider .slider-content span { font-size: 18px; line-height: 20px; letter-spacing: 2px; font-weight: 600; display: block; }
#main-slider .slider-content .post-by img { width: 50px; height: 50px; display: inline-block; border-radius: 50%; margin-right: 15px; }

#main-slider .slider-content .slider-left { width: 60%; float: left; }
#main-slider .slider-content .slider-right { float: right; width: 30%; vertical-align: top; }

#main-slider .carousel-control.left,
#main-slider .carousel-control.right { opacity: 1; filter: alpha(opacity=100); background-image: none; background-repeat: no-repeat; text-shadow: none; }
#main-slider .carousel-control.left span { padding: 15px; }
#main-slider .carousel-control.right span { padding: 15px; }
#main-slider .carousel-control .fa-angle-left,
#main-slider .carousel-control .fa-angle-right { position: absolute; top: 50%;  transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); z-index: 5; display: inline-block; }
#main-slider .carousel-control .fa-angle-left { left: 0px; }
#main-slider .carousel-control .fa-angle-right { right: 0px; }
#main-slider .carousel-control i { color: #fff; line-height: 36px; font-size: 32px; padding: 15px 20px; }

/*-- Animation --*/
.carousel .carousel-item.active .animated1 { -webkit-animation: lightSpeedIn 1s ease-in 200ms both; -o-animation: lightSpeedIn 1s ease-in 200ms both; -ms-animation: lightSpeedIn 1s ease-in 200ms both; -moz-animation: lightSpeedIn 1s ease-in 200ms both; animation: lightSpeedIn 1s ease-in 200ms both; }
.carousel .carousel-item.active .animated2 { -webkit-animation: bounceInRight 1s ease-in-out 500ms both; -o-animation: bounceInRight 1s ease-in-out 500ms both; -ms-animation: bounceInRight 1s ease-in-out 500ms both; -moz-animation: bounceInRight 1s ease-in-out 500ms both; animation: bounceInRight 1s ease-in-out 500ms both; }
.carousel .carousel-item.active .animated3 { -webkit-animation: bounceInLeft 1s ease-in-out 500ms both; -o-animation: bounceInLeft 1s ease-in-out 500ms both; -ms-animation: bounceInLeft 1s ease-in-out 500ms both; -moz-animation: bounceInLeft 1s ease-in-out 500ms both; animation: bounceInLeft 1s ease-in-out 500ms both; }
.carousel .carousel-item.active .animated4 { -webkit-animation: flipInX 1s ease-in 500ms both; -o-animation: flipInX 1s ease-in 500ms both; -ms-animation: flipInX 1s ease-in 500ms both;  -moz-animation: flipInX 1s ease-in 500ms both; animation: flipInX 1s ease-in 500ms both;}
.carousel .carousel-item.active .animated5 { -webkit-animation: bounceInLeft 1s ease-in-out 100ms both; -o-animation: bounceInLeft 1s ease-in-out 100ms both; -ms-animation: bounceInLeft 1s ease-in-out 100ms both; -moz-animation: bounceInLeft 1s ease-in-out 100ms both; animation: bounceInLeft 1s ease-in-out 100ms both; }
.carousel .carousel-item.active .animated6 { -webkit-animation: bounceIn 1s ease-in 500ms both; -o-animation: bounceIn 1s ease-in 500ms both; -ms-animation: bounceIn 1s ease-in 500ms both;
  -moz-animation: bounceIn 1s ease-in 500ms both; animation: bounceIn 1s ease-in 500ms both;  }
.carousel .carousel-item.active .animated7 { -webkit-animation: fadeInDown 0.7s ease-in 1000ms both; -o-animation: fadeInDown 0.7s ease-in 1000ms both;  -moz-animation: fadeInDown 0.7s ease-in 1000ms both;  -ms-animation: fadeInDown 0.7s ease-in 1000ms both; animation: fadeInDown 0.7s ease-in 1000ms both; }
.carousel .carousel-item.active .animated8 { -webkit-animation: fadeInUp 0.7s ease-in 1000ms both; -o-animation: fadeInUp 0.7s ease-in 1000ms both;  -moz-animation: fadeInUp 0.7s ease-in 1000ms both;  -ms-animation: fadeInUp 0.7s ease-in 1000ms both; animation: fadeInUp 0.7s ease-in 1000ms both; }

.carousel-fade .carousel-inner .carousel-item { -webkit-transition-property: opacity;  transition-property: opacity; }
.carousel-fade .carousel-inner .carousel-item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right { opacity: 0; }
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right { opacity: 1; }
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right { left: 0; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);
}

.play-video.border-video { width: 70px; height: 70px; background: rgba(255, 255, 255, 0.2); box-shadow: none !important; border:5px solid rgba(255, 255, 255, 0.6) !important; }
.play-video.border-video a {  width: 70px; height: 70px; line-height: 70px; top: -4px; }
.play-video.border-video a i { line-height: 60px; }
.play-video.border-video:after { display: none; }
.play-video.border-video:hover  { border:5px solid rgba(255, 255, 255, 0.8) !important; color: #ffffff; }

.video-attribute { position: absolute; bottom: 10px; right: 10px; }
.video-attribute .length { background: rgba(0, 0, 0, 0.8); padding: 1px 8px; color: #ffffff; border-radius: 2px; font-size: 13px; }
.video-attribute .quality { background: #dd3333; padding: 0px 8px; color: #ffffff; margin-left: 2px; border-radius: 2px; font-size: 13px; }

.popup-video-image.border-video a i { font-size: 14px; width: 70px; height: 70px; line-height: 62px; background: rgba(255, 255, 255, 0.2); box-shadow: none; border:5px solid rgba(255, 255, 255, 0.6);  }
.popup-video-image.border-video a i:hover  { border:5px solid rgba(255, 255, 255, 0.8); }
.blog-box.blog-2.blog-border .blog-info { border:1px solid rgba(0, 0, 0, 0.1); }
.blog-box.blog-2.blog-border .blog-info .tag { border-bottom: 2px solid #00588a; }
.blog-box.blog-2.blog-border .blog-info span i { color: rgba(0,0,0,0.5); }
.video-section .blog-box.blog-2:hover { box-shadow: none; }

.top-view-video { padding: 30px; }
.top-view-video span { font-size: 12px; }
.top-view-video .view-video-number { display: table-cell; width: 20px; }
.top-view-video .view-video-name { padding-left: 16px; display: table-cell; vertical-align: top; }

.sidebar-widget .recent-post.medium .recent-post-image { width: 150px; }
.sidebar-widget .recent-post.medium .recent-post-image img { width: inherit; height: inherit; border-radius: inherit; }

/*Chart*/
canvas{-moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; }
.chartjs-tooltip { opacity: 1; position: absolute; background: rgba(0, 0, 0, .7); color: white; border-radius: 3px; -webkit-transition: all .1s ease; transition: all .1s ease; pointer-events: none; -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0); padding: 4px;}
.chartjs-tooltip-key { display: inline-block; width: 10px; height: 10px; margin-right: 10px;}
.chart-wrapper .nice-select { display: inline-block; float: none; height: 40px; line-height: 40px; }
.chart-wrapper .nice-select:after  { margin-top: -1px; }

/*************************************
         V.3.2 home page
**************************************/
/*service 04*/
.media .media-icon span, .media .media-icon i {
    font-size: 40px;
    line-height: 45px;
    color: #00588a;
}
.media span.media-step { font-size: 60px; line-height: 55px; }

/*service 06*/
.blockquote-section blockquote.quote:before { right: 0; }

/*service 07*/
.secrvice-blog { margin-top: -110px; }
.box-content{ box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);}
.service-07 .agency-02-about-content-right { margin-left: -100px; }

/*service details*/
.service ul li { display: block; margin: 5px 0; }
.service ul li a { display: block;  padding: 12px 25px;  color: #656565; text-transform: capitalize; }
.service ul li a:hover, .service ul li a.active { background-color: #00588a; color: #ffffff }
.iconbox { padding-left: 60px; }
.iconbox i { font-size: 18px; line-height: 50px; }
.iconbox a { height: 50px; width: 50px; text-align: center; color: #ffffff; position: absolute; left: 15px; border-radius: 3px; }
.iconbox a:hover { background: #353535; color: #ffffff; border-color: #353535; transition: all 0.5s ease-in-out;  -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; }
.iconbox p { font-size: 11px; }

 /*contact 04*/
.contact-4 .blockquote { border: none; font-size: 30px;}
.contact-4 p { line-height: 24px;}
.quote:before { color:#00588a;}

/*contact 05*/
.contact-5 .feature-info p { margin-bottom: 0;}
.contact-5 .feature-info { padding: 40px; }

/*testimonial*/
.blockquote-section.testimonial-title blockquote { font-size: 40px; }
.masonry-item .testimonial-widget .testimonial-info .testimonial-avtar img { height: 50px; width: 50px; border-radius: 50%; }
.masonry-item .testimonial-info:before { display: none; }
.masonry-item .testimonial-widget .testimonial-info .testimonial-name span { font-size: 14px; }
.leave-your-testimonial .contact-form .form-control { background-color: #ffffff; }

/*search-no-result*/
.search-no-result { padding: 130px 0px; }
.search-no-result i { font-size: 130px; }
.search-no-result .bg-title h2 { font-size: 420px; line-height: 300px; color: rgba(0, 0, 0, 0.03); position: absolute; left: 0; right: 0; top: 0; }
.no-result-search .form-control:focus { box-shadow: none; }

/*cookies page*/
.cookies-policy:before { content: ""; position: absolute; z-index: 3; display: block; width: 0; height: 0; border-style: solid; border-color: transparent; border-width: 0 17px 15px 17px; top: -15px; left:45px; border-bottom-color: #f7f7f7; }

/*invoice page*/
.addresss-info.invoice-addresss li { color: #626262; margin-bottom: 10px; }
.addresss-info.invoice-addresss li a{ color: #00588a; }

/*process 02*/
.process-box-02 h1 { font-size: 90px; line-height: 90px; }
.process-box-02 .process-info { border-left: 3px solid rgba(0, 0, 0, 0.1); }
.process-box-02 .process-info.process-right { border-left:0; border-right: 3px solid rgba(0, 0, 0, 0.1); }

/*************************************
           jobs
**************************************/
.jobs-banner h1 { font-size: 80px; line-height: 80px; font-weight: 400; }
.jobs-banner span { font-size: 26px; line-height: 26px; font-weight: 400; }
.jobs-banner b { font-size: 20px; line-height: 20px; font-weight: 500; }
.jobs-banner .button { padding: 12px 21px; }
.job-box { box-shadow: 0 0 50px rgba(0, 0, 0, 0.05); padding: 20px; }
.job-box.job-border { border:1px solid #eeeeee; padding: 20px; box-shadow: none; transition: all 0.5s ease-in-out; }
.job-box.job-border i { font-size: 40px; line-height: 40px; margin-bottom: 20px; }
.job-box.job-border:hover { box-shadow:  0 0 50px rgba(0, 0, 0, 0.05); }
.job-testimonial { padding: 0; }
.job-testimonial .testimonial-info:before { font-size: 200px; }
.job-testimonial .testimonial-info { font-size: 24px; line-height: 36px; }
.job-testimonial .testimonial-info:before { left: 0; }

/*************************************
           jobs
**************************************/
.listing-banner { height: 60vh; }
.listing-banner h1 { font-size: 70px; line-height: 70px; font-weight: 400; margin-bottom: 20px; }
.listing-banner p { font-size: 24px; line-height: 24px; font-weight: 400;  }
.listing-banner .listing-banner-categorie i { font-size: 30px;  width: 70px; height: 70px; text-align: center; line-height: 70px; color: #ffffff; border-radius: 50%; margin: 0 auto; }
.listing-banner .listing-banner-categorie a { font-size: 18px; display: block; margin-top: 10px; }
.listing-search { box-shadow:  0 0 50px rgba(0, 0, 0, 0.05); background: #ffffff; padding: 50px; position: relative; margin-top: -50px; border-radius: 3px; }
.listing-post .blog-name .blog-name-left { width: 50px; height: 50px;  border-radius: 50%; color: #ffffff; text-align: center; line-height: 50px; float: left; margin-right: 20px; }
.listing-post .blog-name .blog-name-right { display: table-cell; }
.listing-places  { padding-bottom: 260px; }
.listing-post .listing-post-info { background: #ffffff; padding: 20px; }
.listing-post .listing-post-info .listing-post-meta ul li { display: inline-block; margin-right: 5px; padding-right: 10px; border-right: 2px solid rgba(0,0,0,0.1); }
.listing-post .listing-post-info .listing-post-meta ul li:last-child { border-right: 0; }
.listing-post .listing-post-info .listing-post-meta ul li a { font-weight: 800; color: #323232; }
.listing-how-work { position: relative; background: #ffffff; box-shadow:  0 0 50px rgba(0, 0, 0, 0.05); padding: 70px; margin-top: -140px; }
.sticky-top { z-index: 99; }

/*************************************
           calendar
**************************************/
.calendar-main .modal .btn {  padding: 0.875rem .75rem; }
.fc-button { background: #f8f9fa; border: none; color: #626262;  text-transform: capitalize;  box-shadow: none !important;  border-radius: 3px !important;  margin: 0 3px !important;
  padding: 6px 12px !important;  height: auto !important; }
.fc-button:focus { outline: 0; }
.fc-button:active { outline: 0; }
.fc-state-active { background: #00588a; color: #ffffff; }
.fc-today-button { background: #00588a;  color: #ffffff; }
.fc-event { border-radius: 2px; border: none; cursor: move; font-size: 13px; margin: 5px 7px; padding: 5px 5px; text-align: center; }
.fc-day-grid-event .fc-time { color: #ffffff; }
.fc-day-grid-event .fc-title {  color: #ffffff; }
.fc-event, .fc-event-dot { background: #00588a; }
.fc-day-header span {  padding: 15px 0; display: block; background: #f8f9fa; color: #1a1a1a; }

/*************************************
          instagram & flickr
**************************************/
.demoFeed li, .flickr-feed li  { list-style: none; display: inline-block; }
.demoFeed li, .flickr-feed li  { width: 25%; }
.demoFeed li img, .flickr-feed li img { width: 100%; height: 100% !important;  }

/*************************************
          instagram & flickr
**************************************/
.portfolio-creative h1 { font-size: 40px; line-height: 50px; font-weight: 500; margin-bottom: 20px; font-family: 'Dosis', sans-serif; }
.portfolio-creative del { background: none; color: #dadada; }

/*************************************
         index 12
**************************************/
 .business-banner-02 { height: 100vh; }
 .business-banner-02 h1 { font-size: 50px; line-height: 50px; font-weight: 600; }
 .business-banner-02 .box-newsletter { padding: 50px; background: rgba(38, 38, 38, 0.82); }
 .business-banner-02 .box-newsletter .form-control { background: #ffffff; }

 /*skill-counter*/
 .skill-counter { position: relative; background: #ffffff; margin-top: -100px; z-index: 999; padding: 60px; box-shadow: 0 0 40px rgba(0, 0, 0, 0.05); }

/*************************************
             index 13
**************************************/
.business-banner span { font-size: 36px; line-height: 36px; }
.business-banner h1 { font-family: 'Dosis', sans-serif; font-size: 100px; line-height: 100px; letter-spacing: 40px; font-weight: 600; margin-top: 20px; }
.business-banner p { font-size: 20px; line-height: 30px; padding: 0 360px; }
.business-13-about-content { box-shadow: 0 0 60px rgba(0,0,0,.1); padding: 100px; position: relative; margin-top: -80px; z-index: 4; }
.business-date-box { position: relative;  padding: 20px;  }
.business-date-box-text { position: relative; background: #ffffff; padding: 40px; }
.business-date-box-text h6 { line-height: 30px; }
.business-date-box-text h2 { font-size: 200px; line-height: 200px; display: inline-block; padding-right: 30px; position: relative; }
.business-date-box .business-date-box-text span { position: absolute; font-size: 20px; font-weight: bold; text-transform: uppercase; display: inline-block;   -ms-transform: rotate(-90deg);  -webkit-transform: rotate(-90deg); transform: rotate(-90deg); letter-spacing: 18px; vertical-align: top; right: -70px; top: 80px; }

 /*************************************
            index 14
**************************************/
.business-banner-03 h1 { font-size: 80px; line-height: 80px; font-weight: 400; margin-bottom: 30px; }
.business-banner-03 span { font-size: 20px; line-height: 20px; font-weight: 400; letter-spacing: 30px; }
/*business-video*/
.business-video .business-video-box { min-height: 600px;   }
.business-video .business-video-box .vertical-align { padding: 100px; width: 100%; }
.business-feature.feature-text { padding: 50px;  border-radius: 5px; position: relative; box-shadow: 0 10px 60px -13px rgba(0, 0, 0, 0.09); }

 /*************************************
            index 15
**************************************/
.business-banner-04 { height: 94vh; }
.business-banner-04 h1 { font-size: 80px; line-height: 80px; font-weight: 700; margin-top: 30px; margin-bottom: 30px; }
.business-banner-04 p { font-size: 17px; padding-right: 200px;  }
.business-banner-04 strong { font-size: 20px; margin-top: 20px; }
.business-feature-top { background: #ffffff; box-shadow: 0 0 60px rgba(0,0,0,.1); padding: 60px; position: relative; margin-top: -80px; z-index: 4; }
.portfolio-item .portfolio-overlay a.tag { background: #00588a; color: #ffffff; padding: 2px 10px; border-radius: 3px; display: inline-block; }
.portfolio-item .portfolio-overlay a.tag:hover { background: #323232; color: #ffffff; }

 /*************************************
            index 16
**************************************/
.business-banner-05 { height: 94vh; }
.business-banner-05 h1 { font-size: 50px; line-height: 50px; font-weight: 600; margin-top: 30px; margin-bottom: 30px; }
.business-banner-05 p { font-size: 17px; padding-right: 200px;  }
.business-service-box { border:1px solid #eeeeee; padding: 20px 20px; height: 100%; }
.business-service-box .title { padding: 67px 0; }
.business-big-testimonial .testimonial-info { font-size: 18px;  line-height: 34px; }

 /*************************************
            index 17
**************************************/
.business-banner-06 { height: 90vh; }
.business-banner-06 h1 { font-size: 50px; line-height: 60px; font-weight: 600; margin-top: 30px; margin-bottom: 30px; }
.business-banner-06 p { font-size: 17px; padding-right: 200px;  }


/*************************************
            boxed
**************************************/
@media (min-width: 1220px) {
body.boxed-layout .wrapper { float: none; width: 1220px; margin: 0 auto; position:relative; background-color: #FFF; box-shadow: 0 0 60px rgba(0,0,0,.1); -moz-box-shadow: 0 0 60px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 60px rgba(0,0,0,.1); }
/*index 01*/
body.boxed-layout .wrapper .portfolio-title.section-title p { display: none; }
body.boxed-layout .wrapper .portfolio-title.section-title span { display: none; }

/*index 02*/
body.boxed-layout .wrapper .contact-3 .g-map { padding-top: 140%; }
body.boxed-layout .wrapper .contact-2 .g-map { padding-top: 90% }
body.boxed-layout .wrapper.vertical-header { width: auto; box-shadow: none; }
body.boxed-layout #footer-fixed { position: inherit !important; width: inherit; bottom: inherit !important; z-index: inherit; }
body.boxed-layout .wrapper { margin-bottom: 0 !important; }
body.boxed-layout .christmas-coming-soon { position: absolute; }
body.boxed-layout .container { width: 1170px; }

body.frame-layout .wrapper { margin: 0 auto; margin-top: 1.5%; margin-bottom: 1.5%; width: 97%; position: relative;  box-shadow: 0 0 60px rgba(0,0,0,.1); }
body.frame-layout .header.default, body.frame-layout .header.transparent, body.frame-layout header.one-page { left: 0; right: 0; }
body.frame-layout .navbar.affix { top: 0; }
body.frame-layout header.one-page.light .navbar { min-height: 10px !important; }
body.frame-layout #footer-fixed { position: inherit !important; bottom: inherit !important; z-index: inherit; }
body.frame-layout .wrapper { margin-bottom:1.5% !important; }
body.frame-layout .christmas-coming-soon { position: absolute; }

}

@media print {
 .sidebar, footer, .admin-header, header, .page-title, #back-to-top, .action-box { display: none !important; }
 .content-wrapper{ width: 100% !important; margin-left:0;  }
}


@media all and (-ms-high-contrast:none) {
.st-menu { position: absolute; }
img.bottom-img { top: 0; }
.search-cart { display: table; }
.search { display: table-cell !important; }
.shpping-cart { display: table-cell !important; }
.search-cart .shpping-cart { float: none !important; }
.mega-menu > section.menu-list-items .search-cart .search { float: none !important; }
.search-cart .shpping-cart { vertical-align: middle; }
.logo-center.header .search .search-btn { line-height: 0px; }
.newsletter.fancy button { padding: 14px 20px; }
}

@media not all and (min-resolution:.001dpcm) {
   
    .newsletter.fancy button { padding: 14px 20px;  }

}

/* flag */
div.flag div {
    height:5px;
    float:left;
    border-bottom:1px solid #eeeeee;
}

    div.flag .green {
        width: 33%;
        background-color: green;
    }
    div.flag .white {
        width: 34%;
        background-color: #ffffff;
    }
    div.flag .red {
        width: 33%;
        background-color: red;
    }

/* CUSTOM */
.text-blue {
    color: #00588a !important;
}
.text-gold {
    color: #c89767 !important;
}

.rotate {
    -ms-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg) translate3d( 0, 0, 0);
    transform: rotate(-10deg) translate3d( 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
}

.skewy {
    -ms-transform: skewY(-5deg); /* IE 9 */
    -webkit-transform: skewY(-5deg); /* Safari */
    transform: skewY(-5deg);
}

.prl10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.prodotti h3 {
    font-size: 22px !important;
    text-align: center !important;
    background-color: #00588a !important;
    color: #ffffff !important;
    margin: 0 !important;
    padding: 10px 0 !important;
}

.fs-22 {
    font-size: 22px !important;
}
.fs-24 {
    font-size: 24px !important;
}

ul.ingredienti li {
    display: inline-block !important;
    width: 50% !important;
    float: left !important;
}

ul.ingredienti li span {
    margin-left:10px;
    color: #00588a;
    font-weight:700;
}
/*
Template:  Webster - Responsive Multi-purpose HTML5 Template
Author: potenzaglobalsolutions.com
Design and Developed by: potenzaglobalsolutions.com

NOTE: This file contains responsive Media Queries of the Template. You can edit/add anything in this file for responsive related changes!
*/


 /*****************
================================================
 (  Media Queries  )
================================================
 *******************/


/*************************
       1700px
*************************/    
@media (max-width: 1700px) {

.portfolio-title { padding: 60px 60px 30px; }
/*home-4  */
.our-blog .blog-box-image { max-height: 286px; }
.our-blog .blog-box-info { max-height: 286px; }
/* about-1 */
.feature-step-2 .feature-step-2-title-left h1 {  font-size: 60px;  line-height: 50px;}
.objects-left .objects-1 { left: -20px; }
.video-background-banner .slider-content { padding: 20px 30px; }
.scroll-down { bottom: 30px; }

/*************************************
             V2.5
**************************************/
.book-banner .slider-content-image .book { height: 500px; }
.fish-banner .slider-content h1 { font-size: 80px; line-height: 80px; }
.fish-banner .slider-content .fish-banner-image img { height: 500px; }
.fish-banner .fish-banner-content { padding-top: 90px; }
.fish-about:before { background-position: -250px; }
.awards-bg .awards:before { left: -20px; }
.awards-bg .awards:after { right: -20px; }
.hotel-banner-checkout .checkout .checkout-name h3 { font-size: 20px; }

} 

@media (max-width: 1500px) {

.portfolio-home .section-title p { font-size: 16px; }
/*home-4  */
.our-blog .blog-box-image { max-height: 262px; }
.our-blog .blog-box-info { max-height: 262px; }
.blog-box-image .portfolio-caption .port-tag li a { font-size: 12px; }
.slider-fade-carousel { height: 100%; }
.our-service { padding-bottom: 60px; }
.objects-left, .objects-right { display: none; }
.fullWidth .mega-menu .drop-down.grid-col-5 { width: 51.666667%; }
.fancy .mega-menu .drop-down.grid-col-5 { width: 51.666667%; }
/*home 9*/
.resume-contact .g-map { height: 642px; }


/*************************************
             V2.5
**************************************/
.plumber-banner .slider-content-image  img { height: 600px; }
.awards-bg, .certi-bg { padding: 80px 30px; }
.pizza-dish-main { overflow: hidden;
}
 

}

@media (max-width: 1400px) {

.portfolio-title { padding:40px 40px 0px; }
.portfolio-home .portfolio-title.section-title { margin-bottom: 20px !important; }
.portfolio-home .portfolio-title.section-title .button.mt-30 { margin-top: 10px !important; }
.our-blog .blog-box-image { max-height: 240px; }
.our-blog .blog-box-info { max-height: 240px; }
.our-blog .blog-box-info p.pb-20.pt-30 { padding: 10px 0 !important; }
.custom-content-3.hello-content .custom-content-3-image img { margin-top: 150px; vertical-align: bottom; width: 100%; }
.our-blog .blog-box-info span.text-white { display: none; }
/*contact*/
.contact-3-info .contact-add { text-align: center; }
.contact-3-info .contact-add i { float: none; text-align: center; display: block; margin: 0 auto; }
.contact-3-info .contact-add p { display: block; margin-top: 15px; }
/*home-9*/
.image-holder-2-bg { height: 700px; }
.feature-step-2 .feature-step-2-title-2-right h2 {  font-size: 24px;   line-height: 30px;}
.feature-step-2 .feature-step-2-title-2-right h3 {  font-size: 20px;   line-height: 24px;}
.feature-step-2-box {  padding: 50px 30px;}
.resume-page .container-fluid { padding: 0 30px; }
.resume-contact .contact-form-main { padding: 30px; }
.header.fancy.without-topbar .menu { top: 16px; }
#rev_slider_16_1_forcefullwidth .tp-parallax-wrap { margin-top: 20px; }
.awesome-features .img-side img { top: 20px; }
.video-background-banner .slider-content { padding: 30px 30px; }
.video-background-banner h1 { font-size: 60px; line-height: 60px; }

/*************************************
             v1.0.3
**************************************/
.slider-parallax.banner-personal .slider-content h1 { font-size: 110px; line-height: 120px; }
.slider-parallax.banner-personal .slider-content h1 strong { font-size: 132px; }

/*************************************
             v1.0.4
**************************************/
.movie-banner .slider-content .banner-popup { width: 72%; }

/*************************************
             v1.3
**************************************/
.blog-overlay blockquote.quote:before { display: none; }

/*************************************
             v2.5
**************************************/
.fish-banner .slider-content p { font-size: 22px; }
.hotel-feature-step .feature-step-2-box { padding: 70px 20px; }
.pizza-about .pizza-about-content { padding-top: 0; }
.footer-simple img#logo-footer { height: 30px; }


}

@media (max-width: 1272px) {
.our-blog .blog-box-image { max-height: 185px; }
.our-blog .blog-box-info { max-height: 185px; }
.our-blog .blog-box-image .portfolio-caption .port-tag li { margin-top: 0px; }
.our-blog .blog-box-image .portfolio-caption .button-border span { margin-top: 10px; padding: 4px 10px; font-size: 11px; }
.our-blog .blog-box-info a.button.button-white span { padding: 6px 16px; }
.our-blog .blog-box-info a.button.button-white i { padding: 11px; }
.our-blog .blog-box-info h1 { font-size: 20px; line-height: 20px; margin-bottom: 0; }
.our-blog .blog-box-info p { font-size: 14px; }
.our-blog .blog-box-info { padding: 15px 20px; }
/*home-5*/
.team-3 .team-social-icon a i { font-size: 12px; height: 30px; line-height: 31px; width: 30px; } 
/*about-1 page*/
.our-history .history-content { padding: 125px 20px; }
/*about me*/
.about-me .maintenance-progress-bar .progress-bar { margin: 0 15px; }
/*blog timeline*/
.blog.timeline-sidebar .timeline li.timeline-inverted .timeline-badge { left: -50px; }
/*error*/
.error-search-box { width: 91%; }
.fullWidth .mega-menu .drop-down.grid-col-5 { width: 61.666667%; }
.fancy .mega-menu .drop-down.grid-col-5 { width: 61.666667%; }
/* about-1 */
.feature-step-2 .feature-step-2-title-left h1 {  font-size: 40px;  line-height: 30px;}
.feature-step-2 .feature-step-2-title-2-right h2 {  font-size: 22px;   line-height: 24px;}
.feature-step-2 .feature-step-2-title-2-right h3 {  font-size: 18px;   line-height: 20px;}


/*************************************
             v2.5
**************************************/
.pricing-table.active .pricing-top a.button { padding: 12px 30px; }
.book-banner .slider-content-text h1 { font-size: 40px; line-height: 40px; margin-top: 10px !important; }
.book-banner .slider-content-text h2 { font-size: 30px; line-height: 30px; margin-top: 10px !important; }
.book-banner .slider-content-text p { font-size: 18px; line-height: 30px; margin-top: 0px !important; }
.book-banner .slider-content-text .button { margin-top: 3px !important; padding: 5px 10px; }
.book-banner .slider-content-image .book { height: 400px; }
.fish-banner .slider-content h1 { font-size: 60px; line-height: 60px; }
.fish-banner .slider-content p { font-size: 18px; }
.fish-banner .slider-content .fish-banner-image img { height: 400px; }
.hotel-banner-checkout .checkout .checkout-date .button span { font-size: 20px; }
.hotel-banner-checkout .checkout .checkout-name h3 { font-size: 18px; }
.hotel-banner-checkout .checkout .checkout-date .form-control, .hotel-banner-checkout .checkout .checkout-date .nice-select span { font-size: 24px; }
.hotel-banner-checkout .checkout .checkout-date label.mb-30 { margin-bottom: 15px !important; }
.hotel-banner-checkout .checkout .checkout-date > span { margin-bottom: 5px !important;  } 

}

@media (min-width: 1200px) {
.container { max-width: 1170px; }
}

@media (max-width: 1200px) {
.login-2-social li {margin: 0 3px;}
h2 {font-size: 28px;}
h4 {font-size: 18px;}
.title-effect::before { height: 25%; bottom: 4px; }
/*home2*/
.testimonial-2 .testimonial-center { width: 100%; }
.deal-banner img { width: initial; }
/*home 9*/
.footer-widget-social.float-right  { float: none !important; }
.blog-info h4 {font-size: 15px;}
.blog-info p {font-size: 16px; padding: 10px 0 20px;}
.blog-box.blog-1 .blog-info p { font-size: 14px; }
.feature-text.box, .feature-text.fill-box {padding: 30px;}
.nav.nav-tabs li a {margin-right: 5px; margin-bottom: 0px;}
.happy-clients .nav-tabs li img {height: 80px; width: 80px;}
.team .team-social-icon ul li a i {height: 35px; line-height: 35px; width: 35px; font-size: 14px;}
.team:hover .team-social-icon {bottom: 27%;}
.feature-info h5{font-size: 15px;}
.contact-3 .map-side {height: 878px;}
.contact-4 .map-side {height: 553px;}
.service-blog {padding-top: 0;}
.portfolio-home .isotope.columns-3 .grid-item { width: 50%; }
.portfolio-title { padding:60px 60px 30px; }
.action-box h3 { font-size: 22px; }
.action-box p { font-size: 15px; }
.vertical-header .container-fluid { padding: 0 30px; }
.team.team-round.full-border .team-description { padding: 30px 0; }
/*medical*/
.medical-tab .nav.nav-tabs li a { margin-bottom: 0; }
.deal-banner .countdown.small { margin: 0; }
/*404 error*/
.error-block { padding: 20px 0  70px 0px; }
.error-block .error-text h2 { font-size: 320px; }
.error-block .error-text span { font-size: 104px; right: 0; }
.error-text-02 h2 { font-size: 320px; }
.error-text-02 span { font-size: 104px; right: 0; }
.add-banner-2 .add-banner-content h2 { font-size: 42px; line-height: 42px; }
.pricing-content .pricing-table-list ul li { font-size: 14px; }
.pricing-content { width: 90%; }
.pricing-content .pricing-table-list ul li i { width: 18px; }
.round .nav.nav-tabs li a { padding: 12px 20px; }
#rev_slider_16_1_forcefullwidth .tp-parallax-wrap { margin-top: 50px; }
#services .feature-text.left-icon .feature-icon { position: relative; text-align: left; }
#services .feature-text .feature-icon span, #services .feature-text .feature-icon i { padding-left: 0; margin-bottom: 10px; }
#services .feature-text.left-icon .feature-info { padding-left: 0; }
.medical-tab .nav.nav-tabs li a { padding: 12px 20px; }
.login-social li { margin: 3px 0px; }
.blog.blog-grid-3-column .blog-detail .social.float-right { float: none !important; display: block; margin-top: 5px; }
.blog.blog-grid-2-sidebar .blog-detail .social.float-right { float: none !important; display: block; margin-top: 5px; }
.blog.masnary-blog-3-columns .blog-detail .social.float-right { float: none !important; display: block; margin-top: 5px; }
.blog.masonry-main .blog-detail .social.float-right { float: none !important; display: block; margin-top: 5px; }
.timeline .blog-detail .social.float-right { float: none !important; display: block; margin-top: 5px; }
.awesome-features .img-side img { top: 10%; }
.footer.footer-topbar .copyright ul li { padding: 0; }
.isotope.columns-4 .grid-item { width: 33.333%; }
.mega-menu .menu-links > li > a { padding: 0 10px; }


/*************************************
             v1.0.3
**************************************/
.blockquote-section blockquote { font-size: 40px; line-height: 40px; }

/*************************************
             v1.0.4
**************************************/
.christmas-countdown .countdown { margin: 0px 5px; width: 130px; height: 130px; }
.christmas-countdown .countdown span { font-size: 34px; }

.conference-about-content-right { padding: 92px 0; }
.conference-about-content-left { padding: 110px 0 80px 0px; }
.timer-banner .slider-content h1 { font-size: 80px; line-height: 80px; }

/*************************************
             v1.0.7
**************************************/
 .law-timeline .timeline-centered:before { left: 62px; }

/*************************************
             v1.0.8
**************************************/
 .portfolio-parallax-banner p { padding-right: 400px; }
 .portfolio-parallax-banner h2 { font-size: 90px; line-height: 90px; }

/*************************************
             v1.0.9
**************************************/
 .coming-soon-aerial .coming-soon-form.contact-form input { width: 100%; }
 .coming-soon-big { padding: 0; }
 .error-05 .error-bottom .tree { left: -120px; }
 .error-05 .error-bottom .back-to-home { right: 0; }
 .error-05 h3, .error-05 span { font-size: 50px; line-height: 50px; }
 .error-05 p { font-size: 22px; }
 .error-03 .error-404 h1 { font-size: 100px; line-height: 100px; }
 .error-03 .content h1 { font-size: 48px; }
 .error-03 .content h2 { font-size: 42px; }
 .coming-soon-birds .countdown { margin: 0px 10px; }


/*************************************
             v1.2
**************************************/
 .about-05-split .shop-split-content { padding: 20px 0; }
 .mega-menu .drop-down-multilevel { width: 200px; }

/*************************************
             v1.5
**************************************/
 #main-slider .slider-content h1 { font-size: 40px; }
.header.logo-center.magazine-header .mega-menu .menu-links > li > a { padding-top: 0; padding-bottom: 0; }
.header.logo-center.magazine-header .menu-logo { padding: 14px 0; }
#main-slider.shop-04-banner .slider-content h1 { font-size: 50px; line-height: 50px; }
#main-slider.shop-04-banner .slider-content p { font-size: 24px; line-height: 27px; }
#main-slider.shop-05-banner .slider-content h1 { font-size: 70px; line-height: 70px; }
.shop-05-top .pt-100 { padding-top: 40px !important; }
.fish-about:before { background-position: -200px;  background-size: 140%; }
.fish-gallery .section-title h2 { font-size: 40px; line-height: 70px; }
.fish-gallery .owl-carousel .owl-nav { left: -280px; bottom: 0; }
.fish-gallery .owl-carousel .owl-nav { left: 0; }
.hotel-banner-checkout .checkout .checkout-name h3 { font-size: 14px; }
.hotel-banner-checkout .checkout .checkout-date .button span { top: 20%; }
.pizza-feature-content { padding: 70px 30px; }

/*************************************
             v1.5
**************************************/
.burger-banner h1 { font-size: 70px; line-height: 70px; }
.burger-banner p { font-size: 24px; }
.burger-banner-ani { width: 370px; }
.burger-item-06 { top: 260px; }
.burger-item-05 { top: 210px; }
.burger-item-04 { top: 195px; }
.burger-item-03 { top: 140px; }
.burger-item-02 { top: 135px; }
.burger-item-01 { top: 25px; }

.burger-banner:hover .burger-banner-ani .burger-item-05 { top: 185px; }
.burger-banner:hover .burger-banner-ani .burger-item-04 { top: 170px; }
.burger-banner:hover .burger-banner-ani .burger-item-03 { top: 110px; }
.burger-banner:hover .burger-banner-ani .burger-item-02 { top: 95px; }
.skateboard-banner .slider-content-image img { height: 570px; }
.action-box a.button { right: 0; position: relative; top: inherit; margin-top: 10px; }
.action-box.gray-bg a.button, .action-box.black-bg a.button, .action-box.theme-bg a.button, .action-box.action-box-border a.button { right: 0; }
.agency-feature h3 { font-size: 22px; }
.action-box .action-box-text { padding-right: 0; }
.plumber-banner .slider-content-image img { height: 450px; }
.services-text-box-black { padding: 10px !important; }
.phone-holder { width: 280px; }
.highlights-phone.wht .phone-holder #fon  { background-size: 100%; }

/*************************************
             v3.2
**************************************/
.search-no-result .bg-title h2 { font-size: 350px; }

/*************************************
             v3.3
**************************************/
.barber-title span { font-size: 130px; }
.choose-us-bg { padding: 80px 20px; }
.tattoo-banner h1 { font-size: 60px; line-height: 80px; }
.portfolio-home .isotope.columns-3 .grid-item { width: 50%;}

/*************************************
             v3.6
**************************************/
.marketing-step .step-box { width: 180px; height: 180px; margin: 0 auto; }
.marketing-step .step-box h4 { line-height: 180px; }
.business-banner p { padding: 0 160px; }
.business-banner-03 h1 { font-size: 80px; line-height: 80px; }
.business-video .business-video-box .vertical-align { padding: 50px; }
.business-banner-04 h1 { font-size: 50px; line-height: 40px; }

}

@media only screen and (min-width: 992px) and (max-width: 1500px) {
.vertical-header .container { max-width: auto; }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
.container { max-width: 94%; }
/* about-1 */
.feature-step-2 .feature-step-2-title-2-right h2 {  padding-bottom: 5px; margin-bottom: 5px; }
.feature-step-2 .feature-step-2-title-2-right h3 {  margin-bottom: 5px;}
.feature-step-2 .feature-step-2-title-2-right p{line-height: 20px;}
.listing-banner h1 { font-size: 50px; line-height: 50px; }
.listing-places { padding-bottom: 230px; }

}


@media (max-width: 1025px) {
.mega-menu .menu-links > li > a { padding: 10px 8px; }
.portfolio-title { padding:30px 30px 30px; }
 /*error*/
.error-search-box { width: 100%; text-align: center; }
.clients-logo.line { width: 28.3333%; }
.clients-logo.line img { width: 90%; }
/*blog timeline*/
.blog .timeline > li > .timeline-badge { right: -66px; }
.blog .timeline > li.timeline-inverted > .timeline-badge { left: -63px; }
.deal-banner .caption { margin-top: 50px; margin-bottom: 50px; }
/*process*/
.action-box p { font-size: 13px; }
/*medical*/
.medical-tab .nav.nav-tabs li a { padding: 12px 10px; }
.membership-pricing-table table tr:first-child th .pricing-plan-price { font-size: 32px; }
.awesome-features .img-side img { top: 13%; }
.footer-social-big ul li { width: 66px; }
.footer .footer-social li, .footer ul.list-inline-item.text-left li { padding: 0 1px; }
.login-bg .login-social li a.fb { padding: 12px 14px; }
.isotope-filters button+button { margin-left: 2px; }
.happy-clients .nav-tabs li { padding: 0 2px; }
.header.fullWidth .container-fluid { padding: 0 15px; }


/*************************************
             v1.0.2
**************************************/
.action-box h3 { padding-right: 230px; }

/*************************************
             v1.0.6
**************************************/
.movie-banner .slider-content .banner-popup { width: 100%; }
.movie-banner .countdown.small { margin: 0; }
.movie-banner .countdown.round.small { width: 90px; height: 90px; }
.movie-banner .countdown p { font-size: 13px; }

/*************************************
             v1.0.7
**************************************/
 .law-timeline .timeline-centered:before { left: 56px; }

 
/*************************************
             v1.0.9
**************************************/
 .error-05 .error-bottom .board { left: 264px; }

/*************************************
             v1.2
**************************************/
.blockquote-section .action-box h3 { padding: 0; }

/*************************************
             v1.3
**************************************/
#main-slider.shop-06-banner .slider-content .slider  { width: 70%; }
.shop-08-product .container-fluid { padding: 0 15px; }
.fish-banner .slider-content .fish-banner-image img { height: 340px; }
.fish-banner .fish-banner-content { padding-top: 50px; }
.fish-banner .slider-content h1 { font-size: 40px; line-height: 40px; }
.fish-banner .slider-content p { font-size: 16px; }
.fish-gallery .section-title h2 { font-size: 40px; line-height: 60px; }
.hotel-banner-checkout .checkout .checkout-name { padding: 20px; }
.hotel-banner-checkout .checkout .checkout-name h3 { font-size: 14px; margin-bottom: 0 !important; }
.awards-bg, .certi-bg { padding: 40px 20px; }
.hotel-banner-checkout .checkout .checkout-date .button span { top: inherit; line-height: 54px; } 


/*************************************
             v3.0
**************************************/
.skateboard-box h2 { font-size: 27px; }
.bitcoin-banner h1 { font-size: 70px; line-height: 70px; }
.bitcoin-banner h3 { margin: 0 15px; font-size: 24px; }
.bitcoin-custom-content .counter label { font-size: 14px; }
.bitcoin-custom-content .counter span.icon { font-size: 40px; }

} 

@media only screen and (min-width: 768px) and (max-width: 999px) {
 .container{ max-width:96%; } 
}

@media(max-width:991px) {

/*************************
     Margin top
*************************/ 
.sm-mt-0 { margin-top: 0 !important; }
.sm-mt-10 { margin-top: 10px !important; }
.sm-mt-15 { margin-top: 15px !important; }
.sm-mt-20 { margin-top: 20px !important; }
.sm-mt-30 { margin-top: 30px !important; }
.sm-mt-40 { margin-top: 40px !important; }
.sm-mt-50 { margin-top: 50px !important; }
 /*************************
    Margin right
*************************/ 
.sm-mr-0 { margin-right: 0!important }
.sm-mr-10 { margin-right: 10px !important; }
.sm-mr-15 { margin-right: 15px !important; }
.sm-mr-20 { margin-right: 20px !important; }
.sm-mr-30 { margin-right: 30px !important; }
.sm-mr-40 { margin-right: 40px !important; }
.sm-mr-50 { margin-right: 50px !important; }
 /*************************
    Margin bottom
*************************/
.sm-mb-0 { margin-bottom: 0!important }
.sm-mb-10 { margin-bottom: 10px !important; }
.sm-mb-15 { margin-bottom: 15px !important; }
.sm-mb-20 { margin-bottom: 20px !important; }
.sm-mb-30 { margin-bottom: 30px !important; }
.sm-mb-40 { margin-bottom: 40px !important; }
.sm-mb-50 { margin-bottom: 50px !important; }
/*************************
    Margin left
*************************/
.sm-ml-0 { margin-left: 0!important }
.sm-ml-10 { margin-left: 10px !important; }
.sm-ml-15 { margin-left: 15px !important; }
.sm-ml-20 { margin-left: 20px !important; }
.sm-ml-30 { margin-left: 30px !important; }
.sm-ml-40 { margin-left: 40px !important; }
.sm-ml-50 { margin-left: 50px !important; }
  /*************************
    Padding top
*************************/
.sm-pt-0 { padding-top: 0!important }
.sm-pt-10 { padding-top: 10px !important; }
.sm-pt-15 { padding-top: 15px !important; }
.sm-pt-20 { padding-top: 20px !important; }
.sm-pt-30 { padding-top: 30px !important; }
.sm-pt-40 { padding-top: 40px !important; }
.sm-pt-50 { padding-top: 50px !important; }
 /*************************
    Padding right
*************************/
.sm-pr-0 { padding-right: 0!important }
.sm-pr-10 { padding-right: 10px !important; }
.sm-pr-15 { padding-right: 15px !important; }
.sm-pr-20 { padding-right: 20px !important; }
.sm-pr-30 { padding-right: 30px !important; }
.sm-pr-40 { padding-right: 40px !important; }
.sm-pr-50 { padding-right: 50px !important; } 
 /*************************
    Padding bottom
*************************/
.sm-pb-0 { padding-bottom: 0!important }
.sm-pb-10 { padding-bottom: 10px !important; }
.sm-pb-15 { padding-bottom: 15px !important; }
.sm-pb-20 { padding-bottom: 20px !important; }
.sm-pb-30 { padding-bottom: 30px !important; }
.sm-pb-40 { padding-bottom: 40px !important; }
.sm-pb-50 { padding-bottom: 50px !important; }
 /*************************
    Padding left
*************************/
.sm-pl-0 { padding-left: 0!important }
.sm-pl-10 { padding-left: 10px !important; }
.sm-pl-15 { padding-left: 15px !important; }
.sm-pl-20 { padding-left: 20px !important; }
.sm-pl-30 { padding-left: 30px !important; }
.sm-pl-40 { padding-left: 40px !important; }
.sm-pl-50 { padding-left: 50px !important; }
.row-eq-height {  display: block;}
h2 {font-size: 25px; line-height: 35px;}
h3 { font-size: 20px; }
h4 {font-size: 17px;}
h5 {font-size: 15px;}
.section-title { margin-bottom: 30px; }
/*home-1*/
/*header*/
.default { position: relative; background: #323232; }
/*menu*/
.mega-menu { min-height: 60px; }
.mega-menu .menu-logo > li > a { padding: 0; }
.mega-menu .menu-logo { padding: 10px 0; }
.search-cart span.icon, .search-cart i.icon { line-height: 50px; } 
.fancy .mega-menu > section.menu-list-items .menu-links { float: none; position: absolute; width: 100%; top: 100%; } 
.header.fancy .mega-menu > section.menu-list-items { box-shadow: none; }
.mega-menu .menu-logo img { height: 30px; margin: 5px 0; }
.mega-menu .menu-links { overflow: auto; }
.mega-menu .menu-links > li.active .drop-down-multilevel a:hover { color: #323232; }
.mega-menu .drop-down-multilevel li:hover > a i.fa { color: #323232; }
.mega-menu .drop-down-multilevel a {  display: block; }
.mega-menu .mobileTriggerButton { z-index: 1; }
.mega-menu .drop-down-multilevel, .mega-menu .drop-down, .mega-menu .drop-down-tab-bar { border-top: 0px !important; }
.header.light .mega-menu .menu-mobile-collapse-trigger:before, .header.light .mega-menu .menu-mobile-collapse-trigger:after, .header.light .mega-menu .menu-mobile-collapse-trigger span { background: #323232; }
.header.logo-center .mega-menu { min-height: 60px; }
/*fancy*/
.header.fancy .menu { position: relative; top: 0; }
.header.fancy .topbar + .menu {  top: 0px; }
.header.fancy .mega-menu .menu-mobile-collapse-trigger:before, .header.fancy .mega-menu .menu-mobile-collapse-trigger:after, .header.fancy .mega-menu .menu-mobile-collapse-trigger span { background: #323232; }
.header.fancy .mega-menu > section.menu-list-items { padding: 0; }
.header.fancy .mega-menu .menu-logo { padding: 16px 0px; }
.header.fancy .search-cart span.icon, .search-cart i.icon { line-height: 60px; }
.header.fancy .mega-menu .menu-links > li > a { line-height: 20px; }
.header.fancy .topbar { padding: 10px 0px 10px; }
.header.fancy .search-cart i.icon { line-height: 74px; }
.header.left-menu .menu-links {  padding-left: 0; }
.header.logo-center .menu-bar { border:0px; }
.header.transparent { position: relative; background: #323232; }
/*one page*/
header.one-page { position: relative; background: #323232; }
.navbar { margin-bottom: 0; }
.navbar-header { float: none;  }
.navbar-left,.navbar-right {  float: none !important; }
.navbar-toggle { display: block; margin-right: 0; }
.navbar-collapse { border-top: 1px solid transparent; box-shadow: inset 0 1px 0 rgba(255,255,255,0.1); padding-left: 22px; }
.navbar-fixed-top { top: 0; border-width: 0 0 1px; }
.navbar-collapse.collapse { display: none!important; }
.navbar-nav { float: none!important; margin-top: 7.5px; }
.navbar-nav>li { float: none; }
.navbar-nav>li>a { padding-top: 10px; padding-bottom: 10px; }
.collapse.in { display:block !important; }
.navbar .navbar-brand { padding:0;}
.navbar .navbar-brand img { height: 28px; }
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form { background: #323232; border:0; position: absolute; width: 100%; left: 0; right: 0; }
.navbar-collapse { box-shadow: none; }
.navbar-inverse .navbar-nav>li { padding: 15px 15px; }
.navbar-nav { float: none; }
.navbar-inverse .navbar-toggle { border:0; }
.navbar-toggle { margin-top: 14px; }
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover { background: transparent; } 
.header.burger { padding: 10px 10px;   }
.header.burger .logo img  { height: 30px; margin-top: 10px; }
.vertical-header { padding-left: 0; }
.vertical-header .header { left: inherit; padding-bottom: 150px; }
.vertical-menu .navbar-default .navbar-nav > li > a { padding: 10px 15px 10px 40px; }
.vertical-menu .navbar-nav .open .dropdown-menu { position: relative; background-color: #f4f5f6; }
.vertical-menu .navbar-nav>li>.dropdown-menu { margin-bottom: 10px; }
.vertical-menu .navbar-nav { margin: 0px; }
.vertical-menu .open>.dropdown-menu { display: inline-block; }
.vertical-menu  .content-scroller { margin-left: 0px; padding-top: 50px; }
#left-header{position:fixed; left:-230px; top:0; width:230px; height:100%; z-index: 9999; }
.but span {position: absolute; right:15px; top: 20px;  font-size: 24px;color: #fff; }
.but span { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); transition:all 0.5s ease-in-out; -webkit-transition:all 0.3s ease-in-out; -o-transition:all 0.3s ease-in-out; -ms-transition:all 0.3s ease-in-out; -moz-transition:all 0.3s ease-in-out; }
.but.active span { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -o-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); }
.menu-responsive b {  color: #84ba3f; font-size: 18px; text-transform: uppercase; }
.menu-responsive  { height:60px;  position: fixed; background: #000000; z-index: 9999; width: 100%; padding: 14px 15px; display: block; }
.vertical-menu .navbar-toggle { display: none; }
.vertical-menu .navbar-collapse.collapse { display: block !important;  background: transparent; }
 /*megamenu*/
.vertical-menu .menu .mega-menu .menu-links  { background: transparent; }
.vertical-menu .menu .mega-menu .menu-links > li > a { padding: 15px 23px; color: #ffffff; }
.vertical-menu .menu .mega-menu .menu-links > li { border-color: rgba(255, 255, 255, 0.2); }
.vertical-menu .mega-menu .menu-links { display: block !important; }
.vertical-menu .mega-menu .menu-mobile-collapse-trigger { display: none;  }
.vertical-menu .social-icons li { float: none; display: inline-block;  }
.vertical-menu .menu-widgets { bottom: 0; }
.header.fancy.without-topbar .menu { top: 0; }
.mega-menu > section.menu-list-items { height: 60px !important;  }
.fancy .mega-menu > section.menu-list-items { height: 70px !important;  }
.search .search-btn { line-height: 30px; }
.navbar .navbar-brand { padding: 15px 0; }
.logo-center .mega-menu .menu-logo { padding: 14px 0; }
.header.fullWidth .container-fluid { padding: 0 20px; }
 .mega-menu .drop-down-multilevel { width: inherit; } 
 .mega-menu .menu-links { padding: 10px; }

/*sticky header */
.header .mega-menu.mobileTopFixed .menu-list-items { background: #323232; }
.header.light .mega-menu.mobileTopFixed .menu-list-items { background: #ffffff;  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1); }
.header.fancy .mega-menu.mobileTopFixed section.menu-list-items { padding: 0 10px;  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);  }
.logo-center .mega-menu.desktopTopFixed .menu-list-items .menu-links > li > a { padding: 0px 8px; }
.header.logo-center .mega-menu.desktopTopFixed .menu-bar { width: 100%; }
.mega-menu.mobileTopFixed .menu-logo { padding: 10px 0; }
.header.fancy .mega-menu.desktopTopFixed .menu-logo { padding: 15px 0; }
.mega-menu.mobileTopFixed .search-cart .shpping-cart { vertical-align: inherit; }
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header { margin: 0; }
.header.vertical-menu .mega-menu.mobileTopFixed { display: none;}
.header.text-dark .mega-menu > section.menu-list-items .menu-links { background: #323232; }
.header.text-dark .mega-menu .menu-links > li > a { color: #ffffff; }
.header.text-dark .mega-menu .menu-links > li { border-color: rgba(255,255,255,0.1); }
.mega-menu .drop-down, .mega-menu .drop-down-tab-bar { padding: 0; }
.mega-menu .drop-down-multilevel {padding: 0; }
.header.text-dark  .mega-menu .drop-down-multilevel .drop-down-multilevel { border-color: rgba(255,255,255,0.1); }
.mega-menu .drop-down-multilevel a { padding: 10px 20px; }
.header.magazine-header .mega-menu.desktopTopFixed .menu-logo { padding: 14px 0; width: 100%; }
.header.logo-center.magazine-header .mega-menu .menu-links > li > a { padding-top: 0; padding-bottom: 0; }

/* header */
.st-effect-3 .header.default.fullWidth .search-cart { right: 50px; top: 3px; }

/*.page-title*/
.page-title { padding-top: 100px; text-align: left; }
.page-title .page-breadcrumb { float: none; text-align: left; }
.page-title.right .page-title-name { text-align: right; float: none; width: 100%; }
.page-title.right .page-breadcrumb { float: none; text-align: right; }
.portfolio-title.section-title { margin-bottom: 0; }
.happy-clients .tab-content { padding-bottom: 60px; }
.happy-clients .mt-60 { margin-top: 20px !important; }

.popup-video { margin-bottom: 30px; }
.custom-content { padding: 30px; }
.custom-content-3-image { display: none; }
.happy-clients .col-md-6.mt-60 { margin-top: 0 !important; }
/*inner-intro*/
.inner-intro { padding-top: 120px; }
/*page two sidebar*/
.page-two-sidebar .page-content { margin-top: 40px; }
/*clients-logo*/
.clients-logo.line { width: 32.3333%; float: none; display: inline-block; }
.clients-logo.line img { width: 100%; }
/*contact*/
.contact.contact-2 a.button { margin-bottom: 30px; }
.contact-3 .contact-add {  min-height: 310px; }
.contact-3 .contact-3-info { height: auto; }
.contact-3 .contact-map iframe { height: 400px; }
.contact-3 .map-side {  height: auto; position:inherit; }
.error-block { background-size: 90%;}
.error-block p { font-size: 26px; }
.error-search-box p { font-size: 19px; line-height: 35px; }
.map-side{position:inherit;}
/*action box*/
.text-right.action-box-button { text-align: left; }
/*home 6 */
.our-activities .accordion { margin-top: 60px; }
/*maintenance*/
.maintenance-main h1.mb-50 { font-size: 34px; margin-bottom: 10px !important; }
.maintenance-main i { font-size: 60px; }
.maintenance-form { width: 100%; }
.maintenance-progress-bar span { font-size: 24px; }
.feature-text.box, .feature-text.fill-box {padding: 20px 10px;}
.feature-text.box p {font-size: 14px;}
.feature-box-content { padding: 20px 15px 0;}
.feature-box a {padding: 0 15px;}
.skill-title {font-size: 15px;}
.counter .timer {font-size: 38px;}
.counter label {font-size: 14px;}
.team-3-box .team-overlay {padding: 30px 15px 0;}
.team-3-box {padding: 10px;}
.menu-bar {float: none;}
.mega-menu .menu-links > li > a{line-height: normal;}
.mega-menu .menu-mobile-collapse-trigger {height: 40px; top: 50%; transform: translateY(-50%); z-index: 9999; }
.search-cart {display: inline-block; position: absolute; right: 60px; top: 0; z-index: 999; }
.search-active .search-cart  { left: 0; width: 100%; }
.search .search-input input { width: 100%; }
.search-active .mega-menu .menu-mobile-collapse-trigger { z-index: 9; }
.footer p {font-size: 13px;}
.feature-text p{font-size: 14px;}
.accordion.accordion-2 .acd-group.acd-active .acd-heading {font-size: 22px;}
.split-section .img-side{display: none;}
.conference-split.split-section .img-side { display: block; }
.our-service { padding-bottom: 60px;}
.testimonial.boxed {padding: 50px 30px 75px;}
.feature-step-2 .feature-step-2-title-left h1 {font-size: 80px;}
.services-text-box-blue, .services-text-box-black {padding: 50px 30px;}
.highlights-phone {margin-top: 20px;}
.mobile-slider h5{font-size: 14px;}
.service-blog b{right: 0; font-size: 250px;}
.service-blog.left b{left: 0;}
/*blog pages*/
.blog.blog-grid-3-column .social.float-right { float: none; margin-top: 10px; display: block; width: 100%; }
.masonry.columns-3 .masonry-item { width: 50%; }
.blog.timeline-sidebar .timeline li.timeline-inverted .timeline-badge { left: -70px; }
/*portfolio*/
.isotope.columns-3 .grid-item { width: 50%; }
.isotope.columns-4 .grid-item { width: 50%; }
.isotope.columns-5 .grid-item { width: 50%; }
.masonry.columns-3 .masonry-item { width: 50%; }
.masonry.columns-4 .masonry-item { width: 50%; }
.masonry.columns-5 .masonry-item { width: 50%; }
.port-post-social.float-right { float: none !important; }
/*process*/
.process.left .process-content { padding-left: 50px; }
/*resume page*/
img.bottom-img { display: none; }
.resume-contact .g-map { height: 300px !important; }
.contact-4 .map-side { height: 300px !important; }
/*footer*/
img#logo-footer { height: 30px; }
.bottom-nav .owl-nav .owl-next { right: 44%; }
.bottom-nav .owl-nav .owl-prev { left: 44%; }
/*shortcode*/
/*blockquote*/
.blockquote-right { margin: 0; }
/*buttons*/
.buttons .button { margin-bottom: 10px; }
.buttons button { margin-bottom: 4px; }
.button + .button { margin-left: 3px; }
/*countdown*/
.countdown { margin: 0px 10px;  }
.countdown.medium {  margin: 0 15px; }
.countdown.large { margin: 0 10px; }
.countdown.round.medium { width: 140px; height: 140px; }
.countdown.medium span { font-size: 50px; }
.countdown.round.medium span { line-height: 58px; }
.countdown.round.large { width: 150px; height: 150px; }
.countdown.large span { font-size: 60px; }
.countdown.round.large span { line-height: 62px; }
.countdown.large p { font-size: 18px; }
.vertical-menu .social-icons li { margin: 0 3px 8px 0; }
/*actionbox*/
.action-box a.button { position: relative; top: inherit; margin-top: 20px; }
.action-box.theme-bg a.button, .action-box.black-bg a.button, .action-box.gray-bg a.button { right: inherit; }
.agency-about { padding-bottom: 60px !important; }
.vertical-header .container-fluid { padding: 0 15px; }
.resume-contact .contact-form-main { padding: 30px 15px; }
/*construction*/
.our-sercive1:before, .our-sercive1:after { display: none; }
.special-feature { top: 60px; margin-bottom: 0px; }
.page-section-1-pt { padding-top: 70px; }
.page-section-1-pb { padding-bottom: 70px; }
.page-section-1-ptb { padding: 70px 0; }
/*gym*/
.gym-about { background: #ffffff !important; }
/*medical*/
.appointment a.float-left { float: none !important; }
.appointment { margin-top: 0px; }
/*one page*/
.popup-video-banner h1 { font-size: 40px; line-height: 40px; }
.video-background-banner .slider-content { width: 100%; }
.video-background-banner h1 { font-size: 60px; line-height: 60px; }
/*shop*/
.shop-split.split-section { padding: 0px; }
.shop-split-content { padding: 40px 0; }
.shop-split.split-section .img-side  { display: block; }
.shop-split.split-section .img-holder { position: relative; top: inherit; width: inherit; height: inherit; padding: 130px; }
.shop-split.split-section .img-side.img-right { right: inherit; }
.shop-split.split-section .img-side.img-left { left: inherit; }
.shop-split.split-section .img-side { right: inherit; padding: 0; position: relative !important;  top: inherit; height: 100%; overflow: hidden; z-index: 100; }
.add-banner-2 .add-banner-content { padding: 60px 20px; }
.add-banner-2 .add-banner-content h2 {font-size: 28px;line-height: 28px; }
.add-banner-2 .add-banner-content h3 {font-size: 26px; line-height: 26px; }
.add-banner-2.text-center .add-banner-content h2 {font-size: 26px;line-height: 29px; }
/*portfolio-banner*/
.portfolio-banner .slider-content h1 { font-size: 30px; line-height: 30px;  }
.personal-typer-banner h1 { font-size: 70px; line-height: 70px; }
.personal-typer-banner h1 span { font-size: 35px; }
.deal-banner.maintenance-progress-bar img { width: 100%; }
/*404 error*/
.page-section-ptb.mt-150 { margin-top: 0 !important; }
.pricing-content { width: 90%; }
.process-list { padding-left: 30px; padding-right: 30px;  }

.special-feature .row-eq-height.no-gutter { margin-top: 40px; }
.interior-action-box .action-box { margin-top: 20px; }
.appointment .appointment-bg { margin-top: 50px; }

.process-list .col-sm-12 { padding: 0; }
.pricing-table.active .pricing-top a.button { padding: 12px 40px; font-size: 15px; }
.membership-pricing-table table tr:first-child th .pricing-plan-price { font-size: 22px; }
.membership-pricing-table table tr:first-child th .pricing-plan-name { font-size: 16px; }
.action-box.full-width a.button { right: 0; }
.team.team-round .team-description { padding-bottom: 0; }
.footer .divider { display: none; }
#rev_slider_16_1_forcefullwidth .tp-parallax-wrap { margin-top: 0px; }
.resume-contact .g-map { padding-top: 40%; }
.blog-box.blog-2 .button.icon-color { margin-top: 10px; float: none !important; }
.special-feature .row-eq-height { display: flex; }
.medical-tab .tab .nav.nav-tabs li a { font-size: 14px; padding: 12px 6px; }
.navbar { border-radius: 0; }
.contact-3 .g-map { height: 300px; padding: 0; }
.contact-2 .g-map { padding-top: 30%; }
.error-block .error-text h2 { font-size: 260px; }
.single-portfolio-post .port-information .social.float-right { flex: none !important; display: inline-block; width: 100%; }
.page-title .page-title-name { width: 100%; }
.page-title .page-breadcrumb { width: 100%; }
.js-video.big { padding-top: 18px; }
.special-feature .feature-text { padding: 30px 20px; }
.special-feature .feature-text .feature-icon span, .special-feature .feature-text .feature-icon i {padding-left: 0; margin-bottom: 10px; }
.typer-banner h1 { font-size: 70px; line-height: 70px; }
ul.page-breadcrumb { padding-top: 10px; }
.service-blog { margin-bottom: 40px; }
.blog .timeline > li > .timeline-badge { right: -56px; }
.blog .timeline > li.timeline-inverted > .timeline-badge { left: -53px; }
.action-box.action-box-border a.button { left: 0; }
.footer #logo-footer { height: 40px; }

/*************************************
             v1.0.2
**************************************/
.action-box h3 { padding-right:0px; }
.port-information img { width: 100%; }
.text-left.mt-100 { margin-top: 0 !important; }
.portfolio-03-about { padding-left: 0; }

/*************************************
             v1.0.3
**************************************/
.slider-parallax.typer-banner.business p { padding: 0; }
.blockquote-section blockquote.quote { padding-top: 50px; }
.blockquote-section blockquote.quote:before { line-height: 70px; }
.blockquote-section .blockquote-section-left { margin-left: 0; }
.blockquote-section .blockquote-section-right { margin-left: 0; }
.slider-parallax.banner-personal .slider-content span { font-size: 90px; line-height: 90px; }
.slider-parallax.banner-personal .slider-content h1 { font-size: 80px; line-height: 80px; margin-top: -40px; }
.slider-parallax.banner-personal .slider-content h1 strong { font-size: 96px; line-height: 70px; }

/*************************************
             v1.0.4
**************************************/
 .christmas-team { margin-top: 0 !important; }
 .christmas-event .blog-date { text-align: left; }
 .christmas-event .button.mt-60 { margin-top: 20px !important; }
 .christmas-price .mt-100.mb-100 { margin: 0 !important; }
 .christmas .coming-soon h1 { font-size: 30px; line-height: 30px; margin-bottom: 20px; }

 .timer-banner .slider-content-middle { top: 50%; }
 .timer-banner .slider-content h1 { font-size: 50px; line-height: 50px; margin-bottom: 20px; }
 .conference-about-content-right { margin-left: 0px; padding: 20px 0 0 ;  }
.conference-about-content-left { padding: 50px 0 30px 0px; }
.conference-about img { width: 100%; }
.conference-split-content { padding: 0; }
.conference-video .mt-100.mb-100 { margin: 0 !important; }

/*************************************
             v1.0.5
**************************************/
.one-page.light .navbar-inverse .navbar-toggle .icon-bar { background: #323232; }
.architecture-about h2 { font-size: 30px; line-height: 30px; }
.architecture-portfolio .text-right { text-align: left; margin-bottom: 30px; }
.architecture-portfolio .isotope-filters { text-align: left; }
.architecture-portfolio .mb-40 { margin-bottom: 0px !important; }
.architecture-about .mt-60.mb-60 { margin: 0 !important; }

/*************************************
             v1.0.6
**************************************/
.agency-banner .slider-content { padding: 0 0px 0 30px; }
.agency-banner .slider-content h1 { padding: 50px 20px 20px 20px; }
.movie-banner .slider-content-middle { top: 50%; }
.one-page.transparent { background: #323232; }
.one-page .social-icons { padding: 10px 0; right: 60px; }
.one-page.nav-center .navbar-collapse.collapse { text-align: left; }

/*************************************
             v1.0.7
**************************************/
.law-banner .slider-content { padding: 0; }
.law-timeline .timeline-centered:before { display: none; }
.law-timeline .timeline-label h3 { line-height: 12px; }
.law-timeline .timeline-centered .timeline-entry:last-child { margin-bottom: 0; }
.law-contact { padding: 0; }

/*************************************
             v1.0.7
**************************************/
.one-page.dark-text .navbar-inverse .navbar-nav>li>a { color: #ffffff; }

/*************************************
             v1.0.8
**************************************/
.agency-02-about-content-right { margin-left: 0;  }
.agency-02-action-box .action-box { margin-top: 40px; }
.agency-feature h3 { line-height: 60px; font-size: 16px; }
.action-box a.popup-youtube { position: relative; top: inherit; margin-top: 20px; right: inherit; }
.agency-02-action-box .action-box.white-bg { padding: 50px 20px }
.agency-02-action-box .popup-video-image a i { position: relative; top: 20px; transform: inherit; }
.agency-02-action-box .popup-video-image:before{ background: transparent;  }
.portfolio-parallax-banner p { padding: 0; }
.portfolio-parallax-banner h2 { font-size: 60px; line-height: 60px; }
.agency-02-about h3:before { display: none; background: none }

/*************************************
             v1.0.9
**************************************/
.coming-soon-middle { position: inherit; top: inherit; transform: inherit; padding: 50px 20px; }
.coming-soon-aerial .container-fluid { padding: 30px; }
.coming-soon-big .countdown.medium span { font-size: 80px; line-height: 80px; }
.coming-soon-big .countdown.medium p { font-size: 20px; line-height: 20px; }
.error-05 .button-home { display: block; }
.error-05 .back-to-home, .error-05 .penguin { display: none; }
.error-05 .error-bottom .tree { display: none; }
footer.error-03 .social-icons, footer.error-04 .social-icons { float: none; }
footer.error-03 .social-icons ul, footer.error-04 .social-icons ul { display: inline-block; text-align: center; }
.coming-soon-effects .coming-soon h1 { font-size: 40px; }

/*************************************
             v1.0.9
**************************************/
.about-05-split.page-section-ptb { padding: 0; }

/*************************************
             v1.2
**************************************/
.login-fancy { padding: 40px 30px; }
.login .vertical-align, .login.vertical-align { position: inherit; top: inherit; transform:inherit; }
.login.height-100vh { height: inherit; }
.login .height-100vh { height: inherit; }
.login-box .pos-bot { position: inherit; padding-bottom: 0 !important; }
.login-box-theme:before, .login-box-theme:after { display: none; }
.login-box-left { padding-bottom: 20px; }
.login-14, .login-15 { padding: 30px 40px; }
.login-14 .pb-50, .login-15 .pb-50 { padding-bottom: 0 !important; }
.login-box-left .pos-bot { position: inherit; padding-bottom: 0 !important; margin-top: 20px; }
.blockquote-section .action-box { padding: 40px 20px; }
.about-mission { margin-top: 40px; }
.about-mission-title { padding-bottom: 80px; }

/*************************************
             v1.3
**************************************/
.logo-center .mega-menu.desktopTopFixed .menu-list-items .menu-links > li > a { line-height: 40px; }
.blog-overlay .blog-image img { width: 100%; }
.mega-menu .menu-logo img.logo-big { height: 36px; }
 #main-slider .slider-content h1 { font-size: 30px; line-height: 30px; }
 #main-slider .slider-content .slider-left { width: 70%; }
 #main-slider .slider-content .slider-right { width: 30%; }
.header.logo-center.magazine-header .add-banner { display: none; }
.header.logo-center.magazine-header .menu-logo { width: inherit; margin-right: inherit; float: none; }
#main-slider.shop-04-banner .slider-content .slider { width: 100%; }
#main-slider.shop-04-banner .slider-content h1 { font-size: 30px; line-height: 30px; margin-bottom:10px !important; }
#main-slider.shop-04-banner .slider-content p { font-size: 18px; margin: 10px 0 !important; }
#main-slider.shop-04-banner .slider-content span { margin-bottom: 10px !important; font-size: 14px; padding: 6px 10px; }
#main-slider.shop-04-banner .slider-content a.button { padding: 5px 14px; }
.shop-05-top .top-product { margin-top: 30px; }
#main-slider.shop-05-banner .slider-content h1 { font-size: 50px; line-height: 50px; }
#main-slider.shop-06-banner .slider-content h1 { font-size: 40px; line-height: 40px; }
#main-slider.shop-06-banner .slider-content p { font-size: 14px; line-height: 20px; margin-bottom: 20px !important; }
.banner-shop-07 span { font-size: 80px; line-height: 100px; }
.banner-shop-07 h1 { font-size: 80px; line-height: 80px; }
.shop-08-product .section-title.text-left { text-align: center; }
.shop-08-product .isotope-filters { text-align: center; float: left !important; }

.header.fancy .search-cart .search { height: 70px; padding-right: 0; }
.header.fancy .search .search-btn { margin-top: 23px; }
.search .search-btn { margin-top: 16px; }
.search-cart .shpping-cart { vertical-align: top; }
.search-cart .search + .shpping-cart { padding-left: 5px; }


/*************************************
             v1.3
**************************************/
.book-banner .row.row-eq-height { display: flex; width: 100%; }
.plumber-banner .row.row-eq-height { display: flex; width: 100%; }
.plumber-banner .row.row-eq-height .col-sm-12 {position: inherit;} 
.plumber-banner .slider-content-text { left: 0; }
.product-feature img, .toch-future img { display: none; }
.toch-future { text-align: center; }
.fish-about:before { background: #ffffff; }
.fish-gallery p.text-white { color: #323232; margin-top: 10px !important; }
.fish-banner .slider-content .fish-banner-image img { height: inherit; }
.fish-banner .fish-banner-image { margin-right: 0; }
.fish-banner .slider-content h1 { font-size: 38px; line-height:  38px; }
.fish-banner .slider-content { margin: 0 30px; }
.fish-banner .slider-content a.button { padding: 0 15px; }
.hotel-banner .slider-content h1 { font-size: 50px; line-height: 50px; }
.hotel-banner .slider-content p { font-size: 20px; line-height: 30px; }
.hotel-banner-checkout .checkout { margin-top: 0; background: #050801; border-top: 0px; padding: 20px; }
.hotel-banner-checkout .checkout .checkout-name { padding: 0; }
.hotel-banner-checkout .checkout .checkout-name h3 { font-size: 24px; }
.hotel-banner-checkout .checkout .checkout-date { margin-top: 20px; }
.hotel-banner-checkout .checkout .checkout-date .button span { line-height: 33px; }
.pizza-about .pos-bot img { display: none; }
#header.pizza-menu .container-fluid { padding: 0 15px; }
#header.pizza-menu .mega-menu .menu-logo img {  height: 40px; }
#header.pizza-menu .mega-menu .menu-logo { padding: 5px 0; }
.rev-slider { margin: 0; }
header.one-page.light .navbar-inverse .navbar-collapse, header.one-page.light .navbar-inverse .navbar-form { background: #323232; }
.pizza-about .pizza-about-content { padding-bottom: 50px; }
.menu-body .menu-thumbnail { width: 100px; margin-bottom: 20px; }
.pizza-about h2 { font-size: 30px; }
.search-cart .side-menu-icon { vertical-align: top; padding-top: 20px; }

/*************************************
             v3.0
**************************************/
.make-call h2:before { display: none; }
.burger-welcome-content { padding-left: 0; padding-top: 30px; }
.burger-about.page-section-ptb  { padding-top: 0; }
.burger-about-content-right { margin-left: 0; }
.burger-custom-content h2 { font-size: 60px; line-height: 60px; }
.burger-contact .burger-contact-bg { left: 50px; height: 50px; }
.skateboard-box { margin-bottom: 150px; }
.skateboard-box .skateboard-box-content { padding-left: 200px; }
.skateboard-video .js-video { margin-bottom: 70px; }
.bitcoin-banner .button { font-size: 14px; padding: 7px 15px; margin: 14px 0 !important; }
.chart-bitcoin .chart-bitcoin-content { margin-top: 0; margin-bottom: 40px; }
.bitcoin-custom-content-02 .button {margin-top: 30px;}

.skateboard-banner .row.row-eq-height { display: flex; width: 100%; }
.skateboard-banner .row.row-eq-height .col-sm-12 {position: inherit;} 
.skateboard-banner .slider-content-text { left: 20px; }
.skateboard-banner h1 { font-size: 80px; line-height: 80px; }
.skateboard-about .about-image { height: 460px; }
.st-menu.right-side .pos-bot { bottom: inherit; }
.pricing-content .pricing-table-list ul li { font-size: 12px; }
.header.burger { position: relative; background: #ffffff; }
.header.burger span.text-white { color: #323232 !important; }
.skateboard-product { padding-top: 70px; }
.christmas-event .blog-image { width: 100px; }
.book-counter .counter { margin-top: 30px; }
.fish-gallery .fish-gallery-top { margin-top: 0; }
.fish-company { padding-bottom: 40px; }
.fish-gallery .section-title h2 { color: #ffffff; padding-top: 40px; }
.onepage-hover-01 .mega-menu .menu-mobile-collapse-trigger:before, .onepage-hover-01 .mega-menu .menu-mobile-collapse-trigger:after, .onepage-hover-01 .mega-menu .menu-mobile-collapse-trigger span { background: #323232; }
.process .border-area.left-bottom { width: 60px; }
.blog-box.blog-2 .blog-info { padding: 10px; }
.plumber-banner .slider-content-image { left: 20%; }

/*************************************
             v3.2
**************************************/
 .service-04-video { padding: 0 !important; }
 .service-07 .agency-02-about-content-right { margin-left: 0;}
 .search-no-result .bg-title h2 { font-size: 270px; }

/*************************************
             v3.3
**************************************/
.barber-header .mega-menu .topbar-social {display: none; }
.barber-header .mega-menu .topbar-telephone { display: none; }
.barber-header .mega-menu .menu-logo > li > a img { height: 30px; } 
.barber-header.logo-center .mega-menu .menu-logo { padding: 12px 0; }
.barber-title span { top: -45px; font-size: 100px; }
.barber .about-history { margin: 40px 0px; }
.choose-us { background: #323232 !important; }
.choose-us-bg { padding: 40px 0px; }
.choose-us .section-title { margin-bottom: 80px; }
.choose-us-after:after { position: absolute; width: 100%; height: 100%; content: ""; background: #f7f7f7; right: -100%; top: 0; }
.testimonial { margin-top: 25px; }
.header.text-dark .mega-menu.desktopTopFixed .menu-list-items { background: #323232; }
.promo-text { margin-bottom: 50px; }
.feature-step{padding: 240px 30px;}
.tattoo-banner h1 { font-size: 54px; line-height: 76px; }
.price-tattoo { padding: 0; }
.burger-dark { background: #000 !important; }
.burger-dark span.text-white { color: #ffffff !important; }       
.team .barber-section-title .w-50 { width: 100%!important; }


/*************************************
           jobs
**************************************/
.job-testimonial .testimonial-info { font-size: 18px; line-height: 28px; }
.job-testimonial .testimonial-info:before { font-size: 120px; }
.jobs-banner h1 { font-size: 60px; }
.jobs-banner span { font-size: 20px; }
.jobs-banner .mt-50 { margin-top: 20px !important; }
.listing-banner h1 { font-size: 40px; line-height: 40px; }
.listing-banner p { font-size: 20px; line-height: 20px; margin-bottom: 20px !important; }

/*************************************
         marketing-tab
**************************************/
.marketing-tab .tab-vertical .tab-content { margin-left: 0; }
.tab-vertical .nav-tabs { width: 100%; float: none; }
.marketing-tab .tab { margin-top: 40px; }
.marketing-banner .slider-content h1 { font-size: 32px; line-height: 50px; }
.marketing-action-box .popup-video-image a i { position: relative; top: 20px; transform: inherit; }
.marketing-action-box .popup-video-image:before  { background: transparent; }

/*************************************
            index 12
**************************************/
.business-banner-02 .box-newsletter { display: none; }

/*************************************
            index 13
**************************************/
.business-13-about-content { margin-top: 40px; padding: 30px; }
.business-13-about-content .pl-130.pr-130 { padding: 0px !important; }
.business-date-box-text h2 { font-size: 140px; }
.business-date-box .business-date-box-text span { letter-spacing: 7px; right: -60px; }
.business-banner h1 { font-size: 60px; line-height: 50px; line-height: 20px; }
.business-banner span { font-size: 24px; }
.business-banner p { padding: 0; }
.business-banner-03 h1 { font-size: 50px; line-height: 50px; }
.business-video .business-video-box .vertical-align { padding: 50px; }
.business-banner-03 span { font-size: 16px; letter-spacing: 6px; }
.business-feature-top { padding: 30px; }
.business-banner-04 p { padding: 0; }


}

@media(max-width:767px) {
/*************************
     Margin top
*************************/ 
.xs-mt-0 { margin-top: 0 !important; }
.xs-mt-10 { margin-top: 10px !important; }
.xs-mt-15 { margin-top: 15px !important; }
.xs-mt-20 { margin-top: 20px !important; }
.xs-mt-30 { margin-top: 30px !important; }
.xs-mt-40 { margin-top: 40px !important; }
 /*************************
    Margin right
*************************/ 
.xs-mr-0 { margin-right: 0!important }
.xs-mr-10 { margin-right: 10px !important; }
.xs-mr-15 { margin-right: 15px !important; }
.xs-mr-20 { margin-right: 20px !important; }
.xs-mr-30 { margin-right: 30px !important; }
.xs-mr-40 { margin-right: 40px !important; }
 /*************************
    Margin bottom
*************************/
.xs-mb-0 { margin-bottom: 0!important }
.xs-mb-10 { margin-bottom: 10px !important; }
.xs-mb-15 { margin-bottom: 15px !important; }
.xs-mb-20 { margin-bottom: 20px !important; }
.xs-mb-30 { margin-bottom: 30px !important; }
.xs-mb-40 { margin-bottom: 40px !important; }
/*************************
    Margin left
*************************/
.xs-ml-0 { margin-left: 0!important }
.xs-ml-10 { margin-left: 10px !important; }
.xs-ml-15 { margin-left: 15px !important; }
.xs-ml-20 { margin-left: 20px !important; }
.xs-ml-30 { margin-left: 30px !important; } 
.xs-ml-40 { margin-left: 40px !important; } 
 /*************************
    Padding top
*************************/
.xs-pt-0 { padding-top: 0!important }
.xs-pt-10 { padding-top: 10px !important; }
.xs-pt-15 { padding-top: 15px !important; }
.xs-pt-20 { padding-top: 20px !important; }
.xs-pt-30 { padding-top: 30px !important; }
.xs-pt-40 { padding-top: 40px !important; }
 /*************************
    Padding right
*************************/
.xs-pr-0 { padding-right: 0!important }
.xs-pr-10 { padding-right: 10px !important; }
.xs-pr-15 { padding-right: 15px !important; }
.xs-pr-20 { padding-right: 20px !important; }
.xs-pr-30 { padding-right: 30px !important; } 
.xs-pr-40 { padding-right: 40px !important; } 
 /*************************
    Padding bottom
*************************/
.xs-pb-0 { padding-bottom: 0!important }
.xs-pb-10 { padding-bottom: 10px !important; }
.xs-pb-15 { padding-bottom: 15px !important; }
.xs-pb-20 { padding-bottom: 20px !important; }
.xs-pb-30 { padding-bottom: 30px !important; }
.xs-pb-40 { padding-bottom: 40px !important; }
 /*************************
    Padding left
*************************/
.xs-pl-0 { padding-left: 0!important }
.xs-pl-10 { padding-left: 10px !important; }
.xs-pl-15 { padding-left: 15px !important; }
.xs-pl-20 { padding-left: 20px !important; }
.xs-pl-30 { padding-left: 30px !important; }
.xs-pl-40 { padding-left: 40px !important; }
h1 { font-size: 30px; }
h2 { font-size: 26px; }
.page-section-ptb { padding: 50px 0; }
.page-section-pt { padding: 50px 0 0; }
.page-section-pb { padding: 0 0 50px; }
.page-section-1-ptb { padding: 60px 0; }
.header.fullWidth .container-fluid { padding: 0 20px; }
/*header topbar*/
.topbar-call.text-left { text-align: center; margin-bottom: 10px; }
.topbar-social.text-right { text-align: center; }
.custom-content { margin-top: 0px; }
/*testimonial*/
.testimonial-2 { padding-bottom: 80px; }
/*team*/
.team-3-box img { width: 100%; }
/*accordian*/
.accordion.accordion-2 .acd-group .acd-heading { padding-left: 0px; padding-right: 0px;  }
/*footer*/
.footer-logo img { height: 60px; width: inherit; }
img#logo-footer { height: 40px; }
.footer .footer-nav.text-right { text-align: left; margin-top: 20px; }
.social.text-right { text-align: left; margin-top: 20px; }
.footer-contact { margin-top: 0; box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1); }
.our-clients.theme-bg { padding-bottom: 60px; }
.footer-contact .contact-box  { margin-bottom: 20px; }
.copyright.mt-50 { margin-top: 10px !important; }
.copyright .text-right { text-align: left; margin-top: 15px; }
footer .social-icons.float-right { float: left !important; width: 100%; }
.footer-widget.mt-60 { margin-top: 0 !important; }
.footer-box { margin-bottom: 20px; margin-top: 30px; }
/* Coming soon page */
.coming-soon-main { overflow: hidden; }
.coming-soon-main i { font-size: 70px; }
.coming-soon-countdown ul.countdown li span { font-size: 60px; }
.coming-soon-countdown ul.countdown li p { font-size: 16px; }
.coming-soon-main p { font-size: 18px; line-height: 26px; }
.coming-soon-main h1 { font-size: 42px; margin-bottom: 20px; }
/*error*/
.error-search-box input { width: 73%;  }
.error-block p { font-size: 20px; }
.error-block h1 { font-size: 80px; }
.error-404-2 .error-block h1 { font-size: 290px; }
.maintenance-progress-bar .progress-bar { display: block; margin: 0 auto 90px; }
.maintenance-progress-bar { margin: 30px 0 60px; }
.maintenance-main p { margin-bottom: 10px; }
/*portfolio*/
.isotope.columns-3 .grid-item { width: 50%; }
.isotope.columns-4 .grid-item { width: 50%; }
/*about-1 page*/
.about .feature-3 { margin-bottom: 30px; }
.feature-text.box, .feature-text.fill-box{ padding: 30px;}
.footer-widget { text-align: left; }
.xs-text-left{text-align: left;}
.xs-text-center{text-align: center;}
.xs-text-right{text-align: right;}
.pricing-table{margin: 0 0 30px;}
.team-3-box, .team{margin-bottom: 30px;}
.lead {font-size: 14px;}
.inner-intro { text-align: center;}
ul.page-breadcrumb { padding-top: 30px;}
.feature-step-2-box {padding: 20px;}
.feature-step-2 .feature-step-2-title-left h1 {font-size: 50px;}
.our-app{background-image: none !important;}
.valign > [class*="col-"] {display: block;}
.highlights-phone {margin: 30px 0;}
/*blog pages*/
.masonry.columns-2 .masonry-item { width: 100%; }
.masonry.columns-3 .masonry-item { width: 100%; }
/* blog timeline */
.blog ul.timeline:before { left: 40px; }
.blog ul.timeline > li { margin-bottom: 20px; position: relative; width:100%; float: left; clear: left; }
.blog ul.timeline > li > .timeline-panel { width: calc(100% - 90px); width: -moz-calc(100% - 90px); width: -webkit-calc(100% - 90px); }
.blog ul.timeline > li > .timeline-badge { left: 12px; margin-left: 0; top: 16px; }
.blog ul.timeline > li > .timeline-panel { float: right; }
.blog ul.timeline > li > .timeline-panel:before { border-left-width: 0; border-right-width: 15px; left: -15px; right: auto; }
.blog ul.timeline > li > .timeline-panel:after { border-left-width: 0; border-right-width: 14px; left: -14px; right: auto;  }
.blog .timeline > li.timeline-inverted { float: left; clear: left; margin-top: 30px; margin-bottom: 30px; }
.blog .timeline > li.timeline-inverted > .timeline-badge { left: 12px; }
.blog .timeline-panel img { width: 100%; }
.blog .timeline li.entry-date-bottom { text-align: left; }
.blog .timeline li.entry-date-bottom a { font-size: 13px; padding: 8px 10px; }
.blog .timeline li.entry-date { text-align: left; }
.blog .timeline li.entry-date span {  font-size: 13px; padding: 8px 10px;  }
.blog.timeline-sidebar .timeline li.timeline-inverted .timeline-badge { left: 23px; }
.blog .timeline > li:nth-child(2) { margin-top: 0; } 
.blog .timeline > li.timeline-inverted { margin-top: 10px; }
.blog.timeline-sidebar .timeline > li.timeline-inverted { margin-bottom: 20px; }
.blog.timeline-sidebar .timeline > li.timeline-inverted:nth-child(2) { margin-bottom: 0px; }
.blog.timeline-sidebar .timeline li .blog-entry-grid .grid-post li { width: 100%; }
/*login 2*/
.login-2-social li { margin-bottom: 10px; }
/*maintenance*/
.progress-new { width: 100%; }
.maintenance-form input { width: 100%; }
/*portfolio*/
.isotope.columns-2 .grid-item { width: 100%; }
.isotope.columns-3 .grid-item { width: 100%; }
.isotope.columns-4 .grid-item { width: 100%; }
.isotope.columns-5 .grid-item { width: 100%; }
.masonry.columns-3 .masonry-item { width:100%; }
.masonry.columns-4 .masonry-item { width:100%; }
.masonry.columns-5 .masonry-item { width:100%; }
/*shop*/
.deal-banner img { width: 100%; }
/*process*/
.process.left .process-content .process-icon { display: block; margin-bottom: 20px; }
.process.left .process-content { padding-left: 40px; }
.process.right .process-content { padding-right: 40px; }
.process.right .process-content .process-icon { float: none; margin-bottom: 20px; }
.process.left .process-step { top: 30px; }
.process .process-step strong { width: 40px; height: 40px; line-height: 40px; }
.process.left .process-step { left: -20px; }
.process.right .process-step { right: -20px; }
/*resume*/
.resume-page .container-fluid { padding: 0 15px; }
/*shortcode*/
.clients-list ul li, .clients-list.column-4 ul li, .clients-list.column-3 ul li { width: 50%; }
/*countdown*/
.countdown.round { width: 100px; height: 100px; }
.countdown.round span { font-size: 30px; line-height: 30px; }
.countdown.round { padding: 16px; }
.countdown.round.medium { width: 100px; height: 100px; }
.countdown.round.medium span { font-size: 30px; line-height: 30px; }
.countdown.round.medium p { font-size: 14px; }
.countdown.round.large { width: 100px; height: 100px; }
.countdown.round.large span { font-size: 30px; }
.countdown.round.large span { line-height: 30px; }
.countdown.round.large p { font-size: 14px; }
/*datatables*/
.dataTables_paginate .pagination>li  { display: inline-block; text-align: center; }
.datatable-base .table-responsive { border: 0;  }
/*feature text*/
.feature-text.left-icon .feature-icon { padding-left: 15px; }
.feature-text.right-icon .feature-icon { padding-right: 15px; }
/*tab*/
.tab-vertical .nav-tabs { width: 100%; }
.tab-vertical .tab-content { width: 100%; margin-left: 0; }
.feature-text .feature-icon span, .feature-text .feature-icon i { padding-left: 0; }
.bg-top-before  { padding-top: 40px !important; }
.bg-top-before:before { display: none; }
.bg-top-before.pb-150 { padding-bottom: 40px !important; }
 /*gym*/
.course { margin-bottom: 20px; }
.medical-tab .tab .nav.nav-tabs li.active a:before { display: none; }
/*one page*/
/*mobile app*/
.mobile-app-about h2 { font-size: 40px; line-height: 40px; }
/*product*/
.product .product-image img { width: 100%; }
/*portfolio-banner*/
.portfolio-banner .slider-content h1 { font-size: 20px; line-height: 20px; }
.portfolio-banner .slider-content span { font-size: 12px; line-height: 18px; }
/*404 error*/
.error-block  { padding: 0; }
.error-block .error-text { padding: 0; display: none; }
.error-block h1 { padding: 0; }
.error-text-02 { display: none; }
.interior-action-box { margin-top: 30px; }
/*slider */
#rev_slider_11_1_wrapper strong { font-size: 20px !important; }
#rev_slider_13_1_wrapper i { font-size: 20px !important; }
.process-list { padding-left: 30px; padding-right: 30px;  }
.isotope, .masonry { margin: 0; }
.app-home { padding-bottom: 40px; }
 .services-text-box-green { padding: 50px 15px !important; }
.services-text-box-blue, .services-text-box-black { padding: 50px 15px !important; }
.bottom-nav .owl-nav { bottom: 20px; }
.blog-box.blog-2 .button.icon-color { margin-top: 0px; float: right !important; }
.team.team-hover.team-border .team-photo img { width: 100%; }
.owl-carousel .owl-dots { bottom: -15px; }
.special-feature .row-eq-height { display: block; }
.course img { width: 100%; }
.footer .footer-social ul.text-right { text-align: left; }
.cafe-counter.mt-60 { margin-top: 0px !important; }
.blog .timeline li.entry-date { top: -20px; }
.blog.timeline-sidebar .timeline li.entry-date { top: -20px; }
.footer .footer-widget .footer-widget-social.text-right { text-align: left; }
.footer.footer-one-page .footer-widget  { text-align: center; }
.footer.footer-one-page .footer-widget .footer-widget-social.text-right { text-align: center; }

/*************************************
             v1.0.2
**************************************/
.footer .container-fluid { padding: 0 15px; }
.text-left.mt-100 { margin-top: 40px !important; } 

/*************************************
             v1.0.3
**************************************/
.slider-parallax.typer-banner.business h1 { line-height: 30px; font-size: 40px; }
.play-video-section .content { padding: 0; }
.slider-parallax.banner-personal .slider-content span { font-size: 70px; line-height: 70px; }
.slider-parallax.banner-personal .slider-content h1 { font-size: 60px; line-height: 60px; margin-top: -20px; }
.slider-parallax.banner-personal .slider-content h1 strong { font-size: 72px; line-height: 60px; }

/*************************************
             v1.0.4
**************************************/
.countdown p { font-size: 13px; }
.christmas-about .feature-text { margin-bottom: 50px; }
.christmas-form-content h2 { font-size: 40px; line-height: 40px; }
.happy-clients .mb-40 { margin-bottom: 0 !important; }
.christmas-form-content.mt-100 { margin-top: 60px !important; }
.christmas-team .team .team-photo img { width: 100%; }
.timer-banner .slider-content h1 { font-size: 30px; line-height: 30px; }

/*************************************
             v1.0.6
**************************************/
.movie-banner .slider-content-middle { padding: 0; }

/*************************************
             v1.0.7
**************************************/
.law-banner .slider-content h1 { line-height: 30px; font-size: 30px; }

/*************************************
             v1.0.8
**************************************/
.banner-agency-02 h1 { font-size: 30px; line-height: 30px; }
.agency-02-contact .footer-contact { margin-top: -50px; }
.agency-02-contact-title .mb-50 { margin-bottom: 0 !important; }
.agency-02-contact .footer-contact { margin-bottom: 30px; }
.portfolio-parallax-banner h2 { font-size: 50px; line-height: 50px; }

/*************************************
             v1.0.9
**************************************/
.coming-soon-big .countdown.medium span { font-size: 40px; line-height: 40px; }
.coming-soon-big .countdown.medium p { font-size: 16px; line-height: 16px; }
.error-05 h1 { font-size: 80px; line-height: 80px; }
.list-unstyled.pl-60 { padding-left: 0 !important;}
.page-title.light-overlay { padding-top: 200px; }
.divider.pt-70, .divider.pt-50 { padding-top: 30px !important; }
.page-title.light-overlay { padding-top: 200px; }
.faq-box { margin-top: 30px; }
 .faq-page-title .mt-50 { margin-top: 10px !important; }
 #main-slider.shop-05-banner .slider-content h1 { font-size: 40px; line-height: 40px; }
#main-slider.shop-06-banner .slider-content h1 { font-size: 30px; line-height: 30px; margin-bottom: 10px !important; }
#main-slider.shop-06-banner .slider-content p { font-size: 14px; line-height: 20px; margin: 10px 0 !important; }
#main-slider.shop-06-banner .slider-content a.button { font-size: 10px; padding: 6px 10px; }
.shop-07-product .product.mt-80 { margin-top: 0 !important; }
.banner-shop-07 h1 { font-size: 50px; line-height: 50px; }

/*************************************
             v2.5
**************************************/
.book-counter .counter { margin-top: 30px; }
.book-custom-block h2 { font-size: 40px; line-height: 40px; }
.book-banner .row.row-eq-height { display: block; }
.book-banner .row.row-eq-height .col-sm-12 {position: inherit;}
.book-banner .slider-content-text { top: 100px; text-align: center; width: 100%; }
.book-banner .slider-content-image { bottom: 50px; left: -100px; display: block; text-align: center; width: 100%; }
.book-banner .slider-content-image .book { height: 230px; }
.book-banner .slider-content-image .text { height: 180px; }
.book-banner .slider-content-text h2, .book-banner .slider-content-text p { display: none; }
.book-banner .slider-content-image .text { display: none; }
.plumber-banner .slider-content-image img { height: 500px; }
.plumber-contact-bg { margin-top: 60px; }
.product-banner .slider-content h1 { font-size: 50px; line-height: 50px; }
.product-video .product-video-box .vertical-align { padding: 30px; }
.product-video .product-video-box { min-height: 400px; }
.fish-banner { height: inherit; padding: 230px 0  }
.fish-banner .slider-content .fish-banner-image img { height: 230px; margin-top: 30px; margin-bottom: 30px; }
.fish-banner .slider-content { text-align: center; }
.fish-banner { background: #e6ebf0 !important; }
.fish-gallery .fish-gallery-top { margin-top: 40px; padding-bottom: 60px; }
.fish-gallery .section-title h2 { color: #ffffff; }
.fish-footer .fish-image { margin-top: -60px; }
.one-page.light .container-fluid { padding: 0 15px; }
.hotel-banner-checkout .checkout-date .form-control { margin-bottom: 0; }
.hotel-banner-checkout .checkout .checkout-date { padding-top: 0; }
.team .team-photo img { width: 100%; }


/*************************************
             v3.0.
**************************************/
.make-call h2, .make-call strong { font-size: 30px; }
.make-call span { font-size: 26px; margin-bottom: 0; }
.burger-custom-content h2 { font-size: 40px; line-height: 40px; }
.burger-banner .slider-content-middle { top: 140px; }
.skateboard-banner h1 { font-size: 70px; line-height: 70px; }
.bitcoin-about-bg { margin-top: 40px; padding: 50px 30px; }
.currency-calculator .feature-text .feature-arrow { display: none; }
.bitcoin-custom-conten-box { padding: 50px 20px; }
.bitcoin-custom-content-02 .counter span { font-size: 70px; line-height: 70px; }
.bitcoin-custom-content-02 p { font-size: 14px; }
.bitcoin-custom-content-02 .counter label { margin-bottom: 20px; }
.skateboard-about { padding-top: 100px; }
.medical-tab .tab .nav.nav-tabs li a.active:before { border:none; }
.hotel-banner-checkout .checkout .checkout-date { height: inherit; }
.process .border-area.left-bottom { width: 30px; }
.blog-box.blog-2 .blog-info { padding: 20px; }
.plumber-banner .slider-content-image { left: 10%; }

/*************************************
             v3.2
**************************************/
 .secrvice-blog { margin-top:-30px; }
 .search-no-result { padding: 40px 0px; }
 .search-no-result .bg-title h2 { font-size: 170px; }

/*************************************
             v3.3
**************************************/
.barber-title span { top: -57px; font-size: 80px; }
.barber .about-history { margin: 40px 30px 30px 30px; }
.choose-us-bg { padding: 40px; }
.barber-team { background-size: 100%; }
.pricing-image img { width: 100%; }
.team.team-list .team-description { text-align: center; }
.tattoo-section-title, .tattoo-section-title-02 { display: none; }      
.barber-section-title .w-50, .barber-section-title .w-25 { width: 100%!important; }
.team .barber-section-title { bottom: 30px; }

/*************************************
             jobs
**************************************/
.jobs-banner h1 { font-size: 40px; line-height: 30px; }
.job-list { text-align: center; }
.job-list h5 { margin: 15px 0; }
.listing-banner-categorie { display: none; }
.listing-search { margin-top: 60px; padding: 20px; }

/*************************************
             marketing
**************************************/
.marketing-banner  p { display: none; }
.marketing-service  .feature-text.left-icon .feature-icon { padding-left: 0; }
.our-history.timeline-left .timeline > li > .timeline-badge { left: 3%; }
.our-history.timeline-left .timeline:before { left: 3%; }
.our-history.timeline-left .timeline > li > .timeline-panel { width: 100%; padding: 40px 20px 20px 45px; }
.our-history.timeline-left .timeline > li.timeline-inverted > .timeline-panel::before, .our-history.timeline-left > li > .timeline-panel::before { display: none; }

/*************************************
             index 12
**************************************/
.business-banner-02 p { display: none; }
.business-date-box-text h2 { margin-bottom: 50px; }
.business-banner-05 h1 { font-size: 30px; line-height: 34px; }
.business-banner-05 p { padding: 0; }

}

@media(max-width:600px) {
h3 { font-size: 22px; }
.search-box { width: 210px; }
.section-title p { font-size: 16px; }
/*cart*/
.shpping-cart .cart { width: 290px; }
.shpping-cart .cart-total a { margin-bottom: 10px; }
.portfolio-home .isotope.columns-3 .grid-item { width: 100%; }
.portfolio-title { padding: 40px 30px; }
.main-counter .counter-info span.counter { font-size: 40px; }
/*action-box*/
.action-box { text-align: center; }
.action-box .action-box-button { text-align: center; }
  /*skills*/ 
.skills-2.col-2 li { width: 100%; margin-bottom: 0; margin-right: 0; float: none; } 
.skills-2.col-2.mr-60 { margin-right: 0 !important; }
/*error*/
.error-block { padding: 30px 0px; }
.error-block h1 { font-size: 70px; }
.error-404-2 .error-block h1 { font-size: 200px; line-height: 200px; }
.error-404-2 .error-block p { font-size: 16px; }
/*maintenance*/
.maintenance-main h1.mb-50 { font-size: 28px; }
.maintenance-2 .maintenance-main h1 { font-size: 32px; }
 /*portfolio*/
.isotope.columns-3 .grid-item { width: 100%; }
.isotope.columns-4 .grid-item { width: 100%; } 
/*============== New ==============*/
/*about-1 page*/
.clients-logo.line img{height:65px;}
/*contact us*/
.contact-form .section-field { width: 100%; }
.touch-in .contact-box { margin: 20px 0; }
/*our-history .timeline*/
.our-history .timeline > li.timeline-inverted > .timeline-panel::before,
.our-history .timeline > li > .timeline-panel::before {  left: 40px;}
.our-history .timeline > li > .timeline-panel {  padding: 40px 20px 20px 75px;  text-align: left;  width: 100%;}
.our-history .timeline > li > .timeline-badge {  left: 41px;}
.our-history .timeline > li > .timeline-badge p {  margin-left: 40px;}
.our-history .timeline > li.timeline-inverted .timeline-badge p {  float: left;  margin-right: 0;  text-align: left;}
.feature-text .feature-icon {font-size: 38px;}
.skill {margin: 60px 0 20px;}
.feature-text.box {padding: 30px;}
.happy-clients .nav-tabs li img {height: 50px; width: 50px;}
.testimonial-info p {font-size: 15px; margin: 25px 0 0; padding: 0 0 20px;}
.testimonial-2 .testimonial-info p::before {font-size: 100px;}
/*blog pages*/
.social.float-right { float: none; margin-top: 10px; display: block; width: 100%; }
.port-post-social.float-right { float: none !important; }
.port-post-photo { display: block; float: none; }
.port-post-info { padding-left: 0; margin-top: 20px; display: block; }
.comments-1.comments-2 { padding-left: 40px; }
.comments-1 .comments-photo { float: none; }
.comments-1.comments-2 .comments-info { padding: 20px 0px 10px; }
 
/*team single*/
.our-team .team-details .social { float: none !important; width: 100%; margin-bottom: 20px; }
/*shortcode*/
.countdown.small span { font-size: 30px; }
.countdown span { font-size: 30px; }
.countdown.medium span { font-size: 30px; }
.countdown.medium p { font-size: 14px; }
.countdown.medium { margin: 0 10px; }
.countdown.large span  { font-size: 30px; }
.countdown.large p { font-size: 14px; }
.countdown.large { margin: 0 6px; }
.countdown.gray-bg { margin: 0 1px; padding: 8px; }
.countdown.countdown-border { padding: 8px; margin: 0 0px; }
.countdown.round { margin-bottom: 10px; }
.countdown.round.small { padding: 16px; }
/*testimonial*/
.testimonial.bottom_pos .author-info { margin-left: 0; margin-bottom: 30px; }
/*shortcode*/
.pagination>li { display: inline-block; margin-bottom: 3px; }
/*shortcode*/
.owl-carousel .owl-dots { bottom: 20px; }
.resume-contact .footer-widget-social a i { margin-bottom: 4px; }
/*popup-video-banner*/
.popup-video-banner h1 { font-size: 36px; line-height: 40px; }
.kety-perry-list { padding-right: 20px; }
.kety-play-icon { float: none; }
.kety-name { padding-left: 0; }
.kety-play-icon { margin-top: 0; }
/*gym*/
.team.team-list .team-photo { float: none; width: 100%; margin-bottom: 30px; }
.team.team-list .team-description { padding-left: 0; padding-bottom: 0; }
.tab .nav.nav-tabs li { margin-bottom: 0px; }
/*testimonial*/
.testimonial.clean { padding: 0 10px 25px 40px; }
.typer-banner h1 { font-size: 50px; line-height: 100px; }
.portfolio-banner .slider-content { width: 100%; }
.personal-typer-banner h1 { font-size: 50px; line-height: 50px; }
.personal-typer-banner h1 span { font-size: 25px; }
.services-text-box-green { padding: 60px 15px !important; } 
.services-text-box-black { padding: 60px 15px !important; }
 .team.team-list .team-photo img { width: 100%; }
 .isotope.columns-3 .grid-item { padding: 0 0px 15px 0; }
 .bottom-nav .owl-nav .owl-next { right: 42%; }
 .bottom-nav .owl-nav .owl-prev { left: 42%; }
 .testimonial.light { padding: 85px 20px 45px 50px; }
.our-history .timeline:before { left: 40px; }
.our-team .team-details .title.float-left { float: none !important; display: block; }
.our-team .team-details .social-icons.social-border.float-right { float: none !important; display: inline-block; margin-bottom: 10px; }
.row.mt-80 { margin-top: 30px !important; }
.happy-clients .tab .nav.nav-tabs { margin-bottom: 0; }
.our-service-home .row.mb-60 { margin-bottom: 10px !important; }
.contact-3 .g-map { padding-top: 40%; }
.accordion.animated .acd-group.acd-active .acd-heading { font-size: 22px; }
.our-history .timeline .timeline-arrow { left: 34px; text-align: left; }
.our-history { overflow: hidden; }
.progress-new { margin-bottom: 0; }
.comments-1 .comments-photo { margin-bottom: 20px; }
.comments-1.comments-2 .comments-photo { margin-bottom: 0px; }
.isotope.columns-4 .grid-item, .isotope.columns-5 .grid-item { padding-right: 0; }
.rev-slider #rev_slider_20_1_forcefullwidth .rev-btn { padding: 6px 10px !important; line-height: 0 !important; font-size: 8px !important; }
.shop-single .tab .nav.nav-tabs li a { padding: 12px 20px; }
.shop-single .tab .nav.nav-tabs li { margin-bottom: 0; }

/*************************************
             v1.0.2
**************************************/
.st-menu.big-side { width: 270px;  }
.st-menu.big-side .pos-bot { position: relative; }
.st-menu.big-side .slide-footer-content { padding: 0 10px 0px 0; }
.st-menu.big-side .social-icons.width-half ul li { width: inherit; display: block; float: none; }
.st-menu.big-side  .copy-right .mb-70 { margin-bottom: 0 !important; }

/*************************************
             v1.0.3
**************************************/
.blockquote-section blockquote { font-size: 30px; line-height: 34px; }
.custom-content-03 h2 { font-size: 30px; line-height: 34px; }
 .mt-100.mb-100  { margin: 0px 0 !important; }
 .slider-parallax.banner-personal .slider-content { width: 100%; }


/*************************************
             v1.0.4
**************************************/
.christmas-clients .mt-80 { margin-top: 0 !important; }
.countdown.round { display: block; margin: 5px auto; }
.timer-banner .slider-content h1 { font-size: 21px; line-height: 28px; margin-bottom: 10px; }
.conference-video h3 { line-height: 30px; }

/*************************************
             v1.0.5
**************************************/
.architecture-about h2 { font-size: 24px; line-height: 30px; }

/*************************************
             v1.0.6
**************************************/
.agency-banner .slider-content .agency-banner-right { display: block; }
.agency-banner .slider-content .agency-banner-left { display: block; }
.agency-banner .slider-content span { padding-top: 0; font-size: 30px; line-height: 20px; }
.agency-banner .slider-content h1 { font-size: 30px; padding: 0; border:none; line-height: 20px; }
.slider-parallax.agency-banner { height: 80vh; }
.movie-banner .countdown.round.small { display: inline-block; }

/*************************************
             v1.0.7
**************************************/
.law-timeline .timeline-centered .timeline-entry .timeline-entry-inner .timeline-year { left: -45px; }
.testimonial.left_pos { padding: 20px 10px 20px 50px; }
.testimonial.left_pos .testimonial-avatar { position: inherit; left: inherit; top: inherit; margin-top: 0 ; margin-bottom: 60px; margin-left: 0px; }


/*************************************
             v1.0.8
**************************************/
.agency-02-contact .pl-50.pr-50 { padding: 15px !important; }
.agency-02-history-who { padding: 30px; }
.banner-agency-02 h1 { font-size: 24px; }
.portfolio-parallax-banner h2 { font-size: 40px; line-height: 40px; } 

/*************************************
             v1.0.9
**************************************/
.coming-soon-big .countdown.medium span { font-size: 30px; line-height: 30px; }
.coming-soon-big .countdown.medium p { font-size: 16px; line-height: 16px; }
.error-05 h1 { font-size: 60px; line-height: 60px; } 
.error-05 h3, .error-05 span { font-size: 40px; }
.error-03 .content h2 { font-size: 32px; line-height: 32px; }
.error-03 .content h1 { font-size: 40px; line-height: 40px; }
.error-03 .error-404 h1 { font-size: 70px; line-height: 70px; }
.error-03 .error-404 h2 { font-size: 50px; line-height: 50px; }
.error-04 h1 { font-size: 160px; line-height: 160px; }
.coming-soon-effects .coming-soon h1 { font-size: 30px; line-height: 30px; }
.coming-soon h1, .coming-soon-effects .coming-soon h1 { font-size: 30px; line-height: 30px; }

/*************************************
             v1.2
**************************************/
.login-fancy h2 { font-size: 40px; line-height: 40px; }
.login-box h2 { font-size: 30px; line-height: 30px; }
.login-box-02 { padding: 20px; }
.login-signup .tab .nav.nav-tabs li { margin-bottom: 0; }
.login-signup .login-box-02 { padding: 30px; }
.about-mission .popup-content { padding-right: 20px; width: 100%; }
.about-mission .popup-content br  { display: none; }

/*************************************
             v1.3
**************************************/
.blog.blog-simple.blog-left .blog-image { width: 100%; margin: 0; float: none; }
.blog.blog-simple.blog-left .blog-name { width: 100%; float: none; }
#main-slider .slider-content a { font-size: 14px; }
#main-slider .slider-content h1 { font-size: 20px; line-height: 30px; margin-bottom: 10px; }
#main-slider .carousel-indicators { bottom: 0; }
#main-slider .carousel-control.left, #main-slider .carousel-control.right { display: none; }
.blog-boxed-banner .blog-overlay .blog-name h4 { margin: 0 !important; }
#main-slider.shop-04-banner .slider-content a.button { font-size: 10px; }
#main-slider.shop-04-banner .slider-content span { display: none; }
#main-slider.shop-04-banner .slider-content h1 { font-size: 24px; line-height: 28px; }
 #main-slider.shop-05-banner .slider-content h1 { font-size: 30px; line-height: 30px; }
 .shop-05-deal h2 { font-size: 50px; line-height: 50px; }
 #main-slider.shop-06-banner .slider-content .slider { width: 100%; }
 #main-slider.shop-06-banner .slider-content .slider h1 { font-size: 20px; }
 .shop-block h2 { font-size: 30px; line-height: 30px; }
 .shop-block p { font-size: 16px; }

/*************************************
             v1.3
**************************************/
.book-banner .slider-content-text .button.white { display: none; }
.book-banner .slider-content-image .book { height: 200px; }
.book-banner .slider-content-text { width: inherit; left: 0; }
.plumber-banner h1 { font-size: 60px; line-height: 60px; }
.plumber-banner { overflow: hidden; }
.section-title h2 { font-size: 34px; line-height: 34px; }
.about-plumber-box .about-plumber-box-content { padding: 20px; }
.about-plumber .pl-30 { padding-left: 0 !important; }
.book-now .book-now-box { width: 70%; }
.pizza-contact { padding: 0; }

/*************************************
             v1.3
**************************************/
.burger-banner h1 { font-size: 40px; line-height: 50px; }
.skateboard-banner h1 { font-size: 50px; line-height: 60px; }
.skateboard-banner .slider-content-image img  { height: 500px; }
.slider-parallax.skateboard-banner { height: 60vh }
.coming-soon-birds .countdown { margin: 0px 6px; }
.pizza-menu .pr-60 { padding-right: 0 !important; }
.masonry.columns-1 .masonry-item, .masonry.columns-2 .masonry-item, .masonry.columns-3 .masonry-item, .masonry.columns-4 .masonry-item, .masonry.columns-5 .masonry-item { padding-right: 0; }
.isotope.columns-1 .grid-item, .isotope.columns-2 .grid-item, .isotope.columns-3 .grid-item, .isotope.columns-4 .grid-item, .masonry.columns-5 .masonry-item { padding-right: 0; }
 .conference-split.split-section .img-side { display: none; } 
 .plumber-banner .slider-content-image { left: 0; }

/*************************************
             v3.3
**************************************/
.barber-section-title h2 { font-size: 20px; line-height: 24px; }
.barber-team { display: inline-block; background-position: center top; background-repeat: no-repeat; }
.spa-border:before { display: none; }
 .barber-team { padding: 190px 0; }
 .emergency-cases-info i { float: none; margin-bottom: 20px; }
 .emergency-cases-info h1 { font-size: 20px; }

 /*************************************
             index-13
**************************************/
.business-banner h1 { font-size: 40px; letter-spacing: 10px; }
.business-date-box-text h2 { margin-bottom: 200px; }
.business-feature-top .border-right { border-right: 0 !important; }
.business-banner-04 h1 { font-size: 40px; }
.business-banner-06 { text-align: center; }
.business-banner-06 p { padding: 0; }
.business-banner-06 .play-video.border-video { margin-top: 30px; }
.business-banner-06 h1 { font-size: 30px; line-height: 30px; }
.business-banner-06 p { font-size: 14px; }

}

@media(max-width: 767px) { 
 .container { max-width: 100%; }
}



@media(max-width:479px) { 

/*************************
     Margin top
*************************/ 
.xx-mt-0 { margin-top: 0 !important; }
.xx-mt-10 { margin-top: 10px !important; }
.xx-mt-15 { margin-top: 15px !important; }
.xx-mt-20 { margin-top: 20px !important; }
.xx-mt-30 { margin-top: 30px !important; }
.xx-mt-40 { margin-top: 40px !important; }
/*************************
    Margin right
*************************/ 
.xx-mr-0 { margin-right: 0!important }
.xx-mr-10 { margin-right: 10px !important; }
.xx-mr-15 { margin-right: 15px !important; }
.xx-mr-20 { margin-right: 20px !important; }
.xx-mr-30 { margin-right: 30px !important; }
.xx-mr-40 { margin-right: 40px !important; }
 /*************************
    Margin bottom
*************************/
.xx-mb-0 { margin-bottom: 0!important }
.xx-mb-10 { margin-bottom: 10px !important; }
.xx-mb-15 { margin-bottom: 15px !important; }
.xx-mb-20 { margin-bottom: 20px !important; }
.xx-mb-30 { margin-bottom: 30px !important; }
.xx-mb-40 { margin-bottom: 40px !important; }
/*************************
    Margin left
*************************/
.xx-ml-0 { margin-left: 0!important }
.xx-ml-10 { margin-left: 10px !important; }
.xx-ml-15 { margin-left: 15px !important; }
.xx-ml-20 { margin-left: 20px !important; }
.xx-ml-30 { margin-left: 30px !important; } 
.xx-ml-40 { margin-left: 40px !important; } 
 /*************************
    Padding top
*************************/
.xx-pt-0 { padding-top: 0!important }
.xx-pt-10 { padding-top: 10px !important; }
.xx-pt-15 { padding-top: 15px !important; }
.xx-pt-20 { padding-top: 20px !important; }
.xx-pt-30 { padding-top: 30px !important; }
.xx-pt-40 { padding-top: 40px !important; }
 /*************************
    Padding right
*************************/
.xx-pr-0 { padding-right: 0!important }
.xx-pr-10 { padding-right: 10px !important; }
.xx-pr-15 { padding-right: 15px !important; }
.xx-pr-20 { padding-right: 20px !important; }
.xx-pr-30 { padding-right: 30px !important; } 
.xx-pr-40 { padding-right: 40px !important; } 
 /*************************
    Padding bottom
*************************/
.xx-pb-0 { padding-bottom: 0!important }
.xx-pb-10 { padding-bottom: 10px !important; }
.xx-pb-15 { padding-bottom: 15px !important; }
.xx-pb-20 { padding-bottom: 20px !important; }
.xx-pb-30 { padding-bottom: 30px !important; }
.xx-pb-40 { padding-bottom: 40px !important; }
 /*************************
    Padding left
*************************/
.xx-pl-0 { padding-left: 0!important }
.xx-pl-10 { padding-left: 10px !important; }
.xx-pl-15 { padding-left: 15px !important; }
.xx-pl-20 { padding-left: 20px !important; }
.xx-pl-30 { padding-left: 30px !important; }
.xx-pl-40 { padding-left: 40px !important; }
.col-xx-12{width:100% !important;}
.col-xx-6{width:50% !important;}
h2 {font-size: 22px; line-height: 30px;}
.topbar .topbar-call.text-left li { margin-bottom: 5px; }
.clients-logo.line img { width: initial; }
.shpping-cart .cart { width: 240px; } 
.cart-item .cart-name a { font-size: 12px; }
.cart-price del { font-size: 12px; }
.cart-price ins { font-size: 14px; }
.cart-item .cart-close { top: 17px; }
/*index*/
.round .nav.nav-tabs li a { margin-right: 1px; padding: 8px 15px; }
/* header */
.st-effect-3 .header.default.fullWidth .search-cart { right: 45px; top: 3px; }
.st-effect-3 .header.default.fullWidth .search-cart .search { padding-right: 0px; }
.search-cart .search + .shpping-cart { padding-left: 5px; }
.st-effect-3 .search-box { width: 190px; }

/*action box*/
.action-box-button .button.border-white { margin-top: 10px; }
.action-box-button .button.border.icon { margin-left: 0; margin-top: 15px; }
.action-box-button .button.border { margin-left: 0; margin-top: 15px; }
/*coming soon*/
.coming-soon-main h1 { font-size: 34px; }
.coming-soon-countdown ul.countdown li span { font-size: 32px; }
.coming-soon-countdown ul.countdown li { width: 20%; }
.coming-soon-countdown ul.countdown li p { font-size: 13px; }
.coming-soon-countdown ul.countdown { margin: 20px 0; }
.coming-soon-main p { margin-bottom: 45px; font-size: 16px; }
.coming-soon-form { width: 100%; }
.coming-soon-form input { width: 90%; margin-bottom: 0; }
.coming-soon-form a.button-border span { padding: 11px 8px; }
 /*error*/
.error-block h1 { font-size: 50px; }
.error-block p { font-size: 18px; }
.error-block h1.mb-40 { margin-bottom: 10px !important; }
.error-search-box p { font-size: 16px; line-height: 32px; }
.error-search-box input { width: 60%; }
/*maintenance*/
.maintenance-2 .maintenance-main h1 { font-size: 22px; margin-bottom: 10px; }
.maintenance-contant.mt-150 { margin-top: 30px !important; }
.maintenance-form.mt-100 { margin-top: 30px !important; }
.clients-logo.line{width:100%; border-left:none;}
 .clients-logo.line img{height:auto;}
.clients-logo.line:nth-last-child(-n+3) {  border-bottom: 1px solid #dddddd;}
.our-history .timeline > li > .timeline-panel::before { width: 22px; left: 25px; }
.our-history .timeline > li.timeline-inverted > .timeline-panel::before { left: 25px; }
.happy-clients .nav.nav-tabs li { display: inline-block; }
.nav.nav-tabs li {  display: block;  float: none;  margin-bottom: 10px;  text-align: center;}
.tab-2 .nav-tabs {float: none; width: 100%;}
.tab-2 .nav-tabs li{margin-bottom: 0;}
.tab-2 .tab-content {margin-left: 0; padding: 30px 20px;}
/*testimonial page*/
.testimonial-3 .owl-carousel .owl-nav {  bottom: -20px; }
.testimonial-3 .owl-carousel .owl-nav .owl-prev {left: 50%; margin-left: -45px;}
.testimonial-3 .owl-carousel .owl-nav .owl-next {right: 50%; margin-right: -45px;}
.testimonial-info p {padding: 0 10px 20px;}
.testimonial.boxed {padding: 30px 30px 75px;}
 .feature-step-2-title-2-right {width: 100%;}
.feature-step-2-box {padding:20px 10px;}
.feature-step-2-box p{font-size: 13px;}
.service-blog b {font-size: 220px;}
/*blog*/
.blog .timeline > li > .timeline-badge { font-size: 15px; height: 44px; line-height: 12px; width: 44px; }
.blog ul.timeline:before { left: 27px; }
.blog ul.timeline > li > .timeline-badge { left: 5px; }
.blog ul.timeline > li > .timeline-panel { width: 100%; }
.blog .timeline li.entry-date span { display: none;}
.blog ul.timeline::before { display: none; }
.blog ul.timeline > li > .timeline-badge { display: none; }
.blog ul.timeline > li > .timeline-panel::before { display: none; }
.blog ul.timeline > li > .timeline-panel::after { display: none; }
.blog .timeline li.timeline-inverted .timeline-panel::after { display: none; }
.blog .timeline li.timeline-inverted .timeline-panel::before { display: none; }
.blog.timeline-sidebar .timeline > li { width: 100%; }
/*shop*/
.offer-banner-1 h1 { font-size: 20px; }
.deal-banner .counter-deal ul li { padding: 7px 10px; margin-right: 2px; }
.deal-banner .caption h2 { font-size: 32px; }
.deal-banner.maintenance-progress-bar { margin: 0; }
.bottom-nav .owl-nav .owl-next { right: 36%; }
.bottom-nav .owl-nav .owl-prev { left: 36%; }
.action-box.pattern { padding: 70px 15px; }
.action-box { padding: 30px 15px; }
.appointment-bg { padding: 40px 15px; }
.appointment a.float-left { display: block; }
/*mobile app*/
.mobile-app-about a img { margin-bottom: 10px; }
.mobile-app-about h2 { font-size: 30px; line-height: 30px; }
.phone-holder { width: 260px; }
.highlights-phone.wht .phone-holder #fon { background:transparent;  }
.highlights-phone.wht .hgi { top: 0; }
.highlights-phone { height: 550px; }
/*one page*/
.typer-banner h1 { font-size: 30px; line-height: 30px; }
.popup-video-banner h1 { font-size: 30px; line-height: 40px; }
.video-background-banner h1 { font-size: 30px; line-height: 30px; } 
.video-background-banner .slider-content { padding: 30px 15px; }
/*side panel*/
.slide-footer .social ul li a { padding-right: 15px; }
.st-menu { width: 280px; } 
.st-effect-2.st-menu-open .st-pusher { -webkit-transform: translate3d(280px, 0, 0);  transform: translate3d(280px, 0, 0); }
.st-effect-3.st-menu-open .st-pusher { -webkit-transform: translate3d(280px, 0, 0);  transform: translate3d(280px, 0, 0); }
.st-effect-4.st-menu-open .st-pusher { -webkit-transform: translate3d(280px, 0, 0); transform: translate3d(280px, 0, 0); }
.st-effect-5.st-menu-open .st-pusher { -webkit-transform: translate3d(280px, 0, 0); transform: translate3d(280px, 0, 0); }
.st-effect-6.st-menu-open .st-pusher { -webkit-transform: translate3d(280px, 0, 0) rotateY(-15deg); transform: translate3d(280px, 0, 0) rotateY(-15deg); }
.st-effect-7.st-menu-open .st-pusher { -webkit-transform: translate3d(280px, 0, 0); transform: translate3d(280px, 0, 0); }
.st-effect-8.st-menu-open .st-pusher { -webkit-transform: translate3d(280px, 0, 0); transform: translate3d(280px, 0, 0); }
.st-effect-9.st-menu-open .st-pusher { -webkit-transform: translate3d(0, 0, -280px); transform: translate3d(0, 0, -280px); }
.st-effect-10.st-menu-open .st-pusher { -webkit-transform: translate3d(280px, 0, 0); transform: translate3d(280px, 0, 0); }
.st-effect-10.st-menu { -webkit-transform: translate3d(0, 0, -280px); transform: translate3d(0, 0, -280px); }
.st-effect-13.st-menu-open .st-pusher { -webkit-transform: translate3d(280px, 0, 0); transform: translate3d(280px, 0, 0); }
.st-effect-14.st-menu-open .st-pusher { -webkit-transform: translate3d(280px, 0, 0); transform: translate3d(280px, 0, 0); }
/* Fallback example for browsers that don't support 3D transforms (and no JS fallback) */
.no-csstransforms3d .st-pusher,
.no-js .st-pusher { padding-left: 280px; }
.personal-typer-banner h1 { font-size: 30px; line-height: 30px; margin-bottom: 0px; } 
.personal-typer-banner h1 span { font-size: 20px; left: -10px; top: 0; }
.image-content { width: 100%; margin-right: 0; }
.testimonial.bottom_pos { padding: 60px 20px 40px 46px; }
 .owl-carousel .owl-dots  { bottom:  0px; }
.kety-name a { font-size: 14px; }
.kety-link a { margin-bottom: 5px; }
.blog.blog-single .port-navigation .port-photo { width: 104px; }
.blog.blog-single .port-navigation .port-arrow { height: 62px; width: 30px; }
.blog.blog-single .port-navigation .port-arrow i { line-height: 62px; }
.single-portfolio-post .port-navigation .port-photo { width: 104px; }
.single-portfolio-post .port-navigation .port-arrow { height: 62px; width: 30px; }
.single-portfolio-post .port-navigation .port-arrow i { line-height: 62px; }
.happy-clients .nav-tabs li { padding: 0; }
.accordion.animated .acd-group.acd-active .acd-heading { font-size: 20px; }
.our-service .section-title { margin-bottom: 10px; }
.team.team-list h5 { font-size: 18px; }
.contact-2 .g-map { padding-top: 50%; }
.clients-box .clients-photo { margin-bottom: 20px; width: 100%; }
.countdown.round { display: block; margin: 0 auto 20px; }
.coming-soon-form.contact-form input { width: 100%; }
.add-banner-2 .add-banner-content h2 { font-size: 24px; }
.add-banner-2 .add-banner-content h3 { font-size: 20px; line-height: 20px; }
.add-banner-2 .add-banner-content .button.small { padding: 5px 18px; }

/*************************************
             v1.0.3
**************************************/
 .slider-parallax.typer-banner.business h1 { font-size: 24px; line-height: 28px; }
 .slider-parallax.typer-banner.business p { font-size: 18px; line-height: 28px; margin-top: 10px !important; }
 .counter.big-counter .timer { font-size: 40px; line-height: 40px; }
.action-box.theme-bg { padding: 30px 0; }
 .slider-parallax.banner-personal .slider-content span { font-size: 50px; line-height: 50px; }
.slider-parallax.banner-personal .slider-content h1 { font-size: 40px; line-height: 40px; margin-top: -20px; }
.slider-parallax.banner-personal .slider-content h1 strong { font-size: 48px; line-height: 50px; }

/*************************************
             v1.0.4
**************************************/
.christmas-form-content h2 { font-size: 24px; line-height: 24px }
.christmas-event .tab .nav.nav-tabs li a{ font-size: 14px; }
.christmas-event .blog-date span { font-size: 28px; display: inline-block; }
.portfolio-home .portfolio-title.section-title .button.mt-30 { margin-top: 20px !important;  }
.countdown.small  { margin: 10px 4px 0; }

/*************************************
             v1.0.4
**************************************/
.section-title-movie h2 { padding: 10px 30px; }
.movie-story b { font-size: 26px; }
.movie-banner .countdown.round.small { margin-bottom: 5px; }

/*************************************
             v1.0.7
**************************************/
.law-banner .slider-content h1 { font-size: 22px; line-height: 22px; }
.law-banner .slider-content p { font-size: 16px; }
.law-timeline .timeline-centered .timeline-entry .timeline-entry-inner .timeline-year { left: 0; top: 25px; }

/*************************************
             v1.0.7
**************************************/
.portfolio-parallax-banner h2 { font-size: 30px; line-height: 30px; } 

/*************************************
             v1.0.9
**************************************/
.coming-soon-big .countdown.medium span { font-size: 24px; line-height: 24px; }
.coming-soon-big .countdown.medium p { font-size: 14px; line-height: 14px; }
.error-05 h1 { font-size: 50px; line-height: 50px; }
.error-03 .content h2 { font-size: 28px; line-height: 28px; }
.error-03 .content h1 { font-size: 32px; line-height: 32px; }
.error-03 .content p { font-size: 22px; }
.error-03 .error-404 h1 { font-size: 70px; line-height: 70px; }
.error-03 .error-404 h2 { font-size: 50px; line-height: 50px; }
.error-04 h1, .error-06 h1, .error-07 h1 { font-size: 100px; line-height: 100px; } 
.error-04 h2 { font-size: 40px; line-height: 40px; }
.error-04 p { font-size: 18px; }
.error-06 h2 .error-07 h2, .error-09 h2 { font-size: 30px; line-height: 30px; }

/*************************************
             v1.2
**************************************/
.login.height-100vh { overflow: hidden; }
.login .remember-checkbox a { display: block; float: inherit !important; margin-top: 10px; }
.about-mission .popup-content { padding: 30px 30px 10px 30px; }
.about-mission .popup-content h2 { font-size: 14px; line-height: 20px; }
.about-mission .popup-video-image a i { width: 40px; height: 40px; top: 10px; line-height: 40px; }
 .checkout-page .pl-50.pr-50.pt-50.pb-50 { padding: 20px !important; }
 .checkout-page .pl-40 { padding: 0 !important;  }
 #main-slider .slider-content a { font-size: 12px; }
#main-slider .slider-content h1 { font-size: 16px; line-height: 24px; margin-bottom: 10px; }
#main-slider .slider-content p { display: none; }
#main-slider .slider-content .slider-right .play-video.border-video { margin-top: 0 !important; }
#main-slider.shop-04-banner .slider-content h1 { font-size: 20px; line-height: 28px; }
 #main-slider.shop-05-banner .slider-content h1 { font-size: 24px; }
 .shop-05-deal h2 { font-size: 30px; line-height: 30px; }

/*************************************
             v1.2
**************************************/
.book-counter .counter {  margin-top: 0; }
.book-order .googleplay img { height: inherit; }
.plumber-banner .slider-content-image img { display: none; }
.plumber-banner h1 { font-size: 40px; line-height: 40px; }
.product-banner .slider-content h1 { font-size: 30px; line-height: 30px; }
.product-about h4, .product-about p { font-size: 18px; line-height: 30px; }
.product-video .product-video-box { min-height: 500px; }
.fish-banner .slider-content .fish-banner-image img { height: 170px; }
.fish-gallery .section-title h2 { font-size: 30px; }
.fish-footer .fish-image { margin-top: 90px; }
.fish-gallery-testimonial { padding-bottom: 0; }
.book-now .book-now-box { width: 90%; }
.hotel-banner .slider-content h1 { font-size: 30px; line-height: 30px; }
.hotel-banner .slider-content p, .hotel-banner .slider-content span { font-size: 16px; line-height: 24px; }
.hotel-countdown-main { padding: 80px 20px; }
.section-title h2 { font-size: 24px; }
.hotel-banner-checkout .checkout .checkout-name h3 { font-size: 20px; }

/*************************************
             v1.2
**************************************/
.burger-contact .burger-contact-bg { left: 20px; top:100px; }
.burger-contact-box { padding: 30px; }
.burger-custom-content h2 { font-size: 30px; }
.burger-banner-ani { width: 300px; }
.burger-item-06 { top: 220px; }
.burger-item-05 { top: 180px; }
.burger-item-04 { top: 165px; }
.burger-item-03 { top: 120px; }
.burger-item-02 { top: 105px; }
.burger-banner:hover .burger-banner-ani .burger-item-01 { top :10px; }
.burger-banner:hover .burger-banner-ani .burger-item-04 { top: 160px; }
.burger-banner:hover .burger-banner-ani .burger-item-05 { top: 165px; }
.skateboard-box .skateboard-box-content { padding-left: 109px; }
.skateboard-about h2 { font-size: 40px; line-height: 40px; }
.bitcoin-banner h1 { font-size: 50px; line-height: 50px; }
.bitcoin-banner h3 { font-size: 14px; }
.bitcoin-banner h3 span { font-size: 16px; }
.skateboard-banner .slider-content-image img { height: 450px; }
.footer-box .box-link { display: block; padding-left: 0; }
.testimonial.left_pos { margin-left: 0; }
.counter-law { padding: 20px 20px 20px 20px }
.tab .nav.nav-tabs li a { margin-bottom: 5px; }
.rc-anchor-normal { width: 290px !important; }
.portfolio-03-about { margin-top: 90px; }
.maintenance-main h1 { font-size: 30px; }
.modal-shop { padding: 50px 20px; }
.plumber-banner .slider-content-text { right: 0 }
.plumber-banner .slider-content-image img { height: 250px; }
.plumber-banner .slider-content-image { left: 10%; }
.plumber-contact-bg { padding: 0px; }
.search-no-result { padding-top: 0px; }
.search-no-result i { font-size: 60px; }
.search-no-result .bg-title h2 { font-size: 110px; }

/*************************************
             v3.3
**************************************/
.barber-banner .slider-content h1 { font-size: 18px; line-height: 24px; }
.barber-banner .slider-content p { font-size: 14px; line-height: 20px; letter-spacing: 3px; }
.barber .about-history { margin: 40px 0px 30px 0px; }
.choose-us-bg { padding: 40px 15px; }
.listing ul li { font-size: 14px; }
.promo-text h2 { font-size: 22px; line-height: 26px; }
.spa-meet .team .team-description .team-info h3 { font-size: 28px; }
.spa-promotion .promo h2 { font-size: 16px; line-height: 20px; }
.feature-step { padding:130px 30px; }
.tattoo-banner h1 { font-size: 34px; line-height: 50px; }  
.jobs-banner .button { display: none; } 

/*************************************
             v3.6
**************************************/
.marketing-tab .tab .nav.nav-tabs li a { margin-bottom: 0; }
.marketing-banner .slider-content h1 { font-size: 28px; line-height: 36px; }
.marketing-testimonial .p-5 { padding: 15px !important; }
.marketing-testimonial .testimonial.clean  { padding-left: 10px; }
.location h2 { margin-bottom: 0 !important; }
.location .button { padding: 6px 20px; }
.office-1.p-5 { padding: 30px !important; }
.media .media-icon span { font-size: 28px; }
.portfolio-creative h1 { font-size: 30px; }

.skill-counter { padding: 20px; }
.business-banner-02 h1 { font-size: 32px; line-height: 30px; }
.business-banner-03 h1 { font-size: 30px; line-height: 30px; }
.business-banner-03 span { margin-bottom: 20px !important; }
.business-video .business-video-box .vertical-align { padding: 20px; }
.business-feature.feature-text { margin: 10px 0px !important; }
.business-banner-03 .button.large { padding: 7px 10px;  font-size: 12px; }
.business-banner-04 p { display: none; }
.business-banner-04 h1 { font-size: 30px; }
.business-feature-top { padding: 0; }
.business-banner-05 h1 { font-size: 22px; }
.business-banner-05 p { font-size: 14px; }
.business-banner-06 p { display: none; }
.business-banner-06 h1 { margin-bottom: 0; font-size: 24px; }

}


 
/*
 * jQuery FlexSlider v2.6.3
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('/Assets/js/jquery-flexslider/fonts/flexslider-icon.eot');
  src: url('/Assets/js/jquery-flexslider/fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('/Assets/js/jquery-flexslider/fonts/flexslider-icon.woff') format('woff'), url('/Assets/js/jquery-flexslider/fonts/flexslider-icon.ttf') format('truetype'), url('/Assets/js/jquery-flexslider/fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !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-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  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: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium 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: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.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, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.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, 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; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }


.tl-radio-list {
    display:block;
    list-style:none;
    margin:0;
    padding:0;
}
.tl-radio-list > li {
    display:block;
}
.tl-radio-list > li > input {
    margin-right:4px;
}

.panel-title {
    line-height:24px;
}

/* photogallery */

.mfp-move-horizontal {

}
.mfp-move-horizontal .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s;
    transform: translateX(-50px);
}
.mfp-move-horizontal.mfp-bg {
    opacity: 0;
    transition: all 0.3s;
}
.mfp-move-horizontal.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: translateX(0);
}
.mfp-move-horizontal.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.mfp-move-horizontal.mfp-removing .mfp-with-anim {
    transform: translateX(50px);
    opacity: 0;
}
.mfp-move-horizontal.mfp-removing.mfp-bg {
    opacity: 0;
}

/*@-webkit-keyframes fadeIn {
    0% { opacity: 0; transform: translateX(0px); }
    100% { opacity: 1; transform: translateX(-50px); }
}
@-moz-keyframes fadeIn {
    0% { opacity: 0; transform: translateX(0px); }
    100% { opacity: 1; transform: translateX(-50px); }
}
@-o-keyframes fadeIn {
    0% { opacity: 0; transform: translateX(0px); }
    100% { opacity: 1; transform: translateX(-50px); }
}
@keyframes fadeIn {
    0% { opacity: 0; transform: translateX(0px); }
    100% { opacity: 1; transform: translateX(-50px); }
}*/

.mfp-open .mfp-figure {
    /*-webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;*/

    -webkit-animation-duration: .5s;
    -moz-animation-duration: .5s;
    -ms-animation-duration: .5s;
    -o-animation-duration: .5s;
    animation-duration: .5s;

    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;

    -webkit-backface-visibility: hidden;
    -moz-backface-visibility:    hidden;
    -ms-backface-visibility:     hidden;
}

.tl-gallery-link,
.tl-gallery-link:hover {
    text-decoration:none;
}
.tl-gallery-title {
    display:block;
    margin:10px 0 0 0;
}
.tl-galler-desc {
    margin-bottom:30px;
}

/* search module */

.ezsearch-results { margin-top:30px; }

.ezsearch-results .ezsearch-result {
    border-bottom:1px dashed #ddd;
    margin-bottom:10px;
    padding-bottom:10px;
}
.ezsearch-results .ezsearch-result:last-child {
    border-bottom:0;
    margin-bottom:0;
    padding-bottom:0;
}
.ezsearch-results .ezsearch-result h3 {
    margin:0;
}
.ezsearch-results .ezsearch-result h3 a {
    display:block;
}

.ezsearch-no-results { margin-top:10px; }

/* slider */

.flex-direction-nav a:before {
    font-size:20px;
}

.tl-flexslider-caption {
    display:block;
    padding: 10px 10px;
    left: 0;
    bottom: 0;
    background: #222222;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
}

.flex-control-thumbs li {
    width: 12%;
    margin-right:5px;
}

/* error module */

.tl-error-box {
    text-align:center;
}
.tl-error-box h1 {
    width:300px;
    font-size:120px;
    line-height:300px;
    margin:40px auto;
    background:#efefef;

    -webkit-border-radius:50%;
    border-radius:50%;
}
.tl-error-box h2 {
    font-size:32px;
    margin-bottom:20px;
}
.tl-error-box h3 {
    font-size:20px;
    margin-bottom:40px;
}
.tl-error-box a {
    font-size:18px;
    margin-bottom:40px;
}

/* login module */

.tl-form-box {
    background:#fafafa;
    border:1px solid #ddd;
    padding:30px;

    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
}
.tl-form-box h2 {
    margin-top:0;
}

/* validation */

.tl-form-error {
    font-size:12px;
    color:#d02b2b;
}

input.input-validation-error,
input:focus.input-validation-error,
textarea.input-validation-error,
textarea:focus.input-validation-error,
select.input-validation-error,
select:focus.input-validation-error {
    border-color:#d02b2b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px #d02b2b;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px #d02b2b;
}

.validation-summary-errors {
    margin-bottom:30px;
}
.validation-summary-errors > ul {
    display:block;
    list-style:none;
    margin:0;
    padding:0;
}
.validation-summary-errors > ul > li {
    display:block;
    color:#d02b2b;
}

img { max-width:100%; }

/* ### */
/* commons */

.tl-privacy-box {
    margin-bottom:10px;
    border:1px solid #ddd;
    background:#fff;
    padding:10px;
    font-size:11px;
    max-height:160px;
    overflow-y:auto;
}

.ghost { display:none; }

h1, h2, h3, h4, h5, h6
{
	font-family: 'Cronos Pro Regular';
}

.header.light .mega-menu .menu-links
{
	display: none;
}

.header.light .mega-menu .menu-links > li > a
{
	font-size: 16px;
}

.mega-menu .drop-down-multilevel a
{
	font-size: 14px;
}

.slider-content-middle
{
	top: unset;
	bottom: 5%;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}

#jarallax-container-0
{
	z-index: 1 !important;
}

.page-title .container
{
	z-index: 5;
}

.page-title:before
{
	z-index: 2;
}

.page-title h1
{
	font-size: 48px;
	margin: 0;
}

.theme-color
{
	color: #c89767;
}

.slider-content .page-title-name
{
	font-size: 18px;
}

.page-title-box
{
	display: flex;
}

.page-title-box .page-title-logo
{
	margin-right: 20px;
	flex-shrink: 0;
}

.page-title-box .page-title-name
{
	align-self: center;
}

.page-section-skew
{
	position: relative;
	background-color: transparent;
}

.page-section-skew .page-section-skew--inner
{
	content: '';
	clip-path: polygon(0% 150px, 100% 0, 100% calc(100% - 150px), 0% 100%);
	background-image: url(/assets/theme/images/bg/bg-pascolo-montagna.jpg);
}

.page-section-skew .page-section-skew--inner .page-section-skew--content
{
	padding: 200px 0;
}

.page-section-ptb--preskew
{
	padding: 80px 0 40px 0;
}

/* homepage */

.home-prod-box
{
	display: block;
	position: relative;
}

.home-prod-box:hover .home-prod-box--image img
{
	-moz-transform: scale(0.95);
	-webkit-transform: scale(0.95);
	-o-transform: scale(0.95);
	-ms-transform: scale(0.95);
	transform: scale(0.95);
}

.home-prod-box.home-prod-box--inline .home-prod-box--title
{
	position: relative;
	bottom: 0px;
	left: 0;
	width: 80%;
	margin: 0 auto;
}

.home-prod-box .home-prod-box--title
{
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 80%;
	margin: 0 10%;
}

.home-prod-box .home-prod-box--title .home-prod-box--cert
{
	display: block;
	height: 90px;
	position: absolute;
	left: -28px;
	top: -12px;
	z-index: 99;
}

.home-prod-box .home-prod-box--image
{
	position: relative;
	z-index: 8;
	background: #fff;
	border: 8px solid #e8e8e8;
	margin: 10px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
}

.home-prod-box .home-prod-box--image img
{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	-moz-transform: scale(0.9);
	-webkit-transform: scale(0.9);
	-o-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
}

.home-prod-box .home-prod-box--title > .inner,
.home-prod-box .home-prod-box--title > .overlay
{
	font-family: 'Cronos Pro Regular';
	position: relative;
	padding: 10px 10px;
	font-size: 20px;
	line-height: 20px;
	background: #00588a;
	color: #fff;
	text-align: center;
	-moz-transform: skewY(-5deg);
	-webkit-transform: skewY(-5deg);
	-o-transform: skewY(-5deg);
	-ms-transform: skewY(-5deg);
	transform: skewY(-5deg);
	z-index: 10;
}

.home-prod-box .home-prod-box--title > .overlay
{
	position: absolute;
	background: none;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px 10px;
	z-index: 1;
}

.home-prod-box .home-prod-box--title > .overlay:before
{
	display: block;
	position: absolute;
	left: 0;
	bottom: -8px;
	content: "";
	width: 40px;
	height: 26px;
	background: #10284a;
	z-index: 5;
	-moz-transform: skewY(18deg);
	-webkit-transform: skewY(18deg);
	-o-transform: skewY(18deg);
	-ms-transform: skewY(18deg);
	transform: skewY(18deg);
}

.home-prod-box .home-prod-box--title > .overlay:after
{
	display: block;
	position: absolute;
	right: 1px;
	top: -7px;
	content: "";
	width: 40px;
	height: 26px;
	background: #10284a;
	z-index: 5;
	-moz-transform: skewY(18deg);
	-webkit-transform: skewY(18deg);
	-o-transform: skewY(18deg);
	-ms-transform: skewY(18deg);
	transform: skewY(18deg);
}

.home-prod-box .home-prod-box--image img
{
	display: block;
	width: 100%;
}

.home-prod-box--rel .home-prod-box--title > .inner,
.home-prod-box--rel .home-prod-box--title > .overlay
{
	font-size: 18px;
	line-height: 18px;
}

.home-prod-box--rel .home-prod-box--title > .overlay
{
	padding: 19px 10px;
}

.home-prod-box--rel .home-prod-box--title > .overlay:before
{
	bottom: -8px;
	width: 34px;
}

.home-prod-box--rel .home-prod-box--title > .overlay:after
{
	bottom: -6px;
	width: 34px;
}

.prod-box-pad
{
	padding: 20px;
}

.home-sustainability-video-box
{
	margin-bottom: 30px;
}

.home-sustainability-video-box iframe
{
	-webkit-box-shadow: 10px 10px 0 rgb(0 0 0 / 10%);
	box-shadow: 10px 10px 0 rgb(0 0 0 / 10%);
}

.home-sustainability-content-box
{
	display: block;
	padding: 1.5rem;
	background: #fff;
	text-align: center;
	min-height: 234px;
}

.home-sustainability-content-box .home-sustainability-content-box-img
{
	margin-bottom: 15px;
	text-align: center;
}

.home-sustainability-content-box h3
{
	display: block;
	color: #7fb626;
	margin-bottom: 15px;
}
/* ie rulez */
@supports (-ms-ime-align:auto)
{
	.page-section-skew .page-section-skew--inner .page-section-skew--content
	{
		padding: 50px 0;
	}
}

@media all and (-ms-high-contrast:none)
{
	.page-section-skew .page-section-skew--inner .page-section-skew--content
	{
		padding: 50px 0;
	}
}

/* scheda prodotto */
.certificazioni ul li
{
	list-style: none;
	float: left;
}

.certificazioni ul li img
{
	height: 100px;
}

table.valorinutrizionali tr td.proprieta
{
	padding-left: 40px;
	position: relative;
}

table.valorinutrizionali tr td.proprieta:before
{
	position: relative;
	content: "\F111";
	font-family: FontAwesome;
	left: 10px;
	position: absolute;
	top: 10px;
	font-size: 18px;
	color: #cccccc;
}

table.valorinutrizionali tr td.energia:before
{
	content: "\F241";
	color: #777777;
	font-size: 13px;
	top: 13px;
}

table.valorinutrizionali tr td.carboidrati:before
{
	color: dodgerblue;
}

table.valorinutrizionali tr td.grassi:before
{
	color: orange;
}

table.valorinutrizionali tr td.proteine:before
{
	color: darkred;
}

table.valorinutrizionali tr td.sale:before
{
	color: #f174c1;
}

table.valorinutrizionali tr td.sodio:before
{
	color: #6cc550;
}

table.valorinutrizionali tr td span
{
	padding-left: 20px;
	position: relative;
}

table.valorinutrizionali tr td span:before
{
	content: "\F178";
	font-family: FontAwesome;
	left: 0;
	position: absolute;
	top: 0;
	color: #cccccc;
}

.table.confezioni td, .table.confezioni th
{
	padding: 0.5rem;
}

.btn-amazon img
{
	border-radius: 4px;
	-webkit-border-radius: 4px;
}

.btn-valorinutrizionali
{
	background-color: #84ba3f;
	border-color: #84ba3f;
	padding: 0.125rem 0.5rem !important;
	color: #ffffff;
}

.btn-valorinutrizionali i
{
	margin-right: 5px !important;
}

.btn-valorinutrizionali:hover
{
	background-color: #323232;
	border-color: #323232;
	color: #ffffff;
}

.btn-valorinutrizionali.focus, .btn-valorinutrizionali:focus
{
	background-color: #323232;
	border-color: #323232;
	color: #ffffff;
}

/* owl carousel */
.owl-carousel--prod
{
	padding-top: 40px;
}

.owl-carousel .owl-nav .owl-prev
{
	left: -60px;
}

.owl-carousel .owl-nav .owl-next
{
	right: -60px;
}

.owl-carousel .owl-nav i
{
	background: none;
	font-size: 36px;
	color: #676767;
}

.owl-carousel .owl-nav i:hover
{
	background: none;
	color: #c89767;
}

.owl-carousel .owl-dots .owl-dot:hover span,
.owl-carousel .owl-dots .owl-dot.active span
{
	background: #c89767;
}

.owl-carousel .blog-entry
{
	margin: 30px;
}

.blog-entry .blog-detail .entry-title a, .blog-entry .blog-detail .entry-title
{
	font-family: 'Cronos Pro Regular';
	font-size: 26px;
}

.owl-carousel .owl-item img
{
	margin: 0 auto;
}

.owl-dots
{
	margin: 0;
	position: absolute;
	right: 0;
	top: 0;
}

h5.modal-title
{
	display: block;
	margin: 0;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 38px;
	color: #84ba3f;
}

footer h6
{
	font-weight: normal;
}

/* addthis */
.addthis_default_style .addthis_separator,
.addthis_default_style .at4-icon,
.addthis_default_style .at300b,
.addthis_default_style .at300bo,
.addthis_default_style .at300bs,
.addthis_default_style .at300m
{
	float: none !important;
}

.map-box
{
	width: 100%;
	height: 600px;
	position: relative;
	overflow: hidden;
	margin-bottom: 40px;
	-webkit-box-shadow: 0 0 12px 5px rgba(0,0,0,0.3);
	box-shadow: 0 0 12px 5px rgba(0,0,0,0.3);
}

.office-box
{
	border: 1px solid #ddd;
	text-align: center;
	position: relative;
	margin: 10px;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.06);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.06);
}

.office-box .office-box__image
{
	background: #efefef;
	padding: 30px;
}

.masonry .masonry-item img
{
	width: initial;
}

.masonry .masonry-item .office-box > img
{
	display: block;
	width: 270px;
	background: #fff;
	border: 8px solid #e8e8e8;
	padding: 10px;
	margin-bottom: 15px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.office-box .office-box__description
{
	padding: 30px;
	text-align: left;
}

.certifications-list
{
	display: block;
	list-style: none;
	margin: 0 0 10px 0;
}

.certifications-list > li
{
	display: block;
	float: left;
	margin: 0 10px 10px 0;
}

.certifications-list > li > a
{
	display: block;
	border: 1px solid #ddd;
	padding: 4px;
	background: #fff;
}

.certifications-list > li > a > img
{
	display: block;
	height: 40px;
}

.gm-style-iw
{
	width: 350px !important;
	top: 0 !important;
	left: 0 !important;
	background-color: transparent;
	box-shadow: none;
	border: 0;
}


.gm-style .gm-style-iw-c
{
	background-color: transparent;
	padding: 0 !important;
	box-shadow: none;
}

.gm-style .gm-style-iw-t::after
{
	display: none !important;
}

.infow-content
{
	min-width: 200px;
	text-align: center;
}

.infow-content h4
{
	display: block;
	text-align: center;
	color: #00588a;
	font-weight: bold;
	margin: 0;
	text-shadow: 0 0 5px #fff;
}

.infow-content img
{
	display: block;
	margin: 0 auto;
	width: 160px;
	border: 4px solid #00588a;
	border-radius: 50%;
	padding: 5px;
	background: #fff;
}

.events-box .blog-entry
{
	margin-bottom: 50px;
}

.events-box .event-left
{
	display: flex;
	padding: 15px;
	height: 100%;
	background: #efefef;
	justify-content: center;
}

.events-box .event-left img
{
	display: block;
	align-self: center;
}

.events-box .blog-detail
{
	padding: 15px 30px 15px 0;
}

.events-box .complete-desc
{
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dashed #ddd;
}

.atss
{
	z-index: 999 !important;
}

.grid-section > *
{
	margin-bottom: 30px;
}

.grid-section > *:last-child
{
	margin-bottom: 0;
}

/* sostenibilità */

body.body-sostenibilita .sostenibilita-box h3
{
	color: #7FB626;
	font-size: 22px;
}

body.body-sostenibilita .sostenibilita-box .blog-detail img
{
	width: 100%;
}

body.body-sostenibilita .sostenibilita-box .video-wrapper iframe
{
	width: 100% !important;
	height: 380px;
}

.video-wrapper iframe
{
	width: 100% !important;
	height: 500px;
}

.chart-wrapper
{
	text-align: center;
	border: 1px solid #ddd;
	padding: 20px;
	background: #fff;
	-webkit-box-shadow: 10px 10px 0px rgba(0,0,0,0.1);
	box-shadow: 10px 10px 0px rgba(0,0,0,0.1);
}

.video-wrapper
{
	text-align: center;
	border: 1px solid #ddd;
	padding: 20px;
	background: #fff;
	-webkit-box-shadow: 10px 10px 0px rgba(0,0,0,0.1);
	box-shadow: 10px 10px 0px rgba(0,0,0,0.1);
}

.chart-legend
{
	display: inline-block;
	list-style: none;
	margin: 15px 0 0 0;
	padding: 0;
}

.chart-legend > li
{
	display: inline-block;
	margin: 0 15px 10px 0;
}

.chart-legend > li > i
{
	margin-right: 5px;
}

.sponsors-box > .row > [class *= "col-"]
{
	margin-bottom: 110px;
}

.sponsors-box .testimonial
{
	display: block;
	padding: 85px 50px 45px 50px;
	height: 100%;
	margin: 0;
}

.sponsors-box .testimonial-info
{
	margin-top: 15px;
	font-size: 18px;
}

.sponsors-box .testimonial-info:before
{
	display: none;
}

.sponsors-box .sponsor-box
{
	height: 100%;
}

.sponsors-box .testimonial-avatar
{
	width: 160px;
	margin-left: -80px;
	top: -80px;
}

.ezsearch-results .ezsearch-result
{
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.ezsearch-result a
{
	display: block;
	font-size: 22px;
	line-height: 26px;
	color: #626262;
}

.ezsearch-result a > span
{
	display: block;
	font-size: 16px;
	color: #84ba3f;
}

.search-button
{
	color: #00588A;
}

.single-page .grid-section .page-section-ptb .section-title
{
	text-align: center;
	margin-bottom: 0;
}

.single-page .grid-section .page-section-ptb .section-title h2
{
	display: inline-block;
	text-align: center;
	min-height: 40px;
	margin: 40px auto 0 auto;
}

.single-page .grid-section .page-section-ptb .section-title p
{
	margin-top: 70px;
}

.single-page .grid-section .page-section-ptb .section-title h2.home-prod-box .home-prod-box--title
{
	width: auto;
}

.single-page .grid-section .page-section-ptb .section-title h2.home-prod-box .home-prod-box--title > .inner,
.single-page .grid-section .page-section-ptb .section-title h2.home-prod-box .home-prod-box--title > .overlay
{
	font-size: 32px;
	line-height: 32px;
	padding: 10px 50px;
}

.single-page .grid-section .page-section-ptb .section-title h2.home-prod-box .home-prod-box--title > .overlay
{
	padding: 26px 10px;
}

.single-page .grid-section .page-section-ptb:nth-child(even)
{
	background: #F7F7F7;
}

.single-page .grid-section .page-section-ptb .rounded
{
	display: flex;
	justify-content: center;
	height: 100%;
}

.single-page .grid-section .page-section-ptb .rounded img
{
	display: block;
	align-self: center;
	-webkit-border-radius: 50% !important;
	border-radius: 50% !important;
}

.single-page .page-section-ptb .column > .blog-entry
{
	height: 100%;
}

.press-box .blog-entry
{
	margin-bottom: 0px;
}

.press-box .blog-entry .event-left
{
	padding: 0;
}

.press-box .blog-entry .event-left a
{
	display: flex;
	position: relative;
}

.press-box .blog-entry .event-left a img
{
	padding: 10px;
}

.press-box .blog-entry .event-left a .press-overlay
{
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,0.4);
	z-index: 10;
	opacity: 0;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.press-box .blog-entry .event-left a:hover .press-overlay
{
	opacity: 1;
}

.press-box .blog-entry .event-left a .press-overlay i
{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -20px;
	color: #fff;
	font-size: 40px;
}

.press-box .blog-entry .event-left a img
{
	width: auto;
}

.footer-Newsletter #mc_embed_signup form
{
	padding: 0;
}

.footer-Newsletter #mc_embed_signup .mc-field-group
{
	clear: left;
	position: relative;
	width: 100%;
	padding-bottom: 10px;
	min-height: initial;
}

.footer-Newsletter #mc_embed_signup input
{
	border: 0;
}

#mce-responses
{
	margin-top: 10px;
	color: #fff;
}


.homepage-numeri,
.homepage-numeri p,
.homepage-numeri h6,
.homepage-numeri h2,
.homepage-numeri .counter-circle,
.homepage-numeri .counter-circle .counter,
.homepage-numeri .counter-circle .counter .icon,
.homepage-numeri .section-title,
.homepage-numeri .section-title h6
{
	color: #fff;
}

.homepage-numeri .section-title h2
{
	margin-bottom: 20px;
	text-transform: uppercase;
}

.mega-menu > section.menu-list-items
{
	height: 90px;
}

#back-to-top .top
{
	background: #00588A;
}

.button.button-border.blue
{
	background: #00588A;
	color: #ffffff;
	border-color: #00588A;
}

.button.button-border.blue:hover, .button.button-border.blue:focus
{
	background: #c89767;
	color: #ffffff;
	border-color: #c89767;
}

.popup-modal-content
{
	padding-bottom: 30px;
}

.owl-carousel.owl-drag .owl-item
{
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}

.top-bar-lang
{
	float: right;
}

.sticky-top
{
	position: -webkit-sticky;
	position: sticky;
	top: 0;
}

.worth-box
{
	display: flex;
	margin-bottom: 15px;
}

.worth-box > img
{
	width: 100px;
	margin-right: 30px;
	align-self: center;
}

.worth-box > div
{
	align-self: center;
}

.worth-box > div > h3
{
	color: #00588A;
	font-size: 24px;
}

.worth-box > div > p
{
	margin-bottom: 0;
}

.sustainability-logos-box > div
{
	display: flex;
}

.sustainability-logos-box img
{
	float: none;
	align-self: start;
	margin: 4px 10px 10px 0;
}

.sustainability-logos-box > div > ul
{
	flex: 1;
	margin-left: 18px;
}

/*--ita--*/
.grid-section .page-section-ptb.page-section-ptb--4984:first-child,
.grid-section .page-section-ptb.page-section-ptb--4985:first-child,
.grid-section .page-section-ptb.page-section-ptb--4986:first-child,
.grid-section .page-section-ptb.page-section-ptb--4987:first-child,
/*--eng--*/
.grid-section .page-section-ptb.page-section-ptb--5106:first-child,
.grid-section .page-section-ptb.page-section-ptb--5107:first-child,
.grid-section .page-section-ptb.page-section-ptb--5108:first-child,
.grid-section .page-section-ptb.page-section-ptb--5109:first-child
{
	background: #FDF1E1;
	margin-bottom: 0;
	font-size: 18px;
}

/*--ita--*/
.grid-section .page-section-ptb.page-section-ptb--4984:first-child p:last-child,
.grid-section .page-section-ptb.page-section-ptb--4985:first-child p:last-child,
.grid-section .page-section-ptb.page-section-ptb--4986:first-child p:last-child,
.grid-section .page-section-ptb.page-section-ptb--4987:first-child p:last-child,
/*--eng--*/
.grid-section .page-section-ptb.page-section-ptb--5106:first-child p:last-child,
.grid-section .page-section-ptb.page-section-ptb--5107:first-child p:last-child,
.grid-section .page-section-ptb.page-section-ptb--5108:first-child p:last-child,
.grid-section .page-section-ptb.page-section-ptb--5109:first-child p:last-child
{
	margin-bottom: 0;
}

/*--ita--*/
.grid-section .page-section-ptb.page-section-ptb--4985:first-child,
/*--eng--*/
.grid-section .page-section-ptb.page-section-ptb--5107:first-child
{
	background: #E2F0D9;
}

/*--ita--*/
.grid-section .page-section-ptb.page-section-ptb--4988:first-child,
/*--eng--*/
.grid-section .page-section-ptb.page-section-ptb--5110:first-child
{
	margin-bottom: 0;
}

.environmental-impact-box
{
	display: flex;
	background: #fff;
	padding: 15px;
	text-align: center;
	min-height: 328px;
}

.environmental-impact-box .counter-circle
{
	align-self: center;
}

.environmental-impact-box img
{
	display: inline-block;
	margin-bottom: 10px;
}

.counter-container
{
	display: flex;
	justify-content: center;
	font-size: 44px;
	font-weight: 600;
	line-height: 40px;
	margin: 20px 0 5px;
}

.counter-container span,
.counter-container span.timer
{
	display: block;
	margin: 0;
}


/* ### */
.w-100
{
	width: 100%;
}

.w-90
{
	width: 90%;
}

.w-80
{
	width: 80%;
}

.w-70
{
	width: 70%;
}

.w-60
{
	width: 60%;
}

.w-50
{
	width: 50%;
}

.w-40
{
	width: 40%;
}

.w-30
{
	width: 30%;
}

.w-20
{
	width: 20%;
}

.w-10
{
	width: 10%;
}

.mb-120
{
	margin-bottom: 120px;
}

.color-blue
{
	color: #00588A;
}
/* #### Generated By: http://www.cufonfonts.com #### */
/*@font-face
{
    font-family: 'Cronos Pro Caption';
    font-style: normal;
    font-weight: normal;
    src: local('Cronos Pro Caption'), url('/assets/theme/fonts/cronos/Cronos-Pro-Caption_12437.woff') format('woff');
}*/
/*@font-face
{
    font-family: 'Cronos Pro Display';
    font-style: normal;
    font-weight: normal;
    src: local('Cronos Pro Display'), url('/assets/theme/fonts/cronos/Cronos-Pro-Display_12439.woff') format('woff');
}*/
/*@font-face
{
    font-family: 'Cronos Pro Subhead';
    font-style: normal;
    font-weight: normal;
    src: local('Cronos Pro Subhead'), url('/assets/theme/fonts/cronos/Cronos-Pro-Subhead_12458.woff') format('woff');
}*/
/*@font-face
{
    font-family: 'Cronos Pro Display Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Cronos Pro Display Italic'), url('/assets/theme/fonts/cronos/Cronos-Pro-Display-Italic_12438.woff') format('woff');
}*/
/*@font-face
{
    font-family: 'Cronos Pro Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Cronos Pro Italic'), url('/assets/theme/fonts/cronos/Cronos-Pro-Italic_12440.woff') format('woff');
}*/
/*@font-face
{
    font-family: 'Cronos Pro Subhead Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Cronos Pro Subhead Italic'), url('/assets/theme/fonts/cronos/Cronos-Pro-Subhead-Italic_12457.woff') format('woff');
}*/
/*@font-face
{
    font-family: 'Cronos Pro Light Caption';
    font-style: normal;
    font-weight: normal;
    src: local('Cronos Pro Light Caption'), url('/assets/theme/fonts/cronos/Cronos-Pro-Light-Caption_12442.woff') format('woff');
}*/
/*@font-face
{
    font-family: 'Cronos Pro Light Subhead';
    font-style: normal;
    font-weight: normal;
    src: local('Cronos Pro Light Subhead'), url('/assets/theme/fonts/cronos/Cronos-Pro-Light-Subhead_12447.woff') format('woff');
}*/
/*@font-face
{
    font-family: 'Cronos Pro Light';
    font-style: normal;
    font-weight: normal;
    src: local('Cronos Pro Light'), url('/assets/theme/fonts/cronos/Cronos-Pro-Light_12448.woff') format('woff');
}


@font-face
{
    font-family: 'Cronos Pro Light Caption Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Cronos Pro Light Caption Italic'), url('/assets/theme/fonts/cronos/Cronos-Pro-Light-Caption-Italic_12441.woff') format('woff');
}


@font-face
{
    font-family: 'Cronos Pro Light Display Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Cronos Pro Light Display Italic'), url('/assets/theme/fonts/cronos/Cronos-Pro-Light-Display-Italic_12443.woff') format('woff');
}


@font-face
{
    font-family: 'Cronos Pro Light Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Cronos Pro Light Italic'), url('/assets/theme/fonts/cronos/Cronos-Pro-Light-Italic_12445.woff') format('woff');
}


@font-face
{
    font-family: 'Cronos Pro Light Subhead Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Cronos Pro Light Subhead Italic'), url('/assets/theme/fonts/cronos/Cronos-Pro-Light-Subhead-Italic_12446.woff') format('woff');
}*/
/*@font-face
{
    font-family: 'Cronos Pro Semibold Caption';
    font-style: normal;
    font-weight: normal;
    src: local('Cronos Pro Semibold Caption'), url('/assets/theme/fonts/cronos/Cronos-Pro-Semibold-Caption_12450.woff') format('woff');
}


@font-face
{
    font-family: 'Cronos Pro Semibold Display';
    font-style: normal;
    font-weight: normal;
    src: local('Cronos Pro Semibold Display'), url('/assets/theme/fonts/cronos/Cronos-Pro-Semibold-Display_12452.woff') format('woff');
}


@font-face
{
    font-family: 'Cronos Pro Semibold Subhead';
    font-style: normal;
    font-weight: normal;
    src: local('Cronos Pro Semibold Subhead'), url('/assets/theme/fonts/cronos/Cronos-Pro-Semibold-Subhead_12455.woff') format('woff');
}


@font-face
{
    font-family: 'Cronos Pro Semibold';
    font-style: normal;
    font-weight: normal;
    src: local('Cronos Pro Semibold'), url('/assets/theme/fonts/cronos/Cronos-Pro-Semibold_12456.woff') format('woff');
}


@font-face
{
    font-family: 'Cronos Pro Semibold Caption Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Cronos Pro Semibold Caption Italic'), url('/assets/theme/fonts/cronos/Cronos-Pro-Semibold-Caption-Italic_12449.woff') format('woff');
}


@font-face
{
    font-family: 'Cronos Pro Semibold Display Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Cronos Pro Semibold Display Italic'), url('/assets/theme/fonts/cronos/Cronos-Pro-Semibold-Display-Italic_12451.woff') format('woff');
}


@font-face
{
    font-family: 'Cronos Pro Semibold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Cronos Pro Semibold Italic'), url('/assets/theme/fonts/cronos/Cronos-Pro-Semibold-Italic_12453.woff') format('woff');
}


@font-face
{
    font-family: 'Cronos Pro Semibold Subhead Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Cronos Pro Semibold Subhead Italic'), url('/assets/theme/fonts/cronos/Cronos-Pro-Semibold-Subhead-Italic_12454.woff') format('woff');
}*/
/*@font-face
{
    font-family: 'Cronos Pro Bold Caption';
    font-style: normal;
    font-weight: normal;
    src: local('Cronos Pro Bold Caption'), url('/assets/theme/fonts/cronos/Cronos-Pro-Bold-Caption_12429.woff') format('woff');
}


@font-face
{
    font-family: 'Cronos Pro Bold Display';
    font-style: normal;
    font-weight: normal;
    src: local('Cronos Pro Bold Display'), url('/assets/theme/fonts/cronos/Cronos-Pro-Bold-Display_12431.woff') format('woff');
}


@font-face
{
    font-family: 'Cronos Pro Bold Subhead';
    font-style: normal;
    font-weight: normal;
    src: local('Cronos Pro Bold Subhead'), url('/assets/theme/fonts/cronos/Cronos-Pro-Bold-Subhead_12434.woff') format('woff');
}


@font-face
{
    font-family: 'Cronos Pro Bold Caption Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Cronos Pro Bold Caption Italic'), url('/assets/theme/fonts/cronos/Cronos-Pro-Bold-Caption-Italic_12428.woff') format('woff');
}


@font-face
{
    font-family: 'Cronos Pro Bold Display Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Cronos Pro Bold Display Italic'), url('/assets/theme/fonts/cronos/Cronos-Pro-Bold-Display-Italic_12430.woff') format('woff');
}


@font-face
{
    font-family: 'Cronos Pro Bold Subhead Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Cronos Pro Bold Subhead Italic'), url('/assets/theme/fonts/cronos/Cronos-Pro-Bold-Subhead-Italic_12433.woff') format('woff');
}*/
@font-face
{
	font-family: 'Cronos Pro Regular';
	font-style: normal;
	font-weight: normal;
	src: local('Cronos Pro Regular'), url('/assets/theme/fonts/cronos/Cronos-Pro_12459.woff') format('woff');
}


/*@font-face
{
    font-family: 'Cronos Pro Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Cronos Pro Bold'), url('/assets/theme/fonts/cronos/Cronos-Pro-Bold_12435.woff') format('woff');
}*/

@media (max-width: 1400px)
{
	/*.owl-nav
    {
        display: none;
    }*/
}

@media (max-width: 1200px)
{
	.home-prod-box--rel .home-prod-box--title > .inner,
	.home-prod-box--rel .home-prod-box--title > .overlay
	{
		font-size: 15px;
		line-height: 15px;
	}

	.home-prod-box .home-prod-box--title .home-prod-box--cert
	{
		height: 40px;
		left: -5px;
		top: 10px;
	}
}

@media (max-width: 991px)
{
	.home-prod-box .home-prod-box--title > .inner, .home-prod-box .home-prod-box--title > .overlay
	{
		font-size: 15px;
	}

	.home-prod-box--rel .home-prod-box--title > .inner,
	.home-prod-box--rel .home-prod-box--title > .overlay
	{
		font-size: 18px;
		line-height: 18px;
	}

	.page-title
	{
		padding: 20px 0;
		/*background: #c89767 !important;*/
	}

	.page-title p
	{
		margin-bottom: 0;
	}


	.page-title h1
	{
		font-size: 32px;
	}

	.page-title-box .page-title-logo img
	{
		height: 80px;
		width: auto;
		display: block;
		align-self: center;
	}

	.page-section-skew .page-section-skew--inner
	{
		clip-path: none;
	}

	.page-section-skew .page-section-skew--inner .page-section-skew--content
	{
		padding: 40px 0;
	}

	#back-to-top
	{
	}

	#back-to-top .top
	{
		bottom: 60px;
		right: 10px;
	}

	.mega-menu .menu-logo
	{
		padding: 7px 0;
	}

	.top-bar-lang
	{
		float: none;
	}

	.owl-carousel .owl-nav
	{
		display: none;
	}

	.footer.black-bg
	{
		padding-bottom: 40px;
	}

	.home-prod-box .home-prod-box--title > .inner,
	.home-prod-box .home-prod-box--title > .overlay
	{
		font-size: 17px;
	}

	.page-section-ptb
	{
		padding: 20px 0;
	}

	.environmental-impact-box
	{
		min-height: 390px;
	}

	.environmental-impact-box .counter-circle
	{
		align-self: self-start;
	}
}

@media (max-width: 767px)
{
	.slider-content-middle
	{
	}

	.slider-parallax
	{
		height: 84vh;
	}

	.home-prod-box
	{
		margin-bottom: 50px;
	}

	.home-sustainability-video-box iframe
	{
		height: 240px;
	}

	.page-section-ptb .rounded
	{
		margin: 30px 0;
		text-align: center;
	}

	.owl-carousel .owl-dots
	{
		bottom: unset;
	}

	.owl-carousel .owl-dots .owl-dot span
	{
		width: 18px;
		min-height: 18px;
	}

	.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev
	{
		margin: 14px 4px 0;
	}

	.topbar
	{
		padding: 4px 0;
	}

	.topbar ul li a,
	.topbar-call ul li i
	{
		font-size: 10px;
	}

	.topbar-call ul li a
	{
		margin-right: 10px;
	}

	.home-prod-box .home-prod-box--title .home-prod-box--cert
	{
		display: none;
	}

	.worth-box
	{
		flex-direction: column;
		text-align: center;
	}

	.worth-box img
	{
		margin: 0 auto;
	}

	.environmental-impact-box
	{
		justify-content: center;
		margin-bottom: 30px;
	}

	.environmental-impact-box img
	{
		margin-bottom: 0;
	}

	.environmental-impact-box
	{
		min-height: 0;
	}

	.single-page .grid-section .page-section-ptb .rounded
	{
		height: auto;
		margin: 0 0 30px 0;
	}

	.circle-image-container .col-md-3
	{
		order: 1;
	}

	.circle-image-container .col-md-9
	{
		order: 2;
	}
}

@media (max-width: 575px)
{
	.events-box .blog-detail
	{
		padding: 15px;
	}

	.events-box .event-left img
	{
		max-height: 150px;
	}

	.page-title h1
	{
		font-size: 22px;
	}

	.slider-content-middle
	{
		bottom: 10%;
	}

	.search-cart
	{
		display: none;
	}

	.owl-carousel .owl-dots .owl-dot span
	{
		width: 14px;
		min-height: 14px;
	}

	.office-box .office-box__description .button.button-border.blue
	{
		float: none;
		width: 100%;
		margin: 10px 0 !important;
	}
}


@media (max-width: 400px)
{
	.slider-content-middle
	{
		bottom: 10%;
	}
}

