    @charset "UTF-8";

     :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: 480px;

        --breakpoint-md: 768px;

        --breakpoint-lg: 992px;

        --breakpoint-xl: 1200px;

        --breakpoint-xxl: 1600px;

        --font-family-sans-serif: "PT Sans", Helvetica, Arial, sans-serif;

        --font-family-monospace: Menlo, Monaco, Consolas, "Courier New", monospace;

    }

    

    @media print {

        *,

        *::before,

        *::after {

            text-shadow: none !important;

            box-shadow: none !important;

        }

        a:not(.btn) {

            text-decoration: underline;

        }

        abbr[title]::after {

            content: " ("attr(title) ")";

        }

        pre {

            white-space: pre-wrap !important;

        }

        pre,

        blockquote {

            border: 1px solid #d3dbe8;

            page-break-inside: avoid;

        }

        thead {

            display: table-header-group;

        }

        tr,

        img {

            page-break-inside: avoid;

        }

        p,

        h2,

        h3 {

            orphans: 3;

            widows: 3;

        }

        h2,

        h3 {

            page-break-after: avoid;

        }

        @page {

            size: a3;

        }

        body {

            min-width: 992px !important;

        }

        .container {

            min-width: 992px !important;

        }

        .navbar {

            display: none;

        }

        .badge {

            border: 1px solid #191919;

        }

        .table {

            border-collapse: collapse !important;

        }

        .table td,

        .table th {

            background-color: #fff !important;

        }

        .table-bordered th,

        .table-bordered td {

            border: 1px solid #f0f1f4 !important;

        }

        .table-dark {

            color: inherit;

        }

        .icon_bxx .unit .unit-left {

            margin: 0px 0 0 10px;

        }

        .table-dark th,

        .table-dark td,

        .table-dark thead th,

        .table-dark tbody+tbody {

            border-color: #ddd;

        }

        .table .thead-dark th {

            color: inherit;

            border-color: #ddd;

        }

    }

    

    *,

    *::before,

    *::after {

        box-sizing: border-box;

    }

    

    html {

        font-family: sans-serif;

        line-height: 1.15;

        -webkit-text-size-adjust: 100%;

        -ms-text-size-adjust: 100%;

        -ms-overflow-style: scrollbar;

        -webkit-tap-highlight-color: rgba(25, 25, 25, 0);

    }

    

    @-ms-viewport {

        width: device-width;

    }

    

    article,

    aside,

    figcaption,

    figure,

    footer,

    header,

    hgroup,

    main,

    nav,

    section {

        display: block;

    }

    

    body {

        margin: 0;

        font-family: "PT Sans", Helvetica, Arial, sans-serif;

        font-size: 15px;

        font-weight: 400;

        line-height: 1.6;

        color: #434345;

        text-align: left;

    }

    

    [tabindex="-1"]:focus {

        outline: 0 !important;

    }

    

    hr {

        box-sizing: content-box;

        height: 0;

        overflow: visible;

    }

    

    h1,

    h2,

    h3,

    h4,

    h5,

    h6 {

        margin-top: 0;

        margin-bottom: 0.5rem;

    }

    

    p {

        margin-top: 0;

        margin-bottom: 1rem;

    }

    

    abbr[title],

    abbr[data-original-title] {

        text-decoration: underline;

        text-decoration: underline dotted;

        cursor: help;

        border-bottom: 0;

    }

    

    address {

        margin-bottom: 3rem;

        font-style: normal;

        line-height: inherit;

    }

    

    ol,

    ul,

    dl {

        margin-top: 0;

        margin-bottom: 1rem;

    }

    

    ol ol,

    ul ul,

    ol ul,

    ul ol {

        margin-bottom: 0;

    }

    

    dt {

        font-weight: 700;

    }

    

    dd {

        margin-bottom: .5rem;

        margin-left: 0;

    }

    

    blockquote {

        margin: 0 0 1rem;

    }

    

    dfn {

        font-style: italic;

    }

    

    b,

    strong {

        font-weight: bolder;

    }

    

    small {

        font-size: 80%;

    }

    

    sub,

    sup {

        position: relative;

        font-size: 75%;

        line-height: 0;

        vertical-align: baseline;

    }

    

    sub {

        bottom: -.25em;

    }

    

    sup {

        top: -.5em;

    }

    

    a {

        color: inherit;

        text-decoration: none;

        background-color: transparent;

        -webkit-text-decoration-skip: objects;

    }

    

    a:hover {

        color: inherit;

        text-decoration: underline;

    }

    

    a:not([href]):not([tabindex]) {

        color: inherit;

        text-decoration: none;

    }

    

    a:not([href]):not([tabindex]):hover,

    a:not([href]):not([tabindex]):focus {

        color: inherit;

        text-decoration: none;

    }

    

    a:not([href]):not([tabindex]):focus {

        outline: 0;

    }

    

    pre,

    code,

    kbd,

    samp {

        font-family: Menlo, Monaco, Consolas, "Courier New", 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;

        width: 100%;

    }

    

    svg:not(:root) {

        overflow: hidden;

    }

    

    table {

        border-collapse: collapse;

    }

    

    caption {

        padding-top: 8px;

        padding-bottom: 8px;

        color: #6c757d;

        text-align: left;

        caption-side: bottom;

    }

    

    th {

        text-align: inherit;

    }

    

    label {

        display: inline-block;

        margin-bottom: 0.5rem;

    }

    

    button {

        border-radius: 0;

    }

    

    button:focus {

        outline: 1px dotted;

        outline: 5px auto -webkit-focus-ring-color;

    }

    

    input,

    button,

    select,

    optgroup,

    textarea {

        margin: 0;

        font-family: inherit;

        font-size: inherit;

        line-height: inherit;

    }

    

    button,

    input {

        overflow: visible;

    }

    

    button,

    select {

        text-transform: none;

    }

    

    button,

    html [type="button"],

    [type="reset"],

    [type="submit"] {

        -webkit-appearance: button;

    }

    

    button::-moz-focus-inner,

    [type="button"]::-moz-focus-inner,

    [type="reset"]::-moz-focus-inner,

    [type="submit"]::-moz-focus-inner {

        padding: 0;

        border-style: none;

    }

    

    input[type="radio"],

    input[type="checkbox"] {

        box-sizing: border-box;

        padding: 0;

    }

    

    input[type="date"],

    input[type="time"],

    input[type="datetime-local"],

    input[type="month"] {

        -webkit-appearance: listbox;

    }

    

    textarea {

        overflow: auto;

        resize: vertical;

    }

    

    fieldset {

        min-width: 0;

        padding: 0;

        margin: 0;

        border: 0;

    }

    

    legend {

        display: block;

        width: 100%;

        max-width: 100%;

        padding: 0;

        margin-bottom: .5rem;

        font-size: 1.5rem;

        line-height: inherit;

        color: inherit;

        white-space: normal;

    }

    

    progress {

        vertical-align: baseline;

    }

    

    [type="number"]::-webkit-inner-spin-button,

    [type="number"]::-webkit-outer-spin-button {

        height: auto;

    }

    

    [type="search"] {

        outline-offset: -2px;

        -webkit-appearance: none;

    }

    

    [type="search"]::-webkit-search-cancel-button,

    [type="search"]::-webkit-search-decoration {

        -webkit-appearance: none;

    }

    

     ::-webkit-file-upload-button {

        font: inherit;

        -webkit-appearance: button;

    }

    

    output {

        display: inline-block;

    }

    

    summary {

        display: list-item;

        cursor: pointer;

    }

    

    template {

        display: none;

    }

    

    [hidden] {

        display: none !important;

    }

    

    h1,

    h2,

    h3,

    h4,

    h5,

    h6,

    .h1,

    .h2,

    .h3,

    .h4,

    .h5,

    .h6 {

        margin-bottom: 0.5rem;

        font-weight: 400;

        line-height: 1.1;

        color: inherit;

    }

    

    .parallax-content h1 {

        font-family: "Amatic SC", cursive;

    }

    

    h1,

    .h1 {

        font-size: 45px;

    }

    

    h2,

    .h2 {

        font-size: 38px;

    }

    

    h3,

    .h3 {

        font-size: 30px;

    }

    

    h4,

    .h4 {

        font-size: 24px;

    }

    

    h5,

    .h5 {

        font-size: 22px;

    }

    

    h6,

    .h6 {

        font-size: 17px;

    }

    

    .lead {

        font-size: 1.25rem;

        font-weight: 300;

    }

    

    .display-1 {

        font-size: 6rem;

        font-weight: 300;

        line-height: 1.2;

    }

    

    .display-2 {

        font-size: 5.5rem;

        font-weight: 300;

        line-height: 1.2;

    }

    

    .display-3 {

        font-size: 4.5rem;

        font-weight: 300;

        line-height: 1.2;

    }

    

    .display-4 {

        font-size: 3.5rem;

        font-weight: 300;

        line-height: 1.2;

    }

    

    hr {

        margin-top: 1rem;

        margin-bottom: 1rem;

        border: 0;

        border-top: 1px solid rgba(0, 0, 0, 0.1);

    }

    

    small,

    .small {

        font-size: 80%;

        font-weight: 400;

    }

    

    mark,

    .mark {

        padding: 0.2em;

        background-color: #fcf8e3;

    }

    

    .list-unstyled {

        padding-left: 0;

        list-style: none;

    }

    

    .list-inline {

        padding-left: 0;

        list-style: none;

    }

    

    .list-inline-item {

        display: inline-block;

        background: #9c9c9c;

        border-radius: 50%;

    }

    

    .list-inline-item:not(:last-child) {

        margin-right: 0.5rem;

    }

    

    .initialism {

        font-size: 90%;

        text-transform: uppercase;

    }

    

    .blockquote {

        margin-bottom: 1rem;

        font-size: 18.75px;

    }

    

    .blockquote-footer {

        display: block;

        font-size: 80%;

        color: #f0f1f4;

    }

    

    .blockquote-footer::before {

        content: "\2014 \00A0";

    }

    

    .img-fluid {

        max-width: 100%;

        height: auto;

    }

    

    .img-thumbnail {

        padding: 0;

        background-color: #191919;

        border: 1px solid #dee2e6;

        border-radius: 5px;

        max-width: 100%;

        height: auto;

    }

    

    .figure {

        display: inline-block;

    }

    

    .figure-img {

        margin-bottom: 0.5rem;

        line-height: 1;

    }

    

    .figure-caption {

        font-size: 90%;

        color: #6c757d;

    }

    

    code {

        font-size: 87.5%;

        color: #c7254e;

        word-break: break-word;

    }

    

    a>code {

        color: inherit;

    }

    

    kbd {

        padding: 0.2rem 0.4rem;

        font-size: 87.5%;

        color: #fff;

        background-color: #333;

        border-radius: 0.2rem;

    }

    

    kbd kbd {

        padding: 0;

        font-size: 100%;

        font-weight: 700;

    }

    

    pre {

        display: block;

        font-size: 87.5%;

        color: #9b9b9b;

    }

    

    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: 480px) {

        .container {

            max-width: 540px;

        }

    }

    

    @media (min-width: 768px) {

        .container {

            max-width: 720px;

        }

    }

    

    @media (min-width: 992px) {

        .container {

            max-width: 960px;

        }

    }

    

    @media (min-width: 1200px) {

        .container {

            max-width: 1200px;

        }

    }

    

    .container-fluid {

        width: 100%;

        padding-right: 15px;

        padding-left: 15px;

        margin-right: auto;

        margin-left: auto;

    }

    

    .row {

        display: flex;

        flex-wrap: wrap;

        margin-right: -15px;

        margin-left: -15px;

    }

    

    .no-gutters {

        margin-right: 0;

        margin-left: 0;

    }

    

    .no-gutters>.col,

    .no-gutters>[class*="col-"] {

        padding-right: 0;

        padding-left: 0;

    }

    

    .col-1,

    .col-2,

    .col-3,

    .col-4,

    .col-5,

    .col-6,

    .col-7,

    .col-8,

    .col-9,

    .col-10,

    .col-11,

    .col-12,

    .col,

    .col-auto,

    .col-sm-1,

    .col-sm-2,

    .col-sm-3,

    .col-sm-4,

    .col-sm-5,

    .col-sm-6,

    .col-sm-7,

    .col-sm-8,

    .col-sm-9,

    .col-sm-10,

    .col-sm-11,

    .col-sm-12,

    .col-sm,

    .col-sm-auto,

    .col-md-1,

    .col-md-2,

    .col-md-3,

    .col-md-4,

    .col-md-5,

    .col-md-6,

    .col-md-7,

    .col-md-8,

    .col-md-9,

    .col-md-10,

    .col-md-11,

    .col-md-12,

    .col-md,

    .col-md-auto,

    .col-lg-1,

    .col-lg-2,

    .col-lg-3,

    .col-lg-4,

    .col-lg-5,

    .col-lg-6,

    .col-lg-7,

    .col-lg-8,

    .col-lg-9,

    .col-lg-10,

    .col-lg-11,

    .col-lg-12,

    .col-lg,

    .col-lg-auto,

    .col-xl-1,

    .col-xl-2,

    .col-xl-3,

    .col-xl-4,

    .col-xl-5,

    .col-xl-6,

    .col-xl-7,

    .col-xl-8,

    .col-xl-9,

    .col-xl-10,

    .col-xl-11,

    .col-xl-12,

    .col-xl,

    .col-xl-auto,

    .col-xxl-1,

    .col-xxl-2,

    .col-xxl-3,

    .col-xxl-4,

    .col-xxl-5,

    .col-xxl-6,

    .col-xxl-7,

    .col-xxl-8,

    .col-xxl-9,

    .col-xxl-10,

    .col-xxl-11,

    .col-xxl-12,

    .col-xxl,

    .col-xxl-auto {

        position: relative;

        width: 100%;

        min-height: 1px;

        padding-right: 15px;

        padding-left: 15px;

    }

    

    .col {

        flex-basis: 0;

        flex-grow: 1;

        max-width: 100%;

    }

    

    .col-auto {

        flex: 0 0 auto;

        width: auto;

        max-width: none;

    }

    

    .col-1 {

        flex: 0 0 8.33333%;

        max-width: 8.33333%;

    }

    

    .col-2 {

        flex: 0 0 16.66667%;

        max-width: 16.66667%;

    }

    

    .col-3 {

        flex: 0 0 25%;

        max-width: 25%;

    }

    

    .col-4 {

        flex: 0 0 33.33333%;

        max-width: 33.33333%;

    }

    

    .col-5 {

        flex: 0 0 41.66667%;

        max-width: 41.66667%;

    }

    

    .col-6 {

        flex: 0 0 50%;

        max-width: 50%;

    }

    

    .col-7 {

        flex: 0 0 58.33333%;

        max-width: 58.33333%;

    }

    

    .col-8 {

        flex: 0 0 66.66667%;

        max-width: 66.66667%;

    }

    

    .col-9 {

        flex: 0 0 75%;

        max-width: 75%;

    }

    

    .col-10 {

        flex: 0 0 83.33333%;

        max-width: 83.33333%;

    }

    

    .col-11 {

        flex: 0 0 91.66667%;

        max-width: 91.66667%;

    }

    

    .col-12 {

        flex: 0 0 100%;

        max-width: 100%;

    }

    

    .order-first {

        order: -1;

    }

    

    .order-last {

        order: 13;

    }

    

    .order-0 {

        order: 0;

    }

    

    .order-1 {

        order: 1;

    }

    

    .order-2 {

        order: 2;

    }

    

    .order-3 {

        order: 3;

    }

    

    .order-4 {

        order: 4;

    }

    

    .order-5 {

        order: 5;

    }

    

    .order-6 {

        order: 6;

    }

    

    .order-7 {

        order: 7;

    }

    

    .order-8 {

        order: 8;

    }

    

    .order-9 {

        order: 9;

    }

    

    .order-10 {

        order: 10;

    }

    

    .order-11 {

        order: 11;

    }

    

    .order-12 {

        order: 12;

    }

    

    .offset-1 {

        margin-left: 8.33333%;

    }

    

    .offset-2 {

        margin-left: 16.66667%;

    }

    

    .offset-3 {

        margin-left: 25%;

    }

    

    .offset-4 {

        margin-left: 33.33333%;

    }

    

    .offset-5 {

        margin-left: 41.66667%;

    }

    

    .offset-6 {

        margin-left: 50%;

    }

    

    .offset-7 {

        margin-left: 58.33333%;

    }

    

    .offset-8 {

        margin-left: 66.66667%;

    }

    

    .offset-9 {

        margin-left: 75%;

    }

    

    .offset-10 {

        margin-left: 83.33333%;

    }

    

    .offset-11 {

        margin-left: 91.66667%;

    }

    

    @media (min-width: 480px) {

        .col-sm {

            flex-basis: 0;

            flex-grow: 1;

            max-width: 100%;

        }

        .col-sm-auto {

            flex: 0 0 auto;

            width: auto;

            max-width: none;

        }

        .col-sm-1 {

            flex: 0 0 8.33333%;

            max-width: 8.33333%;

        }

        .col-sm-2 {

            flex: 0 0 16.66667%;

            max-width: 16.66667%;

        }

        .col-sm-3 {

            flex: 0 0 25%;

            max-width: 25%;

        }

        .col-sm-4 {

            flex: 0 0 33.33333%;

            max-width: 33.33333%;

        }

        .col-sm-5 {

            flex: 0 0 41.66667%;

            max-width: 41.66667%;

        }

        .col-sm-6 {

            flex: 0 0 50%;

            max-width: 50%;

        }

        .col-sm-7 {

            flex: 0 0 58.33333%;

            max-width: 58.33333%;

        }

        .col-sm-8 {

            flex: 0 0 66.66667%;

            max-width: 66.66667%;

        }

        .col-sm-9 {

            flex: 0 0 75%;

            max-width: 75%;

        }

        .col-sm-11 {

            flex: 0 0 91.66667%;

            max-width: 91.66667%;

        }

        .col-sm-12 {

            flex: 0 0 100%;

            max-width: 100%;

        }

        .order-sm-first {

            order: -1;

        }

        .order-sm-last {

            order: 13;

        }

        .order-sm-0 {

            order: 0;

        }

        .order-sm-1 {

            order: 1;

        }

        .order-sm-2 {

            order: 2;

        }

        .order-sm-3 {

            order: 3;

        }

        .order-sm-4 {

            order: 4;

        }

        .order-sm-5 {

            order: 5;

        }

        .order-sm-6 {

            order: 6;

        }

        .order-sm-7 {

            order: 7;

        }

        .order-sm-8 {

            order: 8;

        }

        .order-sm-9 {

            order: 9;

        }

        .order-sm-10 {

            order: 10;

        }

        .order-sm-11 {

            order: 11;

        }

        .order-sm-12 {

            order: 12;

        }

        .offset-sm-0 {

            margin-left: 0;

        }

        .offset-sm-1 {

            margin-left: 8.33333%;

        }

        .offset-sm-2 {

            margin-left: 16.66667%;

        }

        .offset-sm-3 {

            margin-left: 25%;

        }

        .offset-sm-4 {

            margin-left: 33.33333%;

        }

        .offset-sm-5 {

            margin-left: 41.66667%;

        }

        .offset-sm-6 {

            margin-left: 50%;

        }

        .offset-sm-7 {

            margin-left: 58.33333%;

        }

        .offset-sm-8 {

            margin-left: 66.66667%;

        }

        .offset-sm-9 {

            margin-left: 75%;

        }

        .offset-sm-10 {

            margin-left: 83.33333%;

        }

        .offset-sm-11 {

            margin-left: 91.66667%;

        }

    }

    

    @media (min-width: 768px) {

        .col-md {

            flex-basis: 0;

            flex-grow: 1;

            max-width: 100%;

        }

        .col-md-auto {

            flex: 0 0 auto;

            width: auto;

            max-width: none;

        }

        .col-md-1 {

            flex: 0 0 8.33333%;

            max-width: 8.33333%;

        }

        .col-md-2 {

            flex: 0 0 16.66667%;

            max-width: 16.66667%;

        }

        .col-md-3 {

            flex: 0 0 25%;

            max-width: 25%;

        }

        .col-md-4 {

            flex: 0 0 33.33333%;

            max-width: 33.33333%;

        }

        .col-md-5 {

            flex: 0 0 41.66667%;

            max-width: 41.66667%;

        }

        .col-md-6 {

            flex: 0 0 50%;

            max-width: 50%;

        }

        .col-md-7 {

            flex: 0 0 58.33333%;

            max-width: 58.33333%;

        }

        .col-md-8 {

            flex: 0 0 66.66667%;

            max-width: 66.66667%;

        }

        .col-md-9 {

            flex: 0 0 75%;

            max-width: 75%;

        }

        .col-md-10 {

            flex: 0 0 83.33333%;

            max-width: 83.33333%;

        }

        .col-md-11 {

            flex: 0 0 91.66667%;

            max-width: 91.66667%;

        }

        .col-md-12 {

            flex: 0 0 100%;

            max-width: 100%;

        }

        .order-md-first {

            order: -1;

        }

        .order-md-last {

            order: 13;

        }

        .order-md-0 {

            order: 0;

        }

        .order-md-1 {

            order: 1;

        }

        .order-md-2 {

            order: 2;

        }

        .order-md-3 {

            order: 3;

        }

        .order-md-4 {

            order: 4;

        }

        .order-md-5 {

            order: 5;

        }

        .order-md-6 {

            order: 6;

        }

        .order-md-7 {

            order: 7;

        }

        .order-md-8 {

            order: 8;

        }

        .order-md-9 {

            order: 9;

        }

        .order-md-10 {

            order: 10;

        }

        .order-md-11 {

            order: 11;

        }

        .order-md-12 {

            order: 12;

        }

        .offset-md-0 {

            margin-left: 0;

        }

        .offset-md-1 {

            margin-left: 8.33333%;

        }

        .offset-md-2 {

            margin-left: 16.66667%;

        }

        .offset-md-3 {

            margin-left: 25%;

        }

        .offset-md-4 {

            margin-left: 33.33333%;

        }

        .offset-md-5 {

            margin-left: 41.66667%;

        }

        .offset-md-6 {

            margin-left: 50%;

        }

        .offset-md-7 {

            margin-left: 58.33333%;

        }

        .offset-md-8 {

            margin-left: 66.66667%;

        }

        .offset-md-9 {

            margin-left: 75%;

        }

        .offset-md-10 {

            margin-left: 83.33333%;

        }

        .offset-md-11 {

            margin-left: 91.66667%;

        }

    }

    

    @media (min-width: 992px){     

    .col-lg-4 {

    flex: 0 0 33.33333%;

    max-width: 33.33333%;

      }

    }

    @media (min-width: 992px) {

        .col-lg {

            flex-basis: 0;

            flex-grow: 1;

            max-width: 100%;

        }

        .col-lg-auto {

            flex: 0 0 auto;

            width: auto;

            max-width: none;

        }

        .col-lg-1 {

            flex: 0 0 8.33333%;

            max-width: 8.33333%;

        }

        .col-lg-2 {

            flex: 0 0 16.66667%;

            max-width: 16.66667%;

        }

        .col-lg-3 {

            flex: 0 0 25%;

            max-width: 25%;

        }

        .col-lg-5 {

            flex: 0 0 41.66667%;

            max-width: 41.66667%;

        }

        .col-lg-6 {

            flex: 0 0 50%;

            max-width: 50%;

        }

        .col-lg-7 {

            flex: 0 0 58.33333%;

            max-width: 58.33333%;

        }

        .col-lg-8 {

            flex: 0 0 66.66667%;

            max-width: 66.66667%;

        }

        .col-lg-9 {

            flex: 0 0 75%;

            max-width: 75%;

        }

        .col-lg-10 {

            flex: 0 0 83.33333%;

            max-width: 83.33333%;

        }

        .col-lg-11 {

            flex: 0 0 91.66667%;

            max-width: 91.66667%;

        }

        .col-lg-12 {

            flex: 0 0 100%;

            max-width: 100%;

        }

        .order-lg-first {

            order: -1;

        }

        .order-lg-last {

            order: 13;

        }

        .order-lg-0 {

            order: 0;

        }

        .order-lg-1 {

            order: 1;

        }

        .order-lg-2 {

            order: 2;

        }

        .order-lg-3 {

            order: 3;

        }

        .order-lg-4 {

            order: 4;

        }

        .order-lg-5 {

            order: 5;

        }

        .order-lg-6 {

            order: 6;

        }

        .order-lg-7 {

            order: 7;

        }

        .order-lg-8 {

            order: 8;

        }

        .order-lg-9 {

            order: 9;

        }

        .order-lg-10 {

            order: 10;

        }

        .order-lg-11 {

            order: 11;

        }

        .order-lg-12 {

            order: 12;

        }

        .offset-lg-0 {

            margin-left: 0;

        }

        .offset-lg-1 {

            margin-left: 8.33333%;

        }

        .offset-lg-2 {

            margin-left: 16.66667%;

        }

        .offset-lg-3 {

            margin-left: 25%;

        }

        .offset-lg-4 {

            margin-left: 33.33333%;

        }

        .offset-lg-5 {

            margin-left: 41.66667%;

        }

        .offset-lg-6 {

            margin-left: 50%;

        }

        .offset-lg-7 {

            margin-left: 58.33333%;

        }

        .offset-lg-8 {

            margin-left: 66.66667%;

        }

        .offset-lg-9 {

            margin-left: 75%;

        }

        .offset-lg-10 {

            margin-left: 83.33333%;

        }

        .offset-lg-11 {

            margin-left: 91.66667%;

        }

    }

    

    @media (min-width: 1200px) {

        .col-xl {

            flex-basis: 0;

            flex-grow: 1;

            max-width: 100%;

        }

        .col-xl-auto {

            flex: 0 0 auto;

            width: auto;

            max-width: none;

        }

        .col-xl-1 {

            flex: 0 0 8.33333%;

            max-width: 8.33333%;

        }

        .col-xl-2 {

            flex: 0 0 16.66667%;

            max-width: 16.66667%;

        }

        .col-xl-3 {

            flex: 0 0 25%;

            max-width: 25%;

        }

        .col-xl-4 {

            flex: 0 0 33.33333%;

            max-width: 33.33333%;

        }

        .col-xl-5 {

            flex: 0 0 41.66667%;

            max-width: 41.66667%;

        }

        .col-xl-6 {

            flex: 0 0 50%;

            max-width: 50%;

        }

        .col-xl-7 {

            flex: 0 0 58.33333%;

            max-width: 58.33333%;

        }

        .col-xl-8 {

            flex: 0 0 66.66667%;

            max-width: 66.66667%;

        }

        .col-xl-9 {

            flex: 0 0 75%;

            max-width: 75%;

        }

        .col-xl-10 {

            flex: 0 0 83.33333%;

            max-width: 83.33333%;

        }

        .col-xl-11 {

            flex: 0 0 91.66667%;

            max-width: 91.66667%;

        }

        .col-xl-12 {

            flex: 0 0 100%;

            max-width: 100%;

        }

        .order-xl-first {

            order: -1;

        }

        .order-xl-last {

            order: 13;

        }

        .order-xl-0 {

            order: 0;

        }

        .order-xl-1 {

            order: 1;

        }

        .order-xl-2 {

            order: 2;

        }

        .order-xl-3 {

            order: 3;

        }

        .order-xl-4 {

            order: 4;

        }

        .order-xl-5 {

            order: 5;

        }

        .order-xl-6 {

            order: 6;

        }

        .order-xl-7 {

            order: 7;

        }

        .order-xl-8 {

            order: 8;

        }

        .order-xl-9 {

            order: 9;

        }

        .order-xl-10 {

            order: 10;

        }

        .order-xl-11 {

            order: 11;

        }

        .order-xl-12 {

            order: 12;

        }

        .offset-xl-0 {

            margin-left: 0;

        }

        .offset-xl-1 {

            margin-left: 8.33333%;

        }

        .offset-xl-2 {

            margin-left: 16.66667%;

        }

        .offset-xl-3 {

            margin-left: 25%;

        }

        .offset-xl-4 {

            margin-left: 33.33333%;

        }

        .offset-xl-5 {

            margin-left: 41.66667%;

        }

        .offset-xl-6 {

            margin-left: 50%;

        }

        .offset-xl-7 {

            margin-left: 58.33333%;

        }

        .offset-xl-8 {

            margin-left: 66.66667%;

        }

        .offset-xl-9 {

            margin-left: 75%;

        }

        .offset-xl-10 {

            margin-left: 83.33333%;

        }

        .offset-xl-11 {

            margin-left: 91.66667%;

        }

    }

    

    @media (min-width: 1600px) {

        .col-xxl {

            flex-basis: 0;

            flex-grow: 1;

            max-width: 100%;

        }

        .col-xxl-auto {

            flex: 0 0 auto;

            width: auto;

            max-width: none;

        }

        .col-xxl-1 {

            flex: 0 0 8.33333%;

            max-width: 8.33333%;

        }

        .col-xxl-2 {

            flex: 0 0 16.66667%;

            max-width: 16.66667%;

        }

        .col-xxl-3 {

            flex: 0 0 25%;

            max-width: 25%;

        }

        .col-xxl-4 {

            flex: 0 0 33.33333%;

            max-width: 33.33333%;

        }

        .col-xxl-5 {

            flex: 0 0 41.66667%;

            max-width: 41.66667%;

        }

        .col-xxl-6 {

            flex: 0 0 50%;

            max-width: 50%;

        }

        .col-xxl-7 {

            flex: 0 0 58.33333%;

            max-width: 58.33333%;

        }

        .col-xxl-8 {

            flex: 0 0 66.66667%;

            max-width: 66.66667%;

        }

        .col-xxl-9 {

            flex: 0 0 75%;

            max-width: 75%;

        }

        .col-xxl-10 {

            flex: 0 0 83.33333%;

            max-width: 83.33333%;

        }

        .col-xxl-11 {

            flex: 0 0 91.66667%;

            max-width: 91.66667%;

        }

        .col-xxl-12 {

            flex: 0 0 100%;

            max-width: 100%;

        }

        .order-xxl-first {

            order: -1;

        }

        .order-xxl-last {

            order: 13;

        }

        .order-xxl-0 {

            order: 0;

        }

        .order-xxl-1 {

            order: 1;

        }

        .order-xxl-2 {

            order: 2;

        }

        .order-xxl-3 {

            order: 3;

        }

        .order-xxl-4 {

            order: 4;

        }

        .order-xxl-5 {

            order: 5;

        }

        .order-xxl-6 {

            order: 6;

        }

        .order-xxl-7 {

            order: 7;

        }

        .order-xxl-8 {

            order: 8;

        }

        .order-xxl-9 {

            order: 9;

        }

        .order-xxl-10 {

            order: 10;

        }

        .order-xxl-11 {

            order: 11;

        }

        .order-xxl-12 {

            order: 12;

        }

        .offset-xxl-0 {

            margin-left: 0;

        }

        .offset-xxl-1 {

            margin-left: 8.33333%;

        }

        .offset-xxl-2 {

            margin-left: 16.66667%;

        }

        .offset-xxl-3 {

            margin-left: 25%;

        }

        .offset-xxl-4 {

            margin-left: 33.33333%;

        }

        .offset-xxl-5 {

            margin-left: 41.66667%;

        }

        .offset-xxl-6 {

            margin-left: 50%;

        }

        .offset-xxl-7 {

            margin-left: 58.33333%;

        }

        .offset-xxl-8 {

            margin-left: 66.66667%;

        }

        .offset-xxl-9 {

            margin-left: 75%;

        }

        .offset-xxl-10 {

            margin-left: 83.33333%;

        }

        .offset-xxl-11 {

            margin-left: 91.66667%;

        }

    }

    

    .table {

        width: 100%;

        max-width: 100%;

        margin-bottom: 1rem;

        background-color: transparent;

    }

    

    .table th,

    .table td {

        padding: 8px;

        vertical-align: top;

        border-top: 1px solid #ddd;

    }

    

    .table thead th {

        vertical-align: bottom;

        border-bottom: 2px solid #ddd;

    }

    

    .table tbody+tbody {

        border-top: 2px solid #ddd;

    }

    

    .table .table {

        background-color: #191919;

    }

    

    .table-sm th,

    .table-sm td {

        padding: 0.3rem;

    }

    

    .table-bordered {

        border: 1px solid #ddd;

    }

    

    .table-bordered th,

    .table-bordered td {

        border: 1px solid #ddd;

    }

    

    .table-bordered thead th,

    .table-bordered thead td {

        border-bottom-width: 2px;

    }

    

    .table-borderless th,

    .table-borderless td,

    .table-borderless thead th,

    .table-borderless tbody+tbody {

        border: 0;

    }

    

    .table-striped tbody tr:nth-of-type(odd) {

        background-color: rgba(0, 0, 0, 0.05);

    }

    

    .table-hover tbody tr:hover {

        background-color: rgba(0, 0, 0, 0.075);

    }

    

    .table-primary,

    .table-primary>th,

    .table-primary>td {

        background-color: #b8daff;

    }

    

    .table-hover .table-primary:hover {

        background-color: #9fcdff;

    }

    

    .table-hover .table-primary:hover>td,

    .table-hover .table-primary:hover>th {

        background-color: #9fcdff;

    }

    

    .table-secondary,

    .table-secondary>th,

    .table-secondary>td {

        background-color: #d6d8db;

    }

    

    .table-hover .table-secondary:hover {

        background-color: #c8cbcf;

    }

    

    .table-hover .table-secondary:hover>td,

    .table-hover .table-secondary:hover>th {

        background-color: #c8cbcf;

    }

    

    .table-success,

    .table-success>th,

    .table-success>td {

        background-color: #c3e6cb;

    }

    

    .table-hover .table-success:hover {

        background-color: #b1dfbb;

    }

    

    .table-hover .table-success:hover>td,

    .table-hover .table-success:hover>th {

        background-color: #b1dfbb;

    }

    

    .table-info,

    .table-info>th,

    .table-info>td {

        background-color: #bee5eb;

    }

    

    .table-hover .table-info:hover {

        background-color: #abdde5;

    }

    

    .table-hover .table-info:hover>td,

    .table-hover .table-info:hover>th {

        background-color: #abdde5;

    }

    

    .table-warning,

    .table-warning>th,

    .table-warning>td {

        background-color: #ffeeba;

    }

    

    .table-hover .table-warning:hover {

        background-color: #ffe8a1;

    }

    

    .table-hover .table-warning:hover>td,

    .table-hover .table-warning:hover>th {

        background-color: #ffe8a1;

    }

    

    .table-danger,

    .table-danger>th,

    .table-danger>td {

        background-color: #f5c6cb;

    }

    

    .table-hover .table-danger:hover {

        background-color: #f1b0b7;

    }

    

    .table-hover .table-danger:hover>td,

    .table-hover .table-danger:hover>th {

        background-color: #f1b0b7;

    }

    

    .table-light,

    .table-light>th,

    .table-light>td {

        background-color: #fdfdfe;

    }

    

    .table-hover .table-light:hover {

        background-color: #ececf6;

    }

    

    .table-hover .table-light:hover>td,

    .table-hover .table-light:hover>th {

        background-color: #ececf6;

    }

    

    .table-dark,

    .table-dark>th,

    .table-dark>td {

        background-color: #c6c8ca;

    }

    

    .table-hover .table-dark:hover {

        background-color: #b9bbbe;

    }

    

    .table-hover .table-dark:hover>td,

    .table-hover .table-dark:hover>th {

        background-color: #b9bbbe;

    }

    

    .table-active,

    .table-active>th,

    .table-active>td {

        background-color: rgba(0, 0, 0, 0.075);

    }

    

    .table-hover .table-active:hover {

        background-color: rgba(0, 0, 0, 0.075);

    }

    

    .table-hover .table-active:hover>td,

    .table-hover .table-active:hover>th {

        background-color: rgba(0, 0, 0, 0.075);

    }

    

    .table .thead-dark th {

        color: #fff;

        background-color: #212529;

        border-color: #32383e;

    }

    

    .table .thead-light th {

        color: #495057;

        background-color: #e9ecef;

        border-color: #ddd;

    }

    

    .table-dark {

        color: #fff;

        background-color: #212529;

    }

    

    .table-dark th,

    .table-dark td,

    .table-dark thead th {

        border-color: #32383e;

    }

    

    .table-dark.table-bordered {

        border: 0;

    }

    

    .table-dark.table-striped tbody tr:nth-of-type(odd) {

        background-color: rgba(255, 255, 255, 0.05);

    }

    

    .table-dark.table-hover tbody tr:hover {

        background-color: rgba(255, 255, 255, 0.075);

    }

    

    @media (max-width: 479.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;

        }

    }

    

    @media (max-width: 1599.98px) {

        .table-responsive-xxl {

            display: block;

            width: 100%;

            overflow-x: auto;

            -webkit-overflow-scrolling: touch;

            -ms-overflow-style: -ms-autohiding-scrollbar;

        }

        .table-responsive-xxl>.table-bordered {

            border: 0;

        }

    }

    

    .table-responsive {

        display: block;

        width: 100%;

        overflow-x: auto;

        -webkit-overflow-scrolling: touch;

        -ms-overflow-style: -ms-autohiding-scrollbar;

    }

    

    .table-responsive>.table-bordered {

        border: 0;

    }

    

    .form-control {

        display: block;

        width: 100%;

        padding: 0.375rem 0.75rem;

        font-size: 15px;

        line-height: 1.5;

        color: #212121;

        background-color: transparent;

        background-clip: padding-box;

        border: 1px solid #ced4da;

        border-radius: 5px;

        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

    }

    

    @media screen and (prefers-reduced-motion: reduce) {

        .form-control {

            transition: none;

        }

    }

    

    .form-control::-ms-expand {

        background-color: transparent;

        border: 0;

    }

    

    .form-control:focus {

        color: #495057;

        background-color: #fff;

        border-color: #80bdff;

        outline: 0;

        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);

    }

    

    .form-control::placeholder {

        color: #6c757d;

        opacity: 1;

    }

    

    .form-control:disabled,

    .form-control[readonly] {

        background-color: #e9ecef;

        opacity: 1;

    }

    

    select.form-control:not([size]):not([multiple]) {

        height: 46px;

    }

    

    select.form-control:focus::-ms-value {

        color: #212121;

        background-color: transparent;

    }

    

    .form-control-file,

    .form-control-range {

        display: block;

        width: 100%;

    }

    

    .col-form-label {

        padding-top: calc(0.375rem + 1px);

        padding-bottom: calc(0.375rem + 1px);

        margin-bottom: 0;

        font-size: inherit;

        line-height: 1.5;

    }

    

    .col-form-label-lg {

        padding-top: calc(0.5rem + 1px);

        padding-bottom: calc(0.5rem + 1px);

        font-size: 16px;

        line-height: 1.5;

    }

    

    .col-form-label-sm {

        padding-top: calc(0.25rem + 1px);

        padding-bottom: calc(0.25rem + 1px);

        font-size: 15px;

        line-height: 1.5;

    }

    

    .form-control-plaintext {

        display: block;

        width: 100%;

        padding-top: 0.375rem;

        padding-bottom: 0.375rem;

        margin-bottom: 0;

        line-height: 1.5;

        color: #212529;

        background-color: transparent;

        border: solid transparent;

        border-width: 1px 0;

    }

    

    .form-control-plaintext.form-control-sm,

    .input-group-sm>.form-control-plaintext.form-control,

    .input-group-sm>.input-group-prepend>.form-control-plaintext.input-group-text,

    .input-group-sm>.input-group-append>.form-control-plaintext.input-group-text,

    .input-group-sm>.input-group-prepend>.form-control-plaintext.btn,

    .pagination-classic.input-group-sm>li.input-group-prepend>a.form-control-plaintext,

    .pagination-classic.input-group-sm>li.input-group-prepend>span.form-control-plaintext,

    .input-group-sm>.input-group-append>.form-control-plaintext.btn,

    .pagination-classic.input-group-sm>li.input-group-append>a.form-control-plaintext,

    .pagination-classic.input-group-sm>li.input-group-append>span.form-control-plaintext,

    .form-control-plaintext.form-control-lg,

    .input-group-lg>.form-control-plaintext.form-control,

    .input-group-lg>.input-group-prepend>.form-control-plaintext.input-group-text,

    .input-group-lg>.input-group-append>.form-control-plaintext.input-group-text,

    .input-group-lg>.input-group-prepend>.form-control-plaintext.btn,

    .pagination-classic.input-group-lg>li.input-group-prepend>a.form-control-plaintext,

    .pagination-classic.input-group-lg>li.input-group-prepend>span.form-control-plaintext,

    .input-group-lg>.input-group-append>.form-control-plaintext.btn,

    .pagination-classic.input-group-lg>li.input-group-append>a.form-control-plaintext,

    .pagination-classic.input-group-lg>li.input-group-append>span.form-control-plaintext {

        padding-right: 0;

        padding-left: 0;

    }

    

    .form-control-sm,

    .input-group-sm>.form-control,

    .input-group-sm>.input-group-prepend>.input-group-text,

    .input-group-sm>.input-group-append>.input-group-text,

    .input-group-sm>.input-group-prepend>.btn,

    .pagination-classic.input-group-sm>li.input-group-prepend>a,

    .pagination-classic.input-group-sm>li.input-group-prepend>span,

    .input-group-sm>.input-group-append>.btn,

    .pagination-classic.input-group-sm>li.input-group-append>a,

    .pagination-classic.input-group-sm>li.input-group-append>span {

        padding: 0.25rem 0.5rem;

        font-size: 15px;

        line-height: 1.5;

        border-radius: 0.2rem;

    }

    

    select.form-control-sm:not([size]):not([multiple]),

    .input-group-sm>select.form-control:not([size]):not([multiple]),

    .input-group-sm>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),

    .input-group-sm>.input-group-append>select.input-group-text:not([size]):not([multiple]),

    .input-group-sm>.input-group-prepend>select.btn:not([size]):not([multiple]),

    .input-group-sm>.input-group-append>select.btn:not([size]):not([multiple]) {

        height: 40px;

    }

    

    .form-control-lg,

    .input-group-lg>.form-control,

    .input-group-lg>.input-group-prepend>.input-group-text,

    .input-group-lg>.input-group-append>.input-group-text,

    .input-group-lg>.input-group-prepend>.btn,

    .pagination-classic.input-group-lg>li.input-group-prepend>a,

    .pagination-classic.input-group-lg>li.input-group-prepend>span,

    .input-group-lg>.input-group-append>.btn,

    .pagination-classic.input-group-lg>li.input-group-append>a,

    .pagination-classic.input-group-lg>li.input-group-append>span {

        padding: 0.5rem 1rem;

        font-size: 16px;

        line-height: 1.5;

        border-radius: 0.3rem;

    }

    

    select.form-control-lg:not([size]):not([multiple]),

    .input-group-lg>select.form-control:not([size]):not([multiple]),

    .input-group-lg>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),

    .input-group-lg>.input-group-append>select.input-group-text:not([size]):not([multiple]),

    .input-group-lg>.input-group-prepend>select.btn:not([size]):not([multiple]),

    .input-group-lg>.input-group-append>select.btn:not([size]):not([multiple]) {

        height: 70px;

    }

    

    .form-group {

        margin-bottom: 10px;

    }

    

    .form-text {

        display: block;

        margin-top: 0.25rem;

    }

    

    .form-row {

        display: flex;

        flex-wrap: wrap;

        margin-right: -5px;

        margin-left: -5px;

    }

    

    .form-row>.col,

    .form-row>[class*="col-"] {

        padding-right: 5px;

        padding-left: 5px;

    }

    

    .form-check {

        position: relative;

        display: block;

        padding-left: 1.25rem;

    }

    

    .form-check-input {

        position: absolute;

        margin-top: 0.3rem;

        margin-left: -1.25rem;

    }

    

    .form-check-input:disabled~.form-check-label {

        color: #d3dbe8;

    }

    

    .form-check-label {

        margin-bottom: 0;

    }

    

    .form-check-inline {

        display: inline-flex;

        align-items: center;

        padding-left: 0;

        margin-right: 0.75rem;

    }

    

    .form-check-inline .form-check-input {

        position: static;

        margin-top: 0;

        margin-right: 0.3125rem;

        margin-left: 0;

    }

    

    .valid-feedback {

        display: none;

        width: 100%;

        margin-top: 0.25rem;

        font-size: 80%;

        color: #28a745;

    }

    

    .valid-tooltip {

        position: absolute;

        top: 100%;

        z-index: 5;

        display: none;

        max-width: 100%;

        padding: .5rem;

        margin-top: .1rem;

        font-size: .875rem;

        line-height: 1;

        color: #fff;

        background-color: rgba(40, 167, 69, 0.8);

        border-radius: .2rem;

    }

    

    .was-validated .form-control:valid,

    .form-control.is-valid,

    .was-validated .custom-select:valid,

    .custom-select.is-valid {

        border-color: #28a745;

    }

    

    .was-validated .form-control:valid:focus,

    .form-control.is-valid:focus,

    .was-validated .custom-select:valid:focus,

    .custom-select.is-valid:focus {

        border-color: #28a745;

        box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);

    }

    

    .was-validated .form-control:valid~.valid-feedback,

    .was-validated .form-control:valid~.valid-tooltip,

    .form-control.is-valid~.valid-feedback,

    .form-control.is-valid~.valid-tooltip,

    .was-validated .custom-select:valid~.valid-feedback,

    .was-validated .custom-select:valid~.valid-tooltip,

    .custom-select.is-valid~.valid-feedback,

    .custom-select.is-valid~.valid-tooltip {

        display: block;

    }

    

    .was-validated .form-control-file:valid~.valid-feedback,

    .was-validated .form-control-file:valid~.valid-tooltip,

    .form-control-file.is-valid~.valid-feedback,

    .form-control-file.is-valid~.valid-tooltip {

        display: block;

    }

    

    .was-validated .form-check-input:valid~.form-check-label,

    .form-check-input.is-valid~.form-check-label {

        color: #28a745;

    }

    

    .was-validated .form-check-input:valid~.valid-feedback,

    .was-validated .form-check-input:valid~.valid-tooltip,

    .form-check-input.is-valid~.valid-feedback,

    .form-check-input.is-valid~.valid-tooltip {

        display: block;

    }

    

    .was-validated .custom-control-input:valid~.custom-control-label,

    .custom-control-input.is-valid~.custom-control-label {

        color: #28a745;

    }

    

    .was-validated .custom-control-input:valid~.custom-control-label::before,

    .custom-control-input.is-valid~.custom-control-label::before {

        background-color: #71dd8a;

    }

    

    .was-validated .custom-control-input:valid~.valid-feedback,

    .was-validated .custom-control-input:valid~.valid-tooltip,

    .custom-control-input.is-valid~.valid-feedback,

    .custom-control-input.is-valid~.valid-tooltip {

        display: block;

    }

    

    .was-validated .custom-control-input:valid:checked~.custom-control-label::before,

    .custom-control-input.is-valid:checked~.custom-control-label::before {

        background-color: #34ce57;

    }

    

    .was-validated .custom-control-input:valid:focus~.custom-control-label::before,

    .custom-control-input.is-valid:focus~.custom-control-label::before {

        box-shadow: 0 0 0 1px #191919, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);

    }

    

    .was-validated .custom-file-input:valid~.custom-file-label,

    .custom-file-input.is-valid~.custom-file-label {

        border-color: #28a745;

    }

    

    .was-validated .custom-file-input:valid~.custom-file-label::before,

    .custom-file-input.is-valid~.custom-file-label::before {

        border-color: inherit;

    }

    

    .was-validated .custom-file-input:valid~.valid-feedback,

    .was-validated .custom-file-input:valid~.valid-tooltip,

    .custom-file-input.is-valid~.valid-feedback,

    .custom-file-input.is-valid~.valid-tooltip {

        display: block;

    }

    

    .was-validated .custom-file-input:valid:focus~.custom-file-label,

    .custom-file-input.is-valid:focus~.custom-file-label {

        box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);

    }

    

    .invalid-feedback {

        display: none;

        width: 100%;

        margin-top: 0.25rem;

        font-size: 80%;

        color: #dc3545;

    }



    

    .justify ol li img {

        float: left;

        height: 30px;

        width: auto!important;

    }

    .invalid-tooltip {

        position: absolute;

        top: 100%;

        z-index: 5;

        display: none;

        max-width: 100%;

        padding: .5rem;

        margin-top: .1rem;

        font-size: .875rem;

        line-height: 1;

        color: #fff;

        background-color: rgba(220, 53, 69, 0.8);

        border-radius: .2rem;

    }

    

    .was-validated .form-control:invalid,

    .form-control.is-invalid,

    .was-validated .custom-select:invalid,

    .custom-select.is-invalid {

        border-color: #dc3545;

    }

    

    .was-validated .form-control:invalid:focus,

    .form-control.is-invalid:focus,

    .was-validated .custom-select:invalid:focus,

    .custom-select.is-invalid:focus {

        border-color: #dc3545;

        box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);

    }

    

    .was-validated .form-control:invalid~.invalid-feedback,

    .was-validated .form-control:invalid~.invalid-tooltip,

    .form-control.is-invalid~.invalid-feedback,

    .form-control.is-invalid~.invalid-tooltip,

    .was-validated .custom-select:invalid~.invalid-feedback,

    .was-validated .custom-select:invalid~.invalid-tooltip,

    .custom-select.is-invalid~.invalid-feedback,

    .custom-select.is-invalid~.invalid-tooltip {

        display: block;

    }

    

    .was-validated .form-control-file:invalid~.invalid-feedback,

    .was-validated .form-control-file:invalid~.invalid-tooltip,

    .form-control-file.is-invalid~.invalid-feedback,

    .form-control-file.is-invalid~.invalid-tooltip {

        display: block;

    }

    

    .was-validated .form-check-input:invalid~.form-check-label,

    .form-check-input.is-invalid~.form-check-label {

        color: #dc3545;

    }

    

    .was-validated .form-check-input:invalid~.invalid-feedback,

    .was-validated .form-check-input:invalid~.invalid-tooltip,

    .form-check-input.is-invalid~.invalid-feedback,

    .form-check-input.is-invalid~.invalid-tooltip {

        display: block;

    }

    

    .was-validated .custom-control-input:invalid~.custom-control-label,

    .custom-control-input.is-invalid~.custom-control-label {

        color: #dc3545;

    }

    

    .was-validated .custom-control-input:invalid~.custom-control-label::before,

    .custom-control-input.is-invalid~.custom-control-label::before {

        background-color: #efa2a9;

    }

    

    .was-validated .custom-control-input:invalid~.invalid-feedback,

    .was-validated .custom-control-input:invalid~.invalid-tooltip,

    .custom-control-input.is-invalid~.invalid-feedback,

    .custom-control-input.is-invalid~.invalid-tooltip {

        display: block;

    }

    

    .was-validated .custom-control-input:invalid:checked~.custom-control-label::before,

    .custom-control-input.is-invalid:checked~.custom-control-label::before {

        background-color: #e4606d;

    }

    

    .was-validated .custom-control-input:invalid:focus~.custom-control-label::before,

    .custom-control-input.is-invalid:focus~.custom-control-label::before {

        box-shadow: 0 0 0 1px #191919, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);

    }

    

    .was-validated .custom-file-input:invalid~.custom-file-label,

    .custom-file-input.is-invalid~.custom-file-label {

        border-color: #dc3545;

    }

    

    .was-validated .custom-file-input:invalid~.custom-file-label::before,

    .custom-file-input.is-invalid~.custom-file-label::before {

        border-color: inherit;

    }

    

    .was-validated .custom-file-input:invalid~.invalid-feedback,

    .was-validated .custom-file-input:invalid~.invalid-tooltip,

    .custom-file-input.is-invalid~.invalid-feedback,

    .custom-file-input.is-invalid~.invalid-tooltip {

        display: block;

    }

    

    .was-validated .custom-file-input:invalid:focus~.custom-file-label,

    .custom-file-input.is-invalid:focus~.custom-file-label {

        box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);

    }

    

    .form-inline {

        display: flex;

        flex-flow: row wrap;

        align-items: center;

    }

    

    .form-inline .form-check {

        width: 100%;

    }

    

    @media (min-width: 480px) {

        .form-inline label {

            display: flex;

            align-items: center;

            justify-content: center;

            margin-bottom: 0;

        }

        .form-inline .form-group {

            display: flex;

            flex: 0 0 auto;

            flex-flow: row wrap;

            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,

        .form-inline .custom-select {

            width: auto;

        }

        .form-inline .form-check {

            display: flex;

            align-items: center;

            justify-content: center;

            width: auto;

            padding-left: 0;

        }

        .form-inline .form-check-input {

            position: relative;

            margin-top: 0;

            margin-right: 0.25rem;

            margin-left: 0;

        }

        .form-inline .custom-control {

            align-items: center;

            justify-content: center;

        }

        .form-inline .custom-control-label {

            margin-bottom: 0;

        }

    }

    

    .btn,

    .pagination-classic>li>a,

    .pagination-classic>li>span {

        display: inline-block;

        font-weight: 700;

        text-align: center;

        white-space: nowrap;

        vertical-align: middle;

        user-select: none;

        border: 1px solid transparent;

        padding: 0.375rem 0.75rem;

        font-size: 15px;

        line-height: 1.5;

        border-radius: 0.25rem;

        transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

    }

    

    @media screen and (prefers-reduced-motion: reduce) {

        .btn,

        .pagination-classic>li>a,

        .pagination-classic>li>span {

            transition: none;

        }

    }

    

    .btn:hover,

    .pagination-classic>li>a:hover,

    .pagination-classic>li>span:hover,

    .btn:focus,

    .pagination-classic>li>a:focus,

    .pagination-classic>li>span:focus {

        text-decoration: none;

    }

    

    .btn:focus,

    .pagination-classic>li>a:focus,

    .pagination-classic>li>span:focus,

    .btn.focus,

    .pagination-classic>li>a.focus,

    .pagination-classic>li>span.focus {

        outline: 0;

        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);

    }

    

    .btn.disabled,

    .pagination-classic>li>a.disabled,

    .pagination-classic>li>span.disabled,

    .btn:disabled,

    .pagination-classic>li>a:disabled,

    .pagination-classic>li>span:disabled {

        opacity: 0.65;

    }

    

    .btn:not(:disabled):not(.disabled),

    .pagination-classic>li>a:not(:disabled):not(.disabled),

    .pagination-classic>li>span:not(:disabled):not(.disabled) {

        cursor: pointer;

    }

    

    .btn:not(:disabled):not(.disabled):active,

    .pagination-classic>li>a:not(:disabled):not(.disabled):active,

    .pagination-classic>li>span:not(:disabled):not(.disabled):active,

    .btn:not(:disabled):not(.disabled).active,

    .pagination-classic>li>a:not(:disabled):not(.disabled).active,

    .pagination-classic>li>span:not(:disabled):not(.disabled).active {

        background-image: none;

    }

    

    a.btn.disabled,

    .pagination-classic>li>a.disabled,

    fieldset:disabled a.btn,

    fieldset:disabled .pagination-classic>li>a {

        pointer-events: none;

    }

    

    .btn-primary {

        color: #fff;

        background-color: #007bff;

        border-color: #007bff;

    }

    

    .btn-primary:hover {

        color: #fff;

        background-color: #0069d9;

        border-color: #0062cc;

    }

    

    .btn-primary:focus,

    .btn-primary.focus {

        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);

    }

    

    .btn-primary.disabled,

    .btn-primary:disabled {

        color: #fff;

        background-color: #007bff;

        border-color: #007bff;

    }

    

    .btn-primary:not(:disabled):not(.disabled):active,

    .btn-primary:not(:disabled):not(.disabled).active,

    .show>.btn-primary.dropdown-toggle {

        color: #fff;

        background-color: #0062cc;

        border-color: #005cbf;

    }

    

    .btn-primary:not(:disabled):not(.disabled):active:focus,

    .btn-primary:not(:disabled):not(.disabled).active:focus,

    .show>.btn-primary.dropdown-toggle:focus {

        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);

    }

    

    .btn-secondary {

        color: #fff;

        background-color: #6c757d;

        border-color: #6c757d;

    }

    

    .btn-secondary:hover {

        color: #fff;

        background-color: #5a6268;

        border-color: #545b62;

    }

    

    .btn-secondary:focus,

    .btn-secondary.focus {

        box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);

    }

    

    .btn-secondary.disabled,

    .btn-secondary:disabled {

        color: #fff;

        background-color: #6c757d;

        border-color: #6c757d;

    }

    

    .btn-secondary:not(:disabled):not(.disabled):active,

    .btn-secondary:not(:disabled):not(.disabled).active,

    .show>.btn-secondary.dropdown-toggle {

        color: #fff;

        background-color: #545b62;

        border-color: #4e555b;

    }

    

    .btn-secondary:not(:disabled):not(.disabled):active:focus,

    .btn-secondary:not(:disabled):not(.disabled).active:focus,

    .show>.btn-secondary.dropdown-toggle:focus {

        box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);

    }

    

    .btn-success {

        color: #fff;

        background-color: #28a745;

        border-color: #28a745;

    }

    

    .btn-success:hover {

        color: #fff;

        background-color: #218838;

        border-color: #1e7e34;

    }

    

    .btn-success:focus,

    .btn-success.focus {

        box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);

    }

    

    .btn-success.disabled,

    .btn-success:disabled {

        color: #fff;

        background-color: #28a745;

        border-color: #28a745;

    }

    

    .btn-success:not(:disabled):not(.disabled):active,

    .btn-success:not(:disabled):not(.disabled).active,

    .show>.btn-success.dropdown-toggle {

        color: #fff;

        background-color: #1e7e34;

        border-color: #1c7430;

    }

    

    .btn-success:not(:disabled):not(.disabled):active:focus,

    .btn-success:not(:disabled):not(.disabled).active:focus,

    .show>.btn-success.dropdown-toggle:focus {

        box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);

    }

    

    .btn-info {

        color: #fff;

        background-color: #17a2b8;

        border-color: #17a2b8;

    }

    

    .btn-info:hover {

        color: #fff;

        background-color: #138496;

        border-color: #117a8b;

    }

    

    .btn-info:focus,

    .btn-info.focus {

        box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);

    }

    

    .btn-info.disabled,

    .btn-info:disabled {

        color: #fff;

        background-color: #17a2b8;

        border-color: #17a2b8;

    }

    

    .btn-info:not(:disabled):not(.disabled):active,

    .btn-info:not(:disabled):not(.disabled).active,

    .show>.btn-info.dropdown-toggle {

        color: #fff;

        background-color: #117a8b;

        border-color: #10707f;

    }

    

    .btn-info:not(:disabled):not(.disabled):active:focus,

    .btn-info:not(:disabled):not(.disabled).active:focus,

    .show>.btn-info.dropdown-toggle:focus {

        box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);

    }

    

    .btn-warning {

        color: #212529;

        background-color: #ffc107;

        border-color: #ffc107;

    }

    

    .btn-warning:hover {

        color: #212529;

        background-color: #e0a800;

        border-color: #d39e00;

    }

    

    .btn-warning:focus,

    .btn-warning.focus {

        box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);

    }

    

    .btn-warning.disabled,

    .btn-warning:disabled {

        color: #212529;

        background-color: #ffc107;

        border-color: #ffc107;

    }

    

    .btn-warning:not(:disabled):not(.disabled):active,

    .btn-warning:not(:disabled):not(.disabled).active,

    .show>.btn-warning.dropdown-toggle {

        color: #212529;

        background-color: #d39e00;

        border-color: #c69500;

    }

    

    .btn-warning:not(:disabled):not(.disabled):active:focus,

    .btn-warning:not(:disabled):not(.disabled).active:focus,

    .show>.btn-warning.dropdown-toggle:focus {

        box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);

    }

    

    .btn-danger {

        color: #fff;

        background-color: #dc3545;

        border-color: #dc3545;

    }

    

    .btn-danger:hover {

        color: #fff;

        background-color: #c82333;

        border-color: #bd2130;

    }

    

    .btn-danger:focus,

    .btn-danger.focus {

        box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);

    }

    

    .btn-danger.disabled,

    .btn-danger:disabled {

        color: #fff;

        background-color: #dc3545;

        border-color: #dc3545;

    }

    

    .btn-danger:not(:disabled):not(.disabled):active,

    .btn-danger:not(:disabled):not(.disabled).active,

    .show>.btn-danger.dropdown-toggle {

        color: #fff;

        background-color: #bd2130;

        border-color: #b21f2d;

    }

    

    .btn-danger:not(:disabled):not(.disabled):active:focus,

    .btn-danger:not(:disabled):not(.disabled).active:focus,

    .show>.btn-danger.dropdown-toggle:focus {

        box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);

    }

    

    .btn-light {

        color: #212529;

        background-color: #f8f9fa;

        border-color: #f8f9fa;

    }

    

    .btn-light:hover {

        color: #212529;

        background-color: #e2e6ea;

        border-color: #dae0e5;

    }

    

    .btn-light:focus,

    .btn-light.focus {

        box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);

    }

    

    .btn-light.disabled,

    .btn-light:disabled {

        color: #212529;

        background-color: #f8f9fa;

        border-color: #f8f9fa;

    }

    

    .btn-light:not(:disabled):not(.disabled):active,

    .btn-light:not(:disabled):not(.disabled).active,

    .show>.btn-light.dropdown-toggle {

        color: #212529;

        background-color: #dae0e5;

        border-color: #d3d9df;

    }

    

    .btn-light:not(:disabled):not(.disabled):active:focus,

    .btn-light:not(:disabled):not(.disabled).active:focus,

    .show>.btn-light.dropdown-toggle:focus {

        box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);

    }

    

    .btn-dark {

        color: #fff;

        background-color: #343a40;

        border-color: #343a40;

    }

    

    .btn-dark:hover {

        color: #fff;

        background-color: #23272b;

        border-color: #1d2124;

    }

    

    .btn-dark:focus,

    .btn-dark.focus {

        box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);

    }

    

    .btn-dark.disabled,

    .btn-dark:disabled {

        color: #fff;

        background-color: #343a40;

        border-color: #343a40;

    }

    

    .btn-dark:not(:disabled):not(.disabled):active,

    .btn-dark:not(:disabled):not(.disabled).active,

    .show>.btn-dark.dropdown-toggle {

        color: #fff;

        background-color: #1d2124;

        border-color: #171a1d;

    }

    

    .btn-dark:not(:disabled):not(.disabled):active:focus,

    .btn-dark:not(:disabled):not(.disabled).active:focus,

    .show>.btn-dark.dropdown-toggle:focus {

        box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);

    }

    

    .btn-outline-primary {

        color: #007bff;

        background-color: transparent;

        background-image: none;

        border-color: #007bff;

    }

    

    .btn-outline-primary:hover {

        color: #fff;

        background-color: #007bff;

        border-color: #007bff;

    }

    

    .btn-outline-primary:focus,

    .btn-outline-primary.focus {

        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);

    }

    

    .btn-outline-primary.disabled,

    .btn-outline-primary:disabled {

        color: #007bff;

        background-color: transparent;

    }

    

    .btn-outline-primary:not(:disabled):not(.disabled):active,

    .btn-outline-primary:not(:disabled):not(.disabled).active,

    .show>.btn-outline-primary.dropdown-toggle {

        color: #fff;

        background-color: #007bff;

        border-color: #007bff;

    }

    

    .btn-outline-primary:not(:disabled):not(.disabled):active:focus,

    .btn-outline-primary:not(:disabled):not(.disabled).active:focus,

    .show>.btn-outline-primary.dropdown-toggle:focus {

        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);

    }

    

    .btn-outline-secondary {

        color: #6c757d;

        background-color: transparent;

        background-image: none;

        border-color: #6c757d;

    }

    

    .btn-outline-secondary:hover {

        color: #fff;

        background-color: #6c757d;

        border-color: #6c757d;

    }

    

    .btn-outline-secondary:focus,

    .btn-outline-secondary.focus {

        box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);

    }

    

    .btn-outline-secondary.disabled,

    .btn-outline-secondary:disabled {

        color: #6c757d;

        background-color: transparent;

    }

    

    .btn-outline-secondary:not(:disabled):not(.disabled):active,

    .btn-outline-secondary:not(:disabled):not(.disabled).active,

    .show>.btn-outline-secondary.dropdown-toggle {

        color: #fff;

        background-color: #6c757d;

        border-color: #6c757d;

    }

    

    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,

    .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,

    .show>.btn-outline-secondary.dropdown-toggle:focus {

        box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);

    }

    

    .btn-outline-success {

        color: #28a745;

        background-color: transparent;

        background-image: none;

        border-color: #28a745;

    }

    

    .btn-outline-success:hover {

        color: #fff;

        background-color: #28a745;

        border-color: #28a745;

    }

    

    .btn-outline-success:focus,

    .btn-outline-success.focus {

        box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);

    }

    

    .btn-outline-success.disabled,

    .btn-outline-success:disabled {

        color: #28a745;

        background-color: transparent;

    }

    

    .btn-outline-success:not(:disabled):not(.disabled):active,

    .btn-outline-success:not(:disabled):not(.disabled).active,

    .show>.btn-outline-success.dropdown-toggle {

        color: #fff;

        background-color: #28a745;

        border-color: #28a745;

    }

    

    .btn-outline-success:not(:disabled):not(.disabled):active:focus,

    .btn-outline-success:not(:disabled):not(.disabled).active:focus,

    .show>.btn-outline-success.dropdown-toggle:focus {

        box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);

    }

    

    .btn-outline-info {

        color: #17a2b8;

        background-color: transparent;

        background-image: none;

        border-color: #17a2b8;

    }

    

    .btn-outline-info:hover {

        color: #fff;

        background-color: #17a2b8;

        border-color: #17a2b8;

    }

    

    .btn-outline-info:focus,

    .btn-outline-info.focus {

        box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);

    }

    

    .btn-outline-info.disabled,

    .btn-outline-info:disabled {

        color: #17a2b8;

        background-color: transparent;

    }

    

    .btn-outline-info:not(:disabled):not(.disabled):active,

    .btn-outline-info:not(:disabled):not(.disabled).active,

    .show>.btn-outline-info.dropdown-toggle {

        color: #fff;

        background-color: #17a2b8;

        border-color: #17a2b8;

    }

    

    .btn-outline-info:not(:disabled):not(.disabled):active:focus,

    .btn-outline-info:not(:disabled):not(.disabled).active:focus,

    .show>.btn-outline-info.dropdown-toggle:focus {

        box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);

    }

    

    .btn-outline-warning {

        color: #ffc107;

        background-color: transparent;

        background-image: none;

        border-color: #ffc107;

    }

    

    .btn-outline-warning:hover {

        color: #212529;

        background-color: #ffc107;

        border-color: #ffc107;

    }

    

    .btn-outline-warning:focus,

    .btn-outline-warning.focus {

        box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);

    }

    

    .btn-outline-warning.disabled,

    .btn-outline-warning:disabled {

        color: #ffc107;

        background-color: transparent;

    }

    

    .btn-outline-warning:not(:disabled):not(.disabled):active,

    .btn-outline-warning:not(:disabled):not(.disabled).active,

    .show>.btn-outline-warning.dropdown-toggle {

        color: #212529;

        background-color: #ffc107;

        border-color: #ffc107;

    }

    

    .btn-outline-warning:not(:disabled):not(.disabled):active:focus,

    .btn-outline-warning:not(:disabled):not(.disabled).active:focus,

    .show>.btn-outline-warning.dropdown-toggle:focus {

        box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);

    }

    

    .btn-outline-danger {

        color: #dc3545;

        background-color: transparent;

        background-image: none;

        border-color: #dc3545;

    }

    

    .btn-outline-danger:hover {

        color: #fff;

        background-color: #dc3545;

        border-color: #dc3545;

    }

    

    .btn-outline-danger:focus,

    .btn-outline-danger.focus {

        box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);

    }

    

    .btn-outline-danger.disabled,

    .btn-outline-danger:disabled {

        color: #dc3545;

        background-color: transparent;

    }

    

    .btn-outline-danger:not(:disabled):not(.disabled):active,

    .btn-outline-danger:not(:disabled):not(.disabled).active,

    .show>.btn-outline-danger.dropdown-toggle {

        color: #fff;

        background-color: #dc3545;

        border-color: #dc3545;

    }

    

    .btn-outline-danger:not(:disabled):not(.disabled):active:focus,

    .btn-outline-danger:not(:disabled):not(.disabled).active:focus,

    .show>.btn-outline-danger.dropdown-toggle:focus {

        box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);

    }

    

    .btn-outline-light {

        color: #f8f9fa;

        background-color: transparent;

        background-image: none;

        border-color: #f8f9fa;

    }

    

    .btn-outline-light:hover {

        color: #212529;

        background-color: #f8f9fa;

        border-color: #f8f9fa;

    }

    

    .btn-outline-light:focus,

    .btn-outline-light.focus {

        box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);

    }

    

    .btn-outline-light.disabled,

    .btn-outline-light:disabled {

        color: #f8f9fa;

        background-color: transparent;

    }

    

    .btn-outline-light:not(:disabled):not(.disabled):active,

    .btn-outline-light:not(:disabled):not(.disabled).active,

    .show>.btn-outline-light.dropdown-toggle {

        color: #212529;

        background-color: #f8f9fa;

        border-color: #f8f9fa;

    }

    

    .btn-outline-light:not(:disabled):not(.disabled):active:focus,

    .btn-outline-light:not(:disabled):not(.disabled).active:focus,

    .show>.btn-outline-light.dropdown-toggle:focus {

        box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);

    }

    

    .btn-outline-dark {

        color: #343a40;

        background-color: transparent;

        background-image: none;

        border-color: #343a40;

    }

    

    .btn-outline-dark:hover {

        color: #fff;

        background-color: #343a40;

        border-color: #343a40;

    }

    

    .btn-outline-dark:focus,

    .btn-outline-dark.focus {

        box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);

    }

    

    .btn-outline-dark.disabled,

    .btn-outline-dark:disabled {

        color: #343a40;

        background-color: transparent;

    }

    

    .btn-outline-dark:not(:disabled):not(.disabled):active,

    .btn-outline-dark:not(:disabled):not(.disabled).active,

    .show>.btn-outline-dark.dropdown-toggle {

        color: #fff;

        background-color: #343a40;

        border-color: #343a40;

    }

    

    .btn-outline-dark:not(:disabled):not(.disabled):active:focus,

    .btn-outline-dark:not(:disabled):not(.disabled).active:focus,

    .show>.btn-outline-dark.dropdown-toggle:focus {

        box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);

    }

    

    .btn-link {

        font-weight: 400;

        color: inherit;

        background-color: transparent;

    }

    

    .btn-link:hover {

        color: inherit;

        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;

        pointer-events: none;

    }

    

    .btn-lg,

    .btn-group-lg>.btn,

    .pagination-classic>li.btn-group-lg>a,

    .pagination-classic>li.btn-group-lg>span {

        padding: 0.5rem 1rem;

        font-size: 16px;

        line-height: 1.5;

        border-radius: 0.3rem;

    }

    

    .btn-sm,

    .btn-group-sm>.btn,

    .pagination-classic>li>a,

    .pagination-classic>li>span {

        padding: 0.25rem 0.5rem;

        font-size: 15px;

        line-height: 1.5;

        border-radius: 0.2rem;

    }

    

    .btn-block {

        display: block;

        width: 100%;

    }

    

    .btn-block+.btn-block {

        margin-top: 0.5rem;

    }

    

    input[type="submit"].btn-block,

    input[type="reset"].btn-block,

    input[type="button"].btn-block {

        width: 100%;

    }

    

    .fade {

        transition: opacity 0.15s linear;

    }

    

    @media screen and (prefers-reduced-motion: reduce) {

        .fade {

            transition: none;

        }

    }

    

    .fade:not(.show) {

        opacity: 0;

    }

    

    .collapse:not(.show) {

        display: none;

    }

    

    .collapsing {

        position: relative;

        height: 0;

        overflow: hidden;

        transition: height 0.35s ease;

    }

    

    @media screen and (prefers-reduced-motion: reduce) {

        .collapsing {

            transition: none;

        }

    }

    

    .dropup,

    .dropright,

    .dropdown,

    .dropleft {

        position: relative;

    }

    

    .dropdown-toggle::after {

        display: inline-block;

        width: 0;

        height: 0;

        margin-left: 0.255em;

        vertical-align: 0.255em;

        content: "";

        border-top: 0.3em solid;

        border-right: 0.3em solid transparent;

        border-bottom: 0;

        border-left: 0.3em solid transparent;

    }

    

    .dropdown-toggle:empty::after {

        margin-left: 0;

    }

    

    .dropdown-menu {

        position: absolute;

        top: 100%;

        left: 0;

        z-index: 1000;

        display: none;

        float: left;

        min-width: 10rem;

        padding: 0.5rem 0;

        margin: 0.125rem 0 0;

        font-size: 15px;

        color: #434345;

        text-align: left;

        list-style: none;

        background-color: #fff;

        background-clip: padding-box;

        border: 1px solid rgba(0, 0, 0, 0.15);

        border-radius: 0.25rem;

    }

    

    .dropdown-menu-right {

        right: 0;

        left: auto;

    }

    

    .dropup .dropdown-menu {

        top: auto;

        bottom: 100%;

        margin-top: 0;

        margin-bottom: 0.125rem;

    }

    

    .dropup .dropdown-toggle::after {

        display: inline-block;

        width: 0;

        height: 0;

        margin-left: 0.255em;

        vertical-align: 0.255em;

        content: "";

        border-top: 0;

        border-right: 0.3em solid transparent;

        border-bottom: 0.3em solid;

        border-left: 0.3em solid transparent;

    }

    

    .dropup .dropdown-toggle:empty::after {

        margin-left: 0;

    }

    

    .dropright .dropdown-menu {

        top: 0;

        right: auto;

        left: 100%;

        margin-top: 0;

        margin-left: 0.125rem;

    }

    

    .dropright .dropdown-toggle::after {

        display: inline-block;

        width: 0;

        height: 0;

        margin-left: 0.255em;

        vertical-align: 0.255em;

        content: "";

        border-top: 0.3em solid transparent;

        border-right: 0;

        border-bottom: 0.3em solid transparent;

        border-left: 0.3em solid;

    }

    

    .dropright .dropdown-toggle:empty::after {

        margin-left: 0;

    }

    

    .dropright .dropdown-toggle::after {

        vertical-align: 0;

    }

    

    .dropleft .dropdown-menu {

        top: 0;

        right: 100%;

        left: auto;

        margin-top: 0;

        margin-right: 0.125rem;

    }

    

    .dropleft .dropdown-toggle::after {

        display: inline-block;

        width: 0;

        height: 0;

        margin-left: 0.255em;

        vertical-align: 0.255em;

        content: "";

    }

    

    .dropleft .dropdown-toggle::after {

        display: none;

    }

    

    .dropleft .dropdown-toggle::before {

        display: inline-block;

        width: 0;

        height: 0;

        margin-right: 0.255em;

        vertical-align: 0.255em;

        content: "";

        border-top: 0.3em solid transparent;

        border-right: 0.3em solid;

        border-bottom: 0.3em solid transparent;

    }

    

    .dropleft .dropdown-toggle:empty::after {

        margin-left: 0;

    }

    

    .dropleft .dropdown-toggle::before {

        vertical-align: 0;

    }

    

    .dropdown-menu[x-placement^="top"],

    .dropdown-menu[x-placement^="right"],

    .dropdown-menu[x-placement^="bottom"],

    .dropdown-menu[x-placement^="left"] {

        right: auto;

        bottom: auto;

    }

    

    .dropdown-divider {

        height: 0;

        margin: 0.5rem 0;

        overflow: hidden;

        border-top: 1px solid #d3dbe8;

    }

    

    .dropdown-item {

        display: block;

        width: 100%;

        padding: 0.25rem 1.5rem;

        clear: both;

        font-weight: 400;

        color: #434345;

        text-align: inherit;

        white-space: nowrap;

        background-color: transparent;

        border: 0;

    }

    

    .dropdown-item:hover,

    .dropdown-item:focus {

        color: #434345;

        text-decoration: none;

        background-color: #f2f4f9;

    }

    

    .dropdown-item.active,

    .dropdown-item:active {

        color: #fff;

        text-decoration: none;

        background-color: #554e9f;

    }

    

    .dropdown-item.disabled,

    .dropdown-item:disabled {

        color: #d3dbe8;

        background-color: transparent;

    }

    

    .dropdown-menu.show {

        display: block;

    }

    

    .dropdown-header {

        display: block;

        padding: 0.5rem 1.5rem;

        margin-bottom: 0;

        font-size: 15px;

        color: #9b9b9b;

        white-space: nowrap;

    }

    

    .dropdown-item-text {

        display: block;

        padding: 0.25rem 1.5rem;

        color: #434345;

    }

    

    .btn-group,

    .btn-group-vertical {

        position: relative;

        display: inline-flex;

        vertical-align: middle;

    }

    

    .btn-group>.btn,

    .pagination-classic>li.btn-group>a,

    .pagination-classic>li.btn-group>span,

    .btn-group-vertical>.btn,

    .pagination-classic>li.btn-group-vertical>a,

    .pagination-classic>li.btn-group-vertical>span {

        position: relative;

        flex: 0 1 auto;

    }

    

    .btn-group>.btn:hover,

    .pagination-classic>li.btn-group>a:hover,

    .pagination-classic>li.btn-group>span:hover,

    .btn-group-vertical>.btn:hover,

    .pagination-classic>li.btn-group-vertical>a:hover,

    .pagination-classic>li.btn-group-vertical>span:hover {

        z-index: 1;

    }

    

    .btn-group>.btn:focus,

    .pagination-classic>li.btn-group>a:focus,

    .pagination-classic>li.btn-group>span:focus,

    .btn-group>.btn:active,

    .pagination-classic>li.btn-group>a:active,

    .pagination-classic>li.btn-group>span:active,

    .btn-group>.btn.active,

    .pagination-classic>li.btn-group>a.active,

    .pagination-classic>li.btn-group>span.active,

    .btn-group-vertical>.btn:focus,

    .pagination-classic>li.btn-group-vertical>a:focus,

    .pagination-classic>li.btn-group-vertical>span:focus,

    .btn-group-vertical>.btn:active,

    .pagination-classic>li.btn-group-vertical>a:active,

    .pagination-classic>li.btn-group-vertical>span:active,

    .btn-group-vertical>.btn.active,

    .pagination-classic>li.btn-group-vertical>a.active,

    .pagination-classic>li.btn-group-vertical>span.active {

        z-index: 1;

    }

    

    .btn-group .btn+.btn,

    .btn-group .pagination-classic>li>a+.btn,

    .btn-group .pagination-classic>li>span+.btn,

    .btn-group .pagination-classic>li>.btn+a,

    .btn-group .pagination-classic>li>a+a,

    .btn-group .pagination-classic>li>span+a,

    .btn-group .pagination-classic>li>.btn+span,

    .btn-group .pagination-classic>li>a+span,

    .btn-group .pagination-classic>li>span+span,

    .btn-group .btn+.btn-group,

    .btn-group .pagination-classic>li>a+.btn-group,

    .btn-group .pagination-classic>li>span+.btn-group,

    .btn-group .btn-group+.btn,

    .btn-group .pagination-classic>li>.btn-group+a,

    .btn-group .pagination-classic>li>.btn-group+span,

    .btn-group .btn-group+.btn-group,

    .btn-group-vertical .btn+.btn,

    .btn-group-vertical .pagination-classic>li>a+.btn,

    .btn-group-vertical .pagination-classic>li>span+.btn,

    .btn-group-vertical .pagination-classic>li>.btn+a,

    .btn-group-vertical .pagination-classic>li>a+a,

    .btn-group-vertical .pagination-classic>li>span+a,

    .btn-group-vertical .pagination-classic>li>.btn+span,

    .btn-group-vertical .pagination-classic>li>a+span,

    .btn-group-vertical .pagination-classic>li>span+span,

    .btn-group-vertical .btn+.btn-group,

    .btn-group-vertical .pagination-classic>li>a+.btn-group,

    .btn-group-vertical .pagination-classic>li>span+.btn-group,

    .btn-group-vertical .btn-group+.btn,

    .btn-group-vertical .pagination-classic>li>.btn-group+a,

    .btn-group-vertical .pagination-classic>li>.btn-group+span,

    .btn-group-vertical .btn-group+.btn-group {

        margin-left: -1px;

    }

    

    .btn-toolbar {

        display: flex;

        flex-wrap: wrap;

        justify-content: flex-start;

    }

    

    .btn-toolbar .input-group {

        width: auto;

    }

    

    .btn-group>.btn:first-child,

    .pagination-classic>li.btn-group>a:first-child,

    .pagination-classic>li.btn-group>span:first-child {

        margin-left: 0;

    }

    

    .btn-group>.btn:not(:last-child):not(.dropdown-toggle),

    .pagination-classic>li.btn-group>a:not(:last-child):not(.dropdown-toggle),

    .pagination-classic>li.btn-group>span:not(:last-child):not(.dropdown-toggle),

    .btn-group>.btn-group:not(:last-child)>.btn,

    .pagination-classic.btn-group>li.btn-group:not(:last-child)>a,

    .pagination-classic.btn-group>li.btn-group:not(:last-child)>span {

        border-top-right-radius: 0;

        border-bottom-right-radius: 0;

    }

    

    .btn-group>.btn:not(:first-child),

    .pagination-classic>li.btn-group>a:not(:first-child),

    .pagination-classic>li.btn-group>span:not(:first-child),

    .btn-group>.btn-group:not(:first-child)>.btn,

    .pagination-classic.btn-group>li.btn-group:not(:first-child)>a,

    .pagination-classic.btn-group>li.btn-group:not(:first-child)>span {

        border-top-left-radius: 0;

        border-bottom-left-radius: 0;

    }

    

    .dropdown-toggle-split {

        padding-right: 0.5625rem;

        padding-left: 0.5625rem;

    }

    

    .dropdown-toggle-split::after,

    .dropup .dropdown-toggle-split::after,

    .dropright .dropdown-toggle-split::after {

        margin-left: 0;

    }

    

    .dropleft .dropdown-toggle-split::before {

        margin-right: 0;

    }

    

    .btn-sm+.dropdown-toggle-split,

    .btn-group-sm>.btn+.dropdown-toggle-split,

    .pagination-classic>li>a+.dropdown-toggle-split,

    .pagination-classic>li>span+.dropdown-toggle-split {

        padding-right: 0.375rem;

        padding-left: 0.375rem;

    }

    

    .btn-lg+.dropdown-toggle-split,

    .btn-group-lg>.btn+.dropdown-toggle-split,

    .pagination-classic>li.btn-group-lg>a+.dropdown-toggle-split,

    .pagination-classic>li.btn-group-lg>span+.dropdown-toggle-split {

        padding-right: 0.75rem;

        padding-left: 0.75rem;

    }

    

    .btn-group-vertical {

        flex-direction: column;

        align-items: flex-start;

        justify-content: center;

    }

    

    .btn-group-vertical .btn,

    .btn-group-vertical .pagination-classic>li>a,

    .btn-group-vertical .pagination-classic>li>span,

    .btn-group-vertical .btn-group {

        width: 100%;

    }

    

    .btn-group-vertical>.btn+.btn,

    .pagination-classic>li.btn-group-vertical>a+.btn,

    .pagination-classic>li.btn-group-vertical>span+.btn,

    .pagination-classic>li.btn-group-vertical>.btn+a,

    .pagination-classic>li.btn-group-vertical>a+a,

    .pagination-classic>li.btn-group-vertical>span+a,

    .pagination-classic>li.btn-group-vertical>.btn+span,

    .pagination-classic>li.btn-group-vertical>a+span,

    .pagination-classic>li.btn-group-vertical>span+span,

    .btn-group-vertical>.btn+.btn-group,

    .pagination-classic>li.btn-group-vertical>a+.btn-group,

    .pagination-classic>li.btn-group-vertical>span+.btn-group,

    .btn-group-vertical>.btn-group+.btn,

    .pagination-classic>li.btn-group-vertical>.btn-group+a,

    .pagination-classic>li.btn-group-vertical>.btn-group+span,

    .btn-group-vertical>.btn-group+.btn-group {

        margin-top: -1px;

        margin-left: 0;

    }

    

    .btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),

    .pagination-classic>li.btn-group-vertical>a:not(:last-child):not(.dropdown-toggle),

    .pagination-classic>li.btn-group-vertical>span:not(:last-child):not(.dropdown-toggle),

    .btn-group-vertical>.btn-group:not(:last-child)>.btn,

    .pagination-classic.btn-group-vertical>li.btn-group:not(:last-child)>a,

    .pagination-classic.btn-group-vertical>li.btn-group:not(:last-child)>span {

        border-bottom-right-radius: 0;

        border-bottom-left-radius: 0;

    }

    

    .btn-group-vertical>.btn:not(:first-child),

    .pagination-classic>li.btn-group-vertical>a:not(:first-child),

    .pagination-classic>li.btn-group-vertical>span:not(:first-child),

    .btn-group-vertical>.btn-group:not(:first-child)>.btn,

    .pagination-classic.btn-group-vertical>li.btn-group:not(:first-child)>a,

    .pagination-classic.btn-group-vertical>li.btn-group:not(:first-child)>span {

        border-top-left-radius: 0;

        border-top-right-radius: 0;

    }

    

    .btn-group-toggle>.btn,

    .pagination-classic>li.btn-group-toggle>a,

    .pagination-classic>li.btn-group-toggle>span,

    .btn-group-toggle>.btn-group>.btn,

    .pagination-classic.btn-group-toggle>li.btn-group>a,

    .pagination-classic.btn-group-toggle>li.btn-group>span {

        margin-bottom: 0;

    }

    

    .btn-group-toggle>.btn input[type="radio"],

    .pagination-classic>li.btn-group-toggle>a input[type="radio"],

    .pagination-classic>li.btn-group-toggle>span input[type="radio"],

    .btn-group-toggle>.btn input[type="checkbox"],

    .pagination-classic>li.btn-group-toggle>a input[type="checkbox"],

    .pagination-classic>li.btn-group-toggle>span input[type="checkbox"],

    .btn-group-toggle>.btn-group>.btn input[type="radio"],

    .pagination-classic.btn-group-toggle>li.btn-group>a input[type="radio"],

    .pagination-classic.btn-group-toggle>li.btn-group>span input[type="radio"],

    .btn-group-toggle>.btn-group>.btn input[type="checkbox"],

    .pagination-classic.btn-group-toggle>li.btn-group>a input[type="checkbox"],

    .pagination-classic.btn-group-toggle>li.btn-group>span input[type="checkbox"] {

        position: absolute;

        clip: rect(0, 0, 0, 0);

        pointer-events: none;

    }

    

    .input-group {

        position: relative;

        display: flex;

        flex-wrap: wrap;

        align-items: stretch;

        width: 100%;

    }

    

    .input-group>.form-control,

    .input-group>.custom-select,

    .input-group>.custom-file {

        position: relative;

        flex: 1 1 auto;

        width: 1%;

        margin-bottom: 0;

    }

    

    .input-group>.form-control:focus,

    .input-group>.custom-select:focus,

    .input-group>.custom-file:focus {

        z-index: 3;

    }

    

    .input-group>.form-control+.form-control,

    .input-group>.form-control+.custom-select,

    .input-group>.form-control+.custom-file,

    .input-group>.custom-select+.form-control,

    .input-group>.custom-select+.custom-select,

    .input-group>.custom-select+.custom-file,

    .input-group>.custom-file+.form-control,

    .input-group>.custom-file+.custom-select,

    .input-group>.custom-file+.custom-file {

        margin-left: -1px;

    }

    

    .input-group>.form-control:not(:last-child),

    .input-group>.custom-select:not(:last-child) {

        border-top-right-radius: 0;

        border-bottom-right-radius: 0;

    }

    

    .input-group>.form-control:not(:first-child),

    .input-group>.custom-select:not(:first-child) {

        border-top-left-radius: 0;

        border-bottom-left-radius: 0;

    }

    

    .input-group>.custom-file {

        display: flex;

        align-items: center;

    }

    

    .input-group>.custom-file:not(:last-child) .custom-file-label,

    .input-group>.custom-file:not(:last-child) .custom-file-label::after {

        border-top-right-radius: 0;

        border-bottom-right-radius: 0;

    }

    

    .input-group>.custom-file:not(:first-child) .custom-file-label {

        border-top-left-radius: 0;

        border-bottom-left-radius: 0;

    }

    

    .input-group-prepend,

    .input-group-append {

        display: flex;

    }

    

    .input-group-prepend .btn,

    .input-group-prepend .pagination-classic>li>a,

    .input-group-prepend .pagination-classic>li>span,

    .input-group-append .btn,

    .input-group-append .pagination-classic>li>a,

    .input-group-append .pagination-classic>li>span {

        position: relative;

        z-index: 2;

    }

    

    .input-group-prepend .btn+.btn,

    .input-group-prepend .pagination-classic>li>a+.btn,

    .input-group-prepend .pagination-classic>li>span+.btn,

    .input-group-prepend .pagination-classic>li>.btn+a,

    .input-group-prepend .pagination-classic>li>a+a,

    .input-group-prepend .pagination-classic>li>span+a,

    .input-group-prepend .pagination-classic>li>.btn+span,

    .input-group-prepend .pagination-classic>li>a+span,

    .input-group-prepend .pagination-classic>li>span+span,

    .input-group-prepend .btn+.input-group-text,

    .input-group-prepend .pagination-classic>li>a+.input-group-text,

    .input-group-prepend .pagination-classic>li>span+.input-group-text,

    .input-group-prepend .input-group-text+.input-group-text,

    .input-group-prepend .input-group-text+.btn,

    .input-group-prepend .pagination-classic>li>.input-group-text+a,

    .input-group-prepend .pagination-classic>li>.input-group-text+span,

    .input-group-append .btn+.btn,

    .input-group-append .pagination-classic>li>a+.btn,

    .input-group-append .pagination-classic>li>span+.btn,

    .input-group-append .pagination-classic>li>.btn+a,

    .input-group-append .pagination-classic>li>a+a,

    .input-group-append .pagination-classic>li>span+a,

    .input-group-append .pagination-classic>li>.btn+span,

    .input-group-append .pagination-classic>li>a+span,

    .input-group-append .pagination-classic>li>span+span,

    .input-group-append .btn+.input-group-text,

    .input-group-append .pagination-classic>li>a+.input-group-text,

    .input-group-append .pagination-classic>li>span+.input-group-text,

    .input-group-append .input-group-text+.input-group-text,

    .input-group-append .input-group-text+.btn,

    .input-group-append .pagination-classic>li>.input-group-text+a,

    .input-group-append .pagination-classic>li>.input-group-text+span {

        margin-left: -1px;

    }

    

    .input-group-prepend {

        margin-right: -1px;

    }

    

    .input-group-append {

        margin-left: -1px;

    }

    

    .input-group-text {

        display: flex;

        align-items: center;

        padding: 0.375rem 0.75rem;

        margin-bottom: 0;

        font-size: 15px;

        font-weight: 400;

        line-height: 1.5;

        color: #fff;

        text-align: center;

        white-space: nowrap;

        background-color: #212121;

        border: 1px solid #212121;

        border-radius: 5px;

    }

    

    .input-group-text input[type="radio"],

    .input-group-text input[type="checkbox"] {

        margin-top: 0;

    }

    

    .input-group>.input-group-prepend>.btn,

    .pagination-classic.input-group>li.input-group-prepend>a,

    .pagination-classic.input-group>li.input-group-prepend>span,

    .input-group>.input-group-prepend>.input-group-text,

    .input-group>.input-group-append:not(:last-child)>.btn,

    .pagination-classic.input-group>li.input-group-append:not(:last-child)>a,

    .pagination-classic.input-group>li.input-group-append:not(:last-child)>span,

    .input-group>.input-group-append:not(:last-child)>.input-group-text,

    .input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),

    .pagination-classic.input-group>li.input-group-append:last-child>a:not(:last-child):not(.dropdown-toggle),

    .pagination-classic.input-group>li.input-group-append:last-child>span:not(:last-child):not(.dropdown-toggle),

    .input-group>.input-group-append:last-child>.input-group-text:not(:last-child) {

        border-top-right-radius: 0;

        border-bottom-right-radius: 0;

    }

    

    .input-group>.input-group-append>.btn,

    .pagination-classic.input-group>li.input-group-append>a,

    .pagination-classic.input-group>li.input-group-append>span,

    .input-group>.input-group-append>.input-group-text,

    .input-group>.input-group-prepend:not(:first-child)>.btn,

    .pagination-classic.input-group>li.input-group-prepend:not(:first-child)>a,

    .pagination-classic.input-group>li.input-group-prepend:not(:first-child)>span,

    .input-group>.input-group-prepend:not(:first-child)>.input-group-text,

    .input-group>.input-group-prepend:first-child>.btn:not(:first-child),

    .pagination-classic.input-group>li.input-group-prepend:first-child>a:not(:first-child),

    .pagination-classic.input-group>li.input-group-prepend:first-child>span:not(:first-child),

    .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child) {

        border-top-left-radius: 0;

        border-bottom-left-radius: 0;

    }

    

    .custom-control {

        position: relative;

        display: block;

        min-height: 1.6rem;

        padding-left: 1.5rem;

    }

    

    .custom-control-inline {

        display: inline-flex;

        margin-right: 1rem;

    }

    

    .custom-control-input {

        position: absolute;

        z-index: -1;

        opacity: 0;

    }

    

    .custom-control-input:checked~.custom-control-label::before {

        color: #fff;

        background-color: #007bff;

    }

    

    .custom-control-input:focus~.custom-control-label::before {

        box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);

    }

    

    .custom-control-input:active~.custom-control-label::before {

        color: #fff;

        background-color: #b3d7ff;

    }

    

    .custom-control-input:disabled~.custom-control-label {

        color: #6c757d;

    }

    

    .custom-control-input:disabled~.custom-control-label::before {

        background-color: #e9ecef;

    }

    

    .custom-control-label {

        position: relative;

        margin-bottom: 0;

    }

    

    .custom-control-label::before {

        position: absolute;

        top: 0.3rem;

        left: -1.5rem;

        display: block;

        width: 1rem;

        height: 1rem;

        pointer-events: none;

        content: "";

        user-select: none;

        background-color: #dee2e6;

    }

    

    .custom-control-label::after {

        position: absolute;

        top: 0.3rem;

        left: -1.5rem;

        display: block;

        width: 1rem;

        height: 1rem;

        content: "";

        background-repeat: no-repeat;

        background-position: center center;

        background-size: 50% 50%;

    }

    

    .custom-checkbox .custom-control-label::before {

        border-radius: 0.25rem;

    }

    

    .custom-checkbox .custom-control-input:checked~.custom-control-label::before {

        background-color: #007bff;

    }

    

    .custom-checkbox .custom-control-input:checked~.custom-control-label::after {

        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");

    }

    

    .custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {

        background-color: #007bff;

    }

    

    .custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {

        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");

    }

    

    .custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {

        background-color: rgba(0, 123, 255, 0.5);

    }

    

    .custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {

        background-color: rgba(0, 123, 255, 0.5);

    }

    

    .custom-radio .custom-control-label::before {

        border-radius: 50%;

    }

    

    .custom-radio .custom-control-input:checked~.custom-control-label::before {

        background-color: #007bff;

    }

    

    .custom-radio .custom-control-input:checked~.custom-control-label::after {

        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");

    }

    

    .custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {

        background-color: rgba(0, 123, 255, 0.5);

    }

    

    .custom-select {

        display: inline-block;

        width: 100%;

        height: calc(2.25rem + 2px);

        padding: 0.375rem 1.75rem 0.375rem 0.75rem;

        line-height: 1.5;

        color: #495057;

        vertical-align: middle;

        background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;

        background-size: 8px 10px;

        border: 1px solid #ced4da;

        border-radius: 0.25rem;

        appearance: none;

    }

    

    .custom-select:focus {

        border-color: #80bdff;

        outline: 0;

        box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5);

    }

    

    .custom-select:focus::-ms-value {

        color: #212121;

        background-color: transparent;

    }

    

    .custom-select[multiple],

    .custom-select[size]:not([size="1"]) {

        height: auto;

        padding-right: 0.75rem;

        background-image: none;

    }

    

    .custom-select:disabled {

        color: #6c757d;

        background-color: #e9ecef;

    }

    

    .custom-select::-ms-expand {

        opacity: 0;

    }

    

    .custom-select-sm {

        height: calc(1.8125rem + 2px);

        padding-top: 0.375rem;

        padding-bottom: 0.375rem;

        font-size: 75%;

    }

    

    .custom-select-lg {

        height: calc(2.875rem + 2px);

        padding-top: 0.375rem;

        padding-bottom: 0.375rem;

        font-size: 125%;

    }

    

    .custom-file {

        position: relative;

        display: inline-block;

        width: 100%;

        height: calc(2.25rem + 2px);

        margin-bottom: 0;

    }

    

    .custom-file-input {

        position: relative;

        z-index: 2;

        width: 100%;

        height: calc(2.25rem + 2px);

        margin: 0;

        opacity: 0;

    }

    

    .custom-file-input:focus~.custom-file-label {

        border-color: #80bdff;

        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);

    }

    

    .custom-file-input:focus~.custom-file-label::after {

        border-color: #80bdff;

    }

    

    .custom-file-input:lang(en)~.custom-file-label::after {

        content: "Browse";

    }

    

    .custom-file-label {

        position: absolute;

        top: 0;

        right: 0;

        left: 0;

        z-index: 1;

        height: calc(2.25rem + 2px);

        padding: 0.375rem 0.75rem;

        line-height: 1.5;

        color: #495057;

        background-color: #fff;

        border: 1px solid #ced4da;

        border-radius: 0.25rem;

    }

    

    .custom-file-label::after {

        position: absolute;

        top: 0;

        right: 0;

        bottom: 0;

        z-index: 3;

        display: block;

        height: 2.25rem;

        padding: 0.375rem 0.75rem;

        line-height: 1.5;

        color: #495057;

        content: "Browse";

        background-color: #e9ecef;

        border-left: 1px solid #ced4da;

        border-radius: 0 0.25rem 0.25rem 0;

    }

    

    .custom-range {

        width: 100%;

        padding-left: 0;

        background-color: transparent;

        appearance: none;

    }

    

    .custom-range:focus {

        outline: none;

    }

    

    .custom-range::-moz-focus-outer {

        border: 0;

    }

    

    .custom-range::-webkit-slider-thumb {

        width: 1rem;

        height: 1rem;

        margin-top: -0.25rem;

        background-color: #007bff;

        border: 0;

        border-radius: 1rem;

        appearance: none;

    }

    

    .custom-range::-webkit-slider-thumb:focus {

        outline: none;

        box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);

    }

    

    .custom-range::-webkit-slider-thumb:active {

        background-color: #b3d7ff;

    }

    

    .custom-range::-webkit-slider-runnable-track {

        width: 100%;

        height: 0.5rem;

        color: transparent;

        cursor: pointer;

        background-color: #dee2e6;

        border-color: transparent;

        border-radius: 1rem;

    }

    

    .custom-range::-moz-range-thumb {

        width: 1rem;

        height: 1rem;

        background-color: #007bff;

        border: 0;

        border-radius: 1rem;

        appearance: none;

    }

    

    .custom-range::-moz-range-thumb:focus {

        outline: none;

        box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);

    }

    

    .custom-range::-moz-range-thumb:active {

        background-color: #b3d7ff;

    }

    

    .custom-range::-moz-range-track {

        width: 100%;

        height: 0.5rem;

        color: transparent;

        cursor: pointer;

        background-color: #dee2e6;

        border-color: transparent;

        border-radius: 1rem;

    }

    

    .custom-range::-ms-thumb {

        width: 1rem;

        height: 1rem;

        background-color: #007bff;

        border: 0;

        border-radius: 1rem;

        appearance: none;

    }

    

    .custom-range::-ms-thumb:focus {

        outline: none;

        box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);

    }

    

    .custom-range::-ms-thumb:active {

        background-color: #b3d7ff;

    }

    

    .custom-range::-ms-track {

        width: 100%;

        height: 0.5rem;

        color: transparent;

        cursor: pointer;

        background-color: transparent;

        border-color: transparent;

        border-width: 0.5rem;

    }

    

    .custom-range::-ms-fill-lower {

        background-color: #dee2e6;

        border-radius: 1rem;

    }

    

    .custom-range::-ms-fill-upper {

        margin-right: 15px;

        background-color: #dee2e6;

        border-radius: 1rem;

    }

    

    .nav {

        display: flex;

        flex-wrap: wrap;

        padding-left: 0;

        margin-bottom: 0;

        list-style: none;

    }

    

    .nav-link {

        display: block;

        padding: 0.5rem 1rem;

    }

    

    .nav-link:hover,

    .nav-link:focus {

        text-decoration: none;

    }

    

    .nav-link.disabled {

        color: #6c757d;

    }

    

    .nav-tabs {

        border-bottom: 1px solid #d3dbe8;

    }

    

    .nav-tabs .nav-item {

        margin-bottom: -1px;

    }

    

    .nav-tabs .nav-link {

        border: 1px solid transparent;

        border-top-left-radius: 0.25rem;

        border-top-right-radius: 0.25rem;

    }

    

    .nav-tabs .nav-link:hover,

    .nav-tabs .nav-link:focus {

        border-color: #f7f7f7;

    }

    

    .nav-tabs .nav-link.disabled {

        color: #6c757d;

        background-color: transparent;

        border-color: transparent;

    }

    

    .nav-tabs .nav-link.active,

    .nav-tabs .nav-item.show .nav-link {

        color: #495057;

        background-color: #fff;

        border-color: #dee2e6 #dee2e6 #fff;

    }

    

    .nav-tabs .dropdown-menu {

        margin-top: -1px;

        border-top-left-radius: 0;

        border-top-right-radius: 0;

    }

    

    .nav-pills .nav-link {

        border-radius: 3px;

    }

    

    .nav-pills .nav-link.active,

    .nav-pills .show>.nav-link {

        color: #fff;

        background-color: #554e9f;

    }

    

    .nav-fill .nav-item {

        flex: 1 1 auto;

        text-align: center;

    }

    

    .nav-justified .nav-item {

        flex-basis: 0;

        flex-grow: 1;

        text-align: center;

    }

    

    .tab-content>.tab-pane {

        display: none;

    }

    

    .tab-content>.active {

        display: block;

    }

    

    .navbar {

        position: relative;

        display: flex;

        flex-wrap: wrap;

        align-items: center;

        justify-content: space-between;

        padding: 0.5rem 1rem;

    }

    

    .navbar>.container,

    .navbar>.container-fluid {

        display: flex;

        flex-wrap: wrap;

        align-items: center;

        justify-content: space-between;

    }

    

    .navbar-brand {

        display: inline-block;

        padding-top: 0px;

        padding-bottom: 5px;

        margin-right: 1rem;

        font-size: 1.25rem;

        line-height: inherit;

        white-space: nowrap;

    }

    

    .navbar-brand:hover,

    .navbar-brand:focus {

        text-decoration: none;

    }

    

    .navbar-nav {

        display: flex;

        flex-direction: column;

        padding-left: 0;

        margin-bottom: 0;

        list-style: none;

    }

    

    .navbar-nav .nav-link {

        padding-right: 0;

        padding-left: 0;

    }

    

    .navbar-nav .dropdown-menu {

        position: static;

        float: none;

    }

    

    .navbar-text {

        display: inline-block;

        padding-top: 0.5rem;

        padding-bottom: 0.5rem;

    }

    

    .navbar-collapse {

        flex-basis: 100%;

        flex-grow: 1;

        align-items: center;

    }

    

    .navbar-toggler {

        padding: 0.25rem 0.75rem;

        font-size: 1.25rem;

        line-height: 1;

        background-color: transparent;

        border: 1px solid transparent;

        border-radius: 0.25rem;

    }

    

    .navbar-toggler:hover,

    .navbar-toggler:focus {

        text-decoration: none;

    }

    

    .navbar-toggler:not(:disabled):not(.disabled) {

        cursor: pointer;

    }

    

    .navbar-toggler-icon {

        display: inline-block;

        width: 1.5em;

        height: 1.5em;

        vertical-align: middle;

        content: "";

        background: no-repeat center center;

        background-size: 100% 100%;

    }

    

    @media (max-width: 479.98px) {

        .navbar-expand-sm>.container,

        .navbar-expand-sm>.container-fluid {

            padding-right: 0;

            padding-left: 0;

        }

    }

    

    @media (min-width: 480px) {

        .navbar-expand-sm {

            flex-flow: row nowrap;

            justify-content: flex-start;

        }

        .navbar-expand-sm .navbar-nav {

            flex-direction: row;

        }

        .navbar-expand-sm .navbar-nav .dropdown-menu {

            position: absolute;

        }

        .navbar-expand-sm .navbar-nav .nav-link {

            padding-right: 0.5rem;

            padding-left: 0.5rem;

        }

        .navbar-expand-sm>.container,

        .navbar-expand-sm>.container-fluid {

            flex-wrap: nowrap;

        }

        .navbar-expand-sm .navbar-collapse {

            display: flex !important;

            flex-basis: auto;

        }

        .navbar-expand-sm .navbar-toggler {

            display: none;

        }

    }

    

    @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 {

            flex-flow: row nowrap;

            justify-content: flex-start;

        }

        .navbar-expand-md .navbar-nav {

            flex-direction: row;

        }

        .navbar-expand-md .navbar-nav .dropdown-menu {

            position: absolute;

        }

        .navbar-expand-md .navbar-nav .nav-link {

            padding-right: 0.5rem;

            padding-left: 0.5rem;

        }

        .navbar-expand-md>.container,

        .navbar-expand-md>.container-fluid {

            flex-wrap: nowrap;

        }

        .navbar-expand-md .navbar-collapse {

            display: flex !important;

            flex-basis: auto;

        }

        .navbar-expand-md .navbar-toggler {

            display: none;

        }

    }

    

    @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 {

            flex-flow: row nowrap;

            justify-content: flex-start;

        }

        .navbar-expand-lg .navbar-nav {

            flex-direction: row;

        }

        .navbar-expand-lg .navbar-nav .dropdown-menu {

            position: absolute;

        }

        .navbar-expand-lg .navbar-nav .nav-link {

            padding-right: 0.5rem;

            padding-left: 0.5rem;

        }

        .navbar-expand-lg>.container,

        .navbar-expand-lg>.container-fluid {

            flex-wrap: nowrap;

        }

        .navbar-expand-lg .navbar-collapse {

            display: flex !important;

            flex-basis: auto;

        }

        .navbar-expand-lg .navbar-toggler {

            display: none;

        }

    }

    

    @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 {

            flex-flow: row nowrap;

            justify-content: flex-start;

        }

        .navbar-expand-xl .navbar-nav {

            flex-direction: row;

        }

        .navbar-expand-xl .navbar-nav .dropdown-menu {

            position: absolute;

        }

        .navbar-expand-xl .navbar-nav .nav-link {

            padding-right: 0.5rem;

            padding-left: 0.5rem;

        }

        .navbar-expand-xl>.container,

        .navbar-expand-xl>.container-fluid {

            flex-wrap: nowrap;

        }

        .navbar-expand-xl .navbar-collapse {

            display: flex !important;

            flex-basis: auto;

        }

        .navbar-expand-xl .navbar-toggler {

            display: none;

        }

    }

    

    @media (max-width: 1599.98px) {

        .navbar-expand-xxl>.container,

        .navbar-expand-xxl>.container-fluid {

            padding-right: 0;

            padding-left: 0;

        }

    }

    

    @media (min-width: 1600px) {

        .navbar-expand-xxl {

            flex-flow: row nowrap;

            justify-content: flex-start;

        }

        .navbar-expand-xxl .navbar-nav {

            flex-direction: row;

        }

        .navbar-expand-xxl .navbar-nav .dropdown-menu {

            position: absolute;

        }

        .navbar-expand-xxl .navbar-nav .nav-link {

            padding-right: 0.5rem;

            padding-left: 0.5rem;

        }

        .navbar-expand-xxl>.container,

        .navbar-expand-xxl>.container-fluid {

            flex-wrap: nowrap;

        }

        .navbar-expand-xxl .navbar-collapse {

            display: flex !important;

            flex-basis: auto;

        }

        .navbar-expand-xxl .navbar-toggler {

            display: none;

        }

    }

    

    .navbar-expand {

        flex-flow: row nowrap;

        justify-content: flex-start;

    }

    

    .navbar-expand>.container,

    .navbar-expand>.container-fluid {

        padding-right: 0;

        padding-left: 0;

    }

    

    .navbar-expand .navbar-nav {

        flex-direction: row;

    }

    

    .navbar-expand .navbar-nav .dropdown-menu {

        position: absolute;

    }

    

    .navbar-expand .navbar-nav .nav-link {

        padding-right: 0.5rem;

        padding-left: 0.5rem;

    }

    

    .navbar-expand>.container,

    .navbar-expand>.container-fluid {

        flex-wrap: nowrap;

    }

    

    .navbar-expand .navbar-collapse {

        display: flex !important;

        flex-basis: auto;

    }

    

    .navbar-expand .navbar-toggler {

        display: none;

    }

    

    .navbar-light .navbar-brand {

        color: rgba(0, 0, 0, 0.9);

    }

    

    .navbar-light .navbar-brand:hover,

    .navbar-light .navbar-brand:focus {

        color: rgba(0, 0, 0, 0.9);

    }

    

    .navbar-light .navbar-nav .nav-link {

        color: rgba(0, 0, 0, 0.5);

    }

    

    .navbar-light .navbar-nav .nav-link:hover,

    .navbar-light .navbar-nav .nav-link:focus {

        color: rgba(0, 0, 0, 0.7);

    }

    

    .navbar-light .navbar-nav .nav-link.disabled {

        color: rgba(0, 0, 0, 0.3);

    }

    

    .navbar-light .navbar-nav .show>.nav-link,

    .navbar-light .navbar-nav .active>.nav-link,

    .navbar-light .navbar-nav .nav-link.show,

    .navbar-light .navbar-nav .nav-link.active {

        color: rgba(0, 0, 0, 0.9);

    }

    

    .navbar-light .navbar-toggler {

        color: rgba(0, 0, 0, 0.5);

        border-color: rgba(0, 0, 0, 0.1);

    }

    

    .navbar-light .navbar-toggler-icon {

        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");

    }

    

    .navbar-light .navbar-text {

        color: rgba(0, 0, 0, 0.5);

    }

    

    .navbar-light .navbar-text a {

        color: rgba(0, 0, 0, 0.9);

    }

    

    .navbar-light .navbar-text a:hover,

    .navbar-light .navbar-text a:focus {

        color: rgba(0, 0, 0, 0.9);

    }

    

    .navbar-dark .navbar-brand {

        color: #fff;

    }

    

    .navbar-dark .navbar-brand:hover,

    .navbar-dark .navbar-brand:focus {

        color: #fff;

    }

    

    .navbar-dark .navbar-nav .nav-link {

        color: rgba(255, 255, 255, 0.5);

    }

    

    .navbar-dark .navbar-nav .nav-link:hover,

    .navbar-dark .navbar-nav .nav-link:focus {

        color: rgba(255, 255, 255, 0.75);

    }

    

    .navbar-dark .navbar-nav .nav-link.disabled {

        color: rgba(255, 255, 255, 0.25);

    }

    

    .navbar-dark .navbar-nav .show>.nav-link,

    .navbar-dark .navbar-nav .active>.nav-link,

    .navbar-dark .navbar-nav .nav-link.show,

    .navbar-dark .navbar-nav .nav-link.active {

        color: #fff;

    }

    

    .navbar-dark .navbar-toggler {

        color: rgba(255, 255, 255, 0.5);

        border-color: rgba(255, 255, 255, 0.1);

    }

    

    .navbar-dark .navbar-toggler-icon {

        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");

    }

    

    .navbar-dark .navbar-text {

        color: rgba(255, 255, 255, 0.5);

    }

    

    .navbar-dark .navbar-text a {

        color: #fff;

    }

    

    .navbar-dark .navbar-text a:hover,

    .navbar-dark .navbar-text a:focus {

        color: #fff;

    }

    

    .card {

        position: relative;

        display: flex;

        flex-direction: column;

        min-width: 0;

        word-wrap: break-word;

        background-color: #fff;

        background-clip: border-box;

        border: 1px solid rgba(0, 0, 0, 0.125);

        border-radius: 0.25rem;

    }

    

    .card>hr {

        margin-right: 0;

        margin-left: 0;

    }

    

    .card>.list-group:first-child .list-group-item:first-child {

        border-top-left-radius: 0.25rem;

        border-top-right-radius: 0.25rem;

    }

    

    .card>.list-group:last-child .list-group-item:last-child {

        border-bottom-right-radius: 0.25rem;

        border-bottom-left-radius: 0.25rem;

    }

    

    .card-body {

        flex: 1 1 auto;

        padding: 1.25rem;

    }

    

    .card-title {

        margin-bottom: 0.75rem;

    }

    

    .card-subtitle {

        margin-top: -0.375rem;

        margin-bottom: 0;

    }

    

    .card-text:last-child {

        margin-bottom: 0;

    }

    

    .card-link:hover {

        text-decoration: none;

    }

    

    .card-link+.card-link {

        margin-left: 1.25rem;

    }

    

    .card-header {

        padding: 0.75rem 1.25rem;

        margin-bottom: 0;

        background-color: rgba(0, 0, 0, 0.03);

        border-bottom: 1px solid rgba(0, 0, 0, 0.125);

    }

    

    .card-header:first-child {

        border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;

    }

    

    .card-header+.list-group .list-group-item:first-child {

        border-top: 0;

    }

    

    .card-footer {

        padding: 0.75rem 1.25rem;

        background-color: rgba(0, 0, 0, 0.03);

        border-top: 1px solid rgba(0, 0, 0, 0.125);

    }

    

    .card-footer:last-child {

        border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);

    }

    

    .card-header-tabs {

        margin-right: -0.625rem;

        margin-bottom: -0.75rem;

        margin-left: -0.625rem;

        border-bottom: 0;

    }

    

    .card-header-pills {

        margin-right: -0.625rem;

        margin-left: -0.625rem;

    }

    

    .card-img-overlay {

        position: absolute;

        top: 0;

        right: 0;

        bottom: 0;

        left: 0;

        padding: 1.25rem;

    }

    

    .card-img {

        width: 100%;

        border-radius: calc(0.25rem - 1px);

    }

    

    .card-img-top {

        width: 100%;

        border-top-left-radius: calc(0.25rem - 1px);

        border-top-right-radius: calc(0.25rem - 1px);

    }

    

    .card-img-bottom {

        width: 100%;

        border-bottom-right-radius: calc(0.25rem - 1px);

        border-bottom-left-radius: calc(0.25rem - 1px);

    }

    

    .card-deck {

        display: flex;

        flex-direction: column;

    }

    

    .card-deck .card {

        margin-bottom: 15px;

    }

    

    @media (min-width: 480px) {

        .card-deck {

            flex-flow: row wrap;

            margin-right: -15px;

            margin-left: -15px;

        }

        .card-deck .card {

            display: flex;

            flex: 1 0 0%;

            flex-direction: column;

            margin-right: 15px;

            margin-bottom: 0;

            margin-left: 15px;

        }

    }

    

    .card-group {

        display: flex;

        flex-direction: column;

    }

    

    .card-group>.card {

        margin-bottom: 15px;

    }

    

    @media (min-width: 480px) {

        .card-group {

            flex-flow: row wrap;

        }

        .card-group>.card {

            flex: 1 0 0%;

            margin-bottom: 0;

        }

        .card-group>.card+.card {

            margin-left: 0;

            border-left: 0;

        }

        .card-group>.card:first-child {

            border-top-right-radius: 0;

            border-bottom-right-radius: 0;

        }

        .card-group>.card:first-child .card-img-top,

        .card-group>.card:first-child .card-header {

            border-top-right-radius: 0;

        }

        .card-group>.card:first-child .card-img-bottom,

        .card-group>.card:first-child .card-footer {

            border-bottom-right-radius: 0;

        }

        .card-group>.card:last-child {

            border-top-left-radius: 0;

            border-bottom-left-radius: 0;

        }

        .card-group>.card:last-child .card-img-top,

        .card-group>.card:last-child .card-header {

            border-top-left-radius: 0;

        }

        .card-group>.card:last-child .card-img-bottom,

        .card-group>.card:last-child .card-footer {

            border-bottom-left-radius: 0;

        }

        .card-group>.card:only-child {

            border-radius: 0.25rem;

        }

        .card-group>.card:only-child .card-img-top,

        .card-group>.card:only-child .card-header {

            border-top-left-radius: 0.25rem;

            border-top-right-radius: 0.25rem;

        }

        .card-group>.card:only-child .card-img-bottom,

        .card-group>.card:only-child .card-footer {

            border-bottom-right-radius: 0.25rem;

            border-bottom-left-radius: 0.25rem;

        }

        .card-group>.card:not(:first-child):not(:last-child):not(:only-child) {

            border-radius: 0;

        }

        .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,

        .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,

        .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,

        .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer {

            border-radius: 0;

        }

    }

    

    .card-columns .card {

        margin-bottom: 0.75rem;

    }

    

    @media (min-width: 480px) {

        .card-columns {

            column-count: 3;

            column-gap: 1.25rem;

            orphans: 1;

            widows: 1;

        }

        .card-columns .card {

            display: inline-block;

            width: 100%;

        }

    }

    

    .accordion .card:not(:first-of-type):not(:last-of-type) {

        border-bottom: 0;

        border-radius: 0;

    }

    

    .accordion .card:not(:first-of-type) .card-header:first-child {

        border-radius: 0;

    }

    

    .accordion .card:first-of-type {

        border-bottom: 0;

        border-bottom-right-radius: 0;

        border-bottom-left-radius: 0;

    }

    

    .accordion .card:last-of-type {

        border-top-left-radius: 0;

        border-top-right-radius: 0;

    }

    

    .breadcrumb {

        display: flex;

        flex-wrap: wrap;

        padding: 0.75rem 1rem;

        margin-bottom: 1rem;

        list-style: none;

        background-color: #f5f5f5;

        border-radius: 0.25rem;

    }

    

    .breadcrumb-item+.breadcrumb-item {

        padding-left: 0.5rem;

    }

    

    .breadcrumb-item+.breadcrumb-item::before {

        display: inline-block;

        padding-right: 0.5rem;

        color: #6c757d;

        content: "/";

    }

    

    .breadcrumb-item+.breadcrumb-item:hover::before {

        text-decoration: underline;

    }

    

    .breadcrumb-item+.breadcrumb-item:hover::before {

        text-decoration: none;

    }

    

    .breadcrumb-item.active {

        color: #f0f1f4;

    }

    

    .pagination {

        display: flex;

        padding-left: 0;

        list-style: none;

        border-radius: 5px;

    }

    

    .page-link {

        position: relative;

        display: block;

        padding: 0.5rem 0.75rem;

        margin-left: -1px;

        line-height: 1.25;

        color: #434345;

        background-color: transparent;

        border: 1px solid #d3dbe8;

    }

    

    .page-link:hover {

        z-index: 2;

        color: #fff;

        text-decoration: none;

        background-color: #212121;

        border-color: #212121;

    }

    

    .page-link:focus {

        z-index: 2;

        outline: 0;

        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);

    }

    

    .page-link:not(:disabled):not(.disabled) {

        cursor: pointer;

    }

    

    .page-item:first-child .page-link {

        margin-left: 0;

        border-top-left-radius: 5px;

        border-bottom-left-radius: 5px;

    }

    

    .page-item:last-child .page-link {

        border-top-right-radius: 5px;

        border-bottom-right-radius: 5px;

    }

    

    .page-item.active .page-link {

        z-index: 1;

        color: #fff;

        background-color: #554e9f;

        border-color: #554e9f;

    }

    

    .page-item.disabled .page-link {

        color: #d3dbe8;

        pointer-events: none;

        cursor: auto;

        background-color: transparent;

        border-color: #d3dbe8;

    }

    

    .pagination-lg .page-link {

        padding: 0.75rem 1.5rem;

        font-size: 16px;

        line-height: 1.5;

    }

    

    .pagination-lg .page-item:first-child .page-link {

        border-top-left-radius: 0.3rem;

        border-bottom-left-radius: 0.3rem;

    }

    

    .pagination-lg .page-item:last-child .page-link {

        border-top-right-radius: 0.3rem;

        border-bottom-right-radius: 0.3rem;

    }

    

    .pagination-sm .page-link {

        padding: 0.25rem 0.5rem;

        font-size: 15px;

        line-height: 1.5;

    }

    

    .pagination-sm .page-item:first-child .page-link {

        border-top-left-radius: 0.2rem;

        border-bottom-left-radius: 0.2rem;

    }

    

    .pagination-sm .page-item:last-child .page-link {

        border-top-right-radius: 0.2rem;

        border-bottom-right-radius: 0.2rem;

    }

    

    .badge {

        display: inline-block;

        padding: 0.25em 0.4em;

        font-size: 12px;

        font-weight: bold;

        line-height: 1;

        text-align: center;

        white-space: nowrap;

        vertical-align: baseline;

        border-radius: 10px;

    }

    

    .badge:empty {

        display: none;

    }

    

    .btn .badge,

    .pagination-classic>li>a .badge,

    .pagination-classic>li>span .badge {

        position: relative;

        top: -1px;

    }

    

    .badge-pill {

        padding-right: 0.6em;

        padding-left: 0.6em;

        border-radius: 10rem;

    }

    

    .badge-primary {

        color: #fff;

        background-color: #007bff;

    }

    

    .badge-primary[href]:hover,

    .badge-primary[href]:focus {

        color: #fff;

        text-decoration: none;

        background-color: #0062cc;

    }

    

    .badge-secondary {

        color: #fff;

        background-color: #6c757d;

    }

    

    .badge-secondary[href]:hover,

    .badge-secondary[href]:focus {

        color: #fff;

        text-decoration: none;

        background-color: #545b62;

    }

    

    .badge-success {

        color: #fff;

        background-color: #28a745;

    }

    

    .badge-success[href]:hover,

    .badge-success[href]:focus {

        color: #fff;

        text-decoration: none;

        background-color: #1e7e34;

    }

    

    .badge-info {

        color: #fff;

        background-color: #17a2b8;

    }

    

    .badge-info[href]:hover,

    .badge-info[href]:focus {

        color: #fff;

        text-decoration: none;

        background-color: #117a8b;

    }

    

    .badge-warning {

        color: #212529;

        background-color: #ffc107;

    }

    

    .badge-warning[href]:hover,

    .badge-warning[href]:focus {

        color: #212529;

        text-decoration: none;

        background-color: #d39e00;

    }

    

    .badge-danger {

        color: #fff;

        background-color: #dc3545;

    }

    

    .badge-danger[href]:hover,

    .badge-danger[href]:focus {

        color: #fff;

        text-decoration: none;

        background-color: #bd2130;

    }

    

    .badge-light {

        color: #212529;

        background-color: #f8f9fa;

    }

    

    .badge-light[href]:hover,

    .badge-light[href]:focus {

        color: #212529;

        text-decoration: none;

        background-color: #dae0e5;

    }

    

    .badge-dark {

        color: #fff;

        background-color: #343a40;

    }

    

    .badge-dark[href]:hover,

    .badge-dark[href]:focus {

        color: #fff;

        text-decoration: none;

        background-color: #1d2124;

    }

    

    .jumbotron {

        padding: 38px 19px;

        margin-bottom: 38px;

        background-color: #212121;

        border-radius: 0.3rem;

    }

    

    @media (min-width: 480px) {

        .jumbotron {

            padding: 76px 38px;

        }

    }

    

    .jumbotron-fluid {

        padding-right: 0;

        padding-left: 0;

        border-radius: 0;

    }

    

    .alert {

        position: relative;

        padding: 0.75rem 1.25rem;

        margin-bottom: 1rem;

        border: 1px solid transparent;

        border-radius: 5px;

    }

    

    .alert-heading {

        color: inherit;

    }

    

    .alert-link {

        font-weight: bold;

    }

    

    .alert-dismissible {

        padding-right: 4rem;

    }

    

    .alert-dismissible .close {

        position: absolute;

        top: 0;

        right: 0;

        padding: 0.75rem 1.25rem;

        color: inherit;

    }

    

    .alert-primary {

        color: #0c4c91;

        background-color: #cce5ff;

        border-color: #b8daff;

    }

    

    .alert-primary hr {

        border-top-color: #9fcdff;

    }

    

    .alert-primary .alert-link {

        color: #083362;

    }

    

    .alert-secondary {

        color: #44494d;

        background-color: #e2e3e5;

        border-color: #d6d8db;

    }

    

    .alert-secondary hr {

        border-top-color: #c8cbcf;

    }

    

    .alert-secondary .alert-link {

        color: #2c2f32;

    }

    

    .alert-success {

        color: #216330;

        background-color: #d4edda;

        border-color: #c3e6cb;

    }

    

    .alert-success hr {

        border-top-color: #b1dfbb;

    }

    

    .alert-success .alert-link {

        color: #143d1d;

    }

    

    .alert-info {

        color: #18606c;

        background-color: #d1ecf1;

        border-color: #bee5eb;

    }

    

    .alert-info hr {

        border-top-color: #abdde5;

    }

    

    .alert-info .alert-link {

        color: #0f3b42;

    }

    

    .alert-warning {

        color: #917010;

        background-color: #fff3cd;

        border-color: #ffeeba;

    }

    

    .alert-warning hr {

        border-top-color: #ffe8a1;

    }

    

    .alert-warning .alert-link {

        color: #634d0b;

    }

    

    .alert-danger {

        color: #7e2830;

        background-color: #f8d7da;

        border-color: #f5c6cb;

    }

    

    .alert-danger hr {

        border-top-color: #f1b0b7;

    }

    

    .alert-danger .alert-link {

        color: #571c21;

    }

    

    .alert-light {

        color: #8d8d8e;

        background-color: #fefefe;

        border-color: #fdfdfe;

    }

    

    .alert-light hr {

        border-top-color: #ececf6;

    }

    

    .alert-light .alert-link {

        color: #737375;

    }

    

    .alert-dark {

        color: #272a2d;

        background-color: #d6d8d9;

        border-color: #c6c8ca;

    }

    

    .alert-dark hr {

        border-top-color: #b9bbbe;

    }

    

    .alert-dark .alert-link {

        color: #0f1112;

    }

    

    @keyframes progress-bar-stripes {

        from {

            background-position: 1rem 0;

        }

        to {

            background-position: 0 0;

        }

    }

    

    .progress {

        display: flex;

        height: 1rem;

        overflow: hidden;

        font-size: 13px;

        background-color: #f5f5f5;

        border-radius: 5px;

    }

    

    .progress-bar {

        display: flex;

        flex-direction: column;

        justify-content: center;

        color: #fff;

        text-align: center;

        white-space: nowrap;

        background-color: #554e9f;

        transition: width 0.6s ease;

    }

    

    @media screen and (prefers-reduced-motion: reduce) {

        .progress-bar {

            transition: none;

        }

    }

    

    .progress-bar-striped {

        background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);

        background-size: 1rem 1rem;

    }

    

    .progress-bar-animated {

        animation: progress-bar-stripes 1s linear infinite;

    }

    

    .media {

        display: flex;

        align-items: flex-start;

    }

    

    .media-body {

        flex: 1;

    }

    

    .list-group {

        display: flex;

        flex-direction: column;

        padding-left: 0;

        margin-bottom: 0;

    }

    

    .list-group-item-action {

        width: 100%;

        color: #495057;

        text-align: inherit;

    }

    

    .list-group-item-action:hover,

    .list-group-item-action:focus {

        color: #495057;

        text-decoration: none;

        background-color: #f7f7f7;

    }

    

    .list-group-item-action:active {

        color: #212529;

        background-color: #e9ecef;

    }

    

    .list-group-item {

        position: relative;

        display: block;

        padding: 0.75rem 1.25rem;

        margin-bottom: -1px;

        background-color: #fff;

        border: 1px solid rgba(0, 0, 0, 0.125);

    }

    

    .list-group-item:first-child {

        border-top-left-radius: 3px;

        border-top-right-radius: 3px;

    }

    

    .list-group-item:last-child {

        margin-bottom: 0;

        border-bottom-right-radius: 3px;

        border-bottom-left-radius: 3px;

    }

    

    .list-group-item:hover,

    .list-group-item:focus {

        z-index: 1;

        text-decoration: none;

    }

    

    .list-group-item.disabled,

    .list-group-item:disabled {

        color: #f0f1f4;

        background-color: #f2f4f9;

    }

    

    .list-group-item.active {

        z-index: 2;

        color: #fff;

        background-color: #554e9f;

        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: #0c4c91;

        background-color: #b8daff;

    }

    

    .list-group-item-primary.list-group-item-action:hover,

    .list-group-item-primary.list-group-item-action:focus {

        color: #0c4c91;

        background-color: #9fcdff;

    }

    

    .list-group-item-primary.list-group-item-action.active {

        color: #fff;

        background-color: #0c4c91;

        border-color: #0c4c91;

    }

    

    .list-group-item-secondary {

        color: #44494d;

        background-color: #d6d8db;

    }

    

    .list-group-item-secondary.list-group-item-action:hover,

    .list-group-item-secondary.list-group-item-action:focus {

        color: #44494d;

        background-color: #c8cbcf;

    }

    

    .list-group-item-secondary.list-group-item-action.active {

        color: #fff;

        background-color: #44494d;

        border-color: #44494d;

    }

    

    .list-group-item-success {

        color: #216330;

        background-color: #c3e6cb;

    }

    

    .list-group-item-success.list-group-item-action:hover,

    .list-group-item-success.list-group-item-action:focus {

        color: #216330;

        background-color: #b1dfbb;

    }

    

    .list-group-item-success.list-group-item-action.active {

        color: #fff;

        background-color: #216330;

        border-color: #216330;

    }

    

    .list-group-item-info {

        color: #18606c;

        background-color: #bee5eb;

    }

    

    .list-group-item-info.list-group-item-action:hover,

    .list-group-item-info.list-group-item-action:focus {

        color: #18606c;

        background-color: #abdde5;

    }

    

    .list-group-item-info.list-group-item-action.active {

        color: #fff;

        background-color: #18606c;

        border-color: #18606c;

    }

    

    .list-group-item-warning {

        color: #917010;

        background-color: #ffeeba;

    }

    

    .list-group-item-warning.list-group-item-action:hover,

    .list-group-item-warning.list-group-item-action:focus {

        color: #917010;

        background-color: #ffe8a1;

    }

    

    .list-group-item-warning.list-group-item-action.active {

        color: #fff;

        background-color: #917010;

        border-color: #917010;

    }

    

    .list-group-item-danger {

        color: #7e2830;

        background-color: #f5c6cb;

    }

    

    .list-group-item-danger.list-group-item-action:hover,

    .list-group-item-danger.list-group-item-action:focus {

        color: #7e2830;

        background-color: #f1b0b7;

    }

    

    .list-group-item-danger.list-group-item-action.active {

        color: #fff;

        background-color: #7e2830;

        border-color: #7e2830;

    }

    

    .list-group-item-light {

        color: #8d8d8e;

        background-color: #fdfdfe;

    }

    

    .list-group-item-light.list-group-item-action:hover,

    .list-group-item-light.list-group-item-action:focus {

        color: #8d8d8e;

        background-color: #ececf6;

    }

    

    .list-group-item-light.list-group-item-action.active {

        color: #fff;

        background-color: #8d8d8e;

        border-color: #8d8d8e;

    }

    

    .list-group-item-dark {

        color: #272a2d;

        background-color: #c6c8ca;

    }

    

    .list-group-item-dark.list-group-item-action:hover,

    .list-group-item-dark.list-group-item-action:focus {

        color: #272a2d;

        background-color: #b9bbbe;

    }

    

    .list-group-item-dark.list-group-item-action.active {

        color: #fff;

        background-color: #272a2d;

        border-color: #272a2d;

    }

    

    .close {

        float: right;

        font-size: 1.5rem;

        font-weight: bold;

        line-height: 1;

        color: #000;

        text-shadow: 0 1px 0 #fff;

        opacity: .5;

    }

    

    .close:hover,

    .close:focus {

        color: #000;

        text-decoration: none;

        opacity: .75;

    }

    

    .close:not(:disabled):not(.disabled) {

        cursor: pointer;

    }

    

    button.close {

        padding: 0;

        background-color: transparent;

        border: 0;

        -webkit-appearance: none;

    }

    

    .modal-open {

        overflow: hidden;

    }

    

    .modal {

        position: fixed;

        top: 0;

        right: 0;

        bottom: 0;

        left: 0;

        z-index: 1050;

        display: none;

        overflow: hidden;

        outline: 0;

    }

    

    .modal-open .modal {

        overflow-x: hidden;

        overflow-y: auto;

    }

    

    .modal-dialog {

        position: relative;

        width: auto;

        margin: 0.5rem;

        pointer-events: none;

    }

    

    .modal.fade .modal-dialog {

        transition: transform 0.3s ease-out;

        transform: translate(0, -25%);

    }

    

    @media screen and (prefers-reduced-motion: reduce) {

        .modal.fade .modal-dialog {

            transition: none;

        }

    }

    

    .modal.show .modal-dialog {

        transform: translate(0, 0);

    }

    

    .modal-dialog-centered {

        display: flex;

        align-items: center;

        min-height: calc(100% - (0.5rem * 2));

    }

    

    .modal-content {

        position: relative;

        display: flex;

        flex-direction: column;

        width: 100%;

        pointer-events: auto;

        background-color: #fff;

        background-clip: padding-box;

        border: 1px solid rgba(0, 0, 0, 0.2);

        border-radius: 0.3rem;

        outline: 0;

    }

    

    .modal-backdrop {

        position: fixed;

        top: 0;

        right: 0;

        bottom: 0;

        left: 0;

        z-index: 1040;

        background-color: #000;

    }

    

    .modal-backdrop.fade {

        opacity: 0;

    }

    

    .modal-backdrop.show {

        opacity: 0.5;

    }

    

    .modal-header {

        display: flex;

        align-items: flex-start;

        justify-content: space-between;

        padding: 1rem;

        border-bottom: 1px solid #e5e5e5;

        border-top-left-radius: 0.3rem;

        border-top-right-radius: 0.3rem;

    }

    

    .modal-header .close {

        padding: 1rem;

        margin: -1rem -1rem -1rem auto;

    }

    

    .modal-title {

        margin-bottom: 0;

        line-height: 1.6;

    }

    

    .modal-body {

        position: relative;

        flex: 1 1 auto;

        padding: 15px;

    }

    

    .modal-footer {

        display: flex;

        align-items: center;

        justify-content: flex-end;

        padding: 15px;

        border-top: 1px solid #e5e5e5;

    }

    

    .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: 480px) {

        .modal-dialog {

            max-width: 600px;

            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: 900px;

        }

    }

    

    .tooltip {

        position: absolute;

        z-index: 1070;

        display: block;

        margin: 0;

        font-family: "PT Sans", Helvetica, Arial, sans-serif;

        font-style: normal;

        font-weight: 400;

        line-height: 1.6;

        text-align: left;

        text-align: start;

        text-decoration: none;

        text-shadow: none;

        text-transform: none;

        letter-spacing: normal;

        word-break: normal;

        word-spacing: normal;

        white-space: normal;

        line-break: auto;

        font-size: 0.875rem;

        word-wrap: break-word;

        opacity: 0;

    }

    

    .tooltip.show {

        opacity: 0.9;

    }

    

    .tooltip .arrow {

        position: absolute;

        display: block;

        width: 5px;

        height: 0.4rem;

    }

    

    .tooltip .arrow::before {

        position: absolute;

        content: "";

        border-color: transparent;

        border-style: solid;

    }

    

    .bs-tooltip-top,

    .bs-tooltip-auto[x-placement^="top"] {

        padding: 0.4rem 0;

    }

    

    .bs-tooltip-top .arrow,

    .bs-tooltip-auto[x-placement^="top"] .arrow {

        bottom: 0;

    }

    

    .bs-tooltip-top .arrow::before,

    .bs-tooltip-auto[x-placement^="top"] .arrow::before {

        top: 0;

        border-width: 0.4rem 2.5px 0;

        border-top-color: #000;

    }

    

    .bs-tooltip-right,

    .bs-tooltip-auto[x-placement^="right"] {

        padding: 0 0.4rem;

    }

    

    .bs-tooltip-right .arrow,

    .bs-tooltip-auto[x-placement^="right"] .arrow {

        left: 0;

        width: 0.4rem;

        height: 5px;

    }

    

    .bs-tooltip-right .arrow::before,

    .bs-tooltip-auto[x-placement^="right"] .arrow::before {

        right: 0;

        border-width: 2.5px 0.4rem 2.5px 0;

        border-right-color: #000;

    }

    

    .bs-tooltip-bottom,

    .bs-tooltip-auto[x-placement^="bottom"] {

        padding: 0.4rem 0;

    }

    

    .bs-tooltip-bottom .arrow,

    .bs-tooltip-auto[x-placement^="bottom"] .arrow {

        top: 0;

    }

    

    .bs-tooltip-bottom .arrow::before,

    .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {

        bottom: 0;

        border-width: 0 2.5px 0.4rem;

        border-bottom-color: #000;

    }

    

    .bs-tooltip-left,

    .bs-tooltip-auto[x-placement^="left"] {

        padding: 0 0.4rem;

    }

    

    .bs-tooltip-left .arrow,

    .bs-tooltip-auto[x-placement^="left"] .arrow {

        right: 0;

        width: 0.4rem;

        height: 5px;

    }

    

    .bs-tooltip-left .arrow::before,

    .bs-tooltip-auto[x-placement^="left"] .arrow::before {

        left: 0;

        border-width: 2.5px 0 2.5px 0.4rem;

        border-left-color: #000;

    }

    

    .tooltip-inner {

        max-width: 200px;

        padding: 0.25rem 0.5rem;

        color: #fff;

        text-align: center;

        background-color: #000;

        border-radius: 0.25rem;

    }

    

    .popover {

        position: absolute;

        top: 0;

        left: 0;

        z-index: 1060;

        display: block;

        max-width: 276px;

        font-family: "PT Sans", Helvetica, Arial, sans-serif;

        font-style: normal;

        font-weight: 400;

        line-height: 1.6;

        text-align: left;

        text-align: start;

        text-decoration: none;

        text-shadow: none;

        text-transform: none;

        letter-spacing: normal;

        word-break: normal;

        word-spacing: normal;

        white-space: normal;

        line-break: auto;

        font-size: 0.875rem;

        word-wrap: break-word;

        background-color: #fff;

        background-clip: padding-box;

        border: 1px solid rgba(0, 0, 0, 0.2);

        border-radius: 0.3rem;

    }

    

    .popover .arrow {

        position: absolute;

        display: block;

        width: 10px;

        height: 0.5rem;

        margin: 0 0.3rem;

    }

    

    .popover .arrow::before,

    .popover .arrow::after {

        position: absolute;

        display: block;

        content: "";

        border-color: transparent;

        border-style: solid;

    }

    

    .bs-popover-top,

    .bs-popover-auto[x-placement^="top"] {

        margin-bottom: 0.5rem;

    }

    

    .bs-popover-top .arrow,

    .bs-popover-auto[x-placement^="top"] .arrow {

        bottom: calc((0.5rem + 1px) * -1);

    }

    

    .bs-popover-top .arrow::before,

    .bs-popover-auto[x-placement^="top"] .arrow::before,

    .bs-popover-top .arrow::after,

    .bs-popover-auto[x-placement^="top"] .arrow::after {

        border-width: 0.5rem 5px 0;

    }

    

    .bs-popover-top .arrow::before,

    .bs-popover-auto[x-placement^="top"] .arrow::before {

        bottom: 0;

        border-top-color: rgba(0, 0, 0, 0.25);

    }

    

    .bs-popover-top .arrow::after,

    .bs-popover-auto[x-placement^="top"] .arrow::after {

        bottom: 1px;

        border-top-color: #fff;

    }

    

    .bs-popover-right,

    .bs-popover-auto[x-placement^="right"] {

        margin-left: 0.5rem;

    }

    

    .bs-popover-right .arrow,

    .bs-popover-auto[x-placement^="right"] .arrow {

        left: calc((0.5rem + 1px) * -1);

        width: 0.5rem;

        height: 10px;

        margin: 0.3rem 0;

    }

    

    .bs-popover-right .arrow::before,

    .bs-popover-auto[x-placement^="right"] .arrow::before,

    .bs-popover-right .arrow::after,

    .bs-popover-auto[x-placement^="right"] .arrow::after {

        border-width: 5px 0.5rem 5px 0;

    }

    

    .bs-popover-right .arrow::before,

    .bs-popover-auto[x-placement^="right"] .arrow::before {

        left: 0;

        border-right-color: rgba(0, 0, 0, 0.25);

    }

    

    .bs-popover-right .arrow::after,

    .bs-popover-auto[x-placement^="right"] .arrow::after {

        left: 1px;

        border-right-color: #fff;

    }

    

    .bs-popover-bottom,

    .bs-popover-auto[x-placement^="bottom"] {

        margin-top: 0.5rem;

    }

    

    .bs-popover-bottom .arrow,

    .bs-popover-auto[x-placement^="bottom"] .arrow {

        top: calc((0.5rem + 1px) * -1);

    }

    

    .bs-popover-bottom .arrow::before,

    .bs-popover-auto[x-placement^="bottom"] .arrow::before,

    .bs-popover-bottom .arrow::after,

    .bs-popover-auto[x-placement^="bottom"] .arrow::after {

        border-width: 0 5px 0.5rem 5px;

    }

    

    .bs-popover-bottom .arrow::before,

    .bs-popover-auto[x-placement^="bottom"] .arrow::before {

        top: 0;

        border-bottom-color: rgba(0, 0, 0, 0.25);

    }

    

    .bs-popover-bottom .arrow::after,

    .bs-popover-auto[x-placement^="bottom"] .arrow::after {

        top: 1px;

        border-bottom-color: #fff;

    }

    

    .bs-popover-bottom .popover-header::before,

    .bs-popover-auto[x-placement^="bottom"] .popover-header::before {

        position: absolute;

        top: 0;

        left: 50%;

        display: block;

        width: 10px;

        margin-left: -5px;

        content: "";

        border-bottom: 1px solid #f7f7f7;

    }

    

    .bs-popover-left,

    .bs-popover-auto[x-placement^="left"] {

        margin-right: 0.5rem;

    }

    

    .bs-popover-left .arrow,

    .bs-popover-auto[x-placement^="left"] .arrow {

        right: calc((0.5rem + 1px) * -1);

        width: 0.5rem;

        height: 10px;

        margin: 0.3rem 0;

    }

    

    .bs-popover-left .arrow::before,

    .bs-popover-auto[x-placement^="left"] .arrow::before,

    .bs-popover-left .arrow::after,

    .bs-popover-auto[x-placement^="left"] .arrow::after {

        border-width: 5px 0 5px 0.5rem;

    }

    

    .bs-popover-left .arrow::before,

    .bs-popover-auto[x-placement^="left"] .arrow::before {

        right: 0;

        border-left-color: rgba(0, 0, 0, 0.25);

    }

    

    .bs-popover-left .arrow::after,

    .bs-popover-auto[x-placement^="left"] .arrow::after {

        right: 1px;

        border-left-color: #fff;

    }

    

    .popover-header {

        padding: 0.5rem 0.75rem;

        margin-bottom: 0;

        font-size: 15px;

        color: inherit;

        background-color: #f7f7f7;

        border-bottom: 1px solid #ebebeb;

        border-top-left-radius: calc(0.3rem - 1px);

        border-top-right-radius: calc(0.3rem - 1px);

    }

    

    .popover-header:empty {

        display: none;

    }

    

    .popover-body {

        padding: 0.5rem 0.75rem;

        color: #212529;

    }

    

    .carousel {

        position: relative;

    }

    

    .carousel-inner {

        position: relative;

        width: 100%;

        overflow: hidden;

    }

    

    .carousel-item {

        position: relative;

        display: none;

        align-items: center;

        width: 100%;

        transition: transform 0.6s ease;

        backface-visibility: hidden;

        perspective: 1000px;

    }

    

    @media screen and (prefers-reduced-motion: reduce) {

        .carousel-item {

            transition: none;

        }

    }

    

    .carousel-item.active,

    .carousel-item-next,

    .carousel-item-prev {

        display: block;

    }

    

    .carousel-item-next,

    .carousel-item-prev {

        position: absolute;

        top: 0;

    }

    

    .carousel-item-next.carousel-item-left,

    .carousel-item-prev.carousel-item-right {

        transform: translateX(0);

    }

    

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

        .carousel-item-next.carousel-item-left,

        .carousel-item-prev.carousel-item-right {

            transform: translate3d(0, 0, 0);

        }

    }

    

    .carousel-item-next,

    .active.carousel-item-right {

        transform: translateX(100%);

    }

    

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

        .carousel-item-next,

        .active.carousel-item-right {

            transform: translate3d(100%, 0, 0);

        }

    }

    

    .carousel-item-prev,

    .active.carousel-item-left {

        transform: translateX(-100%);

    }

    

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

        .carousel-item-prev,

        .active.carousel-item-left {

            transform: translate3d(-100%, 0, 0);

        }

    }

    

    .carousel-fade .carousel-item {

        opacity: 0;

        transition-duration: .6s;

        transition-property: opacity;

    }

    

    .carousel-fade .carousel-item.active,

    .carousel-fade .carousel-item-next.carousel-item-left,

    .carousel-fade .carousel-item-prev.carousel-item-right {

        opacity: 1;

    }

    

    .carousel-fade .active.carousel-item-left,

    .carousel-fade .active.carousel-item-right {

        opacity: 0;

    }

    

    .carousel-fade .carousel-item-next,

    .carousel-fade .carousel-item-prev,

    .carousel-fade .carousel-item.active,

    .carousel-fade .active.carousel-item-left,

    .carousel-fade .active.carousel-item-prev {

        transform: translateX(0);

    }

    

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

        .carousel-fade .carousel-item-next,

        .carousel-fade .carousel-item-prev,

        .carousel-fade .carousel-item.active,

        .carousel-fade .active.carousel-item-left,

        .carousel-fade .active.carousel-item-prev {

            transform: translate3d(0, 0, 0);

        }

    }

    

    .carousel-control-prev,

    .carousel-control-next {

        position: absolute;

        top: 0;

        bottom: 0;

        display: flex;

        align-items: center;

        justify-content: center;

        width: 15%;

        color: #fff;

        text-align: center;

        opacity: 0.5;

    }

    

    .carousel-control-prev:hover,

    .carousel-control-prev:focus,

    .carousel-control-next:hover,

    .carousel-control-next:focus {

        color: #fff;

        text-decoration: none;

        outline: 0;

        opacity: .9;

    }

    

    .carousel-control-prev {

        left: 0;

    }

    

    .carousel-control-next {

        right: 0;

    }

    

    .carousel-control-prev-icon,

    .carousel-control-next-icon {

        display: inline-block;

        width: 20px;

        height: 20px;

        background: transparent no-repeat center center;

        background-size: 100% 100%;

    }

    

    .carousel-control-prev-icon {

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

    }

    

    .carousel-control-next-icon {

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

    }

    

    .carousel-indicators {

        position: absolute;

        right: 0;

        bottom: 10px;

        left: 0;

        z-index: 15;

        display: flex;

        justify-content: center;

        padding-left: 0;

        margin-right: 15%;

        margin-left: 15%;

        list-style: none;

    }

    

    .carousel-indicators li {

        position: relative;

        flex: 0 1 auto;

        width: 30px;

        height: 3px;

        margin-right: 3px;

        margin-left: 3px;

        text-indent: -999px;

        cursor: pointer;

        background-color: rgba(255, 255, 255, 0.5);

    }

    

    .carousel-indicators li::before {

        position: absolute;

        top: -10px;

        left: 0;

        display: inline-block;

        width: 100%;

        height: 10px;

        content: "";

    }

    

    .carousel-indicators li::after {

        position: absolute;

        bottom: -10px;

        left: 0;

        display: inline-block;

        width: 100%;

        height: 10px;

        content: "";

    }

    

    .carousel-indicators .active {

        background-color: #fff;

    }

    

    .carousel-caption {

        position: absolute;

        right: 15%;

        bottom: 20px;

        left: 15%;

        z-index: 10;

        padding-top: 20px;

        padding-bottom: 20px;

        color: #fff;

        text-align: center;

    }

    

    .align-baseline {

        vertical-align: baseline !important;

    }

    

    .align-top {

        vertical-align: top !important;

    }

    

    .align-middle {

        vertical-align: middle !important;

    }

    

    .align-bottom {

        vertical-align: bottom !important;

    }

    

    .align-text-bottom {

        vertical-align: text-bottom !important;

    }

    

    .align-text-top {

        vertical-align: text-top !important;

    }

    

    .bg-primary {

        background-color: #007bff !important;

    }

    

    a.bg-primary:hover,

    a.bg-primary:focus,

    button.bg-primary:hover,

    button.bg-primary:focus {

        background-color: #0062cc !important;

    }

    

    .bg-secondary {

        background-color: #6c757d !important;

    }

    

    a.bg-secondary:hover,

    a.bg-secondary:focus,

    button.bg-secondary:hover,

    button.bg-secondary:focus {

        background-color: #545b62 !important;

    }

    

    .bg-success {

        background-color: #28a745 !important;

    }

    

    a.bg-success:hover,

    a.bg-success:focus,

    button.bg-success:hover,

    button.bg-success:focus {

        background-color: #1e7e34 !important;

    }

    

    .bg-info {

        background-color: #17a2b8 !important;

    }

    

    a.bg-info:hover,

    a.bg-info:focus,

    button.bg-info:hover,

    button.bg-info:focus {

        background-color: #117a8b !important;

    }

    

    .bg-warning {

        background-color: #ffc107 !important;

    }

    

    a.bg-warning:hover,

    a.bg-warning:focus,

    button.bg-warning:hover,

    button.bg-warning:focus {

        background-color: #d39e00 !important;

    }

    

    .bg-danger {

        background-color: #dc3545 !important;

    }

    

    a.bg-danger:hover,

    a.bg-danger:focus,

    button.bg-danger:hover,

    button.bg-danger:focus {

        background-color: #bd2130 !important;

    }

    

    .bg-light {

        background-color: #f8f9fa !important;

    }

    

    a.bg-light:hover,

    a.bg-light:focus,

    button.bg-light:hover,

    button.bg-light:focus {

        background-color: #dae0e5 !important;

    }

    

    .bg-dark {

        background-color: #343a40 !important;

    }

    

    a.bg-dark:hover,

    a.bg-dark:focus,

    button.bg-dark:hover,

    button.bg-dark:focus {

        background-color: #1d2124 !important;

    }

    

    .bg-white {

        background-color: #fff !important;

    }

    

    .bg-transparent {

        background-color: transparent !important;

    }

    

    .border {

        border: 1px solid #dee2e6 !important;

    }

    

    .border-top {

        border-top: 1px solid #dee2e6 !important;

    }

    

    .border-right {

        border-right: 1px solid #dee2e6 !important;

    }

    

    .border-bottom {

        border-bottom: 1px solid #dee2e6 !important;

    }

    

    .border-left {

        border-left: 1px solid #dee2e6 !important;

    }

    

    .border-0 {

        border: 0 !important;

    }

    

    .border-top-0 {

        border-top: 0 !important;

    }

    

    .border-right-0 {

        border-right: 0 !important;

    }

    

    .border-bottom-0 {

        border-bottom: 0 !important;

    }

    

    .border-left-0 {

        border-left: 0 !important;

    }

    

    .border-primary {

        border-color: #007bff !important;

    }

    

    .border-secondary {

        border-color: #6c757d !important;

    }

    

    .border-success {

        border-color: #28a745 !important;

    }

    

    .border-info {

        border-color: #17a2b8 !important;

    }

    

    .border-warning {

        border-color: #ffc107 !important;

    }

    

    .border-danger {

        border-color: #dc3545 !important;

    }

    

    .border-light {

        border-color: #f8f9fa !important;

    }

    

    .border-dark {

        border-color: #343a40 !important;

    }

    

    .border-white {

        border-color: #fff !important;

    }

    

    .rounded {

        border-radius: 5px !important;

    }

    

    .rounded-top {

        border-top-left-radius: 5px !important;

        border-top-right-radius: 5px !important;

    }

    

    .rounded-right {

        border-top-right-radius: 5px !important;

        border-bottom-right-radius: 5px !important;

    }

    

    .rounded-bottom {

        border-bottom-right-radius: 5px !important;

        border-bottom-left-radius: 5px !important;

    }

    

    .rounded-left {

        border-top-left-radius: 5px !important;

        border-bottom-left-radius: 5px !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: flex !important;

    }

    

    .d-inline-flex {

        display: inline-flex !important;

    }

    

    @media (min-width: 480px) {

        .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: flex !important;

        }

        .d-sm-inline-flex {

            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: flex !important;

        }

        .d-md-inline-flex {

            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: flex !important;

        }

        .d-lg-inline-flex {

            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: flex !important;

        }

        .d-xl-inline-flex {

            display: inline-flex !important;

        }

    }

    

    @media (min-width: 1600px) {

        .d-xxl-none {

            display: none !important;

        }

        .d-xxl-inline {

            display: inline !important;

        }

        .d-xxl-inline-block {

            display: inline-block !important;

        }

        .d-xxl-block {

            display: block !important;

        }

        .d-xxl-table {

            display: table !important;

        }

        .d-xxl-table-row {

            display: table-row !important;

        }

        .d-xxl-table-cell {

            display: table-cell !important;

        }

        .d-xxl-flex {

            display: flex !important;

        }

        .d-xxl-inline-flex {

            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: flex !important;

        }

        .d-print-inline-flex {

            display: inline-flex !important;

        }

    }

    

    .embed-responsive {

        position: relative;

        display: block;

        width: 100%;

        padding: 0;

        overflow: hidden;

    }

    

    .embed-responsive::before {

        display: block;

        content: "";

    }

    

    .embed-responsive .embed-responsive-item,

    .embed-responsive iframe,

    .embed-responsive embed,

    .embed-responsive object,

    .embed-responsive video {

        position: absolute;

        top: 0;

        bottom: 0;

        left: 0;

        width: 100%;

        height: 100%;

        border: 0;

    }

    

    .embed-responsive-21by9::before {

        padding-top: 42.85714%;

    }

    

    .embed-responsive-16by9::before {

        padding-top: 56.25%;

    }

    

    .embed-responsive-4by3::before {

        padding-top: 75%;

    }

    

    .embed-responsive-1by1::before {

        padding-top: 100%;

    }

    

    .flex-row {

        flex-direction: row !important;

    }

    

    .flex-column {

        flex-direction: column !important;

    }

    

    .flex-row-reverse {

        flex-direction: row-reverse !important;

    }

    

    .flex-column-reverse {

        flex-direction: column-reverse !important;

    }

    

    .flex-wrap {

        flex-wrap: wrap !important;

    }

    

    .flex-nowrap {

        flex-wrap: nowrap !important;

    }

    

    .flex-wrap-reverse {

        flex-wrap: wrap-reverse !important;

    }

    

    .flex-fill {

        flex: 1 1 auto !important;

    }

    

    .flex-grow-0 {

        flex-grow: 0 !important;

    }

    

    .flex-grow-1 {

        flex-grow: 1 !important;

    }

    

    .flex-shrink-0 {

        flex-shrink: 0 !important;

    }

    

    .flex-shrink-1 {

        flex-shrink: 1 !important;

    }

    

    .justify-content-start {

        justify-content: flex-start !important;

    }

    

    .justify-content-end {

        justify-content: flex-end !important;

    }

    

    .justify-content-center {

        justify-content: center !important;

    }

    

    .justify-content-between {

        justify-content: space-between !important;

    }

    

    .justify-content-around {

        justify-content: space-around !important;

    }

    

    .align-items-start {

        align-items: flex-start !important;

    }

    

    .align-items-end {

        align-items: flex-end !important;

    }

    

    .align-items-center {

        align-items: center !important;

    }

    

    .align-items-baseline {

        align-items: baseline !important;

    }

    

    .align-items-stretch {

        align-items: stretch !important;

    }

    

    .align-content-start {

        align-content: flex-start !important;

    }

    

    .align-content-end {

        align-content: flex-end !important;

    }

    

    .align-content-center {

        align-content: center !important;

    }

    

    .align-content-between {

        align-content: space-between !important;

    }

    

    .align-content-around {

        align-content: space-around !important;

    }

    

    .align-content-stretch {

        align-content: stretch !important;

    }

    

    .align-self-auto {

        align-self: auto !important;

    }

    

    .align-self-start {

        align-self: flex-start !important;

    }

    

    .align-self-end {

        align-self: flex-end !important;

    }

    

    .align-self-center {

        align-self: center !important;

    }

    

    .align-self-baseline {

        align-self: baseline !important;

    }

    

    .align-self-stretch {

        align-self: stretch !important;

    }

    

    @media (min-width: 480px) {

        .flex-sm-row {

            flex-direction: row !important;

        }

        .flex-sm-column {

            flex-direction: column !important;

        }

        .flex-sm-row-reverse {

            flex-direction: row-reverse !important;

        }

        .flex-sm-column-reverse {

            flex-direction: column-reverse !important;

        }

        .flex-sm-wrap {

            flex-wrap: wrap !important;

        }

        .flex-sm-nowrap {

            flex-wrap: nowrap !important;

        }

        .flex-sm-wrap-reverse {

            flex-wrap: wrap-reverse !important;

        }

        .flex-sm-fill {

            flex: 1 1 auto !important;

        }

        .flex-sm-grow-0 {

            flex-grow: 0 !important;

        }

        .flex-sm-grow-1 {

            flex-grow: 1 !important;

        }

        .flex-sm-shrink-0 {

            flex-shrink: 0 !important;

        }

        .flex-sm-shrink-1 {

            flex-shrink: 1 !important;

        }

        .justify-content-sm-start {

            justify-content: flex-start !important;

        }

        .justify-content-sm-end {

            justify-content: flex-end !important;

        }

        .justify-content-sm-center {

            justify-content: center !important;

        }

        .justify-content-sm-between {

            justify-content: space-between !important;

        }

        .justify-content-sm-around {

            justify-content: space-around !important;

        }

        .align-items-sm-start {

            align-items: flex-start !important;

        }

        .align-items-sm-end {

            align-items: flex-end !important;

        }

        .align-items-sm-center {

            align-items: center !important;

        }

        .align-items-sm-baseline {

            align-items: baseline !important;

        }

        .align-items-sm-stretch {

            align-items: stretch !important;

        }

        .align-content-sm-start {

            align-content: flex-start !important;

        }

        .align-content-sm-end {

            align-content: flex-end !important;

        }

        .align-content-sm-center {

            align-content: center !important;

        }

        .align-content-sm-between {

            align-content: space-between !important;

        }

        .align-content-sm-around {

            align-content: space-around !important;

        }

        .align-content-sm-stretch {

            align-content: stretch !important;

        }

        .align-self-sm-auto {

            align-self: auto !important;

        }

        .align-self-sm-start {

            align-self: flex-start !important;

        }

        .align-self-sm-end {

            align-self: flex-end !important;

        }

        .align-self-sm-center {

            align-self: center !important;

        }

        .align-self-sm-baseline {

            align-self: baseline !important;

        }

        .align-self-sm-stretch {

            align-self: stretch !important;

        }

    }

    

    @media (min-width: 768px) {

        .flex-md-row {

            flex-direction: row !important;

        }

        .flex-md-column {

            flex-direction: column !important;

        }

        .flex-md-row-reverse {

            flex-direction: row-reverse !important;

        }

        .flex-md-column-reverse {

            flex-direction: column-reverse !important;

        }

        .flex-md-wrap {

            flex-wrap: wrap !important;

        }

        .flex-md-nowrap {

            flex-wrap: nowrap !important;

        }

        .flex-md-wrap-reverse {

            flex-wrap: wrap-reverse !important;

        }

        .flex-md-fill {

            flex: 1 1 auto !important;

        }

        .flex-md-grow-0 {

            flex-grow: 0 !important;

        }

        .flex-md-grow-1 {

            flex-grow: 1 !important;

        }

        .flex-md-shrink-0 {

            flex-shrink: 0 !important;

        }

        .flex-md-shrink-1 {

            flex-shrink: 1 !important;

        }

        .justify-content-md-start {

            justify-content: flex-start !important;

        }

        .justify-content-md-end {

            justify-content: flex-end !important;

        }

        .justify-content-md-center {

            justify-content: center !important;

        }

        .justify-content-md-between {

            justify-content: space-between !important;

        }

        .justify-content-md-around {

            justify-content: space-around !important;

        }

        .align-items-md-start {

            align-items: flex-start !important;

        }

        .align-items-md-end {

            align-items: flex-end !important;

        }

        .align-items-md-center {

            align-items: center !important;

        }

        .align-items-md-baseline {

            align-items: baseline !important;

        }

        .align-items-md-stretch {

            align-items: stretch !important;

        }

        .align-content-md-start {

            align-content: flex-start !important;

        }

        .align-content-md-end {

            align-content: flex-end !important;

        }

        .align-content-md-center {

            align-content: center !important;

        }

        .align-content-md-between {

            align-content: space-between !important;

        }

        .align-content-md-around {

            align-content: space-around !important;

        }

        .align-content-md-stretch {

            align-content: stretch !important;

        }

        .align-self-md-auto {

            align-self: auto !important;

        }

        .align-self-md-start {

            align-self: flex-start !important;

        }

        .align-self-md-end {

            align-self: flex-end !important;

        }

        .align-self-md-center {

            align-self: center !important;

        }

        .align-self-md-baseline {

            align-self: baseline !important;

        }

        .align-self-md-stretch {

            align-self: stretch !important;

        }

    }

    

    @media (min-width: 992px) {

        .flex-lg-row {

            flex-direction: row !important;

        }

        .flex-lg-column {

            flex-direction: column !important;

        }

        .flex-lg-row-reverse {

            flex-direction: row-reverse !important;

        }

        .flex-lg-column-reverse {

            flex-direction: column-reverse !important;

        }

        .flex-lg-wrap {

            flex-wrap: wrap !important;

        }

        .flex-lg-nowrap {

            flex-wrap: nowrap !important;

        }

        .flex-lg-wrap-reverse {

            flex-wrap: wrap-reverse !important;

        }

        .flex-lg-fill {

            flex: 1 1 auto !important;

        }

        .flex-lg-grow-0 {

            flex-grow: 0 !important;

        }

        .flex-lg-grow-1 {

            flex-grow: 1 !important;

        }

        .flex-lg-shrink-0 {

            flex-shrink: 0 !important;

        }

        .flex-lg-shrink-1 {

            flex-shrink: 1 !important;

        }

        .justify-content-lg-start {

            justify-content: flex-start !important;

        }

        .justify-content-lg-end {

            justify-content: flex-end !important;

        }

        .justify-content-lg-center {

            justify-content: center !important;

        }

        .justify-content-lg-between {

            justify-content: space-between !important;

        }

        .justify-content-lg-around {

            justify-content: space-around !important;

        }

        .align-items-lg-start {

            align-items: flex-start !important;

        }

        .align-items-lg-end {

            align-items: flex-end !important;

        }

        .align-items-lg-center {

            align-items: center !important;

        }

        .align-items-lg-baseline {

            align-items: baseline !important;

        }

        .align-items-lg-stretch {

            align-items: stretch !important;

        }

        .align-content-lg-start {

            align-content: flex-start !important;

        }

        .align-content-lg-end {

            align-content: flex-end !important;

        }

        .align-content-lg-center {

            align-content: center !important;

        }

        .align-content-lg-between {

            align-content: space-between !important;

        }

        .align-content-lg-around {

            align-content: space-around !important;

        }

        .align-content-lg-stretch {

            align-content: stretch !important;

        }

        .align-self-lg-auto {

            align-self: auto !important;

        }

        .align-self-lg-start {

            align-self: flex-start !important;

        }

        .align-self-lg-end {

            align-self: flex-end !important;

        }

        .align-self-lg-center {

            align-self: center !important;

        }

        .align-self-lg-baseline {

            align-self: baseline !important;

        }

        .align-self-lg-stretch {

            align-self: stretch !important;

        }

    }

    

    @media (min-width: 1200px) {

        .flex-xl-row {

            flex-direction: row !important;

        }

        .flex-xl-column {

            flex-direction: column !important;

        }

        .flex-xl-row-reverse {

            flex-direction: row-reverse !important;

        }

        .flex-xl-column-reverse {

            flex-direction: column-reverse !important;

        }

        .flex-xl-wrap {

            flex-wrap: wrap !important;

        }

        .flex-xl-nowrap {

            flex-wrap: nowrap !important;

        }

        .flex-xl-wrap-reverse {

            flex-wrap: wrap-reverse !important;

        }

        .flex-xl-fill {

            flex: 1 1 auto !important;

        }

        .flex-xl-grow-0 {

            flex-grow: 0 !important;

        }

        .flex-xl-grow-1 {

            flex-grow: 1 !important;

        }

        .flex-xl-shrink-0 {

            flex-shrink: 0 !important;

        }

        .flex-xl-shrink-1 {

            flex-shrink: 1 !important;

        }

        .justify-content-xl-start {

            justify-content: flex-start !important;

        }

        .justify-content-xl-end {

            justify-content: flex-end !important;

        }

        .justify-content-xl-center {

            justify-content: center !important;

        }

        .justify-content-xl-between {

            justify-content: space-between !important;

        }

        .justify-content-xl-around {

            justify-content: space-around !important;

        }

        .align-items-xl-start {

            align-items: flex-start !important;

        }

        .align-items-xl-end {

            align-items: flex-end !important;

        }

        .align-items-xl-center {

            align-items: center !important;

        }

        .align-items-xl-baseline {

            align-items: baseline !important;

        }

        .align-items-xl-stretch {

            align-items: stretch !important;

        }

        .align-content-xl-start {

            align-content: flex-start !important;

        }

        .align-content-xl-end {

            align-content: flex-end !important;

        }

        .align-content-xl-center {

            align-content: center !important;

        }

        .align-content-xl-between {

            align-content: space-between !important;

        }

        .align-content-xl-around {

            align-content: space-around !important;

        }

        .align-content-xl-stretch {

            align-content: stretch !important;

        }

        .align-self-xl-auto {

            align-self: auto !important;

        }

        .align-self-xl-start {

            align-self: flex-start !important;

        }

        .align-self-xl-end {

            align-self: flex-end !important;

        }

        .align-self-xl-center {

            align-self: center !important;

        }

        .align-self-xl-baseline {

            align-self: baseline !important;

        }

        .align-self-xl-stretch {

            align-self: stretch !important;

        }

    }

    

    @media (min-width: 1600px) {

        .flex-xxl-row {

            flex-direction: row !important;

        }

        .flex-xxl-column {

            flex-direction: column !important;

        }

        .flex-xxl-row-reverse {

            flex-direction: row-reverse !important;

        }

        .flex-xxl-column-reverse {

            flex-direction: column-reverse !important;

        }

        .flex-xxl-wrap {

            flex-wrap: wrap !important;

        }

        .flex-xxl-nowrap {

            flex-wrap: nowrap !important;

        }

        .flex-xxl-wrap-reverse {

            flex-wrap: wrap-reverse !important;

        }

        .flex-xxl-fill {

            flex: 1 1 auto !important;

        }

        .flex-xxl-grow-0 {

            flex-grow: 0 !important;

        }

        .flex-xxl-grow-1 {

            flex-grow: 1 !important;

        }

        .flex-xxl-shrink-0 {

            flex-shrink: 0 !important;

        }

        .flex-xxl-shrink-1 {

            flex-shrink: 1 !important;

        }

        .justify-content-xxl-start {

            justify-content: flex-start !important;

        }

        .justify-content-xxl-end {

            justify-content: flex-end !important;

        }

        .justify-content-xxl-center {

            justify-content: center !important;

        }

        .justify-content-xxl-between {

            justify-content: space-between !important;

        }

        .justify-content-xxl-around {

            justify-content: space-around !important;

        }

        .align-items-xxl-start {

            align-items: flex-start !important;

        }

        .align-items-xxl-end {

            align-items: flex-end !important;

        }

        .align-items-xxl-center {

            align-items: center !important;

        }

        .align-items-xxl-baseline {

            align-items: baseline !important;

        }

        .align-items-xxl-stretch {

            align-items: stretch !important;

        }

        .align-content-xxl-start {

            align-content: flex-start !important;

        }

        .align-content-xxl-end {

            align-content: flex-end !important;

        }

        .align-content-xxl-center {

            align-content: center !important;

        }

        .align-content-xxl-between {

            align-content: space-between !important;

        }

        .align-content-xxl-around {

            align-content: space-around !important;

        }

        .align-content-xxl-stretch {

            align-content: stretch !important;

        }

        .align-self-xxl-auto {

            align-self: auto !important;

        }

        .align-self-xxl-start {

            align-self: flex-start !important;

        }

        .align-self-xxl-end {

            align-self: flex-end !important;

        }

        .align-self-xxl-center {

            align-self: center !important;

        }

        .align-self-xxl-baseline {

            align-self: baseline !important;

        }

        .align-self-xxl-stretch {

            align-self: stretch !important;

        }

    }

    

    .float-left {

        float: left !important;

    }

    

    .float-right {

        float: right !important;

    }

    

    .float-none {

        float: none !important;

    }

    

    @media (min-width: 480px) {

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

        }

    }

    

    @media (min-width: 1600px) {

        .float-xxl-left {

            float: left !important;

        }

        .float-xxl-right {

            float: right !important;

        }

        .float-xxl-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: 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: sticky) {

        .sticky-top {

            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;

        border: 0;

    }

    

    .sr-only-focusable:active,

    .sr-only-focusable:focus {

        position: static;

        width: auto;

        height: auto;

        overflow: visible;

        clip: auto;

        white-space: normal;

    }

    

    .shadow-sm {

        box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;

    }

    

    .shadow {

        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;

    }

    

    .shadow-lg {

        box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;

    }

    

    .shadow-none {

        box-shadow: none !important;

    }

    

    .w-25 {

        width: 25% !important;

    }

    

    .w-50 {

        width: 50% !important;

    }

    

    .w-75 {

        width: 75% !important;

    }

    

    .w-100 {

        width: 100% !important;

    }

    

    .w-auto {

        width: auto !important;

    }

    

    .h-25 {

        height: 25% !important;

    }

    

    .h-50 {

        height: 50% !important;

    }

    

    .h-75 {

        height: 75% !important;

    }

    

    .h-100 {

        height: 100% !important;

    }

    

    .h-auto {

        height: auto !important;

    }

    

    .mw-100 {

        max-width: 100% !important;

    }

    

    .mh-100 {

        max-height: 100% !important;

    }

    

    .m-0 {

        margin: 0 !important;

    }

    

    .mt-0,

    .my-0 {

        margin-top: 0 !important;

    }

    

    .mr-0,

    .mx-0 {

        margin-right: 0 !important;

    }

    

    .mb-0,

    .my-0 {

        margin-bottom: 0 !important;

    }

    

    .ml-0,

    .mx-0 {

        margin-left: 0 !important;

    }

    

    .m-1 {

        margin: 0.25rem !important;

    }

    

    .mt-1,

    .my-1 {

        margin-top: 0.25rem !important;

    }

    

    .mr-1,

    .mx-1 {

        margin-right: 0.25rem !important;

    }

    

    .mb-1,

    .my-1 {

        margin-bottom: 0.25rem !important;

    }

    

    .ml-1,

    .mx-1 {

        margin-left: 0.25rem !important;

    }

    

    .m-2 {

        margin: 0.5rem !important;

    }

    

    .mt-2,

    .my-2 {

        margin-top: 0.5rem !important;

    }

    

    .mr-2,

    .mx-2 {

        margin-right: 0.5rem !important;

    }

    

    .mb-2,

    .my-2 {

        margin-bottom: 0.5rem !important;

    }

    

    .ml-2,

    .mx-2 {

        margin-left: 0.5rem !important;

    }

    

    .m-3 {

        margin: 1rem !important;

    }

    

    .mt-3,

    .my-3 {

        margin-top: 1rem !important;

    }

    

    .mr-3,

    .mx-3 {

        margin-right: 1rem !important;

    }

    

    .mb-3,

    .my-3 {

        margin-bottom: 1rem !important;

    }

    

    .ml-3,

    .mx-3 {

        margin-left: 1rem !important;

    }

    

    .m-4 {

        margin: 1.5rem !important;

    }

    

    .mt-4,

    .my-4 {

        margin-top: 1.5rem !important;

    }

    

    .mr-4,

    .mx-4 {

        margin-right: 1.5rem !important;

    }

    

    .mb-4,

    .my-4 {

        margin-bottom: 1.5rem !important;

    }

    

    .ml-4,

    .mx-4 {

        margin-left: 1.5rem !important;

    }

    

    .m-5 {

        margin: 3rem !important;

    }

    

    .mt-5,

    .my-5 {

        margin-top: 3rem !important;

    }

    

    .mr-5,

    .mx-5 {

        margin-right: 3rem !important;

    }

    

    .mb-5,

    .my-5 {

        margin-bottom: 3rem !important;

    }

    

    .ml-5,

    .mx-5 {

        margin-left: 3rem !important;

    }

    

    .p-0 {

        padding: 0 !important;

    }

    

    .pt-0,

    .py-0 {

        padding-top: 0 !important;

    }

    

    .pr-0,

    .px-0 {

        padding-right: 0 !important;

    }

    

    .pb-0,

    .py-0 {

        padding-bottom: 0 !important;

    }

    

    .pl-0,

    .px-0 {

        padding-left: 0 !important;

    }

    

    .p-1 {

        padding: 0.25rem !important;

    }

    

    .pt-1,

    .py-1 {

        padding-top: 0.25rem !important;

    }

    

    .pr-1,

    .px-1 {

        padding-right: 0.25rem !important;

    }

    

    .pb-1,

    .py-1 {

        padding-bottom: 0.25rem !important;

    }

    

    .pl-1,

    .px-1 {

        padding-left: 0.25rem !important;

    }

    

    .p-2 {

        padding: 0.5rem !important;

    }

    

    .pt-2,

    .py-2 {

        padding-top: 0.5rem !important;

    }

    

    .pr-2,

    .px-2 {

        padding-right: 0.5rem !important;

    }

    

    .pb-2,

    .py-2 {

        padding-bottom: 0.5rem !important;

    }

    

    .pl-2,

    .px-2 {

        padding-left: 0.5rem !important;

    }

    

    .p-3 {

        padding: 1rem !important;

    }

    

    .pt-3,

    .py-3 {

        padding-top: 1rem !important;

    }

    

    .pr-3,

    .px-3 {

        padding-right: 1rem !important;

    }

    

    .pb-3,

    .py-3 {

        padding-bottom: 1rem !important;

    }

    

    .pl-3,

    .px-3 {

        padding-left: 1rem !important;

    }

    

    .p-4 {

        padding: 1.5rem !important;

    }

    

    .pt-4,

    .py-4 {

        padding-top: 1.5rem !important;

    }

    

    .pr-4,

    .px-4 {

        padding-right: 1.5rem !important;

    }

    

    .pb-4,

    .py-4 {

        padding-bottom: 1.5rem !important;

    }

    

    .pl-4,

    .px-4 {

        padding-left: 1.5rem !important;

    }

    

    .p-5 {

        padding: 3rem !important;

    }

    

    .pt-5,

    .py-5 {

        padding-top: 3rem !important;

    }

    

    .pr-5,

    .px-5 {

        padding-right: 3rem !important;

    }

    

    .pb-5,

    .py-5 {

        padding-bottom: 3rem !important;

    }

    

    .pl-5,

    .px-5 {

        padding-left: 3rem !important;

    }

    

    .m-auto {

        margin: auto !important;

    }

    

    .mt-auto,

    .my-auto {

        margin-top: auto !important;

    }

    

    .mr-auto,

    .mx-auto {

        margin-right: auto !important;

    }

    

    .mb-auto,

    .my-auto {

        margin-bottom: auto !important;

    }

    

    .ml-auto,

    .mx-auto {

        margin-left: auto !important;

    }

    

    @media (min-width: 480px) {

        .m-sm-0 {

            margin: 0 !important;

        }

        .mt-sm-0,

        .my-sm-0 {

            margin-top: 0 !important;

        }

        .mr-sm-0,

        .mx-sm-0 {

            margin-right: 0 !important;

        }

        .mb-sm-0,

        .my-sm-0 {

            margin-bottom: 0 !important;

        }

        .ml-sm-0,

        .mx-sm-0 {

            margin-left: 0 !important;

        }

        .m-sm-1 {

            margin: 0.25rem !important;

        }

        .mt-sm-1,

        .my-sm-1 {

            margin-top: 0.25rem !important;

        }

        .mr-sm-1,

        .mx-sm-1 {

            margin-right: 0.25rem !important;

        }

        .mb-sm-1,

        .my-sm-1 {

            margin-bottom: 0.25rem !important;

        }

        .ml-sm-1,

        .mx-sm-1 {

            margin-left: 0.25rem !important;

        }

        .m-sm-2 {

            margin: 0.5rem !important;

        }

        .mt-sm-2,

        .my-sm-2 {

            margin-top: 0.5rem !important;

        }

        .mr-sm-2,

        .mx-sm-2 {

            margin-right: 0.5rem !important;

        }

        .mb-sm-2,

        .my-sm-2 {

            margin-bottom: 0.5rem !important;

        }

        .ml-sm-2,

        .mx-sm-2 {

            margin-left: 0.5rem !important;

        }

        .m-sm-3 {

            margin: 1rem !important;

        }

        .mt-sm-3,

        .my-sm-3 {

            margin-top: 1rem !important;

        }

        .mr-sm-3,

        .mx-sm-3 {

            margin-right: 1rem !important;

        }

        .mb-sm-3,

        .my-sm-3 {

            margin-bottom: 1rem !important;

        }

        .ml-sm-3,

        .mx-sm-3 {

            margin-left: 1rem !important;

        }

        .m-sm-4 {

            margin: 1.5rem !important;

        }

        .mt-sm-4,

        .my-sm-4 {

            margin-top: 1.5rem !important;

        }

        .mr-sm-4,

        .mx-sm-4 {

            margin-right: 1.5rem !important;

        }

        .mb-sm-4,

        .my-sm-4 {

            margin-bottom: 1.5rem !important;

        }

        .ml-sm-4,

        .mx-sm-4 {

            margin-left: 1.5rem !important;

        }

        .m-sm-5 {

            margin: 3rem !important;

        }

        .mt-sm-5,

        .my-sm-5 {

            margin-top: 3rem !important;

        }

        .mr-sm-5,

        .mx-sm-5 {

            margin-right: 3rem !important;

        }

        .mb-sm-5,

        .my-sm-5 {

            margin-bottom: 3rem !important;

        }

        .ml-sm-5,

        .mx-sm-5 {

            margin-left: 3rem !important;

        }

        .p-sm-0 {

            padding: 0 !important;

        }

        .pt-sm-0,

        .py-sm-0 {

            padding-top: 0 !important;

        }

        .pr-sm-0,

        .px-sm-0 {

            padding-right: 0 !important;

        }

        .pb-sm-0,

        .py-sm-0 {

            padding-bottom: 0 !important;

        }

        .pl-sm-0,

        .px-sm-0 {

            padding-left: 0 !important;

        }

        .p-sm-1 {

            padding: 0.25rem !important;

        }

        .pt-sm-1,

        .py-sm-1 {

            padding-top: 0.25rem !important;

        }

        .pr-sm-1,

        .px-sm-1 {

            padding-right: 0.25rem !important;

        }

        .pb-sm-1,

        .py-sm-1 {

            padding-bottom: 0.25rem !important;

        }

        .pl-sm-1,

        .px-sm-1 {

            padding-left: 0.25rem !important;

        }

        .p-sm-2 {

            padding: 0.5rem !important;

        }

        .pt-sm-2,

        .py-sm-2 {

            padding-top: 0.5rem !important;

        }

        .pr-sm-2,

        .px-sm-2 {

            padding-right: 0.5rem !important;

        }

        .pb-sm-2,

        .py-sm-2 {

            padding-bottom: 0.5rem !important;

        }

        .pl-sm-2,

        .px-sm-2 {

            padding-left: 0.5rem !important;

        }

        .p-sm-3 {

            padding: 1rem !important;

        }

        .pt-sm-3,

        .py-sm-3 {

            padding-top: 1rem !important;

        }

        .pr-sm-3,

        .px-sm-3 {

            padding-right: 1rem !important;

        }

        .pb-sm-3,

        .py-sm-3 {

            padding-bottom: 1rem !important;

        }

        .pl-sm-3,

        .px-sm-3 {

            padding-left: 1rem !important;

        }

        .p-sm-4 {

            padding: 1.5rem !important;

        }

        .pt-sm-4,

        .py-sm-4 {

            padding-top: 1.5rem !important;

        }

        .pr-sm-4,

        .px-sm-4 {

            padding-right: 1.5rem !important;

        }

        .pb-sm-4,

        .py-sm-4 {

            padding-bottom: 1.5rem !important;

        }

        .pl-sm-4,

        .px-sm-4 {

            padding-left: 1.5rem !important;

        }

        .p-sm-5 {

            padding: 3rem !important;

        }

        .pt-sm-5,

        .py-sm-5 {

            padding-top: 3rem !important;

        }

        .pr-sm-5,

        .px-sm-5 {

            padding-right: 3rem !important;

        }

        .pb-sm-5,

        .py-sm-5 {

            padding-bottom: 3rem !important;

        }

        .pl-sm-5,

        .px-sm-5 {

            padding-left: 3rem !important;

        }

        .m-sm-auto {

            margin: auto !important;

        }

        .mt-sm-auto,

        .my-sm-auto {

            margin-top: auto !important;

        }

        .mr-sm-auto,

        .mx-sm-auto {

            margin-right: auto !important;

        }

        .mb-sm-auto,

        .my-sm-auto {

            margin-bottom: auto !important;

        }

        .ml-sm-auto,

        .mx-sm-auto {

            margin-left: auto !important;

        }

    }

    

    @media (min-width: 768px) {

        .m-md-0 {

            margin: 0 !important;

        }

        .mt-md-0,

        .my-md-0 {

            margin-top: 0 !important;

        }

        .mr-md-0,

        .mx-md-0 {

            margin-right: 0 !important;

        }

        .mb-md-0,

        .my-md-0 {

            margin-bottom: 0 !important;

        }

        .ml-md-0,

        .mx-md-0 {

            margin-left: 0 !important;

        }

        .m-md-1 {

            margin: 0.25rem !important;

        }

        .mt-md-1,

        .my-md-1 {

            margin-top: 0.25rem !important;

        }

        .mr-md-1,

        .mx-md-1 {

            margin-right: 0.25rem !important;

        }

        .mb-md-1,

        .my-md-1 {

            margin-bottom: 0.25rem !important;

        }

        .ml-md-1,

        .mx-md-1 {

            margin-left: 0.25rem !important;

        }

        .m-md-2 {

            margin: 0.5rem !important;

        }

        .mt-md-2,

        .my-md-2 {

            margin-top: 0.5rem !important;

        }

        .mr-md-2,

        .mx-md-2 {

            margin-right: 0.5rem !important;

        }

        .mb-md-2,

        .my-md-2 {

            margin-bottom: 0.5rem !important;

        }

        .ml-md-2,

        .mx-md-2 {

            margin-left: 0.5rem !important;

        }

        .m-md-3 {

            margin: 1rem !important;

        }

        .mt-md-3,

        .my-md-3 {

            margin-top: 1rem !important;

        }

        .mr-md-3,

        .mx-md-3 {

            margin-right: 1rem !important;

        }

        .mb-md-3,

        .my-md-3 {

            margin-bottom: 1rem !important;

        }

        .ml-md-3,

        .mx-md-3 {

            margin-left: 1rem !important;

        }

        .m-md-4 {

            margin: 1.5rem !important;

        }

        .mt-md-4,

        .my-md-4 {

            margin-top: 1.5rem !important;

        }

        .mr-md-4,

        .mx-md-4 {

            margin-right: 1.5rem !important;

        }

        .mb-md-4,

        .my-md-4 {

            margin-bottom: 1.5rem !important;

        }

        .ml-md-4,

        .mx-md-4 {

            margin-left: 1.5rem !important;

        }

        .m-md-5 {

            margin: 3rem !important;

        }

        .mt-md-5,

        .my-md-5 {

            margin-top: 3rem !important;

        }

        .mr-md-5,

        .mx-md-5 {

            margin-right: 3rem !important;

        }

        .mb-md-5,

        .my-md-5 {

            margin-bottom: 3rem !important;

        }

        .ml-md-5,

        .mx-md-5 {

            margin-left: 3rem !important;

        }

        .p-md-0 {

            padding: 0 !important;

        }

        .pt-md-0,

        .py-md-0 {

            padding-top: 0 !important;

        }

        .pr-md-0,

        .px-md-0 {

            padding-right: 0 !important;

        }

        .pb-md-0,

        .py-md-0 {

            padding-bottom: 0 !important;

        }

        .pl-md-0,

        .px-md-0 {

            padding-left: 0 !important;

        }

        .p-md-1 {

            padding: 0.25rem !important;

        }

        .pt-md-1,

        .py-md-1 {

            padding-top: 0.25rem !important;

        }

        .pr-md-1,

        .px-md-1 {

            padding-right: 0.25rem !important;

        }

        .pb-md-1,

        .py-md-1 {

            padding-bottom: 0.25rem !important;

        }

        .pl-md-1,

        .px-md-1 {

            padding-left: 0.25rem !important;

        }

        .p-md-2 {

            padding: 0.5rem !important;

        }

        .pt-md-2,

        .py-md-2 {

            padding-top: 0.5rem !important;

        }

        .pr-md-2,

        .px-md-2 {

            padding-right: 0.5rem !important;

        }

        .pb-md-2,

        .py-md-2 {

            padding-bottom: 0.5rem !important;

        }

        .pl-md-2,

        .px-md-2 {

            padding-left: 0.5rem !important;

        }

        .p-md-3 {

            padding: 1rem !important;

        }

        .pt-md-3,

        .py-md-3 {

            padding-top: 1rem !important;

        }

        .pr-md-3,

        .px-md-3 {

            padding-right: 1rem !important;

        }

        .pb-md-3,

        .py-md-3 {

            padding-bottom: 1rem !important;

        }

        .pl-md-3,

        .px-md-3 {

            padding-left: 1rem !important;

        }

        .p-md-4 {

            padding: 1.5rem !important;

        }

        .pt-md-4,

        .py-md-4 {

            padding-top: 1.5rem !important;

        }

        .pr-md-4,

        .px-md-4 {

            padding-right: 1.5rem !important;

        }

        .pb-md-4,

        .py-md-4 {

            padding-bottom: 1.5rem !important;

        }

        .pl-md-4,

        .px-md-4 {

            padding-left: 1.5rem !important;

        }

        .p-md-5 {

            padding: 3rem !important;

        }

        .pt-md-5,

        .py-md-5 {

            padding-top: 3rem !important;

        }

        .pr-md-5,

        .px-md-5 {

            padding-right: 3rem !important;

        }

        .pb-md-5,

        .py-md-5 {

            padding-bottom: 3rem !important;

        }

        .pl-md-5,

        .px-md-5 {

            padding-left: 3rem !important;

        }

        .m-md-auto {

            margin: auto !important;

        }

        .mt-md-auto,

        .my-md-auto {

            margin-top: auto !important;

        }

        .mr-md-auto,

        .mx-md-auto {

            margin-right: auto !important;

        }

        .mb-md-auto,

        .my-md-auto {

            margin-bottom: auto !important;

        }

        .ml-md-auto,

        .mx-md-auto {

            margin-left: auto !important;

        }

    }

    

    @media (min-width: 992px) {

        .m-lg-0 {

            margin: 0 !important;

        }

        .mt-lg-0,

        .my-lg-0 {

            margin-top: 0 !important;

        }

        .mr-lg-0,

        .mx-lg-0 {

            margin-right: 0 !important;

        }

        .mb-lg-0,

        .my-lg-0 {

            margin-bottom: 0 !important;

        }

        .ml-lg-0,

        .mx-lg-0 {

            margin-left: 0 !important;

        }

        .m-lg-1 {

            margin: 0.25rem !important;

        }

        .mt-lg-1,

        .my-lg-1 {

            margin-top: 0.25rem !important;

        }

        .mr-lg-1,

        .mx-lg-1 {

            margin-right: 0.25rem !important;

        }

        .mb-lg-1,

        .my-lg-1 {

            margin-bottom: 0.25rem !important;

        }

        .ml-lg-1,

        .mx-lg-1 {

            margin-left: 0.25rem !important;

        }

        .m-lg-2 {

            margin: 0.5rem !important;

        }

        .mt-lg-2,

        .my-lg-2 {

            margin-top: 0.5rem !important;

        }

        .mr-lg-2,

        .mx-lg-2 {

            margin-right: 0.5rem !important;

        }

        .mb-lg-2,

        .my-lg-2 {

            margin-bottom: 0.5rem !important;

        }

        .ml-lg-2,

        .mx-lg-2 {

            margin-left: 0.5rem !important;

        }

        .m-lg-3 {

            margin: 1rem !important;

        }

        .mt-lg-3,

        .my-lg-3 {

            margin-top: 1rem !important;

        }

        .mr-lg-3,

        .mx-lg-3 {

            margin-right: 1rem !important;

        }

        .mb-lg-3,

        .my-lg-3 {

            margin-bottom: 1rem !important;

        }

        .ml-lg-3,

        .mx-lg-3 {

            margin-left: 1rem !important;

        }

        .m-lg-4 {

            margin: 1.5rem !important;

        }

        .mt-lg-4,

        .my-lg-4 {

            margin-top: 1.5rem !important;

        }

        .mr-lg-4,

        .mx-lg-4 {

            margin-right: 1.5rem !important;

        }

        .mb-lg-4,

        .my-lg-4 {

            margin-bottom: 1.5rem !important;

        }

        .ml-lg-4,

        .mx-lg-4 {

            margin-left: 1.5rem !important;

        }

        .m-lg-5 {

            margin: 3rem !important;

        }

        .mt-lg-5,

        .my-lg-5 {

            margin-top: 3rem !important;

        }

        .mr-lg-5,

        .mx-lg-5 {

            margin-right: 3rem !important;

        }

        .mb-lg-5,

        .my-lg-5 {

            margin-bottom: 3rem !important;

        }

        .ml-lg-5,

        .mx-lg-5 {

            margin-left: 3rem !important;

        }

        .p-lg-0 {

            padding: 0 !important;

        }

        .pt-lg-0,

        .py-lg-0 {

            padding-top: 0 !important;

        }

        .pr-lg-0,

        .px-lg-0 {

            padding-right: 0 !important;

        }

        .pb-lg-0,

        .py-lg-0 {

            padding-bottom: 0 !important;

        }

        .pl-lg-0,

        .px-lg-0 {

            padding-left: 0 !important;

        }

        .p-lg-1 {

            padding: 0.25rem !important;

        }

        .pt-lg-1,

        .py-lg-1 {

            padding-top: 0.25rem !important;

        }

        .pr-lg-1,

        .px-lg-1 {

            padding-right: 0.25rem !important;

        }

        .pb-lg-1,

        .py-lg-1 {

            padding-bottom: 0.25rem !important;

        }

        .pl-lg-1,

        .px-lg-1 {

            padding-left: 0.25rem !important;

        }

        .p-lg-2 {

            padding: 0.5rem !important;

        }

        .pt-lg-2,

        .py-lg-2 {

            padding-top: 0.5rem !important;

        }

        .pr-lg-2,

        .px-lg-2 {

            padding-right: 0.5rem !important;

        }

        .pb-lg-2,

        .py-lg-2 {

            padding-bottom: 0.5rem !important;

        }

        .pl-lg-2,

        .px-lg-2 {

            padding-left: 0.5rem !important;

        }

        .p-lg-3 {

            padding: 1rem !important;

        }

        .pt-lg-3,

        .py-lg-3 {

            padding-top: 1rem !important;

        }

        .pr-lg-3,

        .px-lg-3 {

            padding-right: 1rem !important;

        }

        .pb-lg-3,

        .py-lg-3 {

            padding-bottom: 1rem !important;

        }

        .pl-lg-3,

        .px-lg-3 {

            padding-left: 1rem !important;

        }

        .p-lg-4 {

            padding: 1.5rem !important;

        }

        .pt-lg-4,

        .py-lg-4 {

            padding-top: 1.5rem !important;

        }

        .pr-lg-4,

        .px-lg-4 {

            padding-right: 1.5rem !important;

        }

        .pb-lg-4,

        .py-lg-4 {

            padding-bottom: 1.5rem !important;

        }

        .pl-lg-4,

        .px-lg-4 {

            padding-left: 1.5rem !important;

        }

        .p-lg-5 {

            padding: 3rem !important;

        }

        .pt-lg-5,

        .py-lg-5 {

            padding-top: 3rem !important;

        }

        .pr-lg-5,

        .px-lg-5 {

            padding-right: 3rem !important;

        }

        .pb-lg-5,

        .py-lg-5 {

            padding-bottom: 3rem !important;

        }

        .pl-lg-5,

        .px-lg-5 {

            padding-left: 3rem !important;

        }

        .m-lg-auto {

            margin: auto !important;

        }

        .mt-lg-auto,

        .my-lg-auto {

            margin-top: auto !important;

        }

        .mr-lg-auto,

        .mx-lg-auto {

            margin-right: auto !important;

        }

        .mb-lg-auto,

        .my-lg-auto {

            margin-bottom: auto !important;

        }

        .ml-lg-auto,

        .mx-lg-auto {

            margin-left: auto !important;

        }

    }

    

    @media (min-width: 1200px) {

        .m-xl-0 {

            margin: 0 !important;

        }

        .mt-xl-0,

        .my-xl-0 {

            margin-top: 0 !important;

        }

        .mr-xl-0,

        .mx-xl-0 {

            margin-right: 0 !important;

        }

        .mb-xl-0,

        .my-xl-0 {

            margin-bottom: 0 !important;

        }

        .ml-xl-0,

        .mx-xl-0 {

            margin-left: 0 !important;

        }

        .m-xl-1 {

            margin: 0.25rem !important;

        }

        .mt-xl-1,

        .my-xl-1 {

            margin-top: 0.25rem !important;

        }

        .mr-xl-1,

        .mx-xl-1 {

            margin-right: 0.25rem !important;

        }

        .mb-xl-1,

        .my-xl-1 {

            margin-bottom: 0.25rem !important;

        }

        .ml-xl-1,

        .mx-xl-1 {

            margin-left: 0.25rem !important;

        }

        .m-xl-2 {

            margin: 0.5rem !important;

        }

        .mt-xl-2,

        .my-xl-2 {

            margin-top: 0.5rem !important;

        }

        .mr-xl-2,

        .mx-xl-2 {

            margin-right: 0.5rem !important;

        }

        .mb-xl-2,

        .my-xl-2 {

            margin-bottom: 0.5rem !important;

        }

        .ml-xl-2,

        .mx-xl-2 {

            margin-left: 0.5rem !important;

        }

        .m-xl-3 {

            margin: 1rem !important;

        }

        .mt-xl-3,

        .my-xl-3 {

            margin-top: 1rem !important;

        }

        .mr-xl-3,

        .mx-xl-3 {

            margin-right: 1rem !important;

        }

        .mb-xl-3,

        .my-xl-3 {

            margin-bottom: 1rem !important;

        }

        .ml-xl-3,

        .mx-xl-3 {

            margin-left: 1rem !important;

        }

        .m-xl-4 {

            margin: 1.5rem !important;

        }

        .mt-xl-4,

        .my-xl-4 {

            margin-top: 1.5rem !important;

        }

        .mr-xl-4,

        .mx-xl-4 {

            margin-right: 1.5rem !important;

        }

        .mb-xl-4,

        .my-xl-4 {

            margin-bottom: 1.5rem !important;

        }

        .ml-xl-4,

        .mx-xl-4 {

            margin-left: 1.5rem !important;

        }

        .m-xl-5 {

            margin: 3rem !important;

        }

        .mt-xl-5,

        .my-xl-5 {

            margin-top: 3rem !important;

        }

        .mr-xl-5,

        .mx-xl-5 {

            margin-right: 3rem !important;

        }

        .mb-xl-5,

        .my-xl-5 {

            margin-bottom: 3rem !important;

        }

        .ml-xl-5,

        .mx-xl-5 {

            margin-left: 3rem !important;

        }

        .p-xl-0 {

            padding: 0 !important;

        }

        .pt-xl-0,

        .py-xl-0 {

            padding-top: 0 !important;

        }

        .pr-xl-0,

        .px-xl-0 {

            padding-right: 0 !important;

        }

        .pb-xl-0,

        .py-xl-0 {

            padding-bottom: 0 !important;

        }

        .pl-xl-0,

        .px-xl-0 {

            padding-left: 0 !important;

        }

        .p-xl-1 {

            padding: 0.25rem !important;

        }

        .pt-xl-1,

        .py-xl-1 {

            padding-top: 0.25rem !important;

        }

        .pr-xl-1,

        .px-xl-1 {

            padding-right: 0.25rem !important;

        }

        .pb-xl-1,

        .py-xl-1 {

            padding-bottom: 0.25rem !important;

        }

        .pl-xl-1,

        .px-xl-1 {

            padding-left: 0.25rem !important;

        }

        .p-xl-2 {

            padding: 0.5rem !important;

        }

        .pt-xl-2,

        .py-xl-2 {

            padding-top: 0.5rem !important;

        }

        .pr-xl-2,

        .px-xl-2 {

            padding-right: 0.5rem !important;

        }

        .pb-xl-2,

        .py-xl-2 {

            padding-bottom: 0.5rem !important;

        }

        .pl-xl-2,

        .px-xl-2 {

            padding-left: 0.5rem !important;

        }

        .p-xl-3 {

            padding: 1rem !important;

        }

        .pt-xl-3,

        .py-xl-3 {

            padding-top: 1rem !important;

        }

        .pr-xl-3,

        .px-xl-3 {

            padding-right: 1rem !important;

        }

        .pb-xl-3,

        .py-xl-3 {

            padding-bottom: 1rem !important;

        }

        .pl-xl-3,

        .px-xl-3 {

            padding-left: 1rem !important;

        }

        .p-xl-4 {

            padding: 1.5rem !important;

        }

        .pt-xl-4,

        .py-xl-4 {

            padding-top: 1.5rem !important;

        }

        .pr-xl-4,

        .px-xl-4 {

            padding-right: 1.5rem !important;

        }

        .pb-xl-4,

        .py-xl-4 {

            padding-bottom: 1.5rem !important;

        }

        .pl-xl-4,

        .px-xl-4 {

            padding-left: 1.5rem !important;

        }

        .p-xl-5 {

            padding: 3rem !important;

        }

        .pt-xl-5,

        .py-xl-5 {

            padding-top: 3rem !important;

        }

        .pr-xl-5,

        .px-xl-5 {

            padding-right: 3rem !important;

        }

        .pb-xl-5,

        .py-xl-5 {

            padding-bottom: 3rem !important;

        }

        .pl-xl-5,

        .px-xl-5 {

            padding-left: 3rem !important;

        }

        .m-xl-auto {

            margin: auto !important;

        }

        .mt-xl-auto,

        .my-xl-auto {

            margin-top: auto !important;

        }

        .mr-xl-auto,

        .mx-xl-auto {

            margin-right: auto !important;

        }

        .mb-xl-auto,

        .my-xl-auto {

            margin-bottom: auto !important;

        }

        .ml-xl-auto,

        .mx-xl-auto {

            margin-left: auto !important;

        }

    }

    

    @media (min-width: 1600px) {

        .m-xxl-0 {

            margin: 0 !important;

        }

        .mt-xxl-0,

        .my-xxl-0 {

            margin-top: 0 !important;

        }

        .mr-xxl-0,

        .mx-xxl-0 {

            margin-right: 0 !important;

        }

        .mb-xxl-0,

        .my-xxl-0 {

            margin-bottom: 0 !important;

        }

        .ml-xxl-0,

        .mx-xxl-0 {

            margin-left: 0 !important;

        }

        .m-xxl-1 {

            margin: 0.25rem !important;

        }

        .mt-xxl-1,

        .my-xxl-1 {

            margin-top: 0.25rem !important;

        }

        .mr-xxl-1,

        .mx-xxl-1 {

            margin-right: 0.25rem !important;

        }

        .mb-xxl-1,

        .my-xxl-1 {

            margin-bottom: 0.25rem !important;

        }

        .ml-xxl-1,

        .mx-xxl-1 {

            margin-left: 0.25rem !important;

        }

        .m-xxl-2 {

            margin: 0.5rem !important;

        }

        .mt-xxl-2,

        .my-xxl-2 {

            margin-top: 0.5rem !important;

        }

        .mr-xxl-2,

        .mx-xxl-2 {

            margin-right: 0.5rem !important;

        }

        .mb-xxl-2,

        .my-xxl-2 {

            margin-bottom: 0.5rem !important;

        }

        .ml-xxl-2,

        .mx-xxl-2 {

            margin-left: 0.5rem !important;

        }

        .m-xxl-3 {

            margin: 1rem !important;

        }

        .mt-xxl-3,

        .my-xxl-3 {

            margin-top: 1rem !important;

        }

        .mr-xxl-3,

        .mx-xxl-3 {

            margin-right: 1rem !important;

        }

        .mb-xxl-3,

        .my-xxl-3 {

            margin-bottom: 1rem !important;

        }

        .ml-xxl-3,

        .mx-xxl-3 {

            margin-left: 1rem !important;

        }

        .m-xxl-4 {

            margin: 1.5rem !important;

        }

        .mt-xxl-4,

        .my-xxl-4 {

            margin-top: 1.5rem !important;

        }

        .mr-xxl-4,

        .mx-xxl-4 {

            margin-right: 1.5rem !important;

        }

        .mb-xxl-4,

        .my-xxl-4 {

            margin-bottom: 1.5rem !important;

        }

        .ml-xxl-4,

        .mx-xxl-4 {

            margin-left: 1.5rem !important;

        }

        .m-xxl-5 {

            margin: 3rem !important;

        }

        .mt-xxl-5,

        .my-xxl-5 {

            margin-top: 3rem !important;

        }

        .mr-xxl-5,

        .mx-xxl-5 {

            margin-right: 3rem !important;

        }

        .mb-xxl-5,

        .my-xxl-5 {

            margin-bottom: 3rem !important;

        }

        .ml-xxl-5,

        .mx-xxl-5 {

            margin-left: 3rem !important;

        }

        .p-xxl-0 {

            padding: 0 !important;

        }

        .pt-xxl-0,

        .py-xxl-0 {

            padding-top: 0 !important;

        }

        .pr-xxl-0,

        .px-xxl-0 {

            padding-right: 0 !important;

        }

        .pb-xxl-0,

        .py-xxl-0 {

            padding-bottom: 0 !important;

        }

        .pl-xxl-0,

        .px-xxl-0 {

            padding-left: 0 !important;

        }

        .p-xxl-1 {

            padding: 0.25rem !important;

        }

        .pt-xxl-1,

        .py-xxl-1 {

            padding-top: 0.25rem !important;

        }

        .pr-xxl-1,

        .px-xxl-1 {

            padding-right: 0.25rem !important;

        }

        .pb-xxl-1,

        .py-xxl-1 {

            padding-bottom: 0.25rem !important;

        }

        .pl-xxl-1,

        .px-xxl-1 {

            padding-left: 0.25rem !important;

        }

        .p-xxl-2 {

            padding: 0.5rem !important;

        }

        .pt-xxl-2,

        .py-xxl-2 {

            padding-top: 0.5rem !important;

        }

        .pr-xxl-2,

        .px-xxl-2 {

            padding-right: 0.5rem !important;

        }

        .pb-xxl-2,

        .py-xxl-2 {

            padding-bottom: 0.5rem !important;

        }

        .pl-xxl-2,

        .px-xxl-2 {

            padding-left: 0.5rem !important;

        }

        .p-xxl-3 {

            padding: 1rem !important;

        }

        .pt-xxl-3,

        .py-xxl-3 {

            padding-top: 1rem !important;

        }

        .pr-xxl-3,

        .px-xxl-3 {

            padding-right: 1rem !important;

        }

        .pb-xxl-3,

        .py-xxl-3 {

            padding-bottom: 1rem !important;

        }

        .pl-xxl-3,

        .px-xxl-3 {

            padding-left: 1rem !important;

        }

        .p-xxl-4 {

            padding: 1.5rem !important;

        }

        .pt-xxl-4,

        .py-xxl-4 {

            padding-top: 1.5rem !important;

        }

        .pr-xxl-4,

        .px-xxl-4 {

            padding-right: 1.5rem !important;

        }

        .pb-xxl-4,

        .py-xxl-4 {

            padding-bottom: 1.5rem !important;

        }

        .pl-xxl-4,

        .px-xxl-4 {

            padding-left: 1.5rem !important;

        }

        .p-xxl-5 {

            padding: 3rem !important;

        }

        .pt-xxl-5,

        .py-xxl-5 {

            padding-top: 3rem !important;

        }

        .pr-xxl-5,

        .px-xxl-5 {

            padding-right: 3rem !important;

        }

        .pb-xxl-5,

        .py-xxl-5 {

            padding-bottom: 3rem !important;

        }

        .pl-xxl-5,

        .px-xxl-5 {

            padding-left: 3rem !important;

        }

        .m-xxl-auto {

            margin: auto !important;

        }

        .mt-xxl-auto,

        .my-xxl-auto {

            margin-top: auto !important;

        }

        .mr-xxl-auto,

        .mx-xxl-auto {

            margin-right: auto !important;

        }

        .mb-xxl-auto,

        .my-xxl-auto {

            margin-bottom: auto !important;

        }

        .ml-xxl-auto,

        .mx-xxl-auto {

            margin-left: auto !important;

        }

    }

    

    .text-monospace {

        font-family: Menlo, Monaco, Consolas, "Courier New", monospace;

    }

    

    .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: 480px) {

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

        }

    }

    

    @media (min-width: 1600px) {

        .text-xxl-left {

            text-align: left !important;

        }

        .text-xxl-right {

            text-align: right !important;

        }

        .text-xxl-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: #012aa0 !important;

    }

    

    h1 .big {

        font-size: 45px !important;

        text-shadow: 1PX 0px 0px white;

    }

    

    .page h1 {

        font-size: 22px;

        text-transform: uppercase;

    }

    

    a.text-primary:hover,

    a.text-primary:focus {

        color: #0062cc !important;

    }

    

    p {

        color: #000;

    }

    

    .msg img {

        border: 1px solid #e4e4e4;

        padding: 5px;

        background: #fff;

    }

    

    .text-secondary {

        color: #6c757d !important;

    }

    

    a.text-secondary:hover,

    a.text-secondary:focus {

        color: #545b62 !important;

    }

    

    .text-success {

        color: #28a745 !important;

    }

    

    a.text-success:hover,

    a.text-success:focus {

        color: #1e7e34 !important;

    }

    

    .text-info {

        color: #17a2b8 !important;

    }

    

    a.text-info:hover,

    a.text-info:focus {

        color: #117a8b !important;

    }

    

    .text-warning {

        color: #ffc107 !important;

    }

    

    a.text-warning:hover,

    a.text-warning:focus {

        color: #d39e00 !important;

    }

    

    .text-danger {

        color: #dc3545 !important;

    }

    

    a.text-danger:hover,

    a.text-danger:focus {

        color: #bd2130 !important;

    }

    

    .text-light {

        color: #f8f9fa !important;

    }

    

    a.text-light:hover,

    a.text-light:focus {

        color: #dae0e5 !important;

    }

    

    .text-dark {

        color: #343a40 !important;

    }

    

    a.text-dark:hover,

    a.text-dark:focus {

        color: #1d2124 !important;

    }

    

    .text-body {

        color: #434345 !important;

    }

    

    .text-muted {

        color: #d3dbe8 !important;

    }

    

    .text-black-50 {

        color: rgba(25, 25, 25, 0.5) !important;

    }

    

    .text-white-50 {

        color: rgba(255, 255, 255, 0.5) !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;

    }

    

    html *:first-child {

        margin-top: 0;

    }

    

    html *:last-child {

        margin-bottom: 0; 
        justify-content: center;

    }

    

    a:hover,

    a:focus {

        text-decoration: none;

        outline: none;

    }

    

    iframe {

        display: block;

    }

    

    button:hover {

        cursor: pointer;

    }

    

    .pull-base {

        float: none;

    }

    

    @media (min-width: 0) {

        .pull-xs-left {

            float: left;

        }

        img.pull-xs-left {

            padding-right: 28px;

        }

        .pull-xs-base {

            float: none;

        }

        .pull-xs-right {

            float: right;

        }

        img.pull-xs-right {

            padding-left: 28px;

        }

    }

    

    @media (min-width: 480px) {

        .pull-sm-left {

            float: left;

        }

        img.pull-sm-left {

            padding-right: 28px;

        }

        .pull-sm-base {

            float: none;

        }

        .pull-sm-right {

            float: right;

        }

        img.pull-sm-right {

            padding-left: 28px;

        }

    }

    

    @media (min-width: 768px) {

        .pull-md-left {

            float: left;

        }

        img.pull-md-left {

            padding-right: 28px;

        }

        .pull-md-base {

            float: none;

        }

        .pull-md-right {

            float: right;

        }

        img.pull-md-right {

            padding-left: 28px;

        }

    }

    

    @media (min-width: 992px) {

        .pull-lg-left {

            float: left;

        }

        img.pull-lg-left {

            padding-right: 28px;

        }

        .pull-lg-base {

            float: none;

        }

        .pull-lg-right {

            float: right;

        }

        img.pull-lg-right {

            padding-left: 28px;

        }

    }

    

    @media (min-width: 1200px) {

        .pull-xl-left {

            float: left;

        }

        img.pull-xl-left {

            padding-right: 28px;

        }

        .pull-xl-base {

            float: none;

        }

        .pull-xl-right {

            float: right;

        }

        img.pull-xl-right {

            padding-left: 28px;

        }

    }

    

    @media (min-width: 1600px) {

        .pull-xxl-left {

            float: left;

        }

        img.pull-xxl-left {

            padding-right: 28px;

        }

        .pull-xxl-base {

            float: none;

        }

        .pull-xxl-right {

            float: right;

        }

        img.pull-xxl-right {

            padding-left: 28px;

        }

    }

    

    .row-spacer {

        flex-basis: 100%;

    }

    

    *+.row {

        margin-top: 20px;

    }

    

    *+[class*='col-xs-'] {

        margin-top: 0;

    }

    

    @media (min-width: 480px) {

        *+[class*='col-sm-'] {

            margin-top: 0;

        }

    }

    

    @media (min-width: 768px) {

        *+[class*='col-md-'] {

            margin-top: 0;

        }

    }

    

    @media (min-width: 992px) {

        *+[class*='col-lg-'] {

            margin-top: 0;

        }

    }

    

    @media (min-width: 1200px) {

        *+[class*='col-xl-'] {

            margin-top: 0;

        }

    }

    

    @media (min-width: 1600px) {

        *+[class*='col-xxl-'] {

            margin-top: 0;

        }

    }

    

    @media (min-width: 1600px) {

        .container-wide {

            max-width: 1800px;

        }

    }

    

    .row-condensed {

        margin-left: 0;

        margin-right: 0;

    }

    

    .row-condensed>[class*="col"] {

        padding-left: 0;

        padding-right: 0;

    }

    

    .hr {

        height: 1px;

        padding: 0px;

        margin-top: 30px;

        margin-bottom: 30px;

        background: #f2f4f9;

        border: none;

    }

    

    .hr-dashed {

        height: 0;

        border-bottom: 1px dashed #d3dbe8;

        background-color: transparent;

    }

    

    .hr-gradient {

        background: white;

        background: -moz-linear-gradient(left, white 0%, #d3dbe8 50%, white 100%);

        background: -webkit-gradient(left top, right top, color-stop(0%, white), color-stop(50%, #d3dbe8), color-stop(100%, white));

        background: -webkit-linear-gradient(left, white 0%, #d3dbe8 50%, white 100%);

        background: -o-linear-gradient(left, white 0%, #d3dbe8 50%, white 100%);

        background: -ms-linear-gradient(left, white 0%, #d3dbe8 50%, white 100%);

        background: linear-gradient(to right, white 0%, #d3dbe8 50%, white 100%);

    }

    

    .text-subline {

        position: relative;

        height: 1px;

        padding: 0;

        background: #d3dbe8;

        border: none;

    }

    

    .text-subline:before {

        content: '';

        position: absolute;

        top: 0;

        left: 0;

        height: 1px;

        width: 40px;

        background: #191919;

    }

    

    .divider {

        width: 40px;

        height: 2px;

        padding: 0;

        margin: 27px auto 34px;

        background: #d3dbe8;

        border: none;

    }

    

    .divider-vertical {

        width: 2px;

        height: 20px;

        background: #d3dbe8;

    }

    

    .divider-sm {

        width: 30px;

    }

    

    .divider-lg {

        width: 60px;

        height: 3px;

    }

    

    .hr-auto {

        margin-left: auto;

        margin-right: auto;

    }

    

    @media (min-width: 480px) {

        .hr-sm-auto {

            margin-left: auto;

            margin-right: auto;

        }

    }

    

    @media (min-width: 768px) {

        .hr-md-auto {

            margin-left: auto;

            margin-right: auto;

        }

    }

    

    @media (min-width: 992px) {

        .hr-lg-auto {

            margin-left: auto;

            margin-right: auto;

        }

    }

    

    @media (min-width: 1200px) {

        .hr-xl-auto {

            margin-left: auto;

            margin-right: auto;

        }

    }

    

    @media (min-width: 1600px) {

        .hr-xxl-auto {

            margin-left: auto;

            margin-right: auto;

        }

    }

    

    .hr-left-0 {

        margin-left: 0;

    }

    

    @media (min-width: 480px) {

        .hr-sm-left-0 {

            margin-left: 0;

        }

    }

    

    @media (min-width: 768px) {

        .hr-md-left-0 {

            margin-left: 0;

        }

    }

    

    @media (min-width: 992px) {

        .hr-lg-left-0 {

            margin-left: 0;

        }

    }

    

    @media (min-width: 1200px) {

        .hr-xl-left-0 {

            margin-left: 0;

        }

    }

    

    @media (min-width: 1600px) {

        .hr-xxl-left-0 {

            margin-left: 0;

        }

    }

    

    .hr-right-0 {

        margin-right: 0;

    }

    

    @media (min-width: 480px) {

        .hr-sm-right-0 {

            margin-right: 0;

        }

    }

    

    @media (min-width: 768px) {

        .hr-md-right-0 {

            margin-right: 0;

        }

    }

    

    @media (min-width: 992px) {

        .hr-lg-right-0 {

            margin-right: 0;

        }

    }

    

    @media (min-width: 1200px) {

        .hr-xl-right-0 {

            margin-right: 0;

        }

    }

    

    @media (min-width: 1600px) {

        .hr-xxl-right-0 {

            margin-right: 0;

        }

    }

    

    .page-header {

        padding-bottom: 14px;

    }

    

    .font-default {

        font-family: "PT Sans", Helvetica, Arial, sans-serif;

    }

    

    .font-accent {

        font-family: "Amatic SC", cursive;

    }

    

    h1,

    .h1 {

        margin-top: 26px;

        margin-bottom: 21px;

        font-size: 36px;

        line-height: 1.5;

    }

    

    @media (min-width: 768px) {

        h1,

        .h1 {

            line-height: 1.2;

            font-size: 45px;

        }

    }

    

    h2,

    .h2 {

        margin-top: 42px;

        margin-bottom: 17px;

        font-size: 32px;

        line-height: 1.5;

    }

    

    @media (min-width: 768px) {

        h2,

        .h2 {

            line-height: 1.18421;

            font-size: 38px;

        }

    }

    

    h3,

    .h3 {

        margin-top: 27px;

        margin-bottom: 18px;

        font-size: 28px;

        line-height: 1.5;

    }

    

    @media (min-width: 768px) {

        h3,

        .h3 {

            line-height: 1.2;

            font-size: 30px;

        }

    }

    

    h4,

    .h4 {

        margin-top: 28px;

        margin-bottom: 16px;

        font-size: 24px;

        line-height: 1.5;

    }

    

    h4 *+.icon,

    h4 .icon+*,

    .h4 *+.icon,

    .h4 .icon+* {

        padding-left: 8px;

    }

    

    @media (min-width: 768px) {

        h4,

        .h4 {

            line-height: 1.25;

            font-size: 14px;

            font-weight: 900;

        }

    }

    

    h5,

    .h5 {

        margin-top: 29px;

        margin-bottom: 19px;

        font-size: 20px;

        line-height: 1.5;

    }

    

    @media (min-width: 768px) {

        h5,

        .h5 {

            line-height: 1.22727;

            font-size: 22px;

        }

    }

    

    h6,

    .h6 {

        margin-top: 29px;

        margin-bottom: 18px;

        font-size: 17px;

        font-weight: 700;

        line-height: 1.5;

    }

    

    h6 *+.icon,

    h6 .icon+*,

    .h6 *+.icon,

    .h6 .icon+* {

        padding-left: 8px;

    }

    

    @media (min-width: 768px) {

        h6,

        .h6 {

            line-height: 1.47059;

            font-size: 17px;

        }

    }

    

    h1 a,

    .h1 a,

    h2 a,

    .h2 a,

    h3 a,

    .h3 a,

    h4 a,

    .h4 a,

    h5 a,

    .h5 a,

    h6 a,

    .h6 a {

        transition: .3s all ease;

    }

    

    h1 a:hover,

    .h1 a:hover,

    h2 a:hover,

    .h2 a:hover,

    h3 a:hover,

    .h3 a:hover,

    h4 a:hover,

    .h4 a:hover,

    h5 a:hover,

    .h5 a:hover,

    h6 a:hover,

    .h6 a:hover {

        color: #554e9f;

    }

    

    h1 .small,

    .h1 .small,

    h2 .small,

    .h2 .small,

    h3 .small,

    .h3 .small,

    h4 .small,

    .h4 .small,

    h5 .small,

    .h5 .small,

    h6 .small,

    .h6 .small {

        color: #9b9b9b;

    }

    

    p,

    .p,

    .list {

        margin-top: 18px;

        margin-bottom: 18px;

    }

    

    p a:hover,

    .p a:hover,

    .list a:hover {

        text-decoration: underline;

    }

    

    @media (min-width: 480px) {

        .big {

            font-size: 106.25%;

            line-height: 1.470588235294118;

        }

        h1 .big,

        .h1 .big {

            font-size: 137%;

            line-height: 1.125;

        }

        h2 .big,

        .h2 .big {

            font-size: 147.36%;

            line-height: 1.142857142857143;

        }

    }

    

    @media (min-width: 992px) {

        .big {

            font-size: 106.25%;

            line-height: 1.470588235294118;

        }

        h1 .big,

        .h1 .big {

            font-size: 100%;

            line-height: 1.125;

        }

    }

    

    ul.p li {

        font-size: 15px;

        font-weight: bold;

    }

    

    blockquote small,

    blockquote .small,

    small,

    .small {

        font-size: 93.75%;

    }

    

    blockquote small:before,

    blockquote .small:before,

    small:before,

    .small:before {

        display: none;

    }

    

    h1 blockquote small,

    .h1 blockquote small,

    h1 blockquote .small,

    .h1 blockquote .small,

    h1 small,

    .h1 small,

    h1 .small,

    .h1 .small {

        font-size: 62.22222222222222%;

    }

    

    h2 blockquote small,

    .h2 blockquote small,

    h2 blockquote .small,

    .h2 blockquote .small,

    h2 small,

    .h2 small,

    h2 .small,

    .h2 .small {

        font-size: 63.15789473684211%;

    }

    

    h3 blockquote small,

    .h3 blockquote small,

    h3 blockquote .small,

    .h3 blockquote .small,

    h3 small,

    .h3 small,

    h3 .small,

    .h3 .small {

        font-size: 73.33333333333333%;

    }

    

    h4 blockquote small,

    .h4 blockquote small,

    h4 blockquote .small,

    .h4 blockquote .small,

    h4 small,

    .h4 small,

    h4 .small,

    .h4 .small {

        font-size: 75%;

    }

    

    h5 blockquote small,

    .h5 blockquote small,

    h5 blockquote .small,

    .h5 blockquote .small,

    h5 small,

    .h5 small,

    h5 .small,

    .h5 .small {

        font-size: 72.72727272727273%;

    }

    

    h6 blockquote small,

    .h6 blockquote small,

    h6 blockquote .small,

    .h6 blockquote .small,

    h6 small,

    .h6 small,

    h6 .small,

    .h6 .small {

        font-size: 94.11764705882353%;

    }

    

    sub {

        bottom: -0.5em;

    }

    

    sub,

    sup {

        font-size: 62%;

        line-height: 0;

        position: relative;

        vertical-align: baseline;

    }

    

    code,

    kbd,

    pre,

    samp {

        font-family: Consolas, "Courier New", monospace;

    }

    

    code {

        padding: 5px 7px;

        font-size: 75%;

        color: #E50A0A;

        background-color: #f7f7f7;

        border-radius: 2px;

    }

    

    pre {

        padding: 16px 19px;

        margin-bottom: 0;

        font-size: 16px;

        line-height: 1.13;

        overflow-x: auto;

    }

    

    pre code {

        font-size: 75%;

        text-align: left;

    }

    

    mark,

    .mark {

        background-color: #ABCC37;

        padding: .1em;

    }

    

    .text-extra-small {

        font-size: 13px;

    }

    

    .text-extra-big {

        font-size: 100px;

        line-height: .7;

    }

    

    @media (min-width: 768px) {

        .text-extra-big {

            font-size: 140px;

        }

    }

    

    @media (min-width: 992px) {

        .text-extra-big {

            font-size: 180px;

        }

    }

    

    @media (min-width: 1200px) {

        .text-extra-big {

            font-size: 220px;

        }

    }

    

    .list>li+li {

        margin-top: 10px;

    }

    

    .list-numbered {

        padding-left: 15px;

    }

    

    .list-numbered li {

        padding-left: 10px;

    }

    

    .list-inline {

        margin-left: -5px;

        margin-right: -5px;

    }

    

    .list-inline>li {

        padding-left: 5px;

        padding-right: 5px;

    }

    

    .list-inline-sm {

        margin-left: -10px;

        margin-right: -10px;

    }

    

    .list-inline-sm>li {

        padding-left: 10px;

        padding-right: 10px;

    }

    

    .list-inline-md {

        margin-left: -15px;

        margin-right: -15px;

    }

    

    .list-inline-md>li {

        padding-left: 15px;

        padding-right: 15px;

    }

    

    .list-inline-lg {

        margin-left: -30px;

        margin-right: -30px;

    }

    

    .list-inline-lg>li {

        padding-left: 30px;

        padding-right: 30px;

    }

    

    .list-inline-lg>li:first-child {

        padding-left: 0;

    }

    

    .list-inline-lg>li:before {

        color: #d3dbe8;

    }

    

    .list-inline-lg>li+li [class*='fa-']:before {

        margin-left: 15px;

    }

    

    @media (min-width: 768px) {

        .list-inline-lg li+li [class*='fa-']:before {

            margin-left: 0;

        }

        .list-inline-lg [class*='fa-']:before {

            padding-left: 15px;

            padding-right: 10px;

        }

    }

    

    .list-inline-picton-blue>li>a {

        transition: .3s;

    }

    

    .list-inline-picton-blue>li>a:hover {

        color: #55bbeb;

    }

    

    .list-inline-primary>li>a {

        transition: .3s;

    }

    

    .list-inline-primary>li>a:hover {

        color: #554e9f;

    }

    

    .list-inline-white>li>a {

        transition: .3s;

    }

    

    .list-inline-white>li>a:hover {

        color: #fff;

    }

    

    .list-inline-dashed>li {

        padding-right: 0;

    }

    

    .list-inline-dashed>li+li:before {

        content: '/';

        padding-right: 5px;

    }

    

    .list-inline-dashed-wide>li {

        padding-right: 0;

    }

    

    .list-inline-dashed-wide>li+li:before {

        content: '/';

        padding-right: 20px;

    }

    

    @media (min-width: 992px) {

        .list-inline-dashed-wide>li+li:before {

            padding-right: 5px;

        }

    }

    

    .list-inline-squared>li {

        position: relative;

    }

    

    .list-inline-squared>li+li:before {

        content: '';

        position: absolute;

        top: 50%;

        margin-top: -3px;

        left: -7px;

        height: 6px;

        border-left: 6px solid;

    }

    

    .list-inline-squared.list-inline-mg+li:before {

        left: -23px;

    }

    

    .list-inline-squared.list-inline-lg+li:before {

        left: -33px;

    }

    

    .list-marked {

        text-align: left;

        padding-left: 0;

        list-style: none;

    }

    

    .list-marked li {

        padding-left: 15px;

        position: relative;

    }

    

    .list-marked li:before {

        content: '';

        position: absolute;

        left: 2px;

        top: 13px;

        transform: translateY(-50%);

        width: 4px;

        height: 4px;

        border-radius: 50%;

        background-color: #554e9f;

    }

    

    .list-index {

        padding-left: 0;

        list-style: none;

        counter-reset: li;

    }

    

    .list-index li .list-index-counter:before {

        content: counter(li, decimal-leading-zero);

        counter-increment: li;

    }

    

    .list-separated li+li {

        border-top: 1px solid #f2f4f9;

        margin-top: 8px;

        padding-top: 7px;

    }

    

    .bg-fixed {

        background-attachment: fixed;

        background-repeat: no-repeat;

        -webkit-background-size: cover;

        background-size: cover;

    }

    

    .bg-gray-base {

        background: #191919;

        fill: #191919;

    }

    

    .bg-gray-darkest {

        background: #212121;

        fill: #212121;

    }

    

    .bg-gray-darker {

        background: #434345;

        fill: #434345;

    }

    

    .bg-gray {

        background: #d3dbe8;

        fill: #d3dbe8;

    }

    

    .bg-gray-light {

        background: #f0f1f4;

        fill: #f0f1f4;

    }

    

    .bg-lighter {

        background: #f2f4f9;

        fill: #f2f4f9;

    }

    

    .bg-lightest {

        background: #f7f7f7;

        fill: #f7f7f7;

    }

    

    .bg-deluge {

        background: #8668ad;

        fill: #8668ad;

    }

    

    .bg-picton-blue {

        background: #55bbeb;

        fill: #55bbeb;

    }

    

    .bg-primary {

        background: #554e9f;

        fill: #554e9f;

    }

    

    .bg-safety-orange {

        background: #fe6500;

        fill: #fe6500;

    }

    

    .bg-white {

        background: #fff;

        fill: #fff;

    }

    

    .bg-black-haze {

        background: -moz-linear-gradient(0deg, #f7f7f7 0%, #fff 100%);

        background: -webkit-linear-gradient(0deg, #f7f7f7 0%, #fff 100%);

        background: -o-linear-gradient(0deg, #f7f7f7 0%, #fff 100%);

        background: -ms-linear-gradient(0deg, #f7f7f7 0%, #fff 100%);

        background: linear-gradient(0deg, #f7f7f7 0%, #fff 100%);

    }

    

    .bg-acapulco {

        fill: #55bbeb;

        background: #55bbeb;

        background: -moz-linear-gradient(90deg, #55bbeb 0%, #84c450 100%);

        background: -webkit-linear-gradient(90deg, #55bbeb 0%, #84c450 100%);

        background: -o-linear-gradient(90deg, #55bbeb 0%, #84c450 100%);

        background: -ms-linear-gradient(90deg, #55bbeb 0%, #84c450 100%);

        background: linear-gradient(90deg, #55bbeb 0%, #84c450 100%);

    }

    

    .bg-blue-gray {

        background: -moz-linear-gradient(90deg, #8668ad 0%, #55bbeb 100%);

        background: -webkit-linear-gradient(90deg, #8668ad 0%, #55bbeb 100%);

        background: -o-linear-gradient(90deg, #8668ad 0%, #55bbeb 100%);

        background: -ms-linear-gradient(90deg, #8668ad 0%, #55bbeb 100%);

        background: linear-gradient(90deg, #8668ad 0%, #55bbeb 100%);

    }

    

    .bg-red {

        background: -moz-linear-gradient(90deg, #f54b0f 0%, #e50a0a 100%);

        background: -webkit-linear-gradient(90deg, #f54b0f 0%, #e50a0a 100%);

        background: -o-linear-gradient(90deg, #f54b0f 0%, #e50a0a 100%);

        background: -ms-linear-gradient(90deg, #f54b0f 0%, #e50a0a 100%);

        background: linear-gradient(90deg, #f54b0f 0%, #e50a0a 100%);

    }

    

    .bg-mantis,

    .scrollToNext {

        background: -moz-linear-gradient(90deg, #554e9f 0%, #84c450 100%);

        background: -webkit-linear-gradient(90deg, #554e9f 0%, #84c450 100%);

        background: -o-linear-gradient(90deg, #554e9f 0%, #84c450 100%);

        background: -ms-linear-gradient(90deg, #554e9f 0%, #84c450 100%);

        background: linear-gradient(90deg, #554e9f 0%, #84c450 100%);

    }

    

    .bg-shark {

        background: -moz-linear-gradient(90deg, #191919 0%, #434345 100%);

        background: -webkit-linear-gradient(90deg, #191919 0%, #434345 100%);

        background: -o-linear-gradient(90deg, #191919 0%, #434345 100%);

        background: -ms-linear-gradient(90deg, #191919 0%, #434345 100%);

        background: linear-gradient(90deg, #191919 0%, #434345 100%);

    }

    

    .bg-shark-radio {

        background: radial-gradient(ellipse at center, #212121 0%, #191919 100%);

        fill: radial-gradient(ellipse at center, #212121 0%, #191919 100%);

    }

    

    .bg-deluge {

        background: -moz-linear-gradient(90deg, #8668ad 0%, #695999 100%);

        background: -webkit-linear-gradient(90deg, #8668ad 0%, #695999 100%);

        background: -o-linear-gradient(90deg, #8668ad 0%, #695999 100%);

        background: -ms-linear-gradient(90deg, #8668ad 0%, #695999 100%);

        background: linear-gradient(90deg, #8668ad 0%, #695999 100%);

    }

    

    .bg-malibu {

        background: -moz-linear-gradient(90deg, #64aae1 0%, #79ccf2 100%);

        background: -webkit-linear-gradient(90deg, #64aae1 0%, #79ccf2 100%);

        background: -o-linear-gradient(90deg, #64aae1 0%, #79ccf2 100%);

        background: -ms-linear-gradient(90deg, #64aae1 0%, #79ccf2 100%);

        background: linear-gradient(90deg, #64aae1 0%, #79ccf2 100%);

    }

    

    .bg-saffron {

        background: -moz-linear-gradient(90deg, #f5bf2f 0%, #F3A43D 100%);

        background: -webkit-linear-gradient(90deg, #f5bf2f 0%, #F3A43D 100%);

        background: -o-linear-gradient(90deg, #f5bf2f 0%, #F3A43D 100%);

        background: -ms-linear-gradient(90deg, #f5bf2f 0%, #F3A43D 100%);

        background: linear-gradient(90deg, #f5bf2f 0%, #F3A43D 100%);

    }

    

    .bg-blue-gray-tilt {

        background: -moz-linear-gradient(45deg, #8668ad 0%, #55bbeb 100%);

        background: -webkit-linear-gradient(45deg, #8668ad 0%, #55bbeb 100%);

        background: -o-linear-gradient(45deg, #8668ad 0%, #55bbeb 100%);

        background: -ms-linear-gradient(45deg, #8668ad 0%, #55bbeb 100%);

        background: linear-gradient(45deg, #8668ad 0%, #55bbeb 100%);

    }

    

    .bg-red-tilt {

        background: -moz-linear-gradient(45deg, #f54b0f 0%, #e50a0a 100%);

        background: -webkit-linear-gradient(45deg, #f54b0f 0%, #e50a0a 100%);

        background: -o-linear-gradient(45deg, #f54b0f 0%, #e50a0a 100%);

        background: -ms-linear-gradient(45deg, #f54b0f 0%, #e50a0a 100%);

        background: linear-gradient(45deg, #f54b0f 0%, #e50a0a 100%);

    }

    

    .bg-mantis-tilt {

        background: -moz-linear-gradient(45deg, #554e9f 0%, #84c450 100%);

        background: -webkit-linear-gradient(45deg, #554e9f 0%, #84c450 100%);

        background: -o-linear-gradient(45deg, #554e9f 0%, #84c450 100%);

        background: -ms-linear-gradient(45deg, #554e9f 0%, #84c450 100%);

        background: linear-gradient(45deg, #554e9f 0%, #84c450 100%);

    }

    

    .bg-shark-tilt {

        background: -moz-linear-gradient(45deg, #191919 0%, #434345 100%);

        background: -webkit-linear-gradient(45deg, #191919 0%, #434345 100%);

        background: -o-linear-gradient(45deg, #191919 0%, #434345 100%);

        background: -ms-linear-gradient(45deg, #191919 0%, #434345 100%);

        background: linear-gradient(45deg, #191919 0%, #434345 100%);

    }

    

    .bg-deluge-tilt {

        background: -moz-linear-gradient(45deg, #8668ad 0%, #695999 100%);

        background: -webkit-linear-gradient(45deg, #8668ad 0%, #695999 100%);

        background: -o-linear-gradient(45deg, #8668ad 0%, #695999 100%);

        background: -ms-linear-gradient(45deg, #8668ad 0%, #695999 100%);

        background: linear-gradient(45deg, #8668ad 0%, #695999 100%);

    }

    

    .bg-malibu-tilt {

        background: -moz-linear-gradient(45deg, #64aae1 0%, #79ccf2 100%);

        background: -webkit-linear-gradient(45deg, #64aae1 0%, #79ccf2 100%);

        background: -o-linear-gradient(45deg, #64aae1 0%, #79ccf2 100%);

        background: -ms-linear-gradient(45deg, #64aae1 0%, #79ccf2 100%);

        background: linear-gradient(45deg, #64aae1 0%, #79ccf2 100%);

    }

    

    .bg-saffron-tilt {

        background: -moz-linear-gradient(90deg, #f5bf2f 0%, #F3A43D 100%);

        background: -webkit-linear-gradient(90deg, #f5bf2f 0%, #F3A43D 100%);

        background: -o-linear-gradient(90deg, #f5bf2f 0%, #F3A43D 100%);

        background: -ms-linear-gradient(90deg, #f5bf2f 0%, #F3A43D 100%);

        background: linear-gradient(90deg, #f5bf2f 0%, #F3A43D 100%);

    }

    

    .bg-overlay-white {

        background: rgba(255, 255, 255, 0.8);

    }

    

    .bg-overlay-gray-darkest {

        background: rgba(33, 33, 33, 0.65);

    }

    

    .page .text-primary {}

    

    .page a.text-primary:hover,

    .page a.text-primary:focus {

        color: #433d7d !important;

    }

    

    .page .text-gray {

        color: #d3dbe8 !important;

    }

    

    .page a.text-gray:hover,

    .page a.text-gray:focus {

        color: #b2c0d6 !important;

    }

    

    .page .text-jungle-green {

        color: #212121 !important;

    }

    

    .page a.text-jungle-green:hover,

    .page a.text-jungle-green:focus {

        color: #080808 !important;

    }

    

    .page .text-deluge {

        color: #8668ad !important;

    }

    

    .page a.text-deluge:hover,

    .page a.text-deluge:focus {

        color: #6d5092 !important;

    }

    

    .page .text-picton-blue {

        color: #55bbeb !important;

    }

    

    .page a.text-picton-blue:hover,

    .page a.text-picton-blue:focus {

        color: #27a9e6 !important;

    }

    

    .page .text-dollar-bill {

        color: #84c450 !important;

    }

    

    .page a.text-dollar-bill:hover,

    .page a.text-dollar-bill:focus {

        color: #6ba839 !important;

    }

    

    .page .text-iceberg {

        color: #64aae1 !important;

    }

    

    .page a.text-iceberg:hover,

    .page a.text-iceberg:focus {

        color: #3993d9 !important;

    }

    

    .page .text-ku-crimson {

        color: #e50a0a !important;

    }

    

    .page a.text-ku-crimson:hover,

    .page a.text-ku-crimson:focus {

        color: #b40808 !important;

    }

    

    .page .text-neon-carrot {

        color: #F3A43D !important;

    }

    

    .page a.text-neon-carrot:hover,

    .page a.text-neon-carrot:focus {

        color: #ee8d0f !important;

    }

    

    .page .text-darker {

        color: #434345 !important;

    }

    

    .page a.text-darker:hover,

    .page a.text-darker:focus {

        color: #2a2a2b !important;

    }

    

    .page .text-white {

        color: #fff !important;

    }

    

    .page a.text-white:hover,

    .page a.text-white:focus {

        color: #e6e6e6 !important;

    }

    

    .page .text-dark {

        color: #9b9b9b !important;

    }

    

    .page a.text-dark:hover,

    .page a.text-dark:focus {

        color: #828282 !important;

    }

    

    .page .text-safety-orange {

        color: #fe6500 !important;

    }

    

    .page a.text-safety-orange:hover,

    .page a.text-safety-orange:focus {

        color: #cb5100 !important;

    }

    

    .page .text-mantis,

    .page .text-acapulco,

    .page .text-blue-gray,

    .page .text-malibu,

    .page .text-carrot,

    .page .text-red,

    .page .text-pink,

    .page .rd-navbar-default.rd-navbar-static .responsive-tabs .resp-tabs-list li.resp-tab-active,

    .rd-navbar-default.rd-navbar-static .responsive-tabs .resp-tabs-list .page li.resp-tab-active,

    .page .rd-navbar-floated.rd-navbar-static .responsive-tabs .resp-tabs-list li.resp-tab-active,

    .rd-navbar-floated.rd-navbar-static .responsive-tabs .resp-tabs-list .page li.resp-tab-active,

    .page .rd-navbar-top-panel.rd-navbar-static .responsive-tabs .resp-tabs-list li.resp-tab-active,

    .rd-navbar-top-panel.rd-navbar-static .responsive-tabs .resp-tabs-list .page li.resp-tab-active,

    .page .rd-navbar-logo-center.rd-navbar-static .responsive-tabs .resp-tabs-list li.resp-tab-active,

    .rd-navbar-logo-center.rd-navbar-static .responsive-tabs .resp-tabs-list .page li.resp-tab-active,

    .page .text-mantis:before,

    .page .text-acapulco:before,

    .page .text-blue-gray:before,

    .page .text-malibu:before,

    .page .text-carrot:before,

    .page .text-red:before,

    .page .text-pink:before,

    .page .rd-navbar-default.rd-navbar-static .responsive-tabs .resp-tabs-list li.resp-tab-active:before,

    .rd-navbar-default.rd-navbar-static .responsive-tabs .resp-tabs-list .page li.resp-tab-active:before,

    .page .rd-navbar-floated.rd-navbar-static .responsive-tabs .resp-tabs-list li.resp-tab-active:before,

    .rd-navbar-floated.rd-navbar-static .responsive-tabs .resp-tabs-list .page li.resp-tab-active:before,

    .page .rd-navbar-top-panel.rd-navbar-static .responsive-tabs .resp-tabs-list li.resp-tab-active:before,

    .rd-navbar-top-panel.rd-navbar-static .responsive-tabs .resp-tabs-list .page li.resp-tab-active:before,

    .page .rd-navbar-logo-center.rd-navbar-static .responsive-tabs .resp-tabs-list li.resp-tab-active:before,

    .rd-navbar-logo-center.rd-navbar-static .responsive-tabs .resp-tabs-list .page li.resp-tab-active:before {

        -webkit-background-clip: text;

        -webkit-text-fill-color: transparent;

    }

    

    .page .text-mantis,

    .page .text-mantis:before {

        color: #42B574;

        background-image: -webkit-linear-gradient(0deg, #554e9f 0%, #84c450 100%);

    }

    

    .page .text-acapulco,

    .page .text-acapulco:before {

        color: #55bbeb;

        background-image: -webkit-linear-gradient(0deg, #55bbeb 0%, #84c450 100%);

    }

    

    .page .text-blue-gray,

    .page .text-blue-gray:before {

        color: #8668ad;

        background-image: -webkit-linear-gradient(0deg, #8668ad 0%, #55bbeb 100%);

    }

    

    .page .text-malibu,

    .page .text-malibu:before {

        color: #55bbeb;

        background-image: -webkit-linear-gradient(0deg, #55bbeb 0%, #79ccf2 100%);

    }

    

    .page .text-carrot,

    .page .text-carrot:before {

        color: #f5bf2f;

        background-image: -webkit-linear-gradient(0deg, #f5bf2f 0%, #F3A43D 100%);

    }

    

    .page .text-red,

    .page .text-red:before {

        color: #f54b0f;

        background-image: -webkit-linear-gradient(0deg, #f54b0f 0%, #e50a0a 100%);

    }

    

    .page .text-pink,

    .page .text-pink:before {

        color: #8668ad;

        background-image: -webkit-linear-gradient(0deg, #8668ad 0%, #695999 100%);

    }

    

    .shadow-drop-ambient {

        box-shadow: 0px 0px 1px 0 rgba(0, 0, 0, 0.15);

    }

    

    .shadow-drop-xxs {

        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);

    }

    

    .shadow-drop-xs {

        box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);

    }

    

    .shadow-drop-sm {

        box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);

    }

    

    .shadow-drop,

    .shadow-drop-md {

        box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.15);

    }

    

    .shadow-drop-lg {

        box-shadow: 0 5px 23px 0 rgba(0, 0, 0, 0.15);

    }

    

    .shadow-drop-xl {

        box-shadow: 0 12px 36px 0 rgba(0, 0, 0, 0.15);

    }

    

    .shadow-variant-2 {

        box-shadow: 0 0px 20px 2px rgba(0, 0, 0, 0.1);

    }

    

    .border-gray-light {

        border-color: #f0f1f4;

    }

    

    .border-gainsboro {

        border-color: #d3dbe8;

    }

    

    .contact-info p {

        font-size: 15px;

        text-transform: uppercase;

        margin-bottom: 15px;

        font-weight: bold;

        font-family: "PT Sans", Helvetica, Arial, sans-serif;

    }

    

    .contact-info dl {

        margin-bottom: 0;

    }

    

    .contact-info dl dt,

    .contact-info dl dd {

        display: inline-block;

        font-weight: 400;

        font-size: 15px;

    }

    

    .contact-info dl dt,

    .contact-info dl dd a {

        color: #434345;

    }

    

    .contact-info dl dd a:hover {

        color: #55bbeb;

    }

    

    .btn,

    .pagination-classic>li>a,

    .pagination-classic>li>span {

        position: relative;

        padding: 9px 16px;

        font-size: 14px;

        line-height: 24px;

        border-radius: 3px;

        white-space: nowrap;

        text-transform: uppercase;

        letter-spacing: 0em;

        font-weight: 700;

        border-width: 2px;

        transition: .3s;

        backface-visibility: hidden;

    }

    

    .btn:focus,

    .pagination-classic>li>a:focus,

    .pagination-classic>li>span:focus,

    .btn:active,

    .pagination-classic>li>a:active,

    .pagination-classic>li>span:active,

    .btn:active:focus,

    .pagination-classic>li>a:active:focus,

    .pagination-classic>li>span:active:focus {

        outline: none;

    }

    

    .btn:focus,

    .pagination-classic>li>a:focus,

    .pagination-classic>li>span:focus {

        box-shadow: none;

    }

    

    .btn .caret:last-child,

    .pagination-classic>li>a .caret:last-child,

    .pagination-classic>li>span .caret:last-child {

        margin-left: 5px;

    }

    

    .btn-group .btn+.btn,

    .btn-group .pagination-classic>li>a+.btn,

    .btn-group .pagination-classic>li>span+.btn,

    .btn-group .pagination-classic>li>.btn+a,

    .btn-group .pagination-classic>li>a+a,

    .btn-group .pagination-classic>li>span+a,

    .btn-group .pagination-classic>li>.btn+span,

    .btn-group .pagination-classic>li>a+span,

    .btn-group .pagination-classic>li>span+span,

    .btn-group-lg .btn+.btn,

    .btn-group-lg .pagination-classic>li>a+.btn,

    .btn-group-lg .pagination-classic>li>span+.btn,

    .btn-group-lg .pagination-classic>li>.btn+a,

    .btn-group-lg .pagination-classic>li>a+a,

    .btn-group-lg .pagination-classic>li>span+a,

    .btn-group-lg .pagination-classic>li>.btn+span,

    .btn-group-lg .pagination-classic>li>a+span,

    .btn-group-lg .pagination-classic>li>span+span {

        margin-left: -2px;

    }

    

    .btn-group-sm .btn+.btn,

    .btn-group-sm .pagination-classic>li>a+.btn,

    .btn-group-sm .pagination-classic>li>span+.btn,

    .btn-group-sm .pagination-classic>li>.btn+a,

    .btn-group-sm .pagination-classic>li>a+a,

    .btn-group-sm .pagination-classic>li>span+a,

    .btn-group-sm .pagination-classic>li>.btn+span,

    .btn-group-sm .pagination-classic>li>a+span,

    .btn-group-sm .pagination-classic>li>span+span,

    .btn-group-xs .btn+.btn,

    .btn-group-xs .pagination-classic>li>a+.btn,

    .btn-group-xs .pagination-classic>li>span+.btn,

    .btn-group-xs .pagination-classic>li>.btn+a,

    .btn-group-xs .pagination-classic>li>a+a,

    .btn-group-xs .pagination-classic>li>span+a,

    .btn-group-xs .pagination-classic>li>.btn+span,

    .btn-group-xs .pagination-classic>li>a+span,

    .btn-group-xs .pagination-classic>li>span+span {

        margin-left: -1px;

    }

    

    .btn-group>.btn:hover,

    .pagination-classic>li.btn-group>a:hover,

    .pagination-classic>li.btn-group>span:hover,

    .btn-group>.btn:focus,

    .pagination-classic>li.btn-group>a:focus,

    .pagination-classic>li.btn-group>span:focus,

    .btn-group>.btn:active,

    .pagination-classic>li.btn-group>a:active,

    .pagination-classic>li.btn-group>span:active,

    .btn-group>.btn.active,

    .pagination-classic>li.btn-group>a.active,

    .pagination-classic>li.btn-group>span.active,

    .btn-group-vertical>.btn:hover,

    .pagination-classic>li.btn-group-vertical>a:hover,

    .pagination-classic>li.btn-group-vertical>span:hover,

    .btn-group-vertical>.btn:focus,

    .pagination-classic>li.btn-group-vertical>a:focus,

    .pagination-classic>li.btn-group-vertical>span:focus,

    .btn-group-vertical>.btn:active,

    .pagination-classic>li.btn-group-vertical>a:active,

    .pagination-classic>li.btn-group-vertical>span:active,

    .btn-group-vertical>.btn.active,

    .pagination-classic>li.btn-group-vertical>a.active,

    .pagination-classic>li.btn-group-vertical>span.active {

        z-index: auto;

    }

    

    .btn-default,

    .pagination-classic>li+li:not(:last-child)>a,

    .pagination-classic>li+li:not(:last-child)>span {

        color: #0035cb;

        background-color: transparent;

        border-color: #0035cb;

    }

    

    .btn-default:focus,

    .pagination-classic>li+li:not(:last-child)>a:focus,

    .pagination-classic>li+li:not(:last-child)>span:focus,

    .btn-default.focus,

    .pagination-classic>li+li:not(:last-child)>a.focus,

    .pagination-classic>li+li:not(:last-child)>span.focus,

    .btn-default:hover,

    .pagination-classic>li+li:not(:last-child)>a:hover,

    .pagination-classic>li+li:not(:last-child)>span:hover,

    .btn-default:active,

    .pagination-classic>li+li:not(:last-child)>a:active,

    .pagination-classic>li+li:not(:last-child)>span:active,

    .btn-default.active,

    .pagination-classic>li+li:not(:last-child)>a.active,

    .pagination-classic>li+li:not(:last-child)>span.active,

    .open>.btn-default.dropdown-toggle,

    .pagination-classic>li+li.open:not(:last-child)>a.dropdown-toggle,

    .pagination-classic>li+li.open:not(:last-child)>span.dropdown-toggle {

        color: #fff;

        background-color: #434345;

        border-color: #434345;

    }

    

    .btn-default:active,

    .pagination-classic>li+li:not(:last-child)>a:active,

    .pagination-classic>li+li:not(:last-child)>span:active,

    .btn-default.active,

    .pagination-classic>li+li:not(:last-child)>a.active,

    .pagination-classic>li+li:not(:last-child)>span.active,

    .open>.btn-default.dropdown-toggle,

    .pagination-classic>li+li.open:not(:last-child)>a.dropdown-toggle,

    .pagination-classic>li+li.open:not(:last-child)>span.dropdown-toggle {

        box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);

    }

    

    .btn-default:active:hover,

    .pagination-classic>li+li:not(:last-child)>a:active:hover,

    .pagination-classic>li+li:not(:last-child)>span:active:hover,

    .btn-default:active:focus,

    .pagination-classic>li+li:not(:last-child)>a:active:focus,

    .pagination-classic>li+li:not(:last-child)>span:active:focus,

    .btn-default:active.focus,

    .pagination-classic>li+li:not(:last-child)>a:active.focus,

    .pagination-classic>li+li:not(:last-child)>span:active.focus,

    .btn-default.active:hover,

    .pagination-classic>li+li:not(:last-child)>a.active:hover,

    .pagination-classic>li+li:not(:last-child)>span.active:hover,

    .btn-default.active:focus,

    .pagination-classic>li+li:not(:last-child)>a.active:focus,

    .pagination-classic>li+li:not(:last-child)>span.active:focus,

    .btn-default.active.focus,

    .pagination-classic>li+li:not(:last-child)>a.active.focus,

    .pagination-classic>li+li:not(:last-child)>span.active.focus,

    .open>.btn-default.dropdown-toggle:hover,

    .pagination-classic>li+li.open:not(:last-child)>a.dropdown-toggle:hover,

    .pagination-classic>li+li.open:not(:last-child)>span.dropdown-toggle:hover,

    .open>.btn-default.dropdown-toggle:focus,

    .pagination-classic>li+li.open:not(:last-child)>a.dropdown-toggle:focus,

    .pagination-classic>li+li.open:not(:last-child)>span.dropdown-toggle:focus,

    .open>.btn-default.dropdown-toggle.focus,

    .pagination-classic>li+li.open:not(:last-child)>a.dropdown-toggle.focus,

    .pagination-classic>li+li.open:not(:last-child)>span.dropdown-toggle.focus {

        color: #fff;

        background-color: #434345;

        border-color: #434345;

    }

    

    .btn-default.disabled,

    .pagination-classic>li+li:not(:last-child)>a.disabled,

    .pagination-classic>li+li:not(:last-child)>span.disabled,

    .btn-default[disabled],

    .pagination-classic>li+li:not(:last-child)>a[disabled],

    .pagination-classic>li+li:not(:last-child)>span[disabled],

    fieldset[disabled] .btn-default,

    fieldset[disabled] .pagination-classic>li+li:not(:last-child)>a,

    fieldset[disabled] .pagination-classic>li+li:not(:last-child)>span {

        pointer-events: none;

        opacity: .5;

    }

    

    .btn-default .badge,

    .pagination-classic>li+li:not(:last-child)>a .badge,

    .pagination-classic>li+li:not(:last-child)>span .badge {

        color: transparent;

        background-color: #434345;

    }

    

    .btn-primary {

        color: #fff;

        background-color: #fe0909;

        border-color: #fb0000;

    }

    

    .btn-primary:focus,

    .btn-primary.focus,

    .btn-primary:hover,

    .btn-primary:active,

    .btn-primary.active,

    .open>.btn-primary.dropdown-toggle {

        color: #fff;

        background-color: #433d7d;

        border-color: #433d7d;

    }

    

    .btn-primary:active,

    .btn-primary.active,

    .open>.btn-primary.dropdown-toggle {

        box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);

    }

    

    .btn-primary:active:hover,

    .btn-primary:active:focus,

    .btn-primary:active.focus,

    .btn-primary.active:hover,

    .btn-primary.active:focus,

    .btn-primary.active.focus,

    .open>.btn-primary.dropdown-toggle:hover,

    .open>.btn-primary.dropdown-toggle:focus,

    .open>.btn-primary.dropdown-toggle.focus {

        color: #fff;

        background-color: #433d7d;

        border-color: #433d7d;

    }

    

    .btn-primary.disabled,

    .btn-primary[disabled],

    fieldset[disabled] .btn-primary {

        pointer-events: none;

        opacity: .5;

    }

    

    .btn-primary .badge {

        color: #554e9f;

        background-color: #fff;

    }

    

    .btn-deluge {

        color: #fff;

        background-color: #8668ad;

        border-color: #8668ad;

    }

    

    .btn-deluge:focus,

    .btn-deluge.focus,

    .btn-deluge:hover,

    .btn-deluge:active,

    .btn-deluge.active,

    .open>.btn-deluge.dropdown-toggle {

        color: #fff;

        background-color: #695999;

        border-color: #695999;

    }

    

    .btn-deluge:active,

    .btn-deluge.active,

    .open>.btn-deluge.dropdown-toggle {

        box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);

    }

    

    .btn-deluge:active:hover,

    .btn-deluge:active:focus,

    .btn-deluge:active.focus,

    .btn-deluge.active:hover,

    .btn-deluge.active:focus,

    .btn-deluge.active.focus,

    .open>.btn-deluge.dropdown-toggle:hover,

    .open>.btn-deluge.dropdown-toggle:focus,

    .open>.btn-deluge.dropdown-toggle.focus {

        color: #fff;

        background-color: #695999;

        border-color: #695999;

    }

    

    .btn-deluge.disabled,

    .btn-deluge[disabled],

    fieldset[disabled] .btn-deluge {

        pointer-events: none;

        opacity: .5;

    }

    

    .btn-deluge .badge {

        color: #8668ad;

        background-color: #fff;

    }

    

    .btn-success {

        color: #fff;

        background-color: #abcc37;

        border-color: #abcc37;

    }

    

    .btn-success:focus,

    .btn-success.focus,

    .btn-success:hover,

    .btn-success:active,

    .btn-success.active,

    .open>.btn-success.dropdown-toggle {

        color: #fff;

        background-color: #84c450;

        border-color: #84c450;

    }

    

    .btn-success:active,

    .btn-success.active,

    .open>.btn-success.dropdown-toggle {

        box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);

    }

    

    .btn-success:active:hover,

    .btn-success:active:focus,

    .btn-success:active.focus,

    .btn-success.active:hover,

    .btn-success.active:focus,

    .btn-success.active.focus,

    .open>.btn-success.dropdown-toggle:hover,

    .open>.btn-success.dropdown-toggle:focus,

    .open>.btn-success.dropdown-toggle.focus {

        color: #fff;

        background-color: #84c450;

        border-color: #84c450;

    }

    

    .btn-success.disabled,

    .btn-success[disabled],

    fieldset[disabled] .btn-success {

        pointer-events: none;

        opacity: .5;

    }

    

    .btn-success .badge {

        color: #abcc37;

        background-color: #fff;

    }

    

    .btn-info {

        color: #fff;

        background-color: #79ccf2;

        border-color: #79ccf2;

    }

    

    .btn-info:focus,

    .btn-info.focus,

    .btn-info:hover,

    .btn-info:active,

    .btn-info.active,

    .open>.btn-info.dropdown-toggle {

        color: #fff;

        background-color: #64aae1;

        border-color: #64aae1;

    }

    

    .btn-info:active,

    .btn-info.active,

    .open>.btn-info.dropdown-toggle {

        box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);

    }

    

    .btn-info:active:hover,

    .btn-info:active:focus,

    .btn-info:active.focus,

    .btn-info.active:hover,

    .btn-info.active:focus,

    .btn-info.active.focus,

    .open>.btn-info.dropdown-toggle:hover,

    .open>.btn-info.dropdown-toggle:focus,

    .open>.btn-info.dropdown-toggle.focus {

        color: #fff;

        background-color: #64aae1;

        border-color: #64aae1;

    }

    

    .btn-info.disabled,

    .btn-info[disabled],

    fieldset[disabled] .btn-info {

        pointer-events: none;

        opacity: .5;

    }

    

    .btn-info .badge {

        color: #79ccf2;

        background-color: #fff;

    }

    

    .btn-warning {

        color: #fff;

        background-color: #f5bf2f;

        border-color: #f5bf2f;

    }

    

    .btn-warning:focus,

    .btn-warning.focus,

    .btn-warning:hover,

    .btn-warning:active,

    .btn-warning.active,

    .open>.btn-warning.dropdown-toggle {

        color: #fff;

        background-color: #f3a43d;

        border-color: #f3a43d;

    }

    

    .btn-warning:active,

    .btn-warning.active,

    .open>.btn-warning.dropdown-toggle {

        box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);

    }

    

    .btn-warning:active:hover,

    .btn-warning:active:focus,

    .btn-warning:active.focus,

    .btn-warning.active:hover,

    .btn-warning.active:focus,

    .btn-warning.active.focus,

    .open>.btn-warning.dropdown-toggle:hover,

    .open>.btn-warning.dropdown-toggle:focus,

    .open>.btn-warning.dropdown-toggle.focus {

        color: #fff;

        background-color: #f3a43d;

        border-color: #f3a43d;

    }

    

    .btn-warning.disabled,

    .btn-warning[disabled],

    fieldset[disabled] .btn-warning {

        pointer-events: none;

        opacity: .5;

    }

    

    .btn-warning .badge {

        color: #f5bf2f;

        background-color: #fff;

    }

    

    .btn-danger {

        color: #fff;

        background-color: #f54b0f;

        border-color: #f54b0f;

    }

    

    .btn-danger:focus,

    .btn-danger.focus,

    .btn-danger:hover,

    .btn-danger:active,

    .btn-danger.active,

    .open>.btn-danger.dropdown-toggle {

        color: #fff;

        background-color: #e50a0a;

        border-color: #e50a0a;

    }

    

    .btn-danger:active,

    .btn-danger.active,

    .open>.btn-danger.dropdown-toggle {

        box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);

    }

    

    .btn-danger:active:hover,

    .btn-danger:active:focus,

    .btn-danger:active.focus,

    .btn-danger.active:hover,

    .btn-danger.active:focus,

    .btn-danger.active.focus,

    .open>.btn-danger.dropdown-toggle:hover,

    .open>.btn-danger.dropdown-toggle:focus,

    .open>.btn-danger.dropdown-toggle.focus {

        color: #fff;

        background-color: #e50a0a;

        border-color: #e50a0a;

    }

    

    .btn-danger.disabled,

    .btn-danger[disabled],

    fieldset[disabled] .btn-danger {

        pointer-events: none;

        opacity: .5;

    }

    

    .btn-danger .badge {

        color: #f54b0f;

        background-color: #fff;

    }

    

    .btn-picton-blue {

        color: #fff;

        background-color: #55bbeb;

        border-color: #55bbeb;

    }

    

    .btn-picton-blue:focus,

    .btn-picton-blue.focus,

    .btn-picton-blue:hover,

    .btn-picton-blue:active,

    .btn-picton-blue.active,

    .open>.btn-picton-blue.dropdown-toggle {

        color: #fff;

        background-color: #43dfe8;

        border-color: #43dfe8;

    }

    

    .btn-picton-blue:active,

    .btn-picton-blue.active,

    .open>.btn-picton-blue.dropdown-toggle {

        box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);

    }

    

    .btn-picton-blue:active:hover,

    .btn-picton-blue:active:focus,

    .btn-picton-blue:active.focus,

    .btn-picton-blue.active:hover,

    .btn-picton-blue.active:focus,

    .btn-picton-blue.active.focus,

    .open>.btn-picton-blue.dropdown-toggle:hover,

    .open>.btn-picton-blue.dropdown-toggle:focus,

    .open>.btn-picton-blue.dropdown-toggle.focus {

        color: #fff;

        background-color: #43dfe8;

        border-color: #43dfe8;

    }

    

    .btn-picton-blue.disabled,

    .btn-picton-blue[disabled],

    fieldset[disabled] .btn-picton-blue {

        pointer-events: none;

        opacity: .5;

    }

    

    .btn-picton-blue .badge {

        color: #55bbeb;

        background-color: #fff;

    }

    

    .btn-sapphire {

        color: #fff;

        background-color: #0956b5;

        border-color: #0956b5;

    }

    

    .btn-sapphire:focus,

    .btn-sapphire.focus,

    .btn-sapphire:hover,

    .btn-sapphire:active,

    .btn-sapphire.active,

    .open>.btn-sapphire.dropdown-toggle {

        color: #fff;

        background-color: #084998;

        border-color: #084998;

    }

    

    .btn-sapphire:active,

    .btn-sapphire.active,

    .open>.btn-sapphire.dropdown-toggle {

        box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);

    }

    

    .btn-sapphire:active:hover,

    .btn-sapphire:active:focus,

    .btn-sapphire:active.focus,

    .btn-sapphire.active:hover,

    .btn-sapphire.active:focus,

    .btn-sapphire.active.focus,

    .open>.btn-sapphire.dropdown-toggle:hover,

    .open>.btn-sapphire.dropdown-toggle:focus,

    .open>.btn-sapphire.dropdown-toggle.focus {

        color: #fff;

        background-color: #084998;

        border-color: #084998;

    }

    

    .btn-sapphire.disabled,

    .btn-sapphire[disabled],

    fieldset[disabled] .btn-sapphire {

        pointer-events: none;

        opacity: .5;

    }

    

    .btn-sapphire .badge {

        color: #0956b5;

        background-color: #fff;

    }

    

    .btn-safety-orange {

        color: #fff;

        background-color: #fe0000;

        border-color: #fe0000;

    }

    

    .btn-safety-orange:focus,

    .btn-safety-orange.focus,

    .btn-safety-orange:hover,

    .btn-safety-orange:active,

    .btn-safety-orange.active,

    .open>.btn-safety-orange.dropdown-toggle {

        color: #fff;

        background-color: #109500;

        border-color: #109500;

    }

    

    .btn-safety-orange:active,

    .btn-safety-orange.active,

    .open>.btn-safety-orange.dropdown-toggle {

        box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);

    }

    

    .btn-safety-orange:active:hover,

    .btn-safety-orange:active:focus,

    .btn-safety-orange:active.focus,

    .btn-safety-orange.active:hover,

    .btn-safety-orange.active:focus,

    .btn-safety-orange.active.focus,

    .open>.btn-safety-orange.dropdown-toggle:hover,

    .open>.btn-safety-orange.dropdown-toggle:focus,

    .open>.btn-safety-orange.dropdown-toggle.focus {

        color: #fff;

        background-color: #109500;

        border-color: #109500;

    }

    

    .btn-safety-orange.disabled,

    .btn-safety-orange[disabled],

    fieldset[disabled] .btn-safety-orange {

        pointer-events: none;

        opacity: .5;

    }

    

    .btn-safety-orange .badge {

        color: #fe6500;

        background-color: #fff;

    }

    

    .btn-darkest {

        color: #9b9b9b;

        background-color: #212121;

        border-color: #212121;

    }

    

    .btn-darkest:focus,

    .btn-darkest.focus,

    .btn-darkest:hover,

    .btn-darkest:active,

    .btn-darkest.active,

    .open>.btn-darkest.dropdown-toggle {

        color: #9b9b9b;

        background-color: #2e2e2e;

        border-color: #2e2e2e;

    }

    

    .btn-darkest:active,

    .btn-darkest.active,

    .open>.btn-darkest.dropdown-toggle {

        box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);

    }

    

    .btn-darkest:active:hover,

    .btn-darkest:active:focus,

    .btn-darkest:active.focus,

    .btn-darkest.active:hover,

    .btn-darkest.active:focus,

    .btn-darkest.active.focus,

    .open>.btn-darkest.dropdown-toggle:hover,

    .open>.btn-darkest.dropdown-toggle:focus,

    .open>.btn-darkest.dropdown-toggle.focus {

        color: #9b9b9b;

        background-color: #2e2e2e;

        border-color: #2e2e2e;

    }

    

    .btn-darkest.disabled,

    .btn-darkest[disabled],

    fieldset[disabled] .btn-darkest {

        pointer-events: none;

        opacity: .5;

    }

    

    .btn-darkest .badge {

        color: #212121;

        background-color: #9b9b9b;

    }

    

    .btn-red {

        background: -webkit-linear-gradient(90deg, #f54b0f 0%, #e50a0a 100%);

        background: linear-gradient(90deg, #f54b0f 0%, #e50a0a 100%);

        color: #fff;

        border: 0;

    }

    

    .btn-red .badge {

        color: #f54b0f;

    }

    

    .btn-malibu {

        background: -webkit-linear-gradient(90deg, #64aae1 0%, #79ccf2 100%);

        background: linear-gradient(90deg, #64aae1 0%, #79ccf2 100%);

        color: #fff;

    }

    

    .btn-malibu .badge {

        color: #79ccf2;

    }

    

    .btn-xs {

        padding: 6px 16px;

        font-size: 12px;

        line-height: 20px;

        border-radius: 3px;

        border-width: 1px;

    }

    

    .btn-sm,

    .btn-group-sm>.btn,

    .pagination-classic>li>a,

    .pagination-classic>li>span {

        padding: 7px 12px;

        font-size: 12px;

        line-height: 24px;

        border-radius: 3px;

        border-width: 1px;

    }

    

    @media (min-width: 480px) {

        .btn-lg,

        .btn-group-lg>.btn,

        .pagination-classic>li.btn-group-lg>a,

        .pagination-classic>li.btn-group-lg>span {

            padding: 17px 24px;

            font-size: 17px;

            line-height: 32px;

            border-radius: 5px;

        }

    }

    

    .btn-rect {

        border-radius: 0;

    }

    

    .btn-ellipse.btn,

    .pagination-classic>li>a.btn-ellipse,

    .pagination-classic>li>span.btn-ellipse {

        border-radius: 23px;

    }

    

    .btn-ellipse.btn-xs {

        border-radius: 17px;

    }

    

    .btn-ellipse.btn-sm,

    .btn-group-sm>.btn-ellipse.btn,

    .pagination-classic>li>a.btn-ellipse,

    .pagination-classic>li>span.btn-ellipse {

        border-radius: 20px;

    }

    

    .btn-ellipse.btn-lg,

    .btn-group-lg>.btn-ellipse.btn,

    .pagination-classic>li.btn-group-lg>a.btn-ellipse,

    .pagination-classic>li.btn-group-lg>span.btn-ellipse {

        border-radius: 35px;

    }

    

    .btn-link {

        position: relative;

        border: none;

        padding-left: 12px;

        padding-right: 12px;

        text-transform: uppercase;

        font-weight: 900;

        color: #434345;

        line-height: 1.9;

    }

    

    .btn-link:after {

        content: '';

        height: 2px;

        position: absolute;

        width: 60px;

        left: 50%;

        bottom: -2px;

        transform: translateX(-50%);

        transition: .3s;

    }

    

    .btn-link:after {

        background: -moz-linear-gradient(90deg, #554e9f 0%, #84c450 100%);

        background: -webkit-linear-gradient(90deg, #554e9f 0%, #84c450 100%);

        background: -o-linear-gradient(90deg, #554e9f 0%, #84c450 100%);

        background: -ms-linear-gradient(90deg, #554e9f 0%, #84c450 100%);

        background: linear-gradient(90deg, #554e9f 0%, #84c450 100%);

    }

    

    .btn-link,

    .btn-link:active,

    .btn-link.active,

    .btn-link[disabled],

    fieldset[disabled] .btn-link {

        background-color: transparent;

        box-shadow: none;

    }

    

    .btn-link:hover,

    .btn-link:focus {

        color: inherit;

        text-decoration: none;

        background-color: transparent;

    }

    

    .btn-link:hover:after,

    .btn-link:focus:after {

        width: 70px;

    }

    

    .btn-link[disabled]:hover,

    .btn-link[disabled]:focus,

    fieldset[disabled] .btn-link:hover,

    fieldset[disabled] .btn-link:focus {

        color: inherit;

        text-decoration: none;

    }

    

    .btn-more {

        font-size: 17px;

        font-weight: 700;

        line-height: 18px;

    }

    

    .btn-more .icon+*,

    .btn-more *+.icon {

        transition: .3s;

        display: inline-block;

        margin-left: 8px;

    }

    

    .btn-more .icon {

        color: #55bbeb;

    }

    

    .btn-more .icon-xxs {

        font-size: 18px;

        line-height: 18px;

    }

    

    .btn-more:hover .icon {

        color: #554e9f;

    }

    

    .btn-more:hover .icon+*,

    .btn-more:hover *+.icon {

        transform: translateX(4px);

    }

    

    .btn.btn-icon,

    .pagination-classic>li>a.btn-icon,

    .pagination-classic>li>span.btn-icon {

        padding-left: 17px;

        padding-right: 17px;

    }

    

    .btn.btn-icon .icon,

    .pagination-classic>li>a.btn-icon .icon,

    .pagination-classic>li>span.btn-icon .icon {

        font-size: 24px;

        line-height: 24px;

        vertical-align: middle;

        transition: 0s;

    }

    

    .btn.btn-icon-left .icon,

    .pagination-classic>li>a.btn-icon-left .icon,

    .pagination-classic>li>span.btn-icon-left .icon {

        float: left;

        padding-right: 10px;

    }

    

    .btn.btn-icon-right .icon,

    .pagination-classic>li>a.btn-icon-right .icon,

    .pagination-classic>li>span.btn-icon-right .icon {

        float: right;

        padding-left: 10px;

    }

    

    .btn-xs.btn-icon .icon {

        font-size: 20px;

        line-height: 20px;

    }

    

    .btn-xs.btn-icon-left .icon {

        padding-right: 10px;

    }

    

    .btn-xs.btn-icon-right .icon {

        padding-left: 10px;

    }

    

    .btn-sm.btn-icon,

    .btn-group-sm>.btn-icon.btn,

    .pagination-classic>li>a.btn-icon,

    .pagination-classic>li>span.btn-icon {

        padding-left: 10px;

        padding-right: 10px;

    }

    

    .btn-sm.btn-icon .icon,

    .btn-group-sm>.btn-icon.btn .icon,

    .pagination-classic>li>a.btn-icon .icon,

    .pagination-classic>li>span.btn-icon .icon {

        font-size: 24px;

        line-height: 24px;

    }

    

    .btn-sm.btn-icon-left .icon,

    .btn-group-sm>.btn-icon-left.btn .icon,

    .pagination-classic>li>a.btn-icon-left .icon,

    .pagination-classic>li>span.btn-icon-left .icon {

        padding-right: 8px;

    }

    

    .btn-sm.btn-icon-right .icon,

    .btn-group-sm>.btn-icon-right.btn .icon,

    .pagination-classic>li>a.btn-icon-right .icon,

    .pagination-classic>li>span.btn-icon-right .icon {

        padding-left: 8px;

    }

    

    .btn-lg.btn-icon,

    .btn-group-lg>.btn-icon.btn,

    .pagination-classic>li.btn-group-lg>a.btn-icon,

    .pagination-classic>li.btn-group-lg>span.btn-icon {

        padding-left: 30px;

        padding-right: 30px;

    }

    

    .btn-lg.btn-icon .icon,

    .btn-group-lg>.btn-icon.btn .icon,

    .pagination-classic>li.btn-group-lg>a.btn-icon .icon,

    .pagination-classic>li.btn-group-lg>span.btn-icon .icon {

        font-size: 32px;

        line-height: 32px;

    }

    

    .btn-lg.btn-icon-left .icon,

    .btn-group-lg>.btn-icon-left.btn .icon,

    .pagination-classic>li.btn-group-lg>a.btn-icon-left .icon,

    .pagination-classic>li.btn-group-lg>span.btn-icon-left .icon {

        padding-right: 14px;

    }

    

    .btn-lg.btn-icon-right .icon,

    .btn-group-lg>.btn-icon-right.btn .icon,

    .pagination-classic>li.btn-group-lg>a.btn-icon-right .icon,

    .pagination-classic>li.btn-group-lg>span.btn-icon-right .icon {

        padding-left: 14px;

    }

    

    .btn-toolbar {

        margin-left: 0;

        transform: translate(-10px, -10px);

    }

    

    .btn-toolbar>.btn,

    .pagination-classic>li.btn-toolbar>a,

    .pagination-classic>li.btn-toolbar>span,

    .btn-toolbar>.input-group,

    .btn-toolbar>.btn-group {

        margin-left: 10px;

        margin-top: 10px;

    }

    

    .btn-anis-effect {

        position: relative;

        z-index: 1;

        overflow: hidden;

        background-color: transparent;

        transition: .2s;

        transition-delay: .1s;

    }

    

    .btn-anis-effect:hover {

        transition-delay: .45s;

    }

    

    .btn-anis-effect:before,

    .btn-anis-effect:after {

        position: absolute;

        top: 50%;

        content: '';

        width: 20px;

        height: 20px;

        background: #434345;

        border-radius: 50%;

        transition: 0.5s;

        z-index: -1;

    }

    

    .btn-anis-effect:before {

        left: -20px;

        transform: translate(-50%, -50%);

    }

    

    .btn-anis-effect:after {

        right: -20px;

        transform: translate(50%, -50%);

    }

    

    .btn-anis-effect:hover:before {

        -webkit-animation: criss-cross-left 0.8s;

        animation: criss-cross-left 0.8s;

    }

    

    .btn-anis-effect:hover:after {

        -webkit-animation: criss-cross-right 0.8s;

        animation: criss-cross-right 0.8s;

    }

    

    .btn-anis-effect.btn-primary {

        color: #fff;

        background-color: #554e9f;

    }

    

    .btn-anis-effect.btn-primary:before,

    .btn-anis-effect.btn-primary:after {

        background: #79ccf2;

    }

    

    .btn-anis-effect.btn-primary:hover {

        color: #fff;

        border-color: #79ccf2;

        background: #79ccf2;

    }

    

    .btn-anis-effect.btn-default,

    .pagination-classic>li+li:not(:last-child)>a.btn-anis-effect,

    .pagination-classic>li+li:not(:last-child)>span.btn-anis-effect {

        color: #434345;

        background-color: transparent;

        border-color: #d3dbe8;

    }

    

    .btn-anis-effect.btn-default:hover,

    .pagination-classic>li+li:not(:last-child)>a.btn-anis-effect:hover,

    .pagination-classic>li+li:not(:last-child)>span.btn-anis-effect:hover {

        color: #fff;

        border-color: #434345;

        background: #434345;

    }

    

    .btn-anis-effect.btn-deluge {

        color: #8668ad;

    }

    

    .btn-anis-effect.btn-deluge:before,

    .btn-anis-effect.btn-deluge:after {

        background: #8668ad;

    }

    

    .btn-anis-effect.btn-deluge:hover {

        color: #fff;

        border-color: #8668ad;

        background: #8668ad;

    }

    

    .btn-anis-effect.btn-success {

        color: #abcc37;

    }

    

    .btn-anis-effect.btn-success:before,

    .btn-anis-effect.btn-success:after {

        background: #abcc37;

    }

    

    .btn-anis-effect.btn-success:hover {

        color: #fff;

        border-color: #abcc37;

        background: #abcc37;

    }

    

    .btn-anis-effect.btn-warning {

        color: #f5bf2f;

    }

    

    .btn-anis-effect.btn-warning:before,

    .btn-anis-effect.btn-warning:after {

        background: #f5bf2f;

    }

    

    .btn-anis-effect.btn-warning:hover {

        color: #fff;

        border-color: #f5bf2f;

        background: #f5bf2f;

    }

    

    .btn-anis-effect.btn-danger {

        color: #f54b0f;

    }

    

    .btn-anis-effect.btn-danger:before,

    .btn-anis-effect.btn-danger:after {

        background: #f54b0f;

    }

    

    .btn-anis-effect.btn-danger:hover {

        color: #fff;

        border-color: #f54b0f;

        background: #f54b0f;

    }

    

    .btn-anis-effect.btn-info {

        color: #79ccf2;

    }

    

    .btn-anis-effect.btn-info:before,

    .btn-anis-effect.btn-info:after {

        background: #79ccf2;

    }

    

    .btn-anis-effect.btn-info:hover {

        color: #fff;

        border-color: #79ccf2;

        background: #79ccf2;

    }

    

    .btn.btn-aqil-effect,

    .pagination-classic>li>a.btn-aqil-effect,

    .pagination-classic>li>span.btn-aqil-effect {

        position: relative;

        overflow: hidden;

        transition: 0.5s;

        border-color: #434345;

        color: #434345;

        background-color: transparent;

    }

    

    .btn.btn-aqil-effect:hover,

    .pagination-classic>li>a.btn-aqil-effect:hover,

    .pagination-classic>li>span.btn-aqil-effect:hover {

        background-color: transparent;

        color: #fff;

        box-shadow: inset 1px 0 0 0 #434345;

    }

    

    .btn.btn-aqil-effect:before,

    .pagination-classic>li>a.btn-aqil-effect:before,

    .pagination-classic>li>span.btn-aqil-effect:before,

    .btn.btn-aqil-effect:after,

    .pagination-classic>li>a.btn-aqil-effect:after,

    .pagination-classic>li>span.btn-aqil-effect:after,

    .btn.btn-aqil-effect span:before,

    .pagination-classic>li>a.btn-aqil-effect span:before,

    .pagination-classic>li>span.btn-aqil-effect span:before,

    .btn.btn-aqil-effect span:after,

    .pagination-classic>li>a.btn-aqil-effect span:after,

    .pagination-classic>li>span.btn-aqil-effect span:after {

        content: '';

        background: rgba(68, 68, 68, 0.5);

        position: absolute;

        top: 0;

        left: 0;

        -webkit-transition: 0.4s;

        transition: 0.4s;

        z-index: -1;

    }

    

    .btn.btn-aqil-effect span:before,

    .pagination-classic>li>a.btn-aqil-effect span:before,

    .pagination-classic>li>span.btn-aqil-effect span:before,

    .btn.btn-aqil-effect span:after,

    .pagination-classic>li>a.btn-aqil-effect span:after,

    .pagination-classic>li>span.btn-aqil-effect span:after {

        -webkit-transition-delay: 0.4s;

        transition-delay: 0.4s;

    }

    

    .btn.btn-aqil-effect-mod-1:before,

    .pagination-classic>li>a.btn-aqil-effect-mod-1:before,

    .pagination-classic>li>span.btn-aqil-effect-mod-1:before,

    .btn.btn-aqil-effect-mod-1:after,

    .pagination-classic>li>a.btn-aqil-effect-mod-1:after,

    .pagination-classic>li>span.btn-aqil-effect-mod-1:after,

    .btn.btn-aqil-effect-mod-1 span:before,

    .pagination-classic>li>a.btn-aqil-effect-mod-1 span:before,

    .pagination-classic>li>span.btn-aqil-effect-mod-1 span:before,

    .btn.btn-aqil-effect-mod-1 span:after,

    .pagination-classic>li>a.btn-aqil-effect-mod-1 span:after,

    .pagination-classic>li>span.btn-aqil-effect-mod-1 span:after {

        width: 100%;

        height: 0;

    }

    

    .btn.btn-aqil-effect-mod-1:after,

    .pagination-classic>li>a.btn-aqil-effect-mod-1:after,

    .pagination-classic>li>span.btn-aqil-effect-mod-1:after,

    .btn.btn-aqil-effect-mod-1 span:before,

    .pagination-classic>li>a.btn-aqil-effect-mod-1 span:before,

    .pagination-classic>li>span.btn-aqil-effect-mod-1 span:before {

        top: auto;

        bottom: 0;

    }

    

    .btn.btn-aqil-effect-mod-1:hover span:before,

    .pagination-classic>li>a.btn-aqil-effect-mod-1:hover span:before,

    .pagination-classic>li>span.btn-aqil-effect-mod-1:hover span:before,

    .btn.btn-aqil-effect-mod-1:hover span:after,

    .pagination-classic>li>a.btn-aqil-effect-mod-1:hover span:after,

    .pagination-classic>li>span.btn-aqil-effect-mod-1:hover span:after,

    .btn.btn-aqil-effect-mod-1:hover:before,

    .pagination-classic>li>a.btn-aqil-effect-mod-1:hover:before,

    .pagination-classic>li>span.btn-aqil-effect-mod-1:hover:before,

    .btn.btn-aqil-effect-mod-1:hover:after,

    .pagination-classic>li>a.btn-aqil-effect-mod-1:hover:after,

    .pagination-classic>li>span.btn-aqil-effect-mod-1:hover:after {

        height: 100%;

    }

    

    .btn.btn-aqil-effect-mod-2:before,

    .pagination-classic>li>a.btn-aqil-effect-mod-2:before,

    .pagination-classic>li>span.btn-aqil-effect-mod-2:before,

    .btn.btn-aqil-effect-mod-2:after,

    .pagination-classic>li>a.btn-aqil-effect-mod-2:after,

    .pagination-classic>li>span.btn-aqil-effect-mod-2:after,

    .btn.btn-aqil-effect-mod-2 span:before,

    .pagination-classic>li>a.btn-aqil-effect-mod-2 span:before,

    .pagination-classic>li>span.btn-aqil-effect-mod-2 span:before,

    .btn.btn-aqil-effect-mod-2 span:after,

    .pagination-classic>li>a.btn-aqil-effect-mod-2 span:after,

    .pagination-classic>li>span.btn-aqil-effect-mod-2 span:after {

        width: 0;

        height: 100%;

    }

    

    .btn.btn-aqil-effect-mod-2:after,

    .pagination-classic>li>a.btn-aqil-effect-mod-2:after,

    .pagination-classic>li>span.btn-aqil-effect-mod-2:after,

    .btn.btn-aqil-effect-mod-2 span:before,

    .pagination-classic>li>a.btn-aqil-effect-mod-2 span:before,

    .pagination-classic>li>span.btn-aqil-effect-mod-2 span:before {

        left: auto;

        right: 0;

    }

    

    .page .text-bold,

    .page strong {

        font-weight: 700;

        font-size: 23px;

        text-transform: uppercase;

        color: #012aa0;

    }

    

    .btn.btn-aqil-effect-mod-2:hover:before,

    .pagination-classic>li>a.btn-aqil-effect-mod-2:hover:before,

    .pagination-classic>li>span.btn-aqil-effect-mod-2:hover:before,

    .btn.btn-aqil-effect-mod-2:hover:after,

    .pagination-classic>li>a.btn-aqil-effect-mod-2:hover:after,

    .pagination-classic>li>span.btn-aqil-effect-mod-2:hover:after,

    .btn.btn-aqil-effect-mod-2:hover span:before,

    .pagination-classic>li>a.btn-aqil-effect-mod-2:hover span:before,

    .pagination-classic>li>span.btn-aqil-effect-mod-2:hover span:before,

    .btn.btn-aqil-effect-mod-2:hover span:after,

    .pagination-classic>li>a.btn-aqil-effect-mod-2:hover span:after,

    .pagination-classic>li>span.btn-aqil-effect-mod-2:hover span:after {

        width: 100%;

    }

    

    .btn.btn-aqil-effect.btn-primary,

    .pagination-classic>li>a.btn-aqil-effect.btn-primary,

    .pagination-classic>li>span.btn-aqil-effect.btn-primary {

        color: #554e9f;

        border-color: #554e9f;

        transition-delay: .4s;

    }

    

    .btn.btn-aqil-effect.btn-primary:hover,

    .pagination-classic>li>a.btn-aqil-effect.btn-primary:hover,

    .pagination-classic>li>span.btn-aqil-effect.btn-primary:hover {

        color: #fff;

        transition-delay: .1s;

        box-shadow: inset 1px 0 0 0 #554e9f;

    }

    

    .btn.btn-aqil-effect.btn-primary:before,

    .pagination-classic>li>a.btn-aqil-effect.btn-primary:before,

    .pagination-classic>li>span.btn-aqil-effect.btn-primary:before,

    .btn.btn-aqil-effect.btn-primary:after,

    .pagination-classic>li>a.btn-aqil-effect.btn-primary:after,

    .pagination-classic>li>span.btn-aqil-effect.btn-primary:after,

    .btn.btn-aqil-effect.btn-primary span:before,

    .pagination-classic>li>a.btn-aqil-effect.btn-primary span:before,

    .pagination-classic>li>span.btn-aqil-effect.btn-primary span:before,

    .btn.btn-aqil-effect.btn-primary span:after,

    .pagination-classic>li>a.btn-aqil-effect.btn-primary span:after,

    .pagination-classic>li>span.btn-aqil-effect.btn-primary span:after {

        background: rgba(85, 78, 159, 0.5);

    }

    

    .btn.btn-aqil-effect.btn-deluge,

    .pagination-classic>li>a.btn-aqil-effect.btn-deluge,

    .pagination-classic>li>span.btn-aqil-effect.btn-deluge {

        color: #8668ad;

        border-color: #8668ad;

        transition-delay: .4s;

    }

    

    .btn.btn-aqil-effect.btn-deluge:hover,

    .pagination-classic>li>a.btn-aqil-effect.btn-deluge:hover,

    .pagination-classic>li>span.btn-aqil-effect.btn-deluge:hover {

        color: #fff;

        transition-delay: .1s;

        box-shadow: inset 1px 0 0 0 #8668ad;

    }

    

    .btn.btn-aqil-effect.btn-deluge:before,

    .pagination-classic>li>a.btn-aqil-effect.btn-deluge:before,

    .pagination-classic>li>span.btn-aqil-effect.btn-deluge:before,

    .btn.btn-aqil-effect.btn-deluge:after,

    .pagination-classic>li>a.btn-aqil-effect.btn-deluge:after,

    .pagination-classic>li>span.btn-aqil-effect.btn-deluge:after,

    .btn.btn-aqil-effect.btn-deluge span:before,

    .pagination-classic>li>a.btn-aqil-effect.btn-deluge span:before,

    .pagination-classic>li>span.btn-aqil-effect.btn-deluge span:before,

    .btn.btn-aqil-effect.btn-deluge span:after,

    .pagination-classic>li>a.btn-aqil-effect.btn-deluge span:after,

    .pagination-classic>li>span.btn-aqil-effect.btn-deluge span:after {

        background: rgba(134, 104, 173, 0.5);

    }

    

    .btn.btn-aqil-effect.btn-success,

    .pagination-classic>li>a.btn-aqil-effect.btn-success,

    .pagination-classic>li>span.btn-aqil-effect.btn-success {

        color: #abcc37;

        border-color: #abcc37;

        transition-delay: .4s;

    }

    

    .btn.btn-aqil-effect.btn-success:hover,

    .pagination-classic>li>a.btn-aqil-effect.btn-success:hover,

    .pagination-classic>li>span.btn-aqil-effect.btn-success:hover {

        color: #fff;

        transition-delay: .1s;

        box-shadow: inset 1px 0 0 0 #abcc37;

    }

    

    .btn.btn-aqil-effect.btn-success:before,

    .pagination-classic>li>a.btn-aqil-effect.btn-success:before,

    .pagination-classic>li>span.btn-aqil-effect.btn-success:before,

    .btn.btn-aqil-effect.btn-success:after,

    .pagination-classic>li>a.btn-aqil-effect.btn-success:after,

    .pagination-classic>li>span.btn-aqil-effect.btn-success:after,

    .btn.btn-aqil-effect.btn-success span:before,

    .pagination-classic>li>a.btn-aqil-effect.btn-success span:before,

    .pagination-classic>li>span.btn-aqil-effect.btn-success span:before,

    .btn.btn-aqil-effect.btn-success span:after,

    .pagination-classic>li>a.btn-aqil-effect.btn-success span:after,

    .pagination-classic>li>span.btn-aqil-effect.btn-success span:after {

        background: rgba(171, 204, 55, 0.5);

    }

    

    .btn.btn-aqil-effect.btn-warning,

    .pagination-classic>li>a.btn-aqil-effect.btn-warning,

    .pagination-classic>li>span.btn-aqil-effect.btn-warning {

        color: #f5bf2f;

        border-color: #f5bf2f;

        transition-delay: .4s;

    }

    

    .btn.btn-aqil-effect.btn-warning:hover,

    .pagination-classic>li>a.btn-aqil-effect.btn-warning:hover,

    .pagination-classic>li>span.btn-aqil-effect.btn-warning:hover {

        color: #fff;

        transition-delay: .1s;

        box-shadow: inset 1px 0 0 0 #f5bf2f;

    }

    

    .btn.btn-aqil-effect.btn-warning:before,

    .pagination-classic>li>a.btn-aqil-effect.btn-warning:before,

    .pagination-classic>li>span.btn-aqil-effect.btn-warning:before,

    .btn.btn-aqil-effect.btn-warning:after,

    .pagination-classic>li>a.btn-aqil-effect.btn-warning:after,

    .pagination-classic>li>span.btn-aqil-effect.btn-warning:after,

    .btn.btn-aqil-effect.btn-warning span:before,

    .pagination-classic>li>a.btn-aqil-effect.btn-warning span:before,

    .pagination-classic>li>span.btn-aqil-effect.btn-warning span:before,

    .btn.btn-aqil-effect.btn-warning span:after,

    .pagination-classic>li>a.btn-aqil-effect.btn-warning span:after,

    .pagination-classic>li>span.btn-aqil-effect.btn-warning span:after {

        background: rgba(245, 191, 47, 0.5);

    }

    

    .btn.btn-aqil-effect.btn-info,

    .pagination-classic>li>a.btn-aqil-effect.btn-info,

    .pagination-classic>li>span.btn-aqil-effect.btn-info {

        color: #79ccf2;

        border-color: #79ccf2;

        transition-delay: .4s;

    }

    

    .btn.btn-aqil-effect.btn-info:hover,

    .pagination-classic>li>a.btn-aqil-effect.btn-info:hover,

    .pagination-classic>li>span.btn-aqil-effect.btn-info:hover {

        color: #fff;

        transition-delay: .1s;

        box-shadow: inset 1px 0 0 0 #79ccf2;

    }

    

    .btn.btn-aqil-effect.btn-info:before,

    .pagination-classic>li>a.btn-aqil-effect.btn-info:before,

    .pagination-classic>li>span.btn-aqil-effect.btn-info:before,

    .btn.btn-aqil-effect.btn-info:after,

    .pagination-classic>li>a.btn-aqil-effect.btn-info:after,

    .pagination-classic>li>span.btn-aqil-effect.btn-info:after,

    .btn.btn-aqil-effect.btn-info span:before,

    .pagination-classic>li>a.btn-aqil-effect.btn-info span:before,

    .pagination-classic>li>span.btn-aqil-effect.btn-info span:before,

    .btn.btn-aqil-effect.btn-info span:after,

    .pagination-classic>li>a.btn-aqil-effect.btn-info span:after,

    .pagination-classic>li>span.btn-aqil-effect.btn-info span:after {

        background: rgba(121, 204, 242, 0.5);

    }

    

    .btn.btn-aqil-effect.btn-danger,

    .pagination-classic>li>a.btn-aqil-effect.btn-danger,

    .pagination-classic>li>span.btn-aqil-effect.btn-danger {

        color: #f54b0f;

        border-color: #f54b0f;

        transition-delay: .4s;

    }

    

    .btn.btn-aqil-effect.btn-danger:hover,

    .pagination-classic>li>a.btn-aqil-effect.btn-danger:hover,

    .pagination-classic>li>span.btn-aqil-effect.btn-danger:hover {

        color: #fff;

        transition-delay: .1s;

        box-shadow: inset 1px 0 0 0 #f54b0f;

    }

    

    .btn.btn-aqil-effect.btn-danger:before,

    .pagination-classic>li>a.btn-aqil-effect.btn-danger:before,

    .pagination-classic>li>span.btn-aqil-effect.btn-danger:before,

    .btn.btn-aqil-effect.btn-danger:after,

    .pagination-classic>li>a.btn-aqil-effect.btn-danger:after,

    .pagination-classic>li>span.btn-aqil-effect.btn-danger:after,

    .btn.btn-aqil-effect.btn-danger span:before,

    .pagination-classic>li>a.btn-aqil-effect.btn-danger span:before,

    .pagination-classic>li>span.btn-aqil-effect.btn-danger span:before,

    .btn.btn-aqil-effect.btn-danger span:after,

    .pagination-classic>li>a.btn-aqil-effect.btn-danger span:after,

    .pagination-classic>li>span.btn-aqil-effect.btn-danger span:after {

        background: rgba(245, 75, 15, 0.5);

    }

    

    .btn.btn-rayen-effect,

    .pagination-classic>li>a.btn-rayen-effect,

    .pagination-classic>li>span.btn-rayen-effect {

        border-radius: 0;

        overflow: hidden;

        background-color: transparent;

    }

    

    .btn.btn-rayen-effect:before,

    .pagination-classic>li>a.btn-rayen-effect:before,

    .pagination-classic>li>span.btn-rayen-effect:before {

        content: attr(data-text);

        position: absolute;

        top: -2px;

        left: 0;

        bottom: -2px;

        right: 0;

        z-index: 1;

        display: flex;

        align-items: center;

        justify-content: center;

        transform: translateX(-100%);

    }

    

    .btn.btn-rayen-effect>span,

    .pagination-classic>li>a.btn-rayen-effect>span,

    .pagination-classic>li>span.btn-rayen-effect>span {

        display: block;

        z-index: -1;

    }

    

    .btn.btn-rayen-effect:hover,

    .pagination-classic>li>a.btn-rayen-effect:hover,

    .pagination-classic>li>span.btn-rayen-effect:hover {

        background-color: transparent;

        color: #fff;

    }

    

    .btn.btn-rayen-effect:before,

    .pagination-classic>li>a.btn-rayen-effect:before,

    .pagination-classic>li>span.btn-rayen-effect:before,

    .btn.btn-rayen-effect>span,

    .pagination-classic>li>a.btn-rayen-effect>span,

    .pagination-classic>li>span.btn-rayen-effect>span {

        transition: transform 0.3s;

        transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);

    }

    

    .btn.btn-rayen-effect:hover:before,

    .pagination-classic>li>a.btn-rayen-effect:hover:before,

    .pagination-classic>li>span.btn-rayen-effect:hover:before {

        transform: translateY(0);

    }

    

    .btn.btn-rayen-effect:hover>span,

    .pagination-classic>li>a.btn-rayen-effect:hover>span,

    .pagination-classic>li>span.btn-rayen-effect:hover>span {

        transform: translateY(100%);

    }

    

    .btn.btn-rayen-effect.btn-default,

    .pagination-classic>li>a.btn-rayen-effect.btn-default,

    .pagination-classic>li+li:not(:last-child)>a.btn-rayen-effect,

    .pagination-classic>li>span.btn-rayen-effect.btn-default,

    .pagination-classic>li+li:not(:last-child)>span.btn-rayen-effect {

        color: #434345;

        border-color: #434345;

    }

    

    .btn.btn-rayen-effect.btn-default:hover,

    .pagination-classic>li>a.btn-rayen-effect.btn-default:hover,

    .pagination-classic>li+li:not(:last-child)>a.btn-rayen-effect:hover,

    .pagination-classic>li>span.btn-rayen-effect.btn-default:hover,

    .pagination-classic>li+li:not(:last-child)>span.btn-rayen-effect:hover {

        color: #fff;

        box-shadow: inset 1px 0 0 0 #434345;

    }

    

    .btn.btn-rayen-effect.btn-default:before,

    .pagination-classic>li>a.btn-rayen-effect.btn-default:before,

    .pagination-classic>li+li:not(:last-child)>a.btn-rayen-effect:before,

    .pagination-classic>li>span.btn-rayen-effect.btn-default:before,

    .pagination-classic>li+li:not(:last-child)>span.btn-rayen-effect:before {

        background-color: #434345;

        color: #fff;

    }

    

    .btn.btn-rayen-effect.btn-primary,

    .pagination-classic>li>a.btn-rayen-effect.btn-primary,

    .pagination-classic>li>span.btn-rayen-effect.btn-primary {

        color: #554e9f;

        border-color: #554e9f;

    }

    

    .btn.btn-rayen-effect.btn-primary:hover,

    .pagination-classic>li>a.btn-rayen-effect.btn-primary:hover,

    .pagination-classic>li>span.btn-rayen-effect.btn-primary:hover {

        color: #fff;

        box-shadow: inset 1px 0 0 0 #554e9f;

    }

    

    .btn.btn-rayen-effect.btn-primary:before,

    .pagination-classic>li>a.btn-rayen-effect.btn-primary:before,

    .pagination-classic>li>span.btn-rayen-effect.btn-primary:before {

        background-color: #554e9f;

    }

    

    .btn.btn-rayen-effect.btn-deluge,

    .pagination-classic>li>a.btn-rayen-effect.btn-deluge,

    .pagination-classic>li>span.btn-rayen-effect.btn-deluge {

        color: #8668ad;

        border-color: #8668ad;

    }

    

    .btn.btn-rayen-effect.btn-deluge:hover,

    .pagination-classic>li>a.btn-rayen-effect.btn-deluge:hover,

    .pagination-classic>li>span.btn-rayen-effect.btn-deluge:hover {

        color: #fff;

        box-shadow: inset 1px 0 0 0 #8668ad;

    }

    

    .btn.btn-rayen-effect.btn-deluge:before,

    .pagination-classic>li>a.btn-rayen-effect.btn-deluge:before,

    .pagination-classic>li>span.btn-rayen-effect.btn-deluge:before {

        background-color: #8668ad;

    }

    

    .btn.btn-rayen-effect.btn-success,

    .pagination-classic>li>a.btn-rayen-effect.btn-success,

    .pagination-classic>li>span.btn-rayen-effect.btn-success {

        color: #abcc37;

        border-color: #abcc37;

    }

    

    .btn.btn-rayen-effect.btn-success:hover,

    .pagination-classic>li>a.btn-rayen-effect.btn-success:hover,

    .pagination-classic>li>span.btn-rayen-effect.btn-success:hover {

        color: #fff;

        box-shadow: inset 1px 0 0 0 #abcc37;

    }

    

    .btn.btn-rayen-effect.btn-success:before,

    .pagination-classic>li>a.btn-rayen-effect.btn-success:before,

    .pagination-classic>li>span.btn-rayen-effect.btn-success:before {

        background-color: #abcc37;

    }

    

    .btn.btn-rayen-effect.btn-warning,

    .pagination-classic>li>a.btn-rayen-effect.btn-warning,

    .pagination-classic>li>span.btn-rayen-effect.btn-warning {

        color: #f5bf2f;

        border-color: #f5bf2f;

    }

    

    .btn.btn-rayen-effect.btn-warning:hover,

    .pagination-classic>li>a.btn-rayen-effect.btn-warning:hover,

    .pagination-classic>li>span.btn-rayen-effect.btn-warning:hover {

        color: #fff;

        box-shadow: inset 1px 0 0 0 #f5bf2f;

    }

    

    .btn.btn-rayen-effect.btn-warning:before,

    .pagination-classic>li>a.btn-rayen-effect.btn-warning:before,

    .pagination-classic>li>span.btn-rayen-effect.btn-warning:before {

        background-color: #f5bf2f;

    }

    

    .btn.btn-rayen-effect.btn-info,

    .pagination-classic>li>a.btn-rayen-effect.btn-info,

    .pagination-classic>li>span.btn-rayen-effect.btn-info {

        color: #79ccf2;

        border-color: #79ccf2;

    }

    

    .btn.btn-rayen-effect.btn-info:hover,

    .pagination-classic>li>a.btn-rayen-effect.btn-info:hover,

    .pagination-classic>li>span.btn-rayen-effect.btn-info:hover {

        color: #fff;

        box-shadow: inset 1px 0 0 0 #79ccf2;

    }

    

    .btn.btn-rayen-effect.btn-info:before,

    .pagination-classic>li>a.btn-rayen-effect.btn-info:before,

    .pagination-classic>li>span.btn-rayen-effect.btn-info:before {

        background-color: #79ccf2;

    }

    

    .btn.btn-rayen-effect.btn-danger,

    .pagination-classic>li>a.btn-rayen-effect.btn-danger,

    .pagination-classic>li>span.btn-rayen-effect.btn-danger {

        color: #f54b0f;

        border-color: #f54b0f;

    }

    

    .btn.btn-rayen-effect.btn-danger:hover,

    .pagination-classic>li>a.btn-rayen-effect.btn-danger:hover,

    .pagination-classic>li>span.btn-rayen-effect.btn-danger:hover {

        color: #fff;

        box-shadow: inset 1px 0 0 0 #f54b0f;

    }

    

    .btn.btn-rayen-effect.btn-danger:before,

    .pagination-classic>li>a.btn-rayen-effect.btn-danger:before,

    .pagination-classic>li>span.btn-rayen-effect.btn-danger:before {

        background-color: #f54b0f;

    }

    

    .lt-ie10 .btn-rayen-effect::before {

        display: none;

    }

    

    .lt-ie10 .btn-rayen-effect:hover {

        color: #20325d;

        background-color: #fff;

    }

    

    .lt-ie10 .btn-rayen-effect:hover>span {

        transform: translateY(0%);

    }

    

    .btn.btn-nuka-effect,

    .pagination-classic>li>a.btn-nuka-effect,

    .pagination-classic>li>span.btn-nuka-effect {

        transition: color 0.3s;

        transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);

        border: none;

        color: #fff;

        background-color: transparent;

    }

    

    .btn.btn-nuka-effect::before,

    .pagination-classic>li>a.btn-nuka-effect::before,

    .pagination-classic>li>span.btn-nuka-effect::before,

    .btn.btn-nuka-effect::after,

    .pagination-classic>li>a.btn-nuka-effect::after,

    .pagination-classic>li>span.btn-nuka-effect::after {

        content: '';

        position: absolute;

        border-radius: inherit;

        background: #453866;

        z-index: -1;

    }

    

    .btn.btn-nuka-effect::before,

    .pagination-classic>li>a.btn-nuka-effect::before,

    .pagination-classic>li>span.btn-nuka-effect::before {

        top: -4px;

        bottom: -4px;

        left: -4px;

        right: -4px;

        opacity: 0.2;

        transform: scale3d(0.7, 1, 1);

        transition: transform 0.3s, opacity 0.3s;

    }

    

    .btn.btn-nuka-effect::after,

    .pagination-classic>li>a.btn-nuka-effect::after,

    .pagination-classic>li>span.btn-nuka-effect::after {

        top: 0;

        left: 0;

        width: 100%;

        height: 100%;

        transform: scale3d(1.1, 1, 1);

        transition: transform 0.3s, background-color 0.3s;

    }

    

    .btn.btn-nuka-effect::before,

    .pagination-classic>li>a.btn-nuka-effect::before,

    .pagination-classic>li>span.btn-nuka-effect::before,

    .btn.btn-nuka-effect::after,

    .pagination-classic>li>a.btn-nuka-effect::after,

    .pagination-classic>li>span.btn-nuka-effect::after {

        transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);

    }

    

    .btn.btn-nuka-effect:hover,

    .pagination-classic>li>a.btn-nuka-effect:hover,

    .pagination-classic>li>span.btn-nuka-effect:hover {

        background-color: transparent;

        color: #453866;

    }

    

    .btn.btn-nuka-effect:hover::before,

    .pagination-classic>li>a.btn-nuka-effect:hover::before,

    .pagination-classic>li>span.btn-nuka-effect:hover::before {

        opacity: 1;

        top: -3px;

        bottom: -3px;

        left: -3px;

        right: -3px;

    }

    

    .btn.btn-nuka-effect:hover::after,

    .pagination-classic>li>a.btn-nuka-effect:hover::after,

    .pagination-classic>li>span.btn-nuka-effect:hover::after {

        background-color: #fff;

    }

    

    .btn.btn-nuka-effect:hover::after,

    .pagination-classic>li>a.btn-nuka-effect:hover::after,

    .pagination-classic>li>span.btn-nuka-effect:hover::after,

    .btn.btn-nuka-effect:hover::before,

    .pagination-classic>li>a.btn-nuka-effect:hover::before,

    .pagination-classic>li>span.btn-nuka-effect:hover::before {

        transform: scale3d(1, 1, 1);

    }

    

    .btn.btn-nuka-effect.btn-default::before,

    .pagination-classic>li>a.btn-nuka-effect.btn-default::before,

    .pagination-classic>li+li:not(:last-child)>a.btn-nuka-effect::before,

    .pagination-classic>li>span.btn-nuka-effect.btn-default::before,

    .pagination-classic>li+li:not(:last-child)>span.btn-nuka-effect::before,

    .btn.btn-nuka-effect.btn-default::after,

    .pagination-classic>li>a.btn-nuka-effect.btn-default::after,

    .pagination-classic>li+li:not(:last-child)>a.btn-nuka-effect::after,

    .pagination-classic>li>span.btn-nuka-effect.btn-default::after,

    .pagination-classic>li+li:not(:last-child)>span.btn-nuka-effect::after {

        background-color: #434345;

    }

    

    .btn.btn-nuka-effect.btn-default:hover:after,

    .pagination-classic>li>a.btn-nuka-effect.btn-default:hover:after,

    .pagination-classic>li+li:not(:last-child)>a.btn-nuka-effect:hover:after,

    .pagination-classic>li>span.btn-nuka-effect.btn-default:hover:after,

    .pagination-classic>li+li:not(:last-child)>span.btn-nuka-effect:hover:after {

        background-color: #fff;

    }

    

    .btn.btn-nuka-effect.btn-primary::before,

    .pagination-classic>li>a.btn-nuka-effect.btn-primary::before,

    .pagination-classic>li>span.btn-nuka-effect.btn-primary::before,

    .btn.btn-nuka-effect.btn-primary::after,

    .pagination-classic>li>a.btn-nuka-effect.btn-primary::after,

    .pagination-classic>li>span.btn-nuka-effect.btn-primary::after {

        background-color: #554e9f;

    }

    

    .btn.btn-nuka-effect.btn-primary:hover,

    .pagination-classic>li>a.btn-nuka-effect.btn-primary:hover,

    .pagination-classic>li>span.btn-nuka-effect.btn-primary:hover {

        color: #433d7d;

    }

    

    .btn.btn-nuka-effect.btn-primary:hover:after,

    .pagination-classic>li>a.btn-nuka-effect.btn-primary:hover:after,

    .pagination-classic>li>span.btn-nuka-effect.btn-primary:hover:after {

        background-color: #fff;

    }

    

    .btn.btn-nuka-effect.btn-deluge::before,

    .pagination-classic>li>a.btn-nuka-effect.btn-deluge::before,

    .pagination-classic>li>span.btn-nuka-effect.btn-deluge::before,

    .btn.btn-nuka-effect.btn-deluge::after,

    .pagination-classic>li>a.btn-nuka-effect.btn-deluge::after,

    .pagination-classic>li>span.btn-nuka-effect.btn-deluge::after {

        background-color: #8668ad;

    }

    

    .btn.btn-nuka-effect.btn-deluge:hover,

    .pagination-classic>li>a.btn-nuka-effect.btn-deluge:hover,

    .pagination-classic>li>span.btn-nuka-effect.btn-deluge:hover {

        color: #6d5092;

    }

    

    .btn.btn-nuka-effect.btn-deluge:hover:after,

    .pagination-classic>li>a.btn-nuka-effect.btn-deluge:hover:after,

    .pagination-classic>li>span.btn-nuka-effect.btn-deluge:hover:after {

        background-color: #fff;

    }

    

    .btn.btn-nuka-effect.btn-success::before,

    .pagination-classic>li>a.btn-nuka-effect.btn-success::before,

    .pagination-classic>li>span.btn-nuka-effect.btn-success::before,

    .btn.btn-nuka-effect.btn-success::after,

    .pagination-classic>li>a.btn-nuka-effect.btn-success::after,

    .pagination-classic>li>span.btn-nuka-effect.btn-success::after {

        background-color: #abcc37;

    }

    

    .btn.btn-nuka-effect.btn-success:hover,

    .pagination-classic>li>a.btn-nuka-effect.btn-success:hover,

    .pagination-classic>li>span.btn-nuka-effect.btn-success:hover {

        color: #8aa62a;

    }

    

    .btn.btn-nuka-effect.btn-success:hover:after,

    .pagination-classic>li>a.btn-nuka-effect.btn-success:hover:after,

    .pagination-classic>li>span.btn-nuka-effect.btn-success:hover:after {

        background-color: #fff;

    }

    

    .btn.btn-nuka-effect.btn-warning::before,

    .pagination-classic>li>a.btn-nuka-effect.btn-warning::before,

    .pagination-classic>li>span.btn-nuka-effect.btn-warning::before,

    .btn.btn-nuka-effect.btn-warning::after,

    .pagination-classic>li>a.btn-nuka-effect.btn-warning::after,

    .pagination-classic>li>span.btn-nuka-effect.btn-warning::after {

        background-color: #f5bf2f;

    }

    

    .btn.btn-nuka-effect.btn-warning:hover,

    .pagination-classic>li>a.btn-nuka-effect.btn-warning:hover,

    .pagination-classic>li>span.btn-nuka-effect.btn-warning:hover {

        color: #e6aa0b;

    }

    

    .btn.btn-nuka-effect.btn-warning:hover:after,

    .pagination-classic>li>a.btn-nuka-effect.btn-warning:hover:after,

    .pagination-classic>li>span.btn-nuka-effect.btn-warning:hover:after {

        background-color: #fff;

    }

    

    .btn.btn-nuka-effect.btn-info::before,

    .pagination-classic>li>a.btn-nuka-effect.btn-info::before,

    .pagination-classic>li>span.btn-nuka-effect.btn-info::before,

    .btn.btn-nuka-effect.btn-info::after,

    .pagination-classic>li>a.btn-nuka-effect.btn-info::after,

    .pagination-classic>li>span.btn-nuka-effect.btn-info::after {

        background-color: #79ccf2;

    }

    

    .btn.btn-nuka-effect.btn-info:hover,

    .pagination-classic>li>a.btn-nuka-effect.btn-info:hover,

    .pagination-classic>li>span.btn-nuka-effect.btn-info:hover {

        color: #4bbaed;

    }

    

    .btn.btn-nuka-effect.btn-info:hover:after,

    .pagination-classic>li>a.btn-nuka-effect.btn-info:hover:after,

    .pagination-classic>li>span.btn-nuka-effect.btn-info:hover:after {

        background-color: #fff;

    }

    

    .btn.btn-nuka-effect.btn-danger::before,

    .pagination-classic>li>a.btn-nuka-effect.btn-danger::before,

    .pagination-classic>li>span.btn-nuka-effect.btn-danger::before,

    .btn.btn-nuka-effect.btn-danger::after,

    .pagination-classic>li>a.btn-nuka-effect.btn-danger::after,

    .pagination-classic>li>span.btn-nuka-effect.btn-danger::after {

        background-color: #f54b0f;

    }

    

    .btn.btn-nuka-effect.btn-danger:hover,

    .pagination-classic>li>a.btn-nuka-effect.btn-danger:hover,

    .pagination-classic>li>span.btn-nuka-effect.btn-danger:hover {

        color: #c93b08;

    }

    

    .btn.btn-nuka-effect.btn-danger:hover:after,

    .pagination-classic>li>a.btn-nuka-effect.btn-danger:hover:after,

    .pagination-classic>li>span.btn-nuka-effect.btn-danger:hover:after {

        background-color: #fff;

    }

    

    .btn.btn-naira-effect,

    .pagination-classic>li>a.btn-naira-effect,

    .pagination-classic>li>span.btn-naira-effect {

        overflow: hidden;

        transition: background-color 0.3s, box-shadow 0.2s;

    }

    

    .btn.btn-naira-effect::before,

    .pagination-classic>li>a.btn-naira-effect::before,

    .pagination-classic>li>span.btn-naira-effect::before {

        content: '';

        position: absolute;

        left: -50%;

        width: 200%;

        height: 200%;

        top: -50%;

        transform: translateY(-100%) rotate3d(0, 0, 1, -10deg);

        background: #fff;

        transition: .3s;

    }

    

    .btn.btn-naira-effect.btn-naira-effect-up::before,

    .pagination-classic>li>a.btn-naira-effect.btn-naira-effect-up::before,

    .pagination-classic>li>span.btn-naira-effect.btn-naira-effect-up::before {

        transform: translateY(100%) rotate3d(0, 0, 1, 10deg);

    }

    

    .btn.btn-naira-effect .btn-text,

    .pagination-classic>li>a.btn-naira-effect .btn-text,

    .pagination-classic>li>span.btn-naira-effect .btn-text {

        display: block;

        margin: 0;

    }

    

    .btn.btn-naira-effect .btn-text,

    .pagination-classic>li>a.btn-naira-effect .btn-text,

    .pagination-classic>li>span.btn-naira-effect .btn-text,

    .btn.btn-naira-effect .icon,

    .pagination-classic>li>a.btn-naira-effect .icon,

    .pagination-classic>li>span.btn-naira-effect .icon {

        transition: 0.3s;

    }

    

    .btn.btn-naira-effect .icon,

    .pagination-classic>li>a.btn-naira-effect .icon,

    .pagination-classic>li>span.btn-naira-effect .icon {

        position: absolute;

        left: 50%;

        bottom: 50%;

        transform: translate(-50%, -200%);

        pointer-events: none;

        color: #444;

    }

    

    .btn.btn-naira-effect .icon-xs,

    .pagination-classic>li>a.btn-naira-effect .icon-xs,

    .pagination-classic>li>span.btn-naira-effect .icon-xs {

        font-size: 24px;

    }

    

    .btn.btn-naira-effect.btn-naira-effect-up .icon,

    .pagination-classic>li>a.btn-naira-effect.btn-naira-effect-up .icon,

    .pagination-classic>li>span.btn-naira-effect.btn-naira-effect-up .icon {

        transform: translate(-50%, 300%);

    }

    

    .btn.btn-naira-effect:hover,

    .pagination-classic>li>a.btn-naira-effect:hover,

    .pagination-classic>li>span.btn-naira-effect:hover {

        box-shadow: inset 0 0 0 2px #fff;

    }

    

    .btn.btn-naira-effect:hover .icon,

    .pagination-classic>li>a.btn-naira-effect:hover .icon,

    .pagination-classic>li>span.btn-naira-effect:hover .icon {

        transform: translate(-50%, 50%);

    }

    

    .btn.btn-naira-effect:hover .btn-text,

    .pagination-classic>li>a.btn-naira-effect:hover .btn-text,

    .pagination-classic>li>span.btn-naira-effect:hover .btn-text {

        opacity: 0;

        transform: translateY(200%);

    }

    

    .btn.btn-naira-effect:hover::before,

    .pagination-classic>li>a.btn-naira-effect:hover::before,

    .pagination-classic>li>span.btn-naira-effect:hover::before {

        animation: anim-naira-1 0.3s forwards ease-in;

    }

    

    .btn.btn-naira-effect.btn-naira-effect-up:hover::before,

    .pagination-classic>li>a.btn-naira-effect.btn-naira-effect-up:hover::before,

    .pagination-classic>li>span.btn-naira-effect.btn-naira-effect-up:hover::before {

        animation: anim-naira-2 0.3s forwards ease-in;

    }

    

    .btn.btn-naira-effect.btn-naira-effect-up:hover .btn-text,

    .pagination-classic>li>a.btn-naira-effect.btn-naira-effect-up:hover .btn-text,

    .pagination-classic>li>span.btn-naira-effect.btn-naira-effect-up:hover .btn-text {

        transform: translateY(-200%);

    }

    

    .btn.btn-naira-effect.btn-primary:hover,

    .pagination-classic>li>a.btn-naira-effect.btn-primary:hover,

    .pagination-classic>li>span.btn-naira-effect.btn-primary:hover {

        background-color: transparent;

        border-color: #554e9f;

    }

    

    .btn.btn-naira-effect.btn-primary .icon,

    .pagination-classic>li>a.btn-naira-effect.btn-primary .icon,

    .pagination-classic>li>span.btn-naira-effect.btn-primary .icon {

        color: #484287;

    }

    

    .btn.btn-naira-effect.btn-deluge:hover,

    .pagination-classic>li>a.btn-naira-effect.btn-deluge:hover,

    .pagination-classic>li>span.btn-naira-effect.btn-deluge:hover {

        background-color: transparent;

        border-color: #8668ad;

    }

    

    .btn.btn-naira-effect.btn-deluge .icon,

    .pagination-classic>li>a.btn-naira-effect.btn-deluge .icon,

    .pagination-classic>li>span.btn-naira-effect.btn-deluge .icon {

        color: #74559c;

    }

    

    .btn.btn-naira-effect.btn-success:hover,

    .pagination-classic>li>a.btn-naira-effect.btn-success:hover,

    .pagination-classic>li>span.btn-naira-effect.btn-success:hover {

        background-color: transparent;

        border-color: #abcc37;

    }

    

    .btn.btn-naira-effect.btn-success .icon,

    .pagination-classic>li>a.btn-naira-effect.btn-success .icon,

    .pagination-classic>li>span.btn-naira-effect.btn-success .icon {

        color: #95b22d;

    }

    

    .btn.btn-naira-effect.btn-warning:hover,

    .pagination-classic>li>a.btn-naira-effect.btn-warning:hover,

    .pagination-classic>li>span.btn-naira-effect.btn-warning:hover {

        background-color: transparent;

        border-color: #f5bf2f;

    }

    

    .btn.btn-naira-effect.btn-warning .icon,

    .pagination-classic>li>a.btn-naira-effect.btn-warning .icon,

    .pagination-classic>li>span.btn-naira-effect.btn-warning .icon {

        color: #f3b50d;

    }

    

    .btn.btn-naira-effect.btn-info:hover,

    .pagination-classic>li>a.btn-naira-effect.btn-info:hover,

    .pagination-classic>li>span.btn-naira-effect.btn-info:hover {

        background-color: transparent;

        border-color: #79ccf2;

    }

    

    .btn.btn-naira-effect.btn-info .icon,

    .pagination-classic>li>a.btn-naira-effect.btn-info .icon,

    .pagination-classic>li>span.btn-naira-effect.btn-info .icon {

        color: #58c0ef;

    }

    

    .btn.btn-naira-effect.btn-danger:hover,

    .pagination-classic>li>a.btn-naira-effect.btn-danger:hover,

    .pagination-classic>li>span.btn-naira-effect.btn-danger:hover {

        background-color: transparent;

        border-color: #f54b0f;

    }

    

    .btn.btn-naira-effect.btn-danger .icon,

    .pagination-classic>li>a.btn-naira-effect.btn-danger .icon,

    .pagination-classic>li>span.btn-naira-effect.btn-danger .icon {

        color: #d73f09;

    }

    

    .tablet .btn-naira-effect:hover {

        background-color: #fff;

    }

    

    .lt-ie10 .btn-naira-effect:before {

        display: none;

    }

    

    .lt-ie10 .btn-naira-effect:hover {

        background-color: #fff;

    }

    

    .btn.btn-polat-effect,

    .pagination-classic>li>a.btn-polat-effect,

    .pagination-classic>li>span.btn-polat-effect {

        overflow: hidden;

        backface-visibility: hidden;

    }

    

    .btn.btn-polat-effect .btn-text,

    .pagination-classic>li>a.btn-polat-effect .btn-text,

    .pagination-classic>li>span.btn-polat-effect .btn-text {

        display: inline-block;

        width: 100%;

        height: 100%;

        color: #fff;

        transition: all 0.3s;

        backface-visibility: hidden;

        margin-top: 0;

    }

    

    .btn.btn-polat-effect .icon,

    .pagination-classic>li>a.btn-polat-effect .icon,

    .pagination-classic>li>span.btn-polat-effect .icon {

        position: absolute;

        height: 100%;

        width: 100%;

        font-size: 180%;

        transition: all 0.3s;

    }

    

    .btn.btn-polat-effect .icon:before,

    .pagination-classic>li>a.btn-polat-effect .icon:before,

    .pagination-classic>li>span.btn-polat-effect .icon:before {

        position: absolute;

        top: 50%;

        left: 50%;

        transform: translate(-50%, -50%);

    }

    

    .btn.btn-polat-effect-up .icon,

    .pagination-classic>li>a.btn-polat-effect-up .icon,

    .pagination-classic>li>span.btn-polat-effect-up .icon {

        left: 0;

        top: -100%;

    }

    

    .btn.btn-polat-effect-up:hover .icon,

    .pagination-classic>li>a.btn-polat-effect-up:hover .icon,

    .pagination-classic>li>span.btn-polat-effect-up:hover .icon {

        top: 0;

    }

    

    .btn.btn-polat-effect-up:hover .btn-text,

    .pagination-classic>li>a.btn-polat-effect-up:hover .btn-text,

    .pagination-classic>li>span.btn-polat-effect-up:hover .btn-text {

        -webkit-transform: translateY(300%);

        transform: translateY(300%);

    }

    

    .btn.btn-polat-effect-left .icon,

    .pagination-classic>li>a.btn-polat-effect-left .icon,

    .pagination-classic>li>span.btn-polat-effect-left .icon {

        left: -100%;

        top: 0;

    }

    

    .btn.btn-polat-effect-left:hover .icon,

    .pagination-classic>li>a.btn-polat-effect-left:hover .icon,

    .pagination-classic>li>span.btn-polat-effect-left:hover .icon {

        left: 0;

    }

    

    .btn.btn-polat-effect-left:hover .btn-text,

    .pagination-classic>li>a.btn-polat-effect-left:hover .btn-text,

    .pagination-classic>li>span.btn-polat-effect-left:hover .btn-text {

        -webkit-transform: translateX(200%);

        transform: translateX(200%);

    }

    

    .btn.btn-polat-effect.btn-default .btn-text,

    .pagination-classic>li>a.btn-polat-effect.btn-default .btn-text,

    .pagination-classic>li+li:not(:last-child)>a.btn-polat-effect .btn-text,

    .pagination-classic>li>span.btn-polat-effect.btn-default .btn-text,

    .pagination-classic>li+li:not(:last-child)>span.btn-polat-effect .btn-text {

        color: #434345;

    }

    

    .btn.btn-santos-svg-effect,

    .pagination-classic>li>a.btn-santos-svg-effect,

    .pagination-classic>li>span.btn-santos-svg-effect {

        border: none;

        position: relative;

        transition: color 0.9s;

        background-color: transparent;

    }

    

    .btn.btn-santos-svg-effect svg,

    .pagination-classic>li>a.btn-santos-svg-effect svg,

    .pagination-classic>li>span.btn-santos-svg-effect svg {

        position: absolute;

        top: 0;

        left: 0;

        width: 100%;

        height: 100%;

    }

    

    .btn.btn-santos-svg-effect svg:active,

    .pagination-classic>li>a.btn-santos-svg-effect svg:active,

    .pagination-classic>li>span.btn-santos-svg-effect svg:active,

    .btn.btn-santos-svg-effect svg:focus,

    .pagination-classic>li>a.btn-santos-svg-effect svg:focus,

    .pagination-classic>li>span.btn-santos-svg-effect svg:focus {

        outline: none;

    }

    

    .btn.btn-santos-svg-effect .shape,

    .pagination-classic>li>a.btn-santos-svg-effect .shape,

    .pagination-classic>li>span.btn-santos-svg-effect .shape {

        stroke-width: 6px;

        fill: transparent;

        stroke: #434345;

        stroke-dasharray: 50 400;

        stroke-dashoffset: -233;

        transition: 1s all ease;

        width: 100%;

        height: 100%;

    }

    

    .btn.btn-santos-svg-effect:active,

    .pagination-classic>li>a.btn-santos-svg-effect:active,

    .pagination-classic>li>span.btn-santos-svg-effect:active,

    .btn.btn-santos-svg-effect:focus,

    .pagination-classic>li>a.btn-santos-svg-effect:focus,

    .pagination-classic>li>span.btn-santos-svg-effect:focus {

        background-color: transparent;

    }

    

    .btn.btn-santos-svg-effect:hover,

    .pagination-classic>li>a.btn-santos-svg-effect:hover,

    .pagination-classic>li>span.btn-santos-svg-effect:hover {

        background-color: transparent;

    }

    

    .btn.btn-santos-svg-effect:hover .shape,

    .pagination-classic>li>a.btn-santos-svg-effect:hover .shape,

    .pagination-classic>li>span.btn-santos-svg-effect:hover .shape {

        stroke-dasharray: 50 0;

        stroke-width: 3px;

        stroke-dashoffset: 0;

        stroke: #009FFD;

    }

    

    .btn.btn-santos-svg-effect.btn-delault,

    .pagination-classic>li>a.btn-santos-svg-effect.btn-delault,

    .pagination-classic>li>span.btn-santos-svg-effect.btn-delault {

        color: #434345;

    }

    

    .btn.btn-santos-svg-effect.btn-delault .shape,

    .pagination-classic>li>a.btn-santos-svg-effect.btn-delault .shape,

    .pagination-classic>li>span.btn-santos-svg-effect.btn-delault .shape {

        stroke: #181819;

    }

    

    .btn.btn-santos-svg-effect.btn-delault:hover,

    .pagination-classic>li>a.btn-santos-svg-effect.btn-delault:hover,

    .pagination-classic>li>span.btn-santos-svg-effect.btn-delault:hover {

        color: #434345;

    }

    

    .btn.btn-santos-svg-effect.btn-delault:hover .shape,

    .pagination-classic>li>a.btn-santos-svg-effect.btn-delault:hover .shape,

    .pagination-classic>li>span.btn-santos-svg-effect.btn-delault:hover .shape {

        stroke: #434345;

    }

    

    .btn.btn-santos-svg-effect.btn-primary,

    .pagination-classic>li>a.btn-santos-svg-effect.btn-primary,

    .pagination-classic>li>span.btn-santos-svg-effect.btn-primary {

        color: #554e9f;

    }

    

    .btn.btn-santos-svg-effect.btn-primary .shape,

    .pagination-classic>li>a.btn-santos-svg-effect.btn-primary .shape,

    .pagination-classic>li>span.btn-santos-svg-effect.btn-primary .shape {

        stroke: #363165;

    }

    

    .btn.btn-santos-svg-effect.btn-primary:hover,

    .pagination-classic>li>a.btn-santos-svg-effect.btn-primary:hover,

    .pagination-classic>li>span.btn-santos-svg-effect.btn-primary:hover {

        color: #554e9f;

    }

    

    .btn.btn-santos-svg-effect.btn-primary:hover .shape,

    .pagination-classic>li>a.btn-santos-svg-effect.btn-primary:hover .shape,

    .pagination-classic>li>span.btn-santos-svg-effect.btn-primary:hover .shape {

        stroke: #554e9f;

    }

    

    .btn.btn-santos-svg-effect.btn-deluge,

    .pagination-classic>li>a.btn-santos-svg-effect.btn-deluge,

    .pagination-classic>li>span.btn-santos-svg-effect.btn-deluge {

        color: #8668ad;

    }

    

    .btn.btn-santos-svg-effect.btn-deluge .shape,

    .pagination-classic>li>a.btn-santos-svg-effect.btn-deluge .shape,

    .pagination-classic>li>span.btn-santos-svg-effect.btn-deluge .shape {

        stroke: #5b437b;

    }

    

    .btn.btn-santos-svg-effect.btn-deluge:hover,

    .pagination-classic>li>a.btn-santos-svg-effect.btn-deluge:hover,

    .pagination-classic>li>span.btn-santos-svg-effect.btn-deluge:hover {

        color: #8668ad;

    }

    

    .btn.btn-santos-svg-effect.btn-deluge:hover .shape,

    .pagination-classic>li>a.btn-santos-svg-effect.btn-deluge:hover .shape,

    .pagination-classic>li>span.btn-santos-svg-effect.btn-deluge:hover .shape {

        stroke: #8668ad;

    }

    

    .btn.btn-santos-svg-effect.btn-success,

    .pagination-classic>li>a.btn-santos-svg-effect.btn-success,

    .pagination-classic>li>span.btn-santos-svg-effect.btn-success {

        color: #abcc37;

    }

    

    .btn.btn-santos-svg-effect.btn-success .shape,

    .pagination-classic>li>a.btn-santos-svg-effect.btn-success .shape,

    .pagination-classic>li>span.btn-santos-svg-effect.btn-success .shape {

        stroke: #738923;

    }

    

    .btn.btn-santos-svg-effect.btn-success:hover,

    .pagination-classic>li>a.btn-santos-svg-effect.btn-success:hover,

    .pagination-classic>li>span.btn-santos-svg-effect.btn-success:hover {

        color: #abcc37;

    }

    

    .btn.btn-santos-svg-effect.btn-success:hover .shape,

    .pagination-classic>li>a.btn-santos-svg-effect.btn-success:hover .shape,

    .pagination-classic>li>span.btn-santos-svg-effect.btn-success:hover .shape {

        stroke: #abcc37;

    }

    

    .btn.btn-santos-svg-effect.btn-warning,

    .pagination-classic>li>a.btn-santos-svg-effect.btn-warning,

    .pagination-classic>li>span.btn-santos-svg-effect.btn-warning {

        color: #f5bf2f;

    }

    

    .btn.btn-santos-svg-effect.btn-warning .shape,

    .pagination-classic>li>a.btn-santos-svg-effect.btn-warning .shape,

    .pagination-classic>li>span.btn-santos-svg-effect.btn-warning .shape {

        stroke: #c49109;

    }

    

    .btn.btn-santos-svg-effect.btn-warning:hover,

    .pagination-classic>li>a.btn-santos-svg-effect.btn-warning:hover,

    .pagination-classic>li>span.btn-santos-svg-effect.btn-warning:hover {

        color: #f5bf2f;

    }

    

    .btn.btn-santos-svg-effect.btn-warning:hover .shape,

    .pagination-classic>li>a.btn-santos-svg-effect.btn-warning:hover .shape,

    .pagination-classic>li>span.btn-santos-svg-effect.btn-warning:hover .shape {

        stroke: #f5bf2f;

    }

    

    .btn.btn-santos-svg-effect.btn-info,

    .pagination-classic>li>a.btn-santos-svg-effect.btn-info,

    .pagination-classic>li>span.btn-santos-svg-effect.btn-info {

        color: #79ccf2;

    }

    

    .btn.btn-santos-svg-effect.btn-info .shape,

    .pagination-classic>li>a.btn-santos-svg-effect.btn-info .shape,

    .pagination-classic>li>span.btn-santos-svg-effect.btn-info .shape {

        stroke: #2aaeea;

    }

    

    .btn.btn-santos-svg-effect.btn-info:hover,

    .pagination-classic>li>a.btn-santos-svg-effect.btn-info:hover,

    .pagination-classic>li>span.btn-santos-svg-effect.btn-info:hover {

        color: #79ccf2;

    }

    

    .btn.btn-santos-svg-effect.btn-info:hover .shape,

    .pagination-classic>li>a.btn-santos-svg-effect.btn-info:hover .shape,

    .pagination-classic>li>span.btn-santos-svg-effect.btn-info:hover .shape {

        stroke: #79ccf2;

    }

    

    .btn.btn-santos-svg-effect.btn-danger,

    .pagination-classic>li>a.btn-santos-svg-effect.btn-danger,

    .pagination-classic>li>span.btn-santos-svg-effect.btn-danger {

        color: #f54b0f;

    }

    

    .btn.btn-santos-svg-effect.btn-danger .shape,

    .pagination-classic>li>a.btn-santos-svg-effect.btn-danger .shape,

    .pagination-classic>li>span.btn-santos-svg-effect.btn-danger .shape {

        stroke: #a63107;

    }

    

    .btn.btn-santos-svg-effect.btn-danger:hover,

    .pagination-classic>li>a.btn-santos-svg-effect.btn-danger:hover,

    .pagination-classic>li>span.btn-santos-svg-effect.btn-danger:hover {

        color: #f54b0f;

    }

    

    .btn.btn-santos-svg-effect.btn-danger:hover .shape,

    .pagination-classic>li>a.btn-santos-svg-effect.btn-danger:hover .shape,

    .pagination-classic>li>span.btn-santos-svg-effect.btn-danger:hover .shape {

        stroke: #f54b0f;

    }

    

    html.ie-edge .btn-santos-svg,

    html.ie-11 .btn-santos-svg,

    html.lt-ie11 .btn-santos-svg {

        transition: 0.4s;

        padding: 10px 15px;

        border: 2px solid transparent;

    }

    

    html.ie-edge .btn-santos-svg:hover,

    html.ie-11 .btn-santos-svg:hover,

    html.lt-ie11 .btn-santos-svg:hover {

        border-color: #009FFD;

    }

    

    .caret {

        margin-left: 5px;

    }

    

    .dropup,

    .dropdown {

        display: inline-block;

    }

    

    .dropdown-menu {

        font-size: 13px;

        border: none;

        border-radius: 3px;

    }

    

    .dropdown-menu>li>a {

        font-weight: 400;

        padding: 5px 20px;

    }

    

    .dropdown-menu .divider {

        width: 100%;

    }

    

    .dropdown-header {

        font-size: 12px;

        padding: 8px 20px 3px;

    }

    

    .section-relative {

        position: relative;

        z-index: 1;

    }

    

    @media (min-width: 1200px) {

        .section-split {

            margin-left: auto;

            margin-right: 0;

            width: 50%;

        }

    }

    

    .section-image-aside {

        position: relative;

    }

    

    .section-image-aside-img {

        position: absolute;

        top: 0;

        bottom: 0;

        width: 50vw;

        -webkit-background-size: cover;

        background-size: cover;

    }

    

    .section-image-aside-left .section-image-aside-img {

        right: 100%;

    }

    

    .section-image-aside-right .section-image-aside-img {

        left: 100%;

    }

    

    .section-code {

        padding: 20px;

        border-radius: 3px;

        box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.15);

        background: #f7f7f7;

    }

    

    @media (min-width: 768px) {

        .section-code {

            padding: 30px;

            margin-left: -30px;

            margin-right: -30px;

        }

    }

    

    .section-navigation {

        padding: 20px;

        border-radius: 3px;

        box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.15);

        background: #f7f7f7;

    }

    

    .section-navigation iframe {

        border: none;

    }

    

    @media (min-width: 768px) {

        .section-navigation {

            padding: 30px;

            margin-left: -45px;

            margin-right: -45px;

        }

    }

    

    .section-triangle {

        position: relative;

    }

    

    .section-triangle svg {

        position: absolute;

        left: 50%;

        width: 60px;

        height: 30px;

        margin-left: -30px;

    }

    

    .section-triangle-bottom svg {

        top: 100%;

        margin-top: -1px;

        z-index: 1;

    }

    

    .section-triangle-top svg {

        top: 0;

        transform: rotate(180deg);

        z-index: 1;

    }

    

    .section-collar {

        position: relative;

    }

    

    .section-collar,

    .section-collar:before,

    .section-collar:after {

        background: #fff;

    }

    

    .section-collar:before,

    .section-collar:after {

        content: '';

        position: absolute;

        top: 100%;

        margin-top: -1px;

        height: 30px;

        width: 60%;

        z-index: 1;

    }

    

    .section-collar:before {

        left: -10%;

        margin-left: -15px;

        -webkit-transform: skewX(-45deg);

        transform: skewX(-45deg);

    }

    

    .section-collar:after {

        right: -10%;

        margin-right: -15px;

        -webkit-transform: skewX(45deg);

        transform: skewX(45deg);

    }

    

    .slider-menu-position {

        position: relative;

    }

    

    .slider-menu-position .rd-navbar-wrap {

        position: absolute;

        top: 0;

        left: 0;

        right: 0;

    }

    

    .mock-up-wrapper {

        position: relative;

    }

    

    .mock-up-desktop-wrapper {

        margin-bottom: -80px;

        max-width: 100%;

    }

    

    .mock-up-circle {

        position: absolute;

        left: -15%;

        bottom: 65px;

    }

    

    .mock-up-mobile-wrapper {

        position: absolute;

        right: -5%;

        bottom: -140px;

    }

    

    @media (min-width: 992px) {

        .mock-up-mobile-wrapper {

            right: -15%;

        }

    }

    

    .one-page {

        position: relative;

    }

    

    .one-page-header,

    .one-page-footer {

        position: absolute;

        left: 50%;

        transform: translateX(-50%);

    }

    

    .one-page-header {

        top: 33px;

    }

    

    .one-page-footer {

        bottom: 33px;

    }

    

    .section-cover {

        min-height: 100vh;

    }

    

    .section-center-absolute {

        z-index: 2;

        position: absolute;

        left: 50%;

        top: 50%;

        transform: translate(-50%, -50%);

    }

    

    .section-team-custom-effects {

        position: relative;

    }

    

    .section-team-custom-effects .bg-title {

        font-size: 170px;

        line-height: 204px;

        color: #f2f4f9;

        position: absolute;

        bottom: 18%;

        left: 46%;

        z-index: -2;

    }

    

    .section-team-custom-effects .bg-title span {

        display: block;

        position: relative;

        left: 55px;

    }

    

    .section-team-custom-effects .container-fluid {

        padding-left: 0;

        padding-right: 0;

    }

    

    .section-team-custom-effects .slide-content-animate {

        padding-left: 15px;

        padding-right: 15px;

    }

    

    .section-team-custom-effects .owl-item.animated {

        animation-duration: 0s;

    }

    

    @media (min-width: 992px) {

        .section-team-custom-effects .owl-custom-navigation {

            position: absolute;

            bottom: 66px;

            right: 0;

            z-index: 1;

            width: 41.66667%;

        }

    }

    

    @media (min-width: 992px) {

        .section-team-custom-effects .owl-item.animated {

            animation-duration: 1000ms;

        }

        .section-team-custom-effects img {

            opacity: 0;

            transition: 1.5s all ease;

            transform: translateX(-200px);

        }

        .section-team-custom-effects .bg-title {

            opacity: 0;

            transition: 1.7s all ease;

            transform: translateX(-350%);

        }

        .section-team-custom-effects .slide-content-animate {

            opacity: 0;

            transition: 1s all ease;

            padding-left: 0;

            padding-right: 0;

        }

        .section-team-custom-effects .owl-item.active img {

            transform: translateX(0);

            opacity: 1;

            transition-delay: 0.5s;

        }

        .section-team-custom-effects .owl-item.active .bg-title {

            transform: translateX(-50%);

            opacity: 1;

            transition-delay: 0.5s;

        }

        .section-team-custom-effects .owl-item.active .slide-content-animate {

            opacity: 1;

            transition-delay: 1s;

        }

        .section-team-custom-effects .owl-item.animated img {

            transform: translateX(400px);

            opacity: 0;

            transition-delay: 0.1s;

        }

        .section-team-custom-effects .owl-item.animated .bg-title {

            transform: translateX(250%);

            opacity: 0;

            transition-delay: 0.1s;

        }

        .section-team-custom-effects .owl-item.animated .slide-content-animate {

            opacity: 0;

            transition-delay: 0.3s;

        }

    }

    

    .section-0 {

        padding-top: 0;

        padding-bottom: 0;

    }

    

    .section-34 {

        padding-top: 34px;

        padding-bottom: 34px;

    }

    

    .section-41 {

        padding-top: 41px;

        padding-bottom: 41px;

    }

    

    .section-50 {

        padding-top: 50px;

        padding-bottom: 50px;

    }

    

    .section-66 {

        padding-top: 66px;

        padding-bottom: 66px;

    }

    

    .section-85 {

        padding-top: 85px;

        padding-bottom: 85px;

    }

    

    .section-98 {

        padding-top: 98px;

        padding-bottom: 98px;

    }

    

    .section-110 {

        padding-top: 110px;

        padding-bottom: 110px;

    }

    

    .section-124 {

        padding-top: 124px;

        padding-bottom: 124px;

    }

    

    .section-254 {

        padding-top: 254px;

        padding-bottom: 254px;

    }

    

    .section-350 {

        padding-top: 350px;

        padding-bottom: 350px;

    }

    

    @media (min-width: 480px) {

        .section-sm-0 {

            padding-top: 0;

            padding-bottom: 0;

        }

        .section-sm-34 {

            padding-top: 34px;

            padding-bottom: 34px;

        }

        .section-sm-41 {

            padding-top: 41px;

            padding-bottom: 41px;

        }

        .section-sm-50 {

            padding-top: 50px;

            padding-bottom: 50px;

        }

        .section-sm-66 {

            padding-top: 66px;

            padding-bottom: 66px;

        }

        .section-sm-85 {

            padding-top: 85px;

            padding-bottom: 85px;

        }

        .section-sm-98 {

            padding-top: 98px;

            padding-bottom: 98px;

        }

        .section-sm-110 {

            padding-top: 110px;

            padding-bottom: 110px;

        }

        .section-sm-124 {

            padding-top: 124px;

            padding-bottom: 124px;

        }

        .section-sm-254 {

            padding-top: 254px;

            padding-bottom: 254px;

        }

        .section-sm-350 {

            padding-top: 350px;

            padding-bottom: 350px;

        }

    }

    

    @media (min-width: 768px) {

        .section-md-0 {

            padding-top: 0;

            padding-bottom: 0;

        }

        .section-md-34 {

            padding-top: 34px;

            padding-bottom: 34px;

        }

        .section-md-41 {

            padding-top: 41px;

            padding-bottom: 41px;

        }

        .section-md-50 {

            padding-top: 50px;

            padding-bottom: 50px;

        }

        .section-md-66 {

            padding-top: 66px;

            padding-bottom: 66px;

        }

        .section-md-85 {

            padding-top: 85px;

            padding-bottom: 85px;

        }

        .section-md-98 {

            padding-top: 98px;

            padding-bottom: 98px;

        }

        .section-md-110 {

            padding-top: 110px;

            padding-bottom: 110px;

        }

        .section-md-124 {

            padding-top: 124px;

            padding-bottom: 124px;

        }

        .section-md-254 {

            padding-top: 254px;

            padding-bottom: 254px;

        }

        .section-md-350 {

            padding-top: 350px;

            padding-bottom: 350px;

        }

    }

    

    @media (min-width: 992px) {

        .section-lg-0 {

            padding-top: 0;

            padding-bottom: 0;

        }

        .section-lg-34 {

            padding-top: 34px;

            padding-bottom: 34px;

        }

        .section-lg-41 {

            padding-top: 41px;

            padding-bottom: 41px;

        }

        .section-lg-50 {

            padding-top: 50px;

            padding-bottom: 50px;

        }

        .section-lg-66 {

            padding-top: 66px;

            padding-bottom: 66px;

        }

        .section-lg-85 {

            padding-top: 85px;

            padding-bottom: 85px;

        }

        .section-lg-98 {

            padding-top: 98px;

            padding-bottom: 98px;

        }

        .section-lg-110 {

            padding-top: 110px;

            padding-bottom: 110px;

        }

        .section-lg-124 {

            padding-top: 124px;

            padding-bottom: 124px;

        }

        .section-lg-254 {

            padding-top: 254px;

            padding-bottom: 254px;

        }

        .section-lg-350 {

            padding-top: 350px;

            padding-bottom: 350px;

        }

    }

    

    @media (min-width: 1200px) {

        .section-xl-0 {

            padding-top: 0;

            padding-bottom: 0;

        }

        .section-xl-34 {

            padding-top: 34px;

            padding-bottom: 34px;

        }

        .section-xl-41 {

            padding-top: 41px;

            padding-bottom: 41px;

        }

        .section-xl-50 {

            padding-top: 50px;

            padding-bottom: 50px;

        }

        .section-xl-66 {

            padding-top: 66px;

            padding-bottom: 66px;

        }

        .section-xl-85 {

            padding-top: 85px;

            padding-bottom: 85px;

        }

        .section-xl-98 {

            padding-top: 98px;

            padding-bottom: 98px;

        }

        .section-xl-110 {

            padding-top: 110px;

            padding-bottom: 110px;

        }

        .section-xl-124 {

            padding-top: 124px;

            padding-bottom: 124px;

        }

        .section-xl-254 {

            padding-top: 254px;

            padding-bottom: 254px;

        }

        .section-xl-350 {

            padding-top: 350px;

            padding-bottom: 350px;

        }

    }

    

    @media (min-width: 1600px) {

        .section-xxl-0 {

            padding-top: 0;

            padding-bottom: 0;

        }

        .section-xxl-34 {

            padding-top: 34px;

            padding-bottom: 34px;

        }

        .section-xxl-41 {

            padding-top: 41px;

            padding-bottom: 41px;

        }

        .section-xxl-50 {

            padding-top: 50px;

            padding-bottom: 50px;

        }

        .section-xxl-66 {

            padding-top: 66px;

            padding-bottom: 66px;

        }

        .section-xxl-85 {

            padding-top: 85px;

            padding-bottom: 85px;

        }

        .section-xxl-98 {

            padding-top: 98px;

            padding-bottom: 98px;

        }

        .section-xxl-110 {

            padding-top: 110px;

            padding-bottom: 110px;

        }

        .section-xxl-124 {

            padding-top: 124px;

            padding-bottom: 124px;

        }

        .section-xxl-254 {

            padding-top: 254px;

            padding-bottom: 254px;

        }

        .section-xxl-350 {

            padding-top: 350px;

            padding-bottom: 350px;

        }

    }

    

    .section-top-0 {

        padding-top: 0;

    }

    

    .section-top-34 {

        padding-top: 34px;

    }

    

    .section-top-41 {

        padding-top: 41px;

    }

    

    .section-top-50 {

        padding-top: 50px;

    }

    

    .section-top-66 {

        padding-top: 66px;

    }

    

    .section-top-85 {

        padding-top: 85px;

    }

    

    .section-top-98 {

        padding-top: 98px;

    }

    

    .section-top-110 {

        padding-top: 110px;

    }

    

    .section-top-124 {

        padding-top: 124px;

    }

    

    .section-top-254 {

        padding-top: 254px;

    }

    

    .section-top-350 {

        padding-top: 350px;

    }

    

    @media (min-width: 480px) {

        .section-sm-top-0 {

            padding-top: 0;

        }

        .section-sm-top-34 {

            padding-top: 34px;

        }

        .section-sm-top-41 {

            padding-top: 41px;

        }

        .section-sm-top-50 {

            padding-top: 50px;

        }

        .section-sm-top-66 {

            padding-top: 66px;

        }

        .section-sm-top-85 {

            padding-top: 85px;

        }

        .section-sm-top-98 {

            padding-top: 98px;

        }

        .section-sm-top-110 {

            padding-top: 110px;

        }

        .section-sm-top-124 {

            padding-top: 124px;

        }

        .section-sm-top-254 {

            padding-top: 254px;

        }

        .section-sm-top-350 {

            padding-top: 350px;

        }

    }

    

    @media (min-width: 768px) {

        .section-md-top-0 {

            padding-top: 0;

        }

        .section-md-top-34 {

            padding-top: 34px;

        }

        .section-md-top-41 {

            padding-top: 41px;

        }

        .section-md-top-50 {

            padding-top: 50px;

        }

        .section-md-top-66 {

            padding-top: 66px;

        }

        .section-md-top-85 {

            padding-top: 85px;

        }

        .section-md-top-98 {

            padding-top: 98px;

        }

        .section-md-top-110 {

            padding-top: 110px;

        }

        .section-md-top-124 {

            padding-top: 124px;

        }

        .section-md-top-254 {

            padding-top: 254px;

        }

        .section-md-top-350 {

            padding-top: 350px;

        }

    }

    

    @media (min-width: 992px) {

        .section-lg-top-0 {

            padding-top: 0;

        }

        .section-lg-top-34 {

            padding-top: 34px;

        }

        .section-lg-top-41 {

            padding-top: 41px;

        }

        .section-lg-top-50 {

            padding-top: 50px;

        }

        .section-lg-top-66 {

            padding-top: 66px;

        }

        .section-lg-top-85 {

            padding-top: 85px;

        }

        .section-lg-top-98 {

            padding-top: 98px;

        }

        .section-lg-top-110 {

            padding-top: 110px;

        }

        .section-lg-top-124 {

            padding-top: 124px;

        }

        .section-lg-top-254 {

            padding-top: 254px;

        }

        .section-lg-top-350 {

            padding-top: 350px;

        }

    }

    

    @media (min-width: 1200px) {

        .section-xl-top-0 {

            padding-top: 0;

        }

        .section-xl-top-34 {

            padding-top: 34px;

        }

        .section-xl-top-41 {

            padding-top: 41px;

        }

        .section-xl-top-50 {

            padding-top: 50px;

        }

        .section-xl-top-66 {

            padding-top: 66px;

        }

        .section-xl-top-85 {

            padding-top: 85px;

        }

        .section-xl-top-98 {

            padding-top: 98px;

        }

        .section-xl-top-110 {

            padding-top: 110px;

        }

        .section-xl-top-124 {

            padding-top: 124px;

        }

        .section-xl-top-254 {

            padding-top: 254px;

        }

        .section-xl-top-350 {

            padding-top: 350px;

        }

    }

    

    @media (min-width: 1600px) {

        .section-xxl-top-0 {

            padding-top: 0;

        }

        .section-xxl-top-34 {

            padding-top: 34px;

        }

        .section-xxl-top-41 {

            padding-top: 41px;

        }

        .section-xxl-top-50 {

            padding-top: 50px;

        }

        .section-xxl-top-66 {

            padding-top: 66px;

        }

        .section-xxl-top-85 {

            padding-top: 85px;

        }

        .section-xxl-top-98 {

            padding-top: 98px;

        }

        .section-xxl-top-110 {

            padding-top: 110px;

        }

        .section-xxl-top-124 {

            padding-top: 124px;

        }

        .section-xxl-top-254 {

            padding-top: 254px;

        }

        .section-xxl-top-350 {

            padding-top: 350px;

        }

    }

    

    .section-bottom-0 {

        padding-bottom: 0;

    }

    

    .section-bottom-34 {

        padding-bottom: 34px;

    }

    

    .section-bottom-41 {

        padding-bottom: 41px;

    }

    

    .section-bottom-50 {

        padding-bottom: 50px;

    }

    

    .section-bottom-66 {

        padding-bottom: 66px;

    }

    

    .section-bottom-85 {

        padding-bottom: 85px;

    }

    

    .section-bottom-98 {

        padding-bottom: 98px;

    }

    

    .section-bottom-110 {

        padding-bottom: 110px;

    }

    

    .section-bottom-124 {

        padding-bottom: 124px;

    }

    

    .section-bottom-254 {

        padding-bottom: 254px;

    }

    

    .section-bottom-350 {

        padding-bottom: 350px;

    }

    

    @media (min-width: 480px) {

        .section-sm-bottom-0 {

            padding-bottom: 0;

        }

        .section-sm-bottom-34 {

            padding-bottom: 34px;

        }

        .section-sm-bottom-41 {

            padding-bottom: 41px;

        }

        .section-sm-bottom-50 {

            padding-bottom: 50px;

        }

        .section-sm-bottom-66 {

            padding-bottom: 66px;

        }

        .section-sm-bottom-85 {

            padding-bottom: 85px;

        }

        .section-sm-bottom-98 {

            padding-bottom: 98px;

        }

        .section-sm-bottom-110 {

            padding-bottom: 110px;

        }

        .section-sm-bottom-124 {

            padding-bottom: 124px;

        }

        .section-sm-bottom-254 {

            padding-bottom: 254px;

        }

        .section-sm-bottom-350 {

            padding-bottom: 350px;

        }

    }

    

    @media (min-width: 768px) {

        .section-md-bottom-0 {

            padding-bottom: 0;

        }

        .section-md-bottom-34 {

            padding-bottom: 34px;

        }

        .section-md-bottom-41 {

            padding-bottom: 41px;

        }

        .section-md-bottom-50 {

            padding-bottom: 50px;

        }

        .section-md-bottom-66 {

            padding-bottom: 66px;

        }

        .section-md-bottom-85 {

            padding-bottom: 85px;

        }

        .section-md-bottom-98 {

            padding-bottom: 98px;

        }

        .section-md-bottom-110 {

            padding-bottom: 110px;

        }

        .section-md-bottom-124 {

            padding-bottom: 124px;

        }

        .section-md-bottom-254 {

            padding-bottom: 254px;

        }

        .section-md-bottom-350 {

            padding-bottom: 350px;

        }

    }

    

    @media (min-width: 992px) {

        .section-lg-bottom-0 {

            padding-bottom: 0;

        }

        .section-lg-bottom-34 {

            padding-bottom: 34px;

        }

        .section-lg-bottom-41 {

            padding-bottom: 41px;

        }

        .section-lg-bottom-50 {

            padding-bottom: 50px;

        }

        .section-lg-bottom-66 {

            padding-bottom: 66px;

        }

        .section-lg-bottom-85 {

            padding-bottom: 85px;

        }

        .section-lg-bottom-98 {

            padding-bottom: 98px;

        }

        .section-lg-bottom-110 {

            padding-bottom: 110px;

        }

        .section-lg-bottom-124 {

            padding-bottom: 124px;

        }

        .section-lg-bottom-254 {

            padding-bottom: 254px;

        }

        .section-lg-bottom-350 {

            padding-bottom: 350px;

        }

    }

    

    @media (min-width: 1200px) {

        .section-xl-bottom-0 {

            padding-bottom: 0;

        }

        .section-xl-bottom-34 {

            padding-bottom: 34px;

        }

        .section-xl-bottom-41 {

            padding-bottom: 41px;

        }

        .section-xl-bottom-50 {

            padding-bottom: 50px;

        }

        .section-xl-bottom-66 {

            padding-bottom: 66px;

        }

        .section-xl-bottom-85 {

            padding-bottom: 85px;

        }

        .section-xl-bottom-98 {

            padding-bottom: 98px;

        }

        .section-xl-bottom-110 {

            padding-bottom: 110px;

        }

        .section-xl-bottom-124 {

            padding-bottom: 124px;

        }

        .section-xl-bottom-254 {

            padding-bottom: 254px;

        }

        .section-xl-bottom-350 {

            padding-bottom: 350px;

        }

    }

    

    @media (min-width: 1600px) {

        .section-xxl-bottom-0 {

            padding-bottom: 0;

        }

        .section-xxl-bottom-34 {

            padding-bottom: 34px;

        }

        .section-xxl-bottom-41 {

            padding-bottom: 41px;

        }

        .section-xxl-bottom-50 {

            padding-bottom: 50px;

        }

        .section-xxl-bottom-66 {

            padding-bottom: 66px;

        }

        .section-xxl-bottom-85 {

            padding-bottom: 85px;

        }

        .section-xxl-bottom-98 {

            padding-bottom: 98px;

        }

        .section-xxl-bottom-110 {

            padding-bottom: 110px;

        }

        .section-xxl-bottom-124 {

            padding-bottom: 124px;

        }

        .section-xxl-bottom-254 {

            padding-bottom: 254px;

        }

        .section-xxl-bottom-350 {

            padding-bottom: 350px;

        }

    }

    

    @font-face {

        font-family: 'FontAwesome';

        src: url("../fonts/fontawesome-webfont.eot?v=4.5.0");

        src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");

        font-weight: normal;

        font-style: normal;

    }

    

    .fa {

        display: inline-block;

        font: normal normal normal 14px/1 FontAwesome;

        font-size: inherit;

        text-rendering: auto;

        -webkit-font-smoothing: antialiased;

        -moz-osx-font-smoothing: grayscale;

    }

    /* makes the font 33% larger relative to the icon container */

    

    .fa-lg {

        font-size: 1.33333333em;

        line-height: 0.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: 0.14285714em;

        text-align: center;

    }

    

    .fa-li.fa-lg {

        left: -1.85714286em;

    }

    

    .fa-border {

        padding: .2em .25em .15em;

        border: solid 0.08em #eeeeee;

        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;

    }

    /* Deprecated as of 4.4.0 */

    

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

        filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1);

        -webkit-transform: rotate(90deg);

        -ms-transform: rotate(90deg);

        transform: rotate(90deg);

    }

    

    .fa-rotate-180 {

        filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);

        -webkit-transform: rotate(180deg);

        -ms-transform: rotate(180deg);

        transform: rotate(180deg);

    }

    

    .fa-rotate-270 {

        filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);

        -webkit-transform: rotate(270deg);

        -ms-transform: rotate(270deg);

        transform: rotate(270deg);

    }

    

    .fa-flip-horizontal {

        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 {

        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: #ffffff;

    }

    /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen



   readers do not read off random characters that represent icons */

    

    .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: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-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";

    }

    

    [class*='fa-']:before {

        font-weight: 400;

        font-family: 'FontAwesome';

    }

    /*



    Flaticon icon font: Flaticon



    Creation date: 19/02/2016 14:46



    */

    

    @font-face {

        font-family: "Flaticon";

        src: url("../fonts/Flaticon.eot");

        src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"), url("../fonts/Flaticon.woff") format("woff"), url("../fonts/Flaticon.ttf") format("truetype"), url("../fonts/Flaticon.svg#Flaticon") format("svg");

        font-weight: normal;

        font-style: normal;

    }

    

    @media screen and (-webkit-min-device-pixel-ratio: 0) {

        @font-face {

            font-family: "Flaticon";

            src: url("./Flaticon.svg#Flaticon") format("svg");

        }

    }

    

    .fi:before {

        display: inline-block;

        font-family: "Flaticon";

        font-style: normal;

        font-weight: normal;

        font-variant: normal;

        line-height: 1;

        text-decoration: inherit;

        text-rendering: optimizeLegibility;

        text-transform: none;

        -moz-osx-font-smoothing: grayscale;

        -webkit-font-smoothing: antialiased;

        font-smoothing: antialiased;

    }

    

    .flaticon-add-circular-outlined-button:before {

        content: "\f100";

    }

    

    .flaticon-add-cross-outlined-symbol:before {

        content: "\f101";

    }

    

    .flaticon-add-square-outlined-interface-button:before {

        content: "\f102";

    }

    

    .flaticon-airplane-rotated-diagonal-transport-outlined-symbol:before {

        content: "\f103";

    }

    

    .flaticon-alarm-clock-symbol:before {

        content: "\f104";

    }

    

    .flaticon-arrow-entering-into-square:before {

        content: "\f105";

    }

    

    .flaticon-attach-interface-symbol-of-rotated-paperclip:before {

        content: "\f106";

    }

    

    .flaticon-attachment:before {

        content: "\f107";

    }

    

    .flaticon-audio-tool-in-silence:before {

        content: "\f108";

    }

    

    .flaticon-back-left-arrow-circular-button-outline:before {

        content: "\f109";

    }

    

    .flaticon-back-left-arrow-square-button-outline:before {

        content: "\f10a";

    }

    

    .flaticon-big-map-placeholder-outlined-symbol-of-interface:before {

        content: "\f10b";

    }

    

    .flaticon-book-outline:before {

        content: "\f10c";

    }

    

    .flaticon-bookmark-outlined-interface-symbol:before {

        content: "\f10d";

    }

    

    .flaticon-bottle-gross-outlined-symbol:before {

        content: "\f10e";

    }

    

    .flaticon-button-of-nine-outlined-circles:before {

        content: "\f10f";

    }

    

    .flaticon-buttons:before {

        content: "\f110";

    }

    

    .flaticon-cellphone:before {

        content: "\f111";

    }

    

    .flaticon-cellular-phone-outline:before {

        content: "\f112";

    }

    

    .flaticon-center-text-interface-symbol-of-lines:before {

        content: "\f113";

    }

    

    .flaticon-chat-comment-oval-speech-bubble-with-text-lines:before {

        content: "\f114";

    }

    

    .flaticon-chat-oval-speech-bubbles-symbol:before {

        content: "\f115";

    }

    

    .flaticon-checkmark-outline:before {

        content: "\f116";

    }

    

    .flaticon-checkmark-square-button-outline:before {

        content: "\f117";

    }

    

    .flaticon-checkmark-verify-interface-symbol-button:before {

        content: "\f118";

    }

    

    .flaticon-circular-arrow-counterclockwise-rotating-symbol:before {

        content: "\f119";

    }

    

    .flaticon-circular-graphic-outline:before {

        content: "\f11a";

    }

    

    .flaticon-circular-outlined-badge-with-ribbon-recognition-prize-symbol:before {

        content: "\f11b";

    }

    

    .flaticon-circular-target-shooting-interface-symbol:before {

        content: "\f11c";

    }

    

    .flaticon-clipboard-square-symbol:before {

        content: "\f11d";

    }

    

    .flaticon-close-circular-button-symbol:before {

        content: "\f11e";

    }

    

    .flaticon-cloud-outlined-shape:before {

        content: "\f11f";

    }

    

    .flaticon-cloud-with-hail-falling:before {

        content: "\f120";

    }

    

    .flaticon-cocktail-glass-outline:before {

        content: "\f121";

    }

    

    .flaticon-code-signs:before {

        content: "\f122";

    }

    

    .flaticon-collapse-two-arrows-diagonal-symbol:before {

        content: "\f123";

    }

    

    .flaticon-comment-oval-outlined-balloon:before {

        content: "\f124";

    }

    

    .flaticon-compass-orientation-symbol:before {

        content: "\f125";

    }

    

    .flaticon-contract-two-arrows-symbol-pointing-the-center-of-square-button:before {

        content: "\f126";

    }

    

    .flaticon-copy-two-paper-sheets-interface-symbol:before {

        content: "\f127";

    }

    

    .flaticon-crescent-moon-phase-outlined-shape:before {

        content: "\f128";

    }

    

    .flaticon-cropping-interface-tool-symbol:before {

        content: "\f129";

    }

    

    .flaticon-cross-rounded-outline:before {

        content: "\f12a";

    }

    

    .flaticon-cross-square-button:before {

        content: "\f12b";

    }

    

    .flaticon-cube-of-notes-stack:before {

        content: "\f12c";

    }

    

    .flaticon-double-arrow-horizontal-symbol:before {

        content: "\f12d";

    }

    

    .flaticon-double-arrow-vertical-symbol:before {

        content: "\f12e";

    }

    

    .flaticon-double-right-arrows-angles:before {

        content: "\f12f";

    }

    

    .flaticon-down-arrow:before {

        content: "\f130";

    }

    

    .flaticon-down-arrow-square-button:before {

        content: "\f131";

    }

    

    .flaticon-down-arrow-square-outlined-button:before {

        content: "\f132";

    }

    

    .flaticon-down-arrow-to-a-square:before {

        content: "\f133";

    }

    

    .flaticon-down-circular-button:before {

        content: "\f134";

    }

    

    .flaticon-download-circular-button:before {

        content: "\f135";

    }

    

    .flaticon-download-down-arrow-symbol:before {

        content: "\f136";

    }

    

    .flaticon-download-from-internet-cloud:before {

        content: "\f137";

    }

    

    .flaticon-download-square-button:before {

        content: "\f138";

    }

    

    .flaticon-download-square-outlined-interface-button:before {

        content: "\f139";

    }

    

    .flaticon-electrical-storm-weather-symbol:before {

        content: "\f13a";

    }

    

    .flaticon-electronic-game-machine-outline:before {

        content: "\f13b";

    }

    

    .flaticon-email-closed-outlined-back-envelope-interface-symbol:before {

        content: "\f13c";

    }

    

    .flaticon-email-square-outlined-interface-symbol-of-envelope-back:before {

        content: "\f13d";

    }

    

    .flaticon-equalization:before {

        content: "\f13e";

    }

    

    .flaticon-equalizer-interface-square-button-symbol:before {

        content: "\f13f";

    }

    

    .flaticon-event-weekly-calendar-symbol:before {

        content: "\f140";

    }

    

    .flaticon-expand-square-interface-button-of-two-arrows:before {

        content: "\f141";

    }

    

    .flaticon-expanding-two-opposite-arrows-diagonal-symbol-of-interface:before {

        content: "\f142";

    }

    

    .flaticon-fast-forward-double-arrow-outline:before {

        content: "\f143";

    }

    

    .flaticon-favourites-star-outline-interface-symbol:before {

        content: "\f144";

    }

    

    .flaticon-file-rounded-empty-sheet:before {

        content: "\f145";

    }

    

    .flaticon-file-rounded-outlined-symbol:before {

        content: "\f146";

    }

    

    .flaticon-film-strip-couple-of-photograms:before {

        content: "\f147";

    }

    

    .flaticon-flag-outline:before {

        content: "\f148";

    }

    

    .flaticon-fog-at-night-weather-symbol:before {

        content: "\f149";

    }

    

    .flaticon-foggy-day-fog-at-sunset-or-sunrise:before {

        content: "\f14a";

    }

    

    .flaticon-folder-outline:before {

        content: "\f14b";

    }

    

    .flaticon-fork:before {

        content: "\f14c";

    }

    

    .flaticon-four-rounded-squares-button:before {

        content: "\f14d";

    }

    

    .flaticon-full-screen-interface-symbol-of-four-arrows-in-square-button:before {

        content: "\f14e";

    }

    

    .flaticon-games-machine-outline:before {

        content: "\f14f";

    }

    

    .flaticon-gear-outlined-symbol:before {

        content: "\f150";

    }

    

    .flaticon-giftbox-outline:before {

        content: "\f151";

    }

    

    .flaticon-graphical-business-presentation-on-a-screen:before {

        content: "\f152";

    }

    

    .flaticon-headphones-audio-symbol:before {

        content: "\f153";

    }

    

    .flaticon-hot-interface-symbol-of-fire-flames-outline:before {

        content: "\f154";

    }

    

    .flaticon-images-square-outlined-interface-button-symbol:before {

        content: "\f155";

    }

    

    .flaticon-ink-interface-symbol-of-drop-outline:before {

        content: "\f156";

    }

    

    .flaticon-label-outline:before {

        content: "\f157";

    }

    

    .flaticon-left-alignment:before {

        content: "\f158";

    }

    

    .flaticon-left-arrow-curve-outline:before {

        content: "\f159";

    }

    

    .flaticon-left-arrow-in-circle-outline:before {

        content: "\f15a";

    }

    

    .flaticon-left-arrow-line-symbol:before {

        content: "\f15b";

    }

    

    .flaticon-left-arrow-rounded-outlined-button-interface-symbol:before {

        content: "\f15c";

    }

    

    .flaticon-left-arrow-signal-outline:before {

        content: "\f15d";

    }

    

    .flaticon-left-arrow-square-outlined-button:before {

        content: "\f15e";

    }

    

    .flaticon-left-arrow-with-a-cross:before {

        content: "\f15f";

    }

    

    .flaticon-like-heart-outline-symbol:before {

        content: "\f160";

    }

    

    .flaticon-link-button:before {

        content: "\f161";

    }

    

    .flaticon-list:before {

        content: "\f162";

    }

    

    .flaticon-list-interface-symbol:before {

        content: "\f163";

    }

    

    .flaticon-lock-circular-padlock-outline-tool-symbol:before {

        content: "\f164";

    }

    

    .flaticon-login-arrow-symbol-entering-back-into-a-square:before {

        content: "\f165";

    }

    

    .flaticon-login-square-arrow-button-outline:before {

        content: "\f166";

    }

    

    .flaticon-map-folded-outlined-paper:before {

        content: "\f167";

    }

    

    .flaticon-megaphone-outline-of-amplification-tool:before {

        content: "\f168";

    }

    

    .flaticon-men:before {

        content: "\f169";

    }

    

    .flaticon-menu-square-button:before {

        content: "\f16a";

    }

    

    .flaticon-menu-three-outlined-rounded-lines-symbol:before {

        content: "\f16b";

    }

    

    .flaticon-microphone:before {

        content: "\f16c";

    }

    

    .flaticon-microphone-outlined-tool:before {

        content: "\f16d";

    }

    

    .flaticon-minus-circular-button:before {

        content: "\f16e";

    }

    

    .flaticon-minus-in-zoom-symbol:before {

        content: "\f16f";

    }

    

    .flaticon-minus-outline:before {

        content: "\f170";

    }

    

    .flaticon-minus-square-outlined-button:before {

        content: "\f171";

    }

    

    .flaticon-monitor-outline:before {

        content: "\f172";

    }

    

    .flaticon-music-note:before {

        content: "\f173";

    }

    

    .flaticon-music-rectangular-interface-button-outline:before {

        content: "\f174";

    }

    

    .flaticon-music-theme:before {

        content: "\f175";

    }

    

    .flaticon-musical-note:before {

        content: "\f176";

    }

    

    .flaticon-musical-note-outlined-symbol:before {

        content: "\f177";

    }

    

    .flaticon-mute-voice:before {

        content: "\f178";

    }

    

    .flaticon-new-email-envelope-frontal-view:before {

        content: "\f179";

    }

    

    .flaticon-nine-oclock-on-circular-clock:before {

        content: "\f17a";

    }

    

    .flaticon-note-outlined-symbol:before {

        content: "\f17b";

    }

    

    .flaticon-notebook-rectangular-symbol-with-spring:before {

        content: "\f17c";

    }

    

    .flaticon-notification-bell-outline-interface-symbol:before {

        content: "\f17d";

    }

    

    .flaticon-notification-bell-outline-interface-symbol-1:before {

        content: "\f17e";

    }

    

    .flaticon-opened-email-outlined-envelope-back-interface-symbol:before {

        content: "\f17f";

    }

    

    .flaticon-oval-empty-outlined-speech-bubble:before {

        content: "\f180";

    }

    

    .flaticon-paintbrush-outline:before {

        content: "\f181";

    }

    

    .flaticon-paper-airplane-outline:before {

        content: "\f182";

    }

    

    .flaticon-pause-outlined-big-symbol:before {

        content: "\f183";

    }

    

    .flaticon-pencil-big-outlined-vertical-tool-symbol:before {

        content: "\f184";

    }

    

    .flaticon-phone-auricular-outline:before {

        content: "\f185";

    }

    

    .flaticon-photo-camera-outline:before {

        content: "\f186";

    }

    

    .flaticon-pin:before {

        content: "\f187";

    }

    

    .flaticon-planetary-grid-symbol:before {

        content: "\f188";

    }

    

    .flaticon-play-triangle-outline:before {

        content: "\f189";

    }

    

    .flaticon-portfolio-outline:before {

        content: "\f18a";

    }

    

    .flaticon-print-interface-button-symbol-of-printer-outline:before {

        content: "\f18b";

    }

    

    .flaticon-radio:before {

        content: "\f18c";

    }

    

    .flaticon-rain-weather-cloud-outline-symbol-with-raindrops-lines:before {

        content: "\f18d";

    }

    

    .flaticon-rectangular-outlined-speech-bubble-symbol:before {

        content: "\f18e";

    }

    

    .flaticon-recycling-bin:before {

        content: "\f18f";

    }

    

    .flaticon-rewind-double-arrow-outline-multimedia-button-symbol:before {

        content: "\f190";

    }

    

    .flaticon-right-arrow-angle:before {

        content: "\f191";

    }

    

    .flaticon-right-arrow-circular-button-outline:before {

        content: "\f192";

    }

    

    .flaticon-right-arrow-circular-outlined-button:before {

        content: "\f193";

    }

    

    .flaticon-right-arrow-on-a-pole-outlined-orientation-signal-symbol:before {

        content: "\f194";

    }

    

    .flaticon-right-arrow-outline:before {

        content: "\f195";

    }

    

    .flaticon-right-arrow-square-button-symbol:before {

        content: "\f196";

    }

    

    .flaticon-right-arrow-square-outlined-button:before {

        content: "\f197";

    }

    

    .flaticon-right-arrow-symbol-in-a-square-outline:before {

        content: "\f198";

    }

    

    .flaticon-rounded-rectangular-tool-shape:before {

        content: "\f199";

    }

    

    .flaticon-sand-clock:before {

        content: "\f19a";

    }

    

    .flaticon-save-button-interface-symbol-of-outlined-diskette:before {

        content: "\f19b";

    }

    

    .flaticon-search-interface-symbol:before {

        content: "\f19c";

    }

    

    .flaticon-search-oval-magnification-tool-or-spoon-interface-symbol:before {

        content: "\f19d";

    }

    

    .flaticon-share-social-interface-button:before {

        content: "\f19e";

    }

    

    .flaticon-shopping-bag:before {

        content: "\f19f";

    }

    

    .flaticon-shopping-basket-e-commerce-symbol:before {

        content: "\f1a0";

    }

    

    .flaticon-shopping-cart-outline:before {

        content: "\f1a1";

    }

    

    .flaticon-shopping-cart-outline-1:before {

        content: "\f1a2";

    }

    

    .flaticon-shuffle:before {

        content: "\f1a3";

    }

    

    .flaticon-sort-ascending:before {

        content: "\f1a4";

    }

    

    .flaticon-sort-descending:before {

        content: "\f1a5";

    }

    

    .flaticon-speaker-musical-amplification-outlined-frontal-tool:before {

        content: "\f1a6";

    }

    

    .flaticon-speaker-outline:before {

        content: "\f1a7";

    }

    

    .flaticon-speaker-outline-1:before {

        content: "\f1a8";

    }

    

    .flaticon-speaker-outline-audio-interface-symbol:before {

        content: "\f1a9";

    }

    

    .flaticon-speaker-outlined-square-frontal-tool-audio-tool-symbol:before {

        content: "\f1aa";

    }

    

    .flaticon-speech-bubble-oval-symbol-with-three-dots:before {

        content: "\f1ab";

    }

    

    .flaticon-square-outline:before {

        content: "\f1ac";

    }

    

    .flaticon-square-shape-design-interface-tool-symbol:before {

        content: "\f1ad";

    }

    

    .flaticon-square-targeting-interface-symbol:before {

        content: "\f1ae";

    }

    

    .flaticon-store-commercial-symbol-outline:before {

        content: "\f1af";

    }

    

    .flaticon-sun-day-weather-symbol:before {

        content: "\f1b0";

    }

    

    .flaticon-sunrise-or-sunset:before {

        content: "\f1b1";

    }

    

    .flaticon-switch-outlined-symbol:before {

        content: "\f1b2";

    }

    

    .flaticon-switch-outlined-tool-symbol:before {

        content: "\f1b3";

    }

    

    .flaticon-tag-outline:before {

        content: "\f1b4";

    }

    

    .flaticon-television-outline:before {

        content: "\f1b5";

    }

    

    .flaticon-text-alignment-option-button-interface-symbol:before {

        content: "\f1b6";

    }

    

    .flaticon-text-paper-sheet-symbol:before {

        content: "\f1b7";

    }

    

    .flaticon-three-vertical-outlined-bars-symbol:before {

        content: "\f1b8";

    }

    

    .flaticon-timer-timing-tool:before {

        content: "\f1b9";

    }

    

    .flaticon-tool-outline-of-hotel-reception-or-covered-food-tray:before {

        content: "\f1ba";

    }

    

    .flaticon-triangle-equilateral-outline-shape-on-horizontal-line:before {

        content: "\f1bb";

    }

    

    .flaticon-trophy-outline:before {

        content: "\f1bc";

    }

    

    .flaticon-two-arrows:before {

        content: "\f1bd";

    }

    

    .flaticon-two-circular-arrows:before {

        content: "\f1be";

    }

    

    .flaticon-two-circular-counterclockwise-rotating-arrows-symbol:before {

        content: "\f1bf";

    }

    

    .flaticon-two-drops-sizes-outlined-shapes:before {

        content: "\f1c0";

    }

    

    .flaticon-two-rounded-equal-squares-outlines-symbol:before {

        content: "\f1c1";

    }

    

    .flaticon-unlocked-circular-padlock-outline:before {

        content: "\f1c2";

    }

    

    .flaticon-up-arrow-angle:before {

        content: "\f1c3";

    }

    

    .flaticon-up-arrow-circular-button:before {

        content: "\f1c4";

    }

    

    .flaticon-up-arrow-in-square-interface-button:before {

        content: "\f1c5";

    }

    

    .flaticon-up-arrow-into-square:before {

        content: "\f1c6";

    }

    

    .flaticon-up-arrow-or-flag-shape-big-gross-outlined-symbol:before {

        content: "\f1c7";

    }

    

    .flaticon-up-arrow-square-button:before {

        content: "\f1c8";

    }

    

    .flaticon-up-arrow-square-button-outline:before {

        content: "\f1c9";

    }

    

    .flaticon-up-arrow-with-house-shape-outlined-symbol:before {

        content: "\f1ca";

    }

    

    .flaticon-up-circular-interface-button:before {

        content: "\f1cb";

    }

    

    .flaticon-up-square-button-outline:before {

        content: "\f1cc";

    }

    

    .flaticon-upload:before {

        content: "\f1cd";

    }

    

    .flaticon-upload-to-the-cloud:before {

        content: "\f1ce";

    }

    

    .flaticon-upper-right-arrow-square-button-outlined-symbol:before {

        content: "\f1cf";

    }

    

    .flaticon-user-info-interface-symbol-with-text-lines-at-right-side:before {

        content: "\f1d0";

    }

    

    .flaticon-user-outline-male-symbol-of-interface:before {

        content: "\f1d1";

    }

    

    .flaticon-video-camera-outline:before {

        content: "\f1d2";

    }

    

    .flaticon-wallet-outline:before {

        content: "\f1d3";

    }

    

    .flaticon-weather-interface-symbol-of-a-semicircle-on-three-lines-perspective:before {

        content: "\f1d4";

    }

    

    .flaticon-weekly-calendar:before {

        content: "\f1d5";

    }

    

    .flaticon-weekly-calendar-outline-event-interface-symbol:before {

        content: "\f1d6";

    }

    

    .flaticon-wind-socket-outlined-symbol:before {

        content: "\f1d7";

    }

    

    .flaticon-window-outline:before {

        content: "\f1d8";

    }

    

    .flaticon-winds-lines-weather-symbol:before {

        content: "\f1d9";

    }

    

    .flaticon-wrench-outline:before {

        content: "\f1da";

    }

    

    .flaticon-zoom-increasing-symbol:before {

        content: "\f1db";

    }

    

    @font-face {

        font-family: "Material Design Icons";

        src: url("../fonts/materialdesignicons-webfont.eot?v=1.4.57");

        src: url("../fonts/materialdesignicons-webfont.eot?#iefix&v=1.4.57") format("embedded-opentype"), url("../fonts/materialdesignicons-webfont.woff2?v=1.4.57") format("woff2"), url("../fonts/materialdesignicons-webfont.woff?v=1.4.57") format("woff"), url("../fonts/materialdesignicons-webfont.ttf?v=1.4.57") format("truetype"), url("../fonts/materialdesignicons-webfont.svg?v=1.4.57#materialdesigniconsregular") format("svg");

        font-weight: normal;

        font-style: normal;

    }

    

    .mdi {

        display: inline-block;

        font-weight: 400;

        font-style: normal;

        font-family: "Material Design Icons";

        font-size: inherit;

        text-rendering: auto;

        -webkit-font-smoothing: antialiased;

        -moz-osx-font-smoothing: grayscale;

        transform: translate(0, 0);

    }

    

    .mdi-access-point:before {

        content: "\f101";

    }

    

    .mdi-access-point-network:before {

        content: "\f102";

    }

    

    .mdi-account:before {

        content: "\f103";

    }

    

    .mdi-account-alert:before {

        content: "\f104";

    }

    

    .mdi-account-box:before {

        content: "\f105";

    }

    

    .mdi-account-box-outline:before {

        content: "\f106";

    }

    

    .mdi-account-check:before {

        content: "\f107";

    }

    

    .mdi-account-circle:before {

        content: "\f108";

    }

    

    .mdi-account-convert:before {

        content: "\f109";

    }

    

    .mdi-account-key:before {

        content: "\f10a";

    }

    

    .mdi-account-location:before {

        content: "\f10b";

    }

    

    .mdi-account-minus:before {

        content: "\f10c";

    }

    

    .mdi-account-multiple:before {

        content: "\f10d";

    }

    

    .mdi-account-multiple-outline:before {

        content: "\f10e";

    }

    

    .mdi-account-multiple-plus:before {

        content: "\f10f";

    }

    

    .mdi-account-network:before {

        content: "\f110";

    }

    

    .mdi-account-off:before {

        content: "\f111";

    }

    

    .mdi-account-outline:before {

        content: "\f112";

    }

    

    .mdi-account-plus:before {

        content: "\f113";

    }

    

    .mdi-account-remove:before {

        content: "\f114";

    }

    

    .mdi-account-search:before {

        content: "\f115";

    }

    

    .mdi-account-star:before {

        content: "\f116";

    }

    

    .mdi-account-star-variant:before {

        content: "\f117";

    }

    

    .mdi-account-switch:before {

        content: "\f118";

    }

    

    .mdi-adjust:before {

        content: "\f119";

    }

    

    .mdi-air-conditioner:before {

        content: "\f11a";

    }

    

    .mdi-airballoon:before {

        content: "\f11b";

    }

    

    .mdi-airplane:before {

        content: "\f11c";

    }

    

    .mdi-airplane-off:before {

        content: "\f11d";

    }

    

    .mdi-airplay:before {

        content: "\f11e";

    }

    

    .mdi-alarm:before {

        content: "\f11f";

    }

    

    .mdi-alarm-check:before {

        content: "\f120";

    }

    

    .mdi-alarm-multiple:before {

        content: "\f121";

    }

    

    .mdi-alarm-off:before {

        content: "\f122";

    }

    

    .mdi-alarm-plus:before {

        content: "\f123";

    }

    

    .mdi-album:before {

        content: "\f124";

    }

    

    .mdi-alert:before {

        content: "\f125";

    }

    

    .mdi-alert-box:before {

        content: "\f126";

    }

    

    .mdi-alert-circle:before {

        content: "\f127";

    }

    

    .mdi-alert-octagon:before {

        content: "\f128";

    }

    

    .mdi-alert-outline:before {

        content: "\f129";

    }

    

    .mdi-alpha:before {

        content: "\f12a";

    }

    

    .mdi-alphabetical:before {

        content: "\f12b";

    }

    

    .mdi-amazon:before {

        content: "\f12c";

    }

    

    .mdi-amazon-clouddrive:before {

        content: "\f12d";

    }

    

    .mdi-ambulance:before {

        content: "\f12e";

    }

    

    .mdi-anchor:before {

        content: "\f12f";

    }

    

    .mdi-android:before {

        content: "\f130";

    }

    

    .mdi-android-debug-bridge:before {

        content: "\f131";

    }

    

    .mdi-android-studio:before {

        content: "\f132";

    }

    

    .mdi-apple:before {

        content: "\f133";

    }

    

    .mdi-apple-finder:before {

        content: "\f134";

    }

    

    .mdi-apple-ios:before {

        content: "\f135";

    }

    

    .mdi-apple-mobileme:before {

        content: "\f136";

    }

    

    .mdi-apple-safari:before {

        content: "\f137";

    }

    

    .mdi-appnet:before {

        content: "\f138";

    }

    

    .mdi-apps:before {

        content: "\f139";

    }

    

    .mdi-archive:before {

        content: "\f13a";

    }

    

    .mdi-arrange-bring-forward:before {

        content: "\f13b";

    }

    

    .mdi-arrange-bring-to-front:before {

        content: "\f13c";

    }

    

    .mdi-arrange-send-backward:before {

        content: "\f13d";

    }

    

    .mdi-arrange-send-to-back:before {

        content: "\f13e";

    }

    

    .mdi-arrow-all:before {

        content: "\f13f";

    }

    

    .mdi-arrow-bottom-drop-circle:before {

        content: "\f140";

    }

    

    .mdi-arrow-bottom-left:before {

        content: "\f141";

    }

    

    .mdi-arrow-bottom-right:before {

        content: "\f142";

    }

    

    .mdi-arrow-collapse:before {

        content: "\f143";

    }

    

    .mdi-arrow-down:before {

        content: "\f144";

    }

    

    .mdi-arrow-down-bold:before {

        content: "\f145";

    }

    

    .mdi-arrow-down-bold-circle:before {

        content: "\f146";

    }

    

    .mdi-arrow-down-bold-circle-outline:before {

        content: "\f147";

    }

    

    .mdi-arrow-down-bold-hexagon-outline:before {

        content: "\f148";

    }

    

    .mdi-arrow-expand:before {

        content: "\f149";

    }

    

    .mdi-arrow-left:before {

        content: "\f14a";

    }

    

    .mdi-arrow-left-bold:before {

        content: "\f14b";

    }

    

    .mdi-arrow-left-bold-circle:before {

        content: "\f14c";

    }

    

    .mdi-arrow-left-bold-circle-outline:before {

        content: "\f14d";

    }

    

    .mdi-arrow-left-bold-hexagon-outline:before {

        content: "\f14e";

    }

    

    .mdi-arrow-right:before {

        content: "\f14f";

    }

    

    .mdi-arrow-right-bold:before {

        content: "\f150";

    }

    

    .mdi-arrow-right-bold-circle:before {

        content: "\f151";

    }

    

    .mdi-arrow-right-bold-circle-outline:before {

        content: "\f152";

    }

    

    .mdi-arrow-right-bold-hexagon-outline:before {

        content: "\f153";

    }

    

    .mdi-arrow-top-left:before {

        content: "\f154";

    }

    

    .mdi-arrow-top-right:before {

        content: "\f155";

    }

    

    .mdi-arrow-up:before {

        content: "\f156";

    }

    

    .mdi-arrow-up-bold:before {

        content: "\f157";

    }

    

    .mdi-arrow-up-bold-circle:before {

        content: "\f158";

    }

    

    .mdi-arrow-up-bold-circle-outline:before {

        content: "\f159";

    }

    

    .mdi-arrow-up-bold-hexagon-outline:before {

        content: "\f15a";

    }

    

    .mdi-assistant:before {

        content: "\f15b";

    }

    

    .mdi-at:before {

        content: "\f15c";

    }

    

    .mdi-attachment:before {

        content: "\f15d";

    }

    

    .mdi-audiobook:before {

        content: "\f15e";

    }

    

    .mdi-auto-fix:before {

        content: "\f15f";

    }

    

    .mdi-auto-upload:before {

        content: "\f160";

    }

    

    .mdi-autorenew:before {

        content: "\f161";

    }

    

    .mdi-av-timer:before {

        content: "\f162";

    }

    

    .mdi-baby:before {

        content: "\f163";

    }

    

    .mdi-backburger:before {

        content: "\f164";

    }

    

    .mdi-backspace:before {

        content: "\f165";

    }

    

    .mdi-backup-restore:before {

        content: "\f166";

    }

    

    .mdi-bank:before {

        content: "\f167";

    }

    

    .mdi-barcode:before {

        content: "\f168";

    }

    

    .mdi-barcode-scan:before {

        content: "\f169";

    }

    

    .mdi-barley:before {

        content: "\f16a";

    }

    

    .mdi-barrel:before {

        content: "\f16b";

    }

    

    .mdi-basecamp:before {

        content: "\f16c";

    }

    

    .mdi-basket:before {

        content: "\f16d";

    }

    

    .mdi-basket-fill:before {

        content: "\f16e";

    }

    

    .mdi-basket-unfill:before {

        content: "\f16f";

    }

    

    .mdi-battery:before {

        content: "\f170";

    }

    

    .mdi-battery-10:before {

        content: "\f171";

    }

    

    .mdi-battery-20:before {

        content: "\f172";

    }

    

    .mdi-battery-30:before {

        content: "\f173";

    }

    

    .mdi-battery-40:before {

        content: "\f174";

    }

    

    .mdi-battery-50:before {

        content: "\f175";

    }

    

    .mdi-battery-60:before {

        content: "\f176";

    }

    

    .mdi-battery-70:before {

        content: "\f177";

    }

    

    .mdi-battery-80:before {

        content: "\f178";

    }

    

    .mdi-battery-90:before {

        content: "\f179";

    }

    

    .mdi-battery-alert:before {

        content: "\f17a";

    }

    

    .mdi-battery-charging:before {

        content: "\f17b";

    }

    

    .mdi-battery-charging-100:before {

        content: "\f17c";

    }

    

    .mdi-battery-charging-20:before {

        content: "\f17d";

    }

    

    .mdi-battery-charging-30:before {

        content: "\f17e";

    }

    

    .mdi-battery-charging-40:before {

        content: "\f17f";

    }

    

    .mdi-battery-charging-60:before {

        content: "\f180";

    }

    

    .mdi-battery-charging-80:before {

        content: "\f181";

    }

    

    .mdi-battery-charging-90:before {

        content: "\f182";

    }

    

    .mdi-battery-minus:before {

        content: "\f183";

    }

    

    .mdi-battery-negative:before {

        content: "\f184";

    }

    

    .mdi-battery-outline:before {

        content: "\f185";

    }

    

    .mdi-battery-plus:before {

        content: "\f186";

    }

    

    .mdi-battery-positive:before {

        content: "\f187";

    }

    

    .mdi-battery-unknown:before {

        content: "\f188";

    }

    

    .mdi-beach:before {

        content: "\f189";

    }

    

    .mdi-beaker:before {

        content: "\f18a";

    }

    

    .mdi-beaker-empty:before {

        content: "\f18b";

    }

    

    .mdi-beaker-empty-outline:before {

        content: "\f18c";

    }

    

    .mdi-beaker-outline:before {

        content: "\f18d";

    }

    

    .mdi-beats:before {

        content: "\f18e";

    }

    

    .mdi-beer:before {

        content: "\f18f";

    }

    

    .mdi-behance:before {

        content: "\f190";

    }

    

    .mdi-bell:before {

        content: "\f191";

    }

    

    .mdi-bell-off:before {

        content: "\f192";

    }

    

    .mdi-bell-outline:before {

        content: "\f193";

    }

    

    .mdi-bell-plus:before {

        content: "\f194";

    }

    

    .mdi-bell-ring:before {

        content: "\f195";

    }

    

    .mdi-bell-ring-outline:before {

        content: "\f196";

    }

    

    .mdi-bell-sleep:before {

        content: "\f197";

    }

    

    .mdi-beta:before {

        content: "\f198";

    }

    

    .mdi-bike:before {

        content: "\f199";

    }

    

    .mdi-bing:before {

        content: "\f19a";

    }

    

    .mdi-binoculars:before {

        content: "\f19b";

    }

    

    .mdi-bio:before {

        content: "\f19c";

    }

    

    .mdi-biohazard:before {

        content: "\f19d";

    }

    

    .mdi-bitbucket:before {

        content: "\f19e";

    }

    

    .mdi-black-mesa:before {

        content: "\f19f";

    }

    

    .mdi-blackberry:before {

        content: "\f1a0";

    }

    

    .mdi-blender:before {

        content: "\f1a1";

    }

    

    .mdi-blinds:before {

        content: "\f1a2";

    }

    

    .mdi-block-helper:before {

        content: "\f1a3";

    }

    

    .mdi-blogger:before {

        content: "\f1a4";

    }

    

    .mdi-bluetooth:before {

        content: "\f1a5";

    }

    

    .mdi-bluetooth-audio:before {

        content: "\f1a6";

    }

    

    .mdi-bluetooth-connect:before {

        content: "\f1a7";

    }

    

    .mdi-bluetooth-off:before {

        content: "\f1a8";

    }

    

    .mdi-bluetooth-settings:before {

        content: "\f1a9";

    }

    

    .mdi-bluetooth-transfer:before {

        content: "\f1aa";

    }

    

    .mdi-blur:before {

        content: "\f1ab";

    }

    

    .mdi-blur-linear:before {

        content: "\f1ac";

    }

    

    .mdi-blur-off:before {

        content: "\f1ad";

    }

    

    .mdi-blur-radial:before {

        content: "\f1ae";

    }

    

    .mdi-bone:before {

        content: "\f1af";

    }

    

    .mdi-book:before {

        content: "\f1b0";

    }

    

    .mdi-book-multiple:before {

        content: "\f1b1";

    }

    

    .mdi-book-multiple-variant:before {

        content: "\f1b2";

    }

    

    .mdi-book-open:before {

        content: "\f1b3";

    }

    

    .mdi-book-open-variant:before {

        content: "\f1b4";

    }

    

    .mdi-book-variant:before {

        content: "\f1b5";

    }

    

    .mdi-bookmark:before {

        content: "\f1b6";

    }

    

    .mdi-bookmark-check:before {

        content: "\f1b7";

    }

    

    .mdi-bookmark-music:before {

        content: "\f1b8";

    }

    

    .mdi-bookmark-outline:before {

        content: "\f1b9";

    }

    

    .mdi-bookmark-outline-plus:before {

        content: "\f1ba";

    }

    

    .mdi-bookmark-plus:before {

        content: "\f1bb";

    }

    

    .mdi-bookmark-remove:before {

        content: "\f1bc";

    }

    

    .mdi-border-all:before {

        content: "\f1bd";

    }

    

    .mdi-border-bottom:before {

        content: "\f1be";

    }

    

    .mdi-border-color:before {

        content: "\f1bf";

    }

    

    .mdi-border-horizontal:before {

        content: "\f1c0";

    }

    

    .mdi-border-inside:before {

        content: "\f1c1";

    }

    

    .mdi-border-left:before {

        content: "\f1c2";

    }

    

    .mdi-border-none:before {

        content: "\f1c3";

    }

    

    .mdi-border-outside:before {

        content: "\f1c4";

    }

    

    .mdi-border-right:before {

        content: "\f1c5";

    }

    

    .mdi-border-style:before {

        content: "\f1c6";

    }

    

    .mdi-border-top:before {

        content: "\f1c7";

    }

    

    .mdi-border-vertical:before {

        content: "\f1c8";

    }

    

    .mdi-bowling:before {

        content: "\f1c9";

    }

    

    .mdi-box:before {

        content: "\f1ca";

    }

    

    .mdi-box-cutter:before {

        content: "\f1cb";

    }

    

    .mdi-briefcase:before {

        content: "\f1cc";

    }

    

    .mdi-briefcase-check:before {

        content: "\f1cd";

    }

    

    .mdi-briefcase-download:before {

        content: "\f1ce";

    }

    

    .mdi-briefcase-upload:before {

        content: "\f1cf";

    }

    

    .mdi-brightness-1:before {

        content: "\f1d0";

    }

    

    .mdi-brightness-2:before {

        content: "\f1d1";

    }

    

    .mdi-brightness-3:before {

        content: "\f1d2";

    }

    

    .mdi-brightness-4:before {

        content: "\f1d3";

    }

    

    .mdi-brightness-5:before {

        content: "\f1d4";

    }

    

    .mdi-brightness-6:before {

        content: "\f1d5";

    }

    

    .mdi-brightness-7:before {

        content: "\f1d6";

    }

    

    .mdi-brightness-auto:before {

        content: "\f1d7";

    }

    

    .mdi-broom:before {

        content: "\f1d8";

    }

    

    .mdi-brush:before {

        content: "\f1d9";

    }

    

    .mdi-bug:before {

        content: "\f1da";

    }

    

    .mdi-bulletin-board:before {

        content: "\f1db";

    }

    

    .mdi-bullhorn:before {

        content: "\f1dc";

    }

    

    .mdi-bus:before {

        content: "\f1dd";

    }

    

    .mdi-cached:before {

        content: "\f1de";

    }

    

    .mdi-cake:before {

        content: "\f1df";

    }

    

    .mdi-cake-layered:before {

        content: "\f1e0";

    }

    

    .mdi-cake-variant:before {

        content: "\f1e1";

    }

    

    .mdi-calculator:before {

        content: "\f1e2";

    }

    

    .mdi-calendar:before {

        content: "\f1e3";

    }

    

    .mdi-calendar-blank:before {

        content: "\f1e4";

    }

    

    .mdi-calendar-check:before {

        content: "\f1e5";

    }

    

    .mdi-calendar-clock:before {

        content: "\f1e6";

    }

    

    .mdi-calendar-multiple:before {

        content: "\f1e7";

    }

    

    .mdi-calendar-multiple-check:before {

        content: "\f1e8";

    }

    

    .mdi-calendar-plus:before {

        content: "\f1e9";

    }

    

    .mdi-calendar-remove:before {

        content: "\f1ea";

    }

    

    .mdi-calendar-text:before {

        content: "\f1eb";

    }

    

    .mdi-calendar-today:before {

        content: "\f1ec";

    }

    

    .mdi-call-made:before {

        content: "\f1ed";

    }

    

    .mdi-call-merge:before {

        content: "\f1ee";

    }

    

    .mdi-call-missed:before {

        content: "\f1ef";

    }

    

    .mdi-call-received:before {

        content: "\f1f0";

    }

    

    .mdi-call-split:before {

        content: "\f1f1";

    }

    

    .mdi-camcorder:before {

        content: "\f1f2";

    }

    

    .mdi-camcorder-box:before {

        content: "\f1f3";

    }

    

    .mdi-camcorder-box-off:before {

        content: "\f1f4";

    }

    

    .mdi-camcorder-off:before {

        content: "\f1f5";

    }

    

    .mdi-camera:before {

        content: "\f1f6";

    }

    

    .mdi-camera-enhance:before {

        content: "\f1f7";

    }

    

    .mdi-camera-front:before {

        content: "\f1f8";

    }

    

    .mdi-camera-front-variant:before {

        content: "\f1f9";

    }

    

    .mdi-camera-iris:before {

        content: "\f1fa";

    }

    

    .mdi-camera-party-mode:before {

        content: "\f1fb";

    }

    

    .mdi-camera-rear:before {

        content: "\f1fc";

    }

    

    .mdi-camera-rear-variant:before {

        content: "\f1fd";

    }

    

    .mdi-camera-switch:before {

        content: "\f1fe";

    }

    

    .mdi-camera-timer:before {

        content: "\f1ff";

    }

    

    .mdi-candycane:before {

        content: "\f200";

    }

    

    .mdi-car:before {

        content: "\f201";

    }

    

    .mdi-car-battery:before {

        content: "\f202";

    }

    

    .mdi-car-connected:before {

        content: "\f203";

    }

    

    .mdi-car-wash:before {

        content: "\f204";

    }

    

    .mdi-carrot:before {

        content: "\f205";

    }

    

    .mdi-cart:before {

        content: "\f206";

    }

    

    .mdi-cart-outline:before {

        content: "\f207";

    }

    

    .mdi-cart-plus:before {

        content: "\f208";

    }

    

    .mdi-case-sensitive-alt:before {

        content: "\f209";

    }

    

    .mdi-cash:before {

        content: "\f20a";

    }

    

    .mdi-cash-100:before {

        content: "\f20b";

    }

    

    .mdi-cash-multiple:before {

        content: "\f20c";

    }

    

    .mdi-cash-usd:before {

        content: "\f20d";

    }

    

    .mdi-cast:before {

        content: "\f20e";

    }

    

    .mdi-cast-connected:before {

        content: "\f20f";

    }

    

    .mdi-castle:before {

        content: "\f210";

    }

    

    .mdi-cat:before {

        content: "\f211";

    }

    

    .mdi-cellphone:before {

        content: "\f212";

    }

    

    .mdi-cellphone-android:before {

        content: "\f213";

    }

    

    .mdi-cellphone-basic:before {

        content: "\f214";

    }

    

    .mdi-cellphone-dock:before {

        content: "\f215";

    }

    

    .mdi-cellphone-iphone:before {

        content: "\f216";

    }

    

    .mdi-cellphone-link:before {

        content: "\f217";

    }

    

    .mdi-cellphone-link-off:before {

        content: "\f218";

    }

    

    .mdi-cellphone-settings:before {

        content: "\f219";

    }

    

    .mdi-certificate:before {

        content: "\f21a";

    }

    

    .mdi-chair-school:before {

        content: "\f21b";

    }

    

    .mdi-chart-arc:before {

        content: "\f21c";

    }

    

    .mdi-chart-areaspline:before {

        content: "\f21d";

    }

    

    .mdi-chart-bar:before {

        content: "\f21e";

    }

    

    .mdi-chart-histogram:before {

        content: "\f21f";

    }

    

    .mdi-chart-line:before {

        content: "\f220";

    }

    

    .mdi-chart-pie:before {

        content: "\f221";

    }

    

    .mdi-check:before {

        content: "\f222";

    }

    

    .mdi-check-all:before {

        content: "\f223";

    }

    

    .mdi-checkbox-blank:before {

        content: "\f224";

    }

    

    .mdi-checkbox-blank-circle:before {

        content: "\f225";

    }

    

    .mdi-checkbox-blank-circle-outline:before {

        content: "\f226";

    }

    

    .mdi-checkbox-blank-outline:before {

        content: "\f227";

    }

    

    .mdi-checkbox-marked:before {

        content: "\f228";

    }

    

    .mdi-checkbox-marked-circle:before {

        content: "\f229";

    }

    

    .mdi-checkbox-marked-circle-outline:before {

        content: "\f22a";

    }

    

    .mdi-checkbox-marked-outline:before {

        content: "\f22b";

    }

    

    .mdi-checkbox-multiple-blank:before {

        content: "\f22c";

    }

    

    .mdi-checkbox-multiple-blank-outline:before {

        content: "\f22d";

    }

    

    .mdi-checkbox-multiple-marked:before {

        content: "\f22e";

    }

    

    .mdi-checkbox-multiple-marked-outline:before {

        content: "\f22f";

    }

    

    .mdi-checkerboard:before {

        content: "\f230";

    }

    

    .mdi-chemical-weapon:before {

        content: "\f231";

    }

    

    .mdi-chevron-double-down:before {

        content: "\f232";

    }

    

    .mdi-chevron-double-left:before {

        content: "\f233";

    }

    

    .mdi-chevron-double-right:before {

        content: "\f234";

    }

    

    .mdi-chevron-double-up:before {

        content: "\f235";

    }

    

    .mdi-chevron-down:before {

        content: "\f236";

    }

    

    .mdi-chevron-left:before {

        content: "\f237";

    }

    

    .mdi-chevron-right:before {

        content: "\f238";

    }

    

    .mdi-chevron-up:before {

        content: "\f239";

    }

    

    .mdi-church:before {

        content: "\f23a";

    }

    

    .mdi-cisco-webex:before {

        content: "\f23b";

    }

    

    .mdi-city:before {

        content: "\f23c";

    }

    

    .mdi-clipboard:before {

        content: "\f23d";

    }

    

    .mdi-clipboard-account:before {

        content: "\f23e";

    }

    

    .mdi-clipboard-alert:before {

        content: "\f23f";

    }

    

    .mdi-clipboard-arrow-down:before {

        content: "\f240";

    }

    

    .mdi-clipboard-arrow-left:before {

        content: "\f241";

    }

    

    .mdi-clipboard-check:before {

        content: "\f242";

    }

    

    .mdi-clipboard-outline:before {

        content: "\f243";

    }

    

    .mdi-clipboard-text:before {

        content: "\f244";

    }

    

    .mdi-clippy:before {

        content: "\f245";

    }

    

    .mdi-clock:before {

        content: "\f246";

    }

    

    .mdi-clock-end:before {

        content: "\f247";

    }

    

    .mdi-clock-fast:before {

        content: "\f248";

    }

    

    .mdi-clock-in:before {

        content: "\f249";

    }

    

    .mdi-clock-out:before {

        content: "\f24a";

    }

    

    .mdi-clock-start:before {

        content: "\f24b";

    }

    

    .mdi-close:before {

        content: "\f24c";

    }

    

    .mdi-close-box:before {

        content: "\f24d";

    }

    

    .mdi-close-box-outline:before {

        content: "\f24e";

    }

    

    .mdi-close-circle:before {

        content: "\f24f";

    }

    

    .mdi-close-circle-outline:before {

        content: "\f250";

    }

    

    .mdi-close-network:before {

        content: "\f251";

    }

    

    .mdi-close-octagon:before {

        content: "\f252";

    }

    

    .mdi-close-octagon-outline:before {

        content: "\f253";

    }

    

    .mdi-closed-caption:before {

        content: "\f254";

    }

    

    .mdi-cloud:before {

        content: "\f255";

    }

    

    .mdi-cloud-check:before {

        content: "\f256";

    }

    

    .mdi-cloud-circle:before {

        content: "\f257";

    }

    

    .mdi-cloud-download:before {

        content: "\f258";

    }

    

    .mdi-cloud-outline:before {

        content: "\f259";

    }

    

    .mdi-cloud-outline-off:before {

        content: "\f25a";

    }

    

    .mdi-cloud-print:before {

        content: "\f25b";

    }

    

    .mdi-cloud-print-outline:before {

        content: "\f25c";

    }

    

    .mdi-cloud-upload:before {

        content: "\f25d";

    }

    

    .mdi-code-array:before {

        content: "\f25e";

    }

    

    .mdi-code-braces:before {

        content: "\f25f";

    }

    

    .mdi-code-brackets:before {

        content: "\f260";

    }

    

    .mdi-code-equal:before {

        content: "\f261";

    }

    

    .mdi-code-greater-than:before {

        content: "\f262";

    }

    

    .mdi-code-greater-than-or-equal:before {

        content: "\f263";

    }

    

    .mdi-code-less-than:before {

        content: "\f264";

    }

    

    .mdi-code-less-than-or-equal:before {

        content: "\f265";

    }

    

    .mdi-code-not-equal:before {

        content: "\f266";

    }

    

    .mdi-code-not-equal-variant:before {

        content: "\f267";

    }

    

    .mdi-code-parentheses:before {

        content: "\f268";

    }

    

    .mdi-code-string:before {

        content: "\f269";

    }

    

    .mdi-code-tags:before {

        content: "\f26a";

    }

    

    .mdi-codepen:before {

        content: "\f26b";

    }

    

    .mdi-coffee:before {

        content: "\f26c";

    }

    

    .mdi-coffee-to-go:before {

        content: "\f26d";

    }

    

    .mdi-coin:before {

        content: "\f26e";

    }

    

    .mdi-color-helper:before {

        content: "\f26f";

    }

    

    .mdi-comment:before {

        content: "\f270";

    }

    

    .mdi-comment-account:before {

        content: "\f271";

    }

    

    .mdi-comment-account-outline:before {

        content: "\f272";

    }

    

    .mdi-comment-alert:before {

        content: "\f273";

    }

    

    .mdi-comment-alert-outline:before {

        content: "\f274";

    }

    

    .mdi-comment-check:before {

        content: "\f275";

    }

    

    .mdi-comment-check-outline:before {

        content: "\f276";

    }

    

    .mdi-comment-multiple-outline:before {

        content: "\f277";

    }

    

    .mdi-comment-outline:before {

        content: "\f278";

    }

    

    .mdi-comment-plus-outline:before {

        content: "\f279";

    }

    

    .mdi-comment-processing:before {

        content: "\f27a";

    }

    

    .mdi-comment-processing-outline:before {

        content: "\f27b";

    }

    

    .mdi-comment-question-outline:before {

        content: "\f27c";

    }

    

    .mdi-comment-remove-outline:before {

        content: "\f27d";

    }

    

    .mdi-comment-text:before {

        content: "\f27e";

    }

    

    .mdi-comment-text-outline:before {

        content: "\f27f";

    }

    

    .mdi-compare:before {

        content: "\f280";

    }

    

    .mdi-compass:before {

        content: "\f281";

    }

    

    .mdi-compass-outline:before {

        content: "\f282";

    }

    

    .mdi-console:before {

        content: "\f283";

    }

    

    .mdi-contact-mail:before {

        content: "\f284";

    }

    

    .mdi-content-copy:before {

        content: "\f285";

    }

    

    .mdi-content-cut:before {

        content: "\f286";

    }

    

    .mdi-content-duplicate:before {

        content: "\f287";

    }

    

    .mdi-content-paste:before {

        content: "\f288";

    }

    

    .mdi-content-save:before {

        content: "\f289";

    }

    

    .mdi-content-save-all:before {

        content: "\f28a";

    }

    

    .mdi-contrast:before {

        content: "\f28b";

    }

    

    .mdi-contrast-box:before {

        content: "\f28c";

    }

    

    .mdi-contrast-circle:before {

        content: "\f28d";

    }

    

    .mdi-cookie:before {

        content: "\f28e";

    }

    

    .mdi-cow:before {

        content: "\f28f";

    }

    

    .mdi-credit-card:before {

        content: "\f290";

    }

    

    .mdi-credit-card-multiple:before {

        content: "\f291";

    }

    

    .mdi-credit-card-scan:before {

        content: "\f292";

    }

    

    .mdi-crop:before {

        content: "\f293";

    }

    

    .mdi-crop-free:before {

        content: "\f294";

    }

    

    .mdi-crop-landscape:before {

        content: "\f295";

    }

    

    .mdi-crop-portrait:before {

        content: "\f296";

    }

    

    .mdi-crop-square:before {

        content: "\f297";

    }

    

    .mdi-crosshairs:before {

        content: "\f298";

    }

    

    .mdi-crosshairs-gps:before {

        content: "\f299";

    }

    

    .mdi-crown:before {

        content: "\f29a";

    }

    

    .mdi-cube:before {

        content: "\f29b";

    }

    

    .mdi-cube-outline:before {

        content: "\f29c";

    }

    

    .mdi-cube-send:before {

        content: "\f29d";

    }

    

    .mdi-cube-unfolded:before {

        content: "\f29e";

    }

    

    .mdi-cup:before {

        content: "\f29f";

    }

    

    .mdi-cup-water:before {

        content: "\f2a0";

    }

    

    .mdi-currency-btc:before {

        content: "\f2a1";

    }

    

    .mdi-currency-eur:before {

        content: "\f2a2";

    }

    

    .mdi-currency-gbp:before {

        content: "\f2a3";

    }

    

    .mdi-currency-inr:before {

        content: "\f2a4";

    }

    

    .mdi-currency-ngn:before {

        content: "\f2a5";

    }

    

    .mdi-currency-rub:before {

        content: "\f2a6";

    }

    

    .mdi-currency-try:before {

        content: "\f2a7";

    }

    

    .mdi-currency-usd:before {

        content: "\f2a8";

    }

    

    .mdi-cursor-default:before {

        content: "\f2a9";

    }

    

    .mdi-cursor-default-outline:before {

        content: "\f2aa";

    }

    

    .mdi-cursor-move:before {

        content: "\f2ab";

    }

    

    .mdi-cursor-pointer:before {

        content: "\f2ac";

    }

    

    .mdi-database:before {

        content: "\f2ad";

    }

    

    .mdi-database-minus:before {

        content: "\f2ae";

    }

    

    .mdi-database-plus:before {

        content: "\f2af";

    }

    

    .mdi-debug-step-into:before {

        content: "\f2b0";

    }

    

    .mdi-debug-step-out:before {

        content: "\f2b1";

    }

    

    .mdi-debug-step-over:before {

        content: "\f2b2";

    }

    

    .mdi-decimal-decrease:before {

        content: "\f2b3";

    }

    

    .mdi-decimal-increase:before {

        content: "\f2b4";

    }

    

    .mdi-delete:before {

        content: "\f2b5";

    }

    

    .mdi-delete-variant:before {

        content: "\f2b6";

    }

    

    .mdi-delta:before {

        content: "\f2b7";

    }

    

    .mdi-deskphone:before {

        content: "\f2b8";

    }

    

    .mdi-desktop-mac:before {

        content: "\f2b9";

    }

    

    .mdi-desktop-tower:before {

        content: "\f2ba";

    }

    

    .mdi-details:before {

        content: "\f2bb";

    }

    

    .mdi-deviantart:before {

        content: "\f2bc";

    }

    

    .mdi-diamond:before {

        content: "\f2bd";

    }

    

    .mdi-dice:before {

        content: "\f2be";

    }

    

    .mdi-dice-1:before {

        content: "\f2bf";

    }

    

    .mdi-dice-2:before {

        content: "\f2c0";

    }

    

    .mdi-dice-3:before {

        content: "\f2c1";

    }

    

    .mdi-dice-4:before {

        content: "\f2c2";

    }

    

    .mdi-dice-5:before {

        content: "\f2c3";

    }

    

    .mdi-dice-6:before {

        content: "\f2c4";

    }

    

    .mdi-directions:before {

        content: "\f2c5";

    }

    

    .mdi-disk-alert:before {

        content: "\f2c6";

    }

    

    .mdi-disqus:before {

        content: "\f2c7";

    }

    

    .mdi-disqus-outline:before {

        content: "\f2c8";

    }

    

    .mdi-division:before {

        content: "\f2c9";

    }

    

    .mdi-division-box:before {

        content: "\f2ca";

    }

    

    .mdi-dns:before {

        content: "\f2cb";

    }

    

    .mdi-domain:before {

        content: "\f2cc";

    }

    

    .mdi-dots-horizontal:before {

        content: "\f2cd";

    }

    

    .mdi-dots-vertical:before {

        content: "\f2ce";

    }

    

    .mdi-download:before {

        content: "\f2cf";

    }

    

    .mdi-drag:before {

        content: "\f2d0";

    }

    

    .mdi-drag-horizontal:before {

        content: "\f2d1";

    }

    

    .mdi-drag-vertical:before {

        content: "\f2d2";

    }

    

    .mdi-drawing:before {

        content: "\f2d3";

    }

    

    .mdi-drawing-box:before {

        content: "\f2d4";

    }

    

    .mdi-dribbble:before {

        content: "\f2d5";

    }

    

    .mdi-dribbble-box:before {

        content: "\f2d6";

    }

    

    .mdi-drone:before {

        content: "\f2d7";

    }

    

    .mdi-dropbox:before {

        content: "\f2d8";

    }

    

    .mdi-drupal:before {

        content: "\f2d9";

    }

    

    .mdi-duck:before {

        content: "\f2da";

    }

    

    .mdi-dumbbell:before {

        content: "\f2db";

    }

    

    .mdi-earth:before {

        content: "\f2dc";

    }

    

    .mdi-earth-off:before {

        content: "\f2dd";

    }

    

    .mdi-edge:before {

        content: "\f2de";

    }

    

    .mdi-eject:before {

        content: "\f2df";

    }

    

    .mdi-elevation-decline:before {

        content: "\f2e0";

    }

    

    .mdi-elevation-rise:before {

        content: "\f2e1";

    }

    

    .mdi-elevator:before {

        content: "\f2e2";

    }

    

    .mdi-email:before {

        content: "\f2e3";

    }

    

    .mdi-email-open:before {

        content: "\f2e4";

    }

    

    .mdi-email-outline:before {

        content: "\f2e5";

    }

    

    .mdi-email-secure:before {

        content: "\f2e6";

    }

    

    .mdi-emoticon:before {

        content: "\f2e7";

    }

    

    .mdi-emoticon-cool:before {

        content: "\f2e8";

    }

    

    .mdi-emoticon-devil:before {

        content: "\f2e9";

    }

    

    .mdi-emoticon-happy:before {

        content: "\f2ea";

    }

    

    .mdi-emoticon-neutral:before {

        content: "\f2eb";

    }

    

    .mdi-emoticon-poop:before {

        content: "\f2ec";

    }

    

    .mdi-emoticon-sad:before {

        content: "\f2ed";

    }

    

    .mdi-emoticon-tongue:before {

        content: "\f2ee";

    }

    

    .mdi-engine:before {

        content: "\f2ef";

    }

    

    .mdi-engine-outline:before {

        content: "\f2f0";

    }

    

    .mdi-equal:before {

        content: "\f2f1";

    }

    

    .mdi-equal-box:before {

        content: "\f2f2";

    }

    

    .mdi-eraser:before {

        content: "\f2f3";

    }

    

    .mdi-escalator:before {

        content: "\f2f4";

    }

    

    .mdi-ethernet:before {

        content: "\f2f5";

    }

    

    .mdi-ethernet-cable:before {

        content: "\f2f6";

    }

    

    .mdi-ethernet-cable-off:before {

        content: "\f2f7";

    }

    

    .mdi-etsy:before {

        content: "\f2f8";

    }

    

    .mdi-evernote:before {

        content: "\f2f9";

    }

    

    .mdi-exclamation:before {

        content: "\f2fa";

    }

    

    .mdi-exit-to-app:before {

        content: "\f2fb";

    }

    

    .mdi-export:before {

        content: "\f2fc";

    }

    

    .mdi-eye:before {

        content: "\f2fd";

    }

    

    .mdi-eye-off:before {

        content: "\f2fe";

    }

    

    .mdi-eyedropper:before {

        content: "\f2ff";

    }

    

    .mdi-eyedropper-variant:before {

        content: "\f300";

    }

    

    .mdi-facebook:before {

        content: "\f301";

    }

    

    .mdi-facebook-box:before {

        content: "\f302";

    }

    

    .mdi-facebook-messenger:before {

        content: "\f303";

    }

    

    .mdi-factory:before {

        content: "\f304";

    }

    

    .mdi-fan:before {

        content: "\f305";

    }

    

    .mdi-fast-forward:before {

        content: "\f306";

    }

    

    .mdi-fax:before {

        content: "\f307";

    }

    

    .mdi-ferry:before {

        content: "\f308";

    }

    

    .mdi-file:before {

        content: "\f309";

    }

    

    .mdi-file-chart:before {

        content: "\f30a";

    }

    

    .mdi-file-check:before {

        content: "\f30b";

    }

    

    .mdi-file-cloud:before {

        content: "\f30c";

    }

    

    .mdi-file-delimited:before {

        content: "\f30d";

    }

    

    .mdi-file-document:before {

        content: "\f30e";

    }

    

    .mdi-file-document-box:before {

        content: "\f30f";

    }

    

    .mdi-file-excel:before {

        content: "\f310";

    }

    

    .mdi-file-excel-box:before {

        content: "\f311";

    }

    

    .mdi-file-export:before {

        content: "\f312";

    }

    

    .mdi-file-find:before {

        content: "\f313";

    }

    

    .mdi-file-image:before {

        content: "\f314";

    }

    

    .mdi-file-import:before {

        content: "\f315";

    }

    

    .mdi-file-lock:before {

        content: "\f316";

    }

    

    .mdi-file-multiple:before {

        content: "\f317";

    }

    

    .mdi-file-music:before {

        content: "\f318";

    }

    

    .mdi-file-outline:before {

        content: "\f319";

    }

    

    .mdi-file-pdf:before {

        content: "\f31a";

    }

    

    .mdi-file-pdf-box:before {

        content: "\f31b";

    }

    

    .mdi-file-powerpoint:before {

        content: "\f31c";

    }

    

    .mdi-file-powerpoint-box:before {

        content: "\f31d";

    }

    

    .mdi-file-presentation-box:before {

        content: "\f31e";

    }

    

    .mdi-file-send:before {

        content: "\f31f";

    }

    

    .mdi-file-video:before {

        content: "\f320";

    }

    

    .mdi-file-word:before {

        content: "\f321";

    }

    

    .mdi-file-word-box:before {

        content: "\f322";

    }

    

    .mdi-file-xml:before {

        content: "\f323";

    }

    

    .mdi-film:before {

        content: "\f324";

    }

    

    .mdi-filmstrip:before {

        content: "\f325";

    }

    

    .mdi-filmstrip-off:before {

        content: "\f326";

    }

    

    .mdi-filter:before {

        content: "\f327";

    }

    

    .mdi-filter-outline:before {

        content: "\f328";

    }

    

    .mdi-filter-remove:before {

        content: "\f329";

    }

    

    .mdi-filter-remove-outline:before {

        content: "\f32a";

    }

    

    .mdi-filter-variant:before {

        content: "\f32b";

    }

    

    .mdi-fingerprint:before {

        content: "\f32c";

    }

    

    .mdi-fire:before {

        content: "\f32d";

    }

    

    .mdi-firefox:before {

        content: "\f32e";

    }

    

    .mdi-fish:before {

        content: "\f32f";

    }

    

    .mdi-flag:before {

        content: "\f330";

    }

    

    .mdi-flag-checkered:before {

        content: "\f331";

    }

    

    .mdi-flag-outline:before {

        content: "\f332";

    }

    

    .mdi-flag-outline-variant:before {

        content: "\f333";

    }

    

    .mdi-flag-triangle:before {

        content: "\f334";

    }

    

    .mdi-flag-variant:before {

        content: "\f335";

    }

    

    .mdi-flash:before {

        content: "\f336";

    }

    

    .mdi-flash-auto:before {

        content: "\f337";

    }

    

    .mdi-flash-off:before {

        content: "\f338";

    }

    

    .mdi-flashlight:before {

        content: "\f339";

    }

    

    .mdi-flashlight-off:before {

        content: "\f33a";

    }

    

    .mdi-flattr:before {

        content: "\f33b";

    }

    

    .mdi-flip-to-back:before {

        content: "\f33c";

    }

    

    .mdi-flip-to-front:before {

        content: "\f33d";

    }

    

    .mdi-floppy:before {

        content: "\f33e";

    }

    

    .mdi-flower:before {

        content: "\f33f";

    }

    

    .mdi-folder:before {

        content: "\f340";

    }

    

    .mdi-folder-account:before {

        content: "\f341";

    }

    

    .mdi-folder-download:before {

        content: "\f342";

    }

    

    .mdi-folder-google-drive:before {

        content: "\f343";

    }

    

    .mdi-folder-image:before {

        content: "\f344";

    }

    

    .mdi-folder-lock:before {

        content: "\f345";

    }

    

    .mdi-folder-lock-open:before {

        content: "\f346";

    }

    

    .mdi-folder-move:before {

        content: "\f347";

    }

    

    .mdi-folder-multiple:before {

        content: "\f348";

    }

    

    .mdi-folder-multiple-image:before {

        content: "\f349";

    }

    

    .mdi-folder-multiple-outline:before {

        content: "\f34a";

    }

    

    .mdi-folder-outline:before {

        content: "\f34b";

    }

    

    .mdi-folder-plus:before {

        content: "\f34c";

    }

    

    .mdi-folder-remove:before {

        content: "\f34d";

    }

    

    .mdi-folder-upload:before {

        content: "\f34e";

    }

    

    .mdi-food:before {

        content: "\f34f";

    }

    

    .mdi-food-apple:before {

        content: "\f350";

    }

    

    .mdi-food-variant:before {

        content: "\f351";

    }

    

    .mdi-football:before {

        content: "\f352";

    }

    

    .mdi-football-australian:before {

        content: "\f353";

    }

    

    .mdi-football-helmet:before {

        content: "\f354";

    }

    

    .mdi-format-align-center:before {

        content: "\f355";

    }

    

    .mdi-format-align-justify:before {

        content: "\f356";

    }

    

    .mdi-format-align-left:before {

        content: "\f357";

    }

    

    .mdi-format-align-right:before {

        content: "\f358";

    }

    

    .mdi-format-bold:before {

        content: "\f359";

    }

    

    .mdi-format-clear:before {

        content: "\f35a";

    }

    

    .mdi-format-color-fill:before {

        content: "\f35b";

    }

    

    .mdi-format-float-center:before {

        content: "\f35c";

    }

    

    .mdi-format-float-left:before {

        content: "\f35d";

    }

    

    .mdi-format-float-none:before {

        content: "\f35e";

    }

    

    .mdi-format-float-right:before {

        content: "\f35f";

    }

    

    .mdi-format-header-1:before {

        content: "\f360";

    }

    

    .mdi-format-header-2:before {

        content: "\f361";

    }

    

    .mdi-format-header-3:before {

        content: "\f362";

    }

    

    .mdi-format-header-4:before {

        content: "\f363";

    }

    

    .mdi-format-header-5:before {

        content: "\f364";

    }

    

    .mdi-format-header-6:before {

        content: "\f365";

    }

    

    .mdi-format-header-decrease:before {

        content: "\f366";

    }

    

    .mdi-format-header-equal:before {

        content: "\f367";

    }

    

    .mdi-format-header-increase:before {

        content: "\f368";

    }

    

    .mdi-format-header-pound:before {

        content: "\f369";

    }

    

    .mdi-format-indent-decrease:before {

        content: "\f36a";

    }

    

    .mdi-format-indent-increase:before {

        content: "\f36b";

    }

    

    .mdi-format-italic:before {

        content: "\f36c";

    }

    

    .mdi-format-line-spacing:before {

        content: "\f36d";

    }

    

    .mdi-format-list-bulleted:before {

        content: "\f36e";

    }

    

    .mdi-format-list-bulleted-type:before {

        content: "\f36f";

    }

    

    .mdi-format-list-numbers:before {

        content: "\f370";

    }

    

    .mdi-format-paint:before {

        content: "\f371";

    }

    

    .mdi-format-paragraph:before {

        content: "\f372";

    }

    

    .mdi-format-quote:before {

        content: "\f373";

    }

    

    .mdi-format-size:before {

        content: "\f374";

    }

    

    .mdi-format-strikethrough:before {

        content: "\f375";

    }

    

    .mdi-format-strikethrough-variant:before {

        content: "\f376";

    }

    

    .mdi-format-subscript:before {

        content: "\f377";

    }

    

    .mdi-format-superscript:before {

        content: "\f378";

    }

    

    .mdi-format-text:before {

        content: "\f379";

    }

    

    .mdi-format-textdirection-l-to-r:before {

        content: "\f37a";

    }

    

    .mdi-format-textdirection-r-to-l:before {

        content: "\f37b";

    }

    

    .mdi-format-underline:before {

        content: "\f37c";

    }

    

    .mdi-format-wrap-inline:before {

        content: "\f37d";

    }

    

    .mdi-format-wrap-square:before {

        content: "\f37e";

    }

    

    .mdi-format-wrap-tight:before {

        content: "\f37f";

    }

    

    .mdi-format-wrap-top-bottom:before {

        content: "\f380";

    }

    

    .mdi-forum:before {

        content: "\f381";

    }

    

    .mdi-forward:before {

        content: "\f382";

    }

    

    .mdi-foursquare:before {

        content: "\f383";

    }

    

    .mdi-fridge:before {

        content: "\f384";

    }

    

    .mdi-fridge-filled:before {

        content: "\f385";

    }

    

    .mdi-fridge-filled-bottom:before {

        content: "\f386";

    }

    

    .mdi-fridge-filled-top:before {

        content: "\f387";

    }

    

    .mdi-fullscreen:before {

        content: "\f388";

    }

    

    .mdi-fullscreen-exit:before {

        content: "\f389";

    }

    

    .mdi-function:before {

        content: "\f38a";

    }

    

    .mdi-gamepad:before {

        content: "\f38b";

    }

    

    .mdi-gamepad-variant:before {

        content: "\f38c";

    }

    

    .mdi-gas-station:before {

        content: "\f38d";

    }

    

    .mdi-gate:before {

        content: "\f38e";

    }

    

    .mdi-gauge:before {

        content: "\f38f";

    }

    

    .mdi-gavel:before {

        content: "\f390";

    }

    

    .mdi-gender-female:before {

        content: "\f391";

    }

    

    .mdi-gender-male:before {

        content: "\f392";

    }

    

    .mdi-gender-male-female:before {

        content: "\f393";

    }

    

    .mdi-gender-transgender:before {

        content: "\f394";

    }

    

    .mdi-ghost:before {

        content: "\f395";

    }

    

    .mdi-gift:before {

        content: "\f396";

    }

    

    .mdi-git:before {

        content: "\f397";

    }

    

    .mdi-github-box:before {

        content: "\f398";

    }

    

    .mdi-github-circle:before {

        content: "\f399";

    }

    

    .mdi-glass-flute:before {

        content: "\f39a";

    }

    

    .mdi-glass-mug:before {

        content: "\f39b";

    }

    

    .mdi-glass-stange:before {

        content: "\f39c";

    }

    

    .mdi-glass-tulip:before {

        content: "\f39d";

    }

    

    .mdi-glasses:before {

        content: "\f39e";

    }

    

    .mdi-gmail:before {

        content: "\f39f";

    }

    

    .mdi-google:before {

        content: "\f3a0";

    }

    

    .mdi-google-cardboard:before {

        content: "\f3a1";

    }

    

    .mdi-google-chrome:before {

        content: "\f3a2";

    }

    

    .mdi-google-circles:before {

        content: "\f3a3";

    }

    

    .mdi-google-circles-communities:before {

        content: "\f3a4";

    }

    

    .mdi-google-circles-extended:before {

        content: "\f3a5";

    }

    

    .mdi-google-circles-group:before {

        content: "\f3a6";

    }

    

    .mdi-google-controller:before {

        content: "\f3a7";

    }

    

    .mdi-google-controller-off:before {

        content: "\f3a8";

    }

    

    .mdi-google-drive:before {

        content: "\f3a9";

    }

    

    .mdi-google-earth:before {

        content: "\f3aa";

    }

    

    .mdi-google-glass:before {

        content: "\f3ab";

    }

    

    .mdi-google-nearby:before {

        content: "\f3ac";

    }

    

    .mdi-google-pages:before {

        content: "\f3ad";

    }

    

    .mdi-google-physical-web:before {

        content: "\f3ae";

    }

    

    .mdi-google-play:before {

        content: "\f3af";

    }

    

    .mdi-google-plus:before {

        content: "\f3b0";

    }

    

    .mdi-google-plus-box:before {

        content: "\f3b1";

    }

    

    .mdi-google-translate:before {

        content: "\f3b2";

    }

    

    .mdi-google-wallet:before {

        content: "\f3b3";

    }

    

    .mdi-grid:before {

        content: "\f3b4";

    }

    

    .mdi-grid-off:before {

        content: "\f3b5";

    }

    

    .mdi-group:before {

        content: "\f3b6";

    }

    

    .mdi-guitar:before {

        content: "\f3b7";

    }

    

    .mdi-guitar-pick:before {

        content: "\f3b8";

    }

    

    .mdi-guitar-pick-outline:before {

        content: "\f3b9";

    }

    

    .mdi-hand-pointing-right:before {

        content: "\f3ba";

    }

    

    .mdi-hanger:before {

        content: "\f3bb";

    }

    

    .mdi-hangouts:before {

        content: "\f3bc";

    }

    

    .mdi-harddisk:before {

        content: "\f3bd";

    }

    

    .mdi-headphones:before {

        content: "\f3be";

    }

    

    .mdi-headphones-box:before {

        content: "\f3bf";

    }

    

    .mdi-headphones-settings:before {

        content: "\f3c0";

    }

    

    .mdi-headset:before {

        content: "\f3c1";

    }

    

    .mdi-headset-dock:before {

        content: "\f3c2";

    }

    

    .mdi-headset-off:before {

        content: "\f3c3";

    }

    

    .mdi-heart:before {

        content: "\f3c4";

    }

    

    .mdi-heart-box:before {

        content: "\f3c5";

    }

    

    .mdi-heart-box-outline:before {

        content: "\f3c6";

    }

    

    .mdi-heart-broken:before {

        content: "\f3c7";

    }

    

    .mdi-heart-outline:before {

        content: "\f3c8";

    }

    

    .mdi-help:before {

        content: "\f3c9";

    }

    

    .mdi-help-circle:before {

        content: "\f3ca";

    }

    

    .mdi-hexagon:before {

        content: "\f3cb";

    }

    

    .mdi-hexagon-outline:before {

        content: "\f3cc";

    }

    

    .mdi-history:before {

        content: "\f3cd";

    }

    

    .mdi-hololens:before {

        content: "\f3ce";

    }

    

    .mdi-home:before {

        content: "\f3cf";

    }

    

    .mdi-home-modern:before {

        content: "\f3d0";

    }

    

    .mdi-home-variant:before {

        content: "\f3d1";

    }

    

    .mdi-hops:before {

        content: "\f3d2";

    }

    

    .mdi-hospital:before {

        content: "\f3d3";

    }

    

    .mdi-hospital-building:before {

        content: "\f3d4";

    }

    

    .mdi-hospital-marker:before {

        content: "\f3d5";

    }

    

    .mdi-hotel:before {

        content: "\f3d6";

    }

    

    .mdi-houzz:before {

        content: "\f3d7";

    }

    

    .mdi-houzz-box:before {

        content: "\f3d8";

    }

    

    .mdi-human:before {

        content: "\f3d9";

    }

    

    .mdi-human-child:before {

        content: "\f3da";

    }

    

    .mdi-human-male-female:before {

        content: "\f3db";

    }

    

    .mdi-image:before {

        content: "\f3dc";

    }

    

    .mdi-image-album:before {

        content: "\f3dd";

    }

    

    .mdi-image-area:before {

        content: "\f3de";

    }

    

    .mdi-image-area-close:before {

        content: "\f3df";

    }

    

    .mdi-image-broken:before {

        content: "\f3e0";

    }

    

    .mdi-image-broken-variant:before {

        content: "\f3e1";

    }

    

    .mdi-image-filter:before {

        content: "\f3e2";

    }

    

    .mdi-image-filter-black-white:before {

        content: "\f3e3";

    }

    

    .mdi-image-filter-center-focus:before {

        content: "\f3e4";

    }

    

    .mdi-image-filter-center-focus-weak:before {

        content: "\f3e5";

    }

    

    .mdi-image-filter-drama:before {

        content: "\f3e6";

    }

    

    .mdi-image-filter-frames:before {

        content: "\f3e7";

    }

    

    .mdi-image-filter-hdr:before {

        content: "\f3e8";

    }

    

    .mdi-image-filter-none:before {

        content: "\f3e9";

    }

    

    .mdi-image-filter-tilt-shift:before {

        content: "\f3ea";

    }

    

    .mdi-image-filter-vintage:before {

        content: "\f3eb";

    }

    

    .mdi-image-multiple:before {

        content: "\f3ec";

    }

    

    .mdi-import:before {

        content: "\f3ed";

    }

    

    .mdi-inbox:before {

        content: "\f3ee";

    }

    

    .mdi-information:before {

        content: "\f3ef";

    }

    

    .mdi-information-outline:before {

        content: "\f3f0";

    }

    

    .mdi-instagram:before {

        content: "\f3f1";

    }

    

    .mdi-instapaper:before {

        content: "\f3f2";

    }

    

    .mdi-internet-explorer:before {

        content: "\f3f3";

    }

    

    .mdi-invert-colors:before {

        content: "\f3f4";

    }

    

    .mdi-jeepney:before {

        content: "\f3f5";

    }

    

    .mdi-jira:before {

        content: "\f3f6";

    }

    

    .mdi-jsfiddle:before {

        content: "\f3f7";

    }

    

    .mdi-keg:before {

        content: "\f3f8";

    }

    

    .mdi-key:before {

        content: "\f3f9";

    }

    

    .mdi-key-change:before {

        content: "\f3fa";

    }

    

    .mdi-key-minus:before {

        content: "\f3fb";

    }

    

    .mdi-key-plus:before {

        content: "\f3fc";

    }

    

    .mdi-key-remove:before {

        content: "\f3fd";

    }

    

    .mdi-key-variant:before {

        content: "\f3fe";

    }

    

    .mdi-keyboard:before {

        content: "\f3ff";

    }

    

    .mdi-keyboard-backspace:before {

        content: "\f400";

    }

    

    .mdi-keyboard-caps:before {

        content: "\f401";

    }

    

    .mdi-keyboard-close:before {

        content: "\f402";

    }

    

    .mdi-keyboard-off:before {

        content: "\f403";

    }

    

    .mdi-keyboard-return:before {

        content: "\f404";

    }

    

    .mdi-keyboard-tab:before {

        content: "\f405";

    }

    

    .mdi-keyboard-variant:before {

        content: "\f406";

    }

    

    .mdi-label:before {

        content: "\f407";

    }

    

    .mdi-label-outline:before {

        content: "\f408";

    }

    

    .mdi-lan:before {

        content: "\f409";

    }

    

    .mdi-lan-connect:before {

        content: "\f40a";

    }

    

    .mdi-lan-disconnect:before {

        content: "\f40b";

    }

    

    .mdi-lan-pending:before {

        content: "\f40c";

    }

    

    .mdi-language-csharp:before {

        content: "\f40d";

    }

    

    .mdi-language-css3:before {

        content: "\f40e";

    }

    

    .mdi-language-html5:before {

        content: "\f40f";

    }

    

    .mdi-language-javascript:before {

        content: "\f410";

    }

    

    .mdi-language-php:before {

        content: "\f411";

    }

    

    .mdi-language-python:before {

        content: "\f412";

    }

    

    .mdi-language-python-text:before {

        content: "\f413";

    }

    

    .mdi-laptop:before {

        content: "\f414";

    }

    

    .mdi-laptop-chromebook:before {

        content: "\f415";

    }

    

    .mdi-laptop-mac:before {

        content: "\f416";

    }

    

    .mdi-laptop-windows:before {

        content: "\f417";

    }

    

    .mdi-lastfm:before {

        content: "\f418";

    }

    

    .mdi-launch:before {

        content: "\f419";

    }

    

    .mdi-layers:before {

        content: "\f41a";

    }

    

    .mdi-layers-off:before {

        content: "\f41b";

    }

    

    .mdi-leaf:before {

        content: "\f41c";

    }

    

    .mdi-led-off:before {

        content: "\f41d";

    }

    

    .mdi-led-on:before {

        content: "\f41e";

    }

    

    .mdi-led-outline:before {

        content: "\f41f";

    }

    

    .mdi-led-variant-off:before {

        content: "\f420";

    }

    

    .mdi-led-variant-on:before {

        content: "\f421";

    }

    

    .mdi-led-variant-outline:before {

        content: "\f422";

    }

    

    .mdi-library:before {

        content: "\f423";

    }

    

    .mdi-library-books:before {

        content: "\f424";

    }

    

    .mdi-library-music:before {

        content: "\f425";

    }

    

    .mdi-library-plus:before {

        content: "\f426";

    }

    

    .mdi-lightbulb:before {

        content: "\f427";

    }

    

    .mdi-lightbulb-outline:before {

        content: "\f428";

    }

    

    .mdi-link:before {

        content: "\f429";

    }

    

    .mdi-link-off:before {

        content: "\f42a";

    }

    

    .mdi-link-variant:before {

        content: "\f42b";

    }

    

    .mdi-link-variant-off:before {

        content: "\f42c";

    }

    

    .mdi-linkedin:before {

        content: "\f42d";

    }

    

    .mdi-linkedin-box:before {

        content: "\f42e";

    }

    

    .mdi-linux:before {

        content: "\f42f";

    }

    

    .mdi-lock:before {

        content: "\f430";

    }

    

    .mdi-lock-open:before {

        content: "\f431";

    }

    

    .mdi-lock-open-outline:before {

        content: "\f432";

    }

    

    .mdi-lock-outline:before {

        content: "\f433";

    }

    

    .mdi-login:before {

        content: "\f434";

    }

    

    .mdi-logout:before {

        content: "\f435";

    }

    

    .mdi-looks:before {

        content: "\f436";

    }

    

    .mdi-loupe:before {

        content: "\f437";

    }

    

    .mdi-lumx:before {

        content: "\f438";

    }

    

    .mdi-magnet:before {

        content: "\f439";

    }

    

    .mdi-magnet-on:before {

        content: "\f43a";

    }

    

    .mdi-magnify:before {

        content: "\f43b";

    }

    

    .mdi-magnify-minus:before {

        content: "\f43c";

    }

    

    .mdi-magnify-plus:before {

        content: "\f43d";

    }

    

    .mdi-mail-ru:before {

        content: "\f43e";

    }

    

    .mdi-map:before {

        content: "\f43f";

    }

    

    .mdi-map-marker:before {

        content: "\f440";

    }

    

    .mdi-map-marker-circle:before {

        content: "\f441";

    }

    

    .mdi-map-marker-multiple:before {

        content: "\f442";

    }

    

    .mdi-map-marker-off:before {

        content: "\f443";

    }

    

    .mdi-map-marker-radius:before {

        content: "\f444";

    }

    

    .mdi-margin:before {

        content: "\f445";

    }

    

    .mdi-markdown:before {

        content: "\f446";

    }

    

    .mdi-marker-check:before {

        content: "\f447";

    }

    

    .mdi-martini:before {

        content: "\f448";

    }

    

    .mdi-material-ui:before {

        content: "\f449";

    }

    

    .mdi-math-compass:before {

        content: "\f44a";

    }

    

    .mdi-maxcdn:before {

        content: "\f44b";

    }

    

    .mdi-medium:before {

        content: "\f44c";

    }

    

    .mdi-memory:before {

        content: "\f44d";

    }

    

    .mdi-menu:before {

        content: "\f44e";

    }

    

    .mdi-menu-down:before {

        content: "\f44f";

    }

    

    .mdi-menu-left:before {

        content: "\f450";

    }

    

    .mdi-menu-right:before {

        content: "\f451";

    }

    

    .mdi-menu-up:before {

        content: "\f452";

    }

    

    .mdi-message:before {

        content: "\f453";

    }

    

    .mdi-message-alert:before {

        content: "\f454";

    }

    

    .mdi-message-draw:before {

        content: "\f455";

    }

    

    .mdi-message-image:before {

        content: "\f456";

    }

    

    .mdi-message-outline:before {

        content: "\f457";

    }

    

    .mdi-message-processing:before {

        content: "\f458";

    }

    

    .mdi-message-reply:before {

        content: "\f459";

    }

    

    .mdi-message-reply-text:before {

        content: "\f45a";

    }

    

    .mdi-message-text:before {

        content: "\f45b";

    }

    

    .mdi-message-text-outline:before {

        content: "\f45c";

    }

    

    .mdi-message-video:before {

        content: "\f45d";

    }

    

    .mdi-microphone:before {

        content: "\f45e";

    }

    

    .mdi-microphone-off:before {

        content: "\f45f";

    }

    

    .mdi-microphone-outline:before {

        content: "\f460";

    }

    

    .mdi-microphone-settings:before {

        content: "\f461";

    }

    

    .mdi-microphone-variant:before {

        content: "\f462";

    }

    

    .mdi-microphone-variant-off:before {

        content: "\f463";

    }

    

    .mdi-microsoft:before {

        content: "\f464";

    }

    

    .mdi-minus:before {

        content: "\f465";

    }

    

    .mdi-minus-box:before {

        content: "\f466";

    }

    

    .mdi-minus-circle:before {

        content: "\f467";

    }

    

    .mdi-minus-circle-outline:before {

        content: "\f468";

    }

    

    .mdi-minus-network:before {

        content: "\f469";

    }

    

    .mdi-monitor:before {

        content: "\f46a";

    }

    

    .mdi-monitor-multiple:before {

        content: "\f46b";

    }

    

    .mdi-more:before {

        content: "\f46c";

    }

    

    .mdi-motorbike:before {

        content: "\f46d";

    }

    

    .mdi-mouse:before {

        content: "\f46e";

    }

    

    .mdi-mouse-off:before {

        content: "\f46f";

    }

    

    .mdi-mouse-variant:before {

        content: "\f470";

    }

    

    .mdi-mouse-variant-off:before {

        content: "\f471";

    }

    

    .mdi-movie:before {

        content: "\f472";

    }

    

    .mdi-multiplication:before {

        content: "\f473";

    }

    

    .mdi-multiplication-box:before {

        content: "\f474";

    }

    

    .mdi-music-box:before {

        content: "\f475";

    }

    

    .mdi-music-box-outline:before {

        content: "\f476";

    }

    

    .mdi-music-circle:before {

        content: "\f477";

    }

    

    .mdi-music-note:before {

        content: "\f478";

    }

    

    .mdi-music-note-eighth:before {

        content: "\f479";

    }

    

    .mdi-music-note-half:before {

        content: "\f47a";

    }

    

    .mdi-music-note-off:before {

        content: "\f47b";

    }

    

    .mdi-music-note-quarter:before {

        content: "\f47c";

    }

    

    .mdi-music-note-sixteenth:before {

        content: "\f47d";

    }

    

    .mdi-music-note-whole:before {

        content: "\f47e";

    }

    

    .mdi-nature:before {

        content: "\f47f";

    }

    

    .mdi-nature-people:before {

        content: "\f480";

    }

    

    .mdi-navigation:before {

        content: "\f481";

    }

    

    .mdi-needle:before {

        content: "\f482";

    }

    

    .mdi-nest-protect:before {

        content: "\f483";

    }

    

    .mdi-nest-thermostat:before {

        content: "\f484";

    }

    

    .mdi-newspaper:before {

        content: "\f485";

    }

    

    .mdi-nfc:before {

        content: "\f486";

    }

    

    .mdi-nfc-tap:before {

        content: "\f487";

    }

    

    .mdi-nfc-variant:before {

        content: "\f488";

    }

    

    .mdi-nodejs:before {

        content: "\f489";

    }

    

    .mdi-note:before {

        content: "\f48a";

    }

    

    .mdi-note-outline:before {

        content: "\f48b";

    }

    

    .mdi-note-plus:before {

        content: "\f48c";

    }

    

    .mdi-note-plus-outline:before {

        content: "\f48d";

    }

    

    .mdi-note-text:before {

        content: "\f48e";

    }

    

    .mdi-notification-clear-all:before {

        content: "\f48f";

    }

    

    .mdi-numeric:before {

        content: "\f490";

    }

    

    .mdi-numeric-0-box:before {

        content: "\f491";

    }

    

    .mdi-numeric-0-box-multiple-outline:before {

        content: "\f492";

    }

    

    .mdi-numeric-0-box-outline:before {

        content: "\f493";

    }

    

    .mdi-numeric-1-box:before {

        content: "\f494";

    }

    

    .mdi-numeric-1-box-multiple-outline:before {

        content: "\f495";

    }

    

    .mdi-numeric-1-box-outline:before {

        content: "\f496";

    }

    

    .mdi-numeric-2-box:before {

        content: "\f497";

    }

    

    .mdi-numeric-2-box-multiple-outline:before {

        content: "\f498";

    }

    

    .mdi-numeric-2-box-outline:before {

        content: "\f499";

    }

    

    .mdi-numeric-3-box:before {

        content: "\f49a";

    }

    

    .mdi-numeric-3-box-multiple-outline:before {

        content: "\f49b";

    }

    

    .mdi-numeric-3-box-outline:before {

        content: "\f49c";

    }

    

    .mdi-numeric-4-box:before {

        content: "\f49d";

    }

    

    .mdi-numeric-4-box-multiple-outline:before {

        content: "\f49e";

    }

    

    .mdi-numeric-4-box-outline:before {

        content: "\f49f";

    }

    

    .mdi-numeric-5-box:before {

        content: "\f4a0";

    }

    

    .mdi-numeric-5-box-multiple-outline:before {

        content: "\f4a1";

    }

    

    .mdi-numeric-5-box-outline:before {

        content: "\f4a2";

    }

    

    .mdi-numeric-6-box:before {

        content: "\f4a3";

    }

    

    .mdi-numeric-6-box-multiple-outline:before {

        content: "\f4a4";

    }

    

    .mdi-numeric-6-box-outline:before {

        content: "\f4a5";

    }

    

    .mdi-numeric-7-box:before {

        content: "\f4a6";

    }

    

    .mdi-numeric-7-box-multiple-outline:before {

        content: "\f4a7";

    }

    

    .mdi-numeric-7-box-outline:before {

        content: "\f4a8";

    }

    

    .mdi-numeric-8-box:before {

        content: "\f4a9";

    }

    

    .mdi-numeric-8-box-multiple-outline:before {

        content: "\f4aa";

    }

    

    .mdi-numeric-8-box-outline:before {

        content: "\f4ab";

    }

    

    .mdi-numeric-9-box:before {

        content: "\f4ac";

    }

    

    .mdi-numeric-9-box-multiple-outline:before {

        content: "\f4ad";

    }

    

    .mdi-numeric-9-box-outline:before {

        content: "\f4ae";

    }

    

    .mdi-numeric-9-plus-box:before {

        content: "\f4af";

    }

    

    .mdi-numeric-9-plus-box-multiple-outline:before {

        content: "\f4b0";

    }

    

    .mdi-numeric-9-plus-box-outline:before {

        content: "\f4b1";

    }

    

    .mdi-nutrition:before {

        content: "\f4b2";

    }

    

    .mdi-octagon:before {

        content: "\f4b3";

    }

    

    .mdi-octagon-outline:before {

        content: "\f4b4";

    }

    

    .mdi-odnoklassniki:before {

        content: "\f4b5";

    }

    

    .mdi-office:before {

        content: "\f4b6";

    }

    

    .mdi-oil:before {

        content: "\f4b7";

    }

    

    .mdi-oil-temperature:before {

        content: "\f4b8";

    }

    

    .mdi-omega:before {

        content: "\f4b9";

    }

    

    .mdi-onedrive:before {

        content: "\f4ba";

    }

    

    .mdi-open-in-app:before {

        content: "\f4bb";

    }

    

    .mdi-open-in-new:before {

        content: "\f4bc";

    }

    

    .mdi-opera:before {

        content: "\f4bd";

    }

    

    .mdi-ornament:before {

        content: "\f4be";

    }

    

    .mdi-ornament-variant:before {

        content: "\f4bf";

    }

    

    .mdi-outbox:before {

        content: "\f4c0";

    }

    

    .mdi-owl:before {

        content: "\f4c1";

    }

    

    .mdi-package:before {

        content: "\f4c2";

    }

    

    .mdi-package-down:before {

        content: "\f4c3";

    }

    

    .mdi-package-up:before {

        content: "\f4c4";

    }

    

    .mdi-package-variant:before {

        content: "\f4c5";

    }

    

    .mdi-package-variant-closed:before {

        content: "\f4c6";

    }

    

    .mdi-palette:before {

        content: "\f4c7";

    }

    

    .mdi-palette-advanced:before {

        content: "\f4c8";

    }

    

    .mdi-panda:before {

        content: "\f4c9";

    }

    

    .mdi-pandora:before {

        content: "\f4ca";

    }

    

    .mdi-panorama:before {

        content: "\f4cb";

    }

    

    .mdi-panorama-fisheye:before {

        content: "\f4cc";

    }

    

    .mdi-panorama-horizontal:before {

        content: "\f4cd";

    }

    

    .mdi-panorama-vertical:before {

        content: "\f4ce";

    }

    

    .mdi-panorama-wide-angle:before {

        content: "\f4cf";

    }

    

    .mdi-paper-cut-vertical:before {

        content: "\f4d0";

    }

    

    .mdi-paperclip:before {

        content: "\f4d1";

    }

    

    .mdi-parking:before {

        content: "\f4d2";

    }

    

    .mdi-pause:before {

        content: "\f4d3";

    }

    

    .mdi-pause-circle:before {

        content: "\f4d4";

    }

    

    .mdi-pause-circle-outline:before {

        content: "\f4d5";

    }

    

    .mdi-pause-octagon:before {

        content: "\f4d6";

    }

    

    .mdi-pause-octagon-outline:before {

        content: "\f4d7";

    }

    

    .mdi-paw:before {

        content: "\f4d8";

    }

    

    .mdi-pen:before {

        content: "\f4d9";

    }

    

    .mdi-pencil:before {

        content: "\f4da";

    }

    

    .mdi-pencil-box:before {

        content: "\f4db";

    }

    

    .mdi-pencil-box-outline:before {

        content: "\f4dc";

    }

    

    .mdi-pencil-lock:before {

        content: "\f4dd";

    }

    

    .mdi-pencil-off:before {

        content: "\f4de";

    }

    

    .mdi-percent:before {

        content: "\f4df";

    }

    

    .mdi-pharmacy:before {

        content: "\f4e0";

    }

    

    .mdi-phone:before {

        content: "\f4e1";

    }

    

    .mdi-phone-bluetooth:before {

        content: "\f4e2";

    }

    

    .mdi-phone-forward:before {

        content: "\f4e3";

    }

    

    .mdi-phone-hangup:before {

        content: "\f4e4";

    }

    

    .mdi-phone-in-talk:before {

        content: "\f4e5";

    }

    

    .mdi-phone-incoming:before {

        content: "\f4e6";

    }

    

    .mdi-phone-locked:before {

        content: "\f4e7";

    }

    

    .mdi-phone-log:before {

        content: "\f4e8";

    }

    

    .mdi-phone-missed:before {

        content: "\f4e9";

    }

    

    .mdi-phone-outgoing:before {

        content: "\f4ea";

    }

    

    .mdi-phone-paused:before {

        content: "\f4eb";

    }

    

    .mdi-phone-settings:before {

        content: "\f4ec";

    }

    

    .mdi-phone-voip:before {

        content: "\f4ed";

    }

    

    .mdi-pi:before {

        content: "\f4ee";

    }

    

    .mdi-pi-box:before {

        content: "\f4ef";

    }

    

    .mdi-pig:before {

        content: "\f4f0";

    }

    

    .mdi-pill:before {

        content: "\f4f1";

    }

    

    .mdi-pin:before {

        content: "\f4f2";

    }

    

    .mdi-pin-off:before {

        content: "\f4f3";

    }

    

    .mdi-pine-tree:before {

        content: "\f4f4";

    }

    

    .mdi-pine-tree-box:before {

        content: "\f4f5";

    }

    

    .mdi-pinterest:before {

        content: "\f4f6";

    }

    

    .mdi-pinterest-box:before {

        content: "\f4f7";

    }

    

    .mdi-pizza:before {

        content: "\f4f8";

    }

    

    .mdi-play:before {

        content: "\f4f9";

    }

    

    .mdi-play-box-outline:before {

        content: "\f4fa";

    }

    

    .mdi-play-circle:before {

        content: "\f4fb";

    }

    

    .mdi-play-circle-outline:before {

        content: "\f4fc";

    }

    

    .mdi-play-pause:before {

        content: "\f4fd";

    }

    

    .mdi-play-protected-content:before {

        content: "\f4fe";

    }

    

    .mdi-playlist-minus:before {

        content: "\f4ff";

    }

    

    .mdi-playlist-play:before {

        content: "\f500";

    }

    

    .mdi-playlist-plus:before {

        content: "\f501";

    }

    

    .mdi-playlist-remove:before {

        content: "\f502";

    }

    

    .mdi-playstation:before {

        content: "\f503";

    }

    

    .mdi-plus:before {

        content: "\f504";

    }

    

    .mdi-plus-box:before {

        content: "\f505";

    }

    

    .mdi-plus-circle:before {

        content: "\f506";

    }

    

    .mdi-plus-circle-multiple-outline:before {

        content: "\f507";

    }

    

    .mdi-plus-circle-outline:before {

        content: "\f508";

    }

    

    .mdi-plus-network:before {

        content: "\f509";

    }

    

    .mdi-plus-one:before {

        content: "\f50a";

    }

    

    .mdi-pocket:before {

        content: "\f50b";

    }

    

    .mdi-pokeball:before {

        content: "\f50c";

    }

    

    .mdi-polaroid:before {

        content: "\f50d";

    }

    

    .mdi-poll:before {

        content: "\f50e";

    }

    

    .mdi-poll-box:before {

        content: "\f50f";

    }

    

    .mdi-polymer:before {

        content: "\f510";

    }

    

    .mdi-popcorn:before {

        content: "\f511";

    }

    

    .mdi-pound:before {

        content: "\f512";

    }

    

    .mdi-pound-box:before {

        content: "\f513";

    }

    

    .mdi-power:before {

        content: "\f514";

    }

    

    .mdi-power-settings:before {

        content: "\f515";

    }

    

    .mdi-power-socket:before {

        content: "\f516";

    }

    

    .mdi-presentation:before {

        content: "\f517";

    }

    

    .mdi-presentation-play:before {

        content: "\f518";

    }

    

    .mdi-printer:before {

        content: "\f519";

    }

    

    .mdi-printer-3d:before {

        content: "\f51a";

    }

    

    .mdi-printer-alert:before {

        content: "\f51b";

    }

    

    .mdi-professional-hexagon:before {

        content: "\f51c";

    }

    

    .mdi-projector:before {

        content: "\f51d";

    }

    

    .mdi-projector-screen:before {

        content: "\f51e";

    }

    

    .mdi-pulse:before {

        content: "\f51f";

    }

    

    .mdi-puzzle:before {

        content: "\f520";

    }

    

    .mdi-qrcode:before {

        content: "\f521";

    }

    

    .mdi-qrcode-scan:before {

        content: "\f522";

    }

    

    .mdi-quadcopter:before {

        content: "\f523";

    }

    

    .mdi-quality-high:before {

        content: "\f524";

    }

    

    .mdi-quicktime:before {

        content: "\f525";

    }

    

    .mdi-radar:before {

        content: "\f526";

    }

    

    .mdi-radiator:before {

        content: "\f527";

    }

    

    .mdi-radio:before {

        content: "\f528";

    }

    

    .mdi-radio-handheld:before {

        content: "\f529";

    }

    

    .mdi-radio-tower:before {

        content: "\f52a";

    }

    

    .mdi-radioactive:before {

        content: "\f52b";

    }

    

    .mdi-radiobox-blank:before {

        content: "\f52c";

    }

    

    .mdi-radiobox-marked:before {

        content: "\f52d";

    }

    

    .mdi-raspberrypi:before {

        content: "\f52e";

    }

    

    .mdi-ray-end:before {

        content: "\f52f";

    }

    

    .mdi-ray-end-arrow:before {

        content: "\f530";

    }

    

    .mdi-ray-start:before {

        content: "\f531";

    }

    

    .mdi-ray-start-arrow:before {

        content: "\f532";

    }

    

    .mdi-ray-start-end:before {

        content: "\f533";

    }

    

    .mdi-ray-vertex:before {

        content: "\f534";

    }

    

    .mdi-rdio:before {

        content: "\f535";

    }

    

    .mdi-read:before {

        content: "\f536";

    }

    

    .mdi-readability:before {

        content: "\f537";

    }

    

    .mdi-receipt:before {

        content: "\f538";

    }

    

    .mdi-record:before {

        content: "\f539";

    }

    

    .mdi-record-rec:before {

        content: "\f53a";

    }

    

    .mdi-recycle:before {

        content: "\f53b";

    }

    

    .mdi-reddit:before {

        content: "\f53c";

    }

    

    .mdi-redo:before {

        content: "\f53d";

    }

    

    .mdi-redo-variant:before {

        content: "\f53e";

    }

    

    .mdi-refresh:before {

        content: "\f53f";

    }

    

    .mdi-regex:before {

        content: "\f540";

    }

    

    .mdi-relative-scale:before {

        content: "\f541";

    }

    

    .mdi-reload:before {

        content: "\f542";

    }

    

    .mdi-remote:before {

        content: "\f543";

    }

    

    .mdi-rename-box:before {

        content: "\f544";

    }

    

    .mdi-repeat:before {

        content: "\f545";

    }

    

    .mdi-repeat-off:before {

        content: "\f546";

    }

    

    .mdi-repeat-once:before {

        content: "\f547";

    }

    

    .mdi-replay:before {

        content: "\f548";

    }

    

    .mdi-reply:before {

        content: "\f549";

    }

    

    .mdi-reply-all:before {

        content: "\f54a";

    }

    

    .mdi-reproduction:before {

        content: "\f54b";

    }

    

    .mdi-resize-bottom-right:before {

        content: "\f54c";

    }

    

    .mdi-responsive:before {

        content: "\f54d";

    }

    

    .mdi-rewind:before {

        content: "\f54e";

    }

    

    .mdi-ribbon:before {

        content: "\f54f";

    }

    

    .mdi-road:before {

        content: "\f550";

    }

    

    .mdi-road-variant:before {

        content: "\f551";

    }

    

    .mdi-rocket:before {

        content: "\f552";

    }

    

    .mdi-rotate-3d:before {

        content: "\f553";

    }

    

    .mdi-rotate-left:before {

        content: "\f554";

    }

    

    .mdi-rotate-left-variant:before {

        content: "\f555";

    }

    

    .mdi-rotate-right:before {

        content: "\f556";

    }

    

    .mdi-rotate-right-variant:before {

        content: "\f557";

    }

    

    .mdi-router-wireless:before {

        content: "\f558";

    }

    

    .mdi-routes:before {

        content: "\f559";

    }

    

    .mdi-rss:before {

        content: "\f55a";

    }

    

    .mdi-rss-box:before {

        content: "\f55b";

    }

    

    .mdi-ruler:before {

        content: "\f55c";

    }

    

    .mdi-run:before {

        content: "\f55d";

    }

    

    .mdi-sale:before {

        content: "\f55e";

    }

    

    .mdi-satellite:before {

        content: "\f55f";

    }

    

    .mdi-satellite-variant:before {

        content: "\f560";

    }

    

    .mdi-scale:before {

        content: "\f561";

    }

    

    .mdi-scale-bathroom:before {

        content: "\f562";

    }

    

    .mdi-school:before {

        content: "\f563";

    }

    

    .mdi-screen-rotation:before {

        content: "\f564";

    }

    

    .mdi-screen-rotation-lock:before {

        content: "\f565";

    }

    

    .mdi-screwdriver:before {

        content: "\f566";

    }

    

    .mdi-script:before {

        content: "\f567";

    }

    

    .mdi-sd:before {

        content: "\f568";

    }

    

    .mdi-seal:before {

        content: "\f569";

    }

    

    .mdi-seat-flat:before {

        content: "\f56a";

    }

    

    .mdi-seat-flat-angled:before {

        content: "\f56b";

    }

    

    .mdi-seat-individual-suite:before {

        content: "\f56c";

    }

    

    .mdi-seat-legroom-extra:before {

        content: "\f56d";

    }

    

    .mdi-seat-legroom-normal:before {

        content: "\f56e";

    }

    

    .mdi-seat-legroom-reduced:before {

        content: "\f56f";

    }

    

    .mdi-seat-recline-extra:before {

        content: "\f570";

    }

    

    .mdi-seat-recline-normal:before {

        content: "\f571";

    }

    

    .mdi-security:before {

        content: "\f572";

    }

    

    .mdi-security-network:before {

        content: "\f573";

    }

    

    .mdi-select:before {

        content: "\f574";

    }

    

    .mdi-select-all:before {

        content: "\f575";

    }

    

    .mdi-select-inverse:before {

        content: "\f576";

    }

    

    .mdi-select-off:before {

        content: "\f577";

    }

    

    .mdi-selection:before {

        content: "\f578";

    }

    

    .mdi-send:before {

        content: "\f579";

    }

    

    .mdi-server:before {

        content: "\f57a";

    }

    

    .mdi-server-minus:before {

        content: "\f57b";

    }

    

    .mdi-server-network:before {

        content: "\f57c";

    }

    

    .mdi-server-network-off:before {

        content: "\f57d";

    }

    

    .mdi-server-off:before {

        content: "\f57e";

    }

    

    .mdi-server-plus:before {

        content: "\f57f";

    }

    

    .mdi-server-remove:before {

        content: "\f580";

    }

    

    .mdi-server-security:before {

        content: "\f581";

    }

    

    .mdi-settings:before {

        content: "\f582";

    }

    

    .mdi-settings-box:before {

        content: "\f583";

    }

    

    .mdi-shape-plus:before {

        content: "\f584";

    }

    

    .mdi-share:before {

        content: "\f585";

    }

    

    .mdi-share-variant:before {

        content: "\f586";

    }

    

    .mdi-shield:before {

        content: "\f587";

    }

    

    .mdi-shield-outline:before {

        content: "\f588";

    }

    

    .mdi-shopping:before {

        content: "\f589";

    }

    

    .mdi-shopping-music:before {

        content: "\f58a";

    }

    

    .mdi-shredder:before {

        content: "\f58b";

    }

    

    .mdi-shuffle:before {

        content: "\f58c";

    }

    

    .mdi-shuffle-disabled:before {

        content: "\f58d";

    }

    

    .mdi-shuffle-variant:before {

        content: "\f58e";

    }

    

    .mdi-sigma:before {

        content: "\f58f";

    }

    

    .mdi-sign-caution:before {

        content: "\f590";

    }

    

    .mdi-signal:before {

        content: "\f591";

    }

    

    .mdi-silverware:before {

        content: "\f592";

    }

    

    .mdi-silverware-fork:before {

        content: "\f593";

    }

    

    .mdi-silverware-spoon:before {

        content: "\f594";

    }

    

    .mdi-silverware-variant:before {

        content: "\f595";

    }

    

    .mdi-sim:before {

        content: "\f596";

    }

    

    .mdi-sim-alert:before {

        content: "\f597";

    }

    

    .mdi-sim-off:before {

        content: "\f598";

    }

    

    .mdi-sitemap:before {

        content: "\f599";

    }

    

    .mdi-skip-backward:before {

        content: "\f59a";

    }

    

    .mdi-skip-forward:before {

        content: "\f59b";

    }

    

    .mdi-skip-next:before {

        content: "\f59c";

    }

    

    .mdi-skip-previous:before {

        content: "\f59d";

    }

    

    .mdi-skype:before {

        content: "\f59e";

    }

    

    .mdi-skype-business:before {

        content: "\f59f";

    }

    

    .mdi-slack:before {

        content: "\f5a0";

    }

    

    .mdi-sleep:before {

        content: "\f5a1";

    }

    

    .mdi-sleep-off:before {

        content: "\f5a2";

    }

    

    .mdi-smoking:before {

        content: "\f5a3";

    }

    

    .mdi-smoking-off:before {

        content: "\f5a4";

    }

    

    .mdi-snapchat:before {

        content: "\f5a5";

    }

    

    .mdi-snowman:before {

        content: "\f5a6";

    }

    

    .mdi-sofa:before {

        content: "\f5a7";

    }

    

    .mdi-sort:before {

        content: "\f5a8";

    }

    

    .mdi-sort-alphabetical:before {

        content: "\f5a9";

    }

    

    .mdi-sort-ascending:before {

        content: "\f5aa";

    }

    

    .mdi-sort-descending:before {

        content: "\f5ab";

    }

    

    .mdi-sort-numeric:before {

        content: "\f5ac";

    }

    

    .mdi-sort-variant:before {

        content: "\f5ad";

    }

    

    .mdi-soundcloud:before {

        content: "\f5ae";

    }

    

    .mdi-source-fork:before {

        content: "\f5af";

    }

    

    .mdi-source-pull:before {

        content: "\f5b0";

    }

    

    .mdi-speaker:before {

        content: "\f5b1";

    }

    

    .mdi-speaker-off:before {

        content: "\f5b2";

    }

    

    .mdi-speedometer:before {

        content: "\f5b3";

    }

    

    .mdi-spellcheck:before {

        content: "\f5b4";

    }

    

    .mdi-spotify:before {

        content: "\f5b5";

    }

    

    .mdi-spotlight:before {

        content: "\f5b6";

    }

    

    .mdi-spotlight-beam:before {

        content: "\f5b7";

    }

    

    .mdi-square-inc:before {

        content: "\f5b8";

    }

    

    .mdi-square-inc-cash:before {

        content: "\f5b9";

    }

    

    .mdi-stackoverflow:before {

        content: "\f5ba";

    }

    

    .mdi-stairs:before {

        content: "\f5bb";

    }

    

    .mdi-star:before {

        content: "\f5bc";

    }

    

    .mdi-star-circle:before {

        content: "\f5bd";

    }

    

    .mdi-star-half:before {

        content: "\f5be";

    }

    

    .mdi-star-off:before {

        content: "\f5bf";

    }

    

    .mdi-star-outline:before {

        content: "\f5c0";

    }

    

    .mdi-steam:before {

        content: "\f5c1";

    }

    

    .mdi-steering:before {

        content: "\f5c2";

    }

    

    .mdi-step-backward:before {

        content: "\f5c3";

    }

    

    .mdi-step-backward-2:before {

        content: "\f5c4";

    }

    

    .mdi-step-forward:before {

        content: "\f5c5";

    }

    

    .mdi-step-forward-2:before {

        content: "\f5c6";

    }

    

    .mdi-stethoscope:before {

        content: "\f5c7";

    }

    

    .mdi-stocking:before {

        content: "\f5c8";

    }

    

    .mdi-stop:before {

        content: "\f5c9";

    }

    

    .mdi-store:before {

        content: "\f5ca";

    }

    

    .mdi-store-24-hour:before {

        content: "\f5cb";

    }

    

    .mdi-stove:before {

        content: "\f5cc";

    }

    

    .mdi-subway:before {

        content: "\f5cd";

    }

    

    .mdi-sunglasses:before {

        content: "\f5ce";

    }

    

    .mdi-swap-horizontal:before {

        content: "\f5cf";

    }

    

    .mdi-swap-vertical:before {

        content: "\f5d0";

    }

    

    .mdi-swim:before {

        content: "\f5d1";

    }

    

    .mdi-switch:before {

        content: "\f5d2";

    }

    

    .mdi-sword:before {

        content: "\f5d3";

    }

    

    .mdi-sync:before {

        content: "\f5d4";

    }

    

    .mdi-sync-alert:before {

        content: "\f5d5";

    }

    

    .mdi-sync-off:before {

        content: "\f5d6";

    }

    

    .mdi-tab:before {

        content: "\f5d7";

    }

    

    .mdi-tab-unselected:before {

        content: "\f5d8";

    }

    

    .mdi-table:before {

        content: "\f5d9";

    }

    

    .mdi-table-column-plus-after:before {

        content: "\f5da";

    }

    

    .mdi-table-column-plus-before:before {

        content: "\f5db";

    }

    

    .mdi-table-column-remove:before {

        content: "\f5dc";

    }

    

    .mdi-table-column-width:before {

        content: "\f5dd";

    }

    

    .mdi-table-edit:before {

        content: "\f5de";

    }

    

    .mdi-table-large:before {

        content: "\f5df";

    }

    

    .mdi-table-row-height:before {

        content: "\f5e0";

    }

    

    .mdi-table-row-plus-after:before {

        content: "\f5e1";

    }

    

    .mdi-table-row-plus-before:before {

        content: "\f5e2";

    }

    

    .mdi-table-row-remove:before {

        content: "\f5e3";

    }

    

    .mdi-tablet:before {

        content: "\f5e4";

    }

    

    .mdi-tablet-android:before {

        content: "\f5e5";

    }

    

    .mdi-tablet-ipad:before {

        content: "\f5e6";

    }

    

    .mdi-tag:before {

        content: "\f5e7";

    }

    

    .mdi-tag-faces:before {

        content: "\f5e8";

    }

    

    .mdi-tag-multiple:before {

        content: "\f5e9";

    }

    

    .mdi-tag-outline:before {

        content: "\f5ea";

    }

    

    .mdi-tag-text-outline:before {

        content: "\f5eb";

    }

    

    .mdi-target:before {

        content: "\f5ec";

    }

    

    .mdi-taxi:before {

        content: "\f5ed";

    }

    

    .mdi-teamviewer:before {

        content: "\f5ee";

    }

    

    .mdi-telegram:before {

        content: "\f5ef";

    }

    

    .mdi-television:before {

        content: "\f5f0";

    }

    

    .mdi-television-guide:before {

        content: "\f5f1";

    }

    

    .mdi-temperature-celsius:before {

        content: "\f5f2";

    }

    

    .mdi-temperature-fahrenheit:before {

        content: "\f5f3";

    }

    

    .mdi-temperature-kelvin:before {

        content: "\f5f4";

    }

    

    .mdi-tennis:before {

        content: "\f5f5";

    }

    

    .mdi-tent:before {

        content: "\f5f6";

    }

    

    .mdi-terrain:before {

        content: "\f5f7";

    }

    

    .mdi-text-to-speech:before {

        content: "\f5f8";

    }

    

    .mdi-text-to-speech-off:before {

        content: "\f5f9";

    }

    

    .mdi-texture:before {

        content: "\f5fa";

    }

    

    .mdi-theater:before {

        content: "\f5fb";

    }

    

    .mdi-theme-light-dark:before {

        content: "\f5fc";

    }

    

    .mdi-thermometer:before {

        content: "\f5fd";

    }

    

    .mdi-thermometer-lines:before {

        content: "\f5fe";

    }

    

    .mdi-thumb-down:before {

        content: "\f5ff";

    }

    

    .mdi-thumb-down-outline:before {

        content: "\f600";

    }

    

    .mdi-thumb-up:before {

        content: "\f601";

    }

    

    .mdi-thumb-up-outline:before {

        content: "\f602";

    }

    

    .mdi-thumbs-up-down:before {

        content: "\f603";

    }

    

    .mdi-ticket:before {

        content: "\f604";

    }

    

    .mdi-ticket-account:before {

        content: "\f605";

    }

    

    .mdi-ticket-confirmation:before {

        content: "\f606";

    }

    

    .mdi-tie:before {

        content: "\f607";

    }

    

    .mdi-timelapse:before {

        content: "\f608";

    }

    

    .mdi-timer:before {

        content: "\f609";

    }

    

    .mdi-timer-10:before {

        content: "\f60a";

    }

    

    .mdi-timer-3:before {

        content: "\f60b";

    }

    

    .mdi-timer-off:before {

        content: "\f60c";

    }

    

    .mdi-timer-sand:before {

        content: "\f60d";

    }

    

    .mdi-timetable:before {

        content: "\f60e";

    }

    

    .mdi-toggle-switch:before {

        content: "\f60f";

    }

    

    .mdi-toggle-switch-off:before {

        content: "\f610";

    }

    

    .mdi-tooltip:before {

        content: "\f611";

    }

    

    .mdi-tooltip-edit:before {

        content: "\f612";

    }

    

    .mdi-tooltip-image:before {

        content: "\f613";

    }

    

    .mdi-tooltip-outline:before {

        content: "\f614";

    }

    

    .mdi-tooltip-outline-plus:before {

        content: "\f615";

    }

    

    .mdi-tooltip-text:before {

        content: "\f616";

    }

    

    .mdi-tor:before {

        content: "\f617";

    }

    

    .mdi-traffic-light:before {

        content: "\f618";

    }

    

    .mdi-train:before {

        content: "\f619";

    }

    

    .mdi-tram:before {

        content: "\f61a";

    }

    

    .mdi-transcribe:before {

        content: "\f61b";

    }

    

    .mdi-transcribe-close:before {

        content: "\f61c";

    }

    

    .mdi-transfer:before {

        content: "\f61d";

    }

    

    .mdi-tree:before {

        content: "\f61e";

    }

    

    .mdi-trello:before {

        content: "\f61f";

    }

    

    .mdi-trending-down:before {

        content: "\f620";

    }

    

    .mdi-trending-neutral:before {

        content: "\f621";

    }

    

    .mdi-trending-up:before {

        content: "\f622";

    }

    

    .mdi-triangle:before {

        content: "\f623";

    }

    

    .mdi-triangle-outline:before {

        content: "\f624";

    }

    

    .mdi-trophy:before {

        content: "\f625";

    }

    

    .mdi-trophy-award:before {

        content: "\f626";

    }

    

    .mdi-trophy-outline:before {

        content: "\f627";

    }

    

    .mdi-trophy-variant:before {

        content: "\f628";

    }

    

    .mdi-trophy-variant-outline:before {

        content: "\f629";

    }

    

    .mdi-truck:before {

        content: "\f62a";

    }

    

    .mdi-truck-delivery:before {

        content: "\f62b";

    }

    

    .mdi-tshirt-crew:before {

        content: "\f62c";

    }

    

    .mdi-tshirt-v:before {

        content: "\f62d";

    }

    

    .mdi-tumblr:before {

        content: "\f62e";

    }

    

    .mdi-tumblr-reblog:before {

        content: "\f62f";

    }

    

    .mdi-twitch:before {

        content: "\f630";

    }

    

    .mdi-twitter:before {

        content: "\f631";

    }

    

    .mdi-twitter-box:before {

        content: "\f632";

    }

    

    .mdi-twitter-circle:before {

        content: "\f633";

    }

    

    .mdi-twitter-retweet:before {

        content: "\f634";

    }

    

    .mdi-ubuntu:before {

        content: "\f635";

    }

    

    .mdi-umbraco:before {

        content: "\f636";

    }

    

    .mdi-umbrella:before {

        content: "\f637";

    }

    

    .mdi-umbrella-outline:before {

        content: "\f638";

    }

    

    .mdi-undo:before {

        content: "\f639";

    }

    

    .mdi-undo-variant:before {

        content: "\f63a";

    }

    

    .mdi-unfold-less:before {

        content: "\f63b";

    }

    

    .mdi-unfold-more:before {

        content: "\f63c";

    }

    

    .mdi-ungroup:before {

        content: "\f63d";

    }

    

    .mdi-untappd:before {

        content: "\f63e";

    }

    

    .mdi-upload:before {

        content: "\f63f";

    }

    

    .mdi-usb:before {

        content: "\f640";

    }

    

    .mdi-vector-arrange-above:before {

        content: "\f641";

    }

    

    .mdi-vector-arrange-below:before {

        content: "\f642";

    }

    

    .mdi-vector-circle:before {

        content: "\f643";

    }

    

    .mdi-vector-circle-variant:before {

        content: "\f644";

    }

    

    .mdi-vector-combine:before {

        content: "\f645";

    }

    

    .mdi-vector-curve:before {

        content: "\f646";

    }

    

    .mdi-vector-difference:before {

        content: "\f647";

    }

    

    .mdi-vector-difference-ab:before {

        content: "\f648";

    }

    

    .mdi-vector-difference-ba:before {

        content: "\f649";

    }

    

    .mdi-vector-intersection:before {

        content: "\f64a";

    }

    

    .mdi-vector-line:before {

        content: "\f64b";

    }

    

    .mdi-vector-point:before {

        content: "\f64c";

    }

    

    .mdi-vector-polygon:before {

        content: "\f64d";

    }

    

    .mdi-vector-polyline:before {

        content: "\f64e";

    }

    

    .mdi-vector-selection:before {

        content: "\f64f";

    }

    

    .mdi-vector-square:before {

        content: "\f650";

    }

    

    .mdi-vector-triangle:before {

        content: "\f651";

    }

    

    .mdi-vector-union:before {

        content: "\f652";

    }

    

    .mdi-verified:before {

        content: "\f653";

    }

    

    .mdi-vibrate:before {

        content: "\f654";

    }

    

    .mdi-video:before {

        content: "\f655";

    }

    

    .mdi-video-off:before {

        content: "\f656";

    }

    

    .mdi-video-switch:before {

        content: "\f657";

    }

    

    .mdi-view-agenda:before {

        content: "\f658";

    }

    

    .mdi-view-array:before {

        content: "\f659";

    }

    

    .mdi-view-carousel:before {

        content: "\f65a";

    }

    

    .mdi-view-column:before {

        content: "\f65b";

    }

    

    .mdi-view-dashboard:before {

        content: "\f65c";

    }

    

    .mdi-view-day:before {

        content: "\f65d";

    }

    

    .mdi-view-grid:before {

        content: "\f65e";

    }

    

    .mdi-view-headline:before {

        content: "\f65f";

    }

    

    .mdi-view-list:before {

        content: "\f660";

    }

    

    .mdi-view-module:before {

        content: "\f661";

    }

    

    .mdi-view-quilt:before {

        content: "\f662";

    }

    

    .mdi-view-stream:before {

        content: "\f663";

    }

    

    .mdi-view-week:before {

        content: "\f664";

    }

    

    .mdi-vimeo:before {

        content: "\f665";

    }

    

    .mdi-vine:before {

        content: "\f666";

    }

    

    .mdi-vk:before {

        content: "\f667";

    }

    

    .mdi-vk-box:before {

        content: "\f668";

    }

    

    .mdi-vk-circle:before {

        content: "\f669";

    }

    

    .mdi-voicemail:before {

        content: "\f66a";

    }

    

    .mdi-volume-high:before {

        content: "\f66b";

    }

    

    .mdi-volume-low:before {

        content: "\f66c";

    }

    

    .mdi-volume-medium:before {

        content: "\f66d";

    }

    

    .mdi-volume-off:before {

        content: "\f66e";

    }

    

    .mdi-vpn:before {

        content: "\f66f";

    }

    

    .mdi-walk:before {

        content: "\f670";

    }

    

    .mdi-wallet:before {

        content: "\f671";

    }

    

    .mdi-wallet-giftcard:before {

        content: "\f672";

    }

    

    .mdi-wallet-membership:before {

        content: "\f673";

    }

    

    .mdi-wallet-travel:before {

        content: "\f674";

    }

    

    .mdi-wan:before {

        content: "\f675";

    }

    

    .mdi-watch:before {

        content: "\f676";

    }

    

    .mdi-watch-export:before {

        content: "\f677";

    }

    

    .mdi-watch-import:before {

        content: "\f678";

    }

    

    .mdi-water:before {

        content: "\f679";

    }

    

    .mdi-water-off:before {

        content: "\f67a";

    }

    

    .mdi-water-percent:before {

        content: "\f67b";

    }

    

    .mdi-water-pump:before {

        content: "\f67c";

    }

    

    .mdi-weather-cloudy:before {

        content: "\f67d";

    }

    

    .mdi-weather-fog:before {

        content: "\f67e";

    }

    

    .mdi-weather-hail:before {

        content: "\f67f";

    }

    

    .mdi-weather-lightning:before {

        content: "\f680";

    }

    

    .mdi-weather-night:before {

        content: "\f681";

    }

    

    .mdi-weather-partlycloudy:before {

        content: "\f682";

    }

    

    .mdi-weather-pouring:before {

        content: "\f683";

    }

    

    .mdi-weather-rainy:before {

        content: "\f684";

    }

    

    .mdi-weather-snowy:before {

        content: "\f685";

    }

    

    .mdi-weather-sunny:before {

        content: "\f686";

    }

    

    .mdi-weather-sunset:before {

        content: "\f687";

    }

    

    .mdi-weather-sunset-down:before {

        content: "\f688";

    }

    

    .mdi-weather-sunset-up:before {

        content: "\f689";

    }

    

    .mdi-weather-windy:before {

        content: "\f68a";

    }

    

    .mdi-weather-windy-variant:before {

        content: "\f68b";

    }

    

    .mdi-web:before {

        content: "\f68c";

    }

    

    .mdi-webcam:before {

        content: "\f68d";

    }

    

    .mdi-weight:before {

        content: "\f68e";

    }

    

    .mdi-weight-kilogram:before {

        content: "\f68f";

    }

    

    .mdi-whatsapp:before {

        content: "\f690";

    }

    

    .mdi-wheelchair-accessibility:before {

        content: "\f691";

    }

    

    .mdi-white-balance-auto:before {

        content: "\f692";

    }

    

    .mdi-white-balance-incandescent:before {

        content: "\f693";

    }

    

    .mdi-white-balance-irradescent:before {

        content: "\f694";

    }

    

    .mdi-white-balance-sunny:before {

        content: "\f695";

    }

    

    .mdi-wifi:before {

        content: "\f696";

    }

    

    .mdi-wifi-off:before {

        content: "\f697";

    }

    

    .mdi-wii:before {

        content: "\f698";

    }

    

    .mdi-wikipedia:before {

        content: "\f699";

    }

    

    .mdi-window-close:before {

        content: "\f69a";

    }

    

    .mdi-window-closed:before {

        content: "\f69b";

    }

    

    .mdi-window-maximize:before {

        content: "\f69c";

    }

    

    .mdi-window-minimize:before {

        content: "\f69d";

    }

    

    .mdi-window-open:before {

        content: "\f69e";

    }

    

    .mdi-window-restore:before {

        content: "\f69f";

    }

    

    .mdi-windows:before {

        content: "\f6a0";

    }

    

    .mdi-wordpress:before {

        content: "\f6a1";

    }

    

    .mdi-worker:before {

        content: "\f6a2";

    }

    

    .mdi-wrap:before {

        content: "\f6a3";

    }

    

    .mdi-wrench:before {

        content: "\f6a4";

    }

    

    .mdi-wunderlist:before {

        content: "\f6a5";

    }

    

    .mdi-xbox:before {

        content: "\f6a6";

    }

    

    .mdi-xbox-controller:before {

        content: "\f6a7";

    }

    

    .mdi-xbox-controller-off:before {

        content: "\f6a8";

    }

    

    .mdi-xda:before {

        content: "\f6a9";

    }

    

    .mdi-xing:before {

        content: "\f6aa";

    }

    

    .mdi-xing-box:before {

        content: "\f6ab";

    }

    

    .mdi-xing-circle:before {

        content: "\f6ac";

    }

    

    .mdi-xml:before {

        content: "\f6ad";

    }

    

    .mdi-yeast:before {

        content: "\f6ae";

    }

    

    .mdi-yelp:before {

        content: "\f6af";

    }

    

    .mdi-youtube-play:before {

        content: "\f6b0";

    }

    

    .mdi-zip-box:before {

        content: "\f6b1";

    }

    

    .mdi-18px {

        font-size: 18px;

    }

    

    .mdi-24px {

        font-size: 24px;

    }

    

    .mdi-36px {

        font-size: 36px;

    }

    

    .mdi-48px {

        font-size: 48px;

    }

    

    .mdi-dark {

        color: rgba(0, 0, 0, 0.54);

    }

    

    .mdi-dark.mdi-inactive {

        color: rgba(0, 0, 0, 0.26);

    }

    

    .mdi-light {

        color: white;

    }

    

    .mdi-light.mdi-inactive {

        color: rgba(255, 255, 255, 0.3);

    }

    /*# sourceMappingURL=materialdesignicons.css.map */

    

    .thumbnail-classic,

    .thumbnail-zoe,

    .thumbnail-winston,

    .thumbnail-josip,

    .thumbnail-janes,

    .thumbnail-apollo,

    .thumbnail-terry,

    .thumbnail-rayen,

    .thumbnail-classic>figure,

    .thumbnail-zoe>figure,

    .thumbnail-winston>figure,

    .thumbnail-josip>figure,

    .thumbnail-janes>figure,

    .thumbnail-apollo>figure,

    .thumbnail-terry>figure,

    .thumbnail-rayen>figure {

        position: relative;

        display: block;

    }

    

    .thumbnail-classic img,

    .thumbnail-zoe img,

    .thumbnail-winston img,

    .thumbnail-josip img,

    .thumbnail-janes img,

    .thumbnail-apollo img,

    .thumbnail-terry img,

    .thumbnail-rayen img,

    .thumbnail-classic figure img,

    .thumbnail-zoe figure img,

    .thumbnail-winston figure img,

    .thumbnail-josip figure img,

    .thumbnail-janes figure img,

    .thumbnail-apollo figure img,

    .thumbnail-terry figure img,

    .thumbnail-rayen figure img {

        width: 100%;

        height: 250px;

        transition: .35s;

        will-change: transform;

        object-fit: cover;

    }

    

    .thumbnail-classic figure figcaption,

    .thumbnail-zoe figure figcaption,

    .thumbnail-winston figure figcaption,

    .thumbnail-josip figure figcaption,

    .thumbnail-janes figure figcaption,

    .thumbnail-apollo figure figcaption,

    .thumbnail-terry figure figcaption,

    .thumbnail-rayen figure figcaption,

    .thumbnail-classic figcaption,

    .thumbnail-zoe figcaption,

    .thumbnail-winston figcaption,

    .thumbnail-josip figcaption,

    .thumbnail-janes figcaption,

    .thumbnail-apollo figcaption,

    .thumbnail-terry figcaption,

    .thumbnail-rayen figcaption {

        position: absolute;

    }

    

    .thumbnail {

        transition: .3s;

        border: none;

        box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.15);

    }

    

    a.thumbnail:hover {

        box-shadow: 0 5px 23px 0 rgba(0, 0, 0, 0.15);

    }

    

    .thumbnail-classic>img,

    .thumbnail-classic>figure>img {

        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.15);

    }

    

    .thumbnail-classic>figure figcaption,

    .thumbnail-classic>figcaption {

        top: 50%;

        left: 0;

        right: 0;

        padding: 20px;

        transform: translateY(-50%);

        transition: 0.3s all ease;

    }

    

    @media screen and (prefers-reduced-motion: reduce) {

        .thumbnail-classic>figure figcaption,

        .thumbnail-classic>figcaption {

            transition: none;

        }

    }

    

    .thumbnail-classic-title {

        position: absolute;

        top: 50%;

        left: 15px;

        right: 15px;

        z-index: 9;

        padding: 12px;

        margin-bottom: 0;

        overflow: hidden;

        text-overflow: ellipsis;

        white-space: nowrap;

        background: #fff;

        box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.15);

        transform: translateY(-50%);

        transition: 0.3s all ease;

    }

    

    @media screen and (prefers-reduced-motion: reduce) {

        .thumbnail-classic-title {

            transition: none;

        }

    }

    

    .thumbnail-classic-desc {

        padding: 6px;

        opacity: 0;

        color: #fff;

        background: #212121;

        box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.15);

        transform: scale(0.9);

        transition: 0.3s all ease;

    }

    

    @media screen and (prefers-reduced-motion: reduce) {

        .thumbnail-classic-desc {

            transition: none;

        }

    }

    

    .tablet .thumbnail-classic,

    .thumbnail-classic:hover {

        z-index: 1;

    }

    

    .tablet .thumbnail-classic>img,

    .tablet .thumbnail-classic>figure>img,

    .thumbnail-classic:hover>img,

    .thumbnail-classic:hover>figure>img {

        box-shadow: 0 5px 23px 0 rgba(0, 0, 0, 0.15);

        transform: scale(1.05);

        will-change: contents;

    }

    

    .tablet .thumbnail-classic>figure figcaption,

    .tablet .thumbnail-classic>figcaption,

    .thumbnail-classic:hover>figure figcaption,

    .thumbnail-classic:hover>figcaption {

        margin-top: 30px;

    }

    

    .tablet .thumbnail-classic .thumbnail-classic-title,

    .thumbnail-classic:hover .thumbnail-classic-title {

        margin-bottom: 14px;

        top: 0;

    }

    

    .tablet .thumbnail-classic .thumbnail-classic-desc,

    .thumbnail-classic:hover .thumbnail-classic-desc {

        opacity: 1;

        transform: scale(1);

    }

    

    .thumbnail-zoe {

        box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);

        transition: 0.3s box-shadow ease;

    }

    

    @media screen and (prefers-reduced-motion: reduce) {

        .thumbnail-zoe {

            transition: none;

        }

    }

    

    .thumbnail-zoe,

    .thumbnail-zoe>figure {

        overflow: hidden;

    }

    

    .thumbnail-zoe figcaption {

        width: 100%;

        top: auto;

        bottom: 0;

        height: 60px;

        padding-left: 1.3em;

        padding-right: 1.3em;

        background: #fff;

    }

    

    .thumbnail-zoe-title {

        overflow: hidden;

        white-space: nowrap;

        text-overflow: ellipsis;

        text-transform: uppercase;

        letter-spacing: 0.06em;

        margin-top: 25px;

        font-weight: 700;

    }

    

    .thumbnail-zoe .list-inline {

        text-align: center;

        margin-top: 20px;

    }

    

    .thumbnail-zoe .list-inline li {

        vertical-align: middle;

    }

    

    .thumbnail-zoe .list-inline li a {

        transition: 0.3s all ease;

    }

    

    @media screen and (prefers-reduced-motion: reduce) {

        .thumbnail-zoe .list-inline li a {

            transition: none;

        }

    }

    

    .thumbnail-zoe .list-inline li a:hover {

        color: #55bbeb;

    }

    

    .thumbnail-zoe .list-inline li+li {

        margin-left: 8px;

    }

    

    .thumbnail-zoe:hover .list-inline li,

    .thumbnail-zoe:hover .thumbnail-zoe-title,

    .thumbnail-zoe:hover figcaption {

        transform: translate3d(0, 0, 0);

    }

    

    .thumbnail-zoe:hover .thumbnail-zoe-title {

        transition-delay: 0.05s;

    }

    

    .thumbnail-zoe:hover .list-inline li:nth-child(3) {

        transition-delay: 0.1s;

    }

    

    .thumbnail-zoe:hover .list-inline li:nth-child(2) {

        transition-delay: 0.15s;

    }

    

    .thumbnail-zoe:hover .list-inline li:first-child {

        transition-delay: 0.2s;

    }

    

    @media (min-width: 1200px) {

        .thumbnail-zoe {

            box-shadow: none;

        }

        .thumbnail-zoe .list-inline li,

        .thumbnail-zoe .thumbnail-zoe-title,

        .thumbnail-zoe figcaption {

            transition: transform 0.3s;

            transform: translate3d(0, 200%, 0);

        }

    }

    

    @media screen and (min-width: 1200px) and (prefers-reduced-motion: reduce) {

        .thumbnail-zoe .list-inline li,

        .thumbnail-zoe .thumbnail-zoe-title,

        .thumbnail-zoe figcaption {

            transition: none;

        }

    }

    

    @media (min-width: 1200px) {

        .thumbnail-zoe figcaption {

            height: 75px;

        }

        .thumbnail-zoe .list-inline {

            float: right;

            margin-top: 26px;

        }

        .thumbnail-zoe:hover {

            box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);

        }

        .thumbnail-zoe:hover img,

        .thumbnail-zoe:hover figure>img {

            transform: translate3d(0, -40px, 0);

        }

    }

    

    .thumbnail-winston figure figcaption,

    .thumbnail-winston figcaption {

        position: static;

        width: 100%;

    }

    

    .thumbnail-winston-title {

        padding: 20px 5px;

        margin-bottom: 0;

        font-weight: 300;

        color: #fff;

        text-align: center;

        background: #212121;

        transition: transform 0.35s, opacity 0.35s;

    }

    

    @media screen and (prefers-reduced-motion: reduce) {

        .thumbnail-winston-title {

            transition: none;

        }

    }

    

    .thumbnail-winston p {

        display: inline-block;

        margin: 0 0 0.55em;

        padding: 0.4em 1em;

        font-weight: 500;

        text-transform: none;

        background: #fff;

        transition: transform 0.35s, opacity 0.35s;

    }

    

    @media screen and (prefers-reduced-motion: reduce) {

        .thumbnail-winston p {

            transition: none;

        }

    }

    

    .thumbnail-winston p:first-child {

        transition-delay: 0s;

    }

    

    .thumbnail-winston p:nth-of-type(2) {

        transition-delay: 0.05s;

    }

    

    .thumbnail-winston p:nth-of-type(3) {

        transition-delay: 0.1s;

    }

    

    .thumbnail-winston:hover p,

    .thumbnail-winston:hover .thumbnail-winston-title {

        opacity: 1;

        transform: translate3d(0, 0, 0);

    }

    

    @media (min-width: 1200px) {

        .thumbnail-winston,

        .thumbnail-winston>figure {

            overflow: hidden;

        }

        .thumbnail-winston figure figcaption,

        .thumbnail-winston figcaption {

            position: absolute;

            top: 15%;

            left: 6%;

            width: auto;

        }

        .thumbnail-winston p {

            opacity: 0;

            transform: translate3d(-360px, 0, 0);

        }

        .thumbnail-winston-title {

            padding: 0.1em 0.5em;

            margin-bottom: 18px;

            text-align: left;

            opacity: 0;

            -webkit-transform: translate3d(0, -360px, 0);

            transform: translate3d(0, -360px, 0);

        }

    }

    

    .thumbnail-josip figure figcaption,

    .thumbnail-josip figcaption {

        position: static;

        width: 100%;

        height: 60px;

        padding: 3px 5%;

        text-align: left;

        text-transform: none;

        vertical-align: middle;

        background: #212121;

        backface-visibility: hidden;

        transition: 0.3s, opacity 0.1s 0.3s;

    }

    

    @media screen and (prefers-reduced-motion: reduce) {

        .thumbnail-josip figure figcaption,

        .thumbnail-josip figcaption {

            transition: none;

        }

    }

    

    .thumbnail-josip-title,

    .thumbnail-josip p {

        overflow: hidden;

        display: block;

        white-space: nowrap;

        text-overflow: ellipsis;

        padding-right: 5px;

    }

    

    .thumbnail-josip-title {

        color: #fff;

    }

    

    .thumbnail-josip:hover figcaption {

        opacity: 1;

        -webkit-transform: translateY(0px);

        transform: translateY(0px);

        transition: transform 0.3s, opacity 0.1s;

    }

    

    @media screen and (prefers-reduced-motion: reduce) {

        .thumbnail-josip:hover figcaption {

            transition: none;

        }

    }

    

    @media (min-width: 992px) {

        .thumbnail-josip,

        .thumbnail-josip>figure {

            overflow: hidden;

        }

        .thumbnail-josip figure figcaption,

        .thumbnail-josip figcaption {

            position: absolute;

            top: auto;

            bottom: 0;

            left: 0;

            height: 85px;

            padding: 17px 5%;

            opacity: 0;

            -webkit-transform: translateY(100%);

            transform: translateY(100%);

        }

        .thumbnail-josip:hover img {

            -webkit-transform: translateY(-40px);

            transform: translateY(-40px);

        }

    }

    

    .tablet .thumbnail-josip figcaption {

        opacity: 1;

        -webkit-transform: translateY(0px);

        transform: translateY(0px);

        transition: transform 0.3s, opacity 0.1s;

    }

    

    @media screen and (prefers-reduced-motion: reduce) {

        .tablet .thumbnail-josip figcaption {

            transition: none;

        }

    }

    

    .thumbnail-janes {

        box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.15);

        transition: box-shadow 0.4s;

    }

    

    @media screen and (prefers-reduced-motion: reduce) {

        .thumbnail-janes {

            transition: none;

        }

    }

    

    .thumbnail-janes,

    .thumbnail-janes>figure {

        overflow: hidden;

    }

    

    .thumbnail-janes figcaption {

        position: static;

        padding: 20px;

        top: 0;

        left: 0;

        height: 100%;

        text-align: left;

        background: #fff;

        backface-visibility: hidden;

        transition: transform 0.3s;

    }

    

    @media screen and (prefers-reduced-motion: reduce) {

        .thumbnail-janes figcaption {

            transition: none;

        }

    }

    

    .thumbnail-janes p {

        margin-top: 5px;

        margin-bottom: 10px;

        max-height: 50px;

        overflow: hidden;

    }

    

    .thumbnail-janes:hover figcaption {

        opacity: 1;

        -webkit-transform: translateX(0);

        transform: translateX(0);

    }

    

    @media (min-width: 1200px) {

        .thumbnail-janes {

            box-shadow: none;

        }

        .thumbnail-janes figcaption {

            position: absolute;

            padding: 25px 30px 30px 30px;

            width: 101%;

            -webkit-transform: translateX(-100%);

            transform: translateX(-100%);

        }

        .thumbnail-janes p {

            max-height: 75px;

            margin-top: 15px;

            margin-bottom: 15px;

        }

        .thumbnail-janes:hover {

            box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.15);

        }

        .thumbnail-janes:hover img {

            -webkit-transform: translateX(25%);

            transform: translateX(25%);

        }

    }

    

    @media (min-width: 1600px) {

        .thumbnail-janes figcaption {

            width: 50%;

        }

        .thumbnail-janes p {

            max-height: none;

            margin-top: 18px;

            margin-bottom: 18px;

        }

    }

    

    .thumbnail-apollo {

        box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.15);

    }

    

    .thumbnail-apollo figure figcaption,

    .thumbnail-apollo figcaption {

        position: static;

        padding: 15px 20px 10px;

        text-align: left;

        transition: .3s;

        transition-delay: 0.2s;

    }

    

    .thumbnail-apollo p {

        margin-top: 5px;

        margin-bottom: 0;

        max-height: 45px;

        overflow: hidden;

    }

    

    .thumbnail-apollo .icon-xxs {

        font-size: 18px;

        line-height: 18px;

    }

    

    @media (min-width: 768px) {

        .thumbnail-apollo {

            box-shadow: none;

        }

        .thumbnail-apollo img {

            opacity: 1;

            transition: opacity 0.35s, transform 0.35s;

            -webkit-transform: scale3d(1.05, 1.05, 1);

            transform: scale3d(1.05, 1.05, 1);

        }

    }

    

    @media screen and (min-width: 768px) and (prefers-reduced-motion: reduce) {

        .thumbnail-apollo img {

            transition: none;

        }

    }

    

    @media (min-width: 768px) {

        .thumbnail-apollo:before {

            position: absolute;

            top: 0;

            left: 0;

            z-index: 1;

            width: 100%;

            height: 100%;

            background: rgba(255, 255, 255, 0.5);

            content: '';

            transition: transform 0.6s;

            -webkit-transform: scale3d(2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -110%, 0);

            transform: scale3d(2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -110%, 0);

        }

    }

    

    @media screen and (min-width: 768px) and (prefers-reduced-motion: reduce) {

        .thumbnail-apollo:before {

            transition: none;

        }

    }

    

    @media (min-width: 768px) {

        .thumbnail-apollo:hover img {

            opacity: 0.5;

            -webkit-transform: scale3d(1, 1, 1);

            transform: scale3d(1, 1, 1);

        }

        .thumbnail-apollo:hover figcaption {

            opacity: 1;

        }

        .thumbnail-apollo:hover:before {

            -webkit-transform: scale3d(2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 110%, 0);

            transform: scale3d(2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 110%, 0);

        }

        .thumbnail-apollo,

        .thumbnail-apollo figure {

            overflow: hidden;

            background: #55bbeb;

        }

        .thumbnail-apollo figure figcaption,

        .thumbnail-apollo figcaption {

            position: absolute;

            top: 50%;

            padding: 0 8%;

            margin-top: 0;

            color: #fff;

            opacity: 0;

            -webkit-transform: translateY(-50%);

            transform: translateY(-50%);

        }

        .thumbnail-apollo p {

            max-height: none;

            margin-top: 18px;

            margin-bottom: 18px;

        }

    }

    

    .tablet .thumbnail-apollo {

        box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.15);

    }

    

    .tablet .thumbnail-apollo figure figcaption,

    .tablet .thumbnail-apollo figcaption {

        position: static;

        padding: 15px 20px 10px;

        opacity: 1;

        -webkit-transform: translateY(0);

        transform: translateY(0);

        color: #191919;

    }

    

    .tablet .thumbnail-apollo img {

        opacity: 1;

        -webkit-transform: scale3d(1, 1, 1);

        transform: scale3d(1, 1, 1);

    }

    

    .tablet .thumbnail-apollo:before {

        display: none;

    }

    

    .tablet .thumbnail-apollo,

    .tablet .thumbnail-apollo figure {

        background: transparent;

    }

    

    .thumbnail-terry:before {

        display: none;

        content: "";

        position: absolute;

        top: 0;

        left: 0;

        bottom: 0;

        right: 0;

        border-radius: 5px;

        background: #000;

        opacity: 0;

        transition: 0.35s all ease;

        z-index: 2;

    }

    

    @media screen and (prefers-reduced-motion: reduce) {

        .thumbnail-terry:before {

            transition: none;

        }

    }

    

    .thumbnail-terry figcaption {

        position: relative;

        top: -1px;

        width: 100%;

        padding: 20px 15px;

        text-align: center;

        text-transform: none;

        vertical-align: middle;

        background: #434345;

        backface-visibility: hidden;

        border-bottom-left-radius: 5px;

        border-bottom-right-radius: 5px;

        transition: 0.35s all ease;

        z-index: 1;

    }

    

    @media screen and (prefers-reduced-motion: reduce) {

        .thumbnail-terry figcaption {

            transition: none;

        }

    }

    

    .thumbnail-terry img {

        border-top-left-radius: 5px;

        border-top-right-radius: 5px;

    }

    

    .thumbnail-terry-title,

    .thumbnail-terry-desc {

        color: #fff;

        overflow: hidden;

        display: block;

        white-space: nowrap;

        text-overflow: ellipsis;

        padding-right: 5px;

    }

    

    .thumbnail-terry-desc {

        display: none;

    }

    

    @media (min-width: 992px) {

        .thumbnail-terry:after {

            content: "";

            position: absolute;

            top: 0;

            left: 0;

            bottom: 0;

            right: 0;

            border-radius: 5px;

            background: rgba(0, 0, 0, 0.3);

            background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 100%);

            background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 100%);

            background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.5) 100%);

            filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);

        }

        .thumbnail-terry,

        .thumbnail-terry>figure {

            overflow: hidden;

        }

        .thumbnail-terry-desc,

        .thumbnail-terry:before {

            display: block;

        }

        .thumbnail-terry img {

            border-radius: 5px;

        }

        .thumbnail-terry figcaption {

            position: absolute;

            top: auto;

            bottom: 0;

            left: 0;

            z-index: 2;

            padding: 30px 15px;

            background: transparent;

            -webkit-transform: translateY(50px);

            transform: translateY(50px);

        }

        .thumbnail-terry .btn,

        .thumbnail-terry .pagination-classic>li>a,

        .thumbnail-terry .pagination-classic>li>span {

            opacity: 0;

            -webkit-transform: translateY(100%) scale(0.8);

            transform: translateY(100%) scale(0.8);

        }

        .thumbnail-terry:hover .btn,

        .thumbnail-terry:hover .pagination-classic>li>a,

        .thumbnail-terry:hover .pagination-classic>li>span,

        .thumbnail-terry:hover figcaption {

            opacity: 1;

            -webkit-transform: translateY(0) scale(1);

            transform: translateY(0) scale(1);

        }

        .thumbnail-terry:hover:before {

            opacity: 0.25;

        }

    }

    

    .tablet .thumbnail-terry .btn,

    .tablet .thumbnail-terry .pagination-classic>li>a,

    .tablet .thumbnail-terry .pagination-classic>li>span,

    .tablet .thumbnail-terry figcaption {

        opacity: 1;

        -webkit-transform: translateY(0) scale(1);

        transform: translateY(0) scale(1);

    }

    

    .tablet .thumbnail-terry:before {

        opacity: 0.25;

    }

    

    .thumbnail-rayen {

        position: relative;

        width: 100%;

        height: auto;

        overflow: hidden;

        margin: 10px !important;

        box-shadow: 1px 1px 0px 0px #00000054;

        border: 5px solid #efefef;

    }

    .gallery_desc {

        width: 100%;

    }

    .thumbnail-rayen {

        margin: 10px 0 0px !important;

    }

    .restless {

        padding: 44px 0!important;

    }

    .contact-sai .form-group label {

        margin-bottom: 3px;

        margin-top: 10px;

    }

}

.thumbnail-rayen:before {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    bottom: 0;

    right: 0;

    background: #383088;

    opacity: 0;

    transition: 0.35s all ease;

    z-index: 1;

}

@media screen and (prefers-reduced-motion: reduce) {

    .thumbnail-rayen:before {

        transition: none;

    }

}

.thumbnail-rayen figcaption {

    position: absolute;

    left: 50%;

    top: 50%;

    color: #fff;

    opacity: 0;

    transform: translate(-50%, 100%) scale(0);

    transition: 0.35s all ease;

    z-index: 2;

}

@media screen and (prefers-reduced-motion: reduce) {

    .thumbnail-rayen figcaption {

        transition: none;

    }

}

.thumbnail-rayen .icon:hover {

    color: #fe6500;

    transition: 0.35s color ease;

}

@media screen and (prefers-reduced-motion: reduce) {

    .thumbnail-rayen .icon:hover {

        transition: none;

    }

}

.thumbnail-rayen:hover:before {

    opacity: 0.5;

}

.thumbnail-rayen:hover figcaption {

    opacity: 1;

    transform: translate(-50%, -50%) scale(1);

}

.tablet .thumbnail-rayen figcaption,

.mobile .thumbnail-rayen figcaption {

    left: 50%;

    top: 50%;

    opacity: 1;

    visibility: visible;

    transform: translate(-50%, -50%) scale(1);

}

.tablet .thumbnail-rayen figcaption a .icon,

.mobile .thumbnail-rayen figcaption a .icon {

    font-size: 26px;

    line-height: 26px;

}

.tablet .thumbnail-rayen:before,

.mobile .thumbnail-rayen:before {

    opacity: 0.25;

}

.page {

    overflow: hidden;

    background-color: #fff;

}

.img-rounded {

    border-radius: 5px;

}

.img-cover {

    width: 100%;

    height: auto;

}

.img-bordered-white {

    border: 2px solid #fff;

}

.img-semi-transparent {

    opacity: .5;

    transition: 0.35s all ease;

    will-change: transform;

}

@media screen and (prefers-reduced-motion: reduce) {

    .img-semi-transparent {

        transition: none;

    }

}

.img-semi-transparent:hover {

    opacity: 1;

}

.element-fullwidth {

    width: 100%;

}

.bg-image {

    background-position: center center;

    background-size: cover;

    background-repeat: no-repeat;

}

.img-mobile-half-width {

    max-width: 50%;

    margin-left: auto;

    margin-right: auto;

}

@media (min-width: 480px) {

    .img-mobile-half-width {

        max-width: none;

    }

}

.page .text-left {

    text-align: left;

}

.page .text-center {

    text-align: center;

}

.page .text-right {

    text-align: right;

}

.page .text-middle {

    vertical-align: middle;

}

@media (min-width: 480px) {

    html:not(.lt-ie10) .page .text-xs-left {

        text-align: left;

    }

    

    html:not(.lt-ie10) .page .text-xs-center {

        text-align: center;

    }

    

    html:not(.lt-ie10) .page .text-xs-right {

        text-align: right;

    }

    

    html:not(.lt-ie10) .page .text-xs-justify {

        text-align: justify;

    }

    

    html:not(.lt-ie10) .page .text-xs-nowrap {

        white-space: nowrap;

    }

    

    html:not(.lt-ie10) .page .text-xs-normal {

        white-space: normal;

    }

}

@media (min-width: 768px) {

    html:not(.lt-ie10) .page .text-sm-left {

        text-align: left;

    }

    

    html:not(.lt-ie10) .page .text-sm-center {

        text-align: center;

    }

    

    html:not(.lt-ie10) .page .text-sm-right {

        text-align: right;

    }

    

    html:not(.lt-ie10) .page .text-sm-justify {

        text-align: justify;

    }

    

    html:not(.lt-ie10) .page .text-sm-nowrap {

        white-space: nowrap;

    }

    

    html:not(.lt-ie10) .page .text-sm-normal {

        white-space: normal;

    }

}

@media (min-width: 992px) {

    html:not(.lt-ie10) .page .text-md-left {

        text-align: left;

    }

    

    html:not(.lt-ie10) .page .text-md-center {

        text-align: center;

    }

    

    html:not(.lt-ie10) .page .text-md-right {

        text-align: right;

    }

    

    html:not(.lt-ie10) .page .text-md-justify {

        text-align: justify;

    }

    

    html:not(.lt-ie10) .page .text-md-nowrap {

        white-space: nowrap;

    }

    

    html:not(.lt-ie10) .page .text-md-normal {

        white-space: normal;

    }

}

@media (min-width: 1200px) {

    html:not(.lt-ie10) .page .text-lg-left {

        text-align: left;

    }

    

    html:not(.lt-ie10) .page .text-lg-center {

        text-align: center;

    }

    

    html:not(.lt-ie10) .page .text-lg-right {

        text-align: right;

    }

    

    html:not(.lt-ie10) .page .text-lg-justify {

        text-align: justify;

    }

    

    html:not(.lt-ie10) .page .text-lg-nowrap {

        white-space: nowrap;

    }

    

    html:not(.lt-ie10) .page .text-lg-normal {

        white-space: normal;

    }

}

@media (min-width: 1600px) {

    html:not(.lt-ie10) .page .text-xl-left {

        text-align: left;

    }

    

    html:not(.lt-ie10) .page .text-xl-center {

        text-align: center;

    }

    

    html:not(.lt-ie10) .page .text-xl-right {

        text-align: right;

    }

    

    html:not(.lt-ie10) .page .text-xl-justify {

        text-align: justify;

    }

    

    html:not(.lt-ie10) .page .text-xl-nowrap {

        white-space: nowrap;

    }

    

    html:not(.lt-ie10) .page .text-xl-normal {

        white-space: normal;

    }

}

.page .text-italic {

    font-style: italic;

}

.page .text-normal {

    font-style: normal;

}

.page .text-underline {

    text-decoration: underline;

}

.page .text-strike {

    text-decoration: line-through;

}

.page .text-thin {

    font-weight: 100;

}

.page .text-light {

    font-weight: 300;

}

.page .text-regular {

    font-weight: 400;

}

.page .text-medium {

    font-weight: 500;

}

.page .text-sbold {

    font-weight: 600;

}

.page .text-bold,

.page strong {

    font-weight: 700;

}

.page .text-ubold {

    font-weight: 900;

}

.page .text-spacing-0 {

    letter-spacing: 0;

}

.page .text-spacing-20 {

    letter-spacing: 0.02em;

}

.page .text-spacing-40 {

    letter-spacing: 0.04em;

}

.page .text-spacing-60 {

    letter-spacing: 0.06em;

}

.page .text-spacing-120 {

    letter-spacing: 0.12em;

}

.nav-tabs>li,

.nav-tabs>li:last-child {

    margin-bottom: -1px;

}

.nav-stacked>li+li {

    margin-top: 4px;

}

@media (min-width: 992px) {

    .nav-stacked-container .tab-content,

    .nav-stacked-container .nav-stacked {

        display: table-cell;

        vertical-align: top;

    }

    

    .nav-stacked-container .nav-stacked {

        width: 25%;

    }

    

    .nav-stacked-container .tab-content {

        width: 73%;

        padding-left: 20px;

    }

}

.navbar {

    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);

    border: none;

    text-align: left;

}

.navbar-brand {

    padding-left: 0px;

    padding-right: 0px;

}

.navbar .navbar-toggle {

    margin-top: 9px;

    margin-bottom: 9px;

}

.navbar .navbar-text {

    margin-top: 14px;

    margin-bottom: 14px;

}

.navbar .navbar-form {

    margin-top: 6px;

    margin-bottom: 6px;

    padding-left: 10px;

    padding-right: 10px;

}

.navbar .navbar-form .form-search-submit {

    right: 15px;

}

.navbar-nav>li>.dropdown-menu {

    margin-top: 2px;

}

.navbar-nav>li>a {

    transition: .3s;

    font-weight: 400;

    font-size: 14px;

}

.navbar-nav>li>a .badge {

    margin-top: -17px;

    margin-left: -5px;

    margin-right: -5px;

}

.icon {

    position: relative;

    display: inline-block;

    font-weight: 400;

    font-size: 54px;

    line-height: 56px;

    font-style: normal;

}

.icon:before {

    display: inline-block;

    position: relative;

}

a.icon {

    transition: .3s;

}

.icon-rect,

.icon-circle,

.icon-rounded,

.icon-outlined {

    width: 70px;

    height: 70px;

    font-size: 32px;

    line-height: 70px;

    text-align: center;

    border: 2px solid;

}

.icon-circle {

    border-radius: 50%;

}

.icon-rounded {

    border-radius: 5px;

}

.icon-outlined {

    position: relative;

}

.icon-outlined,

.icon-outlined:after {

    border-radius: 50%;

}

.icon-outlined:after {

    position: absolute;

    top: -7px;

    right: -7px;

    bottom: -7px;

    left: -7px;

    content: '';

    border: 2px solid #d3dbe8;

}

.icon-xxs {

    font-size: 21px;

    line-height: 25px;

    color: #fff !important;

    margin-right: 10px;

}

.icon-xxs.icon-rect,

.icon-xxs.icon-rounded,

.icon-xxs.icon-circle,

.icon-xxs.icon-outlined {

    width: 40px;

    height: 40px;

    line-height: 40px;

    font-size: 18px;

}

.icon-xs {

    font-size: 32px;

    line-height: 32px;

}

.icon-xs.icon-rect,

.icon-xs.icon-rounded,

.icon-xs.icon-circle,

.icon-xs.icon-outlined {

    width: 50px;

    height: 50px;

    line-height: 50px;

    font-size: 21px;

    background: #fe0909;

    border: 2px solid #fff;

}

.icon-sm {

    font-size: 42px;

    line-height: 42px;

}

.icon-sm.icon-rect,

.icon-sm.icon-rounded,

.icon-sm.icon-circle,

.icon-sm.icon-outlined {

    width: 60px;

    height: 60px;

    line-height: 60px;

    font-size: 26px;

}

.icon-lg {

    font-size: 72px;

    line-height: 72px;

}

.icon-lg.icon-rect,

.icon-lg.icon-rounded,

.icon-lg.icon-circle,

.icon-lg.icon-outlined {

    width: 50px;

    height: 50px;

    line-height: 48px;

    font-size: 22px;

}

.icon-xlg {

    font-size: 96px;

    line-height: 96px;

}

.icon-xlg.icon-rect,

.icon-xlg.icon-rounded,

.icon-xlg.icon-circle,

.icon-xlg.icon-outlined {

    width: 100px;

    height: 100px;

    line-height: 100px;

    font-size: 48px;

}

.icon-default {

    color: #434345;

    border-color: #d3dbe8;

}

.icon-darker {

    color: #434345;

    border-color: #434345;

}

.icon-primary {

    color: #554e9f;

    border-color: #554e9f;

}

.icon-deluge {

    color: #8668ad;

    border-color: #8668ad;

}

.icon-picton-blue {

    color: #55bbeb;

    border-color: #55bbeb;

}

.icon-success {

    color: #abcc37;

    border-color: #abcc37;

}

.icon-warning {

    color: #f5bf2f;

    border-color: #f5bf2f;

}

.icon-danger {

    color: #f54b0f;

    border-color: #f54b0f;

}

.icon-info {

    color: #79ccf2;

    border-color: #79ccf2;

}

.icon-darker-filled,

.icon-darkest-filled,

.icon-orange-filled,

.icon-shark-filled,

.icon-mantis-filled,

.icon-pink-filled,

.icon-malibu-filled,

.icon-carrot-filled,

.icon-red-filled,

.icon-blue-gray-filled {

    color: #fff;

    border: none;

}

.icon-darker-filled {

    background: #434345;

}

.icon-darkest-filled {

    background: #212121;

}

.icon-orange-filled {

    background: #fe6500;

}

.icon-shark-filled {

    background: -moz-linear-gradient(45deg, #191919 0%, #434345 100%);

    background: -webkit-linear-gradient(45deg, #191919 0%, #434345 100%);

    background: -o-linear-gradient(45deg, #191919 0%, #434345 100%);

    background: -ms-linear-gradient(45deg, #191919 0%, #434345 100%);

    background: linear-gradient(45deg, #191919 0%, #434345 100%);

}

.icon-mantis-filled {

    background: -moz-linear-gradient(45deg, #554e9f 0%, #84c450 100%);

    background: -webkit-linear-gradient(45deg, #554e9f 0%, #84c450 100%);

    background: -o-linear-gradient(45deg, #554e9f 0%, #84c450 100%);

    background: -ms-linear-gradient(45deg, #554e9f 0%, #84c450 100%);

    background: linear-gradient(45deg, #554e9f 0%, #84c450 100%);

}

.icon-pink-filled {

    background: -moz-linear-gradient(45deg, #8668ad 0%, #695999 100%);

    background: -webkit-linear-gradient(45deg, #8668ad 0%, #695999 100%);

    background: -o-linear-gradient(45deg, #8668ad 0%, #695999 100%);

    background: -ms-linear-gradient(45deg, #8668ad 0%, #695999 100%);

    background: linear-gradient(45deg, #8668ad 0%, #695999 100%);

}

.icon-malibu-filled {

    background: -moz-linear-gradient(45deg, #55bbeb 0%, #79ccf2 100%);

    background: -webkit-linear-gradient(45deg, #55bbeb 0%, #79ccf2 100%);

    background: -o-linear-gradient(45deg, #55bbeb 0%, #79ccf2 100%);

    background: -ms-linear-gradient(45deg, #55bbeb 0%, #79ccf2 100%);

    background: linear-gradient(45deg, #55bbeb 0%, #79ccf2 100%);

}

.icon-carrot-filled {

    background: -moz-linear-gradient(45deg, #f5bf2f 0%, #F3A43D 100%);

    background: -webkit-linear-gradient(45deg, #f5bf2f 0%, #F3A43D 100%);

    background: -o-linear-gradient(45deg, #f5bf2f 0%, #F3A43D 100%);

    background: -ms-linear-gradient(45deg, #f5bf2f 0%, #F3A43D 100%);

    background: linear-gradient(45deg, #f5bf2f 0%, #F3A43D 100%);

}

.icon-red-filled {

    background: -moz-linear-gradient(45deg, #f54b0f 0%, #e50a0a 100%);

    background: -webkit-linear-gradient(45deg, #f54b0f 0%, #e50a0a 100%);

    background: -o-linear-gradient(45deg, #f54b0f 0%, #e50a0a 100%);

    background: -ms-linear-gradient(45deg, #f54b0f 0%, #e50a0a 100%);

    background: linear-gradient(45deg, #f54b0f 0%, #e50a0a 100%);

}

.icon-blue-gray-filled {

    background: -moz-linear-gradient(45deg, #8668ad 0%, #55bbeb 100%);

    background: -webkit-linear-gradient(45deg, #8668ad 0%, #55bbeb 100%);

    background: -o-linear-gradient(45deg, #8668ad 0%, #55bbeb 100%);

    background: -ms-linear-gradient(45deg, #8668ad 0%, #55bbeb 100%);

    background: linear-gradient(45deg, #8668ad 0%, #55bbeb 100%);

}

.icon.icon-xs.mdi-monitor {

    font-size: 28px;

}

.icon.icon-sm.mdi-monitor {

    font-size: 36px;

}

.icon.icon-sm.mdi-code-brackets,

.icon.icon-sm.mdi-clock,

.icon.icon-sm.mdi-vector-arrange-below {

    font-size: 45px;

}

.icon-rect.mdi-vector-arrange-below,

.icon-rect.mdi-share-variant,

.icon-rect.mdi-magnify,

.icon-rect.mdi-monitor,

.icon-circle.mdi-vector-arrange-below,

.icon-circle.mdi-share-variant,

.icon-circle.mdi-magnify,

.icon-circle.mdi-monitor,

.icon-rounded.mdi-vector-arrange-below,

.icon-rounded.mdi-share-variant,

.icon-rounded.mdi-magnify,

.icon-rounded.mdi-monitor,

.icon-outlined.mdi-vector-arrange-below,

.icon-outlined.mdi-share-variant,

.icon-outlined.mdi-magnify,

.icon-outlined.mdi-monitor {

    font-size: 36px;

}

.icon-rect.mdi-brush,

.icon-circle.mdi-brush,

.icon-rounded.mdi-brush,

.icon-outlined.mdi-brush {

    font-size: 38px;

}

.icon-rect.mdi-cube-outline,

.icon-rect.mdi-palette,

.icon-circle.mdi-cube-outline,

.icon-circle.mdi-palette,

.icon-rounded.mdi-cube-outline,

.icon-rounded.mdi-palette,

.icon-outlined.mdi-cube-outline,

.icon-outlined.mdi-palette {

    font-size: 40px;

}

.icon-rect.mdi-format-bold,

.icon-rect.mdi-spellcheck,

.icon-rect.mdi-rocket,

.icon-rect.mdi-xml,

.icon-circle.mdi-format-bold,

.icon-circle.mdi-spellcheck,

.icon-circle.mdi-rocket,

.icon-circle.mdi-xml,

.icon-rounded.mdi-format-bold,

.icon-rounded.mdi-spellcheck,

.icon-rounded.mdi-rocket,

.icon-rounded.mdi-xml,

.icon-outlined.mdi-format-bold,

.icon-outlined.mdi-spellcheck,

.icon-outlined.mdi-rocket,

.icon-outlined.mdi-xml {

    font-size: 42px;

}

a.icon-rect.fa-facebook:hover,

a.icon-circle.fa-facebook:hover,

a.icon-outlined.fa-facebook:hover,

a.icon-rounded.fa-facebook:hover {

    color: #fff;

    background: #0956b5;

}

a.icon-rect.fa-twitter:hover,

a.icon-circle.fa-twitter:hover,

a.icon-outlined.fa-twitter:hover,

a.icon-rounded.fa-twitter:hover {

    color: #fff;

    background: #28d4f9;

}

a.icon-rect.fa-google-plus:hover,

a.icon-circle.fa-google-plus:hover,

a.icon-outlined.fa-google-plus:hover,

a.icon-rounded.fa-google-plus:hover {

    color: #fff;

    background: #f96a23;

}

a.icon-rect.fa-linkedin:hover,

a.icon-circle.fa-linkedin:hover,

a.icon-outlined.fa-linkedin:hover,

a.icon-rounded.fa-linkedin:hover {

    color: #fff;

    background: #0E7EB5;

}

a.icon-rect.fa-500px:hover,

a.icon-circle.fa-500px:hover,

a.icon-outlined.fa-500px:hover,

a.icon-rounded.fa-500px:hover {

    color: #fff;

    background: #bebebe;

}

a.icon-rect.fa-behance:hover,

a.icon-circle.fa-behance:hover,

a.icon-outlined.fa-behance:hover,

a.icon-rounded.fa-behance:hover {

    background: #64aae1;

    color: #fff;

}

.fontawesome-icon-list {

    text-align: left;

}

.fontawesome-icon-list .icon-list-item {

    padding: 15px 0 15px 20px;

    font-size: 18px;

    line-height: 18px;

    border-radius: 3px;

    white-space: nowrap;

    overflow: hidden;

    text-overflow: ellipsis;

}

.fontawesome-icon-list .icon-list-item i {

    padding-right: 15px;

    font-size: 22px;

    line-height: 22px;

    float: left;

}

.fontawesome-icon-list .icon-list-item:hover {

    background: #554e9f;

    color: #fff;

    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);

}

.fontawesome-icon-list .icon-list-item:hover i {

    -webkit-transform: scale(1.5);

    transform: scale(1.5);

}

.progress-linear {

    position: relative;

    height: 12px;

}

.progress-linear .progress-bar-linear-wrap,

.progress-linear .progress-bar-linear {

    height: 100%;

    border-radius: 5px;

}

.progress-linear .progress-bar-linear-wrap {

    background: #f2f4f9;

}

.progress-linear .progress-bar-linear {

    width: 0;

    transition: 0.5s all ease;

}

@media screen and (prefers-reduced-motion: reduce) {

    .progress-linear .progress-bar-linear {

        transition: none;

    }

}

.progress-linear .progress-value:after {

    content: "%";

}

.progress-bar-circle {

    display: inline-block;

    position: relative;

    text-align: center;

    line-height: 1.2;

}

.progress-bar-circle:before {

    position: absolute;

    top: 50%;

    left: 50%;

    width: 74%;

    height: 74%;

    content: '';

    transform: translate(-50%, -50%);

    border-radius: 50%;

    border: 1px solid #f0f1f4;

}

.progress-bar-circle canvas {

    vertical-align: middle;

}

.progress-bar-circle span {

    position: absolute;

    top: 48%;

    left: 50%;

    font-weight: 900;

    font-size: 38px;

    line-height: 38px;

    transform: translate(-50%, -50%);

}

.progress-bar-circle span:after {

    content: "%";

}

.progress {

    height: 20px;

}

.progress-bar {

    font-weight: 700;

    font-size: 13px;

    line-height: 20px;

    box-shadow: none;

}

.media-right,

.media>.pull-right {

    padding-left: 10px;

}

.media-left,

.media>.pull-left {

    padding-right: 10px;

}

@media (min-width: 480px) {

    .media-right,

    .media>.pull-right {

        padding-left: 20px;

    }

    

    .media-left,

    .media>.pull-left {

        padding-right: 20px;

    }

}

.list-group-item>.badge {

    margin-top: 5px;

    margin-bottom: 5px;

}

.list-group-item-success {

    color: #fff;

    background-color: #abcc37;

}

.list-group-item-success.list-group-item-action:hover,

.list-group-item-success.list-group-item-action:focus {

    color: #fff;

    background-color: #9bba2f;

}

.list-group-item-success.list-group-item-action.active {

    color: #fff;

    background-color: #fff;

    border-color: #fff;

}

.list-group-item-info {

    color: #fff;

    background-color: #79ccf2;

}

.list-group-item-info.list-group-item-action:hover,

.list-group-item-info.list-group-item-action:focus {

    color: #fff;

    background-color: #62c3f0;

}

.list-group-item-info.list-group-item-action.active {

    color: #fff;

    background-color: #fff;

    border-color: #fff;

}

.list-group-item-warning {

    color: #fff;

    background-color: #f5bf2f;

}

.list-group-item-warning.list-group-item-action:hover,

.list-group-item-warning.list-group-item-action:focus {

    color: #fff;

    background-color: #f4b817;

}

.list-group-item-warning.list-group-item-action.active {

    color: #fff;

    background-color: #fff;

    border-color: #fff;

}

.list-group-item-danger {

    color: #fff;

    background-color: #f54b0f;

}

.list-group-item-danger.list-group-item-action:hover,

.list-group-item-danger.list-group-item-action:focus {

    color: #fff;

    background-color: #e14209;

}

.list-group-item-danger.list-group-item-action.active {

    color: #fff;

    background-color: #fff;

    border-color: #fff;

}

.breadcrumb-classic {

    position: relative;

}

.breadcrumb-classic {

    fill: #55bbeb;

    background: #55bbeb;

    background: -moz-linear-gradient(90deg, #55bbeb 0%, #84c450 100%);

    background: -webkit-linear-gradient(90deg, #55bbeb 0%, #84c450 100%);

    background: -o-linear-gradient(90deg, #55bbeb 0%, #84c450 100%);

    background: -ms-linear-gradient(90deg, #55bbeb 0%, #84c450 100%);

    background: linear-gradient(90deg, #55bbeb 0%, #84c450 100%);

}

.breadcrumb-classic:before {

    fill: #55bbeb;

    background: #55bbeb;

    background: -moz-linear-gradient(270deg, #55bbeb 0%, #84c450 100%);

    background: -webkit-linear-gradient(270deg, #55bbeb 0%, #84c450 100%);

    background: -o-linear-gradient(270deg, #55bbeb 0%, #84c450 100%);

    background: -ms-linear-gradient(270deg, #55bbeb 0%, #84c450 100%);

    background: linear-gradient(270deg, #55bbeb 0%, #84c450 100%);

}

.breadcrumb-classic,

.breadcrumb-classic a {

    color: #fff;

}

.breadcrumb-classic:before {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    content: '';

    animation: fadeBoth 6s infinite;

}

.breadcrumb-classic>*:not(svg) {

    position: relative;

    z-index: 1;

}

.breadcrumb-classic .svg-triangle-bottom {

    position: absolute;

    top: 100%;

    left: 50%;

    width: 60px;

    height: 30px;

    margin-top: -1px;

    margin-left: -30px;

    z-index: 2;

}

.breadcrumb-default {

    padding: 28px 15px;

    background: #f7f7f7;

}

.breadcrumb-default>li {

    display: inline-block;

}

.breadcrumb-default>li a {

    color: #9b9b9b;

    font-size: 15px;

}

.breadcrumb-default>li a:hover {

    color: #55bbeb;

}

.breadcrumb-default>li+li {

    margin-left: 3px;

}

.breadcrumb-default>li+li:before {

    content: "ïˆ´";

    font-family: "Material Design Icons";

    color: #9b9b9b;

    padding-right: 4px;

}

.input-group-addon {

    transition: .3s;

    vertical-align: middle;

    color: #fff;

}

.input-group-addon>.input-group-icon {

    position: relative;

    display: inline-block;

}

.input-group-addon-inverse {

    background: #fff;

    border-color: #d3dbe8;

    color: #434345;

}

.input-group .form-control {

    color: #212121;

    background: #fff;

}

.input-group>.input-group-addon>.input-group-icon {

    font-size: 28px;

}

.input-group.input-group-sm .form-control {

    height: 40px;

}

.input-group.input-group-sm>.input-group-addon>.input-group-icon {

    font-size: 19px;

    line-height: 1;

}

.input-group.input-group-sm>.input-group-addon>.input-group-icon.mdi {

    top: 2px;

}

.input-group.input-group-sm>.input-group-btn>.btn,

.pagination-classic.input-group.input-group-sm>li.input-group-btn>a,

.pagination-classic.input-group.input-group-sm>li.input-group-btn>span {

    font-size: 12px;

}

.input-group.input-group-lg .form-control {

    height: 70px;

}

.input-group.input-group-lg>.input-group-addon>.input-group-icon {

    font-size: 32px;

}

.input-group .form-control:not(:first-child):not(:last-child).form-control-last-child {

    border-top-right-radius: 3px;

    border-bottom-right-radius: 3px;

}

.input-group-btn>.btn+.btn,

.pagination-classic>li.input-group-btn>a+.btn,

.pagination-classic>li.input-group-btn>span+.btn,

.pagination-classic>li.input-group-btn>.btn+a,

.pagination-classic>li.input-group-btn>a+a,

.pagination-classic>li.input-group-btn>span+a,

.pagination-classic>li.input-group-btn>.btn+span,

.pagination-classic>li.input-group-btn>a+span,

.pagination-classic>li.input-group-btn>span+span {

    margin-left: 0;

}

.dropcap:first-letter {

    float: left;

    padding-right: 8px;

    margin-left: -10px;

    margin-top: 2px;

    font-size: 120px;

    font-weight: 300;

    line-height: 0.7;

}

.dropcap-dark:first-letter {

    color: #9b9b9b;

}

.alert-classic {

    padding: 17px 22px 17px;

    margin-top: 10px;

    border-left-width: 3px;

    border-left-style: solid;

    text-align: left;

    background-color: #f2f4f9;

}

.alert-classic h1,

.alert-classic h2,

.alert-classic h3,

.alert-classic h4,

.alert-classic h5,

.alert-classic h6 {

    font-weight: 700;

}

.snackbars {

    max-width: 280px;

    padding: 9px 16px;

    margin-top: 10px;

    margin-left: auto;

    margin-right: auto;

    color: #fff;

    text-align: left;

    background-color: #212121;

    border-radius: 2px;

    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);

}

.snackbars .icon-xxs {

    font-size: 20px;

}

.snackbars p span:last-child {

    padding-left: 14px;

}

.snackbars-left {

    display: inline-block;

    margin-bottom: 0;

}

.snackbars-right {

    display: inline-block;

    float: right;

    text-transform: uppercase;

}

.snackbars-right:hover {

    text-decoration: underline;

}

@media (min-width: 480px) {

    .snackbars {

        max-width: 370px;

        padding: 14px 17px;

    }

}

.alert {

    margin-top: 10px;

    margin-bottom: 0;

    text-align: left;

}

.alert .close {

    top: 0;

    right: -9px;

    opacity: 1;

    text-shadow: none;

    outline: none;

}

.alert .close:focus,

.alert .close:hover {

    color: #fff;

    opacity: 1;

}

.alert-classic-lg {

    padding-top: 23px;

    padding-bottom: 28px;

    border-left-width: 4px;

}

.alert-classic-lg h4,

.alert-classic-lg .icon {

    font-size: 21px;

}

.alert-classic-lg .btn-sm,

.alert-classic-lg .btn-group-sm>.btn,

.alert-classic-lg .pagination-classic>li>a,

.alert-classic-lg .pagination-classic>li>span {

    padding: 7px 15px;

    min-width: 80px;

    border-width: 1px;

}

@media (min-width: 768px) {

    .alert-classic-lg h4 {

        font-size: 24px;

    }

    

    .alert-classic-lg .icon {

        font-size: 30px;

    }

}

.alert-classic-sm {

    padding-top: 7px;

    padding-bottom: 7px;

    border-left-width: 2px;

}

.alert-classic-danger {

    border-left-color: #f54b0f;

}

.alert-classic-danger h1,

.alert-classic-danger h2,

.alert-classic-danger h3,

.alert-classic-danger h4,

.alert-classic-danger h5,

.alert-classic-danger h6 {

    color: #e50a0a;

}

.alert-classic-info {

    border-left-color: #79ccf2;

}

.alert-classic-info h1,

.alert-classic-info h2,

.alert-classic-info h3,

.alert-classic-info h4,

.alert-classic-info h5,

.alert-classic-info h6 {

    color: #64aae1;

}

.alert-classic-success {

    border-left-color: #abcc37;

}

.alert-classic-success h1,

.alert-classic-success h2,

.alert-classic-success h3,

.alert-classic-success h4,

.alert-classic-success h5,

.alert-classic-success h6 {

    color: #84c450;

}

.alert-classic-warning {

    border-left-color: #f5bf2f;

}

.alert-classic-warning h1,

.alert-classic-warning h2,

.alert-classic-warning h3,

.alert-classic-warning h4,

.alert-classic-warning h5,

.alert-classic-warning h6 {

    color: #F3A43D;

}

.alert-success {

    color: #fff;

    background-color: #abcc37;

    border-color: #abcc37;

}

.alert-success hr {

    border-top-color: #9bba2f;

}

.alert-success .alert-link {

    color: #e6e6e6;

}

.alert-info {

    color: #fff;

    background-color: #79ccf2;

    border-color: #79ccf2;

}

.alert-info hr {

    border-top-color: #62c3f0;

}

.alert-info .alert-link {

    color: #e6e6e6;

}

.alert-warning {

    color: #fff;

    background-color: #f5bf2f;

    border-color: #f5bf2f;

}

.alert-warning hr {

    border-top-color: #f4b817;

}

.alert-warning .alert-link {

    color: #e6e6e6;

}

.alert-danger {

    color: #fff;

    background-color: #f54b0f;

    border-color: #f54b0f;

}

.alert-danger hr {

    border-top-color: #e14209;

}

.alert-danger .alert-link {

    color: #e6e6e6;

}

@-webkit-keyframes criss-cross-left {

    0% {

        left: -20px;

    }

    

    50% {

        left: 50%;

        width: 20px;

        height: 20px;

    }

    

    100% {

        left: 50%;

        width: 375px;

        height: 375px;

    }

}

@keyframes criss-cross-left {

    0% {

        left: -20px;

    }

    

    50% {

        left: 50%;

        width: 20px;

        height: 20px;

    }

    

    100% {

        left: 50%;

        width: 375px;

        height: 375px;

    }

}

@-webkit-keyframes criss-cross-right {

    0% {

        right: -20px;

    }

    

    50% {

        right: 50%;

        width: 20px;

        height: 20px;

    }

    

    100% {

        right: 50%;

        width: 375px;

        height: 375px;

    }

}

@keyframes criss-cross-right {

    0% {

        right: -20px;

    }

    

    50% {

        right: 50%;

        width: 20px;

        height: 20px;

    }

    

    100% {

        right: 50%;

        width: 375px;

        height: 375px;

    }

}

@-webkit-keyframes anim-naira-1 {

    50% {

        transform: translateY(-50%) rotate3d(0, 0, 1, -10deg);

        animation-timing-function: ease-out;

    }

    

    100% {

        transform: translateY(0%) rotate3d(0, 0, 1, 0deg);

    }

}

@keyframes anim-naira-1 {

    50% {

        transform: translateY(-50%) rotate3d(0, 0, 1, -10deg);

        animation-timing-function: ease-out;

    }

    

    100% {

        transform: translateY(0%) rotate3d(0, 0, 1, 0deg);

    }

}

@-webkit-keyframes anim-naira-2 {

    50% {

        transform: translateY(50%) rotate3d(0, 0, 1, 10deg);

        animation-timing-function: ease-out;

    }

    

    100% {

        transform: translateY(0%) rotate3d(0, 0, 1, 0deg);

    }

}

@keyframes anim-naira-2 {

    50% {

        transform: translateY(50%) rotate3d(0, 0, 1, 10deg);

        animation-timing-function: ease-out;

    }

    

    100% {

        transform: translateY(0%) rotate3d(0, 0, 1, 0deg);

    }

}

@-webkit-keyframes fadeInUpSm {

    0% {

        opacity: 0;

        -webkit-transform: translate3d(0, 50%, 0);

        transform: translate3d(0, 50%, 0);

    }

    

    100% {

        opacity: 1;

        -webkit-transform: none;

        transform: none;

    }

}

@keyframes fadeInUpSm {

    0% {

        opacity: 0;

        -webkit-transform: translate3d(0, 50%, 0);

        transform: translate3d(0, 50%, 0);

    }

    

    100% {

        opacity: 1;

        -webkit-transform: none;

        transform: none;

    }

}

.fadeInUpSm {

    -webkit-animation-name: fadeInUpSm;

    animation-name: fadeInUpSm;

    animation-duration: .4s;

}

@-webkit-keyframes fadeOutDownSm {

    0% {

        opacity: 1;

    }

    

    100% {

        opacity: 0;

        -webkit-transform: translate3d(0, -50%, 0);

        transform: translate3d(0, -50%, 0);

    }

}

@keyframes fadeOutDownSm {

    0% {

        opacity: 1;

    }

    

    100% {

        opacity: 0;

        -webkit-transform: translate3d(0, -50%, 0);

        transform: translate3d(0, -50%, 0);

    }

}

.fadeOutDownSm {

    -webkit-animation-name: fadeOutDownSm;

    animation-name: fadeOutDownSm;

    animation-duration: .4s;

}

@-webkit-keyframes fadeBoth {

    0%,

    100% {

        opacity: 0;

    }

    

    50% {

        opacity: 1;

    }

}

@keyframes fadeBoth {

    0%,

    100% {

        opacity: 0;

    }

    

    50% {

        opacity: 1;

    }

}

html .group {

    -webkit-transform: translateY(-15px);

    transform: translateY(-15px);

    margin-bottom: -15px;

    margin-left: -15px;

}

html .group>*:not(.group-item) {

    display: inline-block;

    margin-top: 15px;

    margin-left: 15px;

}

html .group>.group-item {

    display: inline-block;

    padding-top: 15px;

    padding-left: 15px;

}

html .group-xs {

    -webkit-transform: translateY(-5px);

    transform: translateY(-5px);

    margin-bottom: -5px;

    margin-left: -5px;

}

html .group-xs>*:not(.group-item) {

    display: inline-block;

    margin-top: 5px;

    margin-left: 5px;

}

html .group-xs>.group-item {

    display: inline-block;

    padding-top: 5px;

    padding-left: 5px;

}

html .group-sm {

    -webkit-transform: translateY(-10px);

    transform: translateY(-10px);

    margin-bottom: -10px;

    margin-left: -10px;

}

html .group-sm>*:not(.group-item) {

    display: inline-block;

    margin-top: 10px;

    margin-left: 10px;

}

html .group-sm>.group-item {

    display: inline-block;

    padding-top: 10px;

    padding-left: 10px;

}

html .group-lg {

    -webkit-transform: translateY(-20px);

    transform: translateY(-20px);

    margin-bottom: -20px;

    margin-left: -20px;

}

html .group-lg>*:not(.group-item) {

    display: inline-block;

    margin-top: 20px;

    margin-left: 20px;

}

html .group-lg>.group-item {

    display: inline-block;

    padding-top: 20px;

    padding-left: 20px;

}

html .group-xl {

    -webkit-transform: translateY(-30px);

    transform: translateY(-30px);

    margin-bottom: -30px;

    margin-left: -30px;

}

html .group-xl>*:not(.group-item) {

    display: inline-block;

    margin-top: 30px;

    margin-left: 30px;

}

html .group-xl>.group-item {

    display: inline-block;

    padding-top: 30px;

    padding-left: 30px;

}

html .group-top>*,

html .group-top>*:first-child {

    vertical-align: top;

}

html .group-middle>*,

html .group-middle>*:first-child {

    vertical-align: middle;

}

html .group-bottom>*,

html .group-bottom>*:first-child {

    vertical-align: bottom;

}

html [class*='grid-group-']>* {

    margin-top: 0;

}

html .grid-group-sm {

    margin-top: 0;

    margin-bottom: -30px;

}

html .grid-group-sm>* {

    margin-bottom: 30px;

}

html .grid-group-md {

    margin-top: 0;

    margin-bottom: -45px;

}

html .grid-group-md>* {

    margin-bottom: 45px;

}

@media (min-width: 1600px) {

    html .grid-group-md {

        margin-bottom: -60px;

    }

    

    html .grid-group-md>* {

        margin-bottom: 60px;

    }

}

.box-comment-meta {

    margin-bottom: 0;

    font-size: 12px;

}

.box-comment-meta a:hover {

    color: #55bbeb;

}

.box-comment-meta-icon {

    font-size: 14px;

}

.box-comment-title {

    margin-top: 0;

    font-size: 15px;

    font-weight: 700;

    text-transform: uppercase;

}

.box-comment-img {

    width: 40px;

    height: 40px;

    border-radius: 50%;

}

.box-comment-body {

    font-size: 15px;

}

@media (min-width: 480px) {

    .box-comment-img {

        width: 60px;

        height: 60px;

    }

}

.box-comment-classic {

    position: relative;

}

.box-comment-classic:before,

.box-comment-classic:after {

    content: '';

    position: absolute;

    left: 19px;

    background: #d3dbe8;

    width: 1px;

}

.box-comment-classic:before {

    top: 48px;

    bottom: -8px;

}

.box-comment-classic:last-child:before {

    display: none;

}

@media (max-width: 479.98px) {

    .box-comment-classic>.box-comment .box-comment-img {

        width: 30px;

        height: 30px;

        margin-top: 5px;

        margin-left: 5px;

    }

}

@media (min-width: 480px) {

    .box-comment-classic:after {

        display: none;

    }

    

    .box-comment-classic+.box-comment-classic:after,

    .box-comment-classic .media+.box-comment-classic:after {

        display: block;

    }

    

    .box-comment-classic .media+.box-comment-classic:after {

        bottom: auto;

        top: 29px;

        right: 100%;

        left: auto;

        height: 1px;

        margin-right: 8px;

        width: 42px;

    }

    

    .box-comment-classic .box-comment-header {

        margin-top: 5px;

    }

    

    .box-comment-classic>.box-comment {

        margin-left: 80px;

    }

    

    .box-comment-classic:before {

        top: 68px;

    }

    

    .box-comment-classic:before,

    .box-comment-classic:after {

        left: 29px;

    }

}

.box-comment-classic+.box-comment-classic,

.box-comment-classic>.box-comment {

    margin-top: 16px;

}

.box-comment-boxed .box-comment-img {

    margin-top: 15px;

    border: 1px solid #d3dbe8;

    background: #fff;

    padding: 2px;

    margin-right: -30px;

}

.box-comment-boxed .box-comment-body {

    margin-top: 10px;

}

.box-comment-boxed .media-body {

    padding: 15px 20px 15px 30px;

    border-radius: 3px;

    border: 1px solid #d3dbe8;

}

@media (min-width: 480px) {

    .box-comment-boxed .box-comment-img {

        margin-right: -50px;

        padding: 4px;

    }

    

    .box-comment-boxed .media-body {

        padding: 20px 30px 20px 50px;

    }

}

@media (min-width: 1200px) {

    .box-comment-boxed>.box-comment-boxed {

        margin-left: 30px;

    }

    

    .box-comment-boxed .box-comment-meta {

        float: right;

    }

    

    .box-comment-boxed>.box-comment-outboxed {

        margin-left: 80px;

    }

}

.box-comment-boxed+.box-comment-boxed,

.box-comment-boxed>.box-comment {

    margin-top: 20px;

}

.box-comment-outboxed .box-comment-body {

    margin-top: 5px;

}

@media (min-width: 1200px) {

    .box-comment-outboxed .box-comment-body {

        margin-top: 10px;

    }

    

    .box-comment-outboxed .box-comment-img {

        margin-top: 10px;

    }

    

    .box-comment-outboxed .media-body {

        padding: 20px;

        border-radius: 3px;

        border: 1px solid #d3dbe8;

    }

    

    .box-comment-outboxed .box-comment-meta>li:first-child {

        float: right;

        margin-left: 20px;

    }

    

    .box-comment-outboxed>.box-comment-outboxed {

        margin-left: 80px;

    }

}

.box-comment-outboxed+.box-comment-outboxed,

.box-comment-outboxed>.box-comment {

    margin-top: 20px;

}

.quote {

    border: none;

    margin: 0;

    padding: 0;

    font-size: inherit;

}

.quote-classic {

    text-align: left;

    position: relative;

}

.quote-classic q {

    quotes: none;

}

.quote-classic .quote-body {

    padding: 20px 20px 40px;

}

.quote-classic .quote-body:before {

    position: absolute;

    top: 4px;

    right: 4px;

    z-index: -1;

    font-family: "Material Design Icons";

    font-size: 54px;

    line-height: 54px;

    color: #f2f4f9;

    content: "ï³";

}

.quote-classic .quote-meta {

    margin-left: -20px;

    margin-bottom: -40px;

}

.quote-classic .quote-desc {

    font-size: 13px;

    font-weight: 400;

}

.quote-classic .quote-author {

    margin-bottom: 4px;

}

.quote-classic .quote-desc {

    margin-top: 4px;

}

.quote-classic>* {

    position: relative;

    z-index: 1;

}

.quote-classic-boxed .quote-body {

    padding: 24px 20px 0 27px;

    margin-bottom: 56px;

    border-radius: 3px;

    border: 1px solid #f2f4f9;

    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);

}

.quote-classic-boxed .quote-meta {

    margin-left: -4px;

    margin-bottom: -40px;

}

.quote-classic-boxed .quote-author,

.quote-classic-boxed .quote-desc {

    padding-left: 24px;

    display: none;

}

.quote-classic-boxed:before {

    top: 4px;

    right: 4px;

    left: auto;

    -webkit-transform: none;

    transform: none;

}

.quote-classic-boxed-2 .quote-body {

    padding: 60px 25px 20px 30px;

    background: #fff;

    border-radius: 3px;

    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.15);

}

.quote-classic-boxed-2 .quote-meta {

    margin-left: 25px;

    position: relative;

    z-index: 3;

}

.quote-classic-boxed-2 .quote-author {

    margin-top: 20px;

}

.quote-classic-boxed-2:before {

    top: 50px;

    right: 15px;

    left: auto;

    z-index: 2;

    font-family: "Material Design Icons";

    font-size: 54px;

    line-height: 54px;

    color: #f54b0f;

    content: "ï³";

    transform: none;

}

.ie-edge .quote-classic-boxed-2 .quote-body {

    box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.15);

}

.quote-simple-2 .quote-body {

    margin-bottom: 0;

}

.quote-simple-2 .quote-author {

    margin-top: 12px;

}

.quote-slider-2 .divider {

    margin-top: 20px;

    margin-bottom: 0;

}

.quote-slider-2 .quote-body {

    margin-top: 24px;

}

.quote-slider-2 .quote-author {

    margin-top: 16px;

    margin-bottom: 0;

    color: #f54b0f;

    text-transform: uppercase;

}

.quote-slider-2 .quote-desc {

    margin-top: -2px;

}

.quote-slider-3:before {

    margin-bottom: 20px;

    font-family: "Material Design Icons";

    font-size: 54px;

    line-height: 54px;

    color: #55bbeb;

    content: "ï³";

    transform: scaleX(-1);

}

.quote-slider-3 .quote-body {

    margin-top: 14px;

}

.quote-slider-3 .quote-author {

    margin-top: 16px;

    margin-bottom: 0;

    text-transform: uppercase;

}

.quote-slider-3 .quote-desc {

    margin-top: -2px;

}

.quote-slider-4 {

    will-change: transform;

}

.quote-slider-4 q {

    font-style: italic;

}

.quote-slider-4 q:before,

.quote-slider-4 q:after {

    display: none;

}

.quote-slider-4 .quote-author {

    position: relative;

}

.quote-slider-4 .quote-author:before {

    content: "â€”";

}

.quote-outboxed:before {

    display: none;

}

.quote-outboxed .divider {

    margin-top: 20px;

    margin-bottom: 0;

}

.quote-outboxed .quote-body {

    position: relative;

    padding: 26px 21px 25px 30px;

    background: #f2f4f9;

    border-radius: 3px;

}

.quote-outboxed .quote-body:before {

    position: absolute;

    top: 6px;

    left: 8px;

    font-family: "Material Design Icons";

    font-size: 54px;

    line-height: 54px;

    color: #d3dbe8;

    content: "ï³";

    transform: scaleX(-1);

    z-index: -1;

}

.quote-outboxed .quote-body:after {

    content: '';

    position: absolute;

    top: 100%;

    left: 35px;

    width: 0;

    height: 0;

    border-style: solid;

    border-width: 10px 10px 0 10px;

    border-color: #f2f4f9 transparent transparent transparent;

}

.quote-outboxed .quote-author {

    margin: 0 0 6px;

    text-transform: uppercase;

}

.quote-outboxed .quote-desc {

    margin-top: -2px;

}

.quote-outboxed .quote-meta {

    margin: 24px 0 0 3px;

}

.quote-outboxed:before {

    color: #d3dbe8;

    top: 0;

    left: 0;

    z-index: 6;

}

.pagination-classic {

    padding-left: 0;

    list-style: none;

    margin-left: -5px;

    font-size: 0;

}

.pagination-classic>li {

    display: inline-block;

    margin-left: 5px;

}

.pagination-classic>li>a,

.pagination-classic>li>span {

    min-width: 40px;

}

.pagination-classic>li:first-child>a:hover,

.pagination-classic>li:first-child>span:hover,

.pagination-classic>li:last-child>a:hover,

.pagination-classic>li:last-child>span:hover {

    color: #55bbeb;

}

.pagination-classic>li:first-child>a,

.pagination-classic>li:first-child>span {

    padding-left: 0;

}

.pagination-classic>li:last-child>a,

.pagination-classic>li:last-child>span {

    padding-right: 0;

}

.pagination-classic>li+li:not(:last-child).active>a,

.pagination-classic>li+li:not(:last-child).active>span {

    color: #fff;

    background: #554e9f;

    border-color: #554e9f;

    cursor: default;

}

.pagination .page-link {

    padding: 7px 6px;

    font-size: 12px;

    line-height: 24px;

}

.pagination .page-item:first-child .page-link {

    border-top-left-radius: 0.2rem;

    border-bottom-left-radius: 0.2rem;

}

.pagination .page-item:last-child .page-link {

    border-top-right-radius: 0.2rem;

    border-bottom-right-radius: 0.2rem;

}

.pagination>li>a,

.pagination>li>span {

    min-width: 40px;

    font-weight: 700;

    transition: .3s;

    text-align: center;

}

.pagination>li:first-child a>.mdi,

.pagination>li:last-child a>.mdi {

    position: relative;

    font-size: 16px;

    line-height: 1;

}

.pagination>li:first-child a>.mdi-chevron-double-right,

.pagination>li:first-child a>.mdi-chevron-double-left,

.pagination>li:last-child a>.mdi-chevron-double-right,

.pagination>li:last-child a>.mdi-chevron-double-left {

    top: 2px;

}

.pagination-sm .page-link {

    padding: 6px 8px;

    font-size: 12px;

    line-height: 20px;

}

.pagination-sm .page-item:first-child .page-link {

    border-top-left-radius: 0.2rem;

    border-bottom-left-radius: 0.2rem;

}

.pagination-sm .page-item:last-child .page-link {

    border-top-right-radius: 0.2rem;

    border-bottom-right-radius: 0.2rem;

}

.pagination-sm>li>a,

.pagination-sm>li>span {

    min-width: 34px;

}

.pagination-lg .page-link {

    padding: 9px 8px;

    font-size: 15px;

    line-height: 24px;

}

.pagination-lg .page-item:first-child .page-link {

    border-top-left-radius: 0.2rem;

    border-bottom-left-radius: 0.2rem;

}

.pagination-lg .page-item:last-child .page-link {

    border-top-right-radius: 0.2rem;

    border-bottom-right-radius: 0.2rem;

}

.pagination-lg>li>a,

.pagination-lg>li>span {

    min-width: 44px;

}

.pagination-lg>li:first-child>.mdi,

.pagination-lg>li:first-child>a>.mdi,

.pagination-lg>li:last-child>.mdi,

.pagination-lg>li:last-child>a>.mdi {

    font-size: 20px;

}

.pager li>a,

.pager li>span {

    transition: .3s;

    padding: 7px 12px;

    font-weight: 700;

    font-size: 12px;

    line-height: 24px;

    text-transform: uppercase;

    letter-spacing: 0.06em;

}

.pager li>a:hover,

.pager li>a:focus,

.pager li>a:active,

.pager li>a:active:focus {

    color: #fff;

    background-color: #212121;

    border-color: #212121;

}

.pager .icon-left,

.pager .icon-right {

    font-size: 16px;

    line-height: 24px;

}

.pager .icon-left {

    float: left;

    padding-right: 10px;

}

.pager .icon-right {

    float: right;

    padding-left: 10px;

}

.pager .disabled>a,

.pager .disabled>a:hover,

.pager .disabled>a:focus,

.pager .disabled>span {

    color: #d3dbe8;

    background-color: transparent;

    border-color: #d3dbe8;

}

.pager-sm li>a,

.pager-sm li>span {

    padding: 6px 8px;

    font-weight: 700;

    font-size: 12px;

    line-height: 20px;

}

.pager-sm .icon-left,

.pager-sm .icon-right {

    line-height: 20px;

}

.pager-lg li>a,

.pager-lg li>span {

    padding: 9px 16px;

    font-weight: 700;

    font-size: 15px;

    line-height: 24px;

}

.pager-lg .icon-left,

.pager-lg .icon-right {

    font-size: 15px;

    line-height: 24px;

}

.label {

    padding: 0.2em 0.6em 0.2em;

}

.label-custom {

    display: inline-block;

    padding: 8px;

    font-size: 8px;

    font-weight: 900;

    line-height: 1;

    text-align: center;

    text-transform: uppercase;

    white-space: nowrap;

    letter-spacing: .06em;

    transition: .3s;

}

h1 .label-custom,

h2 .label-custom,

h3 .label-custom,

h4 .label-custom,

h5 .label-custom,

h6 .label-custom,

p .label-custom {

    margin-left: 10px;

}

.label-custom,

.label-custom:hover,

.label-custom:focus {

    color: #fff;

}

.label-ellipsis-custom {

    border-radius: 10px;

}

.label-rounded-custom {

    border-radius: 3px;

}

.label-xs-custom {

    padding: 3px 5px;

}

.label-sm-custom {

    padding: 7px;

}

.label-lg-custom {

    font-size: 12px;

    padding: 9px 10px;

}

.label-xl-custom {

    font-size: 12px;

    padding: 10px 12px;

}

.label-deluge {

    color: #fff;

    background-color: #8668ad;

}

.label-deluge[href]:hover,

.label-deluge[href]:focus {

    color: #fff;

    text-decoration: none;

    background-color: #6d5092;

}

.label-default {

    color: #212529;

    background-color: #d3dbe8;

}

.label-default[href]:hover,

.label-default[href]:focus {

    color: #212529;

    text-decoration: none;

    background-color: #b2c0d6;

}

.label-primary {

    color: #fff;

    background-color: #554e9f;

}

.label-primary[href]:hover,

.label-primary[href]:focus {

    color: #fff;

    text-decoration: none;

    background-color: #433d7d;

}

.label-success {

    color: #212529;

    background-color: #abcc37;

}

.label-success[href]:hover,

.label-success[href]:focus {

    color: #212529;

    text-decoration: none;

    background-color: #8aa62a;

}

.label-info {

    color: #212529;

    background-color: #79ccf2;

}

.label-info[href]:hover,

.label-info[href]:focus {

    color: #212529;

    text-decoration: none;

    background-color: #4bbaed;

}

.label-warning {

    color: #212529;

    background-color: #f5bf2f;

}

.label-warning[href]:hover,

.label-warning[href]:focus {

    color: #212529;

    text-decoration: none;

    background-color: #e6aa0b;

}

.label-danger {

    color: #fff;

    background-color: #f54b0f;

}

.label-danger[href]:hover,

.label-danger[href]:focus {

    color: #fff;

    text-decoration: none;

    background-color: #c93b08;

}

.post-meta .icon-xxs {

    font-size: 18px;

    line-height: 18px;

}

.post-title+.post-meta {

    margin-top: 8px;

}

.post-default .post-controls {

    margin-bottom: 0;

}

.post-default .post-controls+.post-title {

    margin-top: 8px;

}

.widget-post {

    display: block;

}

.widget-post>a {

    display: inline-block;

}

.widget-post>a:hover time {

    transform: translate(10px, -1px);

}

.widget-post>a:hover h6 {

    color: #55bbeb;

}

.widget-post h6,

.widget-post time {

    transition: .3s;

}

.widget-post .post-meta .icon-xxs {

    font-size: 14px;

}

.widget-post .post-meta time {

    display: inline-block;

    font-size: 12px;

    transform: translate(0, -1px);

}

.widget-post+.widget-post {

    margin-top: 16px;

}

.post-wide .post-content {

    padding-top: 41px;

}

@media (min-width: 1600px) {

    .post-wide .post-body {

        height: 162px;

        overflow: auto;

    }

    

    .post-wide-horizontal .post-media {

        padding-right: 20px;

    }

    

    .post-wide-horizontal .post-title {

        white-space: nowrap;

        overflow: hidden;

        text-overflow: ellipsis;

    }

    

    .post-wide-horizontal .post-content {

        margin-top: 0;

        padding: 7% 20px 5%;

        border-top: 1px solid #f2f4f9;

        border-bottom: 1px solid #f2f4f9;

    }

}

.mobile .post-wide-horizontal .thumbnail-classic:hover>figure>img,

.tablet .post-wide-horizontal .thumbnail-classic:hover>figure>img {

    transform: scale(1);

}

.post-boxed {

    position: relative;

}

.post-boxed .post-media {

    background: #191919;

}

.post-boxed .post-media img {

    width: 100%;

    height: auto;

    transition: .3s;

    will-change: opacity;

}

.post-boxed .post-media+.post-content {

    margin-top: 24px;

}

.post-boxed .post-tags {

    position: absolute;

    top: 30px;

    left: 30px;

    right: 30px;

    z-index: 1;

}

.post-boxed:hover .post-media img {

    opacity: .8;

}

@media (max-width: 767.98px) {

    .post-boxed .post-title h3 {

        font-weight: 700;

        font-size: 17px;

        line-height: 1.5;

    }

}

@media (min-width: 768px) {

    .post-boxed .post-title {

        position: relative;

        max-height: 74px;

        overflow: hidden;

        -ms-text-overflow: ellipsis;

        text-overflow: ellipsis;

    }

    

    .post-boxed .post-media+.post-content {

        margin-top: 0;

    }

    

    .post-boxed .post-content {

        padding: 0;

        color: #fff;

    }

    

    .post-boxed:after {

        content: '';

        position: absolute;

        left: 0;

        top: 0;

        width: 100%;

        height: 100%;

        background-image: linear-gradient(0deg, #191919, transparent);

        background-repeat: repeat-x;

    }

    

    .post-boxed .post-body {

        position: absolute;

        right: 30px;

        left: 35px;

        bottom: 28px;

        z-index: 1;

    }

}

.post-modern {

    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.15);

}

.post-modern .post-inset,

.post-modern .post-content {

    padding: 30px 30px 24px;

}

.post-modern .post-inset {

    padding-bottom: 0;

}

.ie-edge .post-modern {

    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.15);

}

.post-timeline {

    position: relative;

}

.post-timeline:before {

    content: '';

    position: absolute;

    top: -33px;

    left: auto;

    right: 0;

    height: 1px;

    width: 100%;

    background: #d3dbe8;

}

.post-timeline+.post-timeline {

    margin-top: 66px;

}

@media (min-width: 768px) {

    .post-timeline+.post-timeline {

        margin-top: 40px;

    }

}

@media (min-width: 768px) {

    .post-timeline:first-child {

        position: relative;

        padding-top: 40px;

    }

    

    .post-timeline:first-child:before {

        content: '';

        position: absolute;

        top: -1px;

        right: 0;

        width: 86.5%;

        height: 1px;

        background: #d3dbe8;

    }

    

    .post-timeline:first-child:after {

        content: '';

        position: absolute;

        top: -1px;

        left: 14px;

        width: 47px;

        height: 1px;

        background: #d3dbe8;

    }

    

    .post-timeline+.post-timeline {

        border-top: 1px solid #d3dbe8;

        padding-top: 50px;

    }

    

    .post-timeline+.post-timeline {

        border: none;

    }

    

    .post-timeline+.post-timeline:before {

        top: 0;

        width: 86.5%;

    }

}

@media (min-width: 768px) {

    .post-timeline:before {

        top: -25px;

    }

}

.blog-archive-year:first-child .post-timeline:first-child:before,

.blog-archive-year:first-child .post-timeline:first-child:after {

    display: none;

}

.blog-archive-year:first-child .post-timeline:first-child {

    padding-top: 0;

}

.post-modern-timeline {

    position: relative;

}

.post-modern-timeline .post-author {

    margin-top: 30px;

}

.post-modern-timeline .post-author-img,

.post-modern-timeline .post-author-name {

    display: inline-block;

}

.post-modern-timeline .post-author-img {

    padding-right: 10px;

}

.post-modern-timeline+.post-modern-timeline {

    margin-top: 34px;

}

@media (min-width: 992px) {

    .post-modern-timeline+.post-modern-timeline:before {

        position: absolute;

        bottom: 100%;

        width: 1px;

        height: 34px;

        content: '';

        background: #d3dbe8;

    }

    

    .post-modern-timeline:after {

        position: absolute;

        top: 77px;

        bottom: 0;

        width: 1px;

        content: '';

        background: #d3dbe8;

    }

    

    .post-modern-timeline .post-author-img {

        width: 45px;

        height: 45px;

    }

    

    .post-modern-timeline .post-author-name {

        position: absolute;

        top: 50%;

        margin-top: -12px;

        transition: .3s;

        visibility: hidden;

        opacity: 0;

        padding: 3px 10px;

        font-size: 12px;

        color: #fff;

        white-space: nowrap;

        background: #212121;

        border-radius: 3px;

    }

    

    .post-modern-timeline .post-author {

        position: absolute;

        top: 0;

        margin-top: 22px;

    }

    

    .post-modern-timeline .post-author:before {

        content: '';

        position: absolute;

        bottom: 100%;

        margin-bottom: 10px;

        height: 12px;

        width: 1px;

        background: #d3dbe8;

    }

    

    .post-modern-timeline .post-author:after {

        content: '';

        position: absolute;

        top: 50%;

        margin-top: -1px;

        width: 22px;

        height: 1px;

        background: #d3dbe8;

    }

    

    .post-modern-timeline .post-author:hover .post-author-name {

        transform: translateX(0);

        visibility: visible;

        opacity: 1;

    }

    

    .post-modern-timeline:first-child .post-author:before {

        display: none;

    }

    

    .post-modern-timeline:last-child:after {

        display: none;

    }

}

@media (min-width: 992px) {

    .post-modern-timeline-left {

        margin-left: 100px;

    }

    

    .post-modern-timeline-left:before,

    .post-modern-timeline-left:after {

        left: -65px;

    }

    

    .post-modern-timeline-left .post-author {

        right: 100%;

        margin-right: 42px;

    }

    

    .post-modern-timeline-left .post-author:before {

        left: 22px;

    }

    

    .post-modern-timeline-left .post-author:after {

        left: 100%;

        margin-left: 10px;

    }

    

    .post-modern-timeline-left .post-author-name {

        right: 100%;

        margin-right: 10px;

        transform: translateX(-10px);

    }

    

    .post-modern-timeline-left .post-author-name:after {

        content: '';

        position: absolute;

        top: 50%;

        margin-top: -4px;

        left: 100%;

        width: 0;

        height: 0;

        border-style: solid;

        border-width: 4px 0 4px 4px;

        border-color: transparent transparent transparent #212121;

    }

}

@media (min-width: 992px) {

    .post-modern-timeline-right {

        margin-right: 100px;

    }

    

    .post-modern-timeline-right:before,

    .post-modern-timeline-right:after {

        right: -65px;

    }

    

    .post-modern-timeline-right .post-author {

        left: 100%;

        margin-left: 42px;

    }

    

    .post-modern-timeline-right .post-author:before {

        right: 22px;

    }

    

    .post-modern-timeline-right .post-author:after {

        right: 100%;

        margin-right: 10px;

    }

    

    .post-modern-timeline-right .post-author-name {

        left: 100%;

        margin-left: 10px;

        transform: translateX(-10px);

    }

    

    .post-modern-timeline-right .post-author-name:after {

        content: '';

        position: absolute;

        top: 50%;

        margin-top: -4px;

        right: 100%;

        width: 0;

        height: 0;

        border-style: solid;

        border-width: 4px 4px 4px 0;

        border-color: transparent #212121 transparent transparent;

    }

}

.post-modern-timeline-date {

    display: block;

    margin: 21px 10px;

    font-size: 17px;

    font-weight: 700;

    overflow: hidden;

}

.post-modern-timeline-date time {

    position: relative;

}

.post-modern-timeline-date time:after,

.post-modern-timeline-date time:before {

    content: '';

    position: absolute;

    top: 50%;

    height: 1px;

    width: 2000px;

    background: #d3dbe8;

}

.post-modern-timeline-date time:before {

    right: 100%;

    margin-right: 30px;

}

.post-modern-timeline-date time:after {

    left: 100%;

    margin-left: 30px;

}

@media (min-width: 992px) {

    .post-modern-timeline-date time:before,

    .post-modern-timeline-date time:after {

        display: none;

    }

}

.post-event {

    position: relative;

}

.post-event .post-meta {

    position: absolute;

    left: 10px;

    top: 10px;

    z-index: 2;

    width: 50px;

    text-align: center;

}

.post-event .post-meta-day {

    background: #55bbeb;

    display: block;

    height: 50px;

    font-size: 30px;

    line-height: 50px;

    border-radius: 3px;

    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.15);

}

.post-event .post-meta-month {

    display: block;

    height: 20px;

    margin-top: 5px;

    font-size: 12px;

    line-height: 20px;

    background: #434345;

    border-radius: 3px;

    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.15);

}

.post-event.post-event-right .post-meta {

    left: auto;

    top: 10px;

    right: 10px;

}

@media (min-width: 768px) {

    .post-event {

        padding-left: 100px;

    }

    

    .post-event .post-meta {

        width: 70px;

        left: 0;

        top: 0;

        right: auto;

    }

    

    .post-event .post-meta-day {

        height: 70px;

        line-height: 70px;

    }

    

    .post-event .post-meta-month {

        font-size: 17px;

        height: 30px;

        line-height: 30px;

    }

    

    .post-event.post-event-right {

        padding-left: 0;

        padding-right: 100px;

    }

    

    .post-event.post-event-right .post-meta {

        left: auto;

        top: 0;

        right: 0;

    }

}

.post-event-type-2 {

    position: relative;

    display: inline-block;

    max-width: 270px;

}

.post-event-type-2 .post-meta {

    position: absolute;

    top: -20px;

    left: 0;

    z-index: 2;

    padding: 10px 10px 6px;

    text-align: center;

    background: #554e9f;

}

.post-event-type-2 .post-meta-day {

    display: block;

    font-size: 30px;

    line-height: 24px;

}

.post-event-type-2 .post-meta-month {

    display: block;

    font-size: 15px;

    line-height: inherit;

}

.post-event-type-2 .post-meta-time {

    font-size: 15px;

    line-height: inherit;

}

.post-event-type-2 .post-media {

    display: inline-block;

}

.post-event-type-2 .post-media a {

    position: relative;

    display: block;

}

.post-event-type-2 .post-media a:before {

    content: '';

    position: absolute;

    top: 0;

    right: 0;

    left: 0;

    bottom: 0;

    opacity: 0;

    background: rgba(33, 33, 33, 0.6);

    transition: .3s opacity ease;

}

.post-event-type-2 .post-media a .icon {

    position: absolute;

    top: 50%;

    left: 50%;

    width: 48px;

    height: 48px;

    font-size: 48px;

    line-height: 48px;

    opacity: 0;

    color: #fff;

    transform: translate(-50%, 100%);

    transition: .3s all ease;

}

.post-event-type-2 .post-media:hover a:before {

    opacity: 1;

}

.post-event-type-2 .post-media:hover a .icon {

    opacity: 1;

    transform: translate(-50%, -50%);

}

.post-vacation {

    display: block;

    padding: 22px 27px;

    background: #fff;

    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);

    transition: 0.35s all ease;

}

@media screen and (prefers-reduced-motion: reduce) {

    .post-vacation {

        transition: none;

    }

}

.post-vacation h3 {

    transition: 0.35s all ease;

}

@media screen and (prefers-reduced-motion: reduce) {

    .post-vacation h3 {

        transition: none;

    }

}

.post-vacation .icon {

    color: #554e9f;

    transition: 0.35s all ease;

}

@media screen and (prefers-reduced-motion: reduce) {

    .post-vacation .icon {

        transition: none;

    }

}

.post-vacation:hover {

    background: #554e9f;

}

.post-vacation:hover h3 {

    color: #fff;

}

.post-vacation:hover .icon {

    color: #fe6500;

}

.widget-event {

    display: block;

}

.widget-event h6 {

    transition: 0.35s all ease;

}

@media screen and (prefers-reduced-motion: reduce) {

    .widget-event h6 {

        transition: none;

    }

}

.widget-event>a {

    display: inline-block;

}

.widget-event>a:hover h6 {

    color: #55bbeb;

}

.widget-event .post-meta .icon-xxs {

    font-size: 14px;

}

.widget-event .post-meta time {

    display: inline-block;

    font-size: 12px;

}

.widget-event+.widget-event {

    margin-top: 16px;

}

.rd-mailform {

    position: relative;

}

label {

    margin-bottom: 10px;

    font-weight: 400;

}

.input-sm,

.input-lg,

.form-control {

    font-size: 15px;

}

.input-sm,

.input-sm:focus,

.input-lg,

.input-lg:focus,

.form-control,

.form-control:focus {

    box-shadow: none;

}

textarea.form-control {

    height: 170px;

    min-height: 50px;

    max-height: 370px;

    resize: vertical;

}

.form-control {

    height: 46px;

    -webkit-appearance: none;

    line-height: 24px;

}

.form-control:focus {

    outline: 0;

}

.input-sm {

    line-height: 24px;

}

.input-lg {

    line-height: 32px;

}

.form-control-rect {

    border-radius: 0;

}

.form-control-ellipse.form-control {

    border-radius: 23px;

}

.form-control-ellipse.form-control-sm,

.input-group-sm>.form-control-ellipse.form-control,

.input-group-sm>.input-group-prepend>.form-control-ellipse.input-group-text,

.input-group-sm>.input-group-append>.form-control-ellipse.input-group-text,

.input-group-sm>.input-group-prepend>.form-control-ellipse.btn,

.pagination-classic.input-group-sm>li.input-group-prepend>a.form-control-ellipse,

.pagination-classic.input-group-sm>li.input-group-prepend>span.form-control-ellipse,

.input-group-sm>.input-group-append>.form-control-ellipse.btn,

.pagination-classic.input-group-sm>li.input-group-append>a.form-control-ellipse,

.pagination-classic.input-group-sm>li.input-group-append>span.form-control-ellipse {

    border-radius: 20px;

}

.form-control-ellipse.form-control-lg,

.input-group-lg>.form-control-ellipse.form-control,

.input-group-lg>.input-group-prepend>.form-control-ellipse.input-group-text,

.input-group-lg>.input-group-append>.form-control-ellipse.input-group-text,

.input-group-lg>.input-group-prepend>.form-control-ellipse.btn,

.pagination-classic.input-group-lg>li.input-group-prepend>a.form-control-ellipse,

.pagination-classic.input-group-lg>li.input-group-prepend>span.form-control-ellipse,

.input-group-lg>.input-group-append>.form-control-ellipse.btn,

.pagination-classic.input-group-lg>li.input-group-append>a.form-control-ellipse,

.pagination-classic.input-group-lg>li.input-group-append>span.form-control-ellipse {

    border-radius: 35px;

}

.form-control-impressed {

    background: #f7f7f7;

    border: none;

}

.form-control-impressed,

.form-control-impressed:focus {

    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.15);

}

.form-control-impressed.form-validation-inside+.form-validation {

    background: #f7f7f7;

}

.form-group {

    position: relative;

}

.form-group-multiple {

    display: flex;

    justify-content: center;

    flex-direction: column;

}

.form-group-multiple .form-group {

    width: 100%;

    margin-bottom: 0;

}

.form-group-multiple .form-group+.form-group {

    position: relative;

    margin-top: 20px;

}

@media (min-width: 480px) {

    .form-group-multiple {

        flex-direction: row;

        align-items: baseline;

    }

    

    .form-group-multiple .form-group+.form-group {

        margin-left: 30px;

        margin-top: 0;

        position: relative;

    }

    

    .form-group-multiple .form-group+.form-group:before {

        content: "â€“";

        position: absolute;

        bottom: 15px;

        left: -20px;

        margin-top: -1px;

    }

}

.form-label {

    position: absolute;

    top: 23px;

    left: 16px;

    font-size: 15px;

    color: #212121;

    pointer-events: none;

    z-index: 9;

    transition: .3s;

    transform: translateY(-50%);

    transform-origin: 0 0;

}

.form-label.focus {

    color: #55bbeb;

    top: 0;

    transform: scale(0.6) translateY(0);

}

.form-label.auto-fill {

    color: #212121;

}

.form-label-sm {

    top: 20px;

    left: 12px;

}

.form-label-sm.focus {

    top: -1px;

}

.form-label-lg {

    top: 35px;

    left: 24px;

}

.form-label-lg.focus {

    top: 8px;

}

@media (min-width: 768px) {

    .form-label-outside {

        position: static;

    }

    

    .form-label-outside,

    .form-label-outside.focus,

    .form-label-outside.auto-fill {

        transform: none;

        color: #212121;

        font-size: 15px;

    }

}

.form-label-outside.form-label-size-lg {

    font-size: 18px;

}

.form-label-outside.form-label-size-sm {

    font-size: 12px;

}

.form-validation {

    position: absolute;

    top: 100%;

    left: 0;

    font-size: 10px;

    line-height: 10px;

    margin-top: 2px;

    transition: .3s;

}

.form-validation-inside+.form-validation {

    top: 2px;

    margin-top: 0;

    left: 12px;

    background: #fff;

    z-index: 10;

}

.form-control-feedback {

    font-size: 20px;

}

.form-in-process {

    cursor: wait;

}

.form-in-process button,

.form-in-process textarea,

.form-in-process select,

.form-in-process input {

    pointer-events: none;

}

.has-error .help-block,

.has-error .control-label,

.has-error .radio,

.has-error .checkbox,

.has-error .radio-inline,

.has-error .checkbox-inline,

.has-error.radio label,

.has-error.checkbox label,

.has-error.radio-inline label,

.has-error.checkbox-inline label {

    color: #e50a0a;

}

.has-error .form-control:not(.form-control-impressed),

.has-error .form-control:not(.form-control-impressed):focus {

    border-color: #f54b0f;

    box-shadow: none;

}

.has-error .form-control-impressed,

.has-error .form-control-impressed:focus {

    box-shadow: inset 0 0 0 1px #f54b0f;

}

.has-error .input-group-addon {

    color: #fff;

    border-color: #f54b0f;

    background-color: #f54b0f;

}

.has-error .input-group-btn>.btn,

.has-error .pagination-classic>li.input-group-btn>a,

.has-error .pagination-classic>li.input-group-btn>span {

    border-color: #f54b0f;

    background: #f54b0f;

}

.has-error .form-validation {

    color: #e50a0a;

}

.has-success .help-block,

.has-success .control-label,

.has-success .radio,

.has-success .checkbox,

.has-success .radio-inline,

.has-success .checkbox-inline,

.has-success.radio label,

.has-success.checkbox label,

.has-success.radio-inline label,

.has-success.checkbox-inline label {

    color: #84c450;

}

.has-success .form-control:not(.form-control-impressed),

.has-success .form-control:not(.form-control-impressed):focus {

    border-color: #abcc37;

    box-shadow: none;

}

.has-success .form-control-impressed,

.has-success .form-control-impressed:focus {

    box-shadow: inset 0 0 0 1px #abcc37;

}

.has-success .input-group-addon {

    color: #fff;

    border-color: #abcc37;

    background-color: #abcc37;

}

.has-success .input-group-btn>.btn,

.has-success .pagination-classic>li.input-group-btn>a,

.has-success .pagination-classic>li.input-group-btn>span {

    border-color: #abcc37;

    background: #abcc37;

}

.has-success .form-validation {

    color: #84c450;

}

.has-warning .help-block,

.has-warning .control-label,

.has-warning .radio,

.has-warning .checkbox,

.has-warning .radio-inline,

.has-warning .checkbox-inline,

.has-warning.radio label,

.has-warning.checkbox label,

.has-warning.radio-inline label,

.has-warning.checkbox-inline label {

    color: #F3A43D;

}

.has-warning .form-control:not(.form-control-impressed),

.has-warning .form-control:not(.form-control-impressed):focus {

    border-color: #f5bf2f;

    box-shadow: none;

}

.has-warning .form-control-impressed,

.has-warning .form-control-impressed:focus {

    box-shadow: inset 0 0 0 1px #f5bf2f;

}

.has-warning .input-group-addon {

    color: #fff;

    border-color: #f5bf2f;

    background-color: #f5bf2f;

}

.has-warning .input-group-btn>.btn,

.has-warning .pagination-classic>li.input-group-btn>a,

.has-warning .pagination-classic>li.input-group-btn>span {

    border-color: #f5bf2f;

    background: #f5bf2f;

}

.has-warning .form-validation {

    color: #F3A43D;

}

.has-info .help-block,

.has-info .control-label,

.has-info .radio,

.has-info .checkbox,

.has-info .radio-inline,

.has-info .checkbox-inline,

.has-info.radio label,

.has-info.checkbox label,

.has-info.radio-inline label,

.has-info.checkbox-inline label {

    color: #64aae1;

}

.has-info .form-control:not(.form-control-impressed),

.has-info .form-control:not(.form-control-impressed):focus {

    border-color: #79ccf2;

    box-shadow: none;

}

.has-info .form-control-impressed,

.has-info .form-control-impressed:focus {

    box-shadow: inset 0 0 0 1px #79ccf2;

}

.has-info .input-group-addon {

    color: #fff;

    border-color: #79ccf2;

    background-color: #79ccf2;

}

.has-info .input-group-btn>.btn,

.has-info .pagination-classic>li.input-group-btn>a,

.has-info .pagination-classic>li.input-group-btn>span {

    border-color: #79ccf2;

    background: #79ccf2;

}

.has-info .form-validation {

    color: #64aae1;

}

.has-feedback .form-label~.form-control-feedback {

    top: 0;

}

@media (min-width: 768px) {

    .has-feedback .form-label~.form-control-feedback {

        top: 34px;

    }

}

.has-feedback .input-sm~.form-control-feedback {

    width: 40px;

    height: 40px;

    line-height: 40px;

}

.has-feedback .form-control {

    padding-right: 50px;

}

.has-feedback .form-control.input-sm {

    padding-right: 40px;

}

.has-feedback .form-control.input-lg {

    padding-right: 70px;

}

#form-output-global {

    position: fixed;

    bottom: 30px;

    left: 15px;

    visibility: hidden;

    transform: translateX(-500px);

    transition: .3s all ease;

    z-index: 9999999;

}

#form-output-global.active {

    transform: translateX(0);

    visibility: visible;

}

@media (min-width: 480px) {

    #form-output-global {

        left: 30px;

    }

}

.form-output {

    position: absolute;

    top: 100%;

    left: 0;

    font-size: 10px;

    line-height: 10px;

    margin-top: 2px;

    transition: .3s;

    opacity: 0;

    visibility: hidden;

}

.form-output.active {

    opacity: 1;

    visibility: visible;

}

.form-output.error {

    color: #e50a0a;

}

.form-output.success {

    color: #84c450;

}

.radio .radio-custom,

.radio-inline .radio-custom,

.checkbox .checkbox-custom,

.checkbox-inline .checkbox-custom {

    opacity: 0;

}

.radio .radio-custom,

.radio .radio-custom-dummy,

.radio-inline .radio-custom,

.radio-inline .radio-custom-dummy,

.checkbox .checkbox-custom,

.checkbox .checkbox-custom-dummy,

.checkbox-inline .checkbox-custom,

.checkbox-inline .checkbox-custom-dummy {

    position: absolute;

    width: 14px;

    height: 14px;

    margin-left: -20px;

    margin-top: 5px;

    outline: none;

    cursor: pointer;

}

.radio .radio-custom-dummy,

.radio-inline .radio-custom-dummy,

.checkbox .checkbox-custom-dummy,

.checkbox-inline .checkbox-custom-dummy {

    pointer-events: none;

    background: #f2f4f9;

    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.15);

}

.radio .radio-custom-dummy:after,

.radio-inline .radio-custom-dummy:after,

.checkbox .checkbox-custom-dummy:after,

.checkbox-inline .checkbox-custom-dummy:after {

    position: absolute;

    opacity: 0;

}

.radio .radio-custom:focus,

.radio-inline .radio-custom:focus,

.checkbox .checkbox-custom:focus,

.checkbox-inline .checkbox-custom:focus {

    outline: none;

}

.radio-custom:checked+.radio-custom-dummy:after,

.checkbox-custom:checked+.checkbox-custom-dummy:after {

    opacity: 1;

}

.radio .radio-custom-dummy,

.radio-inline .radio-custom-dummy {

    border-radius: 50%;

}

.radio .radio-custom-dummy:after,

.radio-inline .radio-custom-dummy:after {

    content: '';

    top: 3px;

    right: 3px;

    bottom: 3px;

    left: 3px;

    background: #434345;

    border-radius: 50%;

}

.checkbox,

.checkbox-inline {

    padding-left: 20px;

}

.checkbox .checkbox-custom-dummy,

.checkbox-inline .checkbox-custom-dummy {

    pointer-events: none;

    border-radius: 3px;

    margin-left: 0;

    left: 0;

}

.checkbox .checkbox-custom-dummy:after,

.checkbox-inline .checkbox-custom-dummy:after {

    content: "ïˆ¢";

    font-family: "Material Design Icons";

    font-size: 20px;

    line-height: 10px;

    position: absolute;

    top: 0;

    left: 0;

    color: #434345;

}

.form-search {

    position: relative;

}

.form-search .form-group {

    margin-bottom: 0;

}

.form-search-submit {

    position: absolute;

    font-size: 24px;

    right: 8px;

    top: 0;

    bottom: 0;

    padding: 0;

    background: none;

    border: none;

    box-shadow: none;

    color: #434345;

    transition: .3s all ease;

}

.form-search-submit:hover,

.form-search-submit:focus {

    color: #554e9f;

    outline: none;

}

.form-search-label {

    color: #212121;

}

.form-search-input {

    padding-right: 35px;

    color: #212121;

}

[data-x-mode] form * {

    pointer-events: none;

}

[data-x-mode] form label,

[data-x-mode] form button {

    pointer-events: auto;

}

html .page .inset-left-0 {

    padding-left: 0;

}

html .page .inset-left-10 {

    padding-left: 10px;

}

html .page .inset-left-20 {

    padding-left: 20px;

}

html .page .inset-left-30 {

    padding-left: 30px;

}

html .page .inset-left-50 {

    padding-left: 50px;

}

html .page .inset-left-80 {

    padding-left: 80px;

}

html .page .inset-left-93 {

    padding-left: 93px;

}

html .page .inset-left-100 {

    padding-left: 100px;

}

html .page .inset-left-115 {

    padding-left: 115px;

}

@media (min-width: 480px) {

    html .page .inset-sm-left-0 {

        padding-left: 0;

    }

    

    html .page .inset-sm-left-10 {

        padding-left: 10px;

    }

    

    html .page .inset-sm-left-20 {

        padding-left: 20px;

    }

    

    html .page .inset-sm-left-30 {

        padding-left: 30px;

    }

    

    html .page .inset-sm-left-50 {

        padding-left: 50px;

    }

    

    html .page .inset-sm-left-80 {

        padding-left: 80px;

    }

    

    html .page .inset-sm-left-93 {

        padding-left: 93px;

    }

    

    html .page .inset-sm-left-100 {

        padding-left: 100px;

    }

    

    html .page .inset-sm-left-115 {

        padding-left: 115px;

    }

}

@media (min-width: 768px) {

    html .page .inset-md-left-0 {

        padding-left: 0;

    }

    

    html .page .inset-md-left-10 {

        padding-left: 10px;

    }

    

    html .page .inset-md-left-20 {

        padding-left: 20px;

    }

    

    html .page .inset-md-left-30 {

        padding-left: 30px;

    }

    

    html .page .inset-md-left-50 {

        padding-left: 50px;

    }

    

    html .page .inset-md-left-80 {

        padding-left: 80px;

    }

    

    html .page .inset-md-left-93 {

        padding-left: 93px;

    }

    

    html .page .inset-md-left-100 {

        padding-left: 100px;

    }

    

    html .page .inset-md-left-115 {

        padding-left: 115px;

    }

}

@media (min-width: 992px) {

    html .page .inset-lg-left-0 {

        padding-left: 0;

    }

    

    html .page .inset-lg-left-10 {

        padding-left: 10px;

    }

    

    html .page .inset-lg-left-20 {

        padding-left: 20px;

    }

    

    html .page .inset-lg-left-30 {

        padding-left: 30px;

    }

    

    html .page .inset-lg-left-50 {

        padding-left: 50px;

    }

    

    html .page .inset-lg-left-80 {

        padding-left: 80px;

    }

    

    html .page .inset-lg-left-93 {

        padding-left: 93px;

    }

    

    html .page .inset-lg-left-100 {

        padding-left: 100px;

    }

    

    html .page .inset-lg-left-115 {

        padding-left: 115px;

    }

}

@media (min-width: 1200px) {

    html .page .inset-xl-left-0 {

        padding-left: 0;

    }

    

    html .page .inset-xl-left-10 {

        padding-left: 10px;

    }

    

    html .page .inset-xl-left-20 {

        padding-left: 20px;

    }

    

    html .page .inset-xl-left-30 {

        padding-left: 30px;

    }

    

    html .page .inset-xl-left-50 {

        padding-left: 50px;

    }

    

    html .page .inset-xl-left-80 {

        padding-left: 80px;

    }

    

    html .page .inset-xl-left-93 {

        padding-left: 93px;

    }

    

    html .page .inset-xl-left-100 {

        padding-left: 100px;

    }

    

    html .page .inset-xl-left-115 {

        padding-left: 115px;

    }

}

@media (min-width: 1600px) {

    html .page .inset-xxl-left-0 {

        padding-left: 0;

    }

    

    html .page .inset-xxl-left-10 {

        padding-left: 10px;

    }

    

    html .page .inset-xxl-left-20 {

        padding-left: 20px;

    }

    

    html .page .inset-xxl-left-30 {

        padding-left: 30px;

    }

    

    html .page .inset-xxl-left-50 {

        padding-left: 50px;

    }

    

    html .page .inset-xxl-left-80 {

        padding-left: 80px;

    }

    

    html .page .inset-xxl-left-93 {

        padding-left: 93px;

    }

    

    html .page .inset-xxl-left-100 {

        padding-left: 100px;

    }

    

    html .page .inset-xxl-left-115 {

        padding-left: 115px;

    }

}

html .page .inset-right-0 {

    padding-right: 0;

}

html .page .inset-right-10 {

    padding-right: 10px;

}

html .page .inset-right-20 {

    padding-right: 20px;

}

html .page .inset-right-30 {

    padding-right: 30px;

}

html .page .inset-right-50 {

    padding-right: 50px;

}

html .page .inset-right-80 {

    padding-right: 80px;

}

html .page .inset-right-93 {

    padding-right: 93px;

}

html .page .inset-right-100 {

    padding-right: 100px;

}

html .page .inset-right-115 {

    padding-right: 115px;

}

@media (min-width: 480px) {

    html .page .inset-sm-right-0 {

        padding-right: 0;

    }

    

    html .page .inset-sm-right-10 {

        padding-right: 10px;

    }

    

    html .page .inset-sm-right-20 {

        padding-right: 20px;

    }

    

    html .page .inset-sm-right-30 {

        padding-right: 30px;

    }

    

    html .page .inset-sm-right-50 {

        padding-right: 50px;

    }

    

    html .page .inset-sm-right-80 {

        padding-right: 80px;

    }

    

    html .page .inset-sm-right-93 {

        padding-right: 93px;

    }

    

    html .page .inset-sm-right-100 {

        padding-right: 100px;

    }

    

    html .page .inset-sm-right-115 {

        padding-right: 115px;

    }

}

@media (min-width: 768px) {

    html .page .inset-md-right-0 {

        padding-right: 0;

    }

    

    html .page .inset-md-right-10 {

        padding-right: 10px;

    }

    

    html .page .inset-md-right-20 {

        padding-right: 20px;

    }

    

    html .page .inset-md-right-30 {

        padding-right: 30px;

    }

    

    html .page .inset-md-right-50 {

        padding-right: 50px;

    }

    

    html .page .inset-md-right-80 {

        padding-right: 80px;

    }

    

    html .page .inset-md-right-93 {

        padding-right: 93px;

    }

    

    html .page .inset-md-right-100 {

        padding-right: 100px;

    }

    

    html .page .inset-md-right-115 {

        padding-right: 115px;

    }

}

@media (min-width: 992px) {

    html .page .inset-lg-right-0 {

        padding-right: 0;

    }

    

    html .page .inset-lg-right-10 {

        padding-right: 10px;

    }

    

    html .page .inset-lg-right-20 {

        padding-right: 20px;

    }

    

    html .page .inset-lg-right-30 {

        padding-right: 30px;

    }

    

    html .page .inset-lg-right-50 {

        padding-right: 50px;

    }

    

    html .page .inset-lg-right-80 {

        padding-right: 80px;

    }

    

    html .page .inset-lg-right-93 {

        padding-right: 93px;

    }

    

    html .page .inset-lg-right-100 {

        padding-right: 100px;

    }

    

    html .page .inset-lg-right-115 {

        padding-right: 115px;

    }

}

@media (min-width: 1200px) {

    html .page .inset-xl-right-0 {

        padding-right: 0;

    }

    

    html .page .inset-xl-right-10 {

        padding-right: 10px;

    }

    

    html .page .inset-xl-right-20 {

        padding-right: 20px;

    }

    

    html .page .inset-xl-right-30 {

        padding-right: 30px;

    }

    

    html .page .inset-xl-right-50 {

        padding-right: 50px;

    }

    

    html .page .inset-xl-right-80 {

        padding-right: 80px;

    }

    

    html .page .inset-xl-right-93 {

        padding-right: 93px;

    }

    

    html .page .inset-xl-right-100 {

        padding-right: 100px;

    }

    

    html .page .inset-xl-right-115 {

        padding-right: 115px;

    }

}

@media (min-width: 1600px) {

    html .page .inset-xxl-right-0 {

        padding-right: 0;

    }

    

    html .page .inset-xxl-right-10 {

        padding-right: 10px;

    }

    

    html .page .inset-xxl-right-20 {

        padding-right: 20px;

    }

    

    html .page .inset-xxl-right-30 {

        padding-right: 30px;

    }

    

    html .page .inset-xxl-right-50 {

        padding-right: 50px;

    }

    

    html .page .inset-xxl-right-80 {

        padding-right: 80px;

    }

    

    html .page .inset-xxl-right-93 {

        padding-right: 93px;

    }

    

    html .page .inset-xxl-right-100 {

        padding-right: 100px;

    }

    

    html .page .inset-xxl-right-115 {

        padding-right: 115px;

    }

}

.inset-left-7p {

    padding-left: 7%;

}

.inset-right-7p {

    padding-right: 7%;

}

.inset-left-11p {

    padding-left: 11%;

}

.inset-right-11p {

    padding-right: 11%;

}

html .page .offset-top-0 {

    margin-top: 0;

}

html .page .offset-top-4 {

    margin-top: 4px;

}

html .page .offset-top-10 {

    margin-top: 10px;

}

html .page .offset-top-14 {

    margin-top: 14px;

}

html .page .offset-top-20 {

    margin-top: 20px;

}

html .page .offset-top-24 {

    margin-top: 24px;

}

html .page .offset-top-30 {

    margin-top: 30px;

}

html .page .offset-top-34 {

    margin-top: 34px;

}

html .page .offset-top-41 {

    margin-top: 41px;

}

html .page .offset-top-50 {

    margin-top: 50px;

}

html .page .offset-top-66 {

    margin-top: 66px;

}

html .page .offset-top-98 {

    margin-top: 98px;

}

html .page .offset-top-110 {

    margin-top: 110px;

}

html .page .offset-top-124 {

    margin-top: 124px;

}

@media (min-width: 480px) {

    html .page .offset-sm-top-0 {

        margin-top: 0;

    }

    

    html .page .offset-sm-top-4 {

        margin-top: 4px;

    }

    

    html .page .offset-sm-top-10 {

        margin-top: 10px;

    }

    

    html .page .offset-sm-top-14 {

        margin-top: 14px;

    }

    

    html .page .offset-sm-top-20 {

        margin-top: 20px;

    }

    

    html .page .offset-sm-top-24 {

        margin-top: 24px;

    }

    

    html .page .offset-sm-top-30 {

        margin-top: 30px;

    }

    

    html .page .offset-sm-top-34 {

        margin-top: 34px;

    }

    

    html .page .offset-sm-top-41 {

        margin-top: 41px;

    }

    

    html .page .offset-sm-top-50 {

        margin-top: 50px;

    }

    

    html .page .offset-sm-top-66 {

        margin-top: 66px;

    }

    

    html .page .offset-sm-top-98 {

        margin-top: 98px;

    }

    

    html .page .offset-sm-top-110 {

        margin-top: 110px;

    }

    

    html .page .offset-sm-top-124 {

        margin-top: 124px;

    }

}

@media (min-width: 768px) {

    html .page .offset-md-top-0 {

        margin-top: 0;

    }

    

    html .page .offset-md-top-4 {

        margin-top: 4px;

    }

    

    html .page .offset-md-top-10 {

        margin-top: 10px;

    }

    

    html .page .offset-md-top-14 {

        margin-top: 14px;

    }

    

    html .page .offset-md-top-20 {

        margin-top: 20px;

    }

    

    html .page .offset-md-top-24 {

        margin-top: 24px;

    }

    

    html .page .offset-md-top-30 {

        margin-top: 30px;

    }

    

    html .page .offset-md-top-34 {

        margin-top: 34px;

    }

    

    html .page .offset-md-top-41 {

        margin-top: 41px;

    }

    

    html .page .offset-md-top-50 {

        margin-top: 50px;

    }

    

    html .page .offset-md-top-66 {

        margin-top: 66px;

    }

    

    html .page .offset-md-top-98 {

        margin-top: 98px;

    }

    

    html .page .offset-md-top-110 {

        margin-top: 110px;

    }

    

    html .page .offset-md-top-124 {

        margin-top: 124px;

    }

}

@media (min-width: 992px) {

    html .page .offset-lg-top-0 {

        margin-top: 0;

    }

    

    html .page .offset-lg-top-4 {

        margin-top: 4px;

    }

    

    html .page .offset-lg-top-10 {

        margin-top: 10px;

    }

    

    html .page .offset-lg-top-14 {

        margin-top: 14px;

    }

    

    html .page .offset-lg-top-20 {

        margin-top: 20px;

    }

    

    html .page .offset-lg-top-24 {

        margin-top: 24px;

    }

    

    html .page .offset-lg-top-30 {

        margin-top: 30px;

    }

    

    html .page .offset-lg-top-34 {

        margin-top: 34px;

    }

    

    html .page .offset-lg-top-41 {

        margin-top: 41px;

    }

    

    html .page .offset-lg-top-50 {

        margin-top: 50px;

    }

    

    html .page .offset-lg-top-66 {

        margin-top: 66px;

    }

    

    html .page .offset-lg-top-98 {

        margin-top: 98px;

    }

    

    html .page .offset-lg-top-110 {

        margin-top: 110px;

    }

    

    html .page .offset-lg-top-124 {

        margin-top: 124px;

    }

}

@media (min-width: 1200px) {

    html .page .offset-xl-top-0 {

        margin-top: 0;

    }

    

    html .page .offset-xl-top-4 {

        margin-top: 4px;

    }

    

    html .page .offset-xl-top-10 {

        margin-top: 10px;

    }

    

    html .page .offset-xl-top-14 {

        margin-top: 14px;

    }

    

    html .page .offset-xl-top-20 {

        margin-top: 20px;

    }

    

    html .page .offset-xl-top-24 {

        margin-top: 24px;

    }

    

    html .page .offset-xl-top-30 {

        margin-top: 30px;

    }

    

    html .page .offset-xl-top-34 {

        margin-top: 34px;

    }

    

    html .page .offset-xl-top-41 {

        margin-top: 41px;

    }

    

    html .page .offset-xl-top-50 {

        margin-top: 50px;

    }

    

    html .page .offset-xl-top-66 {

        margin-top: 66px;

    }

    

    html .page .offset-xl-top-98 {

        margin-top: 98px;

    }

    

    html .page .offset-xl-top-110 {

        margin-top: 110px;

    }

    

    html .page .offset-xl-top-124 {

        margin-top: 124px;

    }

}

@media (min-width: 1600px) {

    html .page .offset-xxl-top-0 {

        margin-top: 0;

    }

    

    html .page .offset-xxl-top-4 {

        margin-top: 4px;

    }

    

    html .page .offset-xxl-top-10 {

        margin-top: 10px;

    }

    

    html .page .offset-xxl-top-14 {

        margin-top: 14px;

    }

    

    html .page .offset-xxl-top-20 {

        margin-top: 20px;

    }

    

    html .page .offset-xxl-top-24 {

        margin-top: 24px;

    }

    

    html .page .offset-xxl-top-30 {

        margin-top: 30px;

    }

    

    html .page .offset-xxl-top-34 {

        margin-top: 34px;

    }

    

    html .page .offset-xxl-top-41 {

        margin-top: 41px;

    }

    

    html .page .offset-xxl-top-50 {

        margin-top: 50px;

    }

    

    html .page .offset-xxl-top-66 {

        margin-top: 66px;

    }

    

    html .page .offset-xxl-top-98 {

        margin-top: 98px;

    }

    

    html .page .offset-xxl-top-110 {

        margin-top: 110px;

    }

    

    html .page .offset-xxl-top-124 {

        margin-top: 124px;

    }

}

.unit {

    display: flex;

    flex: 0 1 100%;

    flex-direction: column;

    margin-bottom: -30px;

    margin-left: -20px;

}

.unit>* {

    margin-bottom: 30px;

    margin-left: 20px;

}

.unit:empty {

    margin-bottom: 0;

    margin-left: 0;

}

.unit-body {

    flex: 0 1 auto;

}

.unit-left,

.unit-right {

    flex: 0 0 auto;

    max-width: 100%;

}

.unit-spacing-xxs {

    margin-bottom: -10px;

    margin-left: 0px;

}

.unit-spacing-xxs>* {

    margin-bottom: 0px;

    margin-left: 0px;

}

.unit-spacing-xs {

    margin-bottom: -15px;

    margin-left: -7px;

}

.unit-spacing-xs>* {

    margin-bottom: 15px;

    margin-left: 7px;

}

.unit-spacing-sm {

    margin-bottom: -20px;

    margin-left: -20px;

}

.unit-spacing-sm>* {

    margin-bottom: 20px;

    margin-left: 20px;

}

.unit-spacing-lg {

    margin-bottom: -40px;

    margin-left: -40px;

}

.unit-spacing-lg>* {

    margin-bottom: 40px;

    margin-left: 40px;

}

.box-icon {

    position: relative;

    padding: 42px 25px 27px 25px;

}

.box-icon-sm {

    padding: 15px;

}

.box-icon-lg {

    padding: 50px;

}

.box-icon-bordered {

    border: 2px solid #f0f1f4;

}

.box-icon .icon {

    position: absolute;

    top: 0;

    left: 50%;

    transform: translate(-50%, -50%);

}

.floating-group {

    margin-top: -5px;

    margin-left: -5px;

}

.floating-group::after {

    display: block;

    clear: both;

    content: "";

}

.floating-group>*,

.floating-group>*:first-child {

    float: left;

    margin-top: 5px;

    margin-left: 5px;

}

.box-pricing {

    text-align: left;

}

.box-pricing-title {

    display: flex;

    flex: 0 1 100%;

    flex-direction: row;

    flex-wrap: nowrap;

}

.box-pricing-title>*,

.box-pricing-title:after {

    flex: 0 1 auto;

    flex-grow: 0;

}

.box-pricing-title .box-pricing-price {

    margin-top: 0;

}

.box-pricing-title .box-pricing-name {

    padding-top: 5px;

}

.box-pricing-title .box-pricing-dots {

    position: relative;

    flex-grow: 1;

    top: -6px;

    left: -2px;

    border-bottom: 2px dotted #434345;

}

.box-pricing li+li {

    margin-top: 23px;

}

.box-planning {

    display: block;

    margin-left: auto;

    margin-right: auto;

    position: relative;

    padding: 11%;

}

.box-planning-label {

    display: none;

    z-index: 2;

    color: #fff;

}

.box-planning-label span {

    position: absolute;

}

.box-planning h1,

.box-planning .h1 {

    margin-bottom: 0;

    margin-top: 0;

}

.box-planning h2,

.box-planning .h2 {

    margin-top: 0;

    margin-bottom: 10px;

}

.box-planning .small {

    margin-top: 0;

    font-size: 13px;

}

.box-planning .btn,

.box-planning .pagination-classic>li>a,

.box-planning .pagination-classic>li>span {

    margin-top: 35px;

}

.box-planning .divider {

    width: 100%;

    margin-top: 18px;

    margin-bottom: 21px;

}

.box-planning .plan-price sup {

    font-size: 35%;

    top: -1.2em;

}

.box-planning .plan-price sup.big {

    font-size: 60%;

    top: -0.6em;

}

.box-planning .plan-price sub {

    font-size: 35%;

    bottom: 0;

}

.box-planning .list span+span,

.box-planning .list-separated span+span {

    margin-left: 6px;

}

.box-planning .box-planning-body {

    padding: 11% 8% 8% 8%;

    border: 1px solid #f2f4f9;

    border-top: none;

}

.box-planning.active .box-planning-label {

    display: block;

}

.box-planning-type-1 {

    max-width: 300px;

    overflow: hidden;

}

.box-planning-type-1 .box-planning-label {

    position: absolute;

    top: -35px;

    right: -35px;

    font-size: 11px;

    font-weight: 900;

    line-height: 34px;

    text-transform: uppercase;

    letter-spacing: .119em;

}

.box-planning-type-1 .box-planning-label>span {

    right: 32px;

    top: 48px;

    transform: rotate(47deg);

}

.box-planning-type-1 .box-planning-label .box-planning-svg {

    width: 150px;

    height: 150px;

    fill: #554e9f;

}

.box-planning-type-1.active {

    box-shadow: 0 5px 23px 0 rgba(0, 0, 0, 0.15);

}

.box-planning-type-1.active .h1 {

    color: #554e9f;

    background: -webkit-linear-gradient(0deg, #554e9f 0%, #84c450 100%);

    /* safari5.1+,chrome10+ */

    

    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;

}

.box-planning-type-2 {

    max-width: 320px;

}

.box-planning-type-2 .box-planning-label {

    position: absolute;

    top: 25px;

    right: -17px;

}

.box-planning-type-2 .box-planning-label span {

    right: 12px;

    top: 12px;

    transform: rotate(-27deg);

}

.box-planning-type-2 .box-planning-label .box-planning-svg {

    width: 75px;

    height: 75px;

}

.box-planning-type-2.active {

    box-shadow: 0 5px 23px 0 rgba(0, 0, 0, 0.15);

}

.box-planning-type-1,

.box-planning-type-2 {

    border: 1px solid #f2f4f9;

}

.box-planning-type-3,

.box-planning-type-4 {

    max-width: 295px;

    padding: 0;

}

.box-planning-type-3 .box-planning-header,

.box-planning-type-4 .box-planning-header {

    padding: 11%;

}

.box-planning-type-3 .box-planning-header h2,

.box-planning-type-3 .box-planning-header .h2,

.box-planning-type-4 .box-planning-header h2,

.box-planning-type-4 .box-planning-header .h2 {

    margin-bottom: 0;

}

.box-planning-type-3 .box-planning-header h3,

.box-planning-type-3 .box-planning-header .h3,

.box-planning-type-4 .box-planning-header h3,

.box-planning-type-4 .box-planning-header .h3 {

    margin-top: 5px;

    margin-bottom: 7px;

}

.box-planning-type-3 .btn,

.box-planning-type-3 .pagination-classic>li>a,

.box-planning-type-3 .pagination-classic>li>span,

.box-planning-type-4 .btn,

.box-planning-type-4 .pagination-classic>li>a,

.box-planning-type-4 .pagination-classic>li>span {

    margin-top: 25px;

}

.box-planning-type-3 .btn-default,

.box-planning-type-3 .pagination-classic>li+li:not(:last-child)>a,

.box-planning-type-3 .pagination-classic>li+li:not(:last-child)>span,

.box-planning-type-4 .btn-default,

.box-planning-type-4 .pagination-classic>li+li:not(:last-child)>a,

.box-planning-type-4 .pagination-classic>li+li:not(:last-child)>span {

    color: #fff;

    background-color: #434345;

    border-color: #434345;

}

.box-planning-type-3 .btn-default:focus,

.box-planning-type-3 .pagination-classic>li+li:not(:last-child)>a:focus,

.box-planning-type-3 .pagination-classic>li+li:not(:last-child)>span:focus,

.box-planning-type-3 .btn-default.focus,

.box-planning-type-3 .pagination-classic>li+li:not(:last-child)>a.focus,

.box-planning-type-3 .pagination-classic>li+li:not(:last-child)>span.focus,

.box-planning-type-3 .btn-default:hover,

.box-planning-type-3 .pagination-classic>li+li:not(:last-child)>a:hover,

.box-planning-type-3 .pagination-classic>li+li:not(:last-child)>span:hover,

.box-planning-type-3 .btn-default:active,

.box-planning-type-3 .pagination-classic>li+li:not(:last-child)>a:active,

.box-planning-type-3 .pagination-classic>li+li:not(:last-child)>span:active,

.box-planning-type-3 .btn-default.active,

.box-planning-type-3 .pagination-classic>li+li:not(:last-child)>a.active,

.box-planning-type-3 .pagination-classic>li+li:not(:last-child)>span.active,

.open>.box-planning-type-3 .btn-default.dropdown-toggle,

.open>.box-planning-type-3 .pagination-classic>li+li:not(:last-child)>a.dropdown-toggle,

.open>.box-planning-type-3 .pagination-classic>li+li:not(:last-child)>span.dropdown-toggle,

.box-planning-type-4 .btn-default:focus,

.box-planning-type-4 .pagination-classic>li+li:not(:last-child)>a:focus,

.box-planning-type-4 .pagination-classic>li+li:not(:last-child)>span:focus,

.box-planning-type-4 .btn-default.focus,

.box-planning-type-4 .pagination-classic>li+li:not(:last-child)>a.focus,

.box-planning-type-4 .pagination-classic>li+li:not(:last-child)>span.focus,

.box-planning-type-4 .btn-default:hover,

.box-planning-type-4 .pagination-classic>li+li:not(:last-child)>a:hover,

.box-planning-type-4 .pagination-classic>li+li:not(:last-child)>span:hover,

.box-planning-type-4 .btn-default:active,

.box-planning-type-4 .pagination-classic>li+li:not(:last-child)>a:active,

.box-planning-type-4 .pagination-classic>li+li:not(:last-child)>span:active,

.box-planning-type-4 .btn-default.active,

.box-planning-type-4 .pagination-classic>li+li:not(:last-child)>a.active,

.box-planning-type-4 .pagination-classic>li+li:not(:last-child)>span.active,

.open>.box-planning-type-4 .btn-default.dropdown-toggle,

.open>.box-planning-type-4 .pagination-classic>li+li:not(:last-child)>a.dropdown-toggle,

.open>.box-planning-type-4 .pagination-classic>li+li:not(:last-child)>span.dropdown-toggle {

    color: #fff;

    background-color: #000;

    border-color: #000;

}

.box-planning-type-3 .btn-default:active,

.box-planning-type-3 .pagination-classic>li+li:not(:last-child)>a:active,

.box-planning-type-3 .pagination-classic>li+li:not(:last-child)>span:active,

.box-planning-type-3 .btn-default.active,

.box-planning-type-3 .pagination-classic>li+li:not(:last-child)>a.active,

.box-planning-type-3 .pagination-classic>li+li:not(:last-child)>span.active,

.open>.box-planning-type-3 .btn-default.dropdown-toggle,

.open>.box-planning-type-3 .pagination-classic>li+li:not(:last-child)>a.dropdown-toggle,

.open>.box-planning-type-3 .pagination-classic>li+li:not(:last-child)>span.dropdown-toggle,

.box-planning-type-4 .btn-default:active,

.box-planning-type-4 .pagination-classic>li+li:not(:last-child)>a:active,

.box-planning-type-4 .pagination-classic>li+li:not(:last-child)>span:active,

.box-planning-type-4 .btn-default.active,

.box-planning-type-4 .pagination-classic>li+li:not(:last-child)>a.active,

.box-planning-type-4 .pagination-classic>li+li:not(:last-child)>span.active,

.open>.box-planning-type-4 .btn-default.dropdown-toggle,

.open>.box-planning-type-4 .pagination-classic>li+li:not(:last-child)>a.dropdown-toggle,

.open>.box-planning-type-4 .pagination-classic>li+li:not(:last-child)>span.dropdown-toggle {

    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);

}

.box-planning-type-3 .btn-default:active:hover,

.box-planning-type-3 .pagination-classic>li+li:not(:last-child)>a:active:hover,

.box-planning-type-3 .pagination-classic>li+li:not(:last-child)>span:active:hover,

.box-planning-type-3 .btn-default:active:focus,

.box-planning-type-3 .pagination-classic>li+li:not(:last-child)>a:active:focus,

.box-planning-type-3 .pagination-classic>li+li:not(:last-child)>span:active:focus,

.box-planning-type-3 .btn-default:active.focus,

.box-planning-type-3 .pagination-classic>li+li:not(:last-child)>a:active.focus,

.box-planning-type-3 .pagination-classic>li+li:not(:last-child)>span:active.focus,

.box-planning-type-3 .btn-default.active:hover,

.box-planning-type-3 .pagination-classic>li+li:not(:last-child)>a.active:hover,

.box-planning-type-3 .pagination-classic>li+li:not(:last-child)>span.active:hover,

.box-planning-type-3 .btn-default.active:focus,

.box-planning-type-3 .pagination-classic>li+li:not(:last-child)>a.active:focus,

.box-planning-type-3 .pagination-classic>li+li:not(:last-child)>span.active:focus,

.box-planning-type-3 .btn-default.active.focus,

.box-planning-type-3 .pagination-classic>li+li:not(:last-child)>a.active.focus,

.box-planning-type-3 .pagination-classic>li+li:not(:last-child)>span.active.focus,

.open>.box-planning-type-3 .btn-default.dropdown-toggle:hover,

.open>.box-planning-type-3 .pagination-classic>li+li:not(:last-child)>a.dropdown-toggle:hover,

.open>.box-planning-type-3 .pagination-classic>li+li:not(:last-child)>span.dropdown-toggle:hover,

.open>.box-planning-type-3 .btn-default.dropdown-toggle:focus,

.open>.box-planning-type-3 .pagination-classic>li+li:not(:last-child)>a.dropdown-toggle:focus,

.open>.box-planning-type-3 .pagination-classic>li+li:not(:last-child)>span.dropdown-toggle:focus,

.open>.box-planning-type-3 .btn-default.dropdown-toggle.focus,

.open>.box-planning-type-3 .pagination-classic>li+li:not(:last-child)>a.dropdown-toggle.focus,

.open>.box-planning-type-3 .pagination-classic>li+li:not(:last-child)>span.dropdown-toggle.focus,

.box-planning-type-4 .btn-default:active:hover,

.box-planning-type-4 .pagination-classic>li+li:not(:last-child)>a:active:hover,

.box-planning-type-4 .pagination-classic>li+li:not(:last-child)>span:active:hover,

.box-planning-type-4 .btn-default:active:focus,

.box-planning-type-4 .pagination-classic>li+li:not(:last-child)>a:active:focus,

.box-planning-type-4 .pagination-classic>li+li:not(:last-child)>span:active:focus,

.box-planning-type-4 .btn-default:active.focus,

.box-planning-type-4 .pagination-classic>li+li:not(:last-child)>a:active.focus,

.box-planning-type-4 .pagination-classic>li+li:not(:last-child)>span:active.focus,

.box-planning-type-4 .btn-default.active:hover,

.box-planning-type-4 .pagination-classic>li+li:not(:last-child)>a.active:hover,

.box-planning-type-4 .pagination-classic>li+li:not(:last-child)>span.active:hover,

.box-planning-type-4 .btn-default.active:focus,

.box-planning-type-4 .pagination-classic>li+li:not(:last-child)>a.active:focus,

.box-planning-type-4 .pagination-classic>li+li:not(:last-child)>span.active:focus,

.box-planning-type-4 .btn-default.active.focus,

.box-planning-type-4 .pagination-classic>li+li:not(:last-child)>a.active.focus,

.box-planning-type-4 .pagination-classic>li+li:not(:last-child)>span.active.focus,

.open>.box-planning-type-4 .btn-default.dropdown-toggle:hover,

.open>.box-planning-type-4 .pagination-classic>li+li:not(:last-child)>a.dropdown-toggle:hover,

.open>.box-planning-type-4 .pagination-classic>li+li:not(:last-child)>span.dropdown-toggle:hover,

.open>.box-planning-type-4 .btn-default.dropdown-toggle:focus,

.open>.box-planning-type-4 .pagination-classic>li+li:not(:last-child)>a.dropdown-toggle:focus,

.open>.box-planning-type-4 .pagination-classic>li+li:not(:last-child)>span.dropdown-toggle:focus,

.open>.box-planning-type-4 .btn-default.dropdown-toggle.focus,

.open>.box-planning-type-4 .pagination-classic>li+li:not(:last-child)>a.dropdown-toggle.focus,

.open>.box-planning-type-4 .pagination-classic>li+li:not(:last-child)>span.dropdown-toggle.focus {

    color: #fff;

    background-color: #554e9f;

    border-color: #554e9f;

}

.box-planning-type-3 .btn-default.disabled,

.box-planning-type-3 .pagination-classic>li+li:not(:last-child)>a.disabled,

.box-planning-type-3 .pagination-classic>li+li:not(:last-child)>span.disabled,

.box-planning-type-3 .btn-default[disabled],

.box-planning-type-3 .pagination-classic>li+li:not(:last-child)>a[disabled],

.box-planning-type-3 .pagination-classic>li+li:not(:last-child)>span[disabled],

fieldset[disabled] .box-planning-type-3 .btn-default,

fieldset[disabled] .box-planning-type-3 .pagination-classic>li+li:not(:last-child)>a,

fieldset[disabled] .box-planning-type-3 .pagination-classic>li+li:not(:last-child)>span,

.box-planning-type-4 .btn-default.disabled,

.box-planning-type-4 .pagination-classic>li+li:not(:last-child)>a.disabled,

.box-planning-type-4 .pagination-classic>li+li:not(:last-child)>span.disabled,

.box-planning-type-4 .btn-default[disabled],

.box-planning-type-4 .pagination-classic>li+li:not(:last-child)>a[disabled],

.box-planning-type-4 .pagination-classic>li+li:not(:last-child)>span[disabled],

fieldset[disabled] .box-planning-type-4 .btn-default,

fieldset[disabled] .box-planning-type-4 .pagination-classic>li+li:not(:last-child)>a,

fieldset[disabled] .box-planning-type-4 .pagination-classic>li+li:not(:last-child)>span {

    pointer-events: none;

    opacity: .5;

}

.box-planning-type-3 .btn-default .badge,

.box-planning-type-3 .pagination-classic>li+li:not(:last-child)>a .badge,

.box-planning-type-3 .pagination-classic>li+li:not(:last-child)>span .badge,

.box-planning-type-4 .btn-default .badge,

.box-planning-type-4 .pagination-classic>li+li:not(:last-child)>a .badge,

.box-planning-type-4 .pagination-classic>li+li:not(:last-child)>span .badge {

    color: #434345;

    background-color: #fff;

}

.box-planning-type-4 {

    max-width: 270px;

}

@media (min-width: 992px) {

    .box-planning-type-1,

    .box-planning-type-2 {

        border: none;

    }

}

.table-custom {

    text-align: left;

}

.table-custom tr:nth-child(odd) {

    background-color: #f7f7f7;

}

.table-custom tr td:first-child {

    font-weight: 700;

}

.table-custom.large-only tr:first-child {

    border: 1px solid #d3dbe8;

    background: -moz-linear-gradient(top, #fff 0%, #f2f4f9 100%);

    background: -webkit-linear-gradient(top, #fff 0%, #f2f4f9 100%);

    background: -o-linear-gradient(top, #fff 0%, #f2f4f9 100%);

    background: -ms-linear-gradient(top, #fff 0%, #f2f4f9 100%);

    background: linear-gradient(to bottom, #fff 0%, #f2f4f9 100%);

}

.table-custom.large-only th,

.table-custom.large-only td {

    padding: 8px 18px;

}

@media (min-width: 992px) {

    .table-custom.large-only th:nth-child(n+2),

    .table-custom.large-only td:nth-child(n+2) {

        padding-left: 56px;

    }

}

.table-custom.small-only tr:first-child {

    display: none;

}

.table-custom.small-only tr th {

    margin-top: 10px;

    text-align: center;

    border: 1px solid #d3dbe8;

    background: -moz-linear-gradient(top, #fff 0%, #f2f4f9 100%);

    background: -webkit-linear-gradient(top, #fff 0%, #f2f4f9 100%);

    background: -o-linear-gradient(top, #fff 0%, #f2f4f9 100%);

    background: -ms-linear-gradient(top, #fff 0%, #f2f4f9 100%);

    background: linear-gradient(to bottom, #fff 0%, #f2f4f9 100%);

}

.table-custom.small-only th,

.table-custom.small-only td {

    padding: 6px;

    text-align: left;

}

.table {

    text-align: left;

}

.table tr td:first-child {

    font-weight: 700;

}

.table th tbody,

.table td tbody {

    padding: 8px 18px;

}

@media (min-width: 992px) {

    .table th:nth-child(n+2),

    .table td:nth-child(n+2) {

        padding-left: 56px;

    }

}

.table-striped tbody tr:nth-of-type(odd) {

    background-color: #f7f7f7;

}

.table-striped tbody tr:first-child {

    background-color: transparent;

}

.table-striped tbody tr:first-child th {

    border-top: none;

    border-bottom: 2px solid #d3dbe8;

}

.table.table-shopping-cart>thead>tr>td {

    padding-top: 20px;

    padding-bottom: 20px;

    border-top-color: #f2f4f9;

}

.table.table-shopping-cart tr td:first-child {

    font-weight: 700;

}

.table.table-shopping-cart th tbody,

.table.table-shopping-cart td tbody {

    padding: 8px 18px;

}

@media (min-width: 992px) {

    .table.table-shopping-cart th:nth-child(n+2),

    .table.table-shopping-cart td:nth-child(n+2) {

        padding-left: 0;

    }

}

.stacktable {

    width: 100%;

    text-align: left;

}

.st-head-row {

    padding-top: 1em;

}

.st-head-row.st-head-row-main {

    font-size: 1.5em;

    padding-top: 0;

}

.st-key {

    width: 49%;

    text-align: right;

    padding-right: 1%;

}

.st-val {

    width: 49%;

    padding-left: 1%;

}

.stacktable.large-only {

    display: none;

}

.stacktable.small-only {

    display: table;

}

@media (min-width: 768px) {

    .stacktable.large-only {

        display: table;

    }

    

    .stacktable.small-only {

        display: none;

    }

}

.text-rotator {

    display: inline-block;

}

.rotate-list {

    position: absolute;

    display: block;

    visibility: hidden;

    opacity: 0;

}

.rotate-list span {

    display: inline-block;

    white-space: nowrap;

}

.rotate-area {

    display: inline-block;

    transition: width 0.5s ease;

    white-space: nowrap;

}

.jumbotron {

    padding-right: 6%;

    padding-left: 6%;

    border-radius: 5px;

}

.jumbotron p {

    font-weight: 400;

}

.toolbar-shop {

    display: flex;

    justify-content: flex-end;

    width: 100%;

    background: #f7f7f7;

}

.toolbar-shop-icon {

    display: inline-block;

    height: 50px;

    padding: 0 13px;

    line-height: 50px;

    border-right: 1px solid #d3dbe8;

    transition: .3s all ease;

}

.toolbar-shop-icon span {

    vertical-align: middle;

}

.toolbar-shop-icon.active,

.toolbar-shop-icon:hover {

    color: #554e9f;

}

.toolbar-shop-sorter {

    display: none;

    white-space: nowrap;

}

.toolbar-shop-pager {

    display: flex;

    justify-content: space-between;

    align-items: center;

    width: 100%;

}

.toolbar-shop-pager>* {

    display: inline-block;

    vertical-align: middle;

}

.toolbar-shop-pager label,

.toolbar-shop-pager select {

    display: inline-block;

    vertical-align: middle;

}

.toolbar-shop-pager label {

    margin-right: 18px;

}

.toolbar-shop-pager .select2-container {

    width: 118px !important;

}

.toolbar-shop-pager .select2-container--bootstrap .select2-selection {

    border-radius: 0;

    border: none;

    border-left: 1px solid #d3dbe8;

}

.toolbar-shop-pager .select2-selection__arrow {

    color: #9b9b9b;

}

.toolbar-shop-pager .select2-container--bootstrap .select2-selection--single .select2-selection__rendered {

    color: #434345;

}

.toolbar-shop-pager .select2-container--bootstrap {

    display: inline-block;

}

.toolbar-shop-pager label {

    margin-bottom: 0;

}

.toolbar-shop .toolbar-shop-current {

    margin-left: 10px;

}

@media (min-width: 768px) {

    .toolbar-shop {

        justify-content: space-between;

    }

    

    .toolbar-shop-sorter {

        display: block;

    }

    

    .toolbar-shop-pager {

        display: block;

        width: auto;

    }

    

    .toolbar-shop .toolbar-shop-current {

        margin-left: 0;

        margin-right: 6px;

    }

}

.product {

    position: relative;

}

.product,

.product:before,

.product-thumbnails,

.product-image-area {

    transition: .3s all ease;

}

.product .label-lg-custom {

    padding-top: 6px;

    padding-bottom: 6px;

}

.product-image {

    position: relative;

    background: #f2f4f9;

}

.product-image img {

    display: inline-block;

}

.product-thumbnails {

    list-style-type: none;

    padding-left: 0;

}

.product-thumbnails li {

    cursor: pointer;

    overflow: hidden;

    background: #d3dbe8;

    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);

}

.product-thumbnails li.active {

    background: #fff;

}

.product-label {

    position: absolute;

    left: 10px;

    top: 11px;

}

.product-title {

    font-weight: 700;

    margin-bottom: 0;

}

.product-brand {

    margin: 0;

    font-style: italic;

}

.product-rating {

    font-size: 18px;

    color: #f5bf2f;

}

.product-review-count {

    margin-left: 16px;

    font-size: 15px;

}

.product-radio-wrap .radio-custom-dummy {

    display: none;

}

.product-radio-wrap .radio-custom:checked~.product-radio {

    color: #fff;

    background: #434345;

    transform: scale(0.9);

}

.product-radio-wrap .radio-inline {

    padding-left: 0;

}

@media (min-width: 480px) {

    .product-radio-wrap>* {

        display: inline-block;

        vertical-align: middle;

    }

}

.product-radio-title {

    display: inline-block;

    margin-bottom: 0;

    margin-right: 10px;

}

.product-radio-title+.product-radio {

    display: inline-block;

}

.product-radio {

    position: relative;

    display: block;

    width: 40px;

    height: 40px;

    font-weight: 700;

    line-height: 40px;

    background: #f2f4f9;

    border-radius: 50%;

    text-align: center;

    vertical-align: middle;

    transition: .3s all ease;

}

.product-radio:hover {

    color: #fff;

    background: #434345;

}

.product-number {

    white-space: nowrap;

}

.product-number label {

    margin-bottom: 0;

}

.product-number>* {

    display: inline-block;

    vertical-align: middle;

}

.product-number .stepper {

    margin-left: 10px;

}

.product-price-old {

    text-decoration: line-through;

    padding: 0 10px;

}

.product-list,

.product-grid {

    z-index: 0;

    padding-top: 15px;

    text-align: center;

    background: #fff;

}

.product-list:before,

.product-grid:before {

    position: absolute;

    top: 0;

    left: -15px;

    right: -15px;

    bottom: -15px;

    z-index: -1;

    border: 1px solid transparent;

    border-radius: 3px;

    content: '';

    background: #fff;

}

.product-list .product-thumbnails,

.product-grid .product-thumbnails {

    position: absolute;

    right: 11px;

    top: 11px;

}

.product-list .product-thumbnails li,

.product-grid .product-thumbnails li {

    width: 40px;

    height: 40px;

    border-radius: 3px;

    cursor: pointer;

    overflow: hidden;

}

.product-list .product-thumbnails li img,

.product-grid .product-thumbnails li img {

    max-width: 150%;

    margin-left: -10px;

}

.product-list .product-thumbnails li+li,

.product-grid .product-thumbnails li+li {

    margin-top: 5px;

}

@media (min-width: 1200px) {

    .product-list .product-thumbnails li,

    .product-grid .product-thumbnails li {

        width: 60px;

        height: 60px;

    }

    

    .product-list .product-thumbnails li img,

    .product-grid .product-thumbnails li img {

        margin-left: -15px;

    }

    

    .product-list .product-thumbnails,

    .product-grid .product-thumbnails {

        opacity: 0;

        visibility: hidden;

    }

    

    .product-list:hover:before,

    .product-grid:hover:before {

        border-color: #d3dbe8;

    }

    

    .product-list:hover .product-thumbnails,

    .product-grid:hover .product-thumbnails {

        opacity: 1;

        visibility: visible;

    }

}

@media (min-width: 1200px) {

    .product-grid .product-block-hover {

        position: absolute;

        bottom: 5px;

        left: 0;

        right: 0;

        opacity: 0;

        visibility: hidden;

    }

    

    .product-grid:hover {

        padding-bottom: 65px;

        margin-bottom: -65px;

        z-index: 4;

    }

    

    .product-grid:hover .product-block-hover {

        transition: .3s all ease .2s;

        opacity: 1;

        visibility: visible;

    }

}

.product-grid .product-price {

    font-size: 17px;

}

.product-grid .product-price-old {

    color: #9b9b9b;

}

.product-grid .product-price-new {

    margin-left: 13px;

}

@media (min-width: 1200px) {

    .product-grid.product-grid-type-2:before {

        border: none;

    }

    

    .product-grid.product-grid-type-2 .product-image {

        background: transparent;

    }

    

    .product-grid.product-grid-type-2 .product-title a {

        transition: .3s all ease;

    }

    

    .product-grid.product-grid-type-2 .product-title a:hover {

        color: #55bbeb;

    }

    

    .product-grid.product-grid-type-2:hover:before {

        box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.15);

    }

}

.product-list .product-price-old {

    margin-left: 10px;

}

.product-list .product-image {

    min-width: 35%;

}

@media (min-width: 480px) {

    .product-list .product-btn,

    .product-list .product-number {

        display: inline-block;

    }

    

    .product-list .product-btn {

        margin-top: 0;

        margin-left: 20px;

    }

}

.product-list-wide .product-list-right {

    padding-top: 0;

}

.product-list-wide .product-price {

    margin-top: 0;

}

.product-list-wide .product-image {

    min-width: 30%;

}

.product-list-wide .product-image+.unit-body {

    width: 100%;

}

@media (min-width: 768px) {

    .product-list-wide .product-image+.unit-body {

        width: 70%;

    }

}

@media (min-width: 992px) {

    .product-list-wide .product-image {

        min-width: 23%;

    }

    

    .product-list-wide .product-image+.unit-body {

        width: 77%;

    }

}

@media (max-width: 1199.98px) {

    .product-list-wide .product-desc {

        margin-bottom: 0;

    }

}

@media (min-width: 1200px) {

    .product-list-wide .product-list-right {

        min-width: 31%;

        border-left: 1px solid #d3dbe8;

        padding: 13px 30px;

        margin-left: 15px;

    }

    

    .product-list-wide .h5 {

        font-size: 30px;

    }

    

    .product-list-wide .product-btn {

        padding: 9px 16px;

        font-size: 15px;

        line-height: 24px;

        border-radius: 3px;

        margin-left: 0;

    }

    

    .product-list-wide .product-btn .icon {

        font-size: 24px;

    }

}

.product-single .product-thumbnails {

    text-align: center;

    position: absolute;

    bottom: 13px;

    left: 0;

    right: 0;

}

.product-single .product-thumbnails li {

    width: 50px;

    height: 50px;

    display: inline-block;

    will-change: transform;

    border-radius: 5px;

}

.product-single .product-thumbnails li,

.product-single .product-thumbnails li img {

    transition: .3s all ease;

}

.product-single .product-thumbnails li img {

    opacity: .6;

    will-change: opacity;

}

.product-single .product-thumbnails li.active {

    transform: scale(1.1);

    will-change: contents;

}

.product-single .product-thumbnails li.active img {

    opacity: 1;

}

.product-single .product-thumbnails li+li {

    margin-left: 12px;

}

@media (min-width: 768px) {

    .product-single .product-thumbnails li {

        width: 84px;

        height: 84px;

    }

}

@media (min-width: 480px) {

    .product-single .product-btn,

    .product-single .product-number {

        display: inline-block;

    }

    

    .product-single .product-btn {

        margin-left: 20px;

    }

}

.zoomWindow {

    background: #f2f4f9;

}

.animateImageIn {

    opacity: 1;

    visibility: visible;

}

.animateImageOut {

    opacity: 0;

    visibility: hidden;

}

.badge {

    padding: 2px 5px;

    font-size: 12px;

    line-height: 1;

}

.nav-pills>li>a>.badge {

    margin-left: 5px;

    margin-bottom: 3px;

}

.box-member {

    position: relative;

    display: inline-block;

}

.box-member img {

    display: inline-block;

}

@media (min-width: 1200px) {

    .box-member .box-member-wrap {

        position: absolute;

        top: 0;

        left: 0;

        display: inline-block;

        width: 100%;

        height: 81%;

        z-index: 2;

        transition: .3s;

    }

    

    .box-member .box-member-wrap .box-member-caption {

        position: absolute;

        top: 0;

        left: 0;

        z-index: 1;

        margin-top: 0;

        width: 100%;

        height: 100%;

        padding: 20px;

        display: -ms-flexbox;

        display: -webkit-flex;

        display: flex;

        -webkit-justify-content: center;

        -ms-flex-pack: center;

        justify-content: center;

        -webkit-align-items: center;

        -ms-flex-align: center;

        align-items: center;

        text-transform: uppercase;

        -webkit-backface-visibility: hidden;

        backface-visibility: hidden;

    }

    

    .box-member .box-member-wrap .box-member-caption .list-inline li {

        transform: translateY(40px);

        transition: .35s all ease;

        opacity: 0;

    }

    

    .box-member .box-member-wrap .box-member-caption .list-inline li:nth-child(2) {

        transition-delay: .1s;

    }

    

    .box-member .box-member-wrap .box-member-caption .list-inline li:last-child {

        transition-delay: .2s;

    }

    

    .box-member .box-member-wrap:hover {

        background: rgba(255, 255, 255, 0.7);

    }

    

    .box-member .box-member-wrap:hover .list-inline li {

        transform: translateY(0);

        opacity: 1;

    }

}

.member-block-type-3 {

    margin-left: auto;

    margin-right: auto;

    max-width: 246px;

    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.15);

    border-radius: 5px;

}

.member-block-type-3 .member-block-body {

    padding: 40px 30px 0 30px;

}

.member-block-type-3 .member-block-footer .btn,

.member-block-type-3 .member-block-footer .pagination-classic>li>a,

.member-block-type-3 .member-block-footer .pagination-classic>li>span {

    font-size: 12px;

    border-color: transparent;

    border-bottom-left-radius: 5px;

    border-bottom-right-radius: 5px;

}

.member-block-type-3 .btn-group {

    display: block;

    margin-left: -4px;

    margin-right: -4px;

}

.member-block-type-3 .btn-group .btn,

.member-block-type-3 .btn-group .pagination-classic>li>a,

.member-block-type-3 .btn-group .pagination-classic>li>span {

    color: #434345;

    background-color: #fff;

    border-color: #d3dbe8;

    float: none;

    width: 33.5%;

}

.member-block-type-3 .btn-group .btn:focus,

.member-block-type-3 .btn-group .pagination-classic>li>a:focus,

.member-block-type-3 .btn-group .pagination-classic>li>span:focus,

.member-block-type-3 .btn-group .btn.focus,

.member-block-type-3 .btn-group .pagination-classic>li>a.focus,

.member-block-type-3 .btn-group .pagination-classic>li>span.focus,

.member-block-type-3 .btn-group .btn:hover,

.member-block-type-3 .btn-group .pagination-classic>li>a:hover,

.member-block-type-3 .btn-group .pagination-classic>li>span:hover,

.member-block-type-3 .btn-group .btn:active,

.member-block-type-3 .btn-group .pagination-classic>li>a:active,

.member-block-type-3 .btn-group .pagination-classic>li>span:active,

.member-block-type-3 .btn-group .btn.active,

.member-block-type-3 .btn-group .pagination-classic>li>a.active,

.member-block-type-3 .btn-group .pagination-classic>li>span.active,

.open>.member-block-type-3 .btn-group .btn.dropdown-toggle,

.open>.member-block-type-3 .btn-group .pagination-classic>li>a.dropdown-toggle,

.open>.member-block-type-3 .btn-group .pagination-classic>li>span.dropdown-toggle {

    color: #fff;

    background-color: #434345;

    border-color: #434345;

}

.member-block-type-3 .btn-group .btn:active,

.member-block-type-3 .btn-group .pagination-classic>li>a:active,

.member-block-type-3 .btn-group .pagination-classic>li>span:active,

.member-block-type-3 .btn-group .btn.active,

.member-block-type-3 .btn-group .pagination-classic>li>a.active,

.member-block-type-3 .btn-group .pagination-classic>li>span.active,

.open>.member-block-type-3 .btn-group .btn.dropdown-toggle,

.open>.member-block-type-3 .btn-group .pagination-classic>li>a.dropdown-toggle,

.open>.member-block-type-3 .btn-group .pagination-classic>li>span.dropdown-toggle {

    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);

}

.member-block-type-3 .btn-group .btn:active:hover,

.member-block-type-3 .btn-group .pagination-classic>li>a:active:hover,

.member-block-type-3 .btn-group .pagination-classic>li>span:active:hover,

.member-block-type-3 .btn-group .btn:active:focus,

.member-block-type-3 .btn-group .pagination-classic>li>a:active:focus,

.member-block-type-3 .btn-group .pagination-classic>li>span:active:focus,

.member-block-type-3 .btn-group .btn:active.focus,

.member-block-type-3 .btn-group .pagination-classic>li>a:active.focus,

.member-block-type-3 .btn-group .pagination-classic>li>span:active.focus,

.member-block-type-3 .btn-group .btn.active:hover,

.member-block-type-3 .btn-group .pagination-classic>li>a.active:hover,

.member-block-type-3 .btn-group .pagination-classic>li>span.active:hover,

.member-block-type-3 .btn-group .btn.active:focus,

.member-block-type-3 .btn-group .pagination-classic>li>a.active:focus,

.member-block-type-3 .btn-group .pagination-classic>li>span.active:focus,

.member-block-type-3 .btn-group .btn.active.focus,

.member-block-type-3 .btn-group .pagination-classic>li>a.active.focus,

.member-block-type-3 .btn-group .pagination-classic>li>span.active.focus,

.open>.member-block-type-3 .btn-group .btn.dropdown-toggle:hover,

.open>.member-block-type-3 .btn-group .pagination-classic>li>a.dropdown-toggle:hover,

.open>.member-block-type-3 .btn-group .pagination-classic>li>span.dropdown-toggle:hover,

.open>.member-block-type-3 .btn-group .btn.dropdown-toggle:focus,

.open>.member-block-type-3 .btn-group .pagination-classic>li>a.dropdown-toggle:focus,

.open>.member-block-type-3 .btn-group .pagination-classic>li>span.dropdown-toggle:focus,

.open>.member-block-type-3 .btn-group .btn.dropdown-toggle.focus,

.open>.member-block-type-3 .btn-group .pagination-classic>li>a.dropdown-toggle.focus,

.open>.member-block-type-3 .btn-group .pagination-classic>li>span.dropdown-toggle.focus {

    color: #fff;

    background-color: #434345;

    border-color: #434345;

}

.member-block-type-3 .btn-group .btn.disabled,

.member-block-type-3 .btn-group .pagination-classic>li>a.disabled,

.member-block-type-3 .btn-group .pagination-classic>li>span.disabled,

.member-block-type-3 .btn-group .btn[disabled],

.member-block-type-3 .btn-group .pagination-classic>li>a[disabled],

.member-block-type-3 .btn-group .pagination-classic>li>span[disabled],

fieldset[disabled] .member-block-type-3 .btn-group .btn,

fieldset[disabled] .member-block-type-3 .btn-group .pagination-classic>li>a,

fieldset[disabled] .member-block-type-3 .btn-group .pagination-classic>li>span {

    pointer-events: none;

    opacity: .5;

}

.member-block-type-3 .btn-group .btn .badge,

.member-block-type-3 .btn-group .pagination-classic>li>a .badge,

.member-block-type-3 .btn-group .pagination-classic>li>span .badge {

    color: #fff;

    background-color: #434345;

}

.member-block-type-3 .btn-group .btn .icon,

.member-block-type-3 .btn-group .pagination-classic>li>a .icon,

.member-block-type-3 .btn-group .pagination-classic>li>span .icon {

    font-size: 18px;

    line-height: 18px;

}

@media (min-width: 992px) {

    .member-block-type-3 {

        margin-left: 0;

    }

}

.member-block-type-5 .member-block-body {

    padding: 34px 15px;

}

.member-block-type-5 .member-block-body .contact-info li .icon {

    padding-right: 10px;

}

.member-block-type-5 .member-block-body .contact-info li+li {

    margin-top: 14px;

}

@media (min-width: 768px) {

    .member-block-type-5 .member-block-body .contact-info li+li {

        margin-top: 28px;

    }

}

@media (min-width: 992px) {

    .member-block-type-5 .member-block-body {

        padding: 34px 55px;

    }

}

.context-light .form-control-impressed {

    background: rgba(255, 255, 255, 0.6);

}

.context-light .form-control-impressed,

.context-light .form-control-impressed:focus {

    box-shadow: none;

}

.context-light .form-label.focus {

    color: #434345;

}

.context-light .quote-outboxed .quote-body {

    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.15);

    background: #fff;

}

.context-light .quote-outboxed .quote-body:before {

    color: #f2f4f9;

}

.context-light .quote-outboxed .quote-body:after {

    border-color: #fff transparent transparent transparent;

}

.bg-deluge,

.navbar-inverse,

.context-dark,

.swiper-slide-caption,

.bg-deluge .btn-link,

.navbar-inverse .btn-link,

.context-dark .btn-link,

.swiper-slide-caption .btn-link,

.bg-deluge .form-label,

.navbar-inverse .form-label,

.context-dark .form-label,

.swiper-slide-caption .form-label,

.bg-deluge .form-label-outside.focus,

.navbar-inverse .form-label-outside.focus,

.context-dark .form-label-outside.focus,

.swiper-slide-caption .form-label-outside.focus,

.bg-deluge .select2-container--bootstrap .select2-selection--single .select2-selection__rendered,

.navbar-inverse .select2-container--bootstrap .select2-selection--single .select2-selection__rendered,

.context-dark .select2-container--bootstrap .select2-selection--single .select2-selection__rendered,

.swiper-slide-caption .select2-container--bootstrap .select2-selection--single .select2-selection__rendered,

.bg-deluge .select2-container--bootstrap .select2-selection,

.navbar-inverse .select2-container--bootstrap .select2-selection,

.context-dark .select2-container--bootstrap .select2-selection,

.swiper-slide-caption .select2-container--bootstrap .select2-selection,

.bg-deluge h1,

.navbar-inverse h1,

.context-dark h1,

.swiper-slide-caption h1,

.bg-deluge .h1,

.navbar-inverse .h1,

.context-dark .h1,

.swiper-slide-caption .h1,

.bg-deluge h2,

.navbar-inverse h2,

.context-dark h2,

.swiper-slide-caption h2,

.bg-deluge .h2,

.navbar-inverse .h2,

.context-dark .h2,

.swiper-slide-caption .h2,

.bg-deluge h3,

.navbar-inverse h3,

.context-dark h3,

.swiper-slide-caption h3,

.bg-deluge .h3,

.navbar-inverse .h3,

.context-dark .h3,

.swiper-slide-caption .h3,

.bg-deluge h4,

.navbar-inverse h4,

.context-dark h4,

.swiper-slide-caption h4,

.bg-deluge .h4,

.navbar-inverse .h4,

.context-dark .h4,

.swiper-slide-caption .h4,

.bg-deluge h5,

.navbar-inverse h5,

.context-dark h5,

.swiper-slide-caption h5,

.bg-deluge .h5,

.navbar-inverse .h5,

.context-dark .h5,

.swiper-slide-caption .h5,

.bg-deluge h6,

.navbar-inverse h6,

.context-dark h6,

.swiper-slide-caption h6,

.bg-deluge .h6,

.navbar-inverse .h6,

.context-dark .h6,

.swiper-slide-caption .h6 {

    color: #fff;

}

.bg-deluge .form-label.auto-fill,

.navbar-inverse .form-label.auto-fill,

.context-dark .form-label.auto-fill,

.swiper-slide-caption .form-label.auto-fill {

    color: #212121;

}

.bg-deluge .countdown-custom .countdown-amount,

.navbar-inverse .countdown-custom .countdown-amount,

.context-dark .countdown-custom .countdown-amount,

.swiper-slide-caption .countdown-custom .countdown-amount,

.bg-deluge .countdown-custom .countdown-period,

.navbar-inverse .countdown-custom .countdown-period,

.context-dark .countdown-custom .countdown-period,

.swiper-slide-caption .countdown-custom .countdown-period {

    color: #fff;

}

.bg-deluge .responsive-tabs-dashed .resp-tabs-list>li,

.navbar-inverse .responsive-tabs-dashed .resp-tabs-list>li,

.context-dark .responsive-tabs-dashed .resp-tabs-list>li,

.swiper-slide-caption .responsive-tabs-dashed .resp-tabs-list>li {

    color: #f0f1f4;

}

.bg-deluge .responsive-tabs-dashed .resp-tabs-list>li.resp-tab-active,

.navbar-inverse .responsive-tabs-dashed .resp-tabs-list>li.resp-tab-active,

.context-dark .responsive-tabs-dashed .resp-tabs-list>li.resp-tab-active,

.swiper-slide-caption .responsive-tabs-dashed .resp-tabs-list>li.resp-tab-active,

.bg-deluge .responsive-tabs-dashed .resp-tabs-list>li:hover,

.navbar-inverse .responsive-tabs-dashed .resp-tabs-list>li:hover,

.context-dark .responsive-tabs-dashed .resp-tabs-list>li:hover,

.swiper-slide-caption .responsive-tabs-dashed .resp-tabs-list>li:hover {

    color: #fff;

}

.bg-deluge .responsive-tabs-dashed .resp-tabs-list>li+li:before,

.navbar-inverse .responsive-tabs-dashed .resp-tabs-list>li+li:before,

.context-dark .responsive-tabs-dashed .resp-tabs-list>li+li:before,

.swiper-slide-caption .responsive-tabs-dashed .resp-tabs-list>li+li:before {

    background: #f0f1f4;

}

.bg-deluge .form-group>.form-control,

.navbar-inverse .form-group>.form-control,

.context-dark .form-group>.form-control,

.swiper-slide-caption .form-group>.form-control {

    color: #fff;

}

.bg-deluge .form-group>.form-control::-webkit-input-placeholder,

.navbar-inverse .form-group>.form-control::-webkit-input-placeholder,

.context-dark .form-group>.form-control::-webkit-input-placeholder,

.swiper-slide-caption .form-group>.form-control::-webkit-input-placeholder {

    color: #fff;

}

.bg-deluge .form-group>.form-control::-moz-placeholder,

.navbar-inverse .form-group>.form-control::-moz-placeholder,

.context-dark .form-group>.form-control::-moz-placeholder,

.swiper-slide-caption .form-group>.form-control::-moz-placeholder {

    color: #fff;

}

.bg-deluge .form-group>.form-control:-ms-input-placeholder,

.navbar-inverse .form-group>.form-control:-ms-input-placeholder,

.context-dark .form-group>.form-control:-ms-input-placeholder,

.swiper-slide-caption .form-group>.form-control:-ms-input-placeholder {

    color: #fff;

}

.bg-deluge .form-group>.form-control:-moz-placeholder,

.navbar-inverse .form-group>.form-control:-moz-placeholder,

.context-dark .form-group>.form-control:-moz-placeholder,

.swiper-slide-caption .form-group>.form-control:-moz-placeholder {

    color: #fff;

}

.bg-deluge .btn-default,

.navbar-inverse .btn-default,

.context-dark .btn-default,

.swiper-slide-caption .btn-default,

.bg-deluge .pagination-classic>li+li:not(:last-child)>a,

.navbar-inverse .pagination-classic>li+li:not(:last-child)>a,

.context-dark .pagination-classic>li+li:not(:last-child)>a,

.swiper-slide-caption .pagination-classic>li+li:not(:last-child)>a,

.bg-deluge .pagination-classic>li+li:not(:last-child)>span,

.navbar-inverse .pagination-classic>li+li:not(:last-child)>span,

.context-dark .pagination-classic>li+li:not(:last-child)>span,

.swiper-slide-caption .pagination-classic>li+li:not(:last-child)>span {

    color: #fff;

    background-color: transparent;

    border-color: #fff;

}

.bg-deluge .btn-default:focus,

.navbar-inverse .btn-default:focus,

.context-dark .btn-default:focus,

.swiper-slide-caption .btn-default:focus,

.bg-deluge .pagination-classic>li+li:not(:last-child)>a:focus,

.navbar-inverse .pagination-classic>li+li:not(:last-child)>a:focus,

.context-dark .pagination-classic>li+li:not(:last-child)>a:focus,

.swiper-slide-caption .pagination-classic>li+li:not(:last-child)>a:focus,

.bg-deluge .pagination-classic>li+li:not(:last-child)>span:focus,

.navbar-inverse .pagination-classic>li+li:not(:last-child)>span:focus,

.context-dark .pagination-classic>li+li:not(:last-child)>span:focus,

.swiper-slide-caption .pagination-classic>li+li:not(:last-child)>span:focus,

.bg-deluge .btn-default.focus,

.navbar-inverse .btn-default.focus,

.context-dark .btn-default.focus,

.swiper-slide-caption .btn-default.focus,

.bg-deluge .pagination-classic>li+li:not(:last-child)>a.focus,

.navbar-inverse .pagination-classic>li+li:not(:last-child)>a.focus,

.context-dark .pagination-classic>li+li:not(:last-child)>a.focus,

.swiper-slide-caption .pagination-classic>li+li:not(:last-child)>a.focus,

.bg-deluge .pagination-classic>li+li:not(:last-child)>span.focus,

.navbar-inverse .pagination-classic>li+li:not(:last-child)>span.focus,

.context-dark .pagination-classic>li+li:not(:last-child)>span.focus,

.swiper-slide-caption .pagination-classic>li+li:not(:last-child)>span.focus,

.bg-deluge .btn-default:hover,

.navbar-inverse .btn-default:hover,

.context-dark .btn-default:hover,

.swiper-slide-caption .btn-default:hover,

.bg-deluge .pagination-classic>li+li:not(:last-child)>a:hover,

.navbar-inverse .pagination-classic>li+li:not(:last-child)>a:hover,

.context-dark .pagination-classic>li+li:not(:last-child)>a:hover,

.swiper-slide-caption .pagination-classic>li+li:not(:last-child)>a:hover,

.bg-deluge .pagination-classic>li+li:not(:last-child)>span:hover,

.navbar-inverse .pagination-classic>li+li:not(:last-child)>span:hover,

.context-dark .pagination-classic>li+li:not(:last-child)>span:hover,

.swiper-slide-caption .pagination-classic>li+li:not(:last-child)>span:hover,

.bg-deluge .btn-default:active,

.navbar-inverse .btn-default:active,

.context-dark .btn-default:active,

.swiper-slide-caption .btn-default:active,

.bg-deluge .pagination-classic>li+li:not(:last-child)>a:active,

.navbar-inverse .pagination-classic>li+li:not(:last-child)>a:active,

.context-dark .pagination-classic>li+li:not(:last-child)>a:active,

.swiper-slide-caption .pagination-classic>li+li:not(:last-child)>a:active,

.bg-deluge .pagination-classic>li+li:not(:last-child)>span:active,

.navbar-inverse .pagination-classic>li+li:not(:last-child)>span:active,

.context-dark .pagination-classic>li+li:not(:last-child)>span:active,

.swiper-slide-caption .pagination-classic>li+li:not(:last-child)>span:active,

.bg-deluge .btn-default.active,

.navbar-inverse .btn-default.active,

.context-dark .btn-default.active,

.swiper-slide-caption .btn-default.active,

.bg-deluge .pagination-classic>li+li:not(:last-child)>a.active,

.navbar-inverse .pagination-classic>li+li:not(:last-child)>a.active,

.context-dark .pagination-classic>li+li:not(:last-child)>a.active,

.swiper-slide-caption .pagination-classic>li+li:not(:last-child)>a.active,

.bg-deluge .pagination-classic>li+li:not(:last-child)>span.active,

.navbar-inverse .pagination-classic>li+li:not(:last-child)>span.active,

.context-dark .pagination-classic>li+li:not(:last-child)>span.active,

.swiper-slide-caption .pagination-classic>li+li:not(:last-child)>span.active,

.open>.bg-deluge .btn-default.dropdown-toggle,

.open>.navbar-inverse .btn-default.dropdown-toggle,

.open>.context-dark .btn-default.dropdown-toggle,

.open>.swiper-slide-caption .btn-default.dropdown-toggle,

.open>.bg-deluge .pagination-classic>li+li:not(:last-child)>a.dropdown-toggle,

.open>.navbar-inverse .pagination-classic>li+li:not(:last-child)>a.dropdown-toggle,

.open>.context-dark .pagination-classic>li+li:not(:last-child)>a.dropdown-toggle,

.open>.swiper-slide-caption .pagination-classic>li+li:not(:last-child)>a.dropdown-toggle,

.open>.bg-deluge .pagination-classic>li+li:not(:last-child)>span.dropdown-toggle,

.open>.navbar-inverse .pagination-classic>li+li:not(:last-child)>span.dropdown-toggle,

.open>.context-dark .pagination-classic>li+li:not(:last-child)>span.dropdown-toggle,

.open>.swiper-slide-caption .pagination-classic>li+li:not(:last-child)>span.dropdown-toggle {

    color: #434345;

    background-color: #fff;

    border-color: #fff;

}

.bg-deluge .btn-default:active,

.navbar-inverse .btn-default:active,

.context-dark .btn-default:active,

.swiper-slide-caption .btn-default:active,

.bg-deluge .pagination-classic>li+li:not(:last-child)>a:active,

.navbar-inverse .pagination-classic>li+li:not(:last-child)>a:active,

.context-dark .pagination-classic>li+li:not(:last-child)>a:active,

.swiper-slide-caption .pagination-classic>li+li:not(:last-child)>a:active,

.bg-deluge .pagination-classic>li+li:not(:last-child)>span:active,

.navbar-inverse .pagination-classic>li+li:not(:last-child)>span:active,

.context-dark .pagination-classic>li+li:not(:last-child)>span:active,

.swiper-slide-caption .pagination-classic>li+li:not(:last-child)>span:active,

.bg-deluge .btn-default.active,

.navbar-inverse .btn-default.active,

.context-dark .btn-default.active,

.swiper-slide-caption .btn-default.active,

.bg-deluge .pagination-classic>li+li:not(:last-child)>a.active,

.navbar-inverse .pagination-classic>li+li:not(:last-child)>a.active,

.context-dark .pagination-classic>li+li:not(:last-child)>a.active,

.swiper-slide-caption .pagination-classic>li+li:not(:last-child)>a.active,

.bg-deluge .pagination-classic>li+li:not(:last-child)>span.active,

.navbar-inverse .pagination-classic>li+li:not(:last-child)>span.active,

.context-dark .pagination-classic>li+li:not(:last-child)>span.active,

.swiper-slide-caption .pagination-classic>li+li:not(:last-child)>span.active,

.open>.bg-deluge .btn-default.dropdown-toggle,

.open>.navbar-inverse .btn-default.dropdown-toggle,

.open>.context-dark .btn-default.dropdown-toggle,

.open>.swiper-slide-caption .btn-default.dropdown-toggle,

.open>.bg-deluge .pagination-classic>li+li:not(:last-child)>a.dropdown-toggle,

.open>.navbar-inverse .pagination-classic>li+li:not(:last-child)>a.dropdown-toggle,

.open>.context-dark .pagination-classic>li+li:not(:last-child)>a.dropdown-toggle,

.open>.swiper-slide-caption .pagination-classic>li+li:not(:last-child)>a.dropdown-toggle,

.open>.bg-deluge .pagination-classic>li+li:not(:last-child)>span.dropdown-toggle,

.open>.navbar-inverse .pagination-classic>li+li:not(:last-child)>span.dropdown-toggle,

.open>.context-dark .pagination-classic>li+li:not(:last-child)>span.dropdown-toggle,

.open>.swiper-slide-caption .pagination-classic>li+li:not(:last-child)>span.dropdown-toggle {

    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);

}

.bg-deluge .btn-default:active:hover,

.navbar-inverse .btn-default:active:hover,

.context-dark .btn-default:active:hover,

.swiper-slide-caption .btn-default:active:hover,

.bg-deluge .pagination-classic>li+li:not(:last-child)>a:active:hover,

.navbar-inverse .pagination-classic>li+li:not(:last-child)>a:active:hover,

.context-dark .pagination-classic>li+li:not(:last-child)>a:active:hover,

.swiper-slide-caption .pagination-classic>li+li:not(:last-child)>a:active:hover,

.bg-deluge .pagination-classic>li+li:not(:last-child)>span:active:hover,

.navbar-inverse .pagination-classic>li+li:not(:last-child)>span:active:hover,

.context-dark .pagination-classic>li+li:not(:last-child)>span:active:hover,

.swiper-slide-caption .pagination-classic>li+li:not(:last-child)>span:active:hover,

.bg-deluge .btn-default:active:focus,

.navbar-inverse .btn-default:active:focus,

.context-dark .btn-default:active:focus,

.swiper-slide-caption .btn-default:active:focus,

.bg-deluge .pagination-classic>li+li:not(:last-child)>a:active:focus,

.navbar-inverse .pagination-classic>li+li:not(:last-child)>a:active:focus,

.context-dark .pagination-classic>li+li:not(:last-child)>a:active:focus,

.swiper-slide-caption .pagination-classic>li+li:not(:last-child)>a:active:focus,

.bg-deluge .pagination-classic>li+li:not(:last-child)>span:active:focus,

.navbar-inverse .pagination-classic>li+li:not(:last-child)>span:active:focus,

.context-dark .pagination-classic>li+li:not(:last-child)>span:active:focus,

.swiper-slide-caption .pagination-classic>li+li:not(:last-child)>span:active:focus,

.bg-deluge .btn-default:active.focus,

.navbar-inverse .btn-default:active.focus,

.context-dark .btn-default:active.focus,

.swiper-slide-caption .btn-default:active.focus,

.bg-deluge .pagination-classic>li+li:not(:last-child)>a:active.focus,

.navbar-inverse .pagination-classic>li+li:not(:last-child)>a:active.focus,

.context-dark .pagination-classic>li+li:not(:last-child)>a:active.focus,

.swiper-slide-caption .pagination-classic>li+li:not(:last-child)>a:active.focus,

.bg-deluge .pagination-classic>li+li:not(:last-child)>span:active.focus,

.navbar-inverse .pagination-classic>li+li:not(:last-child)>span:active.focus,

.context-dark .pagination-classic>li+li:not(:last-child)>span:active.focus,

.swiper-slide-caption .pagination-classic>li+li:not(:last-child)>span:active.focus,

.bg-deluge .btn-default.active:hover,

.navbar-inverse .btn-default.active:hover,

.context-dark .btn-default.active:hover,

.swiper-slide-caption .btn-default.active:hover,

.bg-deluge .pagination-classic>li+li:not(:last-child)>a.active:hover,

.navbar-inverse .pagination-classic>li+li:not(:last-child)>a.active:hover,

.context-dark .pagination-classic>li+li:not(:last-child)>a.active:hover,

.swiper-slide-caption .pagination-classic>li+li:not(:last-child)>a.active:hover,

.bg-deluge .pagination-classic>li+li:not(:last-child)>span.active:hover,

.navbar-inverse .pagination-classic>li+li:not(:last-child)>span.active:hover,

.context-dark .pagination-classic>li+li:not(:last-child)>span.active:hover,

.swiper-slide-caption .pagination-classic>li+li:not(:last-child)>span.active:hover,

.bg-deluge .btn-default.active:focus,

.navbar-inverse .btn-default.active:focus,

.context-dark .btn-default.active:focus,

.swiper-slide-caption .btn-default.active:focus,

.bg-deluge .pagination-classic>li+li:not(:last-child)>a.active:focus,

.navbar-inverse .pagination-classic>li+li:not(:last-child)>a.active:focus,

.context-dark .pagination-classic>li+li:not(:last-child)>a.active:focus,

.swiper-slide-caption .pagination-classic>li+li:not(:last-child)>a.active:focus,

.bg-deluge .pagination-classic>li+li:not(:last-child)>span.active:focus,

.navbar-inverse .pagination-classic>li+li:not(:last-child)>span.active:focus,

.context-dark .pagination-classic>li+li:not(:last-child)>span.active:focus,

.swiper-slide-caption .pagination-classic>li+li:not(:last-child)>span.active:focus,

.bg-deluge .btn-default.active.focus,

.navbar-inverse .btn-default.active.focus,

.context-dark .btn-default.active.focus,

.swiper-slide-caption .btn-default.active.focus,

.bg-deluge .pagination-classic>li+li:not(:last-child)>a.active.focus,

.navbar-inverse .pagination-classic>li+li:not(:last-child)>a.active.focus,

.context-dark .pagination-classic>li+li:not(:last-child)>a.active.focus,

.swiper-slide-caption .pagination-classic>li+li:not(:last-child)>a.active.focus,

.bg-deluge .pagination-classic>li+li:not(:last-child)>span.active.focus,

.navbar-inverse .pagination-classic>li+li:not(:last-child)>span.active.focus,

.context-dark .pagination-classic>li+li:not(:last-child)>span.active.focus,

.swiper-slide-caption .pagination-classic>li+li:not(:last-child)>span.active.focus,

.open>.bg-deluge .btn-default.dropdown-toggle:hover,

.open>.navbar-inverse .btn-default.dropdown-toggle:hover,

.open>.context-dark .btn-default.dropdown-toggle:hover,

.open>.swiper-slide-caption .btn-default.dropdown-toggle:hover,

.open>.bg-deluge .pagination-classic>li+li:not(:last-child)>a.dropdown-toggle:hover,

.open>.navbar-inverse .pagination-classic>li+li:not(:last-child)>a.dropdown-toggle:hover,

.open>.context-dark .pagination-classic>li+li:not(:last-child)>a.dropdown-toggle:hover,

.open>.swiper-slide-caption .pagination-classic>li+li:not(:last-child)>a.dropdown-toggle:hover,

.open>.bg-deluge .pagination-classic>li+li:not(:last-child)>span.dropdown-toggle:hover,

.open>.navbar-inverse .pagination-classic>li+li:not(:last-child)>span.dropdown-toggle:hover,

.open>.context-dark .pagination-classic>li+li:not(:last-child)>span.dropdown-toggle:hover,

.open>.swiper-slide-caption .pagination-classic>li+li:not(:last-child)>span.dropdown-toggle:hover,

.open>.bg-deluge .btn-default.dropdown-toggle:focus,

.open>.navbar-inverse .btn-default.dropdown-toggle:focus,

.open>.context-dark .btn-default.dropdown-toggle:focus,

.open>.swiper-slide-caption .btn-default.dropdown-toggle:focus,

.open>.bg-deluge .pagination-classic>li+li:not(:last-child)>a.dropdown-toggle:focus,

.open>.navbar-inverse .pagination-classic>li+li:not(:last-child)>a.dropdown-toggle:focus,

.open>.context-dark .pagination-classic>li+li:not(:last-child)>a.dropdown-toggle:focus,

.open>.swiper-slide-caption .pagination-classic>li+li:not(:last-child)>a.dropdown-toggle:focus,

.open>.bg-deluge .pagination-classic>li+li:not(:last-child)>span.dropdown-toggle:focus,

.open>.navbar-inverse .pagination-classic>li+li:not(:last-child)>span.dropdown-toggle:focus,

.open>.context-dark .pagination-classic>li+li:not(:last-child)>span.dropdown-toggle:focus,

.open>.swiper-slide-caption .pagination-classic>li+li:not(:last-child)>span.dropdown-toggle:focus,

.open>.bg-deluge .btn-default.dropdown-toggle.focus,

.open>.navbar-inverse .btn-default.dropdown-toggle.focus,

.open>.context-dark .btn-default.dropdown-toggle.focus,

.open>.swiper-slide-caption .btn-default.dropdown-toggle.focus,

.open>.bg-deluge .pagination-classic>li+li:not(:last-child)>a.dropdown-toggle.focus,

.open>.navbar-inverse .pagination-classic>li+li:not(:last-child)>a.dropdown-toggle.focus,

.open>.context-dark .pagination-classic>li+li:not(:last-child)>a.dropdown-toggle.focus,

.open>.swiper-slide-caption .pagination-classic>li+li:not(:last-child)>a.dropdown-toggle.focus,

.open>.bg-deluge .pagination-classic>li+li:not(:last-child)>span.dropdown-toggle.focus,

.open>.navbar-inverse .pagination-classic>li+li:not(:last-child)>span.dropdown-toggle.focus,

.open>.context-dark .pagination-classic>li+li:not(:last-child)>span.dropdown-toggle.focus,

.open>.swiper-slide-caption .pagination-classic>li+li:not(:last-child)>span.dropdown-toggle.focus {

    color: #434345;

    background-color: #fff;

    border-color: #fff;

}

.bg-deluge .btn-default.disabled,

.navbar-inverse .btn-default.disabled,

.context-dark .btn-default.disabled,

.swiper-slide-caption .btn-default.disabled,

.bg-deluge .pagination-classic>li+li:not(:last-child)>a.disabled,

.navbar-inverse .pagination-classic>li+li:not(:last-child)>a.disabled,

.context-dark .pagination-classic>li+li:not(:last-child)>a.disabled,

.swiper-slide-caption .pagination-classic>li+li:not(:last-child)>a.disabled,

.bg-deluge .pagination-classic>li+li:not(:last-child)>span.disabled,

.navbar-inverse .pagination-classic>li+li:not(:last-child)>span.disabled,

.context-dark .pagination-classic>li+li:not(:last-child)>span.disabled,

.swiper-slide-caption .pagination-classic>li+li:not(:last-child)>span.disabled,

.bg-deluge .btn-default[disabled],

.navbar-inverse .btn-default[disabled],

.context-dark .btn-default[disabled],

.swiper-slide-caption .btn-default[disabled],

.bg-deluge .pagination-classic>li+li:not(:last-child)>a[disabled],

.navbar-inverse .pagination-classic>li+li:not(:last-child)>a[disabled],

.context-dark .pagination-classic>li+li:not(:last-child)>a[disabled],

.swiper-slide-caption .pagination-classic>li+li:not(:last-child)>a[disabled],

.bg-deluge .pagination-classic>li+li:not(:last-child)>span[disabled],

.navbar-inverse .pagination-classic>li+li:not(:last-child)>span[disabled],

.context-dark .pagination-classic>li+li:not(:last-child)>span[disabled],

.swiper-slide-caption .pagination-classic>li+li:not(:last-child)>span[disabled],

fieldset[disabled] .bg-deluge .btn-default,

fieldset[disabled] .navbar-inverse .btn-default,

fieldset[disabled] .context-dark .btn-default,

fieldset[disabled] .swiper-slide-caption .btn-default,

fieldset[disabled] .bg-deluge .pagination-classic>li+li:not(:last-child)>a,

fieldset[disabled] .navbar-inverse .pagination-classic>li+li:not(:last-child)>a,

fieldset[disabled] .context-dark .pagination-classic>li+li:not(:last-child)>a,

fieldset[disabled] .swiper-slide-caption .pagination-classic>li+li:not(:last-child)>a,

fieldset[disabled] .bg-deluge .pagination-classic>li+li:not(:last-child)>span,

fieldset[disabled] .navbar-inverse .pagination-classic>li+li:not(:last-child)>span,

fieldset[disabled] .context-dark .pagination-classic>li+li:not(:last-child)>span,

fieldset[disabled] .swiper-slide-caption .pagination-classic>li+li:not(:last-child)>span {

    pointer-events: none;

    opacity: .5;

}

.bg-deluge .btn-default .badge,

.navbar-inverse .btn-default .badge,

.context-dark .btn-default .badge,

.swiper-slide-caption .btn-default .badge,

.bg-deluge .pagination-classic>li+li:not(:last-child)>a .badge,

.navbar-inverse .pagination-classic>li+li:not(:last-child)>a .badge,

.context-dark .pagination-classic>li+li:not(:last-child)>a .badge,

.swiper-slide-caption .pagination-classic>li+li:not(:last-child)>a .badge,

.bg-deluge .pagination-classic>li+li:not(:last-child)>span .badge,

.navbar-inverse .pagination-classic>li+li:not(:last-child)>span .badge,

.context-dark .pagination-classic>li+li:not(:last-child)>span .badge,

.swiper-slide-caption .pagination-classic>li+li:not(:last-child)>span .badge {

    color: transparent;

    background-color: #fff;

}

.bg-deluge .btn-default.btn-anis-effect:before,

.navbar-inverse .btn-default.btn-anis-effect:before,

.context-dark .btn-default.btn-anis-effect:before,

.swiper-slide-caption .btn-default.btn-anis-effect:before,

.bg-deluge .pagination-classic>li+li:not(:last-child)>a.btn-anis-effect:before,

.navbar-inverse .pagination-classic>li+li:not(:last-child)>a.btn-anis-effect:before,

.context-dark .pagination-classic>li+li:not(:last-child)>a.btn-anis-effect:before,

.swiper-slide-caption .pagination-classic>li+li:not(:last-child)>a.btn-anis-effect:before,

.bg-deluge .pagination-classic>li+li:not(:last-child)>span.btn-anis-effect:before,

.navbar-inverse .pagination-classic>li+li:not(:last-child)>span.btn-anis-effect:before,

.context-dark .pagination-classic>li+li:not(:last-child)>span.btn-anis-effect:before,

.swiper-slide-caption .pagination-classic>li+li:not(:last-child)>span.btn-anis-effect:before,

.bg-deluge .btn-default.btn-anis-effect:after,

.navbar-inverse .btn-default.btn-anis-effect:after,

.context-dark .btn-default.btn-anis-effect:after,

.swiper-slide-caption .btn-default.btn-anis-effect:after,

.bg-deluge .pagination-classic>li+li:not(:last-child)>a.btn-anis-effect:after,

.navbar-inverse .pagination-classic>li+li:not(:last-child)>a.btn-anis-effect:after,

.context-dark .pagination-classic>li+li:not(:last-child)>a.btn-anis-effect:after,

.swiper-slide-caption .pagination-classic>li+li:not(:last-child)>a.btn-anis-effect:after,

.bg-deluge .pagination-classic>li+li:not(:last-child)>span.btn-anis-effect:after,

.navbar-inverse .pagination-classic>li+li:not(:last-child)>span.btn-anis-effect:after,

.context-dark .pagination-classic>li+li:not(:last-child)>span.btn-anis-effect:after,

.swiper-slide-caption .pagination-classic>li+li:not(:last-child)>span.btn-anis-effect:after {

    background: #fff;

}

.bg-deluge .owl-carousel .owl-prev,

.navbar-inverse .owl-carousel .owl-prev,

.context-dark .owl-carousel .owl-prev,

.swiper-slide-caption .owl-carousel .owl-prev,

.bg-deluge .owl-carousel .owl-next,

.navbar-inverse .owl-carousel .owl-next,

.context-dark .owl-carousel .owl-next,

.swiper-slide-caption .owl-carousel .owl-next {

    border-color: #fff;

    color: #fff;

}

.bg-deluge .counter-type-1 .divider,

.navbar-inverse .counter-type-1 .divider,

.context-dark .counter-type-1 .divider,

.swiper-slide-caption .counter-type-1 .divider {

    background: #fff;

}

.bg-deluge .form-control-impressed,

.navbar-inverse .form-control-impressed,

.context-dark .form-control-impressed,

.swiper-slide-caption .form-control-impressed {

    background: #191919;

}

.bg-deluge .contact-info dl dd a,

.navbar-inverse .contact-info dl dd a,

.context-dark .contact-info dl dd a,

.swiper-slide-caption .contact-info dl dd a,

.bg-deluge .contact-info dl dd a:hover,

.navbar-inverse .contact-info dl dd a:hover,

.context-dark .contact-info dl dd a:hover,

.swiper-slide-caption .contact-info dl dd a:hover {

    color: #9b9b9b;

}

.bg-deluge .thumbnail-classic-caption,

.navbar-inverse .thumbnail-classic-caption,

.context-dark .thumbnail-classic-caption,

.swiper-slide-caption .thumbnail-classic-caption {

    color: #434345;

}

.bg-deluge .thumbnail-classic-title,

.navbar-inverse .thumbnail-classic-title,

.context-dark .thumbnail-classic-title,

.swiper-slide-caption .thumbnail-classic-title {

    color: #434345;

}

.bg-deluge .has-error .form-validation,

.navbar-inverse .has-error .form-validation,

.context-dark .has-error .form-validation,

.swiper-slide-caption .has-error .form-validation {

    color: #fa8282;

}

@media (min-width: 768px) {

    .bg-deluge .form-label-outside.auto-fill,

    .navbar-inverse .form-label-outside.auto-fill,

    .context-dark .form-label-outside.auto-fill,

    .swiper-slide-caption .form-label-outside.auto-fill {

        color: #fff;

    }

}

.bg-gray-base .form-control-impressed {

    background: #111111;

}

.page-loader-variant-1 {

    position: fixed;

    left: 0;

    top: 0;

    bottom: 0;

    right: 0;

    display: flex;

    justify-content: center;

    align-items: center;

    padding: 0 25px;

    z-index: 9999999;

    background: #191919;

    transition: .3s all ease;

}

[data-x-mode] .page-loader-variant-1 {

    display: none;

}

.page-loader-variant-1 .spinner {

    width: 56px;

    height: 56px;

    background: url("../images/633328.png") no-repeat transparent;

    background-position: -2240px 0;

    animation: 1.5s sprite-animation steps(40) infinite;

    display: inline-block;

}

.page-loader-variant-1.loaded {

    opacity: 0;

    visibility: hidden;

    z-index: -1;

}

.card-accordion .card-header {

    position: relative;

    padding: 0.75rem 2.5rem 0.75rem 1.25rem;

    font-weight: 700;

    text-transform: uppercase;

}

.card-accordion .card-header::after {

    content: '\f465';

    position: absolute;

    top: 24px;

    right: 10px;

    transform: translateY(-50%);

    font-family: "Material Design Icons";

    font-size: 21px;

    font-weight: 400;

    color: #9b9b9b;

}

.card-accordion .card-header.collapsed::after {

    content: '\f504';

}

.card-classic {

    border-radius: 0;

    border: none;

    border-bottom: 1px solid #d3dbe8;

}

.card-classic .card-header {

    position: relative;

    padding: 0.75rem 1.25rem 0.75rem 0;

    border-radius: 0;

    border: 0;

    font-weight: 700;

    text-transform: uppercase;

    transition: color .25s;

    background-color: transparent;

}

.card-classic .card-header::after {

    content: '\f465';

    position: absolute;

    top: 24px;

    right: 0;

    transform: translateY(-50%);

    font-family: "Material Design Icons";

    font-size: 21px;

    font-weight: 400;

    color: inherit;

}

.card-classic .card-header.collapsed {

    color: #9b9b9b;

}

.card-classic .card-header.collapsed::after {

    content: '\f504';

}

.card-classic .card-header:hover {

    color: inherit;

}

.card-classic .card-body {

    padding-top: 3px;

    padding-left: 0;

    padding-right: 0;

}

.card-boxed .card-header {

    position: relative;

    padding: 0.75rem 2.5rem 0.75rem 1.25rem;

    border: none;

    font-weight: 700;

    text-transform: uppercase;

    transition: color .25s;

    background: transparent;

}

.card-boxed .card-header::after {

    content: '\f465';

    position: absolute;

    top: 24px;

    right: 10px;

    transform: translateY(-50%);

    font-family: "Material Design Icons";

    font-size: 21px;

    font-weight: 400;

    color: #9b9b9b;

}

.card-boxed .card-header.collapsed {

    color: #9b9b9b;

}

.card-boxed .card-header.collapsed::after {

    content: '\f504';

}

.card-boxed .card-header:hover {

    color: inherit;

}

.card-boxed .card-body {

    padding-top: 0;

}

.card-boxed+.card-boxed {

    margin-top: 5px;

}



/*



* @subsection   RD Navbar Mixins



*



* @description  Describes style declarations for RD Navbar Mixins



*/

.rd-navbar-sidebar-toggle.rd-navbar-fixed .rd-navbar-toggle,

.rd-navbar-default.rd-navbar-fixed .rd-navbar-nav-wrap,

.rd-navbar-sidebar-toggle.rd-navbar-fixed .rd-navbar-nav-wrap,

.rd-navbar-floated.rd-navbar-fixed .rd-navbar-nav-wrap,

.rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-nav-wrap,

.rd-navbar-logo-center.rd-navbar-fixed .rd-navbar-nav-wrap,

.rd-navbar-default.rd-navbar-fixed .rd-navbar-cart-dropdown,

.rd-navbar-sidebar-toggle.rd-navbar-fixed .rd-navbar-cart-dropdown,

.rd-navbar-floated.rd-navbar-fixed .rd-navbar-cart-dropdown,

.rd-navbar-sidebar-fixed .rd-navbar-toggle,

.rd-navbar-sidebar-fixed .rd-navbar-nav-wrap,

.rd-navbar-sidebar-fixed .rd-navbar-nav li,

.rd-navbar-default,

.rd-navbar-floated.rd-navbar-static,

.rd-navbar-top-panel.rd-navbar-static,

.rd-navbar-logo-center.rd-navbar-static {

    transition: 0.3s all cubic-bezier(0.785, 0.135, 0.15, 0.86);

}

.rd-navbar-default.rd-navbar-fixed .rd-navbar-nav li a,

.rd-navbar-sidebar-toggle.rd-navbar-fixed .rd-navbar-nav li a,

.rd-navbar-sidebar-fixed .rd-navbar-nav li a,

.rd-navbar-floated.rd-navbar-fixed .rd-navbar-nav li a,

.rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-nav li a,

.rd-navbar-logo-center.rd-navbar-fixed .rd-navbar-nav li a,

.rd-navbar-default.rd-navbar-fixed .responsive-tabs .resp-accordion,

.rd-navbar-sidebar-toggle.rd-navbar-fixed .responsive-tabs .resp-accordion,

.rd-navbar-sidebar-fixed .responsive-tabs .resp-accordion,

.rd-navbar-floated.rd-navbar-fixed .responsive-tabs .resp-accordion,

.rd-navbar-top-panel.rd-navbar-fixed .responsive-tabs .resp-accordion,

.rd-navbar-logo-center.rd-navbar-fixed .responsive-tabs .resp-accordion,

.rd-navbar-default.rd-navbar-static .rd-navbar-nav>li>a,

.rd-navbar-floated.rd-navbar-static .rd-navbar-nav>li>a,

.rd-navbar-top-panel.rd-navbar-static .rd-navbar-nav>li>a,

.rd-navbar-default.rd-navbar-static .rd-navbar-dropdown li>a,

.rd-navbar-floated.rd-navbar-static .rd-navbar-dropdown li>a,

.rd-navbar-top-panel.rd-navbar-static .rd-navbar-dropdown li>a,

.rd-navbar-logo-center.rd-navbar-static .rd-navbar-dropdown li>a,

.rd-navbar-default.rd-navbar-static .rd-navbar-megamenu li>a,

.rd-navbar-floated.rd-navbar-static .rd-navbar-megamenu li>a,

.rd-navbar-top-panel.rd-navbar-static .rd-navbar-megamenu li>a,

.rd-navbar-logo-center.rd-navbar-static .rd-navbar-megamenu li>a,

.rd-navbar-static.rd-navbar-logo-center .rd-navbar-nav>li>a {

    font-size: 16px;

    font-weight: 700;

    line-height: 26px;

    text-transform: none;

}

.rd-navbar {

    display: none;

    position: relative;

    z-index: 99999;

    text-align: left;

}

.rd-navbar ul {

    list-style-type: none;

    margin-bottom: 0;

}

.rd-navbar a {

    transition: .3s all ease;

}

.rd-navbar .responsive-tabs-classic {

    border-bottom: none;

}

.rd-navbar .responsive-tabs-classic .resp-tab-content+.resp-accordion {

    border-top: none;

}

.rd-navbar-static.rd-navbar--is-stuck {

    position: fixed;

    top: 0;

    left: 0;

    right: 0;

}

.rd-navbar-fixed,

.rd-navbar-static {

    display: block;

}

.rd-navbar--no-transition,

.rd-navbar--no-transition * {

    transition: none !important;

}

[data-x-mode] .rd-navbar-fullwidth .rd-navbar-nav>.rd-navbar--has-dropdown>.rd-navbar-submenu-toggle,

[data-x-mode] .rd-navbar-fullwidth .rd-navbar-nav>.rd-navbar--has-megamenu>.rd-navbar-submenu-toggle,

[data-x-mode] .rd-navbar-static .rd-navbar-nav>.rd-navbar--has-dropdown>.rd-navbar-submenu-toggle,

[data-x-mode] .rd-navbar-static .rd-navbar-nav>.rd-navbar--has-megamenu>.rd-navbar-submenu-toggle {

    display: inline-block;

    margin-left: 5px;

    font-size: 10px;

    line-height: 1;

    vertical-align: middle;

    transition: .25s;

}

[data-x-mode] .rd-navbar-fullwidth .rd-navbar-nav>.rd-navbar--has-dropdown>.rd-navbar-submenu-toggle:before,

[data-x-mode] .rd-navbar-fullwidth .rd-navbar-nav>.rd-navbar--has-megamenu>.rd-navbar-submenu-toggle:before,

[data-x-mode] .rd-navbar-static .rd-navbar-nav>.rd-navbar--has-dropdown>.rd-navbar-submenu-toggle:before,

[data-x-mode] .rd-navbar-static .rd-navbar-nav>.rd-navbar--has-megamenu>.rd-navbar-submenu-toggle:before {

    content: '\f078';

    font-family: "FontAwesome";

}

[data-x-mode] .rd-navbar-fullwidth .rd-navbar-nav>.rd-navbar--has-dropdown>.rd-navbar-submenu-toggle:hover,

[data-x-mode] .rd-navbar-fullwidth .rd-navbar-nav>.rd-navbar--has-megamenu>.rd-navbar-submenu-toggle:hover,

[data-x-mode] .rd-navbar-static .rd-navbar-nav>.rd-navbar--has-dropdown>.rd-navbar-submenu-toggle:hover,

[data-x-mode] .rd-navbar-static .rd-navbar-nav>.rd-navbar--has-megamenu>.rd-navbar-submenu-toggle:hover {

    cursor: pointer;

    color: #554e9f;

}

[data-x-mode] .rd-navbar-fullwidth .rd-navbar-nav>.rd-navbar--has-dropdown.opened>.rd-navbar-submenu-toggle,

[data-x-mode] .rd-navbar-fullwidth .rd-navbar-nav>.rd-navbar--has-megamenu.opened>.rd-navbar-submenu-toggle,

[data-x-mode] .rd-navbar-static .rd-navbar-nav>.rd-navbar--has-dropdown.opened>.rd-navbar-submenu-toggle,

[data-x-mode] .rd-navbar-static .rd-navbar-nav>.rd-navbar--has-megamenu.opened>.rd-navbar-submenu-toggle {

    transform: rotateX(180deg);

}

[data-x-mode] .rd-navbar-fullwidth .rd-navbar-dropdown .rd-navbar--has-dropdown>.rd-navbar-submenu-toggle,

[data-x-mode] .rd-navbar-static .rd-navbar-dropdown .rd-navbar--has-dropdown>.rd-navbar-submenu-toggle {

    position: absolute;

    top: 50%;

    bottom: 0;

    right: 13px;

    transform: translateY(-50%);

    z-index: 1;

    height: 34px;

    font-size: 22px;

    line-height: 34px;

    transition: .3s all ease;

    color: inherit;

}

[data-x-mode] .rd-navbar-fullwidth .rd-navbar-dropdown .rd-navbar--has-dropdown>.rd-navbar-submenu-toggle:before,

[data-x-mode] .rd-navbar-static .rd-navbar-dropdown .rd-navbar--has-dropdown>.rd-navbar-submenu-toggle:before {

    content: "\f238";

    font-family: "Material Design Icons";

}

[data-x-mode] .rd-navbar-fullwidth .rd-navbar-dropdown .rd-navbar--has-dropdown>.rd-navbar-submenu-toggle:hover,

[data-x-mode] .rd-navbar-static .rd-navbar-dropdown .rd-navbar--has-dropdown>.rd-navbar-submenu-toggle:hover {

    cursor: pointer;

}

[data-x-mode] .rd-navbar-fullwidth .rd-navbar-dropdown .rd-navbar--has-dropdown:hover>.rd-navbar-submenu-toggle,

[data-x-mode] .rd-navbar-static .rd-navbar-dropdown .rd-navbar--has-dropdown:hover>.rd-navbar-submenu-toggle {

    color: white;

}

[data-x-mode] .rd-navbar-fullwidth.rd-navbar-transparent .rd-navbar-nav>.rd-navbar--has-dropdown>.rd-navbar-submenu-toggle,

[data-x-mode] .rd-navbar-fullwidth.rd-navbar-transparent .rd-navbar-nav>.rd-navbar--has-megamenu>.rd-navbar-submenu-toggle,

[data-x-mode] .rd-navbar-static.rd-navbar-transparent .rd-navbar-nav>.rd-navbar--has-dropdown>.rd-navbar-submenu-toggle,

[data-x-mode] .rd-navbar-static.rd-navbar-transparent .rd-navbar-nav>.rd-navbar--has-megamenu>.rd-navbar-submenu-toggle {

    color: white;

}

[data-x-mode] .rd-navbar-fullwidth.rd-navbar-transparent .rd-navbar-nav>.rd-navbar--has-dropdown>.rd-navbar-submenu-toggle:hover,

[data-x-mode] .rd-navbar-fullwidth.rd-navbar-transparent .rd-navbar-nav>.rd-navbar--has-megamenu>.rd-navbar-submenu-toggle:hover,

[data-x-mode] .rd-navbar-static.rd-navbar-transparent .rd-navbar-nav>.rd-navbar--has-dropdown>.rd-navbar-submenu-toggle:hover,

[data-x-mode] .rd-navbar-static.rd-navbar-transparent .rd-navbar-nav>.rd-navbar--has-megamenu>.rd-navbar-submenu-toggle:hover {

    color: #554e9f;

}

.rd-navbar-default.rd-navbar-fixed .container,

.rd-navbar-floated.rd-navbar-fixed .container,

.container,

.rd-navbar-logo-center.rd-navbar-fixed .container {

    width: auto;

    padding-left: 0;

    padding-right: 0;

}

.rd-navbar-default.rd-navbar-fixed .rd-navbar-panel,

.rd-navbar-floated.rd-navbar-fixed .rd-navbar-panel,

.rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-panel,

.rd-navbar-logo-center.rd-navbar-fixed .rd-navbar-panel {

    position: fixed;

    left: 0;

    right: 0;

    top: 0;

    z-index: 16;

}

.rd-navbar-default.rd-navbar-fixed,

.rd-navbar-floated.rd-navbar-fixed,

.rd-navbar-top-panel.rd-navbar-fixed,

.rd-navbar-logo-center.rd-navbar-fixed,

.rd-navbar-default.rd-navbar-fixed .rd-navbar-panel,

.rd-navbar-floated.rd-navbar-fixed .rd-navbar-panel,

.rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-panel,

.rd-navbar-logo-center.rd-navbar-fixed .rd-navbar-panel {

    height: auto;

}

.rd-navbar-default.rd-navbar-fixed .rd-navbar-toggle,

.rd-navbar-floated.rd-navbar-fixed .rd-navbar-toggle,

.rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-toggle,

.rd-navbar-logo-center.rd-navbar-fixed .rd-navbar-toggle {

    position: fixed;

    z-index: 17;

    top: 4px;

    left: 4px;

    display: inline-block;

    position: relative;

    width: 48px;

    height: 48px;

    font-size: 24px;

    line-height: 48px;

    text-align: center;

    cursor: pointer;

    color: #fff;

    background: none;

    border: none;

    outline: none;

    padding: 0;

}

.rd-navbar-default.rd-navbar-fixed .rd-navbar-toggle span,

.rd-navbar-floated.rd-navbar-fixed .rd-navbar-toggle span,

.rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-toggle span,

.rd-navbar-logo-center.rd-navbar-fixed .rd-navbar-toggle span {

    position: relative;

    display: block;

    margin: auto;

    transition: .3s all ease;

    transform: rotate(180deg);

}

.rd-navbar-default.rd-navbar-fixed .rd-navbar-toggle span:before,

.rd-navbar-floated.rd-navbar-fixed .rd-navbar-toggle span:before,

.rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-toggle span:before,

.rd-navbar-logo-center.rd-navbar-fixed .rd-navbar-toggle span:before,

.rd-navbar-default.rd-navbar-fixed .rd-navbar-toggle span:after,

.rd-navbar-floated.rd-navbar-fixed .rd-navbar-toggle span:after,

.rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-toggle span:after,

.rd-navbar-logo-center.rd-navbar-fixed .rd-navbar-toggle span:after {

    transform-origin: 1.71429px center;

    transform-origin: 1.71429px center;

    content: "";

    position: absolute;

    left: 0;

    top: -8px;

    transition: .3s all ease;

}

.rd-navbar-default.rd-navbar-fixed .rd-navbar-toggle span:after,

.rd-navbar-floated.rd-navbar-fixed .rd-navbar-toggle span:after,

.rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-toggle span:after,

.rd-navbar-logo-center.rd-navbar-fixed .rd-navbar-toggle span:after {

    top: 8px;

}

.rd-navbar-default.rd-navbar-fixed .rd-navbar-toggle span:after,

.rd-navbar-floated.rd-navbar-fixed .rd-navbar-toggle span:after,

.rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-toggle span:after,

.rd-navbar-logo-center.rd-navbar-fixed .rd-navbar-toggle span:after,

.rd-navbar-default.rd-navbar-fixed .rd-navbar-toggle span:before,

.rd-navbar-floated.rd-navbar-fixed .rd-navbar-toggle span:before,

.rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-toggle span:before,

.rd-navbar-logo-center.rd-navbar-fixed .rd-navbar-toggle span:before,

.rd-navbar-default.rd-navbar-fixed .rd-navbar-toggle span,

.rd-navbar-floated.rd-navbar-fixed .rd-navbar-toggle span,

.rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-toggle span,

.rd-navbar-logo-center.rd-navbar-fixed .rd-navbar-toggle span {

    width: 24px;

    height: 4px;

    background-color: #fff;

    backface-visibility: hidden;

    border-radius: 0;

}

.rd-navbar-default.rd-navbar-fixed .rd-navbar-toggle.active span,

.rd-navbar-floated.rd-navbar-fixed .rd-navbar-toggle.active span,

.rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-toggle.active span,

.rd-navbar-logo-center.rd-navbar-fixed .rd-navbar-toggle.active span {

    transform: rotate(360deg);

}

.rd-navbar-default.rd-navbar-fixed .rd-navbar-toggle.active span:before,

.rd-navbar-floated.rd-navbar-fixed .rd-navbar-toggle.active span:before,

.rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-toggle.active span:before,

.rd-navbar-logo-center.rd-navbar-fixed .rd-navbar-toggle.active span:before,

.rd-navbar-default.rd-navbar-fixed .rd-navbar-toggle.active span:after,

.rd-navbar-floated.rd-navbar-fixed .rd-navbar-toggle.active span:after,

.rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-toggle.active span:after,

.rd-navbar-logo-center.rd-navbar-fixed .rd-navbar-toggle.active span:after {

    top: 0;

    width: 15px;

}

.rd-navbar-default.rd-navbar-fixed .rd-navbar-toggle.active span:before,

.rd-navbar-floated.rd-navbar-fixed .rd-navbar-toggle.active span:before,

.rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-toggle.active span:before,

.rd-navbar-logo-center.rd-navbar-fixed .rd-navbar-toggle.active span:before {

    -webkit-transform: rotate3d(0, 0, 1, -40deg);

    transform: rotate3d(0, 0, 1, -40deg);

}

.rd-navbar-default.rd-navbar-fixed .rd-navbar-toggle.active span:after,

.rd-navbar-floated.rd-navbar-fixed .rd-navbar-toggle.active span:after,

.rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-toggle.active span:after,

.rd-navbar-logo-center.rd-navbar-fixed .rd-navbar-toggle.active span:after {

    -webkit-transform: rotate3d(0, 0, 1, 40deg);

    transform: rotate3d(0, 0, 1, 40deg);

}

.rd-navbar-default.rd-navbar-fixed .rd-navbar-cart,

.rd-navbar-floated.rd-navbar-fixed .rd-navbar-cart,

.rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-cart,

.rd-navbar-logo-center.rd-navbar-fixed .rd-navbar-cart {

    position: fixed;

    z-index: 17;

    top: 4px;

    right: 4px;

}

.rd-navbar-default.rd-navbar-fixed .rd-navbar-cart span,

.rd-navbar-floated.rd-navbar-fixed .rd-navbar-cart span,

.rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-cart span,

.rd-navbar-logo-center.rd-navbar-fixed .rd-navbar-cart span {

    display: inline-block;

    position: relative;

    width: 48px;

    height: 48px;

    font-size: 24px;

    line-height: 48px;

    text-align: center;

    cursor: pointer;

    color: #fff;

    background: none;

    border: none;

    outline: none;

    padding: 0;

}

.rd-navbar-default.rd-navbar-fixed .rd-navbar-cart span,

.rd-navbar-floated.rd-navbar-fixed .rd-navbar-cart span,

.rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-cart span,

.rd-navbar-logo-center.rd-navbar-fixed .rd-navbar-cart span,

.rd-navbar-default.rd-navbar-fixed .rd-navbar-cart span:before,

.rd-navbar-floated.rd-navbar-fixed .rd-navbar-cart span:before,

.rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-cart span:before,

.rd-navbar-logo-center.rd-navbar-fixed .rd-navbar-cart span:before,

.rd-navbar-default.rd-navbar-fixed .rd-navbar-cart span:after,

.rd-navbar-floated.rd-navbar-fixed .rd-navbar-cart span:after,

.rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-cart span:after,

.rd-navbar-logo-center.rd-navbar-fixed .rd-navbar-cart span:after {

    transition: .3s all ease;

}

.rd-navbar-default.rd-navbar-fixed .rd-navbar-cart span:before,

.rd-navbar-floated.rd-navbar-fixed .rd-navbar-cart span:before,

.rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-cart span:before,

.rd-navbar-logo-center.rd-navbar-fixed .rd-navbar-cart span:before,

.rd-navbar-default.rd-navbar-fixed .rd-navbar-cart span:after,

.rd-navbar-floated.rd-navbar-fixed .rd-navbar-cart span:after,

.rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-cart span:after,

.rd-navbar-logo-center.rd-navbar-fixed .rd-navbar-cart span:after {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

}

.rd-navbar-default.rd-navbar-fixed .rd-navbar-cart span:before,

.rd-navbar-floated.rd-navbar-fixed .rd-navbar-cart span:before,

.rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-cart span:before,

.rd-navbar-logo-center.rd-navbar-fixed .rd-navbar-cart span:before {

    content: "ïˆ†";

    transform: rotate(0deg) scale(1);

    opacity: 1;

    visibility: visible;

    font-family: "Material Design Icons";

}

.rd-navbar-default.rd-navbar-fixed .rd-navbar-cart span:after,

.rd-navbar-floated.rd-navbar-fixed .rd-navbar-cart span:after,

.rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-cart span:after,

.rd-navbar-logo-center.rd-navbar-fixed .rd-navbar-cart span:after {

    content: "ïšš";

    transform: rotate(-90deg) scale(0);

    opacity: 0;

    visibility: hidden;

    font-family: "Material Design Icons";

}

.rd-navbar-default.rd-navbar-fixed .rd-navbar-cart.active span:before,

.rd-navbar-floated.rd-navbar-fixed .rd-navbar-cart.active span:before,

.rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-cart.active span:before,

.rd-navbar-logo-center.rd-navbar-fixed .rd-navbar-cart.active span:before {

    opacity: 0;

    visibility: hidden;

    transform: rotate(90deg) scale(0);

}

.rd-navbar-default.rd-navbar-fixed .rd-navbar-cart.active span:after,

.rd-navbar-floated.rd-navbar-fixed .rd-navbar-cart.active span:after,

.rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-cart.active span:after,

.rd-navbar-logo-center.rd-navbar-fixed .rd-navbar-cart.active span:after {

    transform: rotate(0deg) scale(1);

    opacity: 1;

    visibility: visible;

}

@media (min-width: 480px) {

    .rd-navbar-default.rd-navbar-fixed .rd-navbar-brand,

    .rd-navbar-floated.rd-navbar-fixed .rd-navbar-brand,

    .rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-brand,

    .rd-navbar-logo-center.rd-navbar-fixed .rd-navbar-brand {

        display: block;

        position: fixed;

        top: 10px;

        left: 50%;

        width: auto;

    }

}

.rd-navbar-default.rd-navbar-transparent.rd-navbar-fixed .rd-navbar-panel,

.rd-navbar-default.rd-navbar-dark.rd-navbar-fixed .rd-navbar-panel,

.rd-navbar-floated.rd-navbar-dark.rd-navbar-fixed .rd-navbar-panel,

.rd-navbar-top-panel.rd-navbar-dark.rd-navbar-fixed .rd-navbar-panel,

.rd-navbar-logo-center.rd-navbar-dark.rd-navbar-fixed .rd-navbar-panel {

    background: #191919;

    box-shadow: 0 3px 11px 0 #000;

}

.rd-navbar-default.rd-navbar-transparent.rd-navbar-fixed .rd-navbar-cart,

.rd-navbar-default.rd-navbar-dark.rd-navbar-fixed .rd-navbar-cart,

.rd-navbar-floated.rd-navbar-dark.rd-navbar-fixed .rd-navbar-cart,

.rd-navbar-top-panel.rd-navbar-dark.rd-navbar-fixed .rd-navbar-cart,

.rd-navbar-logo-center.rd-navbar-dark.rd-navbar-fixed .rd-navbar-cart {

    color: #fff;

}

.rd-navbar-default.rd-navbar-light.rd-navbar-fixed .rd-navbar-panel,

.rd-navbar-floated.rd-navbar-light.rd-navbar-fixed .rd-navbar-panel,

.rd-navbar-top-panel.rd-navbar-light.rd-navbar-fixed .rd-navbar-panel,

.rd-navbar-logo-center.rd-navbar-light.rd-navbar-fixed .rd-navbar-panel {

    background: #fff;

    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.5);

}

.rd-navbar-default.rd-navbar-light.rd-navbar-fixed .rd-navbar-toggle span,

.rd-navbar-floated.rd-navbar-light.rd-navbar-fixed .rd-navbar-toggle span,

.rd-navbar-top-panel.rd-navbar-light.rd-navbar-fixed .rd-navbar-toggle span,

.rd-navbar-logo-center.rd-navbar-light.rd-navbar-fixed .rd-navbar-toggle span,

.rd-navbar-default.rd-navbar-light.rd-navbar-fixed .rd-navbar-toggle span:before,

.rd-navbar-floated.rd-navbar-light.rd-navbar-fixed .rd-navbar-toggle span:before,

.rd-navbar-top-panel.rd-navbar-light.rd-navbar-fixed .rd-navbar-toggle span:before,

.rd-navbar-logo-center.rd-navbar-light.rd-navbar-fixed .rd-navbar-toggle span:before,

.rd-navbar-default.rd-navbar-light.rd-navbar-fixed .rd-navbar-toggle span:after,

.rd-navbar-floated.rd-navbar-light.rd-navbar-fixed .rd-navbar-toggle span:after,

.rd-navbar-top-panel.rd-navbar-light.rd-navbar-fixed .rd-navbar-toggle span:after,

.rd-navbar-logo-center.rd-navbar-light.rd-navbar-fixed .rd-navbar-toggle span:after {

    background: #212121;

}

.rd-navbar-default.rd-navbar-light.rd-navbar-fixed .rd-navbar-cart,

.rd-navbar-floated.rd-navbar-light.rd-navbar-fixed .rd-navbar-cart,

.rd-navbar-top-panel.rd-navbar-light.rd-navbar-fixed .rd-navbar-cart,

.rd-navbar-logo-center.rd-navbar-light.rd-navbar-fixed .rd-navbar-cart {

    color: #212121;

}

.rd-navbar-sidebar-toggle.rd-navbar-fixed .rd-navbar-panel {

    position: fixed;

    left: 0;

    right: 0;

    top: 0;

    z-index: 16;

}

.rd-navbar-sidebar-toggle.rd-navbar-fixed,

.rd-navbar-sidebar-toggle.rd-navbar-fixed .rd-navbar-panel {}

.rd-navbar-sidebar-toggle.rd-navbar-fixed .rd-navbar-toggle {

    position: fixed;

    z-index: 17;

    left: 4px;

    top: 4px;

}

@media (min-width: 1200px) {

    .rd-navbar-sidebar-toggle.rd-navbar-fixed .rd-navbar-panel {

        position: static;

    }

    

    .rd-navbar-sidebar-toggle.rd-navbar-fixed,

    .rd-navbar-sidebar-toggle.rd-navbar-fixed .rd-navbar-panel {

        height: 0;

    }

    

    .rd-navbar-sidebar-toggle.rd-navbar-fixed .rd-navbar-toggle {

        background: none;

        border: none;

        outline: none;

        padding: 0;

        top: 48px;

        left: 40px;

        text-shadow: 0 0 1px #191919;

    }

    

    .rd-navbar-sidebar-toggle.rd-navbar-fixed .rd-navbar-toggle span {

        display: inline-block;

        position: relative;

        width: 56px;

        height: 56px;

        font-size: 30px;

        line-height: 56px;

        text-align: center;

        cursor: pointer;

        color: #fff;

        background: none;

        border: none;

        outline: none;

        padding: 0;

    }

    

    .rd-navbar-sidebar-toggle.rd-navbar-fixed .rd-navbar-toggle span,

    .rd-navbar-sidebar-toggle.rd-navbar-fixed .rd-navbar-toggle span:before,

    .rd-navbar-sidebar-toggle.rd-navbar-fixed .rd-navbar-toggle span:after {

        transition: .3s all ease;

    }

    

    .rd-navbar-sidebar-toggle.rd-navbar-fixed .rd-navbar-toggle span:before,

    .rd-navbar-sidebar-toggle.rd-navbar-fixed .rd-navbar-toggle span:after {

        position: absolute;

        top: 0;

        left: 0;

        width: 100%;

        height: 100%;

    }

    

    .rd-navbar-sidebar-toggle.rd-navbar-fixed .rd-navbar-toggle span:before {

        content: "ïƒ‰";

        transform: rotate(0deg) scale(1);

        opacity: 1;

        visibility: visible;

        font-family: "FontAwesome";

    }

    

    .rd-navbar-sidebar-toggle.rd-navbar-fixed .rd-navbar-toggle span:after {

        content: "ïšš";

        transform: rotate(-90deg) scale(0);

        opacity: 0;

        visibility: hidden;

        font-family: "Material Design Icons";

    }

    

    .rd-navbar-sidebar-toggle.rd-navbar-fixed .rd-navbar-toggle.active span:before {

        opacity: 0;

        visibility: hidden;

        transform: rotate(90deg) scale(0);

    }

    

    .rd-navbar-sidebar-toggle.rd-navbar-fixed .rd-navbar-toggle.active span:after {

        transform: rotate(0deg) scale(1);

        opacity: 1;

        visibility: visible;

    }

    

    .rd-navbar-sidebar-toggle.rd-navbar-fixed .rd-navbar-toggle.active {

        left: 355px;

    }

}

.rd-navbar-sidebar-toggle.rd-navbar-dark.rd-navbar-fixed .rd-navbar-panel {

    background: #191919;

    box-shadow: 0 3px 11px 0 #000;

}

@media (max-width: 1199.98px) {

    .rd-navbar-sidebar-toggle.rd-navbar-dark.rd-navbar-fixed .rd-navbar-toggle {

        display: inline-block;

        position: relative;

        width: 48px;

        height: 48px;

        font-size: 24px;

        line-height: 48px;

        text-align: center;

        cursor: pointer;

        color: #fff;

        background: none;

        border: none;

        outline: none;

        padding: 0;

    }

    

    .rd-navbar-sidebar-toggle.rd-navbar-dark.rd-navbar-fixed .rd-navbar-toggle span {

        position: relative;

        display: block;

        margin: auto;

        transition: .3s all ease;

        transform: rotate(180deg);

    }

    

    .rd-navbar-sidebar-toggle.rd-navbar-dark.rd-navbar-fixed .rd-navbar-toggle span:before,

    .rd-navbar-sidebar-toggle.rd-navbar-dark.rd-navbar-fixed .rd-navbar-toggle span:after {

        transform-origin: 1.71429px center;

        transform-origin: 1.71429px center;

        content: "";

        position: absolute;

        left: 0;

        top: -8px;

        transition: .3s all ease;

    }

    

    .rd-navbar-sidebar-toggle.rd-navbar-dark.rd-navbar-fixed .rd-navbar-toggle span:after {

        top: 8px;

    }

    

    .rd-navbar-sidebar-toggle.rd-navbar-dark.rd-navbar-fixed .rd-navbar-toggle span:after,

    .rd-navbar-sidebar-toggle.rd-navbar-dark.rd-navbar-fixed .rd-navbar-toggle span:before,

    .rd-navbar-sidebar-toggle.rd-navbar-dark.rd-navbar-fixed .rd-navbar-toggle span {

        width: 24px;

        height: 4px;

        background-color: #fff;

        backface-visibility: hidden;

        border-radius: 0;

    }

    

    .rd-navbar-sidebar-toggle.rd-navbar-dark.rd-navbar-fixed .rd-navbar-toggle.active span {

        transform: rotate(360deg);

    }

    

    .rd-navbar-sidebar-toggle.rd-navbar-dark.rd-navbar-fixed .rd-navbar-toggle.active span:before,

    .rd-navbar-sidebar-toggle.rd-navbar-dark.rd-navbar-fixed .rd-navbar-toggle.active span:after {

        top: 0;

        width: 15px;

    }

    

    .rd-navbar-sidebar-toggle.rd-navbar-dark.rd-navbar-fixed .rd-navbar-toggle.active span:before {

        -webkit-transform: rotate3d(0, 0, 1, -40deg);

        transform: rotate3d(0, 0, 1, -40deg);

    }

    

    .rd-navbar-sidebar-toggle.rd-navbar-dark.rd-navbar-fixed .rd-navbar-toggle.active span:after {

        -webkit-transform: rotate3d(0, 0, 1, 40deg);

        transform: rotate3d(0, 0, 1, 40deg);

    }

}

@media (min-width: 1200px) {

    .rd-navbar-sidebar-toggle.rd-navbar-dark.rd-navbar-fixed .rd-navbar-panel {

        background-color: transparent;

        box-shadow: none;

    }

}

.rd-navbar-sidebar-toggle.rd-navbar-light.rd-navbar-fixed .rd-navbar-panel {

    background: #fff;

    box-shadow: 0 3px 11px 0 #000;

}

.rd-navbar-sidebar-toggle.rd-navbar-light.rd-navbar-fixed .rd-navbar-toggle {

    color: #212121;

}

@media (max-width: 1199.98px) {

    .rd-navbar-sidebar-toggle.rd-navbar-light.rd-navbar-fixed .rd-navbar-toggle {

        display: inline-block;

        position: relative;

        width: 48px;

        height: 48px;

        font-size: 24px;

        line-height: 48px;

        text-align: center;

        cursor: pointer;

        color: #212121;

        background: none;

        border: none;

        outline: none;

        padding: 0;

    }

    

    .rd-navbar-sidebar-toggle.rd-navbar-light.rd-navbar-fixed .rd-navbar-toggle span {

        position: relative;

        display: block;

        margin: auto;

        transition: .3s all ease;

        transform: rotate(180deg);

    }

    

    .rd-navbar-sidebar-toggle.rd-navbar-light.rd-navbar-fixed .rd-navbar-toggle span:before,

    .rd-navbar-sidebar-toggle.rd-navbar-light.rd-navbar-fixed .rd-navbar-toggle span:after {

        transform-origin: 1.71429px center;

        transform-origin: 1.71429px center;

        content: "";

        position: absolute;

        left: 0;

        top: -8px;

        transition: .3s all ease;

    }

    

    .rd-navbar-sidebar-toggle.rd-navbar-light.rd-navbar-fixed .rd-navbar-toggle span:after {

        top: 8px;

    }

    

    .rd-navbar-sidebar-toggle.rd-navbar-light.rd-navbar-fixed .rd-navbar-toggle span:after,

    .rd-navbar-sidebar-toggle.rd-navbar-light.rd-navbar-fixed .rd-navbar-toggle span:before,

    .rd-navbar-sidebar-toggle.rd-navbar-light.rd-navbar-fixed .rd-navbar-toggle span {

        width: 24px;

        height: 4px;

        background-color: #212121;

        backface-visibility: hidden;

        border-radius: 0;

    }

    

    .rd-navbar-sidebar-toggle.rd-navbar-light.rd-navbar-fixed .rd-navbar-toggle.active span {

        transform: rotate(360deg);

    }

    

    .rd-navbar-sidebar-toggle.rd-navbar-light.rd-navbar-fixed .rd-navbar-toggle.active span:before,

    .rd-navbar-sidebar-toggle.rd-navbar-light.rd-navbar-fixed .rd-navbar-toggle.active span:after {

        top: 0;

        width: 15px;

    }

    

    .rd-navbar-sidebar-toggle.rd-navbar-light.rd-navbar-fixed .rd-navbar-toggle.active span:before {

        -webkit-transform: rotate3d(0, 0, 1, -40deg);

        transform: rotate3d(0, 0, 1, -40deg);

    }

    

    .rd-navbar-sidebar-toggle.rd-navbar-light.rd-navbar-fixed .rd-navbar-toggle.active span:after {

        -webkit-transform: rotate3d(0, 0, 1, 40deg);

        transform: rotate3d(0, 0, 1, 40deg);

    }

}

@media (min-width: 1200px) {

    .rd-navbar-sidebar-toggle.rd-navbar-light.rd-navbar-fixed .rd-navbar-panel {

        background-color: transparent;

        box-shadow: none;

    }

}

.rd-navbar-default .rd-navbar-list-products,

.rd-navbar-floated .rd-navbar-list-products,

.rd-navbar-logo-center .rd-navbar-list-products {

    padding-left: 0;

    max-height: calc(100% - 120px);

    overflow-y: auto;

    padding-bottom: 10px;

}

.rd-navbar-default .rd-navbar-list-products li,

.rd-navbar-floated .rd-navbar-list-products li,

.rd-navbar-logo-center .rd-navbar-list-products li {

    position: relative;

    padding: 0 15px 15px 0;

}

.rd-navbar-default .rd-navbar-list-products li::after,

.rd-navbar-floated .rd-navbar-list-products li::after,

.rd-navbar-logo-center .rd-navbar-list-products li::after {

    display: block;

    clear: both;

    content: "";

}

.rd-navbar-default .rd-navbar-product-image,

.rd-navbar-floated .rd-navbar-product-image,

.rd-navbar-logo-center .rd-navbar-product-image {

    float: left;

    margin-right: 10px;

    border-radius: 3px;

}

.rd-navbar-default .rd-navbar-product-caption,

.rd-navbar-floated .rd-navbar-product-caption,

.rd-navbar-logo-center .rd-navbar-product-caption {

    overflow: hidden;

}

.rd-navbar-default .rd-navbar-product-remove,

.rd-navbar-floated .rd-navbar-product-remove,

.rd-navbar-logo-center .rd-navbar-product-remove {

    position: absolute;

    right: 0;

    top: 3px;

    font-size: 12px;

}

.rd-navbar-default .rd-navbar-product-title,

.rd-navbar-floated .rd-navbar-product-title,

.rd-navbar-logo-center .rd-navbar-product-title {

    font-size: 12px;

    text-transform: uppercase;

    margin-bottom: 5px;

}

.rd-navbar-default .rd-navbar-product-price,

.rd-navbar-floated .rd-navbar-product-price,

.rd-navbar-logo-center .rd-navbar-product-price {

    font-size: 12px;

    margin-top: 5px;

}

.rd-navbar-default .rd-navbar-cart-total,

.rd-navbar-floated .rd-navbar-cart-total,

.rd-navbar-logo-center .rd-navbar-cart-total {

    position: relative;

    margin-top: 20px;

}

.rd-navbar-default .rd-navbar-cart-total-title,

.rd-navbar-floated .rd-navbar-cart-total-title,

.rd-navbar-logo-center .rd-navbar-cart-total-title {

    font-size: 14px;

    text-transform: uppercase;

    padding-right: 75px;

    margin-bottom: 24px;

}

.rd-navbar-default .rd-navbar-cart-total-price,

.rd-navbar-floated .rd-navbar-cart-total-price,

.rd-navbar-logo-center .rd-navbar-cart-total-price {

    position: absolute;

    top: 0;

    right: 0;

    font-size: 14px;

}

.rd-navbar-default.rd-navbar-transparent .rd-navbar-product-remove,

.rd-navbar-default.rd-navbar-dark .rd-navbar-product-remove,

.rd-navbar-floated.rd-navbar-dark .rd-navbar-product-remove,

.rd-navbar-logo-center.rd-navbar-dark .rd-navbar-product-remove {

    color: #9b9b9b;

}

.rd-navbar-default.rd-navbar-transparent .rd-navbar-product-remove:hover,

.rd-navbar-default.rd-navbar-dark .rd-navbar-product-remove:hover,

.rd-navbar-floated.rd-navbar-dark .rd-navbar-product-remove:hover,

.rd-navbar-logo-center.rd-navbar-dark .rd-navbar-product-remove:hover {

    color: #fff;

}

.rd-navbar-default.rd-navbar-transparent .rd-navbar-list-products,

.rd-navbar-default.rd-navbar-dark .rd-navbar-list-products,

.rd-navbar-floated.rd-navbar-dark .rd-navbar-list-products,

.rd-navbar-logo-center.rd-navbar-dark .rd-navbar-list-products {

    border-bottom: 1px solid #212121;

}

.rd-navbar-default.rd-navbar-transparent .rd-navbar-product-image,

.rd-navbar-default.rd-navbar-dark .rd-navbar-product-image,

.rd-navbar-floated.rd-navbar-dark .rd-navbar-product-image,

.rd-navbar-logo-center.rd-navbar-dark .rd-navbar-product-image {

    background: #f2f4f9;

}

.rd-navbar-default.rd-navbar-transparent .rd-navbar-product-price,

.rd-navbar-default.rd-navbar-dark .rd-navbar-product-price,

.rd-navbar-floated.rd-navbar-dark .rd-navbar-product-price,

.rd-navbar-logo-center.rd-navbar-dark .rd-navbar-product-price {

    color: #9b9b9b;

}

.rd-navbar-default.rd-navbar-transparent .rd-navbar-cart-total-title,

.rd-navbar-default.rd-navbar-dark .rd-navbar-cart-total-title,

.rd-navbar-floated.rd-navbar-dark .rd-navbar-cart-total-title,

.rd-navbar-logo-center.rd-navbar-dark .rd-navbar-cart-total-title,

.rd-navbar-default.rd-navbar-transparent .rd-navbar-cart-total-price,

.rd-navbar-default.rd-navbar-dark .rd-navbar-cart-total-price,

.rd-navbar-floated.rd-navbar-dark .rd-navbar-cart-total-price,

.rd-navbar-logo-center.rd-navbar-dark .rd-navbar-cart-total-price,

.rd-navbar-default.rd-navbar-transparent .rd-navbar-product-title,

.rd-navbar-default.rd-navbar-dark .rd-navbar-product-title,

.rd-navbar-floated.rd-navbar-dark .rd-navbar-product-title,

.rd-navbar-logo-center.rd-navbar-dark .rd-navbar-product-title {

    color: #fff;

}

.rd-navbar-default.rd-navbar-transparent .rd-navbar-cart-dropdown,

.rd-navbar-default.rd-navbar-dark .rd-navbar-cart-dropdown,

.rd-navbar-floated.rd-navbar-dark .rd-navbar-cart-dropdown,

.rd-navbar-logo-center.rd-navbar-dark .rd-navbar-cart-dropdown {

    background: #151515;

}

.rd-navbar-default.rd-navbar-light .rd-navbar-product-remove,

.rd-navbar-floated.rd-navbar-light .rd-navbar-product-remove,

.rd-navbar-logo-center.rd-navbar-light .rd-navbar-product-remove {

    color: #9b9b9b;

}

.rd-navbar-default.rd-navbar-light .rd-navbar-product-remove:hover,

.rd-navbar-floated.rd-navbar-light .rd-navbar-product-remove:hover,

.rd-navbar-logo-center.rd-navbar-light .rd-navbar-product-remove:hover {

    color: #212121;

}

.rd-navbar-default.rd-navbar-light .rd-navbar-list-products,

.rd-navbar-floated.rd-navbar-light .rd-navbar-list-products,

.rd-navbar-logo-center.rd-navbar-light .rd-navbar-list-products {

    border-bottom: 1px solid #f2f4f9;

}

.rd-navbar-default.rd-navbar-light .rd-navbar-product-image,

.rd-navbar-floated.rd-navbar-light .rd-navbar-product-image,

.rd-navbar-logo-center.rd-navbar-light .rd-navbar-product-image {

    background: #f2f4f9;

}

.rd-navbar-default.rd-navbar-light .rd-navbar-product-price,

.rd-navbar-floated.rd-navbar-light .rd-navbar-product-price,

.rd-navbar-logo-center.rd-navbar-light .rd-navbar-product-price {

    color: #9b9b9b;

}

.rd-navbar-default.rd-navbar-light .rd-navbar-cart-total-title,

.rd-navbar-floated.rd-navbar-light .rd-navbar-cart-total-title,

.rd-navbar-logo-center.rd-navbar-light .rd-navbar-cart-total-title,

.rd-navbar-default.rd-navbar-light .rd-navbar-cart-total-price,

.rd-navbar-floated.rd-navbar-light .rd-navbar-cart-total-price,

.rd-navbar-logo-center.rd-navbar-light .rd-navbar-cart-total-price,

.rd-navbar-default.rd-navbar-light .rd-navbar-product-title,

.rd-navbar-floated.rd-navbar-light .rd-navbar-product-title,

.rd-navbar-logo-center.rd-navbar-light .rd-navbar-product-title {

    color: #212121;

}

.rd-navbar-default.rd-navbar-light .rd-navbar-cart-dropdown,

.rd-navbar-floated.rd-navbar-light .rd-navbar-cart-dropdown,

.rd-navbar-logo-center.rd-navbar-light .rd-navbar-cart-dropdown {

    background: #fff;

}

.rd-navbar-default.rd-navbar-fixed .rd-navbar-nav-wrap,

.rd-navbar-sidebar-toggle.rd-navbar-fixed .rd-navbar-nav-wrap,

.rd-navbar-floated.rd-navbar-fixed .rd-navbar-nav-wrap,

.rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-nav-wrap,

.rd-navbar-logo-center.rd-navbar-fixed .rd-navbar-nav-wrap {

    position: fixed;

    top: 0;

    left: 0;

    width: 280px;

    bottom: 0;

    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);

    z-index: 15;

    transform: translateX(-105%);

    padding: 56px 10px 0;

}

.rd-navbar-default.rd-navbar-fixed .rd-navbar-nav-wrap.active,

.rd-navbar-sidebar-toggle.rd-navbar-fixed .rd-navbar-nav-wrap.active,

.rd-navbar-floated.rd-navbar-fixed .rd-navbar-nav-wrap.active,

.rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-nav-wrap.active,

.rd-navbar-logo-center.rd-navbar-fixed .rd-navbar-nav-wrap.active {

    transform: translateX(0);

}

.rd-navbar-default.rd-navbar-fixed .rd-navbar-nav-wrap.active,

.rd-navbar-sidebar-toggle.rd-navbar-fixed .rd-navbar-nav-wrap.active,

.rd-navbar-floated.rd-navbar-fixed .rd-navbar-nav-wrap.active,

.rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-nav-wrap.active,

.rd-navbar-logo-center.rd-navbar-fixed .rd-navbar-nav-wrap.active {

    transform: translateX(0);

}

.rd-navbar-default.rd-navbar-fixed .rd-navbar-mobile-scroll,

.rd-navbar-sidebar-toggle.rd-navbar-fixed .rd-navbar-mobile-scroll,

.rd-navbar-floated.rd-navbar-fixed .rd-navbar-mobile-scroll,

.rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-mobile-scroll,

.rd-navbar-logo-center.rd-navbar-fixed .rd-navbar-mobile-scroll {

    max-height: 100%;

    overflow-y: auto;

    overflow-x: hidden;

}

.rd-navbar-default.rd-navbar-fixed .rd-navbar-mobile-brand,

.rd-navbar-sidebar-toggle.rd-navbar-fixed .rd-navbar-mobile-brand,

.rd-navbar-floated.rd-navbar-fixed .rd-navbar-mobile-brand,

.rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-mobile-brand,

.rd-navbar-logo-center.rd-navbar-fixed .rd-navbar-mobile-brand {

    display: block;

    text-align: center;

    margin-top: 30px;

}

.rd-navbar-default.rd-navbar-fixed .form-search-wrap,

.rd-navbar-sidebar-toggle.rd-navbar-fixed .form-search-wrap,

.rd-navbar-floated.rd-navbar-fixed .form-search-wrap,

.rd-navbar-top-panel.rd-navbar-fixed .form-search-wrap,

.rd-navbar-logo-center.rd-navbar-fixed .form-search-wrap {

    margin-top: 30px;

}

.rd-navbar-default.rd-navbar-transparent.rd-navbar-fixed .rd-navbar-nav-wrap,

.rd-navbar-default.rd-navbar-dark.rd-navbar-fixed .rd-navbar-nav-wrap,

.rd-navbar-sidebar-toggle.rd-navbar-dark.rd-navbar-fixed .rd-navbar-nav-wrap,

.rd-navbar-floated.rd-navbar-dark.rd-navbar-fixed .rd-navbar-nav-wrap,

.rd-navbar-top-panel.rd-navbar-dark.rd-navbar-fixed .rd-navbar-nav-wrap,

.rd-navbar-logo-center.rd-navbar-dark.rd-navbar-fixed .rd-navbar-nav-wrap {

    color: #fff;

    background: #191919;

}

.rd-navbar-default.rd-navbar-light.rd-navbar-fixed .rd-navbar-nav-wrap,

.rd-navbar-sidebar-toggle.rd-navbar-light.rd-navbar-fixed .rd-navbar-nav-wrap,

.rd-navbar-floated.rd-navbar-light.rd-navbar-fixed .rd-navbar-nav-wrap,

.rd-navbar-top-panel.rd-navbar-light.rd-navbar-fixed .rd-navbar-nav-wrap,

.rd-navbar-logo-center.rd-navbar-light.rd-navbar-fixed .rd-navbar-nav-wrap {

    color: #191919;

    background: #fff;

}

.rd-navbar-default.rd-navbar-fixed .rd-navbar-nav,

.rd-navbar-sidebar-toggle.rd-navbar-fixed .rd-navbar-nav,

.rd-navbar-sidebar-fixed .rd-navbar-nav,

.rd-navbar-floated.rd-navbar-fixed .rd-navbar-nav,

.rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-nav,

.rd-navbar-logo-center.rd-navbar-fixed .rd-navbar-nav {

    padding: 0;

    margin-top: 15px;

}

.rd-navbar-default.rd-navbar-fixed .rd-navbar-nav>li:last-child,

.rd-navbar-sidebar-toggle.rd-navbar-fixed .rd-navbar-nav>li:last-child,

.rd-navbar-sidebar-fixed .rd-navbar-nav>li:last-child,

.rd-navbar-floated.rd-navbar-fixed .rd-navbar-nav>li:last-child,

.rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-nav>li:last-child,

.rd-navbar-logo-center.rd-navbar-fixed .rd-navbar-nav>li:last-child {

    margin-bottom: 10px;

}

.rd-navbar-default.rd-navbar-fixed .rd-navbar-nav li,

.rd-navbar-sidebar-toggle.rd-navbar-fixed .rd-navbar-nav li,

.rd-navbar-sidebar-fixed .rd-navbar-nav li,

.rd-navbar-floated.rd-navbar-fixed .rd-navbar-nav li,

.rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-nav li,

.rd-navbar-logo-center.rd-navbar-fixed .rd-navbar-nav li {

    float: none;

}

.rd-navbar-default.rd-navbar-fixed .rd-navbar-nav li+li,

.rd-navbar-sidebar-toggle.rd-navbar-fixed .rd-navbar-nav li+li,

.rd-navbar-sidebar-fixed .rd-navbar-nav li+li,

.rd-navbar-floated.rd-navbar-fixed .rd-navbar-nav li+li,

.rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-nav li+li,

.rd-navbar-logo-center.rd-navbar-fixed .rd-navbar-nav li+li {

    margin-top: 5px;

}

.rd-navbar-default.rd-navbar-fixed .rd-navbar-nav li a,

.rd-navbar-sidebar-toggle.rd-navbar-fixed .rd-navbar-nav li a,

.rd-navbar-sidebar-fixed .rd-navbar-nav li a,

.rd-navbar-floated.rd-navbar-fixed .rd-navbar-nav li a,

.rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-nav li a,

.rd-navbar-logo-center.rd-navbar-fixed .rd-navbar-nav li a {

    cursor: pointer;

    display: block;

    padding: 8px 30px 8px 15px;

}

.rd-navbar-default.rd-navbar-fixed .rd-navbar-nav li a span,

.rd-navbar-sidebar-toggle.rd-navbar-fixed .rd-navbar-nav li a span,

.rd-navbar-sidebar-fixed .rd-navbar-nav li a span,

.rd-navbar-floated.rd-navbar-fixed .rd-navbar-nav li a span,

.rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-nav li a span,

.rd-navbar-logo-center.rd-navbar-fixed .rd-navbar-nav li a span {

    vertical-align: middle;

}

.rd-navbar-default.rd-navbar-fixed .rd-navbar-nav li .rd-navbar-label,

.rd-navbar-sidebar-toggle.rd-navbar-fixed .rd-navbar-nav li .rd-navbar-label,

.rd-navbar-sidebar-fixed .rd-navbar-nav li .rd-navbar-label,

.rd-navbar-floated.rd-navbar-fixed .rd-navbar-nav li .rd-navbar-label,

.rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-nav li .rd-navbar-label,

.rd-navbar-logo-center.rd-navbar-fixed .rd-navbar-nav li .rd-navbar-label {

    margin-left: 5px;

}

.rd-navbar-default.rd-navbar-fixed .rd-navbar-nav li .rd-navbar-icon,

.rd-navbar-sidebar-toggle.rd-navbar-fixed .rd-navbar-nav li .rd-navbar-icon,

.rd-navbar-sidebar-fixed .rd-navbar-nav li .rd-navbar-icon,

.rd-navbar-floated.rd-navbar-fixed .rd-navbar-nav li .rd-navbar-icon,

.rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-nav li .rd-navbar-icon,

.rd-navbar-logo-center.rd-navbar-fixed .rd-navbar-nav li .rd-navbar-icon {

    margin-right: 5px;

    vertical-align: middle;

    font-size: 20px;

}

.rd-navbar-default.rd-navbar-fixed .rd-navbar-nav li.opened>.rd-navbar-submenu-toggle:before,

.rd-navbar-sidebar-toggle.rd-navbar-fixed .rd-navbar-nav li.opened>.rd-navbar-submenu-toggle:before,

.rd-navbar-sidebar-fixed .rd-navbar-nav li.opened>.rd-navbar-submenu-toggle:before,

.rd-navbar-floated.rd-navbar-fixed .rd-navbar-nav li.opened>.rd-navbar-submenu-toggle:before,

.rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-nav li.opened>.rd-navbar-submenu-toggle:before,

.rd-navbar-logo-center.rd-navbar-fixed .rd-navbar-nav li.opened>.rd-navbar-submenu-toggle:before {

    content: "ïˆ¹";

}

.rd-navbar-default.rd-navbar-fixed .rd-navbar-nav li .resp-tab-active>.resp-arrow:before,

.rd-navbar-sidebar-toggle.rd-navbar-fixed .rd-navbar-nav li .resp-tab-active>.resp-arrow:before,

.rd-navbar-sidebar-fixed .rd-navbar-nav li .resp-tab-active>.resp-arrow:before,

.rd-navbar-floated.rd-navbar-fixed .rd-navbar-nav li .resp-tab-active>.resp-arrow:before,

.rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-nav li .resp-tab-active>.resp-arrow:before,

.rd-navbar-logo-center.rd-navbar-fixed .rd-navbar-nav li .resp-tab-active>.resp-arrow:before {

    content: "ïˆ¹";

}

.rd-navbar-default.rd-navbar-fixed .rd-navbar-submenu,

.rd-navbar-sidebar-toggle.rd-navbar-fixed .rd-navbar-submenu,

.rd-navbar-sidebar-fixed .rd-navbar-submenu,

.rd-navbar-floated.rd-navbar-fixed .rd-navbar-submenu,

.rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-submenu,

.rd-navbar-logo-center.rd-navbar-fixed .rd-navbar-submenu {

    position: relative;

}

.rd-navbar-default.rd-navbar-fixed .rd-navbar-submenu-toggle,

.rd-navbar-sidebar-toggle.rd-navbar-fixed .rd-navbar-submenu-toggle,

.rd-navbar-sidebar-fixed .rd-navbar-submenu-toggle,

.rd-navbar-floated.rd-navbar-fixed .rd-navbar-submenu-toggle,

.rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-submenu-toggle,

.rd-navbar-logo-center.rd-navbar-fixed .rd-navbar-submenu-toggle,

.rd-navbar-default.rd-navbar-fixed .responsive-tabs .resp-accordion .resp-arrow,

.rd-navbar-sidebar-toggle.rd-navbar-fixed .responsive-tabs .resp-accordion .resp-arrow,

.rd-navbar-sidebar-fixed .responsive-tabs .resp-accordion .resp-arrow,

.rd-navbar-floated.rd-navbar-fixed .responsive-tabs .resp-accordion .resp-arrow,

.rd-navbar-top-panel.rd-navbar-fixed .responsive-tabs .resp-accordion .resp-arrow,

.rd-navbar-logo-center.rd-navbar-fixed .responsive-tabs .resp-accordion .resp-arrow {

    cursor: pointer;

    position: absolute;

    top: 0;

    right: 0;

    width: 35px;

    font-size: 24px;

    line-height: 40px;

    font-family: "Material Design Icons";

    transition: .3s all ease;

}

.rd-navbar-default.rd-navbar-fixed .rd-navbar-submenu-toggle:before,

.rd-navbar-sidebar-toggle.rd-navbar-fixed .rd-navbar-submenu-toggle:before,

.rd-navbar-sidebar-fixed .rd-navbar-submenu-toggle:before,

.rd-navbar-floated.rd-navbar-fixed .rd-navbar-submenu-toggle:before,

.rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-submenu-toggle:before,

.rd-navbar-logo-center.rd-navbar-fixed .rd-navbar-submenu-toggle:before,

.rd-navbar-default.rd-navbar-fixed .responsive-tabs .resp-accordion .resp-arrow:before,

.rd-navbar-sidebar-toggle.rd-navbar-fixed .responsive-tabs .resp-accordion .resp-arrow:before,

.rd-navbar-sidebar-fixed .responsive-tabs .resp-accordion .resp-arrow:before,

.rd-navbar-floated.rd-navbar-fixed .responsive-tabs .resp-accordion .resp-arrow:before,

.rd-navbar-top-panel.rd-navbar-fixed .responsive-tabs .resp-accordion .resp-arrow:before,

.rd-navbar-logo-center.rd-navbar-fixed .responsive-tabs .resp-accordion .resp-arrow:before {

    content: "ïˆ¶";

    display: block;

    vertical-align: middle;

}

.rd-navbar-default.rd-navbar-fixed .rd-navbar-dropdown,

.rd-navbar-sidebar-toggle.rd-navbar-fixed .rd-navbar-dropdown,

.rd-navbar-sidebar-fixed .rd-navbar-dropdown,

.rd-navbar-floated.rd-navbar-fixed .rd-navbar-dropdown,

.rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-dropdown,

.rd-navbar-logo-center.rd-navbar-fixed .rd-navbar-dropdown,

.rd-navbar-default.rd-navbar-fixed .rd-navbar-megamenu,

.rd-navbar-sidebar-toggle.rd-navbar-fixed .rd-navbar-megamenu,

.rd-navbar-sidebar-fixed .rd-navbar-megamenu,

.rd-navbar-floated.rd-navbar-fixed .rd-navbar-megamenu,

.rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-megamenu,

.rd-navbar-logo-center.rd-navbar-fixed .rd-navbar-megamenu {

    display: none;

    padding: 5px 0;

}

.rd-navbar-default.rd-navbar-fixed .rd-navbar-dropdown>li>a,

.rd-navbar-sidebar-toggle.rd-navbar-fixed .rd-navbar-dropdown>li>a,

.rd-navbar-sidebar-fixed .rd-navbar-dropdown>li>a,

.rd-navbar-floated.rd-navbar-fixed .rd-navbar-dropdown>li>a,

.rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-dropdown>li>a,

.rd-navbar-logo-center.rd-navbar-fixed .rd-navbar-dropdown>li>a,

.rd-navbar-default.rd-navbar-fixed .rd-navbar-megamenu>li>a,

.rd-navbar-sidebar-toggle.rd-navbar-fixed .rd-navbar-megamenu>li>a,

.rd-navbar-sidebar-fixed .rd-navbar-megamenu>li>a,

.rd-navbar-floated.rd-navbar-fixed .rd-navbar-megamenu>li>a,

.rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-megamenu>li>a,

.rd-navbar-logo-center.rd-navbar-fixed .rd-navbar-megamenu>li>a {

    padding-left: 25px;

}

.rd-navbar-default.rd-navbar-fixed .rd-navbar-dropdown>li .rd-navbar-dropdown>li>a,

.rd-navbar-sidebar-toggle.rd-navbar-fixed .rd-navbar-dropdown>li .rd-navbar-dropdown>li>a,

.rd-navbar-sidebar-fixed .rd-navbar-dropdown>li .rd-navbar-dropdown>li>a,

.rd-navbar-floated.rd-navbar-fixed .rd-navbar-dropdown>li .rd-navbar-dropdown>li>a,

.rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-dropdown>li .rd-navbar-dropdown>li>a,

.rd-navbar-logo-center.rd-navbar-fixed .rd-navbar-dropdown>li .rd-navbar-dropdown>li>a,

.rd-navbar-default.rd-navbar-fixed .rd-navbar-megamenu>li .rd-navbar-dropdown>li>a,

.rd-navbar-sidebar-toggle.rd-navbar-fixed .rd-navbar-megamenu>li .rd-navbar-dropdown>li>a,

.rd-navbar-sidebar-fixed .rd-navbar-megamenu>li .rd-navbar-dropdown>li>a,

.rd-navbar-floated.rd-navbar-fixed .rd-navbar-megamenu>li .rd-navbar-dropdown>li>a,

.rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-megamenu>li .rd-navbar-dropdown>li>a,

.rd-navbar-logo-center.rd-navbar-fixed .rd-navbar-megamenu>li .rd-navbar-dropdown>li>a {

    padding-left: 35px;

}

.rd-navbar-default.rd-navbar-fixed .rd-navbar-dropdown>li .rd-navbar-dropdown>li .rd-navbar-dropdown>li>a,

.rd-navbar-sidebar-toggle.rd-navbar-fixed .rd-navbar-dropdown>li .rd-navbar-dropdown>li .rd-navbar-dropdown>li>a,

.rd-navbar-sidebar-fixed .rd-navbar-dropdown>li .rd-navbar-dropdown>li .rd-navbar-dropdown>li>a,

.rd-navbar-floated.rd-navbar-fixed .rd-navbar-dropdown>li .rd-navbar-dropdown>li .rd-navbar-dropdown>li>a,

.rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-dropdown>li .rd-navbar-dropdown>li .rd-navbar-dropdown>li>a,

.rd-navbar-logo-center.rd-navbar-fixed .rd-navbar-dropdown>li .rd-navbar-dropdown>li .rd-navbar-dropdown>li>a,

.rd-navbar-default.rd-navbar-fixed .rd-navbar-megamenu>li .rd-navbar-dropdown>li .rd-navbar-dropdown>li>a,

.rd-navbar-sidebar-toggle.rd-navbar-fixed .rd-navbar-megamenu>li .rd-navbar-dropdown>li .rd-navbar-dropdown>li>a,

.rd-navbar-sidebar-fixed .rd-navbar-megamenu>li .rd-navbar-dropdown>li .rd-navbar-dropdown>li>a,

.rd-navbar-floated.rd-navbar-fixed .rd-navbar-megamenu>li .rd-navbar-dropdown>li .rd-navbar-dropdown>li>a,

.rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-megamenu>li .rd-navbar-dropdown>li .rd-navbar-dropdown>li>a,

.rd-navbar-logo-center.rd-navbar-fixed .rd-navbar-megamenu>li .rd-navbar-dropdown>li .rd-navbar-dropdown>li>a {

    padding-left: 45px;

}

.rd-navbar-default.rd-navbar-fixed .rd-navbar-megamenu .responsive-tabs .resp-accordion,

.rd-navbar-sidebar-toggle.rd-navbar-fixed .rd-navbar-megamenu .responsive-tabs .resp-accordion,

.rd-navbar-sidebar-fixed .rd-navbar-megamenu .responsive-tabs .resp-accordion,

.rd-navbar-floated.rd-navbar-fixed .rd-navbar-megamenu .responsive-tabs .resp-accordion,

.rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-megamenu .responsive-tabs .resp-accordion,

.rd-navbar-logo-center.rd-navbar-fixed .rd-navbar-megamenu .responsive-tabs .resp-accordion {

    padding-left: 25px;

}

.rd-navbar-default.rd-navbar-fixed .rd-navbar-megamenu .resp-tab-content ul>li>a,

.rd-navbar-sidebar-toggle.rd-navbar-fixed .rd-navbar-megamenu .resp-tab-content ul>li>a,

.rd-navbar-sidebar-fixed .rd-navbar-megamenu .resp-tab-content ul>li>a,

.rd-navbar-floated.rd-navbar-fixed .rd-navbar-megamenu .resp-tab-content ul>li>a,

.rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-megamenu .resp-tab-content ul>li>a,

.rd-navbar-logo-center.rd-navbar-fixed .rd-navbar-megamenu .resp-tab-content ul>li>a {

    padding-left: 35px;

}

.rd-navbar-default.rd-navbar-fixed .rd-navbar-megamenu .resp-tab-content,

.rd-navbar-sidebar-toggle.rd-navbar-fixed .rd-navbar-megamenu .resp-tab-content,

.rd-navbar-sidebar-fixed .rd-navbar-megamenu .resp-tab-content,

.rd-navbar-floated.rd-navbar-fixed .rd-navbar-megamenu .resp-tab-content,

.rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-megamenu .resp-tab-content,

.rd-navbar-logo-center.rd-navbar-fixed .rd-navbar-megamenu .resp-tab-content {

    padding: 0 10px;

}

.rd-navbar-default.rd-navbar-fixed .rd-navbar-submenu.opened>.rd-navbar-dropdown,

.rd-navbar-sidebar-toggle.rd-navbar-fixed .rd-navbar-submenu.opened>.rd-navbar-dropdown,

.rd-navbar-sidebar-fixed .rd-navbar-submenu.opened>.rd-navbar-dropdown,

.rd-navbar-floated.rd-navbar-fixed .rd-navbar-submenu.opened>.rd-navbar-dropdown,

.rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-submenu.opened>.rd-navbar-dropdown,

.rd-navbar-logo-center.rd-navbar-fixed .rd-navbar-submenu.opened>.rd-navbar-dropdown,

.rd-navbar-default.rd-navbar-fixed .rd-navbar-submenu.opened>.rd-navbar-megamenu,

.rd-navbar-sidebar-toggle.rd-navbar-fixed .rd-navbar-submenu.opened>.rd-navbar-megamenu,

.rd-navbar-sidebar-fixed .rd-navbar-submenu.opened>.rd-navbar-megamenu,

.rd-navbar-floated.rd-navbar-fixed .rd-navbar-submenu.opened>.rd-navbar-megamenu,

.rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-submenu.opened>.rd-navbar-megamenu,

.rd-navbar-logo-center.rd-navbar-fixed .rd-navbar-submenu.opened>.rd-navbar-megamenu {

    display: block;

}

.rd-navbar-default.rd-navbar-fixed .responsive-tabs .resp-tabs-list,

.rd-navbar-sidebar-toggle.rd-navbar-fixed .responsive-tabs .resp-tabs-list,

.rd-navbar-sidebar-fixed .responsive-tabs .resp-tabs-list,

.rd-navbar-floated.rd-navbar-fixed .responsive-tabs .resp-tabs-list,

.rd-navbar-top-panel.rd-navbar-fixed .responsive-tabs .resp-tabs-list,

.rd-navbar-logo-center.rd-navbar-fixed .responsive-tabs .resp-tabs-list {

    display: none;

}

.rd-navbar-default.rd-navbar-fixed .responsive-tabs ul,

.rd-navbar-sidebar-toggle.rd-navbar-fixed .responsive-tabs ul,

.rd-navbar-sidebar-fixed .responsive-tabs ul,

.rd-navbar-floated.rd-navbar-fixed .responsive-tabs ul,

.rd-navbar-top-panel.rd-navbar-fixed .responsive-tabs ul,

.rd-navbar-logo-center.rd-navbar-fixed .responsive-tabs ul {

    padding: 0;

}

.rd-navbar-default.rd-navbar-fixed .responsive-tabs .resp-accordion,

.rd-navbar-sidebar-toggle.rd-navbar-fixed .responsive-tabs .resp-accordion,

.rd-navbar-sidebar-fixed .responsive-tabs .resp-accordion,

.rd-navbar-floated.rd-navbar-fixed .responsive-tabs .resp-accordion,

.rd-navbar-top-panel.rd-navbar-fixed .responsive-tabs .resp-accordion,

.rd-navbar-logo-center.rd-navbar-fixed .responsive-tabs .resp-accordion {

    padding: 10px 30px 10px 15px;

    line-height: 20px;

    margin-bottom: 5px;

}

.rd-navbar-default.rd-navbar-fixed .responsive-tabs .resp-accordion,

.rd-navbar-sidebar-toggle.rd-navbar-fixed .responsive-tabs .resp-accordion,

.rd-navbar-sidebar-fixed .responsive-tabs .resp-accordion,

.rd-navbar-floated.rd-navbar-fixed .responsive-tabs .resp-accordion,

.rd-navbar-top-panel.rd-navbar-fixed .responsive-tabs .resp-accordion,

.rd-navbar-logo-center.rd-navbar-fixed .responsive-tabs .resp-accordion {

    cursor: pointer;

    display: block;

}

.rd-navbar-default.rd-navbar-fixed .responsive-tabs .resp-accordion span,

.rd-navbar-sidebar-toggle.rd-navbar-fixed .responsive-tabs .resp-accordion span,

.rd-navbar-sidebar-fixed .responsive-tabs .resp-accordion span,

.rd-navbar-floated.rd-navbar-fixed .responsive-tabs .resp-accordion span,

.rd-navbar-top-panel.rd-navbar-fixed .responsive-tabs .resp-accordion span,

.rd-navbar-logo-center.rd-navbar-fixed .responsive-tabs .resp-accordion span {

    margin-right: 5px;

    vertical-align: middle;

    font-size: 20px;

}

.rd-navbar-default.rd-navbar-transparent.rd-navbar-fixed .rd-navbar-nav li a,

.rd-navbar-default.rd-navbar-dark.rd-navbar-fixed .rd-navbar-nav li a,

.rd-navbar-sidebar-toggle.rd-navbar-dark.rd-navbar-fixed .rd-navbar-nav li a,

.rd-navbar-sidebar-fixed.rd-navbar-dark .rd-navbar-nav li a,

.rd-navbar-floated.rd-navbar-dark.rd-navbar-fixed .rd-navbar-nav li a,

.rd-navbar-top-panel.rd-navbar-dark.rd-navbar-fixed .rd-navbar-nav li a,

.rd-navbar-logo-center.rd-navbar-dark.rd-navbar-fixed .rd-navbar-nav li a,

.rd-navbar-default.rd-navbar-transparent.rd-navbar-fixed .rd-navbar-nav li .responsive-tabs .resp-accordion,

.rd-navbar-default.rd-navbar-dark.rd-navbar-fixed .rd-navbar-nav li .responsive-tabs .resp-accordion,

.rd-navbar-sidebar-toggle.rd-navbar-dark.rd-navbar-fixed .rd-navbar-nav li .responsive-tabs .resp-accordion,

.rd-navbar-sidebar-fixed.rd-navbar-dark .rd-navbar-nav li .responsive-tabs .resp-accordion,

.rd-navbar-floated.rd-navbar-dark.rd-navbar-fixed .rd-navbar-nav li .responsive-tabs .resp-accordion,

.rd-navbar-top-panel.rd-navbar-dark.rd-navbar-fixed .rd-navbar-nav li .responsive-tabs .resp-accordion,

.rd-navbar-logo-center.rd-navbar-dark.rd-navbar-fixed .rd-navbar-nav li .responsive-tabs .resp-accordion {

    color: #fff;

}

.rd-navbar-default.rd-navbar-transparent.rd-navbar-fixed .rd-navbar-nav li:hover>a,

.rd-navbar-default.rd-navbar-dark.rd-navbar-fixed .rd-navbar-nav li:hover>a,

.rd-navbar-sidebar-toggle.rd-navbar-dark.rd-navbar-fixed .rd-navbar-nav li:hover>a,

.rd-navbar-sidebar-fixed.rd-navbar-dark .rd-navbar-nav li:hover>a,

.rd-navbar-floated.rd-navbar-dark.rd-navbar-fixed .rd-navbar-nav li:hover>a,

.rd-navbar-top-panel.rd-navbar-dark.rd-navbar-fixed .rd-navbar-nav li:hover>a,

.rd-navbar-logo-center.rd-navbar-dark.rd-navbar-fixed .rd-navbar-nav li:hover>a {

    background: #212121;

}

.rd-navbar-default.rd-navbar-transparent.rd-navbar-fixed .rd-navbar-nav li:hover>.rd-navbar-submenu-toggle,

.rd-navbar-default.rd-navbar-dark.rd-navbar-fixed .rd-navbar-nav li:hover>.rd-navbar-submenu-toggle,

.rd-navbar-sidebar-toggle.rd-navbar-dark.rd-navbar-fixed .rd-navbar-nav li:hover>.rd-navbar-submenu-toggle,

.rd-navbar-sidebar-fixed.rd-navbar-dark .rd-navbar-nav li:hover>.rd-navbar-submenu-toggle,

.rd-navbar-floated.rd-navbar-dark.rd-navbar-fixed .rd-navbar-nav li:hover>.rd-navbar-submenu-toggle,

.rd-navbar-top-panel.rd-navbar-dark.rd-navbar-fixed .rd-navbar-nav li:hover>.rd-navbar-submenu-toggle,

.rd-navbar-logo-center.rd-navbar-dark.rd-navbar-fixed .rd-navbar-nav li:hover>.rd-navbar-submenu-toggle {

    color: #fff;

}

.rd-navbar-default.rd-navbar-transparent.rd-navbar-fixed .rd-navbar-nav li .responsive-tabs .resp-accordion .resp-arrow,

.rd-navbar-default.rd-navbar-dark.rd-navbar-fixed .rd-navbar-nav li .responsive-tabs .resp-accordion .resp-arrow,

.rd-navbar-sidebar-toggle.rd-navbar-dark.rd-navbar-fixed .rd-navbar-nav li .responsive-tabs .resp-accordion .resp-arrow,

.rd-navbar-sidebar-fixed.rd-navbar-dark .rd-navbar-nav li .responsive-tabs .resp-accordion .resp-arrow,

.rd-navbar-floated.rd-navbar-dark.rd-navbar-fixed .rd-navbar-nav li .responsive-tabs .resp-accordion .resp-arrow,

.rd-navbar-top-panel.rd-navbar-dark.rd-navbar-fixed .rd-navbar-nav li .responsive-tabs .resp-accordion .resp-arrow,

.rd-navbar-logo-center.rd-navbar-dark.rd-navbar-fixed .rd-navbar-nav li .responsive-tabs .resp-accordion .resp-arrow {

    color: #434345;

}

.rd-navbar-default.rd-navbar-transparent.rd-navbar-fixed .rd-navbar-nav li .responsive-tabs .resp-accordion.resp-tab-active,

.rd-navbar-default.rd-navbar-dark.rd-navbar-fixed .rd-navbar-nav li .responsive-tabs .resp-accordion.resp-tab-active,

.rd-navbar-sidebar-toggle.rd-navbar-dark.rd-navbar-fixed .rd-navbar-nav li .responsive-tabs .resp-accordion.resp-tab-active,

.rd-navbar-sidebar-fixed.rd-navbar-dark .rd-navbar-nav li .responsive-tabs .resp-accordion.resp-tab-active,

.rd-navbar-floated.rd-navbar-dark.rd-navbar-fixed .rd-navbar-nav li .responsive-tabs .resp-accordion.resp-tab-active,

.rd-navbar-top-panel.rd-navbar-dark.rd-navbar-fixed .rd-navbar-nav li .responsive-tabs .resp-accordion.resp-tab-active,

.rd-navbar-logo-center.rd-navbar-dark.rd-navbar-fixed .rd-navbar-nav li .responsive-tabs .resp-accordion.resp-tab-active,

.rd-navbar-default.rd-navbar-transparent.rd-navbar-fixed .rd-navbar-nav li .responsive-tabs .resp-accordion:hover,

.rd-navbar-default.rd-navbar-dark.rd-navbar-fixed .rd-navbar-nav li .responsive-tabs .resp-accordion:hover,

.rd-navbar-sidebar-toggle.rd-navbar-dark.rd-navbar-fixed .rd-navbar-nav li .responsive-tabs .resp-accordion:hover,

.rd-navbar-sidebar-fixed.rd-navbar-dark .rd-navbar-nav li .responsive-tabs .resp-accordion:hover,

.rd-navbar-floated.rd-navbar-dark.rd-navbar-fixed .rd-navbar-nav li .responsive-tabs .resp-accordion:hover,

.rd-navbar-top-panel.rd-navbar-dark.rd-navbar-fixed .rd-navbar-nav li .responsive-tabs .resp-accordion:hover,

.rd-navbar-logo-center.rd-navbar-dark.rd-navbar-fixed .rd-navbar-nav li .responsive-tabs .resp-accordion:hover {

    background: #212121 !important;

}

.rd-navbar-default.rd-navbar-transparent.rd-navbar-fixed .rd-navbar-nav li .responsive-tabs .resp-accordion.resp-tab-active .resp-arrow,

.rd-navbar-default.rd-navbar-dark.rd-navbar-fixed .rd-navbar-nav li .responsive-tabs .resp-accordion.resp-tab-active .resp-arrow,

.rd-navbar-sidebar-toggle.rd-navbar-dark.rd-navbar-fixed .rd-navbar-nav li .responsive-tabs .resp-accordion.resp-tab-active .resp-arrow,

.rd-navbar-sidebar-fixed.rd-navbar-dark .rd-navbar-nav li .responsive-tabs .resp-accordion.resp-tab-active .resp-arrow,

.rd-navbar-floated.rd-navbar-dark.rd-navbar-fixed .rd-navbar-nav li .responsive-tabs .resp-accordion.resp-tab-active .resp-arrow,

.rd-navbar-top-panel.rd-navbar-dark.rd-navbar-fixed .rd-navbar-nav li .responsive-tabs .resp-accordion.resp-tab-active .resp-arrow,

.rd-navbar-logo-center.rd-navbar-dark.rd-navbar-fixed .rd-navbar-nav li .responsive-tabs .resp-accordion.resp-tab-active .resp-arrow,

.rd-navbar-default.rd-navbar-transparent.rd-navbar-fixed .rd-navbar-nav li .responsive-tabs .resp-accordion:hover .resp-arrow,

.rd-navbar-default.rd-navbar-dark.rd-navbar-fixed .rd-navbar-nav li .responsive-tabs .resp-accordion:hover .resp-arrow,

.rd-navbar-sidebar-toggle.rd-navbar-dark.rd-navbar-fixed .rd-navbar-nav li .responsive-tabs .resp-accordion:hover .resp-arrow,

.rd-navbar-sidebar-fixed.rd-navbar-dark .rd-navbar-nav li .responsive-tabs .resp-accordion:hover .resp-arrow,

.rd-navbar-floated.rd-navbar-dark.rd-navbar-fixed .rd-navbar-nav li .responsive-tabs .resp-accordion:hover .resp-arrow,

.rd-navbar-top-panel.rd-navbar-dark.rd-navbar-fixed .rd-navbar-nav li .responsive-tabs .resp-accordion:hover .resp-arrow,

.rd-navbar-logo-center.rd-navbar-dark.rd-navbar-fixed .rd-navbar-nav li .responsive-tabs .resp-accordion:hover .resp-arrow {

    color: #fff;

}

.rd-navbar-default.rd-navbar-transparent.rd-navbar-fixed .rd-navbar-nav li.opened>a,

.rd-navbar-default.rd-navbar-dark.rd-navbar-fixed .rd-navbar-nav li.opened>a,

.rd-navbar-sidebar-toggle.rd-navbar-dark.rd-navbar-fixed .rd-navbar-nav li.opened>a,

.rd-navbar-sidebar-fixed.rd-navbar-dark .rd-navbar-nav li.opened>a,

.rd-navbar-floated.rd-navbar-dark.rd-navbar-fixed .rd-navbar-nav li.opened>a,

.rd-navbar-top-panel.rd-navbar-dark.rd-navbar-fixed .rd-navbar-nav li.opened>a,

.rd-navbar-logo-center.rd-navbar-dark.rd-navbar-fixed .rd-navbar-nav li.opened>a,

.rd-navbar-default.rd-navbar-transparent.rd-navbar-fixed .rd-navbar-nav li.active>a,

.rd-navbar-default.rd-navbar-dark.rd-navbar-fixed .rd-navbar-nav li.active>a,

.rd-navbar-sidebar-toggle.rd-navbar-dark.rd-navbar-fixed .rd-navbar-nav li.active>a,

.rd-navbar-sidebar-fixed.rd-navbar-dark .rd-navbar-nav li.active>a,

.rd-navbar-floated.rd-navbar-dark.rd-navbar-fixed .rd-navbar-nav li.active>a,

.rd-navbar-top-panel.rd-navbar-dark.rd-navbar-fixed .rd-navbar-nav li.active>a,

.rd-navbar-logo-center.rd-navbar-dark.rd-navbar-fixed .rd-navbar-nav li.active>a {

    background: #212121;

}

.rd-navbar-default.rd-navbar-transparent.rd-navbar-fixed .rd-navbar-nav li.opened>.rd-navbar-submenu-toggle,

.rd-navbar-default.rd-navbar-dark.rd-navbar-fixed .rd-navbar-nav li.opened>.rd-navbar-submenu-toggle,

.rd-navbar-sidebar-toggle.rd-navbar-dark.rd-navbar-fixed .rd-navbar-nav li.opened>.rd-navbar-submenu-toggle,

.rd-navbar-sidebar-fixed.rd-navbar-dark .rd-navbar-nav li.opened>.rd-navbar-submenu-toggle,

.rd-navbar-floated.rd-navbar-dark.rd-navbar-fixed .rd-navbar-nav li.opened>.rd-navbar-submenu-toggle,

.rd-navbar-top-panel.rd-navbar-dark.rd-navbar-fixed .rd-navbar-nav li.opened>.rd-navbar-submenu-toggle,

.rd-navbar-logo-center.rd-navbar-dark.rd-navbar-fixed .rd-navbar-nav li.opened>.rd-navbar-submenu-toggle,

.rd-navbar-default.rd-navbar-transparent.rd-navbar-fixed .rd-navbar-nav li.active>.rd-navbar-submenu-toggle,

.rd-navbar-default.rd-navbar-dark.rd-navbar-fixed .rd-navbar-nav li.active>.rd-navbar-submenu-toggle,

.rd-navbar-sidebar-toggle.rd-navbar-dark.rd-navbar-fixed .rd-navbar-nav li.active>.rd-navbar-submenu-toggle,

.rd-navbar-sidebar-fixed.rd-navbar-dark .rd-navbar-nav li.active>.rd-navbar-submenu-toggle,

.rd-navbar-floated.rd-navbar-dark.rd-navbar-fixed .rd-navbar-nav li.active>.rd-navbar-submenu-toggle,

.rd-navbar-top-panel.rd-navbar-dark.rd-navbar-fixed .rd-navbar-nav li.active>.rd-navbar-submenu-toggle,

.rd-navbar-logo-center.rd-navbar-dark.rd-navbar-fixed .rd-navbar-nav li.active>.rd-navbar-submenu-toggle {

    color: #fff;

}

.rd-navbar-default.rd-navbar-transparent.rd-navbar-fixed .rd-navbar-dropdown>li>a,

.rd-navbar-default.rd-navbar-dark.rd-navbar-fixed .rd-navbar-dropdown>li>a,

.rd-navbar-sidebar-toggle.rd-navbar-dark.rd-navbar-fixed .rd-navbar-dropdown>li>a,

.rd-navbar-sidebar-fixed.rd-navbar-dark .rd-navbar-dropdown>li>a,

.rd-navbar-floated.rd-navbar-dark.rd-navbar-fixed .rd-navbar-dropdown>li>a,

.rd-navbar-top-panel.rd-navbar-dark.rd-navbar-fixed .rd-navbar-dropdown>li>a,

.rd-navbar-logo-center.rd-navbar-dark.rd-navbar-fixed .rd-navbar-dropdown>li>a,

.rd-navbar-default.rd-navbar-transparent.rd-navbar-fixed .rd-navbar-megamenu>li>a,

.rd-navbar-default.rd-navbar-dark.rd-navbar-fixed .rd-navbar-megamenu>li>a,

.rd-navbar-sidebar-toggle.rd-navbar-dark.rd-navbar-fixed .rd-navbar-megamenu>li>a,

.rd-navbar-sidebar-fixed.rd-navbar-dark .rd-navbar-megamenu>li>a,

.rd-navbar-floated.rd-navbar-dark.rd-navbar-fixed .rd-navbar-megamenu>li>a,

.rd-navbar-top-panel.rd-navbar-dark.rd-navbar-fixed .rd-navbar-megamenu>li>a,

.rd-navbar-logo-center.rd-navbar-dark.rd-navbar-fixed .rd-navbar-megamenu>li>a {

    color: #fff;

}

.rd-navbar-default.rd-navbar-transparent.rd-navbar-fixed .rd-navbar-submenu-toggle,

.rd-navbar-default.rd-navbar-dark.rd-navbar-fixed .rd-navbar-submenu-toggle,

.rd-navbar-sidebar-toggle.rd-navbar-dark.rd-navbar-fixed .rd-navbar-submenu-toggle,

.rd-navbar-sidebar-fixed.rd-navbar-dark .rd-navbar-submenu-toggle,

.rd-navbar-floated.rd-navbar-dark.rd-navbar-fixed .rd-navbar-submenu-toggle,

.rd-navbar-top-panel.rd-navbar-dark.rd-navbar-fixed .rd-navbar-submenu-toggle,

.rd-navbar-logo-center.rd-navbar-dark.rd-navbar-fixed .rd-navbar-submenu-toggle {

    color: #434345;

}

.rd-navbar-default.rd-navbar-light.rd-navbar-fixed .rd-navbar-nav li a,

.rd-navbar-sidebar-toggle.rd-navbar-light.rd-navbar-fixed .rd-navbar-nav li a,

.rd-navbar-sidebar-fixed.rd-navbar-light .rd-navbar-nav li a,

.rd-navbar-floated.rd-navbar-light.rd-navbar-fixed .rd-navbar-nav li a,

.rd-navbar-top-panel.rd-navbar-light.rd-navbar-fixed .rd-navbar-nav li a,

.rd-navbar-logo-center.rd-navbar-light.rd-navbar-fixed .rd-navbar-nav li a,

.rd-navbar-default.rd-navbar-light.rd-navbar-fixed .rd-navbar-nav li .responsive-tabs .resp-accordion,

.rd-navbar-sidebar-toggle.rd-navbar-light.rd-navbar-fixed .rd-navbar-nav li .responsive-tabs .resp-accordion,

.rd-navbar-sidebar-fixed.rd-navbar-light .rd-navbar-nav li .responsive-tabs .resp-accordion,

.rd-navbar-floated.rd-navbar-light.rd-navbar-fixed .rd-navbar-nav li .responsive-tabs .resp-accordion,

.rd-navbar-top-panel.rd-navbar-light.rd-navbar-fixed .rd-navbar-nav li .responsive-tabs .resp-accordion,

.rd-navbar-logo-center.rd-navbar-light.rd-navbar-fixed .rd-navbar-nav li .responsive-tabs .resp-accordion {

    color: #212121;

}

.rd-navbar-default.rd-navbar-light.rd-navbar-fixed .rd-navbar-nav li:hover>a,

.rd-navbar-sidebar-toggle.rd-navbar-light.rd-navbar-fixed .rd-navbar-nav li:hover>a,

.rd-navbar-sidebar-fixed.rd-navbar-light .rd-navbar-nav li:hover>a,

.rd-navbar-floated.rd-navbar-light.rd-navbar-fixed .rd-navbar-nav li:hover>a,

.rd-navbar-top-panel.rd-navbar-light.rd-navbar-fixed .rd-navbar-nav li:hover>a,

.rd-navbar-logo-center.rd-navbar-light.rd-navbar-fixed .rd-navbar-nav li:hover>a {

    color: #fff;

    background: #fe6500;

}

.rd-navbar-default.rd-navbar-light.rd-navbar-fixed .rd-navbar-nav li:hover>.rd-navbar-submenu-toggle,

.rd-navbar-sidebar-toggle.rd-navbar-light.rd-navbar-fixed .rd-navbar-nav li:hover>.rd-navbar-submenu-toggle,

.rd-navbar-sidebar-fixed.rd-navbar-light .rd-navbar-nav li:hover>.rd-navbar-submenu-toggle,

.rd-navbar-floated.rd-navbar-light.rd-navbar-fixed .rd-navbar-nav li:hover>.rd-navbar-submenu-toggle,

.rd-navbar-top-panel.rd-navbar-light.rd-navbar-fixed .rd-navbar-nav li:hover>.rd-navbar-submenu-toggle,

.rd-navbar-logo-center.rd-navbar-light.rd-navbar-fixed .rd-navbar-nav li:hover>.rd-navbar-submenu-toggle {

    color: #fff;

}

.rd-navbar-default.rd-navbar-light.rd-navbar-fixed .rd-navbar-nav li .responsive-tabs .resp-accordion .resp-arrow,

.rd-navbar-sidebar-toggle.rd-navbar-light.rd-navbar-fixed .rd-navbar-nav li .responsive-tabs .resp-accordion .resp-arrow,

.rd-navbar-sidebar-fixed.rd-navbar-light .rd-navbar-nav li .responsive-tabs .resp-accordion .resp-arrow,

.rd-navbar-floated.rd-navbar-light.rd-navbar-fixed .rd-navbar-nav li .responsive-tabs .resp-accordion .resp-arrow,

.rd-navbar-top-panel.rd-navbar-light.rd-navbar-fixed .rd-navbar-nav li .responsive-tabs .resp-accordion .resp-arrow,

.rd-navbar-logo-center.rd-navbar-light.rd-navbar-fixed .rd-navbar-nav li .responsive-tabs .resp-accordion .resp-arrow {

    color: #434345;

}

.rd-navbar-default.rd-navbar-light.rd-navbar-fixed .rd-navbar-nav li .responsive-tabs .resp-accordion.resp-tab-active,

.rd-navbar-sidebar-toggle.rd-navbar-light.rd-navbar-fixed .rd-navbar-nav li .responsive-tabs .resp-accordion.resp-tab-active,

.rd-navbar-sidebar-fixed.rd-navbar-light .rd-navbar-nav li .responsive-tabs .resp-accordion.resp-tab-active,

.rd-navbar-floated.rd-navbar-light.rd-navbar-fixed .rd-navbar-nav li .responsive-tabs .resp-accordion.resp-tab-active,

.rd-navbar-top-panel.rd-navbar-light.rd-navbar-fixed .rd-navbar-nav li .responsive-tabs .resp-accordion.resp-tab-active,

.rd-navbar-logo-center.rd-navbar-light.rd-navbar-fixed .rd-navbar-nav li .responsive-tabs .resp-accordion.resp-tab-active,

.rd-navbar-default.rd-navbar-light.rd-navbar-fixed .rd-navbar-nav li .responsive-tabs .resp-accordion:hover,

.rd-navbar-sidebar-toggle.rd-navbar-light.rd-navbar-fixed .rd-navbar-nav li .responsive-tabs .resp-accordion:hover,

.rd-navbar-sidebar-fixed.rd-navbar-light .rd-navbar-nav li .responsive-tabs .resp-accordion:hover,

.rd-navbar-floated.rd-navbar-light.rd-navbar-fixed .rd-navbar-nav li .responsive-tabs .resp-accordion:hover,

.rd-navbar-top-panel.rd-navbar-light.rd-navbar-fixed .rd-navbar-nav li .responsive-tabs .resp-accordion:hover,

.rd-navbar-logo-center.rd-navbar-light.rd-navbar-fixed .rd-navbar-nav li .responsive-tabs .resp-accordion:hover {

    background: #212121 !important;

    color: #fff;

}

.rd-navbar-default.rd-navbar-light.rd-navbar-fixed .rd-navbar-nav li .responsive-tabs .resp-accordion.resp-tab-active .resp-arrow,

.rd-navbar-sidebar-toggle.rd-navbar-light.rd-navbar-fixed .rd-navbar-nav li .responsive-tabs .resp-accordion.resp-tab-active .resp-arrow,

.rd-navbar-sidebar-fixed.rd-navbar-light .rd-navbar-nav li .responsive-tabs .resp-accordion.resp-tab-active .resp-arrow,

.rd-navbar-floated.rd-navbar-light.rd-navbar-fixed .rd-navbar-nav li .responsive-tabs .resp-accordion.resp-tab-active .resp-arrow,

.rd-navbar-top-panel.rd-navbar-light.rd-navbar-fixed .rd-navbar-nav li .responsive-tabs .resp-accordion.resp-tab-active .resp-arrow,

.rd-navbar-logo-center.rd-navbar-light.rd-navbar-fixed .rd-navbar-nav li .responsive-tabs .resp-accordion.resp-tab-active .resp-arrow,

.rd-navbar-default.rd-navbar-light.rd-navbar-fixed .rd-navbar-nav li .responsive-tabs .resp-accordion:hover .resp-arrow,

.rd-navbar-sidebar-toggle.rd-navbar-light.rd-navbar-fixed .rd-navbar-nav li .responsive-tabs .resp-accordion:hover .resp-arrow,

.rd-navbar-sidebar-fixed.rd-navbar-light .rd-navbar-nav li .responsive-tabs .resp-accordion:hover .resp-arrow,

.rd-navbar-floated.rd-navbar-light.rd-navbar-fixed .rd-navbar-nav li .responsive-tabs .resp-accordion:hover .resp-arrow,

.rd-navbar-top-panel.rd-navbar-light.rd-navbar-fixed .rd-navbar-nav li .responsive-tabs .resp-accordion:hover .resp-arrow,

.rd-navbar-logo-center.rd-navbar-light.rd-navbar-fixed .rd-navbar-nav li .responsive-tabs .resp-accordion:hover .resp-arrow {

    color: #fff;

}

.rd-navbar-default.rd-navbar-light.rd-navbar-fixed .rd-navbar-nav li.opened>a,

.rd-navbar-sidebar-toggle.rd-navbar-light.rd-navbar-fixed .rd-navbar-nav li.opened>a,

.rd-navbar-sidebar-fixed.rd-navbar-light .rd-navbar-nav li.opened>a,

.rd-navbar-floated.rd-navbar-light.rd-navbar-fixed .rd-navbar-nav li.opened>a,

.rd-navbar-top-panel.rd-navbar-light.rd-navbar-fixed .rd-navbar-nav li.opened>a,

.rd-navbar-logo-center.rd-navbar-light.rd-navbar-fixed .rd-navbar-nav li.opened>a,

.rd-navbar-default.rd-navbar-light.rd-navbar-fixed .rd-navbar-nav li.active>a,

.rd-navbar-sidebar-toggle.rd-navbar-light.rd-navbar-fixed .rd-navbar-nav li.active>a,

.rd-navbar-sidebar-fixed.rd-navbar-light .rd-navbar-nav li.active>a,

.rd-navbar-floated.rd-navbar-light.rd-navbar-fixed .rd-navbar-nav li.active>a,

.rd-navbar-top-panel.rd-navbar-light.rd-navbar-fixed .rd-navbar-nav li.active>a,

.rd-navbar-logo-center.rd-navbar-light.rd-navbar-fixed .rd-navbar-nav li.active>a {

    color: #fff;

    background: #fe6500;

}

.rd-navbar-default.rd-navbar-light.rd-navbar-fixed .rd-navbar-nav li.opened>.rd-navbar-submenu-toggle,

.rd-navbar-sidebar-toggle.rd-navbar-light.rd-navbar-fixed .rd-navbar-nav li.opened>.rd-navbar-submenu-toggle,

.rd-navbar-sidebar-fixed.rd-navbar-light .rd-navbar-nav li.opened>.rd-navbar-submenu-toggle,

.rd-navbar-floated.rd-navbar-light.rd-navbar-fixed .rd-navbar-nav li.opened>.rd-navbar-submenu-toggle,

.rd-navbar-top-panel.rd-navbar-light.rd-navbar-fixed .rd-navbar-nav li.opened>.rd-navbar-submenu-toggle,

.rd-navbar-logo-center.rd-navbar-light.rd-navbar-fixed .rd-navbar-nav li.opened>.rd-navbar-submenu-toggle,

.rd-navbar-default.rd-navbar-light.rd-navbar-fixed .rd-navbar-nav li.active>.rd-navbar-submenu-toggle,

.rd-navbar-sidebar-toggle.rd-navbar-light.rd-navbar-fixed .rd-navbar-nav li.active>.rd-navbar-submenu-toggle,

.rd-navbar-sidebar-fixed.rd-navbar-light .rd-navbar-nav li.active>.rd-navbar-submenu-toggle,

.rd-navbar-floated.rd-navbar-light.rd-navbar-fixed .rd-navbar-nav li.active>.rd-navbar-submenu-toggle,

.rd-navbar-top-panel.rd-navbar-light.rd-navbar-fixed .rd-navbar-nav li.active>.rd-navbar-submenu-toggle,

.rd-navbar-logo-center.rd-navbar-light.rd-navbar-fixed .rd-navbar-nav li.active>.rd-navbar-submenu-toggle {

    color: #fff;

}

.rd-navbar-default.rd-navbar-light.rd-navbar-fixed .rd-navbar-dropdown>li>a,

.rd-navbar-sidebar-toggle.rd-navbar-light.rd-navbar-fixed .rd-navbar-dropdown>li>a,

.rd-navbar-sidebar-fixed.rd-navbar-light .rd-navbar-dropdown>li>a,

.rd-navbar-floated.rd-navbar-light.rd-navbar-fixed .rd-navbar-dropdown>li>a,

.rd-navbar-top-panel.rd-navbar-light.rd-navbar-fixed .rd-navbar-dropdown>li>a,

.rd-navbar-logo-center.rd-navbar-light.rd-navbar-fixed .rd-navbar-dropdown>li>a,

.rd-navbar-default.rd-navbar-light.rd-navbar-fixed .rd-navbar-megamenu>li>a,

.rd-navbar-sidebar-toggle.rd-navbar-light.rd-navbar-fixed .rd-navbar-megamenu>li>a,

.rd-navbar-sidebar-fixed.rd-navbar-light .rd-navbar-megamenu>li>a,

.rd-navbar-floated.rd-navbar-light.rd-navbar-fixed .rd-navbar-megamenu>li>a,

.rd-navbar-top-panel.rd-navbar-light.rd-navbar-fixed .rd-navbar-megamenu>li>a,

.rd-navbar-logo-center.rd-navbar-light.rd-navbar-fixed .rd-navbar-megamenu>li>a {

    color: #212121;

}

.rd-navbar-default.rd-navbar-light.rd-navbar-fixed .rd-navbar-dropdown li>a>.rd-navbar-icon,

.rd-navbar-sidebar-toggle.rd-navbar-light.rd-navbar-fixed .rd-navbar-dropdown li>a>.rd-navbar-icon,

.rd-navbar-sidebar-fixed.rd-navbar-light .rd-navbar-dropdown li>a>.rd-navbar-icon,

.rd-navbar-floated.rd-navbar-light.rd-navbar-fixed .rd-navbar-dropdown li>a>.rd-navbar-icon,

.rd-navbar-top-panel.rd-navbar-light.rd-navbar-fixed .rd-navbar-dropdown li>a>.rd-navbar-icon,

.rd-navbar-logo-center.rd-navbar-light.rd-navbar-fixed .rd-navbar-dropdown li>a>.rd-navbar-icon,

.rd-navbar-default.rd-navbar-light.rd-navbar-fixed .rd-navbar-megamenu li>a>.rd-navbar-icon,

.rd-navbar-sidebar-toggle.rd-navbar-light.rd-navbar-fixed .rd-navbar-megamenu li>a>.rd-navbar-icon,

.rd-navbar-sidebar-fixed.rd-navbar-light .rd-navbar-megamenu li>a>.rd-navbar-icon,

.rd-navbar-floated.rd-navbar-light.rd-navbar-fixed .rd-navbar-megamenu li>a>.rd-navbar-icon,

.rd-navbar-top-panel.rd-navbar-light.rd-navbar-fixed .rd-navbar-megamenu li>a>.rd-navbar-icon,

.rd-navbar-logo-center.rd-navbar-light.rd-navbar-fixed .rd-navbar-megamenu li>a>.rd-navbar-icon {

    color: #d3dbe8;

}

.rd-navbar-default.rd-navbar-light.rd-navbar-fixed .rd-navbar-submenu-toggle,

.rd-navbar-sidebar-toggle.rd-navbar-light.rd-navbar-fixed .rd-navbar-submenu-toggle,

.rd-navbar-sidebar-fixed.rd-navbar-light .rd-navbar-submenu-toggle,

.rd-navbar-floated.rd-navbar-light.rd-navbar-fixed .rd-navbar-submenu-toggle,

.rd-navbar-top-panel.rd-navbar-light.rd-navbar-fixed .rd-navbar-submenu-toggle,

.rd-navbar-logo-center.rd-navbar-light.rd-navbar-fixed .rd-navbar-submenu-toggle {

    color: #9b9b9b;

}

.rd-navbar-default.rd-navbar-fixed .rd-navbar-cart-dropdown,

.rd-navbar-sidebar-toggle.rd-navbar-fixed .rd-navbar-cart-dropdown,

.rd-navbar-floated.rd-navbar-fixed .rd-navbar-cart-dropdown {

    position: fixed;

    top: 0;

    right: 0;

    width: 280px;

    bottom: 0;

    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);

    z-index: 15;

    transform: translateX(105%);

    padding: 70px 15px 0;

    max-height: 100%;

    overflow-y: auto;

}

.rd-navbar-default.rd-navbar-fixed .rd-navbar-cart-dropdown.active,

.rd-navbar-sidebar-toggle.rd-navbar-fixed .rd-navbar-cart-dropdown.active,

.rd-navbar-floated.rd-navbar-fixed .rd-navbar-cart-dropdown.active {

    transform: translateX(0);

}

.rd-navbar-default.rd-navbar-fixed .rd-navbar-cart-dropdown.active,

.rd-navbar-sidebar-toggle.rd-navbar-fixed .rd-navbar-cart-dropdown.active,

.rd-navbar-floated.rd-navbar-fixed .rd-navbar-cart-dropdown.active {

    transform: translateX(0);

}

.rd-navbar-default.rd-navbar-transparent.rd-navbar-fixed .rd-navbar-cart-dropdown,

.rd-navbar-default.rd-navbar-dark.rd-navbar-fixed .rd-navbar-cart-dropdown,

.rd-navbar-sidebar-toggle.rd-navbar-dark.rd-navbar-fixed .rd-navbar-cart-dropdown,

.rd-navbar-floated.rd-navbar-dark.rd-navbar-fixed .rd-navbar-cart-dropdown {

    color: #fff;

    background: #191919;

}

.rd-navbar-default.rd-navbar-light.rd-navbar-fixed .rd-navbar-cart-dropdown,

.rd-navbar-sidebar-toggle.rd-navbar-light.rd-navbar-fixed .rd-navbar-cart-dropdown,

.rd-navbar-floated.rd-navbar-light.rd-navbar-fixed .rd-navbar-cart-dropdown {

    color: #212121;

    background: #fff;

}

.rd-navbar-default.rd-navbar-fixed .form-search-input,

.rd-navbar-sidebar-toggle.rd-navbar-fixed .form-search-input,

.rd-navbar-floated.rd-navbar-fixed .form-search-input,

.rd-navbar-top-panel.rd-navbar-fixed .form-search-input,

.rd-navbar-logo-center .form-search-input {

    border: none;

}

.rd-navbar-default.rd-navbar-transparent.rd-navbar-fixed .form-search-wrap .form-group .form-label,

.rd-navbar-default.rd-navbar-dark.rd-navbar-fixed .form-search-wrap .form-group .form-label,

.rd-navbar-sidebar-toggle.rd-navbar-dark.rd-navbar-fixed .form-search-wrap .form-group .form-label,

.rd-navbar-floated.rd-navbar-dark.rd-navbar-fixed .form-search-wrap .form-group .form-label,

.rd-navbar-top-panel.rd-navbar-dark.rd-navbar-fixed .form-search-wrap .form-group .form-label,

.rd-navbar-logo-center.rd-navbar-dark .form-search-wrap .form-group .form-label,

.rd-navbar-default.rd-navbar-transparent.rd-navbar-fixed .form-search-wrap .form-group .form-lable.focus,

.rd-navbar-default.rd-navbar-dark.rd-navbar-fixed .form-search-wrap .form-group .form-lable.focus,

.rd-navbar-sidebar-toggle.rd-navbar-dark.rd-navbar-fixed .form-search-wrap .form-group .form-lable.focus,

.rd-navbar-floated.rd-navbar-dark.rd-navbar-fixed .form-search-wrap .form-group .form-lable.focus,

.rd-navbar-top-panel.rd-navbar-dark.rd-navbar-fixed .form-search-wrap .form-group .form-lable.focus,

.rd-navbar-logo-center.rd-navbar-dark .form-search-wrap .form-group .form-lable.focus {

    color: #9b9b9b;

}

.rd-navbar-default.rd-navbar-transparent.rd-navbar-fixed .form-search-submit,

.rd-navbar-default.rd-navbar-dark.rd-navbar-fixed .form-search-submit,

.rd-navbar-sidebar-toggle.rd-navbar-dark.rd-navbar-fixed .form-search-submit,

.rd-navbar-floated.rd-navbar-dark.rd-navbar-fixed .form-search-submit,

.rd-navbar-top-panel.rd-navbar-dark.rd-navbar-fixed .form-search-submit,

.rd-navbar-logo-center.rd-navbar-dark .form-search-submit {

    color: #434345;

}

.rd-navbar-default.rd-navbar-transparent.rd-navbar-fixed .form-search-input,

.rd-navbar-default.rd-navbar-dark.rd-navbar-fixed .form-search-input,

.rd-navbar-sidebar-toggle.rd-navbar-dark.rd-navbar-fixed .form-search-input,

.rd-navbar-floated.rd-navbar-dark.rd-navbar-fixed .form-search-input,

.rd-navbar-top-panel.rd-navbar-dark.rd-navbar-fixed .form-search-input,

.rd-navbar-logo-center.rd-navbar-dark .form-search-input {

    color: #fff;

    background: #212121;

}

.rd-navbar-default.rd-navbar-light.rd-navbar-fixed .form-search-wrap .form-group .form-label,

.rd-navbar-sidebar-toggle.rd-navbar-light.rd-navbar-fixed .form-search-wrap .form-group .form-label,

.rd-navbar-floated.rd-navbar-light.rd-navbar-fixed .form-search-wrap .form-group .form-label,

.rd-navbar-top-panel.rd-navbar-light.rd-navbar-fixed .form-search-wrap .form-group .form-label,

.rd-navbar-logo-center.rd-navbar-light .form-search-wrap .form-group .form-label,

.rd-navbar-default.rd-navbar-light.rd-navbar-fixed .form-search-wrap .form-group .form-lable.focus,

.rd-navbar-sidebar-toggle.rd-navbar-light.rd-navbar-fixed .form-search-wrap .form-group .form-lable.focus,

.rd-navbar-floated.rd-navbar-light.rd-navbar-fixed .form-search-wrap .form-group .form-lable.focus,

.rd-navbar-top-panel.rd-navbar-light.rd-navbar-fixed .form-search-wrap .form-group .form-lable.focus,

.rd-navbar-logo-center.rd-navbar-light .form-search-wrap .form-group .form-lable.focus {

    color: #9b9b9b;

}

.rd-navbar-default.rd-navbar-light.rd-navbar-fixed .form-search-submit,

.rd-navbar-sidebar-toggle.rd-navbar-light.rd-navbar-fixed .form-search-submit,

.rd-navbar-floated.rd-navbar-light.rd-navbar-fixed .form-search-submit,

.rd-navbar-top-panel.rd-navbar-light.rd-navbar-fixed .form-search-submit,

.rd-navbar-logo-center.rd-navbar-light .form-search-submit {

    color: #434345;

}

.rd-navbar-default.rd-navbar-light.rd-navbar-fixed .form-search-input,

.rd-navbar-sidebar-toggle.rd-navbar-light.rd-navbar-fixed .form-search-input,

.rd-navbar-floated.rd-navbar-light.rd-navbar-fixed .form-search-input,

.rd-navbar-top-panel.rd-navbar-light.rd-navbar-fixed .form-search-input,

.rd-navbar-logo-center.rd-navbar-light .form-search-input {

    color: #212121;

    background: #f7f7f7;

}

.rd-navbar-default.rd-navbar-static .rd-navbar-nav::after,

.rd-navbar-floated.rd-navbar-static .rd-navbar-nav::after,

.rd-navbar-top-panel.rd-navbar-static .rd-navbar-nav::after {

    display: block;

    clear: both;

    content: "";

}

.rd-navbar-default.rd-navbar-static .rd-navbar-nav>li,

.rd-navbar-floated.rd-navbar-static .rd-navbar-nav>li,

.rd-navbar-top-panel.rd-navbar-static .rd-navbar-nav>li {

    float: left;

    position: relative;

}

.rd-navbar-default.rd-navbar-static .rd-navbar-nav>li>a,

.rd-navbar-floated.rd-navbar-static .rd-navbar-nav>li>a,

.rd-navbar-top-panel.rd-navbar-static .rd-navbar-nav>li>a {

    position: relative;

    display: inline-block;

    vertical-align: middle;

    padding: 4px 15px;

    border-radius: 5px;

}

.rd-navbar-default.rd-navbar-static .rd-navbar-nav>li>a>.rd-navbar-label,

.rd-navbar-floated.rd-navbar-static .rd-navbar-nav>li>a>.rd-navbar-label,

.rd-navbar-top-panel.rd-navbar-static .rd-navbar-nav>li>a>.rd-navbar-label {

    position: absolute;

    margin: -10px 0 0 -15px;

}

.rd-navbar-default.rd-navbar-static .rd-navbar-nav>li.rd-navbar--has-megamenu,

.rd-navbar-floated.rd-navbar-static .rd-navbar-nav>li.rd-navbar--has-megamenu,

.rd-navbar-top-panel.rd-navbar-static .rd-navbar-nav>li.rd-navbar--has-megamenu {

    position: static;

}

.rd-navbar-default.rd-navbar-static .rd-navbar-nav>li+li,

.rd-navbar-floated.rd-navbar-static .rd-navbar-nav>li+li,

.rd-navbar-top-panel.rd-navbar-static .rd-navbar-nav>li+li {

    margin-left: 37px;

}

.rd-navbar-default.rd-navbar-static .rd-navbar-nav li.focus>.rd-navbar-dropdown,

.rd-navbar-floated.rd-navbar-static .rd-navbar-nav li.focus>.rd-navbar-dropdown,

.rd-navbar-top-panel.rd-navbar-static .rd-navbar-nav li.focus>.rd-navbar-dropdown,

.rd-navbar-default.rd-navbar-static .rd-navbar-nav li.focus>.rd-navbar-megamenu,

.rd-navbar-floated.rd-navbar-static .rd-navbar-nav li.focus>.rd-navbar-megamenu,

.rd-navbar-top-panel.rd-navbar-static .rd-navbar-nav li.focus>.rd-navbar-megamenu {

    opacity: 1;

    visibility: visible;

}

.rd-navbar-default.rd-navbar-transparent.rd-navbar-static .rd-navbar-nav>li a,

.rd-navbar-default.rd-navbar-dark.rd-navbar-static .rd-navbar-nav>li a,

.rd-navbar-floated.rd-navbar-dark.rd-navbar-static .rd-navbar-nav>li a,

.rd-navbar-top-panel.rd-navbar-dark.rd-navbar-static .rd-navbar-nav>li a {

    color: #fff;

}

.rd-navbar-default.rd-navbar-light.rd-navbar-static .rd-navbar-nav>li a,

.rd-navbar-floated.rd-navbar-light.rd-navbar-static .rd-navbar-nav>li a,

.rd-navbar-top-panel.rd-navbar-light.rd-navbar-static .rd-navbar-nav>li a {

    color: #212121;

}

.rd-navbar-default.rd-navbar-light.rd-navbar-static .rd-navbar-nav>li.active>a,

.rd-navbar-floated.rd-navbar-light.rd-navbar-static .rd-navbar-nav>li.active>a,

.rd-navbar-top-panel.rd-navbar-light.rd-navbar-static .rd-navbar-nav>li.active>a,

.rd-navbar-default.rd-navbar-light.rd-navbar-static .rd-navbar-nav>li.focus>a,

.rd-navbar-floated.rd-navbar-light.rd-navbar-static .rd-navbar-nav>li.focus>a,

.rd-navbar-top-panel.rd-navbar-light.rd-navbar-static .rd-navbar-nav>li.focus>a,

.rd-navbar-default.rd-navbar-light.rd-navbar-static .rd-navbar-nav>li>a:hover,

.rd-navbar-floated.rd-navbar-light.rd-navbar-static .rd-navbar-nav>li>a:hover,

.rd-navbar-top-panel.rd-navbar-light.rd-navbar-static .rd-navbar-nav>li>a:hover {

    color: #fff;

    background: #fe6500;

}

.rd-navbar-default.rd-navbar-static .rd-navbar-dropdown,

.rd-navbar-floated.rd-navbar-static .rd-navbar-dropdown,

.rd-navbar-top-panel.rd-navbar-static .rd-navbar-dropdown,

.rd-navbar-logo-center.rd-navbar-static .rd-navbar-dropdown,

.rd-navbar-default.rd-navbar-static .rd-navbar-megamenu,

.rd-navbar-floated.rd-navbar-static .rd-navbar-megamenu,

.rd-navbar-top-panel.rd-navbar-static .rd-navbar-megamenu,

.rd-navbar-logo-center.rd-navbar-static .rd-navbar-megamenu,

.rd-navbar-default.rd-navbar-static .rd-navbar-cart-dropdown,

.rd-navbar-floated.rd-navbar-static .rd-navbar-cart-dropdown,

.rd-navbar-top-panel.rd-navbar-static .rd-navbar-cart-dropdown,

.rd-navbar-logo-center.rd-navbar-static .rd-navbar-cart-dropdown {

    position: absolute;

    top: 100%;

    margin-top: 33px;

    left: 0;

    z-index: 1;

    width: 240px;

    padding: 0;

    visibility: hidden;

    transition: .3s all ease;

    text-align: left;

    opacity: 0;

    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);

    border-top: 1px solid #fe6500;

}

.rd-navbar-default.rd-navbar-static .rd-navbar-dropdown .rd-navbar-dropdown,

.rd-navbar-floated.rd-navbar-static .rd-navbar-dropdown .rd-navbar-dropdown,

.rd-navbar-top-panel.rd-navbar-static .rd-navbar-dropdown .rd-navbar-dropdown,

.rd-navbar-logo-center.rd-navbar-static .rd-navbar-dropdown .rd-navbar-dropdown,

.rd-navbar-default.rd-navbar-static .rd-navbar-megamenu .rd-navbar-dropdown,

.rd-navbar-floated.rd-navbar-static .rd-navbar-megamenu .rd-navbar-dropdown,

.rd-navbar-top-panel.rd-navbar-static .rd-navbar-megamenu .rd-navbar-dropdown,

.rd-navbar-logo-center.rd-navbar-static .rd-navbar-megamenu .rd-navbar-dropdown,

.rd-navbar-default.rd-navbar-static .rd-navbar-cart-dropdown .rd-navbar-dropdown,

.rd-navbar-floated.rd-navbar-static .rd-navbar-cart-dropdown .rd-navbar-dropdown,

.rd-navbar-top-panel.rd-navbar-static .rd-navbar-cart-dropdown .rd-navbar-dropdown,

.rd-navbar-logo-center.rd-navbar-static .rd-navbar-cart-dropdown .rd-navbar-dropdown {

    left: 100%;

    top: -1px;

    margin: 0;

    z-index: 2;

}

.rd-navbar-default.rd-navbar-static .rd-navbar-dropdown .rd-navbar-dropdown .rd-navbar-dropdown,

.rd-navbar-floated.rd-navbar-static .rd-navbar-dropdown .rd-navbar-dropdown .rd-navbar-dropdown,

.rd-navbar-top-panel.rd-navbar-static .rd-navbar-dropdown .rd-navbar-dropdown .rd-navbar-dropdown,

.rd-navbar-logo-center.rd-navbar-static .rd-navbar-dropdown .rd-navbar-dropdown .rd-navbar-dropdown,

.rd-navbar-default.rd-navbar-static .rd-navbar-megamenu .rd-navbar-dropdown .rd-navbar-dropdown,

.rd-navbar-floated.rd-navbar-static .rd-navbar-megamenu .rd-navbar-dropdown .rd-navbar-dropdown,

.rd-navbar-top-panel.rd-navbar-static .rd-navbar-megamenu .rd-navbar-dropdown .rd-navbar-dropdown,

.rd-navbar-logo-center.rd-navbar-static .rd-navbar-megamenu .rd-navbar-dropdown .rd-navbar-dropdown,

.rd-navbar-default.rd-navbar-static .rd-navbar-cart-dropdown .rd-navbar-dropdown .rd-navbar-dropdown,

.rd-navbar-floated.rd-navbar-static .rd-navbar-cart-dropdown .rd-navbar-dropdown .rd-navbar-dropdown,

.rd-navbar-top-panel.rd-navbar-static .rd-navbar-cart-dropdown .rd-navbar-dropdown .rd-navbar-dropdown,

.rd-navbar-logo-center.rd-navbar-static .rd-navbar-cart-dropdown .rd-navbar-dropdown .rd-navbar-dropdown {

    z-index: 3;

}

.rd-navbar-default.rd-navbar-static .rd-navbar-dropdown.rd-navbar-open-left,

.rd-navbar-floated.rd-navbar-static .rd-navbar-dropdown.rd-navbar-open-left,

.rd-navbar-top-panel.rd-navbar-static .rd-navbar-dropdown.rd-navbar-open-left,

.rd-navbar-logo-center.rd-navbar-static .rd-navbar-dropdown.rd-navbar-open-left,

.rd-navbar-default.rd-navbar-static .rd-navbar-dropdown.rd-navbar-open-left .rd-navbar-dropdown,

.rd-navbar-floated.rd-navbar-static .rd-navbar-dropdown.rd-navbar-open-left .rd-navbar-dropdown,

.rd-navbar-top-panel.rd-navbar-static .rd-navbar-dropdown.rd-navbar-open-left .rd-navbar-dropdown,

.rd-navbar-logo-center.rd-navbar-static .rd-navbar-dropdown.rd-navbar-open-left .rd-navbar-dropdown,

.rd-navbar-default.rd-navbar-static .rd-navbar-megamenu.rd-navbar-open-left,

.rd-navbar-floated.rd-navbar-static .rd-navbar-megamenu.rd-navbar-open-left,

.rd-navbar-top-panel.rd-navbar-static .rd-navbar-megamenu.rd-navbar-open-left,

.rd-navbar-logo-center.rd-navbar-static .rd-navbar-megamenu.rd-navbar-open-left,

.rd-navbar-default.rd-navbar-static .rd-navbar-megamenu.rd-navbar-open-left .rd-navbar-dropdown,

.rd-navbar-floated.rd-navbar-static .rd-navbar-megamenu.rd-navbar-open-left .rd-navbar-dropdown,

.rd-navbar-top-panel.rd-navbar-static .rd-navbar-megamenu.rd-navbar-open-left .rd-navbar-dropdown,

.rd-navbar-logo-center.rd-navbar-static .rd-navbar-megamenu.rd-navbar-open-left .rd-navbar-dropdown,

.rd-navbar-default.rd-navbar-static .rd-navbar-cart-dropdown.rd-navbar-open-left,

.rd-navbar-floated.rd-navbar-static .rd-navbar-cart-dropdown.rd-navbar-open-left,

.rd-navbar-top-panel.rd-navbar-static .rd-navbar-cart-dropdown.rd-navbar-open-left,

.rd-navbar-logo-center.rd-navbar-static .rd-navbar-cart-dropdown.rd-navbar-open-left,

.rd-navbar-default.rd-navbar-static .rd-navbar-cart-dropdown.rd-navbar-open-left .rd-navbar-dropdown,

.rd-navbar-floated.rd-navbar-static .rd-navbar-cart-dropdown.rd-navbar-open-left .rd-navbar-dropdown,

.rd-navbar-top-panel.rd-navbar-static .rd-navbar-cart-dropdown.rd-navbar-open-left .rd-navbar-dropdown,

.rd-navbar-logo-center.rd-navbar-static .rd-navbar-cart-dropdown.rd-navbar-open-left .rd-navbar-dropdown {

    right: 100%;

    left: auto;

}

.rd-navbar-default.rd-navbar-static .rd-navbar-nav>.rd-navbar-submenu>.rd-navbar-dropdown.rd-navbar-open-left,

.rd-navbar-floated.rd-navbar-static .rd-navbar-nav>.rd-navbar-submenu>.rd-navbar-dropdown.rd-navbar-open-left,

.rd-navbar-top-panel.rd-navbar-static .rd-navbar-nav>.rd-navbar-submenu>.rd-navbar-dropdown.rd-navbar-open-left,

.rd-navbar-logo-center.rd-navbar-static .rd-navbar-nav>.rd-navbar-submenu>.rd-navbar-dropdown.rd-navbar-open-left {

    right: 0;

}

.rd-navbar-default.rd-navbar-static .rd-navbar-megamenu,

.rd-navbar-floated.rd-navbar-static .rd-navbar-megamenu,

.rd-navbar-top-panel.rd-navbar-static .rd-navbar-megamenu,

.rd-navbar-logo-center.rd-navbar-static .rd-navbar-megamenu {

    right: 20px;

    left: 20px;

    padding: 15px;

    max-width: 1900px;

    margin-left: auto;

    width: auto;

    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);

}

.rd-navbar-default.rd-navbar-static .rd-navbar-dropdown,

.rd-navbar-floated.rd-navbar-static .rd-navbar-dropdown,

.rd-navbar-top-panel.rd-navbar-static .rd-navbar-dropdown,

.rd-navbar-logo-center.rd-navbar-static .rd-navbar-dropdown,

.rd-navbar-default.rd-navbar-static .rd-navbar-cart-dropdown,

.rd-navbar-floated.rd-navbar-static .rd-navbar-cart-dropdown,

.rd-navbar-top-panel.rd-navbar-static .rd-navbar-cart-dropdown,

.rd-navbar-logo-center.rd-navbar-static .rd-navbar-cart-dropdown {

    margin-top: 49px;

}

.rd-navbar-default.rd-navbar-static .rd-navbar-dropdown li,

.rd-navbar-floated.rd-navbar-static .rd-navbar-dropdown li,

.rd-navbar-top-panel.rd-navbar-static .rd-navbar-dropdown li,

.rd-navbar-logo-center.rd-navbar-static .rd-navbar-dropdown li,

.rd-navbar-default.rd-navbar-static .rd-navbar-megamenu li,

.rd-navbar-floated.rd-navbar-static .rd-navbar-megamenu li,

.rd-navbar-top-panel.rd-navbar-static .rd-navbar-megamenu li,

.rd-navbar-logo-center.rd-navbar-static .rd-navbar-megamenu li {

    position: relative;

}

.rd-navbar-default.rd-navbar-static .rd-navbar-dropdown li>a,

.rd-navbar-floated.rd-navbar-static .rd-navbar-dropdown li>a,

.rd-navbar-top-panel.rd-navbar-static .rd-navbar-dropdown li>a,

.rd-navbar-logo-center.rd-navbar-static .rd-navbar-dropdown li>a,

.rd-navbar-default.rd-navbar-static .rd-navbar-megamenu li>a,

.rd-navbar-floated.rd-navbar-static .rd-navbar-megamenu li>a,

.rd-navbar-top-panel.rd-navbar-static .rd-navbar-megamenu li>a,

.rd-navbar-logo-center.rd-navbar-static .rd-navbar-megamenu li>a {

    display: block;

    padding: 8px 30px 8px 20px;

}

.rd-navbar-default.rd-navbar-static .rd-navbar-dropdown li>a>span,

.rd-navbar-floated.rd-navbar-static .rd-navbar-dropdown li>a>span,

.rd-navbar-top-panel.rd-navbar-static .rd-navbar-dropdown li>a>span,

.rd-navbar-logo-center.rd-navbar-static .rd-navbar-dropdown li>a>span,

.rd-navbar-default.rd-navbar-static .rd-navbar-megamenu li>a>span,

.rd-navbar-floated.rd-navbar-static .rd-navbar-megamenu li>a>span,

.rd-navbar-top-panel.rd-navbar-static .rd-navbar-megamenu li>a>span,

.rd-navbar-logo-center.rd-navbar-static .rd-navbar-megamenu li>a>span {

    vertical-align: middle;

}

.rd-navbar-default.rd-navbar-static .rd-navbar-dropdown li .rd-navbar-label,

.rd-navbar-floated.rd-navbar-static .rd-navbar-dropdown li .rd-navbar-label,

.rd-navbar-top-panel.rd-navbar-static .rd-navbar-dropdown li .rd-navbar-label,

.rd-navbar-logo-center.rd-navbar-static .rd-navbar-dropdown li .rd-navbar-label,

.rd-navbar-default.rd-navbar-static .rd-navbar-megamenu li .rd-navbar-label,

.rd-navbar-floated.rd-navbar-static .rd-navbar-megamenu li .rd-navbar-label,

.rd-navbar-top-panel.rd-navbar-static .rd-navbar-megamenu li .rd-navbar-label,

.rd-navbar-logo-center.rd-navbar-static .rd-navbar-megamenu li .rd-navbar-label {

    margin-left: 5px;

}

.rd-navbar-default.rd-navbar-static .rd-navbar-dropdown li .rd-navbar-icon,

.rd-navbar-floated.rd-navbar-static .rd-navbar-dropdown li .rd-navbar-icon,

.rd-navbar-top-panel.rd-navbar-static .rd-navbar-dropdown li .rd-navbar-icon,

.rd-navbar-logo-center.rd-navbar-static .rd-navbar-dropdown li .rd-navbar-icon,

.rd-navbar-default.rd-navbar-static .rd-navbar-megamenu li .rd-navbar-icon,

.rd-navbar-floated.rd-navbar-static .rd-navbar-megamenu li .rd-navbar-icon,

.rd-navbar-top-panel.rd-navbar-static .rd-navbar-megamenu li .rd-navbar-icon,

.rd-navbar-logo-center.rd-navbar-static .rd-navbar-megamenu li .rd-navbar-icon {

    margin-right: 10px;

    font-size: 18px;

    line-height: 24px;

    vertical-align: middle;

}

.rd-navbar-default.rd-navbar-static .rd-navbar-dropdown li.rd-navbar--has-dropdown:after,

.rd-navbar-floated.rd-navbar-static .rd-navbar-dropdown li.rd-navbar--has-dropdown:after,

.rd-navbar-top-panel.rd-navbar-static .rd-navbar-dropdown li.rd-navbar--has-dropdown:after,

.rd-navbar-logo-center.rd-navbar-static .rd-navbar-dropdown li.rd-navbar--has-dropdown:after,

.rd-navbar-default.rd-navbar-static .rd-navbar-megamenu li.rd-navbar--has-dropdown:after,

.rd-navbar-floated.rd-navbar-static .rd-navbar-megamenu li.rd-navbar--has-dropdown:after,

.rd-navbar-top-panel.rd-navbar-static .rd-navbar-megamenu li.rd-navbar--has-dropdown:after,

.rd-navbar-logo-center.rd-navbar-static .rd-navbar-megamenu li.rd-navbar--has-dropdown:after {

    cursor: pointer;

    position: absolute;

    top: 50%;

    right: 13px;

    font-size: 22px;

    font-family: "Material Design Icons";

    line-height: 34px;

    content: "ïˆ¸";

    transform: translateY(-50%);

    transition: .3s all ease;

}

.rd-navbar-default.rd-navbar-static .responsive-tabs .resp-tabs-list,

.rd-navbar-floated.rd-navbar-static .responsive-tabs .resp-tabs-list,

.rd-navbar-top-panel.rd-navbar-static .responsive-tabs .resp-tabs-list,

.rd-navbar-logo-center.rd-navbar-static .responsive-tabs .resp-tabs-list {

    text-align: left;

    padding-left: 20px;

    position: relative;

}

.rd-navbar-default.rd-navbar-static .responsive-tabs .resp-tabs-list:before,

.rd-navbar-floated.rd-navbar-static .responsive-tabs .resp-tabs-list:before,

.rd-navbar-top-panel.rd-navbar-static .responsive-tabs .resp-tabs-list:before,

.rd-navbar-logo-center.rd-navbar-static .responsive-tabs .resp-tabs-list:before {

    content: '';

    position: absolute;

    left: -15px;

    right: -15px;

    top: 100%;

    border-bottom: 1px solid transparent;

}

.rd-navbar-default.rd-navbar-static .responsive-tabs .resp-tabs-list li:before,

.rd-navbar-floated.rd-navbar-static .responsive-tabs .resp-tabs-list li:before,

.rd-navbar-top-panel.rd-navbar-static .responsive-tabs .resp-tabs-list li:before,

.rd-navbar-logo-center.rd-navbar-static .responsive-tabs .resp-tabs-list li:before {

    display: none;

}

.rd-navbar-default.rd-navbar-static .responsive-tabs .resp-tabs-list li.resp-tab-active,

.rd-navbar-floated.rd-navbar-static .responsive-tabs .resp-tabs-list li.resp-tab-active,

.rd-navbar-top-panel.rd-navbar-static .responsive-tabs .resp-tabs-list li.resp-tab-active,

.rd-navbar-logo-center.rd-navbar-static .responsive-tabs .resp-tabs-list li.resp-tab-active,

.rd-navbar-default.rd-navbar-static .responsive-tabs .resp-tabs-list li.resp-tab-active:before,

.rd-navbar-floated.rd-navbar-static .responsive-tabs .resp-tabs-list li.resp-tab-active:before,

.rd-navbar-top-panel.rd-navbar-static .responsive-tabs .resp-tabs-list li.resp-tab-active:before,

.rd-navbar-logo-center.rd-navbar-static .responsive-tabs .resp-tabs-list li.resp-tab-active:before {

    color: #fe6500;

    background-image: -webkit-linear-gradient(0deg, #554e9f 0%, #fe6500 100%);

}

.rd-navbar-default.rd-navbar-static .responsive-tabs .resp-tabs-list li.resp-tab-active:hover,

.rd-navbar-floated.rd-navbar-static .responsive-tabs .resp-tabs-list li.resp-tab-active:hover,

.rd-navbar-top-panel.rd-navbar-static .responsive-tabs .resp-tabs-list li.resp-tab-active:hover,

.rd-navbar-logo-center.rd-navbar-static .responsive-tabs .resp-tabs-list li.resp-tab-active:hover {

    color: #fe6500;

}

.rd-navbar-default.rd-navbar-transparent.rd-navbar-static .rd-navbar-dropdown,

.rd-navbar-default.rd-navbar-dark.rd-navbar-static .rd-navbar-dropdown,

.rd-navbar-floated.rd-navbar-dark.rd-navbar-static .rd-navbar-dropdown,

.rd-navbar-top-panel.rd-navbar-dark.rd-navbar-static .rd-navbar-dropdown,

.rd-navbar-logo-center.rd-navbar-dark.rd-navbar-static .rd-navbar-dropdown,

.rd-navbar-default.rd-navbar-transparent.rd-navbar-static .rd-navbar-megamenu,

.rd-navbar-default.rd-navbar-dark.rd-navbar-static .rd-navbar-megamenu,

.rd-navbar-floated.rd-navbar-dark.rd-navbar-static .rd-navbar-megamenu,

.rd-navbar-top-panel.rd-navbar-dark.rd-navbar-static .rd-navbar-megamenu,

.rd-navbar-logo-center.rd-navbar-dark.rd-navbar-static .rd-navbar-megamenu {

    background: #151515;

}

.rd-navbar-default.rd-navbar-transparent.rd-navbar-static .rd-navbar-dropdown li.rd-navbar--has-dropdown:after,

.rd-navbar-default.rd-navbar-dark.rd-navbar-static .rd-navbar-dropdown li.rd-navbar--has-dropdown:after,

.rd-navbar-floated.rd-navbar-dark.rd-navbar-static .rd-navbar-dropdown li.rd-navbar--has-dropdown:after,

.rd-navbar-top-panel.rd-navbar-dark.rd-navbar-static .rd-navbar-dropdown li.rd-navbar--has-dropdown:after,

.rd-navbar-logo-center.rd-navbar-dark.rd-navbar-static .rd-navbar-dropdown li.rd-navbar--has-dropdown:after,

.rd-navbar-default.rd-navbar-transparent.rd-navbar-static .rd-navbar-megamenu li.rd-navbar--has-dropdown:after,

.rd-navbar-default.rd-navbar-dark.rd-navbar-static .rd-navbar-megamenu li.rd-navbar--has-dropdown:after,

.rd-navbar-floated.rd-navbar-dark.rd-navbar-static .rd-navbar-megamenu li.rd-navbar--has-dropdown:after,

.rd-navbar-top-panel.rd-navbar-dark.rd-navbar-static .rd-navbar-megamenu li.rd-navbar--has-dropdown:after,

.rd-navbar-logo-center.rd-navbar-dark.rd-navbar-static .rd-navbar-megamenu li.rd-navbar--has-dropdown:after {

    color: #434345;

}

.rd-navbar-default.rd-navbar-transparent.rd-navbar-static .rd-navbar-dropdown li>a,

.rd-navbar-default.rd-navbar-dark.rd-navbar-static .rd-navbar-dropdown li>a,

.rd-navbar-floated.rd-navbar-dark.rd-navbar-static .rd-navbar-dropdown li>a,

.rd-navbar-top-panel.rd-navbar-dark.rd-navbar-static .rd-navbar-dropdown li>a,

.rd-navbar-logo-center.rd-navbar-dark.rd-navbar-static .rd-navbar-dropdown li>a,

.rd-navbar-default.rd-navbar-transparent.rd-navbar-static .rd-navbar-megamenu li>a,

.rd-navbar-default.rd-navbar-dark.rd-navbar-static .rd-navbar-megamenu li>a,

.rd-navbar-floated.rd-navbar-dark.rd-navbar-static .rd-navbar-megamenu li>a,

.rd-navbar-top-panel.rd-navbar-dark.rd-navbar-static .rd-navbar-megamenu li>a,

.rd-navbar-logo-center.rd-navbar-dark.rd-navbar-static .rd-navbar-megamenu li>a {

    color: #fff;

}

.rd-navbar-default.rd-navbar-transparent.rd-navbar-static .rd-navbar-dropdown li .rd-navbar-icon,

.rd-navbar-default.rd-navbar-dark.rd-navbar-static .rd-navbar-dropdown li .rd-navbar-icon,

.rd-navbar-floated.rd-navbar-dark.rd-navbar-static .rd-navbar-dropdown li .rd-navbar-icon,

.rd-navbar-top-panel.rd-navbar-dark.rd-navbar-static .rd-navbar-dropdown li .rd-navbar-icon,

.rd-navbar-logo-center.rd-navbar-dark.rd-navbar-static .rd-navbar-dropdown li .rd-navbar-icon,

.rd-navbar-default.rd-navbar-transparent.rd-navbar-static .rd-navbar-megamenu li .rd-navbar-icon,

.rd-navbar-default.rd-navbar-dark.rd-navbar-static .rd-navbar-megamenu li .rd-navbar-icon,

.rd-navbar-floated.rd-navbar-dark.rd-navbar-static .rd-navbar-megamenu li .rd-navbar-icon,

.rd-navbar-top-panel.rd-navbar-dark.rd-navbar-static .rd-navbar-megamenu li .rd-navbar-icon,

.rd-navbar-logo-center.rd-navbar-dark.rd-navbar-static .rd-navbar-megamenu li .rd-navbar-icon {

    color: #9b9b9b;

}

.rd-navbar-default.rd-navbar-transparent.rd-navbar-static .rd-navbar-dropdown li:hover>a,

.rd-navbar-default.rd-navbar-dark.rd-navbar-static .rd-navbar-dropdown li:hover>a,

.rd-navbar-floated.rd-navbar-dark.rd-navbar-static .rd-navbar-dropdown li:hover>a,

.rd-navbar-top-panel.rd-navbar-dark.rd-navbar-static .rd-navbar-dropdown li:hover>a,

.rd-navbar-logo-center.rd-navbar-dark.rd-navbar-static .rd-navbar-dropdown li:hover>a,

.rd-navbar-default.rd-navbar-transparent.rd-navbar-static .rd-navbar-megamenu li:hover>a,

.rd-navbar-default.rd-navbar-dark.rd-navbar-static .rd-navbar-megamenu li:hover>a,

.rd-navbar-floated.rd-navbar-dark.rd-navbar-static .rd-navbar-megamenu li:hover>a,

.rd-navbar-top-panel.rd-navbar-dark.rd-navbar-static .rd-navbar-megamenu li:hover>a,

.rd-navbar-logo-center.rd-navbar-dark.rd-navbar-static .rd-navbar-megamenu li:hover>a {

    color: #fff;

    background: #191919;

}

.rd-navbar-default.rd-navbar-transparent.rd-navbar-static .rd-navbar-dropdown li:hover:after,

.rd-navbar-default.rd-navbar-dark.rd-navbar-static .rd-navbar-dropdown li:hover:after,

.rd-navbar-floated.rd-navbar-dark.rd-navbar-static .rd-navbar-dropdown li:hover:after,

.rd-navbar-top-panel.rd-navbar-dark.rd-navbar-static .rd-navbar-dropdown li:hover:after,

.rd-navbar-logo-center.rd-navbar-dark.rd-navbar-static .rd-navbar-dropdown li:hover:after,

.rd-navbar-default.rd-navbar-transparent.rd-navbar-static .rd-navbar-megamenu li:hover:after,

.rd-navbar-default.rd-navbar-dark.rd-navbar-static .rd-navbar-megamenu li:hover:after,

.rd-navbar-floated.rd-navbar-dark.rd-navbar-static .rd-navbar-megamenu li:hover:after,

.rd-navbar-top-panel.rd-navbar-dark.rd-navbar-static .rd-navbar-megamenu li:hover:after,

.rd-navbar-logo-center.rd-navbar-dark.rd-navbar-static .rd-navbar-megamenu li:hover:after {

    color: #fff;

}

.rd-navbar-default.rd-navbar-transparent.rd-navbar-static .rd-navbar-dropdown .responsive-tabs .resp-tabs-list:before,

.rd-navbar-default.rd-navbar-dark.rd-navbar-static .rd-navbar-dropdown .responsive-tabs .resp-tabs-list:before,

.rd-navbar-floated.rd-navbar-dark.rd-navbar-static .rd-navbar-dropdown .responsive-tabs .resp-tabs-list:before,

.rd-navbar-top-panel.rd-navbar-dark.rd-navbar-static .rd-navbar-dropdown .responsive-tabs .resp-tabs-list:before,

.rd-navbar-logo-center.rd-navbar-dark.rd-navbar-static .rd-navbar-dropdown .responsive-tabs .resp-tabs-list:before,

.rd-navbar-default.rd-navbar-transparent.rd-navbar-static .rd-navbar-megamenu .responsive-tabs .resp-tabs-list:before,

.rd-navbar-default.rd-navbar-dark.rd-navbar-static .rd-navbar-megamenu .responsive-tabs .resp-tabs-list:before,

.rd-navbar-floated.rd-navbar-dark.rd-navbar-static .rd-navbar-megamenu .responsive-tabs .resp-tabs-list:before,

.rd-navbar-top-panel.rd-navbar-dark.rd-navbar-static .rd-navbar-megamenu .responsive-tabs .resp-tabs-list:before,

.rd-navbar-logo-center.rd-navbar-dark.rd-navbar-static .rd-navbar-megamenu .responsive-tabs .resp-tabs-list:before {

    border-color: #fe6500;

}

.rd-navbar-default.rd-navbar-transparent.rd-navbar-static .rd-navbar-dropdown .responsive-tabs .resp-tabs-list li,

.rd-navbar-default.rd-navbar-dark.rd-navbar-static .rd-navbar-dropdown .responsive-tabs .resp-tabs-list li,

.rd-navbar-floated.rd-navbar-dark.rd-navbar-static .rd-navbar-dropdown .responsive-tabs .resp-tabs-list li,

.rd-navbar-top-panel.rd-navbar-dark.rd-navbar-static .rd-navbar-dropdown .responsive-tabs .resp-tabs-list li,

.rd-navbar-logo-center.rd-navbar-dark.rd-navbar-static .rd-navbar-dropdown .responsive-tabs .resp-tabs-list li,

.rd-navbar-default.rd-navbar-transparent.rd-navbar-static .rd-navbar-megamenu .responsive-tabs .resp-tabs-list li,

.rd-navbar-default.rd-navbar-dark.rd-navbar-static .rd-navbar-megamenu .responsive-tabs .resp-tabs-list li,

.rd-navbar-floated.rd-navbar-dark.rd-navbar-static .rd-navbar-megamenu .responsive-tabs .resp-tabs-list li,

.rd-navbar-top-panel.rd-navbar-dark.rd-navbar-static .rd-navbar-megamenu .responsive-tabs .resp-tabs-list li,

.rd-navbar-logo-center.rd-navbar-dark.rd-navbar-static .rd-navbar-megamenu .responsive-tabs .resp-tabs-list li {

    color: #9b9b9b;

}

.rd-navbar-default.rd-navbar-transparent.rd-navbar-static .rd-navbar-dropdown .responsive-tabs .resp-tabs-list li.resp-tab-active,

.rd-navbar-default.rd-navbar-dark.rd-navbar-static .rd-navbar-dropdown .responsive-tabs .resp-tabs-list li.resp-tab-active,

.rd-navbar-floated.rd-navbar-dark.rd-navbar-static .rd-navbar-dropdown .responsive-tabs .resp-tabs-list li.resp-tab-active,

.rd-navbar-top-panel.rd-navbar-dark.rd-navbar-static .rd-navbar-dropdown .responsive-tabs .resp-tabs-list li.resp-tab-active,

.rd-navbar-logo-center.rd-navbar-dark.rd-navbar-static .rd-navbar-dropdown .responsive-tabs .resp-tabs-list li.resp-tab-active,

.rd-navbar-default.rd-navbar-transparent.rd-navbar-static .rd-navbar-dropdown .responsive-tabs .resp-tabs-list li.resp-tab-active:before,

.rd-navbar-default.rd-navbar-dark.rd-navbar-static .rd-navbar-dropdown .responsive-tabs .resp-tabs-list li.resp-tab-active:before,

.rd-navbar-floated.rd-navbar-dark.rd-navbar-static .rd-navbar-dropdown .responsive-tabs .resp-tabs-list li.resp-tab-active:before,

.rd-navbar-top-panel.rd-navbar-dark.rd-navbar-static .rd-navbar-dropdown .responsive-tabs .resp-tabs-list li.resp-tab-active:before,

.rd-navbar-logo-center.rd-navbar-dark.rd-navbar-static .rd-navbar-dropdown .responsive-tabs .resp-tabs-list li.resp-tab-active:before,

.rd-navbar-default.rd-navbar-transparent.rd-navbar-static .rd-navbar-megamenu .responsive-tabs .resp-tabs-list li.resp-tab-active,

.rd-navbar-default.rd-navbar-dark.rd-navbar-static .rd-navbar-megamenu .responsive-tabs .resp-tabs-list li.resp-tab-active,

.rd-navbar-floated.rd-navbar-dark.rd-navbar-static .rd-navbar-megamenu .responsive-tabs .resp-tabs-list li.resp-tab-active,

.rd-navbar-top-panel.rd-navbar-dark.rd-navbar-static .rd-navbar-megamenu .responsive-tabs .resp-tabs-list li.resp-tab-active,

.rd-navbar-logo-center.rd-navbar-dark.rd-navbar-static .rd-navbar-megamenu .responsive-tabs .resp-tabs-list li.resp-tab-active,

.rd-navbar-default.rd-navbar-transparent.rd-navbar-static .rd-navbar-megamenu .responsive-tabs .resp-tabs-list li.resp-tab-active:before,

.rd-navbar-default.rd-navbar-dark.rd-navbar-static .rd-navbar-megamenu .responsive-tabs .resp-tabs-list li.resp-tab-active:before,

.rd-navbar-floated.rd-navbar-dark.rd-navbar-static .rd-navbar-megamenu .responsive-tabs .resp-tabs-list li.resp-tab-active:before,

.rd-navbar-top-panel.rd-navbar-dark.rd-navbar-static .rd-navbar-megamenu .responsive-tabs .resp-tabs-list li.resp-tab-active:before,

.rd-navbar-logo-center.rd-navbar-dark.rd-navbar-static .rd-navbar-megamenu .responsive-tabs .resp-tabs-list li.resp-tab-active:before {

    color: #554e9f;

}

.rd-navbar-default.rd-navbar-transparent.rd-navbar-static .rd-navbar-dropdown .responsive-tabs .resp-tabs-list li.resp-tab-active:hover,

.rd-navbar-default.rd-navbar-dark.rd-navbar-static .rd-navbar-dropdown .responsive-tabs .resp-tabs-list li.resp-tab-active:hover,

.rd-navbar-floated.rd-navbar-dark.rd-navbar-static .rd-navbar-dropdown .responsive-tabs .resp-tabs-list li.resp-tab-active:hover,

.rd-navbar-top-panel.rd-navbar-dark.rd-navbar-static .rd-navbar-dropdown .responsive-tabs .resp-tabs-list li.resp-tab-active:hover,

.rd-navbar-logo-center.rd-navbar-dark.rd-navbar-static .rd-navbar-dropdown .responsive-tabs .resp-tabs-list li.resp-tab-active:hover,

.rd-navbar-default.rd-navbar-transparent.rd-navbar-static .rd-navbar-megamenu .responsive-tabs .resp-tabs-list li.resp-tab-active:hover,

.rd-navbar-default.rd-navbar-dark.rd-navbar-static .rd-navbar-megamenu .responsive-tabs .resp-tabs-list li.resp-tab-active:hover,

.rd-navbar-floated.rd-navbar-dark.rd-navbar-static .rd-navbar-megamenu .responsive-tabs .resp-tabs-list li.resp-tab-active:hover,

.rd-navbar-top-panel.rd-navbar-dark.rd-navbar-static .rd-navbar-megamenu .responsive-tabs .resp-tabs-list li.resp-tab-active:hover,

.rd-navbar-logo-center.rd-navbar-dark.rd-navbar-static .rd-navbar-megamenu .responsive-tabs .resp-tabs-list li.resp-tab-active:hover {

    color: #554e9f;

}

.rd-navbar-default.rd-navbar-transparent.rd-navbar-static .rd-navbar-dropdown .responsive-tabs .resp-tabs-list li:hover,

.rd-navbar-default.rd-navbar-dark.rd-navbar-static .rd-navbar-dropdown .responsive-tabs .resp-tabs-list li:hover,

.rd-navbar-floated.rd-navbar-dark.rd-navbar-static .rd-navbar-dropdown .responsive-tabs .resp-tabs-list li:hover,

.rd-navbar-top-panel.rd-navbar-dark.rd-navbar-static .rd-navbar-dropdown .responsive-tabs .resp-tabs-list li:hover,

.rd-navbar-logo-center.rd-navbar-dark.rd-navbar-static .rd-navbar-dropdown .responsive-tabs .resp-tabs-list li:hover,

.rd-navbar-default.rd-navbar-transparent.rd-navbar-static .rd-navbar-megamenu .responsive-tabs .resp-tabs-list li:hover,

.rd-navbar-default.rd-navbar-dark.rd-navbar-static .rd-navbar-megamenu .responsive-tabs .resp-tabs-list li:hover,

.rd-navbar-floated.rd-navbar-dark.rd-navbar-static .rd-navbar-megamenu .responsive-tabs .resp-tabs-list li:hover,

.rd-navbar-top-panel.rd-navbar-dark.rd-navbar-static .rd-navbar-megamenu .responsive-tabs .resp-tabs-list li:hover,

.rd-navbar-logo-center.rd-navbar-dark.rd-navbar-static .rd-navbar-megamenu .responsive-tabs .resp-tabs-list li:hover {

    color: #fff;

}

.rd-navbar-default.rd-navbar-light.rd-navbar-static .rd-navbar-dropdown,

.rd-navbar-floated.rd-navbar-light.rd-navbar-static .rd-navbar-dropdown,

.rd-navbar-top-panel.rd-navbar-light.rd-navbar-static .rd-navbar-dropdown,

.rd-navbar-logo-center.rd-navbar-light.rd-navbar-static .rd-navbar-dropdown,

.rd-navbar-default.rd-navbar-light.rd-navbar-static .rd-navbar-megamenu,

.rd-navbar-floated.rd-navbar-light.rd-navbar-static .rd-navbar-megamenu,

.rd-navbar-top-panel.rd-navbar-light.rd-navbar-static .rd-navbar-megamenu,

.rd-navbar-logo-center.rd-navbar-light.rd-navbar-static .rd-navbar-megamenu {

    background: #fff;

}

.rd-navbar-default.rd-navbar-light.rd-navbar-static .rd-navbar-dropdown li.rd-navbar--has-dropdown:after,

.rd-navbar-floated.rd-navbar-light.rd-navbar-static .rd-navbar-dropdown li.rd-navbar--has-dropdown:after,

.rd-navbar-top-panel.rd-navbar-light.rd-navbar-static .rd-navbar-dropdown li.rd-navbar--has-dropdown:after,

.rd-navbar-logo-center.rd-navbar-light.rd-navbar-static .rd-navbar-dropdown li.rd-navbar--has-dropdown:after,

.rd-navbar-default.rd-navbar-light.rd-navbar-static .rd-navbar-megamenu li.rd-navbar--has-dropdown:after,

.rd-navbar-floated.rd-navbar-light.rd-navbar-static .rd-navbar-megamenu li.rd-navbar--has-dropdown:after,

.rd-navbar-top-panel.rd-navbar-light.rd-navbar-static .rd-navbar-megamenu li.rd-navbar--has-dropdown:after,

.rd-navbar-logo-center.rd-navbar-light.rd-navbar-static .rd-navbar-megamenu li.rd-navbar--has-dropdown:after {

    color: #434345;

}

.rd-navbar-default.rd-navbar-light.rd-navbar-static .rd-navbar-dropdown li>a,

.rd-navbar-floated.rd-navbar-light.rd-navbar-static .rd-navbar-dropdown li>a,

.rd-navbar-top-panel.rd-navbar-light.rd-navbar-static .rd-navbar-dropdown li>a,

.rd-navbar-logo-center.rd-navbar-light.rd-navbar-static .rd-navbar-dropdown li>a,

.rd-navbar-default.rd-navbar-light.rd-navbar-static .rd-navbar-megamenu li>a,

.rd-navbar-floated.rd-navbar-light.rd-navbar-static .rd-navbar-megamenu li>a,

.rd-navbar-top-panel.rd-navbar-light.rd-navbar-static .rd-navbar-megamenu li>a,

.rd-navbar-logo-center.rd-navbar-light.rd-navbar-static .rd-navbar-megamenu li>a {

    color: #434345;

}

.rd-navbar-default.rd-navbar-light.rd-navbar-static .rd-navbar-dropdown li .rd-navbar-icon,

.rd-navbar-floated.rd-navbar-light.rd-navbar-static .rd-navbar-dropdown li .rd-navbar-icon,

.rd-navbar-top-panel.rd-navbar-light.rd-navbar-static .rd-navbar-dropdown li .rd-navbar-icon,

.rd-navbar-logo-center.rd-navbar-light.rd-navbar-static .rd-navbar-dropdown li .rd-navbar-icon,

.rd-navbar-default.rd-navbar-light.rd-navbar-static .rd-navbar-megamenu li .rd-navbar-icon,

.rd-navbar-floated.rd-navbar-light.rd-navbar-static .rd-navbar-megamenu li .rd-navbar-icon,

.rd-navbar-top-panel.rd-navbar-light.rd-navbar-static .rd-navbar-megamenu li .rd-navbar-icon,

.rd-navbar-logo-center.rd-navbar-light.rd-navbar-static .rd-navbar-megamenu li .rd-navbar-icon {

    color: #d3dbe8;

}

.rd-navbar-default.rd-navbar-light.rd-navbar-static .rd-navbar-dropdown li:hover>a,

.rd-navbar-floated.rd-navbar-light.rd-navbar-static .rd-navbar-dropdown li:hover>a,

.rd-navbar-top-panel.rd-navbar-light.rd-navbar-static .rd-navbar-dropdown li:hover>a,

.rd-navbar-logo-center.rd-navbar-light.rd-navbar-static .rd-navbar-dropdown li:hover>a,

.rd-navbar-default.rd-navbar-light.rd-navbar-static .rd-navbar-megamenu li:hover>a,

.rd-navbar-floated.rd-navbar-light.rd-navbar-static .rd-navbar-megamenu li:hover>a,

.rd-navbar-top-panel.rd-navbar-light.rd-navbar-static .rd-navbar-megamenu li:hover>a,

.rd-navbar-logo-center.rd-navbar-light.rd-navbar-static .rd-navbar-megamenu li:hover>a {

    color: #fff;

    background: #191919;

}

.rd-navbar-default.rd-navbar-light.rd-navbar-static .rd-navbar-dropdown li:hover:after,

.rd-navbar-floated.rd-navbar-light.rd-navbar-static .rd-navbar-dropdown li:hover:after,

.rd-navbar-top-panel.rd-navbar-light.rd-navbar-static .rd-navbar-dropdown li:hover:after,

.rd-navbar-logo-center.rd-navbar-light.rd-navbar-static .rd-navbar-dropdown li:hover:after,

.rd-navbar-default.rd-navbar-light.rd-navbar-static .rd-navbar-megamenu li:hover:after,

.rd-navbar-floated.rd-navbar-light.rd-navbar-static .rd-navbar-megamenu li:hover:after,

.rd-navbar-top-panel.rd-navbar-light.rd-navbar-static .rd-navbar-megamenu li:hover:after,

.rd-navbar-logo-center.rd-navbar-light.rd-navbar-static .rd-navbar-megamenu li:hover:after {

    color: #fff;

}

.rd-navbar-default.rd-navbar-light.rd-navbar-static .rd-navbar-dropdown .responsive-tabs .resp-tabs-list:before,

.rd-navbar-floated.rd-navbar-light.rd-navbar-static .rd-navbar-dropdown .responsive-tabs .resp-tabs-list:before,

.rd-navbar-top-panel.rd-navbar-light.rd-navbar-static .rd-navbar-dropdown .responsive-tabs .resp-tabs-list:before,

.rd-navbar-logo-center.rd-navbar-light.rd-navbar-static .rd-navbar-dropdown .responsive-tabs .resp-tabs-list:before,

.rd-navbar-default.rd-navbar-light.rd-navbar-static .rd-navbar-megamenu .responsive-tabs .resp-tabs-list:before,

.rd-navbar-floated.rd-navbar-light.rd-navbar-static .rd-navbar-megamenu .responsive-tabs .resp-tabs-list:before,

.rd-navbar-top-panel.rd-navbar-light.rd-navbar-static .rd-navbar-megamenu .responsive-tabs .resp-tabs-list:before,

.rd-navbar-logo-center.rd-navbar-light.rd-navbar-static .rd-navbar-megamenu .responsive-tabs .resp-tabs-list:before {

    border-color: #fe6500;

}

.rd-navbar-default.rd-navbar-light.rd-navbar-static .rd-navbar-dropdown .responsive-tabs .resp-tabs-list li,

.rd-navbar-floated.rd-navbar-light.rd-navbar-static .rd-navbar-dropdown .responsive-tabs .resp-tabs-list li,

.rd-navbar-top-panel.rd-navbar-light.rd-navbar-static .rd-navbar-dropdown .responsive-tabs .resp-tabs-list li,

.rd-navbar-logo-center.rd-navbar-light.rd-navbar-static .rd-navbar-dropdown .responsive-tabs .resp-tabs-list li,

.rd-navbar-default.rd-navbar-light.rd-navbar-static .rd-navbar-megamenu .responsive-tabs .resp-tabs-list li,

.rd-navbar-floated.rd-navbar-light.rd-navbar-static .rd-navbar-megamenu .responsive-tabs .resp-tabs-list li,

.rd-navbar-top-panel.rd-navbar-light.rd-navbar-static .rd-navbar-megamenu .responsive-tabs .resp-tabs-list li,

.rd-navbar-logo-center.rd-navbar-light.rd-navbar-static .rd-navbar-megamenu .responsive-tabs .resp-tabs-list li {

    color: #9b9b9b;

}

.rd-navbar-default.rd-navbar-light.rd-navbar-static .rd-navbar-dropdown .responsive-tabs .resp-tabs-list li.resp-tab-active,

.rd-navbar-floated.rd-navbar-light.rd-navbar-static .rd-navbar-dropdown .responsive-tabs .resp-tabs-list li.resp-tab-active,

.rd-navbar-top-panel.rd-navbar-light.rd-navbar-static .rd-navbar-dropdown .responsive-tabs .resp-tabs-list li.resp-tab-active,

.rd-navbar-logo-center.rd-navbar-light.rd-navbar-static .rd-navbar-dropdown .responsive-tabs .resp-tabs-list li.resp-tab-active,

.rd-navbar-default.rd-navbar-light.rd-navbar-static .rd-navbar-dropdown .responsive-tabs .resp-tabs-list li.resp-tab-active:before,

.rd-navbar-floated.rd-navbar-light.rd-navbar-static .rd-navbar-dropdown .responsive-tabs .resp-tabs-list li.resp-tab-active:before,

.rd-navbar-top-panel.rd-navbar-light.rd-navbar-static .rd-navbar-dropdown .responsive-tabs .resp-tabs-list li.resp-tab-active:before,

.rd-navbar-logo-center.rd-navbar-light.rd-navbar-static .rd-navbar-dropdown .responsive-tabs .resp-tabs-list li.resp-tab-active:before,

.rd-navbar-default.rd-navbar-light.rd-navbar-static .rd-navbar-megamenu .responsive-tabs .resp-tabs-list li.resp-tab-active,

.rd-navbar-floated.rd-navbar-light.rd-navbar-static .rd-navbar-megamenu .responsive-tabs .resp-tabs-list li.resp-tab-active,

.rd-navbar-top-panel.rd-navbar-light.rd-navbar-static .rd-navbar-megamenu .responsive-tabs .resp-tabs-list li.resp-tab-active,

.rd-navbar-logo-center.rd-navbar-light.rd-navbar-static .rd-navbar-megamenu .responsive-tabs .resp-tabs-list li.resp-tab-active,

.rd-navbar-default.rd-navbar-light.rd-navbar-static .rd-navbar-megamenu .responsive-tabs .resp-tabs-list li.resp-tab-active:before,

.rd-navbar-floated.rd-navbar-light.rd-navbar-static .rd-navbar-megamenu .responsive-tabs .resp-tabs-list li.resp-tab-active:before,

.rd-navbar-top-panel.rd-navbar-light.rd-navbar-static .rd-navbar-megamenu .responsive-tabs .resp-tabs-list li.resp-tab-active:before,

.rd-navbar-logo-center.rd-navbar-light.rd-navbar-static .rd-navbar-megamenu .responsive-tabs .resp-tabs-list li.resp-tab-active:before {

    color: #fe6500;

}

.rd-navbar-default.rd-navbar-light.rd-navbar-static .rd-navbar-dropdown .responsive-tabs .resp-tabs-list li.resp-tab-active:hover,

.rd-navbar-floated.rd-navbar-light.rd-navbar-static .rd-navbar-dropdown .responsive-tabs .resp-tabs-list li.resp-tab-active:hover,

.rd-navbar-top-panel.rd-navbar-light.rd-navbar-static .rd-navbar-dropdown .responsive-tabs .resp-tabs-list li.resp-tab-active:hover,

.rd-navbar-logo-center.rd-navbar-light.rd-navbar-static .rd-navbar-dropdown .responsive-tabs .resp-tabs-list li.resp-tab-active:hover,

.rd-navbar-default.rd-navbar-light.rd-navbar-static .rd-navbar-megamenu .responsive-tabs .resp-tabs-list li.resp-tab-active:hover,

.rd-navbar-floated.rd-navbar-light.rd-navbar-static .rd-navbar-megamenu .responsive-tabs .resp-tabs-list li.resp-tab-active:hover,

.rd-navbar-top-panel.rd-navbar-light.rd-navbar-static .rd-navbar-megamenu .responsive-tabs .resp-tabs-list li.resp-tab-active:hover,

.rd-navbar-logo-center.rd-navbar-light.rd-navbar-static .rd-navbar-megamenu .responsive-tabs .resp-tabs-list li.resp-tab-active:hover {

    color: #554e9f;

}

.rd-navbar-default.rd-navbar-light.rd-navbar-static .rd-navbar-dropdown .responsive-tabs .resp-tabs-list li:hover,

.rd-navbar-floated.rd-navbar-light.rd-navbar-static .rd-navbar-dropdown .responsive-tabs .resp-tabs-list li:hover,

.rd-navbar-top-panel.rd-navbar-light.rd-navbar-static .rd-navbar-dropdown .responsive-tabs .resp-tabs-list li:hover,

.rd-navbar-logo-center.rd-navbar-light.rd-navbar-static .rd-navbar-dropdown .responsive-tabs .resp-tabs-list li:hover,

.rd-navbar-default.rd-navbar-light.rd-navbar-static .rd-navbar-megamenu .responsive-tabs .resp-tabs-list li:hover,

.rd-navbar-floated.rd-navbar-light.rd-navbar-static .rd-navbar-megamenu .responsive-tabs .resp-tabs-list li:hover,

.rd-navbar-top-panel.rd-navbar-light.rd-navbar-static .rd-navbar-megamenu .responsive-tabs .resp-tabs-list li:hover,

.rd-navbar-logo-center.rd-navbar-light.rd-navbar-static .rd-navbar-megamenu .responsive-tabs .resp-tabs-list li:hover {

    color: #212121;

}

.rd-navbar-default.rd-navbar-static .rd-navbar-cart span,

.rd-navbar-floated.rd-navbar-static .rd-navbar-cart span {

    display: inline-block;

    position: relative;

    width: 24px;

    height: 24px;

    font-size: 22px;

    line-height: 24px;

    text-align: center;

    cursor: pointer;

    color: #fff;

    background: none;

    border: none;

    outline: none;

    padding: 0;

}

.rd-navbar-default.rd-navbar-static .rd-navbar-cart span,

.rd-navbar-floated.rd-navbar-static .rd-navbar-cart span,

.rd-navbar-default.rd-navbar-static .rd-navbar-cart span:before,

.rd-navbar-floated.rd-navbar-static .rd-navbar-cart span:before,

.rd-navbar-default.rd-navbar-static .rd-navbar-cart span:after,

.rd-navbar-floated.rd-navbar-static .rd-navbar-cart span:after {

    transition: .3s all ease;

}

.rd-navbar-default.rd-navbar-static .rd-navbar-cart span:before,

.rd-navbar-floated.rd-navbar-static .rd-navbar-cart span:before,

.rd-navbar-default.rd-navbar-static .rd-navbar-cart span:after,

.rd-navbar-floated.rd-navbar-static .rd-navbar-cart span:after {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

}

.rd-navbar-default.rd-navbar-static .rd-navbar-cart span:before,

.rd-navbar-floated.rd-navbar-static .rd-navbar-cart span:before {

    content: "ïˆ†";

    transform: rotate(0deg) scale(1);

    opacity: 1;

    visibility: visible;

    font-family: "Material Design Icons";

}

.rd-navbar-default.rd-navbar-static .rd-navbar-cart span:after,

.rd-navbar-floated.rd-navbar-static .rd-navbar-cart span:after {

    content: "ïšš";

    transform: rotate(-90deg) scale(0);

    opacity: 0;

    visibility: hidden;

    font-family: "Material Design Icons";

}

.rd-navbar-default.rd-navbar-static .rd-navbar-cart.active span:before,

.rd-navbar-floated.rd-navbar-static .rd-navbar-cart.active span:before {

    opacity: 0;

    visibility: hidden;

    transform: rotate(90deg) scale(0);

}

.rd-navbar-default.rd-navbar-static .rd-navbar-cart.active span:after,

.rd-navbar-floated.rd-navbar-static .rd-navbar-cart.active span:after {

    transform: rotate(0deg) scale(1);

    opacity: 1;

    visibility: visible;

}

.rd-navbar-default.rd-navbar-static .rd-navbar-cart-dropdown,

.rd-navbar-floated.rd-navbar-static .rd-navbar-cart-dropdown {

    position: absolute;

    top: 100%;

    left: auto;

    right: 0;

    width: 240px;

    padding: 13px 15px 15px;

    text-align: left;

    border-top: 1px solid #554e9f;

    opacity: 0;

    visibility: hidden;

    transition: .3s all ease;

    z-index: 1;

    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);

}

.rd-navbar-default.rd-navbar-static .rd-navbar-cart-dropdown.active,

.rd-navbar-floated.rd-navbar-static .rd-navbar-cart-dropdown.active {

    opacity: 1;

    visibility: visible;

}

.rd-navbar-default.rd-navbar-static .rd-navbar-search,

.rd-navbar-floated.rd-navbar-static .rd-navbar-search,

.rd-navbar-top-panel.rd-navbar-static .rd-navbar-search {

    display: inline-block;

}

.rd-navbar-default.rd-navbar-static .rd-navbar-search.active .rd-navbar-search-form,

.rd-navbar-floated.rd-navbar-static .rd-navbar-search.active .rd-navbar-search-form,

.rd-navbar-top-panel.rd-navbar-static .rd-navbar-search.active .rd-navbar-search-form {

    opacity: 1;

    visibility: visible;

}

.rd-navbar-default.rd-navbar-static .rd-navbar-search-form,

.rd-navbar-floated.rd-navbar-static .rd-navbar-search-form,

.rd-navbar-top-panel.rd-navbar-static .rd-navbar-search-form {

    opacity: 0;

    visibility: hidden;

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    z-index: 2;

    bottom: 0;

    transition: .3s all ease;

}

.rd-navbar-default.rd-navbar-static .rd-navbar-search-form .form-group,

.rd-navbar-floated.rd-navbar-static .rd-navbar-search-form .form-group,

.rd-navbar-top-panel.rd-navbar-static .rd-navbar-search-form .form-group,

.rd-navbar-default.rd-navbar-static .rd-navbar-search-form input,

.rd-navbar-floated.rd-navbar-static .rd-navbar-search-form input,

.rd-navbar-top-panel.rd-navbar-static .rd-navbar-search-form input {

    height: 100%;

}

.rd-navbar-default.rd-navbar-static .rd-navbar-search-form .form-label,

.rd-navbar-floated.rd-navbar-static .rd-navbar-search-form .form-label,

.rd-navbar-top-panel.rd-navbar-static .rd-navbar-search-form .form-label {

    left: 0;

    top: 50%;

    padding-left: 20px;

    font-size: 26px;

    font-weight: 900;

    text-transform: uppercase;

    letter-spacing: 0.06em;

}

.rd-navbar-default.rd-navbar-static .rd-navbar-search-form .form-label.focus,

.rd-navbar-floated.rd-navbar-static .rd-navbar-search-form .form-label.focus,

.rd-navbar-top-panel.rd-navbar-static .rd-navbar-search-form .form-label.focus {

    left: 16px;

    font-size: 18px;

    top: 25px;

}

.rd-navbar-default.rd-navbar-static .rd-navbar-search-form .rd-navbar-search-form-input,

.rd-navbar-floated.rd-navbar-static .rd-navbar-search-form .rd-navbar-search-form-input,

.rd-navbar-top-panel.rd-navbar-static .rd-navbar-search-form .rd-navbar-search-form-input {

    height: 100%;

    font-size: 26px;

    padding: 0px 5% 0px 20px;

    border: none;

    text-transform: uppercase;

    font-weight: 900;

}

.rd-navbar-default.rd-navbar-static .rd-navbar-search-toggle,

.rd-navbar-floated.rd-navbar-static .rd-navbar-search-toggle,

.rd-navbar-top-panel.rd-navbar-static .rd-navbar-search-toggle {

    margin-left: 25px;

    position: relative;

    z-index: 3;

}

.rd-navbar-default.rd-navbar-static .rd-navbar-search-toggle span,

.rd-navbar-floated.rd-navbar-static .rd-navbar-search-toggle span,

.rd-navbar-top-panel.rd-navbar-static .rd-navbar-search-toggle span {

    display: inline-block;

    position: relative;

    width: 24px;

    height: 24px;

    font-size: 24px;

    line-height: 24px;

    text-align: center;

    cursor: pointer;

    color: #fff;

    background: none;

    border: none;

    outline: none;

    padding: 0;

}

.rd-navbar-default.rd-navbar-static .rd-navbar-search-toggle span,

.rd-navbar-floated.rd-navbar-static .rd-navbar-search-toggle span,

.rd-navbar-top-panel.rd-navbar-static .rd-navbar-search-toggle span,

.rd-navbar-default.rd-navbar-static .rd-navbar-search-toggle span:before,

.rd-navbar-floated.rd-navbar-static .rd-navbar-search-toggle span:before,

.rd-navbar-top-panel.rd-navbar-static .rd-navbar-search-toggle span:before,

.rd-navbar-default.rd-navbar-static .rd-navbar-search-toggle span:after,

.rd-navbar-floated.rd-navbar-static .rd-navbar-search-toggle span:after,

.rd-navbar-top-panel.rd-navbar-static .rd-navbar-search-toggle span:after {

    transition: .3s all ease;

}

.rd-navbar-default.rd-navbar-static .rd-navbar-search-toggle span:before,

.rd-navbar-floated.rd-navbar-static .rd-navbar-search-toggle span:before,

.rd-navbar-top-panel.rd-navbar-static .rd-navbar-search-toggle span:before,

.rd-navbar-default.rd-navbar-static .rd-navbar-search-toggle span:after,

.rd-navbar-floated.rd-navbar-static .rd-navbar-search-toggle span:after,

.rd-navbar-top-panel.rd-navbar-static .rd-navbar-search-toggle span:after {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

}

.rd-navbar-default.rd-navbar-static .rd-navbar-search-toggle span:before,

.rd-navbar-floated.rd-navbar-static .rd-navbar-search-toggle span:before,

.rd-navbar-top-panel.rd-navbar-static .rd-navbar-search-toggle span:before {

    content: "ï»";

    transform: rotate(0deg) scale(1);

    opacity: 1;

    visibility: visible;

    font-family: "Material Design Icons";

}

.rd-navbar-default.rd-navbar-static .rd-navbar-search-toggle span:after,

.rd-navbar-floated.rd-navbar-static .rd-navbar-search-toggle span:after,

.rd-navbar-top-panel.rd-navbar-static .rd-navbar-search-toggle span:after {

    content: "ï‰Œ";

    transform: rotate(-90deg) scale(0);

    opacity: 0;

    visibility: hidden;

    font-family: "Material Design Icons";

}

.rd-navbar-default.rd-navbar-static .rd-navbar-search-toggle.active span:before,

.rd-navbar-floated.rd-navbar-static .rd-navbar-search-toggle.active span:before,

.rd-navbar-top-panel.rd-navbar-static .rd-navbar-search-toggle.active span:before {

    opacity: 0;

    visibility: hidden;

    transform: rotate(90deg) scale(0);

}

.rd-navbar-default.rd-navbar-static .rd-navbar-search-toggle.active span:after,

.rd-navbar-floated.rd-navbar-static .rd-navbar-search-toggle.active span:after,

.rd-navbar-top-panel.rd-navbar-static .rd-navbar-search-toggle.active span:after {

    transform: rotate(0deg) scale(1);

    opacity: 1;

    visibility: visible;

}

.rd-navbar-default.rd-navbar-static .rd-navbar-inner.active .rd-navbar-nav-wrap,

.rd-navbar-floated.rd-navbar-static .rd-navbar-inner.active .rd-navbar-nav-wrap,

.rd-navbar-top-panel.rd-navbar-static .rd-navbar-inner.active .rd-navbar-nav-wrap,

.rd-navbar-default.rd-navbar-static .rd-navbar-inner.active .rd-navbar-cart-wrap,

.rd-navbar-floated.rd-navbar-static .rd-navbar-inner.active .rd-navbar-cart-wrap,

.rd-navbar-top-panel.rd-navbar-static .rd-navbar-inner.active .rd-navbar-cart-wrap {

    opacity: 0;

    visibility: hidden;

}

.rd-navbar--is-stuck.rd-navbar-default.rd-navbar-static .rd-navbar-search-form .form-label.focus,

.rd-navbar--is-stuck.rd-navbar-floated.rd-navbar-static .rd-navbar-search-form .form-label.focus,

.rd-navbar--is-stuck.rd-navbar-top-panel.rd-navbar-static .rd-navbar-search-form .form-label.focus {

    top: 9px;

}

.rd-navbar-default.rd-navbar-transparent.rd-navbar-static .rd-navbar-search-form,

.rd-navbar-default.rd-navbar-dark.rd-navbar-static .rd-navbar-search-form,

.rd-navbar-floated.rd-navbar-dark.rd-navbar-static .rd-navbar-search-form,

.rd-navbar-top-panel.rd-navbar-dark.rd-navbar-static .rd-navbar-search-form {

    border-bottom: 1px solid rgba(255, 255, 255, 0.15);

}

.rd-navbar-default.rd-navbar-transparent.rd-navbar-static .rd-navbar-search-form .form-label,

.rd-navbar-default.rd-navbar-dark.rd-navbar-static .rd-navbar-search-form .form-label,

.rd-navbar-floated.rd-navbar-dark.rd-navbar-static .rd-navbar-search-form .form-label,

.rd-navbar-top-panel.rd-navbar-dark.rd-navbar-static .rd-navbar-search-form .form-label {

    color: #fff;

}

.rd-navbar-default.rd-navbar-transparent.rd-navbar-static .rd-navbar-search-form .form-label.focus,

.rd-navbar-default.rd-navbar-dark.rd-navbar-static .rd-navbar-search-form .form-label.focus,

.rd-navbar-floated.rd-navbar-dark.rd-navbar-static .rd-navbar-search-form .form-label.focus,

.rd-navbar-top-panel.rd-navbar-dark.rd-navbar-static .rd-navbar-search-form .form-label.focus {

    color: #9b9b9b;

}

.rd-navbar-default.rd-navbar-transparent.rd-navbar-static .rd-navbar-search-form-input,

.rd-navbar-default.rd-navbar-dark.rd-navbar-static .rd-navbar-search-form-input,

.rd-navbar-floated.rd-navbar-dark.rd-navbar-static .rd-navbar-search-form-input,

.rd-navbar-top-panel.rd-navbar-dark.rd-navbar-static .rd-navbar-search-form-input {

    color: #fff;

}

.rd-navbar-default.rd-navbar-light.rd-navbar-static .rd-navbar-search-form,

.rd-navbar-floated.rd-navbar-light.rd-navbar-static .rd-navbar-search-form,

.rd-navbar-top-panel.rd-navbar-light.rd-navbar-static .rd-navbar-search-form {

    border-bottom: 1px solid rgba(255, 255, 255, 0.15);

}

.rd-navbar-default.rd-navbar-light.rd-navbar-static .rd-navbar-search-form .form-label,

.rd-navbar-floated.rd-navbar-light.rd-navbar-static .rd-navbar-search-form .form-label,

.rd-navbar-top-panel.rd-navbar-light.rd-navbar-static .rd-navbar-search-form .form-label {

    color: #212121;

}

.rd-navbar-default.rd-navbar-light.rd-navbar-static .rd-navbar-search-form .form-label.focus,

.rd-navbar-floated.rd-navbar-light.rd-navbar-static .rd-navbar-search-form .form-label.focus,

.rd-navbar-top-panel.rd-navbar-light.rd-navbar-static .rd-navbar-search-form .form-label.focus {

    color: #9b9b9b;

}

.rd-navbar-default.rd-navbar-light.rd-navbar-static .rd-navbar-search-form-input,

.rd-navbar-floated.rd-navbar-light.rd-navbar-static .rd-navbar-search-form-input,

.rd-navbar-top-panel.rd-navbar-light.rd-navbar-static .rd-navbar-search-form-input {

    color: #212121;

}

.rd-navbar-sidebar-toggle.rd-navbar-fixed .rd-navbar-footer {

    padding: 0 2px;

    margin: 50px 0 50px;

    text-align: center;

}

.rd-navbar-sidebar-toggle.rd-navbar-fixed .rd-navbar-footer .list-inline {

    margin: 15px -2px 0;

}

.rd-navbar-sidebar-toggle.rd-navbar-fixed .rd-navbar-footer .list-inline>li {

    padding-left: 2px;

    padding-right: 2px;

}

.rd-navbar-sidebar-toggle.rd-navbar-fixed .rd-navbar-footer .list-inline+p {

    margin-top: 25px;

}

.rd-navbar-sidebar-toggle.rd-navbar-fixed .rd-navbar-footer dl {

    margin-bottom: 15px;

}

.rd-navbar-sidebar-toggle.rd-navbar-fixed .rd-navbar-footer dt,

.rd-navbar-sidebar-toggle.rd-navbar-fixed .rd-navbar-footer dd {

    display: inline-block;

}

.rd-navbar-sidebar-toggle.rd-navbar-fixed .rd-navbar-footer dt span,

.rd-navbar-sidebar-toggle.rd-navbar-fixed .rd-navbar-footer dd span {

    font-size: 24px;

    vertical-align: middle;

}

.rd-navbar-sidebar-toggle.rd-navbar-fixed .rd-navbar-footer dt {

    margin-right: 10px;

}

.rd-navbar-sidebar-toggle.rd-navbar-fixed .rd-navbar-address {

    text-align: left;

    display: inline-block;

}

.rd-navbar-sidebar-toggle.rd-navbar-dark.rd-navbar-fixed .rd-navbar-footer dl a:hover {

    color: #55bbeb;

}

.rd-navbar-sidebar-toggle.rd-navbar-dark.rd-navbar-fixed .rd-navbar-footer dt span,

.rd-navbar-sidebar-toggle.rd-navbar-dark.rd-navbar-fixed .rd-navbar-footer dd span {

    color: #55bbeb;

}

.rd-navbar-sidebar-toggle.rd-navbar-light.rd-navbar-fixed .rd-navbar-footer p {

    color: #d3dbe8;

}

.rd-navbar-sidebar-toggle.rd-navbar-light.rd-navbar-fixed .rd-navbar-footer dl a {

    color: #212121;

}

.rd-navbar-sidebar-toggle.rd-navbar-light.rd-navbar-fixed .rd-navbar-footer dl a:hover {

    color: #55bbeb;

}

.rd-navbar-sidebar-toggle.rd-navbar-light.rd-navbar-fixed .rd-navbar-footer dt span,

.rd-navbar-sidebar-toggle.rd-navbar-light.rd-navbar-fixed .rd-navbar-footer dd span {

    color: #55bbeb;

}

.rd-navbar-sidebar-fixed .rd-navbar-panel {

    position: fixed;

    top: 0;

    right: 0;

    left: 0;

    z-index: 16;

    display: flex;

    flex-direction: row;

    justify-content: space-between;

    align-items: center;

    padding: 4px;

    -webkit-backface-visibility: hidden;

    backface-visibility: hidden;

}

.rd-navbar-sidebar-fixed .rd-navbar-search-toggle span {

    display: inline-block;

    position: relative;

    width: 48px;

    height: 48px;

    font-size: 28px;

    line-height: 48px;

    text-align: center;

    cursor: pointer;

    color: #434345;

    background: none;

    border: none;

    outline: none;

    padding: 0;

}

.rd-navbar-sidebar-fixed .rd-navbar-search-toggle span,

.rd-navbar-sidebar-fixed .rd-navbar-search-toggle span:before,

.rd-navbar-sidebar-fixed .rd-navbar-search-toggle span:after {

    transition: .3s all ease;

}

.rd-navbar-sidebar-fixed .rd-navbar-search-toggle span:before,

.rd-navbar-sidebar-fixed .rd-navbar-search-toggle span:after {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

}

.rd-navbar-sidebar-fixed .rd-navbar-search-toggle span:before {

    content: "ï»";

    transform: rotate(0deg) scale(1);

    opacity: 1;

    visibility: visible;

    font-family: "Material Design Icons";

}

.rd-navbar-sidebar-fixed .rd-navbar-search-toggle span:after {

    content: "ï‰";

    transform: rotate(-90deg) scale(0);

    opacity: 0;

    visibility: hidden;

    font-family: "Material Design Icons";

}

.rd-navbar-sidebar-fixed .rd-navbar-search-toggle.active span:before {

    opacity: 0;

    visibility: hidden;

    transform: rotate(90deg) scale(0);

}

.rd-navbar-sidebar-fixed .rd-navbar-search-toggle.active span:after {

    transform: rotate(0deg) scale(1);

    opacity: 1;

    visibility: visible;

}

.rd-navbar-sidebar-fixed .rd-navbar-toggle {

    position: fixed;

    z-index: 17;

    left: 0;

    top: 0;

}

@media (min-width: 1200px) {

    .rd-navbar-sidebar-fixed .rd-navbar-panel {

        flex-direction: column;

        width: 64px;

        height: 100vh;

        padding: 0;

    }

    

    .rd-navbar-sidebar-fixed .rd-navbar-toggle {

        position: static;

        padding: 0;

        margin-top: 8px;

        background: none;

        border: none;

        outline: none;

    }

    

    .rd-navbar-sidebar-fixed .rd-navbar-search {

        padding-bottom: 8px;

    }

    

    .rd-navbar-sidebar-fixed .rd-navbar-brand {

        transform: rotate(-90deg);

    }

}

.rd-navbar-sidebar-fixed.rd-navbar-dark .rd-navbar-panel {

    background: #191919;

}

.rd-navbar-sidebar-fixed.rd-navbar-dark .rd-navbar-toggle {

    display: inline-block;

    position: relative;

    width: 48px;

    height: 48px;

    font-size: 24px;

    line-height: 48px;

    text-align: center;

    cursor: pointer;

    color: #fff;

    background: none;

    border: none;

    outline: none;

    padding: 0;

}

.rd-navbar-sidebar-fixed.rd-navbar-dark .rd-navbar-toggle span {

    position: relative;

    display: block;

    margin: auto;

    transition: .3s all ease;

    transform: rotate(180deg);

}

.rd-navbar-sidebar-fixed.rd-navbar-dark .rd-navbar-toggle span:before,

.rd-navbar-sidebar-fixed.rd-navbar-dark .rd-navbar-toggle span:after {

    transform-origin: 1.71429px center;

    transform-origin: 1.71429px center;

    content: "";

    position: absolute;

    left: 0;

    top: -8px;

    transition: .3s all ease;

}

.rd-navbar-sidebar-fixed.rd-navbar-dark .rd-navbar-toggle span:after {

    top: 8px;

}

.rd-navbar-sidebar-fixed.rd-navbar-dark .rd-navbar-toggle span:after,

.rd-navbar-sidebar-fixed.rd-navbar-dark .rd-navbar-toggle span:before,

.rd-navbar-sidebar-fixed.rd-navbar-dark .rd-navbar-toggle span {

    width: 24px;

    height: 4px;

    background-color: #fff;

    backface-visibility: hidden;

    border-radius: 0;

}

.rd-navbar-sidebar-fixed.rd-navbar-dark .rd-navbar-toggle.active span {

    transform: rotate(360deg);

}

.rd-navbar-sidebar-fixed.rd-navbar-dark .rd-navbar-toggle.active span:before,

.rd-navbar-sidebar-fixed.rd-navbar-dark .rd-navbar-toggle.active span:after {

    top: 0;

    width: 15px;

}

.rd-navbar-sidebar-fixed.rd-navbar-dark .rd-navbar-toggle.active span:before {

    -webkit-transform: rotate3d(0, 0, 1, -40deg);

    transform: rotate3d(0, 0, 1, -40deg);

}

.rd-navbar-sidebar-fixed.rd-navbar-dark .rd-navbar-toggle.active span:after {

    -webkit-transform: rotate3d(0, 0, 1, 40deg);

    transform: rotate3d(0, 0, 1, 40deg);

}

.rd-navbar-sidebar-fixed.rd-navbar-light .rd-navbar-panel {

    background: #fff;

    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.15);

}

.rd-navbar-sidebar-fixed.rd-navbar-light .rd-navbar-toggle {

    display: inline-block;

    position: relative;

    width: 48px;

    height: 48px;

    font-size: 24px;

    line-height: 48px;

    text-align: center;

    cursor: pointer;

    color: #434345;

    background: none;

    border: none;

    outline: none;

    padding: 0;

}

.rd-navbar-sidebar-fixed.rd-navbar-light .rd-navbar-toggle span {

    position: relative;

    display: block;

    margin: auto;

    transition: .3s all ease;

    transform: rotate(180deg);

}

.rd-navbar-sidebar-fixed.rd-navbar-light .rd-navbar-toggle span:before,

.rd-navbar-sidebar-fixed.rd-navbar-light .rd-navbar-toggle span:after {

    transform-origin: 1.71429px center;

    transform-origin: 1.71429px center;

    content: "";

    position: absolute;

    left: 0;

    top: -8px;

    transition: .3s all ease;

}

.rd-navbar-sidebar-fixed.rd-navbar-light .rd-navbar-toggle span:after {

    top: 8px;

}

.rd-navbar-sidebar-fixed.rd-navbar-light .rd-navbar-toggle span:after,

.rd-navbar-sidebar-fixed.rd-navbar-light .rd-navbar-toggle span:before,

.rd-navbar-sidebar-fixed.rd-navbar-light .rd-navbar-toggle span {

    width: 24px;

    height: 4px;

    background-color: #434345;

    backface-visibility: hidden;

    border-radius: 0;

}

.rd-navbar-sidebar-fixed.rd-navbar-light .rd-navbar-toggle.active span {

    transform: rotate(360deg);

}

.rd-navbar-sidebar-fixed.rd-navbar-light .rd-navbar-toggle.active span:before,

.rd-navbar-sidebar-fixed.rd-navbar-light .rd-navbar-toggle.active span:after {

    top: 0;

    width: 15px;

}

.rd-navbar-sidebar-fixed.rd-navbar-light .rd-navbar-toggle.active span:before {

    -webkit-transform: rotate3d(0, 0, 1, -40deg);

    transform: rotate3d(0, 0, 1, -40deg);

}

.rd-navbar-sidebar-fixed.rd-navbar-light .rd-navbar-toggle.active span:after {

    -webkit-transform: rotate3d(0, 0, 1, 40deg);

    transform: rotate3d(0, 0, 1, 40deg);

}

.rd-navbar-sidebar-fixed .rd-navbar-nav-wrap {

    position: fixed;

    top: 0;

    left: 0;

    width: 280px;

    bottom: 0;

    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);

    z-index: 15;

    transform: translateX(-105%);

    padding: 56px 10px 0;

}

.rd-navbar-sidebar-fixed .rd-navbar-nav-wrap.active {

    transform: translateX(0);

}

.rd-navbar-sidebar-fixed .rd-navbar-nav-wrap.active {

    transform: translateX(0);

}

.rd-navbar-sidebar-fixed .rd-navbar-nav {

    text-align: left;

}

@media (min-width: 1200px) {

    .rd-navbar-sidebar-fixed .rd-navbar-nav-wrap {

        position: fixed;

        left: 0;

        top: 0;

        display: flex;

        flex-direction: column;

        justify-content: center;

        align-items: center;

        width: 100%;

        height: 100vh;

        padding: 0;

        opacity: 0;

        visibility: hidden;

        transition: 1.3s all ease;

        transform: translateX(0);

    }

}

@media screen and (min-width: 1200px) and (prefers-reduced-motion: reduce) {

    .rd-navbar-sidebar-fixed .rd-navbar-nav-wrap {

        transition: none;

    }

}

@media (min-width: 1200px) {

    .rd-navbar-sidebar-fixed .rd-navbar-nav-wrap.active {

        opacity: 1;

        visibility: visible;

        transition: 0.35s all ease;

    }

}

@media screen and (min-width: 1200px) and (prefers-reduced-motion: reduce) {

    .rd-navbar-sidebar-fixed .rd-navbar-nav-wrap.active {

        transition: none;

    }

}

@media (min-width: 1200px) {

    .rd-navbar-sidebar-fixed .rd-navbar-title {

        opacity: 0;

        transform: translateY(30px) scale(0.8);

        transition: 0.35s all ease;

    }

}

@media screen and (min-width: 1200px) and (prefers-reduced-motion: reduce) {

    .rd-navbar-sidebar-fixed .rd-navbar-title {

        transition: none;

    }

}

@media (min-width: 1200px) {

    .rd-navbar-sidebar-fixed .rd-navbar-nav {

        text-align: center;

    }

    

    .rd-navbar-sidebar-fixed .rd-navbar-nav li {

        transform: translateY(25px);

        opacity: 0;

    }

    

    .rd-navbar-sidebar-fixed .rd-navbar-nav li a {

        padding: 0;

        font-size: 28px;

        line-height: 28px;

        font-weight: 400;

        text-transform: capitalize;

    }

    

    .rd-navbar-sidebar-fixed .rd-navbar-nav li+li {

        margin-top: 20px;

    }

    

    .rd-navbar-sidebar-fixed .rd-navbar-nav-wrap.active .rd-navbar-title {

        transition-delay: 0.1s;

        transform: translateY(0) scale(1);

        opacity: 1;

    }

    

    .rd-navbar-sidebar-fixed .rd-navbar-nav-wrap.active .rd-navbar-nav li:nth-child(1) {

        transition-delay: 0.34286s;

    }

    

    .rd-navbar-sidebar-fixed .rd-navbar-nav-wrap.active .rd-navbar-nav li:nth-child(2) {

        transition-delay: 0.48571s;

    }

    

    .rd-navbar-sidebar-fixed .rd-navbar-nav-wrap.active .rd-navbar-nav li:nth-child(3) {

        transition-delay: 0.62857s;

    }

    

    .rd-navbar-sidebar-fixed .rd-navbar-nav-wrap.active .rd-navbar-nav li:nth-child(4) {

        transition-delay: 0.77143s;

    }

    

    .rd-navbar-sidebar-fixed .rd-navbar-nav-wrap.active .rd-navbar-nav li:nth-child(5) {

        transition-delay: 0.91429s;

    }

    

    .rd-navbar-sidebar-fixed .rd-navbar-nav-wrap.active .rd-navbar-nav li:nth-child(6) {

        transition-delay: 1.05714s;

    }

    

    .rd-navbar-sidebar-fixed .rd-navbar-nav-wrap.active .rd-navbar-nav li:nth-child(7) {

        transition-delay: 1.2s;

    }

    

    .rd-navbar-sidebar-fixed .rd-navbar-nav-wrap.active .rd-navbar-nav li:nth-child(8) {

        transition-delay: 1.34286s;

    }

    

    .rd-navbar-sidebar-fixed .rd-navbar-nav-wrap.active .rd-navbar-nav li:nth-child(9) {

        transition-delay: 1.48571s;

    }

    

    .rd-navbar-sidebar-fixed .rd-navbar-nav-wrap.active .rd-navbar-nav li:nth-child(10) {

        transition-delay: 1.62857s;

    }

    

    .rd-navbar-sidebar-fixed .rd-navbar-nav-wrap.active .rd-navbar-nav li:nth-child(11) {

        transition-delay: 1.77143s;

    }

    

    .rd-navbar-sidebar-fixed .rd-navbar-nav-wrap.active .rd-navbar-nav li:nth-child(12) {

        transition-delay: 1.91429s;

    }

    

    .rd-navbar-sidebar-fixed .rd-navbar-nav-wrap.active .rd-navbar-nav li:nth-child(13) {

        transition-delay: 2.05714s;

    }

    

    .rd-navbar-sidebar-fixed .rd-navbar-nav-wrap.active .rd-navbar-nav li:nth-child(14) {

        transition-delay: 2.2s;

    }

    

    .rd-navbar-sidebar-fixed .rd-navbar-nav-wrap.active .rd-navbar-nav li:nth-child(15) {

        transition-delay: 2.34286s;

    }

    

    .rd-navbar-sidebar-fixed .rd-navbar-nav-wrap.active .rd-navbar-nav li:nth-child(16) {

        transition-delay: 2.48571s;

    }

    

    .rd-navbar-sidebar-fixed .rd-navbar-nav-wrap.active .rd-navbar-nav li:nth-child(17) {

        transition-delay: 2.62857s;

    }

    

    .rd-navbar-sidebar-fixed .rd-navbar-nav-wrap.active .rd-navbar-nav li:nth-child(18) {

        transition-delay: 2.77143s;

    }

    

    .rd-navbar-sidebar-fixed .rd-navbar-nav-wrap.active .rd-navbar-nav li:nth-child(19) {

        transition-delay: 2.91429s;

    }

    

    .rd-navbar-sidebar-fixed .rd-navbar-nav-wrap.active .rd-navbar-nav li {

        transform: translateY(0);

        opacity: 1;

    }

}

.rd-navbar-sidebar-fixed.rd-navbar-dark .rd-navbar-nav-wrap {

    color: #fff;

    background: #191919;

}

.rd-navbar-sidebar-fixed.rd-navbar-dark .rd-navbar-nav li.active a,

.rd-navbar-sidebar-fixed.rd-navbar-dark .rd-navbar-nav li:hover a {

    background: transparent;

    color: #55bbeb;

}

@media (min-width: 1200px) {

    .rd-navbar-sidebar-fixed.rd-navbar-dark .rd-navbar-nav-wrap {

        background: rgba(25, 25, 25, 0.9);

    }

}

.rd-navbar-sidebar-fixed.rd-navbar-light .rd-navbar-nav-wrap {

    color: #191919;

    background: #fff;

}

.rd-navbar-sidebar-fixed.rd-navbar-light .rd-navbar-nav li.active a,

.rd-navbar-sidebar-fixed.rd-navbar-light .rd-navbar-nav li:hover a {

    background: transparent;

    color: #55bbeb;

}

@media (min-width: 1200px) {

    .rd-navbar-sidebar-fixed.rd-navbar-light .rd-navbar-nav-wrap {

        background: rgba(255, 255, 255, 0.95);

    }

}

.rd-navbar-sidebar-fixed .rd-navbar-sidebar-fixed-search {

    z-index: 10;

}

.rd-navbar-sidebar-fixed .rd-navbar-sidebar-fixed-search.active .form-search {

    opacity: 1;

    visibility: visible;

}

.rd-navbar-sidebar-fixed .rd-navbar-sidebar-fixed-search .form-search {

    position: fixed;

    top: 3px;

    left: 56px;

    right: 56px;

    z-index: 9999999;

    opacity: 0;

    visibility: hidden;

}

.rd-navbar-sidebar-fixed .rd-navbar-sidebar-fixed-search .form-search .form-search-submit {

    display: none;

}

.rd-navbar-sidebar-fixed .rd-navbar-sidebar-fixed-search .form-search .form-search-input {

    padding-right: 15px;

}

.rd-navbar-sidebar-fixed .rd-navbar-sidebar-fixed-search .input-group {

    width: 100%;

}

@media (max-width: 1199.98px) {

    .rd-navbar-sidebar-fixed .rd-navbar-sidebar-fixed-search .input-group-addon {

        display: none;

    }

}

.rd-navbar-sidebar-fixed .rd-search-results-live {

    display: none;

}

@media (min-width: 1200px) {

    .rd-navbar-sidebar-fixed .rd-navbar-sidebar-fixed-search {

        position: fixed;

        left: 32px;

        top: 0;

        display: flex;

        flex-direction: column;

        align-items: center;

        padding: 0;

        width: 100%;

        height: 100vh;

        opacity: 0;

        visibility: hidden;

        transition: 1.2s all ease;

    }

}

@media screen and (min-width: 1200px) and (prefers-reduced-motion: reduce) {

    .rd-navbar-sidebar-fixed .rd-navbar-sidebar-fixed-search {

        transition: none;

    }

}

@media (min-width: 1200px) {

    .rd-navbar-sidebar-fixed .rd-navbar-sidebar-fixed-search .container {

        width: 90%;

        position: relative;

        top: 10%;

    }

}

@media (min-width: 1200px) and (min-height: 650px) {

    .rd-navbar-sidebar-fixed .rd-navbar-sidebar-fixed-search .container {

        top: 15%;

    }

}

@media (min-width: 1200px) and (min-height: 750px) {

    .rd-navbar-sidebar-fixed .rd-navbar-sidebar-fixed-search .container {

        top: 20%;

    }

}

@media (min-width: 1200px) {

    .rd-navbar-sidebar-fixed .rd-navbar-sidebar-fixed-search.active {

        transition: 0.35s all ease;

        opacity: 1;

        visibility: visible;

    }

}

@media screen and (min-width: 1200px) and (prefers-reduced-motion: reduce) {

    .rd-navbar-sidebar-fixed .rd-navbar-sidebar-fixed-search.active {

        transition: none;

    }

}

@media (min-width: 1200px) {

    .rd-navbar-sidebar-fixed .rd-navbar-sidebar-fixed-search .form-search {

        position: static;

        width: 100%;

        background: transparent;

        border-bottom: 1px solid transparent;

        font-size: 56px;

        font-weight: 700;

    }

    

    .rd-navbar-sidebar-fixed .rd-navbar-sidebar-fixed-search .form-search .form-search-input {

        border: none;

        font-size: 56px;

        height: 90px;

        padding-left: 0;

        box-shadow: none;

        background: transparent;

    }

    

    .rd-navbar-sidebar-fixed .rd-navbar-sidebar-fixed-search .form-search .form-label {

        left: 0;

        top: 50%;

        font-size: 56px;

        font-weight: 700;

        text-transform: uppercase;

        letter-spacing: 0.06em;

    }

    

    .rd-navbar-sidebar-fixed .rd-navbar-sidebar-fixed-search .form-search .form-label.focus {

        left: 0;

        font-size: 18px;

        top: 0;

    }

    

    .rd-navbar-sidebar-fixed .rd-navbar-sidebar-fixed-search .input-group-addon {

        padding: 9px 0;

        border-color: transparent;

        background-color: transparent;

        opacity: 0;

        transition: .1s all ease;

    }

    

    .rd-navbar-sidebar-fixed .rd-navbar-sidebar-fixed-search .input-group-addon.loading {

        opacity: 1;

    }

    

    .rd-navbar-sidebar-fixed .rd-search-results-live {

        display: block;

        width: 100%;

    }

    

    .rd-navbar-sidebar-fixed .rd-search-results-live #search-results {

        position: absolute;

        top: 100%;

        left: 0;

        right: 0;

    }

    

    .rd-navbar-sidebar-fixed .rd-search-results-live #search-results.active .search_list li {

        top: 0;

        opacity: 1;

    }

    

    .rd-navbar-sidebar-fixed .rd-search-results-live #search-results.active .search-quick-result {

        top: 0;

        opacity: 1;

    }

    

    .rd-navbar-sidebar-fixed .rd-search-results-live .search_error {

        margin-top: 30px;

    }

    

    .rd-navbar-sidebar-fixed .rd-search-results-live .search-quick-result {

        font-size: 17px;

        text-transform: uppercase;

        letter-spacing: 0.12em;

        position: relative;

        top: 30px;

        opacity: 0;

        transition: all .2s ease;

    }

    

    .rd-navbar-sidebar-fixed .rd-search-results-live .search_list {

        padding-left: 0;

        display: flex;

        justify-content: space-between;

        -webkit-flex-flow: row wrap;

        flex-flow: row wrap;

    }

    

    .rd-navbar-sidebar-fixed .rd-search-results-live .search_list li {

        list-style-type: none;

        padding-left: 0;

        margin: 0;

        width: 50%;

        padding-right: 15px;

        position: relative;

        top: 30px;

        opacity: 0;

        transition: all .25s ease;

    }

    

    .rd-navbar-sidebar-fixed .rd-search-results-live .search_list li:nth-child(1) {

        transition-delay: .1s;

    }

    

    .rd-navbar-sidebar-fixed .rd-search-results-live .search_list li:nth-child(2) {

        transition-delay: .25s;

    }

    

    .rd-navbar-sidebar-fixed .rd-search-results-live .search_list li:nth-child(3) {

        transition-delay: .4s;

    }

    

    .rd-navbar-sidebar-fixed .rd-search-results-live .search_list li:nth-child(4) {

        transition-delay: .55s;

    }

    

    .rd-navbar-sidebar-fixed .rd-search-results-live .search_list li:nth-child(5) {

        transition-delay: .7s;

    }

    

    .rd-navbar-sidebar-fixed .rd-search-results-live .search_list li:nth-child(2n) {

        padding-left: 15px;

        padding-right: 0;

    }

    

    .rd-navbar-sidebar-fixed .rd-search-results-live .search_list li.search_all {

        width: 100%;

        text-align: right;

        margin-top: 66px;

    }

    

    .rd-navbar-sidebar-fixed .rd-search-results-live .search_submit {

        font-size: 14px;

        text-transform: uppercase;

        padding: 15px;

        border-radius: 3px;

    }

    

    .rd-navbar-sidebar-fixed .search-fullscreen-results-item {

        margin-top: 50px;

    }

    

    .rd-navbar-sidebar-fixed .search-fullscreen-results-item-title {

        margin-bottom: 0;

    }

    

    .rd-navbar-sidebar-fixed .search-fullscreen-results-item-tags {

        text-transform: uppercase;

        letter-spacing: 0.12em;

        font-size: 14px;

        margin-top: 10px;

    }

    

    .rd-navbar-sidebar-fixed .search-fullscreen-results-item-date {

        margin-top: 5px;

    }

}

.rd-navbar-sidebar-fixed.rd-navbar-dark .rd-navbar-sidebar-fixed-search {

    color: #fff;

    background: rgba(25, 25, 25, 0.9);

}

.rd-navbar-sidebar-fixed.rd-navbar-dark .rd-navbar-sidebar-fixed-search .form-search {

    background: #191919;

}

.rd-navbar-sidebar-fixed.rd-navbar-dark .rd-navbar-sidebar-fixed-search .form-label {

    color: #fff;

}

.rd-navbar-sidebar-fixed.rd-navbar-dark .rd-navbar-sidebar-fixed-search .form-search-input {

    color: #fff;

    background: #191919;

    border: none;

}

.rd-navbar-sidebar-fixed.rd-navbar-dark .rd-navbar-sidebar-fixed-search .form-search-input,

.rd-navbar-sidebar-fixed.rd-navbar-dark .rd-navbar-sidebar-fixed-search .form-search-input:focus {

    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.15);

}

@media (min-width: 1200px) {

    .rd-navbar-sidebar-fixed.rd-navbar-dark .rd-navbar-sidebar-fixed-search .form-search {

        background: transparent;

        border-bottom-color: #434345;

    }

    

    .rd-navbar-sidebar-fixed.rd-navbar-dark .rd-navbar-sidebar-fixed-search .form-search .input-group-addon .icon {

        color: #212121;

    }

    

    .rd-navbar-sidebar-fixed.rd-navbar-dark .rd-navbar-sidebar-fixed-search .form-search-input {

        background-color: transparent;

    }

    

    .rd-navbar-sidebar-fixed.rd-navbar-dark .rd-navbar-sidebar-fixed-search .form-search-input,

    .rd-navbar-sidebar-fixed.rd-navbar-dark .rd-navbar-sidebar-fixed-search .form-search-input:focus {

        box-shadow: none;

    }

    

    .rd-navbar-sidebar-fixed.rd-navbar-dark .rd-navbar-sidebar-fixed-search .rd-search-results-live .search-quick-result {

        color: #55bbeb;

    }

    

    .rd-navbar-sidebar-fixed.rd-navbar-dark .rd-navbar-sidebar-fixed-search .rd-search-results-live .search_submit {

        color: #fff;

        background-color: #55bbeb;

        border-color: #55bbeb;

    }

    

    .rd-navbar-sidebar-fixed.rd-navbar-dark .rd-navbar-sidebar-fixed-search .rd-search-results-live .search_submit:focus,

    .rd-navbar-sidebar-fixed.rd-navbar-dark .rd-navbar-sidebar-fixed-search .rd-search-results-live .search_submit.focus,

    .rd-navbar-sidebar-fixed.rd-navbar-dark .rd-navbar-sidebar-fixed-search .rd-search-results-live .search_submit:hover,

    .rd-navbar-sidebar-fixed.rd-navbar-dark .rd-navbar-sidebar-fixed-search .rd-search-results-live .search_submit:active,

    .rd-navbar-sidebar-fixed.rd-navbar-dark .rd-navbar-sidebar-fixed-search .rd-search-results-live .search_submit.active,

    .open>.rd-navbar-sidebar-fixed.rd-navbar-dark .rd-navbar-sidebar-fixed-search .rd-search-results-live .search_submit.dropdown-toggle {

        color: #fff;

        background-color: #554e9f;

        border-color: #554e9f;

    }

    

    .rd-navbar-sidebar-fixed.rd-navbar-dark .rd-navbar-sidebar-fixed-search .rd-search-results-live .search_submit:active,

    .rd-navbar-sidebar-fixed.rd-navbar-dark .rd-navbar-sidebar-fixed-search .rd-search-results-live .search_submit.active,

    .open>.rd-navbar-sidebar-fixed.rd-navbar-dark .rd-navbar-sidebar-fixed-search .rd-search-results-live .search_submit.dropdown-toggle {

        box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);

    }

    

    .rd-navbar-sidebar-fixed.rd-navbar-dark .rd-navbar-sidebar-fixed-search .rd-search-results-live .search_submit:active:hover,

    .rd-navbar-sidebar-fixed.rd-navbar-dark .rd-navbar-sidebar-fixed-search .rd-search-results-live .search_submit:active:focus,

    .rd-navbar-sidebar-fixed.rd-navbar-dark .rd-navbar-sidebar-fixed-search .rd-search-results-live .search_submit:active.focus,

    .rd-navbar-sidebar-fixed.rd-navbar-dark .rd-navbar-sidebar-fixed-search .rd-search-results-live .search_submit.active:hover,

    .rd-navbar-sidebar-fixed.rd-navbar-dark .rd-navbar-sidebar-fixed-search .rd-search-results-live .search_submit.active:focus,

    .rd-navbar-sidebar-fixed.rd-navbar-dark .rd-navbar-sidebar-fixed-search .rd-search-results-live .search_submit.active.focus,

    .open>.rd-navbar-sidebar-fixed.rd-navbar-dark .rd-navbar-sidebar-fixed-search .rd-search-results-live .search_submit.dropdown-toggle:hover,

    .open>.rd-navbar-sidebar-fixed.rd-navbar-dark .rd-navbar-sidebar-fixed-search .rd-search-results-live .search_submit.dropdown-toggle:focus,

    .open>.rd-navbar-sidebar-fixed.rd-navbar-dark .rd-navbar-sidebar-fixed-search .rd-search-results-live .search_submit.dropdown-toggle.focus {

        color: #fff;

        background-color: #554e9f;

        border-color: #554e9f;

    }

    

    .rd-navbar-sidebar-fixed.rd-navbar-dark .rd-navbar-sidebar-fixed-search .rd-search-results-live .search_submit.disabled,

    .rd-navbar-sidebar-fixed.rd-navbar-dark .rd-navbar-sidebar-fixed-search .rd-search-results-live .search_submit[disabled],

    fieldset[disabled] .rd-navbar-sidebar-fixed.rd-navbar-dark .rd-navbar-sidebar-fixed-search .rd-search-results-live .search_submit {

        pointer-events: none;

        opacity: .5;

    }

    

    .rd-navbar-sidebar-fixed.rd-navbar-dark .rd-navbar-sidebar-fixed-search .rd-search-results-live .search_submit .badge {

        color: #55bbeb;

        background-color: #fff;

    }

    

    .rd-navbar-sidebar-fixed.rd-navbar-dark .rd-navbar-sidebar-fixed-search .rd-search-results-live .search-fullscreen-results-item-title {

        color: #fff;

    }

    

    .rd-navbar-sidebar-fixed.rd-navbar-dark .rd-navbar-sidebar-fixed-search .rd-search-results-live .search-fullscreen-results-item-tags {

        color: #9b9b9b;

    }

    

    .rd-navbar-sidebar-fixed.rd-navbar-dark .rd-navbar-sidebar-fixed-search .rd-search-results-live .search-fullscreen-results-item-date {

        color: #9b9b9b;

    }

}

.rd-navbar-sidebar-fixed.rd-navbar-light .rd-navbar-sidebar-fixed-search {

    color: #191919;

    background: rgba(255, 255, 255, 0.95);

}

.rd-navbar-sidebar-fixed.rd-navbar-light .rd-navbar-sidebar-fixed-search .form-search {

    background: #434345;

}

.rd-navbar-sidebar-fixed.rd-navbar-light .rd-navbar-sidebar-fixed-search .form-search-input {

    background: #f7f7f7;

    border: none;

}

.rd-navbar-sidebar-fixed.rd-navbar-light .rd-navbar-sidebar-fixed-search .form-search-input,

.rd-navbar-sidebar-fixed.rd-navbar-light .rd-navbar-sidebar-fixed-search .form-search-input:focus {

    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.15);

}

@media (min-width: 1200px) {

    .rd-navbar-sidebar-fixed.rd-navbar-light .rd-navbar-sidebar-fixed-search .form-search {

        background: transparent;

        border-bottom-color: #434345;

    }

    

    .rd-navbar-sidebar-fixed.rd-navbar-light .rd-navbar-sidebar-fixed-search .form-search .input-group-addon .icon {

        color: #d3dbe8;

    }

    

    .rd-navbar-sidebar-fixed.rd-navbar-light .rd-navbar-sidebar-fixed-search .form-search-input {

        background-color: transparent;

    }

    

    .rd-navbar-sidebar-fixed.rd-navbar-light .rd-navbar-sidebar-fixed-search .form-search-input,

    .rd-navbar-sidebar-fixed.rd-navbar-light .rd-navbar-sidebar-fixed-search .form-search-input:focus {

        box-shadow: none;

    }

    

    .rd-navbar-sidebar-fixed.rd-navbar-light .rd-navbar-sidebar-fixed-search .rd-search-results-live .search-quick-result {

        color: #55bbeb;

    }

    

    .rd-navbar-sidebar-fixed.rd-navbar-light .rd-navbar-sidebar-fixed-search .rd-search-results-live .search_submit {

        color: #fff;

        background-color: #554e9f;

        border-color: #554e9f;

    }

    

    .rd-navbar-sidebar-fixed.rd-navbar-light .rd-navbar-sidebar-fixed-search .rd-search-results-live .search_submit:focus,

    .rd-navbar-sidebar-fixed.rd-navbar-light .rd-navbar-sidebar-fixed-search .rd-search-results-live .search_submit.focus,

    .rd-navbar-sidebar-fixed.rd-navbar-light .rd-navbar-sidebar-fixed-search .rd-search-results-live .search_submit:hover,

    .rd-navbar-sidebar-fixed.rd-navbar-light .rd-navbar-sidebar-fixed-search .rd-search-results-live .search_submit:active,

    .rd-navbar-sidebar-fixed.rd-navbar-light .rd-navbar-sidebar-fixed-search .rd-search-results-live .search_submit.active,

    .open>.rd-navbar-sidebar-fixed.rd-navbar-light .rd-navbar-sidebar-fixed-search .rd-search-results-live .search_submit.dropdown-toggle {

        color: #fff;

        background-color: #55bbeb;

        border-color: #55bbeb;

    }

    

    .rd-navbar-sidebar-fixed.rd-navbar-light .rd-navbar-sidebar-fixed-search .rd-search-results-live .search_submit:active,

    .rd-navbar-sidebar-fixed.rd-navbar-light .rd-navbar-sidebar-fixed-search .rd-search-results-live .search_submit.active,

    .open>.rd-navbar-sidebar-fixed.rd-navbar-light .rd-navbar-sidebar-fixed-search .rd-search-results-live .search_submit.dropdown-toggle {

        box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);

    }

    

    .rd-navbar-sidebar-fixed.rd-navbar-light .rd-navbar-sidebar-fixed-search .rd-search-results-live .search_submit:active:hover,

    .rd-navbar-sidebar-fixed.rd-navbar-light .rd-navbar-sidebar-fixed-search .rd-search-results-live .search_submit:active:focus,

    .rd-navbar-sidebar-fixed.rd-navbar-light .rd-navbar-sidebar-fixed-search .rd-search-results-live .search_submit:active.focus,

    .rd-navbar-sidebar-fixed.rd-navbar-light .rd-navbar-sidebar-fixed-search .rd-search-results-live .search_submit.active:hover,

    .rd-navbar-sidebar-fixed.rd-navbar-light .rd-navbar-sidebar-fixed-search .rd-search-results-live .search_submit.active:focus,

    .rd-navbar-sidebar-fixed.rd-navbar-light .rd-navbar-sidebar-fixed-search .rd-search-results-live .search_submit.active.focus,

    .open>.rd-navbar-sidebar-fixed.rd-navbar-light .rd-navbar-sidebar-fixed-search .rd-search-results-live .search_submit.dropdown-toggle:hover,

    .open>.rd-navbar-sidebar-fixed.rd-navbar-light .rd-navbar-sidebar-fixed-search .rd-search-results-live .search_submit.dropdown-toggle:focus,

    .open>.rd-navbar-sidebar-fixed.rd-navbar-light .rd-navbar-sidebar-fixed-search .rd-search-results-live .search_submit.dropdown-toggle.focus {

        color: #fff;

        background-color: #55bbeb;

        border-color: #55bbeb;

    }

    

    .rd-navbar-sidebar-fixed.rd-navbar-light .rd-navbar-sidebar-fixed-search .rd-search-results-live .search_submit.disabled,

    .rd-navbar-sidebar-fixed.rd-navbar-light .rd-navbar-sidebar-fixed-search .rd-search-results-live .search_submit[disabled],

    fieldset[disabled] .rd-navbar-sidebar-fixed.rd-navbar-light .rd-navbar-sidebar-fixed-search .rd-search-results-live .search_submit {

        pointer-events: none;

        opacity: .5;

    }

    

    .rd-navbar-sidebar-fixed.rd-navbar-light .rd-navbar-sidebar-fixed-search .rd-search-results-live .search_submit .badge {

        color: #554e9f;

        background-color: #fff;

    }

    

    .rd-navbar-sidebar-fixed.rd-navbar-light .rd-navbar-sidebar-fixed-search .rd-search-results-live .search-fullscreen-results-item-tags {

        color: #9b9b9b;

    }

    

    .rd-navbar-sidebar-fixed.rd-navbar-light .rd-navbar-sidebar-fixed-search .rd-search-results-live .search-fullscreen-results-item-date {

        color: #9b9b9b;

    }

}

.rd-navbar-static.rd-navbar-top-panel .right-side {

    float: right;

}

.rd-navbar-static.rd-navbar-top-panel .left-side {

    float: left;

}

.rd-navbar-static.rd-navbar-top-panel .rd-navbar-top-panel {

    border-bottom: 1px solid transparent;

}

.rd-navbar-static.rd-navbar-top-panel .rd-navbar-top-links>li {

    display: inline-block;

}

.rd-navbar-static.rd-navbar-top-panel .rd-navbar-top-links>li+li {

    margin-left: 36px;

}

.rd-navbar-static.rd-navbar-top-panel .contact-info>span+span {

    margin-left: 80px;

}

.rd-navbar-static.rd-navbar-top-panel .rd-navbar-top-panel-toggle {

    display: none;

}

.rd-navbar-fixed.rd-navbar-top-panel .rd-navbar-top-panel-toggle {

    position: fixed;

    z-index: 17;

    top: 4px;

    right: 4px;

    background: none;

    border: none;

    outline: none;

}

.rd-navbar-fixed.rd-navbar-top-panel .rd-navbar-top-panel-toggle span {

    display: inline-block;

    position: relative;

    width: 48px;

    height: 48px;

    font-size: 28px;

    line-height: 48px;

    text-align: center;

    cursor: pointer;

    color: #212121;

    background: none;

    border: none;

    outline: none;

    padding: 0;

}

.rd-navbar-fixed.rd-navbar-top-panel .rd-navbar-top-panel-toggle span,

.rd-navbar-fixed.rd-navbar-top-panel .rd-navbar-top-panel-toggle span:before,

.rd-navbar-fixed.rd-navbar-top-panel .rd-navbar-top-panel-toggle span:after {

    transition: .3s all ease;

}

.rd-navbar-fixed.rd-navbar-top-panel .rd-navbar-top-panel-toggle span:before,

.rd-navbar-fixed.rd-navbar-top-panel .rd-navbar-top-panel-toggle span:after {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

}

.rd-navbar-fixed.rd-navbar-top-panel .rd-navbar-top-panel-toggle span:before {

    content: "ï‹Ž";

    transform: rotate(0deg) scale(1);

    opacity: 1;

    visibility: visible;

    font-family: "Material Design Icons";

}

.rd-navbar-fixed.rd-navbar-top-panel .rd-navbar-top-panel-toggle span:after {

    content: "ï‰Œ";

    transform: rotate(-90deg) scale(0);

    opacity: 0;

    visibility: hidden;

    font-family: "Material Design Icons";

}

.rd-navbar-fixed.rd-navbar-top-panel .rd-navbar-top-panel-toggle.active span:before {

    opacity: 0;

    visibility: hidden;

    transform: rotate(90deg) scale(0);

}

.rd-navbar-fixed.rd-navbar-top-panel .rd-navbar-top-panel-toggle.active span:after {

    transform: rotate(0deg) scale(1);

    opacity: 1;

    visibility: visible;

}

.rd-navbar-fixed.rd-navbar-top-panel .rd-navbar-top-panel-toggle:focus,

.rd-navbar-fixed.rd-navbar-top-panel .rd-navbar-top-panel-toggle:active {

    outline: none;

}

.rd-navbar-fixed.rd-navbar-top-panel .rd-navbar-top-panel {

    position: fixed;

    right: 4px;

    top: 50px;

    width: 250px;

    padding: 20px;

    z-index: 17;

    overflow: hidden;

    transition: box-shadow .3s ease;

    opacity: 0;

    visibility: hidden;

}

.rd-navbar-fixed.rd-navbar-top-panel .rd-navbar-top-panel>* {

    opacity: 0;

    visibility: hidden;

}

.rd-navbar-fixed.rd-navbar-top-panel .rd-navbar-top-panel:before {

    content: '';

    position: absolute;

    top: -22%;

    right: -22%;

    width: 0;

    height: 0;

    transition: all .3s ease;

    border-radius: 50%;

    z-index: -1;

}

.rd-navbar-fixed.rd-navbar-top-panel .rd-navbar-top-panel.active {

    opacity: 1;

    visibility: visible;

    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.15);

}

.rd-navbar-fixed.rd-navbar-top-panel .rd-navbar-top-panel.active>* {

    opacity: 1;

    visibility: visible;

    transition: opacity .3s ease .2s;

}

.rd-navbar-fixed.rd-navbar-top-panel .rd-navbar-top-panel.active:before {

    height: 150%;

    width: 150%;

}

.rd-navbar-fixed.rd-navbar-top-panel .rd-navbar-top-links {

    margin-bottom: 10px;

}

.rd-navbar-fixed.rd-navbar-top-panel .contact-info>span {

    display: block;

    margin-bottom: 5px;

}

.rd-navbar-fixed.rd-navbar-top-panel .contact-info span+span {

    margin: 0;

}

.rd-navbar-top-panel .list-inline .icon {

    font-size: 15px;

    width: 16px;

    height: 12px;

    color: #ffffff !important;

    line-height: 25px;

    text-align: center;

}

.rd-navbar-top-panel .contact-info .icon {

    font-size: 20px;

    margin-right: 11px;

    line-height: 1;

    vertical-align: middle;

    color: #0032bf !important;

}

.rd-navbar-static.rd-navbar-top-panel.rd-navbar-dark .rd-navbar-top-panel {

    border-bottom-color: transparent;

}

.rd-navbar-fixed.rd-navbar-top-panel.rd-navbar-dark .rd-navbar-top-panel:before {

    background: #191919;

}

.rd-navbar-fixed.rd-navbar-top-panel.rd-navbar-dark .rd-navbar-top-panel-toggle span {

    color: #fff;

}

.rd-navbar-top-panel.rd-navbar-dark .rd-navbar-top-links a {

    color: #9b9b9b;

}

.rd-navbar-top-panel.rd-navbar-dark .rd-navbar-top-links a:hover {

    color: #554e9f;

}

.rd-navbar-top-panel.rd-navbar-dark .contact-info {

    color: #f0f1f4;

}

.rd-navbar-top-panel.rd-navbar-dark .contact-info .icon {

    color: #9b9b9b;

}

.rd-navbar-static.rd-navbar-top-panel.rd-navbar-light .rd-navbar-top-panel {

    border-bottom-color: transparent;

}

.rd-navbar-fixed.rd-navbar-top-panel.rd-navbar-light .rd-navbar-top-panel:before {

    background: #fff;

}

.rd-navbar-top-panel.rd-navbar-light .rd-navbar-top-links a {

    color: #9b9b9b;

}

.rd-navbar-top-panel.rd-navbar-light .rd-navbar-top-links a:hover {

    color: #554e9f;

}

.rd-navbar-top-panel.rd-navbar-light .list-inline .icon {

    color: #9b9b9b;

}

.rd-navbar-top-panel.rd-navbar-light .list-inline .icon:hover {

    color: #f0f1f4 !important;

}

.rd-navbar-top-panel.rd-navbar-light .contact-info {

    color: #212121;

}

.rd-navbar-static.rd-navbar-logo-center .rd-navbar-nav {

    padding-left: 0;

    list-style: none;

}

.rd-navbar-static.rd-navbar-logo-center .rd-navbar-nav>li {

    display: inline-block;

    position: relative;

}

.rd-navbar-static.rd-navbar-logo-center .rd-navbar-nav>li>a {

    position: relative;

    display: inline-block;

    vertical-align: middle;

    letter-spacing: 0.06em;

    padding: 5px 11px 5px;

    z-index: 0;

}

.rd-navbar-static.rd-navbar-logo-center .rd-navbar-nav>li>a:after {

    content: '';

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    opacity: 0;

    transition: opacity .3s ease;

    z-index: -1;

    border-radius: 5px;

}

.rd-navbar-static.rd-navbar-logo-center .rd-navbar-nav>li.active>a:after {

    opacity: 1;

}

.rd-navbar-static.rd-navbar-logo-center .rd-navbar-nav>li.rd-navbar--has-megamenu {

    position: static;

}

.rd-navbar-static.rd-navbar-logo-center .rd-navbar-nav>li+li {

    margin-left: 25px;

}

.rd-navbar-static.rd-navbar-logo-center .rd-navbar-nav li.cart {

    vertical-align: middle;

}

.rd-navbar-static.rd-navbar-logo-center .rd-navbar-nav li.cart .icon {

    font-size: 20px;

    line-height: 1;

    margin-right: 5px;

}

.rd-navbar-static.rd-navbar-logo-center .rd-navbar-nav li.cart .cart-text {

    display: none;

}

.rd-navbar-static.rd-navbar-logo-center .rd-navbar-nav li.focus>.rd-navbar-dropdown,

.rd-navbar-static.rd-navbar-logo-center .rd-navbar-nav li.focus>.rd-navbar-megamenu {

    opacity: 1;

    visibility: visible;

}

.rd-navbar-fixed.rd-navbar-logo-center .rd-navbar-nav>li.cart>a>.icon {

    display: none;

}

.rd-navbar-fixed.rd-navbar-logo-center .rd-navbar-nav>li.cart .cart-text {

    display: inline-block;

}

.rd-navbar-fixed.rd-navbar-logo-center .rd-navbar-nav>li.cart .cart-count {

    border-radius: 50%;

    margin-left: 10px;

    display: inline-block;

    width: 24px;

    height: 24px;

    line-height: 24px;

    text-align: center;

}

.rd-navbar-fixed.rd-navbar-logo-center .rd-navbar-nav>li.cart .rd-navbar-submenu-toggle,

.rd-navbar-fixed.rd-navbar-logo-center .rd-navbar-nav>li.cart .rd-navbar-dropdown,

.rd-navbar-fixed.rd-navbar-logo-center .rd-navbar-nav>li.cart .rd-navbar-megamenu {

    display: none;

}

.rd-navbar-static.rd-navbar-logo-center.rd-navbar-dark .rd-navbar-nav>li a {

    color: #fff;

}

.rd-navbar-static.rd-navbar-logo-center.rd-navbar-dark .rd-navbar-nav>li a:after {

    background: -moz-linear-gradient(90deg, #554e9f 0%, #84c450 100%);

    background: -webkit-linear-gradient(90deg, #554e9f 0%, #84c450 100%);

    background: -o-linear-gradient(90deg, #554e9f 0%, #84c450 100%);

    background: -ms-linear-gradient(90deg, #554e9f 0%, #84c450 100%);

    background: linear-gradient(90deg, #554e9f 0%, #84c450 100%);

}

.rd-navbar-static.rd-navbar-logo-center.rd-navbar-dark .rd-navbar-nav>li.focus>a,

.rd-navbar-static.rd-navbar-logo-center.rd-navbar-dark .rd-navbar-nav>li>a:hover {

    color: #554e9f;

}

.rd-navbar-static.rd-navbar-logo-center.rd-navbar-dark .rd-navbar-nav>li.active>a {

    color: #fff;

}

.rd-navbar-fixed.rd-navbar-logo-center.rd-navbar-dark .rd-navbar-nav>li.cart .cart-count {

    background: #84c450;

    color: #fff;

}

.rd-navbar-static.rd-navbar-logo-center.rd-navbar-light .rd-navbar-nav>li>a {

    color: #212121;

}

.rd-navbar-static.rd-navbar-logo-center.rd-navbar-light .rd-navbar-nav>li>a:after {

    background: -moz-linear-gradient(90deg, #554e9f 0%, #84c450 100%);

    background: -webkit-linear-gradient(90deg, #554e9f 0%, #84c450 100%);

    background: -o-linear-gradient(90deg, #554e9f 0%, #84c450 100%);

    background: -ms-linear-gradient(90deg, #554e9f 0%, #84c450 100%);

    background: linear-gradient(90deg, #554e9f 0%, #84c450 100%);

}

.rd-navbar-static.rd-navbar-logo-center.rd-navbar-light .rd-navbar-nav>li.focus>a,

.rd-navbar-static.rd-navbar-logo-center.rd-navbar-light .rd-navbar-nav>li>a:hover {

    color: #554e9f;

}

.rd-navbar-static.rd-navbar-logo-center.rd-navbar-light .rd-navbar-nav>li.active>a {

    color: #fff;

}

.rd-navbar-fixed.rd-navbar-logo-center.rd-navbar-light .rd-navbar-nav>li.cart .cart-count {

    background: #84c450;

    color: #fff;

}

.rd-navbar-default.rd-navbar-fixed .rd-navbar-brand {

    display: none;

}

.rd-navbar-default.rd-navbar-fixed .rd-navbar-search {

    display: none;

}

@media (min-width: 480px) {

    .rd-navbar-default.rd-navbar-fixed .rd-navbar-mobile-brand {

        display: none;

    }

    

    .rd-navbar-default.rd-navbar-fixed .rd-navbar-brand {

        display: block;

        transform: translateX(-50%);

    }

}

.rd-navbar-default.rd-navbar-static .rd-navbar-mobile-brand {

    display: none;

}

.rd-navbar-default.rd-navbar-static .rd-navbar-brand {

    float: left;

}

.rd-navbar-default.rd-navbar-static .rd-navbar-brand img {

    vertical-align: baseline;

}

.rd-navbar-default.rd-navbar-static .rd-navbar-brand-slogan {

    vertical-align: baseline;

    font-size: 18px;

    margin-left: 7px;

}

.rd-navbar-default.rd-navbar-static .rd-navbar-menu-wrap {

    float: right;

}

.rd-navbar-default.rd-navbar-static .rd-navbar-panel .rd-navbar-toggle,

.rd-navbar-default.rd-navbar-static .form-search-wrap {

    display: none;

}

.rd-navbar-default.rd-navbar-static .rd-navbar-inner {

    transition: .3s all ease;

    padding: 40px 85px 20px 85px;

    position: relative;

    text-align: left;

}

.rd-navbar-default.rd-navbar-static .rd-navbar-inner::after {

    display: block;

    clear: both;

    content: "";

}

.rd-navbar-default.rd-navbar-static .rd-navbar-inner.active .rd-navbar-panel {

    opacity: 0;

    visibility: hidden;

}

.rd-navbar-default.rd-navbar-static .rd-navbar-megamenu {

    margin-top: 23px;

}

.rd-navbar-default.rd-navbar-static .rd-navbar-nav-wrap,

.rd-navbar-default.rd-navbar-static .rd-navbar-panel,

.rd-navbar-default.rd-navbar-static .rd-navbar-cart-wrap {

    transition: .3s all ease;

}

.rd-navbar-default.rd-navbar-static .rd-navbar-nav-wrap {

    margin-top: 6px;

    display: inline-block;

}

.rd-navbar-default.rd-navbar-static .rd-navbar-nav-wrap::after {

    display: block;

    clear: both;

    content: "";

}

.rd-navbar-default.rd-navbar-static .rd-navbar-cart-wrap {

    display: inline-block;

    position: relative;

    margin-left: 20px;

}

.rd-navbar-default.rd-navbar-static .rd-navbar-search-toggle,

.rd-navbar-default.rd-navbar-static .rd-navbar-cart {

    margin-top: 5px;

}

.rd-navbar-default.rd-navbar-static.rd-navbar--is-stuck {

    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.15);

}

.rd-navbar-default.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-nav>li>.rd-navbar-dropdown {

    margin-top: 26px;

}

.rd-navbar-default.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-inner {

    padding-top: 20px;

    padding-bottom: 20px;

}

.rd-navbar-default.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-megamenu {

    margin-top: 0;

}

.rd-navbar-default.rd-navbar-transparent.rd-navbar-static:not(.rd-navbar--is-stuck) .rd-navbar-search-form {

    bottom: -23px;

}

.rd-navbar-default.rd-navbar-light.rd-navbar-static .rd-navbar-inner,

.rd-navbar-default.rd-navbar-dark.rd-navbar-static .rd-navbar-inner {

    padding: 40px 85px 43px 85px;

}

.rd-navbar-default.rd-navbar-light.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-inner,

.rd-navbar-default.rd-navbar-dark.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-inner {

    padding-top: 20px;

    padding-bottom: 20px;

}

.rd-navbar-default.rd-navbar-light.rd-navbar-static .rd-navbar-megamenu,

.rd-navbar-default.rd-navbar-dark.rd-navbar-static .rd-navbar-megamenu {

    margin-top: 0;

}

.rd-navbar-default.rd-navbar-transparent.rd-navbar-static .rd-navbar-search-form-input,

.rd-navbar-default.rd-navbar-transparent.rd-navbar-static .rd-navbar-search-toggle,

.rd-navbar-default.rd-navbar-transparent.rd-navbar-static .rd-navbar-cart,

.rd-navbar-default.rd-navbar-dark.rd-navbar-static .rd-navbar-search-form-input,

.rd-navbar-default.rd-navbar-dark.rd-navbar-static .rd-navbar-search-toggle,

.rd-navbar-default.rd-navbar-dark.rd-navbar-static .rd-navbar-cart {

    color: #fff;

}

.rd-navbar-default.rd-navbar-transparent.rd-navbar-static.rd-navbar--is-stuck,

.rd-navbar-default.rd-navbar-dark.rd-navbar-static.rd-navbar--is-stuck {

    background: #191919;

}

.rd-navbar-default.rd-navbar-dark {

    background: #191919;

}

.rd-navbar-default.rd-navbar-light {

    background: #fff;

}

.rd-navbar-default.rd-navbar-light .rd-navbar-search-toggle span,

.rd-navbar-default.rd-navbar-light .rd-navbar-cart span {

    color: #212121;

}

.rd-navbar-default.rd-navbar-light.rd-navbar-static .rd-navbar-search-form-input,

.rd-navbar-default.rd-navbar-light.rd-navbar-static .rd-navbar-search-toggle,

.rd-navbar-default.rd-navbar-light.rd-navbar-static .rd-navbar-cart {

    color: #212121;

}

.rd-navbar-default.rd-navbar-light.rd-navbar-static.rd-navbar--is-stuck {

    background: #fff;

}

.rd-navbar-sidebar-toggle.rd-navbar-fixed .rd-navbar-nav-wrap {

    height: 100%;

    overflow: auto;

    bottom: auto;

}

.rd-navbar-sidebar-toggle.rd-navbar-fixed .rd-navbar-mobile-scroll-holder {

    display: flex;

    flex-direction: row;

}

.rd-navbar-sidebar-toggle.rd-navbar-fixed .rd-navbar-mobile-scroll {

    min-height: 100vh;

    display: flex;

    flex-direction: column;

    flex-basis: 100%;

    justify-content: space-between;

}

.rd-navbar-sidebar-toggle.rd-navbar-fixed .rd-navbar-nav {

    flex: 2 1 auto;

}

@media (min-width: 1200px) {

    .rd-navbar-sidebar-toggle.rd-navbar-fixed .rd-navbar-nav-wrap {

        width: 315px;

        padding: 0;

    }

    

    .rd-navbar-sidebar-toggle.rd-navbar-fixed .rd-navbar-mobile-brand {

        margin-top: 45px;

    }

    

    .rd-navbar-sidebar-toggle.rd-navbar-fixed .form-search-wrap {

        margin-top: 50px;

    }

    

    .rd-navbar-sidebar-toggle.rd-navbar-fixed .rd-navbar-mobile-scroll {

        padding: 0 30px;

        overflow-y: hidden;

        max-height: inherit;

    }

    

    .rd-navbar-sidebar-toggle.rd-navbar-fixed .rd-navbar-nav {

        margin-top: 20px;

    }

    

    .rd-navbar-sidebar-toggle.rd-navbar-fixed .rd-navbar-megamenu {

        padding-left: 0;

    }

    

    .rd-navbar-sidebar-toggle.rd-navbar-fixed .resp-tab-item {

        display: none;

    }

}

.rd-navbar-sidebar-toggle.rd-navbar-light .rd-navbar-search-toggle span,

.rd-navbar-sidebar-toggle.rd-navbar-light .rd-navbar-cart span {

    color: #212121;

}

@media (min-width: 1200px) {

    body.body-inset-left {

        padding-left: 64px;

    }

}

.rd-navbar-sidebar-fixed {

    display: block;

    z-index: auto;

}

.rd-navbar-sidebar-fixed.rd-navbar-dark .rd-navbar-search-toggle span {

    color: #fff;

}

.rd-navbar-sidebar-fixed.rd-navbar-light .rd-navbar-search-toggle span {

    color: #434345;

}

.rd-navbar-floated.rd-navbar-fixed .rd-navbar-brand {

    display: none;

}

.rd-navbar-floated.rd-navbar-fixed .rd-navbar-search {

    display: none;

}

@media (min-width: 480px) {

    .rd-navbar-floated.rd-navbar-fixed .rd-navbar-mobile-brand {

        display: none;

    }

    

    .rd-navbar-floated.rd-navbar-fixed .rd-navbar-brand {

        display: block;

        transform: translateX(-50%);

    }

}

.rd-navbar-floated.rd-navbar-static {

    margin-top: 30px;

}

.rd-navbar-floated.rd-navbar-static .rd-navbar-mobile-brand {

    display: none;

}

.rd-navbar-floated.rd-navbar-static .rd-navbar-dropdown {

    margin-top: 29px;

}

.rd-navbar-floated.rd-navbar-static .rd-navbar-brand {

    float: left;

}

.rd-navbar-floated.rd-navbar-static .rd-navbar-menu-wrap {

    float: right;

}

.rd-navbar-floated.rd-navbar-static .rd-navbar-panel .rd-navbar-toggle,

.rd-navbar-floated.rd-navbar-static .form-search-wrap {

    display: none;

}

.rd-navbar-floated.rd-navbar-static .rd-navbar-inner {

    transition: .3s all ease;

    position: relative;

    text-align: left;

    padding: 23px 40px;

    border-radius: 3px;

    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.15);

}

.rd-navbar-floated.rd-navbar-static .rd-navbar-inner::after {

    display: block;

    clear: both;

    content: "";

}

.rd-navbar-floated.rd-navbar-static .rd-navbar-inner.active .rd-navbar-panel {

    opacity: 0;

    visibility: hidden;

}

.rd-navbar-floated.rd-navbar-static .rd-navbar-megamenu {

    left: 0;

    right: 0;

}

.rd-navbar-floated.rd-navbar-static .rd-navbar-nav-wrap,

.rd-navbar-floated.rd-navbar-static .rd-navbar-panel,

.rd-navbar-floated.rd-navbar-static .rd-navbar-cart-wrap {

    transition: .3s all ease;

}

.rd-navbar-floated.rd-navbar-static .rd-navbar-nav-wrap {

    margin-top: 6px;

    display: inline-block;

}

.rd-navbar-floated.rd-navbar-static .rd-navbar-nav-wrap::after {

    display: block;

    clear: both;

    content: "";

}

.rd-navbar-floated.rd-navbar-static .rd-navbar-cart-wrap {

    display: inline-block;

    position: relative;

    margin-left: 20px;

}

.rd-navbar-floated.rd-navbar-static .rd-navbar-search-toggle,

.rd-navbar-floated.rd-navbar-static .rd-navbar-cart {

    margin-top: 5px;

}

.rd-navbar-floated.rd-navbar-static .rd-navbar-search-form .form-label {

    padding-left: 40px;

}

.rd-navbar-floated.rd-navbar-static .rd-navbar-search-form .form-label.focus {

    left: 16px;

    top: 12px;

}

.rd-navbar-floated.rd-navbar-static .rd-navbar-search-form .rd-navbar-search-form-input {

    padding-left: 40px;

}

.rd-navbar-floated.rd-navbar-static.rd-navbar--is-stuck {

    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.15);

    margin-top: 0;

    width: 100%;

    padding: 0;

}

.rd-navbar-floated.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-nav>li>.rd-navbar-dropdown {

    margin-top: 20px;

}

.rd-navbar-floated.rd-navbar-dark .rd-navbar-inner {

    background: #191919;

}

.rd-navbar-floated.rd-navbar-dark.rd-navbar-static .rd-navbar-search-form-input,

.rd-navbar-floated.rd-navbar-dark.rd-navbar-static .rd-navbar-search-toggle,

.rd-navbar-floated.rd-navbar-dark.rd-navbar-static .rd-navbar-cart {

    color: #fff;

}

.rd-navbar-floated.rd-navbar-dark.rd-navbar-static.rd-navbar--is-stuck {

    background: #191919;

}

.rd-navbar-floated.rd-navbar-light .rd-navbar-inner {

    background: #fff;

}

.rd-navbar-floated.rd-navbar-light .rd-navbar-search-toggle span,

.rd-navbar-floated.rd-navbar-light .rd-navbar-cart span {

    color: #212121;

}

.rd-navbar-floated.rd-navbar-light.rd-navbar-static .rd-navbar-search-form-input,

.rd-navbar-floated.rd-navbar-light.rd-navbar-static .rd-navbar-search-toggle,

.rd-navbar-floated.rd-navbar-light.rd-navbar-static .rd-navbar-cart {

    color: #212121;

}

.rd-navbar-floated.rd-navbar-light.rd-navbar-static.rd-navbar--is-stuck {

    background: #fff;

}

.rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-brand {

    display: none;

}

.rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-search {

    display: none;

}

@media (min-width: 480px) {

    .rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-mobile-brand {

        display: none;

    }

    

    .rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-brand {

        display: block;

        transform: translateX(-50%);

    }

}

.rd-navbar-top-panel.rd-navbar-static .rd-navbar-mobile-brand {

    display: none;

}

.rd-navbar-top-panel.rd-navbar-static .rd-navbar-dropdown {

    margin-top: 43px;

}

.rd-navbar-top-panel.rd-navbar-static .rd-navbar-search-toggle {

    top: -5px;

}

.rd-navbar-top-panel.rd-navbar-static .rd-navbar-search-form .form-label.focus {

    top: -5px;

}

.rd-navbar-top-panel.rd-navbar-static .rd-navbar-top-panel {

    padding-bottom: 2px;

    padding-top: 2px;

    margin-bottom: 0px;

    background: #f0f1f4;

}

.rd-navbar-top-panel.rd-navbar-static .rd-navbar-top-panel::after {

    display: block;

    clear: both;

    content: "";

}

.rd-navbar-top-panel.rd-navbar-static .rd-navbar-top-panel .container {

    max-width: 1200px;

    padding-left: 15px;

    padding-right: 15px;

}

.rd-navbar-top-panel.rd-navbar-static .rd-navbar-brand {

    margin-left: 15px;

}

.rd-navbar-top-panel.rd-navbar-static .rd-navbar-panel .rd-navbar-toggle,

.rd-navbar-top-panel.rd-navbar-static .form-search-wrap {

    display: none;

}

.rd-navbar-top-panel.rd-navbar-static .rd-navbar-panel .rd-navbar-toggle {

    display: none;

}

.rd-navbar-top-panel.rd-navbar-static .rd-navbar-inner {

    transition: .3s all ease;

    position: relative;

    text-align: left;

    padding: 0 0 0;

}

.rd-navbar-top-panel.rd-navbar-static .rd-navbar-inner::after {

    display: block;

    clear: both;

    content: "";

}

.rd-navbar-top-panel.rd-navbar-static .rd-navbar-inner.active .rd-navbar-panel {

    opacity: 0;

    visibility: hidden;

}

.rd-navbar-top-panel.rd-navbar-static .rd-navbar-megamenu {

    left: 0;

    right: 0;

}

.rd-navbar-top-panel.rd-navbar-static .rd-navbar-nav-wrap,

.rd-navbar-top-panel.rd-navbar-static .rd-navbar-panel,

.rd-navbar-top-panel.rd-navbar-static .rd-navbar-cart-wrap {

    transition: .3s all ease;

}

.rd-navbar-top-panel.rd-navbar-static .rd-navbar-nav-wrap {

    margin-top: 11px;

    display: inline-block;

}

.rd-navbar-top-panel.rd-navbar-static .rd-navbar-nav-wrap::after {

    display: block;

    clear: both;

    content: "";

}

@media (min-width: 1200px) {

    .rd-navbar-top-panel.rd-navbar-static .rd-navbar-nav>li:last-child>a>.rd-navbar-label {

        margin-left: -30px;

    }

}

.rd-navbar-top-panel.rd-navbar-static.rd-navbar--is-stuck {

    margin-top: 0;

    width: 100%;

    padding: 0;

    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.15);

}

.rd-navbar-top-panel.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-inner {

    padding-bottom: 0px;

    padding-top: 0px;

}

.padding-section {

    padding: 4% 0;

}

.rd-navbar-top-panel.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-top-panel {

    display: none;

}

.rd-navbar-top-panel.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-nav>li>.rd-navbar-dropdown {

    margin-top: 20px;

}

.rd-navbar-top-panel.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-search-form .form-label.focus {

    top: 0;

}

.rd-navbar-top-panel.rd-navbar-dark {

    background: #191919;

}

.rd-navbar-top-panel.rd-navbar-dark.rd-navbar-static.rd-navbar--is-stuck {

    background: #191919;

}

.rd-navbar-top-panel.rd-navbar-light {

    background: #fff;

}

.rd-navbar-top-panel.rd-navbar-light .rd-navbar-search-toggle span,

.rd-navbar-top-panel.rd-navbar-light .rd-navbar-cart span {

    color: #212121;

}

.rd-navbar-top-panel.rd-navbar-light.rd-navbar-static.rd-navbar--is-stuck {

    background: #fff;

}

.rd-navbar-logo-center .rd-navbar-dropdown li>a.rd-navbar-product-remove {

    display: inline-block;

    padding: 0;

    line-height: 12px;

    color: #9b9b9b;

}

.rd-navbar-logo-center .rd-navbar-dropdown li>a.rd-navbar-product-remove:hover {

    color: #fff;

    background: none;

}

.rd-navbar-logo-center .rd-navbar-dropdown li .rd-navbar-product-title a {

    padding: 0;

}

.rd-navbar-logo-center .rd-navbar-dropdown li .rd-navbar-product-title a:hover {

    color: #554e9f;

}

.rd-navbar-logo-center.rd-navbar-fixed .rd-navbar-brand {

    display: none;

}

.rd-navbar-logo-center.rd-navbar-fixed .rd-navbar-nav>li.cart .rd-navbar-dropdown {

    padding-top: 15px;

}

.rd-navbar-logo-center.rd-navbar-fixed .form-search-wrap {

    display: none;

    position: fixed;

    left: 56px;

    right: 56px;

    z-index: 17;

    top: 6px;

    margin-top: 0;

}

.rd-navbar-logo-center.rd-navbar-fixed .form-search-wrap .form-search-input {

    height: 44px;

}

.rd-navbar-logo-center.rd-navbar-fixed .form-search-wrap.active {

    display: block;

}

.rd-navbar-logo-center.rd-navbar-fixed .rd-navbar-search-toggle {

    position: fixed;

    z-index: 17;

    top: 4px;

    right: 4px;

    background: none;

    border: none;

    outline: none;

}

.rd-navbar-logo-center.rd-navbar-fixed .rd-navbar-search-toggle span {

    display: inline-block;

    position: relative;

    width: 48px;

    height: 48px;

    font-size: 28px;

    line-height: 48px;

    text-align: center;

    cursor: pointer;

    color: #212121;

    background: none;

    border: none;

    outline: none;

    padding: 0;

}

.rd-navbar-logo-center.rd-navbar-fixed .rd-navbar-search-toggle span,

.rd-navbar-logo-center.rd-navbar-fixed .rd-navbar-search-toggle span:before,

.rd-navbar-logo-center.rd-navbar-fixed .rd-navbar-search-toggle span:after {

    transition: .3s all ease;

}

.rd-navbar-logo-center.rd-navbar-fixed .rd-navbar-search-toggle span:before,

.rd-navbar-logo-center.rd-navbar-fixed .rd-navbar-search-toggle span:after {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

}

.rd-navbar-logo-center.rd-navbar-fixed .rd-navbar-search-toggle span:before {

    content: "ï»";

    transform: rotate(0deg) scale(1);

    opacity: 1;

    visibility: visible;

    font-family: "Material Design Icons";

}

.rd-navbar-logo-center.rd-navbar-fixed .rd-navbar-search-toggle span:after {

    content: "ï‰Œ";

    transform: rotate(-90deg) scale(0);

    opacity: 0;

    visibility: hidden;

    font-family: "Material Design Icons";

}

.rd-navbar-logo-center.rd-navbar-fixed .rd-navbar-search-toggle.active span:before {

    opacity: 0;

    visibility: hidden;

    transform: rotate(90deg) scale(0);

}

.rd-navbar-logo-center.rd-navbar-fixed .rd-navbar-search-toggle.active span:after {

    transform: rotate(0deg) scale(1);

    opacity: 1;

    visibility: visible;

}

.rd-navbar-logo-center.rd-navbar-fixed .rd-navbar-search-toggle:focus,

.rd-navbar-logo-center.rd-navbar-fixed .rd-navbar-search-toggle:active {

    outline: none;

}

@media (min-width: 480px) {

    .rd-navbar-logo-center.rd-navbar-fixed .rd-navbar-mobile-brand {

        display: none;

    }

    

    .rd-navbar-logo-center.rd-navbar-fixed .rd-navbar-brand {

        display: block;

        transform: translateX(-50%);

        z-index: 17;

    }

}

.rd-navbar-logo-center.rd-navbar-static .rd-navbar-mobile-brand {

    display: none;

}

.rd-navbar-logo-center.rd-navbar-static .rd-navbar-dropdown,

.rd-navbar-logo-center.rd-navbar-static .rd-navbar-megamenu {

    margin-top: 10px;

}

.rd-navbar-logo-center.rd-navbar-static .rd-navbar-top-block {

    padding: 35px 0;

}

.rd-navbar-logo-center.rd-navbar-static .rd-navbar-search-toggle {

    display: none;

}

.rd-navbar-logo-center.rd-navbar-static .rd-navbar-menu-wrap {

    padding: 10px 0;

}

.rd-navbar-logo-center.rd-navbar-static .rd-navbar-panel .rd-navbar-toggle {

    display: none;

}

.rd-navbar-logo-center.rd-navbar-static .rd-navbar-inner {

    transition: .3s all ease;

    position: relative;

    text-align: left;

}

.rd-navbar-logo-center.rd-navbar-static .rd-navbar-inner::after {

    display: block;

    clear: both;

    content: "";

}

.rd-navbar-logo-center.rd-navbar-static .rd-navbar-inner.active .rd-navbar-panel {

    opacity: 0;

    visibility: hidden;

}

.rd-navbar-logo-center.rd-navbar-static .rd-navbar-nav-wrap {

    text-align: center;

}

.rd-navbar-logo-center.rd-navbar-static .rd-navbar-nav-wrap {

    position: relative;

}

.rd-navbar-logo-center.rd-navbar-static .rd-navbar-megamenu {

    left: 0;

    right: 0;

}

.rd-navbar-logo-center.rd-navbar-static .rd-navbar-cart-dropdown {

    padding: 13px 15px 15px;

}

.rd-navbar-logo-center.rd-navbar-static .rd-navbar-nav-wrap,

.rd-navbar-logo-center.rd-navbar-static .rd-navbar-panel,

.rd-navbar-logo-center.rd-navbar-static .rd-navbar-cart-wrap {

    transition: .3s all ease;

}

.rd-navbar-logo-center.rd-navbar-static.rd-navbar--is-stuck {

    margin-top: 0;

    width: 100%;

    padding: 0;

    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.15);

}

.rd-navbar-logo-center.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-top-block {

    display: none;

}

.rd-navbar-logo-center.rd-navbar-dark {

    background: #191919;

}

.rd-navbar-logo-center.rd-navbar-dark .cart .rd-navbar-dropdown li>a.rd-navbar-product-remove {

    color: #9b9b9b;

}

.rd-navbar-logo-center.rd-navbar-dark .cart .rd-navbar-dropdown li:hover>a.rd-navbar-product-remove {

    background: none;

    color: #9b9b9b;

}

.rd-navbar-logo-center.rd-navbar-dark .cart .rd-navbar-dropdown li:hover>a.rd-navbar-product-remove:hover {

    color: #fff;

    background: none;

}

.rd-navbar-logo-center.rd-navbar-dark.rd-navbar-fixed .rd-navbar-search-toggle span {

    color: #fff;

}

.rd-navbar-logo-center.rd-navbar-dark.rd-navbar-static .rd-navbar-menu-wrap {

    background: #212121;

}

.rd-navbar-logo-center.rd-navbar-dark.rd-navbar-static .rd-navbar-top-block p {

    color: #9b9b9b;

}

.rd-navbar-logo-center.rd-navbar-dark.rd-navbar-static .rd-navbar-top-block p span {

    color: #434345;

}

.rd-navbar-logo-center.rd-navbar-dark.rd-navbar-static.rd-navbar--is-stuck {

    background: #191919;

}

.rd-navbar-logo-center.rd-navbar-light {

    background: #fff;

}

.rd-navbar-logo-center.rd-navbar-light .cart .rd-navbar-dropdown li>a.rd-navbar-product-remove {

    color: #9b9b9b;

}

.rd-navbar-logo-center.rd-navbar-light .cart .rd-navbar-dropdown li:hover>a.rd-navbar-product-remove {

    background: none;

    color: #9b9b9b;

}

.rd-navbar-logo-center.rd-navbar-light .cart .rd-navbar-dropdown li:hover>a.rd-navbar-product-remove:hover {

    color: #191919;

    background: none;

}

.rd-navbar-logo-center.rd-navbar-light .cart .rd-navbar-dropdown .btn,

.rd-navbar-logo-center.rd-navbar-light .cart .rd-navbar-dropdown .pagination-classic>li>a,

.rd-navbar-logo-center.rd-navbar-light .cart .rd-navbar-dropdown .pagination-classic>li>span {

    color: #fff;

}

.rd-navbar-logo-center.rd-navbar-light.rd-navbar-static .rd-navbar-menu-wrap {

    background: #f2f4f9;

}

.rd-navbar-logo-center.rd-navbar-light.rd-navbar-static .rd-navbar-top-block p {

    color: #434345;

}

.rd-navbar-logo-center.rd-navbar-light.rd-navbar-static .rd-navbar-top-block p span {

    color: #d3dbe8;

}

.rd-navbar-logo-center.rd-navbar-light.rd-navbar-static.rd-navbar--is-stuck {

    background: #fff;

}

.twitter .twitter-date:before {

    margin-right: 6px;

    font-family: "FontAwesome";

    font-size: 18px;

    content: '\f099';

    color: #55bbeb;

}

.twitter .twitter-date .icon {

    font-size: 18px;

    line-height: 18px;

}

.twitter .twitter-name>a {

    margin-top: 8px;

    margin-bottom: 0;

    color: #55bbeb;

}

.twitter .twitter-name>a:before {

    content: '- ';

}

.twitter .twitter-text {

    margin-top: 4px;

}

.twitter .twitter-text a {

    color: #55bbeb;

}

.twitter .twitter-text a:hover {

    text-decoration: underline;

}

.twitter .twitter-sm+.twitter-sm {

    margin-top: 18px;

}

.twitter .rd-twitter {

    display: block;

    opacity: 0;

    border-radius: 5px;

    background: #fff;

    transition: .3s all ease;

}

.twitter .rd-twitter .twitter-unit {

    padding: 25px 20px 0;

}

.twitter .rd-twitter-tweet {

    padding: 0 15px 20px;

}

.twitter .rd-twitter-tweet a {

    color: #64aae1;

}

.twitter .rd-twitter-tweet a:hover {

    text-decoration: underline;

}

.twitter .rd-twitter-img-wrap {

    max-height: 250px;

    overflow: hidden;

}

.twitter .rd-twitter-img-wrap .rd-twitter-media {

    width: 100%;

}

.twitter .rd-twitter-time-wrap {

    padding: 25px;

}

.twitter .rd-twitter-meta * {

    text-overflow: ellipsis;

    overflow: hidden;

    white-space: nowrap;

}

@media (min-width: 768px) {

    .twitter .rd-twitter .twitter-unit {

        padding: 20px;

    }

    

    .twitter .rd-twitter .twitter-unit .unit-body {

        padding-left: 20px;

    }

    

    .twitter .rd-twitter-tweet {

        padding: 0 25px 25px;

    }

    

    .twitter .rd-twitter-meta * {

        max-width: 140px;

    }

}

.twitter .rd-twitter.rd-twitter-compact .rd-twitter-time-wrap {

    padding-top: 0;

}

.instafeed-item {

    position: relative;

    border: 5px solid #fff;

    transition: .3s all ease;

}

.instafeed-item:before {

    content: '';

    position: absolute;

    top: 0;

    right: 0;

    left: 0;

    bottom: 0;

    background: rgba(25, 25, 25, 0.6);

    opacity: 0;

    transition: .3s opacity ease;

}

.instafeed-item img {

    width: 100%;

    transition: .3s all ease;

}

.instafeed .instafeed-wrapper {

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, 0%);

    display: inline-block;

    width: 100%;

    opacity: 0;

    transition: .3s all ease;

    color: #fff;

}

.instafeed .instafeed-wrapper .instafeed-likes,

.instafeed .instafeed-wrapper .instafeed-comment,

.instafeed .instafeed-wrapper .instafeed-icon-item,

.instafeed .instafeed-wrapper .instafeed-likes .instafeed-likes-count,

.instafeed .instafeed-wrapper .instafeed-comment .instafeed-comment-count {

    display: inline-block;

}

.instafeed .instafeed-wrapper .instafeed-likes+.instafeed-comment {

    margin-left: 20px;

}

.instafeed .instafeed-wrapper .instafeed-likes+.instafeed-comment+.instafeed-icon-item {

    margin-left: 20px;

}

.instafeed-item:hover {

    transform: scale(1.05);

}

.instafeed-item:hover:before {

    opacity: 1;

}

.instafeed-item:hover .instafeed-wrapper {

    transform: translate(-50%, -50%);

    opacity: 1;

}

.mobile .instafeed-item:before,

.tablet .instafeed-item:before {

    opacity: 1;

}

.mobile .instafeed .instafeed-wrapper,

.tablet .instafeed .instafeed-wrapper {

    transform: translate(-50%, -50%);

    opacity: 1;

}

.search_list {

    text-align: left;

    padding-left: 0;

    font-size: 18px;

    list-style-type: none;

}

.result-item {

    padding-left: 20px;

    list-style-type: decimal;

    margin-left: 20px;

    color: #9b9b9b;

}

.result-item>* {

    color: #434345;

}

.result-item p {

    font-size: 15px;

}

.result-item+.result-item {

    margin-top: 41px;

}

@media (min-width: 768px) {

    .result-item {

        padding-left: 40px;

    }

}

.search_title {

    color: #191919;

    font-family: "PT Sans", Helvetica, Arial, sans-serif;

}

.match {

    font-size: 15px;

    text-transform: uppercase;

    letter-spacing: 0.12em;

    color: #55bbeb;

}

.match em {

    font-style: normal;

}

.search {

    background: #554e9f;

    color: #fff;

}

.rd-video {

    position: relative;

}

.rd-video video {

    margin: auto;

    position: absolute;

    opacity: 0;

    visibility: hidden;

}

.rd-video video.transition {

    transition: .3s all linear;

}

.rd-video-wrapper {

    position: absolute;

    top: 0;

    left: 0;

    bottom: 0;

    right: 0;

    overflow: hidden;

    background-size: cover;

    background-repeat: no-repeat;

}

.rd-video-preloader {

    position: absolute;

    left: 0;

    top: 0;

    right: 0;

    bottom: 0;

    opacity: 0;

    visibility: hidden;

    transition: .3s all ease;

    background: url(../images/preloader.gif) no-repeat rgba(255, 255, 255, 0.8) center center;

    z-index: 6;

}

.rd-video.loading .rd-video-preloader {

    opacity: 1;

    visibility: visible;

}

.rd-video-context-wrapper {

    z-index: 99999;

    position: fixed;

    top: 0;

    bottom: 0;

    left: 0;

    right: 0;

    background: none;

    opacity: 0;

    visibility: hidden;

    text-align: left;

    transition: .3s background ease;

}

.rd-video-context-wrapper.show {

    background: rgba(0, 0, 0, 0.7);

    opacity: 1;

    visibility: visible;

}

.rd-video-context-wrapper.show .rd-video-context {

    bottom: 0;

}

.rd-video-context-wrapper .rd-video-context {

    padding: 2px 0;

    background: #fff;

    position: absolute;

    left: 0;

    bottom: -100%;

    right: 0;

    transition: .5s bottom ease;

}

.rd-video-context-wrapper h6 {

    padding: 5px 10px 5px 15px;

    text-transform: none;

}

.rd-video-context-wrapper ul li {

    cursor: pointer;

    font-size: 14px;

    padding: 5px 5px 5px 15px;

    text-transform: none;

    border-top: 1px solid #E9E9E9;

}

.rd-video-context-wrapper ul li:hover,

.rd-video-context-wrapper ul li.active {

    background: #554e9f;

    color: #fff;

}

.rd-video-context-wrapper ul li.active {

    cursor: default;

}

.desktop .rd-video-context-wrapper {

    position: absolute;

    width: 160px;

    transform: none;

    background: #fff;

}

.desktop .rd-video-context-wrapper.show {

    opacity: 1;

    visibility: visible;

}

.desktop .rd-video-context-wrapper .rd-video-context {

    position: static;

}

.rd-video.rd-video-bg {

    z-index: 1;

}

.rd-video.rd-video-bg>.rd-video-wrapper,

.rd-video.rd-video-bg>.rd-video-wrapper>video {

    z-index: -1;

}

.rd-video.rd-video-bg .play-btn {

    display: none;

}

.rd-parallax-inner {

    position: relative;

    overflow: hidden;

    -webkit-transform: translate3d(0px, 0px, 0px);

    transform: translate3d(0px, 0px, 0px);

    z-index: 1;

    clip: rect(0, auto, auto, 0);

}

.rd-parallax-layer[data-type="media"] {

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    height: 100%;

    pointer-events: none;

}

.rd-parallax-layer[data-type="media"] iframe {

    width: 100%;

    height: 100%;

}

.rd-parallax-layer[data-url] {

    -webkit-background-size: cover;

    background-size: cover;

    background-position: center center;

}

.rd-parallax .rd-parallax-layer[data-type="media"]+* {

    position: relative;

}

.widget-flickrfeed .flickr-item {

    max-width: 82px;

}

.swiper-container {

    height: 91vh;

    margin: 0 auto;

    position: relative;

    overflow: hidden;

    /* Fix of Webkit flickering */

    

    z-index: 1;

}

.swiper-container-no-flexbox .swiper-slide {

    float: left;

}

.swiper-container-vertical>.swiper-wrapper {

    -webkit-box-orient: vertical;

    -moz-box-orient: vertical;

    -ms-flex-direction: column;

    -webkit-flex-direction: column;

    flex-direction: column;

}

.swiper-wrapper {

    position: relative;

    width: 100%;

    height: 100%;

    z-index: 1;

    display: -webkit-box;

    display: -moz-box;

    display: -ms-flexbox;

    display: -webkit-flex;

    display: flex;

    -webkit-transition-property: -webkit-transform;

    -moz-transition-property: -moz-transform;

    -o-transition-property: -o-transform;

    -ms-transition-property: -ms-transform;

    transition-property: transform;

    -webkit-box-sizing: content-box;

    -moz-box-sizing: content-box;

    box-sizing: content-box;

}

.swiper-container-android .swiper-slide,

.swiper-wrapper {

    -webkit-transform: translate3d(0px, 0, 0);

    -moz-transform: translate3d(0px, 0, 0);

    -o-transform: translate(0px, 0px);

    -ms-transform: translate3d(0px, 0, 0);

    transform: translate3d(0px, 0, 0);

}

.swiper-container-multirow>.swiper-wrapper {

    -webkit-box-lines: multiple;

    -moz-box-lines: multiple;

    -ms-flex-wrap: wrap;

    -webkit-flex-wrap: wrap;

    flex-wrap: wrap;

}

.swiper-container-free-mode>.swiper-wrapper {

    -webkit-transition-timing-function: ease-out;

    -moz-transition-timing-function: ease-out;

    -ms-transition-timing-function: ease-out;

    -o-transition-timing-function: ease-out;

    transition-timing-function: ease-out;

    margin: 0 auto;

}

.swiper-slide {

    -webkit-flex-shrink: 0;

    -ms-flex: 0 0 auto;

    flex-shrink: 0;

    width: 100%;

    height: 100%;

    position: relative;

}

.swiper-slide:after {

    content: "";

    position: absolute;

    left: 0;

    right: 0;

    bottom: 0;

    top: 0;

    background: rgba(25, 25, 25, 0.2);

    transition: 1.2s;

    transition-delay: 0.6s;

    z-index: 1;

}

.swiper-slide .rd-video.rd-video-bg {

    height: 100%;

    z-index: auto;

}

.swiper-slide .swiper-caption {

    position: relative;

    z-index: 9;

}

.swiper-slide-active:after {

    background: rgba(25, 25, 25, 0.6);

}

.swiper-container .no-transition {

    transition: 0s;

}



/* a11y */

.swiper-container .swiper-notification {

    position: absolute;

    left: 0;

    top: 0;

    pointer-events: none;

    opacity: 0;

    z-index: -1000;

}



/* IE10 Windows Phone 8 Fixes */

.swiper-wp8-horizontal {

    -ms-touch-action: pan-y;

    touch-action: pan-y;

}

.swiper-wp8-vertical {

    -ms-touch-action: pan-x;

    touch-action: pan-x;

}



/* Arrows */

.swiper-button-prev,

.swiper-button-next {

    display: none;

    position: absolute;

    top: 50%;

    width: 46px;

    height: 46px;

    line-height: 46px;

    font-size: 46px;

    text-align: center;

    margin-top: -23px;

    z-index: 10;

    cursor: pointer;

    opacity: 1;

    color: #fff;

}

.swiper-button-prev:hover,

.swiper-button-next:hover {

    opacity: 1;

}

@media (min-width: 992px) {

    .swiper-button-prev,

    .swiper-button-next {

        display: block;

    }

}

.swiper-button-prev.swiper-button-disabled,

.swiper-button-next.swiper-button-disabled {

    opacity: 0.35;

    cursor: auto;

    pointer-events: none;

}

.swiper-button-prev {

    left: 23px;

}

.swiper-button-next {

    right: 3.5%;

}



/* Pagination Styles */

.swiper-pagination {

    display: block;

    position: absolute;

    text-align: center;

    transition: 300ms;

    -webkit-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);

    z-index: 10;

}

.desktop .swiper-container .swiper-pagination-type-1 {

    display: inline-block;

}

.swiper-pagination-type-1 .swiper-pagination-bullet {

    position: relative;

    width: 14px;

    height: 14px;

    line-height: 14px;

    background: transparent;

    border: 2px solid #fff;

    margin: 0 15px;

    transition: .3s all ease;

}

.swiper-pagination-type-1 .swiper-pagination-bullet-active,

.swiper-pagination-type-1 .swiper-pagination-bullet:hover {

    transform: scale(1.4);

    background: #fff;

}

.swiper-pagination.swiper-pagination-hidden {

    opacity: 0;

}

.swiper-pagination-bullet {

    margin-left: 8px;

    display: inline-block;

    width: 8px;

    height: 8px;

    line-height: 8px;

    border-radius: 50%;

    background: #fff;

}

.swiper-pagination-clickable .swiper-pagination-bullet {

    cursor: pointer;

}

.swiper-pagination-white .swiper-pagination-bullet {

    background: #FFF;

}

.swiper-pagination-bullet-active {

    background: #554e9f;

}

.swiper-pagination-white .swiper-pagination-bullet-active {

    background: #FFF;

}

.swiper-pagination-black .swiper-pagination-bullet-active {

    background: #000;

}

.swiper-container-vertical>.swiper-pagination {

    right: 10px;

    top: 50%;

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

    -moz-transform: translate3d(0px, -50%, 0);

    -o-transform: translate(0px, -50%);

    -ms-transform: translate3d(0px, -50%, 0);

    transform: translate3d(0px, -50%, 0);

}

.swiper-container-vertical>.swiper-pagination .swiper-pagination-bullet {

    margin: 5px 0;

    display: block;

}

.swiper-container-horizontal>.swiper-pagination {

    bottom: 20px;

    left: 0;

    width: 100%;

}

.swiper-container-horizontal>.swiper-pagination.swiper-pagination-type-1 {

    bottom: 30px;

    width: 100%;

}

@media (min-width: 768px) {

    .swiper-container-horizontal>.swiper-pagination.swiper-pagination-type-1 {

        right: 30px;

        bottom: 65px;

        left: auto;

        width: auto;

    }

}

.swiper-container-horizontal>.swiper-pagination.swiper-pagination-type-1 .swiper-pagination-bullet {

    margin: 0 15px;

}

.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet {

    margin: 0 5px;

}

.swiper-slide>.vide__body,

.swiper-slide>.parallax_cnt {

    height: 100%;

}

.swiper-slide {

    height: 100%;

    background-position: center;

}

.swiper-slide .swiper-parallax {

    height: 100%;

    white-space: nowrap;

}

.swiper-slide .swiper-parallax:before {

    content: '';

    display: inline-block;

    height: 50%;

}

.swiper-slide-caption {

    display: inline-block;

    width: 100%;

    vertical-align: middle;

    white-space: normal;

    padding: 0 15px;

}

.swiper-slide-caption h4 {

    margin-bottom: 0;

}

@media (min-width: 1200px) {

    .swiper-slide-caption {

        padding: 0 80px;

    }

}

@media (max-width: 479.98px) {

    .swiper-slide h1 {

        font-size: 32px;

    }

    

    .swiper-slide h2 {

        font-size: 28px;

    }

    

    .swiper-slide h3 {

        font-size: 24px;

    }

    

    .swiper-slide h4 {

        font-size: 20px;

    }

    

    .swiper-slide h5 {

        font-size: 18px;

    }

    

    .swiper-slide .btn,

    .swiper-slide .pagination-classic>li>a,

    .swiper-slide .pagination-classic>li>span {

        font-size: 15px;

    }

    

    .swiper-slide .btn.btn-lg,

    .swiper-slide .btn-group-lg>.btn,

    .swiper-slide .pagination-classic>li.btn-group-lg>a,

    .swiper-slide .pagination-classic>li.btn-group-lg>span,

    .swiper-slide .pagination-classic>li>a.btn-lg,

    .swiper-slide .pagination-classic>li>span.btn-lg {

        padding: 10px 20px;

    }

    

    .swiper-slide .btn.btn-lg.btn-icon .icon,

    .swiper-slide .btn-group-lg>.btn.btn-icon .icon,

    .swiper-slide .pagination-classic>li.btn-group-lg>a.btn-icon .icon,

    .swiper-slide .pagination-classic>li.btn-group-lg>span.btn-icon .icon,

    .swiper-slide .pagination-classic>li>a.btn-lg.btn-icon .icon,

    .swiper-slide .pagination-classic>li>span.btn-lg.btn-icon .icon {

        font-size: 28px;

    }

}

@media (min-width: 1920px) {

    .swiper-slide h1 {

        font-size: 2.35vw;

    }

}

.swiper-slide-overlay-disable:after {

    display: none;

}

@media (max-width: 991.98px) {

    .swiper-slide-overlay-disable {

        background-position: right center;

    }

}

.swiper-button {

    width: 60px;

    height: 100px;

    cursor: pointer;

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

    z-index: 9;

}

.swiper-button:before {

    content: '';

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

}

.swiper-button:after {

    position: absolute;

    top: calc(50% - 1px);

    width: 30px;

    height: 2px;

    background: #FFF;

    content: '';

    -webkit-transition: width 0.3s 0.2s;

    transition: width 0.3s 0.2s;

    -webkit-backface-visibility: hidden;

    /* needed because of Chrome bug with prefixed calc */

    

    backface-visibility: hidden;

}

.swiper-button.swiper-button-next {

    right: 23px;

}

.swiper-button.swiper-button-next:before {

    width: 0;

    height: 0;

    border-style: solid;

    border-width: 8px 0 8px 13px;

    border-color: transparent transparent transparent #fff;

    right: 0;

}

.swiper-button.swiper-button-next:after {

    right: 13px;

}

.swiper-button.swiper-button-next .preview {

    right: 40px;

}

.swiper-button.swiper-button-next .preview:after {

    content: 'Next';

    text-align: right;

    transform: translateX(-125%);

}

.swiper-button.swiper-button-prev:before {

    width: 0;

    height: 0;

    border-style: solid;

    border-width: 8px 13px 8px 0;

    border-color: transparent #fff transparent transparent;

    left: 0;

}

.swiper-button.swiper-button-prev:after {

    left: 13px;

}

.swiper-button.swiper-button-prev .preview {

    left: 40px;

}

.swiper-button.swiper-button-prev .preview:after {

    content: 'Previous';

    transform: translateX(125%);

}

.swiper-button.swiper-button-prev .preview__img {

    float: left;

}

.swiper-button.swiper-button-prev .preview__img:first-child {

    width: 32px;

    height: 32px;

}

.swiper-button.swiper-button-prev .preview__img:nth-child(2) {

    width: 48px;

    height: 48px;

}

.swiper-button.swiper-button-prev .preview__img:nth-child(3) {

    width: 64px;

    height: 64px;

}

.swiper-button .preview {

    position: absolute;

    top: -25%;

    display: flex;

    align-items: flex-end;

    width: 170px;

    pointer-events: none;

}

.swiper-button .preview__img {

    margin: 0 5px;

    opacity: 0;

    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0px -1px 0 rgba(255, 255, 255, 0.5);

    transition: 0.3s;

    transform: scale(0.3);

}

.swiper-button .preview__img:first-child {

    width: 64px;

    height: 64px;

}

.swiper-button .preview__img:nth-child(2) {

    width: 48px;

    height: 48px;

}

.swiper-button .preview__img:nth-child(3) {

    width: 32px;

    height: 32px;

}

.swiper-button .preview:after {

    position: absolute;

    top: 100%;

    left: 0;

    margin: 20px 5px 0;

    width: 100%;

    color: #FFF;

    line-height: 1;

    text-transform: uppercase;

    font-size: 13px;

    opacity: 0;

    transition: 0.3s;

}

.lt-ie10 #nav-multithumb .preview__img {

    display: none;

}

.desktop .swiper-button {

    display: none;

}

.desktop .swiper-button:hover {

    width: 200px;

}

.desktop .swiper-button:hover:after {

    width: 200px;

    transition-delay: 0s;

}

.desktop .swiper-button:hover .preview {

    pointer-events: auto;

}

.desktop .swiper-button:hover .preview:after {

    opacity: 1;

    transition-delay: 0.2s;

    transform: translateX(0%);

}

.desktop .swiper-button:hover .preview__img {

    opacity: 1;

    transform: scale(1);

    -webkit-background-size: cover;

    background-size: cover;

    float: left;

}

.desktop .swiper-button:hover .preview__img:first-child {

    transition-delay: 0.3s;

}

.desktop .swiper-button:hover .preview__img:nth-child(2) {

    transition-delay: 0.35s;

}

.desktop .swiper-button:hover .preview__img:nth-child(3) {

    transition-delay: 0.4s;

}

@media (min-width: 1200px) {

    .desktop .swiper-button {

        display: block;

    }

    

    .desktop .swiper-pagination {

        display: none;

    }

}

.mobile .swiper-pagination,

.tablet .swiper-pagination {

    display: block;

}

.mobile .swiper-button,

.tablet .swiper-button {

    display: none;

}

.mobile .preview,

.tablet .preview {

    display: none;

}



/* 3D Container */

.swiper-container-3d {

    -webkit-perspective: 1200px;

    -moz-perspective: 1200px;

    -o-perspective: 1200px;

    perspective: 1200px;

}

.swiper-container-3d .swiper-wrapper,

.swiper-container-3d .swiper-slide,

.swiper-container-3d .swiper-slide-shadow-left,

.swiper-container-3d .swiper-slide-shadow-right,

.swiper-container-3d .swiper-slide-shadow-top,

.swiper-container-3d .swiper-slide-shadow-bottom,

.swiper-container-3d .swiper-cube-shadow {

    -webkit-transform-style: preserve-3d;

    -moz-transform-style: preserve-3d;

    -ms-transform-style: preserve-3d;

    transform-style: preserve-3d;

}

.swiper-container-3d .swiper-slide-shadow-left,

.swiper-container-3d .swiper-slide-shadow-right,

.swiper-container-3d .swiper-slide-shadow-top,

.swiper-container-3d .swiper-slide-shadow-bottom {

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    pointer-events: none;

    z-index: 10;

}

.swiper-container-3d .swiper-slide-shadow-left {

    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);

}

.swiper-container-3d .swiper-slide-shadow-top {

    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);

}

.swiper-container-3d .swiper-slide-shadow-bottom {

    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);

}



/* Coverflow */

.swiper-container-coverflow .swiper-wrapper {

    /* Windows 8 IE 10 fix */

    

    -ms-perspective: 1200px;

}



/* Fade */

.swiper-container-fade.swiper-container-free-mode .swiper-slide {

    -webkit-transition-timing-function: ease-out;

    transition-timing-function: ease-out;

}

.swiper-container-fade .swiper-slide {

    pointer-events: none;

}

.swiper-container-fade .swiper-slide .swiper-slide {

    pointer-events: none;

}

.swiper-container-fade .swiper-slide-active,

.swiper-container-fade .swiper-slide-active .swiper-slide-active {

    pointer-events: auto;

}



/* Cube */

.swiper-container-cube {

    overflow: visible;

}

.swiper-container-cube .swiper-slide {

    pointer-events: none;

    visibility: hidden;

    -webkit-transform-origin: 0 0;

    -moz-transform-origin: 0 0;

    -ms-transform-origin: 0 0;

    transform-origin: 0 0;

    -webkit-backface-visibility: hidden;

    -moz-backface-visibility: hidden;

    -ms-backface-visibility: hidden;

    backface-visibility: hidden;

    width: 100%;

    height: 100%;

    z-index: 1;

}

.swiper-container-cube.swiper-container-rtl .swiper-slide {

    -webkit-transform-origin: 100% 0;

    -moz-transform-origin: 100% 0;

    -ms-transform-origin: 100% 0;

    transform-origin: 100% 0;

}

.swiper-container-cube .swiper-slide-active,

.swiper-container-cube .swiper-slide-next,

.swiper-container-cube .swiper-slide-prev,

.swiper-container-cube .swiper-slide-next+.swiper-slide {

    pointer-events: auto;

    visibility: visible;

}

.swiper-container-cube .swiper-slide-shadow-top,

.swiper-container-cube .swiper-slide-shadow-bottom,

.swiper-container-cube .swiper-slide-shadow-left,

.swiper-container-cube .swiper-slide-shadow-right {

    z-index: 0;

    -webkit-backface-visibility: hidden;

    -moz-backface-visibility: hidden;

    -ms-backface-visibility: hidden;

    backface-visibility: hidden;

}

.swiper-container-cube .swiper-cube-shadow {

    position: absolute;

    left: 0;

    bottom: 0px;

    width: 100%;

    height: 100%;

    background: #000;

    opacity: 0.6;

    -webkit-filter: blur(50px);

    filter: blur(50px);

    z-index: 0;

}



/* Scrollbar */

.swiper-scrollbar {

    position: relative;

    -ms-touch-action: none;

}

.swiper-container-horizontal>.swiper-scrollbar {

    position: absolute;

    bottom: 0;

    z-index: 50;

    height: 3px;

    width: 100%;

}

.swiper-container-vertical>.swiper-scrollbar {

    position: absolute;

    right: 3px;

    top: 1%;

    z-index: 50;

    width: 5px;

    height: 98%;

}

.swiper-scrollbar-drag {

    height: 100%;

    width: 100%;

    position: relative;

    background: #554e9f;

    left: 0;

    top: 0;

}

.swiper-scrollbar-cursor-drag {

    cursor: move;

}



/* Preloader */

.swiper-lazy-preloader {

    width: 42px;

    height: 42px;

    position: absolute;

    left: 50%;

    top: 50%;

    margin-left: -21px;

    margin-top: -21px;

    z-index: 10;

    -webkit-transform-origin: 50%;

    -moz-transform-origin: 50%;

    transform-origin: 50%;

    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;

    -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;

    animation: swiper-preloader-spin 1s steps(12, end) infinite;

}

.swiper-lazy-preloader:after {

    display: block;

    content: "";

    width: 100%;

    height: 100%;

    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");

    background-position: 50%;

    -webkit-background-size: 100%;

    background-size: 100%;

    background-repeat: no-repeat;

}

.swiper-lazy-preloader-white:after {

    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");

}

@-webkit-keyframes swiper-preloader-spin {

    100% {

        -webkit-transform: rotate(360deg);

    }

}

@keyframes swiper-preloader-spin {

    100% {

        transform: rotate(360deg);

    }

}

.animated {

    -webkit-animation-duration: 1s;

    animation-duration: 1s;

    -webkit-animation-fill-mode: both;

    animation-fill-mode: both;

    opacity: 1;

}

.animated.infinite {

    -webkit-animation-iteration-count: infinite;

    animation-iteration-count: infinite;

}

.animated.hinge {

    -webkit-animation-duration: 2s;

    animation-duration: 2s;

}

html:not(.lt-ie10) .not-animated {

    opacity: 0;

}

html[data-x-mode]:not(.lt-ie10) .not-animated {

    opacity: 1;

}

@-webkit-keyframes bounce {

    0%,

    20%,

    53%,

    80%,

    100% {

        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);

        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);

        -webkit-transform: translate3d(0, 0, 0);

        transform: translate3d(0, 0, 0);

    }

    

    40%,

    43% {

        -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);

        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);

        -webkit-transform: translate3d(0, -30px, 0);

        transform: translate3d(0, -30px, 0);

    }

    

    70% {

        -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);

        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);

        -webkit-transform: translate3d(0, -15px, 0);

        transform: translate3d(0, -15px, 0);

    }

    

    90% {

        -webkit-transform: translate3d(0, -4px, 0);

        transform: translate3d(0, -4px, 0);

    }

}

.bounce {

    -webkit-animation-name: bounce;

    animation-name: bounce;

    -webkit-transform-origin: center bottom;

    transform-origin: center bottom;

}

@-webkit-keyframes flash {

    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;

}

@-webkit-keyframes pulse {

    0% {

        -webkit-transform: scale3d(1, 1, 1);

        transform: scale3d(1, 1, 1);

    }

    

    50% {

        -webkit-transform: scale3d(1.05, 1.05, 1.05);

        transform: scale3d(1.05, 1.05, 1.05);

    }

    

    100% {

        -webkit-transform: scale3d(1, 1, 1);

        transform: scale3d(1, 1, 1);

    }

}

@keyframes pulse {

    0% {

        -webkit-transform: scale3d(1, 1, 1);

        transform: scale3d(1, 1, 1);

    }

    

    50% {

        -webkit-transform: scale3d(1.05, 1.05, 1.05);

        transform: scale3d(1.05, 1.05, 1.05);

    }

    

    100% {

        -webkit-transform: scale3d(1, 1, 1);

        transform: scale3d(1, 1, 1);

    }

}

.pulse {

    -webkit-animation-name: pulse;

    animation-name: pulse;

}

@-webkit-keyframes rubberBand {

    0% {

        -webkit-transform: scale3d(1, 1, 1);

        transform: scale3d(1, 1, 1);

    }

    

    30% {

        -webkit-transform: scale3d(1.25, 0.75, 1);

        transform: scale3d(1.25, 0.75, 1);

    }

    

    40% {

        -webkit-transform: scale3d(0.75, 1.25, 1);

        transform: scale3d(0.75, 1.25, 1);

    }

    

    50% {

        -webkit-transform: scale3d(1.15, 0.85, 1);

        transform: scale3d(1.15, 0.85, 1);

    }

    

    65% {

        -webkit-transform: scale3d(0.95, 1.05, 1);

        transform: scale3d(0.95, 1.05, 1);

    }

    

    75% {

        -webkit-transform: scale3d(1.05, 0.95, 1);

        transform: scale3d(1.05, 0.95, 1);

    }

    

    100% {

        -webkit-transform: scale3d(1, 1, 1);

        transform: scale3d(1, 1, 1);

    }

}

@keyframes rubberBand {

    0% {

        -webkit-transform: scale3d(1, 1, 1);

        transform: scale3d(1, 1, 1);

    }

    

    30% {

        -webkit-transform: scale3d(1.25, 0.75, 1);

        transform: scale3d(1.25, 0.75, 1);

    }

    

    40% {

        -webkit-transform: scale3d(0.75, 1.25, 1);

        transform: scale3d(0.75, 1.25, 1);

    }

    

    50% {

        -webkit-transform: scale3d(1.15, 0.85, 1);

        transform: scale3d(1.15, 0.85, 1);

    }

    

    65% {

        -webkit-transform: scale3d(0.95, 1.05, 1);

        transform: scale3d(0.95, 1.05, 1);

    }

    

    75% {

        -webkit-transform: scale3d(1.05, 0.95, 1);

        transform: scale3d(1.05, 0.95, 1);

    }

    

    100% {

        -webkit-transform: scale3d(1, 1, 1);

        transform: scale3d(1, 1, 1);

    }

}

.rubberBand {

    -webkit-animation-name: rubberBand;

    animation-name: rubberBand;

}

@-webkit-keyframes shake {

    0%,

    100% {

        -webkit-transform: translate3d(0, 0, 0);

        transform: translate3d(0, 0, 0);

    }

    

    10%,

    30%,

    50%,

    70%,

    90% {

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

        transform: translate3d(-10px, 0, 0);

    }

    

    20%,

    40%,

    60%,

    80% {

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

        transform: translate3d(10px, 0, 0);

    }

}

@keyframes shake {

    0%,

    100% {

        -webkit-transform: translate3d(0, 0, 0);

        transform: translate3d(0, 0, 0);

    }

    

    10%,

    30%,

    50%,

    70%,

    90% {

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

        transform: translate3d(-10px, 0, 0);

    }

    

    20%,

    40%,

    60%,

    80% {

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

        transform: translate3d(10px, 0, 0);

    }

}

.shake {

    -webkit-animation-name: shake;

    animation-name: shake;

}

@-webkit-keyframes swing {

    20% {

        -webkit-transform: rotate3d(0, 0, 1, 15deg);

        transform: rotate3d(0, 0, 1, 15deg);

    }

    

    40% {

        -webkit-transform: rotate3d(0, 0, 1, -10deg);

        transform: rotate3d(0, 0, 1, -10deg);

    }

    

    60% {

        -webkit-transform: rotate3d(0, 0, 1, 5deg);

        transform: rotate3d(0, 0, 1, 5deg);

    }

    

    80% {

        -webkit-transform: rotate3d(0, 0, 1, -5deg);

        transform: rotate3d(0, 0, 1, -5deg);

    }

    

    100% {

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

        transform: rotate3d(0, 0, 1, 0deg);

    }

}

@keyframes swing {

    20% {

        -webkit-transform: rotate3d(0, 0, 1, 15deg);

        transform: rotate3d(0, 0, 1, 15deg);

    }

    

    40% {

        -webkit-transform: rotate3d(0, 0, 1, -10deg);

        transform: rotate3d(0, 0, 1, -10deg);

    }

    

    60% {

        -webkit-transform: rotate3d(0, 0, 1, 5deg);

        transform: rotate3d(0, 0, 1, 5deg);

    }

    

    80% {

        -webkit-transform: rotate3d(0, 0, 1, -5deg);

        transform: rotate3d(0, 0, 1, -5deg);

    }

    

    100% {

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

        transform: rotate3d(0, 0, 1, 0deg);

    }

}

.swing {

    -webkit-transform-origin: top center;

    transform-origin: top center;

    -webkit-animation-name: swing;

    animation-name: swing;

}

@-webkit-keyframes tada {

    0% {

        -webkit-transform: scale3d(1, 1, 1);

        transform: scale3d(1, 1, 1);

    }

    

    10%,

    20% {

        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);

        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);

    }

    

    30%,

    50%,

    70%,

    90% {

        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);

        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);

    }

    

    40%,

    60%,

    80% {

        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);

        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);

    }

    

    100% {

        -webkit-transform: scale3d(1, 1, 1);

        transform: scale3d(1, 1, 1);

    }

}

@keyframes tada {

    0% {

        -webkit-transform: scale3d(1, 1, 1);

        transform: scale3d(1, 1, 1);

    }

    

    10%,

    20% {

        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);

        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);

    }

    

    30%,

    50%,

    70%,

    90% {

        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);

        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);

    }

    

    40%,

    60%,

    80% {

        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);

        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);

    }

    

    100% {

        -webkit-transform: scale3d(1, 1, 1);

        transform: scale3d(1, 1, 1);

    }

}

.tada {

    -webkit-animation-name: tada;

    animation-name: tada;

}

@-webkit-keyframes wobble {

    0% {

        -webkit-transform: none;

        transform: none;

    }

    

    15% {

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

        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);

    }

    

    30% {

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

        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);

    }

    

    45% {

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

        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);

    }

    

    60% {

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

        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);

    }

    

    75% {

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

        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);

    }

    

    100% {

        -webkit-transform: none;

        transform: none;

    }

}

@keyframes wobble {

    0% {

        -webkit-transform: none;

        transform: none;

    }

    

    15% {

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

        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);

    }

    

    30% {

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

        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);

    }

    

    45% {

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

        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);

    }

    

    60% {

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

        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);

    }

    

    75% {

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

        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);

    }

    

    100% {

        -webkit-transform: none;

        transform: none;

    }

}

.wobble {

    -webkit-animation-name: wobble;

    animation-name: wobble;

}

@-webkit-keyframes bounceIn {

    0%,

    20%,

    40%,

    60%,

    80%,

    100% {

        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);

        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);

    }

    

    0% {

        opacity: 0;

        -webkit-transform: scale3d(0.3, 0.3, 0.3);

        transform: scale3d(0.3, 0.3, 0.3);

    }

    

    20% {

        -webkit-transform: scale3d(1.1, 1.1, 1.1);

        transform: scale3d(1.1, 1.1, 1.1);

    }

    

    40% {

        -webkit-transform: scale3d(0.9, 0.9, 0.9);

        transform: scale3d(0.9, 0.9, 0.9);

    }

    

    60% {

        opacity: 1;

        -webkit-transform: scale3d(1.03, 1.03, 1.03);

        transform: scale3d(1.03, 1.03, 1.03);

    }

    

    80% {

        -webkit-transform: scale3d(0.97, 0.97, 0.97);

        transform: scale3d(0.97, 0.97, 0.97);

    }

    

    100% {

        opacity: 1;

        -webkit-transform: scale3d(1, 1, 1);

        transform: scale3d(1, 1, 1);

    }

}

@keyframes bounceIn {

    0%,

    20%,

    40%,

    60%,

    80%,

    100% {

        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);

        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);

    }

    

    0% {

        opacity: 0;

        -webkit-transform: scale3d(0.3, 0.3, 0.3);

        transform: scale3d(0.3, 0.3, 0.3);

    }

    

    20% {

        -webkit-transform: scale3d(1.1, 1.1, 1.1);

        transform: scale3d(1.1, 1.1, 1.1);

    }

    

    40% {

        -webkit-transform: scale3d(0.9, 0.9, 0.9);

        transform: scale3d(0.9, 0.9, 0.9);

    }

    

    60% {

        opacity: 1;

        -webkit-transform: scale3d(1.03, 1.03, 1.03);

        transform: scale3d(1.03, 1.03, 1.03);

    }

    

    80% {

        -webkit-transform: scale3d(0.97, 0.97, 0.97);

        transform: scale3d(0.97, 0.97, 0.97);

    }

    

    100% {

        opacity: 1;

        -webkit-transform: scale3d(1, 1, 1);

        transform: scale3d(1, 1, 1);

    }

}

.bounceIn {

    -webkit-animation-name: bounceIn;

    animation-name: bounceIn;

    -webkit-animation-duration: .75s;

    animation-duration: .75s;

}

@-webkit-keyframes bounceInDown {

    0%,

    60%,

    75%,

    90%,

    100% {

        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);

        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);

    }

    

    0% {

        opacity: 0;

        -webkit-transform: translate3d(0, -3000px, 0);

        transform: translate3d(0, -3000px, 0);

    }

    

    60% {

        opacity: 1;

        -webkit-transform: translate3d(0, 25px, 0);

        transform: translate3d(0, 25px, 0);

    }

    

    75% {

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

        transform: translate3d(0, -10px, 0);

    }

    

    90% {

        -webkit-transform: translate3d(0, 5px, 0);

        transform: translate3d(0, 5px, 0);

    }

    

    100% {

        -webkit-transform: none;

        transform: none;

    }

}

@keyframes bounceInDown {

    0%,

    60%,

    75%,

    90%,

    100% {

        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);

        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);

    }

    

    0% {

        opacity: 0;

        -webkit-transform: translate3d(0, -3000px, 0);

        transform: translate3d(0, -3000px, 0);

    }

    

    60% {

        opacity: 1;

        -webkit-transform: translate3d(0, 25px, 0);

        transform: translate3d(0, 25px, 0);

    }

    

    75% {

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

        transform: translate3d(0, -10px, 0);

    }

    

    90% {

        -webkit-transform: translate3d(0, 5px, 0);

        transform: translate3d(0, 5px, 0);

    }

    

    100% {

        -webkit-transform: none;

        transform: none;

    }

}

.bounceInDown {

    -webkit-animation-name: bounceInDown;

    animation-name: bounceInDown;

}

@-webkit-keyframes bounceInLeft {

    0%,

    60%,

    75%,

    90%,

    100% {

        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);

        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);

    }

    

    0% {

        opacity: 0;

        -webkit-transform: translate3d(-3000px, 0, 0);

        transform: translate3d(-3000px, 0, 0);

    }

    

    60% {

        opacity: 1;

        -webkit-transform: translate3d(25px, 0, 0);

        transform: translate3d(25px, 0, 0);

    }

    

    75% {

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

        transform: translate3d(-10px, 0, 0);

    }

    

    90% {

        -webkit-transform: translate3d(5px, 0, 0);

        transform: translate3d(5px, 0, 0);

    }

    

    100% {

        -webkit-transform: none;

        transform: none;

    }

}

@keyframes bounceInLeft {

    0%,

    60%,

    75%,

    90%,

    100% {

        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);

        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);

    }

    

    0% {

        opacity: 0;

        -webkit-transform: translate3d(-3000px, 0, 0);

        transform: translate3d(-3000px, 0, 0);

    }

    

    60% {

        opacity: 1;

        -webkit-transform: translate3d(25px, 0, 0);

        transform: translate3d(25px, 0, 0);

    }

    

    75% {

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

        transform: translate3d(-10px, 0, 0);

    }

    

    90% {

        -webkit-transform: translate3d(5px, 0, 0);

        transform: translate3d(5px, 0, 0);

    }

    

    100% {

        -webkit-transform: none;

        transform: none;

    }

}

.bounceInLeft {

    -webkit-animation-name: bounceInLeft;

    animation-name: bounceInLeft;

}

@-webkit-keyframes bounceInRight {

    0%,

    60%,

    75%,

    90%,

    100% {

        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);

        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);

    }

    

    0% {

        opacity: 0;

        -webkit-transform: translate3d(3000px, 0, 0);

        transform: translate3d(3000px, 0, 0);

    }

    

    60% {

        opacity: 1;

        -webkit-transform: translate3d(-25px, 0, 0);

        transform: translate3d(-25px, 0, 0);

    }

    

    75% {

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

        transform: translate3d(10px, 0, 0);

    }

    

    90% {

        -webkit-transform: translate3d(-5px, 0, 0);

        transform: translate3d(-5px, 0, 0);

    }

    

    100% {

        -webkit-transform: none;

        transform: none;

    }

}

@keyframes bounceInRight {

    0%,

    60%,

    75%,

    90%,

    100% {

        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);

        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);

    }

    

    0% {

        opacity: 0;

        -webkit-transform: translate3d(3000px, 0, 0);

        transform: translate3d(3000px, 0, 0);

    }

    

    60% {

        opacity: 1;

        -webkit-transform: translate3d(-25px, 0, 0);

        transform: translate3d(-25px, 0, 0);

    }

    

    75% {

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

        transform: translate3d(10px, 0, 0);

    }

    

    90% {

        -webkit-transform: translate3d(-5px, 0, 0);

        transform: translate3d(-5px, 0, 0);

    }

    

    100% {

        -webkit-transform: none;

        transform: none;

    }

}

.bounceInRight {

    -webkit-animation-name: bounceInRight;

    animation-name: bounceInRight;

}

@-webkit-keyframes bounceInUp {

    0%,

    60%,

    75%,

    90%,

    100% {

        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);

        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);

    }

    

    0% {

        opacity: 0;

        -webkit-transform: translate3d(0, 3000px, 0);

        transform: translate3d(0, 3000px, 0);

    }

    

    60% {

        opacity: 1;

        -webkit-transform: translate3d(0, -20px, 0);

        transform: translate3d(0, -20px, 0);

    }

    

    75% {

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

        transform: translate3d(0, 10px, 0);

    }

    

    90% {

        -webkit-transform: translate3d(0, -5px, 0);

        transform: translate3d(0, -5px, 0);

    }

    

    100% {

        -webkit-transform: translate3d(0, 0, 0);

        transform: translate3d(0, 0, 0);

    }

}

@keyframes bounceInUp {

    0%,

    60%,

    75%,

    90%,

    100% {

        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);

        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);

    }

    

    0% {

        opacity: 0;

        -webkit-transform: translate3d(0, 3000px, 0);

        transform: translate3d(0, 3000px, 0);

    }

    

    60% {

        opacity: 1;

        -webkit-transform: translate3d(0, -20px, 0);

        transform: translate3d(0, -20px, 0);

    }

    

    75% {

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

        transform: translate3d(0, 10px, 0);

    }

    

    90% {

        -webkit-transform: translate3d(0, -5px, 0);

        transform: translate3d(0, -5px, 0);

    }

    

    100% {

        -webkit-transform: translate3d(0, 0, 0);

        transform: translate3d(0, 0, 0);

    }

}

.bounceInUp {

    -webkit-animation-name: bounceInUp;

    animation-name: bounceInUp;

}

@-webkit-keyframes bounceOut {

    20% {

        -webkit-transform: scale3d(0.9, 0.9, 0.9);

        transform: scale3d(0.9, 0.9, 0.9);

    }

    

    50%,

    55% {

        opacity: 1;

        -webkit-transform: scale3d(1.1, 1.1, 1.1);

        transform: scale3d(1.1, 1.1, 1.1);

    }

    

    100% {

        opacity: 0;

        -webkit-transform: scale3d(0.3, 0.3, 0.3);

        transform: scale3d(0.3, 0.3, 0.3);

    }

}

@keyframes bounceOut {

    20% {

        -webkit-transform: scale3d(0.9, 0.9, 0.9);

        transform: scale3d(0.9, 0.9, 0.9);

    }

    

    50%,

    55% {

        opacity: 1;

        -webkit-transform: scale3d(1.1, 1.1, 1.1);

        transform: scale3d(1.1, 1.1, 1.1);

    }

    

    100% {

        opacity: 0;

        -webkit-transform: scale3d(0.3, 0.3, 0.3);

        transform: scale3d(0.3, 0.3, 0.3);

    }

}

.bounceOut {

    -webkit-animation-name: bounceOut;

    animation-name: bounceOut;

    -webkit-animation-duration: .75s;

    animation-duration: .75s;

}

@-webkit-keyframes bounceOutDown {

    20% {

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

        transform: translate3d(0, 10px, 0);

    }

    

    40%,

    45% {

        opacity: 1;

        -webkit-transform: translate3d(0, -20px, 0);

        transform: translate3d(0, -20px, 0);

    }

    

    100% {

        opacity: 0;

        -webkit-transform: translate3d(0, 2000px, 0);

        transform: translate3d(0, 2000px, 0);

    }

}

@keyframes bounceOutDown {

    20% {

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

        transform: translate3d(0, 10px, 0);

    }

    

    40%,

    45% {

        opacity: 1;

        -webkit-transform: translate3d(0, -20px, 0);

        transform: translate3d(0, -20px, 0);

    }

    

    100% {

        opacity: 0;

        -webkit-transform: translate3d(0, 2000px, 0);

        transform: translate3d(0, 2000px, 0);

    }

}

.bounceOutDown {

    -webkit-animation-name: bounceOutDown;

    animation-name: bounceOutDown;

}

@-webkit-keyframes bounceOutLeft {

    20% {

        opacity: 1;

        -webkit-transform: translate3d(20px, 0, 0);

        transform: translate3d(20px, 0, 0);

    }

    

    100% {

        opacity: 0;

        -webkit-transform: translate3d(-2000px, 0, 0);

        transform: translate3d(-2000px, 0, 0);

    }

}

@keyframes bounceOutLeft {

    20% {

        opacity: 1;

        -webkit-transform: translate3d(20px, 0, 0);

        transform: translate3d(20px, 0, 0);

    }

    

    100% {

        opacity: 0;

        -webkit-transform: translate3d(-2000px, 0, 0);

        transform: translate3d(-2000px, 0, 0);

    }

}

.bounceOutLeft {

    -webkit-animation-name: bounceOutLeft;

    animation-name: bounceOutLeft;

}

@-webkit-keyframes bounceOutRight {

    20% {

        opacity: 1;

        -webkit-transform: translate3d(-20px, 0, 0);

        transform: translate3d(-20px, 0, 0);

    }

    

    100% {

        opacity: 0;

        -webkit-transform: translate3d(2000px, 0, 0);

        transform: translate3d(2000px, 0, 0);

    }

}

@keyframes bounceOutRight {

    20% {

        opacity: 1;

        -webkit-transform: translate3d(-20px, 0, 0);

        transform: translate3d(-20px, 0, 0);

    }

    

    100% {

        opacity: 0;

        -webkit-transform: translate3d(2000px, 0, 0);

        transform: translate3d(2000px, 0, 0);

    }

}

.bounceOutRight {

    -webkit-animation-name: bounceOutRight;

    animation-name: bounceOutRight;

}

@-webkit-keyframes bounceOutUp {

    20% {

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

        transform: translate3d(0, -10px, 0);

    }

    

    40%,

    45% {

        opacity: 1;

        -webkit-transform: translate3d(0, 20px, 0);

        transform: translate3d(0, 20px, 0);

    }

    

    100% {

        opacity: 0;

        -webkit-transform: translate3d(0, -2000px, 0);

        transform: translate3d(0, -2000px, 0);

    }

}

@keyframes bounceOutUp {

    20% {

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

        transform: translate3d(0, -10px, 0);

    }

    

    40%,

    45% {

        opacity: 1;

        -webkit-transform: translate3d(0, 20px, 0);

        transform: translate3d(0, 20px, 0);

    }

    

    100% {

        opacity: 0;

        -webkit-transform: translate3d(0, -2000px, 0);

        transform: translate3d(0, -2000px, 0);

    }

}

.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: translate3d(0, -100%, 0);

        transform: translate3d(0, -100%, 0);

    }

    

    100% {

        opacity: 1;

        -webkit-transform: none;

        transform: none;

    }

}

@keyframes fadeInDown {

    0% {

        opacity: 0;

        -webkit-transform: translate3d(0, -100%, 0);

        transform: translate3d(0, -100%, 0);

    }

    

    100% {

        opacity: 1;

        -webkit-transform: none;

        transform: none;

    }

}

.fadeInDown {

    -webkit-animation-name: fadeInDown;

    animation-name: fadeInDown;

}

@-webkit-keyframes fadeInDownBig {

    0% {

        opacity: 0;

        -webkit-transform: translate3d(0, -2000px, 0);

        transform: translate3d(0, -2000px, 0);

    }

    

    100% {

        opacity: 1;

        -webkit-transform: none;

        transform: none;

    }

}

@keyframes fadeInDownBig {

    0% {

        opacity: 0;

        -webkit-transform: translate3d(0, -2000px, 0);

        transform: translate3d(0, -2000px, 0);

    }

    

    100% {

        opacity: 1;

        -webkit-transform: none;

        transform: none;

    }

}

.fadeInDownBig {

    -webkit-animation-name: fadeInDownBig;

    animation-name: fadeInDownBig;

}

@-webkit-keyframes fadeInLeft {

    0% {

        opacity: 0;

        -webkit-transform: translate3d(-100%, 0, 0);

        transform: translate3d(-100%, 0, 0);

    }

    

    100% {

        opacity: 1;

        -webkit-transform: none;

        transform: none;

    }

}

@keyframes fadeInLeft {

    0% {

        opacity: 0;

        -webkit-transform: translate3d(-100%, 0, 0);

        transform: translate3d(-100%, 0, 0);

    }

    

    100% {

        opacity: 1;

        -webkit-transform: none;

        transform: none;

    }

}

.fadeInLeft {

    -webkit-animation-name: fadeInLeft;

    animation-name: fadeInLeft;

}

@-webkit-keyframes fadeInLeftBig {

    0% {

        opacity: 0;

        -webkit-transform: translate3d(-2000px, 0, 0);

        transform: translate3d(-2000px, 0, 0);

    }

    

    100% {

        opacity: 1;

        -webkit-transform: none;

        transform: none;

    }

}

@keyframes fadeInLeftBig {

    0% {

        opacity: 0;

        -webkit-transform: translate3d(-2000px, 0, 0);

        transform: translate3d(-2000px, 0, 0);

    }

    

    100% {

        opacity: 1;

        -webkit-transform: none;

        transform: none;

    }

}

.fadeInLeftBig {

    -webkit-animation-name: fadeInLeftBig;

    animation-name: fadeInLeftBig;

}

@-webkit-keyframes fadeInRight {

    0% {

        opacity: 0;

        -webkit-transform: translate3d(100%, 0, 0);

        transform: translate3d(100%, 0, 0);

    }

    

    100% {

        opacity: 1;

        -webkit-transform: none;

        transform: none;

    }

}

@keyframes fadeInRight {

    0% {

        opacity: 0;

        -webkit-transform: translate3d(100%, 0, 0);

        transform: translate3d(100%, 0, 0);

    }

    

    100% {

        opacity: 1;

        -webkit-transform: none;

        transform: none;

    }

}

.fadeInRight {

    -webkit-animation-name: fadeInRight;

    animation-name: fadeInRight;

}

@-webkit-keyframes fadeInRightBig {

    0% {

        opacity: 0;

        -webkit-transform: translate3d(2000px, 0, 0);

        transform: translate3d(2000px, 0, 0);

    }

    

    100% {

        opacity: 1;

        -webkit-transform: none;

        transform: none;

    }

}

@keyframes fadeInRightBig {

    0% {

        opacity: 0;

        -webkit-transform: translate3d(2000px, 0, 0);

        transform: translate3d(2000px, 0, 0);

    }

    

    100% {

        opacity: 1;

        -webkit-transform: none;

        transform: none;

    }

}

.fadeInRightBig {

    -webkit-animation-name: fadeInRightBig;

    animation-name: fadeInRightBig;

}

@-webkit-keyframes fadeInUp {

    0% {

        opacity: 0;

        -webkit-transform: translate3d(0, 100%, 0);

        transform: translate3d(0, 100%, 0);

    }

    

    100% {

        opacity: 1;

        -webkit-transform: none;

        transform: none;

    }

}

@keyframes fadeInUp {

    0% {

        opacity: 0;

        -webkit-transform: translate3d(0, 100%, 0);

        transform: translate3d(0, 100%, 0);

    }

    

    100% {

        opacity: 1;

        -webkit-transform: none;

        transform: none;

    }

}

.fadeInUp {

    -webkit-animation-name: fadeInUp;

    animation-name: fadeInUp;

}

@-webkit-keyframes fadeInUpBig {

    0% {

        opacity: 0;

        -webkit-transform: translate3d(0, 2000px, 0);

        transform: translate3d(0, 2000px, 0);

    }

    

    100% {

        opacity: 1;

        -webkit-transform: none;

        transform: none;

    }

}

@keyframes fadeInUpBig {

    0% {

        opacity: 0;

        -webkit-transform: translate3d(0, 2000px, 0);

        transform: translate3d(0, 2000px, 0);

    }

    

    100% {

        opacity: 1;

        -webkit-transform: none;

        transform: none;

    }

}

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

    }

    

    100% {

        opacity: 0;

        -webkit-transform: translate3d(0, 100%, 0);

        transform: translate3d(0, 100%, 0);

    }

}

@keyframes fadeOutDown {

    0% {

        opacity: 1;

    }

    

    100% {

        opacity: 0;

        -webkit-transform: translate3d(0, 100%, 0);

        transform: translate3d(0, 100%, 0);

    }

}

.fadeOutDown {

    -webkit-animation-name: fadeOutDown;

    animation-name: fadeOutDown;

}

@-webkit-keyframes fadeOutDownBig {

    0% {

        opacity: 1;

    }

    

    100% {

        opacity: 0;

        -webkit-transform: translate3d(0, 2000px, 0);

        transform: translate3d(0, 2000px, 0);

    }

}

@keyframes fadeOutDownBig {

    0% {

        opacity: 1;

    }

    

    100% {

        opacity: 0;

        -webkit-transform: translate3d(0, 2000px, 0);

        transform: translate3d(0, 2000px, 0);

    }

}

.fadeOutDownBig {

    -webkit-animation-name: fadeOutDownBig;

    animation-name: fadeOutDownBig;

}

@-webkit-keyframes fadeOutLeft {

    0% {

        opacity: 1;

    }

    

    100% {

        opacity: 0;

        -webkit-transform: translate3d(-100%, 0, 0);

        transform: translate3d(-100%, 0, 0);

    }

}

@keyframes fadeOutLeft {

    0% {

        opacity: 1;

    }

    

    100% {

        opacity: 0;

        -webkit-transform: translate3d(-100%, 0, 0);

        transform: translate3d(-100%, 0, 0);

    }

}

.fadeOutLeft {

    -webkit-animation-name: fadeOutLeft;

    animation-name: fadeOutLeft;

}

@-webkit-keyframes fadeOutLeftBig {

    0% {

        opacity: 1;

    }

    

    100% {

        opacity: 0;

        -webkit-transform: translate3d(-2000px, 0, 0);

        transform: translate3d(-2000px, 0, 0);

    }

}

@keyframes fadeOutLeftBig {

    0% {

        opacity: 1;

    }

    

    100% {

        opacity: 0;

        -webkit-transform: translate3d(-2000px, 0, 0);

        transform: translate3d(-2000px, 0, 0);

    }

}

.fadeOutLeftBig {

    -webkit-animation-name: fadeOutLeftBig;

    animation-name: fadeOutLeftBig;

}

@-webkit-keyframes fadeOutRight {

    0% {

        opacity: 1;

    }

    

    100% {

        opacity: 0;

        -webkit-transform: translate3d(100%, 0, 0);

        transform: translate3d(100%, 0, 0);

    }

}

@keyframes fadeOutRight {

    0% {

        opacity: 1;

    }

    

    100% {

        opacity: 0;

        -webkit-transform: translate3d(100%, 0, 0);

        transform: translate3d(100%, 0, 0);

    }

}

.fadeOutRight {

    -webkit-animation-name: fadeOutRight;

    animation-name: fadeOutRight;

}

@-webkit-keyframes fadeOutRightBig {

    0% {

        opacity: 1;

    }

    

    100% {

        opacity: 0;

        -webkit-transform: translate3d(2000px, 0, 0);

        transform: translate3d(2000px, 0, 0);

    }

}

@keyframes fadeOutRightBig {

    0% {

        opacity: 1;

    }

    

    100% {

        opacity: 0;

        -webkit-transform: translate3d(2000px, 0, 0);

        transform: translate3d(2000px, 0, 0);

    }

}

.fadeOutRightBig {

    -webkit-animation-name: fadeOutRightBig;

    animation-name: fadeOutRightBig;

}

@-webkit-keyframes fadeOutUp {

    0% {

        opacity: 1;

    }

    

    100% {

        opacity: 0;

        -webkit-transform: translate3d(0, -100%, 0);

        transform: translate3d(0, -100%, 0);

    }

}

@keyframes fadeOutUp {

    0% {

        opacity: 1;

    }

    

    100% {

        opacity: 0;

        -webkit-transform: translate3d(0, -100%, 0);

        transform: translate3d(0, -100%, 0);

    }

}

.fadeOutUp {

    -webkit-animation-name: fadeOutUp;

    animation-name: fadeOutUp;

}

@-webkit-keyframes fadeOutUpBig {

    0% {

        opacity: 1;

    }

    

    100% {

        opacity: 0;

        -webkit-transform: translate3d(0, -2000px, 0);

        transform: translate3d(0, -2000px, 0);

    }

}

@keyframes fadeOutUpBig {

    0% {

        opacity: 1;

    }

    

    100% {

        opacity: 0;

        -webkit-transform: translate3d(0, -2000px, 0);

        transform: translate3d(0, -2000px, 0);

    }

}

.fadeOutUpBig {

    -webkit-animation-name: fadeOutUpBig;

    animation-name: fadeOutUpBig;

}

@-webkit-keyframes flip {

    0% {

        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);

        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);

        -webkit-animation-timing-function: ease-out;

        animation-timing-function: ease-out;

    }

    

    40% {

        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);

        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);

        -webkit-animation-timing-function: ease-out;

        animation-timing-function: ease-out;

    }

    

    50% {

        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);

        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);

        -webkit-animation-timing-function: ease-in;

        animation-timing-function: ease-in;

    }

    

    80% {

        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);

        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);

        -webkit-animation-timing-function: ease-in;

        animation-timing-function: ease-in;

    }

    

    100% {

        -webkit-transform: perspective(400px);

        transform: perspective(400px);

        -webkit-animation-timing-function: ease-in;

        animation-timing-function: ease-in;

    }

}

@keyframes flip {

    0% {

        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);

        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);

        -webkit-animation-timing-function: ease-out;

        animation-timing-function: ease-out;

    }

    

    40% {

        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);

        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);

        -webkit-animation-timing-function: ease-out;

        animation-timing-function: ease-out;

    }

    

    50% {

        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);

        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);

        -webkit-animation-timing-function: ease-in;

        animation-timing-function: ease-in;

    }

    

    80% {

        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);

        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);

        -webkit-animation-timing-function: ease-in;

        animation-timing-function: ease-in;

    }

    

    100% {

        -webkit-transform: perspective(400px);

        transform: perspective(400px);

        -webkit-animation-timing-function: ease-in;

        animation-timing-function: ease-in;

    }

}

.animated.flip {

    -webkit-backface-visibility: visible;

    backface-visibility: visible;

    -webkit-animation-name: flip;

    animation-name: flip;

}

@-webkit-keyframes flipInX {

    0% {

        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);

        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);

        -webkit-transition-timing-function: ease-in;

        transition-timing-function: ease-in;

        opacity: 0;

    }

    

    40% {

        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);

        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);

        -webkit-transition-timing-function: ease-in;

        transition-timing-function: ease-in;

    }

    

    60% {

        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);

        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);

        opacity: 1;

    }

    

    80% {

        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);

        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);

    }

    

    100% {

        -webkit-transform: perspective(400px);

        transform: perspective(400px);

    }

}

@keyframes flipInX {

    0% {

        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);

        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);

        -webkit-transition-timing-function: ease-in;

        transition-timing-function: ease-in;

        opacity: 0;

    }

    

    40% {

        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);

        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);

        -webkit-transition-timing-function: ease-in;

        transition-timing-function: ease-in;

    }

    

    60% {

        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);

        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);

        opacity: 1;

    }

    

    80% {

        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);

        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);

    }

    

    100% {

        -webkit-transform: perspective(400px);

        transform: perspective(400px);

    }

}

.flipInX {

    -webkit-backface-visibility: visible !important;

    backface-visibility: visible !important;

    -webkit-animation-name: flipInX;

    animation-name: flipInX;

}

@-webkit-keyframes flipInY {

    0% {

        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);

        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);

        -webkit-transition-timing-function: ease-in;

        transition-timing-function: ease-in;

        opacity: 0;

    }

    

    40% {

        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);

        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);

        -webkit-transition-timing-function: ease-in;

        transition-timing-function: ease-in;

    }

    

    60% {

        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);

        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);

        opacity: 1;

    }

    

    80% {

        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);

        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);

    }

    

    100% {

        -webkit-transform: perspective(400px);

        transform: perspective(400px);

    }

}

@keyframes flipInY {

    0% {

        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);

        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);

        -webkit-transition-timing-function: ease-in;

        transition-timing-function: ease-in;

        opacity: 0;

    }

    

    40% {

        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);

        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);

        -webkit-transition-timing-function: ease-in;

        transition-timing-function: ease-in;

    }

    

    60% {

        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);

        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);

        opacity: 1;

    }

    

    80% {

        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);

        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);

    }

    

    100% {

        -webkit-transform: perspective(400px);

        transform: perspective(400px);

    }

}

.flipInY {

    -webkit-backface-visibility: visible !important;

    backface-visibility: visible !important;

    -webkit-animation-name: flipInY;

    animation-name: flipInY;

}

@-webkit-keyframes flipOutX {

    0% {

        -webkit-transform: perspective(400px);

        transform: perspective(400px);

    }

    

    30% {

        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);

        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);

        opacity: 1;

    }

    

    100% {

        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);

        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);

        opacity: 0;

    }

}

@keyframes flipOutX {

    0% {

        -webkit-transform: perspective(400px);

        transform: perspective(400px);

    }

    

    30% {

        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);

        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);

        opacity: 1;

    }

    

    100% {

        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);

        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);

        opacity: 0;

    }

}

.flipOutX {

    -webkit-animation-name: flipOutX;

    animation-name: flipOutX;

    -webkit-animation-duration: .75s;

    animation-duration: .75s;

    -webkit-backface-visibility: visible !important;

    backface-visibility: visible !important;

}

@-webkit-keyframes flipOutY {

    0% {

        -webkit-transform: perspective(400px);

        transform: perspective(400px);

    }

    

    30% {

        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);

        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);

        opacity: 1;

    }

    

    100% {

        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);

        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);

        opacity: 0;

    }

}

@keyframes flipOutY {

    0% {

        -webkit-transform: perspective(400px);

        transform: perspective(400px);

    }

    

    30% {

        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);

        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);

        opacity: 1;

    }

    

    100% {

        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);

        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);

        opacity: 0;

    }

}

.flipOutY {

    -webkit-backface-visibility: visible !important;

    backface-visibility: visible !important;

    -webkit-animation-name: flipOutY;

    animation-name: flipOutY;

    -webkit-animation-duration: .75s;

    animation-duration: .75s;

}

@-webkit-keyframes lightSpeedIn {

    0% {

        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);

        transform: translate3d(100%, 0, 0) skewX(-30deg);

        opacity: 0;

    }

    

    60% {

        -webkit-transform: skewX(20deg);

        transform: skewX(20deg);

        opacity: 1;

    }

    

    80% {

        -webkit-transform: skewX(-5deg);

        transform: skewX(-5deg);

        opacity: 1;

    }

    

    100% {

        -webkit-transform: none;

        transform: none;

        opacity: 1;

    }

}

@keyframes lightSpeedIn {

    0% {

        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);

        transform: translate3d(100%, 0, 0) skewX(-30deg);

        opacity: 0;

    }

    

    60% {

        -webkit-transform: skewX(20deg);

        transform: skewX(20deg);

        opacity: 1;

    }

    

    80% {

        -webkit-transform: skewX(-5deg);

        transform: skewX(-5deg);

        opacity: 1;

    }

    

    100% {

        -webkit-transform: none;

        transform: none;

        opacity: 1;

    }

}

.lightSpeedIn {

    -webkit-animation-name: lightSpeedIn;

    animation-name: lightSpeedIn;

    -webkit-animation-timing-function: ease-out;

    animation-timing-function: ease-out;

}

@-webkit-keyframes lightSpeedOut {

    0% {

        opacity: 1;

    }

    

    100% {

        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);

        transform: translate3d(100%, 0, 0) skewX(30deg);

        opacity: 0;

    }

}

@keyframes lightSpeedOut {

    0% {

        opacity: 1;

    }

    

    100% {

        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);

        transform: translate3d(100%, 0, 0) skewX(30deg);

        opacity: 0;

    }

}

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

        transform-origin: center;

        -webkit-transform: rotate3d(0, 0, 1, -200deg);

        transform: rotate3d(0, 0, 1, -200deg);

        opacity: 0;

    }

    

    100% {

        -webkit-transform-origin: center;

        transform-origin: center;

        -webkit-transform: none;

        transform: none;

        opacity: 1;

    }

}

@keyframes rotateIn {

    0% {

        -webkit-transform-origin: center;

        transform-origin: center;

        -webkit-transform: rotate3d(0, 0, 1, -200deg);

        transform: rotate3d(0, 0, 1, -200deg);

        opacity: 0;

    }

    

    100% {

        -webkit-transform-origin: center;

        transform-origin: center;

        -webkit-transform: none;

        transform: none;

        opacity: 1;

    }

}

.rotateIn {

    -webkit-animation-name: rotateIn;

    animation-name: rotateIn;

}

@-webkit-keyframes rotateInDownLeft {

    0% {

        -webkit-transform-origin: left bottom;

        transform-origin: left bottom;

        -webkit-transform: rotate3d(0, 0, 1, -45deg);

        transform: rotate3d(0, 0, 1, -45deg);

        opacity: 0;

    }

    

    100% {

        -webkit-transform-origin: left bottom;

        transform-origin: left bottom;

        -webkit-transform: none;

        transform: none;

        opacity: 1;

    }

}

@keyframes rotateInDownLeft {

    0% {

        -webkit-transform-origin: left bottom;

        transform-origin: left bottom;

        -webkit-transform: rotate3d(0, 0, 1, -45deg);

        transform: rotate3d(0, 0, 1, -45deg);

        opacity: 0;

    }

    

    100% {

        -webkit-transform-origin: left bottom;

        transform-origin: left bottom;

        -webkit-transform: none;

        transform: none;

        opacity: 1;

    }

}

.rotateInDownLeft {

    -webkit-animation-name: rotateInDownLeft;

    animation-name: rotateInDownLeft;

}

@-webkit-keyframes rotateInDownRight {

    0% {

        -webkit-transform-origin: right bottom;

        transform-origin: right bottom;

        -webkit-transform: rotate3d(0, 0, 1, 45deg);

        transform: rotate3d(0, 0, 1, 45deg);

        opacity: 0;

    }

    

    100% {

        -webkit-transform-origin: right bottom;

        transform-origin: right bottom;

        -webkit-transform: none;

        transform: none;

        opacity: 1;

    }

}

@keyframes rotateInDownRight {

    0% {

        -webkit-transform-origin: right bottom;

        transform-origin: right bottom;

        -webkit-transform: rotate3d(0, 0, 1, 45deg);

        transform: rotate3d(0, 0, 1, 45deg);

        opacity: 0;

    }

    

    100% {

        -webkit-transform-origin: right bottom;

        transform-origin: right bottom;

        -webkit-transform: none;

        transform: none;

        opacity: 1;

    }

}

.rotateInDownRight {

    -webkit-animation-name: rotateInDownRight;

    animation-name: rotateInDownRight;

}

@-webkit-keyframes rotateInUpLeft {

    0% {

        -webkit-transform-origin: left bottom;

        transform-origin: left bottom;

        -webkit-transform: rotate3d(0, 0, 1, 45deg);

        transform: rotate3d(0, 0, 1, 45deg);

        opacity: 0;

    }

    

    100% {

        -webkit-transform-origin: left bottom;

        transform-origin: left bottom;

        -webkit-transform: none;

        transform: none;

        opacity: 1;

    }

}

@keyframes rotateInUpLeft {

    0% {

        -webkit-transform-origin: left bottom;

        transform-origin: left bottom;

        -webkit-transform: rotate3d(0, 0, 1, 45deg);

        transform: rotate3d(0, 0, 1, 45deg);

        opacity: 0;

    }

    

    100% {

        -webkit-transform-origin: left bottom;

        transform-origin: left bottom;

        -webkit-transform: none;

        transform: none;

        opacity: 1;

    }

}

.rotateInUpLeft {

    -webkit-animation-name: rotateInUpLeft;

    animation-name: rotateInUpLeft;

}

@-webkit-keyframes rotateInUpRight {

    0% {

        -webkit-transform-origin: right bottom;

        transform-origin: right bottom;

        -webkit-transform: rotate3d(0, 0, 1, -90deg);

        transform: rotate3d(0, 0, 1, -90deg);

        opacity: 0;

    }

    

    100% {

        -webkit-transform-origin: right bottom;

        transform-origin: right bottom;

        -webkit-transform: none;

        transform: none;

        opacity: 1;

    }

}

@keyframes rotateInUpRight {

    0% {

        -webkit-transform-origin: right bottom;

        transform-origin: right bottom;

        -webkit-transform: rotate3d(0, 0, 1, -90deg);

        transform: rotate3d(0, 0, 1, -90deg);

        opacity: 0;

    }

    

    100% {

        -webkit-transform-origin: right bottom;

        transform-origin: right bottom;

        -webkit-transform: none;

        transform: none;

        opacity: 1;

    }

}

.rotateInUpRight {

    -webkit-animation-name: rotateInUpRight;

    animation-name: rotateInUpRight;

}

@-webkit-keyframes rotateOut {

    0% {

        -webkit-transform-origin: center;

        transform-origin: center;

        opacity: 1;

    }

    

    100% {

        -webkit-transform-origin: center;

        transform-origin: center;

        -webkit-transform: rotate3d(0, 0, 1, 200deg);

        transform: rotate3d(0, 0, 1, 200deg);

        opacity: 0;

    }

}

@keyframes rotateOut {

    0% {

        -webkit-transform-origin: center;

        transform-origin: center;

        opacity: 1;

    }

    

    100% {

        -webkit-transform-origin: center;

        transform-origin: center;

        -webkit-transform: rotate3d(0, 0, 1, 200deg);

        transform: rotate3d(0, 0, 1, 200deg);

        opacity: 0;

    }

}

.rotateOut {

    -webkit-animation-name: rotateOut;

    animation-name: rotateOut;

}

@-webkit-keyframes rotateOutDownLeft {

    0% {

        -webkit-transform-origin: left bottom;

        transform-origin: left bottom;

        opacity: 1;

    }

    

    100% {

        -webkit-transform-origin: left bottom;

        transform-origin: left bottom;

        -webkit-transform: rotate3d(0, 0, 1, 45deg);

        transform: rotate3d(0, 0, 1, 45deg);

        opacity: 0;

    }

}

@keyframes rotateOutDownLeft {

    0% {

        -webkit-transform-origin: left bottom;

        transform-origin: left bottom;

        opacity: 1;

    }

    

    100% {

        -webkit-transform-origin: left bottom;

        transform-origin: left bottom;

        -webkit-transform: rotate3d(0, 0, 1, 45deg);

        transform: rotate3d(0, 0, 1, 45deg);

        opacity: 0;

    }

}

.rotateOutDownLeft {

    -webkit-animation-name: rotateOutDownLeft;

    animation-name: rotateOutDownLeft;

}

@-webkit-keyframes rotateOutDownRight {

    0% {

        -webkit-transform-origin: right bottom;

        transform-origin: right bottom;

        opacity: 1;

    }

    

    100% {

        -webkit-transform-origin: right bottom;

        transform-origin: right bottom;

        -webkit-transform: rotate3d(0, 0, 1, -45deg);

        transform: rotate3d(0, 0, 1, -45deg);

        opacity: 0;

    }

}

@keyframes rotateOutDownRight {

    0% {

        -webkit-transform-origin: right bottom;

        transform-origin: right bottom;

        opacity: 1;

    }

    

    100% {

        -webkit-transform-origin: right bottom;

        transform-origin: right bottom;

        -webkit-transform: rotate3d(0, 0, 1, -45deg);

        transform: rotate3d(0, 0, 1, -45deg);

        opacity: 0;

    }

}

.rotateOutDownRight {

    -webkit-animation-name: rotateOutDownRight;

    animation-name: rotateOutDownRight;

}

@-webkit-keyframes rotateOutUpLeft {

    0% {

        -webkit-transform-origin: left bottom;

        transform-origin: left bottom;

        opacity: 1;

    }

    

    100% {

        -webkit-transform-origin: left bottom;

        transform-origin: left bottom;

        -webkit-transform: rotate3d(0, 0, 1, -45deg);

        transform: rotate3d(0, 0, 1, -45deg);

        opacity: 0;

    }

}

@keyframes rotateOutUpLeft {

    0% {

        -webkit-transform-origin: left bottom;

        transform-origin: left bottom;

        opacity: 1;

    }

    

    100% {

        -webkit-transform-origin: left bottom;

        transform-origin: left bottom;

        -webkit-transform: rotate3d(0, 0, 1, -45deg);

        transform: rotate3d(0, 0, 1, -45deg);

        opacity: 0;

    }

}

.rotateOutUpLeft {

    -webkit-animation-name: rotateOutUpLeft;

    animation-name: rotateOutUpLeft;

}

@-webkit-keyframes rotateOutUpRight {

    0% {

        -webkit-transform-origin: right bottom;

        transform-origin: right bottom;

        opacity: 1;

    }

    

    100% {

        -webkit-transform-origin: right bottom;

        transform-origin: right bottom;

        -webkit-transform: rotate3d(0, 0, 1, 90deg);

        transform: rotate3d(0, 0, 1, 90deg);

        opacity: 0;

    }

}

@keyframes rotateOutUpRight {

    0% {

        -webkit-transform-origin: right bottom;

        transform-origin: right bottom;

        opacity: 1;

    }

    

    100% {

        -webkit-transform-origin: right bottom;

        transform-origin: right bottom;

        -webkit-transform: rotate3d(0, 0, 1, 90deg);

        transform: rotate3d(0, 0, 1, 90deg);

        opacity: 0;

    }

}

.rotateOutUpRight {

    -webkit-animation-name: rotateOutUpRight;

    animation-name: rotateOutUpRight;

}

@-webkit-keyframes hinge {

    0% {

        -webkit-transform-origin: top left;

        transform-origin: top left;

        -webkit-animation-timing-function: ease-in-out;

        animation-timing-function: ease-in-out;

    }

    

    20%,

    60% {

        -webkit-transform: rotate3d(0, 0, 1, 80deg);

        transform: rotate3d(0, 0, 1, 80deg);

        -webkit-transform-origin: top left;

        transform-origin: top left;

        -webkit-animation-timing-function: ease-in-out;

        animation-timing-function: ease-in-out;

    }

    

    40%,

    80% {

        -webkit-transform: rotate3d(0, 0, 1, 60deg);

        transform: rotate3d(0, 0, 1, 60deg);

        -webkit-transform-origin: top left;

        transform-origin: top left;

        -webkit-animation-timing-function: ease-in-out;

        animation-timing-function: ease-in-out;

        opacity: 1;

    }

    

    100% {

        -webkit-transform: translate3d(0, 700px, 0);

        transform: translate3d(0, 700px, 0);

        opacity: 0;

    }

}

@keyframes hinge {

    0% {

        -webkit-transform-origin: top left;

        transform-origin: top left;

        -webkit-animation-timing-function: ease-in-out;

        animation-timing-function: ease-in-out;

    }

    

    20%,

    60% {

        -webkit-transform: rotate3d(0, 0, 1, 80deg);

        transform: rotate3d(0, 0, 1, 80deg);

        -webkit-transform-origin: top left;

        transform-origin: top left;

        -webkit-animation-timing-function: ease-in-out;

        animation-timing-function: ease-in-out;

    }

    

    40%,

    80% {

        -webkit-transform: rotate3d(0, 0, 1, 60deg);

        transform: rotate3d(0, 0, 1, 60deg);

        -webkit-transform-origin: top left;

        transform-origin: top left;

        -webkit-animation-timing-function: ease-in-out;

        animation-timing-function: ease-in-out;

        opacity: 1;

    }

    

    100% {

        -webkit-transform: translate3d(0, 700px, 0);

        transform: translate3d(0, 700px, 0);

        opacity: 0;

    }

}

.hinge {

    -webkit-animation-name: hinge;

    animation-name: hinge;

}

@-webkit-keyframes rollIn {

    0% {

        opacity: 0;

        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);

        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);

    }

    

    100% {

        opacity: 1;

        -webkit-transform: none;

        transform: none;

    }

}

@keyframes rollIn {

    0% {

        opacity: 0;

        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);

        -ms-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);

        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);

    }

    

    100% {

        opacity: 1;

        -webkit-transform: none;

        -ms-transform: none;

        transform: none;

    }

}

.rollIn {

    -webkit-animation-name: rollIn;

    animation-name: rollIn;

}

@-webkit-keyframes rollOut {

    0% {

        opacity: 1;

    }

    

    100% {

        opacity: 0;

        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);

        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);

    }

}

@keyframes rollOut {

    0% {

        opacity: 1;

    }

    

    100% {

        opacity: 0;

        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);

        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);

    }

}

.rollOut {

    -webkit-animation-name: rollOut;

    animation-name: rollOut;

}

@-webkit-keyframes zoomIn {

    0% {

        opacity: 0;

        -webkit-transform: scale3d(0.3, 0.3, 0.3);

        transform: scale3d(0.3, 0.3, 0.3);

    }

    

    50% {

        opacity: 1;

    }

}

@keyframes zoomIn {

    0% {

        opacity: 0;

        -webkit-transform: scale3d(0.3, 0.3, 0.3);

        transform: scale3d(0.3, 0.3, 0.3);

    }

    

    50% {

        opacity: 1;

    }

}

.zoomIn {

    -webkit-animation-name: zoomIn;

    animation-name: zoomIn;

}

@-webkit-keyframes zoomInDown {

    0% {

        opacity: 0;

        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);

        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);

        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

    }

    

    60% {

        opacity: 1;

        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);

        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);

        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

    }

}

@keyframes zoomInDown {

    0% {

        opacity: 0;

        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);

        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);

        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

    }

    

    60% {

        opacity: 1;

        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);

        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);

        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

    }

}

.zoomInDown {

    -webkit-animation-name: zoomInDown;

    animation-name: zoomInDown;

}

@-webkit-keyframes zoomInLeft {

    0% {

        opacity: 0;

        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);

        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);

        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

    }

    

    60% {

        opacity: 1;

        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);

        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);

        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

    }

}

@keyframes zoomInLeft {

    0% {

        opacity: 0;

        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);

        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);

        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

    }

    

    60% {

        opacity: 1;

        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);

        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);

        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

    }

}

.zoomInLeft {

    -webkit-animation-name: zoomInLeft;

    animation-name: zoomInLeft;

}

@-webkit-keyframes zoomInRight {

    0% {

        opacity: 0;

        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);

        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);

        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

    }

    

    60% {

        opacity: 1;

        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);

        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);

        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

    }

}

@keyframes zoomInRight {

    0% {

        opacity: 0;

        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);

        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);

        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

    }

    

    60% {

        opacity: 1;

        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);

        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);

        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

    }

}

.zoomInRight {

    -webkit-animation-name: zoomInRight;

    animation-name: zoomInRight;

}

@-webkit-keyframes zoomInUp {

    0% {

        opacity: 0;

        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);

        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);

        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

    }

    

    60% {

        opacity: 1;

        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);

        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);

        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

    }

}

@keyframes zoomInUp {

    0% {

        opacity: 0;

        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);

        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);

        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

    }

    

    60% {

        opacity: 1;

        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);

        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);

        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

    }

}

.zoomInUp {

    -webkit-animation-name: zoomInUp;

    animation-name: zoomInUp;

}

@-webkit-keyframes zoomOut {

    0% {

        opacity: 1;

    }

    

    50% {

        opacity: 0;

        -webkit-transform: scale3d(0.3, 0.3, 0.3);

        transform: scale3d(0.3, 0.3, 0.3);

    }

    

    100% {

        opacity: 0;

    }

}

@keyframes zoomOut {

    0% {

        opacity: 1;

    }

    

    50% {

        opacity: 0;

        -webkit-transform: scale3d(0.3, 0.3, 0.3);

        transform: scale3d(0.3, 0.3, 0.3);

    }

    

    100% {

        opacity: 0;

    }

}

.zoomOut {

    -webkit-animation-name: zoomOut;

    animation-name: zoomOut;

}

@-webkit-keyframes zoomOutDown {

    40% {

        opacity: 1;

        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);

        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);

        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

    }

    

    100% {

        opacity: 0;

        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);

        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);

        -webkit-transform-origin: center bottom;

        transform-origin: center bottom;

        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

    }

}

@keyframes zoomOutDown {

    40% {

        opacity: 1;

        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);

        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);

        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

    }

    

    100% {

        opacity: 0;

        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);

        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);

        -webkit-transform-origin: center bottom;

        transform-origin: center bottom;

        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

    }

}

.zoomOutDown {

    -webkit-animation-name: zoomOutDown;

    animation-name: zoomOutDown;

}

@-webkit-keyframes zoomOutLeft {

    40% {

        opacity: 1;

        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);

        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);

    }

    

    100% {

        opacity: 0;

        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);

        transform: scale(0.1) translate3d(-2000px, 0, 0);

        -webkit-transform-origin: left center;

        transform-origin: left center;

    }

}

@keyframes zoomOutLeft {

    40% {

        opacity: 1;

        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);

        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);

    }

    

    100% {

        opacity: 0;

        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);

        transform: scale(0.1) translate3d(-2000px, 0, 0);

        -webkit-transform-origin: left center;

        transform-origin: left center;

    }

}

.zoomOutLeft {

    -webkit-animation-name: zoomOutLeft;

    animation-name: zoomOutLeft;

}

@-webkit-keyframes zoomOutRight {

    40% {

        opacity: 1;

        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);

        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);

    }

    

    100% {

        opacity: 0;

        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);

        transform: scale(0.1) translate3d(2000px, 0, 0);

        -webkit-transform-origin: right center;

        transform-origin: right center;

    }

}

@keyframes zoomOutRight {

    40% {

        opacity: 1;

        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);

        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);

    }

    

    100% {

        opacity: 0;

        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);

        transform: scale(0.1) translate3d(2000px, 0, 0);

        -webkit-transform-origin: right center;

        transform-origin: right center;

    }

}

.zoomOutRight {

    -webkit-animation-name: zoomOutRight;

    animation-name: zoomOutRight;

}

@-webkit-keyframes zoomOutUp {

    40% {

        opacity: 1;

        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);

        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);

        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

    }

    

    100% {

        opacity: 0;

        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);

        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);

        -webkit-transform-origin: center bottom;

        transform-origin: center bottom;

        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

    }

}

@keyframes zoomOutUp {

    40% {

        opacity: 1;

        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);

        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);

        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

    }

    

    100% {

        opacity: 0;

        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);

        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);

        -webkit-transform-origin: center bottom;

        transform-origin: center bottom;

        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

    }

}

.zoomOutUp {

    -webkit-animation-name: zoomOutUp;

    animation-name: zoomOutUp;

}

@-webkit-keyframes slideInDown {

    0% {

        -webkit-transform: translate3d(0, -100%, 0);

        transform: translate3d(0, -100%, 0);

        visibility: visible;

    }

    

    100% {

        -webkit-transform: translate3d(0, 0, 0);

        transform: translate3d(0, 0, 0);

    }

}

@keyframes slideInDown {

    0% {

        -webkit-transform: translate3d(0, -100%, 0);

        transform: translate3d(0, -100%, 0);

        visibility: visible;

    }

    

    100% {

        -webkit-transform: translate3d(0, 0, 0);

        transform: translate3d(0, 0, 0);

    }

}

.slideInDown {

    -webkit-animation-name: slideInDown;

    animation-name: slideInDown;

}

@-webkit-keyframes slideInLeft {

    0% {

        -webkit-transform: translate3d(-100%, 0, 0);

        transform: translate3d(-100%, 0, 0);

        visibility: visible;

    }

    

    100% {

        -webkit-transform: translate3d(0, 0, 0);

        transform: translate3d(0, 0, 0);

    }

}

@keyframes slideInLeft {

    0% {

        -webkit-transform: translate3d(-100%, 0, 0);

        transform: translate3d(-100%, 0, 0);

        visibility: visible;

    }

    

    100% {

        -webkit-transform: translate3d(0, 0, 0);

        transform: translate3d(0, 0, 0);

    }

}

.slideInLeft {

    -webkit-animation-name: slideInLeft;

    animation-name: slideInLeft;

}

@-webkit-keyframes slideInRight {

    0% {

        -webkit-transform: translate3d(100%, 0, 0);

        transform: translate3d(100%, 0, 0);

        visibility: visible;

    }

    

    100% {

        -webkit-transform: translate3d(0, 0, 0);

        transform: translate3d(0, 0, 0);

    }

}

@keyframes slideInRight {

    0% {

        -webkit-transform: translate3d(100%, 0, 0);

        transform: translate3d(100%, 0, 0);

        visibility: visible;

    }

    

    100% {

        -webkit-transform: translate3d(0, 0, 0);

        transform: translate3d(0, 0, 0);

    }

}

.slideInRight {

    -webkit-animation-name: slideInRight;

    animation-name: slideInRight;

}

@-webkit-keyframes slideInUp {

    0% {

        -webkit-transform: translate3d(0, 100%, 0);

        transform: translate3d(0, 100%, 0);

        visibility: visible;

    }

    

    100% {

        -webkit-transform: translate3d(0, 0, 0);

        transform: translate3d(0, 0, 0);

    }

}

@keyframes slideInUp {

    0% {

        -webkit-transform: translate3d(0, 100%, 0);

        transform: translate3d(0, 100%, 0);

        visibility: visible;

    }

    

    100% {

        -webkit-transform: translate3d(0, 0, 0);

        transform: translate3d(0, 0, 0);

    }

}

.slideInUp {

    -webkit-animation-name: slideInUp;

    animation-name: slideInUp;

}

@-webkit-keyframes slideOutDown {

    0% {

        -webkit-transform: translate3d(0, 0, 0);

        transform: translate3d(0, 0, 0);

    }

    

    100% {

        visibility: hidden;

        -webkit-transform: translate3d(0, 100%, 0);

        transform: translate3d(0, 100%, 0);

    }

}

@keyframes slideOutDown {

    0% {

        -webkit-transform: translate3d(0, 0, 0);

        transform: translate3d(0, 0, 0);

    }

    

    100% {

        visibility: hidden;

        -webkit-transform: translate3d(0, 100%, 0);

        transform: translate3d(0, 100%, 0);

    }

}

.slideOutDown {

    -webkit-animation-name: slideOutDown;

    animation-name: slideOutDown;

}

@-webkit-keyframes slideOutLeft {

    0% {

        -webkit-transform: translate3d(0, 0, 0);

        transform: translate3d(0, 0, 0);

    }

    

    100% {

        visibility: hidden;

        -webkit-transform: translate3d(-100%, 0, 0);

        transform: translate3d(-100%, 0, 0);

    }

}

@keyframes slideOutLeft {

    0% {

        -webkit-transform: translate3d(0, 0, 0);

        transform: translate3d(0, 0, 0);

    }

    

    100% {

        visibility: hidden;

        -webkit-transform: translate3d(-100%, 0, 0);

        transform: translate3d(-100%, 0, 0);

    }

}

.slideOutLeft {

    -webkit-animation-name: slideOutLeft;

    animation-name: slideOutLeft;

}

@-webkit-keyframes slideOutRight {

    0% {

        -webkit-transform: translate3d(0, 0, 0);

        transform: translate3d(0, 0, 0);

    }

    

    100% {

        visibility: hidden;

        -webkit-transform: translate3d(100%, 0, 0);

        transform: translate3d(100%, 0, 0);

    }

}

@keyframes slideOutRight {

    0% {

        -webkit-transform: translate3d(0, 0, 0);

        transform: translate3d(0, 0, 0);

    }

    

    100% {

        visibility: hidden;

        -webkit-transform: translate3d(100%, 0, 0);

        transform: translate3d(100%, 0, 0);

    }

}

.slideOutRight {

    -webkit-animation-name: slideOutRight;

    animation-name: slideOutRight;

}

@-webkit-keyframes slideOutUp {

    0% {

        -webkit-transform: translate3d(0, 0, 0);

        transform: translate3d(0, 0, 0);

    }

    

    100% {

        visibility: hidden;

        -webkit-transform: translate3d(0, -100%, 0);

        transform: translate3d(0, -100%, 0);

    }

}

@keyframes slideOutUp {

    0% {

        -webkit-transform: translate3d(0, 0, 0);

        transform: translate3d(0, 0, 0);

    }

    

    100% {

        visibility: hidden;

        -webkit-transform: translate3d(0, -100%, 0);

        transform: translate3d(0, -100%, 0);

    }

}

.slideOutUp {

    -webkit-animation-name: slideOutUp;

    animation-name: slideOutUp;

}

.scrollToNext {

    position: fixed;

    right: 15px;

    bottom: 15px;

    z-index: 20;

    width: 50px;

    height: 50px;

    overflow: hidden;

    font-size: 24px;

    line-height: 46px;

    color: #fff;

    border-radius: 50%;

    text-align: center;

    text-decoration: none;

    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.11), 3px 4px 5px 0 rgba(0, 0, 0, 0.11);

}

.scrollToNext:before {

    display: block;

    transition: .5s;

    transition-delay: 1.4s;

}

.scrollToNext.toTop {

    animation: rotate 1.6s linear;

    animation-delay: 1s;

}

.scrollToNext.toTop:before {

    transform: rotate(180deg);

}

@keyframes rotate {

    0%,

    100% {

        transform: scale(1);

    }

    

    30%,

    60% {

        transform: scale(0.7);

    }

}

.scrollToNext:focus {

    color: #fff;

}

.scrollToNext:hover {

    color: #fff;

    text-decoration: none;

}

.scrollToNext.active {

    -webkit-transform: translateY(0);

    transform: translateY(0);

}

.mobile .scrollToNext,

.tablet .scrollToNext {

    display: none !important;

}

@media (min-width: 480px) {

    .scrollToNext {

        right: 40px;

        bottom: 40px;

    }

}

.counter {

    margin-bottom: 0;

}

.owl-carousel .animated {

    -webkit-animation-duration: 1000ms;

    animation-duration: 1000ms;

    -webkit-animation-fill-mode: both;

    animation-fill-mode: both;

}

.owl-carousel .owl-animated-in {

    z-index: 0;

}

.owl-carousel .owl-animated-out {

    z-index: 1;

}

.owl-carousel .fadeOut {

    -webkit-animation-name: fadeOut;

    animation-name: fadeOut;

}

@-webkit-keyframes fadeOut {

    0% {

        opacity: 1;

    }

    

    100% {

        opacity: 0;

    }

}

@keyframes fadeOut {

    0% {

        opacity: 1;

    }

    

    100% {

        opacity: 0;

    }

}

.owl-height {

    -webkit-transition: height 500ms ease-in-out;

    -moz-transition: height 500ms ease-in-out;

    -ms-transition: height 500ms ease-in-out;

    -o-transition: height 500ms ease-in-out;

    transition: height 500ms ease-in-out;

}

.owl-carousel {

    display: none;

    width: 100%;

    -webkit-tap-highlight-color: transparent;

    /* position relative and z-index fix webkit rendering fonts issue */

    

    position: relative;

    z-index: 1;

}

.owl-carousel .owl-stage {

    position: relative;

    -ms-touch-action: pan-Y;

}

.owl-carousel .owl-stage:after {

    content: ".";

    display: block;

    clear: both;

    visibility: hidden;

    line-height: 0;

    height: 0;

}

.owl-carousel .owl-stage-outer {

    position: relative;

    overflow: hidden;

    /* fix for flashing background */

    

    -webkit-transform: translate3d(0px, 0px, 0px);

}

.owl-carousel .owl-controls .owl-nav .owl-prev,

.owl-carousel .owl-controls .owl-nav .owl-next,

.owl-carousel .owl-controls .owl-dot {

    text-align: center;

    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-loaded {

    display: block;

}

.owl-carousel.owl-loading {

    opacity: 0;

    display: block;

}

.owl-carousel.owl-hidden {

    opacity: 0;

}

.owl-carousel .owl-refresh .owl-item {

    display: none;

}

.owl-carousel .owl-item {

    position: relative;

    min-height: 1px;

    float: left;

    -webkit-backface-visibility: hidden;

    -webkit-tap-highlight-color: transparent;

    -webkit-touch-callout: none;

}

.owl-carousel .owl-grab {

    cursor: move;

    cursor: -webkit-grab;

    cursor: grab;

}

.owl-carousel.owl-rtl {

    direction: rtl;

}

.owl-carousel.owl-rtl .owl-item {

    float: right;

}

.no-js .owl-carousel {

    display: block;

}

.owl-carousel .owl-item .owl-lazy {

    opacity: 0;

    -webkit-transition: opacity 400ms ease;

    -moz-transition: opacity 400ms ease;

    -ms-transition: opacity 400ms ease;

    -o-transition: opacity 400ms ease;

    transition: opacity 400ms ease;

}

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

    font: 400 40px/80px 'FontAwesome';

    cursor: pointer;

    z-index: 1;

    -webkit-backface-visibility: hidden;

    -webkit-transition: scale 100ms ease;

    -moz-transition: scale 100ms ease;

    -ms-transition: scale 100ms ease;

    -o-transition: scale 100ms ease;

    transition: scale 100ms ease;

}

.owl-carousel .owl-video-play-icon:before {

    content: '\f144';

}

.owl-carousel .owl-video-play-icon:hover {

    -webkit-transform: scale(1.3);

    transform: scale(1.3);

}

.owl-carousel .owl-video-playing .owl-video-tn,

.owl-carousel .owl-video-playing .owl-video-play-icon {

    display: none;

}

.owl-carousel .owl-video-tn {

    opacity: 0;

    height: 100%;

    background-position: center center;

    background-repeat: no-repeat;

    -webkit-background-size: contain;

    -moz-background-size: contain;

    -o-background-size: contain;

    background-size: contain;

    -webkit-transition: opacity 400ms ease;

    -moz-transition: opacity 400ms ease;

    -ms-transition: opacity 400ms ease;

    -o-transition: opacity 400ms ease;

    transition: opacity 400ms ease;

}

.owl-carousel .owl-video-frame {

    position: relative;

    z-index: 1;

}

.owl-carousel-classic {

    overflow: hidden;

}

.owl-carousel-classic .owl-prev,

.owl-carousel-classic .owl-next {

    position: absolute;

    top: 50%;

    transition: .3s;

    z-index: 1;

}

.owl-carousel-classic .owl-prev:before,

.owl-carousel-classic .owl-next:before {

    position: absolute;

    top: 30px;

    font-size: 18px;

    width: 24px;

    height: 24px;

    line-height: 24px;

    text-align: center;

    z-index: 1;

}

.owl-carousel-classic .owl-prev:after,

.owl-carousel-classic .owl-next:after {

    content: '';

    display: block;

    width: 0;

    height: 0;

    border-style: solid;

    border-width: 43px 0 43px 43px;

    border-color: transparent transparent transparent #fff;

}

.owl-carousel-classic .owl-prev {

    transform: translate(-100%, -50%);

}

.owl-carousel-classic .owl-prev,

.owl-carousel-classic .owl-prev:before {

    left: 0;

}

.owl-carousel-classic .owl-next {

    transform: translate(100%, -50%);

}

.owl-carousel-classic .owl-next,

.owl-carousel-classic .owl-next:before {

    right: 0;

}

.owl-carousel-classic .owl-next:after {

    transform: rotate(180deg);

}

.owl-carousel-classic:hover .owl-prev,

.owl-carousel-classic:hover .owl-next {

    transform: translate(0, -50%);

}

.owl-carousel-classic .owl-dots {

    margin-left: -8px;

    line-height: 8px;

    text-align: center;

    position: absolute;

    left: 50%;

    transform: translateX(-50%);

    bottom: 20px;

}

.owl-carousel-classic .owl-dot {

    margin-left: 8px;

    display: inline-block;

    width: 8px;

    height: 8px;

    line-height: 8px;

    border-radius: 50%;

    background: #434345;

}

.owl-carousel-classic .owl-dot.active {

    background: #fff;

}

.owl-carousel-default .owl-prev,

.owl-carousel-default .owl-next {

    position: absolute;

    top: 50%;

    transition: .3s;

    z-index: 1;

    margin-top: -20px;

    width: 40px;

    height: 40px;

    line-height: 36px;

    text-align: center;

    border-radius: 50%;

    border: 2px solid #9b9b9b;

    color: #9b9b9b;

    opacity: .3;

}

.owl-carousel-default .owl-prev:hover,

.owl-carousel-default .owl-next:hover {

    opacity: 1;

}

.owl-carousel-default .owl-dots {

    margin-top: 30px;

    margin-left: -8px;

    line-height: 8px;

    text-align: center;

}

.owl-carousel-default .owl-dot {

    margin-left: 8px;

    display: inline-block;

    width: 8px;

    height: 8px;

    line-height: 8px;

    border-radius: 50%;

    background: #434345;

}

.owl-carousel-default .owl-dot.active {

    background: #fff;

}

.owl-carousel-default .owl-next {

    right: 20px;

}

.owl-carousel-default .owl-prev {

    left: 20px;

}

.tablet .owl-carousel-default .owl-dots {

    display: block !important;

}

.tablet .owl-carousel-default .owl-nav {

    display: none !important;

}

.owl-carousel-class-light .owl-dot {

    transition: .3s all ease;

    background: #d3dbe8;

}

.owl-carousel-class-light .owl-dot.active,

.owl-carousel-class-light .owl-dot:hover {

    background: #554e9f;

}

.owl-carousel-dots-custom-style.owl-carousel-default .owl-dot:before {

    color: #fff;

    background-image: -webkit-linear-gradient(0deg, #fff 0%, #fff 100%);

}

.owl-custom-pagination {

    display: none;

}

@media (min-width: 768px) {

    .owl-custom-pagination {

        display: block;

        width: 100%;

    }

    

    .owl-custom-pagination li {

        padding: 0;

        cursor: pointer;

        box-shadow: 0 5px 23px 0 rgba(0, 0, 0, 0.15);

        transition: .3s all ease;

        transform: scale(0.8);

    }

    

    .owl-custom-pagination li:hover,

    .owl-custom-pagination li.active {

        transform: scale(1);

    }

    

    .owl-custom-pagination img {

        backface-visibility: hidden;

    }

}

.owl-custom-pagination+.owl-carousel .owl-next,

.owl-custom-pagination+.owl-carousel .owl-prev {

    margin-top: -60px;

}

.owl-custom-pagination-variant-1 {

    padding-left: 6px;

}

.owl-custom-pagination-variant-1 .owl-dot-custom {

    width: 14px;

    height: 14px;

    background: #d3dbe8;

    border-radius: 50%;

    cursor: pointer;

    transition: 0.35s all ease;

}

@media screen and (prefers-reduced-motion: reduce) {

    .owl-custom-pagination-variant-1 .owl-dot-custom {

        transition: none;

    }

}

.owl-custom-pagination-variant-1 .owl-dot-custom:hover,

.owl-custom-pagination-variant-1 .owl-dot-custom.active {

    background: #55bbeb;

}

.owl-custom-pagination-variant-1 .owl-dot-custom.active {

    width: 18px;

    height: 18px;

    -webkit-transform: translateY(2px);

    transform: translateY(2px);

}

.owl-custom-pagination-variant-1 .owl-dot-custom+.owl-dot-custom {

    margin-left: 18px;

}

.owl-customer-navigation {

    display: inline-block;

}

.owl-customer-navigation .owl-prev,

.owl-customer-navigation .owl-next {

    width: 24px;

    height: 24px;

    line-height: 23px;

    text-align: center;

    border-radius: 3px;

    cursor: pointer;

    transition: .3s;

    border: 1px solid #d3dbe8;

}

.owl-customer-navigation .owl-prev:hover,

.owl-customer-navigation .owl-next:hover {

    background: #212121;

    color: #fff;

    border-color: #212121;

}

.owl-carousel-testimonials-2 .owl-nav {

    display: inline-block;

    margin-top: 15px;

}

.owl-carousel-testimonials-2 .owl-next {

    margin-left: 6px;

}

.owl-carousel-testimonials-2 .owl-prev,

.owl-carousel-testimonials-2 .owl-next {

    display: inline-block;

    transition: .3s;

    width: 24px;

    height: 24px;

    line-height: 22px;

    text-align: center;

    border: 1px solid #d3dbe8;

    color: #434345;

    border-radius: 3px;

}

.owl-carousel-testimonials-2 .owl-prev:hover,

.owl-carousel-testimonials-2 .owl-next:hover {

    background: #212121;

    color: #fff;

    border-color: #212121;

}

.owl-carousel-testimonials-3 .owl-dots {

    margin-top: 20px;

    position: static;

    transform: none;

}

.owl-carousel-simple-quote .owl-dots {

    position: static;

    text-align: right;

    transform: none;

}

@media (min-width: xs) {

    .veil-0-owl-dots .owl-dots {

        display: none !important;

    }

    

    .veil-0-owl-dots .owl-dots {

        display: none !important;

    }

    

    .veil-0-owl-dots .owl-dots {

        display: none !important;

    }

    

    .veil-0-owl-dots .owl-dots {

        display: none !important;

    }

    

    .veil-0-owl-dots .owl-dots {

        display: none !important;

    }

    

    .veil-0-owl-dots .owl-dots {

        display: none !important;

    }

    

    .veil-0-owl-dots .owl-dots {

        display: none !important;

    }

    

    .veil-0-owl-dots .owl-dots {

        display: none !important;

    }

    

    .veil-0-owl-dots .owl-dots {

        display: none !important;

    }

    

    .veil-0-owl-dots .owl-dots {

        display: none !important;

    }

    

    .veil-0-owl-dots .owl-dots {

        display: none !important;

    }

    

    .veil-0-owl-dots .owl-dots {

        display: none !important;

    }

    

    .veil-0-owl-dots .owl-dots {

        display: none !important;

    }

    

    .veil-0-owl-dots .owl-dots {

        display: none !important;

    }

}

@media (min-width: sm) {

    .veil-480px-owl-dots .owl-dots {

        display: none !important;

    }

    

    .veil-480px-owl-dots .owl-dots {

        display: none !important;

    }

    

    .veil-480px-owl-dots .owl-dots {

        display: none !important;

    }

    

    .veil-480px-owl-dots .owl-dots {

        display: none !important;

    }

    

    .veil-480px-owl-dots .owl-dots {

        display: none !important;

    }

    

    .veil-480px-owl-dots .owl-dots {

        display: none !important;

    }

    

    .veil-480px-owl-dots .owl-dots {

        display: none !important;

    }

    

    .veil-480px-owl-dots .owl-dots {

        display: none !important;

    }

    

    .veil-480px-owl-dots .owl-dots {

        display: none !important;

    }

    

    .veil-480px-owl-dots .owl-dots {

        display: none !important;

    }

    

    .veil-480px-owl-dots .owl-dots {

        display: none !important;

    }

    

    .veil-480px-owl-dots .owl-dots {

        display: none !important;

    }

    

    .veil-480px-owl-dots .owl-dots {

        display: none !important;

    }

    

    .veil-480px-owl-dots .owl-dots {

        display: none !important;

    }

}

@media (min-width: md) {

    .veil-768px-owl-dots .owl-dots {

        display: none !important;

    }

    

    .veil-768px-owl-dots .owl-dots {

        display: none !important;

    }

    

    .veil-768px-owl-dots .owl-dots {

        display: none !important;

    }

    

    .veil-768px-owl-dots .owl-dots {

        display: none !important;

    }

    

    .veil-768px-owl-dots .owl-dots {

        display: none !important;

    }

    

    .veil-768px-owl-dots .owl-dots {

        display: none !important;

    }

    

    .veil-768px-owl-dots .owl-dots {

        display: none !important;

    }

    

    .veil-768px-owl-dots .owl-dots {

        display: none !important;

    }

    

    .veil-768px-owl-dots .owl-dots {

        display: none !important;

    }

    

    .veil-768px-owl-dots .owl-dots {

        display: none !important;

    }

    

    .veil-768px-owl-dots .owl-dots {

        display: none !important;

    }

    

    .veil-768px-owl-dots .owl-dots {

        display: none !important;

    }

    

    .veil-768px-owl-dots .owl-dots {

        display: none !important;

    }

    

    .veil-768px-owl-dots .owl-dots {

        display: none !important;

    }

}

@media (min-width: lg) {

    .veil-992px-owl-dots .owl-dots {

        display: none !important;

    }

    

    .veil-992px-owl-dots .owl-dots {

        display: none !important;

    }

    

    .veil-992px-owl-dots .owl-dots {

        display: none !important;

    }

    

    .veil-992px-owl-dots .owl-dots {

        display: none !important;

    }

    

    .veil-992px-owl-dots .owl-dots {

        display: none !important;

    }

    

    .veil-992px-owl-dots .owl-dots {

        display: none !important;

    }

    

    .veil-992px-owl-dots .owl-dots {

        display: none !important;

    }

    

    .veil-992px-owl-dots .owl-dots {

        display: none !important;

    }

    

    .veil-992px-owl-dots .owl-dots {

        display: none !important;

    }

    

    .veil-992px-owl-dots .owl-dots {

        display: none !important;

    }

    

    .veil-992px-owl-dots .owl-dots {

        display: none !important;

    }

    

    .veil-992px-owl-dots .owl-dots {

        display: none !important;

    }

    

    .veil-992px-owl-dots .owl-dots {

        display: none !important;

    }

    

    .veil-992px-owl-dots .owl-dots {

        display: none !important;

    }

}

@media (min-width: xl) {

    .veil-1200px-owl-dots .owl-dots {

        display: none !important;

    }

    

    .veil-1200px-owl-dots .owl-dots {

        display: none !important;

    }

    

    .veil-1200px-owl-dots .owl-dots {

        display: none !important;

    }

    

    .veil-1200px-owl-dots .owl-dots {

        display: none !important;

    }

    

    .veil-1200px-owl-dots .owl-dots {

        display: none !important;

    }

    

    .veil-1200px-owl-dots .owl-dots {

        display: none !important;

    }

    

    .veil-1200px-owl-dots .owl-dots {

        display: none !important;

    }

    

    .veil-1200px-owl-dots .owl-dots {

        display: none !important;

    }

    

    .veil-1200px-owl-dots .owl-dots {

        display: none !important;

    }

    

    .veil-1200px-owl-dots .owl-dots {

        display: none !important;

    }

    

    .veil-1200px-owl-dots .owl-dots {

        display: none !important;

    }

    

    .veil-1200px-owl-dots .owl-dots {

        display: none !important;

    }

    

    .veil-1200px-owl-dots .owl-dots {

        display: none !important;

    }

    

    .veil-1200px-owl-dots .owl-dots {

        display: none !important;

    }

}

@media (min-width: xxl) {

    .veil-1600px-owl-dots .owl-dots {

        display: none !important;

    }

    

    .veil-1600px-owl-dots .owl-dots {

        display: none !important;

    }

    

    .veil-1600px-owl-dots .owl-dots {

        display: none !important;

    }

    

    .veil-1600px-owl-dots .owl-dots {

        display: none !important;

    }

    

    .veil-1600px-owl-dots .owl-dots {

        display: none !important;

    }

    

    .veil-1600px-owl-dots .owl-dots {

        display: none !important;

    }

    

    .veil-1600px-owl-dots .owl-dots {

        display: none !important;

    }

    

    .veil-1600px-owl-dots .owl-dots {

        display: none !important;

    }

    

    .veil-1600px-owl-dots .owl-dots {

        display: none !important;

    }

    

    .veil-1600px-owl-dots .owl-dots {

        display: none !important;

    }

    

    .veil-1600px-owl-dots .owl-dots {

        display: none !important;

    }

    

    .veil-1600px-owl-dots .owl-dots {

        display: none !important;

    }

    

    .veil-1600px-owl-dots .owl-dots {

        display: none !important;

    }

    

    .veil-1600px-owl-dots .owl-dots {

        display: none !important;

    }

}

@media (min-width: xs) {

    .reveal-0-owl-dots .owl-dots {

        display: block !important;

    }

    

    .reveal-0-owl-dots .owl-dots {

        display: block !important;

    }

    

    .reveal-0-owl-dots .owl-dots {

        display: block !important;

    }

    

    .reveal-0-owl-dots .owl-dots {

        display: block !important;

    }

    

    .reveal-0-owl-dots .owl-dots {

        display: block !important;

    }

    

    .reveal-0-owl-dots .owl-dots {

        display: block !important;

    }

    

    .reveal-0-owl-dots .owl-dots {

        display: block !important;

    }

    

    .reveal-0-owl-dots .owl-dots {

        display: block !important;

    }

    

    .reveal-0-owl-dots .owl-dots {

        display: block !important;

    }

    

    .reveal-0-owl-dots .owl-dots {

        display: block !important;

    }

    

    .reveal-0-owl-dots .owl-dots {

        display: block !important;

    }

    

    .reveal-0-owl-dots .owl-dots {

        display: block !important;

    }

    

    .reveal-0-owl-dots .owl-dots {

        display: block !important;

    }

    

    .reveal-0-owl-dots .owl-dots {

        display: block !important;

    }

}

@media (min-width: sm) {

    .reveal-480px-owl-dots .owl-dots {

        display: block !important;

    }

    

    .reveal-480px-owl-dots .owl-dots {

        display: block !important;

    }

    

    .reveal-480px-owl-dots .owl-dots {

        display: block !important;

    }

    

    .reveal-480px-owl-dots .owl-dots {

        display: block !important;

    }

    

    .reveal-480px-owl-dots .owl-dots {

        display: block !important;

    }

    

    .reveal-480px-owl-dots .owl-dots {

        display: block !important;

    }

    

    .reveal-480px-owl-dots .owl-dots {

        display: block !important;

    }

    

    .reveal-480px-owl-dots .owl-dots {

        display: block !important;

    }

    

    .reveal-480px-owl-dots .owl-dots {

        display: block !important;

    }

    

    .reveal-480px-owl-dots .owl-dots {

        display: block !important;

    }

    

    .reveal-480px-owl-dots .owl-dots {

        display: block !important;

    }

    

    .reveal-480px-owl-dots .owl-dots {

        display: block !important;

    }

    

    .reveal-480px-owl-dots .owl-dots {

        display: block !important;

    }

    

    .reveal-480px-owl-dots .owl-dots {

        display: block !important;

    }

}

@media (min-width: md) {

    .reveal-768px-owl-dots .owl-dots {

        display: block !important;

    }

    

    .reveal-768px-owl-dots .owl-dots {

        display: block !important;

    }

    

    .reveal-768px-owl-dots .owl-dots {

        display: block !important;

    }

    

    .reveal-768px-owl-dots .owl-dots {

        display: block !important;

    }

    

    .reveal-768px-owl-dots .owl-dots {

        display: block !important;

    }

    

    .reveal-768px-owl-dots .owl-dots {

        display: block !important;

    }

    

    .reveal-768px-owl-dots .owl-dots {

        display: block !important;

    }

    

    .reveal-768px-owl-dots .owl-dots {

        display: block !important;

    }

    

    .reveal-768px-owl-dots .owl-dots {

        display: block !important;

    }

    

    .reveal-768px-owl-dots .owl-dots {

        display: block !important;

    }

    

    .reveal-768px-owl-dots .owl-dots {

        display: block !important;

    }

    

    .reveal-768px-owl-dots .owl-dots {

        display: block !important;

    }

    

    .reveal-768px-owl-dots .owl-dots {

        display: block !important;

    }

    

    .reveal-768px-owl-dots .owl-dots {

        display: block !important;

    }

}

@media (min-width: lg) {

    .reveal-992px-owl-dots .owl-dots {

        display: block !important;

    }

    

    .reveal-992px-owl-dots .owl-dots {

        display: block !important;

    }

    

    .reveal-992px-owl-dots .owl-dots {

        display: block !important;

    }

    

    .reveal-992px-owl-dots .owl-dots {

        display: block !important;

    }

    

    .reveal-992px-owl-dots .owl-dots {

        display: block !important;

    }

    

    .reveal-992px-owl-dots .owl-dots {

        display: block !important;

    }

    

    .reveal-992px-owl-dots .owl-dots {

        display: block !important;

    }

    

    .reveal-992px-owl-dots .owl-dots {

        display: block !important;

    }

    

    .reveal-992px-owl-dots .owl-dots {

        display: block !important;

    }

    

    .reveal-992px-owl-dots .owl-dots {

        display: block !important;

    }

    

    .reveal-992px-owl-dots .owl-dots {

        display: block !important;

    }

    

    .reveal-992px-owl-dots .owl-dots {

        display: block !important;

    }

    

    .reveal-992px-owl-dots .owl-dots {

        display: block !important;

    }

    

    .reveal-992px-owl-dots .owl-dots {

        display: block !important;

    }

}

@media (min-width: xl) {

    .reveal-1200px-owl-dots .owl-dots {

        display: block !important;

    }

    

    .reveal-1200px-owl-dots .owl-dots {

        display: block !important;

    }

    

    .reveal-1200px-owl-dots .owl-dots {

        display: block !important;

    }

    

    .reveal-1200px-owl-dots .owl-dots {

        display: block !important;

    }

    

    .reveal-1200px-owl-dots .owl-dots {

        display: block !important;

    }

    

    .reveal-1200px-owl-dots .owl-dots {

        display: block !important;

    }

    

    .reveal-1200px-owl-dots .owl-dots {

        display: block !important;

    }

    

    .reveal-1200px-owl-dots .owl-dots {

        display: block !important;

    }

    

    .reveal-1200px-owl-dots .owl-dots {

        display: block !important;

    }

    

    .reveal-1200px-owl-dots .owl-dots {

        display: block !important;

    }

    

    .reveal-1200px-owl-dots .owl-dots {

        display: block !important;

    }

    

    .reveal-1200px-owl-dots .owl-dots {

        display: block !important;

    }

    

    .reveal-1200px-owl-dots .owl-dots {

        display: block !important;

    }

    

    .reveal-1200px-owl-dots .owl-dots {

        display: block !important;

    }

}

@media (min-width: xxl) {

    .reveal-1600px-owl-dots .owl-dots {

        display: block !important;

    }

    

    .reveal-1600px-owl-dots .owl-dots {

        display: block !important;

    }

    

    .reveal-1600px-owl-dots .owl-dots {

        display: block !important;

    }

    

    .reveal-1600px-owl-dots .owl-dots {

        display: block !important;

    }

    

    .reveal-1600px-owl-dots .owl-dots {

        display: block !important;

    }

    

    .reveal-1600px-owl-dots .owl-dots {

        display: block !important;

    }

    

    .reveal-1600px-owl-dots .owl-dots {

        display: block !important;

    }

    

    .reveal-1600px-owl-dots .owl-dots {

        display: block !important;

    }

    

    .reveal-1600px-owl-dots .owl-dots {

        display: block !important;

    }

    

    .reveal-1600px-owl-dots .owl-dots {

        display: block !important;

    }

    

    .reveal-1600px-owl-dots .owl-dots {

        display: block !important;

    }

    

    .reveal-1600px-owl-dots .owl-dots {

        display: block !important;

    }

    

    .reveal-1600px-owl-dots .owl-dots {

        display: block !important;

    }

    

    .reveal-1600px-owl-dots .owl-dots {

        display: block !important;

    }

}

@media (min-width: xs) {

    .veil-0-owl-nav .owl-nav {

        display: none !important;

    }

    

    .veil-0-owl-nav .owl-nav {

        display: none !important;

    }

    

    .veil-0-owl-nav .owl-nav {

        display: none !important;

    }

    

    .veil-0-owl-nav .owl-nav {

        display: none !important;

    }

    

    .veil-0-owl-nav .owl-nav {

        display: none !important;

    }

    

    .veil-0-owl-nav .owl-nav {

        display: none !important;

    }

    

    .veil-0-owl-nav .owl-nav {

        display: none !important;

    }

    

    .veil-0-owl-nav .owl-nav {

        display: none !important;

    }

    

    .veil-0-owl-nav .owl-nav {

        display: none !important;

    }

    

    .veil-0-owl-nav .owl-nav {

        display: none !important;

    }

    

    .veil-0-owl-nav .owl-nav {

        display: none !important;

    }

    

    .veil-0-owl-nav .owl-nav {

        display: none !important;

    }

    

    .veil-0-owl-nav .owl-nav {

        display: none !important;

    }

    

    .veil-0-owl-nav .owl-nav {

        display: none !important;

    }

}

@media (min-width: sm) {

    .veil-480px-owl-nav .owl-nav {

        display: none !important;

    }

    

    .veil-480px-owl-nav .owl-nav {

        display: none !important;

    }

    

    .veil-480px-owl-nav .owl-nav {

        display: none !important;

    }

    

    .veil-480px-owl-nav .owl-nav {

        display: none !important;

    }

    

    .veil-480px-owl-nav .owl-nav {

        display: none !important;

    }

    

    .veil-480px-owl-nav .owl-nav {

        display: none !important;

    }

    

    .veil-480px-owl-nav .owl-nav {

        display: none !important;

    }

    

    .veil-480px-owl-nav .owl-nav {

        display: none !important;

    }

    

    .veil-480px-owl-nav .owl-nav {

        display: none !important;

    }

    

    .veil-480px-owl-nav .owl-nav {

        display: none !important;

    }

    

    .veil-480px-owl-nav .owl-nav {

        display: none !important;

    }

    

    .veil-480px-owl-nav .owl-nav {

        display: none !important;

    }

    

    .veil-480px-owl-nav .owl-nav {

        display: none !important;

    }

    

    .veil-480px-owl-nav .owl-nav {

        display: none !important;

    }

}

@media (min-width: md) {

    .veil-768px-owl-nav .owl-nav {

        display: none !important;

    }

    

    .veil-768px-owl-nav .owl-nav {

        display: none !important;

    }

    

    .veil-768px-owl-nav .owl-nav {

        display: none !important;

    }

    

    .veil-768px-owl-nav .owl-nav {

        display: none !important;

    }

    

    .veil-768px-owl-nav .owl-nav {

        display: none !important;

    }

    

    .veil-768px-owl-nav .owl-nav {

        display: none !important;

    }

    

    .veil-768px-owl-nav .owl-nav {

        display: none !important;

    }

    

    .veil-768px-owl-nav .owl-nav {

        display: none !important;

    }

    

    .veil-768px-owl-nav .owl-nav {

        display: none !important;

    }

    

    .veil-768px-owl-nav .owl-nav {

        display: none !important;

    }

    

    .veil-768px-owl-nav .owl-nav {

        display: none !important;

    }

    

    .veil-768px-owl-nav .owl-nav {

        display: none !important;

    }

    

    .veil-768px-owl-nav .owl-nav {

        display: none !important;

    }

    

    .veil-768px-owl-nav .owl-nav {

        display: none !important;

    }

}

@media (min-width: lg) {

    .veil-992px-owl-nav .owl-nav {

        display: none !important;

    }

    

    .veil-992px-owl-nav .owl-nav {

        display: none !important;

    }

    

    .veil-992px-owl-nav .owl-nav {

        display: none !important;

    }

    

    .veil-992px-owl-nav .owl-nav {

        display: none !important;

    }

    

    .veil-992px-owl-nav .owl-nav {

        display: none !important;

    }

    

    .veil-992px-owl-nav .owl-nav {

        display: none !important;

    }

    

    .veil-992px-owl-nav .owl-nav {

        display: none !important;

    }

    

    .veil-992px-owl-nav .owl-nav {

        display: none !important;

    }

    

    .veil-992px-owl-nav .owl-nav {

        display: none !important;

    }

    

    .veil-992px-owl-nav .owl-nav {

        display: none !important;

    }

    

    .veil-992px-owl-nav .owl-nav {

        display: none !important;

    }

    

    .veil-992px-owl-nav .owl-nav {

        display: none !important;

    }

    

    .veil-992px-owl-nav .owl-nav {

        display: none !important;

    }

    

    .veil-992px-owl-nav .owl-nav {

        display: none !important;

    }

}

@media (min-width: xl) {

    .veil-1200px-owl-nav .owl-nav {

        display: none !important;

    }

    

    .veil-1200px-owl-nav .owl-nav {

        display: none !important;

    }

    

    .veil-1200px-owl-nav .owl-nav {

        display: none !important;

    }

    

    .veil-1200px-owl-nav .owl-nav {

        display: none !important;

    }

    

    .veil-1200px-owl-nav .owl-nav {

        display: none !important;

    }

    

    .veil-1200px-owl-nav .owl-nav {

        display: none !important;

    }

    

    .veil-1200px-owl-nav .owl-nav {

        display: none !important;

    }

    

    .veil-1200px-owl-nav .owl-nav {

        display: none !important;

    }

    

    .veil-1200px-owl-nav .owl-nav {

        display: none !important;

    }

    

    .veil-1200px-owl-nav .owl-nav {

        display: none !important;

    }

    

    .veil-1200px-owl-nav .owl-nav {

        display: none !important;

    }

    

    .veil-1200px-owl-nav .owl-nav {

        display: none !important;

    }

    

    .veil-1200px-owl-nav .owl-nav {

        display: none !important;

    }

    

    .veil-1200px-owl-nav .owl-nav {

        display: none !important;

    }

}

@media (min-width: xxl) {

    .veil-1600px-owl-nav .owl-nav {

        display: none !important;

    }

    

    .veil-1600px-owl-nav .owl-nav {

        display: none !important;

    }

    

    .veil-1600px-owl-nav .owl-nav {

        display: none !important;

    }

    

    .veil-1600px-owl-nav .owl-nav {

        display: none !important;

    }

    

    .veil-1600px-owl-nav .owl-nav {

        display: none !important;

    }

    

    .veil-1600px-owl-nav .owl-nav {

        display: none !important;

    }

    

    .veil-1600px-owl-nav .owl-nav {

        display: none !important;

    }

    

    .veil-1600px-owl-nav .owl-nav {

        display: none !important;

    }

    

    .veil-1600px-owl-nav .owl-nav {

        display: none !important;

    }

    

    .veil-1600px-owl-nav .owl-nav {

        display: none !important;

    }

    

    .veil-1600px-owl-nav .owl-nav {

        display: none !important;

    }

    

    .veil-1600px-owl-nav .owl-nav {

        display: none !important;

    }

    

    .veil-1600px-owl-nav .owl-nav {

        display: none !important;

    }

    

    .veil-1600px-owl-nav .owl-nav {

        display: none !important;

    }

}

@media (min-width: xs) {

    .reveal-0-owl-nav .owl-nav {

        display: block !important;

    }

    

    .reveal-0-owl-nav .owl-nav {

        display: block !important;

    }

    

    .reveal-0-owl-nav .owl-nav {

        display: block !important;

    }

    

    .reveal-0-owl-nav .owl-nav {

        display: block !important;

    }

    

    .reveal-0-owl-nav .owl-nav {

        display: block !important;

    }

    

    .reveal-0-owl-nav .owl-nav {

        display: block !important;

    }

    

    .reveal-0-owl-nav .owl-nav {

        display: block !important;

    }

    

    .reveal-0-owl-nav .owl-nav {

        display: block !important;

    }

    

    .reveal-0-owl-nav .owl-nav {

        display: block !important;

    }

    

    .reveal-0-owl-nav .owl-nav {

        display: block !important;

    }

    

    .reveal-0-owl-nav .owl-nav {

        display: block !important;

    }

    

    .reveal-0-owl-nav .owl-nav {

        display: block !important;

    }

    

    .reveal-0-owl-nav .owl-nav {

        display: block !important;

    }

    

    .reveal-0-owl-nav .owl-nav {

        display: block !important;

    }

}

@media (min-width: sm) {

    .reveal-480px-owl-nav .owl-nav {

        display: block !important;

    }

    

    .reveal-480px-owl-nav .owl-nav {

        display: block !important;

    }

    

    .reveal-480px-owl-nav .owl-nav {

        display: block !important;

    }

    

    .reveal-480px-owl-nav .owl-nav {

        display: block !important;

    }

    

    .reveal-480px-owl-nav .owl-nav {

        display: block !important;

    }

    

    .reveal-480px-owl-nav .owl-nav {

        display: block !important;

    }

    

    .reveal-480px-owl-nav .owl-nav {

        display: block !important;

    }

    

    .reveal-480px-owl-nav .owl-nav {

        display: block !important;

    }

    

    .reveal-480px-owl-nav .owl-nav {

        display: block !important;

    }

    

    .reveal-480px-owl-nav .owl-nav {

        display: block !important;

    }

    

    .reveal-480px-owl-nav .owl-nav {

        display: block !important;

    }

    

    .reveal-480px-owl-nav .owl-nav {

        display: block !important;

    }

    

    .reveal-480px-owl-nav .owl-nav {

        display: block !important;

    }

    

    .reveal-480px-owl-nav .owl-nav {

        display: block !important;

    }

}

@media (min-width: md) {

    .reveal-768px-owl-nav .owl-nav {

        display: block !important;

    }

    

    .reveal-768px-owl-nav .owl-nav {

        display: block !important;

    }

    

    .reveal-768px-owl-nav .owl-nav {

        display: block !important;

    }

    

    .reveal-768px-owl-nav .owl-nav {

        display: block !important;

    }

    

    .reveal-768px-owl-nav .owl-nav {

        display: block !important;

    }

    

    .reveal-768px-owl-nav .owl-nav {

        display: block !important;

    }

    

    .reveal-768px-owl-nav .owl-nav {

        display: block !important;

    }

    

    .reveal-768px-owl-nav .owl-nav {

        display: block !important;

    }

    

    .reveal-768px-owl-nav .owl-nav {

        display: block !important;

    }

    

    .reveal-768px-owl-nav .owl-nav {

        display: block !important;

    }

    

    .reveal-768px-owl-nav .owl-nav {

        display: block !important;

    }

    

    .reveal-768px-owl-nav .owl-nav {

        display: block !important;

    }

    

    .reveal-768px-owl-nav .owl-nav {

        display: block !important;

    }

    

    .reveal-768px-owl-nav .owl-nav {

        display: block !important;

    }

}

@media (min-width: lg) {

    .reveal-992px-owl-nav .owl-nav {

        display: block !important;

    }

    

    .reveal-992px-owl-nav .owl-nav {

        display: block !important;

    }

    

    .reveal-992px-owl-nav .owl-nav {

        display: block !important;

    }

    

    .reveal-992px-owl-nav .owl-nav {

        display: block !important;

    }

    

    .reveal-992px-owl-nav .owl-nav {

        display: block !important;

    }

    

    .reveal-992px-owl-nav .owl-nav {

        display: block !important;

    }

    

    .reveal-992px-owl-nav .owl-nav {

        display: block !important;

    }

    

    .reveal-992px-owl-nav .owl-nav {

        display: block !important;

    }

    

    .reveal-992px-owl-nav .owl-nav {

        display: block !important;

    }

    

    .reveal-992px-owl-nav .owl-nav {

        display: block !important;

    }

    

    .reveal-992px-owl-nav .owl-nav {

        display: block !important;

    }

    

    .reveal-992px-owl-nav .owl-nav {

        display: block !important;

    }

    

    .reveal-992px-owl-nav .owl-nav {

        display: block !important;

    }

    

    .reveal-992px-owl-nav .owl-nav {

        display: block !important;

    }

}

@media (min-width: xl) {

    .reveal-1200px-owl-nav .owl-nav {

        display: block !important;

    }

    

    .reveal-1200px-owl-nav .owl-nav {

        display: block !important;

    }

    

    .reveal-1200px-owl-nav .owl-nav {

        display: block !important;

    }

    

    .reveal-1200px-owl-nav .owl-nav {

        display: block !important;

    }

    

    .reveal-1200px-owl-nav .owl-nav {

        display: block !important;

    }

    

    .reveal-1200px-owl-nav .owl-nav {

        display: block !important;

    }

    

    .reveal-1200px-owl-nav .owl-nav {

        display: block !important;

    }

    

    .reveal-1200px-owl-nav .owl-nav {

        display: block !important;

    }

    

    .reveal-1200px-owl-nav .owl-nav {

        display: block !important;

    }

    

    .reveal-1200px-owl-nav .owl-nav {

        display: block !important;

    }

    

    .reveal-1200px-owl-nav .owl-nav {

        display: block !important;

    }

    

    .reveal-1200px-owl-nav .owl-nav {

        display: block !important;

    }

    

    .reveal-1200px-owl-nav .owl-nav {

        display: block !important;

    }

    

    .reveal-1200px-owl-nav .owl-nav {

        display: block !important;

    }

}

@media (min-width: xxl) {

    .reveal-1600px-owl-nav .owl-nav {

        display: block !important;

    }

    

    .reveal-1600px-owl-nav .owl-nav {

        display: block !important;

    }

    

    .reveal-1600px-owl-nav .owl-nav {

        display: block !important;

    }

    

    .reveal-1600px-owl-nav .owl-nav {

        display: block !important;

    }

    

    .reveal-1600px-owl-nav .owl-nav {

        display: block !important;

    }

    

    .reveal-1600px-owl-nav .owl-nav {

        display: block !important;

    }

    

    .reveal-1600px-owl-nav .owl-nav {

        display: block !important;

    }

    

    .reveal-1600px-owl-nav .owl-nav {

        display: block !important;

    }

    

    .reveal-1600px-owl-nav .owl-nav {

        display: block !important;

    }

    

    .reveal-1600px-owl-nav .owl-nav {

        display: block !important;

    }

    

    .reveal-1600px-owl-nav .owl-nav {

        display: block !important;

    }

    

    .reveal-1600px-owl-nav .owl-nav {

        display: block !important;

    }

    

    .reveal-1600px-owl-nav .owl-nav {

        display: block !important;

    }

    

    .reveal-1600px-owl-nav .owl-nav {

        display: block !important;

    }

}

[data-isotope-layout] {

    display: block;

    transition: .4s all ease;

    min-height: 160px;

    z-index: 0;

}

[data-isotope-layout] .row {

    margin-bottom: -30px;

}

[data-isotope-layout] .row>[class*="col-"] {

    margin-top: 30px;

}

[data-isotope-layout] .row-condensed {

    margin-bottom: 0;

}

[data-isotope-layout] .row-condensed>[class*="col-"] {

    margin-top: 0;

}

[data-isotope-layout] [class*="col-"] {

    display: block;

    opacity: 0;

    will-change: transform;

    backface-visibility: hidden;

    transition: .4s opacity ease;

}

@media (max-width: 479.98px) {

    [data-isotope-layout] [class*="col-"] {

        max-width: 100%;

    }

}

[data-isotope-layout].isotope--loaded [class*="col-"] {

    opacity: 1;

}

[data-isotope-layout].isotope--loaded:after {

    opacity: 0;

    visibility: hidden;

}

.isotope-filters {

    position: relative;

    display: inline-block;

}

.isotope-filters-list {

    display: none;

    position: absolute;

    top: 100%;

    right: 0;

    padding: 5px 0;

    margin: 5px 0;

    z-index: 10;

    float: left;

    min-width: 130px;

    font-size: 16px;

    text-align: left;

    background-color: #fff;

    border-radius: 5px;

    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);

}

.isotope-filters-list>li {

    display: block;

}

.isotope-filters-list>li>a {

    display: block;

    position: relative;

    clear: both;

    color: #434345;

    white-space: nowrap;

    line-height: 1.5;

    padding: 5px 20px;

}

.isotope-filters-list>li>a.active,

.isotope-filters-list>li>a:hover {

    background-color: #f2f4f9;

}

.isotope-filters-list.active {

    display: block;

}

.isotope-filters-toggle.active:focus {

    outline: none;

}

.isotope-filters-title {

    display: none;

}

@media (min-width: 480px) {

    .isotope-filters-list {

        right: auto;

        left: 0;

    }

}

@media (min-width: 992px) {

    .isotope-filters-horizontal .isotope-filters-list,

    .isotope-filters-vertical .isotope-filters-list {

        position: static;

        display: inline-block;

        float: none;

        padding: 0;

        background-color: transparent;

        border-radius: 0;

        box-shadow: none;

        margin-bottom: 0;

        border-bottom: 1px solid #d3dbe8;

    }

    

    .isotope-filters-horizontal .isotope-filters-list>li,

    .isotope-filters-vertical .isotope-filters-list>li {

        display: inline-block;

    }

    

    .isotope-filters-horizontal .isotope-filters-list>li>a,

    .isotope-filters-vertical .isotope-filters-list>li>a {

        display: inline-block;

        text-transform: uppercase;

        padding: 0 5px 13px;

        color: #9b9b9b;

        transition: 0.3s all ease-in;

    }

}

@media screen and (min-width: 992px) and (prefers-reduced-motion: reduce) {

    .isotope-filters-horizontal .isotope-filters-list>li>a,

    .isotope-filters-vertical .isotope-filters-list>li>a {

        transition: none;

    }

}

@media (min-width: 992px) {

    .isotope-filters-horizontal .isotope-filters-list>li>a:after,

    .isotope-filters-vertical .isotope-filters-list>li>a:after {

        content: '';

        position: absolute;

        bottom: -1px;

        left: 50%;

        width: 0;

        height: 1px;

        transition: .4s;

    }

    

    .isotope-filters-horizontal .isotope-filters-list>li>a:after,

    .isotope-filters-vertical .isotope-filters-list>li>a:after {

        background: -moz-linear-gradient(90deg, #554e9f 0%, #84c450 100%);

        background: -webkit-linear-gradient(90deg, #554e9f 0%, #84c450 100%);

        background: -o-linear-gradient(90deg, #554e9f 0%, #84c450 100%);

        background: -ms-linear-gradient(90deg, #554e9f 0%, #84c450 100%);

        background: linear-gradient(90deg, #554e9f 0%, #84c450 100%);

    }

    

    .isotope-filters-horizontal .isotope-filters-list>li>a.active,

    .isotope-filters-horizontal .isotope-filters-list>li>a:hover,

    .isotope-filters-vertical .isotope-filters-list>li>a.active,

    .isotope-filters-vertical .isotope-filters-list>li>a:hover {

        color: #434345;

        background-color: transparent;

    }

    

    .isotope-filters-horizontal .isotope-filters-list>li>a.active:after,

    .isotope-filters-vertical .isotope-filters-list>li>a.active:after {

        left: 0;

        width: 100%;

    }

    

    .isotope-filters-horizontal .isotope-filters-list>li+li,

    .isotope-filters-vertical .isotope-filters-list>li+li {

        margin-left: 23px;

    }

    

    .isotope-filters-horizontal .isotope-filters-toggle,

    .isotope-filters-vertical .isotope-filters-toggle {

        display: none;

    }

}

@media (min-width: 1200px) {

    .isotope-filters-vertical .isotope-filters-list {

        margin-bottom: 0;

        padding: 0;

        border-bottom: none;

        border-left: 1px solid #d3dbe8;

    }

    

    .isotope-filters-vertical .isotope-filters-list>li {

        display: block;

        margin-top: 0;

        text-align: left;

    }

    

    .isotope-filters-vertical .isotope-filters-list>li>a {

        padding: 0 25px;

    }

    

    .isotope-filters-vertical .isotope-filters-list>li>a:after {

        bottom: 50%;

        left: -1px;

        width: 1px;

        height: 0;

        background: #fe6500;

    }

    

    .isotope-filters-vertical .isotope-filters-list>li>a.active:after {

        bottom: 0;

        width: 1px;

        height: 100%;

        left: -1px;

    }

    

    .isotope-filters-vertical .isotope-filters-list>li+li {

        margin-left: 0;

        margin-top: 24px;

    }

    

    .isotope-filters-vertical .isotope-filters-title {

        display: block;

    }

}

.lg-sub-html,

.lg-toolbar {

    background-color: rgba(0, 0, 0, 0.45);

}

@font-face {

    font-family: lg;

    src: url(../fonts/lg.eot?n1z373);

    src: url(../fonts/lg.eot?#iefixn1z373) format("embedded-opentype"), url(../fonts/lg.woff?n1z373) format("woff"), url(../fonts/lg.ttf?n1z373) format("truetype"), url(../fonts/lg.svg?n1z373#lg) format("svg");

    font-weight: 400;

    font-style: normal;

}

.lg-icon {

    font-family: lg;

    speak: none;

    font-style: normal;

    font-weight: 400;

    font-variant: normal;

    text-transform: none;

    line-height: 1;

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale;

}

.lg-actions .lg-next,

.lg-actions .lg-prev {

    background-color: rgba(0, 0, 0, 0.45);

    border-radius: 2px;

    color: #999999;

    cursor: pointer;

    display: block;

    font-size: 22px;

    margin-top: -10px;

    padding: 8px 10px 9px;

    position: absolute;

    top: 50%;

    z-index: 1080;

    border: none;

    outline: 0;

}

.lg-actions .lg-next.disabled,

.lg-actions .lg-prev.disabled {

    pointer-events: none;

    opacity: .5;

}

.lg-actions .lg-next:hover,

.lg-actions .lg-prev:hover {

    color: #ffffff;

}

.lg-actions .lg-next {

    right: 20px;

}

.lg-actions .lg-next:before {

    content: "\e095";

}

.lg-actions .lg-prev {

    left: 20px;

}

.lg-actions .lg-prev:after {

    content: "\e094";

}

@-webkit-keyframes lg-right-end {

    0%,

    100% {

        left: 0;

    }

    

    50% {

        left: -30px;

    }

}

@-moz-keyframes lg-right-end {

    0%,

    100% {

        left: 0;

    }

    

    50% {

        left: -30px;

    }

}

@-ms-keyframes lg-right-end {

    0%,

    100% {

        left: 0;

    }

    

    50% {

        left: -30px;

    }

}

@keyframes lg-right-end {

    0%,

    100% {

        left: 0;

    }

    

    50% {

        left: -30px;

    }

}

@-webkit-keyframes lg-left-end {

    0%,

    100% {

        left: 0;

    }

    

    50% {

        left: 30px;

    }

}

@-moz-keyframes lg-left-end {

    0%,

    100% {

        left: 0;

    }

    

    50% {

        left: 30px;

    }

}

@-ms-keyframes lg-left-end {

    0%,

    100% {

        left: 0;

    }

    

    50% {

        left: 30px;

    }

}

@keyframes lg-left-end {

    0%,

    100% {

        left: 0;

    }

    

    50% {

        left: 30px;

    }

}

.lg-outer.lg-right-end .lg-object {

    -webkit-animation: lg-right-end .3s;

    -o-animation: lg-right-end .3s;

    animation: lg-right-end .3s;

    position: relative;

}

.lg-outer.lg-left-end .lg-object {

    -webkit-animation: lg-left-end .3s;

    -o-animation: lg-left-end .3s;

    animation: lg-left-end .3s;

    position: relative;

}

.lg-toolbar {

    z-index: 1082;

    left: 0;

    position: absolute;

    top: 0;

    width: 100%;

}

.lg-toolbar .lg-icon {

    color: #999999;

    cursor: pointer;

    float: right;

    font-size: 24px;

    height: 47px;

    line-height: 27px;

    padding: 10px 0;

    text-align: center;

    width: 50px;

    text-decoration: none !important;

    outline: 0;

    -webkit-transition: color .2s linear;

    -o-transition: color .2s linear;

    transition: color .2s linear;

}

.lg-toolbar .lg-icon:hover {

    color: #ffffff;

}

.lg-toolbar .lg-close:after {

    content: "\e070";

}

.lg-toolbar .lg-download:after {

    content: "\e0f2";

}

.lg-sub-html {

    bottom: 0;

    color: #eeeeee;

    font-size: 16px;

    left: 0;

    padding: 10px 40px;

    position: fixed;

    right: 0;

    text-align: center;

    z-index: 1080;

}

.lg-sub-html h4 {

    margin: 0;

    font-size: 13px;

    font-weight: 700;

}

.lg-sub-html p {

    font-size: 12px;

    margin: 5px 0 0;

}

#lg-counter {

    color: #999999;

    display: inline-block;

    font-size: 16px;

    padding-left: 20px;

    padding-top: 12px;

    vertical-align: middle;

}

.lg-next,

.lg-prev,

.lg-toolbar {

    opacity: 1;

    -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;

    -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;

    -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;

    transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;

}

.lg-hide-items .lg-prev {

    opacity: 0;

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

    transform: translate3d(-10px, 0, 0);

}

.lg-hide-items .lg-next {

    opacity: 0;

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

    transform: translate3d(10px, 0, 0);

}

.lg-hide-items .lg-toolbar {

    opacity: 0;

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

    transform: translate3d(0, -10px, 0);

}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {

    -webkit-transform: scale3d(0.5, 0.5, 0.5);

    transform: scale3d(0.5, 0.5, 0.5);

    opacity: 0;

    -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;

    -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;

    -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;

    transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;

    -webkit-transform-origin: 50% 50%;

    -moz-transform-origin: 50% 50%;

    -ms-transform-origin: 50% 50%;

    transform-origin: 50% 50%;

}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {

    -webkit-transform: scale3d(1, 1, 1);

    transform: scale3d(1, 1, 1);

    opacity: 1;

}

.lg-outer .lg-thumb-outer {

    background-color: #0d0a0a;

    bottom: 0;

    position: absolute;

    width: 100%;

    z-index: 1080;

    max-height: 350px;

    -webkit-transform: translate3d(0, 100%, 0);

    transform: translate3d(0, 100%, 0);

    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;

    -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;

    -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;

    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;

}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {

    cursor: -webkit-grab;

    cursor: -moz-grab;

    cursor: -o-grab;

    cursor: -ms-grab;

    cursor: grab;

}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {

    cursor: move;

    cursor: -webkit-grabbing;

    cursor: -moz-grabbing;

    cursor: -o-grabbing;

    cursor: -ms-grabbing;

    cursor: grabbing;

}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {

    -webkit-transition-duration: 0s !important;

    transition-duration: 0s !important;

}

.lg-outer.lg-thumb-open .lg-thumb-outer {

    -webkit-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);

}

.lg-outer .lg-thumb {

    padding: 10px 0;

    height: 100%;

    margin-bottom: -5px;

    margin-left: auto;

    margin-right: auto;

}

.lg-outer .lg-thumb-item {

    cursor: pointer;

    float: left;

    overflow: hidden;

    height: 100%;

    border: 2px solid #ffffff;

    border-radius: 4px;

    margin-bottom: 5px;

}

@media (min-width: 1025px) {

    .lg-outer .lg-thumb-item {

        -webkit-transition: border-color .25s ease;

        -o-transition: border-color .25s ease;

        transition: border-color .25s ease;

    }

}

.lg-outer .lg-thumb-item.active,

.lg-outer .lg-thumb-item:hover {

    border-color: #a90707;

}

.lg-outer .lg-thumb-item img {

    width: 100%;

    height: 100%;

    object-fit: cover;

}

.lg-outer.lg-has-thumb .lg-item {

    padding-bottom: 120px;

}

.lg-outer.lg-can-toggle .lg-item {

    padding-bottom: 0;

}

.lg-outer.lg-pull-caption-up .lg-sub-html {

    -webkit-transition: bottom .25s ease;

    -o-transition: bottom .25s ease;

    transition: bottom .25s ease;

}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {

    bottom: 100px;

}

.lg-outer .lg-toogle-thumb {

    background-color: #0d0a0a;

    border-radius: 2px 2px 0 0;

    color: #999999;

    cursor: pointer;

    font-size: 24px;

    height: 39px;

    line-height: 27px;

    padding: 5px 0;

    position: absolute;

    right: 20px;

    text-align: center;

    top: -39px;

    width: 50px;

}

.lg-outer .lg-toogle-thumb:hover,

.lg-outer.lg-dropdown-active #lg-share {

    color: #ffffff;

}

.lg-outer .lg-toogle-thumb:after {

    content: "\e1ff";

}

.lg-outer .lg-video-cont {

    display: inline-block;

    vertical-align: middle;

    max-width: 1140px;

    max-height: 100%;

    width: 100%;

    padding: 0 5px;

}

.lg-outer .lg-video {

    width: 100%;

    height: 0;

    padding-bottom: 56.25%;

    overflow: hidden;

    position: relative;

}

.lg-outer .lg-video .lg-object {

    display: inline-block;

    position: absolute;

    top: 0;

    left: 0;

    width: 100% !important;

    height: 100% !important;

}

.lg-outer .lg-video .lg-video-play {

    width: 84px;

    height: 59px;

    position: absolute;

    left: 50%;

    top: 50%;

    margin-left: -42px;

    margin-top: -30px;

    z-index: 1080;

    cursor: pointer;

}

.lg-outer .lg-has-iframe .lg-video {

    -webkit-overflow-scrolling: touch;

    overflow: auto;

}

.lg-outer .lg-has-vimeo .lg-video-play {

    background: url(../images/vimeo-play.png) no-repeat;

}

.lg-outer .lg-has-vimeo:hover .lg-video-play {

    background: url(../images/vimeo-play.png) 0 -58px no-repeat;

}

.lg-outer .lg-has-html5 .lg-video-play {

    background: url(../images/video-play.png) no-repeat;

    height: 64px;

    margin-left: -32px;

    margin-top: -32px;

    width: 64px;

    opacity: .8;

}

.lg-outer .lg-has-html5:hover .lg-video-play {

    opacity: 1;

}

.lg-outer .lg-has-youtube .lg-video-play {

    background: url(../images/youtube-play.png) no-repeat;

}

.lg-outer .lg-has-youtube:hover .lg-video-play {

    background: url(../images/youtube-play.png) 0 -60px no-repeat;

}

.lg-outer .lg-video-object {

    width: 100% !important;

    height: 100% !important;

    position: absolute;

    top: 0;

    left: 0;

}

.lg-outer .lg-has-video .lg-video-object {

    visibility: hidden;

}

.lg-outer .lg-has-video.lg-video-playing .lg-object,

.lg-outer .lg-has-video.lg-video-playing .lg-video-play {

    display: none;

}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {

    visibility: visible;

}

.lg-progress-bar {

    background-color: #333333;

    height: 5px;

    left: 0;

    position: absolute;

    top: 0;

    width: 100%;

    z-index: 1083;

    opacity: 0;

    -webkit-transition: opacity 80ms ease 0s;

    -moz-transition: opacity 80ms ease 0s;

    -o-transition: opacity 80ms ease 0s;

    transition: opacity 80ms ease 0s;

}

.lg-progress-bar .lg-progress {

    background-color: #a90707;

    height: 5px;

    width: 0;

}

.lg-progress-bar.lg-start .lg-progress {

    width: 100%;

}

.lg-show-autoplay .lg-progress-bar {

    opacity: 1;

}

.lg-autoplay-button:after {

    content: "\e01d";

}

.lg-show-autoplay .lg-autoplay-button:after {

    content: "\e01a";

}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {

    -webkit-transition-duration: 0s;

    transition-duration: 0s;

}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {

    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;

    -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;

    -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;

    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;

}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {

    -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;

    -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;

    -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;

    transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;

}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {

    -webkit-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);

    -webkit-backface-visibility: hidden;

    -moz-backface-visibility: hidden;

    backface-visibility: hidden;

}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {

    -webkit-transform: scale3d(1, 1, 1);

    transform: scale3d(1, 1, 1);

    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;

    -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;

    -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;

    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;

    -webkit-transform-origin: 0 0;

    -moz-transform-origin: 0 0;

    -ms-transform-origin: 0 0;

    transform-origin: 0 0;

    -webkit-backface-visibility: hidden;

    -moz-backface-visibility: hidden;

    backface-visibility: hidden;

}

#lg-zoom-in:after {

    content: "\e311";

}

#lg-actual-size {

    font-size: 20px;

}

#lg-actual-size:after {

    content: "\e033";

}

#lg-zoom-out {

    opacity: .5;

    pointer-events: none;

}

#lg-zoom-out:after {

    content: "\e312";

}

.lg-zoomed #lg-zoom-out {

    opacity: 1;

    pointer-events: auto;

}

.lg-outer .lg-pager-outer {

    bottom: 60px;

    left: 0;

    position: absolute;

    right: 0;

    text-align: center;

    z-index: 1080;

    height: 10px;

}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {

    overflow: visible;

}

.lg-outer .lg-pager-cont {

    cursor: pointer;

    display: inline-block;

    overflow: hidden;

    position: relative;

    vertical-align: top;

    margin: 0 5px;

}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {

    opacity: 1;

    -webkit-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);

}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {

    box-shadow: 0 0 0 2px #ffffff inset;

}

.lg-outer .lg-pager-thumb-cont {

    background-color: #ffffff;

    color: #ffffff;

    bottom: 100%;

    height: 83px;

    left: 0;

    margin-bottom: 20px;

    margin-left: -60px;

    opacity: 0;

    padding: 5px;

    position: absolute;

    width: 120px;

    border-radius: 3px;

    -webkit-transition: opacity .15s ease 0s, -webkit-transform .15s ease 0s;

    -moz-transition: opacity .15s ease 0s, -moz-transform .15s ease 0s;

    -o-transition: opacity .15s ease 0s, -o-transform .15s ease 0s;

    transition: opacity .15s ease 0s, transform .15s ease 0s;

    -webkit-transform: translate3d(0, 5px, 0);

    transform: translate3d(0, 5px, 0);

}

.lg-outer .lg-pager-thumb-cont img {

    width: 100%;

    height: 100%;

}

.lg-outer .lg-pager {

    background-color: rgba(255, 255, 255, 0.5);

    border-radius: 50%;

    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;

    display: block;

    height: 12px;

    -webkit-transition: box-shadow .3s ease 0s;

    -o-transition: box-shadow .3s ease 0s;

    transition: box-shadow .3s ease 0s;

    width: 12px;

}

.lg-outer .lg-pager:focus,

.lg-outer .lg-pager:hover {

    box-shadow: 0 0 0 8px #ffffff inset;

}

.lg-outer .lg-caret {

    border-left: 10px solid transparent;

    border-right: 10px solid transparent;

    border-top: 10px dashed;

    bottom: -10px;

    display: inline-block;

    height: 0;

    left: 50%;

    margin-left: -5px;

    position: absolute;

    vertical-align: middle;

    width: 0;

}

.lg-fullscreen:after {

    content: "\e20c";

}

.lg-fullscreen-on .lg-fullscreen:after {

    content: "\e20d";

}

.lg-outer #lg-dropdown-overlay {

    background-color: rgba(0, 0, 0, 0.25);

    bottom: 0;

    cursor: default;

    left: 0;

    position: fixed;

    right: 0;

    top: 0;

    z-index: 1081;

    opacity: 0;

    visibility: hidden;

    -webkit-transition: visibility 0s linear .18s, opacity .18s linear 0s;

    -o-transition: visibility 0s linear .18s, opacity .18s linear 0s;

    transition: visibility 0s linear .18s, opacity .18s linear 0s;

}

.lg-outer.lg-dropdown-active #lg-dropdown-overlay,

.lg-outer.lg-dropdown-active .lg-dropdown {

    -webkit-transition-delay: 0s;

    transition-delay: 0s;

    -moz-transform: translate3d(0, 0, 0);

    -o-transform: translate3d(0, 0, 0);

    -ms-transform: translate3d(0, 0, 0);

    -webkit-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);

    opacity: 1;

    visibility: visible;

}

.lg-outer .lg-dropdown {

    background-color: #ffffff;

    border-radius: 2px;

    font-size: 14px;

    list-style-type: none;

    margin: 0;

    padding: 10px 0;

    position: absolute;

    right: 0;

    text-align: left;

    top: 50px;

    opacity: 0;

    visibility: hidden;

    -moz-transform: translate3d(0, 5px, 0);

    -o-transform: translate3d(0, 5px, 0);

    -ms-transform: translate3d(0, 5px, 0);

    -webkit-transform: translate3d(0, 5px, 0);

    transform: translate3d(0, 5px, 0);

    -webkit-transition: -webkit-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;

    -moz-transition: -moz-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;

    -o-transition: -o-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;

    transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;

}

.lg-outer .lg-dropdown:after {

    content: "";

    display: block;

    height: 0;

    width: 0;

    position: absolute;

    border: 8px solid transparent;

    border-bottom-color: #ffffff;

    right: 16px;

    top: -16px;

}

.lg-outer .lg-dropdown>li:last-child {

    margin-bottom: 0;

}

.lg-outer .lg-dropdown>li:hover .lg-icon,

.lg-outer .lg-dropdown>li:hover a {

    color: #333333;

}

.lg-outer .lg-dropdown a {

    color: #333333;

    display: block;

    white-space: pre;

    padding: 4px 12px;

    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;

    font-size: 12px;

}

.lg-outer .lg-dropdown a:hover {

    background-color: rgba(0, 0, 0, 0.07);

}

.lg-outer .lg-dropdown .lg-dropdown-text {

    display: inline-block;

    line-height: 1;

    margin-top: -3px;

    vertical-align: middle;

}

.lg-outer .lg-dropdown .lg-icon {

    color: #333333;

    display: inline-block;

    float: none;

    font-size: 20px;

    height: auto;

    line-height: 1;

    margin-right: 8px;

    padding: 0;

    vertical-align: middle;

    width: auto;

}

.lg-outer,

.lg-outer .lg,

.lg-outer .lg-inner {

    width: 100%;

    height: 100%;

}

.lg-outer #lg-share {

    position: relative;

}

.lg-outer #lg-share:after {

    content: "\e80d";

}

.lg-outer #lg-share-facebook .lg-icon {

    color: #3b5998;

}

.lg-outer #lg-share-facebook .lg-icon:after {

    content: "\e901";

}

.lg-outer #lg-share-twitter .lg-icon {

    color: #00aced;

}

.lg-outer #lg-share-twitter .lg-icon:after {

    content: "\e904";

}

.lg-outer #lg-share-googleplus .lg-icon {

    color: #dd4b39;

}

.lg-outer #lg-share-googleplus .lg-icon:after {

    content: "\e902";

}

.lg-outer #lg-share-pinterest .lg-icon {

    color: #cb2027;

}

.lg-outer #lg-share-pinterest .lg-icon:after {

    content: "\e903";

}

.lg-group:after {

    content: "";

    display: table;

    clear: both;

}

.lg-outer {

    position: fixed;

    top: 0;

    left: 0;

    z-index: 100000;

    text-align: left;

    opacity: 0;

    -webkit-transition: opacity .15s ease 0s;

    -o-transition: opacity .15s ease 0s;

    transition: opacity .15s ease 0s;

}

.lg-outer * {

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

}

.lg-outer.lg-visible {

    opacity: 1;

}

.lg-outer.lg-css3 .lg-item.lg-current,

.lg-outer.lg-css3 .lg-item.lg-next-slide,

.lg-outer.lg-css3 .lg-item.lg-prev-slide {

    -webkit-transition-duration: inherit !important;

    transition-duration: inherit !important;

    -webkit-transition-timing-function: inherit !important;

    transition-timing-function: inherit !important;

}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,

.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {

    -webkit-transition-duration: 0s !important;

    transition-duration: 0s !important;

    opacity: 1;

}

.lg-outer.lg-grab img.lg-object {

    cursor: -webkit-grab;

    cursor: -moz-grab;

    cursor: -o-grab;

    cursor: -ms-grab;

    cursor: grab;

}

.lg-outer.lg-grabbing img.lg-object {

    cursor: move;

    cursor: -webkit-grabbing;

    cursor: -moz-grabbing;

    cursor: -o-grabbing;

    cursor: -ms-grabbing;

    cursor: grabbing;

}

.lg-outer .lg {

    position: relative;

    overflow: hidden;

    margin-left: auto;

    margin-right: auto;

    max-width: 100%;

    max-height: 100%;

}

.lg-outer .lg-inner {

    position: absolute;

    left: 0;

    top: 0;

    white-space: nowrap;

}

.lg-outer .lg-item {

    background: url(../images/loading.gif) center center no-repeat;

    display: none !important;

}

.lg-outer.lg-css .lg-current,

.lg-outer.lg-css3 .lg-current,

.lg-outer.lg-css3 .lg-next-slide,

.lg-outer.lg-css3 .lg-prev-slide {

    display: inline-block !important;

}

.lg-outer .lg-img-wrap,

.lg-outer .lg-item {

    display: inline-block;

    text-align: center;

    position: absolute;

    width: 100%;

    height: 100%;

}

.lg-outer .lg-img-wrap:before,

.lg-outer .lg-item:before {

    content: "";

    display: inline-block;

    height: 50%;

    width: 1px;

    margin-right: -1px;

}

.lg-outer .lg-img-wrap {

    position: absolute;

    padding: 0 5px;

    left: 0;

    right: 0;

    top: 0;

    bottom: 0;

}

.lg-outer .lg-item.lg-complete {

    background-image: none;

}

.lg-outer .lg-item.lg-current {

    z-index: 1060;

}

.lg-outer .lg-image {

    display: inline-block;

    vertical-align: middle;

    max-width: 100%;

    max-height: 100%;

    width: auto !important;

    height: auto !important;

}

.lg-outer.lg-show-after-load .lg-item .lg-object,

.lg-outer.lg-show-after-load .lg-item .lg-video-play {

    opacity: 0;

    -webkit-transition: opacity .15s ease 0s;

    -o-transition: opacity .15s ease 0s;

    transition: opacity .15s ease 0s;

}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {

    opacity: 1;

}

.lg-outer .lg-empty-html,

.lg-outer.lg-hide-download #lg-download {

    display: none;

}

.lg-backdrop {

    position: fixed;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    z-index: 100000;

    background-color: #000000;

    opacity: 0;

    -webkit-transition: opacity .15s ease 0s;

    -o-transition: opacity .15s ease 0s;

    transition: opacity .15s ease 0s;

}

.lg-backdrop.in {

    opacity: 1;

}

.lg-css3.lg-no-trans .lg-current,

.lg-css3.lg-no-trans .lg-next-slide,

.lg-css3.lg-no-trans .lg-prev-slide {

    -webkit-transition: none 0s ease 0s !important;

    -moz-transition: none 0s ease 0s !important;

    -o-transition: none 0s ease 0s !important;

    transition: none 0s ease 0s !important;

}

.lg-css3.lg-use-css3 .lg-item,

.lg-css3.lg-use-left .lg-item {

    -webkit-backface-visibility: hidden;

    -moz-backface-visibility: hidden;

    backface-visibility: hidden;

}

.lg-css3.lg-fade .lg-item {

    opacity: 0;

}

.lg-css3.lg-fade .lg-item.lg-current {

    opacity: 1;

}

.lg-css3.lg-fade .lg-item.lg-current,

.lg-css3.lg-fade .lg-item.lg-next-slide,

.lg-css3.lg-fade .lg-item.lg-prev-slide {

    -webkit-transition: opacity .1s ease 0s;

    -moz-transition: opacity .1s ease 0s;

    -o-transition: opacity .1s ease 0s;

    transition: opacity .1s ease 0s;

}

.lg-css3.lg-slide.lg-use-css3 .lg-item {

    opacity: 0;

}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {

    -webkit-transform: translate3d(-100%, 0, 0);

    transform: translate3d(-100%, 0, 0);

}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {

    -webkit-transform: translate3d(100%, 0, 0);

    transform: translate3d(100%, 0, 0);

}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {

    -webkit-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);

    opacity: 1;

}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {

    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;

    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;

    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;

    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;

}

.lg-css3.lg-slide.lg-use-left .lg-item {

    opacity: 0;

    position: absolute;

    left: 0;

}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {

    left: -100%;

}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {

    left: 100%;

}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {

    left: 0;

    opacity: 1;

}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {

    -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;

    -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;

    -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;

    transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;

}



/* LG Transitions */

.lg-css3.lg-zoom-in .lg-item {

    opacity: 0;

}

.lg-css3.lg-zoom-in .lg-item.lg-next-slide,

.lg-css3.lg-zoom-in .lg-item.lg-prev-slide {

    -webkit-transform: scale3d(1.3, 1.3, 1.3);

    transform: scale3d(1.3, 1.3, 1.3);

}

.lg-css3.lg-zoom-in .lg-item.lg-current {

    -webkit-transform: scale3d(1, 1, 1);

    transform: scale3d(1, 1, 1);

    opacity: 1;

}

.lg-css3.lg-zoom-in .lg-item.lg-current,

.lg-css3.lg-zoom-in .lg-item.lg-next-slide,

.lg-css3.lg-zoom-in .lg-item.lg-prev-slide {

    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;

    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;

    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;

    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;

}

.lg-css3.lg-zoom-in-big .lg-item {

    opacity: 0;

}

.lg-css3.lg-zoom-in-big .lg-item.lg-next-slide,

.lg-css3.lg-zoom-in-big .lg-item.lg-prev-slide {

    -webkit-transform: scale3d(2, 2, 2);

    transform: scale3d(2, 2, 2);

}

.lg-css3.lg-zoom-in-big .lg-item.lg-current {

    -webkit-transform: scale3d(1, 1, 1);

    transform: scale3d(1, 1, 1);

    opacity: 1;

}

.lg-css3.lg-zoom-in-big .lg-item.lg-current,

.lg-css3.lg-zoom-in-big .lg-item.lg-next-slide,

.lg-css3.lg-zoom-in-big .lg-item.lg-prev-slide {

    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;

    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;

    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;

    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;

}

.lg-css3.lg-zoom-out .lg-item {

    opacity: 0;

}

.lg-css3.lg-zoom-out .lg-item.lg-next-slide,

.lg-css3.lg-zoom-out .lg-item.lg-prev-slide {

    -webkit-transform: scale3d(0.7, 0.7, 0.7);

    transform: scale3d(0.7, 0.7, 0.7);

}

.lg-css3.lg-zoom-out .lg-item.lg-current {

    -webkit-transform: scale3d(1, 1, 1);

    transform: scale3d(1, 1, 1);

    opacity: 1;

}

.lg-css3.lg-zoom-out .lg-item.lg-current,

.lg-css3.lg-zoom-out .lg-item.lg-next-slide,

.lg-css3.lg-zoom-out .lg-item.lg-prev-slide {

    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;

    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;

    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;

    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;

}

.lg-css3.lg-zoom-out-big .lg-item {

    opacity: 0;

}

.lg-css3.lg-zoom-out-big .lg-item.lg-next-slide,

.lg-css3.lg-zoom-out-big .lg-item.lg-prev-slide {

    -webkit-transform: scale3d(0, 0, 0);

    transform: scale3d(0, 0, 0);

}

.lg-css3.lg-zoom-out-big .lg-item.lg-current {

    -webkit-transform: scale3d(1, 1, 1);

    transform: scale3d(1, 1, 1);

    opacity: 1;

}

.lg-css3.lg-zoom-out-big .lg-item.lg-current,

.lg-css3.lg-zoom-out-big .lg-item.lg-next-slide,

.lg-css3.lg-zoom-out-big .lg-item.lg-prev-slide {

    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;

    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;

    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;

    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;

}

.lg-css3.lg-zoom-out-in .lg-item {

    opacity: 0;

}

.lg-css3.lg-zoom-out-in .lg-item.lg-prev-slide {

    -webkit-transform: scale3d(0, 0, 0);

    transform: scale3d(0, 0, 0);

}

.lg-css3.lg-zoom-out-in .lg-item.lg-next-slide {

    -webkit-transform: scale3d(2, 2, 2);

    transform: scale3d(2, 2, 2);

}

.lg-css3.lg-zoom-out-in .lg-item.lg-current {

    -webkit-transform: scale3d(1, 1, 1);

    transform: scale3d(1, 1, 1);

    opacity: 1;

}

.lg-css3.lg-zoom-out-in .lg-item.lg-current,

.lg-css3.lg-zoom-out-in .lg-item.lg-next-slide,

.lg-css3.lg-zoom-out-in .lg-item.lg-prev-slide {

    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;

    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;

    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;

    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;

}

.lg-css3.lg-zoom-in-out .lg-item {

    opacity: 0;

}

.lg-css3.lg-zoom-in-out .lg-item.lg-prev-slide {

    -webkit-transform: scale3d(2, 2, 2);

    transform: scale3d(2, 2, 2);

}

.lg-css3.lg-zoom-in-out .lg-item.lg-next-slide {

    -webkit-transform: scale3d(0, 0, 0);

    transform: scale3d(0, 0, 0);

}

.lg-css3.lg-zoom-in-out .lg-item.lg-current {

    -webkit-transform: scale3d(1, 1, 1);

    transform: scale3d(1, 1, 1);

    opacity: 1;

}

.lg-css3.lg-zoom-in-out .lg-item.lg-current,

.lg-css3.lg-zoom-in-out .lg-item.lg-next-slide,

.lg-css3.lg-zoom-in-out .lg-item.lg-prev-slide {

    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;

    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;

    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;

    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;

}

.lg-css3.lg-soft-zoom .lg-item {

    opacity: 0;

}

.lg-css3.lg-soft-zoom .lg-item.lg-prev-slide {

    -webkit-transform: scale3d(1.1, 1.1, 1.1);

    transform: scale3d(1.1, 1.1, 1.1);

}

.lg-css3.lg-soft-zoom .lg-item.lg-next-slide {

    -webkit-transform: scale3d(0.9, 0.9, 0.9);

    transform: scale3d(0.9, 0.9, 0.9);

}

.lg-css3.lg-soft-zoom .lg-item.lg-current {

    -webkit-transform: scale3d(1, 1, 1);

    transform: scale3d(1, 1, 1);

    opacity: 1;

}

.lg-css3.lg-soft-zoom .lg-item.lg-current,

.lg-css3.lg-soft-zoom .lg-item.lg-next-slide,

.lg-css3.lg-soft-zoom .lg-item.lg-prev-slide {

    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;

    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;

    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;

    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;

}

.lg-css3.lg-scale-up .lg-item {

    opacity: 0;

}

.lg-css3.lg-scale-up .lg-item.lg-next-slide,

.lg-css3.lg-scale-up .lg-item.lg-prev-slide {

    -moz-transform: scale3d(0.8, 0.8, 0.8) translate3d(0, 10%, 0);

    -o-transform: scale3d(0.8, 0.8, 0.8) translate3d(0, 10%, 0);

    -ms-transform: scale3d(0.8, 0.8, 0.8) translate3d(0, 10%, 0);

    -webkit-transform: scale3d(0.8, 0.8, 0.8) translate3d(0, 10%, 0);

    transform: scale3d(0.8, 0.8, 0.8) translate3d(0, 10%, 0);

}

.lg-css3.lg-scale-up .lg-item.lg-current {

    -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);

    -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);

    -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);

    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);

    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);

    opacity: 1;

}

.lg-css3.lg-scale-up .lg-item.lg-current,

.lg-css3.lg-scale-up .lg-item.lg-next-slide,

.lg-css3.lg-scale-up .lg-item.lg-prev-slide {

    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;

    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;

    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;

    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;

}

.lg-css3.lg-slide-circular .lg-item {

    opacity: 0;

}

.lg-css3.lg-slide-circular .lg-item.lg-prev-slide {

    -moz-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);

    -o-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);

    -ms-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);

    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);

    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);

}

.lg-css3.lg-slide-circular .lg-item.lg-next-slide {

    -moz-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);

    -o-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);

    -ms-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);

    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);

    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);

}

.lg-css3.lg-slide-circular .lg-item.lg-current {

    -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);

    -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);

    -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);

    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);

    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);

    opacity: 1;

}

.lg-css3.lg-slide-circular .lg-item.lg-current,

.lg-css3.lg-slide-circular .lg-item.lg-next-slide,

.lg-css3.lg-slide-circular .lg-item.lg-prev-slide {

    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;

    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;

    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;

    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;

}

.lg-css3.lg-slide-circular-up .lg-item {

    opacity: 0;

}

.lg-css3.lg-slide-circular-up .lg-item.lg-prev-slide {

    -moz-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);

    -o-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);

    -ms-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);

    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);

    transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);

}

.lg-css3.lg-slide-circular-up .lg-item.lg-next-slide {

    -moz-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);

    -o-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);

    -ms-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);

    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);

    transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);

}

.lg-css3.lg-slide-circular-up .lg-item.lg-current {

    -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);

    -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);

    -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);

    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);

    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);

    opacity: 1;

}

.lg-css3.lg-slide-circular-up .lg-item.lg-current,

.lg-css3.lg-slide-circular-up .lg-item.lg-next-slide,

.lg-css3.lg-slide-circular-up .lg-item.lg-prev-slide {

    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;

    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;

    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;

    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;

}

.lg-css3.lg-slide-circular-down .lg-item {

    opacity: 0;

}

.lg-css3.lg-slide-circular-down .lg-item.lg-prev-slide {

    -moz-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);

    -o-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);

    -ms-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);

    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);

    transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);

}

.lg-css3.lg-slide-circular-down .lg-item.lg-next-slide {

    -moz-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);

    -o-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);

    -ms-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);

    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);

    transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);

}

.lg-css3.lg-slide-circular-down .lg-item.lg-current {

    -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);

    -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);

    -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);

    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);

    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);

    opacity: 1;

}

.lg-css3.lg-slide-circular-down .lg-item.lg-current,

.lg-css3.lg-slide-circular-down .lg-item.lg-next-slide,

.lg-css3.lg-slide-circular-down .lg-item.lg-prev-slide {

    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;

    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;

    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;

    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;

}

.lg-css3.lg-slide-circular-vertical .lg-item {

    opacity: 0;

}

.lg-css3.lg-slide-circular-vertical .lg-item.lg-prev-slide {

    -moz-transform: scale3d(0, 0, 0) translate3d(0, -100%, 0);

    -o-transform: scale3d(0, 0, 0) translate3d(0, -100%, 0);

    -ms-transform: scale3d(0, 0, 0) translate3d(0, -100%, 0);

    -webkit-transform: scale3d(0, 0, 0) translate3d(0, -100%, 0);

    transform: scale3d(0, 0, 0) translate3d(0, -100%, 0);

}

.lg-css3.lg-slide-circular-vertical .lg-item.lg-next-slide {

    -moz-transform: scale3d(0, 0, 0) translate3d(0, 100%, 0);

    -o-transform: scale3d(0, 0, 0) translate3d(0, 100%, 0);

    -ms-transform: scale3d(0, 0, 0) translate3d(0, 100%, 0);

    -webkit-transform: scale3d(0, 0, 0) translate3d(0, 100%, 0);

    transform: scale3d(0, 0, 0) translate3d(0, 100%, 0);

}

.lg-css3.lg-slide-circular-vertical .lg-item.lg-current {

    -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);

    -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);

    -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);

    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);

    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);

    opacity: 1;

}

.lg-css3.lg-slide-circular-vertical .lg-item.lg-current,

.lg-css3.lg-slide-circular-vertical .lg-item.lg-next-slide,

.lg-css3.lg-slide-circular-vertical .lg-item.lg-prev-slide {

    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;

    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;

    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;

    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;

}

.lg-css3.lg-slide-circular-vertical-left .lg-item {

    opacity: 0;

}

.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-prev-slide {

    -moz-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);

    -o-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);

    -ms-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);

    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);

    transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);

}

.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-next-slide {

    -moz-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);

    -o-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);

    -ms-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);

    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);

    transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);

}

.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-current {

    -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);

    -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);

    -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);

    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);

    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);

    opacity: 1;

}

.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-current,

.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-next-slide,

.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-prev-slide {

    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;

    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;

    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;

    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;

}

.lg-css3.lg-slide-circular-vertical-down .lg-item {

    opacity: 0;

}

.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-prev-slide {

    -moz-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);

    -o-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);

    -ms-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);

    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);

    transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);

}

.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-next-slide {

    -moz-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);

    -o-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);

    -ms-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);

    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);

    transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);

}

.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-current {

    -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);

    -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);

    -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);

    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);

    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);

    opacity: 1;

}

.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-current,

.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-next-slide,

.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-prev-slide {

    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;

    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;

    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;

    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;

}

.lg-css3.lg-slide-vertical .lg-item {

    opacity: 0;

}

.lg-css3.lg-slide-vertical .lg-item.lg-prev-slide {

    -webkit-transform: translate3d(0, -100%, 0);

    transform: translate3d(0, -100%, 0);

}

.lg-css3.lg-slide-vertical .lg-item.lg-next-slide {

    -webkit-transform: translate3d(0, 100%, 0);

    transform: translate3d(0, 100%, 0);

}

.lg-css3.lg-slide-vertical .lg-item.lg-current {

    -webkit-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);

    opacity: 1;

}

.lg-css3.lg-slide-vertical .lg-item.lg-current,

.lg-css3.lg-slide-vertical .lg-item.lg-next-slide,

.lg-css3.lg-slide-vertical .lg-item.lg-prev-slide {

    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;

    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;

    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;

    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;

}

.lg-css3.lg-slide-vertical-growth .lg-item {

    opacity: 0;

}

.lg-css3.lg-slide-vertical-growth .lg-item.lg-prev-slide {

    -moz-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, -150%, 0);

    -o-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, -150%, 0);

    -ms-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, -150%, 0);

    -webkit-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, -150%, 0);

    transform: scale3d(0.5, 0.5, 0.5) translate3d(0, -150%, 0);

}

.lg-css3.lg-slide-vertical-growth .lg-item.lg-next-slide {

    -moz-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 150%, 0);

    -o-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 150%, 0);

    -ms-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 150%, 0);

    -webkit-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 150%, 0);

    transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 150%, 0);

}

.lg-css3.lg-slide-vertical-growth .lg-item.lg-current {

    -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);

    -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);

    -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);

    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);

    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);

    opacity: 1;

}

.lg-css3.lg-slide-vertical-growth .lg-item.lg-current,

.lg-css3.lg-slide-vertical-growth .lg-item.lg-next-slide,

.lg-css3.lg-slide-vertical-growth .lg-item.lg-prev-slide {

    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;

    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;

    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;

    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;

}

.lg-css3.lg-slide-skew-only .lg-item {

    opacity: 0;

}

.lg-css3.lg-slide-skew-only .lg-item.lg-next-slide,

.lg-css3.lg-slide-skew-only .lg-item.lg-prev-slide {

    -moz-transform: skew(10deg, 0deg);

    -o-transform: skew(10deg, 0deg);

    -ms-transform: skew(10deg, 0deg);

    -webkit-transform: skew(10deg, 0deg);

    transform: skew(10deg, 0deg);

}

.lg-css3.lg-slide-skew-only .lg-item.lg-current {

    -moz-transform: skew(0deg, 0deg);

    -o-transform: skew(0deg, 0deg);

    -ms-transform: skew(0deg, 0deg);

    -webkit-transform: skew(0deg, 0deg);

    transform: skew(0deg, 0deg);

    opacity: 1;

}

.lg-css3.lg-slide-skew-only .lg-item.lg-current,

.lg-css3.lg-slide-skew-only .lg-item.lg-next-slide,

.lg-css3.lg-slide-skew-only .lg-item.lg-prev-slide {

    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;

    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;

    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;

    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;

}

.lg-css3.lg-slide-skew-only-rev .lg-item {

    opacity: 0;

}

.lg-css3.lg-slide-skew-only-rev .lg-item.lg-next-slide,

.lg-css3.lg-slide-skew-only-rev .lg-item.lg-prev-slide {

    -moz-transform: skew(-10deg, 0deg);

    -o-transform: skew(-10deg, 0deg);

    -ms-transform: skew(-10deg, 0deg);

    -webkit-transform: skew(-10deg, 0deg);

    transform: skew(-10deg, 0deg);

}

.lg-css3.lg-slide-skew-only-rev .lg-item.lg-current {

    -moz-transform: skew(0deg, 0deg);

    -o-transform: skew(0deg, 0deg);

    -ms-transform: skew(0deg, 0deg);

    -webkit-transform: skew(0deg, 0deg);

    transform: skew(0deg, 0deg);

    opacity: 1;

}

.lg-css3.lg-slide-skew-only-rev .lg-item.lg-current,

.lg-css3.lg-slide-skew-only-rev .lg-item.lg-next-slide,

.lg-css3.lg-slide-skew-only-rev .lg-item.lg-prev-slide {

    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;

    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;

    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;

    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;

}

.lg-css3.lg-slide-skew-only-y .lg-item {

    opacity: 0;

}

.lg-css3.lg-slide-skew-only-y .lg-item.lg-next-slide,

.lg-css3.lg-slide-skew-only-y .lg-item.lg-prev-slide {

    -moz-transform: skew(0deg, 10deg);

    -o-transform: skew(0deg, 10deg);

    -ms-transform: skew(0deg, 10deg);

    -webkit-transform: skew(0deg, 10deg);

    transform: skew(0deg, 10deg);

}

.lg-css3.lg-slide-skew-only-y .lg-item.lg-current {

    -moz-transform: skew(0deg, 0deg);

    -o-transform: skew(0deg, 0deg);

    -ms-transform: skew(0deg, 0deg);

    -webkit-transform: skew(0deg, 0deg);

    transform: skew(0deg, 0deg);

    opacity: 1;

}

.lg-css3.lg-slide-skew-only-y .lg-item.lg-current,

.lg-css3.lg-slide-skew-only-y .lg-item.lg-next-slide,

.lg-css3.lg-slide-skew-only-y .lg-item.lg-prev-slide {

    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;

    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;

    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;

    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;

}

.lg-css3.lg-slide-skew-only-y-rev .lg-item {

    opacity: 0;

}

.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-next-slide,

.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-prev-slide {

    -moz-transform: skew(0deg, -10deg);

    -o-transform: skew(0deg, -10deg);

    -ms-transform: skew(0deg, -10deg);

    -webkit-transform: skew(0deg, -10deg);

    transform: skew(0deg, -10deg);

}

.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-current {

    -moz-transform: skew(0deg, 0deg);

    -o-transform: skew(0deg, 0deg);

    -ms-transform: skew(0deg, 0deg);

    -webkit-transform: skew(0deg, 0deg);

    transform: skew(0deg, 0deg);

    opacity: 1;

}

.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-current,

.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-next-slide,

.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-prev-slide {

    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;

    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;

    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;

    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;

}

.lg-css3.lg-slide-skew .lg-item {

    opacity: 0;

}

.lg-css3.lg-slide-skew .lg-item.lg-prev-slide {

    -moz-transform: skew(20deg, 0deg) translate3d(-100%, 0, 0);

    -o-transform: skew(20deg, 0deg) translate3d(-100%, 0, 0);

    -ms-transform: skew(20deg, 0deg) translate3d(-100%, 0, 0);

    -webkit-transform: skew(20deg, 0deg) translate3d(-100%, 0, 0);

    transform: skew(20deg, 0deg) translate3d(-100%, 0, 0);

}

.lg-css3.lg-slide-skew .lg-item.lg-next-slide {

    -moz-transform: skew(20deg, 0deg) translate3d(100%, 0, 0);

    -o-transform: skew(20deg, 0deg) translate3d(100%, 0, 0);

    -ms-transform: skew(20deg, 0deg) translate3d(100%, 0, 0);

    -webkit-transform: skew(20deg, 0deg) translate3d(100%, 0, 0);

    transform: skew(20deg, 0deg) translate3d(100%, 0, 0);

}

.lg-css3.lg-slide-skew .lg-item.lg-current {

    -moz-transform: skew(0deg, 0deg) translate3d(0, 0, 0);

    -o-transform: skew(0deg, 0deg) translate3d(0, 0, 0);

    -ms-transform: skew(0deg, 0deg) translate3d(0, 0, 0);

    -webkit-transform: skew(0deg, 0deg) translate3d(0, 0, 0);

    transform: skew(0deg, 0deg) translate3d(0, 0, 0);

    opacity: 1;

}

.lg-css3.lg-slide-skew .lg-item.lg-current,

.lg-css3.lg-slide-skew .lg-item.lg-next-slide,

.lg-css3.lg-slide-skew .lg-item.lg-prev-slide {

    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;

    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;

    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;

    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;

}

.lg-css3.lg-slide-skew-rev .lg-item {

    opacity: 0;

}

.lg-css3.lg-slide-skew-rev .lg-item.lg-prev-slide {

    -moz-transform: skew(-20deg, 0deg) translate3d(-100%, 0, 0);

    -o-transform: skew(-20deg, 0deg) translate3d(-100%, 0, 0);

    -ms-transform: skew(-20deg, 0deg) translate3d(-100%, 0, 0);

    -webkit-transform: skew(-20deg, 0deg) translate3d(-100%, 0, 0);

    transform: skew(-20deg, 0deg) translate3d(-100%, 0, 0);

}

.lg-css3.lg-slide-skew-rev .lg-item.lg-next-slide {

    -moz-transform: skew(-20deg, 0deg) translate3d(100%, 0, 0);

    -o-transform: skew(-20deg, 0deg) translate3d(100%, 0, 0);

    -ms-transform: skew(-20deg, 0deg) translate3d(100%, 0, 0);

    -webkit-transform: skew(-20deg, 0deg) translate3d(100%, 0, 0);

    transform: skew(-20deg, 0deg) translate3d(100%, 0, 0);

}

.lg-css3.lg-slide-skew-rev .lg-item.lg-current {

    -moz-transform: skew(0deg, 0deg) translate3d(0, 0, 0);

    -o-transform: skew(0deg, 0deg) translate3d(0, 0, 0);

    -ms-transform: skew(0deg, 0deg) translate3d(0, 0, 0);

    -webkit-transform: skew(0deg, 0deg) translate3d(0, 0, 0);

    transform: skew(0deg, 0deg) translate3d(0, 0, 0);

    opacity: 1;

}

.lg-css3.lg-slide-skew-rev .lg-item.lg-current,

.lg-css3.lg-slide-skew-rev .lg-item.lg-next-slide,

.lg-css3.lg-slide-skew-rev .lg-item.lg-prev-slide {

    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;

    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;

    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;

    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;

}

.lg-css3.lg-slide-skew-cross .lg-item {

    opacity: 0;

}

.lg-css3.lg-slide-skew-cross .lg-item.lg-prev-slide {

    -moz-transform: skew(0deg, 60deg) translate3d(-100%, 0, 0);

    -o-transform: skew(0deg, 60deg) translate3d(-100%, 0, 0);

    -ms-transform: skew(0deg, 60deg) translate3d(-100%, 0, 0);

    -webkit-transform: skew(0deg, 60deg) translate3d(-100%, 0, 0);

    transform: skew(0deg, 60deg) translate3d(-100%, 0, 0);

}

.lg-css3.lg-slide-skew-cross .lg-item.lg-next-slide {

    -moz-transform: skew(0deg, 60deg) translate3d(100%, 0, 0);

    -o-transform: skew(0deg, 60deg) translate3d(100%, 0, 0);

    -ms-transform: skew(0deg, 60deg) translate3d(100%, 0, 0);

    -webkit-transform: skew(0deg, 60deg) translate3d(100%, 0, 0);

    transform: skew(0deg, 60deg) translate3d(100%, 0, 0);

}

.lg-css3.lg-slide-skew-cross .lg-item.lg-current {

    -moz-transform: skew(0deg, 0deg) translate3d(0, 0, 0);

    -o-transform: skew(0deg, 0deg) translate3d(0, 0, 0);

    -ms-transform: skew(0deg, 0deg) translate3d(0, 0, 0);

    -webkit-transform: skew(0deg, 0deg) translate3d(0, 0, 0);

    transform: skew(0deg, 0deg) translate3d(0, 0, 0);

    opacity: 1;

}

.lg-css3.lg-slide-skew-cross .lg-item.lg-current,

.lg-css3.lg-slide-skew-cross .lg-item.lg-next-slide,

.lg-css3.lg-slide-skew-cross .lg-item.lg-prev-slide {

    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;

    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;

    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;

    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;

}

.lg-css3.lg-slide-skew-cross-rev .lg-item {

    opacity: 0;

}

.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-prev-slide {

    -moz-transform: skew(0deg, -60deg) translate3d(-100%, 0, 0);

    -o-transform: skew(0deg, -60deg) translate3d(-100%, 0, 0);

    -ms-transform: skew(0deg, -60deg) translate3d(-100%, 0, 0);

    -webkit-transform: skew(0deg, -60deg) translate3d(-100%, 0, 0);

    transform: skew(0deg, -60deg) translate3d(-100%, 0, 0);

}

.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-next-slide {

    -moz-transform: skew(0deg, -60deg) translate3d(100%, 0, 0);

    -o-transform: skew(0deg, -60deg) translate3d(100%, 0, 0);

    -ms-transform: skew(0deg, -60deg) translate3d(100%, 0, 0);

    -webkit-transform: skew(0deg, -60deg) translate3d(100%, 0, 0);

    transform: skew(0deg, -60deg) translate3d(100%, 0, 0);

}

.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-current {

    -moz-transform: skew(0deg, 0deg) translate3d(0, 0, 0);

    -o-transform: skew(0deg, 0deg) translate3d(0, 0, 0);

    -ms-transform: skew(0deg, 0deg) translate3d(0, 0, 0);

    -webkit-transform: skew(0deg, 0deg) translate3d(0, 0, 0);

    transform: skew(0deg, 0deg) translate3d(0, 0, 0);

    opacity: 1;

}

.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-current,

.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-next-slide,

.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-prev-slide {

    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;

    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;

    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;

    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;

}

.lg-css3.lg-slide-skew-ver .lg-item {

    opacity: 0;

}

.lg-css3.lg-slide-skew-ver .lg-item.lg-prev-slide {

    -moz-transform: skew(60deg, 0deg) translate3d(0, -100%, 0);

    -o-transform: skew(60deg, 0deg) translate3d(0, -100%, 0);

    -ms-transform: skew(60deg, 0deg) translate3d(0, -100%, 0);

    -webkit-transform: skew(60deg, 0deg) translate3d(0, -100%, 0);

    transform: skew(60deg, 0deg) translate3d(0, -100%, 0);

}

.lg-css3.lg-slide-skew-ver .lg-item.lg-next-slide {

    -moz-transform: skew(60deg, 0deg) translate3d(0, 100%, 0);

    -o-transform: skew(60deg, 0deg) translate3d(0, 100%, 0);

    -ms-transform: skew(60deg, 0deg) translate3d(0, 100%, 0);

    -webkit-transform: skew(60deg, 0deg) translate3d(0, 100%, 0);

    transform: skew(60deg, 0deg) translate3d(0, 100%, 0);

}

.lg-css3.lg-slide-skew-ver .lg-item.lg-current {

    -moz-transform: skew(0deg, 0deg) translate3d(0, 0, 0);

    -o-transform: skew(0deg, 0deg) translate3d(0, 0, 0);

    -ms-transform: skew(0deg, 0deg) translate3d(0, 0, 0);

    -webkit-transform: skew(0deg, 0deg) translate3d(0, 0, 0);

    transform: skew(0deg, 0deg) translate3d(0, 0, 0);

    opacity: 1;

}

.lg-css3.lg-slide-skew-ver .lg-item.lg-current,

.lg-css3.lg-slide-skew-ver .lg-item.lg-next-slide,

.lg-css3.lg-slide-skew-ver .lg-item.lg-prev-slide {

    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;

    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;

    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;

    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;

}

.lg-css3.lg-slide-skew-ver-rev .lg-item {

    opacity: 0;

}

.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-prev-slide {

    -moz-transform: skew(-60deg, 0deg) translate3d(0, -100%, 0);

    -o-transform: skew(-60deg, 0deg) translate3d(0, -100%, 0);

    -ms-transform: skew(-60deg, 0deg) translate3d(0, -100%, 0);

    -webkit-transform: skew(-60deg, 0deg) translate3d(0, -100%, 0);

    transform: skew(-60deg, 0deg) translate3d(0, -100%, 0);

}

.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-next-slide {

    -moz-transform: skew(-60deg, 0deg) translate3d(0, 100%, 0);

    -o-transform: skew(-60deg, 0deg) translate3d(0, 100%, 0);

    -ms-transform: skew(-60deg, 0deg) translate3d(0, 100%, 0);

    -webkit-transform: skew(-60deg, 0deg) translate3d(0, 100%, 0);

    transform: skew(-60deg, 0deg) translate3d(0, 100%, 0);

}

.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-current {

    -moz-transform: skew(0deg, 0deg) translate3d(0, 0, 0);

    -o-transform: skew(0deg, 0deg) translate3d(0, 0, 0);

    -ms-transform: skew(0deg, 0deg) translate3d(0, 0, 0);

    -webkit-transform: skew(0deg, 0deg) translate3d(0, 0, 0);

    transform: skew(0deg, 0deg) translate3d(0, 0, 0);

    opacity: 1;

}

.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-current,

.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-next-slide,

.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-prev-slide {

    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;

    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;

    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;

    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;

}

.lg-css3.lg-slide-skew-ver-cross .lg-item {

    opacity: 0;

}

.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-prev-slide {

    -moz-transform: skew(0deg, 20deg) translate3d(0, -100%, 0);

    -o-transform: skew(0deg, 20deg) translate3d(0, -100%, 0);

    -ms-transform: skew(0deg, 20deg) translate3d(0, -100%, 0);

    -webkit-transform: skew(0deg, 20deg) translate3d(0, -100%, 0);

    transform: skew(0deg, 20deg) translate3d(0, -100%, 0);

}

.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-next-slide {

    -moz-transform: skew(0deg, 20deg) translate3d(0, 100%, 0);

    -o-transform: skew(0deg, 20deg) translate3d(0, 100%, 0);

    -ms-transform: skew(0deg, 20deg) translate3d(0, 100%, 0);

    -webkit-transform: skew(0deg, 20deg) translate3d(0, 100%, 0);

    transform: skew(0deg, 20deg) translate3d(0, 100%, 0);

}

.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-current {

    -moz-transform: skew(0deg, 0deg) translate3d(0, 0, 0);

    -o-transform: skew(0deg, 0deg) translate3d(0, 0, 0);

    -ms-transform: skew(0deg, 0deg) translate3d(0, 0, 0);

    -webkit-transform: skew(0deg, 0deg) translate3d(0, 0, 0);

    transform: skew(0deg, 0deg) translate3d(0, 0, 0);

    opacity: 1;

}

.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-current,

.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-next-slide,

.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-prev-slide {

    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;

    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;

    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;

    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;

}

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item {

    opacity: 0;

}

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-prev-slide {

    -moz-transform: skew(0deg, -20deg) translate3d(0, -100%, 0);

    -o-transform: skew(0deg, -20deg) translate3d(0, -100%, 0);

    -ms-transform: skew(0deg, -20deg) translate3d(0, -100%, 0);

    -webkit-transform: skew(0deg, -20deg) translate3d(0, -100%, 0);

    transform: skew(0deg, -20deg) translate3d(0, -100%, 0);

}

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-next-slide {

    -moz-transform: skew(0deg, -20deg) translate3d(0, 100%, 0);

    -o-transform: skew(0deg, -20deg) translate3d(0, 100%, 0);

    -ms-transform: skew(0deg, -20deg) translate3d(0, 100%, 0);

    -webkit-transform: skew(0deg, -20deg) translate3d(0, 100%, 0);

    transform: skew(0deg, -20deg) translate3d(0, 100%, 0);

}

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-current {

    -moz-transform: skew(0deg, 0deg) translate3d(0, 0, 0);

    -o-transform: skew(0deg, 0deg) translate3d(0, 0, 0);

    -ms-transform: skew(0deg, 0deg) translate3d(0, 0, 0);

    -webkit-transform: skew(0deg, 0deg) translate3d(0, 0, 0);

    transform: skew(0deg, 0deg) translate3d(0, 0, 0);

    opacity: 1;

}

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-current,

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-next-slide,

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-prev-slide {

    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;

    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;

    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;

    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;

}

.lg-css3.lg-lollipop .lg-item {

    opacity: 0;

}

.lg-css3.lg-lollipop .lg-item.lg-prev-slide {

    -webkit-transform: translate3d(-100%, 0, 0);

    transform: translate3d(-100%, 0, 0);

}

.lg-css3.lg-lollipop .lg-item.lg-next-slide {

    -moz-transform: translate3d(0, 0, 0) scale(0.5);

    -o-transform: translate3d(0, 0, 0) scale(0.5);

    -ms-transform: translate3d(0, 0, 0) scale(0.5);

    -webkit-transform: translate3d(0, 0, 0) scale(0.5);

    transform: translate3d(0, 0, 0) scale(0.5);

}

.lg-css3.lg-lollipop .lg-item.lg-current {

    -webkit-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);

    opacity: 1;

}

.lg-css3.lg-lollipop .lg-item.lg-current,

.lg-css3.lg-lollipop .lg-item.lg-next-slide,

.lg-css3.lg-lollipop .lg-item.lg-prev-slide {

    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;

    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;

    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;

    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;

}

.lg-css3.lg-lollipop-rev .lg-item {

    opacity: 0;

}

.lg-css3.lg-lollipop-rev .lg-item.lg-prev-slide {

    -moz-transform: translate3d(0, 0, 0) scale(0.5);

    -o-transform: translate3d(0, 0, 0) scale(0.5);

    -ms-transform: translate3d(0, 0, 0) scale(0.5);

    -webkit-transform: translate3d(0, 0, 0) scale(0.5);

    transform: translate3d(0, 0, 0) scale(0.5);

}

.lg-css3.lg-lollipop-rev .lg-item.lg-next-slide {

    -webkit-transform: translate3d(100%, 0, 0);

    transform: translate3d(100%, 0, 0);

}

.lg-css3.lg-lollipop-rev .lg-item.lg-current {

    -webkit-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);

    opacity: 1;

}

.lg-css3.lg-lollipop-rev .lg-item.lg-current,

.lg-css3.lg-lollipop-rev .lg-item.lg-next-slide,

.lg-css3.lg-lollipop-rev .lg-item.lg-prev-slide {

    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;

    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;

    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;

    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;

}

.lg-css3.lg-rotate .lg-item {

    opacity: 0;

}

.lg-css3.lg-rotate .lg-item.lg-prev-slide {

    -moz-transform: rotate(-360deg);

    -o-transform: rotate(-360deg);

    -ms-transform: rotate(-360deg);

    -webkit-transform: rotate(-360deg);

    transform: rotate(-360deg);

}

.lg-css3.lg-rotate .lg-item.lg-next-slide {

    -moz-transform: rotate(360deg);

    -o-transform: rotate(360deg);

    -ms-transform: rotate(360deg);

    -webkit-transform: rotate(360deg);

    transform: rotate(360deg);

}

.lg-css3.lg-rotate .lg-item.lg-current {

    -moz-transform: rotate(0);

    -o-transform: rotate(0);

    -ms-transform: rotate(0);

    -webkit-transform: rotate(0);

    transform: rotate(0);

    opacity: 1;

}

.lg-css3.lg-rotate .lg-item.lg-current,

.lg-css3.lg-rotate .lg-item.lg-next-slide,

.lg-css3.lg-rotate .lg-item.lg-prev-slide {

    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;

    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;

    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;

    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;

}

.lg-css3.lg-rotate-rev .lg-item {

    opacity: 0;

}

.lg-css3.lg-rotate-rev .lg-item.lg-prev-slide {

    -moz-transform: rotate(360deg);

    -o-transform: rotate(360deg);

    -ms-transform: rotate(360deg);

    -webkit-transform: rotate(360deg);

    transform: rotate(360deg);

}

.lg-css3.lg-rotate-rev .lg-item.lg-next-slide {

    -moz-transform: rotate(-360deg);

    -o-transform: rotate(-360deg);

    -ms-transform: rotate(-360deg);

    -webkit-transform: rotate(-360deg);

    transform: rotate(-360deg);

}

.lg-css3.lg-rotate-rev .lg-item.lg-current {

    -moz-transform: rotate(0);

    -o-transform: rotate(0);

    -ms-transform: rotate(0);

    -webkit-transform: rotate(0);

    transform: rotate(0);

    opacity: 1;

}

.lg-css3.lg-rotate-rev .lg-item.lg-current,

.lg-css3.lg-rotate-rev .lg-item.lg-next-slide,

.lg-css3.lg-rotate-rev .lg-item.lg-prev-slide {

    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;

    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;

    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;

    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;

}

.lg-css3.lg-tube .lg-item {

    opacity: 0;

}

.lg-css3.lg-tube .lg-item.lg-prev-slide {

    -moz-transform: scale3d(1, 0, 1) translate3d(-100%, 0, 0);

    -o-transform: scale3d(1, 0, 1) translate3d(-100%, 0, 0);

    -ms-transform: scale3d(1, 0, 1) translate3d(-100%, 0, 0);

    -webkit-transform: scale3d(1, 0, 1) translate3d(-100%, 0, 0);

    transform: scale3d(1, 0, 1) translate3d(-100%, 0, 0);

}

.lg-css3.lg-tube .lg-item.lg-next-slide {

    -moz-transform: scale3d(1, 0, 1) translate3d(100%, 0, 0);

    -o-transform: scale3d(1, 0, 1) translate3d(100%, 0, 0);

    -ms-transform: scale3d(1, 0, 1) translate3d(100%, 0, 0);

    -webkit-transform: scale3d(1, 0, 1) translate3d(100%, 0, 0);

    transform: scale3d(1, 0, 1) translate3d(100%, 0, 0);

}

.lg-css3.lg-tube .lg-item.lg-current {

    -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);

    -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);

    -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);

    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);

    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);

    opacity: 1;

}

.lg-css3.lg-tube .lg-item.lg-current,

.lg-css3.lg-tube .lg-item.lg-next-slide,

.lg-css3.lg-tube .lg-item.lg-prev-slide {

    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;

    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;

    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;

    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;

}

.responsive-tabs .resp-accordion {

    position: relative;

    padding: 15px 20px 15px 2px;

    overflow: hidden;

    font-size: 16px;

    font-weight: 700;

    color: #9b9b9b;

    text-align: left;

    text-overflow: ellipsis;

    text-transform: uppercase;

    transition: color .2s ease-in;

}

.responsive-tabs .resp-accordion:hover {

    cursor: pointer;

    color: #434345;

}

.responsive-tabs .resp-accordion .resp-arrow {

    position: absolute;

    top: 11px;

    right: 0;

    bottom: 0;

    width: 20px;

    font-family: "Material Design Icons";

    font-size: 21px;

    font-weight: 400;

    text-align: center;

    transition: .2s;

}

.responsive-tabs .resp-accordion .resp-arrow:before {

    content: "ï”„";

}

.responsive-tabs .resp-accordion.resp-tab-active {

    color: #434345;

}

.responsive-tabs .resp-accordion.resp-tab-active .resp-arrow:before {

    content: "ï‘¥";

}

.responsive-tabs .resp-tab-content {

    padding: 2px 5px 17px 2px;

}

.responsive-tabs .resp-tabs-list {

    display: none;

    padding: 0;

    margin-bottom: 0;

}

.responsive-tabs .resp-tabs-list li {

    position: relative;

    display: inline-block;

    padding: 0 0 13px;

    font-size: 16px;

    font-weight: 700;

    color: #9b9b9b;

    text-transform: uppercase;

    list-style-type: none;

    cursor: pointer;

    transition: color .2s ease-in;

}

.responsive-tabs .resp-tabs-list li.resp-tab-active,

.responsive-tabs .resp-tabs-list li:hover {

    color: #434345;

}

.responsive-tabs .resp-tab-content {

    display: none;

}

@media (min-width: 992px) {

    .responsive-tabs[data-type="horizontal"],

    .responsive-tabs[data-type="vertical"] {

        border-bottom: none;

    }

    

    .responsive-tabs[data-type="horizontal"] .resp-tab-content+.resp-accordion,

    .responsive-tabs[data-type="vertical"] .resp-tab-content+.resp-accordion {

        border-top: none;

    }

    

    .responsive-tabs[data-type="horizontal"] .resp-accordion,

    .responsive-tabs[data-type="vertical"] .resp-accordion {

        display: none;

    }

    

    .responsive-tabs[data-type="horizontal"] .resp-tabs-list,

    .responsive-tabs[data-type="vertical"] .resp-tabs-list {

        display: block;

    }

}

@media (min-width: 1200px) {

    .responsive-tabs[data-type="vertical"] {

        display: flex;

        flex: 0 1 auto;

        align-items: flex-start;

    }

    

    .responsive-tabs[data-type="vertical"] .resp-tabs-list {

        text-align: left;

        flex-basis: 25%;

    }

    

    .responsive-tabs[data-type="vertical"] .resp-tabs-list li {

        display: block;

    }

    

    .responsive-tabs[data-type="vertical"] .resp-tabs-list li+li {

        margin-left: 0;

    }

    

    .responsive-tabs[data-type="vertical"] .resp-tabs-container {

        flex-basis: 75%;

    }

}

.responsive-tabs-classic {

    border-bottom: 1px solid #d3dbe8;

}

.responsive-tabs-classic .resp-tab-content+.resp-accordion {

    border-top: 1px solid #d3dbe8;

}

@media (min-width: 992px) {

    .responsive-tabs-classic[data-type="vertical"],

    .responsive-tabs-classic[data-type="horizontal"] {

        border-bottom: none;

    }

    

    .responsive-tabs-classic[data-type="vertical"] .resp-tab-content+.resp-accordion,

    .responsive-tabs-classic[data-type="horizontal"] .resp-tab-content+.resp-accordion {

        border-top: none;

    }

    

    .responsive-tabs-classic[data-type="vertical"] .resp-tabs-list li:before,

    .responsive-tabs-classic[data-type="horizontal"] .resp-tabs-list li:before {

        position: absolute;

        left: 50%;

        bottom: 0;

        width: 0;

        height: 1px;

        background-color: #434345;

        content: '';

        transform: translateX(-50%);

    }

    

    .responsive-tabs-classic[data-type="vertical"] .resp-tabs-list li.resp-tab-active:before,

    .responsive-tabs-classic[data-type="horizontal"] .resp-tabs-list li.resp-tab-active:before {

        width: 100%;

    }

    

    .responsive-tabs-classic[data-type="vertical"] .resp-tabs-list li+li,

    .responsive-tabs-classic[data-type="horizontal"] .resp-tabs-list li+li {

        margin-left: 10px;

    }

    

    .responsive-tabs-classic[data-type="vertical"] .resp-tab-content,

    .responsive-tabs-classic[data-type="horizontal"] .resp-tab-content {

        padding-top: 32px;

    }

}

@media (min-width: 1200px) {

    .responsive-tabs-classic[data-type="horizontal"] .resp-tabs-list li+li {

        margin-left: 33px;

    }

    

    .responsive-tabs-classic[data-type="vertical"] .resp-tabs-list {

        border-left: 1px solid #d3dbe8;

    }

    

    .responsive-tabs-classic[data-type="vertical"] .resp-tabs-list li {

        padding: 0 0 0 30px;

    }

    

    .responsive-tabs-classic[data-type="vertical"] .resp-tabs-list li:before {

        position: absolute;

        top: 50%;

        left: 0;

        height: 0;

        content: '';

        transform: translateY(-50%);

    }

    

    .responsive-tabs-classic[data-type="vertical"] .resp-tabs-list li.resp-tab-active:before {

        height: 100%;

        width: 1px;

    }

    

    .responsive-tabs-classic[data-type="vertical"] .resp-tabs-list li+li {

        margin-left: 0;

        margin-top: 25px;

    }

    

    .responsive-tabs-classic[data-type="vertical"] .resp-tab-content {

        padding-top: 0;

    }

}

.responsive-tabs-boxed .resp-accordion {

    border-radius: 3px;

    border: 1px solid #d3dbe8;

    padding-left: 20px;

    padding-right: 40px;

}

.responsive-tabs-boxed .resp-accordion .resp-arrow {

    right: 20px;

}

.responsive-tabs-boxed .resp-tab-content {

    padding-left: 20px;

    padding-right: 20px;

    border-bottom: 1px solid #d3dbe8;

    border-right: 1px solid #d3dbe8;

    border-left: 1px solid #d3dbe8;

    border-bottom-left-radius: 3px;

    border-bottom-right-radius: 3px;

}

.responsive-tabs-boxed .resp-tab-content+.resp-accordion {

    margin-top: 5px;

}

.responsive-tabs-boxed .resp-tab-active {

    border-bottom-left-radius: 0;

    border-bottom-right-radius: 0;

    border-bottom: 1px solid transparent;

}

@media (min-width: 992px) {

    .responsive-tabs-boxed[data-type="horizontal"] .resp-tabs-list,

    .responsive-tabs-boxed[data-type="vertical"] .resp-tabs-list {

        font-size: 0;

        border-bottom: 1px solid #d3dbe8;

    }

    

    .responsive-tabs-boxed[data-type="horizontal"] .resp-tabs-list li,

    .responsive-tabs-boxed[data-type="vertical"] .resp-tabs-list li {

        position: relative;

        padding: 13px 20px;

        margin-bottom: -1px;

        font-size: 14px;

        font-weight: 900;

        letter-spacing: 0.06em;

        color: #434345;

        text-transform: uppercase;

        background: #f0f1f4;

        border-top: 1px solid #d3dbe8;

        border-bottom: 1px solid transparent;

        border-left: 1px solid #d3dbe8;

    }

    

    .responsive-tabs-boxed[data-type="horizontal"] .resp-tabs-list li:last-child,

    .responsive-tabs-boxed[data-type="vertical"] .resp-tabs-list li:last-child {

        border-right: 1px solid #d3dbe8;

    }

    

    .responsive-tabs-boxed[data-type="horizontal"] .resp-tabs-list li:after,

    .responsive-tabs-boxed[data-type="vertical"] .resp-tabs-list li:after {

        position: absolute;

        bottom: -1px;

        left: 0;

        width: 100%;

        border-bottom: 1px solid #d3dbe8;

        content: '';

    }

    

    .responsive-tabs-boxed[data-type="horizontal"] .resp-tabs-list li.resp-tab-active,

    .responsive-tabs-boxed[data-type="vertical"] .resp-tabs-list li.resp-tab-active {

        border-bottom-color: #fff;

    }

    

    .responsive-tabs-boxed[data-type="horizontal"] .resp-tabs-list li.resp-tab-active,

    .responsive-tabs-boxed[data-type="vertical"] .resp-tabs-list li.resp-tab-active {

        background: #fff;

    }

    

    .responsive-tabs-boxed[data-type="horizontal"] .resp-tabs-list li.resp-tab-active:after,

    .responsive-tabs-boxed[data-type="vertical"] .resp-tabs-list li.resp-tab-active:after {

        width: 0;

    }

    

    .responsive-tabs-boxed[data-type="horizontal"] .resp-tab-content+.resp-accordion,

    .responsive-tabs-boxed[data-type="vertical"] .resp-tab-content+.resp-accordion {

        margin-top: 0;

    }

    

    .responsive-tabs-boxed[data-type="horizontal"] .resp-tab-content,

    .responsive-tabs-boxed[data-type="vertical"] .resp-tab-content {

        border-bottom: none;

        border-right: none;

    }

    

    .responsive-tabs-boxed[data-type="horizontal"] .resp-tab-content,

    .responsive-tabs-boxed[data-type="vertical"] .resp-tab-content {

        padding: 44px 61px 40px 61px;

    }

}

@media (min-width: 992px) and (min-width: 1200px) {

    .responsive-tabs-boxed[data-type="vertical"] {

        border-top: 1px solid #d3dbe8;

    }

    

    .responsive-tabs-boxed[data-type="vertical"] .resp-tabs-list {

        margin: 0 0 0 -1px;

        border-top: none;

        border-bottom: none;

        border-right: 1px solid #d3dbe8;

    }

    

    .responsive-tabs-boxed[data-type="vertical"] .resp-tabs-list li {

        border-top: 1px solid #d3dbe8;

        border-right: none;

    }

    

    .responsive-tabs-boxed[data-type="vertical"] .resp-tabs-list li:first-child {

        border-top: none;

    }

    

    .responsive-tabs-boxed[data-type="vertical"] .resp-tabs-list li:last-child {

        border-bottom: 1px solid #d3dbe8;

        border-right: none;

    }

    

    .responsive-tabs-boxed[data-type="vertical"] .resp-tabs-list li:after {

        position: absolute;

        top: 0;

        bottom: auto;

        left: auto;

        right: -1px;

        width: 1px;

        border-right: 1px solid #fff;

        content: '';

    }

    

    .responsive-tabs-boxed[data-type="vertical"] .resp-tabs-list li.resp-tab-active:after {

        height: 102%;

    }

    

    .responsive-tabs-boxed[data-type="vertical"] .resp-tab-content {

        padding: 43px 43px 43px 60px;

        border-left: none;

    }

}

.responsive-tabs-dashed .resp-accordion {

    border-radius: 3px;

    border: 1px solid #d3dbe8;

    padding: 10px 40px 10px 20px;

    background: #fff !important;

}

.responsive-tabs-dashed .resp-accordion .resp-arrow {

    top: 7px;

    right: 15px;

}

.responsive-tabs-dashed .resp-tab-content {

    padding: 15px;

    border-bottom: 1px solid #d3dbe8;

    border-right: 1px solid #d3dbe8;

    border-left: 1px solid #d3dbe8;

    border-bottom-left-radius: 3px;

    border-bottom-right-radius: 3px;

    background: #fff;

}

.responsive-tabs-dashed .resp-tab-content .form-control {

    background: #fff;

}

.responsive-tabs-dashed .resp-tab-content .form-label {

    color: #212121;

}

.responsive-tabs-dashed .resp-tab-content .form-label.focus {

    color: #554e9f;

}

.responsive-tabs-dashed .resp-tabs-list>li {

    position: relative;

    padding: 0;

    font-size: 14px;

    font-weight: 900;

    letter-spacing: 0.06em;

    color: #9b9b9b;

    text-transform: uppercase;

}

.responsive-tabs-dashed .resp-tabs-list>li.resp-tab-active,

.responsive-tabs-dashed .resp-tabs-list>li:hover {

    color: #434345;

}

.responsive-tabs-dashed .resp-tabs-list>li+li {

    padding: 0;

    margin-left: 39px;

}

.responsive-tabs-dashed .resp-tabs-list>li+li:before {

    position: absolute;

    left: -20px;

    content: '';

    height: 100%;

    width: 1px;

    background: #9b9b9b;

}

.responsive-tabs-dashed .resp-tab-content+.resp-accordion {

    margin-top: 5px;

}

.responsive-tabs-dashed .resp-tab-active {

    border-bottom-left-radius: 0;

    border-bottom-right-radius: 0;

}

@media (min-width: 992px) {

    .responsive-tabs-dashed .resp-tab-content {

        background: transparent;

        padding: 0;

        border: none;

    }

}

.google-map-markers {

    display: none;

}

.google-map-container {

    width: 100%;

}

.google-map {

    width: 100%;

    height: calc(100vh - 70px);

    max-height: 470px;

}

.select2 {

    width: 100% !important;

}

.select2-container {

    box-sizing: border-box;

    display: inline-block;

    margin: 0;

    position: relative;

    vertical-align: middle;

}

.select2-container .select2-selection--single {

    box-sizing: border-box;

    cursor: pointer;

    display: block;

    height: 28px;

    user-select: none;

    -webkit-user-select: none;

}

.select2-container .select2-selection--single .select2-selection__rendered {

    display: block;

    padding-left: 8px;

    padding-right: 20px;

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;

}

.select2-container .select2-selection--single .select2-selection__clear {

    position: relative;

}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {

    padding-right: 8px;

    padding-left: 20px;

}

.select2-container .select2-selection--multiple {

    box-sizing: border-box;

    cursor: pointer;

    display: block;

    min-height: 32px;

    user-select: none;

    -webkit-user-select: none;

}

.select2-container .select2-selection--multiple .select2-selection__rendered {

    display: inline-block;

    overflow: hidden;

    padding-left: 8px;

    text-overflow: ellipsis;

    white-space: nowrap;

}

.select2-container .select2-search--inline {

    float: left;

}

.select2-container .select2-search--inline .select2-search__field {

    box-sizing: border-box;

    border: none;

    margin-top: 5px;

    padding: 0;

}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {

    -webkit-appearance: none;

}

.select2-dropdown {

    background-color: #fff;

    border: 1px solid #aaa;

    border-radius: 4px;

    box-sizing: border-box;

    display: block;

    position: absolute;

    left: -100000px;

    width: 100%;

    z-index: 1051;

}

.select2-results {

    display: block;

}

.select2-results__options {

    list-style: none;

    margin: 0;

    padding: 0;

}

.select2-results__option {

    padding: 11px;

    font-size: 15px;

    transition: .3s;

    user-select: none;

    -webkit-user-select: none;

}

.select2-results__option[aria-selected] {

    cursor: pointer;

}

.select2-container--open .select2-dropdown {

    left: 0;

}

.select2-container--open .select2-dropdown--above {

    border-bottom: none;

    border-bottom-left-radius: 0;

    border-bottom-right-radius: 0;

}

.select2-container--open .select2-dropdown--below {

    border-top: none;

    border-top-left-radius: 0;

    border-top-right-radius: 0;

}

.select2-search--dropdown {

    display: block;

    padding: 4px;

}

.select2-search--dropdown .select2-search__field {

    width: 100%;

    padding: 4px;

    box-sizing: border-box;

}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {

    -webkit-appearance: none;

}

.select2-search--dropdown.select2-search--hide {

    display: none;

}

.select2-close-mask {

    border: 0;

    margin: 0;

    padding: 0;

    display: block;

    position: fixed;

    left: 0;

    top: 0;

    min-height: 100%;

    min-width: 100%;

    height: auto;

    width: auto;

    opacity: 0;

    z-index: 99;

    background-color: #fff;

    filter: alpha(opacity=0);

}

.select2-hidden-accessible {

    border: 0 !important;

    clip: rect(0 0 0 0) !important;

    height: 1px !important;

    margin: -1px !important;

    overflow: hidden !important;

    padding: 0 !important;

    position: absolute !important;

    width: 1px !important;

}

.select2-container--bootstrap {

    display: block;

}

.select2-container--bootstrap .select2-selection {

    background-color: transparent;

    border: 1px solid #d3dbe8;

    border-radius: 5px;

    color: #212121;

    font-family: "PT Sans", Helvetica, Arial, sans-serif;

    font-size: 15px;

    outline: 0;

}

.select2-container--bootstrap .select2-search--dropdown .select2-search__field {

    background-color: transparent;

    border: 1px solid #d3dbe8;

    border-radius: 5px;

    color: #212121;

    font-family: "PT Sans", Helvetica, Arial, sans-serif;

    font-size: 15px;

}

.select2-container--bootstrap .select2-search__field {

    outline: 0;

    font-size: 15px;

}

.select2-container--bootstrap .select2-search__field::-webkit-input-placeholder {

    color: #212121;

}

.select2-container--bootstrap .select2-search__field:-moz-placeholder {

    color: #212121;

}

.select2-container--bootstrap .select2-search__field::-moz-placeholder {

    color: #212121;

    opacity: 1;

}

.select2-container--bootstrap .select2-search__field:-ms-input-placeholder {

    color: #212121;

}

.select2-container--bootstrap .select2-results__option[role=group] {

    padding: 0;

}

.select2-container--bootstrap .select2-results__option[aria-disabled=true] {

    color: #d3dbe8;

    cursor: not-allowed;

}

.select2-container--bootstrap .select2-results__option[aria-selected=true] {

    background-color: #f2f4f9;

    color: #434345;

}

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {

    background-color: #554e9f;

    color: #fff;

}

.select2-container--bootstrap .select2-results__option .select2-results__option {

    padding: 11px;

}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__group {

    padding-left: 0;

}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option {

    margin-left: -16px;

    padding-left: 32px;

}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option {

    margin-left: -32px;

    padding-left: 48px;

}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {

    margin-left: -48px;

    padding-left: 64px;

}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {

    margin-left: -64px;

    padding-left: 80px;

}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {

    margin-left: -80px;

    padding-left: 96px;

}

.select2-container--bootstrap .select2-results__group {

    color: #9b9b9b;

    display: block;

    padding: 9px 16px;

    font-weight: 400;

    font-size: 12px;

    line-height: 1.6;

    white-space: nowrap;

}

.select2-container--bootstrap.select2-container--focus .select2-selection,

.select2-container--bootstrap.select2-container--open .select2-selection {

    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;

    border-color: #d3dbe8;

}

@media screen and (prefers-reduced-motion: reduce) {

    .select2-container--bootstrap.select2-container--focus .select2-selection,

    .select2-container--bootstrap.select2-container--open .select2-selection {

        transition: none;

    }

}

.select2-container--bootstrap.select2-container--open .select2-selection .select2-selection__arrow b {

    border-color: transparent transparent #212121 transparent;

    border-width: 0 4px 4px 4px;

}

.select2-container--bootstrap.select2-container--open.select2-container--below .select2-selection {

    border-bottom-right-radius: 0;

    border-bottom-left-radius: 0;

}

.select2-container--bootstrap.select2-container--open.select2-container--above .select2-selection {

    border-top-left-radius: 0;

    border-top-right-radius: 0;

}

.select2-container--bootstrap .select2-selection__clear {

    color: #212121;

    cursor: pointer;

    float: right;

    font-weight: 700;

    margin-right: 10px;

}

.select2-container--bootstrap .select2-selection__clear:hover {

    color: #333;

}

.select2-container--bootstrap.select2-container--disabled .select2-selection {

    border-color: #d3dbe8;

    box-shadow: none;

}

.select2-container--bootstrap.select2-container--disabled .select2-selection,

.select2-container--bootstrap.select2-container--disabled .select2-search__field {

    cursor: not-allowed;

}

.select2-container--bootstrap.select2-container--disabled .select2-selection,

.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice {

    background-color: #f2f4f9;

}

.select2-container--bootstrap.select2-container--disabled .select2-selection__clear,

.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice__remove {

    display: none;

}

.select2-container--bootstrap .select2-dropdown {

    border-color: #d3dbe8;

    overflow-x: hidden;

}

.select2-container--bootstrap .select2-results>.select2-results__options {

    max-height: 200px;

    overflow-y: auto;

}

.select2-container--bootstrap .select2-selection--single {

    text-align: left;

    height: 46px;

    line-height: 29px;

    padding: 9px 28px 9px 16px;

}

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow {

    position: absolute;

    bottom: 0;

    right: 16px;

    top: 0;

}

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b:before {

    position: absolute;

    top: 50%;

    font-weight: 400;

    margin-top: -10px;

    right: 0;

    height: 20px;

    line-height: 20px;

    content: "ïˆ¶";

    font-family: "Material Design Icons";

    font-size: 20px;

}

.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {

    color: #212121;

    padding: 0;

}

.select2-container--bootstrap .select2-selection--single .select2-selection__placeholder {

    color: #212121;

}

.select2-container--bootstrap .select2-selection--multiple {

    min-height: 46px;

}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered {

    box-sizing: border-box;

    display: block;

    line-height: 24px;

    list-style: none;

    margin: 0;

    overflow: hidden;

    padding: 0;

    width: 100%;

    text-overflow: ellipsis;

    white-space: nowrap;

}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__placeholder {

    color: #212121;

    float: left;

    margin-top: 5px;

}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {

    color: #212121;

    background: #fff;

    border: 1px solid #ccc;

    border-radius: 3px;

    cursor: default;

    float: left;

    margin: 10px 0 0 10px;

    padding: 0 9px;

}

.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {

    background: transparent;

    padding: 0 16px;

    height: 44px;

    line-height: 24px;

    margin-top: 0;

    min-width: 5em;

}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove {

    color: #999;

    cursor: pointer;

    display: inline-block;

    font-weight: bold;

    margin-right: 4.5px;

}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove:hover {

    color: #333;

}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {

    margin-top: 9px;

}

.select2-container--bootstrap.input-sm,

.select2-container--bootstrap.input-lg {

    border-radius: 0;

    font-size: 12px;

    height: auto;

    line-height: 1;

    padding: 0;

}

.select2-container--bootstrap.input-sm .select2-selection--single,

.input-group-sm .select2-container--bootstrap .select2-selection--single,

.form-group-sm .select2-container--bootstrap .select2-selection--single {

    border-radius: 3px;

    font-size: 15px;

    height: 40px;

    line-height: 1.5;

    padding: 7px 24px 7px 12px;

}

.select2-container--bootstrap.input-sm .select2-selection--single .select2-selection__arrow b,

.input-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,

.form-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {

    margin-left: -7px;

}

.select2-container--bootstrap.input-sm .select2-selection--multiple,

.input-group-sm .select2-container--bootstrap .select2-selection--multiple,

.form-group-sm .select2-container--bootstrap .select2-selection--multiple {

    min-height: 40px;

}

.select2-container--bootstrap.input-sm .select2-selection--multiple .select2-selection__choice,

.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,

.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {

    font-size: 15px;

    line-height: 1.5;

    margin: 6px 0 0 6px;

    padding: 0 7px;

}

.select2-container--bootstrap.input-sm .select2-selection--multiple .select2-search--inline .select2-search__field,

.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,

.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {

    padding: 0 12px;

    font-size: 15px;

    height: 38px;

    line-height: 1.5;

}

.select2-container--bootstrap.input-sm .select2-selection--multiple .select2-selection__clear,

.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,

.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {

    margin-top: 7px;

}

.select2-container--bootstrap.input-lg .select2-selection--single,

.input-group-lg .select2-container--bootstrap .select2-selection--single,

.form-group-lg .select2-container--bootstrap .select2-selection--single {

    border-radius: 10px;

    font-size: 16px;

    height: 70px;

    line-height: 1.33333;

    padding: 17px 39px 17px 24px;

}

.select2-container--bootstrap.input-lg .select2-selection--single .select2-selection__arrow,

.input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow,

.form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow {

    width: 5px;

}

.select2-container--bootstrap.input-lg .select2-selection--single .select2-selection__arrow b,

.input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,

.form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {

    border-width: 5px 5px 0 5px;

    margin-left: -5px;

    margin-left: -17px;

    margin-top: -2.5px;

}

.select2-container--bootstrap.input-lg .select2-selection--multiple,

.input-group-lg .select2-container--bootstrap .select2-selection--multiple,

.form-group-lg .select2-container--bootstrap .select2-selection--multiple {

    min-height: 70px;

}

.select2-container--bootstrap.input-lg .select2-selection--multiple .select2-selection__choice,

.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,

.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {

    font-size: 16px;

    line-height: 1.33333;

    border-radius: 4px;

    margin: 16px 0 0 12px;

    padding: 0 17px;

}

.select2-container--bootstrap.input-lg .select2-selection--multiple .select2-search--inline .select2-search__field,

.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,

.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {

    padding: 0 24px;

    font-size: 16px;

    height: 68px;

    line-height: 1.33333;

}

.select2-container--bootstrap.input-lg .select2-selection--multiple .select2-selection__clear,

.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,

.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {

    margin-top: 17px;

}

.select2-container--bootstrap.input-lg.select2-container--open .select2-selection--single {

    /**



     * Make the dropdown arrow point up while the dropdown is visible.



     */

}

.select2-container--bootstrap.input-lg.select2-container--open .select2-selection--single .select2-selection__arrow b {

    border-color: transparent transparent #212121 transparent;

    border-width: 0 5px 5px 5px;

}

.input-group-lg .select2-container--bootstrap.select2-container--open .select2-selection--single {

    /**



     * Make the dropdown arrow point up while the dropdown is visible.



     */

}

.input-group-lg .select2-container--bootstrap.select2-container--open .select2-selection--single .select2-selection__arrow b {

    border-color: transparent transparent #212121 transparent;

    border-width: 0 5px 5px 5px;

}

.select2-container--bootstrap[dir="rtl"] .select2-selection--single {

    padding-left: 28px;

    padding-right: 16px;

}

.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__rendered {

    padding-right: 0;

    padding-left: 0;

    text-align: right;

    /* 1 */

}

.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__clear {

    float: left;

}

.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__arrow {

    left: 16px;

    right: auto;

}

.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__arrow b {

    margin-left: 0;

}

.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice,

.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {

    float: right;

}

.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice {

    margin-left: 0;

    margin-right: 8px;

}

.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {

    margin-left: 2px;

    margin-right: auto;

}

.has-warning .select2-dropdown,

.has-warning .select2-selection {

    border-color: #F3A43D;

}

.has-warning .select2-container--focus .select2-selection,

.has-warning .select2-container--open .select2-selection {

    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f9d19d;

    border-color: #ee8d0f;

}

.has-warning.select2-drop-active {

    border-color: #ee8d0f;

}

.has-warning.select2-drop-active.select2-drop.select2-drop-above {

    border-top-color: #ee8d0f;

}

.has-error .select2-dropdown,

.has-error .select2-selection {

    border-color: #e50a0a;

}

.has-error .select2-container--focus .select2-selection,

.has-error .select2-container--open .select2-selection {

    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f85d5d;

    border-color: #b40808;

}

.has-error.select2-drop-active {

    border-color: #b40808;

}

.has-error.select2-drop-active.select2-drop.select2-drop-above {

    border-top-color: #b40808;

}

.has-success .select2-dropdown,

.has-success .select2-selection {

    border-color: #84c450;

}

.has-success .select2-container--focus .select2-selection,

.has-success .select2-container--open .select2-selection {

    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #bade9c;

    border-color: #6ba839;

}

.has-success.select2-drop-active {

    border-color: #6ba839;

}

.has-success.select2-drop-active.select2-drop.select2-drop-above {

    border-top-color: #6ba839;

}

.input-group .select2-container--bootstrap {

    display: table;

    table-layout: fixed;

    position: relative;

    z-index: 2;

    float: left;

    width: 100%;

    margin-bottom: 0;

}

.input-group.select2-bootstrap-prepend .select2-container--bootstrap .select2-selection {

    border-top-left-radius: 0;

    border-bottom-left-radius: 0;

}

.input-group.select2-bootstrap-append .select2-container--bootstrap .select2-selection {

    border-top-right-radius: 0;

    border-bottom-right-radius: 0;

}

.select2-bootstrap-append .select2-container--bootstrap,

.select2-bootstrap-append .input-group-btn,

.select2-bootstrap-append .input-group-btn .btn,

.select2-bootstrap-append .input-group-btn .pagination-classic>li>a,

.select2-bootstrap-append .input-group-btn .pagination-classic>li>span,

.select2-bootstrap-prepend .select2-container--bootstrap,

.select2-bootstrap-prepend .input-group-btn,

.select2-bootstrap-prepend .input-group-btn .btn,

.select2-bootstrap-prepend .input-group-btn .pagination-classic>li>a,

.select2-bootstrap-prepend .input-group-btn .pagination-classic>li>span {

    vertical-align: top;

}

.form-control.select2-hidden-accessible {

    position: absolute !important;

    width: 1px !important;

}

.form-inline .select2-container--bootstrap {

    display: inline-block;

}

.stepper {

    position: relative;

    display: inline-block;

    max-width: 70px;

    width: 70px;

    margin-bottom: 10px;

}

.stepper input[type="number"] {

    width: 100%;

    padding-left: 20px;

    padding-right: 20px;

    text-align: center;

    -moz-appearance: textfield;

}

.stepper input[type=number]::-webkit-inner-spin-button {

    -webkit-appearance: none;

}

.stepper-arrow {

    position: absolute;

    top: 50%;

    margin-top: -10px;

    width: 20px;

    height: 20px;

    line-height: 20px;

    font-size: 16px;

    font-family: "Material Design Icons";

    cursor: pointer;

    color: #9b9b9b;

    transition: .3s all ease;

}

.stepper-arrow:hover {

    color: #434345;

}

.stepper-arrow.up {

    right: 0;

    text-align: left;

}

.stepper-arrow.up:before {

    content: "ïˆ¸";

}

.stepper-arrow.down {

    left: 0;

    text-align: right;

}

.stepper-arrow.down:before {

    content: "ïˆ·";

}

.stepper.disabled .stepper-arrow {

    pointer-events: none;

    opacity: .5;

}

.stepper-type-2 .stepper {

    display: inline-block;

    margin-bottom: 0;

    width: auto;

    min-width: 20px;

}

.stepper-type-2 .stepper input[type="number"] {

    padding: 20px 0;

    text-align: center;

    -moz-appearance: textfield;

    border: none;

    height: 60px;

    font-size: 17px;

}

.stepper-type-2 .stepper input[type=number]::-webkit-inner-spin-button {

    -webkit-appearance: none;

}

.stepper-type-2 .stepper-arrow {

    position: absolute;

    left: 0;

    width: 100%;

    line-height: 20px;

    font-size: 16px;

    font-family: "Material Design Icons";

    color: #d3dbe8;

    text-align: center;

}

.stepper-type-2 .stepper-arrow:hover {

    color: #9b9b9b;

}

.stepper-type-2 .stepper-arrow.up {

    top: 0;

    margin-top: 0;

}

.stepper-type-2 .stepper-arrow.up:before {

    content: "ï”„";

}

.stepper-type-2 .stepper-arrow.down {

    top: 100%;

    margin-top: -15px;

}

.stepper-type-2 .stepper-arrow.down:before {

    content: "ï‘¥";

}

.countdown-custom .countdown:before {

    content: '';

    display: inline-block;

    height: 100%;

    vertical-align: middle;

}

.countdown-custom .countdown-section {

    display: inline-block;

    width: 60px;

    height: 60px;

    padding-top: 10px;

    text-align: center;

    border-radius: 50%;

}

.countdown-custom .countdown-section:nth-child(5) {

    display: none;

}

@media (min-width: 1200px) {

    .countdown-custom .countdown-section:nth-child(5) {

        display: inline-block;

    }

}

.countdown-custom .countdown-row {

    display: inline-block;

    vertical-align: middle;

}

.countdown-custom .countdown .countdown-section+.countdown-section {

    margin-left: 5px;

}

.countdown-custom .countdown-amount {

    display: block;

    font-weight: 900;

    font-size: 22px;

    line-height: 2.2;

    text-transform: uppercase;

    color: #434345;

}

.countdown-custom .countdown-period {

    display: block;

    font-size: 10px;

    line-height: 1;

    color: #9b9b9b;

}

@media (min-width: 480px) {

    .countdown-custom .countdown-section {

        width: 92px;

        height: 92px;

        padding-top: 25px;

        border-width: 3px;

    }

    

    .countdown-custom .countdown-amount {

        line-height: 1;

    }

    

    .countdown-custom .countdown .countdown-section+.countdown-section {

        margin-left: 10px;

    }

}

@media (min-width: 768px) {

    .countdown-custom .countdown-section {

        width: 155px;

        height: 155px;

        padding-top: 40px;

    }

    

    .countdown-custom .countdown .countdown-section+.countdown-section {

        margin-left: 22px;

    }

    

    .countdown-custom .countdown-amount {

        font-size: 45px;

    }

    

    .countdown-custom .countdown-period {

        font-size: 16px;

    }

}

@media (min-width: 992px) {

    .countdown-custom .countdown .countdown-section+.countdown-section {

        margin-left: 44px;

    }

}

.countdown-custom.countdown-modern .countdown-section {

    position: relative;

    z-index: 1;

}

.countdown-custom.countdown-modern .countdown-section .countdown-period {

    display: none;

}

.countdown-custom.countdown-modern .countdown-section .countdown-letter {

    position: absolute;

    top: 0;

    right: 0;

    left: 0;

    z-index: -1;

    text-align: center;

    font-size: 44px;

    color: rgba(67, 67, 69, 0.2);

    text-transform: uppercase;

}

@media (min-width: 768px) {

    .countdown-custom.countdown-modern .countdown-section .countdown-letter {

        font-size: 72px;

        top: 8px;

    }

}

@media (min-width: 480px) {

    .countdown-custom.countdown-ellipse .countdown-section {

        border: 3px solid #f7f7f7;

    }

}

.countdown-inline {

    font-size: 13px;

}

.countdown-inline .countdown-section .countdown-amount,

.countdown-inline .countdown-section .countdown-period {

    margin-right: 2px;

}

.countdown-inline .countdown-section .countdown-amount {

    font-weight: 700;

    margin-left: 4px;

}

@media (min-width: 480px) {

    .countdown-inline {

        font-size: 16px;

    }

    

    .countdown-inline .countdown-amount,

    .countdown-inline .countdown-period {

        margin-right: 4px;

    }

    

    .countdown-inline .countdown-amount {

        margin-left: 7px;

    }

}

.rd-audio {

    position: relative;

}

.rd-audio.muted .rd-audio-volume:before {

    content: "ï™®";

}

.rd-audio.state-playing .rd-audio-play-pause:before {

    content: "ï““";

}

.rd-audio-icon {

    font-size: 16px;

    color: #434345;

}

@media (min-width: 480px) {

    .rd-audio-icon {

        font-size: 18px;

    }

}

.rd-audio-play-pause {

    position: relative;

    font-size: 20px;

}

.rd-audio-play-pause.has-controls {

    margin: 0 5px;

}

.rd-audio-play-pause.has-controls:after {

    position: absolute;

    top: 50%;

    left: 50%;

    width: 28px;

    height: 28px;

    content: '';

    border-radius: 50%;

    border: 2px solid rgba(67, 67, 69, 0.5);

    transform: translate(-50%, -50%);

}

@media (min-width: 768px) {

    .rd-audio-play-pause {

        font-size: 24px;

    }

    

    .rd-audio-play-pause.has-controls {

        margin: 0 13px;

    }

    

    .rd-audio-play-pause.has-controls:after {

        width: 36px;

        height: 36px;

    }

}

.rd-audio-progress-bar {

    position: absolute;

    top: -3px;

    left: 0;

    right: 0;

    height: 8px;

    cursor: pointer;

}

.rd-audio-progress-bar:before {

    position: absolute;

    top: 3px;

    bottom: 3px;

    left: 0;

    right: 0;

    background: #f2f4f9;

    content: '';

}

.rd-audio-progress-bar .current {

    position: absolute;

    left: 0;

    top: 3px;

    bottom: 3px;

    z-index: 0;

}

.rd-audio-progress-bar .current {

    background: -moz-linear-gradient(90deg, #554e9f 0%, #84c450 100%);

    background: -webkit-linear-gradient(90deg, #554e9f 0%, #84c450 100%);

    background: -o-linear-gradient(90deg, #554e9f 0%, #84c450 100%);

    background: -ms-linear-gradient(90deg, #554e9f 0%, #84c450 100%);

    background: linear-gradient(90deg, #554e9f 0%, #84c450 100%);

}

@media (min-width: 480px) {

    .rd-audio-progress-bar {

        position: relative;

        width: 100%;

        top: 0;

    }

}

.rd-audio-progress-bar-wrap {

    width: 60%;

    margin: 0 5px 0 15px;

}

@media (min-width: 480px) {

    .rd-audio-progress-bar-wrap {

        margin: 0 17px 0 18px;

        position: relative;

        width: 100%;

    }

}

.rd-audio-controls {

    position: relative;

    z-index: 3;

    padding: 8px 10px;

    display: flex;

    align-items: center;

    justify-content: flex-start;

    will-change: opacity;

    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.15);

    background: #fff;

    transition: .3s all ease;

}

.rd-audio-controls-left {

    white-space: nowrap;

    width: 20%;

}

.rd-audio-controls-left:before {

    content: '';

    display: inline-block;

    height: 100%;

}

.rd-audio-controls-left>* {

    display: inline-block;

    vertical-align: middle;

}

.rd-audio-controls-right {

    width: 10%;

}

@media (min-width: 480px) {

    .rd-audio-controls {

        padding: 18px 10px;

    }

}

@media (min-width: 992px) {

    .rd-audio-controls {

        padding: 18px 30px;

    }

}

.rd-audio-prev {

    transform: rotate(180deg);

}

.rd-audio-volume {

    margin-right: 5px;

}

.rd-audio-volume-bar {

    position: relative;

    cursor: pointer;

    height: 8px;

    width: 80px;

}

.rd-audio-volume-bar:before {

    content: '';

    position: absolute;

    top: 3px;

    bottom: 3px;

    left: 0;

    right: 0;

    background: #f2f4f9;

}

.rd-audio-volume-bar .current {

    position: absolute;

    left: 0;

    top: 3px;

    bottom: 3px;

    width: 100%;

    z-index: 0;

}

.rd-audio-volume-bar .current {

    background: -moz-linear-gradient(90deg, #554e9f 0%, #84c450 100%);

    background: -webkit-linear-gradient(90deg, #554e9f 0%, #84c450 100%);

    background: -o-linear-gradient(90deg, #554e9f 0%, #84c450 100%);

    background: -ms-linear-gradient(90deg, #554e9f 0%, #84c450 100%);

    background: linear-gradient(90deg, #554e9f 0%, #84c450 100%);

}

@media (min-width: 480px) {

    .rd-audio-volume {

        margin-right: 10px;

    }

}

.rd-audio-volume,

.rd-audio-volume-bar {

    display: none;

}

@media (min-width: 992px) {

    .desktop .rd-audio-volume,

    .desktop .rd-audio-volume-bar {

        display: block;

    }

}

.rd-audio-title-wrap {

    position: relative;

    width: 100%;

    max-width: 100%;

    margin: 0 10px;

    overflow: hidden;

    font-weight: 700;

    font-size: 13px;

    line-height: 18px;

    white-space: nowrap;

    text-overflow: ellipsis;

    text-align: left;

}

@media (min-width: 480px) {

    .rd-audio-title-wrap {

        position: absolute;

        bottom: 100%;

        left: 0;

        width: auto;

        margin: 0;

    }

}

@media (min-width: 768px) {

    .rd-audio-title-wrap {

        max-width: 70%;

    }

}

.rd-audio-title-divider {

    display: none;

}

.rd-audio-title-wrap .rd-audio-title,

.rd-audio-title-wrap .rd-audio-author {

    display: block;

    text-overflow: ellipsis;

    overflow: hidden;

}

@media (min-width: 480px) {

    .rd-audio-title-wrap .rd-audio-title,

    .rd-audio-title-wrap .rd-audio-author,

    .rd-audio-title-wrap .rd-audio-title-divider {

        display: inline;

    }

}

.rd-audio-time {

    position: absolute;

    top: 100%;

    right: 0;

    display: none;

    font-size: 13px;

    font-style: italic;

}

@media (min-width: 480px) {

    .rd-audio-time {

        display: block;

    }

}

@media (min-width: 768px) {

    .rd-audio-time {

        top: auto;

        bottom: 100%;

    }

}

.rd-audio-playlist-button {

    margin-left: 15px;

}

@media (min-width: 480px) {

    .rd-audio-playlist-button {

        margin-left: 20px;

    }

}

.rd-audio-playlist-wrap {

    position: absolute;

    left: 0;

    bottom: 100%;

    right: 0;

    display: none;

    margin-bottom: -5px;

    padding-bottom: 5px;

    text-align: left;

    box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.15);

    background: #fff;

}

.rd-audio-playlist-title {

    padding: 7px 18px;

    margin-bottom: 0;

    font-weight: 900;

    font-size: 13px;

    text-align: left;

    letter-spacing: .12em;

    border-bottom: 1px solid #d3dbe8;

    text-transform: uppercase;

}

.rd-audio-playlist {

    list-style-type: none;

    padding-left: 0;

    max-height: 170px;

    overflow-y: auto;

}

.rd-audio-playlist li {

    position: relative;

    overflow: hidden;

    padding: 8px 15px;

    font-weight: 700;

    font-size: 13px;

    line-height: 24px;

    text-overflow: ellipsis;

    cursor: pointer;

    white-space: nowrap;

    transition: .3s all ease;

}

.rd-audio-playlist li::after {

    display: block;

    clear: both;

    content: "";

}

.rd-audio-playlist li:before {

    font-family: 'Material Design Icons';

    display: inline-block;

    font-weight: 400;

    font-size: 24px;

    line-height: 24px;

    margin-right: 10px;

    vertical-align: middle;

    content: "ï“¼";

    opacity: .5;

}

.rd-audio-playlist li.playing,

.rd-audio-playlist li.paused {

    background: #f7f7f7;

}

.rd-audio-playlist li.playing:before {

    content: '\f4d5';

    opacity: 1;

}

.rd-audio-playlist li:hover {

    background: #f0f1f4;

}

@media (min-width: 480px) {

    .rd-audio-playlist li {

        padding: 8px 70px 8px 18px;

    }

}

.song-duration {

    position: absolute;

    right: 18px;

    font-style: italic;

    opacity: .5;

    display: none;

}

@media (min-width: 480px) {

    .song-duration {

        display: inline-block;

    }

}

.rd-video-player {

    cursor: none;

    position: relative;

}

.rd-video-player>* {

    z-index: 1;

}

.rd-video-player.playlist-show video {

    opacity: .5;

}

.rd-video-player.playlist-show .rd-video-playlist {

    opacity: 1;

    visibility: visible;

}

.rd-video-player video {

    position: absolute;

    left: 0;

    top: 0;

    height: 100%;

    width: 100%;

    -webkit-user-select: none;

    -moz-user-select: none;

    -khtml-user-select: none;

    -ms-user-select: none;

}

.desktop .rd-video-player video::-webkit-media-controls {

    display: none !important;

}

.desktop .rd-video-player video::-webkit-media-controls-enclosure {

    display: none !important;

}

.rd-video-player.hovered {

    cursor: default;

}

.rd-video-player.muted .rd-video-volume:before {

    content: "ï™®";

}

.rd-video-player.state-loading .rd-video-wrap:before,

.rd-video-player.state-loading .rd-video-preloader {

    opacity: 1;

    visibility: visible;

}

.rd-video-player.state-playing .rd-video-controls,

.rd-video-player.state-playing .rd-video-top-controls {

    opacity: 0;

    visibility: hidden;

}

.rd-video-player.state-playing .rd-video-play-pause:before {

    content: "ï““";

}

.rd-video-player.hovered .rd-video-controls,

.rd-video-player.hovered .rd-video-top-controls {

    opacity: 1;

    visibility: visible;

}

.rd-video-player.fullscreen .rd-video-fullscreen:before {

    content: "ïŽ‰";

}

.rd-video-player.fullscreen .rd-video-controls,

.rd-video-player.fullscreen .rd-video-top-controls,

.rd-video-player.fullscreen .rd-video-playlist {

    z-index: 2147483647;

}

.rd-video-title {

    float: left;

    font-size: 13px;

    font-weight: 700;

    color: #fff;

}

.rd-video-volume-bar {

    position: relative;

    cursor: pointer;

    background: #fff;

}

.rd-video-volume-bar .current {

    position: absolute;

    bottom: 0;

    left: 0;

    height: 100%;

    width: 100%;

    z-index: 0;

}

.rd-video-volume-bar .current {

    background: -moz-linear-gradient(90deg, #554e9f 0%, #84c450 100%);

    background: -webkit-linear-gradient(90deg, #554e9f 0%, #84c450 100%);

    background: -o-linear-gradient(90deg, #554e9f 0%, #84c450 100%);

    background: -ms-linear-gradient(90deg, #554e9f 0%, #84c450 100%);

    background: linear-gradient(90deg, #554e9f 0%, #84c450 100%);

}

.rd-video-wrap {

    position: relative;

    background: #212121;

}

.rd-video-wrap:before {

    content: '';

    position: absolute;

    left: 0;

    top: 0;

    bottom: 0;

    right: 0;

    background: rgba(33, 33, 33, 0.7) no-repeat;

    transition: .4s all ease;

    opacity: 0;

    visibility: hidden;

    z-index: 5;

}

.rd-video-fullscreen {

    float: right;

    font-size: 18px;

    line-height: 16px;

}

@media (min-width: 768px) {

    .rd-video-fullscreen {

        font-size: 20px;

        line-height: 15px;

    }

}

.rd-video-play-pause {

    position: relative;

    font-size: 20px;

}

.rd-video-play-pause.has-controls {

    width: 28px;

    height: 28px;

    margin: 0 5px;

    line-height: 24px;

    border-radius: 50%;

    border: 2px solid rgba(255, 255, 255, 0.5);

}

@media (min-width: 768px) {

    .rd-video-play-pause {

        font-size: 24px;

    }

    

    .rd-video-play-pause.has-controls {

        width: 36px;

        height: 36px;

        margin: 0;

        line-height: 32px;

    }

}

@-webkit-keyframes sprite-animation {

    from {

        background-position: 0 0;

    }

}

@keyframes sprite-animation {

    from {

        background-position: 0 0;

    }

}

.rd-video-preloader {

    position: absolute;

    width: 54px;

    height: 54px;

    top: 50%;

    left: 50%;

    -webkit-transform: translate(-50%, -50%);

    -moz-transform: translate(-50%, -50%);

    -ms-transform: translate(-50%, -50%);

    transform: translate(-50%, -50%);

    background: url(../images/preloader.png) no-repeat center center;

    background-position: -648px 0;

    animation: 0.7s sprite-animation steps(12) infinite;

    opacity: 0;

    visibility: hidden;

    overflow: hidden;

    transition: .4s all ease;

    z-index: 6;

}

.rd-video-duration,

.rd-video-current-time {

    font-size: 13px;

    font-style: italic;

}

.rd-video-duration,

.rd-video-time-divider {

    display: none;

}

@media (min-width: 480px) {

    .rd-video-duration,

    .rd-video-time-divider {

        display: inline-block;

    }

}

.rd-video-time-divider {

    margin: 0 3px;

}

.rd-video-progress-bar {

    position: relative;

    width: 100%;

    height: 8px;

    margin: 0 10px 0 10px;

    cursor: pointer;

}

.rd-video-progress-bar:before {

    content: '';

    position: absolute;

    top: 3px;

    bottom: 3px;

    left: 0;

    right: 0;

    background: #fff;

}

.rd-video-progress-bar .current {

    position: absolute;

    left: 0;

    top: 3px;

    bottom: 3px;

    z-index: 0;

}

.rd-video-progress-bar .current {

    background: -moz-linear-gradient(90deg, #554e9f 0%, #84c450 100%);

    background: -webkit-linear-gradient(90deg, #554e9f 0%, #84c450 100%);

    background: -o-linear-gradient(90deg, #554e9f 0%, #84c450 100%);

    background: -ms-linear-gradient(90deg, #554e9f 0%, #84c450 100%);

    background: linear-gradient(90deg, #554e9f 0%, #84c450 100%);

}

@media (min-width: 768px) {

    .rd-video-progress-bar {

        margin: 0 17px 0 18px;

    }

}

.desktop .rd-video video::-webkit-media-controls,

.desktop .rd-video video::-webkit-media-controls-enclosure {

    display: none !important;

}

.rd-video-volume-wrap {

    position: relative;

    margin-left: 16px;

    display: none;

}

.rd-video-volume-wrap.hover .rd-video-volume-bar-wrap {

    visibility: visible;

    opacity: 1;

}

.desktop .rd-video-volume-wrap {

    display: flex;

    flex: 0 0 auto;

}

.rd-video-volume-bar-wrap {

    opacity: 0;

    visibility: hidden;

    position: absolute;

    bottom: 100%;

    left: 0;

    right: 0;

    padding-bottom: 10px;

    text-align: center;

}

.rd-video-volume-bar-vertical {

    width: 4px;

    height: 70px;

    display: inline-block;

}

.rd-video-volume-bar-horizontal {

    width: 100px;

    height: 10px;

}

.rd-video-controls {

    width: 100%;

    position: absolute;

    left: 0;

    padding: 10px 10px;

    transition: .3s all ease;

    z-index: 3;

    display: flex;

    align-items: center;

    justify-content: space-between;

    bottom: 0;

    will-change: opacity;

}

.rd-video-controls {

    background: -moz-linear-gradient(0deg, rgba(67, 67, 69, 0.4) 0%, rgba(67, 67, 69, 0.2) 40%, transparent 100%);

    background: -webkit-linear-gradient(0deg, rgba(67, 67, 69, 0.4) 0%, rgba(67, 67, 69, 0.2) 40%, transparent 100%);

    background: -o-linear-gradient(0deg, rgba(67, 67, 69, 0.4) 0%, rgba(67, 67, 69, 0.2) 40%, transparent 100%);

    background: -ms-linear-gradient(0deg, rgba(67, 67, 69, 0.4) 0%, rgba(67, 67, 69, 0.2) 40%, transparent 100%);

    background: linear-gradient(0deg, rgba(67, 67, 69, 0.4) 0%, rgba(67, 67, 69, 0.2) 40%, transparent 100%);

}

.rd-video-controls a {

    color: #fff;

}

.rd-video-controls>* {

    flex: 0 1 auto;

    align-items: center;

    justify-content: space-between;

}

.rd-video-controls-buttons {

    flex: 0 0 auto;

}

.rd-video-controls>.rd-video-time {

    flex: 0 0 auto;

    color: #fff;

}

.rd-video-controls-buttons .rd-video-prev,

.rd-video-controls-buttons .rd-video-next {

    position: relative;

    top: -2px;

}

.rd-video-top-controls {

    position: absolute;

    padding: 10px 10px;

    left: 0;

    right: 0;

    top: 0;

    z-index: 4;

    transition: 0.3s all ease;

    color: #fff;

    will-change: opacity;

}

.rd-video-top-controls {

    background: -moz-linear-gradient(0deg, transparent 0%, rgba(67, 67, 69, 0.2) 60%, rgba(67, 67, 69, 0.4) 100%);

    background: -webkit-linear-gradient(0deg, transparent 0%, rgba(67, 67, 69, 0.2) 60%, rgba(67, 67, 69, 0.4) 100%);

    background: -o-linear-gradient(0deg, transparent 0%, rgba(67, 67, 69, 0.2) 60%, rgba(67, 67, 69, 0.4) 100%);

    background: -ms-linear-gradient(0deg, transparent 0%, rgba(67, 67, 69, 0.2) 60%, rgba(67, 67, 69, 0.4) 100%);

    background: linear-gradient(0deg, transparent 0%, rgba(67, 67, 69, 0.2) 60%, rgba(67, 67, 69, 0.4) 100%);

}

@media (min-width: 480px) {

    .rd-video-top-controls {

        padding: 23px 30px;

    }

}

.rd-video-prev {

    transform: rotate(180deg);

}

.rd-video-preview {

    position: absolute;

    -webkit-background-size: cover;

    background-size: cover;

    left: 0;

    top: 0;

    right: 0;

    bottom: 0;

    opacity: 0;

    visibility: hidden;

    will-change: opacity;

    z-index: 1;

    transition: .3s all ease;

}

.rd-video-preview.show {

    visibility: visible;

    opacity: 1;

}

.rd-video-playlist {

    position: absolute;

    left: 0;

    right: 0;

    top: 50%;

    transform: translateY(-50%);

    z-index: 3;

    list-style-type: none;

    padding-left: 0;

    opacity: 0;

    visibility: hidden;

    will-change: opacity;

}

.rd-video-playlist li {

    opacity: .7;

    transition: .3s opacity ease;

    will-change: opacity;

}

.rd-video-playlist li:hover {

    opacity: 1;

}

.rd-video-playlist li p {

    display: none;

    overflow: hidden;

    max-width: 100%;

    font-weight: 700;

    font-size: 13px;

    text-align: center;

    white-space: nowrap;

    text-overflow: ellipsis;

    color: #fff;

}

.rd-video-playlist li img {

    backface-visibility: hidden;

    width: 100%;

}

.rd-video-playlist li.video-active {

    opacity: 1;

}

@media (min-width: 992px) {

    .rd-video-playlist li {

        margin-top: 25px;

    }

    

    .rd-video-playlist li p {

        display: block;

    }

}

.rd-calendar {

    position: relative;

    max-width: 270px;

    margin-left: auto;

    margin-right: auto;

    background: #fff;

    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.15);

}

.rdc-today_month,

.rdc-fullyear {

    display: inline-block;

    font-size: 24px;

    font-weight: 400;

    text-transform: uppercase;

    color: #fff;

}

.rdc-panel {

    position: relative;

    padding: 18px 30px;

    text-align: center;

    background: #554e9f;

}

.rdc-next,

.rdc-prev,

.rdc-events_close {

    font: 400 24px/38px "Material Design Icons";

    cursor: pointer;

    transition: .3s all ease;

    opacity: .8;

}

.rdc-next:hover,

.rdc-prev:hover,

.rdc-events_close:hover {

    opacity: 1;

}

.rdc-next,

.rdc-prev {

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

    color: #fff;

}

.rdc-next {

    right: 13px;

}

.rdc-next:before {

    content: "ïˆ¸";

}

.rdc-prev {

    left: 13px;

}

.rdc-prev:before {

    content: "ïˆ·";

}

.rdc-events_close {

    position: absolute;

    top: 13px;

    right: 15px;

    font-size: 18px;

    line-height: 20px;

}

.rdc-events_close:before {

    content: "ï‰Œ";

}

.rdc-events {

    position: absolute;

    top: 40px;

    right: 15px;

    left: 15px;

    padding: 10px 20px 15px;

    transition: .3s;

    visibility: hidden;

    opacity: 0;

    transform: translateY(30px);

    background: #fff;

    border-radius: 3px;

    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);

    border-top-left-radius: 0;

    border-top-right-radius: 0;

    border-top: 3px solid #55bbeb;

    z-index: 1;

}

.rdc-events>ul {

    list-style-type: none;

    padding: 0;

    margin: 0;

}

.rdc-events>ul>li+li {

    margin-top: 5px;

}

.rd-calendar.show-events .rdc-events {

    opacity: 1;

    transform: translateY(0);

    visibility: visible;

}

.rdc-event {

    display: none;

}

.rdc-event.active {

    display: block;

}

.rdc-event.active+.rdc-event.active,

.rdc-event.active~.rdc-event.active {

    border-top: 1px solid #f0f1f4;

    padding-top: 5px;

}

.rdc-table {

    position: relative;

    width: 100%;

}

.rdc-table table {

    border-spacing: 10px;

    border-collapse: separate;

    margin-left: auto;

    margin-right: auto;

}

.rdc-table td {

    position: relative;

}

.rdc-table_day {

    padding: 5px 0;

    font-size: 13px;

    font-weight: 700;

    text-transform: uppercase;

    text-align: center;

    color: #9b9b9b;

}

.rdc-month {

    display: inline-block;

    font-size: 24px;

    font-weight: 400;

    text-transform: uppercase;

    color: #fff;

}

.rdc-table_events,

.rdc-table_events-count {

    display: none;

}

.rdc-table_date {

    transition: .3s;

    position: relative;

    width: 24px;

    height: 24px;

    font-size: 13px;

    line-height: 24px;

    font-weight: 700;

    text-align: center;

    color: #434345;

    box-sizing: border-box;

    border-radius: 50%;

    z-index: 1;

}

.rdc-table_today {

    background-color: #554e9f;

    color: #fff;

}

.rdc-table_has-events {

    cursor: pointer;

    transition: .3s all ease;

}

.rdc-table_has-events .rdc-table_date:after {

    content: '';

    position: absolute;

    bottom: 0;

    left: 50%;

    margin-left: -2px;

    width: 4px;

    height: 4px;

    line-height: 4px;

    border-radius: 50%;

    background: #55bbeb;

    transition: 0.35s all ease;

    z-index: -1;

}

@media screen and (prefers-reduced-motion: reduce) {

    .rdc-table_has-events .rdc-table_date:after {

        transition: none;

    }

}

.rdc-table_has-events .rdc-table_date:hover {

    color: #fff;

}

.rdc-table_has-events .rdc-table_date:hover:after {

    width: 100%;

    height: 100%;

    margin-left: -12px;

}

.rdc-table_has-events .rdc-table_date .rdc-table_today {

    background: #55bbeb;

}

.rdc-table_event {

    display: none;

}

.rdc-table_event:hover {

    color: #fff;

    background-color: #55bbeb;

}

.rdc-events .rdc-event-wrap {

    background: transparent;

}

.rdc-events .rdc-event-wrap .post-title h6 {

    color: #434345;

}

.rd-calendar-fullwidth .rd-calendar .rdc-panel {

    max-width: 370px;

    margin-left: auto;

    margin-right: auto;

}

.rd-calendar-fullwidth .rd-calendar .rdc-events {

    max-height: 90%;

    overflow-y: auto;

}

@media (min-width: 1200px) {

    .rd-calendar-fullwidth .rd-calendar {

        background: transparent;

        max-width: none;

        box-shadow: none;

    }

    

    .rd-calendar-fullwidth .rd-calendar .rdc-month,

    .rd-calendar-fullwidth .rd-calendar .rdc-fullyear,

    .rd-calendar-fullwidth .rd-calendar .rdc-next,

    .rd-calendar-fullwidth .rd-calendar .rdc-prev {

        color: #434345;

    }

    

    .rd-calendar-fullwidth .rd-calendar .rdc-panel {

        background: transparent;

    }

    

    .rd-calendar-fullwidth .rd-calendar .rdc-table table {

        width: 100%;

    }

    

    .rd-calendar-fullwidth .rd-calendar .rdc-table td {

        border-radius: 5px;

        padding-bottom: 9%;

        background: #fff;

        box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.15);

    }

    

    .rd-calendar-fullwidth .rd-calendar .rdc-table_day {

        color: #9b9b9b;

        font-size: 22px;

        padding-left: 15px;

        text-align: left;

    }

    

    .rd-calendar-fullwidth .rd-calendar .rdc-table_today {

        border-radius: 50%;

        border: 2px solid #434345;

        background-color: transparent;

        color: #434345;

    }

    

    .rd-calendar-fullwidth .rd-calendar .rdc-table_date {

        top: 10px;

        left: 10px;

        width: 40px;

        height: 40px;

        font-size: 22px;

        line-height: 38px;

        font-weight: 700;

    }

    

    .rd-calendar-fullwidth .rd-calendar .rdc-table_events,

    .rd-calendar-fullwidth .rd-calendar .rdc-table_event {

        display: block;

    }

    

    .rd-calendar-fullwidth .rd-calendar .rdc-events {

        max-width: 320px;

        top: 50%;

        left: 50%;

        -webkit-transform: translate(-50%, -50%);

        transform: translate(-50%, -50%);

    }

    

    .rd-calendar-fullwidth .rd-calendar .rdc-events_close {

        top: 3px;

        right: 1px;

    }

    

    .rd-calendar-fullwidth .rd-calendar .widget-event {

        padding: 5px;

        text-align: left;

    }

    

    .rd-calendar-fullwidth .rd-calendar .rdc-table_has-events .rdc-table_today {

        border-color: #fff;

    }

    

    .rd-calendar-fullwidth .rd-calendar .rdc-table_has-events .widget-event {

        bottom: 10px;

        position: absolute;

        left: 15px;

    }

    

    .rd-calendar-fullwidth .rd-calendar .rdc-table_has-events .widget-event .post-title h6 {

        font-size: 16px;

    }

    

    .rd-calendar-fullwidth .rd-calendar .rdc-table_has-events .widget-event .post-title h6 a:hover {

        color: #fff;

    }

    

    .rd-calendar-fullwidth .rd-calendar .rdc-table_has-events .widget-event time,

    .rd-calendar-fullwidth .rd-calendar .rdc-table_has-events .widget-event .icon {

        color: #fff;

    }

    

    .rd-calendar-fullwidth .rd-calendar .rdc-table_has-events .rdc-event-wrap {

        position: absolute;

        top: 0;

        left: 0;

        bottom: 0;

        right: 0;

    }

    

    .rd-calendar-fullwidth .rd-calendar .rdc-table_has-events .rdc-table_date {

        color: #fff;

    }

    

    .rd-calendar-fullwidth .rd-calendar .rdc-table_has-events .rdc-table_date:after {

        display: none;

    }

    

    .rd-calendar-fullwidth .rd-calendar .rdc-table_has-events:hover {

        box-shadow: none;

    }

}

@media (min-width: 1600px) {

    .rd-calendar-fullwidth .rd-calendar .rdc-table table {

        border-spacing: 20px;

    }

    

    .rd-calendar-fullwidth .rd-calendar .rdc-table td {

        padding-bottom: 7%;

    }

    

    .rd-calendar-fullwidth .rd-calendar .rdc-table_has-events .widget-event {

        bottom: 20px;

        left: 20px;

    }

}

@media (min-width: 1200px) {

    .ie-11 .rd-calendar-fullwidth .rd-calendar .rdc-table td,

    .ie-10 .rd-calendar-fullwidth .rd-calendar .rdc-table td,

    .ie-edge .rd-calendar-fullwidth .rd-calendar .rdc-table td {

        height: 145px;

    }

    

    .ie-11 .rd-calendar-fullwidth .rd-calendar .rdc-table_has-events .rdc-event-wrap,

    .ie-10 .rd-calendar-fullwidth .rd-calendar .rdc-table_has-events .rdc-event-wrap,

    .ie-edge .rd-calendar-fullwidth .rd-calendar .rdc-table_has-events .rdc-event-wrap {

        height: 146px;

    }

}

@media (min-width: 1600px) {

    .ie-11 .rd-calendar-fullwidth .rd-calendar .rdc-table td,

    .ie-10 .rd-calendar-fullwidth .rd-calendar .rdc-table td,

    .ie-edge .rd-calendar-fullwidth .rd-calendar .rdc-table td {

        height: 163px;

    }

    

    .ie-11 .rd-calendar-fullwidth .rd-calendar .rdc-table_has-events .rdc-event-wrap,

    .ie-10 .rd-calendar-fullwidth .rd-calendar .rdc-table_has-events .rdc-event-wrap,

    .ie-edge .rd-calendar-fullwidth .rd-calendar .rdc-table_has-events .rdc-event-wrap {

        height: 164px;

    }

}

.post-facebook {

    position: relative;

    padding: 20px;

    background: #fff;

    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.15);

}

.post-facebook .post-meta::after {

    display: block;

    clear: both;

    content: "";

}

.post-facebook .post-meta time {

    margin: 5px 0 8px 0;

    font-size: 15px;

    color: #9b9b9b;

}

.post-facebook .post-meta_profile-img {

    display: inline-block;

    border-radius: 50%;

}

.post-facebook .post-meta_profile-name {

    display: inline-block;

    margin: 0;

}

.post-facebook .post-message {

    text-align: left;

    overflow: hidden;

}

.post-facebook .post-message>a {

    color: #55bbeb;

}

.post-facebook .post-attachment {

    margin: 25px 0;

    position: relative;

}

.post-facebook .post-attachment-wrap {

    margin-top: 15px;

}

.post-facebook .post-attachment-wrap>p {

    margin-top: 5px;

    color: #9b9b9b;

}

.post-facebook .icon-xxs {

    font-size: 20px;

}

.post-facebook .post-comments h6 {

    margin-bottom: 0;

}

.post-facebook .post-comments .post-comment {

    padding: 15px 0;

}

.post-facebook .post-comments .post-comment .comment-message {

    margin-top: 10px;

}

@media (min-width: 1200px) {

    .post-facebook {

        padding: 24px 30px 30px 30px;

    }

    

    .post-facebook .post-attachment {

        padding-left: 20px;

        border-left: 1px solid #d3dbe8;

    }

}

.soundcloud-player-classic iframe {

    width: 100%;

    border: none;

}

.dtp {

    position: fixed;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    background: rgba(25, 25, 25, 0.4);

    z-index: 2000;

}

.dtp>.dtp-content {

    background: #fff;

    max-width: 300px;

    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.15);

    position: relative;

    left: 50%;

    margin: 0 auto;

}

.mobille .dtp>.dtp-content {

    max-height: 500px;

    overflow-y: auto;

}

.dtp-header {

    background: #554e9f;

    color: #fff;

    text-align: center;

    padding: 0.3rem;

    position: relative;

}

.dtp-date,

.dtp-time {

    background: #716ab6;

    text-align: center;

    color: #fff;

    padding: 10px;

}

.dtp-date>div {

    padding: 0;

    margin: 0;

}

.dtp-actual-month {

    font-size: 1.5em;

}

.dtp-actual-num,

.dtp-actual-maxtime {

    font-size: 3em;

    line-height: 0.9;

}

.dtp-actual-year {

    font-size: 1.5em;

    color: #fff;

}

.dtp-picker {

    padding: 1rem;

    text-align: center;

}

.dtp-picker-month,

.dtp-actual-time {

    font-weight: 500;

    text-align: center;

}

.dtp-close {

    position: absolute;

    top: 0;

    bottom: 0;

    right: 1rem;

}

.dtp-close>a {

    display: inline-block;

    vertical-align: middle;

    color: #fff;

}

.dtp table.dtp-picker-days {

    margin: 0;

    border: none;

}

.dtp table.dtp-picker-days tr {

    border: none;

}

.dtp table.dtp-picker-days tr>td {

    border: none;

    font-weight: 700;

    font-size: 14px;

    text-align: center;

    padding: 1rem 0.3rem;

}

.dtp table.dtp-picker-days tr>td>span.dtp-select-day {

    color: #BDBDBD !important;

}

.dtp table.dtp-picker-days tr>td>a {

    color: #191919;

    width: 24px;

    height: 24px;

    display: inline-block;

    text-align: center;

    line-height: 24px;

    border-radius: 50%;

    transition: .3s all ease;

}

.dtp .dtp-picker-time>a {

    color: #191919;

    padding: 0.4rem 0.5rem 0.5rem 0.6rem;

    border-radius: 50% !important;

}

.dtp table.dtp-picker-days tr>td>a.selected {

    background: #554e9f;

    color: #fff;

}

.dtp table.dtp-picker-days tr>th {

    color: #191919;

    text-align: center;

    font-weight: 700;

    padding: 0.4rem 0.3rem;

    border-bottom: none;

}

.dtp .p10,

.dtp .p20,

.dtp .p60,

.dtp .p80 {

    display: inline-block;

    vertical-align: middle;

}

.dtp .p10 {

    width: 10%;

}

.dtp .p10>a {

    color: #f2f4f9;

    transition: .3s all ease;

}

.dtp .p10>a:hover {

    color: #fff;

}

.dtp .p20 {

    width: 20%;

}

.dtp .p60 {

    width: 60%;

}

.dtp .p80 {

    width: 80%;

}

.dtp-picker-month {

    display: none !important;

}

.dtp-meridien-am,

.dtp-meridien-pm {

    position: relative;

    top: 10px;

    color: #191919;

    font-weight: 500;

    padding: 0.7rem 0.5rem;

    border-radius: 50% !important;

    text-decoration: none;

    background: #eee;

    font-size: 1rem;

}

.dtp-actual-meridien a.selected {

    background: #554e9f;

    color: #fff;

}

.dtp-picker-time {

    position: absolute;

    width: 30px;

    height: 30px;

    font-size: 1em;

    border-radius: 50%;

    cursor: pointer;

    font-weight: 500;

    text-align: center !important;

}

.dtp-picker-time>a {

    display: block;

    line-height: 23px;

    padding: 0.3rem 0.3rem 0.3rem 0.3rem;

}

.dtp-picker-time>a.dtp-select-hour.selected {

    background: #554e9f;

    color: #fff;

}

.dtp-picker-time>a.dtp-select-hour.disabled {

    color: #9b9b9b;

}

.dtp-picker-time>a.dtp-select-minute.disabled {

    color: #9b9b9b;

}

.dtp-picker-time>a.dtp-select-minute.selected {

    background: #554e9f;

    color: #fff;

}

.dtp-picker-clock {

    margin: 1rem 2rem 0 2rem;

    padding: 1rem;

    border-radius: 50% !important;

    background: #f0f1f4;

}

.dtp-clock-center {

    width: 15px;

    height: 15px;

    background: #9b9b9b;

    border-radius: 50%;

    position: absolute;

    z-index: 50;

}

html[class*="ie"] .dtp-clock-center {

    display: none;

}

.dtp-hand,

.dtp-hour-hand {

    position: absolute;

    width: 4px;

    margin-left: -2px;

    background: #9b9b9b;

    transform: rotate(0deg);

    transform-origin: bottom;

    z-index: 1;

}

html[class*="ie"] .dtp-hand,

html[class*="ie"] .dtp-hour-hand {

    display: none;

}

.dtp-minute-hand {

    width: 2px;

    margin-left: -1px;

}

.dtp-hand.on {

    background: #554e9f;

}

.dtp-buttons {

    padding: 0 1rem 1rem 1rem;

    text-align: right;

}

.dtp .invisible {

    visibility: hidden;

}

.dtp .left {

    float: left;

}

.dtp .right {

    float: right;

}

.ui-to-top {

    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);

    position: fixed;

    right: 15px;

    bottom: 15px;

    overflow: hidden;

    z-index: 1;

    transform: translateY(100px);

}

.ui-to-top:focus {

    color: #fff;

}

.ui-to-top:hover {

    color: #fff;

    background: #109500;

}

.ui-to-top.active {

    transform: translateY(0);

}

.mobile .ui-to-top,

.tablet .ui-to-top {

    display: none !important;

}

@media (min-width: 480px) {

    .ui-to-top {

        right: 40px;

        bottom: 40px;

    }

}



/*



* @subsection   RD Material Tabs



*



* @description  Describes style declarations for RD Material Tabs extension



*/

.rd-material-tabs {

    -webkit-tap-highlight-color: transparent;

    width: 100%;

    position: relative;

}

.rd-material-tabs__list {

    white-space: nowrap;

}

.rd-material-tabs__list ul {

    padding-left: 0;

    list-style: none;

}

.rd-material-tabs__list .rd-material-tab {

    display: inline-block;

}

.rd-material-tabs img {

    -webkit-user-select: none;

    -moz-user-select: none;

    user-select: none;

}

.rd-material-tabs__stage-outer {

    position: relative;

    overflow: hidden;

}

.rd-material-tabs__stage {

    transition: all 0.5s cubic-bezier(0.005, 0.3, 0.2, 1);

}

.rd-material-tabs__stage::after {

    display: block;

    clear: both;

    content: "";

}

.rd-material-tabs__container {

    padding: 0 5px;

    margin-top: 60px;

}

.rd-material-tabs__container .rd-material-tab {

    float: left;

    width: 100%;

}

.rd-material-tabs__container .thumb {

    margin-top: 10px;

}

.rd-material-tabs-canMove {

    cursor: w-resize;

}

.rd-material-tabs-grab,

.rd-material-tabs-grab a {

    cursor: -moz-grabbing;

    cursor: -webkit-grabbing;

    cursor: grabbing;

}

.checkout-tabs .rd-material-tabs__list .rd-material-tab a {

    display: inline-block;

    font-weight: 700;

    font-size: 14px;

    padding: 10px 13px;

    transition: .3s all ease;

    border-radius: 5px;

}

.checkout-tabs .rd-material-tabs__list .rd-material-tab a:hover {

    color: #554e9f;

}

@media (min-width: 768px) {

    .checkout-tabs .rd-material-tabs__list .rd-material-tab+.rd-material-tab {

        margin-left: 6px;

    }

}

.checkout-tabs .rd-material-tabs__list .rd-material-tab-active a {

    background: #554e9f;

    color: #fff;

}

.checkout-tabs .rd-material-tabs__list .rd-material-tab-active a:hover {

    color: #fff;

}



/*



* @subsection   RD Material Tabs



*



* @description  Describes style declarations for RD Material Tabs extension



*/

.rd-material-tabs {

    -webkit-tap-highlight-color: transparent;

    width: 100%;

    position: relative;

}

.rd-material-tabs__list {

    white-space: nowrap;

}

.rd-material-tabs__list ul {

    padding-left: 0;

    list-style: none;

}

.rd-material-tabs__list .rd-material-tab {

    display: inline-block;

}

.rd-material-tabs img {

    -webkit-user-select: none;

    -moz-user-select: none;

    user-select: none;

}

.rd-material-tabs__stage-outer {

    position: relative;

    overflow: hidden;

}

.rd-material-tabs__stage {

    transition: all 0.5s cubic-bezier(0.005, 0.3, 0.2, 1);

}

.rd-material-tabs__stage::after {

    display: block;

    clear: both;

    content: "";

}

.rd-material-tabs__container {

    padding: 0 5px;

    margin-top: 60px;

}

.rd-material-tabs__container .rd-material-tab {

    float: left;

    width: 100%;

}

.rd-material-tabs__container .thumb {

    margin-top: 10px;

}

.rd-material-tabs-canMove {

    cursor: w-resize;

}

.rd-material-tabs-grab,

.rd-material-tabs-grab a {

    cursor: -moz-grabbing;

    cursor: -webkit-grabbing;

    cursor: grabbing;

}

.checkout-tabs .rd-material-tabs__list .rd-material-tab a {

    display: inline-block;

    font-weight: 700;

    font-size: 14px;

    padding: 10px 13px;

    transition: .3s all ease;

    border-radius: 5px;

}

.checkout-tabs .rd-material-tabs__list .rd-material-tab a:hover {

    color: #554e9f;

}

@media (min-width: 768px) {

    .checkout-tabs .rd-material-tabs__list .rd-material-tab+.rd-material-tab {

        margin-left: 6px;

    }

}

.checkout-tabs .rd-material-tabs__list .rd-material-tab-active a {

    background: #554e9f;

    color: #fff;

}

.checkout-tabs .rd-material-tabs__list .rd-material-tab-active a:hover {

    color: #fff;

}



/*



*



* Material Parallax



* --------------------------------------------------



*/

.parallax-container {

    position: relative;

    overflow: hidden;

}

.material-parallax {

    position: absolute;

    top: 0;

    left: -1px;

    right: -1px;

    bottom: 0;

}

.ipad .material-parallax,

.iphone .material-parallax {

    background-attachment: scroll !important;

}

.material-parallax img {

    display: none;

    position: absolute;

    left: 50%;

    bottom: 0;

    min-width: 101%;

    min-height: 101%;

    transform: translate3d(-50%, 0, 0);

}

.parallax-content {

    position: relative;

    z-index: 1;

}

.parallax-disabled {

    background-size: cover;

}

html:not(.ie-11):not(.ios) .parallax-disabled {

    background-attachment: fixed;

}



/*# sourceMappingURL=style.css.map */

.justify {

    text-align: justify;

}

.navbar-brand img {

    width: 70%;

}

.menu-sec .navbar {

    box-shadow: none !important;

}

.rd-navbar-inner span,

.rd-navbar-inner span a {

    color: #040404 !important;

    text-decoration: none !important;

    font-size: 13px;

}

span.novi-icon.icon.fa.fa-envelope.text-middle {

    font-size: 18px;

}

.menu-sec .navbar-brand {

    width: 35.9%;

}

.menu-sec .navbar {

    padding: 0 !important;

}

.menu-sec .nav-item a {

    color: #000000 !important;

    opacity: 1 !important;

    font-size: 13.5px;

    text-transform: uppercase;

    font-weight: 600;

    padding: 6px 11px !important;

}

.menu-sec .nav-item a:hover {

    color: #29a01c !important;

}

.menu-sec .dropdown-menu {

    box-shadow: 1px 1px 4px #00000059;

    padding: 0;

}

.menu-sec .dropdown-menu a {

    font-weight: 500;

    border-bottom: 1px solid #e0e0e0;

    font-size: 13px;

    padding: 11px 15px !important;

    border-left: 6px solid #29a01c;

}

.menu-sec .dropdown-menu a:hover,

.menu-sec .dropdown-menu a:focus {

    background: #29a01c;

    color: white !important;

}

.an-design2 .offset-lg-top-50 {

    margin: 4% 0 0 !important;

}

.an-design2 .offset-lg-top-50 p {

    text-align: justify;

    font-size: 15px;

    color: #000;

}

.an-design2 path {

    background: #000;

    fill: #000;

}

.an-design2 h1 {

    COLOR: #494196 !important;

    margin: 0;

    font-size: 40px;

    font-weight: 900 !important;

    font-family: "Amatic SC", cursive;

    text-shadow: 1PX 0px 0px #494196;

}

.banner-area {

    padding: 0;

    margin: 0;

}

.an-design2 .justify-content-sm-center {

    margin: 2% 0 0;

}

.text-safety-green {

    color: #29a01c;

}

.unit_boddy h4 {

    margin: 0 !important;

    font-size: 16px;

}

.unit_boddy p {

    font-size: 15px;

    margin: 2% 0 0%;

    color: #000;

}

.icon_bxx .unit {

    padding: 4% 2%;

}

.icon_bxx {

    cursor: pointer;

}

.icon_bxx:hover {}

.icon_bxx .unit:hover {

    margin-top: 0px;

    transition: 0.5s;

    box-shadow: 2px 10px 15px #0000001a;

}

.bg-image--17 {

    background-image: url(images/bg/17.jpg);

    background-repeat: no-repeat;

    background-size: cover;

    background-position: center center;

    /* border: 3px solid #fff; */

}

img.about {

    border: 5px solid #eaeaea;

    padding: 7px;

    background: #fff;

}

.parallax-content.padding-section.context-dark h1 {

    color: #000;

}

.contact-page h2 {

    color: #fff;

    text-align: left;

    font-weight: 900;

    font-size: 42px;

    font-family: "Amatic SC", cursive;

    text-shadow: 1PX 0px 0px white;

}

.contact-page p {

    color: #fff;

    text-align: left;

    font-size: 17px;

}

.p-m0 {

    padding: 0;

    margin: 0;

}

.subscribe__btn a.dcare__btn.min__height-btn {

    height: 50px;

    line-height: 50px;

    margin-top: 10px;

    border-radius: 4px;

    font-size: 15px;

}

.dcare__btn {

    transform: perspective(1px) translateZ(0px);

    transition-duration: 0.3s;

    background: #ffffff none repeat scroll 0 0;

    box-shadow: 0 0 1px transparent;

    transform: perspective(1px) translateZ(0px);

    transition-duration: 0.5s;

    border-radius: 2px;

    color: #fe6400;

    cursor: pointer;

    display: block;

    font-size: 16px;

    font-weight: 700;

    height: 48px;

    line-height: 48px;

    overflow: hidden;

    padding: 0 24px;

    position: relative;

    display: inline-block;

    text-transform: capitalize;

    z-index: 2;

}

.dcare__btn:hover {

    background: #000

}

.icon_bxx .unit {

    background: #fff;

    margin: 20px 0px;

    border-radius: 5px;

    min-height: 120px;

}

.icon_bxx .unit .unit-left {

    margin: 0px 0 0 10px;

}

footer {

    background: #eff4f0;

    padding: 50px 0 0px;

    color: #fff;

}

footer p {

    color: #fff;

}

img.cybrain_logo {

    width: 35%;

    float: right;

}

.bottom-f {

    border-top: 1px solid #d0d8d1;

    padding: 10px 0;

    margin-top: 20px;

}

.bottom-f p {

    line-height: 30px;

}

footer iframe {

    border: 5px solid #fff;

}

.p-o-bg {

    background-image: url('../images/bg-02-1920x748.jpg');

    background-size: cover;

}

.p-b-bg {

    background: url('../img/bg-01-1920x718.jpg');

    background-size: contain;

}

footer h6 {

    color: #fff;

}

.icon_bxx .unit {

    background: #fff;

    margin: 20px 0px;

    border-radius: 5px;

    border: 1px solid #eaeaea;

    min-height: 120px;

}

ul.p {

    display: inline-flex;

    list-style: none;

}

.contact-info i {

    font-size: 18px;

    background: #109500;

    line-height: 22px;

    color: #fff;

    padding: 5px;

    border-radius: 10px 0 10px 0;

    margin-right: 9px;

    width: 30px;

    text-align: center;

    float: left;

}

.contact-info a {

    font-size: 15px;

}

.contact-info i.fa-envelope {

    font-size: 12px;

}

.c-form h1 {

    color: #0035cb;

    font-size: 30px;

    margin: 10px 0 0;

    font-weight: bold;

    font-family: "PT Sans", Helvetica, Arial, sans-serif;

    text-transform: uppercase;

}

.bg-lightest1 {

    background: #fbfbfbe8;

}

section {

    padding: 50px 0;

}

ul.navbar-nav li {

    display: inline-block;

}

ul.navbar-nav {

    text-align: right !important;

    display: inline-block;

    width: 100%;

}



/*=======================================================================



3. VENDOR CUSTOM STYLE



=========================================================================*/



/*=============== 3.1 Data Table ==================*/

.dataTables_wrapper .table {

    border-collapse: collapse;

    border: 1px solid #e1e1e1;

}

.dataTables_wrapper .table thead .sorting {

    background-image: none;

    position: relative;

}

.dataTables_wrapper .table thead .sorting:before {

    content: "\f0d8";

    font-family: "Font Awesome 5 Free";

    font-size: 14px;

    color: #bfbfbf;

    font-weight: 600;

    position: absolute;

    top: 43%;

    right: 0;

    transform: translateY(-50%);

}

.dataTables_wrapper .table thead .sorting:after {

    content: "\f0d7";

    font-family: "Font Awesome 5 Free";

    font-size: 14px;

    color: #bfbfbf;

    font-weight: 600;

    position: absolute;

    bottom: 43%;

    right: 0;

    transform: translateY(50%);

}

.dataTables_wrapper .table thead .sorting_asc {

    background-image: none;

    position: relative;

}

.dataTables_wrapper .table thead .sorting_asc:after {

    content: "\f0d8";

    font-family: "Font Awesome 5 Free";

    font-size: 14px;

    color: #111111;

    font-weight: 600;

    position: absolute;

    bottom: 53%;

    right: 0;

    transform: translateY(50%);

}

.dataTables_wrapper .table thead .sorting_desc {

    background-image: none;

    position: relative;

}

.dataTables_wrapper .table thead .sorting_desc:after {

    content: "\f0d7";

    font-family: "Font Awesome 5 Free";

    font-size: 14px;

    color: #111111;

    font-weight: 600;

    position: absolute;

    bottom: 43%;

    right: 0;

    transform: translateY(50%);

}

.dataTables_wrapper .table thead tr th {

    border-bottom: 2px solid #e1e1e1;

    border-top: none;

    font-size: 16px;

    font-weight: 500;

    color: #111111;

    padding: 14px 15px;

}

@media only screen and (max-width: 991px) {

    .dataTables_wrapper .table thead tr th {

        font-size: 15px;

    }

}

.dataTables_wrapper .table tbody tr {

    border: 1px solid #e1e1e1;

}

.dataTables_wrapper .table tbody tr td {

    font-size: 15px;

    font-weight: 400;

    padding: 9px 15px;

    vertical-align: middle;

}

.dataTables_wrapper .table tbody tr td .dropdown .dropdown-toggle span:before {

    color: #bcbcbc;

    font-weight: 700;

}

.dataTables_wrapper .table tbody tr td .dropdown .dropdown-toggle:after {

    border: none;

}

.dataTables_wrapper .table tbody tr td .dropdown .dropdown-menu {

    border: none;

    padding: 15px 0 18px;

}

.dataTables_wrapper .table tbody tr td .dropdown .dropdown-menu .dropdown-item {

    font-size: 15px;

    padding: 7px 20px;

}

.dataTables_wrapper .table tbody tr td .dropdown .dropdown-menu .dropdown-item i {

    margin-right: 14px;

    width: 22px;

}

.dataTables_wrapper .dataTables_paginate {

    padding-top: 20px;

}

.dataTables_wrapper .dataTables_paginate a.paginate_button.previous {

    margin-right: 10px;

}

.dataTables_wrapper .dataTables_paginate span a.paginate_button {

    border: 1px solid #ffae01;

    padding: 8px 18px;

    margin-right: 10px;

    margin-bottom: 10px;

}

.dataTables_wrapper .dataTables_paginate span a.paginate_button:active {

    box-shadow: none;

}

.dataTables_wrapper .dataTables_paginate span a.paginate_button:hover {

    background: -webkit-gradient(linear, left top, right top, from(#ff9d01), to(#ffae01));

    background: -webkit-linear-gradient(left, #ff9d01, #ffae01);

    background: -o-linear-gradient(left, #ff9d01, #ffae01);

    background: linear-gradient(to right, #ff9d01, #ffae01);

    border-color: #ffae01;

}

.dataTables_wrapper .dataTables_paginate span .paginate_button.current {

    background: -webkit-gradient(linear, left top, right top, from(#ff9d01), to(#ffae01));

    background: -webkit-linear-gradient(left, #ff9d01, #ffae01);

    background: -o-linear-gradient(left, #ff9d01, #ffae01);

    background: linear-gradient(to right, #ff9d01, #ffae01);

    border: 1px solid #ffae01;

    padding: 8px 18px;

}

.dataTables_wrapper .dataTables_paginate span .paginate_button.current:hover {

    background: transparent;

    border-color: #ffae01;

}

span.fa.fa-chevron-right {

    font-size: 12px !important;

}

.admission-forms label {

    text-align: left;

    width: 100%;

}

.admission-forms li {

    list-style: none;

}

.admission-forms input {

    width: 100%;

    border: 1px solid #d8dde1;

    height: 46px;

    line-height: 38px;

}

.admission-forms input[type="submit"] {

    background: #fe0909;

    line-height: 15px;

    color: #fff;

    border: none;

    padding: 10px 15px;

    border-radius: 3px;

    float: left;

    width: auto;

    height: auto;

    text-transform: uppercase;

    font-weight: bold;

    cursor: pointer;

}

.gallery_desc {

    border: none !important;

}

.justify h2 {

    margin-top: 0px!important;

    margin-bottom: 0px!important;

}

.page .text-bold,

.page strong {

    font-weight: 700;

    font-size: 18px!important;

    text-transform: capitalize;

    color: #303538;

    vertical-align: middle;

}

.justify p {

    margin: 0px 0px;

}

.justify h1 {

    color: #012aa0;

    font-weight: 700;

}

.choose_list {

    list-style: none;

    padding: 20px 20px 20px 20px;

}

.choose_list li {

    text-align: justify;

    font-size: 15px;

    margin-bottom: 3%;

    line-height: 25px;

}

.choose_list li .span_img img {

    height: 30px;

    margin-right: 1%;

    width: auto!important;

}

.choose_list .boldtextt {

    font-weight: bold;

    color: black;

    font-size: 16px;

}

img.rel-img {

    

}

.list-inline-dashed {

    text-transform: uppercase;

}

/*---.novi-background .justify img {

    vertical-align: middle;

    border-style: none;

    width: auto;

    height: 30px;

    padding-right: 10px;

}-----*/

.novi-background .justify li {

    margin-bottom: 1%;

    

}

p.parra {

    margin-bottom: 20px;

}

.mt--50 {

    margin-top: 50px;

}



@media (min-width: 1200px);

.container {

    max-width: 1200px;

}



.container {

    width: 100%;

    padding-right: 15px;

    padding-left: 15px;

    margin-right: auto;

    margin-left: auto;

}

.row {

    display: -ms-flexbox;

    display: flex;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

    margin-right: -15px;

    margin-left: -15px;

}

@media (min-width: 768px)

.col-md-6 {

    -ms-flex: 0 0 50%;

    flex: 0 0 50%;

    max-width: 50%;

}

.col-md-6,.col-sm-12{

position: relative;

    width: 100%;

    min-height: 1px;

    padding-right: 15px;

    padding-left: 15px;

    float: left;

}





.img_sec {

    

    padding: 0px;

    border-right: none;

    z-index: 1050;

    margin-right: -10px;

}

@media (min-width: 768px){

.col-md-3 {

    -ms-flex: 0 0 25%;

    flex: 0 0 25%;

    max-width: 25%;

}

}

.img_sec img {

    padding: 0;

    border-radius: 70px;

    height: 130px;

    width: 100%;

    border: 5px solid #ececec;

}

.img_right {

  

}



.text_sec p {

    display: table-cell;

    vertical-align: middle;

    color: #000000;

    font-size: 16px;

    font-weight: 500;

    text-align: left;

    line-height: 22px;

}

@media (min-width: 768px)

.col-md-9 {

    -ms-flex: 0 0 75%;

    flex: 0 0 75%;

    max-width: 75%;

}

.text-left {

    text-align: left!important;

}

.text_sec {

    background: #ececec;

    display: table;

    vertical-align: middle;

    height: 

72px

;

    margin: 5% 0;

    z-index: 100;

    margin-left: 

-3px

;

}

ul.Facilities li:hover {

    padding-left: 10px;

    transition: .4s;

}



.facilities_mre {

    margin-bottom: 20px;

}



/* Added by Daya ,Extra small devices (phones, 600px and down) */

@media only screen and (max-width: 600px) {

    .img_sec img {

        

        height: 78px;

        width: 30%;

        

    }

    .text_sec p {

        

        font-size: 14px;

       

    }

    .mt--50 {

        margin-top: -28px;

    }

    .text_sec p {

    

        text-align: center;

        

    }



}



.offset-top-30.offset-lg-top-50.about-pera {

    margin-top: 5px !important;

}

.why-choose ol {

    list-style: none;

    padding: 10px 0;

}

.why-choose ol li img {

    margin-bottom: 48px;

    margin-right: 15px;

    margin-top: 6px;

}



.media a {

    padding: 10px 25px;

    font-size: 14px;

    line-height: normal;

    background: #109500;

    border: #fff;

}

.media {

    width: 37%;

}

/* Small devices (portrait tablets and large phones, 600px and up) */

@media only screen and (min-width: 600px) {

   

}



/* Medium devices (landscape tablets, 768px and up) */

@media only screen and (min-width: 768px) {

    

}





/* Large devices (laptops/desktops, 992px and up) */

@media only screen and (min-width: 992px) {



}



/* Extra large devices (large laptops and desktops, 1200px and up) */

@media only screen and (min-width: 1200px) {



}

.testimonial-parents {

    padding-top: 45px;

}

.container, .container-fluid {

    width: 100%;

    padding-right: 15px;

    padding-left: 15px;

    margin-right: auto;

    margin-left: auto;

}

.row {

    display: -ms-flexbox;

    display: flex;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

    margin-right: -15px;

    margin-left: -15px;

}

.feed-par {

    width: 100%;

    text-align: center;

}

.testimonial-parents .image__carosel {

    padding-top: 47px;

}

.image__carosel {

    padding: 90px 0 0;

}

img.rel-img {

    width: 100%;

    height: 265px;

    border: 1px solid #dfdfdf;

    padding: 5px;

    object-fit: cover;

}

.black-one .quote-meta {

    position: absolute;

    left: 21px;

    bottom: -39px;

}

.black-one .quote-meta .quote-img {

    width: 85px;

    height: 85px;

    margin-bottom: 25px;

    object-fit: cover;

    object-position: top;

}

.black-one {

    /* box-shadow: 0 0 4px 1px #e1dfdf; */

    /* border: 1px solid #dbd7d7; */

    position: relative;

    padding: 1px;

    margin-bottom: 93px;

}

.black-one p {

    background: #fff;

    line-height: 20px;

    padding-bottom: 24px;

}

.black-one p, .fed-dead p {

    text-align: justify;

}

.text-left .flex-row {
    justify-content: left;
}