/* Minification failed. Returning unminified contents.
(9,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(10,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(11,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(12,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(13,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(14,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(15,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(16,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(17,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(18,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(19,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(20,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(21,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(22,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(23,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(24,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(25,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(26,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(27,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(28,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(29,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(30,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(31,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(32,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(33,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(34,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(35,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(36,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(16800,1): run-time error CSS1019: Unexpected token, found '@import'
(16800,9): run-time error CSS1019: Unexpected token, found 'url('https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700,700i,900')'
(17993,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(17994,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(18010,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(18011,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(23446,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(23447,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
 */
/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}

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

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

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

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block
}

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

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

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

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

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

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

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

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

    ol ol, ol ul, ul ol, ul ul {
        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]):focus, a:not([href]):not([tabindex]):hover {
            color: inherit;
            text-decoration: none
        }

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

code, kbd, pre, samp {
    font-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: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

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

button {
    border-radius: 0
}

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

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

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

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

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

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

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

textarea {
    overflow: auto;
    resize: vertical
}

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

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

progress {
    vertical-align: baseline
}

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

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

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

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

output {
    display: inline-block
}

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

template {
    display: none
}

[hidden] {
    display: none !important
}

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

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

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

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

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

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

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

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

.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,.1)
}

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

.mark, mark {
    padding: .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: .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: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .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: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

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

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

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

.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 {
        width: 100%
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 td, .table th {
        padding: .75rem;
        vertical-align: top;
        border-top: 1px solid #dee2e6
    }

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

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

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

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

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

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

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

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

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

.table-primary, .table-primary > td, .table-primary > th {
    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 > td, .table-secondary > th {
    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 > td, .table-success > th {
    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 > td, .table-info > th {
    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 > td, .table-warning > th {
    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 > td, .table-danger > th {
    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 > td, .table-light > th {
    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 > td, .table-dark > th {
    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 > td, .table-active > th {
    background-color: rgba(0,0,0,.075)
}

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

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

.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 td, .table-dark th, .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,.05)
    }

    .table-dark.table-hover tbody tr:hover {
        background-color: rgba(255,255,255,.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: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

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

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

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

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

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

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

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

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

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

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

.form-control-file, .form-control-range {
    display: block;
    width: 100%
}

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

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

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

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.5;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

    .form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm, .input-group-lg > .form-control-plaintext.form-control, .input-group-lg > .input-group-append > .form-control-plaintext.btn, .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-prepend > .form-control-plaintext.input-group-text, .input-group-sm > .form-control-plaintext.form-control, .input-group-sm > .input-group-append > .form-control-plaintext.btn, .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-prepend > .form-control-plaintext.input-group-text {
        padding-right: 0;
        padding-left: 0
    }

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

.input-group-sm > .input-group-append > select.btn: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-prepend > select.input-group-text:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]), select.form-control-sm:not([size]):not([multiple]) {
    height: calc(1.8125rem + 2px)
}

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

.input-group-lg > .input-group-append > select.btn: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-prepend > select.input-group-text:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]), select.form-control-lg:not([size]):not([multiple]) {
    height: calc(2.875rem + 2px)
}

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

.form-text {
    display: block;
    margin-top: .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: .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: .75rem
}

    .form-check-inline .form-check-input {
        position: static;
        margin-top: 0;
        margin-right: .3125rem;
        margin-left: 0
    }

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .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,.8);
    border-radius: .2rem
}

.custom-select.is-valid, .form-control.is-valid, .was-validated .custom-select:valid, .was-validated .form-control:valid {
    border-color: #28a745
}

    .custom-select.is-valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus, .was-validated .form-control:valid:focus {
        border-color: #28a745;
        box-shadow: 0 0 0 .2rem rgba(40,167,69,.25)
    }

    .custom-select.is-valid ~ .valid-feedback, .custom-select.is-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, .was-validated .form-control:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip {
        display: block
    }

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
    color: #28a745
}

.form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip, .was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip {
    display: block
}

.custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label {
    color: #28a745
}

    .custom-control-input.is-valid ~ .custom-control-label::before, .was-validated .custom-control-input:valid ~ .custom-control-label::before {
        background-color: #71dd8a
    }

.custom-control-input.is-valid ~ .valid-feedback, .custom-control-input.is-valid ~ .valid-tooltip, .was-validated .custom-control-input:valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-tooltip {
    display: block
}

.custom-control-input.is-valid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
    background-color: #34ce57
}

.custom-control-input.is-valid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(40,167,69,.25)
}

.custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-file-input:valid ~ .custom-file-label {
    border-color: #28a745
}

    .custom-file-input.is-valid ~ .custom-file-label::before, .was-validated .custom-file-input:valid ~ .custom-file-label::before {
        border-color: inherit
    }

.custom-file-input.is-valid ~ .valid-feedback, .custom-file-input.is-valid ~ .valid-tooltip, .was-validated .custom-file-input:valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-tooltip {
    display: block
}

.custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .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,.8);
    border-radius: .2rem
}

.custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid {
    border-color: #dc3545
}

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

    .custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-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, .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip {
        display: block
    }

.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
    color: #dc3545
}

.form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip, .was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip {
    display: block
}

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

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

.custom-control-input.is-invalid ~ .invalid-feedback, .custom-control-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-control-input:invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .invalid-tooltip {
    display: block
}

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

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

.custom-file-input.is-invalid ~ .custom-file-label, .was-validated .custom-file-input:invalid ~ .custom-file-label {
    border-color: #dc3545
}

    .custom-file-input.is-invalid ~ .custom-file-label::before, .was-validated .custom-file-input:invalid ~ .custom-file-label::before {
        border-color: inherit
    }

.custom-file-input.is-invalid ~ .invalid-feedback, .custom-file-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-file-input:invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-tooltip {
    display: block
}

.custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.25)
}

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

    .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: .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: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

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

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

    .btn.disabled, .btn:disabled {
        opacity: .65
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .fade.show {
        opacity: 1
    }

.collapse {
    display: none
}

    .collapse.show {
        display: block
    }

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

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

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

.dropdown, .dropup {
    position: relative
}

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

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

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

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

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

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

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

.dropright .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-bottom: .3em solid transparent;
    border-left: .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: .125rem
}

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

.dropleft .dropdown-toggle::after {
    display: none
}

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

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

.dropleft .dropdown-toggle::before {
    vertical-align: 0
}

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

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

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

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

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

.dropdown-menu.show {
    display: block
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        .input-group > .custom-file:focus, .input-group > .custom-select:focus, .input-group > .form-control:focus {
            z-index: 3
        }

        .input-group > .custom-file + .custom-file, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .form-control, .input-group > .custom-select + .custom-file, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .form-control, .input-group > .form-control + .custom-file, .input-group > .form-control + .custom-select, .input-group > .form-control + .form-control {
            margin-left: -1px
        }

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

        .input-group > .custom-select:not(:first-child), .input-group > .form-control: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-append, .input-group-prepend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

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

        .input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .btn, .input-group-append .input-group-text + .input-group-text, .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-prepend .input-group-text + .input-group-text {
            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: .375rem .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: .25rem
}

    .input-group-text input[type=checkbox], .input-group-text input[type=radio] {
        margin-top: 0
    }

.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), .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
    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:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    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 .2rem rgba(0,123,255,.25)
    }

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

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

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

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

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

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

.custom-checkbox .custom-control-label::before {
    border-radius: .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,.5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(0,123,255,.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,.5)
}

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

    .custom-select:focus {
        border-color: #80bdff;
        outline: 0;
        box-shadow: inset 0 1px 2px rgba(0,0,0,.075),0 0 5px rgba(128,189,255,.5)
    }

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

    .custom-select[multiple], .custom-select[size]:not([size="1"]) {
        height: auto;
        padding-right: .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: .375rem;
    padding-bottom: .375rem;
    font-size: 75%
}

.custom-select-lg {
    height: calc(2.875rem + 2px);
    padding-top: .375rem;
    padding-bottom: .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 .2rem rgba(0,123,255,.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: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .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: .375rem .75rem;
        line-height: 1.5;
        color: #495057;
        content: "Browse";
        background-color: #e9ecef;
        border-left: 1px solid #ced4da;
        border-radius: 0 .25rem .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: .5rem 1rem
}

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

    .nav-link.disabled {
        color: #6c757d
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-nav {
    display: -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: .5rem;
    padding-bottom: .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: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

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

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

.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: .5rem;
                padding-left: .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: .5rem;
                padding-left: .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: .5rem;
                padding-left: .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: .5rem;
                padding-left: .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: .5rem;
            padding-left: .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,.9)
}

    .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
        color: rgba(0,0,0,.9)
    }

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.5)
}

    .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
        color: rgba(0,0,0,.7)
    }

    .navbar-light .navbar-nav .nav-link.disabled {
        color: rgba(0,0,0,.3)
    }

    .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
        color: rgba(0,0,0,.9)
    }

.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(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,.5)
}

    .navbar-light .navbar-text a {
        color: rgba(0,0,0,.9)
    }

        .navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
            color: rgba(0,0,0,.9)
        }

.navbar-dark .navbar-brand {
    color: #fff
}

    .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
        color: #fff
    }

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.5)
}

    .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
        color: rgba(255,255,255,.75)
    }

    .navbar-dark .navbar-nav .nav-link.disabled {
        color: rgba(255,255,255,.25)
    }

    .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
        color: #fff
    }

.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,.5);
    border-color: rgba(255,255,255,.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,.5)
}

    .navbar-dark .navbar-text a {
        color: #fff
    }

        .navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
            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,.125);
    border-radius: .25rem
}

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

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

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

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

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.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: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125)
}

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

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

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

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

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px)
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.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-header, .card-group > .card:first-child .card-img-top {
                    border-top-right-radius: 0
                }

                .card-group > .card:first-child .card-footer, .card-group > .card:first-child .card-img-bottom {
                    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-header, .card-group > .card:last-child .card-img-top {
                    border-top-left-radius: 0
                }

                .card-group > .card:last-child .card-footer, .card-group > .card:last-child .card-img-bottom {
                    border-bottom-left-radius: 0
                }

            .card-group > .card:only-child {
                border-radius: .25rem
            }

                .card-group > .card:only-child .card-header, .card-group > .card:only-child .card-img-top {
                    border-top-left-radius: .25rem;
                    border-top-right-radius: .25rem
                }

                .card-group > .card:only-child .card-footer, .card-group > .card:only-child .card-img-bottom {
                    border-bottom-right-radius: .25rem;
                    border-bottom-left-radius: .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-footer, .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-img-bottom, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
                    border-radius: 0
                }
}

.card-columns .card {
    margin-bottom: .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: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .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: .25rem
}

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

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

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

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

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

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

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

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

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

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

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

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

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

    .badge:empty {
        display: none
    }

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

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .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: .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: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

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

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

.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:focus, .list-group-item-action:hover {
        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: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125)
}

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

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

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

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

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

.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:focus, .list-group-item-primary.list-group-item-action:hover {
        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:focus, .list-group-item-secondary.list-group-item-action:hover {
        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:focus, .list-group-item-success.list-group-item-action:hover {
        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:focus, .list-group-item-info.list-group-item-action:hover {
        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:focus, .list-group-item-warning.list-group-item-action:hover {
        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:focus, .list-group-item-danger.list-group-item-action:hover {
        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:focus, .list-group-item-light.list-group-item-action:hover {
        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:focus, .list-group-item-dark.list-group-item-action:hover {
        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:focus, .close:hover {
        color: #000;
        text-decoration: none;
        opacity: .75
    }

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

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

.modal-open {
    overflow: hidden
}

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

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

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

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

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

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

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

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

    .modal-backdrop.fade {
        opacity: 0
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

    .tooltip.show {
        opacity: .9
    }

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

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

.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
    padding: .4rem 0
}

    .bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
        bottom: 0
    }

        .bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
            top: 0;
            border-width: .4rem .4rem 0;
            border-top-color: #000
        }

.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
    padding: 0 .4rem
}

    .bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
        left: 0;
        width: .4rem;
        height: .8rem
    }

        .bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
            right: 0;
            border-width: .4rem .4rem .4rem 0;
            border-right-color: #000
        }

.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
    padding: .4rem 0
}

    .bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
        top: 0
    }

        .bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
            bottom: 0;
            border-width: 0 .4rem .4rem;
            border-bottom-color: #000
        }

.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
    padding: 0 .4rem
}

    .bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
        right: 0;
        width: .4rem;
        height: .8rem
    }

        .bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
            left: 0;
            border-width: .4rem 0 .4rem .4rem;
            border-left-color: #000
        }

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

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

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

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

.bs-popover-auto[x-placement^=top], .bs-popover-top {
    margin-bottom: .5rem
}

    .bs-popover-auto[x-placement^=top] .arrow, .bs-popover-top .arrow {
        bottom: calc((.5rem + 1px) * -1)
    }

        .bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::after, .bs-popover-top .arrow::before {
            border-width: .5rem .5rem 0
        }

        .bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::before {
            bottom: 0;
            border-top-color: rgba(0,0,0,.25)
        }

        .bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-top .arrow::after {
            bottom: 1px;
            border-top-color: #fff
        }

.bs-popover-auto[x-placement^=right], .bs-popover-right {
    margin-left: .5rem
}

    .bs-popover-auto[x-placement^=right] .arrow, .bs-popover-right .arrow {
        left: calc((.5rem + 1px) * -1);
        width: .5rem;
        height: 1rem;
        margin: .3rem 0
    }

        .bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::after, .bs-popover-right .arrow::before {
            border-width: .5rem .5rem .5rem 0
        }

        .bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::before {
            left: 0;
            border-right-color: rgba(0,0,0,.25)
        }

        .bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-right .arrow::after {
            left: 1px;
            border-right-color: #fff
        }

.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
    margin-top: .5rem
}

    .bs-popover-auto[x-placement^=bottom] .arrow, .bs-popover-bottom .arrow {
        top: calc((.5rem + 1px) * -1)
    }

        .bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::after, .bs-popover-bottom .arrow::before {
            border-width: 0 .5rem .5rem .5rem
        }

        .bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::before {
            top: 0;
            border-bottom-color: rgba(0,0,0,.25)
        }

        .bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-bottom .arrow::after {
            top: 1px;
            border-bottom-color: #fff
        }

    .bs-popover-auto[x-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
        position: absolute;
        top: 0;
        left: 50%;
        display: block;
        width: 1rem;
        margin-left: -.5rem;
        content: "";
        border-bottom: 1px solid #f7f7f7
    }

.bs-popover-auto[x-placement^=left], .bs-popover-left {
    margin-right: .5rem
}

    .bs-popover-auto[x-placement^=left] .arrow, .bs-popover-left .arrow {
        right: calc((.5rem + 1px) * -1);
        width: .5rem;
        height: 1rem;
        margin: .3rem 0
    }

        .bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::after, .bs-popover-left .arrow::before {
            border-width: .5rem 0 .5rem .5rem
        }

        .bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::before {
            right: 0;
            border-left-color: rgba(0,0,0,.25)
        }

        .bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-left .arrow::after {
            right: 1px;
            border-left-color: #fff
        }

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

    .popover-header:empty {
        display: none
    }

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

.carousel {
    position: relative
}

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

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

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

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

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

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

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

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .active.carousel-item-right, .carousel-item-next {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

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

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .active.carousel-item-left, .carousel-item-prev {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

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

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

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: 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,.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:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
    background-color: #0062cc !important
}

.bg-secondary {
    background-color: #6c757d !important
}

a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
    background-color: #545b62 !important
}

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

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

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

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

.bg-warning {
    background-color: #ffc107 !important
}

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

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

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

.bg-light {
    background-color: #f8f9fa !important
}

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

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
    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: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.rounded-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .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 embed, .embed-responsive iframe, .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: .25rem !important
}

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

.mr-1, .mx-1 {
    margin-right: .25rem !important
}

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

.ml-1, .mx-1 {
    margin-left: .25rem !important
}

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

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

.mr-2, .mx-2 {
    margin-right: .5rem !important
}

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

.ml-2, .mx-2 {
    margin-left: .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: .25rem !important
}

.pt-1, .py-1 {
    padding-top: .25rem !important
}

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

.pb-1, .py-1 {
    padding-bottom: .25rem !important
}

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

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

.pt-2, .py-2 {
    padding-top: .5rem !important
}

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

.pb-2, .py-2 {
    padding-bottom: .5rem !important
}

.pl-2, .px-2 {
    padding-left: .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: .25rem !important
    }

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

    .mr-sm-1, .mx-sm-1 {
        margin-right: .25rem !important
    }

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

    .ml-sm-1, .mx-sm-1 {
        margin-left: .25rem !important
    }

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

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

    .mr-sm-2, .mx-sm-2 {
        margin-right: .5rem !important
    }

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

    .ml-sm-2, .mx-sm-2 {
        margin-left: .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: .25rem !important
    }

    .pt-sm-1, .py-sm-1 {
        padding-top: .25rem !important
    }

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

    .pb-sm-1, .py-sm-1 {
        padding-bottom: .25rem !important
    }

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

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

    .pt-sm-2, .py-sm-2 {
        padding-top: .5rem !important
    }

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

    .pb-sm-2, .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2, .px-sm-2 {
        padding-left: .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: .25rem !important
    }

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

    .mr-md-1, .mx-md-1 {
        margin-right: .25rem !important
    }

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

    .ml-md-1, .mx-md-1 {
        margin-left: .25rem !important
    }

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

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

    .mr-md-2, .mx-md-2 {
        margin-right: .5rem !important
    }

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

    .ml-md-2, .mx-md-2 {
        margin-left: .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: .25rem !important
    }

    .pt-md-1, .py-md-1 {
        padding-top: .25rem !important
    }

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

    .pb-md-1, .py-md-1 {
        padding-bottom: .25rem !important
    }

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

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

    .pt-md-2, .py-md-2 {
        padding-top: .5rem !important
    }

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

    .pb-md-2, .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2, .px-md-2 {
        padding-left: .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: .25rem !important
    }

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

    .mr-lg-1, .mx-lg-1 {
        margin-right: .25rem !important
    }

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

    .ml-lg-1, .mx-lg-1 {
        margin-left: .25rem !important
    }

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

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

    .mr-lg-2, .mx-lg-2 {
        margin-right: .5rem !important
    }

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

    .ml-lg-2, .mx-lg-2 {
        margin-left: .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: .25rem !important
    }

    .pt-lg-1, .py-lg-1 {
        padding-top: .25rem !important
    }

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

    .pb-lg-1, .py-lg-1 {
        padding-bottom: .25rem !important
    }

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

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

    .pt-lg-2, .py-lg-2 {
        padding-top: .5rem !important
    }

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

    .pb-lg-2, .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2, .px-lg-2 {
        padding-left: .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: .25rem !important
    }

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

    .mr-xl-1, .mx-xl-1 {
        margin-right: .25rem !important
    }

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

    .ml-xl-1, .mx-xl-1 {
        margin-left: .25rem !important
    }

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

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

    .mr-xl-2, .mx-xl-2 {
        margin-right: .5rem !important
    }

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

    .ml-xl-2, .mx-xl-2 {
        margin-left: .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: .25rem !important
    }

    .pt-xl-1, .py-xl-1 {
        padding-top: .25rem !important
    }

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

    .pb-xl-1, .py-xl-1 {
        padding-bottom: .25rem !important
    }

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

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

    .pt-xl-2, .py-xl-2 {
        padding-top: .5rem !important
    }

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

    .pb-xl-2, .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2, .px-xl-2 {
        padding-left: .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:focus, a.text-primary:hover {
    color: #0062cc !important
}

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

a.text-secondary:focus, a.text-secondary:hover {
    color: #545b62 !important
}

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

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

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

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

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

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

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

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

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus, a.text-light:hover {
    color: #dae0e5 !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus, a.text-dark:hover {
    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 {
    *, ::after, ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

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

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

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

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

    thead {
        display: table-header-group
    }

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

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

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

    @page {
        size: a3
    }

    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 td, .table-bordered th {
        border: 1px solid #ddd !important
    }
}
/*# sourceMappingURL=bootstrap.min.css.map */

@charset "UTF-8";


/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

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

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

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

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

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

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

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

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

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

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    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 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

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

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

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

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

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

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

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

@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

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

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

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

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

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

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

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

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

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

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

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

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

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

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

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

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

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

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

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

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }

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

  70% {
    -webkit-transform: scale(.9);
    transform: scale(.9);
  }

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

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
  }

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

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

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

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

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

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }

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

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

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

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

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

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

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

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

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

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

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

@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }

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

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

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

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

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

@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }

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

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

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

  25% {
    -webkit-transform: scale(.95);
    transform: scale(.95);
  }

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

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

@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }
}

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

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

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

@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

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

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

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

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

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

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

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

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

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

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

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

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

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

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

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

@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

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

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

  100% {
    opacity: 1;
  }
}

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

  100% {
    opacity: 1;
  }
}

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

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

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

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

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

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

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

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

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

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

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

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

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

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

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

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

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

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

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

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

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

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

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

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

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

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

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

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

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

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

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

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

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

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

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

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

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

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

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

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

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

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

  100% {
    opacity: 0;
  }
}

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

  100% {
    opacity: 0;
  }
}

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

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

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

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

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

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

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

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

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

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

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

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

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

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

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

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

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

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

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

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}

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

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

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

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

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

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

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

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

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

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

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

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

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

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

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

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

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

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) 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 {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

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

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

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

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

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

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

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

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

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

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

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

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

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

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

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

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

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

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

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

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

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

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

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

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

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

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

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

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

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

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

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

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

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

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

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

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

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

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

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

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

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(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: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

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

@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-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: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

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

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000; background: rgba(0,0,0,.9); opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
    #cboxContent{margin-top:20px;background:#000;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{border:5px solid #000; background:#fff;}
        #cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
        #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
        #cboxLoadingGraphic{background:url(../images/loading.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}
        
        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}

/*!
 *  Font Awesome 4.6.3 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('../fonts/fontawesome-webfont.eot?v=4.6.3');
   src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.6.3#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-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"
}

.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
}
@font-face {
  font-family: 'iconfont';
  src:
    url('../fonts/iconfont/iconfont.ttf?2p4rfb') format('truetype'),
    url('../fonts/iconfont/iconfont.woff?2p4rfb') format('woff'),
    url('../fonts/iconfont/iconfont.svg?2p4rfb#iconfont') format('svg');
  font-weight: normal;
  font-style: normal;
}

.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'iconfont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-deal:before {
  content: "\e924";
}
.icon-left-arrow2:before {
  content: "\e931";
}
.icon-quote2:before {
  content: "\e937";
}
.icon-right-arrow2:before {
  content: "\e938";
}
.icon-coins-2:before {
  content: "\e902";
}
.icon-commerce-2:before {
  content: "\e903";
}
.icon-monitor:before {
  content: "\e904";
}
.icon-graphic-3:before {
  content: "\e905";
}
.icon-business:before {
  content: "\e906";
}
.icon-graphic-2:before {
  content: "\e907";
}
.icon-commerce-1:before {
  content: "\e908";
}
.icon-hammer:before {
  content: "\e909";
}
.icon-graphic-1:before {
  content: "\e90a";
}
.icon-graphic:before {
  content: "\e90b";
}
.icon-justice-1:before {
  content: "\e90c";
}
.icon-line:before {
  content: "\e90d";
}
.icon-money-3:before {
  content: "\e90e";
}
.icon-chart:before {
  content: "\e90f";
}
.icon-commerce:before {
  content: "\e910";
}
.icon-agenda:before {
  content: "\e911";
}
.icon-money-2:before {
  content: "\e912";
}
.icon-justice:before {
  content: "\e913";
}
.icon-money-1:before {
  content: "\e914";
}
.icon-money:before {
  content: "\e915";
}
.icon-technology:before {
  content: "\e916";
}
.icon-coins-1:before {
  content: "\e917";
}
.icon-coins:before {
  content: "\e918";
}
.icon-left-arrow:before {
  content: "\e919";
}
.icon-bank:before {
  content: "\e91a";
}
.icon-calculator:before {
  content: "\e91b";
}
.icon-chart2:before {
  content: "\e91c";
}
.icon-chart22:before {
  content: "\e91d";
}
.icon-checked:before {
  content: "\e91e";
}
.icon-clock3:before {
  content: "\e91f";
}
.icon-comment:before {
  content: "\e920";
}
.icon-comments:before {
  content: "\e921";
}
.icon-consult:before {
  content: "\e922";
}
.icon-consut2:before {
  content: "\e923";
}
.icon-download:before {
  content: "\e925";
}
.icon-envelope:before {
  content: "\e926";
}
.icon-euro:before {
  content: "\e927";
}
.icon-folder:before {
  content: "\e928";
}
.icon-invest:before {
  content: "\e929";
}
.icon-loan:before {
  content: "\e92a";
}
.icon-map-marker2:before {
  content: "\e92b";
}
.icon-mutual-fund:before {
  content: "\e92c";
}
.icon-percent:before {
  content: "\e92d";
}
.icon-phone3:before {
  content: "\e92e";
}
.icon-pie-chart2:before {
  content: "\e92f";
}
.icon-play:before {
  content: "\e930";
}
.icon-savings:before {
  content: "\e932";
}
.icon-search:before {
  content: "\e933";
}
.icon-tag:before {
  content: "\e934";
}
.icon-tags:before {
  content: "\e935";
}
.icon-tax:before {
  content: "\e936";
}
.icon-vplay:before {
  content: "\e900";
}
.icon-newsletter:before {
  content: "\e901";
}
.icon-mobile2:before {
  content: "\e000";
}
.icon-laptop2:before {
  content: "\e001";
}
.icon-desktop2:before {
  content: "\e002";
}
.icon-tablet2:before {
  content: "\e003";
}
.icon-phone2:before {
  content: "\e004";
}
.icon-document:before {
  content: "\e005";
}
.icon-documents:before {
  content: "\e006";
}
.icon-search2:before {
  content: "\e007";
}
.icon-clipboard2:before {
  content: "\e008";
}
.icon-newspaper:before {
  content: "\e009";
}
.icon-notebook:before {
  content: "\e00a";
}
.icon-book-open:before {
  content: "\e00b";
}
.icon-browser:before {
  content: "\e00c";
}
.icon-calendar2:before {
  content: "\e00d";
}
.icon-presentation:before {
  content: "\e00e";
}
.icon-picture:before {
  content: "\e00f";
}
.icon-pictures:before {
  content: "\e010";
}
.icon-video:before {
  content: "\e011";
}
.icon-camera2:before {
  content: "\e012";
}
.icon-printer:before {
  content: "\e013";
}
.icon-toolbox:before {
  content: "\e014";
}
.icon-briefcase2:before {
  content: "\e015";
}
.icon-wallet:before {
  content: "\e016";
}
.icon-gift2:before {
  content: "\e017";
}
.icon-bargraph:before {
  content: "\e018";
}
.icon-grid:before {
  content: "\e019";
}
.icon-expand2:before {
  content: "\e01a";
}
.icon-focus:before {
  content: "\e01b";
}
.icon-edit2:before {
  content: "\e01c";
}
.icon-adjustments:before {
  content: "\e01d";
}
.icon-ribbon:before {
  content: "\e01e";
}
.icon-hourglass2:before {
  content: "\e01f";
}
.icon-lock2:before {
  content: "\e020";
}
.icon-megaphone:before {
  content: "\e021";
}
.icon-shield2:before {
  content: "\e022";
}
.icon-trophy2:before {
  content: "\e023";
}
.icon-flag2:before {
  content: "\e024";
}
.icon-map2:before {
  content: "\e025";
}
.icon-puzzle:before {
  content: "\e026";
}
.icon-basket:before {
  content: "\e027";
}
.icon-envelope2:before {
  content: "\e028";
}
.icon-streetsign:before {
  content: "\e029";
}
.icon-telescope:before {
  content: "\e02a";
}
.icon-gears2:before {
  content: "\e02b";
}
.icon-key2:before {
  content: "\e02c";
}
.icon-paperclip2:before {
  content: "\e02d";
}
.icon-attachment:before {
  content: "\e02e";
}
.icon-pricetags:before {
  content: "\e02f";
}
.icon-lightbulb:before {
  content: "\e030";
}
.icon-layers:before {
  content: "\e031";
}
.icon-pencil2:before {
  content: "\e032";
}
.icon-tools:before {
  content: "\e033";
}
.icon-tools-2:before {
  content: "\e034";
}
.icon-scissors2:before {
  content: "\e035";
}
.icon-paintbrush:before {
  content: "\e036";
}
.icon-magnifying-glass:before {
  content: "\e037";
}
.icon-circle-compass:before {
  content: "\e038";
}
.icon-linegraph:before {
  content: "\e039";
}
.icon-mic:before {
  content: "\e03a";
}
.icon-strategy:before {
  content: "\e03b";
}
.icon-beaker:before {
  content: "\e03c";
}
.icon-caution:before {
  content: "\e03d";
}
.icon-recycle2:before {
  content: "\e03e";
}
.icon-anchor2:before {
  content: "\e03f";
}
.icon-profile-male:before {
  content: "\e040";
}
.icon-profile-female:before {
  content: "\e041";
}
.icon-bike:before {
  content: "\e042";
}
.icon-wine:before {
  content: "\e043";
}
.icon-hotairballoon:before {
  content: "\e044";
}
.icon-globe2:before {
  content: "\e045";
}
.icon-genius:before {
  content: "\e046";
}
.icon-map-pin2:before {
  content: "\e047";
}
.icon-dial:before {
  content: "\e048";
}
.icon-chat:before {
  content: "\e049";
}
.icon-heart2:before {
  content: "\e04a";
}
.icon-cloud2:before {
  content: "\e04b";
}
.icon-upload2:before {
  content: "\e04c";
}
.icon-download2:before {
  content: "\e04d";
}
.icon-target:before {
  content: "\e04e";
}
.icon-hazardous:before {
  content: "\e04f";
}
.icon-piechart:before {
  content: "\e050";
}
.icon-speedometer:before {
  content: "\e051";
}
.icon-global:before {
  content: "\e052";
}
.icon-compass2:before {
  content: "\e053";
}
.icon-lifesaver:before {
  content: "\e054";
}
.icon-clock:before {
  content: "\e055";
}
.icon-aperture:before {
  content: "\e056";
}
.icon-quote:before {
  content: "\e057";
}
.icon-scope:before {
  content: "\e058";
}
.icon-alarmclock:before {
  content: "\e059";
}
.icon-refresh2:before {
  content: "\e05a";
}
.icon-happy:before {
  content: "\e05b";
}
.icon-sad:before {
  content: "\e05c";
}
.icon-facebook2:before {
  content: "\e05d";
}
.icon-twitter2:before {
  content: "\e05e";
}
.icon-googleplus:before {
  content: "\e05f";
}
.icon-rss2:before {
  content: "\e060";
}
.icon-tumblr2:before {
  content: "\e061";
}
.icon-linkedin2:before {
  content: "\e062";
}
.icon-dribbble2:before {
  content: "\e063";
}
.icon-home:before {
  content: "\e800";
}
.icon-apartment:before {
  content: "\e801";
}
.icon-pencil:before {
  content: "\e802";
}
.icon-magic-wand:before {
  content: "\e803";
}
.icon-drop:before {
  content: "\e804";
}
.icon-lighter:before {
  content: "\e805";
}
.icon-poop:before {
  content: "\e806";
}
.icon-sun:before {
  content: "\e807";
}
.icon-moon:before {
  content: "\e808";
}
.icon-cloud:before {
  content: "\e809";
}
.icon-cloud-upload:before {
  content: "\e80a";
}
.icon-cloud-download:before {
  content: "\e80b";
}
.icon-cloud-sync:before {
  content: "\e80c";
}
.icon-cloud-check:before {
  content: "\e80d";
}
.icon-database:before {
  content: "\e80e";
}
.icon-lock3:before {
  content: "\e80f";
}
.icon-cog2:before {
  content: "\e810";
}
.icon-trash2:before {
  content: "\e811";
}
.icon-dice:before {
  content: "\e812";
}
.icon-heart3:before {
  content: "\e813";
}
.icon-star2:before {
  content: "\e814";
}
.icon-star-half2:before {
  content: "\e815";
}
.icon-star-empty:before {
  content: "\e816";
}
.icon-flag3:before {
  content: "\e817";
}
.icon-envelope3:before {
  content: "\e818";
}
.icon-paperclip:before {
  content: "\e819";
}
.icon-inbox:before {
  content: "\e81a";
}
.icon-eye:before {
  content: "\e81b";
}
.icon-printer2:before {
  content: "\e81c";
}
.icon-file-empty:before {
  content: "\e81d";
}
.icon-file-add:before {
  content: "\e81e";
}
.icon-enter:before {
  content: "\e81f";
}
.icon-exit:before {
  content: "\e820";
}
.icon-graduation-hat:before {
  content: "\e821";
}
.icon-license:before {
  content: "\e822";
}
.icon-music-note:before {
  content: "\e823";
}
.icon-film-play:before {
  content: "\e824";
}
.icon-camera-video:before {
  content: "\e825";
}
.icon-camera:before {
  content: "\e826";
}
.icon-picture2:before {
  content: "\e827";
}
.icon-book:before {
  content: "\e828";
}
.icon-bookmark:before {
  content: "\e829";
}
.icon-user2:before {
  content: "\e82a";
}
.icon-users:before {
  content: "\e82b";
}
.icon-shirt:before {
  content: "\e82c";
}
.icon-store:before {
  content: "\e82d";
}
.icon-cart:before {
  content: "\e82e";
}
.icon-tag2:before {
  content: "\e82f";
}
.icon-phone-handset:before {
  content: "\e830";
}
.icon-phone:before {
  content: "\e831";
}
.icon-pushpin:before {
  content: "\e832";
}
.icon-map-marker:before {
  content: "\e833";
}
.icon-map:before {
  content: "\e834";
}
.icon-location:before {
  content: "\e835";
}
.icon-calendar-full:before {
  content: "\e836";
}
.icon-keyboard:before {
  content: "\e837";
}
.icon-spell-check:before {
  content: "\e838";
}
.icon-screen:before {
  content: "\e839";
}
.icon-smartphone:before {
  content: "\e83a";
}
.icon-tablet:before {
  content: "\e83b";
}
.icon-laptop:before {
  content: "\e83c";
}
.icon-laptop-phone:before {
  content: "\e83d";
}
.icon-power-switch:before {
  content: "\e83e";
}
.icon-bubble:before {
  content: "\e83f";
}
.icon-heart-pulse:before {
  content: "\e840";
}
.icon-construction:before {
  content: "\e841";
}
.icon-pie-chart:before {
  content: "\e842";
}
.icon-chart-bars:before {
  content: "\e843";
}
.icon-gift:before {
  content: "\e844";
}
.icon-diamond2:before {
  content: "\e845";
}
.icon-dinner:before {
  content: "\e847";
}
.icon-coffee-cup:before {
  content: "\e848";
}
.icon-leaf:before {
  content: "\e849";
}
.icon-paw:before {
  content: "\e84a";
}
.icon-rocket:before {
  content: "\e84b";
}
.icon-briefcase:before {
  content: "\e84c";
}
.icon-bus2:before {
  content: "\e84d";
}
.icon-car2:before {
  content: "\e84e";
}
.icon-train:before {
  content: "\e84f";
}
.icon-bicycle2:before {
  content: "\e850";
}
.icon-wheelchair:before {
  content: "\e851";
}
.icon-select:before {
  content: "\e852";
}
.icon-earth:before {
  content: "\e853";
}
.icon-smile:before {
  content: "\e854";
}
.icon-sad2:before {
  content: "\e855";
}
.icon-neutral:before {
  content: "\e856";
}
.icon-mustache:before {
  content: "\e857";
}
.icon-alarm:before {
  content: "\e858";
}
.icon-bullhorn:before {
  content: "\e859";
}
.icon-volume-high:before {
  content: "\e85a";
}
.icon-volume-medium:before {
  content: "\e85b";
}
.icon-volume-low:before {
  content: "\e85c";
}
.icon-volume:before {
  content: "\e85d";
}
.icon-mic2:before {
  content: "\e85e";
}
.icon-hourglass:before {
  content: "\e85f";
}
.icon-undo:before {
  content: "\e860";
}
.icon-redo:before {
  content: "\e861";
}
.icon-sync:before {
  content: "\e862";
}
.icon-history:before {
  content: "\e863";
}
.icon-clock2:before {
  content: "\e864";
}
.icon-download3:before {
  content: "\e865";
}
.icon-upload:before {
  content: "\e866";
}
.icon-enter-down:before {
  content: "\e867";
}
.icon-exit-up:before {
  content: "\e868";
}
.icon-bug:before {
  content: "\e869";
}
.icon-code2:before {
  content: "\e86a";
}
.icon-link:before {
  content: "\e86b";
}
.icon-unlink:before {
  content: "\e86c";
}
.icon-thumbs-up:before {
  content: "\e86d";
}
.icon-thumbs-down:before {
  content: "\e86e";
}
.icon-magnifier:before {
  content: "\e86f";
}
.icon-cross:before {
  content: "\e870";
}
.icon-menu:before {
  content: "\e871";
}
.icon-list:before {
  content: "\e872";
}
.icon-chevron-up:before {
  content: "\e873";
}
.icon-chevron-down:before {
  content: "\e874";
}
.icon-chevron-left:before {
  content: "\e875";
}
.icon-chevron-right:before {
  content: "\e876";
}
.icon-arrow-up:before {
  content: "\e877";
}
.icon-arrow-down:before {
  content: "\e878";
}
.icon-arrow-left:before {
  content: "\e879";
}
.icon-arrow-right:before {
  content: "\e87a";
}
.icon-move:before {
  content: "\e87b";
}
.icon-warning:before {
  content: "\e87c";
}
.icon-question-circle:before {
  content: "\e87d";
}
.icon-menu-circle:before {
  content: "\e87e";
}
.icon-checkmark-circle:before {
  content: "\e87f";
}
.icon-cross-circle:before {
  content: "\e880";
}
.icon-plus-circle:before {
  content: "\e881";
}
.icon-circle-minus:before {
  content: "\e882";
}
.icon-arrow-up-circle:before {
  content: "\e883";
}
.icon-arrow-down-circle:before {
  content: "\e884";
}
.icon-arrow-left-circle:before {
  content: "\e885";
}
.icon-arrow-right-circle:before {
  content: "\e886";
}
.icon-chevron-up-circle:before {
  content: "\e887";
}
.icon-chevron-down-circle:before {
  content: "\e888";
}
.icon-chevron-left-circle:before {
  content: "\e889";
}
.icon-chevron-right-circle:before {
  content: "\e88a";
}
.icon-crop:before {
  content: "\e88b";
}
.icon-frame-expand:before {
  content: "\e88c";
}
.icon-frame-contract:before {
  content: "\e88d";
}
.icon-layers2:before {
  content: "\e88e";
}
.icon-funnel:before {
  content: "\e88f";
}
.icon-text-format:before {
  content: "\e890";
}
.icon-text-size:before {
  content: "\e892";
}
.icon-bold:before {
  content: "\e893";
}
.icon-italic:before {
  content: "\e894";
}
.icon-underline:before {
  content: "\e895";
}
.icon-strikethrough:before {
  content: "\e896";
}
.icon-highlight:before {
  content: "\e897";
}
.icon-text-align-left:before {
  content: "\e898";
}
.icon-text-align-center:before {
  content: "\e899";
}
.icon-text-align-right:before {
  content: "\e89a";
}
.icon-text-align-justify:before {
  content: "\e89b";
}
.icon-line-spacing:before {
  content: "\e89c";
}
.icon-indent-increase:before {
  content: "\e89d";
}
.icon-indent-decrease:before {
  content: "\e89e";
}
.icon-page-break:before {
  content: "\e8a2";
}
.icon-hand:before {
  content: "\e8a5";
}
.icon-pointer-up:before {
  content: "\e8a6";
}
.icon-pointer-right:before {
  content: "\e8a7";
}
.icon-pointer-down:before {
  content: "\e8a8";
}
.icon-pointer-left:before {
  content: "\e8a9";
}

.morris-hover{position:absolute;z-index:1000}.morris-hover.morris-default-style{border-radius:10px;padding:6px;color:#666;background:rgba(255,255,255,0.8);border:solid 2px rgba(230,230,230,0.8);font-family:sans-serif;font-size:12px;text-align:center}.morris-hover.morris-default-style .morris-hover-row-label{font-weight:bold;margin:0.25em 0}
.morris-hover.morris-default-style .morris-hover-point{white-space:nowrap;margin:0.1em 0}

.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%
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}

/* Small Devices, Tablets */

@media (min-width: 768px) and (max-width: 991px) {


    /* top info */
    .top-info .info-wrapper {
        padding-right: 0;
        margin-right: 25px;
    }

    #top-bar .top-info p,
    #top-bar .top-info i {
        font-size: 12px;
    }

    #top-bar .top-info .info-wrapper:after {
        top: 0;
    }

    .top-social a {
        margin-right: 15px;
        margin-left: 0;
    }

    .header-get-a-quote {
        margin-top: 30px;
        margin-bottom: 10px;
    }
    /*.header.nav-down .logo {
    text-align: center;
   }*/

    .top-info {
        list-style: none;
        margin: 5px 71px 20px;
        padding: 0;
        float: right;
    }


    /* Navigation breakpoint */
    .navbar-toggle {
        display: block;
        z-index: 1;
    }

    .site-nav-inner {
        width: 100%;
        padding: 0 0;
    }

    ul.navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

        ul.navbar-nav > li {
            float: none;
            display: block;
        }

    .collapse.in {
        display: block !important;
    }

    .navbar-collapse.in {
        overflow-y: auto;
    }

    ul.nav li.dropdown:hover ul.dropdown-menu {
        display: none;
    }

    ul.nav li.dropdown.open ul.dropdown-menu {
        display: block;
    }

    .navbar-nav .show .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar-nav > li > .dropdown-menu a {
        color: #fff;
    }

    .navbar-expand-lg .navbar-nav .dropdown-submenu .nav-link {
        color: #fff;
    }

    .navbar-nav > li > .dropdown-menu a:hover {
        color: #ff0000;
    }

    .dropdown-submenu > .dropdown-menu {
        margin-left: 20px;
    }

    .gallery-img {
        margin-bottom: 25px;
    }


    /* Navigation */
    .navbar-collapse {
        background: #1c1e22;
        width: 100%;
        border-top: 0;
        box-shadow: none;
    }

    ul.navbar-nav > li:hover > a:after,
    ul.navbar-nav > li.active > a:after {
        content: '';
    }

    ul.navbar-nav > li > a:before {
        border-bottom: 0;
    }

    .navbar-nav .open .dropdown-menu > li {
        padding-left: 0;
    }

        .navbar-nav .open .dropdown-menu > li > a,
        .navbar-nav .open .dropdown-menu .dropdown-header {
            padding: 15px;
        }

    ul.navbar-nav > li {
        display: block;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 30px;
    }

    ul.navbar-nav > li.nav-search,
    ul.navbar-nav > li.header-get-a-quote {
        display: none;
    }

    ul.navbar-nav {
        width: 100%;
        padding: 0 0 10px;
    }

        ul.navbar-nav li {
            float: none;
        }

            ul.navbar-nav li a,
            ul.navbar-nav li a {
                line-height: normal !important;
                border-bottom: 1px solid #38393d;
                padding: 15px 0;
                display: block;
                min-width: 350px;
            }

            ul.navbar-nav li:last-child a {
                border-bottom: 0;
            }

        ul.navbar-nav .dropdown-menu li a {
            padding-left: 20px !important;
        }

        ul.navbar-nav li a i,
        .dropdown-submenu > a:after {
            background: #000;
            float: right;
            width: 36px;
            height: 28px;
            line-height: 28px;
            margin-top: -5px;
            text-align: center;
        }

    .nav-search {
        top: 15px;
    }

    .search-block {
        top: 65px;
    }

    #main-slide .slider-content {
        min-height: 500px;
    }

    #main-slide .carousel-item {
        min-height: 500px;
    }

    .slide-sub-title {
        font-size: 50px;
        line-height: 60px;
    }

    .gap-60, .gap-30 {
        height: 0;
    }

    .service-img {
        display: block;
        text-align: center;
        margin: 0 auto;
    }

    a.top-right-btn.btn.btn-primary {
        margin: 20px 0;
    }

    .testimonial-client {
        margin-top: 65px;
    }

    section#ts-facts-area h2 {
        text-align: center;
    }

    .latest-post.post-large .post-body {
        padding: 60px;
    }

    .latest-post.post-large .post-cat {
        top: 25px;
        left: 60px;
    }


    .ts-service-box {
        margin-bottom: 25px;
    }

    .align-self-center {
        text-align: center;
    }

    .call-to-action-bg .text-right {
        text-align: center !important;
        margin-top: 20px;
    }

    .help-box .help, .ts-testimonial-static .help {
        margin-top: 40px;
    }

    .latest-post {
        margin-bottom: 40px;
    }

    .projects .latest-post {
        margin-bottom: 20px;
    }

    .ts-feature-box .ts-feature-info {
        margin-top: 20px;
    }

    /* Header */
    .header.nav-down.nav-box {
        height: 235px;
    }

    .header-trans-leftbox {
        top: 100px;
    }

        .header-trans-leftbox .container {
            max-width: 100%;
            padding: 0;
        }

        .header-trans-leftbox .header-wrapper {
            padding: 0;
            bottom: 0;
        }

    .header-standard.header-transparent {
        top: 75px;
    }

    .header-standard.header-boxed {
        top: 100px;
    }

    .nav {
        display: inline-block;
    }

    .contact-wrapper {
        margin-top: 20px;
    }

    .footer-menu {
        float: none;
        text-align: center;
    }

    .footer-social {
        margin-top: 10px;
        text-align: center !important;
    }

    .copyright-info {
        text-align: center;
    }

    .featured-tab .nav-tabs > li {
        float: left;
        margin-bottom: -9px;
    }

    .featured-tab {
        margin-bottom: 40px;
    }
}



/* Small Devices Potrait */

@media (max-width: 767px) {

    /* Top bar */
    .top-menu {
        text-align: center;
    }

    ul.top-info {
        text-align: center;
    }

    .top-social {
        text-align: center;
        margin-top: 5px;
    }

    #top-bar .top-info i {
        font-size: 14px;
    }

    #top-bar .top-info p {
        font-size: 14px;
    }

    .top-info .info-wrapper {
        padding-right: 0;
        margin-right: 20px;
    }

    /* Logo area */
    ul.top-info {
        margin-top: 15px;
    }

    ul.top-info {
        float: none;
    }

    .top-info .info-wrapper:after {
        display: none;
    }

    ul.top-info.unstyled li {
        display: block;
        text-align: left;
        margin-bottom: 10px;
    }

        ul.top-info.unstyled li:last-child {
            margin-bottom: 0;
        }

    ul.top-info.unstyled {
        padding-left: 20%;
    }

    /* Header */
    .header.nav-down.nav-box {
        height: 295px;
    }

    .header-trans-leftbox {
        top: 100px;
    }

        .header-trans-leftbox .container {
            max-width: 100%;
            padding: 0;
        }

        .header-trans-leftbox .header-wrapper {
            padding: 0;
            bottom: 0;
        }

    .header-standard.header-transparent {
        top: 75px;
    }

    .header-standard.header-boxed {
        top: 100px;
    }

    /* Header */
    .logo-absolute {
        position: absolute;
        z-index: 1;
        top: -20px;
        height: 0;
        padding: 35px 0 0;
    }

    .navbar-header {
        float: left;
    }

    .logo {
        text-align: left;
    }

    .header.nav-down .logo {
        height: 0;
    }

    .logo-wrapper.logo-area {
        height: 90px;
    }

    .logo-area {
        padding: 10px 15px;
    }

    .logo-wrapper.logo-area .logo {
        padding-left: 0;
    }

    .nav-search {
        display: none;
    }

    ul.top-info-box {
        float: none;
    }

        ul.top-info-box li {
            float: none;
            margin-left: 40px !important;
            border-right: 0;
        }

            ul.top-info-box li .info-box {
                margin-bottom: 15px;
            }

                ul.top-info-box li .info-box.last {
                    margin-bottom: 0;
                }

        ul.top-info-box > li.nav-search {
            display: none;
        }

    .navbar-nav > li > .dropdown-menu a {
        color: #fff;
    }

        .navbar-nav > li > .dropdown-menu a:hover {
            color: #ff0000;
        }

    /* Navigation breakpoint */
    .navbar-toggle {
        display: block;
        z-index: 1;
    }

    .site-nav-inner {
        width: 100%;
        padding: 0 0;
    }

    ul.navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

        ul.navbar-nav > li {
            float: none;
            display: block;
        }

    .collapse.in {
        display: block !important;
    }

    .navbar-collapse.in {
        overflow-y: auto;
    }

    ul.nav li.dropdown:hover ul.dropdown-menu {
        display: none;
    }

    ul.nav li.dropdown.open ul.dropdown-menu {
        display: block;
    }

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    /* Navigation */
    .navbar-collapse {
        background: #1c1e22;
        width: 100%;
        border-top: 0;
        box-shadow: none;
    }

    ul.navbar-nav > li:hover > a:after,
    ul.navbar-nav > li.active > a:after {
        content: '';
    }

    ul.navbar-nav > li > a:before {
        border-bottom: 0;
    }

    .navbar-nav .open .dropdown-menu > li {
        padding-left: 0;
    }

        .navbar-nav .open .dropdown-menu > li > a,
        .navbar-nav .open .dropdown-menu .dropdown-header {
            padding: 15px;
        }

    ul.navbar-nav > li {
        display: block;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 30px;
    }

    ul.navbar-nav > li.nav-search,
    ul.navbar-nav > li.header-get-a-quote {
        display: none;
    }

    ul.navbar-nav {
        width: 100%;
        padding: 0 0 10px;
    }

        ul.navbar-nav li {
            float: none;
        }

            ul.navbar-nav li a,
            ul.navbar-nav li a {
                line-height: normal !important;
                border-bottom: 1px solid #38393d;
                padding: 15px 0;
                display: block;
            }

            ul.navbar-nav li:last-child a {
                border-bottom: 0;
            }

        ul.navbar-nav .dropdown-menu li a {
            padding-left: 20px !important;
        }

        ul.navbar-nav li a i,
        .dropdown-submenu > a:after {
            background: #000;
            float: right;
            width: 36px;
            height: 28px;
            line-height: 28px;
            margin-top: -5px;
            text-align: center;
        }

    .nav-search {
        top: 15px;
    }

    .search-block {
        top: 65px;
    }
    /*  */

    /* slider */
    .slide-title {
        font-size: 16px;
    }

    #main-slide .carousel-item {
        min-height: 400px;
    }

    #main-slide .slider-content {
        min-height: 400px;
    }

    .slider-description {
        font-size: 12px;
        line-height: 20px;
    }

    /* features */

    .ts-feature-box .ts-feature-info {
        margin-top: 20px;
    }

    .feature-light-row .border-left {
        border-left: none !important;
    }

    section, .section-padding {
        padding: 40px 0;
    }

    /* top info */
    .top-info li .info-wrapper p {
        text-align: left;
    }

    .column-title {
        margin: 40px 0 40px;
    }

    .ts-facts-area-bg .column-left-title .column-title {
        text-align: center;
    }

    .quote_form {
        padding: 0px 0px 0px;
    }

    .gap-60, .gap-30 {
        display: none;
    }

    .plan.featured {
        background: #da0f32;
        color: #fff;
        padding: 0;
        margin: 0;
    }

    .ts-facts-bg {
        margin-top: 15px;
    }

    .ts-facts-area-bg .column-title {
        margin-top: 0 !important;
    }

    .latest-post {
        min-height: 275px;
        margin-bottom: 40px;
    }

    /* Project */
    .projects .latest-post {
        margin-bottom: 20px;
    }

    h5.mb-0 .project-btn:before, h5.mb-0 .project-btn.collapsed:before {
        padding: 5px 40px;
    }

    .percent-area .chart p {
        left: 37%;
    }

    .banner-area {
        min-height: 300px;
    }

    .banner-heading {
        min-height: 300px;
        padding: 0px;
    }

    .gallery-img {
        margin-bottom: 40px;
    }

    .mrt-40 {
        margin-top: 0px;
    }

    .help-box .help, .ts-testimonial-static .help {
        margin-top: 40px;
    }

    .top-info li:last-child {
        margin-left: 0px;
    }

    ul.top-info.unstyled {
        padding-left: 0px;
    }

    ul.top-info {
        margin-top: -15px;
    }

    .column-title {
        margin: 60px 0 40px;
    }

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

    .percent-area .chart p {
        left: 46%;
    }

    .percent-area .chart p {
        top: 55px;
    }

    .top-info .info-wrapper {
        margin-right: 0;
    }

    .top-info li .info-wrapper p.info-subtitle {
        font-size: 15px;
    }

    #main-slide .slider-content .slide-sub-title {
        font-size: 30px;
        line-height: 30px;
    }

    .btn.btn-primary, .btn-dark, .btn-border, .btn-white {
        font-size: 13px;
        font-weight: 600;
        padding: 10px 15px;
    }

    h5.mb-0 button:before {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    h5.mb-0 button {
        padding-left: 35px;
    }

    .latest-post.post-large .btn.btn-primary {
        padding: 7px 15px;
    }

    .latest-post .post-title, .latest-post.post-large .post-title {
        font-size: 17px;
        line-height: 20px;
    }

    .call-to-action-bg .text-right {
        text-align: center !important;
        margin-top: 20px;
    }

    .latest-post.post-large .post-body {
        position: relative;
        width: 100%;
        background: rgba(0,0,0,0.85);
        margin-bottom: 30px;
        left: 0;
        bottom: 0;
    }

    .latest-post.post-large img {
        margin-bottom: 0px;
    }

    .latest-post.post-large .latest-post-img img {
        width: 100%;
    }

    .latest-post.post-large .post-cat {
        top: 5px;
        left: 20px;
    }

    .quote-img {
        margin-bottom: 25px;
    }

    .align-self-center {
        text-align: center;
    }

    .top-info .info-wrapper {
        margin-right: 0px;
    }

    .ts-service-box {
        margin-bottom: 25px;
    }

    .nav {
        display: inline-block;
    }

    .contact-wrapper {
        margin-top: 20px;
    }

    .footer-menu {
        float: none;
        text-align: center;
    }

    .footer-social ul {
        text-align: center;
        margin-top: 10px;
    }

    .footer-widget {
        padding-bottom: 0px;
    }

    .copyright-info {
        text-align: center;
    }
    /* team */

    .team-img-wrapper:after {
        width: 68%;
        left: 62px;
    }

    .ts-team-wrapper {
        min-height: 400px;
    }

    /* About */

    .about-pattern {
        padding: 0;
    }
    /* Tabs */
    .featured-tab .nav-tabs > li {
        float: left;
        margin-bottom: -9px;
    }

    .navbar-expand-lg .navbar-nav .dropdown-submenu .nav-link {
        color: #fff;
    }
    .logo img {
        margin-top: 0 !important;
    }
    img.round1 {
        border-end-end-radius: 0 !important;
    }
}
/* Small Devices Potrait end */


@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700,700i,900');

@font-face {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 700;
    font-style: normal;
}
/* Typography
================================================== */
body {
    background: #fff;
    color: #626c84;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 20px;
}

p {
    font-family: 'Fira Sans', sans-serif;
    font-size: 14px;
    line-height: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #252a37;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

h1 {
    font-size: 48px;
    line-height: 48px;
}

h2 {
    font-size: 36px;
    line-height: 36px;
}

h3 {
    font-size: 22px;
    margin-bottom: 20px;
}

h4 {
    font-size: 18px;
    line-height: 28px;
}

h5 {
    font-size: 14px;
    line-height: 24px;
}

/* Global styles
================================================== */
html {
    overflow-x: hidden !important;
    width: 100%;
    height: 100%;
    position: relative;
    text-rendering: optimizeLegibility;
}

body {
    border: 0;
    margin: 0;
    padding: 0;
}

.body-inner {
    position: relative;
    overflow: hidden;
}

.preload {
    position: fixed;
    background: #fff url(../images/preload.gif) center center no-repeat;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
}

a {
    color: #da0f32;
}

    a:link, a:visited {
        text-decoration: none;
    }

    a:hover {
        text-decoration: none;
        color: #ff0000;
    }

.link-more {
    font-weight: 700;
}

    .link-more i {
        font-weight: 700;
        top: 2px;
        margin-left: 5px;
        position: relative;
        font-size: 16px;
    }

    .link-more.color {
        color: #fc6a2a;
    }

section,
.section-padding {
    padding: 50px 0;
    position: relative;
    z-index: 3;
}

.no-padding {
    padding: 0 !important;
}

.no-border {
    border: none !important;
}

.ts-padding {
    padding: 70px 50px;
}

.media > .pull-left {
    margin-right: 20px;
}

.gap-100 {
    clear: both;
    height: 100px;
}

.gap-80 {
    clear: both;
    height: 80px;
}

.gap-60 {
    clear: both;
    height: 60px;
}

.gap-40 {
    clear: both;
    height: 40px;
}

.gap-30 {
    clear: both;
    height: 30px;
}

.gap-20 {
    clear: both;
    height: 20px;
}

.gap-15 {
    clear: both;
    height: 15px;
}

.mrtb-40 {
    margin-top: 40px;
    margin-bottom: 40px;
}

@media screen and (min-width: 992px) {
    .mrt-225 {
        margin-top: 225px;
    }
}

@media screen and (min-width: 992px) {
    .mrt-190 {
        margin-top: 190px;
    }
}

@media screen and (min-width: 992px) {
    .mrt-140 {
        margin-top: 140px;
    }
}

@media screen and (min-width: 992px) {
    .mrt-110 {
        margin-top: 110px;
    }
}

.mrt-60 {
    margin-top: 60px;
}

.mrt-40 {
    margin-top: 40px;
}

.mrt-85 {
    margin-top: 85px;
}

.mrt-20 {
    margin-top: 20px;
}

.mrb-20 {
    margin-bottom: 20px;
}

.mrb-40 {
    margin-bottom: 40px;
}

.mrb-60 {
    margin-bottom: 60px;
}

.mr-0 {
    margin: 0 !important;
}

.mrt-0 {
    margin-top: 0 !important;
    margin-bottom: 20px !important;
}

.patb-100 {
    padding: 100px 0 !important;
}

.pab-120 {
    padding-bottom: 120px !important;
}

.pab {
    padding-bottom: 0;
}

a:focus {
    outline: 0;
}

img.pull-left {
    margin-right: 20px;
    margin-bottom: 20px;
}

img.pull-right {
    margin-left: 20px;
    margin-bottom: 20px;
}

.unstyled,
ul,
ol,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.solid-bg {
    background: #f5f5f5;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.dark-bg {
    background: #252525;
    color: #fff;
}

    .dark-bg h2,
    .dark-bg h3 {
        color: #fff;
    }

.solid-row {
    background: #f0f0f0;
}

.media-left,
.media > .pull-left {
    padding-right: 20px;
}

/* Background overlay */
.bg-overlay {
    position: relative;
}

    .bg-overlay .container {
        position: relative;
        z-index: 1;
    }

    .bg-overlay:after {
        background-color: rgba(0, 0, 0, 0.75);
        z-index: 0;
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

    .bg-overlay.overlay-color:after {
        background-color: rgba(15, 39, 101, 0.85);
    }

/* Pattern */
.bg-pattern-1 {
    position: relative;
    z-index: 2;
}

    .bg-pattern-1:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: "";
        background: url("../images/pattern/bg_pattern1.png") 100% 100%;
        z-index: -1;
    }

@media screen and (max-width: 991px) {
    .banner-area {
        min-height: 300px !important;
    }

    .banner-heading {
        min-height: 300px !important;
    }

    .bg-pattern-1:after {
        display: none;
    }

    .iframe {
        width: 80%;
    }

    button.btn-close {
        top: 28px !important;
    }
}

.bg-pattern-2 {
    position: relative;
    z-index: 2;
}

    .bg-pattern-2:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 100%;
        height: 100%;
        background: url("../images/pattern/pattern_arrow.png") no-repeat top left;
    }

    .bg-pattern-2:after {
        background: url("../images/pattern/pattern_box.png") no-repeat bottom right;
        content: "";
        width: 100%;
        height: 100%;
        right: 0;
        bottom: 0;
        position: absolute;
        z-index: -1;
    }

@media screen and (max-width: 767px) {
    .bg-pattern-2:before, .bg-pattern-2:after {
        display: none;
    }
}

.bg-pattern-3 {
    position: relative;
    z-index: 2;
}

    .bg-pattern-3:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: "";
        background: url("../images/pattern/bg_pattern2.png");
        background-size: 100%;
        background-position: center;
        z-index: -1;
    }

@media screen and (max-width: 991px) {
    .bg-pattern-3:after {
        display: none;
    }
}

/* Dropcap */
.dropcap {
    font-size: 48px;
    line-height: 60px;
    padding: 0 7px;
    float: left;
    font-weight: 700;
    margin: 5px 15px 5px 0;
    position: relative;
    text-transform: uppercase;
}

    .dropcap.primary {
        background: #da0f32;
        color: #fff;
    }

    .dropcap.secondary {
        background: #3a5371;
        color: #fff;
    }

/* Primary Box */
.ts-intro .border-left {
    border-left: 2px solid #dee2e6 !important;
}

.box-primary {
    background-color: #da0f32;
}

.box-dark {
    background-color: #222222;
}

.box-secondary {
    background-color: #0F2765;
}

.intro-details {
    padding-left: 20px;
}

.intro-title {
    font-size: 24px;
    line-height: 34px;
    margin: 0;
}

.intro-sub-title {
    font-weight: 900;
    font-size: 36px;
    line-height: 46px;
    margin: 15px 0 25px;
    color: #1c1c24;
}

section .title-white {
    color: #fff !important;
}

/* Section verticle title */
.section-title-vertical {
    position: relative;
    height: 0;
}

    .section-title-vertical .section-title {
        position: absolute;
        left: -190px;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        top: 203px;
        font-size: 40px;
        display: inline-block;
        margin-bottom: 70px;
        color: #c7d4f3;
        margin-top: 0;
    }

        .section-title-vertical .section-title:after {
            top: 15px;
            left: -95px;
            z-index: 0;
            width: 155px;
            border-bottom: 2px solid #c7d4f3;
        }

@media screen and (max-width: 1024px) {
    .section-title-vertical .section-title {
        display: none;
    }
}

/* Column title */
.column-title {
    font-size: 28px;
    line-height: 30px;
    margin: 0 0 28px;
}

    .column-title span {
        font-size: 18px;
        line-height: 20px;
        margin: 0 0 10px 0;
        display: block;
        font-weight: 400;
    }

    .column-title.title-small {
        font-size: 30px;
    }

/* Column title small */
/* Video responsive */
.embed-responsive {
    padding-bottom: 56.25%;
    position: relative;
    display: block;
    height: 0;
    overflow: hidden;
}

    .embed-responsive iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

/* Input form */
.form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #c7c5c5;
    padding: 5px 20px;
    height: 50px;
    background: none;
    color: #626c84;
    font-size: 14px;
    border-radius: 0;
    font-weight: normal;
}

    .form-control:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
        border-color: #da0f32;
    }

input:focus,
textarea:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #da0f32;
}

.form-message {
    height: auto;
}

@media screen and (min-width: 992px) {
    .qutoe-form-inner-left {
        padding-right: 40px;
    }
}

@media screen and (min-width: 992px) {
    .qutoe-form-inner-right {
        padding-left: 40px;
    }
}

.quote_form .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #da0f32;
}

.widget .form-control {
    z-index: 0;
    position: relative;
}

hr {
    background-color: #e7e7e7;
    border: 0;
    height: 1px;
    margin: 40px 0;
}

blockquote {
    position: relative;
    color: #fff;
    background: #1E2227;
    padding: 40px;
    border: 0;
    margin: 30px 0 40px;
}

    blockquote:before {
        padding: 28px 0 22px;
        content: "\e937";
        font-family: 'iconfont';
        color: #fff;
        font-size: 44px;
    }

    blockquote p {
        font-size: 18px;
        line-height: 28px;
        position: relative;
        z-index: 1;
        font-style: italic;
        font-weight: 600;
    }

cite {
    display: block;
    font-size: 14px;
    margin-top: 10px;
    text-align: right;
}

/* Button */
.btn.focus, .btn:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-primary.focus, .btn-primary:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

button:focus {
    outline: 0 solid;
}

.btn.btn-primary,
.btn-dark,
.btn-border,
.btn-white {
    font-size: 13px;
    font-weight: 700;
    padding: 10px 25px;
    line-height: 1.33;
    border-radius: 3px;
    border: 0;
    -webkit-transition: color 400ms, background-color 400ms, border-color 400ms;
    transition: color 400ms, background-color 400ms, border-color 400ms;
    transition: color 400ms, background-color 400ms, border-color 400ms;
}

    .btn-white.btn-primary {
        background: #fff;
        color: #da0f32;
    }

.btn.btn-primary {
    background: #da0f32;
    border: 2px solid transparent;
}

.btn.btn-dark {
    background: #242427;
    border: 2px solid transparent;
}

.btn.btn-white {
    background: #fff;
    border: 2px solid transparent;
}

    .btn.btn-white:hover {
        background-color: #242427;
        color: #fff;
    }

.btn-border {
    border: 2px solid #fff;
    background: none;
    color: #fff;
}

.btn-primary:hover,
.btn-dark:hover,
.btn-white.btn-primary:hover {
    background: #ff0000;
    color: #fff;
}

.btn-border:hover {
    background: #ff0000;
    border: 2px solid transparent;
    color: #fff;
}

.general-btn {
    clear: both;
    margin-top: 60px;
}

.intro-content .btn-border {
    margin-right: 15px;
}

/* box button */

.btn-box {
    background: #1e2227;
    color: #fff;
    padding: 15px;
}

    .btn-box:hover {
        background: #000;
        color: #fff;
    }

/* Ul, Ol */
.list-round,
.list-arrow,
.list-dash {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .list-round li {
        line-height: 34px;
    }

        .list-round li:before {
            font-family: FontAwesome;
            content: "\f111";
            margin-right: 10px;
            color: #252a37;
            font-size: 8px;
            position: relative;
            top: -3px;
        }

.list-arrow {
    padding: 0;
}

ul.list-dash li:before {
    font-family: FontAwesome;
    content: "\f068";
    margin-right: 10px;
    color: #da0f32;
    font-size: 10px;
}

/* Bootstrap */
.nav-tabs > li.active > a {
    border: 0;
}

.nav-tabs > li > a {
    border: 0;
}

    .nav-tabs > li > a:hover {
        border: 0;
    }

.nav > li > a:focus, .nav > li > a:hover {
    background: none;
}

a[href^=tel] {
    color: inherit;
    text-decoration: none;
}

/*-- Owl slide common --*/
.owl-carousel.page-slider .owl-nav {
    margin: 0;
}

.owl-carousel .owl-nav {
    text-align: center;
}

.owl-carousel.owl-theme .owl-nav [class*=owl-] {
    background: #da0f32;
    color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 42px;
    font-size: 20px;
    text-align: center;
    margin: 0;
    border-radius: 0;
    -webkit-transition: 400ms;
    transition: 400ms;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.owl-carousel.owl-theme .owl-nav [class*=owl-prev] {
    right: 40px;
}

.owl-carousel.owl-theme .owl-nav > div:hover {
    background: #272d33;
}

.owl-theme .owl-dots {
    text-align: center;
    margin-top: 40px;
    position: relative;
    z-index: 1;
}

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

        .owl-theme .owl-dots .owl-dot span {
            width: 30px;
            height: 4px;
            margin: 5px 4px;
            background: #000;
            opacity: .2;
            display: inline-block;
        }

        .owl-theme .owl-dots .owl-dot.active span {
            background: #da0f32;
            opacity: 1;
        }

/*-- Section title --*/
.section-title {
    font-size: 40px;
    margin-top: 0;
    display: inline-block;
    margin-bottom: 90px;
    position: relative;
}

    .section-title span {
        font-size: 18px;
        margin-bottom: 15px;
        color: #333;
        text-align: center;
        display: block;
        font-weight: 500 !important;
        line-height: normal;
    }

    .section-title:after {
        content: '';
        position: absolute;
        bottom: -30px;
        height: 1px;
        width: 50px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 0;
        border-bottom: 2px solid #da0f32;
    }

/* Content title */
.content-title {
    font-size: 44px;
    margin-top: 0;
    border-left: 5px solid #da0f32;
    padding-left: 15px;
    margin-bottom: 40px;
    line-height: 32px;
}

    .content-title span {
        display: block;
        font-size: 24px;
        line-height: 34px;
        margin: 0 0 10px 0;
        display: block;
        font-weight: 400 !important;
    }

.content-title-medium {
    font-size: 36px;
    line-height: 44px;
}

.list-column-title {
    font-size: 24px;
    color: #252a37;
}

/* Border left */
.section-title.border-title-left {
    padding-left: 140px;
}

    .section-title.border-title-left:before {
        content: '';
        position: absolute;
        top: 50%;
        margin-top: -22px;
        height: 1px;
        width: 115px;
        left: 0;
        z-index: 0;
        border-bottom: 2px solid #da0f32;
    }

    .section-title.border-title-left:after {
        border: 0;
    }

    .section-title.border-title-left span {
        text-align: right;
        margin: 10px 0 0;
    }

/* Top Bar
================================================== */
.site-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

@media screen and (min-width: 992px) {
    .site-top-2.header-transparent {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
    }
}

.top-bar {
    padding: 12px 0 15px;
    position: relative;
    background: #2d3559;
    color: #fff;
    line-height: normal;
}

    .top-bar.solid-bg {
        color: #626c84;
        background: #fafafa;
    }

        .top-bar.solid-bg ul.top-menu li {
            border-right: 1px solid rgba(0, 0, 0, 0.2);
        }

            .top-bar.solid-bg ul.top-menu li:last-child {
                border-right: 0;
            }

            .top-bar.solid-bg ul.top-menu li a {
                color: #626c84;
            }

        .top-bar.solid-bg .top-social a {
            color: #626c84;
        }

            .top-bar.solid-bg ul.top-menu li a:hover,
            .top-bar.solid-bg .top-social a:hover {
                color: #da0f32;
            }

/* Top menu */
ul.top-menu li {
    display: inline-block;
    font-size: 14px;
    border-right: 1px solid #4c5372;
    margin-right: 10px;
    padding-right: 10px;
    line-height: 10px;
}

    ul.top-menu li:last-child {
        border-right: 0;
    }

    ul.top-menu li a {
        color: #999999;
    }

        ul.top-menu li a:hover {
            color: #da0f32;
        }

/* Top social */
.top-social {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .top-social a {
        font-size: 14px;
        margin-left: 20px;
        color: #fff;
    }

        .top-social a:hover {
            color: #fff;
        }

/* Top bar transparent */
.topbar-transparent {
    color: #fff;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 12px 0;
    line-height: normal;
    -webkit-transition: 350ms;
    transition: 350ms;
}

    .topbar-transparent ul li a {
        color: #fff;
        font-weight: 600;
    }

    .topbar-transparent.border-down {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        line-height: normal;
    }

/* Topbar Taransparent with border */
/* Topbar highlight */
.top-bar.highlight {
    background: #0f2765;
    color: #fff;
}

    .top-bar.highlight ul.top-menu li {
        border-right: 1px solid rgba(0, 0, 0, 0.2);
    }

        .top-bar.highlight ul.top-menu li a {
            color: #fff;
            font-weight: 600;
        }

        .top-bar.highlight ul.top-menu li:last-child {
            border-right: 0;
        }

/* Topbar info */
#top-bar .top-info {
    margin: 0;
    float: left;
}

    #top-bar .top-info p {
        color: #fff;
        font-weight: 400;
        font-size: 15px;
    }

    #top-bar .top-info i {
        color: #fff;
        font-weight: 400;
        font-size: 15px;
        font-size: 16px;
    }

    #top-bar .top-info .info-icon {
        top: 0;
        margin-right: 5px;
    }

    #top-bar .top-info .info-wrapper:after {
        height: 15px;
        top: 2px;
        background: rgba(255, 255, 255, 0.2);
    }

    #top-bar .top-info li.last .info-wrapper:after {
        background: none;
    }

/* Header area
================================================== */
/* Sticky Menu  */
#header.fixed,
.site-nav-inner.fixed,
#header.header-standard.fixed,
#header.header-standard.fixed.highlight,
.site-nav-inner.site-navigation.fixed,
.site-nav-inner.site-navigation.fixed.nav-transparent {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    -webkit-box-shadow: 0px 13px 35px -12px rgba(35, 35, 35, 0.15);
    box-shadow: 0px 13px 35px -12px rgba(35, 35, 35, 0.15);
    -webkit-animation: menusticky 0.7s ease-in-out;
    animation: menusticky 0.7s ease-in-out;
}

.header-trans-leftbox.fixed {
    background: rgba(31, 31, 34, 0.9);
}

#header.fixed.header-trans-leftbox .header-wrapper:before {
    background: none;
}

.header-trans-leftbox.fixed .header-wrapper {
    background: none;
}

#header.header-standard.header-transparent.fixed {
    background: rgba(31, 31, 34, 0.9);
}

#header.header-standard.fixed {
    background: #fff;
}

    #header.header-standard.fixed.highlight {
        background: #0F2765;
    }

.site-nav-inner.site-navigation.fixed {
    background: #0F2765;
}

.site-nav-inner.site-navigation.nav-transparent.fixed {
    background: rgba(31, 31, 34, 0.9);
}

.header.nav-down.nav-box .site-nav-inner.fixed {
    background: #0F2765;
}

.header.nav-down.nav-boxed-transparent .site-nav-inner.fixed {
    background: #0F2765;
}

/* Sticky Menu Animation*/
@-webkit-keyframes menusticky {
    0% {
        margin-top: -120px;
        opacity: 0;
    }

    50% {
        margin-top: -64px;
        opacity: 0;
    }

    100% {
        margin-top: 0;
        opacity: 1;
    }
}

@keyframes menusticky {
    0% {
        margin-top: -120px;
        opacity: 0;
    }

    50% {
        margin-top: -64px;
        opacity: 0;
    }

    100% {
        margin-top: 0;
        opacity: 1;
    }
}
/* Header default */
.header-trans-leftbox.navbar-fixed {
    background: black;
}

    .header-trans-leftbox.navbar-fixed .header-wrapper {
        bottom: 0;
        background: rgba(0, 0, 0, 0);
    }

    .header-trans-leftbox.navbar-fixed .header-trans-leftbox .header-wrapper:before {
        display: none;
    }

.header-trans-leftbox .header-wrapper {
    background: rgba(0, 0, 0, 0.35);
    color: #fff;
    position: relative;
}

    .header-trans-leftbox .header-wrapper:before {
        content: "";
        position: absolute;
        background: rgba(0, 0, 0, 0.35);
        display: block;
        width: 300%;
        height: 100%;
        right: -300%;
        top: 0;
    }

.header.header-box-left {
    height: 60px;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: absolute;
    width: 100%;
}

.header-box-left .header-wrapper {
    bottom: -15px;
}

.header-wrapper {
    background: #0f2765;
    color: #fff;
    position: relative;
}

    .header-wrapper:before {
        content: "";
        position: absolute;
        background: #0f2765;
        display: block;
        width: 300%;
        height: 100%;
        right: -300%;
        top: 0;
    }

/* Header 2 */
.header-standard {
    background: #fff;
    -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
    z-index: 2;
}

    .header-standard.header-transparent {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        top: 50px;
    }

        .header-standard.header-transparent ul.navbar-nav > li > a {
            color: #fff;
        }

@media screen and (min-width: 767px) {
    .header-standard.header-transparent .logo {
        padding-left: 0;
    }
}

.header-standard.header-transparent .navbar-nav .active > .nav-link {
    color: #fff;
}

.header-standard.header-transparent.navbar-fixed {
    background: #000;
    top: 0;
}

.header-standard .navbar-nav .active > .nav-link {
    color: #252a37;
}

.header-standard ul.navbar-nav > li > a {
    color: #fff;
    line-height: 80px;
}

@media screen and (min-width: 992px) {
    .header-standard ul.navbar-nav > li > a {
        color: #252a37;
    }
}

.header-standard ul.navbar-nav > li:hover > a {
    color: #fc6a2a;
}

.header-standard .container {
    position: relative;
}

@media screen and (min-width: 992px) {
    .header-standard .site-nav-inner {
        padding-right: 50px;
    }
}

@media screen and (max-width: 767px) {
    .header-standard .container {
        max-width: 100%;
        padding: 0;
    }

    .header-standard .site-nav-inner {
        padding-right: 0;
    }
}

.header-standard .nav-search {
    top: 22px;
    right: 15px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: #da0f32;
    border-radius: 100%;
}

    .header-standard .nav-search span {
        top: 3px;
        position: relative;
    }

.header-standard .search-block .search-close {
    color: #fff;
    top: -68px;
    right: 0;
    background: #da0f32;
    opacity: 1;
    width: 45px;
    height: 45px;
    line-height: 30px;
    border-radius: 100%;
}

.header-standard.header-boxed {
    background: none;
    position: absolute;
    -webkit-box-shadow: none;
    box-shadow: none;
    top: 50px;
    left: 0;
    right: 0;
}

    .header-standard.header-boxed .site-nav-inner {
        background: #fff;
        z-index: 1;
        margin: 0;
        padding: 0 20px;
    }

    .header-standard.header-boxed .nav-search {
        right: 40px;
        background: #0f2765;
    }

    .header-standard.header-boxed .search-block .search-close {
        right: 25px;
        background: #0f2765;
        top: -68px;
    }

    .header-standard.header-boxed.highlight .row {
        background: #0f2765;
    }

    .header-standard.header-boxed.highlight ul.navbar-nav > li > a {
        color: #fff;
    }

.site-navigation.navdown {
    background: #0f2765;
    position: relative;
}

    .site-navigation.navdown .navbar-collapse {
        padding-left: 0;
    }

    .site-navigation.navdown ul.navbar-nav > li > a {
        line-height: 60px;
    }

.site-navigation.navigation.navdown {
    background: #1E2227;
}

.site-navigation .nav-search {
    top: 0;
    z-index: 2;
    width: 70px;
    height: 70px;
    line-height: 70px;
    right: 15px;
    background: rgba(0, 0, 0, 0.2);
}

.site-navigation .search-block .search-close {
    top: -70px;
    z-index: 2;
    width: 70px;
    height: 70px;
    line-height: 50px;
    right: 0;
    background: #00000033;
}

/* Header 2 */

.header.nav-down.nav-box {
    height: 145px;
}

    .header.nav-down.nav-box .site-nav-inner .container {
        position: relative;
    }

    .header.nav-down.nav-box .site-nav-inner .search-block .search-close {
        top: -60px;
        right: 20px;
        line-height: 30px;
    }

    .header.nav-down.nav-box .site-navigation {
        background: none;
    }

        .header.nav-down.nav-box .site-navigation.navdown.navbar {
            position: relative;
            background: #1e2227;
            bottom: 0;
            z-index: 9;
            margin: 0;
            padding: 0 15px;
        }

    .header.nav-down.nav-box .nav-search {
        right: 15px;
        top: 0;
        z-index: 9;
        width: 70px;
        height: 70px;
        line-height: 70px;
        background: rgba(0, 0, 0, 0.2);
    }

.header.nav-down.nav-boxed-transparent {
    color: #fff;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: 40px;
    z-index: 2;
    height: auto;
    -webkit-transition: 350ms;
    transition: 350ms;
    transition: 350ms;
}

    .header.nav-down.nav-boxed-transparent .site-navigation.navdown {
        background: none;
    }

        .header.nav-down.nav-boxed-transparent .site-navigation.navdown .row {
            position: relative;
            background: #0f2765;
            bottom: 0;
            z-index: 1;
            margin: 0;
        }

    .header.nav-down.nav-boxed-transparent p,
    .header.nav-down.nav-boxed-transparent i {
        color: #fff !important;
    }

.header.header-solid {
    background: #0f2765;
    color: #fff;
}

    .header.header-solid .top-info li .info-wrapper p,
    .header.header-solid .top-info .info-icon {
        color: #fff;
    }

    .header.header-solid .top-info li .info-wrapper:after {
        background: rgba(255, 255, 255, 0.1);
    }

    .header.header-solid .top-info li.last .info-wrapper:after {
        background: none;
    }

/*-- Header common --*/
.header-trans-leftbox,
.header-transparent {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: 350ms;
    transition: 350ms;
}

.header {
    background: #fff;
    z-index: 2;
}

.navbar-fixed {
    z-index: 99999;
    position: fixed;
    opacity: .98;
    width: 100%;
    top: 0;
    -webkit-animation: fadeInDown 800ms;
    animation: fadeInDown 800ms;
    animation: fadeInDown 800ms;
}

/*-- Logo --*/
.header-trans-leftbox .logo {
    padding-left: 30px;
}

.logo img {
    margin-top: 10px;
}

.logo-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.header.nav-down .logo {
    height: 70px;
}

/* header right */
.header-right {
    float: right;
}

.top-info {
    list-style: none;
    margin: 8px;
    padding: 0;
    float: right;
}

    .top-info li {
        display: inline-block;
    }

        .top-info li, .top-info li:last-child {
            margin-right: 0;
            padding-right: 0;
            border-right: 0;
        }

    .top-info .info-icon {
        font-size: 16px;
        color: #fff;
        display: inline-block;
        top: -8px;
        position: relative;
        margin-right: 20px;
        background: #da0f32;
        padding: 3px 10px 3px 10px;
        border-radius: 3px;
    }

    .top-info .info-wrapper {
        display: inline-block;
        margin-right: 30px;
        position: relative;
        padding-right: 10px;
    }

    .top-info li .info-wrapper p {
        line-height: normal;
        font-size: 14px;
        font-weight: 400;
        color: #7a7a7a;
        margin-top: 5px;
        margin-bottom: 0;
    }

    .top-info li.last .info-wrapper:after {
        background: none;
    }

    .top-info li .info-wrapper p.info-subtitle {
        font-size: 16px;
        margin-bottom: 0;
        line-height: normal;
        font-weight: 700;
        color: #252a37;
    }

/* Main navigation */
.navbar-expand-lg .navbar-nav .dropdown-submenu .nav-link {
    padding-left: 0;
    color: #000;
}

.navbar {
    border-radius: 0;
    border: 0;
    margin-bottom: 0;
    padding: 0;
}

.navbar-brand {
    padding: 0;
}

.navbar-toggle {
    float: right;
    margin-top: 20px;
    padding: 10px;
    border-radius: 3px;
    margin-right: 15px;
    background: #da0f32;
}

.nav-item:hover > .dropdown-menu,
.dropdown-submenu:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
}

.nav-item.dropdown-submenu:hover > a {
    color: #fc6a2a;
}

.navbar-nav > .nav-item:hover > .nav-link {
    color: #da0f32;
}

.navbar-toggle .icon-bar {
    background: #fff;
    width: 20px;
}

.navbar-toggle .i-bar {
    background: #fff;
}

ul.navbar-nav {
    float: left;
}

    ul.navbar-nav > li {
        float: none;
        display: inline-block;
        position: relative;
        padding-right: 5px;
    }

        ul.navbar-nav > li:last-child {
            padding-right: 0;
        }

            ul.navbar-nav > li:last-child:after {
                background: none;
            }

        ul.navbar-nav > li > a {
            color: #fff;
            text-rendering: optimizeLegibility;
            display: inline-block;
            padding: 5px 15px;
            line-height: 80px;
            font-size: 14px;
            margin: 0;
            text-transform: uppercase;
            position: relative;
            font-weight: 700;
            -webkit-transition: 350ms;
            transition: 350ms;
            transition: 350ms;
        }

        ul.navbar-nav > li:hover > a:before, ul.navbar-nav > li.active > a:before {
            border-color: #da0f32;
            opacity: 1;
            -webkit-transform: scale(1) translateZ(0);
            transform: scale(1) translateZ(0);
        }

        ul.navbar-nav > li > a:before {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            opacity: 0;
            border-bottom: 3px solid transparent;
            -webkit-transform: scale(0) translateZ(0);
            transform: scale(0) translateZ(0);
            -webkit-transition: opacity 0.55s ease, -webkit-transform 0.45s ease;
            transition: opacity 0.55s ease, -webkit-transform 0.45s ease;
            transition: transform 0.45s ease, opacity 0.55s ease;
            transition: transform 0.45s ease, opacity 0.55s ease, -webkit-transform 0.45s ease;
            transition: transform 0.45s ease, opacity 0.55s ease;
        }

        ul.navbar-nav > li > a:hover, ul.navbar-nav > li > a:focus {
            background: none;
        }

        ul.navbar-nav > li > a i {
            font-weight: 700;
        }

@media screen and (min-width: 992px) {
    ul.navbar-nav > li > a i {
        padding-left: 5px;
    }
}

@media screen and (min-width: 992px) {
    ul.navbar-nav {
        padding-right: 40px;
    }
}

.nav .open > a {
    background: transparent;
    border-color: transparent;
}

    .nav .open > a:hover, .nav .open > a:focus {
        background: transparent;
        border-color: transparent;
    }

/* Dropdown */
.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -2px;
        border-radius: 0;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: "\f105";
        font-family: FontAwesome;
        float: right;
        margin-top: 0;
        margin-right: -5px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

.dropdown-menu {
    text-align: left;
    z-index: 100;
    min-width: 220px;
    border-radius: 0;
    padding: 0;
    border: 0;
    background-color: transparent;
}

@media (min-width: 992px) {
    .dropdown-menu {
        background: #fff;
    }
}

.dropdown-menu.menu-center {
    left: -65px;
}

@media screen and (min-width: 992px) {
    .dropdown-menu {
        padding: 10px 15px;
    }
}

@media screen and (min-width: 991px) {
    .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        margin-top: 0px;
    }
}

.dropdown-menu-large {
    min-width: 400px;
}

    .dropdown-menu-large > li > ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .dropdown-menu-large > li > ul > li > a {
            padding-left: 0;
        }

.navbar-nav > li > .dropdown-menu a {
    background: none;
}

.dropdown-menu li a {
    display: block;
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
    padding: 13px 0;
    border-bottom: 1px solid rgba(0,0,0,0.07);
    color: #000;
}

.dropdown-menu li:last-child > a {
    border-bottom: 0 !important;
}

.dropdown-menu li.active a {
    color: #ff0000;
}

.navbar-nav .active > .nav-link {
    color: #fff;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #fff;
}

.navbar-nav .show > .nav-link {
    color: #fff;
}

.navbar-nav .nav-link {
    color: #fff;
}

    .navbar-nav .nav-link:focus, .navbar-nav .nav-link:hover {
        color: #fff;
    }

.navbar-toggler-icon {
    background-image: none;
    color: #fff;
    width: 39px;
    height: 35px;
    border: 1px solid #da0f32;
    padding-top: 1px;
    background-color: #da0f32;
    font-size: 20px;
    line-height: 35px;
    margin: 12px 0;
}

    .navbar-toggler-icon:focus {
        outline: 0 solid;
    }

.dropdown-menu li a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.dropdown-menu li > a:hover, .dropdown-menu li > a:focus {
    color: #da0f32;
}

@media (min-width: 768px) {
    ul.nav li.dropdown:hover ul.dropdown-menu {
        display: block;
    }
}

@media (min-width: 767px) {
    ul.nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu {
        left: 100%;
        top: 0;
        display: none;
    }

    ul.nav li.dropdown ul.dropdown-menu li.dropdown-submenu:hover .dropdown-menu {
        display: block;
    }
}

/*-- Top header btn --*/
a.top-right-btn.btn.btn-primary {
    padding: 10px 25px;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 700;
}

/* Button */

.btn-secondary {
    padding: 10px 25px;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 700;
    background-color: #163347 !important;
}

/* Get a quote */
.header-get-a-quote .btn-primary {
    padding: 13px 25px;
    border-radius: 3px;
    line-height: normal;
    color: #fff;
    position: relative;
    top: -12px;
}

    .header-get-a-quote .btn-primary:hover {
        background: #272d33;
    }

@media (min-width: 992px) and (max-width: 1199px) {
    .top-info li.header-get-a-quote {
        display: none;
    }
}

ul.navbar-nav > li.header-get-a-quote:hover > a:after {
    position: relative;
    content: no-close-quote;
}

/* Slider
================================================== */
/*-- Main slide --*/
#main-slide .carousel-item {
    color: #fff;
    background-position: 100% 100%;
    background-size: cover;
    background-size: cover;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

    #main-slide .carousel-item img {
        width: 100%;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    #main-slide .carousel-item .slider-content {
        z-index: 1;
        opacity: 0;
        -webkit-transition: opacity 500ms;
        transition: opacity 500ms;
    }

    #main-slide .carousel-item.active .slider-content {
        opacity: 1;
        -webkit-transition: opacity 100ms;
        transition: opacity 100ms;
    }

#main-slide .slider-content {
    width: 100%;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    min-height: 500px;
}

.slide-title {
    font-size: 26px;
    font-weight: 100;
    line-height: 30px;
    color: #fff;
    margin: 0;
}

.slide-sub-title {
    font-style: normal;
    font-size: 68px;
    line-height: 80px;
    margin: 10px 0 10px;
    color: #fff;
}

.slider-text {
    display: table;
    vertical-align: bottom;
    color: #fff;
    padding-left: 40%;
    width: 100%;
    padding-bottom: 0;
    padding-top: 20px;
}

    .slider-text .slide-head {
        font-size: 36px;
        color: #0052a5;
        position: relative;
    }

.slider-img {
    display: block;
    position: absolute;
    top: -80px;
    left: 20%;
    width: 314px;
    max-height: 100%;
}

    .slider-img img {
        display: block;
        position: relative;
        max-height: 100%;
        width: auto;
    }

.slider.btn {
    margin: 15px 5px 0;
    border: 2px solid transparent;
}

    .slider.btn.btn-border {
        border: 2px solid #fff;
        color: #fff;
    }

        .slider.btn.btn-border:hover {
            border: 2px solid transparent;
            color: #fff;
        }

.slider-description {
    color: #fff;
    font-size: 22px;
    line-height: 34px;
    margin: 0px;
}

/* Carousel control */
.carousel-indicators li {
    width: 10px !important;
    height: 10px !important;
    margin: 1px !important;
    border-radius: 100% !important;
    border: 0 !important;
    background: rgba(255, 255, 255, 0.5);
}

#main-slide .carousel-indicators li.active, #main-slide .carousel-indicators li:hover {
    background: #da0f32;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    transition: all 300ms ease;
}

#main-slide .carousel-control.left, #main-slide .carousel-control.right {
    opacity: 0;
    width: 0;
    filter: alpha(opacity=0);
    background-image: none;
    background-repeat: no-repeat;
    text-shadow: none;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    transition: all .25s ease;
}

#main-slide .carousel-indicators {
    opacity: 0;
    filter: alpha(opacity=0);
    background-image: none;
    background-repeat: no-repeat;
    text-shadow: none;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    transition: all .25s ease;
}

#main-slide:hover .carousel-control.left, #main-slide:hover .carousel-control.right {
    opacity: 1;
    filter: alpha(opacity=100);
}

#main-slide:hover .carousel-indicators {
    opacity: 1;
    filter: alpha(opacity=100);
}

#main-slide .carousel-control .fa-angle-left,
#main-slide .carousel-control .fa-angle-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transform: translateY(-50%);
}

#main-slide .carousel-control .fa-angle-left {
    left: 20px;
}

#main-slide .carousel-control .fa-angle-right {
    right: 20px;
}

#main-slide .carousel-control i {
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    line-height: 58px;
    width: 60px;
    height: 60px;
    font-size: 36px;
    border-radius: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    transition: all 500ms ease;
}

    #main-slide .carousel-control i:hover {
        background: #da0f32;
        color: #fff;
    }

#main-slide .carousel-indicators {
    display: none !important;
}

/*-- Animation */
.carousel-inner .carousel-item.active h2,
.carousel-inner .carousel-item.active h3,
.carousel-inner .carousel-item.active p {
    -webkit-animation: fadeInLeft 1.5s ease-in-out 300ms both;
    animation: fadeInLeft 1.5s ease-in-out 300ms both;
}

/*-- Owl slide common --*/
.owl-carousel.page-slider .owl-nav {
    margin: 0;
}

.owl-carousel .owl-nav {
    text-align: center;
}

.owl-carousel.owl-theme .owl-nav [class*=owl-] {
    background: #da0f32;
    position: absolute;
    bottom: 0;
    right: -25px;
    width: 40px;
    height: 40px;
    line-height: 34px;
    font-size: 20px;
    text-align: center;
    margin: 0;
    border-radius: 0;
    -webkit-transition: 400ms;
    transition: 400ms;
    transition: 400ms;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.owl-carousel.owl-theme .owl-nav [class*=owl-prev] {
    right: 40px;
}

.owl-carousel.owl-theme.owl-dark .owl-nav .disabled {
    background: #90a9e7;
    color: #fff;
    opacity: 1;
}

/* Dark bg */
.owl-theme .owl-dots {
    text-align: center;
    margin-top: 40px;
    position: relative;
    z-index: 1;
}

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

        .owl-theme .owl-dots .owl-dot span {
            width: 30px;
            height: 4px;
            margin: 5px 4px;
            background: #000;
            opacity: .2;
            display: inline-block;
        }

        .owl-theme .owl-dots .owl-dot.active span {
            background: #da0f32;
            opacity: 1;
        }

/* Owl Page slider */
.page-slider.owl-carousel.owl-theme .owl-nav [class*=owl-] {
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    height: 100px;
    line-height: 100px;
    border-radius: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    margin-top: -25px;
}

    .page-slider.owl-carousel.owl-theme .owl-nav [class*=owl-]:hover {
        background: #da0f32;
    }

.page-slider.owl-theme .owl-nav div {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 50%;
    width: 36px;
    height: 72px;
    line-height: 72px;
    font-size: 26px;
    text-align: center;
    margin: 0;
    border-radius: 0;
    -webkit-transition: 400ms;
    transition: 400ms;
    transition: 400ms;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transform: translateY(-50%);
}

    .page-slider.owl-theme .owl-nav div:hover {
        background: #da0f32;
        color: #fff;
    }

.page-slider.owl-theme .owl-nav [class*=owl-prev] {
    right: auto;
    left: 0;
}

.page-slider .item {
    position: relative;
    z-index: 2;
    min-height: 700px;
    background-position: 50% 50%;
    background-size: cover;
}

.page-slider.page-slider-small .item {
    max-height: 500px;
    min-height: auto;
}

.page-slider .owl-item .box-slider-content {
    opacity: 0;
    -webkit-transition: opacity 1.5s;
    transition: opacity 1.5s;
}

.page-slider .owl-item.active .box-slider-content {
    opacity: 1;
    -webkit-transition: opacity .8s;
    transition: opacity .8s;
}

.page-slider .owl-item.active .box-slider-text {
    -webkit-animation: slideInRight .8s ease-out 1s both;
    animation: slideInRight .8s ease-out 1s both;
}

.page-slider-caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 5px 20px;
    background: rgba(255, 255, 255, 0.9);
}

    .page-slider-caption h3 {
        font-size: 20px;
    }

    .page-slider-caption span {
        font-weight: 400;
    }

/* Owl Box slider */
.box-slider-content {
    top: 50%;
    padding: 0;
    position: absolute;
    width: 600px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transform: translateY(-50%);
}

.box-slider-text {
    background: #fff;
    display: inline-block;
    padding: 20px 30px;
    max-width: 650px;
}

    .box-slider-text .slider.btn {
        padding: 12px 40px;
    }

        .box-slider-text .slider.btn.btn-border {
            border: 2px solid #da0f32;
            color: #252A37;
        }

            .box-slider-text .slider.btn.btn-border:hover {
                color: #fff;
                border-color: transparent;
            }

.box-slide-title {
    font-size: 24px;
    font-weight: 400;
    margin: 0;
    color: #666;
}

.box-slide-sub-title {
    font-size: 36px;
    margin: 8px 0 10px;
}

.box-slide.owl-theme .owl-controls {
    margin: -20px;
}

/*-- Slider pages --*/
#main-slide.slider-pages .item {
    min-height: 340px;
    color: #fff;
    background-position: 50% 50%;
    background-size: cover;
    background-size: cover;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/* Features
================================================== */
.ts-features [class*=col] {
    height: 360px;
    padding: 0;
}

.feature-box1,
.feature-box2,
.feature-box3 {
    position: relative;
    background-size: cover;
    background-position: center;
}

.ts-features-col {
    padding-top: 0;
}

    .ts-features-col .feature-box1,
    .ts-features-col .feature-box2,
    .ts-features-col .feature-box3 {
        overflow: hidden;
    }

        .ts-features-col .feature-box1:after,
        .ts-features-col .feature-box2:after,
        .ts-features-col .feature-box3:after {
            background: #222222;
        }

        .ts-features-col .feature-box1:after {
            background: #da0f32;
        }

        .ts-features-col .feature-box2:after {
            background: #0f2765;
        }

.feature-box1:after,
.feature-box2:after,
.feature-box3:after {
    position: absolute;
    content: '';
    background: rgba(34, 34, 34, 0.85);
    width: 100%;
    height: 100%;
    top: 0;
}

.ts-feature-info {
    color: #fff;
    z-index: 1;
    position: relative;
    padding: 50px;
}

.ts-feature-title {
    font-size: 28px;
    margin: 30px 0 20px;
    color: #fff;
}

.ts-feature-info i {
    font-size: 60px;
}

.feature-box1:after {
    background: rgba(33, 84, 207, 0.85);
}

.feature-box2:after {
    background: rgba(15, 39, 101, 0.85);
}

/* Feature Icon Left */
.ts-feature-info.icon-left .feature-icon {
    float: left;
    color: #3261D3;
}

    .ts-feature-info.icon-left .feature-icon i {
        font-size: 50px;
    }

.ts-feature-info.icon-left .feature-content {
    margin-left: 80px;
}

    .ts-feature-info.icon-left .feature-content h3 {
        color: #252a37;
    }

    .ts-feature-info.icon-left .feature-content p {
        color: #626c84;
    }

.ts-feature-info.icon-left .ts-feature-title {
    font-size: 22px;
    margin: 0 0 5px 0;
}

/*-- ts-features-row --*/

.feature-light-row {
    margin-top: -15%;
    background: #fff;
    box-shadow: 0px 2px 20px 0 rgba(0, 0, 0, 0.05);
}

    .feature-light-row .text-center {
        padding: 30px;
    }
/* Ts-Service-Area
===================================================*/

/* ts-service-box */

.ts-service-box-img {
    float: left;
}

.ts-service-area h2 {
    margin-bottom: 50px;
}

.ts-service-box-info h3 {
    margin-bottom: 5px;
    font-size: 18px;
}

.ts-service-area .text-center {
    margin-bottom: 40px;
}

.ts-accounting-box p {
    line-height: 25px;
    font-size: 15px;
    line-height: 24px;
}

.ts-service-box-info {
    margin-left: 100px;
}

.ts-service-box {
    margin-bottom: 0px;
}

    .ts-service-box:after {
        content: "";
        clear: both;
        display: block;
    }

.ts-accounting-box p {
    line-height: 25px;
    font-size: 15px;
    line-height: 24px;
}
/*Project
===========================================*/

/* Project All */

.projects .latest-post .post-cat {
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
}

/* Single project */

.single-project #main-slide .carousel-item {
    min-height: 500px;
}

.complete-project-bg .ts-progress-bar {
    width: 100%;
    margin-left: 20px;
}

h5.mb-0 .project-btn:before {
    content: "\f107";
}

h5.mb-0 .project-btn.collapsed:before {
    content: "\f106";
}

h5.mb-0 .project-btn:before, h5.mb-0 .project-btn.collapsed:before {
    font-family: "FontAwesome";
    position: absolute;
    z-index: 0;
    font-size: 16px;
    right: 0px;
    padding: 0 5px;
    text-align: center;
    top: 50%;
    background: none;
    color: #000;
}

h5.mb-0 .project-btn {
    display: block;
    width: 100%;
    text-align: left;
}

.project-accordion .card-header {
    border: 1px solid rgba(0,0,0,.125);
}

.project-accordion .card {
    margin-bottom: 10px;
}

.btn-block {
    margin-top: 30px;
}

.tag {
    margin-top: 30px;
}

.project-accordion .card-header {
    padding: 5px 0 10px;
}

.project-accordion .card-body {
    padding: 10px 60px 0px;
}

.project-right-side {
    margin-top: 65px;
}


/* Project All */

.projects .latest-post.post-large .post-body {
    position: absolute;
    bottom: 25px;
    color: #fff;
    padding: 80px 30px 30px 30px;
    background: rgba(0,0,0,0.5);
    display: inline-block;
    width: 80%;
    left: 30px;
}

.projects .latest-post .post-cat {
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
}

.projects .latest-post {
    min-height: auto;
}

/* Single project */

.single-project #main-slide .carousel-item {
    min-height: 500px;
}

.complete-project-bg .ts-progress-bar {
    width: 100%;
    margin-left: 20px;
}

h5.mb-0 .project-btn:before {
    content: "\f107";
}

h5.mb-0 .project-btn.collapsed:before {
    content: "\f106";
}

h5.mb-0 .project-btn:before, h5.mb-0 .project-btn.collapsed:before {
    font-family: "FontAwesome";
    position: absolute;
    z-index: 0;
    font-size: 16px;
    right: 0px;
    padding: 5px 15px;
    text-align: center;
    top: 0;
    background: none;
    color: #000;
}

h5.mb-0 .project-btn {
    display: block;
    width: 100%;
    text-align: left;
}

    h5.mb-0 .project-btn span {
        padding-left: 10px;
    }

.project-accordion .card-header {
    border: 1px solid rgba(0,0,0,.125);
}

.project-accordion .card {
    margin-bottom: 10px;
}

.btn-block {
    margin-top: 30px;
}

.tag {
    margin-top: 30px;
}

.project-accordion .card-header {
    padding: 5px 0 10px;
}

.project-accordion .card-body {
    padding: 10px 12px 0px;
}

.project-right-side {
    margin-top: 65px;
}

/* Services
======================================*/

/* Service All */

.ts-services {
    padding: 80px 0;
}

.ts-service-content .service-title {
    margin-bottom: 10px;
}

/* Single Service */

.single-service-img img {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

.service-blocknumber .block-number {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #da0f32;
    color: #FFFFFF;
    border-radius: 100px;
    margin-right: 10px;
    display: inline-block;
    text-align: center;
}

.service-content-area .service-text {
    margin-left: 50px;
}

.service-content-area h3 {
    margin-bottom: 5px;
}


.news-post .post-body {
    background: none;
}


/* ts-service-box */

.ts-service-row-box .ts-service-box {
    background: #fff;
    border: 1px solid #eaeaea;
}

.ts-service-row-box .ts-service-content {
    padding: 20px;
    text-align: center;
}

.no-padding .ts-service-pattern {
    padding: 100px 0;
}

.ts-service-pattern {
    position: relative;
    z-index: 2;
}

    .ts-service-pattern:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 100%;
        height: 100%;
        background: url("../images/pattern/pattern_arrow.png") no-repeat top left;
    }

    .ts-service-pattern:after {
        background: url("../images/pattern/pattern_box.png") no-repeat bottom right;
        content: "";
        width: 100%;
        height: 100%;
        right: 0;
        bottom: 0;
        position: absolute;
        z-index: -1;
    }

@media screen and (max-width: 991px) {
    .header.nav-down .logo {
        height: 60px;
    }

    .ts-service-pattern:before, .ts-service-pattern:after {
        display: none;
    }
}

.ts-service-content {
    position: relative;
}

    .ts-service-content p {
        margin-bottom: 0;
    }

        .ts-service-content p .link-more {
            margin-top: 10px;
            display: block;
        }

.ts-service-icon i {
    font-size: 70px;
    position: absolute;
    right: 0;
    color: #f2f2f2;
    z-index: -1;
}

.service-title {
    margin-top: 25px;
}

/* Service Single */
.sidebar .download-btn {
    border: 1px solid #eaeaea;
    padding: 20px 30px;
    font-size: 22px;
    margin: 0;
}

.how-to-apply h3 {
    font-size: 24px;
    color: #fff;
}

.how-to-apply p {
    color: #fff;
}

.widget.box-primary {
    padding: 30px;
}

.box-primary .btn {
    font-size: 16px;
    font-weight: 600;
}

.service-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .service-menu li a {
        display: block;
        background: #f7f9fd;
        padding: 15px 20px;
        margin-bottom: 8px;
        color: #626c84;
        position: relative;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

        .service-menu li a:hover {
            background: #da0f32;
            color: #fff !important;
        }

        .service-menu li a:before {
            content: "\f105";
            font-family: FontAwesome;
            padding-right: 10px;
            font-weight: normal;
        }

    .service-menu li:last-child a {
        margin-bottom: 0;
    }

/*Service area */

.ts-service-wrapper {
    max-width: 350px;
    display: flex;
    flex-wrap: wrap;
}

.justify-content-self-center {
    padding-right: 100px;
}

.ts-service-area {
    position: relative;
}

/* testimonial */
.testimonial-static .quote-item {
    padding: 0;
}

    .testimonial-static .quote-item .quote-text:after {
        display: none;
    }

    .testimonial-static .quote-item .quote-text:before {
        left: 50%;
        margin-left: -30px;
    }

    .testimonial-static .quote-item .quote-subtext {
        color: #626C84;
    }

.testimonial-static .quote-item-footer {
    margin-top: 0;
    padding-bottom: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.testimonial-static .quote-classic .quote-text {
    text-align: center;
}

.ts-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .ts-list li {
        display: block;
        margin-bottom: 20px;
        position: relative;
        padding-left: 25px;
    }

        .ts-list li a {
            display: block;
        }

        .ts-list li:last-child {
            margin-bottom: 0;
        }

        .ts-list li:before {
            font-family: fontAwesome;
            content: "\f0c8";
            font-size: 8px;
            color: #252a37;
            position: absolute;
            top: 0;
            left: 0;
        }

.text-block blockquote.light {
    background: #f7f9fd;
    border-left: 5px solid #da0f32;
    color: #626c84;
    padding: 35px;
}

    .text-block blockquote.light p {
        font-size: 16px;
        font-style: normal;
        font-weight: normal;
    }

.text-block blockquote:before {
    display: none;
}

/* Testimonial Area
==================================================*/

.testimonial-area .testimonial-slide {
    padding: 0px;
}

.testimonial-area .column-title span {
    font-size: 18px;
    line-height: 18px;
}

.testimonial-area .quote-item .quote-text {
    margin: 40px 0 10px;
    display: inline-block;
    padding: 50px 40px 30px 45px;
    background-color: #fff;
    background: #1e2227;
    color: #fff;
    position: relative;
    font-size: 16px;
    font-style: italic;
}

    .testimonial-area .quote-item .quote-text:after {
        content: "";
        position: absolute;
        bottom: -20px;
        left: 55px;
        border-width: 0 0 20px 20px;
        border-style: solid;
        border-color: transparent #1e2227;
        display: block;
        width: 0;
    }

/* Facts
================================================== */
/* Skills image*/
.skills-image {
    height: 565px;
    position: relative;
    overflow: hidden;
}

    .skills-image img {
        height: 100%;
        width: 100%;
    }

/* Intro video */
.intro-video {
    height: 585px;
    position: relative;
    overflow: hidden;
}

    .intro-video:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        background: rgba(0, 0, 0, 0.35);
    }

    .intro-video:hover:after {
        opacity: 1;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    .intro-video img {
        height: 100%;
    }

.ts-facts-area [class*=col] {
    padding: 0;
}

.ts-facts-area .ts-padding {
    padding: 70px 140px 40px 50px;
}

.ts-facts-area .column-title {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 10px;
}

.ts-facts i {
    font-size: 48px;
    color: #a4a7af;
}

.ts-facts-num {
    font-size: 30px;
    font-weight: 700;
    color: #252a37;
    margin-top: 15px;
    margin-bottom: 0;
    display: inline-block;
}

.facts h4 {
    font-size: 18px;
    margin-top: 8px;
    text-transform: uppercase;
}

/* Facts bg area */
.ts-facts-area-bg {
    padding: 60px 0;
    color: #ffffff;
    background-color: #ffc000;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 50%;
}

.ts-facts-bg i {
    font-size: 48px;
    color: #fff;
}

.ts-facts-bg .ts-facts-num {
    color: #fff;
}

.column-left-title .column-title {
    color: #fff;
    font-size: 30px;
    line-height: 42px;
    padding-top: 30px;
    font-weight: 700;
}

/* Intro Area 
================================================== */
.ts-intro {
    padding-bottom: 80px;
}

    .ts-intro .btn-primary {
        margin-top: 15px;
    }

    .ts-intro .column-title {
        font-size: 36px;
        line-height: 44px;
    }

    .ts-intro .pull-right.btn-primary {
        margin-right: 20px;
    }

/* Intro Image Box */
.intro-image-box {
    position: relative;
    margin: 20px;
}

.intro-image-content {
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    padding: 30px;
    z-index: 1;
    width: 345px;
    height: 460px;
    text-align: center;
    background: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0 20px 25px 15px rgba(0, 0, 0, 0.35);
    box-shadow: 0 20px 25px 15px rgba(0, 0, 0, 0.35);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

    .intro-image-content h3 {
        font-size: 180px;
        line-height: 100%;
        margin: 50px 0 0;
    }

    .intro-image-content p {
        font-size: 24px;
        line-height: 30px;
        font-weight: 700;
    }

.intro-shape:after {
    content: '';
    position: absolute;
    right: 0;
    z-index: -1;
    border-left: 400px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 400px solid #da0f32;
    bottom: -40px;
}

/* Call to action
================================================== */
.call-to-action-title {
    font-size: 30px;
    color: #252a37;
    line-height: 48px;
}

.call-to-action {
    padding: 70px 0;
}

    .call-to-action p {
        font-size: 18px;
        font-weight: 500;
        color: #252a37;
        line-height: 28px;
    }

    .call-to-action .btn {
        font-weight: 800;
        margin-top: 10px;
    }

    /* Call To Action Solid bg */
    .call-to-action h3 {
        margin-bottom: 10px;
    }

.call-to-action-bg {
    padding: 20px;
    background: #da0f32;
}

    .call-to-action-bg h3 {
        margin-bottom: 10px;
    }

    .call-to-action-bg h3,
    .call-to-action-bg p {
        color: #fff;
    }

    .call-to-action-bg p {
        margin-bottom: 0;
    }

.service-call-to-action {
    font-size: 24px;
    line-height: 26px;
}

/* Services
================================================== */

/*-- Featured Tab --*/
.featured-tab {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .featured-tab .nav-tabs {
        border-bottom: 0;
    }

        .featured-tab .nav-tabs > li > a {
            font-size: 14px;
            font-weight: bolder;
            line-height: 1.42857143;
            padding: 12px 15px;
            background: #f5f5f5;
            color: inherit;
            border: 1px solid #e5e5e5;
            border-right-width: 0;
        }

        .featured-tab .nav-tabs > li:last-child > a {
            border-right-width: 1px;
        }

        .featured-tab .nav-tabs > li > a.active {
            color: inherit;
            background-color: #fff;
            border-bottom-color: transparent;
            cursor: default;
        }

.tab-text-title {
    display: block;
    margin-top: 20px;
}

.featured-tab .tab-content {
    margin-top: 5px;
    border: 1px solid #e5e5e5;
    background: #fff;
    padding: 15px;
}

@media screen and (min-width: 992px) {
    .featured-tab .bg-contain-verticle {
        min-height: 290px;
    }
}

.bg-contain-verticle {
    background-size: cover;
    background-repeat: no-repeat;
    vertical-align: middle !important;
    padding: 30px 25px;
    margin: -10px;
}

.img-center {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.tab-content-info {
    padding-left: 30px;
}

    .tab-content-info .btn-light {
        font-weight: 800;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        background-color: transparent;
        border-color: transparent;
    }

        .tab-content-info .btn-light i {
            padding-left: 5px;
        }

        .tab-content-info .btn-light:hover {
            color: #da0f32;
            background-color: transparent;
        }

.tab-content-title {
    font-size: 30px;
    line-height: 22px;
    margin-top: 40px;
    margin-bottom: 30px;
    display: inline-block;
}

@media screen and (max-width: 479px) {
    .tab-content-title {
        line-height: 36px;
    }
}

.featured-tab .tab-pane img.pull-left {
    margin: 0 40px 10px 0;
}

.featured-tab .tab-pane img.pull-right {
    margin: 0 0 0 40px;
}

.featured-tab .nav-link {
    position: relative;
    z-index: 2;
}

    .featured-tab .nav-link.active:after {
        position: absolute;
        left: 50%;
        bottom: 0;
        content: "";
        width: 100px;
        height: 3px;
        background: #2154ce;
        margin-left: -50px;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .featured-tab .nav-link.active .tab-head span {
        color: #2154ce;
    }

.tab-head span {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #222222;
}

    .tab-head span i {
        font-size: 45px;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        color: #2154ce;
    }

/* Featured Project Slider
================================================== */
.ts-featured-projects {
    padding-top: 70px;
}

#featured-cases-slide {
    position: relative;
}

    #featured-cases-slide .owl-stage-outer {
        padding-top: 75px;
    }

    #featured-cases-slide .item {
        min-height: 470px;
    }

.featured-projects-content {
    min-height: 470px;
    padding: 0 45px;
    margin: 0 30px 20px;
    background: #f7f9fd;
    border-radius: 3px;
    position: relative;
    /*box-shadow: 0 1px 30px 0 rgba(0,0,0,.05);*/
    -webkit-box-shadow: none;
    box-shadow: none;
}

.featured-projects-text {
    max-width: 510px;
    padding: 50px 30px 0 0;
}

    .featured-projects-text.pull-right {
        padding: 50px 0 0 30px;
    }

.features-slider-img {
    margin-top: -75px;
}

.featured-projects-content .btn-primary {
    margin-top: 15px;
}

.content-title.border-none {
    border-left: 0;
    padding-left: 0;
    line-height: 44px;
    margin-bottom: 0;
    font-size: 36px;
}

.box-solid {
    background: #f7f9fd;
}

.list-style-classic {
    padding: 30px;
}

    .list-style-classic ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .list-style-classic li {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 15px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .list-style-classic li div {
            width: 100%;
        }

        .list-style-classic li:last-child {
            margin-bottom: 0;
        }

    .list-style-classic .classic-title {
        font-size: 24px;
        font-weight: 600;
        line-height: 32px;
        margin-bottom: 45px;
    }

.case-info-content {
    color: #626c84;
}

.case-info-label {
    font-weight: 900;
    color: #252a37;
}

.case-counter {
    margin: 25px 0;
}

    .case-counter p {
        color: #da0f32;
        font-size: 30px;
    }

    .case-counter h3 {
        font-size: 24px;
        color: #252a37;
    }

/* Owl Page slider */
.owl-carousel.featured-cases-slide.owl-theme .owl-nav > div {
    bottom: -40px;
    right: 78px;
    width: 60px;
    height: 60px;
    line-height: 56px;
    font-size: 26px;
}

.owl-carousel.featured-cases-slide.owl-theme .owl-nav > .owl-prev {
    right: 138px;
}

.owl-carousel.featured-cases-slide.owl-theme .owl-nav > .disabled {
    background: #90a9e7;
}

/* Team
================================================== */
.ts-team-wrapper {
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.03);
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.03);
    text-align: center;
    min-height: 380px;
}

.team-img-wrapper img {
    width: auto;
}

.ts-team-content {
    position: relative;
    left: 0;
    width: 100%;
    height: 100%;
    height: 95px;
    padding: 22px 25px;
    margin-top: 0;
    -webkit-transition: 350ms;
    transition: 350ms;
    transition: 350ms;
}

.team-img-wrapper {
    position: relative;
    -webkit-transition: 400ms;
    transition: 400ms;
    transition: 400ms;
}

    .team-img-wrapper:after {
        position: absolute;
        content: '';
        background: rgba(31, 31, 31, 0.8);
        width: 100%;
        height: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        opacity: 0;
        -webkit-transition: 400ms;
        transition: 400ms;
        transition: 400ms;
    }

.ts-team-content .team-name {
    font-size: 20px;
    margin: 0;
    line-height: normal;
}

.ts-team-content .team-designation {
    font-size: 14px;
    font-style: italic;
}

.team-social-icons {
    display: none;
    -webkit-transition: 400ms;
    transition: 400ms;
    transition: 400ms;
}

.ts-team-info.team-list-border {
    border: 1px solid #f0f0f0;
    border-top: 0;
    padding: 20px 30px;
}

    .ts-team-info.team-list-border .team-social-classic {
        border-top: 1px solid #f0f0f0;
        padding-top: 20px;
        margin-top: 20px;
    }

/* Hover */
.ts-team-wrapper:hover .ts-team-content {
    position: absolute;
    top: 50%;
    margin-top: -95px;
    -webkit-transition: 400ms;
    transition: 400ms;
    transition: 400ms;
}

    .ts-team-wrapper:hover .ts-team-content h3,
    .ts-team-wrapper:hover .ts-team-content p {
        color: #fff;
    }

.ts-team-wrapper:hover .team-img-wrapper:after {
    opacity: 1;
    right: 0;
}

.ts-team-wrapper:hover .team-social-icons {
    display: block;
    height: 95px;
    padding: 30px 0;
}

.team-social-icons a {
    color: #252a37;
    margin-right: 12px;
    text-align: center;
}

.team-social-classic a {
    display: inline-block;
    color: #000;
    padding-right: 20px;
}

    .team-social-classic a:hover {
        color: #0F2765;
    }

.ts-team-info {
    position: relative;
    left: 0;
    padding: 20px 0 0;
    margin-top: 0;
}

    .ts-team-info h3 {
        font-size: 20px;
        margin-bottom: 0;
    }

    .ts-team-info p {
        margin-top: 0;
    }

    .ts-team-info .team-designation {
        font-size: 14px;
        font-style: italic;
    }

/* Ts-Team */
.ts-team-bg {
    background-color: #F8F9FD;
}

/* Quote area
================================================== */

.quote_form {
    padding: 80px 0px 80px;
    margin-top: -80px;
    margin-bottom: -80px;
}

    .quote_form .form-group {
        margin-bottom: 30px;
    }

.quote-form-text {
    text-align: center;
    font-weight: 600;
    margin-bottom: 30px;
}

.quote_form input::input-placeholder,
.quote_form textarea::input-placeholder {
    color: #fff;
    color: rgba(255, 255, 255, 0.3);
}

.newsletter-form input::input-placeholder, .newsletter-form input:-moz-placeholder, .newsletter-form input::-moz-placeholder {
    color: #252a37;
}

.quote_form input:-moz-placeholder,
.quote_form textarea:-moz-placeholder,
.quote_form input::-moz-placeholder,
.quote_form textarea::-moz-placeholder {
    color: #fff;
}

.newsletter-form input::-moz-placeholder {
    color: #fff;
}

.quote_form input:-ms-input-placeholder,
.quote_form textarea:-ms-input-placeholder {
    color: #fff;
}

.newsletter-form input:-ms-input-placeholder {
    color: #fff;
}

.quote_form .form-control {
    border: 0;
    border-bottom: 1px solid #6d6d6d;
    padding-left: 0;
    color: #fff;
}

    .quote_form .form-control:focus {
        border: 0;
        border-bottom: 1px solid #da0f32;
        background: none;
    }

.quote_form .tag-line {
    text-align: center;
    color: #fff;
    clear: both;
    margin-top: 20px;
    margin-bottom: 0;
}

    .quote_form .tag-line p {
        color: #fff;
        margin: 0;
        font-size: 14px;
    }

/*-- Testimonial --*/
.testimonial-slide .owl-nav {
    position: absolute;
    right: 40px;
    bottom: 95px;
}

.testimonial-slide {
    padding: 50px 0;
}

@media screen and (min-width: 992px) {
    .quote-item.quote-left {
        padding-right: 50px;
    }
}

@media screen and (min-width: 992px) {
    .quote-item.quote-right {
        padding-left: 50px;
    }
}

.quote-item .quote-text {
    margin: 40px 0 10px;
    display: inline-block;
    padding: 50px 40px 30px 45px;
    background-color: #fff;
    background: #1e2227;
    color: #fff;
    position: relative;
    font-size: 16px;
    font-style: italic;
}

    .quote-item .quote-text:before {
        content: "\f10d";
        font-family: FontAwesome;
        position: absolute;
        font-size: 20px;
        left: 45px;
        top: -20px;
        color: #fff;
        background: #da0f32;
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        border-radius: 3px;
        font-style: normal;
    }

    .quote-item .quote-text:after {
        content: "";
        position: absolute;
        bottom: -20px;
        left: 55px;
        border-width: 0 0 20px 20px;
        border-style: solid;
        border-color: transparent #1e2227;
        display: block;
        width: 0;
    }

.quote-item.quote-square .quote-text:before {
    content: "\e937";
    font-family: 'iconfont';
    font-size: 20px;
    width: 50px;
    height: 50px;
    border: 1px solid #da0f32;
    line-height: 50px;
    color: #fff;
    background: #da0f32;
    border-radius: 3px;
    left: 45px;
}

.ts-testimonial-static {
    padding: 100px 0;
}

    .ts-testimonial-static .quote-classic {
        -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.04);
        box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.04);
        border: none;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

        .ts-testimonial-static .quote-classic .quote-text {
            text-align: center;
        }

        .ts-testimonial-static .quote-classic:hover {
            -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.06);
            box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.06);
        }

/* Testimonial Slide classic */
.quote-item-area {
    max-width: 600px;
    margin: 0 auto;
}

    .quote-item-area .quote-thumb {
        background: #da0f32;
        text-align: center;
        width: 190px;
        height: 190px;
        border-radius: 100%;
    }

        .quote-item-area .quote-thumb img {
            display: block;
            width: 180px;
            height: 180px;
            border-radius: 100%;
        }

.quote-item-content .quote-name {
    margin: 0;
}

.quote-item-content .quote-name-desg {
    margin-bottom: 10px;
    display: block;
}

.quote-message {
    font-style: italic;
}

.testimonial-slide.owl-carousel.owl-theme .owl-nav [class*=owl-] {
    left: 0;
    top: 50%;
}

.testimonial-slide.owl-carousel.owl-theme .owl-nav [class*=owl-next] {
    left: 0;
    right: 0;
}

.testimonial-slide.owl-carousel.owl-theme .owl-nav [class*=owl-prev] {
    right: auto;
    left: -40px;
}

.ts-testimonial-slide.solid-bg .owl-nav {
    width: 100%;
    left: 0;
    bottom: 50%;
}

    .ts-testimonial-slide.solid-bg .owl-nav .owl-next {
        left: auto;
        right: 0;
    }

.ts-testimonial-slide.solid-bg .testimonial-slide.owl-carousel .owl-nav .owl-next {
    left: auto;
    right: 0;
}

.ts-testimonial-slide.solid-bg .testimonial-slide.owl-carousel .owl-nav .owl-prev {
    left: 0;
}

img.testimonial-thumb {
    max-width: 80px;
    float: left;
    margin-right: 20px;
    border-radius: 100%;
}

.quote-item-info {
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.quote-author {
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 2px;
    font-weight: 600;
    display: block;
    color: #000;
}

.quote-subtext {
    color: #9e9e9e;
    font-size: 14px;
}

.quote-item-footer {
    margin-top: 40px;
    margin-left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ts-testimonial-slide {
    padding: 100px 0;
    margin-bottom: -40px;
}

.testimonial-slide.owl-carousel.owl-theme .owl-nav [class*=owl-] {
    bottom: 90px;
}

.testimonial-slide.owl-theme .owl-dots {
    text-align: center;
    margin-top: 60px;
    position: relative;
    z-index: 1;
}

    .testimonial-slide.owl-theme .owl-dots .owl-dot {
        display: inline-block;
    }

        .testimonial-slide.owl-theme .owl-dots .owl-dot span {
            width: 10px;
            height: 10px;
            margin: 5px 4px;
            background: #fff;
            opacity: .45;
            display: inline-block;
        }

        .testimonial-slide.owl-theme .owl-dots .owl-dot.active span {
            background: #e50404;
            opacity: 1;
        }

/* Clients
================================================== */
/*-- Partners carousel --*/
.owl-carousel.owl-theme.partners .owl-nav {
    margin: 0px;
}

.partners-carousel .owl-theme .owl-nav {
    margin-top: 0;
}

.clients-area {
    background: #f7f9fd;
    padding: 70px 0;
}

.partner-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    min-height: 32px;
    margin-bottom: 0;
}

    .partner-logo img {
        -webkit-transition: 350ms;
        transition: 350ms;
        transition: 350ms;
        width: auto !important;
    }

    .partner-logo:hover img {
        opacity: 1;
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%);
        -moz-filter: grayscale(0%);
        -ms-filter: grayscale(0%);
        -o-filter: grayscale(0%);
        filter: grayscale(0%);
    }

.owl-carousel.owl-theme.partners .owl-nav .owl-prev {
    left: -25px;
    right: auto;
    background: #da0f32;
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

    .owl-carousel.owl-theme.partners .owl-nav .owl-prev:hover {
        background: #272D33;
    }

.owl-carousel.owl-theme.partners .owl-nav [class*=owl-] {
    bottom: 0px;
    margin-bottom: -12px;
}

.owl-carousel .owl-item img {
    height: auto;
}

.owl-carousel.partners .owl-item img {
    height: 70px;
}

/* Content area
================================================== */
/* Accordion */
.accordion-title span {
    color: #333;
    font-weight: 400;
    font-size: 16px;
}

.panel-default > .panel-heading {
    background: none;
    border-radius: 0;
    position: relative;
    padding: 6px 20px;
}

.panel-group .panel {
    margin-bottom: 10px;
    border: none;
    border-bottom: 1px solid #000;
}

.panel-body {
    padding: 20px 20px 10px 20px;
    border: 1px solid #DDDDDD;
    border-radius: 0 11px 0 0;
    margin-left: 15px;
}

    .panel-body > img {
        max-width: 100px;
        margin-bottom: 10px;
    }

p.panel-title {
    font-size: 16px;
    background: none;
    border: 0;
    padding: 8px 0 8px 0;
    line-height: normal;
    border-radius: 0;
}

    p.panel-title a {
        color: #da0f32;
    }

    p.panel-title span {
        float: right;
    }

    p.panel-title a.collapsed {
        color: #626c84;
    }

/* Accordion classic */
.panel-classic .panel-heading {
    padding-left: 15px;
}

.panel-classic h4.panel-title a:before, .panel-classic h4.panel-title a.collapsed:before {
    position: relative;
    content: '';
    font-size: 0;
}

.accordion-area .card-header .btn {
    white-space: normal;
    text-align: left;
}

.accordion-area .card-header .btn-primary {
    background: none;
}

/* Clients */
.clients-logo {
    margin: 0 0 30px;
    border: 1px solid #dadada;
    min-height: 105px;
    padding: 0 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

    .clients-logo img {
        -webkit-filter: grayscale(1);
        filter: grayscale(1);
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        filter: grayscale(100%);
        -webkit-filter: gray;
        filter: gray;
    }

/* Latest News section
================================================== */
.latest-post {
    position: relative;
    padding: 30px 20px 30px 30px;
    border: 1px solid #eaeaea;
    min-height: 345px;
}

    .latest-post .image-angle:before {
        border-bottom: 20px solid #f9f9f9;
    }

    .latest-post .post-title {
        font-size: 22px;
        line-height: 28px;
        margin: 10px 0 5px;
    }

    .latest-post.post-large .post-body {
        position: absolute;
        bottom: 50px;
        color: #fff;
        padding: 30px;
        background: rgba(0,0,0,0.5);
        display: inline-block;
        width: 80%;
        left: 30px;
    }

    .latest-post .post-title a {
        color: #252a37;
    }

        .latest-post .post-title a:hover {
            color: #da0f32;
        }

.latest-post-meta {
    font-size: 13px;
    text-transform: uppercase;
}

.latest-post .post-cat,
.latest-post .post-item-date {
    font-style: italic;
    font-size: 14px;
    display: block;
}

.latest-post .post-text {
    margin-top: 10px;
}

.latest-post .post-body {
    padding: 0;
    background: none;
    border: 0;
}

.latest-post.post-large {
    position: relative;
    padding: 0;
    border: 0;
    overflow: hidden;
}


    .latest-post.post-large .post-cat {
        position: absolute;
        top: 15px;
        left: 30px;
        color: #fff;
        font-style: italic;
    }

    .latest-post.post-large .post-title {
        font-size: 20px;
        line-height: 26px;
        padding-top: 15px;
    }

        .latest-post.post-large .post-title a {
            color: #fff;
        }

    .latest-post.post-large .btn.btn-primary {
        padding: 12px 30px;
        margin-top: 15px;
    }

/* Footer
================================================== */
.footer {
    position: relative;
    z-index: 4;
}
/*-- Footer top --*/
.footer-top {
    position: absolute;
    top: -60px;
    z-index: 1;
    margin: 0 auto;
    width: 100%;
}

.footer-top-bg {
    background: #0f2765;
    margin: 0;
    color: #fff;
}

.footer-top .footer-box {
    padding: 30px 45px 20px;
    min-height: 120px;
}

    .footer-top .footer-box i {
        float: left;
        font-size: 28px;
        margin-top: 0px;
        background: rgba(0, 0, 0, 0.3);
        text-align: center;
        width: 65px;
        height: 65px;
        line-height: 65px;
        border-radius: 100%;
    }

    .footer-top .footer-box .footer-box-content {
        margin-left: 90px;
    }

        .footer-top .footer-box .footer-box-content h3 {
            margin-top: 6px;
            margin-bottom: 2px;
            font-size: 20px;
            color: #fff;
        }

        .footer-top .footer-box .footer-box-content p {
            margin: 0;
            font-size: 14px;
        }

/*-- Footer main --*/
.footer-main {
    background: url(../images/footer-bg.png);
    background-size: cover;
    background-position: 100%;
    color: #8c93a5;
    position: relative;
    padding: 80px 0 20px;
}

    .footer-main.bg-overlay:after {
        background-color: rgba(0, 8, 29, 0.85);
    }

.footer-widget {
    padding-bottom: 40px;
}

.footer .widget-title {
    color: #fff;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 30px;
}

/* Footer about */
.footer-about {
    padding-right: 40px;
}

.footer-logo {
    margin: 0px 0 35px;
}

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

.footer-about h3.widget-title {
    font-size: 18px;
}

/* Footer social */
.footer-social {
    margin-top: 0px;
}

    .footer-social ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .footer-social ul li {
            margin: 0 10px 0 0;
            display: inline-block;
        }

            .footer-social ul li a {
                -webkit-transition: 400ms;
                transition: 400ms;
                transition: 400ms;
                color: #fff;
            }

                .footer-social ul li a:hover {
                    color: #da0f32;
                }

                .footer-social ul li a i {
                    width: 36px;
                    height: 36px;
                    line-height: 36px;
                    background: rgba(255, 255, 255, 0.1);
                    border-radius: 100%;
                    text-align: center;
                    -webkit-transition: 400ms;
                    transition: 400ms;
                    transition: 400ms;
                }

                    .footer-social ul li a i:hover {
                        color: #fff;
                    }

                    .footer-social ul li a i.fa-facebook:hover {
                        background: #3b5998;
                    }

                    .footer-social ul li a i.fa-twitter:hover {
                        background: #70c2e9;
                    }

                    .footer-social ul li a i.fa-google-plus:hover {
                        background: #c53942;
                    }

                    .footer-social ul li a i.fa-pinterest:hover {
                        background: #d8545d;
                    }

                    .footer-social ul li a i.fa-linkedin:hover {
                        background: #3daccf;
                    }

                    .footer-social ul li a i.fa-instagram:hover {
                        background: #3f729b;
                    }

/* Links */
.footer-widget ul.list-dash li {
    width: 50%;
    float: left;
    line-height: normal;
    padding-bottom: 25px;
    font-size: 14px;
}

    .footer-widget ul.list-dash li a {
        color: #fff;
    }

        .footer-widget ul.list-dash li a:hover {
            color: #ff0000;
        }

/* Newsletter */
.newsletter-widget {
    border: 0;
    padding-top: 0;
}

    .newsletter-widget .widget-title {
        margin-top: 0;
        line-height: 40px;
        margin-bottom: 25px;
    }

        .newsletter-widget .widget-title span {
            font-size: 36px;
            display: block;
            text-transform: uppercase;
        }

.newsletter-form {
    position: relative;
}

    .newsletter-form input {
        width: 100%;
        margin: 15px 0;
        background: #fff;
        color: #333;
        font-size: 14px;
        height: 50px;
        font-style: italic;
        border: 0;
        border-radius: 5px 0 0 5px;
    }

    .newsletter-form .btn.btn-primary {
        position: absolute;
        right: -5px;
        top: 0;
        border-radius: 0 5px 5px 0;
        padding: 13px 20px;
        height: 51px;
    }

/* Copyright */
.copyright {
    background: #00081d;
    color: #8c93a5;
    padding: 30px 0;
    font-size: 15px;
}

.footer-menu {
    float: right;
}

    .footer-menu ul li {
        display: inline-block;
        padding-left: 8px;
    }

        .footer-menu ul li a {
            color: #8c93a5;
            padding: 0;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
            display: inline-block;
            border-right: 1px solid rgba(255, 255, 255, 0.5);
            line-height: 10px;
            padding-right: 10px;
            margin-right: 5px;
        }

            .footer-menu ul li a:hover {
                color: #fc6a2a;
            }

        .footer-menu ul li:last-child a {
            border-right: 0;
        }

#back-to-top {
    position: fixed;
    right: 40px;
    top: auto;
    z-index: 10;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
}

    #back-to-top.affix {
        bottom: 125px;
    }

    #back-to-top .btn.btn-primary {
        font-size: 18px;
        padding: 6px 15px;
        width: 44px;
        height: 44px;
        line-height: 30px;
        border-radius: 100%;
    }

/* Sub Pages
================================================== */
/*-- Title border --*/
.main-container .border-left {
    margin-bottom: 30px;
}

/*-- Banner --*/
.banner-area {
    position: relative;
    min-height: 500px;
    color: #fff;
    background-position: center;
    background-size: cover;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

img.round {
    border-radius: 80px 80px;
}

img.round-top-l-bottom-r {
    border-top-left-radius: 80px;
    border-bottom-right-radius: 80px;
}

img.round1 {
    border-end-end-radius: 80px 80px;
}

.banner-area .container {
    position: relative;
}

.banner-title {
    color: #f7f7f8;
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
}

.banner-heading {
    width: 100%;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    min-height: 400px;
}

.breadcrumb {
    position: absolute;
    left: 45%;
    top: 55%;
    padding: 0;
    background: none;
    font-size: 16px;
    font-weight: 300;
}

    .breadcrumb li:not(:last-child):after {
        content: "/";
        margin: 0 5px;
    }

    .breadcrumb a {
        color: #fff;
    }

/*-- About us page --*/
.about-pattern {
    position: relative;
    z-index: 2;
    padding: 70px 0 70px 0;
    margin: 0 0 0;
    background-image: url("../images/pattern/bg_pattern1.png");
    background-repeat: no-repeat;
    background-size: inherit;
    background-attachment: inherit;
    background-position: 50% 50%;
}

    .about-pattern .bold-text {
        font-size: 16px;
        font-weight: 600;
    }

        .about-pattern .bold-text a {
            color: #da0f32;
        }

.about-desc p {
    font-weight: 500;
}

.ceo-designation {
    display: inline-block;
}

    .ceo-designation p {
        margin: 0;
        font-size: 20px;
        font-weight: 700;
        margin-bottom: -10px;
    }

    .ceo-designation small {
        font-size: 14px;
    }

.ceo-desc {
    display: inline-block;
}

.ceo-signature {
    margin-top: 35px;
}

    .ceo-signature > img {
        float: right;
    }

    .ceo-signature:after {
        display: block;
        content: "";
        clear: both;
    }

.ceo-desc img {
    width: 95px;
    height: 95px;
    border-radius: 50%;
}

/* ts progress */
.ts-skills-area .ts-padding {
    padding-bottom: 50px;
    padding-right: 80px;
}

.ts-progress-bar {
    margin-bottom: 30px;
}

.progress {
    height: 3px;
    position: relative;
    overflow: visible;
}

    .progress .progress-value {
        display: block;
        font-size: 16px;
        color: #000;
        position: absolute;
        top: -25px;
        right: 0;
    }

.ts-progress-bar h3 {
    font-size: 18px;
    text-align: left;
    margin: 0 0 10px 0;
}

/* Company Progress */

.percent-area {
    position: relative;
    margin-top: 30px;
}

    .percent-area .chart p {
        position: absolute;
        top: 60px;
        left: 42%;
        font-size: 24px;
    }

    .percent-area .column-title {
        margin-top: 15px;
        color: #000;
    }

.tw-service-value {
    padding: 60px 0 40px 0;
    margin: 0 0 0 0;
    background-image: url(../images/crossword.png);
    background-repeat: repeat;
    background-size: contain;
    background-attachment: inherit;
    background-position: 0 0;
}

/* ts feature box */
.ts-features-light .ts-feature-info i {
    color: #2B5CD1;
}

.ts-features-light .ts-feature-info h3 {
    font-size: 24px;
}

.ts-features-light .ts-feature-box .ts-feature-info {
    padding: 0 20px;
}

    .ts-features-light .ts-feature-box .ts-feature-info p {
        margin-bottom: 0;
    }

.ts-feature-box .ts-feature-title {
    font-size: 20px;
    margin: 20px 0 10px;
    color: #000;
}

.ts-feature-box .ts-feature-info {
    color: #000;
    z-index: 1;
    position: relative;
    padding: 15px;
}

.feature-text-box .column-title {
    font-size: 36px;
    line-height: normal;
    margin-bottom: 10px;
}

    .feature-text-box .column-title span {
        font-size: 20px;
    }

.feature-text-box .btn {
    padding: 15px 60px;
    margin-top: 10px;
}

/* FAQ page */
.panel-heading i {
    background: #da0f32;
    color: #fff;
    border-radius: 5px;
    font-size: 20px;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    margin-right: 15px;
}

.help-box,
.ts-testimonial-static {
    background-color: #FFFFFF;
    background-image: url(../images/services/service1.jpg);
}

    .help-box .help,
    .ts-testimonial-static .help {
        background-color: rgba(12, 12, 12, 0.75);
        padding: 70px;
        color: #fff;
        margin-top: 35%;
    }

    .help-box .quote-item,
    .ts-testimonial-static .quote-item {
        padding-left: 0;
    }

        .help-box .quote-item .quote-text:before,
        .ts-testimonial-static .quote-item .quote-text:before {
            left: 50%;
            margin-left: -35px;
        }

        .help-box .quote-item .quote-text:after,
        .ts-testimonial-static .quote-item .quote-text:after {
            display: none;
        }

        .help-box .quote-item .quote-item-footer,
        .ts-testimonial-static .quote-item .quote-item-footer {
            margin-top: 0;
            margin-left: 75px;
        }

        .help-box .quote-item .quote-item-info,
        .ts-testimonial-static .quote-item .quote-item-info {
            padding-top: 20px;
        }

            .help-box .quote-item .quote-item-info .quote-author,
            .ts-testimonial-static .quote-item .quote-item-info .quote-author {
                color: #252a37;
                font-size: 20px;
                font-weight: 700;
            }

            .help-box .quote-item .quote-item-info .quote-subtext,
            .ts-testimonial-static .quote-item .quote-item-info .quote-subtext {
                color: #626c84;
                font-size: 14px;
            }

    .help-box .quote-classic,
    .ts-testimonial-static .quote-classic {
        border: 1px solid #EAEAEA;
        padding-bottom: 25px;
    }

.help h2 {
    color: #fff;
    font-size: 24px;
}

.brochure {
    border: 2px solid #EAEAEA;
    font-size: 24px;
    text-align: center;
    padding: 25px;
}

    .brochure i {
        padding-left: 20px;
    }

.quote-classic .quote-text {
    margin: 40px 0 10px;
    display: inline-block;
    padding: 50px 40px 30px 45px;
    color: #626c84;
    background: none;
    position: relative;
    font-size: 16px;
}

.quote-footer-classic .quote-author {
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 2px;
    font-weight: 600;
    display: block;
    color: #1f1c1c;
}

/* Gallery */

.gallery-icon i {
    background: #0052a5;
    color: #fff;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    left: 50%;
    font-size: 16px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    z-index: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin-left: -18px;
    margin-top: -18px;
}

.gallery-img:hover .gallery-icon i {
    opacity: 1;
    top: 50%;
}

/* Pricing table
================================================== */

.pricing {
    padding-bottom: 80px;
}

.price-icon-wrapper {
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 30px;
}

.plan {
    border: 1px solid #eaeaea;
}

    .plan ul {
        background: #fff;
        padding: 0;
        margin-bottom: 0;
    }

    .plan li {
        list-style: none;
    }

    .plan .btn {
        margin: 25px 0 40px;
    }

    .plan.featured {
        background: #da0f32;
        color: #fff;
        padding: 40px 0;
        margin: -40px 0;
    }

        .plan.featured ul {
            background: none;
        }

        .plan.featured .plan-name {
            color: #fff;
        }

        .plan.featured .plan-price {
            color: #fff;
        }

        .plan.featured .btn {
            background: #fff;
            color: #da0f32;
            -webkit-transition: all 0.5s;
            transition: all 0.5s;
        }

            .plan.featured .btn:hover {
                background: #ff0000;
                color: #fff;
            }

    .plan.plan-last {
        margin-bottom: 0;
    }

.plan-name {
    display: block;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    padding: 20px 0;
    color: #252a37;
    margin-bottom: 0;
}

    .plan-name small {
        display: block;
        font-size: 12px;
        font-weight: 700;
        line-height: normal;
    }

.plan-price {
    font-size: 48px;
    padding: 0 0;
    position: relative;
    color: #252a37;
    margin: 0 0 25px;
}

    .plan-price .currency {
        top: -0.9em;
        font-size: 50%;
        left: -0.01em;
        font-weight: 700;
    }

    .plan-price sub {
        font-size: 20px;
        left: -0.6em;
        position: relative;
    }

.ts-price-box {
    margin-top: 100px;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-bottom: -80px;
}

.pricing-boxed {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .pricing-boxed:after {
        content: "";
        clear: both;
        display: block;
    }

.single-price-box {
    width: 33.3333%;
    text-align: center;
}

    .single-price-box .pricing-header {
        min-height: 145px;
        padding: 10px 0;
        margin-bottom: 70px;
        background: #000;
        position: relative;
        z-index: 3;
    }

        .single-price-box .pricing-header h3,
        .single-price-box .pricing-header h2 {
            color: #fff;
        }

@media screen and (min-width: 992px) {
    .single-price-box .pricing-header.border-left {
        border-top-left-radius: 5px;
    }

    .single-price-box .pricing-header.border-right {
        border-top-right-radius: 5px;
    }
}

.single-price-box.featured {
    position: relative;
    z-index: 2;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    padding-bottom: 30px;
    background: #fff;
    margin-top: -30px;
}

    .single-price-box.featured .pricing-header {
        margin-bottom: 100px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        background: #FC6B2A;
    }

    .single-price-box.featured .btn-primary {
        background: #FC6B2A;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

        .single-price-box.featured .btn-primary:hover {
            background: #000;
        }

.single-price-box .pricing-plan .list-unstyled li {
    padding-bottom: 12px;
}

    .single-price-box .pricing-plan .list-unstyled li:last-child {
        padding-bottom: 35px;
    }

.single-price-box .pricing-plan {
    padding-bottom: 40px;
    background: #fff;
}

/* FAQ Page*/
/* Collapse */
.card {
    border: none;
}

.card-header {
    background: none !important;
    color: #626c84;
    padding: 20px 0 21px;
}

    .card-header i {
        background: #da0f32;
        color: #fff;
        border-radius: 5px;
        font-size: 20px;
        height: 40px;
        width: 40px;
        text-align: center;
        line-height: 40px;
        margin-right: 15px;
    }

.card-body {
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-top: none;
}

.btn-link {
    color: #626c84;
    padding: 0;
}

    .btn-link:hover {
        text-decoration: none;
        color: #ff0000;
    }

.btn:focus {
    text-decoration: none !important;
}

h5.mb-0 {
    margin-left: 0px;
}

    h5.mb-0 a {
        position: relative;
        padding-left: 55px;
    }

        h5.mb-0 a.collapsed {
            color: #333;
        }

        h5.mb-0 a:before {
            color: #fff;
            width: 40px;
            height: 40px;
            line-height: 40px;
            border-radius: 3px;
        }

        h5.mb-0 a:before,
        h5.mb-0 a .collapsed:before {
            font-family: "FontAwesome";
            position: absolute;
            z-index: 0;
            font-size: 16px;
            left: 0px;
            padding: 0 5px;
            text-align: center;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            background: #da0f32;
        }


    h5.mb-0 button p:hover {
        color: #2155CF;
    }

    h5.mb-0 a:before {
        content: "\f068";
    }

    h5.mb-0 a.collapsed:before {
        content: "\f067";
    }

.card-header .collapsed .show {
    border-bottom: none;
}

/* Quote area */
.quote-item .quote-text:before {
    content: "\e937";
    font-family: 'iconfont';
    position: absolute;
    font-size: 35px;
    left: 105px;
    color: #da0f32;
    background: none;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* Slider pages */
.page-slider.small-bg .item {
    min-height: 330px;
}

.page-slider.small-bg .box-slider-content {
    left: 20%;
}

.page-slider.small-bg .box-slider-text {
    background: #fff;
    padding: 5px 20px;
}

.page-slider.small-bg .box-slide-title {
    font-size: 28px;
    color: #fff;
    font-weight: 900;
}

/*-- Get a quote page --*/
.page-quote-form {
    background: #f2f2f2;
    padding: 30px 50px 50px;
}

.get-a-quote-img {
    margin-bottom: -190px;
}

/*-- Pricing table  --*/
.ts-pricing-box {
    margin: 20px 0;
    padding: 0;
    text-align: center;
    background: #f9f9f9;
}

.ts-pricing-header {
    background: #252525;
    color: #fff;
    position: relative;
    padding: 30px 20px;
}

.ts-pricing-name {
    font-size: 18px;
    line-height: normal;
    margin: 0 0 5px 0;
    color: #fff;
}

.ts-pricing-price {
    font-size: 44px;
    color: #fff;
    margin: 15px 0 0;
    display: inline-block;
}

    .ts-pricing-price > small {
        font-size: 16px;
        line-height: 16px;
        display: block;
        margin-top: 15px;
        color: #fff;
    }

.ts-pricing-features {
    padding: 15px 0;
}

    .ts-pricing-features > ul {
        padding: 0 20px;
    }

        .ts-pricing-features > ul > li {
            padding: 20px 0;
            border-top: 1px dotted #e5e5e5;
        }

            .ts-pricing-features > ul > li:first-child {
                border-top: 0;
            }

.plan-action {
    padding-bottom: 40px;
}

.pricing-column {
    padding: 0;
}

/* Pricing featured */
.ts-pricing-box.ts-pricing-featured .ts-pricing-header {
    background: #ff9700;
}

/* Contact Us
================================================== */

.map {
    height: 405px;
    z-index: 1;
}

.contact-info-box {
    margin-top: 20px;
}

    .contact-info-box i {
        float: left;
        font-size: 30px;
        color: #da0f32;
    }

.contact-info-box-content {
    padding-left: 40px;
}

    .contact-info-box-content h4 {
        font-size: 16px;
        margin-top: 0;
        line-height: normal;
        font-weight: 700;
    }

    .contact-info-box-content p {
        margin-bottom: 0;
    }

label {
    font-weight: 400;
}

.box-border {
    border: 1px solid #eaeaea;
    padding: 20px 30px;
}

.ts-contact-info .ts-contact-icon {
    float: left;
    font-size: 20px;
    color: #fff;
}

.ts-contact-info .ts-contact-content {
    margin-left: 45px;
    margin-bottom: 35px;
}

    .ts-contact-info .ts-contact-content p {
        margin: 0;
    }

.ts-contact-info .ts-contact-title {
    font-size: 20px;
    margin: 0;
    color: #fff;
}

/* Contact page 2 */
.contact-box.info-box {
    position: relative;
    z-index: 2;
}

.contact-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #fff;
    -webkit-box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.1);
}

.contact-box {
    min-height: auto;
}

    .contact-box.form-box {
        width: 100%;
    }

    .contact-box.info-box {
        padding-top: 25px;
        width: 100%;
    }

        .contact-box.info-box:after {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            content: "";
            background: rgba(15, 39, 101, 0.9);
            z-index: -1;
        }

        .contact-box.info-box.form-box {
            padding: 40px;
        }

        .contact-box.info-box .ts-contact-content h3,
        .contact-box.info-box .ts-contact-content p {
            color: #fff;
        }

        .contact-box.info-box .ts-contact-content .ts-contact-info i {
            color: #fff;
            font-size: 40px;
        }

.contact-info-right h3 {
    color: #fff;
    margin-bottom: 40px;
    font-size: 30px;
}

.contact-info-right .ts-contact-content {
    padding-bottom: 30px;
}

    .contact-info-right .ts-contact-content h3 {
        font-size: 20px;
    }

    .contact-info-right .ts-contact-content p {
        font-size: 14px;
    }

.contact-info-right .ts-contact-info.last .ts-contact-content {
    padding-bottom: 15px;
}

.contact-info-right .ts-contact-info i {
    color: #fff;
    font-size: 40px;
}

.contact-info-social-links {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    margin-left: -40px;
}

    .contact-info-social-links li {
        display: inline-block;
    }

        .contact-info-social-links li a {
            display: block;
            color: #fff;
            padding: 10px;
        }

.contact-map {
    padding: 0px 15px;
}

.contact-info-box .ts-contact-content h3, .contact-box.info-box .ts-contact-content p {
    color: #000 !important;
}

.contact-info-box:after {
    display: none;
}

.full-contact {
    background: none;
    box-shadow: none;
}


/* News Listing
================================================== */

.post {
    margin: 0 0 50px;
}

    .post.last {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: 0;
    }

.post-body {
    padding: 25px 40px 40px 25px;
    border: 0;
    border-top: 0;
}

/* Post Meta Left */
.post-meta-left {
    width: 15%;
    margin-top: -20px;
}

    .post-meta-left span {
        display: inline-block;
        font-weight: 600;
        font-size: 14px;
    }

/* Post content right */
.post-content-right {
    width: 80%;
    float: right;
}

.entry-header .entry-title {
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 15px;
}

    .entry-header .entry-title a {
        color: #252a37;
    }

        .entry-header .entry-title a:hover {
            color: #da0f32;
        }

/* Post media */
.post-media.post-video {
    max-width: 100%;
    position: relative;
    overflow: hidden;
}

    .post-media.post-video:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
    }

.video-icon {
    text-align: center;
    color: #fff;
    display: block;
    top: 50%;
    margin-top: -50px;
    font-size: 78px;
    z-index: 1;
    position: absolute;
    left: 50%;
    margin-left: -40px;
    width: 80px;
    height: 80px;
    line-height: 65px;
    display: inline-block;
    border-radius: 100%;
}

    .video-icon i {
        -webkit-transition: 400ms;
        transition: 400ms;
        transition: 400ms;
    }

        .video-icon i:hover {
            color: #da0f32;
        }

/* Meta date */
.post-meta-date {
    background: #da0f32;
    color: #fff;
    width: 65px;
    height: 65px;
    line-height: 26px;
    padding: 10px 0;
    position: relative;
    top: -40px;
}

    .post-meta-date span {
        font-size: 30px;
        font-weight: 600;
        display: block;
    }

/* Post Quote */
.post-quote-wrapper {
    position: relative;
    color: #fff;
    background: #252a37;
    padding: 50px;
}

.post-quote-content:before {
    padding: 28px 0 22px;
    content: "\e937";
    font-family: 'iconfont';
    color: #fff;
    font-size: 44px;
}

.post-quote-content .entry-title {
    margin-top: 20px;
}

    .post-quote-content .entry-title a {
        color: #fff;
    }

.post-quote-content .meta-author {
    color: #ccc;
    font-weight: 700;
    font-size: 16px;
    position: relative;
    margin-bottom: 15px;
}

    .post-quote-content .meta-author:before {
        content: '';
        position: absolute;
        top: 14px;
        height: 2px;
        width: 20px;
        background-color: #da0f32;
        margin-left: -30px;
    }

.post-quote-content .post-meta {
    color: #fff;
}

    .post-quote-content .post-meta a {
        color: #fff;
    }

/* Author */
.post-author {
    position: relative;
}

    .post-author:after {
        content: '';
        position: absolute;
        border-bottom: 1px solid #dedede;
        top: 0;
        left: 50%;
        right: 0;
        bottom: 0;
        width: 75px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .post-author .avatar {
        width: 55px;
        height: 55px;
        line-height: 55px;
        border-radius: 100%;
        margin-bottom: 5px;
    }

.post-meta-left span.post-author {
    display: block;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.post-author a {
    display: block;
}

.post-comment i {
    position: relative;
    bottom: -3px;
    margin-right: 5px;
}

/* Common post meta */
.post-meta {
    padding-bottom: 15px;
    color: #626c84;
    font-size: 14px;
}

    .post-meta a {
        color: #626c84;
        position: relative;
        z-index: 1;
    }

.post-meta-left a {
    color: #626c84;
    position: relative;
    z-index: 1;
}

    .post-meta a:hover,
    .post-meta-left a:hover {
        color: #da0f32;
    }

.post-meta span {
    margin-right: 10px;
    padding-right: 10px;
    line-height: 12px;
    display: inline-block;
}

.post-meta i {
    padding-right: 0;
    margin-right: 6px;
    font-weight: 500;
}

.post-footer .btn.btn-primary {
    margin-top: 10px;
    padding: 10px 30px;
}

/* Pagination */
.paging {
    margin-bottom: -5px;
}

.pagination {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
}

    .pagination > li > a,
    .pagination > li > span {
        border-radius: 100% !important;
        margin-right: 8px;
        width: 40px;
        height: 40px;
        line-height: 28px;
        color: #7c7c7c;
        border: 1px solid #f1f1f1;
        text-align: center;
        display: inline-block;
        line-height: 40px;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .pagination > .active > a {
        color: #fff;
        background: #da0f32;
        border: 1px solid transparent;
    }

        .pagination > .active > a:hover {
            color: #fff;
            background: #da0f32;
            border: 1px solid transparent;
        }

    .pagination > li > a:hover {
        color: #fff;
        background: #da0f32;
        border: 1px solid transparent;
    }

/* News Single
================================================== */
.post-single {
    position: relative;
}

    .post-single .post-body {
        border: 1px solid #f1f1f1;
        background: none;
        padding: 40px;
    }

    .post-single .post-meta-date {
        position: absolute;
        top: 30px;
        left: 35px;
        display: block;
        text-align: center;
    }

    .post-single .post-author .avatar {
        width: 30px;
        height: 30px;
    }

    .post-single .post-author a {
        display: inline-block;
        margin-left: 6px;
    }

    .post-single .post-author:after {
        border: 0;
    }

    .post-single .entry-header .entry-title {
        font-size: 36px;
    }

    .post-single .entry-content p {
        margin-bottom: 30px;
    }

    .post-single .entry-content h3 {
        margin: 30px 0;
    }

    .post-single .post-footer {
        border-top: 1px solid #f1f1f1;
        margin: 40px 0 0;
        padding-top: 40px;
    }

.tags-area {
    margin: 20px 0;
}

.post-tags strong {
    margin-right: 5px;
}

.post-tags a {
    border: 1px solid #f1f1f1;
    color: #626c84;
    display: inline-block;
    font-size: 14px;
    padding: 3px 15px;
    margin-left: 3px;
    border-radius: 25px;
}

    .post-tags a:hover {
        background: #da0f32;
        color: #fff;
        border: 1px solid transparent;
    }

/* Post social */
.post-social-icons > li {
    display: inline-block;
}

.post-social-icons a {
    margin-left: 10px;
    font-size: 16px;
    color: #252a37;
    text-align: center;
}

    .post-social-icons a:hover {
        color: #da0f32;
    }

/* Post navigation */
.post-navigation span:hover,
.post-navigation h3:hover {
    color: #da0f32;
}

.post-navigation .post-previous,
.post-navigation .post-next {
    padding: 0 40px;
    width: 50%;
    border-left: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
    display: table-cell;
    position: relative;
    vertical-align: middle;
}

.post-navigation i {
    margin: 0 5px;
    color: #da0f32;
}

.post-navigation span {
    font-size: 14px;
    color: #626c84;
    margin-bottom: 10px;
}

.post-navigation .post-previous {
    text-align: left;
    float: left;
    border-left: 0 none;
    border-right: 0 none;
    padding: 0 40px 0 0;
}

.post-navigation .post-next {
    text-align: right;
    float: left;
    border-right: 0 none;
    padding: 0 0 0 40px;
}

.post-navigation h3 {
    font-size: 20px;
    line-height: 26px;
    margin: 8px 0 0;
}

/* Author box */
.author-box {
    padding: 40px;
    margin: 40px 0;
}

.author-img img {
    width: 100px;
    height: 100px;
    margin-right: 30px;
    border-radius: 100%;
}

.author-info h3 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 600;
}

    .author-info h3 span {
        font-size: 12px;
        color: #999;
        border-left: 1px solid #AFAFAF;
        padding-left: 10px;
        margin-left: 10px;
        font-weight: 500;
    }

.author-info p {
    padding-left: 130px;
}

.author-url a {
    font-size: 14px;
    color: #626c84;
}

/* Comments area */
.comments-area {
    margin: 40px 0;
}

.comments-list .comment-content {
    margin: 15px 0;
}

.comments-list .comment-reply {
    color: #252a37;
    font-weight: 400;
    font-size: 14px;
}

    .comments-list .comment-reply i {
        margin-right: 5px;
    }

    .comments-list .comment-reply:hover {
        color: #da0f32;
    }

.comments-counter {
    font-size: 18px;
}

    .comments-counter a {
        color: #323232;
    }

.comments-list {
    list-style: none;
    margin: 0;
    padding: 20px 0;
}

    .comments-list .comment {
        border-bottom: 1px solid #f1f1f1;
        padding-bottom: 20px;
        margin-bottom: 30px;
    }

        .comments-list .comment.last {
            border-bottom: 0;
            padding-bottom: 0;
            margin-bottom: 0;
        }

    .comments-list img.comment-avatar {
        width: 80px;
        height: 80px;
        border-radius: 100%;
        margin-right: 30px;
    }

    .comments-list .comment-body {
        margin-left: 110px;
    }

    .comments-list .comment-author {
        margin-bottom: 0;
        margin-top: 0;
        font-weight: 700;
        font-size: 18px;
        color: #252a37;
    }

    .comments-list .comment-date {
        color: #252a37;
        font-size: 14px;
        display: block;
        margin-top: -5px;
    }

.comments-reply {
    list-style: none;
    margin: 0 0 0 70px;
}

.comments-form {
    margin-bottom: 0;
}

    .comments-form .title-normal {
        margin-bottom: 20px;
    }

    .comments-form .btn.btn-primary {
        margin-top: 20px;
    }

/* Sidebar
================================================== */
.sidebar .widget-title {
    font-size: 24px;
    position: relative;
    margin: 0 0 30px;
    padding-left: 15px;
    border-left: 3px solid #da0f32;
}

.sidebar .widget {
    margin-bottom: 40px;
    border: 1px solid #f1f1f1;
    padding: 40px;
}

    .sidebar .widget.widget-ad {
        padding: 0;
        border: none;
    }

/* Widget common */
.sidebar-left .widget {
    margin-right: 20px;
}

.sidebar-right .widget {
    margin-left: 20px;
}

.sidebar .widget.box {
    padding: 25px;
}

.widget.box.solid {
    background: #f2f2f2;
}

.widget.box.red {
    background: #ec483b;
    color: #fff;
}

    .widget.box.red .widget-title {
        color: #fff;
    }

.widget ul li {
    line-height: 30px;
}

.sidebar .widget ul li a:hover {
    color: #da0f32;
}

.sidebar .widget ul li i {
    margin-right: 5px;
    font-weight: 500;
}

.sidebar .btn {
    font-weight: 800;
    margin-top: 15px;
}

/* Widget search */
.widget.widget-search {
    background: none;
    position: relative;
    padding: 0;
}

.input-group-btn {
    background: #da0f32;
    color: #fff;
}

.widget-search .form-control {
    border: 0 !important;
    font-style: italic;
    background-color: none;
}

    .widget-search .form-control:focus {
        border: 0 !important;
        font-style: italic;
        background-color: none;
    }

.widget-search i {
    color: #fff;
    background: #da0f32;
    font-size: 18px;
    position: relative;
    top: 0;
    padding: 15px;
}

/* Sidebar nav */
.widget-nav-tabs {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .widget-nav-tabs li {
        display: block;
        padding-bottom: 20px;
        border-bottom: 1px dashed #EAEAEA;
        margin-bottom: 20px;
    }

        .widget-nav-tabs li a {
            font-size: 16px;
            color: #626c84;
            font-family: 'Fira Sans', sans-serif;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
        }

        .widget-nav-tabs li span {
            float: right;
        }

        .widget-nav-tabs li:after {
            display: block;
            content: "";
            clear: both;
        }

        .widget-nav-tabs li:last-child {
            border: none;
            padding: 0;
            margin: 0;
        }

/* Instagram Photos */
.instagram-photo li img {
    padding-right: 10px;
    padding-bottom: 10px;
    border-radius: 3px;
}

/* Recent News */
.widget.recent-posts .widget-title {
    margin-bottom: 35px;
}

.widget.recent-posts ul li {
    border-bottom: 1px dashed #f1f1f1;
    padding-bottom: 20px;
    margin-bottom: 20px;
    line-height: normal;
}

    .widget.recent-posts ul li:last-child {
        border: 0;
        padding-bottom: 0;
        margin-bottom: 0;
    }

.widget.recent-posts .media-left img {
    width: 93px;
    height: 65px;
}

.widget.recent-posts .entry-title {
    font-size: 16px;
    line-height: 20px;
    margin: 6px 0 0;
}

    .widget.recent-posts .entry-title a {
        color: #303030;
        display: inline-block;
        padding: 5px 0;
    }

        .widget.recent-posts .entry-title a:hover {
            color: #da0f32;
        }

    .widget.recent-posts .entry-title small {
        color: #626c84;
        display: block;
        font-weight: 400;
        font-size: 14px;
        font-family: 'Fira Sans', sans-serif;
    }

.widget.recent-posts .post-date {
    font-weight: 500;
    color: #626c84;
    font-size: 14px;
}

    .widget.recent-posts .post-date a {
        color: #626c84;
    }

/* Widget Ad */
.widget-ad p {
    color: #fff;
    font-weight: 800;
    font-size: 30px;
    line-height: 40px;
}

.widget-ad .btn {
    padding: 18px 60px;
    font-size: 16px;
    font-weight: 800;
    background: #fff;
    color: #da0f32;
}

    .widget-ad .btn:hover {
        background: #0f2765;
        color: #fff;
    }

.widget-ad-bg {
    position: relative;
    z-index: 2;
    background-image: url("../images/services/service5.jpg");
    background-size: cover;
    background-position: right;
    padding: 145px 0;
    text-align: center;
}

    .widget-ad-bg.bg-overlay:after {
        z-index: -1;
    }

    .widget-ad-bg.overlay-color:after {
        background: rgba(43, 84, 182, 0.85);
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 84, 182, 0.85)), to(rgba(43, 84, 182, 0.85)));
        background: linear-gradient(to bottom, rgba(43, 84, 182, 0.85) 0%, rgba(43, 84, 182, 0.85) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(#2b54b6,.85)', endColorstr='rgba(#2b54b6,.85)', GradientType=0);
        z-index: -1;
    }

/* Widget tags */
.widget-tags ul > li {
    float: left;
    margin: 3px;
}

.sidebar .widget-tags ul > li a {
    border: 1px solid #f1f1f1;
    color: #626c84;
    display: inline-block;
    font-size: 14px;
    padding: 5px 20px;
    margin: 0 3px 3px 0;
    border-radius: 25px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

    .sidebar .widget-tags ul > li a:hover {
        background: #da0f32;
        color: #fff;
        border: 1px solid transparent;
    }

/* Error page
================================================== */
.not-found {
    padding-top: 0;
}

.error-page .error-code {
    display: block;
    font-size: 150px;
    line-height: 150px;
    color: #333;
    margin-bottom: 20px;
    text-shadow: 5px 5px 1px rgba(0, 0, 0, 0.1);
}

.error-page .error-body .btn {
    margin-top: 30px;
    font-weight: 700;
}

.hide {
    display: none;
}

.error-pattern {
    position: relative;
    z-index: 2;
    padding: 70px 0 70px 0;
    margin: 0 0 0;
    background-image: url("../images/pattern/bg_pattern1.png");
    background-repeat: no-repeat;
    background-size: inherit;
    background-attachment: inherit;
    background-position: 50% 50%;
}

    .error-pattern .bold-text {
        font-size: 16px;
        font-weight: 600;
    }

        .error-pattern .bold-text a {
            color: #da0f32;
        }

.free-po-bg {
    background-color: #c09d33;
    padding: 10px 0 !important;
}

.modal {
    display: none;
    position: fixed;
    z-index: 999;
    padding-top: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    margin-bottom: 20px;
}

.close {
    color: #aaaaaa;
    text-align: right;
    font-size: 28px;
    font-weight: bold;
}

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

.iframe {
    width: 60%;
}

.loading {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow: hidden;
    background: #f4efef;
    opacity: 0.3;
}

.loader {
    left: 50%;
    top: 50%;
    position: absolute;
    width: 64px;
    height: 64px;
    position: relative;
    background-image: linear-gradient(#15279d 16px, transparent 0), linear-gradient(#FF3D00 16px, transparent 0), linear-gradient(#FF3D00 16px, transparent 0), linear-gradient(#15279d 16px, transparent 0);
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: left top, left bottom, right top, right bottom;
    animation: rotate 1s linear infinite;
}

@keyframes rotate {
    0% {
        width: 64px;
        height: 64px;
        transform: rotate(0deg)
    }

    50% {
        width: 30px;
        height: 30px;
        transform: rotate(180deg)
    }

    100% {
        width: 64px;
        height: 64px;
        transform: rotate(360deg)
    }
}

button.btn-close {
    border: 0px;
    background-color: transparent;
    cursor: pointer;
    position: absolute;
    right: 3px;
    top: 12px;
}

.cookies-eu-banner {
    background: #444;
    color: #fff;
    padding: 6px;
    font-size: 13px;
    text-align: left;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 10;
}

    .cookies-eu-banner button {
        text-decoration: none;
        background: #222;
        color: #fff;
        border: 1px solid #000;
        cursor: pointer;
        padding: 4px 7px;
        margin: 2px 0;
        font-size: 13px;
        font-weight: 700;
        transition: background 0.07s, color 0.07s, border-color 0.07s;
    }

        .cookies-eu-banner button:hover {
            background: #fff;
            color: #222;
        }

.detail li:before {
    content: "o";
    font-size: 100%;
    padding-right: 5px;
}

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

:after {
    content: "";
}


.sidenav {
    height: 100%; 
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    padding-top: 60px;
    transition: 0.5s;
}

    .sidenav a {
        padding: 20px 8px 14px 32px;
        text-decoration: none;
        font-size: 22px;
        color: #818181;
        display: block;
        transition: 0.3s
    }

        .sidenav a:hover, .offcanvas a:focus {
            color: #f1f1f1;
        }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

#main {
    transition: margin-left .5s;
    padding: 20px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}
@page {
    size: auto;
    margin: 5px;
}

.free-po {
    width: 80%;
}

.purchaseGroup table, .headerGroup {
    width: 100%;
}

.purchaseGroup {
    color: #333;
    background-color: #fff;
    padding: 1em;
}

    .purchaseGroup table {
        width: 100%;
        margin-bottom: 1em;
        border-collapse: collapse;
    }

    .purchaseGroup .proposedWork th {
        background-color: #eee;
    }

.tableBorder th {
    background-color: #eee;
}

.purchaseGroup tfoot td {
    padding: 0.5em;
}

.purchaseGroup td:focus {
    border: 1px solid #fff;
    -webkit-box-shadow: inset 0px 0px 0px 2px #5292F7;
    -moz-box-shadow: inset 0px 0px 0px 2px #5292F7;
    box-shadow: inset 0px 0px 0px 2px #5292F7;
    outline: none;
}

.purchaseGroup .purchaseTitle {
    font-weight: bold;
}

.purchaseGroup .trAdd {
    background-color: #007bff !important;
    color: #fff;
    font-weight: 800;
    cursor: pointer;
}

.purchaseGroup .tdDelete {
    background-color: #eee;
    color: #888;
    font-weight: 800;
    cursor: pointer;
}

    .purchaseGroup .tdDelete:hover {
        background-color: #df5640;
        color: #fff;
        border-color: #ce3118;
    }

.documentControls {
    text-align: right;
}

.purchaseTitle span {
    padding-right: 10px;
}

.purchaseTitle a {
    font-weight: normal;
    padding: 0 12px;
}

    .purchaseTitle a:hover, .purchaseTitle a:focus, .purchaseTitle a:active {
        text-decoration: none;
    }

.purchaseGroup .groupTotal {
    text-align: right;
}



table.style1 tr td:first-child {
    font-weight: bold;
    white-space: nowrap;
    text-align: right;
}

table.style1 tr td:last-child {
    border-bottom: 1px solid #000;
}

table.proposedWork td,
table.proposedWork th,
table.exclusions td,
table.exclusions th,
table.totalWork td,
table.totalWork th {
    border: 1px solid #ccc;
    padding: 0 4px;
}

table.proposedWork thead th, table.exclusions thead th {
    font-weight: bold;
    padding: 2px 4px !important;
}

table.proposedWork td,
table.proposedWork th:first-child,
table.totalWork td,
table.totalWork th:first-child,
table.exclusions th, table.exclusions td {
    vertical-align: middle;
}

    table.proposedWork td.amountColumn, table.proposedWork th.amountColumn,
    table.proposedWork td:last-child, table.proposedWork th:last-child,
    table.totalWork td:last-child, table.totalWork th:last-child {
        white-space: nowrap;
    }

table.proposedWork tfoot td:first-child {
    border: none;
    text-align: right;
}

table.proposedWork tfoot tr:last-child td {
    font-size: 16px;
    font-weight: bold;
}

table.style1 tr td:last-child {
    width: 100%;
}

table.style1 td:last-child {
    text-align: left;
}

td.tdDelete {
    width: 1%;
}

table.coResponse td {
    text-align: left
}

table.shipToFrom td, table.shipToFrom th {
    text-align: left
}

.docEdit {
    border: 0 !important
}

.tableBorder td, .tableBorder th {
    border: 1px solid #000;
}

.tableBorder th, .tableBorder td {
    text-align: left
}

/*table.proposedWork td, table.proposedWork th {
    text-align: center
}*/

table.proposedWork td.description, table.proposedWork td.item {
    text-align: left
}


.float-right {
    float: right;
    position: relative;
}

hr {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.shipToFrom input[type=text],.shipToFrom select,.shipToFrom textarea {
    border: 1px solid #eae5e5;
    width: 98%;
}

.shippingWork input[type=text], .shippingWork select, .shippingWork textarea,
.proposedWork input[type=text], .proposedWork select, .proposedWork textarea,
.orderWork input[type=text], .orderWork select, .orderWork textarea,
.totalWork input[type=text], .totalWork select, .totalWork textarea,
.tac input[type=text], .tac select, .tac textarea {
    border: 1px solid #eae5e5;
    width: 100%;
}

.upload-logo {
    width: 200px !important;
}

.upload-logo {
    /*border: 1px dashed #ddd;
    background: #f9f9fb;*/
    height: 100px;
    margin: 0;
    float: right;
}

.img-circle {
    display: none;
}

.p-image {
    width: 190px !important;
    float: left;
    width: 240px;
    height: 120px;
}

.circle, .p-image, .upload-logo {
    position: relative;
}

.upload-button {
    width: 110px;
    margin: 20px auto;
}

input.file-upload {
    opacity: 0;
    position: absolute;
    top: 0;
    height: 100%;
    cursor: pointer;
}

.circle {
    display: block;
    height: 100px;
    margin: 0 auto;
}

    .circle img {
        position: absolute;
        margin: auto;
        top: 0px;
        bottom: 0;
        left: 0;
        right: 0;
        max-width: 80%;
        max-height: 80%;
    }

a.clear-img {
    background: #ce3118;
    color: #fff !important;
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 12px;
    border-radius: 100px;
    line-height: 20px;
    position: absolute;
    top: -6px;
    right: -6px;
    text-align: center;
    cursor: pointer;
}

.upload-button img {
    width: 40px;
    display: block;
    margin: 0 auto;
}

table {
    width: 100%;
}

.mt20 {
    margin-top: 20px;
}

.pt20 {
    padding-top: 20px;
}

.bt7 {
    border-top: 7px;
}

.company-logo img {
    width: 180px;
    float: right;
    margin-right: 30px;
}

.purchase-title {
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 20px;
}

.purchase {
    padding: 50px;
}

.download-btn {
    background: #da0f32;
    border: 2px solid transparent;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 25px;
    line-height: 1.33;
    border-radius: 3px;
    color: #fff;
}

.head-title {
    font-weight: bold;
    font-size: 16px;
}

.line-table th {
    font-weight: bold;
    background-color: #ccc;
}

.line-table td,
.line-table th {
    border: 1px solid #edebeb;
    padding: 0 4px;
}

.mandatory {
    color: red !important;
    font-size: 10px !important;
    font-weight: normal !important;
}
.description{margin-top:4px;}
.amount {text-align:right;}
.lineamt, .subtotal,.grossamt {
    font-weight: bold;
}
@media print {
    tfoot {
        position: fixed;
        bottom: 0;
    }
}
::-webkit-input-placeholder {
    font-size: 12px;
}

:-ms-input-placeholder {
    font-size: 12px;
}

::placeholder {
    font-size: 12px;
}
.checkbox-label {
    font-size: 14px;
}
.list-view-table td{
    font-size:14px;
}
