.gl-current-select {
    color: #00f;
    cursor: pointer
}

.btn-yes {
    height: 30px;
    margin: 15px;
    cursor: pointer;
    color: #00f
}

.btn-change {
    height: 30px;
    margin: 15px;
    cursor: pointer;
    color: #f00;
    border-bottom: 1px dotted #005a99
}

.gl-default {
    width: 400px;
    padding: 30px;
    text-align: center;
    display: block
}

.gl-change-select {
    width: 400px;
    padding: 30px;
    display: block
}

.gl-change-list {
    list-style: none;
    padding: 0;
    overflow: hidden;
    width: 100%;
    margin: 25px 0 0 0
}

.gl-change-list li {
    float: left;
    width: 50%;
    padding: 0;
    margin: 0;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden
}

.gl-change-list span {
    color: blue;
    cursor: pointer
}

.gl-default h5,.gl-change-select h5 {
    line-height: 24px;
    font-size: 20px;
    font-weight: 700;
    color: #636363
}

.select2-dropdown.select2-dropdown--below {
    z-index: 10001
}

.gl-current-select {
    color: #00f;
    cursor: pointer
}

.btn-yes {
    height: 30px;
    margin: 15px;
    cursor: pointer;
    color: #00f
}

.btn-change {
    height: 30px;
    margin: 15px;
    cursor: pointer;
    color: #f00;
    border-bottom: 1px dotted #005a99
}

.gl-default {
    width: 400px;
    padding: 30px;
    text-align: center;
    display: block
}

.gl-change-select {
    width: 400px;
    padding: 30px;
    display: block
}

.gl-change-list {
    list-style: none;
    padding: 0;
    overflow: hidden;
    width: 100%;
    margin: 25px 0 0 0
}

.gl-change-list li {
    float: left;
    width: 50%;
    padding: 0;
    margin: 0;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden
}

.gl-change-list span {
    color: blue;
    cursor: pointer
}

.gl-default h5,.gl-change-select h5 {
    line-height: 24px;
    font-size: 20px;
    font-weight: 700;
    color: #636363
}

.select2-dropdown.select2-dropdown--below {
    z-index: 10001
}

#msGallery,.ms2Gallery {
    text-align: center
}

#msGallery #mainImage,.ms2Gallery . mainImage {
    margin-bottom: 10px;
    padding: 2px;
    border: 1px solid #ddd
}

#msGallery .span2,.ms2Gallery .span2 {
    margin-left: 10px;
    width: 120px;
    padding: 2px
}

.msGalleryLog,.ms2GalleryLog {
    width: 100%;
    overflow: auto;
    word-wrap: normal;
    white-space: pre
}

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}

*,*::before,*::after {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

@-ms-viewport {
    width: device-width
}

article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,h2,h3,h4,h5,h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[title],abbr[data-original-title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    -webkit-text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol,ul,dl {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,ul ul,ol ul,ul ol {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

dfn {
    font-style: italic
}

b,strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):hover,a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

pre,code,kbd,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

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: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

h1,.h1 {
    font-size: 2.5rem
}

h2,.h2 {
    font-size: 2rem
}

h3,.h3 {
    font-size: 1.75rem
}

h4,.h4 {
    font-size: 1.5rem
}

h5,.h5 {
    font-size: 1.25rem
}

h6,.h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1)
}

small,.small {
    font-size: 80%;
    font-weight: 400
}

mark,.mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

.blockquote-footer::before {
    content: "â€”Â "
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    /* border:1px solid #dee2e6; */
    border-radius: .25rem;
    max-width: 100%;
    height: auto;
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

code,kbd,pre,samp {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media(min-width: 576px) {
    .container {
        max-width:540px
    }
}

@media(min-width: 768px) {
    .container {
        max-width:720px
    }
}

@media(min-width: 992px) {
    .container {
        max-width:960px
    }
}

@media(min-width: 1200px) {
    .container {
        max-width:1140px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0
}

.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-auto,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm,.col-sm-auto,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md,.col-md-auto,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg,.col-lg-auto,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl,.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 16.666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.333333%
}

.offset-5 {
    margin-left: 41.666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.333333%
}

.offset-8 {
    margin-left: 66.666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.333333%
}

.offset-11 {
    margin-left: 91.666667%
}

@media(min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.333333%
    }

    .offset-sm-2 {
        margin-left: 16.666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.333333%
    }

    .offset-sm-5 {
        margin-left: 41.666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.333333%
    }

    .offset-sm-8 {
        margin-left: 66.666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.333333%
    }

    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media(min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.333333%
    }

    .offset-md-2 {
        margin-left: 16.666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.333333%
    }

    .offset-md-5 {
        margin-left: 41.666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.333333%
    }

    .offset-md-8 {
        margin-left: 66.666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.333333%
    }

    .offset-md-11 {
        margin-left: 91.666667%
    }
}

@media(min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.333333%
    }

    .offset-lg-2 {
        margin-left: 16.666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.333333%
    }

    .offset-lg-5 {
        margin-left: 41.666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.333333%
    }

    .offset-lg-8 {
        margin-left: 66.666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.333333%
    }

    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

@media(min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.333333%
    }

    .offset-xl-2 {
        margin-left: 16.666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.333333%
    }

    .offset-xl-5 {
        margin-left: 41.666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.333333%
    }

    .offset-xl-8 {
        margin-left: 66.666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.333333%
    }

    .offset-xl-11 {
        margin-left: 91.666667%
    }
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent
}

.table th,.table td {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
    border-top: 2px solid #dee2e6
}

.table .table {
    background-color: #fff
}

.table-sm th,.table-sm td {
    padding: .3rem
}

.table-bordered {
    border: 1px solid #dee2e6
}

.table-bordered th,.table-bordered td {
    border: 1px solid #dee2e6
}

.table-bordered thead th,.table-bordered thead td {
    border-bottom-width: 2px
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05)
}

.table-hover tbody tr:hover {
    background-color: rgba(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,.075)
}

.table-hover .table-active:hover {
    background-color: rgba(0,0,0,.075)
}

.table-hover .table-active:hover>td,.table-hover .table-active:hover>th {
    background-color: rgba(0,0,0,.075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #212529
}

.table-dark 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,.05)
}

.table-dark.table-hover tbody tr:hover {
    background-color: rgba(255,255,255,.075)
}

@media(max-width: 575.98px) {
    .table-responsive-sm {
        display:block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-sm>.table-bordered {
        border: 0
    }
}

@media(max-width: 767.98px) {
    .table-responsive-md {
        display:block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-md>.table-bordered {
        border: 0
    }
}

@media(max-width: 991.98px) {
    .table-responsive-lg {
        display:block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-lg>.table-bordered {
        border: 0
    }
}

@media(max-width: 1199.98px) {
    .table-responsive-xl {
        display:block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-xl>.table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.table-responsive>.table-bordered {
    border: 0
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled,.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file,.form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.5;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-sm,.input-group-sm>.form-control-plaintext.form-control,.input-group-sm>.input-group-prepend>.form-control-plaintext.input-group-text,.input-group-sm>.input-group-append>.form-control-plaintext.input-group-text,.input-group-sm>.input-group-prepend>.form-control-plaintext.btn,.input-group-sm>.input-group-append>.form-control-plaintext.btn,.form-control-plaintext.form-control-lg,.input-group-lg>.form-control-plaintext.form-control,.input-group-lg>.input-group-prepend>.form-control-plaintext.input-group-text,.input-group-lg>.input-group-append>.form-control-plaintext.input-group-text,.input-group-lg>.input-group-prepend>.form-control-plaintext.btn,.input-group-lg>.input-group-append>.form-control-plaintext.btn {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-prepend>.input-group-text,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-append>.btn {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg,.input-group-lg>.form-control,.input-group-lg>.input-group-prepend>.input-group-text,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-append>.btn {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row>.col,.form-row>[class*="col-"] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(40,167,69,.8);
    border-radius: .2rem
}

.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 .2rem rgba(40,167,69,.25)
}

.was-validated .form-control:valid~.valid-feedback,.was-validated .form-control:valid~.valid-tooltip,.form-control.is-valid~.valid-feedback,.form-control.is-valid~.valid-tooltip,.was-validated .custom-select:valid~.valid-feedback,.was-validated .custom-select:valid~.valid-tooltip,.custom-select.is-valid~.valid-feedback,.custom-select.is-valid~.valid-tooltip {
    display: block
}

.was-validated .form-check-input:valid~.form-check-label,.form-check-input.is-valid~.form-check-label {
    color: #28a745
}

.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip,.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip {
    display: block
}

.was-validated .custom-control-input:valid~.custom-control-label,.custom-control-input.is-valid~.custom-control-label {
    color: #28a745
}

.was-validated .custom-control-input:valid~.custom-control-label::before,.custom-control-input.is-valid~.custom-control-label::before {
    background-color: #71dd8a
}

.was-validated .custom-control-input:valid~.valid-feedback,.was-validated .custom-control-input:valid~.valid-tooltip,.custom-control-input.is-valid~.valid-feedback,.custom-control-input.is-valid~.valid-tooltip {
    display: block
}

.was-validated .custom-control-input:valid:checked~.custom-control-label::before,.custom-control-input.is-valid:checked~.custom-control-label::before {
    background-color: #34ce57
}

.was-validated .custom-control-input:valid:focus~.custom-control-label::before,.custom-control-input.is-valid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(40,167,69,.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 .2rem rgba(40,167,69,.25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(220,53,69,.8);
    border-radius: .2rem
}

.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 .2rem rgba(220,53,69,.25)
}

.was-validated .form-control:invalid~.invalid-feedback,.was-validated .form-control:invalid~.invalid-tooltip,.form-control.is-invalid~.invalid-feedback,.form-control.is-invalid~.invalid-tooltip,.was-validated .custom-select:invalid~.invalid-feedback,.was-validated .custom-select:invalid~.invalid-tooltip,.custom-select.is-invalid~.invalid-feedback,.custom-select.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated .form-check-input:invalid~.form-check-label,.form-check-input.is-invalid~.form-check-label {
    color: #dc3545
}

.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip,.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated .custom-control-input:invalid~.custom-control-label,.custom-control-input.is-invalid~.custom-control-label {
    color: #dc3545
}

.was-validated .custom-control-input:invalid~.custom-control-label::before,.custom-control-input.is-invalid~.custom-control-label::before {
    background-color: #efa2a9
}

.was-validated .custom-control-input:invalid~.invalid-feedback,.was-validated .custom-control-input:invalid~.invalid-tooltip,.custom-control-input.is-invalid~.invalid-feedback,.custom-control-input.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated .custom-control-input:invalid:checked~.custom-control-label::before,.custom-control-input.is-invalid:checked~.custom-control-label::before {
    background-color: #e4606d
}

.was-validated .custom-control-input:invalid:focus~.custom-control-label::before,.custom-control-input.is-invalid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(220,53,69,.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 .2rem rgba(220,53,69,.25)
}

.form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media(min-width: 576px) {
    .form-inline label {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .input-group {
        width: auto
    }

    .form-inline .form-check {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.btn:hover,.btn:focus {
    text-decoration: none
}

.btn:focus,.btn.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.btn.disabled,.btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

.btn:not(:disabled):not(.disabled):active,.btn:not(:disabled):not(.disabled).active {
    background-image: none
}

a.btn.disabled,fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc
}

.btn-primary:focus,.btn-primary.focus {
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
}

.btn-primary.disabled,.btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:not(:disabled):not(.disabled):active,.btn-primary:not(:disabled):not(.disabled).active,.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled):active:focus,.btn-primary:not(:disabled):not(.disabled).active:focus,.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62
}

.btn-secondary:focus,.btn-secondary.focus {
    box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
}

.btn-secondary.disabled,.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled):active,.btn-secondary:not(:disabled):not(.disabled).active,.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,.btn-secondary:not(:disabled):not(.disabled).active:focus,.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success:focus,.btn-success.focus {
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
}

.btn-success.disabled,.btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled):active,.btn-success:not(:disabled):not(.disabled).active,.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled):active:focus,.btn-success:not(:disabled):not(.disabled).active:focus,.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info:focus,.btn-info.focus {
    box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
}

.btn-info.disabled,.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled):active,.btn-info:not(:disabled):not(.disabled).active,.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled):active:focus,.btn-info:not(:disabled):not(.disabled).active:focus,.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning:focus,.btn-warning.focus {
    box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
}

.btn-warning.disabled,.btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled):active,.btn-warning:not(:disabled):not(.disabled).active,.show>.btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled):active:focus,.btn-warning:not(:disabled):not(.disabled).active:focus,.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

.btn-danger:focus,.btn-danger.focus {
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
}

.btn-danger.disabled,.btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled):active,.btn-danger:not(:disabled):not(.disabled).active,.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled):active:focus,.btn-danger:not(:disabled):not(.disabled).active:focus,.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light:focus,.btn-light.focus {
    box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
}

.btn-light.disabled,.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled):active,.btn-light:not(:disabled):not(.disabled).active,.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled):active:focus,.btn-light:not(:disabled):not(.disabled).active:focus,.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark:focus,.btn-dark.focus {
    box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
}

.btn-dark.disabled,.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled):active,.btn-dark:not(:disabled):not(.disabled).active,.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled):active:focus,.btn-dark:not(:disabled):not(.disabled).active:focus,.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
}

.btn-outline-primary {
    color: #007bff;
    background-color: transparent;
    background-image: none;
    border-color: #007bff
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:focus,.btn-outline-primary.focus {
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
}

.btn-outline-primary.disabled,.btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled):active,.btn-outline-primary:not(:disabled):not(.disabled).active,.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
}

.btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:focus,.btn-outline-secondary.focus {
    box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
}

.btn-outline-secondary.disabled,.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,.btn-outline-secondary:not(:disabled):not(.disabled).active,.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
}

.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:focus,.btn-outline-success.focus {
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
}

.btn-outline-success.disabled,.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled):active,.btn-outline-success:not(:disabled):not(.disabled).active,.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,.btn-outline-success:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
}

.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:focus,.btn-outline-info.focus {
    box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
}

.btn-outline-info.disabled,.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled):active,.btn-outline-info:not(:disabled):not(.disabled).active,.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,.btn-outline-info:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
}

.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:focus,.btn-outline-warning.focus {
    box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
}

.btn-outline-warning.disabled,.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled):active,.btn-outline-warning:not(:disabled):not(.disabled).active,.show>.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
}

.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:focus,.btn-outline-danger.focus {
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
}

.btn-outline-danger.disabled,.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled):active,.btn-outline-danger:not(:disabled):not(.disabled).active,.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
}

.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:focus,.btn-outline-light.focus {
    box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
}

.btn-outline-light.disabled,.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled):active,.btn-outline-light:not(:disabled):not(.disabled).active,.show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,.btn-outline-light:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
}

.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:focus,.btn-outline-dark.focus {
    box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
}

.btn-outline-dark.disabled,.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled):active,.btn-outline-dark:not(:disabled):not(.disabled).active,.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    background-color: transparent
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent
}

.btn-link:focus,.btn-link.focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none
}

.btn-link:disabled,.btn-link.disabled {
    color: #6c757d
}

.btn-lg,.btn-group-lg>.btn {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-sm,.btn-group-sm>.btn {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    transition: opacity .15s linear
}

.fade.show {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.show {
    display: block
}

tr.collapse.show {
    display: table-row
}

tbody.collapse.show {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

.dropup,.dropdown {
    position: relative
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem
}

.dropup .dropdown-menu {
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-menu {
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-toggle::after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropleft .dropdown-toggle::after {
    display: none
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:hover,.dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

.dropdown-item.active,.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff
}

.dropdown-item.disabled,.dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.btn-group,.btn-group-vertical {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

.btn-group>.btn,.btn-group-vertical>.btn {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.btn-group>.btn:hover,.btn-group-vertical>.btn:hover {
    z-index: 1
}

.btn-group>.btn:focus,.btn-group>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn.active {
    z-index: 1
}

.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group,.btn-group-vertical .btn+.btn,.btn-group-vertical .btn+.btn-group,.btn-group-vertical .btn-group+.btn,.btn-group-vertical .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn:not(:last-child):not(.dropdown-toggle),.btn-group>.btn-group:not(:last-child)>.btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn:not(:first-child),.btn-group>.btn-group:not(:first-child)>.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split::after {
    margin-left: 0
}

.btn-sm+.dropdown-toggle-split,.btn-group-sm>.btn+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-lg+.dropdown-toggle-split,.btn-group-lg>.btn+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.btn-group-vertical .btn,.btn-group-vertical .btn-group {
    width: 100%
}

.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),.btn-group-vertical>.btn-group:not(:last-child)>.btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:not(:first-child),.btn-group-vertical>.btn-group:not(:first-child)>.btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn {
    margin-bottom: 0
}

.btn-group-toggle>.btn input[type="radio"],.btn-group-toggle>.btn input[type="checkbox"],.btn-group-toggle>.btn-group>.btn input[type="radio"],.btn-group-toggle>.btn-group>.btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.input-group>.form-control,.input-group>.custom-select,.input-group>.custom-file {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

.input-group>.form-control:focus,.input-group>.custom-select:focus,.input-group>.custom-file:focus {
    z-index: 3
}

.input-group>.form-control+.form-control,.input-group>.form-control+.custom-select,.input-group>.form-control+.custom-file,.input-group>.custom-select+.form-control,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.custom-file,.input-group>.custom-file+.form-control,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.custom-file {
    margin-left: -1px
}

.input-group>.form-control:not(:last-child),.input-group>.custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.form-control:not(:first-child),.input-group>.custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group>.custom-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label::before {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label,.input-group>.custom-file:not(:first-child) .custom-file-label::before {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-prepend,.input-group-append {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.input-group-prepend .btn,.input-group-append .btn {
    position: relative;
    z-index: 2
}

.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.input-group-text,.input-group-append .input-group-text+.btn {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.input-group-text input[type="radio"],.input-group-text input[type="checkbox"] {
    margin-top: 0
}

.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text,.input-group>.input-group-append:not(:last-child)>.btn,.input-group>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem
}

.custom-control-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    background-color: #007bff
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)
}

.custom-control-input:active~.custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff
}

.custom-control-input:disabled~.custom-control-label {
    color: #6c757d
}

.custom-control-input:disabled~.custom-control-label::before {
    background-color: #e9ecef
}

.custom-control-label {
    margin-bottom: 0
}

.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #dee2e6
}

.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%
}

.custom-checkbox .custom-control-label::before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #007bff
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvgxmlns=\'http://www.w3.org/2000/svg\'viewBox=\'0088\'%3E%3Cpathfill=\'%23fff\'d=\'M6.564.75l-3.593.612-1.538-1.55L04.262.9747.2582.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,%3Csvgxmlns=\'http://www.w3.org/2000/svg\'viewBox=\'0044\'%3E%3Cpathstroke=\'%23fff\'d=\'M02h4\'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0,123,255,.5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: rgba(0,123,255,.5)
}

.custom-radio .custom-control-label::before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #007bff
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvgxmlns=\'http://www.w3.org/2000/svg\'viewBox=\'-4-488\'%3E%3Ccircler=\'3\'fill=\'%23fff\'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0,123,255,.5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvgxmlns=\'http://www.w3.org/2000/svg\'viewBox=\'0045\'%3E%3Cpathfill=\'%23343a40\'d=\'M20L02h4zm05L03h4z\'/%3E%3C/svg%3E") no-repeat right .75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.075),0 0 5px rgba(128,189,255,.5)
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.custom-select[multiple],.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

.custom-select::-ms-expand {
    opacity: 0
}

.custom-select-sm {
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 75%
}

.custom-select-lg {
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 125%
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0;
    opacity: 0
}

.custom-file-input:focus~.custom-file-control {
    border-color: #80bdff;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.custom-file-input:focus~.custom-file-control::before {
    border-color: #80bdff
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Browse"
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 .25rem .25rem 0
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:hover,.nav-link:focus {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: .25rem
}

.nav-pills .nav-link.active,.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #007bff
}

.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem
}

.navbar>.container,.navbar>.container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:hover,.navbar-brand:focus {
    text-decoration: none
}

.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:hover,.navbar-toggler:focus {
    text-decoration: none
}

.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%
}

@media(max-width: 575.98px) {
    .navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid {
        padding-right:0;
        padding-left: 0
    }
}

@media(min-width: 576px) {
    .navbar-expand-sm {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }

    .navbar-expand-sm .dropup .dropdown-menu {
        top: auto;
        bottom: 100%
    }
}

@media(max-width: 767.98px) {
    .navbar-expand-md>.container,.navbar-expand-md>.container-fluid {
        padding-right:0;
        padding-left: 0
    }
}

@media(min-width: 768px) {
    .navbar-expand-md {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md>.container,.navbar-expand-md>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }

    .navbar-expand-md .dropup .dropdown-menu {
        top: auto;
        bottom: 100%
    }
}

@media(max-width: 991.98px) {
    .navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid {
        padding-right:0;
        padding-left: 0
    }
}

@media(min-width: 992px) {
    .navbar-expand-lg {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }

    .navbar-expand-lg .dropup .dropdown-menu {
        top: auto;
        bottom: 100%
    }
}

@media(max-width: 1199.98px) {
    .navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid {
        padding-right:0;
        padding-left: 0
    }
}

@media(min-width: 1200px) {
    .navbar-expand-xl {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-xl .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }

    .navbar-expand-xl .dropup .dropdown-menu {
        top: auto;
        bottom: 100%
    }
}

.navbar-expand {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.navbar-expand>.container,.navbar-expand>.container-fluid {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand>.container,.navbar-expand>.container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-expand .dropup .dropdown-menu {
    top: auto;
    bottom: 100%
}

.navbar-light .navbar-brand {
    color: rgba(0,0,0,.9)
}

.navbar-light .navbar-brand:hover,.navbar-light .navbar-brand:focus {
    color: rgba(0,0,0,.9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.5)
}

.navbar-light .navbar-nav .nav-link:hover,.navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0,0,0,.7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(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,.9)
}

.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3CsvgviewBox=\'003030\'xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpathstroke=\'rgba(0,0,0,0.5)\'stroke-width=\'2\'stroke-linecap=\'round\'stroke-miterlimit=\'10\'d=\'M47h22M415h22M423h22\'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
    color: rgba(0,0,0,.5)
}

.navbar-light .navbar-text a {
    color: rgba(0,0,0,.9)
}

.navbar-light .navbar-text a:hover,.navbar-light .navbar-text a:focus {
    color: rgba(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,.5)
}

.navbar-dark .navbar-nav .nav-link:hover,.navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255,255,255,.75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255,255,255,.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,.5);
    border-color: rgba(255,255,255,.1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3CsvgviewBox=\'003030\'xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpathstroke=\'rgba(255,255,255,0.5)\'stroke-width=\'2\'stroke-linecap=\'round\'stroke-miterlimit=\'10\'d=\'M47h22M415h22M423h22\'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
    color: rgba(255,255,255,.5)
}

.navbar-dark .navbar-text a {
    color: #fff
}

.navbar-dark .navbar-text a:hover,.navbar-dark .navbar-text a:focus {
    color: #fff
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-header+.list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid rgba(0,0,0,.125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px)
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-deck .card {
    margin-bottom: 15px
}

@media(min-width: 576px) {
    .card-deck {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

    .card-deck .card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0;
        flex: 1 0 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-group>.card {
    margin-bottom: 15px
}

@media(min-width: 576px) {
    .card-group {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .card-group>.card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0;
        flex: 1 0 0;
        margin-bottom: 0
    }

    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }

    .card-group>.card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group>.card:first-child .card-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: .25rem
    }

    .card-group>.card:only-child .card-img-top,.card-group>.card:only-child .card-header {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

    .card-group>.card:only-child .card-img-bottom,.card-group>.card:only-child .card-footer {
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }

    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) {
        border-radius: 0
    }

    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-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: .75rem
}

@media(min-width: 576px) {
    .card-columns {
        -webkit-column-count:3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #6c757d;
    content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: underline
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: none
}

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #007bff
}

.badge-primary[href]:hover,.badge-primary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #0062cc
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d
}

.badge-secondary[href]:hover,.badge-secondary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #545b62
}

.badge-success {
    color: #fff;
    background-color: #28a745
}

.badge-success[href]:hover,.badge-success[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1e7e34
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

.badge-info[href]:hover,.badge-info[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b
}

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

.badge-warning[href]:hover,.badge-warning[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #d39e00
}

.badge-danger {
    color: #fff;
    background-color: #dc3545
}

.badge-danger[href]:hover,.badge-danger[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #bd2130
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

.badge-light[href]:hover,.badge-light[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #dae0e5
}

.badge-dark {
    color: #fff;
    background-color: #343a40
}

.badge-dark[href]:hover,.badge-dark[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1d2124
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

@media(min-width: 576px) {
    .jumbotron {
        padding:4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff
}

.alert-primary hr {
    border-top-color: #9fcdff
}

.alert-primary .alert-link {
    color: #002752
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

.alert-secondary hr {
    border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
    color: #202326
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.alert-success hr {
    border-top-color: #b1dfbb
}

.alert-success .alert-link {
    color: #0b2e13
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

.alert-info hr {
    border-top-color: #abdde5
}

.alert-info .alert-link {
    color: #062c33
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.alert-warning hr {
    border-top-color: #ffe8a1
}

.alert-warning .alert-link {
    color: #533f03
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.alert-danger hr {
    border-top-color: #f1b0b7
}

.alert-danger .alert-link {
    color: #491217
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.alert-dark hr {
    border-top-color: #b9bbbe
}

.alert-dark .alert-link {
    color: #040505
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    background-color: #007bff;
    transition: width .6s ease
}

.progress-bar-striped {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite
}

.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:hover,.list-group-item-action:focus {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125)
}

.list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.list-group-item:hover,.list-group-item:focus {
    z-index: 1;
    text-decoration: none
}

.list-group-item.disabled,.list-group-item:disabled {
    color: #6c757d;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff
}

.list-group-item-primary.list-group-item-action:hover,.list-group-item-primary.list-group-item-action:focus {
    color: #004085;
    background-color: #9fcdff
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085
}

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db
}

.list-group-item-secondary.list-group-item-action:hover,.list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cbcf
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41
}

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:hover,.list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724
}

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:hover,.list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460
}

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}

.list-group-item-warning.list-group-item-action:hover,.list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404
}

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb
}

.list-group-item-danger.list-group-item-action:hover,.list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:hover,.list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}

.list-group-item-dark.list-group-item-action:hover,.list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:hover,.close:focus {
    color: #000;
    text-decoration: none;
    opacity: .75
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    transform: translate(0,-25%)
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0,0);
    transform: translate(0,0)
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem
}

.modal-footer>:not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media(min-width: 576px) {
    .modal-dialog {
        max-width:500px;
        margin: 1.75rem auto
    }

    .modal-sm {
        max-width: 300px
    }
}

@media(min-width: 992px) {
    .modal-lg {
        max-width:800px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-top,.bs-tooltip-auto[x-placement^="top"] {
    padding: .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: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-right,.bs-tooltip-auto[x-placement^="right"] {
    padding: 0 .4rem
}

.bs-tooltip-right .arrow,.bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-right .arrow::before,.bs-tooltip-auto[x-placement^="right"] .arrow::before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-bottom,.bs-tooltip-auto[x-placement^="bottom"] {
    padding: .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 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-left,.bs-tooltip-auto[x-placement^="left"] {
    padding: 0 .4rem
}

.bs-tooltip-left .arrow,.bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-left .arrow::before,.bs-tooltip-auto[x-placement^="left"] .arrow::before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.popover .arrow::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: .5rem
}

.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: .5rem .5rem 0
}

.bs-popover-top .arrow::before,.bs-popover-auto[x-placement^="top"] .arrow::before {
    bottom: 0;
    border-top-color: rgba(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: .5rem
}

.bs-popover-right .arrow,.bs-popover-auto[x-placement^="right"] .arrow {
    width: .5rem;
    height: 1rem;
    margin: .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: .5rem .5rem .5rem 0
}

.bs-popover-right .arrow::before,.bs-popover-auto[x-placement^="right"] .arrow::before {
    left: 0;
    border-right-color: rgba(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: .5rem
}

.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 .5rem .5rem .5rem
}

.bs-popover-bottom .arrow::before,.bs-popover-auto[x-placement^="bottom"] .arrow::before {
    top: 0;
    border-bottom-color: rgba(0,0,0,.25)
}

.bs-popover-bottom .arrow::after,.bs-popover-auto[x-placement^="bottom"] .arrow::after {
    top: 1px;
    border-bottom-color: #fff
}

.bs-popover-bottom .popover-header::before,.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.bs-popover-left,.bs-popover-auto[x-placement^="left"] {
    margin-right: .5rem
}

.bs-popover-left .arrow,.bs-popover-auto[x-placement^="left"] .arrow {
    width: .5rem;
    height: 1rem;
    margin: .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: .5rem 0 .5rem .5rem
}

.bs-popover-left .arrow::before,.bs-popover-auto[x-placement^="left"] .arrow::before {
    right: 0;
    border-left-color: rgba(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: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease,-webkit-transform .6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.carousel-item.active,.carousel-item-next,.carousel-item-prev {
    display: block
}

.carousel-item-next,.carousel-item-prev {
    position: absolute;
    top: 0
}

.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

@supports((-webkit-transform-style: preserve-3d) or(transform-style:preserve-3d)) {
    .carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right {
        -webkit-transform:translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.carousel-item-next,.active.carousel-item-right {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

@supports((-webkit-transform-style: preserve-3d) or(transform-style:preserve-3d)) {
    .carousel-item-next,.active.carousel-item-right {
        -webkit-transform:translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

.carousel-item-prev,.active.carousel-item-left {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

@supports((-webkit-transform-style: preserve-3d) or(transform-style:preserve-3d)) {
    .carousel-item-prev,.active.carousel-item-left {
        -webkit-transform:translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

.carousel-control-prev,.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .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,%3Csvgxmlns=\'http://www.w3.org/2000/svg\'fill=\'%23fff\'viewBox=\'0088\'%3E%3Cpathd=\'M5.250l-44441.5-1.5-2.5-2.52.5-2.5-1.5-1.5z\'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvgxmlns=\'http://www.w3.org/2000/svg\'fill=\'%23fff\'viewBox=\'0088\'%3E%3Cpathd=\'M2.750l-1.51.52.52.5-2.52.51.51.54-4-4-4z\'/%3E%3C/svg%3E")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255,255,255,.5)
}

.carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators .active {
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #007bff !important
}

a.bg-primary: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: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.rounded-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media(min-width: 576px) {
    .d-sm-none {
        display:none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media(min-width: 768px) {
    .d-md-none {
        display:none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media(min-width: 992px) {
    .d-lg-none {
        display:none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media(min-width: 1200px) {
    .d-xl-none {
        display:none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive::before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9::before {
    padding-top: 42.857143%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

@media(min-width: 576px) {
    .flex-sm-row {
        -webkit-box-orient:horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media(min-width: 768px) {
    .flex-md-row {
        -webkit-box-orient:horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media(min-width: 992px) {
    .flex-lg-row {
        -webkit-box-orient:horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media(min-width: 1200px) {
    .flex-xl-row {
        -webkit-box-orient:horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media(min-width: 576px) {
    .float-sm-left {
        float:left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media(min-width: 768px) {
    .float-md-left {
        float:left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media(min-width: 992px) {
    .float-lg-left {
        float:left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media(min-width: 1200px) {
    .float-xl-left {
        float:left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@supports((position: -webkit-sticky) or(position:sticky)) {
    .sticky-top {
        position:-webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
    -webkit-clip-path: none;
    clip-path: none
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.m-0 {
    margin: 0 !important
}

.mt-0,.my-0 {
    margin-top: 0 !important
}

.mr-0,.mx-0 {
    margin-right: 0 !important
}

.mb-0,.my-0 {
    margin-bottom: 0 !important
}

.ml-0,.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,.my-1 {
    margin-top: .25rem !important
}

.mr-1,.mx-1 {
    margin-right: .25rem !important
}

.mb-1,.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,.my-2 {
    margin-top: .5rem !important
}

.mr-2,.mx-2 {
    margin-right: .5rem !important
}

.mb-2,.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,.my-3 {
    margin-top: 1rem !important
}

.mr-3,.mx-3 {
    margin-right: 1rem !important
}

.mb-3,.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,.my-5 {
    margin-top: 3rem !important
}

.mr-5,.mx-5 {
    margin-right: 3rem !important
}

.mb-5,.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,.py-0 {
    padding-top: 0 !important
}

.pr-0,.px-0 {
    padding-right: 0 !important
}

.pb-0,.py-0 {
    padding-bottom: 0 !important
}

.pl-0,.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,.py-1 {
    padding-top: .25rem !important
}

.pr-1,.px-1 {
    padding-right: .25rem !important
}

.pb-1,.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,.py-2 {
    padding-top: .5rem !important
}

.pr-2,.px-2 {
    padding-right: .5rem !important
}

.pb-2,.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,.py-3 {
    padding-top: 1rem !important
}

.pr-3,.px-3 {
    padding-right: 1rem !important
}

.pb-3,.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,.py-5 {
    padding-top: 3rem !important
}

.pr-5,.px-5 {
    padding-right: 3rem !important
}

.pb-5,.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,.px-5 {
    padding-left: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,.my-auto {
    margin-top: auto !important
}

.mr-auto,.mx-auto {
    margin-right: auto !important
}

.mb-auto,.my-auto {
    margin-bottom: auto !important
}

.ml-auto,.mx-auto {
    margin-left: auto !important
}

@media(min-width: 576px) {
    .m-sm-0 {
        margin:0 !important
    }

    .mt-sm-0,.my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0,.mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0,.my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0,.mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1,.my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1,.mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1,.my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1,.mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2,.my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2,.mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2,.my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2,.mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3,.my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3,.mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3,.my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3,.mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4,.my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4,.mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4,.my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4,.mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5,.my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5,.mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5,.my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5,.mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0,.py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0,.px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0,.py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0,.px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1,.py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1,.px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1,.py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1,.px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2,.py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2,.px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2,.py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2,.px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3,.py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3,.px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3,.py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3,.px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4,.py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4,.px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4,.py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4,.px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5,.py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5,.px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5,.py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5,.px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto,.my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto,.mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto,.my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto,.mx-sm-auto {
        margin-left: auto !important
    }
}

@media(min-width: 768px) {
    .m-md-0 {
        margin:0 !important
    }

    .mt-md-0,.my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0,.mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0,.my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0,.mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1,.my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1,.mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1,.my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1,.mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2,.my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2,.mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2,.my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2,.mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3,.my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3,.mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3,.my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3,.mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4,.my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4,.mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4,.my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4,.mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5,.my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5,.mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5,.my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5,.mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0,.py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0,.px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0,.py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0,.px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1,.py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1,.px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1,.py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1,.px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2,.py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2,.px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2,.py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2,.px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3,.py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3,.px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3,.py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3,.px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4,.py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4,.px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4,.py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4,.px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5,.py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5,.px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5,.py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5,.px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto,.my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto,.mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto,.my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto,.mx-md-auto {
        margin-left: auto !important
    }
}

@media(min-width: 992px) {
    .m-lg-0 {
        margin:0 !important
    }

    .mt-lg-0,.my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0,.mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0,.my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0,.mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1,.my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1,.mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1,.my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1,.mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2,.my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2,.mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2,.my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2,.mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3,.my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3,.mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3,.my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3,.mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4,.my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4,.mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4,.my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4,.mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5,.my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5,.mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5,.my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5,.mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0,.py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0,.px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0,.py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0,.px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1,.py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1,.px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1,.py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1,.px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2,.py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2,.px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2,.py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2,.px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3,.py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3,.px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3,.py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3,.px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4,.py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4,.px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4,.py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4,.px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5,.py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5,.px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5,.py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5,.px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto,.my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto,.mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto,.my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto,.mx-lg-auto {
        margin-left: auto !important
    }
}

@media(min-width: 1200px) {
    .m-xl-0 {
        margin:0 !important
    }

    .mt-xl-0,.my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0,.mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0,.my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0,.mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1,.my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1,.mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1,.my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1,.mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2,.my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2,.mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2,.my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2,.mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3,.my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3,.mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3,.my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3,.mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4,.my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4,.mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4,.my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4,.mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5,.my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5,.mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5,.my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5,.mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0,.py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0,.px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0,.py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0,.px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1,.py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1,.px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1,.py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1,.px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2,.py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2,.px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2,.py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2,.px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3,.py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3,.px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3,.py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3,.px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4,.py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4,.px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4,.py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4,.px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5,.py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5,.px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5,.py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5,.px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto,.my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto,.mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto,.my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto,.mx-xl-auto {
        margin-left: auto !important
    }
}

.text-justify {
    text-align: justify !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media(min-width: 576px) {
    .text-sm-left {
        text-align:left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media(min-width: 768px) {
    .text-md-left {
        text-align:left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media(min-width: 992px) {
    .text-lg-left {
        text-align:left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media(min-width: 1200px) {
    .text-xl-left {
        text-align:left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #007bff !important
}

a.text-primary:hover,a.text-primary:focus {
    color: #0062cc !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:hover,a.text-secondary:focus {
    color: #545b62 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:hover,a.text-success:focus {
    color: #1e7e34 !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:hover,a.text-info:focus {
    color: #117a8b !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:hover,a.text-warning:focus {
    color: #d39e00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:hover,a.text-danger:focus {
    color: #bd2130 !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:hover,a.text-light:focus {
    color: #dae0e5 !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:hover,a.text-dark:focus {
    color: #1d2124 !important
}

.text-muted {
    color: #6c757d !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {
    *,*::before,*::after {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]::after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    pre,blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr,img {
        page-break-inside: avoid
    }

    p,h2,h3 {
        orphans: 3;
        widows: 3
    }

    h2,h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body {
        min-width: 992px !important
    }

    .container {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,.table th {
        background-color: #fff !important
    }

    .table-bordered th,.table-bordered td {
        border: 1px solid #ddd !important
    }
}

.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;
    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;
    -webkit-transform: translate3d(0px,0,0);
}

.owl-carousel .owl-controls .owl-dot, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-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;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.owl-carousel .owl-rtl {
    direction: rtl;
}

.owl-carousel .owl-rtl .owl-item {
    float: right;
}

.no-js .owl-carousel {
    display: block;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("https://mpaneli.ru/assets/vendor/owlcarousel/new-owl/owl.video.play.png") no-repeat;
    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:hover {
    -webkit-transition: scale(1.3,1.3);
    -moz-transition: scale(1.3,1.3);
    -ms-transition: scale(1.3,1.3);
    -o-transition: scale(1.3,1.3);
    transition: scale(1.3,1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -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-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-controls .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none;
}

.owl-theme .owl-controls .owl-nav .disabled {
    opacity: .5;
    cursor: default;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0 !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-close,button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial,Baskerville,monospace
}

.mfp-close:hover,.mfp-close:focus {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:hover,.mfp-arrow:focus {
    opacity: 1
}

.mfp-arrow:before,.mfp-arrow:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0,0,0,.6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0,0,0,.6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width: 800px) and (orientation:landscape),screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left:0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0,0,0,.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0,0,0,.6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform:scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(31,38,94,.4);
        background-color: rgba(31,38,94,.4);
        color: #fff
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(31,38,94,0);
        background-color: rgba(31,38,94,0);
        color: #1f265e
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(31,38,94,0);
        background-color: rgba(31,38,94,0);
        color: #1f265e
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(31,38,94,.4);
        box-shadow: 0 0 0 0 rgba(31,38,94,.4);
        background-color: rgba(31,38,94,.4);
        color: #fff
    }

    70% {
        -moz-box-shadow: 0 0 0 10px rgba(31,38,94,0);
        box-shadow: 0 0 0 10px rgba(31,38,94,0);
        background-color: rgba(31,38,94,0);
        color: #1f265e
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(31,38,94,0);
        box-shadow: 0 0 0 0 rgba(31,38,94,0);
        background-color: rgba(31,38,94,0);
        color: #1f265e
    }
}

#visial-widget-panel.row {
    margin-right: 0;
    margin-left: 0
}

#visial-widget-panel.row table td {
    vertical-align: middle
}

.visial-widget-panel ul.visial-widget-panel-link {
    background-color: #dbe4ed;
    font-size: 11px;
    border-radius: 4px;
    padding: 15px 0 16px;
    margin: 0 0 18px;
    width: 160px
}

.visial-widget-panel ul.visial-widget-panel-link li {
    text-align: center;
    line-height: 22px
}

.visial-widget-panel ul.visial-widget-panel-link.thumbs-profile-list li {
    margin-bottom: 10px
}

.visial-widget-panel ul.visial-widget-panel-link.thumbs-profile-list li:last-child {
    margin-bottom: 0
}

.visial-widget-panel .visial-widget-panel-link {
    cursor: pointer
}

.visial-widget-panel ul.visial-widget-panel-link a {
    padding: 5px 15px;
    text-decoration: underline
}

.visial-widget-panel ul.visial-widget-panel-link.reset-padding a {
    padding: 0
}

.visial-widget-panel ul.visial-widget-panel-link.thumbs-profile-list li a {
    text-decoration: none;
    color: #000
}

.visial-widget-panel ul.visial-widget-panel-link a.strong {
    font-weight: 700;
    color: #333;
    text-decoration: none
}

.visial-widget-panel ul.visial-widget-panel-link div {
    display: block
}

.visial-widget-panel ul.visial-widget-panel-link img.active {
    padding: 5px;
    background-color: #4b5964;
    border-radius: 10px
}

.visial-widget-panel ul.visial-widget-panel-link a.active {
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    background-color: #4b5964;
    border-radius: 10px
}

.visial-widget-panel ul.visial-widget-panel-color {
    background-color: #dbe4ed;
    padding-top: 10px;
    padding-right: 5px;
    padding-left: 5px;
    border-radius: 4px;
    padding-bottom: 5px;
    width: 130px
}

.visial-widget-panel ul.visial-widget-panel-color.profile-color {
    background-color: transparent;
    list-style: none;
    padding: 0;
    padding: 0;
    margin: 0;
    font-size: 0;
    width: auto;
    -webkit-border-radius: 0;
    border-radius: 0
}

.visial-widget-panel ul.visial-widget-panel-color li {
    padding-right: 1px;
    padding-left: 1px
}

.visial-widget-panel ul.visial-widget-panel-color.profile-color li {
    display: inline-block;
    padding-right: 0;
    padding-left: 0
}

.visial-widget-panel ul.visial-widget-panel-color a {
    display: inline-block;
    width: 38px;
    line-height: 30px;
    text-align: center;
    font-size: 11px;
    text-decoration: none;
    color: #fff;
    margin-right: -3px;
    padding-top: 4px;
    -webkit-background-clip: content-box;
    -moz-background-clip: content-box;
    background-clip: content-box;
    margin-bottom: 8px;
    border-top: 5px solid transparent
}

.visial-widget-panel ul.visial-widget-panel-color.profile-color li a {
    width: 59px;
    height: 42px;
    line-height: 42px;
    border: 0;
    margin-bottom: 0;
    margin-right: 0;
    padding-top: 0
}

.visial-widget-panel ul.visial-widget-panel-color .active {
    border-top: 5px solid #000
}

.visial-widget-panel ul.visial-widget-panel-color.profile-color li a.active {
    border: 0;
    font-weight: 700;
    -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,.5) inset;
    box-shadow: 0 0 8px 0 rgba(0,0,0,.5) inset
}

.visial-widget-panel .visial-widget-panel-color .font-black {
    color: #333
}

.visial-widget-panel .thumbnail {
    border: 0;
    background-color: transparent
}

.col-bg {
    background-color: #f6f6f6;
    padding-top: 16px;
    padding-bottom: 16px
}

.wrap-controls-choise {
    padding-top: 16px
}

.visial-widget-panel .tree-d-view {
    float: left;
    position: relative;
    left: 15px;
    background-color: #dbe4ed;
    padding: 5px 10px;
    border-radius: 4px
}

.visial-widget-panel .tree-d-view.tree-d-view_mb-gap {
    margin-bottom: 20px
}

.visial-widget-panel {
    margin-bottom: 35px
}

.visial-widget-panel:last-child {
    margin-bottom: 0
}

.visial-widget-panel .img-interactive {
    top: 50px;
    position: relative
}

.visial-widget-panel .img-interactive.reset-top {
    top: 0
}

.visial-widget-panel .img-interactive img {
    display: block
}

.list-product-options ul li a,.list-product-options ul li span {
    display: block;
    color: #464c96;
    text-decoration: none;
    padding: 7px 15px;
    text-align: left;
    cursor: pointer
}

.list-product-options ul li a:hover,.list-product-options ul li span:hover {
    text-decoration: underline
}

.list-product-options ul li.current a,.list-product-options ul li.current span {
    background-color: #0075c5;
    color: #fff
}

.btn-cricket {
    display: inline-block;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 6px 16px;
    background-color: #1f265e;
    text-decoration: none;
    color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 130px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid transparent
}

.btn-cricket.flash {
    border-color: #1f265e;
    animation: pulse 2s infinite
}

.btn-cricket:hover {
    background-color: #2e3885;
    text-decoration: none;
    color: #fff
}

.list-product-options {
    position: relative;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 6px 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #333
}

.list-product-options__current {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 30px
}

.list-product-options__current:after {
    content: "";
    position: absolute;
    right: 3px;
    top: 8px;
    width: 7px;
    height: 7px;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.list-product-options__current.open+ul {
    -webkit-transform: scale(1,1);
    transform: scale(1,1)
}

.list-product-options ul {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background-color: #fff;
    padding: 0;
    margin: 0;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.5);
    box-shadow: 0 0 5px rgba(0,0,0,.5);
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
    transform-origin: top;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
    max-height: 150px;
    overflow-y: auto
}

.wrap-list-product-options {
    margin-bottom: 15px
}

@media screen and (min-width: 768px) {
    .visial-widget-panel ul.visial-widget-panel-color {
        margin-right:20px
    }

    .btn-cricket {
        float: right;
        margin-right: 20px
    }

    #visial-widget-panel {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -moz-flex-direction: horizontal;
        -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    #visial-widget-panel .table {
        margin-bottom: 0
    }

    .visial-widget-panel ul.visial-widget-panel-color.profile-color li a {
        width: 59px;
        height: 62px;
        line-height: 62px
    }

    .wrap-list-product-options {
        padding-left: 20px;
        padding-right: 24px;
        display: inline-block;
        margin-bottom: 0
    }

    .wrap-list-production {
        text-align: right
    }
}

@media screen and (min-width: 1024px) {
    .visial-widget-panel ul.visial-widget-panel-color {
        float:right
    }
}

.prim_send_text {
    margin-bottom: 20px
}

.the_new,.adapt_menu,.adapt_menu2 {
    display: none
}

#menu {
    display: none
}

.modal-dialog {
    z-index: 1050
}

.mm-menu,.mm-panels,.mm-panels>.mm-panel {
    margin: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    box-sizing: border-box
}

.mm-btn,.mm-menu {
    box-sizing: border-box
}

.mm-listview a,.mm-listview a:hover,.mm-navbar a,.mm-navbar a:hover {
    text-decoration: none
}

.mm-hidden {
    display: none !important
}

.mm-menu,.mm-panels>.mm-panel:not(.mm-hidden) {
    display: block
}

.mm-wrapper {
    overflow-x: hidden;
    position: relative
}

.mm-menu {
    padding: 0;
    position: absolute
}

.mm-panels,.mm-panels>.mm-panel {
    background: inherit;
    border-color: inherit;
    position: absolute
}

.mm-btn,.mm-panel.mm-highest {
    z-index: 1
}

.mm-panels {
    overflow: hidden
}

.mm-panel {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease,-webkit-transform .4s ease;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0)
}

.mm-panel.mm-opened {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.mm-panel.mm-subopened {
    -webkit-transform: translate3d(-30%,0,0);
    transform: translate3d(-30%,0,0)
}

.mm-panels>.mm-panel {
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 20px
}

.mm-listview .mm-divider,.mm-listview>li>a,.mm-listview>li>span,.mm-navbar .mm-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.mm-panels>.mm-panel.mm-hasnavbar {
    padding-top: 40px
}

.mm-panels>.mm-panel:after,.mm-panels>.mm-panel:before {
    content: "";
    display: block;
    height: 20px
}

.mm-vertical .mm-panel {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important
}

.mm-listview .mm-vertical .mm-panel,.mm-vertical .mm-listview .mm-panel {
    display: none;
    padding: 10px 0 10px 10px
}

.mm-listview .mm-vertical .mm-panel .mm-listview>li:last-child:after,.mm-vertical .mm-listview .mm-panel .mm-listview>li:last-child:after {
    border-color: transparent
}

.mm-vertical li.mm-opened>.mm-panel,li.mm-vertical.mm-opened>.mm-panel {
    display: block
}

.mm-listview>li.mm-vertical>.mm-next,.mm-vertical .mm-listview>li>.mm-next {
    height: 40px;
    bottom: auto
}

.mm-listview>li.mm-vertical>.mm-next:after,.mm-vertical .mm-listview>li>.mm-next:after {
    top: 16px;
    bottom: auto
}

.mm-listview>li.mm-vertical.mm-opened>.mm-next:after,.mm-vertical .mm-listview>li.mm-opened>.mm-next:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 19px
}

.mm-btn {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0
}

.mm-clear:after,.mm-clear:before,.mm-close:after,.mm-close:before {
    content: "";
    border: 2px solid transparent;
    display: block;
    width: 5px;
    height: 5px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.mm-clear:before,.mm-close:before {
    border-right: 0;
    border-bottom: 0;
    right: 18px
}

.mm-clear:after,.mm-close:after {
    border-left: 0;
    border-top: 0;
    right: 25px
}

.mm-arrow:after,.mm-next:after,.mm-prev:before {
    content: "";
    border: 2px solid transparent;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.mm-prev:before {
    border-right: 0;
    border-bottom: 0;
    left: 23px
}

.mm-arrow:after,.mm-next:after {
    border-top: 0;
    border-left: 0;
    right: 23px
}

.mm-navbar {
    border-bottom: 1px solid;
    border-color: inherit;
    text-align: center;
    line-height: 20px;
    height: 40px;
    padding: 0 40px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.mm-navbar>* {
    display: block;
    padding: 10px 0
}

.mm-navbar .mm-btn:first-child {
    padding-left: 20px;
    left: 0
}

.mm-navbar .mm-btn:last-child {
    text-align: right;
    padding-right: 20px;
    right: 0
}

.mm-panel .mm-navbar {
    display: none
}

.mm-panel.mm-hasnavbar .mm-navbar {
    display: block
}

.mm-listview,.mm-listview>li {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0
}

.mm-listview {
    font: inherit;
    font-size: 14px;
    line-height: 20px
}

.mm-listview>li {
    position: relative
}

.mm-listview>li,.mm-listview>li .mm-next,.mm-listview>li .mm-next:before,.mm-listview>li:after {
    border-color: inherit
}

.mm-listview>li>a,.mm-listview>li>span {
    color: inherit;
    display: block;
    padding: 10px 10px 10px 20px;
    margin: 0
}

.mm-listview>li>a.mm-arrow,.mm-listview>li>span.mm-arrow {
    padding-right: 50px
}

.mm-listview>li:not(.mm-divider):after {
    content: "";
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 20px
}

.mm-listview .mm-next {
    background: rgba(3,2,1,0);
    width: 50px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2
}

.mm-listview .mm-next:before {
    content: "";
    border-left-width: 1px;
    border-left-style: solid;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0
}

.mm-listview .mm-next+a,.mm-listview .mm-next+span {
    margin-right: 50px
}

.mm-listview .mm-next.mm-fullsubopen {
    width: 100%
}

.mm-listview .mm-next.mm-fullsubopen:before {
    border-left: 0
}

.mm-listview .mm-next.mm-fullsubopen+a,.mm-listview .mm-next.mm-fullsubopen+span {
    padding-right: 50px;
    margin-right: 0
}

.mm-panels>.mm-panel>.mm-listview {
    margin: 20px -20px
}

.mm-panels>.mm-panel>.mm-listview:first-child,.mm-panels>.mm-panel>.mm-navbar+.mm-listview {
    margin-top: -20px
}

.mm-listview .mm-inset {
    list-style: disc inside;
    padding: 0 10px 15px 40px;
    margin: 0
}

.mm-listview .mm-inset>li {
    padding: 5px 0
}

.mm-listview .mm-divider {
    font-size: 10px;
    text-transform: uppercase;
    text-indent: 20px;
    line-height: 25px
}

.mm-listview .mm-spacer {
    padding-top: 40px
}

.mm-listview .mm-spacer>.mm-next {
    top: 40px
}

.mm-listview .mm-spacer.mm-divider {
    padding-top: 25px
}

.mm-menu {
    background: #08c;
    border-color: rgba(0,0,0,.1);
    color: #fff
}

.mm-menu .mm-navbar a,.mm-menu .mm-navbar>* {
    color: #fff
}

.mm-menu .mm-btn:after,.mm-menu .mm-btn:before {
    border-color: rgba(0,0,0,.3)
}

.mm-menu .mm-listview {
    border-color: rgba(0,0,0,.1)
}

.mm-menu .mm-listview>li .mm-arrow:after,.mm-menu .mm-listview>li .mm-next:after {
    border-color: rgba(0,0,0,.3)
}

.mm-menu .mm-listview>li a:not(.mm-next) {
    -webkit-tap-highlight-color: rgba(255,255,255,.5);
    tap-highlight-color: rgba(255,255,255,.5)
}

.mm-menu .mm-listview>li.mm-selected>a:not(.mm-next),.mm-menu .mm-listview>li.mm-selected>span {
    background: rgba(255,255,255,.5)
}

.mm-menu .mm-divider,.mm-menu .mm-listview>li.mm-opened.mm-vertical>.mm-panel,.mm-menu .mm-listview>li.mm-opened.mm-vertical>a.mm-next,.mm-menu.mm-vertical .mm-listview>li.mm-opened>.mm-panel,.mm-menu.mm-vertical .mm-listview>li.mm-opened>a.mm-next {
    background: rgba(0,0,0,.05)
}

.mm-page {
    box-sizing: border-box
}

.mm-slideout {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease,-webkit-transform .4s ease
}

html.mm-opened {
    overflow-x: hidden;
    position: relative
}

html.mm-blocking,html.mm-blocking body {
    overflow: hidden
}

html.mm-background .mm-page {
    background: inherit
}

#mm-blocker {
    background: rgba(3,2,1,0);
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2
}

html.mm-blocking #mm-blocker {
    display: block
}

.mm-menu.mm-offcanvas {
    z-index: 0;
    display: none;
    position: fixed
}

.mm-menu.mm-offcanvas.mm-current {
    display: block
}

.mm-menu {
    width: 80%;
    min-width: 140px;
    max-width: 440px
}

html.mm-opening .mm-slideout {
    -webkit-transform: translate3d(80%,0,0);
    transform: translate3d(80%,0,0)
}

@media all and (max-width: 175px) {
    html.mm-opening .mm-slideout {
        -webkit-transform:translate3d(140px,0,0);
        transform: translate3d(140px,0,0)
    }
}

@media all and (min-width: 550px) {
    html.mm-opening .mm-slideout {
        -webkit-transform:translate3d(440px,0,0);
        transform: translate3d(440px,0,0)
    }
}

.mm-menu.mm-autoheight.mm-bottom,.mm-menu.mm-autoheight.mm-top {
    max-height: 80%
}

.mm-menu.mm-autoheight.mm-bottom.mm-fullscreen,.mm-menu.mm-autoheight.mm-top.mm-fullscreen {
    max-height: 100%
}

.mm-menu.mm-measureheight .mm-panel {
    display: block !important
}

.mm-menu.mm-measureheight>.mm-panels>.mm-panel {
    bottom: auto !important;
    height: auto !important
}

.mm-menu.mm-columns {
    -webkit-transition-property: width,max-width,-webkit-transform;
    transition-property: width,max-width,-webkit-transform;
    transition-property: transform,width,max-width;
    transition-property: transform,width,max-width,-webkit-transform
}

.mm-menu.mm-columns .mm-panels>.mm-panel {
    width: 100%;
    right: auto;
    display: none;
    -webkit-transition-property: width,-webkit-transform;
    transition-property: width,-webkit-transform;
    transition-property: transform,width;
    transition-property: transform,width,-webkit-transform
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened {
    border-right: 1px solid;
    border-color: inherit;
    display: block;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-subopened {
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    z-index: 2
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-0 {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-0 {
    display: block;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0)
}

.mm-menu.mm-columns-0 {
    width: 80%;
    min-width: 140px;
    max-width: 0
}

html.mm-opening.mm-columns-0 .mm-slideout {
    -webkit-transform: translate3d(80%,0,0);
    transform: translate3d(80%,0,0)
}

@media all and (max-width: 175px) {
    html.mm-opening.mm-columns-0 .mm-slideout {
        -webkit-transform:translate3d(140px,0,0);
        transform: translate3d(140px,0,0)
    }
}

@media all and (min-width: 0) {
    html.mm-opening.mm-columns-0 .mm-slideout {
        -webkit-transform:translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-1 {
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0)
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-1 {
    display: block;
    -webkit-transform: translate3d(200%,0,0);
    transform: translate3d(200%,0,0)
}

.mm-menu.mm-columns-1 {
    width: 80%;
    min-width: 140px;
    max-width: 440px
}

html.mm-opening.mm-columns-1 .mm-slideout {
    -webkit-transform: translate3d(80%,0,0);
    transform: translate3d(80%,0,0)
}

@media all and (max-width: 175px) {
    html.mm-opening.mm-columns-1 .mm-slideout {
        -webkit-transform:translate3d(140px,0,0);
        transform: translate3d(140px,0,0)
    }
}

@media all and (min-width: 550px) {
    html.mm-opening.mm-columns-1 .mm-slideout {
        -webkit-transform:translate3d(440px,0,0);
        transform: translate3d(440px,0,0)
    }
}

.mm-menu.mm-columns-1 .mm-panels>.mm-panel {
    width: 100%
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-2 {
    -webkit-transform: translate3d(200%,0,0);
    transform: translate3d(200%,0,0)
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-2 {
    display: block;
    -webkit-transform: translate3d(300%,0,0);
    transform: translate3d(300%,0,0)
}

.mm-menu.mm-columns-2 {
    width: 80%;
    min-width: 140px;
    max-width: 880px
}

html.mm-opening.mm-columns-2 .mm-slideout {
    -webkit-transform: translate3d(80%,0,0);
    transform: translate3d(80%,0,0)
}

@media all and (max-width: 175px) {
    html.mm-opening.mm-columns-2 .mm-slideout {
        -webkit-transform:translate3d(140px,0,0);
        transform: translate3d(140px,0,0)
    }
}

@media all and (min-width: 1100px) {
    html.mm-opening.mm-columns-2 .mm-slideout {
        -webkit-transform:translate3d(880px,0,0);
        transform: translate3d(880px,0,0)
    }
}

.mm-menu.mm-columns-2 .mm-panels>.mm-panel {
    width: 50%
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-3 {
    -webkit-transform: translate3d(300%,0,0);
    transform: translate3d(300%,0,0)
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-3 {
    display: block;
    -webkit-transform: translate3d(400%,0,0);
    transform: translate3d(400%,0,0)
}

.mm-menu.mm-columns-3 {
    width: 80%;
    min-width: 140px;
    max-width: 1320px
}

html.mm-opening.mm-columns-3 .mm-slideout {
    -webkit-transform: translate3d(80%,0,0);
    transform: translate3d(80%,0,0)
}

@media all and (max-width: 175px) {
    html.mm-opening.mm-columns-3 .mm-slideout {
        -webkit-transform:translate3d(140px,0,0);
        transform: translate3d(140px,0,0)
    }
}

@media all and (min-width: 1650px) {
    html.mm-opening.mm-columns-3 .mm-slideout {
        -webkit-transform:translate3d(1320px,0,0);
        transform: translate3d(1320px,0,0)
    }
}

.mm-menu.mm-columns-3 .mm-panels>.mm-panel {
    width: 33.34%
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-4 {
    -webkit-transform: translate3d(400%,0,0);
    transform: translate3d(400%,0,0)
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-4 {
    display: block;
    -webkit-transform: translate3d(500%,0,0);
    transform: translate3d(500%,0,0)
}

.mm-menu.mm-columns-4 {
    width: 80%;
    min-width: 140px;
    max-width: 1760px
}

html.mm-opening.mm-columns-4 .mm-slideout {
    -webkit-transform: translate3d(80%,0,0);
    transform: translate3d(80%,0,0)
}

@media all and (max-width: 175px) {
    html.mm-opening.mm-columns-4 .mm-slideout {
        -webkit-transform:translate3d(140px,0,0);
        transform: translate3d(140px,0,0)
    }
}

@media all and (min-width: 2200px) {
    html.mm-opening.mm-columns-4 .mm-slideout {
        -webkit-transform:translate3d(1760px,0,0);
        transform: translate3d(1760px,0,0)
    }
}

.mm-menu.mm-columns-4 .mm-panels>.mm-panel {
    width: 25%
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-5 {
    -webkit-transform: translate3d(500%,0,0);
    transform: translate3d(500%,0,0)
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-5 {
    display: block;
    -webkit-transform: translate3d(600%,0,0);
    transform: translate3d(600%,0,0)
}

.mm-menu.mm-columns-5 {
    width: 80%;
    min-width: 140px;
    max-width: 2200px
}

html.mm-opening.mm-columns-5 .mm-slideout {
    -webkit-transform: translate3d(80%,0,0);
    transform: translate3d(80%,0,0)
}

@media all and (max-width: 175px) {
    html.mm-opening.mm-columns-5 .mm-slideout {
        -webkit-transform:translate3d(140px,0,0);
        transform: translate3d(140px,0,0)
    }
}

@media all and (min-width: 2750px) {
    html.mm-opening.mm-columns-5 .mm-slideout {
        -webkit-transform:translate3d(2200px,0,0);
        transform: translate3d(2200px,0,0)
    }
}

.mm-menu.mm-columns-5 .mm-panels>.mm-panel {
    width: 20%
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-6 {
    -webkit-transform: translate3d(600%,0,0);
    transform: translate3d(600%,0,0)
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-6 {
    display: block;
    -webkit-transform: translate3d(700%,0,0);
    transform: translate3d(700%,0,0)
}

.mm-menu.mm-columns-6 {
    width: 80%;
    min-width: 140px;
    max-width: 2640px
}

html.mm-opening.mm-columns-6 .mm-slideout {
    -webkit-transform: translate3d(80%,0,0);
    transform: translate3d(80%,0,0)
}

@media all and (max-width: 175px) {
    html.mm-opening.mm-columns-6 .mm-slideout {
        -webkit-transform:translate3d(140px,0,0);
        transform: translate3d(140px,0,0)
    }
}

@media all and (min-width: 3300px) {
    html.mm-opening.mm-columns-6 .mm-slideout {
        -webkit-transform:translate3d(2640px,0,0);
        transform: translate3d(2640px,0,0)
    }
}

.mm-menu.mm-columns-6 .mm-panels>.mm-panel {
    width: 16.67%
}

em.mm-counter {
    font: inherit;
    font-size: 14px;
    font-style: normal;
    text-indent: 0;
    line-height: 20px;
    display: block;
    margin-top: -10px;
    position: absolute;
    right: 45px;
    top: 50%
}

em.mm-counter+a.mm-next {
    width: 90px
}

em.mm-counter+a.mm-next+a,em.mm-counter+a.mm-next+span {
    margin-right: 90px
}

em.mm-counter+a.mm-fullsubopen {
    padding-left: 0
}

.mm-vertical>.mm-counter {
    top: 12px;
    margin-top: 0
}

.mm-vertical.mm-spacer>.mm-counter {
    margin-top: 40px
}

.mm-nosubresults>.mm-counter {
    display: none
}

.mm-menu em.mm-counter {
    color: rgba(0,0,0,.3)
}

.mm-divider>span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0;
    line-height: 25px
}

.mm-divider.mm-opened a.mm-next:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.mm-collapsed:not(.mm-uncollapsed) {
    display: none
}

.mm-fixeddivider {
    background: inherit;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.mm-fixeddivider:after {
    content: none !important;
    display: none !important
}

.mm-hasdividers .mm-fixeddivider {
    display: block
}

.mm-menu .mm-fixeddivider span {
    background: rgba(0,0,0,.05)
}

html.mm-opened.mm-dragging .mm-menu,html.mm-opened.mm-dragging .mm-slideout {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
}

.mm-menu.mm-dropdown {
    box-shadow: 0 2px 10px rgba(0,0,0,.3);
    height: 80%
}

html.mm-dropdown .mm-slideout {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    z-index: 0
}

html.mm-dropdown #mm-blocker {
    -webkit-transition-delay: 0s !important;
    transition-delay: 0s !important;
    z-index: 1
}

html.mm-dropdown .mm-menu {
    z-index: 2
}

html.mm-dropdown.mm-opened:not(.mm-opening) .mm-menu {
    display: none
}

.mm-menu.mm-tip:before {
    content: "";
    background: inherit;
    box-shadow: 0 2px 10px rgba(0,0,0,.3);
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    z-index: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.mm-menu.mm-tipleft:before {
    left: 22px
}

.mm-menu.mm-tipright:before {
    right: 22px
}

.mm-menu.mm-tiptop:before {
    top: -8px
}

.mm-menu.mm-tipbottom:before {
    bottom: -8px
}

.mm-iconpanel .mm-panel {
    -webkit-transition-property: left,-webkit-transform;
    transition-property: left,-webkit-transform;
    transition-property: transform,left;
    transition-property: transform,left,-webkit-transform
}

.mm-iconpanel .mm-panel.mm-opened {
    border-left: 1px solid;
    border-color: inherit
}

.mm-iconpanel .mm-panel.mm-subopened {
    overflow-y: hidden;
    left: -40px;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.mm-iconpanel .mm-panel.mm-iconpanel-0 {
    left: 0
}

.mm-iconpanel .mm-panel.mm-iconpanel-1 {
    left: 40px
}

.mm-iconpanel .mm-panel.mm-iconpanel-2 {
    left: 80px
}

.mm-iconpanel .mm-panel.mm-iconpanel-3 {
    left: 120px
}

.mm-iconpanel .mm-panel.mm-iconpanel-4 {
    left: 160px
}

.mm-iconpanel .mm-panel.mm-iconpanel-5 {
    left: 200px
}

.mm-iconpanel .mm-panel.mm-iconpanel-6 {
    left: 240px
}

.mm-subblocker {
    background: inherit;
    opacity: 0;
    display: block;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.mm-subopened .mm-subblocker {
    opacity: .6;
    position: absolute;
    top: 0;
    right: 0;
    bottom: -100000px;
    left: 0;
    z-index: 3
}

.mm-navbar-bottom,.mm-navbar-top~.mm-navbar-top {
    border-bottom: 0
}

.mm-menu>.mm-navbar {
    background: inherit;
    padding: 0;
    z-index: 3;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.mm-navbar-bottom {
    border-top-width: 1px;
    border-top-style: solid;
    top: auto;
    bottom: 0
}

.mm-navbar-bottom~.mm-navbar-bottom {
    border-top: 0
}

.mm-navbar.mm-hasbtns {
    padding: 0 40px
}

.mm-navbar[class*=mm-navbar-content-]>* {
    box-sizing: border-box;
    display: block;
    float: left
}

.mm-navbar .mm-breadcrumbs {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    text-align: left;
    padding: 0 0 0 17px
}

.mm-navbar .mm-breadcrumbs>* {
    display: inline-block;
    padding: 10px 3px
}

.mm-navbar .mm-breadcrumbs>a {
    text-decoration: underline
}

.mm-navbar.mm-hasbtns .mm-breadcrumbs {
    margin-left: -40px
}

.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden)+.mm-breadcrumbs {
    margin-left: 0;
    padding-left: 0
}

.mm-navbar-top-1 {
    top: 0
}

.mm-hasnavbar-top-1 .mm-panels,.mm-navbar-top-2 {
    top: 40px
}

.mm-hasnavbar-top-2 .mm-panels,.mm-navbar-top-3 {
    top: 80px
}

.mm-hasnavbar-top-3 .mm-panels,.mm-navbar-top-4 {
    top: 120px
}

.mm-hasnavbar-top-4 .mm-panels {
    top: 160px
}

.mm-navbar-bottom-1 {
    bottom: 0
}

.mm-hasnavbar-bottom-1 .mm-panels,.mm-navbar-bottom-2 {
    bottom: 40px
}

.mm-hasnavbar-bottom-2 .mm-panels,.mm-navbar-bottom-3 {
    bottom: 80px
}

.mm-hasnavbar-bottom-3 .mm-panels,.mm-navbar-bottom-4 {
    bottom: 120px
}

.mm-hasnavbar-bottom-4 .mm-panels {
    bottom: 160px
}

.mm-navbar-size-2 {
    height: 80px
}

.mm-navbar-size-3 {
    height: 120px
}

.mm-navbar-size-4 {
    height: 160px
}

.mm-navbar-content-2>* {
    width: 50%
}

.mm-navbar-content-3>* {
    width: 33.33%
}

.mm-navbar-content-4>* {
    width: 25%
}

.mm-navbar-content-5>* {
    width: 20%
}

.mm-navbar-content-6>* {
    width: 16.67%
}

.mm-sronly {
    text-indent: 10px;
    overflow: hidden;
    display: block;
    width: 1px;
    height: 1px;
    position: absolute;
    z-index: -1
}

.mm-search,.mm-search input {
    box-sizing: border-box
}

.mm-search {
    height: 40px;
    padding: 7px 10px 0;
    position: relative
}

.mm-search input {
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    border-radius: 26px;
    font: inherit;
    font-size: 14px;
    line-height: 26px;
    display: block;
    width: 100%;
    height: 26px;
    min-height: 26px;
    max-height: 26px;
    margin: 0;
    padding: 0 10px
}

.mm-search input::-ms-clear {
    display: none
}

.mm-search .mm-clear,.mm-search .mm-next {
    right: 0
}

.mm-panel>.mm-search {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.mm-panel.mm-hassearch {
    padding-top: 40px
}

.mm-panel.mm-hassearch.mm-hasnavbar {
    padding-top: 80px
}

.mm-panel.mm-hassearch.mm-hasnavbar .mm-search {
    top: 40px
}

.mm-noresultsmsg {
    text-align: center;
    font-size: 21px;
    padding: 40px 0
}

.mm-noresults .mm-indexer {
    display: none !important
}

li.mm-nosubresults>a.mm-next {
    display: none
}

li.mm-nosubresults>a.mm-next+a,li.mm-nosubresults>a.mm-next+span {
    padding-right: 10px
}

.mm-panels>.mm-resultspanel:not(.mm-opened) {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.mm-menu .mm-search input {
    background: rgba(0,0,0,.05);
    color: rgba(0,0,0,.7)
}

.mm-menu .mm-noresultsmsg {
    color: rgba(0,0,0,.3)
}

.mm-indexer {
    background: inherit;
    text-align: center;
    font-size: 12px;
    box-sizing: border-box;
    width: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -100px;
    z-index: 3;
    -webkit-transition: right .4s ease;
    transition: right .4s ease;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.mm-indexer a {
    text-decoration: none;
    display: block;
    height: 3.85%
}

.mm-indexer~.mm-panel.mm-hasindexer {
    padding-right: 40px
}

.mm-hasindexer .mm-indexer {
    right: 0
}

.mm-hasindexer .mm-fixeddivider {
    right: 20px
}

.mm-menu .mm-indexer a {
    color: rgba(0,0,0,.3)
}

.mm-menu.mm-hoverselected .mm-listview>li>a.mm-fullsubopen+a,.mm-menu.mm-hoverselected .mm-listview>li>a.mm-fullsubopen+span,.mm-menu.mm-hoverselected .mm-listview>li>a:not(.mm-fullsubopen),.mm-menu.mm-parentselected .mm-listview>li>a.mm-fullsubopen+a,.mm-menu.mm-parentselected .mm-listview>li>a.mm-fullsubopen+span,.mm-menu.mm-parentselected .mm-listview>li>a:not(.mm-fullsubopen) {
    -webkit-transition: background .4s ease;
    transition: background .4s ease
}

.mm-menu.mm-hoverselected .mm-listview>li>a.mm-fullsubopen:hover+span,.mm-menu.mm-hoverselected .mm-listview>li>a:not(.mm-fullsubopen):hover,.mm-menu.mm-parentselected .mm-listview>li>a.mm-selected.mm-fullsubopen+a,.mm-menu.mm-parentselected .mm-listview>li>a.mm-selected.mm-fullsubopen+span,.mm-menu.mm-parentselected .mm-listview>li>a.mm-selected:not(.mm-fullsubopen) {
    background: rgba(255,255,255,.5)
}

input.mm-check,input.mm-toggle {
    position: absolute;
    left: -10000px
}

label.mm-check,label.mm-toggle {
    margin: 0;
    position: absolute;
    top: 50%;
    z-index: 2;
    right: 20px
}

label.mm-check:before,label.mm-toggle:before {
    content: "";
    display: block
}

label.mm-toggle {
    border-radius: 30px;
    width: 50px;
    height: 30px;
    margin-top: -15px
}

label.mm-toggle:before {
    border-radius: 30px;
    width: 28px;
    height: 28px;
    margin: 1px
}

input.mm-toggle:checked~label.mm-toggle:before {
    float: right
}

label.mm-check {
    width: 30px;
    height: 30px;
    margin-top: -15px
}

label.mm-check:before {
    border-left: 3px solid;
    border-bottom: 3px solid;
    width: 40%;
    height: 20%;
    margin: 25% 0 0 20%;
    opacity: .1;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

input.mm-check:checked~label.mm-check:before {
    opacity: 1
}

li.mm-vertical label.mm-check,li.mm-vertical label.mm-toggle {
    bottom: auto;
    margin-top: 0;
    top: 5px
}

label.mm-toggle+a,label.mm-toggle+span {
    padding-right: 80px
}

label.mm-check+a,label.mm-check+span {
    padding-right: 60px
}

a.mm-next+label.mm-check,a.mm-next+label.mm-toggle {
    right: 60px
}

a.mm-next+label.mm-check+a,a.mm-next+label.mm-check+span,a.mm-next+label.mm-toggle+a,a.mm-next+label.mm-toggle+span {
    margin-right: 50px
}

a.mm-next+label.mm-toggle+a,a.mm-next+label.mm-toggle+span {
    padding-right: 70px
}

a.mm-next+label.mm-check+a,a.mm-next+label.mm-check+span {
    padding-right: 50px
}

em.mm-counter+a.mm-next+label.mm-check,em.mm-counter+a.mm-next+label.mm-toggle {
    right: 100px
}

em.mm-counter+a.mm-next+label.mm-check+a,em.mm-counter+a.mm-next+label.mm-check+span,em.mm-counter+a.mm-next+label.mm-toggle+a,em.mm-counter+a.mm-next+label.mm-toggle+span {
    margin-right: 90px
}

.mm-menu label.mm-toggle {
    background: rgba(0,0,0,.1)
}

.mm-menu label.mm-toggle:before {
    background: #f3f3f3
}

.mm-menu input.mm-toggle:checked~label.mm-toggle {
    background: #4bd963
}

.mm-menu label.mm-check:before {
    border-color: rgba(0,0,0,.7)
}

.mm-listview.mm-border-none>li:after,.mm-menu.mm-border-none .mm-listview>li:after {
    content: none
}

.mm-listview.mm-border-full>li:after,.mm-menu.mm-border-full .mm-listview>li:after {
    left: 0 !important
}

.mm-listview.mm-border-offset>li:after,.mm-menu.mm-border-offset .mm-listview>li:after {
    right: 20px
}

.mm-menu.mm-effect-menu-zoom {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease,-webkit-transform .4s ease
}

html.mm-opened .mm-menu.mm-effect-menu-zoom {
    -webkit-transform: scale(.7,.7) translate3d(-30%,0,0);
    transform: scale(.7,.7) translate3d(-30%,0,0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center
}

html.mm-opening .mm-menu.mm-effect-menu-zoom {
    -webkit-transform: scale(1,1) translate3d(0,0,0);
    transform: scale(1,1) translate3d(0,0,0)
}

html.mm-right.mm-opened .mm-menu.mm-effect-menu-zoom {
    -webkit-transform: scale(.7,.7) translate3d(30%,0,0);
    transform: scale(.7,.7) translate3d(30%,0,0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center
}

html.mm-right.mm-opening .mm-menu.mm-effect-menu-zoom {
    -webkit-transform: scale(1,1) translate3d(0,0,0);
    transform: scale(1,1) translate3d(0,0,0)
}

.mm-menu.mm-effect-menu-slide {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease,-webkit-transform .4s ease
}

html.mm-opened .mm-menu.mm-effect-menu-slide {
    -webkit-transform: translate3d(-30%,0,0);
    transform: translate3d(-30%,0,0)
}

html.mm-opening .mm-menu.mm-effect-menu-slide {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

html.mm-right.mm-opened .mm-menu.mm-effect-menu-slide {
    -webkit-transform: translate3d(30%,0,0);
    transform: translate3d(30%,0,0)
}

html.mm-right.mm-opening .mm-menu.mm-effect-menu-slide {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.mm-menu.mm-effect-menu-fade {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

html.mm-opening .mm-menu.mm-effect-menu-fade {
    opacity: 1
}

.mm-menu.mm-effect-panels-zoom .mm-panel {
    -webkit-transform: scale(1.5,1.5) translate3d(100%,0,0);
    transform: scale(1.5,1.5) translate3d(100%,0,0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center
}

.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened {
    -webkit-transform: scale(1,1) translate3d(0,0,0);
    transform: scale(1,1) translate3d(0,0,0)
}

.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened.mm-subopened {
    -webkit-transform: scale(.7,.7) translate3d(-30%,0,0);
    transform: scale(.7,.7) translate3d(-30%,0,0)
}

.mm-menu.mm-effect-panels-slide-0 .mm-panel.mm-subopened {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.mm-menu.mm-effect-panels-slide-100 .mm-panel.mm-subopened {
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0)
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li {
    -webkit-transition: none .4s ease;
    transition: none .4s ease
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(1) {
    -webkit-transition-delay: 50ms;
    transition-delay: 50ms
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(2) {
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(3) {
    -webkit-transition-delay: 150ms;
    transition-delay: 150ms
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(4) {
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(5) {
    -webkit-transition-delay: 250ms;
    transition-delay: 250ms
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(6) {
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(7) {
    -webkit-transition-delay: 350ms;
    transition-delay: 350ms
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(8) {
    -webkit-transition-delay: .4s;
    transition-delay: .4s
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(9) {
    -webkit-transition-delay: 450ms;
    transition-delay: 450ms
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(10) {
    -webkit-transition-delay: .5s;
    transition-delay: .5s
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(11) {
    -webkit-transition-delay: 550ms;
    transition-delay: 550ms
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(12) {
    -webkit-transition-delay: .6s;
    transition-delay: .6s
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(13) {
    -webkit-transition-delay: 650ms;
    transition-delay: 650ms
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(14) {
    -webkit-transition-delay: .7s;
    transition-delay: .7s
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(15) {
    -webkit-transition-delay: 750ms;
    transition-delay: 750ms
}

.mm-menu.mm-effect-listitems-slide .mm-listview>li {
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    -webkit-transform: translate3d(50%,0,0);
    transform: translate3d(50%,0,0);
    opacity: 0
}

html.mm-opening .mm-menu.mm-effect-listitems-slide .mm-panel.mm-opened .mm-listview>li {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1
}

.mm-menu.mm-effect-listitems-fade .mm-listview>li {
    -webkit-transition-property: opacity;
    transition-property: opacity;
    opacity: 0
}

html.mm-opening .mm-menu.mm-effect-listitems-fade .mm-panel.mm-opened .mm-listview>li {
    opacity: 1
}

.mm-menu.mm-effect-listitems-drop .mm-listview>li {
    -webkit-transition-property: opacity,top;
    transition-property: opacity,top;
    opacity: 0;
    top: -25%
}

html.mm-opening .mm-menu.mm-effect-listitems-drop .mm-panel.mm-opened .mm-listview>li {
    opacity: 1;
    top: 0
}

.mm-menu.mm-fullscreen {
    width: 100%;
    min-width: 140px;
    max-width: 10000px
}

html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0)
}

@media all and (max-width: 140px) {
    html.mm-opening.mm-fullscreen .mm-slideout {
        -webkit-transform:translate3d(140px,0,0);
        transform: translate3d(140px,0,0)
    }
}

@media all and (min-width: 10000px) {
    html.mm-opening.mm-fullscreen .mm-slideout {
        -webkit-transform:translate3d(10000px,0,0);
        transform: translate3d(10000px,0,0)
    }
}

html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0)
}

@media all and (max-width: 140px) {
    html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
        -webkit-transform:translate3d(-140px,0,0);
        transform: translate3d(-140px,0,0)
    }
}

@media all and (min-width: 10000px) {
    html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
        -webkit-transform:translate3d(-10000px,0,0);
        transform: translate3d(-10000px,0,0)
    }
}

.mm-menu.mm-fullscreen.mm-bottom,.mm-menu.mm-fullscreen.mm-top {
    height: 100%;
    min-height: 140px;
    max-height: 10000px
}

html.mm-opened.mm-fullscreen .mm-page {
    box-shadow: none !important
}

.mm-menu .mm-panels>.mm-panel.mm-justified-listview:after,.mm-menu .mm-panels>.mm-panel.mm-justified-listview:before,.mm-menu.mm-justified-listview .mm-panels>.mm-panel:after,.mm-menu.mm-justified-listview .mm-panels>.mm-panel:before {
    content: none;
    display: none
}

.mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview,.mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0
}

.mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview>li:not(.mm-divider),.mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview>li:not(.mm-divider) {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0
}

.mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview>li:not(.mm-divider)>a:not(.mm-next),.mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview>li:not(.mm-divider)>span,.mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview>li:not(.mm-divider)>a:not(.mm-next),.mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview>li:not(.mm-divider)>span {
    box-sizing: border-box;
    height: 100%
}

.mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview>li:not(.mm-divider)>a:not(.mm-next):before,.mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview>li:not(.mm-divider)>span:before,.mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview>li:not(.mm-divider)>a:not(.mm-next):before,.mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview>li:not(.mm-divider)>span:before {
    content: "";
    vertical-align: middle;
    display: inline-block;
    height: 100%;
    width: 0
}

.mm-listview.mm-multiline>li .mm-listview>li.mm-multiline>a,.mm-listview.mm-multiline>li .mm-listview>li.mm-multiline>span,.mm-menu.mm-multiline .mm-listview>li>a,.mm-menu.mm-multiline .mm-listview>li>span {
    text-overflow: clip;
    white-space: normal
}

html.mm-pagedim #mm-blocker,html.mm-pagedim-black #mm-blocker,html.mm-pagedim-white #mm-blocker {
    opacity: 0
}

html.mm-pagedim-black.mm-opening #mm-blocker,html.mm-pagedim-white.mm-opening #mm-blocker,html.mm-pagedim.mm-opening #mm-blocker {
    opacity: .3;
    -webkit-transition: opacity .4s ease .4s;
    transition: opacity .4s ease .4s
}

html.mm-pagedim #mm-blocker {
    background: inherit
}

html.mm-pagedim-white #mm-blocker {
    background: #fff
}

html.mm-pagedim-black #mm-blocker {
    background: #000
}

.mm-menu.mm-pageshadow:after {
    content: "";
    display: block;
    width: 20px;
    height: 120%;
    position: absolute;
    left: 100%;
    top: -10%;
    z-index: 99;
    box-shadow: 0 0 10px rgba(0,0,0,.3)
}

.mm-menu.mm-pageshadow.mm-right:after {
    left: auto;
    right: 100%
}

.mm-menu.mm-pageshadow.mm-front:after,.mm-menu.mm-pageshadow.mm-next:after {
    content: none;
    display: none
}

.mm-menu.mm-popup {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
    opacity: 0;
    box-shadow: 0 2px 10px rgba(0,0,0,.3);
    height: 80%;
    min-height: 140px;
    max-height: 880px;
    top: 50%;
    left: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0)
}

html.mm-popup.mm-opening .mm-menu.mm-popup {
    opacity: 1
}

html.mm-popup .mm-slideout {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    z-index: 0
}

html.mm-popup #mm-blocker {
    -webkit-transition-delay: 0s !important;
    transition-delay: 0s !important;
    z-index: 1
}

html.mm-popup .mm-menu {
    z-index: 2
}

.mm-menu.mm-bottom,.mm-menu.mm-top {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 80%;
    min-height: 140px;
    max-height: 880px
}

.mm-menu.mm-right {
    left: auto;
    right: 0
}

html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate3d(-80%,0,0);
    transform: translate3d(-80%,0,0)
}

@media all and (max-width: 175px) {
    html.mm-right.mm-opening .mm-slideout {
        -webkit-transform:translate3d(-140px,0,0);
        transform: translate3d(-140px,0,0)
    }
}

@media all and (min-width: 550px) {
    html.mm-right.mm-opening .mm-slideout {
        -webkit-transform:translate3d(-440px,0,0);
        transform: translate3d(-440px,0,0)
    }
}

html.mm-front .mm-slideout {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    z-index: 0
}

html.mm-front #mm-blocker {
    z-index: 1
}

html.mm-front .mm-menu {
    z-index: 2
}

.mm-menu.mm-front,.mm-menu.mm-next {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease,-webkit-transform .4s ease;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0)
}

.mm-menu.mm-front.mm-right,.mm-menu.mm-next.mm-right {
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0)
}

.mm-menu.mm-top {
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0)
}

.mm-menu.mm-bottom {
    top: auto;
    bottom: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0)
}

html.mm-opening .mm-menu.mm-front,html.mm-opening .mm-menu.mm-next {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.mm-menu.mm-theme-dark {
    background: #333;
    border-color: rgba(0,0,0,.15);
    color: rgba(255,255,255,.8)
}

.mm-menu.mm-theme-dark .mm-navbar a,.mm-menu.mm-theme-dark .mm-navbar>*,.mm-menu.mm-theme-dark em.mm-counter {
    color: rgba(255,255,255,.4)
}

.mm-menu.mm-theme-dark .mm-btn:after,.mm-menu.mm-theme-dark .mm-btn:before {
    border-color: rgba(255,255,255,.4)
}

.mm-menu.mm-theme-dark .mm-listview {
    border-color: rgba(0,0,0,.15)
}

.mm-menu.mm-theme-dark .mm-listview>li .mm-arrow:after,.mm-menu.mm-theme-dark .mm-listview>li .mm-next:after {
    border-color: rgba(255,255,255,.4)
}

.mm-menu.mm-theme-dark .mm-listview>li a:not(.mm-next) {
    -webkit-tap-highlight-color: rgba(0,0,0,.1);
    tap-highlight-color: rgba(0,0,0,.1)
}

.mm-menu.mm-theme-dark .mm-listview>li.mm-selected>a:not(.mm-next),.mm-menu.mm-theme-dark .mm-listview>li.mm-selected>span {
    background: rgba(0,0,0,.1)
}

.mm-menu.mm-theme-dark .mm-divider,.mm-menu.mm-theme-dark .mm-fixeddivider span,.mm-menu.mm-theme-dark .mm-listview>li.mm-opened.mm-vertical>.mm-panel,.mm-menu.mm-theme-dark .mm-listview>li.mm-opened.mm-vertical>a.mm-next,.mm-menu.mm-theme-dark.mm-vertical .mm-listview>li.mm-opened>.mm-panel,.mm-menu.mm-theme-dark.mm-vertical .mm-listview>li.mm-opened>a.mm-next {
    background: rgba(255,255,255,.05)
}

.mm-menu.mm-theme-dark label.mm-check:before {
    border-color: rgba(255,255,255,.8)
}

.mm-menu.mm-pageshadow.mm-theme-dark:after {
    box-shadow: 0 0 20px rgba(0,0,0,.5)
}

.mm-menu.mm-theme-dark .mm-search input {
    background: rgba(255,255,255,.3);
    color: rgba(255,255,255,.8)
}

.mm-menu.mm-theme-dark .mm-indexer a,.mm-menu.mm-theme-dark .mm-noresultsmsg {
    color: rgba(255,255,255,.4)
}

.mm-menu.mm-hoverselected.mm-theme-dark .mm-listview>li>a.mm-fullsubopen:hover+span,.mm-menu.mm-hoverselected.mm-theme-dark .mm-listview>li>a:not(.mm-fullsubopen):hover,.mm-menu.mm-parentselected.mm-theme-dark .mm-listview>li>a.mm-selected.mm-fullsubopen+a,.mm-menu.mm-parentselected.mm-theme-dark .mm-listview>li>a.mm-selected.mm-fullsubopen+span,.mm-menu.mm-parentselected.mm-theme-dark .mm-listview>li>a.mm-selected:not(.mm-fullsubopen) {
    background: rgba(0,0,0,.1)
}

.mm-menu.mm-theme-dark label.mm-toggle {
    background: rgba(0,0,0,.15)
}

.mm-menu.mm-theme-dark label.mm-toggle:before {
    background: #333
}

.mm-menu.mm-theme-dark input.mm-toggle:checked~label.mm-toggle {
    background: #4bd963
}

.mm-menu.mm-theme-white {
    background: #fff;
    border-color: rgba(0,0,0,.1);
    color: rgba(0,0,0,.6)
}

.mm-menu.mm-theme-white .mm-navbar a,.mm-menu.mm-theme-white .mm-navbar>*,.mm-menu.mm-theme-white em.mm-counter {
    color: rgba(0,0,0,.3)
}

.mm-menu.mm-theme-white .mm-btn:after,.mm-menu.mm-theme-white .mm-btn:before {
    border-color: rgba(0,0,0,.3)
}

.mm-menu.mm-theme-white .mm-listview {
    border-color: rgba(0,0,0,.1)
}

.mm-menu.mm-theme-white .mm-listview>li .mm-arrow:after,.mm-menu.mm-theme-white .mm-listview>li .mm-next:after {
    border-color: rgba(0,0,0,.3)
}

.mm-menu.mm-theme-white .mm-listview>li a:not(.mm-next) {
    -webkit-tap-highlight-color: rgba(0,0,0,.05);
    tap-highlight-color: rgba(0,0,0,.05)
}

.mm-menu.mm-theme-white .mm-listview>li.mm-selected>a:not(.mm-next),.mm-menu.mm-theme-white .mm-listview>li.mm-selected>span {
    background: rgba(0,0,0,.05)
}

.mm-menu.mm-theme-white .mm-divider,.mm-menu.mm-theme-white .mm-fixeddivider span,.mm-menu.mm-theme-white .mm-listview>li.mm-opened.mm-vertical>.mm-panel,.mm-menu.mm-theme-white .mm-listview>li.mm-opened.mm-vertical>a.mm-next,.mm-menu.mm-theme-white.mm-vertical .mm-listview>li.mm-opened>.mm-panel,.mm-menu.mm-theme-white.mm-vertical .mm-listview>li.mm-opened>a.mm-next {
    background: rgba(0,0,0,.03)
}

.mm-menu.mm-theme-white label.mm-check:before {
    border-color: rgba(0,0,0,.6)
}

.mm-menu.mm-pageshadow.mm-theme-white:after {
    box-shadow: 0 0 10px rgba(0,0,0,.2)
}

.mm-menu.mm-theme-white .mm-search input {
    background: rgba(0,0,0,.05);
    color: rgba(0,0,0,.6)
}

.mm-menu.mm-theme-white .mm-indexer a,.mm-menu.mm-theme-white .mm-noresultsmsg {
    color: rgba(0,0,0,.3)
}

.mm-menu.mm-hoverselected.mm-theme-white .mm-listview>li>a.mm-fullsubopen:hover+span,.mm-menu.mm-hoverselected.mm-theme-white .mm-listview>li>a:not(.mm-fullsubopen):hover,.mm-menu.mm-parentselected.mm-theme-white .mm-listview>li>a.mm-selected.mm-fullsubopen+a,.mm-menu.mm-parentselected.mm-theme-white .mm-listview>li>a.mm-selected.mm-fullsubopen+span,.mm-menu.mm-parentselected.mm-theme-white .mm-listview>li>a.mm-selected:not(.mm-fullsubopen) {
    background: rgba(0,0,0,.05)
}

.mm-menu.mm-theme-white label.mm-toggle {
    background: rgba(0,0,0,.1)
}

.mm-menu.mm-theme-white label.mm-toggle:before {
    background: #fff
}

.mm-menu.mm-theme-white input.mm-toggle:checked~label.mm-toggle {
    background: #4bd963
}

.mm-menu.mm-theme-black {
    background: #000;
    border-color: rgba(255,255,255,.2);
    color: rgba(255,255,255,.6)
}

.mm-menu.mm-theme-black .mm-navbar a,.mm-menu.mm-theme-black .mm-navbar>*,.mm-menu.mm-theme-black em.mm-counter {
    color: rgba(255,255,255,.4)
}

.mm-menu.mm-theme-black .mm-btn:after,.mm-menu.mm-theme-black .mm-btn:before {
    border-color: rgba(255,255,255,.4)
}

.mm-menu.mm-theme-black .mm-listview {
    border-color: rgba(255,255,255,.2)
}

.mm-menu.mm-theme-black .mm-listview>li .mm-arrow:after,.mm-menu.mm-theme-black .mm-listview>li .mm-next:after {
    border-color: rgba(255,255,255,.4)
}

.mm-menu.mm-theme-black .mm-listview>li a:not(.mm-next) {
    -webkit-tap-highlight-color: rgba(255,255,255,.3);
    tap-highlight-color: rgba(255,255,255,.3)
}

.mm-menu.mm-theme-black .mm-listview>li.mm-selected>a:not(.mm-next),.mm-menu.mm-theme-black .mm-listview>li.mm-selected>span {
    background: rgba(255,255,255,.3)
}

.mm-menu.mm-theme-black .mm-divider,.mm-menu.mm-theme-black .mm-fixeddivider span,.mm-menu.mm-theme-black .mm-listview>li.mm-opened.mm-vertical>.mm-panel,.mm-menu.mm-theme-black .mm-listview>li.mm-opened.mm-vertical>a.mm-next,.mm-menu.mm-theme-black.mm-vertical .mm-listview>li.mm-opened>.mm-panel,.mm-menu.mm-theme-black.mm-vertical .mm-listview>li.mm-opened>a.mm-next {
    background: rgba(255,255,255,.2)
}

.mm-menu.mm-theme-black label.mm-check:before {
    border-color: rgba(255,255,255,.6)
}

.mm-menu.mm-pageshadow.mm-theme-black:after {
    content: none;
    display: none
}

.mm-menu.mm-theme-black .mm-search input {
    background: rgba(255,255,255,.3);
    color: rgba(255,255,255,.6)
}

.mm-menu.mm-theme-black .mm-indexer a,.mm-menu.mm-theme-black .mm-noresultsmsg {
    color: rgba(255,255,255,.4)
}

.mm-menu.mm-hoverselected.mm-theme-black .mm-listview>li>a.mm-fullsubopen:hover+span,.mm-menu.mm-hoverselected.mm-theme-black .mm-listview>li>a:not(.mm-fullsubopen):hover,.mm-menu.mm-parentselected.mm-theme-black .mm-listview>li>a.mm-selected.mm-fullsubopen+a,.mm-menu.mm-parentselected.mm-theme-black .mm-listview>li>a.mm-selected.mm-fullsubopen+span,.mm-menu.mm-parentselected.mm-theme-black .mm-listview>li>a.mm-selected:not(.mm-fullsubopen) {
    background: rgba(255,255,255,.3)
}

.mm-menu.mm-theme-black label.mm-toggle {
    background: rgba(255,255,255,.2)
}

.mm-menu.mm-theme-black label.mm-toggle:before {
    background: #000
}

.mm-menu.mm-theme-black input.mm-toggle:checked~label.mm-toggle {
    background: #4bd963
}

.mm-menu .mm-tileview.mm-listview:after,.mm-menu.mm-tileview .mm-listview:after {
    content: "";
    display: block;
    clear: both
}

.mm-menu .mm-tileview.mm-listview>li>.mm-next:after,.mm-menu .mm-tileview.mm-listview>li>.mm-next:before,.mm-menu.mm-tileview .mm-listview>li>.mm-next:after,.mm-menu.mm-tileview .mm-listview>li>.mm-next:before,.mm-menu.mm-tileview .mm-panel:after {
    content: none;
    display: none
}

.mm-menu .mm-tileview.mm-listview>li,.mm-menu.mm-tileview .mm-listview>li {
    width: 50%;
    height: 0;
    padding: 50% 0 0;
    float: left;
    position: relative
}

.mm-menu .mm-tileview.mm-listview>li:after,.mm-menu.mm-tileview .mm-listview>li:after {
    left: 0;
    top: 0;
    border-right-width: 1px;
    border-right-style: solid;
    z-index: -1
}

.mm-menu .mm-tileview.mm-listview>li.mm-tile-xs,.mm-menu.mm-tileview .mm-listview>li.mm-tile-xs {
    width: 12.5%;
    padding-top: 12.5%
}

.mm-menu .mm-tileview.mm-listview>li.mm-tile-s,.mm-menu.mm-tileview .mm-listview>li.mm-tile-s {
    width: 25%;
    padding-top: 25%
}

.mm-menu .mm-tileview.mm-listview>li.mm-tile-l,.mm-menu.mm-tileview .mm-listview>li.mm-tile-l {
    width: 75%;
    padding-top: 75%
}

.mm-menu .mm-tileview.mm-listview>li.mm-tile-xl,.mm-menu.mm-tileview .mm-listview>li.mm-tile-xl {
    width: 100%;
    padding-top: 100%
}

.mm-menu .mm-tileview.mm-listview>li>a,.mm-menu .mm-tileview.mm-listview>li>span,.mm-menu.mm-tileview .mm-listview>li>a,.mm-menu.mm-tileview .mm-listview>li>span {
    line-height: 1px;
    text-align: center;
    padding: 50% 10px 0;
    margin: 0;
    position: absolute;
    top: 0;
    right: 1px;
    bottom: 1px;
    left: 0
}

.mm-menu .mm-tileview.mm-listview>li>.mm-next,.mm-menu.mm-tileview .mm-listview>li>.mm-next {
    width: auto
}

.mm-menu.mm-tileview .mm-panel {
    padding-left: 0;
    padding-right: 0
}

.mm-menu.mm-tileview .mm-listview {
    margin: 0
}

@media(min-width: 768px) and (max-width:969px) {
    body,html {
        min-width:749px;
        margin: 0
    }

    body div {
        max-width: 100%;
        box-sizing: border-box
    }

    body img {
        height: auto !important;
        max-width: 100%
    }

    body embed,body iframe,body video {
        max-width: 100%
    }

    .btn-responsive-nav {
        display: none
    }

    .container {
        width: 100%
    }

    .row {
        margin: 0
    }

    .prim_send_text p {
        width: 100%
    }

    .call-to-action input,.call-to-action #phone,.call-to-action #name {
        width: 100% !important
    }

    .ili {
        margin-left: 0 !important
    }

    #visial-widget-panel .col-md-2,#visial-widget-panel .col-sm-2 {
        width: 23%;
        left: 0 !important;
        display: inline-block;
        vertical-align: top;
        float: none !important
    }

    #visial-widget-panel .col-sm-8 {
        width: 48%;
        display: inline-block;
        vertical-align: top;
        float: none !important
    }

    .grid-main-line {
        width: 45% !important;
        margin: 10px 2%
    }

    .head_rightbox .undertime_text {
        margin: 0
    }

    .mm-opened .sticky-menu-active {
        padding: 0 !important
    }

    .head_rightbox .fdiv {
        display: none !important
    }

    .grid-main-line img {
        margin-bottom: 15px !important
    }

    .grid-main-line .col-md-6 {
        width: 100% !important
    }

    .owl-stage {
        max-width: none
    }

    .form-horizontal .col-md-4 {
        margin: 0 !important
    }

    .mm-menu.mm-offcanvas.mm-current#menu {
        display: block
    }

    .adapt_menu2 {
        z-index: 100;
        display: table-cell;
        vertical-align: top;
        padding: 10px 10px 10px 0;
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
        cursor: pointer;
        line-height: 24px;
        color: #fff
    }

    .adapt_menu2 span {
        display: inline-block;
        vertical-align: middle;
        width: 30px;
        height: 3px;
        background: #fff;
        position: relative
    }

    .adapt_menu2 span:before {
        content: "";
        width: 100%;
        position: absolute;
        top: -6px;
        left: 0;
        height: 3px;
        background: #fff
    }

    .adapt_menu2 span:after {
        content: "";
        width: 100%;
        position: absolute;
        bottom: -6px;
        left: 0;
        height: 3px;
        background: #fff
    }

    .adapt_menu2 a {
        display: block;
        padding: 10px;
        color: #fff;
        background: #08c
    }

    #menu a {
        color: #fff
    }
}

@media(min-width: 481px) and (max-width:767px) {
    body,html {
        min-width:480px;
        margin: 0
    }

    body div {
        max-width: 100%;
        box-sizing: border-box
    }

    body img {
        height: auto !important;
        max-width: 100%
    }

    body embed,body iframe,body video {
        max-width: 100%
    }

    .pricepage table,.container table {
        width: 100% !important;
        display: block;
        overflow-x: auto;
        height: auto !important;
        -webkit-overflow-scrolling: touch
    }

    .body {
        padding: 0 10px
    }

    #header .logo {
        text-align: center
    }

    .sticky-menu-active {
        padding: 0 !important
    }

    .phone-ad {
        float: none !important;
        margin: 0 !important;
        text-align: center
    }

    .head_leftbox,.head_rightbox {
        border: 0;
        display: inline-block;
        float: none;
        margin: 10px 0 !important;
        text-align: left !important
    }

    .sticky-menu-active #header .head_leftbox,.head_leftbox {
        padding-left: 45px
    }

    .head_rightbox {
        text-align: center !important
    }

    .head_leftbox .undertime_text,.head_rightbox .undertime_text {
        margin: 0 !important
    }

    .page-header h1::after {
        display: none
    }

    .row {
        margin: 0
    }

    .list.list-icons li {
        padding: 0;
        margin: 15px 0
    }

    .word-rotator-title {
        font-size: 24px
    }

    .prim_send_text p {
        width: 100%
    }

    .call-to-action .container {
        padding: 0
    }

    .call-to-action .col-md-12 {
        padding: 0 !important
    }

    .call-to-action .input-group[class*="col-"] {
        margin: 0 !important
    }

    .call-to-action input,.call-to-action #phone,.call-to-action #name {
        width: 100% !important
    }

    .call-to-action .col-md-1 {
        margin: 0 !important
    }

    .call-to-action button {
        margin: 10px 0 !important
    }

    #footer .head_leftbox,ul.social_icon {
        float: none;
        width: 100%;
        padding: 0;
        margin: 10px 0;
        text-align: center
    }

    ul.social_icon li {
        display: inline-block;
        float: none
    }

    #footer.light .footer-copyright {
        background: #0188cc
    }

    .btn-responsive-nav {
        display: none !important
    }

    #header,body.sticky-menu-active #header {
        box-shadow: 0 0 0 rgba(255,255,255,1)
    }

    body.sticky-menu-active #header {
        border: 0
    }

    .photo_clik {
        padding: 0;
        border: 0
    }

    #list {
        -moz-column-count: 2 !important
    }

    .content-grid {
        margin: 20px 0 !important
    }

    .col-xs-12 {
        width: 100% !important;
        margin: 10px 0 !important
    }

    .page-header h1 {
        font-size: 18px !important
    }

    .col-md-6 {
        width: 100% !important
    }

    #visial-widget-panel>div {
        left: 0 !important
    }

    .visial-widget-panel ul.visial-widget-panel-link {
        width: 45% !important;
        margin: 5px 2% !important;
        display: inline-block;
        vertical-align: top
    }

    .visial-widget-panel ul.visial-widget-panel-color {
        width: 100% !important;
        margin: 5px 0 !important
    }

    .visial-widget-panel .img-interactive {
        top: 0 !important
    }

    body.sticky-menu-active #header {
        position: relative
    }

    #header .logo {
        display: block;
        margin: 15px 0
    }

    .col-md-12:after {
        display: table;
        clear: both;
        content: ""
    }

    .col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12 {
        padding-left: 0;
        padding-right: 0
    }

    .btn {
        white-space: inherit
    }

    .grid-main-line {
        width: 100% !important
    }

    .flex {
        display: block
    }

    .modal-content {
        margin: 0 !important;
        padding: 10px !important
    }

    button[type="submit"] {
        width: 100% !important
    }

    .modal-footer .btn {
        margin: 10px 0 !important
    }

    .grid-main-line,.call-to-action {
        padding-left: 10px !important;
        padding-right: 10px !important
    }

    .visial-widget-panel .img-interactive {
        padding: 45px 0 0
    }

    .visial-widget-panel .img-interactive .thumbnail {
        margin: 0
    }

    .contactos p {
        margin: 0 !important
    }

    .ls-bottom-nav-wrapper {
        display: none
    }

    .mainpage .list-icons span {
        margin-left: 70px !important;
        display: block
    }

    .mainpage .list-icons span:last-child {
        margin-top: -20px !important
    }

    .form-horizontal .form-group {
        margin: 0
    }

    .col-md-5 ol {
        padding-left: 10px
    }

    .ls-active img {
        width: 100% !important;
        height: auto !important;
        margin: 0 !important
    }

    .prim_send_text::before {
        display: none
    }

    .grid-main-line img {
        margin-bottom: 15px !important
    }

    .mainpage .feat .numt {
        margin-bottom: 20px
    }

    .mainpage .feat {
        margin: 40px 0
    }

    hr.tall {
        margin: 15px 0
    }

    #footer .head_leftbox {
        text-align: center !important
    }

    .owl-stage {
        max-width: none
    }

    .icon_kach,.icon_udob {
        margin-bottom: 0
    }

    .form-horizontal .col-md-4 {
        margin: 0 !important
    }

    .list.list-icons.list-borders li {
        padding-left: 25px
    }

    .mm-menu.mm-offcanvas.mm-current#menu {
        display: block
    }

    .adapt_menu {
        z-index: 100;
        display: block;
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
        cursor: pointer;
        line-height: 24px;
        color: #fff;
        background: #08c
    }

    .adapt_menu span {
        display: inline-block;
        vertical-align: middle;
        width: 30px;
        height: 3px;
        background: #fff;
        position: relative
    }

    .adapt_menu span:before {
        content: "";
        width: 100%;
        position: absolute;
        top: -6px;
        left: 0;
        height: 3px;
        background: #fff
    }

    .adapt_menu span:after {
        content: "";
        width: 100%;
        position: absolute;
        bottom: -6px;
        left: 0;
        height: 3px;
        background: #fff
    }

    .adapt_menu a {
        display: block;
        padding: 10px;
        color: #fff
    }

    #menu a {
        color: #fff
    }
}

@media(max-width: 480px) {
    body,html {
        min-width:210px;
        margin: 0;
        padding: 0
    }

    body div {
        max-width: 100%;
        box-sizing: border-box
    }

    body img {
        height: auto !important;
        max-width: 100%
    }

    body embed,body iframe,body video {
        max-width: 100%
    }

    .pricepage table,.container table {
        width: 100% !important;
        display: block;
        overflow-x: auto;
        height: auto !important;
        -webkit-overflow-scrolling: touch
    }

    #header .logo {
        text-align: center
    }

    .sticky-menu-active {
        padding: 0 !important
    }

    .phone-ad {
        float: none !important;
        margin: 0 !important;
        text-align: center
    }

    .head_leftbox,.head_rightbox {
        border: 0;
        display: inline-block;
        float: none;
        margin: 10px 0 !important;
        text-align: left !important
    }

    .sticky-menu-active #header .head_leftbox,.head_leftbox {
        padding-left: 45px
    }

    .head_rightbox {
        text-align: center !important
    }

    .head_leftbox .undertime_text,.head_rightbox .undertime_text {
        margin: 0 !important
    }

    .page-header h1::after {
        display: none
    }

    .row {
        margin: 0
    }

    .list.list-icons li {
        padding: 0;
        margin: 15px 0
    }

    .word-rotator-title {
        font-size: 24px
    }

    .prim_send_text p {
        width: 100%
    }

    .call-to-action .container {
        padding: 0
    }

    .call-to-action .col-md-12 {
        padding: 0 !important
    }

    .call-to-action .input-group[class*="col-"] {
        margin: 0 !important
    }

    .call-to-action input,.call-to-action #phone,.call-to-action #name {
        width: 100% !important
    }

    .call-to-action .col-md-1 {
        margin: 0 !important
    }

    .call-to-action button {
        margin: 10px 0 !important
    }

    #footer .head_leftbox,ul.social_icon {
        float: none;
        width: 100%;
        padding: 0;
        margin: 10px 0;
        text-align: center
    }

    ul.social_icon li {
        display: inline-block;
        float: none
    }

    #footer.light .footer-copyright {
        background: #0188cc
    }

    .btn-responsive-nav {
        display: none !important
    }

    #header,body.sticky-menu-active #header {
        box-shadow: 0 0 0 rgba(255,255,255,1)
    }

    body.sticky-menu-active #header {
        border: 0
    }

    .photo_clik {
        padding: 0;
        border: 0
    }

    #list {
        -moz-column-count: 1 !important
    }

    .content-grid {
        margin: 20px 0 !important
    }

    .col-xs-12 {
        width: 100% !important;
        margin: 10px 0 !important
    }

    .page-header h1 {
        font-size: 18px !important
    }

    .col-md-6 {
        width: 100% !important
    }

    #visial-widget-panel>div {
        left: 0 !important
    }

    .visial-widget-panel ul.visial-widget-panel-link,.visial-widget-panel ul.visial-widget-panel-color {
        width: 100% !important;
        margin: 5px 0 !important
    }

    #footer .col-xs-6 {
        width: 100%
    }

    body.sticky-menu-active #header {
        position: relative
    }

    #header .logo {
        display: block;
        margin: 15px 0
    }

    .visial-widget-panel .img-interactive {
        top: 0 !important
    }

    .col-md-12:after {
        display: table;
        clear: both;
        content: ""
    }

    .col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12 {
        padding-left: 0;
        padding-right: 0
    }

    .btn {
        white-space: inherit
    }

    .grid-main-line {
        width: 100% !important
    }

    .flex {
        display: block
    }

    .modal-content {
        margin: 0 !important;
        padding: 10px !important
    }

    button[type="submit"] {
        width: 100% !important
    }

    .modal-footer .btn {
        margin: 10px 0 !important
    }

    .grid-main-line,.call-to-action {
        padding-left: 10px !important;
        padding-right: 10px !important
    }

    .visial-widget-panel .img-interactive {
        padding: 45px 0 0
    }

    .visial-widget-panel .img-interactive .thumbnail {
        margin: 0
    }

    .contactos p {
        margin: 0 !important
    }

    .ls-bottom-nav-wrapper {
        display: none
    }

    .mainpage .list-icons span {
        margin-left: 70px !important;
        display: block
    }

    .mainpage .list-icons span:last-child {
        margin-top: -20px !important
    }

    .form-horizontal .form-group {
        margin: 0
    }

    .col-md-5 ol {
        padding-left: 10px
    }

    article.post .col-xs-3,article.post .col-xs-9 {
        width: 100%
    }

    .ls-active img {
        width: 100% !important;
        height: auto !important;
        margin: 0 !important
    }

    h3 {
        overflow: hidden
    }

    .list.list-icons.list-borders li {
        padding-left: 25px
    }

    .phone_cc {
        font-size: 24px !important
    }

    .call-to-action .input-group.ili {
        margin: 3px 0 8px 0 !important
    }

    .prim_send_text::before {
        display: none
    }

    .grid-main-line img {
        margin-bottom: 15px !important
    }

    .mainpage .feat .numt {
        margin-bottom: 0
    }

    .mainpage .feat {
        margin: 40px 0
    }

    hr.tall {
        margin: 15px 0
    }

    #footer .head_leftbox {
        text-align: center !important
    }

    .owl-stage {
        max-width: none
    }

    .icon_kach,.icon_udob {
        margin-bottom: 0
    }

    .form-horizontal .col-md-4 {
        margin: 0 !important
    }

    .mm-menu.mm-offcanvas.mm-current#menu {
        display: block
    }

    .adapt_menu {
        z-index: 100;
        display: block;
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
        cursor: pointer;
        line-height: 24px;
        color: #fff;
        background: #08c
    }

    .adapt_menu span {
        display: inline-block;
        vertical-align: middle;
        width: 30px;
        height: 3px;
        background: #fff;
        position: relative
    }

    .adapt_menu span:before {
        content: "";
        width: 100%;
        position: absolute;
        top: -6px;
        left: 0;
        height: 3px;
        background: #fff
    }

    .adapt_menu span:after {
        content: "";
        width: 100%;
        position: absolute;
        bottom: -6px;
        left: 0;
        height: 3px;
        background: #fff
    }

    .adapt_menu a {
        display: block;
        padding: 10px;
        color: #fff
    }

    #menu a {
        color: #fff
    }
}
/*
.fancybox-wrap,.fancybox-skin,.fancybox-outer,.fancybox-inner,.fancybox-image,.fancybox-wrap iframe,.fancybox-wrap object,.fancybox-nav,.fancybox-nav span,.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    vertical-align: top
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.fancybox-opened {
    z-index: 8030
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0,0,0,.5);
    -moz-box-shadow: 0 10px 25px rgba(0,0,0,.5);
    box-shadow: 0 10px 25px rgba(0,0,0,.5)
}

.fancybox-outer,.fancybox-inner {
    position: relative
}

.fancybox-inner {
    overflow: hidden
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch
}
*/
.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap
}
/*
.fancybox-image,.fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%
}*/

#fancybox-loading,.fancybox-close,.fancybox-prev span,.fancybox-next span {
    background-image: url("https://mpaneli.ru/assets/site_v2/css/fancybox_sprite.png")
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: .8;
    cursor: pointer;
    z-index: 8060
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url("https://mpaneli.ru/assets/site_v2/css/fancybox_loading.gif") center center no-repeat
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url("https://mpaneli.ru/assets/site_v2/css/blank.gif");
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040
}

.fancybox-prev {
    left: 0
}

.fancybox-next {
    right: 0
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px
}

.fancybox-nav:hover span {
    visibility: visible
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important
}

.fancybox-lock {
    overflow: hidden !important;
    width: auto
}

.fancybox-lock body {
    overflow: hidden !important
}

.fancybox-lock-test {
    overflow-y: hidden !important
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url("https://mpaneli.ru/assets/site_v2/css/fancybox_overlay.png")
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll
}

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050
}

.fancybox-opened .fancybox-title {
    visibility: visible
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    background: rgba(0,0,0,.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #fff;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff
}

.fancybox-title-inside-wrap {
    padding-top: 10px
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0,0,0,.8)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5) {
    #fancybox-loading,.fancybox-close,.fancybox-prev span,.fancybox-next span {
        background-image:url("https://mpaneli.ru/assets/site_v2/css/fancybox_sprite@2x.png");
        background-size: 44px 152px
    }

    #fancybox-loading div {
        background-image: url("https://mpaneli.ru/assets/site_v2/css/fancybox_loading@2x.gif");
        background-size: 24px 24px
    }
}

.appear-animation {
    opacity: 0
}

.appear-animation-visible {
    opacity: 1
}

.animated,.appear-animation {
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s
}

@-moz-keyframes flash {
    0%,50%,100% {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

@-o-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;
    -moz-animation-name: flash;
    -o-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes shake {
    0%,100% {
        -webkit-transform: translateX(0);
        opacity: 1
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translateX(-10px)
    }

    20%,40%,60%,80% {
        -webkit-transform: translateX(10px)
    }
}

@-moz-keyframes shake {
    0%,100% {
        -moz-transform: translateX(0);
        opacity: 1
    }

    10%,30%,50%,70%,90% {
        -moz-transform: translateX(-10px)
    }

    20%,40%,60%,80% {
        -moz-transform: translateX(10px)
    }
}

@-o-keyframes shake {
    0%,100% {
        -o-transform: translateX(0);
        opacity: 1
    }

    10%,30%,50%,70%,90% {
        -o-transform: translateX(-10px)
    }

    20%,40%,60%,80% {
        -o-transform: translateX(10px)
    }
}

@keyframes shake {
    0%,100% {
        transform: translateX(0);
        opacity: 1
    }

    10%,30%,50%,70%,90% {
        transform: translateX(-10px)
    }

    20%,40%,60%,80% {
        transform: translateX(10px)
    }
}

.shake {
    -webkit-animation-name: shake;
    -moz-animation-name: shake;
    -o-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes bounce {
    0%,20%,50%,80%,100% {
        -webkit-transform: translateY(0);
        opacity: 1
    }

    40% {
        -webkit-transform: translateY(-30px)
    }

    60% {
        -webkit-transform: translateY(-15px)
    }
}

@-moz-keyframes bounce {
    0%,20%,50%,80%,100% {
        -moz-transform: translateY(0);
        opacity: 1
    }

    40% {
        -moz-transform: translateY(-30px)
    }

    60% {
        -moz-transform: translateY(-15px)
    }
}

@-o-keyframes bounce {
    0%,20%,50%,80%,100% {
        -o-transform: translateY(0);
        opacity: 1
    }

    40% {
        -o-transform: translateY(-30px)
    }

    60% {
        -o-transform: translateY(-15px)
    }
}

@keyframes bounce {
    0%,20%,50%,80%,100% {
        transform: translateY(0);
        opacity: 1
    }

    40% {
        transform: translateY(-30px)
    }

    60% {
        transform: translateY(-15px)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    -moz-animation-name: bounce;
    -o-animation-name: bounce;
    animation-name: bounce
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1)
    }

    10%,20% {
        -webkit-transform: scale(.9) rotate(-3deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale(1.1) rotate(3deg)
    }

    40%,60%,80% {
        -webkit-transform: scale(1.1) rotate(-3deg)
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        opacity: 1
    }
}

@-moz-keyframes tada {
    0% {
        -moz-transform: scale(1)
    }

    10%,20% {
        -moz-transform: scale(.9) rotate(-3deg)
    }

    30%,50%,70%,90% {
        -moz-transform: scale(1.1) rotate(3deg)
    }

    40%,60%,80% {
        -moz-transform: scale(1.1) rotate(-3deg)
    }

    100% {
        -moz-transform: scale(1) rotate(0);
        opacity: 1
    }
}

@-o-keyframes tada {
    0% {
        -o-transform: scale(1)
    }

    10%,20% {
        -o-transform: scale(.9) rotate(-3deg)
    }

    30%,50%,70%,90% {
        -o-transform: scale(1.1) rotate(3deg)
    }

    40%,60%,80% {
        -o-transform: scale(1.1) rotate(-3deg)
    }

    100% {
        -o-transform: scale(1) rotate(0);
        opacity: 1
    }
}

@keyframes tada {
    0% {
        transform: scale(1)
    }

    10%,20% {
        transform: scale(.9) rotate(-3deg)
    }

    30%,50%,70%,90% {
        transform: scale(1.1) rotate(3deg)
    }

    40%,60%,80% {
        transform: scale(1.1) rotate(-3deg)
    }

    100% {
        transform: scale(1) rotate(0);
        opacity: 1
    }
}

.tada {
    -webkit-animation-name: tada;
    -moz-animation-name: tada;
    -o-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes swing {
    20%,40%,60%,80%,100% {
        -webkit-transform-origin: top center
    }

    20% {
        -webkit-transform: rotate(15deg)
    }

    40% {
        -webkit-transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg)
    }

    100% {
        -webkit-transform: rotate(0deg);
        opacity: 1
    }
}

@-moz-keyframes swing {
    20% {
        -moz-transform: rotate(15deg)
    }

    40% {
        -moz-transform: rotate(-10deg)
    }

    60% {
        -moz-transform: rotate(5deg)
    }

    80% {
        -moz-transform: rotate(-5deg)
    }

    100% {
        -moz-transform: rotate(0deg);
        opacity: 1
    }
}

@-o-keyframes swing {
    20% {
        -o-transform: rotate(15deg)
    }

    40% {
        -o-transform: rotate(-10deg)
    }

    60% {
        -o-transform: rotate(5deg)
    }

    80% {
        -o-transform: rotate(-5deg)
    }

    100% {
        -o-transform: rotate(0deg);
        opacity: 1
    }
}

@keyframes swing {
    20% {
        transform: rotate(15deg)
    }

    40% {
        transform: rotate(-10deg)
    }

    60% {
        transform: rotate(5deg)
    }

    80% {
        transform: rotate(-5deg)
    }

    100% {
        transform: rotate(0deg);
        opacity: 1
    }
}

.swing {
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -o-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    -moz-animation-name: swing;
    -o-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateX(0%)
    }

    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg)
    }

    30% {
        -webkit-transform: translateX(20%) rotate(3deg)
    }

    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg)
    }

    60% {
        -webkit-transform: translateX(10%) rotate(2deg)
    }

    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg)
    }

    100% {
        -webkit-transform: translateX(0%);
        opacity: 1
    }
}

@-moz-keyframes wobble {
    0% {
        -moz-transform: translateX(0%)
    }

    15% {
        -moz-transform: translateX(-25%) rotate(-5deg)
    }

    30% {
        -moz-transform: translateX(20%) rotate(3deg)
    }

    45% {
        -moz-transform: translateX(-15%) rotate(-3deg)
    }

    60% {
        -moz-transform: translateX(10%) rotate(2deg)
    }

    75% {
        -moz-transform: translateX(-5%) rotate(-1deg)
    }

    100% {
        -moz-transform: translateX(0%);
        opacity: 1
    }
}

@-o-keyframes wobble {
    0% {
        -o-transform: translateX(0%)
    }

    15% {
        -o-transform: translateX(-25%) rotate(-5deg)
    }

    30% {
        -o-transform: translateX(20%) rotate(3deg)
    }

    45% {
        -o-transform: translateX(-15%) rotate(-3deg)
    }

    60% {
        -o-transform: translateX(10%) rotate(2deg)
    }

    75% {
        -o-transform: translateX(-5%) rotate(-1deg)
    }

    100% {
        -o-transform: translateX(0%);
        opacity: 1
    }
}

@keyframes wobble {
    0% {
        transform: translateX(0%)
    }

    15% {
        transform: translateX(-25%) rotate(-5deg)
    }

    30% {
        transform: translateX(20%) rotate(3deg)
    }

    45% {
        transform: translateX(-15%) rotate(-3deg)
    }

    60% {
        transform: translateX(10%) rotate(2deg)
    }

    75% {
        transform: translateX(-5%) rotate(-1deg)
    }

    100% {
        transform: translateX(0%);
        opacity: 1
    }
}

.wobble {
    -webkit-animation-name: wobble;
    -moz-animation-name: wobble;
    -o-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes wiggle {
    0% {
        -webkit-transform: skewX(9deg)
    }

    10% {
        -webkit-transform: skewX(-8deg)
    }

    20% {
        -webkit-transform: skewX(7deg)
    }

    30% {
        -webkit-transform: skewX(-6deg)
    }

    40% {
        -webkit-transform: skewX(5deg)
    }

    50% {
        -webkit-transform: skewX(-4deg)
    }

    60% {
        -webkit-transform: skewX(3deg)
    }

    70% {
        -webkit-transform: skewX(-2deg)
    }

    80% {
        -webkit-transform: skewX(1deg)
    }

    90% {
        -webkit-transform: skewX(0deg)
    }

    100% {
        -webkit-transform: skewX(0deg);
        opacity: 1
    }
}

@-moz-keyframes wiggle {
    0% {
        -moz-transform: skewX(9deg)
    }

    10% {
        -moz-transform: skewX(-8deg)
    }

    20% {
        -moz-transform: skewX(7deg)
    }

    30% {
        -moz-transform: skewX(-6deg)
    }

    40% {
        -moz-transform: skewX(5deg)
    }

    50% {
        -moz-transform: skewX(-4deg)
    }

    60% {
        -moz-transform: skewX(3deg)
    }

    70% {
        -moz-transform: skewX(-2deg)
    }

    80% {
        -moz-transform: skewX(1deg)
    }

    90% {
        -moz-transform: skewX(0deg)
    }

    100% {
        -moz-transform: skewX(0deg);
        opacity: 1
    }
}

@-o-keyframes wiggle {
    0% {
        -o-transform: skewX(9deg)
    }

    10% {
        -o-transform: skewX(-8deg)
    }

    20% {
        -o-transform: skewX(7deg)
    }

    30% {
        -o-transform: skewX(-6deg)
    }

    40% {
        -o-transform: skewX(5deg)
    }

    50% {
        -o-transform: skewX(-4deg)
    }

    60% {
        -o-transform: skewX(3deg)
    }

    70% {
        -o-transform: skewX(-2deg)
    }

    80% {
        -o-transform: skewX(1deg)
    }

    90% {
        -o-transform: skewX(0deg)
    }

    100% {
        -o-transform: skewX(0deg);
        opacity: 1
    }
}

@keyframes wiggle {
    0% {
        transform: skewX(9deg)
    }

    10% {
        transform: skewX(-8deg)
    }

    20% {
        transform: skewX(7deg)
    }

    30% {
        transform: skewX(-6deg)
    }

    40% {
        transform: skewX(5deg)
    }

    50% {
        transform: skewX(-4deg)
    }

    60% {
        transform: skewX(3deg)
    }

    70% {
        transform: skewX(-2deg)
    }

    80% {
        transform: skewX(1deg)
    }

    90% {
        transform: skewX(0deg)
    }

    100% {
        transform: skewX(0deg);
        opacity: 1
    }
}

.wiggle {
    -webkit-animation-name: wiggle;
    -moz-animation-name: wiggle;
    -o-animation-name: wiggle;
    animation-name: wiggle;
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1)
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 1
    }
}

@-moz-keyframes pulse {
    0% {
        -moz-transform: scale(1)
    }

    50% {
        -moz-transform: scale(1.1)
    }

    100% {
        -moz-transform: scale(1);
        opacity: 1
    }
}

@-o-keyframes pulse {
    0% {
        -o-transform: scale(1)
    }

    50% {
        -o-transform: scale(1.1)
    }

    100% {
        -o-transform: scale(1);
        opacity: 1
    }
}

@keyframes pulse {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.1)
    }

    100% {
        transform: scale(1);
        opacity: 1
    }
}

.pulse {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -o-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}

@-o-keyframes fadeInUp {
    0% {
        opacity: 0;
        -o-transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes fadeInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}

@-o-keyframes fadeInDown {
    0% {
        opacity: 0;
        -o-transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@-moz-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
}

@-o-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -o-transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        -o-transform: translateX(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@-moz-keyframes fadeInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(20px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
}

@-o-keyframes fadeInRight {
    0% {
        opacity: 0;
        -o-transform: translateX(20px)
    }

    100% {
        opacity: 1;
        -o-transform: translateX(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -moz-transform: translateY(2000px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}

@-o-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -o-transform: translateY(2000px)
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0)
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translateY(2000px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    -moz-animation-name: fadeInUpBig;
    -o-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -moz-transform: translateY(-2000px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}

@-o-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -o-transform: translateY(-2000px)
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0)
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translateY(-2000px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    -moz-animation-name: fadeInDownBig;
    -o-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@-moz-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -moz-transform: translateX(-2000px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
}

@-o-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -o-transform: translateX(-2000px)
    }

    100% {
        opacity: 1;
        -o-transform: translateX(0)
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translateX(-2000px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    -moz-animation-name: fadeInLeftBig;
    -o-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@-moz-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -moz-transform: translateX(2000px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
}

@-o-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -o-transform: translateX(2000px)
    }

    100% {
        opacity: 1;
        -o-transform: translateX(0)
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translateX(2000px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    -moz-animation-name: fadeInRightBig;
    -o-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05)
    }

    70% {
        -webkit-transform: scale(.9)
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 1
    }
}

@-moz-keyframes bounceIn {
    0% {
        opacity: 0;
        -moz-transform: scale(.3)
    }

    50% {
        opacity: 1;
        -moz-transform: scale(1.05)
    }

    70% {
        -moz-transform: scale(.9)
    }

    100% {
        -moz-transform: scale(1);
        opacity: 1
    }
}

@-o-keyframes bounceIn {
    0% {
        opacity: 0;
        -o-transform: scale(.3)
    }

    50% {
        opacity: 1;
        -o-transform: scale(1.05)
    }

    70% {
        -o-transform: scale(.9)
    }

    100% {
        -o-transform: scale(1);
        opacity: 1
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(.3)
    }

    50% {
        opacity: 1;
        transform: scale(1.05)
    }

    70% {
        transform: scale(.9)
    }

    100% {
        transform: scale(1);
        opacity: 1
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    -moz-animation-name: bounceIn;
    -o-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px)
    }

    80% {
        -webkit-transform: translateY(10px)
    }

    100% {
        -webkit-transform: translateY(0);
        opacity: 1
    }
}

@-moz-keyframes bounceInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(2000px)
    }

    60% {
        opacity: 1;
        -moz-transform: translateY(-30px)
    }

    80% {
        -moz-transform: translateY(10px)
    }

    100% {
        -moz-transform: translateY(0);
        opacity: 1
    }
}

@-o-keyframes bounceInUp {
    0% {
        opacity: 0;
        -o-transform: translateY(2000px)
    }

    60% {
        opacity: 1;
        -o-transform: translateY(-30px)
    }

    80% {
        -o-transform: translateY(10px)
    }

    100% {
        -o-transform: translateY(0);
        opacity: 1
    }
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        transform: translateY(2000px)
    }

    60% {
        opacity: 1;
        transform: translateY(-30px)
    }

    80% {
        transform: translateY(10px)
    }

    100% {
        transform: translateY(0);
        opacity: 1
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    -moz-animation-name: bounceInUp;
    -o-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(30px)
    }

    80% {
        -webkit-transform: translateY(-10px)
    }

    100% {
        -webkit-transform: translateY(0);
        opacity: 1
    }
}

@-moz-keyframes bounceInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-2000px)
    }

    60% {
        opacity: 1;
        -moz-transform: translateY(30px)
    }

    80% {
        -moz-transform: translateY(-10px)
    }

    100% {
        -moz-transform: translateY(0);
        opacity: 1
    }
}

@-o-keyframes bounceInDown {
    0% {
        opacity: 0;
        -o-transform: translateY(-2000px)
    }

    60% {
        opacity: 1;
        -o-transform: translateY(30px)
    }

    80% {
        -o-transform: translateY(-10px)
    }

    100% {
        -o-transform: translateY(0);
        opacity: 1
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        transform: translateY(-2000px)
    }

    60% {
        opacity: 1;
        transform: translateY(30px)
    }

    80% {
        transform: translateY(-10px)
    }

    100% {
        transform: translateY(0);
        opacity: 1
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    -moz-animation-name: bounceInDown;
    -o-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(30px)
    }

    80% {
        -webkit-transform: translateX(-10px)
    }

    100% {
        -webkit-transform: translateX(0);
        opacity: 1
    }
}

@-moz-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-2000px)
    }

    60% {
        opacity: 1;
        -moz-transform: translateX(30px)
    }

    80% {
        -moz-transform: translateX(-10px)
    }

    100% {
        -moz-transform: translateX(0);
        opacity: 1
    }
}

@-o-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -o-transform: translateX(-2000px)
    }

    60% {
        opacity: 1;
        -o-transform: translateX(30px)
    }

    80% {
        -o-transform: translateX(-10px)
    }

    100% {
        -o-transform: translateX(0);
        opacity: 1
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        transform: translateX(-2000px)
    }

    60% {
        opacity: 1;
        transform: translateX(30px)
    }

    80% {
        transform: translateX(-10px)
    }

    100% {
        transform: translateX(0);
        opacity: 1
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    -moz-animation-name: bounceInLeft;
    -o-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px)
    }

    80% {
        -webkit-transform: translateX(10px)
    }

    100% {
        -webkit-transform: translateX(0);
        opacity: 1
    }
}

@-moz-keyframes bounceInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(2000px)
    }

    60% {
        opacity: 1;
        -moz-transform: translateX(-30px)
    }

    80% {
        -moz-transform: translateX(10px)
    }

    100% {
        -moz-transform: translateX(0);
        opacity: 1
    }
}

@-o-keyframes bounceInRight {
    0% {
        opacity: 0;
        -o-transform: translateX(2000px)
    }

    60% {
        opacity: 1;
        -o-transform: translateX(-30px)
    }

    80% {
        -o-transform: translateX(10px)
    }

    100% {
        -o-transform: translateX(0);
        opacity: 1
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        transform: translateX(2000px)
    }

    60% {
        opacity: 1;
        transform: translateX(-30px)
    }

    80% {
        transform: translateX(10px)
    }

    100% {
        transform: translateX(0);
        opacity: 1
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    -moz-animation-name: bounceInRight;
    -o-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(0);
        opacity: 1
    }
}

@-moz-keyframes rotateIn {
    0% {
        -moz-transform-origin: center center;
        -moz-transform: rotate(-200deg);
        opacity: 0
    }

    100% {
        -moz-transform-origin: center center;
        -moz-transform: rotate(0);
        opacity: 1
    }
}

@-o-keyframes rotateIn {
    0% {
        -o-transform-origin: center center;
        -o-transform: rotate(-200deg);
        opacity: 0
    }

    100% {
        -o-transform-origin: center center;
        -o-transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        transform-origin: center center;
        transform: rotate(-200deg);
        opacity: 0
    }

    100% {
        transform-origin: center center;
        transform: rotate(0);
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    -moz-animation-name: rotateIn;
    -o-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(0);
        opacity: 1
    }
}

@-moz-keyframes rotateInUpLeft {
    0% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(90deg);
        opacity: 0
    }

    100% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(0);
        opacity: 1
    }
}

@-o-keyframes rotateInUpLeft {
    0% {
        -o-transform-origin: left bottom;
        -o-transform: rotate(90deg);
        opacity: 0
    }

    100% {
        -o-transform-origin: left bottom;
        -o-transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(90deg);
        opacity: 0
    }

    100% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    -moz-animation-name: rotateInUpLeft;
    -o-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(0);
        opacity: 1
    }
}

@-moz-keyframes rotateInDownLeft {
    0% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(-90deg);
        opacity: 0
    }

    100% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(0);
        opacity: 1
    }
}

@-o-keyframes rotateInDownLeft {
    0% {
        -o-transform-origin: left bottom;
        -o-transform: rotate(-90deg);
        opacity: 0
    }

    100% {
        -o-transform-origin: left bottom;
        -o-transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(-90deg);
        opacity: 0
    }

    100% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    -moz-animation-name: rotateInDownLeft;
    -o-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(0);
        opacity: 1
    }
}

@-moz-keyframes rotateInUpRight {
    0% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(-90deg);
        opacity: 0
    }

    100% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(0);
        opacity: 1
    }
}

@-o-keyframes rotateInUpRight {
    0% {
        -o-transform-origin: right bottom;
        -o-transform: rotate(-90deg);
        opacity: 0
    }

    100% {
        -o-transform-origin: right bottom;
        -o-transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(-90deg);
        opacity: 0
    }

    100% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    -moz-animation-name: rotateInUpRight;
    -o-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(0);
        opacity: 1
    }
}

@-moz-keyframes rotateInDownRight {
    0% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(90deg);
        opacity: 0
    }

    100% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(0);
        opacity: 1
    }
}

@-o-keyframes rotateInDownRight {
    0% {
        -o-transform-origin: right bottom;
        -o-transform: rotate(90deg);
        opacity: 0
    }

    100% {
        -o-transform-origin: right bottom;
        -o-transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(90deg);
        opacity: 0
    }

    100% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    -moz-animation-name: rotateInDownRight;
    -o-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

h1,h2,h3,h4,h5,h6 {
    color: #1d2127;
    font-weight: 200;
    letter-spacing: -1px;
    margin: 0
}

h1 {
    font-size: 2.6em;
    line-height: 44px;
    margin: 0 0 32px 0
}

h2 {
    font-size: 1.4em;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 27px;
    margin: 0 0 14px 0
}

h3 {
    font-size: 1.4em;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 24px;
    margin-bottom: 33px
}

h4 {
    font-size: 1.4em;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 27px;
    margin: 0 0 14px 0
}

h5 {
    font-size: 1em;
    font-weight: 600;
    letter-spacing: normal;
    line-height: 18px;
    margin: 0 0 14px 0;
    text-transform: uppercase
}

h6 {
    color: #333;
    font-size: 1em;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 18px;
    margin: 0 0 14px 0
}

h1.big {
    font-size: 4.2em;
    line-height: 54px
}

h1.small {
    font-size: 2.2em;
    line-height: 42px;
    font-weight: 600
}

h1.short {
    margin-bottom: 15px
}

h2.short {
    margin-bottom: 15px
}

h3.short,h4.short,h5.short,h6.short {
    margin-bottom: 9px
}

h1.shorter,h2.shorter,h3.shorter,h4.shorter,h5.shorter,h6.shorter {
    margin-bottom: 0
}

h1.tall,h2.tall,h3.tall,h4.tall,h5.tall,h6.tall {
    margin-bottom: 33px
}

h1.taller,h2.taller,h3.taller,h4.taller,h5.taller,h6.taller {
    margin-bottom: 44px
}

h1.spaced,h2.spaced,h3.spaced,h4.spaced,h5.spaced,h6.spaced {
    margin-top: 22px
}

h1.more-spaced,h2.more-spaced,h3.more-spaced,h4.more-spaced,h5.more-spaced,h6.more-spaced {
    margin-top: 44px
}

h1.dark,h2.dark,h3.dark,h4.dark,h5.dark {
    color: #1d2127
}

h1.light,h2.light,h3.light,h4.light,h5.light,h6.light {
    color: #fff
}

h1.text-shadow,h2.text-shadow,h3.text-shadow,h4.text-shadow,h5.text-shadow,h6.text-shadow {
    text-shadow: 1px 1px 0 rgba(0,0,0,.2)
}

.heading.heading-border {
    margin-bottom: 25px
}

.heading.heading-border h1,.heading.heading-border h2,.heading.heading-border h3,.heading.heading-border h4,.heading.heading-border h5,.heading.heading-border h6 {
    margin: 0;
    padding: 0
}

.heading.heading-bottom-border h1 {
    border-bottom: 5px solid #dbdbdb;
    padding-bottom: 10px
}

.heading.heading-bottom-border h2,.heading.heading-bottom-border h3 {
    border-bottom: 2px solid #dbdbdb;
    padding-bottom: 10px
}

.heading.heading-bottom-border h4,.heading.heading-bottom-border h5,.heading.heading-bottom-border h6 {
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 5px
}

.heading.heading-bottom-double-border h1,.heading.heading-bottom-double-border h2,.heading.heading-bottom-double-border h3 {
    border-bottom: 3px double #dbdbdb;
    padding-bottom: 10px
}

.heading.heading-bottom-double-border h4,.heading.heading-bottom-double-border h5,.heading.heading-bottom-double-border h6 {
    border-bottom: 3px double #dbdbdb;
    padding-bottom: 5px
}

.heading.heading-middle-border {
    position: relative
}

.heading.heading-middle-border:before {
    border-top: 1px solid #dbdbdb;
    content: "";
    height: 0;
    left: auto;
    position: absolute;
    right: 0;
    top: 50%;
    width: 100%
}

.heading.heading-middle-border h1,.heading.heading-middle-border h2,.heading.heading-middle-border h3,.heading.heading-middle-border h4,.heading.heading-middle-border h5,.heading.heading-middle-border h6 {
    position: relative;
    background: #fff;
    display: inline-block
}

.heading.heading-middle-border h1 {
    padding-right: 15px
}

.heading.heading-middle-border h2,.heading.heading-middle-border h3 {
    padding-right: 10px
}

.heading.heading-middle-border h4,.heading.heading-middle-border h5,.heading.heading-middle-border h6 {
    padding-right: 5px
}

.heading.heading-middle-border-reverse {
    text-align: right
}

.heading.heading-middle-border-reverse h1,.heading.heading-middle-border-reverse h2,.heading.heading-middle-border-reverse h3,.heading.heading-middle-border-reverse h4,.heading.heading-middle-border-reverse h5,.heading.heading-middle-border-reverse h6 {
    padding-right: 0
}

.heading.heading-middle-border-reverse h1 {
    padding-left: 15px
}

.heading.heading-middle-border-reverse h2,.heading.heading-middle-border-reverse h3 {
    padding-left: 10px
}

.heading.heading-middle-border-reverse h4,.heading.heading-middle-border-reverse h5,.heading.heading-middle-border-reverse h6 {
    padding-left: 5px
}

.heading.heading-middle-border-center {
    text-align: center
}

.heading.heading-middle-border-center h1 {
    padding-left: 15px;
    padding-right: 15px
}

.heading.heading-middle-border-center h2,.heading.heading-middle-border-center h3 {
    padding-left: 10px;
    padding-right: 10px
}

.heading.heading-middle-border-center h4,.heading.heading-middle-border-center h5,.heading.heading-middle-border-center h6 {
    padding-left: 5px;
    padding-right: 5px
}

.heading.heading-border-xs:before {
    border-top-width: 1px
}

.heading.heading-border-sm:before {
    border-top-width: 2px
}

.heading.heading-border-lg:before {
    border-top-width: 3px
}

.heading.heading-border-xl:before {
    border-top-width: 5px
}

.modal-header h3 {
    color: #333;
    text-transform: none
}

@media(max-width: 479px) {
    h2 {
        line-height:40px
    }
}

@media(max-width: 767px) {
    h1.big {
        font-size:3.2em;
        line-height: 42px
    }
}

blockquote {
    font-size: 1em
}

blockquote.with-borders {
    border-radius: 6px;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.04);
    padding: 15px 20px
}

p {
    color: #777;
    line-height: 24px;
    margin: 0 0 20px
}

p.featured {
    font-size: 1.6em;
    line-height: 1.5em
}

p.short {
    margin-bottom: 0
}

p.tall {
    margin-bottom: 20px
}

p.taller {
    margin-bottom: 40px
}

p .alternative-font {
    display: inline-block;
    margin-top: -15px;
    position: relative;
    top: 3px;
    margin-bottom: -6px
}

a,a:hover,a:focus {
    color: #ccc
}

p.drop-caps:first-child:first-letter {
    float: left;
    font-size: 75px;
    line-height: 60px;
    padding: 4px;
    margin-right: 5px;
    margin-top: 5px;
    font-family: Georgia
}

p.drop-caps.drop-caps-style-2:first-child:first-letter {
    background-color: #ccc;
    color: #fff;
    padding: 6px;
    margin-right: 5px;
    border-radius: 4px
}

.alternative-font {
    color: #ccc;
    font-family: "Shadows Into Light",cursive;
    font-size: 1.6em
}

ul.nav-list li {
    margin: 0;
    padding: 0;
    display: block;
    position: relative
}

ul.nav-list li a {
    -webkit-transition: background .1s;
    -moz-transition: background .1s;
    transition: background .1s;
    border-bottom: 1px solid #ededde;
    padding: 8px 0;
    display: block;
    color: #666;
    font-size: .9em;
    text-decoration: none
}

ul.nav-list li a:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #333;
    margin-left: 10px;
    margin-right: 5px;
    position: relative
}

ul.nav-list li a:hover {
    background-color: #eee;
    text-decoration: none
}

ul.nav-list li.active>a {
    font-weight: bold
}

ul.nav-list li ul {
    list-style: none;
    margin: 0 0 0 25px;
    padding: 0
}

ul.nav-list li:last-child a {
    border-bottom: 0
}

ul.nav-list.hide-not-active li ul {
    display: none
}

ul.nav-list.hide-not-active li.active ul {
    display: block
}

ul.nav-list.show-bg-active .active>a {
    background-color: #f5f5f5
}

ul.nav-list.show-bg-active .active>a:hover {
    background-color: #eee
}

ul.narrow li a {
    padding: 4px 0
}

ul.nav-pills>li.active>a {
    background-color: #ccc
}

ul.nav-pills>li.active>a:hover,ul.nav-pills>li.active>a:focus {
    background-color: #ccc
}

.btn {
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    transition: all .1s
}

.btn-default {
    color: #666
}

.btn-icon i {
    margin-right: 10px
}

.btn-icon-right i {
    margin-right: 0;
    margin-left: 10px
}

.btn-primary {
    border-color: #ccc;
    border-color: #ccc #ccc #b3b3b3;
    background-color: #ccc;
    color: white;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25)
}

.btn-primary:hover {
    border-color: #d9d9d9 #d9d9d9 #bfbfbf;
    background-color: #d9d9d9;
    color: white
}

.btn-primary:active,.btn-primary:focus {
    border-color: #bfbfbf;
    background-color: #bfbfbf;
    color: white
}

.btn-primary.dropdown-toggle {
    border-left-color: #bfbfbf
}

.btn-primary[disabled] {
    border-color: white;
    background-color: white;
    color: #ccc
}

.btn-success {
    border-color: #47a447;
    border-color: #47a447 #47a447 #388038;
    background-color: #47a447;
    color: white;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25)
}

.btn-success:hover {
    border-color: #51b451 #51b451 #3f923f;
    background-color: #51b451;
    color: white
}

.btn-success:active,.btn-success:focus {
    border-color: #3f923f;
    background-color: #3f923f;
    color: white
}

.btn-success.dropdown-toggle {
    border-left-color: #3f923f
}

.btn-success[disabled] {
    border-color: #86cb86;
    background-color: #86cb86;
    color: #ccc
}

.btn-warning {
    border-color: #ed9c28;
    border-color: #ed9c28 #ed9c28 #d18211;
    background-color: #ed9c28;
    color: white;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25)
}

.btn-warning:hover {
    border-color: #efa740 #efa740 #e89113;
    background-color: #efa740;
    color: white
}

.btn-warning:active,.btn-warning:focus {
    border-color: #e89113;
    background-color: #e89113;
    color: white
}

.btn-warning.dropdown-toggle {
    border-left-color: #e89113
}

.btn-warning[disabled] {
    border-color: #f5c786;
    background-color: #f5c786;
    color: #ccc
}

.btn-danger {
    border-color: #d2322d;
    border-color: #d2322d #d2322d #a82824;
    background-color: #d2322d;
    color: white;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25)
}

.btn-danger:hover {
    border-color: #d64742 #d64742 #bd2d29;
    background-color: #d64742;
    color: white
}

.btn-danger:active,.btn-danger:focus {
    border-color: #bd2d29;
    background-color: #bd2d29;
    color: white
}

.btn-danger.dropdown-toggle {
    border-left-color: #bd2d29
}

.btn-danger[disabled] {
    border-color: #e48481;
    background-color: #e48481;
    color: #ccc
}

.btn-info {
    border-color: #5bc0de;
    border-color: #5bc0de #5bc0de #31b0d5;
    background-color: #5bc0de;
    color: white;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25)
}

.btn-info:hover {
    border-color: #70c8e2 #70c8e2 #46b8da;
    background-color: #70c8e2;
    color: white
}

.btn-info:active,.btn-info:focus {
    border-color: #46b8da;
    background-color: #46b8da;
    color: white
}

.btn-info.dropdown-toggle {
    border-left-color: #46b8da
}

.btn-info[disabled] {
    border-color: #b0e1ef;
    background-color: #b0e1ef;
    color: #ccc
}

.btn-dark {
    border-color: #1d2127;
    border-color: #1d2127 #1d2127 #07080a;
    background-color: #1d2127;
    color: white;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25)
}

.btn-dark:hover {
    border-color: #282d36 #282d36 #121518;
    background-color: #282d36;
    color: white
}

.btn-dark:active,.btn-dark:focus {
    border-color: #121518;
    background-color: #121518;
    color: white
}

.btn-dark.dropdown-toggle {
    border-left-color: #121518
}

.btn-dark[disabled] {
    border-color: #495362;
    background-color: #495362;
    color: #ccc
}

.btn-borders {
    border-width: 3px
}

.btn-borders.btn-primary {
    background: transparent;
    border-color: #ccc;
    color: #ccc;
    text-shadow: none
}

.btn-borders.btn-primary:hover,.btn-borders.btn-primary:focus {
    background-color: #d9d9d9;
    border-color: #ccc !important;
    color: white
}

.btn-borders.btn-success {
    background: transparent;
    border-color: #47a447;
    color: #47a447;
    text-shadow: none
}

.btn-borders.btn-success:hover,.btn-borders.btn-success:focus {
    background-color: #51b451;
    border-color: #47a447 !important;
    color: white
}

.btn-borders.btn-warning {
    background: transparent;
    border-color: #ed9c28;
    color: #ed9c28;
    text-shadow: none
}

.btn-borders.btn-warning:hover,.btn-borders.btn-warning:focus {
    background-color: #efa740;
    border-color: #ed9c28 !important;
    color: white
}

.btn-borders.btn-danger {
    background: transparent;
    border-color: #d2322d;
    color: #d2322d;
    text-shadow: none
}

.btn-borders.btn-danger:hover,.btn-borders.btn-danger:focus {
    background-color: #d64742;
    border-color: #d2322d !important;
    color: white
}

.btn-borders.btn-info {
    background: transparent;
    border-color: #5bc0de;
    color: #5bc0de;
    text-shadow: none
}

.btn-borders.btn-info:hover,.btn-borders.btn-info:focus {
    background-color: #70c8e2;
    border-color: #5bc0de !important;
    color: white
}

.btn-borders.btn-dark {
    background: transparent;
    border-color: #1d2127;
    color: #1d2127;
    text-shadow: none
}

.btn-borders.btn-dark:hover,.btn-borders.btn-dark:focus {
    background-color: #282d36;
    border-color: #1d2127 !important;
    color: white
}

.btn-borders {
    padding: 4px 12px
}

.btn-borders.btn-lg,.btn-group-lg>.btn-borders.btn {
    padding: 8px 16px
}

.btn-borders.btn-sm,.btn-group-sm>.btn-borders.btn {
    border-width: 2px;
    padding: 4px 10px
}

.btn-borders.btn-xs,.btn-group-xs>.btn-borders.btn {
    padding: 1px 5px;
    border-width: 1px
}

.btn-3d {
    border-bottom-width: 3px;
    padding: 5px 12px;
    border-radius: 6px
}

.btn-3d.btn-lg,.btn-group-lg>.btn-3d.btn {
    padding: 9px 16px
}

.btn-3d.btn-sm,.btn-group-sm>.btn-3d.btn {
    border-width: 2px;
    padding: 4px 10px
}

.btn-3d.btn-xs,.btn-group-xs>.btn-3d.btn {
    padding: 1px 5px;
    border-width: 1px
}

.label-primary {
    background-color: #ccc;
    color: white
}

.label-success {
    background-color: #47a447;
    color: white
}

.label-warning {
    background-color: #ed9c28;
    color: white
}

.label-danger {
    background-color: #d2322d;
    color: white
}

.label-info {
    background-color: #5bc0de;
    color: white
}

.label-dark {
    background-color: #1d2127;
    color: white
}

.label.label-sm {
    font-size: .7em
}

.label.label-lg {
    font-size: 1em
}

form label {
    font-weight: normal
}

textarea {
    resize: vertical
}

select {
    border: 1px solid #e5e7e9;
    border-radius: 6px;
    outline: 0
}

.label {
    font-weight: normal
}

.form-group:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.form-control:focus {
    box-shadow: 0 1px 1px rgba(0,0,0,.075) inset;
    border-color: #ccc
}

.form-control.error {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.form-control.error:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483
}

label.valid {
    display: inline-block;
    text-indent: -9999px
}

label.error {
    color: #c10000;
    font-size: .9em;
    line-height: 18px;
    padding: 5px 0 0
}

label.error#captcha-error {
    margin-top: 15px
}

.captcha {
    clear: both;
    overflow: hidden;
    background: #f2f2f2;
    text-align: center;
    margin-bottom: 20px;
    max-width: 160px;
    height: 78px;
    position: relative
}

.captcha input {
    border: 0
}

.captcha-input {
    position: relative;
    top: 15px;
    font-size: 14px
}

.captcha-image {
    float: left;
    position: relative;
    top: -5px;
    left: -13px
}

.captcha-refresh {
    position: absolute;
    z-index: 1;
    bottom: 2px;
    right: 2px;
    border-radius: 3px;
    padding: 2px 5px
}

.captcha-refresh a,.captcha-refresh a:hover,.captcha-refresh a:focus,.captcha-refresh a:active {
    color: #333
}

.table>thead>tr>td.primary,.table>tbody>tr>td.primary,.table>tfoot>tr>td.primary,.table>thead>tr>th.primary,.table>tbody>tr>th.primary,.table>tfoot>tr>th.primary,.table>thead>tr.primary>td,.table>tbody>tr.primary>td,.table>tfoot>tr.primary>td,.table>thead>tr.primary>th,.table>tbody>tr.primary>th,.table>tfoot>tr.primary>th {
    background-color: #ccc;
    color: white
}

.table>thead>tr>td.success,.table>tbody>tr>td.success,.table>tfoot>tr>td.success,.table>thead>tr>th.success,.table>tbody>tr>th.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>tbody>tr.success>td,.table>tfoot>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr.success>th,.table>tfoot>tr.success>th {
    background-color: #47a447;
    color: white
}

.table>thead>tr>td.warning,.table>tbody>tr>td.warning,.table>tfoot>tr>td.warning,.table>thead>tr>th.warning,.table>tbody>tr>th.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>tbody>tr.warning>td,.table>tfoot>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr.warning>th,.table>tfoot>tr.warning>th {
    background-color: #ed9c28;
    color: white
}

.table>thead>tr>td.danger,.table>tbody>tr>td.danger,.table>tfoot>tr>td.danger,.table>thead>tr>th.danger,.table>tbody>tr>th.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>tbody>tr.danger>td,.table>tfoot>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr.danger>th,.table>tfoot>tr.danger>th {
    background-color: #d2322d;
    color: white
}

.table>thead>tr>td.info,.table>tbody>tr>td.info,.table>tfoot>tr>td.info,.table>thead>tr>th.info,.table>tbody>tr>th.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>tbody>tr.info>td,.table>tfoot>tr.info>td,.table>thead>tr.info>th,.table>tbody>tr.info>th,.table>tfoot>tr.info>th {
    background-color: #5bc0de;
    color: white
}

.table>thead>tr>td.dark,.table>tbody>tr>td.dark,.table>tfoot>tr>td.dark,.table>thead>tr>th.dark,.table>tbody>tr>th.dark,.table>tfoot>tr>th.dark,.table>thead>tr.dark>td,.table>tbody>tr.dark>td,.table>tfoot>tr.dark>td,.table>thead>tr.dark>th,.table>tbody>tr.dark>th,.table>tfoot>tr.dark>th {
    background-color: #1d2127;
    color: white
}

.featured-icon {
    background: #ccc;
    border-radius: 35px;
    color: #fff;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    margin-right: 10px;
    position: relative;
    text-align: center;
    top: 5px;
    width: 35px
}

.featured-icon i {
    color: #fff;
    font-size: .9em;
    font-weight: normal
}

.fontawesome-icon-list [class*="col-md-"] {
    margin-bottom: 9px
}

.fontawesome-icon-list>section {
    margin-top: 25px
}

.img-rounded {
    border-radius: 4px
}

.img-thumbnail {
    border-radius: 4px;
    position: relative
}

.img-thumbnail img {
    border-radius: 4px
}

.img-thumbnail .zoom {
    background: #ccc;
    border-radius: 100%;
    bottom: 8px;
    color: #fff;
    display: block;
    height: 30px;
    padding: 6px;
    position: absolute;
    right: 8px;
    text-align: center;
    width: 30px
}

.img-thumbnail .zoom i {
    font-size: 14px;
    left: -1px;
    position: relative;
    top: -3px
}

.img-thumbnail.img-thumbnail-hover-icon {
    position: relative
}

.img-thumbnail.img-thumbnail-hover-icon img {
    position: relative;
    z-index: 1
}

.img-thumbnail.img-thumbnail-hover-icon:before {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    background: rgba(0,0,0,.65);
    border-radius: 4px;
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    z-index: 2
}

.img-thumbnail.img-thumbnail-hover-icon:after {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    font-family: FontAwesome;
    color: #fff;
    content: "ï€Ž";
    font-size: 30px;
    height: 30px;
    position: absolute;
    top: 30%;
    margin-top: -15px;
    display: block;
    text-align: center;
    width: 100%;
    opacity: 0;
    z-index: 3
}

.img-thumbnail.img-thumbnail-hover-icon:hover:before {
    opacity: 1
}

.img-thumbnail.img-thumbnail-hover-icon:hover:after {
    top: 50%;
    opacity: 1
}

ul.image-gallery {
    list-style: none;
    margin: 0;
    padding: 0
}

ul.image-gallery .image-gallery-item {
    margin-bottom: 35px
}

ul.thumbnail-gallery {
    list-style: none;
    margin: 10px 0;
    padding: 0
}

ul.thumbnail-gallery li {
    display: inline-block;
    margin: 10px 10px 0 0;
    padding: 0
}

@media(max-width: 991px) {
    .thumbnail {
        border:0;
        text-align: center
    }
}

.masonry .masonry-item {
    width: 25%
}

.masonry .masonry-item.w2 {
    width: 50%
}

.masonry .masonry-item img {
    border-radius: 0 !important
}

.list li {
    margin-bottom: 13px
}

.list.pull-left li {
    text-align: left
}

.list.list-icons {
    list-style: none;
    padding-left: 0;
    padding-right: 0
}

.list.list-icons li {
    position: relative;
    padding-left: 25px;
    overflow: hidden
}

.list.list-icons li .fa {
    position: absolute;
    left: 0;
    top: 5px
}

.list.list-icons.list-icons-style-2 li {
    padding-top: 5px;
    padding-left: 36px
}

.list.list-icons.list-icons-style-2 li .fa {
    border-width: 1px;
    border-style: solid;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    padding: 4px
}

.list.list-icons.list-icons-style-3 li {
    padding-top: 7px;
    padding-left: 36px
}

.list.list-icons.list-icons-style-3 li .fa {
    color: #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    padding: 5px
}

.list.list-icons.list-icons-sm li {
    padding-left: 13px;
    margin-bottom: 5px
}

.list.list-icons.list-icons-sm li .fa {
    font-size: .8em;
    top: 7px
}

.list.list-icons.list-icons-sm.list-icons-style-2 li {
    padding-left: 32px
}

.list.list-icons.list-icons-sm.list-icons-style-2 li .fa {
    width: 20px;
    height: 20px;
    padding: 3px
}

.list.list-icons.list-icons-sm.list-icons-style-3 li {
    padding-left: 32px
}

.list.list-icons.list-icons-sm.list-icons-style-3 li .fa {
    width: 20px;
    height: 20px;
    padding: 3px
}

.list.list-icons.list-icons-lg li {
    padding-top: 5px;
    padding-left: 32px
}

.list.list-icons.list-icons-lg li .fa {
    font-size: 1.5em
}

.list.list-icons.list-icons-lg.list-icons-style-2 li {
    padding-top: 8px;
    padding-left: 42px
}

.list.list-icons.list-icons-lg.list-icons-style-2 li .fa {
    width: 30px;
    height: 30px;
    padding: 4px
}

.list.list-icons.list-icons-lg.list-icons-style-3 li {
    padding-top: 8px;
    padding-left: 42px
}

.list.list-icons.list-icons-lg.list-icons-style-3 li .fa {
    width: 30px;
    height: 30px;
    padding: 4px
}

.list.list-icons.list-icons-reverse li {
    text-align: right;
    padding-right: 25px;
    padding-left: 0
}

.list.list-icons.list-icons-reverse li .fa {
    position: absolute;
    left: auto;
    right: 0;
    top: 5px
}

.list.list-icons.list-icons-reverse.list-icons-style-2 li {
    padding-right: 36px
}

.list.list-icons.list-icons-reverse.list-icons-style-3 li {
    padding-right: 36px
}

.list.list-icons.list-icons-reverse.list-icons-sm li {
    padding-left: 0;
    padding-right: 13px
}

.list.list-icons.list-icons-reverse.list-icons-sm.list-icons-style-2 li {
    padding-right: 32px
}

.list.list-icons.list-icons-reverse.list-icons-sm.list-icons-style-3 li {
    padding-right: 32px
}

.list.list-icons.list-icons-reverse.list-icons-lg li {
    padding-left: 0;
    padding-right: 32px
}

.list.list-icons.list-icons-reverse.list-icons-lg.list-icons-style-2 li {
    padding-right: 42px
}

.list.list-icons.list-icons-reverse.list-icons-lg.list-icons-style-3 li {
    padding-right: 42px
}

.list.list-borders li {
    border-bottom: 1px solid #dbdbdb;
    margin-top: 9px;
    margin-bottom: 0;
    padding-bottom: 9px
}

.list.list-borders li:last-child {
    border-bottom: 0
}

.list.list-side-borders {
    border-left: 1px solid #dbdbdb;
    padding-left: 10px
}

.list.list-ordened {
    counter-reset: custom-counter;
    list-style: none
}

.list.list-ordened li {
    position: relative;
    padding-left: 22px
}

.list.list-ordened li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: counter(custom-counter);
    counter-increment: custom-counter;
    font-weight: bold
}

.list.list-ordened.list-ordened-style-2 li,.list.list-ordened.list-ordened-style-3 li {
    padding-left: 32px
}

.list.list-ordened.list-ordened-style-2 li:before,.list.list-ordened.list-ordened-style-3 li:before {
    border-radius: 100%;
    border-style: solid;
    border-width: 1px;
    min-width: 26px;
    padding: 0;
    text-align: center
}

.list.list-ordened.list-ordened-style-3 li:before {
    color: #fff;
    border: 0
}

.list.list-unstyled {
    padding-left: 0;
    padding-right: 0
}

dl dd {
    margin-bottom: 15px
}

ul.sitemap>li>a {
    font-weight: bold
}

ul.sitemap.list li {
    margin: 0 0 3px 0
}

ul.sitemap.list ul {
    margin-bottom: 5px;
    margin-top: 5px
}

.panel-group .panel-heading {
    padding: 0;
    border-radius: 3px
}

.panel-group .panel-heading a {
    display: block;
    padding: 10px 15px
}

.panel-group .panel-heading a:hover,.panel-group .panel-heading a:focus {
    text-decoration: none
}

.panel-group .panel-heading a [class^="icon-"] {
    margin-right: 4px;
    position: relative;
    top: 1px
}

.panel-group .panel-heading a .fa {
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: -1px
}

.panel-group.panel-group-sm .panel-heading a {
    padding: 5px 15px;
    font-size: .9em
}

.panel-group.panel-group-sm .panel-body {
    font-size: .9em
}

.panel-group.panel-group-lg .panel-heading a {
    padding: 15px 15px;
    font-size: 1em;
    font-weight: 600
}

.panel-group.without-bg .panel-default {
    background: transparent !important
}

.panel-group.without-bg .panel-default>.panel-heading {
    background: transparent !important
}

.panel-group.without-bg .panel-body {
    padding-top: 0;
    padding-bottom: 0
}

.panel-group.without-borders .panel {
    border: 0;
    box-shadow: none;
    border-bottom: 1px solid #ddd;
    border-radius: 0
}

.panel-group.without-borders .panel-heading a {
    padding-left: 0;
    padding-right: 0
}

.panel-group.without-borders .panel-body {
    padding: 0
}

.tabs {
    border-radius: 4px;
    margin-bottom: 20px
}

.nav-tabs {
    margin: 0;
    padding: 0;
    font-size: 0;
    border-bottom-color: #eee
}

.nav-tabs li {
    display: inline-block;
    float: none
}

.nav-tabs li:last-child a {
    margin-right: 0
}

.nav-tabs li a {
    border-radius: 5px 5px 0 0;
    font-size: 14px;
    margin-right: 1px
}

.nav-tabs li a,.nav-tabs li a:hover {
    background: #f4f4f4;
    border-bottom: 0;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-top: 3px solid #eee;
    color: #ccc
}

.nav-tabs li a:hover {
    border-bottom-color: transparent;
    border-top: 3px solid #ccc;
    box-shadow: none
}

.nav-tabs li a:active,.nav-tabs li a:focus {
    border-bottom: 0
}

.nav-tabs li.active a,.nav-tabs li.active a:hover,.nav-tabs li.active a:focus {
    background: #fff;
    border-left-color: #eee;
    border-right-color: #eee;
    border-top: 3px solid #ccc;
    color: #ccc
}

.tab-content {
    border-radius: 0 0 4px 4px;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.04);
    background-color: #fff;
    border: 1px solid #eee;
    border-top: 0;
    padding: 15px
}

.nav-tabs.nav-right {
    text-align: right
}

.tabs.tabs-bottom {
    margin: 0 0 20px 0;
    padding: 0
}

.tabs.tabs-bottom .tab-content {
    border-radius: 4px 4px 0 0;
    border-bottom: 0;
    border-top: 1px solid #eee
}

.tabs.tabs-bottom .nav-tabs {
    border-bottom: 0;
    border-top: 1px solid #eee
}

.tabs.tabs-bottom .nav-tabs li {
    margin-bottom: 0;
    margin-top: -1px
}

.tabs.tabs-bottom .nav-tabs li:last-child a {
    margin-right: 0
}

.tabs.tabs-bottom .nav-tabs li a {
    border-radius: 0 0 5px 5px;
    font-size: 14px;
    margin-right: 1px
}

.tabs.tabs-bottom .nav-tabs li a,.tabs.tabs-bottom .nav-tabs li a:hover {
    border-bottom: 3px solid #eee;
    border-top: 1px solid #eee
}

.tabs.tabs-bottom .nav-tabs li a:hover {
    border-bottom: 3px solid #ccc;
    border-top: 1px solid #eee
}

.tabs.tabs-bottom .nav-tabs li.active a,.tabs.tabs-bottom .nav-tabs li.active a:hover,.tabs.tabs-bottom .nav-tabs li.active a:focus {
    border-bottom: 3px solid #ccc;
    border-top-color: transparent
}

.tabs-vertical {
    display: table;
    width: 100%;
    padding: 0;
    border-top: 1px solid #eee
}

.tabs-vertical .tab-content {
    display: table-cell;
    vertical-align: top
}

.tabs-vertical .nav-tabs {
    border-bottom: 0;
    display: table-cell;
    height: 100%;
    float: none;
    padding: 0;
    vertical-align: top
}

.tabs-vertical .nav-tabs>li {
    display: block
}

.tabs-vertical .nav-tabs>li a {
    border-radius: 0;
    display: block;
    padding-top: 10px
}

.tabs-vertical .nav-tabs>li a,.tabs-vertical .nav-tabs>li a:hover,.tabs-vertical .nav-tabs>li a:focus {
    border-bottom: 0;
    border-top: 0
}

.tabs-vertical .nav-tabs>li.active a,.tabs-vertical .nav-tabs>li.active a:hover,.tabs-vertical .nav-tabs>li.active:focus {
    border-top: 0
}

.tabs-left {
    padding: 0
}

.tabs-left .tab-content {
    border-radius: 0 5px 5px 5px;
    border-left: 0
}

.tabs-left .nav-tabs>li {
    margin-right: -1px
}

.tabs-left .nav-tabs>li:first-child a {
    border-radius: 5px 0 0 0
}

.tabs-left .nav-tabs>li:last-child a {
    border-radius: 0 0 0 5px;
    border-bottom: 1px solid #eee
}

.tabs-left .nav-tabs>li a {
    border-right: 1px solid #eee;
    border-left: 3px solid #eee;
    margin-right: 1px;
    margin-left: -3px
}

.tabs-left .nav-tabs>li a:hover {
    border-left-color: #ccc
}

.tabs-left .nav-tabs>li.active a,.tabs-left .nav-tabs>li.active a:hover,.tabs-left .nav-tabs>li.active a:focus {
    border-left: 3px solid #ccc;
    border-right-color: #fff
}

.tabs-right {
    padding: 0
}

.tabs-right .tab-content {
    border-radius: 5px 0 5px 5px;
    border-right: 0
}

.tabs-right .nav-tabs>li {
    margin-left: -1px
}

.tabs-right .nav-tabs>li:first-child a {
    border-radius: 0 5px 0 0
}

.tabs-right .nav-tabs>li:last-child a {
    border-radius: 0 0 5px 0;
    border-bottom: 1px solid #eee
}

.tabs-right .nav-tabs>li a {
    border-right: 3px solid #eee;
    border-left: 1px solid #eee;
    margin-right: 1px;
    margin-left: 1px
}

.tabs-right .nav-tabs>li a:hover {
    border-right-color: #ccc
}

.tabs-right .nav-tabs>li.active a,.tabs-right .nav-tabs>li.active a:hover,.tabs-right .nav-tabs>li.active a:focus {
    border-right: 3px solid #ccc;
    border-left: 1px solid #fff
}

.nav-tabs.nav-justified {
    padding: 0;
    margin-bottom: -1px
}

.nav-tabs.nav-justified li {
    margin-bottom: 0
}

.nav-tabs.nav-justified li:first-child a,.nav-tabs.nav-justified li:first-child a:hover {
    border-radius: 5px 0 0 0
}

.nav-tabs.nav-justified li:last-child a,.nav-tabs.nav-justified li:last-child a:hover {
    border-radius: 0 5px 0 0
}

.nav-tabs.nav-justified li a {
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    margin-right: 0
}

.nav-tabs.nav-justified li a:hover,.nav-tabs.nav-justified li a:focus {
    border-bottom: 1px solid #ddd
}

.nav-tabs.nav-justified li.active a,.nav-tabs.nav-justified li.active a:hover,.nav-tabs.nav-justified li.active a:focus {
    background: #fff;
    border-left-color: #eee;
    border-right-color: #eee;
    border-top-width: 3px
}

.nav-tabs.nav-justified li.active a {
    border-bottom: 1px solid #fff
}

.nav-tabs.nav-justified li.active a,.nav-tabs.nav-justified li.active a:hover,.nav-tabs.nav-justified li.active a:focus {
    border-top-width: 3px
}

.nav-tabs.nav-justified li.active a:hover {
    border-bottom: 1px solid #fff
}

.tabs.tabs-bottom {
    padding: 0
}

.tabs.tabs-bottom .nav.nav-tabs.nav-justified {
    border-top: 0
}

.tabs.tabs-bottom .nav.nav-tabs.nav-justified li a {
    margin-right: 0;
    border-top-color: transparent
}

.tabs.tabs-bottom .nav.nav-tabs.nav-justified li:first-child a {
    border-radius: 0 0 0 5px
}

.tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child a {
    margin-right: 0;
    border-radius: 0 0 5px 0
}

.tabs.tabs-bottom .nav.nav-tabs.nav-justified li.active a,.tabs.tabs-bottom .nav.nav-tabs.nav-justified li.active a:hover,.tabs.tabs-bottom .nav.nav-tabs.nav-justified li.active a:focus {
    border-top-color: transparent
}

.tabs-center .nav-tabs {
    margin: 0 auto;
    text-align: center
}

.tabs-navigation {
    border-radius: 5px
}

.tabs-navigation .nav-tabs>li {
    margin-bottom: 1px
}

.tabs-navigation .nav-tabs>li a {
    color: #777;
    padding: 14px;
    line-height: 120%
}

.tabs-navigation .nav-tabs>li a:before {
    font-family: FontAwesome;
    content: "ï”";
    position: absolute;
    right: 15px;
    top: 15px
}

.tabs-navigation .nav-tabs>li a .fa {
    margin-right: 4px
}

.tabs-navigation .nav-tabs>li:first-child a {
    border-radius: 5px 5px 0 0
}

.tabs-navigation .nav-tabs>li.active a,.tabs-navigation .nav-tabs>li.active a:hover,.tabs-navigation .nav-tabs>li.active a:focus {
    border-right-color: #eee
}

.tabs-navigation .nav-tabs>li:last-child a {
    border-radius: 0 0 5px 5px
}

.tab-pane-navigation {
    display: none
}

.tab-pane-navigation.active {
    display: block
}

.tabs.tabs-simple .nav-tabs {
    border: 0;
    margin-bottom: 10px
}

.tabs.tabs-simple .nav-tabs>li {
    margin-left: 0;
    margin-bottom: 20px
}

.tabs.tabs-simple .nav-tabs>li a,.tabs.tabs-simple .nav-tabs>li a:hover,.tabs.tabs-simple .nav-tabs>li a:focus {
    padding: 15px 30px;
    background: none;
    border: 0;
    border-bottom: 3px solid #eee;
    border-radius: 0;
    color: #777;
    font-size: 16px
}

.tabs.tabs-simple .tab-content {
    border: 0;
    padding: 0;
    margin: 0;
    box-shadow: none
}

@media(max-width: 479px) {
    .tabs .nav.nav-tabs.nav-justified li {
        display:block;
        margin-bottom: -5px
    }

    .tabs .nav.nav-tabs.nav-justified li a {
        border-top-width: 3px !important;
        border-bottom-width: 0 !important
    }

    .tabs .nav.nav-tabs.nav-justified li:first-child a,.tabs .nav.nav-tabs.nav-justified li:first-child a:hover {
        border-radius: 5px 5px 0 0
    }

    .tabs .nav.nav-tabs.nav-justified li:last-child a,.tabs .nav.nav-tabs.nav-justified li:last-child a:hover {
        border-radius: 0
    }

    .tabs.tabs-bottom .nav.nav-tabs.nav-justified li {
        margin-bottom: 0;
        margin-top: -5px
    }

    .tabs.tabs-bottom .nav.nav-tabs.nav-justified li a {
        border-bottom-width: 3px !important;
        border-top-width: 0 !important
    }

    .tabs.tabs-bottom .nav.nav-tabs.nav-justified li:first-child a,.tabs.tabs-bottom .nav.nav-tabs.nav-justified li:first-child a:hover {
        border-radius: 0
    }

    .tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child a,.tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child a:hover {
        border-radius: 0 0 5px 5px
    }
}

.toggle {
    margin: 10px 0 20px;
    position: relative;
    clear: both
}

.toggle .toggle {
    margin: 10px 0 0
}

.toggle>input {
    cursor: pointer;
    filter: alpha(opacity=0);
    height: 45px;
    margin: 0;
    opacity: 0;
    position: absolute;
    width: 100%;
    z-index: 2
}

.toggle>label {
    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    transition: all .15s ease-out;
    background: #f4f4f4;
    border-left: 3px solid #ccc;
    border-radius: 5px;
    color: #ccc;
    display: block;
    font-size: 1.1em;
    min-height: 20px;
    padding: 12px 20px 12px 10px;
    position: relative;
    cursor: pointer;
    font-weight: 400
}

.toggle>label:-moz-selection {
    background: none
}

.toggle>label i.fa-minus {
    display: none
}

.toggle>label i.fa-plus {
    display: inline
}

.toggle>label:selection {
    background: none
}

.toggle>label:before {
    border: 6px solid transparent;
    border-left-color: inherit;
    content: "";
    margin-top: -6px;
    position: absolute;
    right: 4px;
    top: 50%
}

.toggle>label:hover {
    background: #f5f5f5
}

.toggle>label+p {
    color: #999;
    display: block;
    overflow: hidden;
    padding-left: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 25px
}

.toggle>label i {
    font-size: .7em;
    margin-right: 8px;
    position: relative;
    top: -1px
}

.toggle>.toggle-content {
    display: none
}

.toggle>.toggle-content>p {
    margin-bottom: 0;
    padding: 10px 0
}

.toggle.active i.fa-minus {
    display: inline
}

.toggle.active i.fa-plus {
    display: none
}

.toggle.active>label {
    background: #f4f4f4;
    border-color: #ccc
}

.toggle.active>label:before {
    border: 6px solid transparent;
    border-top-color: #fff;
    margin-top: -3px;
    right: 10px
}

.toggle.active>p {
    white-space: normal
}

.toggle>p.preview-active {
    height: auto;
    white-space: normal
}

.toggle.toggle-sm .toggle>label {
    font-size: .9em;
    padding: 6px 20px 6px 10px
}

.toggle.toggle-sm .toggle>.toggle-content>p {
    font-size: .9em
}

.toggle.toggle-lg .toggle>label {
    font-size: 1.1em;
    padding: 16px 20px 16px 20px
}

.toggle.toggle-lg .toggle>.toggle-content>p {
    font-size: 1.1em
}

.toggle.toggle-simple .toggle>label {
    border-radius: 0;
    border: 0;
    background: transparent;
    color: #777;
    color: #1d2127;
    padding-left: 32px;
    margin-bottom: -10px;
    font-size: 1em;
    font-weight: 600
}

.toggle.toggle-simple .toggle>label:after {
    content: "";
    position: absolute;
    left: 0;
    display: block;
    width: 24px;
    height: 24px;
    background: #ccc;
    top: 23px;
    margin-top: -12px;
    border-radius: 3px;
    z-index: 1
}

.toggle.toggle-simple .toggle>label:before {
    border: 0;
    left: 7px;
    right: auto;
    margin-top: 0;
    top: 12px;
    font-family: FontAwesome;
    content: "ï§";
    z-index: 2;
    color: #fff;
    font-size: 13px
}

.toggle.toggle-simple .toggle.active>label {
    background: transparent;
    color: #1d2127
}

.toggle.toggle-simple .toggle.active>label:before {
    content: "ï¨"
}

.owl-carousel {
    margin-bottom: 20px
}

.owl-carousel .thumbnail {
    margin-right: 1px
}

.owl-carousel .item-video {
    height: 300px
}

.owl-carousel .owl-nav {
    top: 50%;
    position: absolute;
    margin-top: -20px;
    width: 100%
}

.owl-carousel .owl-nav .owl-prev,.owl-carousel .owl-nav .owl-next {
    display: inline-block;
    position: absolute;
    width: 30px;
    height: 30px
}

.owl-carousel .owl-nav .owl-prev {
    left: -5px
}

.owl-carousel .owl-nav .owl-prev:before {
    font-family: FontAwesome;
    content: "ï“";
    position: relative;
    left: -1px;
    top: 1px
}

.owl-carousel .owl-nav .owl-next {
    right: -5px
}

.owl-carousel .owl-nav .owl-next:before {
    font-family: FontAwesome;
    content: "ï”";
    position: relative;
    left: 2px;
    top: 1px
}

.owl-carousel.stage-margin .owl-stage-outer {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 40px !important;
    margin-right: 40px !important
}

.owl-carousel.show-nav-hover .owl-nav {
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
}

.owl-carousel.show-nav-hover .owl-nav .owl-prev {
    left: -20px
}

.owl-carousel.show-nav-hover .owl-nav .owl-next {
    right: -20px
}

.owl-carousel.show-nav-hover:hover .owl-nav {
    opacity: 1
}

.owl-carousel.show-nav-title .owl-controls .owl-nav {
    top: 0;
    right: 0;
    margin-top: -45px;
    width: auto
}

.owl-carousel.show-nav-title .owl-controls .owl-nav [class*="owl-"],.owl-carousel.show-nav-title .owl-controls .owl-nav [class*="owl-"]:hover {
    font-size: 18px;
    font-size: 18px;
    background: transparent;
    width: 18px
}

.owl-carousel.show-nav-title .owl-controls .owl-nav .owl-prev {
    left: -45px
}

.owl-carousel.rounded-nav .owl-controls .owl-nav [class*="owl-"],.owl-carousel.rounded-nav .owl-controls .owl-nav [class*="owl-"]:hover {
    padding: 3px 7px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #999 !important;
    color: #999
}

.owl-carousel.nav-bottom .owl-controls .owl-nav {
    position: static;
    margin: 0;
    padding: 0;
    width: auto
}

.owl-carousel.nav-bottom .owl-controls .owl-nav .owl-prev,.owl-carousel.nav-bottom .owl-controls .owl-nav .owl-next {
    position: static
}

.owl-carousel.nav-inside .owl-controls {
    bottom: 2px;
    margin-top: 10px;
    position: absolute;
    right: 6px
}

.owl-carousel.full-width .owl-controls .owl-nav,.owl-carousel.big-nav .owl-controls .owl-nav {
    margin-top: -30px
}

.owl-carousel.full-width .owl-controls .owl-nav [class*="owl-"],.owl-carousel.full-width .owl-controls .owl-nav [class*="owl-"]:hover,.owl-carousel.big-nav .owl-controls .owl-nav [class*="owl-"],.owl-carousel.big-nav .owl-controls .owl-nav [class*="owl-"]:hover {
    height: auto;
    padding: 20px 0
}

.owl-carousel.full-width .owl-controls .owl-nav .owl-prev,.owl-carousel.big-nav .owl-controls .owl-nav .owl-prev {
    border-radius: 0 4px 4px 0
}

.owl-carousel.full-width .owl-controls .owl-nav .owl-next,.owl-carousel.big-nav .owl-controls .owl-nav .owl-next {
    border-radius: 4px 0 0 4px
}

.owl-carousel.top-border {
    border-top: 1px solid #dbdbdb;
    padding-top: 18px
}

.owl-carousel-spaced {
    margin-left: -5px
}

.owl-carousel-spaced .owl-item>div {
    margin: 5px
}

.owl-carousel.testimonials img {
    display: inline-block;
    height: 70px;
    width: 70px
}

@media(max-width: 479px) {
    .owl-carousel-spaced {
        margin-left:0
    }
}

section.video {
    -webkit-transform: translate3d(0,0,0);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    padding: 50px 0;
    position: relative;
    overflow: hidden;
    width: 100%
}

section.video .container {
    position: relative;
    z-index: 3
}

section.video .video-overlay {
    background: transparent url("https://mpaneli.ru/assets/site_v2/img/video-overlay.png") repeat 0 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

html.boxed section.video>div:first-child {
    z-index: 0 !important
}

html.boxed section.video>div:first-child video {
    z-index: 0 !important
}

.popup-inline-content {
    background: none repeat scroll 0 0 #fff;
    margin: 40px auto;
    max-width: 1170px;
    padding: 20px 30px;
    position: relative;
    text-align: left;
    display: none
}

.mfp-wrap .popup-inline-content {
    display: block
}

.mfp-close,.mfp-close-btn-in .mfp-close {
    font-family: "Open Sans",Arial,sans-serif;
    font-weight: 600;
    font-size: 22px;
    color: #838383
}

.mfp-no-margins img.mfp-img {
    padding: 0
}

.mfp-no-margins .mfp-figure:after {
    top: 0;
    bottom: 0
}

.mfp-no-margins .mfp-container {
    padding: 0
}

.mfp-with-zoom .mfp-container,.mfp-with-zoom.mfp-bg {
    opacity: .001;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-with-zoom.mfp-removing .mfp-container,.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0
}

.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8)
}

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
    opacity: 0
}

.my-mfp-zoom-in.mfp-bg {
    opacity: .001;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out
}

.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: .8
}

.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0
}

.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    transform: translateY(-20px) perspective(600px) rotateX(10deg)
}

.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: translateY(0) perspective(600px) rotateX(0);
    -moz-transform: translateY(0) perspective(600px) rotateX(0);
    -ms-transform: translateY(0) perspective(600px) rotateX(0);
    -o-transform: translateY(0) perspective(600px) rotateX(0);
    transform: translateY(0) perspective(600px) rotateX(0)
}

.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
    opacity: 0;
    -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    transform: translateY(-10px) perspective(600px) rotateX(10deg)
}

.my-mfp-slide-bottom.mfp-bg {
    opacity: .01;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out
}

.my-mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: .8
}

.my-mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0
}

.dialog {
    background: white;
    padding: 20px 30px;
    text-align: left;
    margin: 40px auto;
    position: relative;
    max-width: 600px
}

.dialog.dialog-xs {
    max-width: 200px
}

.dialog.dialog-sm {
    max-width: 400px
}

.dialog.dialog-md {
    max-width: 600px
}

.dialog.dialog-lg {
    max-width: 900px
}

.white-popup-block {
    background: #fff;
    padding: 20px 30px;
    text-align: left;
    max-width: 600px;
    margin: 40px auto;
    position: relative
}

.white-popup-block.white-popup-block-xs {
    max-width: 200px
}

.white-popup-block.white-popup-block-sm {
    max-width: 400px
}

.white-popup-block.white-popup-block-md {
    max-width: 600px
}

.white-popup-block.white-popup-block-lg {
    max-width: 900px
}

body.lightbox-opened.sticky-menu-active #header {
    padding-right: 17px
}

.pull-left {
    float: left !important
}

.pull-right {
    float: right !important
}

.push-bottom {
    margin-bottom: 35px
}

.push-top {
    margin-top: 35px
}

.align-center,.center {
    text-align: center !important
}

.align-left {
    text-align: left !important
}

.align-right {
    text-align: right !important
}

.bold {
    font-weight: bold
}

.inverted {
    color: #fff;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px
}

h1 .inverted {
    padding-left: 10px;
    padding-right: 10px
}

h2 .inverted {
    padding-left: 7px;
    padding-right: 7px
}

h3 .inverted {
    padding-left: 2px;
    padding-right: 2px
}

h4 .inverted {
    padding-left: 4px;
    padding-right: 4px
}

h5 .inverted {
    padding-left: 2px;
    padding-right: 2px
}

h6 .inverted {
    padding-left: 2px;
    padding-right: 2px
}

.cur-pointer {
    cursor: pointer
}

.clearfix {
    display: inline-block
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

html[xmlns] .clearfix {
    display: block
}

* html .clearfix {
    height: 1%
}

.pagination>li>a,.pagination>li>span,.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus {
    color: #ccc
}

.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus {
    background-color: #ccc;
    border-color: #ccc
}

.read-more,.learn-more {
    display: inline-block;
    white-space: nowrap
}

.offset-anchor {
    display: block;
    position: relative;
    visibility: hidden;
    top: -100px
}

@media(max-width: 991px) {
    .offset-anchor {
        top:0
    }
}

.show-grid [class*="col-md-"] .show-grid-block {
    background-color: #eee;
    line-height: 40px;
    min-height: 40px;
    text-align: center;
    border: 1px solid #fff;
    display: block
}

.alert .fa {
    margin-right: 8px;
    font-size: 1.1em
}

.alert ul {
    padding: 0;
    margin: 7px 0 0 40px
}

.alert ul li {
    font-size: .9em
}

.alert.alert-sm {
    padding: 5px 10px;
    font-size: .9em
}

.alert.alert-lg {
    padding: 20px;
    font-size: 1.2em
}

.alert.alert-default {
    background-color: #f2f2f2;
    border-color: #eaeaea;
    color: #727272
}

.alert.alert-default .alert-link {
    color: #4c4c4c
}

.alert.alert-dark {
    background-color: #333a44;
    border-color: #07080a;
    color: #ced3db
}

.alert.alert-dark .alert-link {
    color: #fafbfb
}

.embed-responsive.embed-soundcloud {
    padding-bottom: 19.25%
}

.embed-responsive.embed-responsive-borders {
    border: 1px solid #ddd;
    padding: 4px;
    border-radius: 4px
}

.content-grid {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.content-grid .content-grid-item {
    position: relative;
    padding: 30px;
    margin: 0
}

.content-grid .content-grid-item:before,.content-grid .content-grid-item:after {
    content: "";
    position: absolute
}

.content-grid .content-grid-item:before {
    height: 100%;
    top: 0;
    left: -1px;
    border-left: 1px solid #dadada
}

.content-grid .content-grid-item:after {
    width: 100%;
    height: 0;
    top: auto;
    left: 0;
    bottom: -1px;
    border-bottom: 1px solid #dadada
}

.content-grid .content-grid-item .img-responsive {
    display: inline-block
}

.content-grid.content-grid-dashed .content-grid-item:before {
    border-left: 1px dashed #dadada
}

.content-grid.content-grid-dashed .content-grid-item:after {
    border-bottom: 1px dashed #dadada
}

.alert-admin {
    margin: 25px 0
}

.alert-admin img {
    margin: -50px 0 0
}

.alert-admin .btn {
    margin: 0 0 -15px
}

.alert-admin p {
    color: #444
}

.alert-admin h4 {
    color: #111;
    font-size: 1.2em;
    font-weight: 600;
    text-transform: uppercase
}

.alert-admin .warning {
    color: #b20000
}

hr {
    background-image: -webkit-linear-gradient(left,transparent,#dbdbdb,transparent);
    background-image: linear-gradient(to right,transparent,#dbdbdb,transparent);
    border: 0;
    height: 1px;
    margin: 22px 0
}

hr.line-border {
    background-image: none;
    border-top: 1px solid #c3c3c3
}

hr.short {
    margin: 11px 0
}

hr.tall {
    margin: 44px 0
}

hr.taller {
    margin: 66px 0
}

hr.solid {
    background: #dbdbdb
}

hr.light {
    background-image: -webkit-linear-gradient(left,transparent,rgba(255,255,255,.15),transparent);
    background-image: linear-gradient(to right,transparent,rgba(255,255,255,.15),transparent)
}

hr.invisible {
    background: none
}

.divider {
    border: 0;
    height: 1px;
    margin: 44px auto;
    background-image: -webkit-linear-gradient(left,transparent,#dbdbdb,transparent);
    background-image: linear-gradient(to right,transparent,#dbdbdb,transparent);
    text-align: center;
    position: relative;
    clear: both
}

.divider.taller {
    margin: 66px auto
}

.divider .fa {
    text-align: center;
    text-align: center;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    background: #fff;
    border-radius: 50px;
    color: #a9a9a9;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    position: absolute;
    width: 50px;
    font-size: 20px;
    margin: 0 auto 0 -25px;
    top: -25px;
    left: 50%;
    z-index: 1
}

.divider.divider-solid {
    background: #dbdbdb
}

.divider.divider-icon-sm .fa {
    width: 30px;
    height: 30px;
    line-height: 30px;
    top: -15px;
    font-size: 15px;
    margin-left: -16px
}

.divider.divider-icon-lg {
    margin: 86px 0
}

.divider.divider-icon-lg .fa {
    width: 60px;
    height: 60px;
    line-height: 60px;
    top: -30px;
    font-size: 30px;
    margin-left: -30px
}

.divider.divider-icon-lg.taller {
    margin: 100px auto
}

.divider.divider-xs {
    width: 35%
}

.divider.divider-sm {
    width: 67%
}

.divider.divider-left .fa {
    left: 0;
    margin-left: 0;
    margin-right: 0;
    right: auto
}

.divider.divider-right .fa {
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: 0
}

.divider.divider-style-2 .fa {
    background: #f4f4f4;
    color: #a9a9a9
}

.divider.divider-style-3 .fa {
    border: 1px solid #cecece
}

.divider.divider-style-4 .fa {
    border: 1px solid #cecece
}

.divider.divider-style-4 .fa:after {
    border: 3px solid #f4f4f4;
    border-radius: 50%;
    box-sizing: initial;
    content: "";
    display: block;
    height: 100%;
    left: -4px;
    padding: 1px;
    position: absolute;
    top: -4px;
    width: 100%
}

.divider.divider-small {
    margin: 22px auto;
    background: transparent
}

.divider.divider-small hr {
    width: 50px;
    height: 3px;
    background: #555
}

.divider.divider-small.divider-small-center {
    text-align: center
}

.divider.divider-small.divider-small-center hr {
    margin-left: auto;
    margin-right: auto
}

.divider.divider-small.divider-small-right {
    text-align: right
}

.divider.divider-small.divider-small-right hr {
    margin-left: auto
}

.divider.divider-small.divider-light hr {
    background: #ddd
}

.divider.divider-small.divider-small-sm hr {
    height: 1px
}

.divider.divider-small.divider-small-lg hr {
    height: 6px
}

.divider.divider-small.tall {
    margin: 34px 0
}

.divider.divider-small.taller {
    margin: 46px 0
}

hr.dashed,.divider.dashed {
    background: none;
    position: relative
}

hr.dashed:after,.divider.dashed:after {
    border: 1px dashed #dbdbdb;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    width: 100%
}

hr.pattern,.divider.pattern {
    background: none;
    position: relative
}

hr.pattern:after,.divider.pattern:after {
    background: transparent url("https://mpaneli.ru/assets/site_v2/img/patterns/worn_dots.png") repeat 0 0;
    content: "";
    display: block;
    height: 15px;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    width: 100%
}

hr.pattern.pattern-2:after,.divider.pattern.pattern-2:after {
    background-image: url("https://mpaneli.ru/assets/site_v2/img/patterns/az_subtle.png")
}

.sort-source-wrapper {
    padding: 8px 0;
    position: relative
}

.sort-source-wrapper .nav {
    margin: -100px 0 5px
}

.sort-source-wrapper .nav>li>a {
    color: #fff;
    background: transparent
}

.sort-source-wrapper .nav>li>a:hover,.sort-source-wrapper .nav>li>a:focus {
    background: transparent
}

.sort-source-wrapper .nav>li.active>a {
    background: transparent
}

.sort-source-wrapper .nav>li.active>a:hover,.sort-source-wrapper .nav>li.active>a:focus {
    background: transparent
}

.sort-source {
    clear: both
}

.sort-destination {
    overflow: hidden
}

.sort-destination.full-width {
    position: relative
}

.sort-destination.full-width .isotope-item {
    width: 20%;
    float: left
}

.sort-destination.full-width .isotope-item.w2 {
    width: 40%
}

.sort-destination.full-width .isotope-item .img-thumbnail,.sort-destination.full-width .isotope-item a,.sort-destination.full-width .isotope-item .thumb-info img {
    border-radius: 0
}

.sort-source-wrapper+.sort-destination.full-width {
    margin: 0 0 -81px;
    top: -51px
}

@media(max-width: 991px) {
    .sort-destination.isotope {
        overflow:visible !important;
        height: auto !important
    }

    .sort-destination.isotope.full-width {
        overflow: hidden !important
    }

    .isotope-hidden {
        display: none !important
    }
}

@media(max-width: 767px) {
    .isotope-item {
        position:static !important;
        text-align: center;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -o-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important
    }

    .isotope-item.product {
        position: relative !important
    }

    .sort-source-wrapper {
        background: #171717;
        clear: both;
        margin-top: -35px
    }

    .sort-source-wrapper .nav {
        margin: 0
    }

    .sort-destination {
        height: auto !important
    }

    .sort-destination,.isotope-item {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .sort-destination.full-width,.sort-source-wrapper+.sort-destination.full-width {
        max-width: none;
        margin: 0 0 -30px;
        top: 0
    }

    .sort-destination.full-width .isotope-item,.sort-source-wrapper+.sort-destination.full-width .isotope-item {
        max-width: none
    }
}

@media(max-width: 479px) {
    .sort-destination,.isotope-item {
        margin-left:auto !important;
        margin-right: auto !important
    }

    .sort-destination.full-width .isotope-item,.sort-source-wrapper+.sort-destination.full-width .isotope-item {
        position: static !important;
        clear: both;
        float: none;
        width: auto
    }
}

.pricing-table {
    margin: 10px 0;
    padding: 0 15px;
    text-align: center
}

.pricing-table ul {
    list-style: none;
    margin: 20px 0 0 0;
    padding: 0
}

.pricing-table li {
    border-top: 1px solid #ddd;
    padding: 10px 0;
    color: #777
}

.pricing-table h3 {
    background-color: #eee;
    border-radius: 2px 2px 0 0;
    font-size: 1.3em;
    font-weight: normal;
    margin: -20px -20px 50px -20px;
    padding: 20px
}

.pricing-table h3 .desc {
    font-size: .7em;
    margin-bottom: 0;
    padding-bottom: 0;
    color: #777;
    font-style: normal;
    text-transform: none;
    display: block
}

.pricing-table h3 span {
    background: #fff;
    border: 5px solid #fff;
    border-radius: 100px;
    box-shadow: 0 5px 20px #ddd inset,0 3px 0 #999 inset;
    color: #777;
    display: block;
    font: bold 25px/100px Georgia,Serif;
    height: 100px;
    margin: 20px auto -65px;
    width: 100px
}

.pricing-table .most-popular {
    border: 3px solid #ccc;
    box-shadow: 11px 0 10px -10px rgba(0,0,0,.1),-11px 0 10px -10px rgba(0,0,0,.1);
    padding: 30px 20px;
    top: -10px;
    z-index: 2
}

.pricing-table .most-popular h3 {
    background-color: #666;
    color: #fff;
    padding-top: 30px;
    text-shadow: 0 1px #555
}

.pricing-table .most-popular h3 .desc {
    color: #fff
}

.pricing-table .plan-ribbon-wrapper {
    height: 88px;
    overflow: hidden;
    position: absolute;
    right: -3px;
    top: -5px;
    width: 85px
}

.pricing-table .plan-ribbon {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background-image: -webkit-linear-gradient(top,#bfdc7a,#8ebf45);
    background-image: linear-gradient(to bottom,#bfdc7a,#8ebf45);
    background-color: #bfdc7a;
    box-shadow: 0 0 3px rgba(0,0,0,.3);
    color: #333;
    font-size: 14px;
    left: -5px;
    padding: 7px 0;
    position: relative;
    text-align: center;
    text-shadow: rgba(255,255,255,.5) 0 1px 0;
    top: 15px;
    width: 120px
}

.pricing-table .plan-ribbon:before {
    left: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    bottom: -3px;
    content: "";
    position: absolute
}

.pricing-table .plan-ribbon:after {
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    bottom: -3px;
    content: "";
    position: absolute;
    right: 0
}

.pricing-table [class*="col-md-"] {
    padding-left: 0;
    padding-right: 0
}

.pricing-table .plan {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    color: #333;
    margin-bottom: 35px;
    margin-right: 0;
    padding: 20px;
    position: relative;
    text-shadow: 0 1px rgba(255,255,255,.8)
}

.pricing-table .btn {
    margin-top: 5px
}

.pricing-table.pricing-table-sm h3 .desc {
    font-size: .7em
}

.pricing-table.pricing-table-sm h3 span {
    border: 3px solid #fff;
    box-shadow: 0 5px 20px #ddd inset,0 3px 0 #999 inset;
    font: bold 19px/65px Georgia,serif;
    height: 70px;
    margin: 10px auto -65px;
    width: 70px
}

.pricing-table.pricing-table-sm .most-popular {
    padding-bottom: 30px
}

.pricing-table.princig-table-flat .plan {
    padding-left: 0;
    padding-right: 0;
    margin: -1px
}

.pricing-table.princig-table-flat .plan h3 {
    padding-left: 0;
    padding-right: 0;
    margin: -20px 0 0;
    background-color: #666;
    color: #fff;
    padding-top: 30px;
    text-shadow: 0 1px #555
}

.pricing-table.princig-table-flat .plan h3 .desc {
    color: #fff
}

.pricing-table.princig-table-flat .plan h3 span {
    border-radius: 0;
    border: 0;
    background: #666;
    color: #fff;
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 600;
    font-size: 1.5em;
    box-shadow: none;
    width: 100%;
    height: auto;
    line-height: 38px;
    margin: 0
}

.pricing-table.princig-table-flat .plan ul {
    margin-top: 0;
    margin-bottom: -15px
}

.pricing-table.princig-table-flat .plan ul li {
    padding: 8px 0
}

.pricing-table.princig-table-flat .plan.most-popular ul li {
    padding: 10px 0
}

.pricing-table.spaced [class*="col-md-"] {
    padding-left: 2px;
    padding-right: 2px
}

.pricing-table.no-borders .plan {
    border: 0 !important
}

html.boxed .pricing-table .plan,html.boxed .pricing-table h3 {
    border-radius: 0
}

@media(max-width: 767px) {
    .pricing-table {
        margin-left:0
    }

    .pricing-table .plan {
        margin-right: 0
    }

    html.boxed .pricing-table {
        margin-left: 0
    }
}

.icon-featured {
    display: inline-block;
    font-size: 0;
    font-size: 40px;
    margin: 15px;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #fff;
    line-height: 110px
}

.icon-featured:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: "";
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.featured-box {
    background: #f5f5f5;
    background: -webkit-linear-gradient(top,white 1%,#fcfcfc 98%) repeat scroll 0 0 transparent;
    background: linear-gradient(to bottom,white 1%,#fcfcfc 98%) repeat scroll 0 0 transparent;
    background-color: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #dfdfdf;
    border-left: 1px solid #ececec;
    border-top: 1px solid #ececec;
    border-radius: 8px;
    border-right: 1px solid #ececec;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.04);
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    min-height: 100px;
    position: relative;
    text-align: center;
    z-index: 1
}

.featured-box h4 {
    font-size: 1.3em;
    font-weight: 400;
    letter-spacing: -.7px;
    margin-top: 5px;
    margin-bottom: 5px
}

.featured-box .box-content {
    border-radius: 8px;
    border-top: 1px solid #ccc;
    border-top-width: 4px;
    padding: 30px 30px 10px 30px;
    position: relative;
    top: -1px
}

.featured-box .learn-more {
    display: block;
    margin-top: 10px
}

.featured-box-text-left {
    text-align: left
}

.featured-boxes-flat .featured-box {
    box-shadow: none;
    margin: 10px 0
}

.featured-boxes-flat .featured-box .box-content {
    background: #fff;
    margin-top: 65px
}

.featured-boxes-flat .featured-box .icon-featured {
    display: inline-block;
    font-size: 38px;
    height: 90px;
    line-height: 90px;
    padding: 0;
    width: 90px;
    margin: -100px 0 -15px;
    position: relative;
    top: -37px
}

.featured-boxes-style-2 .featured-box {
    background: none;
    border: 0;
    margin: 10px 0;
    box-shadow: none
}

.featured-boxes-style-2 .featured-box .box-content {
    border: 0;
    padding-top: 0;
    padding-bottom: 0
}

.featured-boxes-style-2 .featured-box .icon-featured {
    display: inline-block;
    font-size: 30px;
    height: 75px;
    line-height: 75px;
    padding: 0;
    width: 75px;
    margin-top: 0
}

.featured-boxes-style-3 .featured-box {
    margin: 10px 0
}

.featured-boxes-style-3 .featured-box .icon-featured {
    display: inline-block;
    font-size: 30px;
    height: 75px;
    line-height: 75px;
    line-height: 68px;
    padding: 0;
    width: 75px;
    margin-top: -35px;
    background: #fff;
    border: 3px solid #ccc;
    color: #ccc
}

.featured-boxes-style-3:not(.featured-boxes-flat) .featured-box {
    background: none;
    border: 0;
    box-shadow: none
}

.featured-boxes-style-3:not(.featured-boxes-flat) .featured-box .box-content {
    border: 0;
    padding-top: 0;
    padding-bottom: 0
}

.featured-boxes-style-4 .featured-box {
    background: none;
    border: 0;
    margin: 10px 0;
    box-shadow: none
}

.featured-boxes-style-4 .featured-box .box-content {
    border: 0;
    padding-top: 0;
    padding-bottom: 0
}

.featured-boxes-style-4 .featured-box .icon-featured {
    display: inline-block;
    font-size: 40px;
    height: 45px;
    line-height: 45px;
    padding: 0;
    width: 45px;
    margin-top: 0;
    margin-bottom: 10px;
    background: transparent;
    color: #ccc;
    border-radius: 0
}

.featured-boxes-style-5 .featured-box,.featured-boxes-style-6 .featured-box,.featured-boxes-style-7 .featured-box {
    background: none;
    border: 0;
    box-shadow: none;
    margin: 10px 0
}

.featured-boxes-style-5 .featured-box .box-content,.featured-boxes-style-6 .featured-box .box-content,.featured-boxes-style-7 .featured-box .box-content {
    border: 0;
    padding-top: 0;
    padding-bottom: 0
}

.featured-boxes-style-5 .featured-box .box-content h4,.featured-boxes-style-6 .featured-box .box-content h4,.featured-boxes-style-7 .featured-box .box-content h4 {
    color: #2e353e
}

.featured-boxes-style-5 .featured-box .icon-featured,.featured-boxes-style-6 .featured-box .icon-featured,.featured-boxes-style-7 .featured-box .icon-featured {
    display: inline-block;
    font-size: 30px;
    height: 75px;
    padding: 0;
    width: 75px;
    margin-top: 0;
    margin-bottom: 10px;
    background: #fff;
    border: 1px solid #dfdfdf;
    color: #777;
    line-height: 73px
}

.featured-boxes-style-6 .featured-box .icon-featured {
    border: 1px solid #cecece;
    color: #777
}

.featured-boxes-style-6 .featured-box .icon-featured:after {
    border: 5px solid #f4f4f4;
    border-radius: 50%;
    box-sizing: initial;
    content: "";
    display: block;
    height: 100%;
    left: -6px;
    padding: 1px;
    position: absolute;
    top: -6px;
    width: 100%
}

.featured-boxes-style-7 .featured-box .icon-featured {
    border: 1px solid #dfdfdf;
    color: #777
}

.featured-boxes-style-8 .featured-box .icon-featured {
    display: inline-block;
    font-size: 30px;
    height: 75px;
    padding: 0;
    width: 75px;
    margin: -15px -15px 0 0;
    background: #fff;
    line-height: 73px;
    border: 0;
    color: #777
}

.featured-boxes-style-8 .featured-box .icon-featured:after {
    display: none
}

.featured-boxes .featured-box {
    margin-bottom: 30px;
    margin-top: 45px;
    overflow: hidden
}

.featured-boxes .featured-box .box {
    overflow: hidden;
    margin: 5px;
    width: calc(100% - 10px)
}

.featured-box-effect-1 .icon-featured:after {
    top: -7px;
    left: -7px;
    padding: 7px;
    box-shadow: 0 0 0 3px #fff;
    -webkit-transition: -webkit-transform .2s,opacity .2s;
    -webkit-transform: scale(1);
    -moz-transition: -moz-transform .2s,opacity .2s;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transition: transform .2s,opacity .2s;
    transform: scale(1);
    opacity: 0
}

.featured-box-effect-1:hover .icon-featured:after {
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    opacity: 1
}

.featured-box-effect-2 .icon-featured:after {
    top: -7px;
    left: -7px;
    padding: 7px;
    box-shadow: 0 0 0 3px #fff;
    -webkit-transition: -webkit-transform .2s,opacity .2s;
    -webkit-transform: scale(.8);
    -moz-transition: -moz-transform .2s,opacity .2s;
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transition: transform .2s,opacity .2s;
    transform: scale(.8);
    opacity: 0
}

.featured-box-effect-2:hover .icon-featured:after {
    -webkit-transform: scale(.95);
    -moz-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95);
    opacity: 1
}

.featured-box-effect-3 .icon-featured:after {
    top: 0;
    left: 0;
    box-shadow: 0 0 0 10px #fff;
    -webkit-transition: -webkit-transform .2s,opacity .2s;
    -webkit-transform: scale(.9);
    -moz-transition: -moz-transform .2s,opacity .2s;
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    transition: transform .2s,opacity .2s;
    transform: scale(.9);
    opacity: 0
}

.featured-box-effect-3:hover .icon-featured {
    color: #fff !important
}

.featured-box-effect-3:hover .icon-featured:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: .8
}

.featured-box-effect-4 .icon-featured {
    -webkit-transition: -webkit-transform .2s,transform .2s;
    -moz-transition: -moz-transform .2s,transform .2s;
    transition: transform .2s,transform .2s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.featured-box-effect-4:hover .icon-featured {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15)
}

.featured-box-effect-5 .icon-featured {
    overflow: hidden;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.featured-box-effect-5:hover .icon-featured {
    -webkit-animation: toRightFromLeft .3s forwards;
    -moz-animation: toRightFromLeft .3s forwards;
    animation: toRightFromLeft .3s forwards
}

@-webkit-keyframes toRightFromLeft {
    49% {
        -webkit-transform: translate(100%)
    }

    50% {
        opacity: 0;
        -webkit-transform: translate(-100%)
    }

    51% {
        opacity: 1
    }
}

@-moz-keyframes toRightFromLeft {
    49% {
        -moz-transform: translate(100%)
    }

    50% {
        opacity: 0;
        -moz-transform: translate(-100%)
    }

    51% {
        opacity: 1
    }
}

@keyframes toRightFromLeft {
    49% {
        transform: translate(100%)
    }

    50% {
        opacity: 0;
        transform: translate(-100%)
    }

    51% {
        opacity: 1
    }
}

.featured-box-effect-6 .icon-featured:after {
    -webkit-transition: all .2s,-webkit-transform .2s;
    -moz-transition: all .2s,-moz-transform .2s;
    transition: all .2s,transform .2s
}

.featured-box-effect-6:hover .box-content .icon-featured:after {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.featured-box-effect-7 .icon-featured:after {
    opacity: 0;
    box-shadow: 3px 3px #d5d5d5;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: opacity .2s,-webkit-transform .2s;
    -moz-transition: opacity .2s,-moz-transform .2s;
    transition: opacity .2s,transform .2s;
    left: 0;
    top: -1px
}

.featured-box-effect-7:hover .icon-featured:after {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.featured-box-effect-7 .icon-featured:before {
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    opacity: .7;
    -webkit-transition: -webkit-transform .2s,opacity .2s;
    -moz-transition: -moz-transform .2s,opacity .2s;
    transition: transform .2s,opacity .2s
}

.featured-box-effect-7:hover .icon-featured:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.feature-box {
    clear: both
}

.feature-box .feature-box-icon {
    background: #ccc;
    border-radius: 35px;
    color: #fff;
    display: inline-block;
    float: left;
    height: 35px;
    line-height: 35px;
    margin-right: 10px;
    position: relative;
    text-align: center;
    top: 5px;
    width: 35px
}

.feature-box .feature-box-info {
    padding-left: 50px
}

.feature-box.feature-box-style-2 h4 {
    color: #1d2127
}

.feature-box.feature-box-style-2 .feature-box-icon {
    background: transparent;
    width: 50px;
    height: 50px
}

.feature-box.feature-box-style-2 .feature-box-icon i.fa {
    font-size: 28px
}

.feature-box.feature-box-style-2 .feature-box-info {
    padding-left: 60px
}

.feature-box.feature-box-style-3 h4 {
    color: #1d2127
}

.feature-box.feature-box-style-3 .feature-box-icon {
    border: 1px solid #ccc;
    background: transparent;
    line-height: 32px
}

.feature-box.feature-box-style-3 .feature-box-icon i.fa {
    color: #ccc
}

.feature-box.feature-box-style-4 h4 {
    color: #1d2127
}

.feature-box.feature-box-style-4 .feature-box-icon {
    background: transparent;
    padding-bottom: 10px;
    height: auto;
    width: auto;
    float: none
}

.feature-box.feature-box-style-4 .feature-box-icon i.fa {
    font-size: 38px
}

.feature-box.feature-box-style-4 .feature-box-info {
    clear: both;
    padding-left: 0
}

.feature-box.feature-box-style-5 h4 {
    color: #1d2127
}

.feature-box.feature-box-style-5 .feature-box-icon {
    background: transparent;
    width: 74px;
    height: 74px
}

.feature-box.feature-box-style-5 .feature-box-icon i.fa {
    font-size: 44px
}

.feature-box.feature-box-style-5 .feature-box-info {
    padding-left: 84px
}

.feature-box.feature-box-style-6 h4 {
    color: #1d2127
}

.feature-box.feature-box-style-6 .feature-box-icon {
    border: 1px solid #cecece;
    background: transparent;
    line-height: 32px
}

.feature-box.feature-box-style-6 .feature-box-icon:after {
    border: 3px solid #f4f4f4;
    border-radius: 50%;
    box-sizing: initial;
    content: "";
    display: block;
    height: 100%;
    left: -4px;
    padding: 1px;
    position: absolute;
    top: -4px;
    width: 100%
}

.feature-box.feature-box-style-6 .feature-box-icon i.fa {
    color: #a9a9a9
}

@media(min-width: 991px) {
    .feature-box.reverse {
        text-align:right
    }

    .feature-box.reverse .feature-box-info {
        padding-right: 50px;
        padding-left: 0
    }

    .feature-box.reverse .feature-box-icon {
        float: right;
        margin-right: 0;
        margin-left: 10px
    }

    .feature-box.reverse.feature-box-style-2 .feature-box-info {
        padding-right: 60px
    }

    .feature-box.reverse.feature-box-style-4 .feature-box-info {
        padding-right: 0
    }

    .feature-box.reverse.feature-box-style-5 .feature-box-info {
        padding-right: 84px
    }
}

.featured-boxes-full {
    width: 100%
}

.featured-boxes-full>[class*="col-"] {
    padding: 0
}

.featured-boxes-full .featured-box-full {
    text-align: center;
    padding: 55px
}

.featured-boxes-full .featured-box-full .fa,.featured-boxes-full .featured-box-full h1,.featured-boxes-full .featured-box-full h2,.featured-boxes-full .featured-box-full h3,.featured-boxes-full .featured-box-full h4,.featured-boxes-full .featured-box-full h5,.featured-boxes-full .featured-box-full h6,.featured-boxes-full .featured-box-full p,.featured-boxes-full .featured-box-full a {
    color: #fff;
    padding: 0;
    margin: 0
}

.featured-boxes-full .featured-box-full .fa {
    font-size: 55px;
    margin-bottom: 15px;
    text-shadow: 1px 1px 1px rgba(0,0,0,.2)
}

.featured-boxes-full .featured-box-full p {
    padding-top: 12px;
    opacity: .8
}

.thumb-info {
    display: block;
    position: relative;
    text-decoration: none;
    max-width: 100%;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.thumb-info .thumb-info-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    border-radius: 4px;
    margin: 4px;
    overflow: hidden;
    display: block;
    position: relative
}

.thumb-info .thumb-info-wrapper:after {
    content: "";
    background: rgba(36,27,28,.9);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    border-radius: 4px;
    bottom: -4px;
    color: #fff;
    left: -4px;
    position: absolute;
    right: -4px;
    top: -4px;
    display: block;
    filter: alpha(opacity=0);
    opacity: 0;
    z-index: 1
}

.thumb-info .thumb-info-action-icon {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    background: #ccc;
    border-radius: 0 0 0 25px;
    display: inline-block;
    font-size: 25px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    right: -100px;
    text-align: center;
    top: -100px;
    width: 50px;
    z-index: 2
}

.thumb-info .thumb-info-action-icon i {
    font-size: 24px;
    left: 3px;
    position: relative;
    top: -4px;
    color: #fff
}

.thumb-info .thumb-info-inner {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    display: block
}

.thumb-info .thumb-info-inner em {
    display: block;
    font-size: .8em;
    font-style: normal;
    font-weight: normal
}

.thumb-info .thumb-info-title {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    background: rgba(36,27,28,.9);
    bottom: 10%;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    left: 0;
    letter-spacing: -1px;
    padding: 9px 11px 9px;
    position: absolute;
    text-shadow: 1px 1px 1px rgba(0,0,0,.2);
    text-transform: uppercase;
    z-index: 2;
    max-width: 90%
}

.thumb-info .thumb-info-type {
    background-color: #ccc;
    border-radius: 2px;
    display: inline-block;
    float: left;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    margin: 8px -2px -15px -2px;
    padding: 2px 9px;
    text-transform: none;
    z-index: 2
}

.thumb-info img {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 3px;
    position: relative;
    width: 100%
}

.thumb-info:hover .thumb-info-wrapper:after {
    filter: alpha(opacity=100);
    opacity: 1
}

.thumb-info:hover .thumb-info-action-icon {
    right: 0;
    top: 0
}

.thumb-info:hover .thumb-info-title {
    background: #000
}

.thumb-info:hover img,.grid-main-line:hover img {
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1)
}

.thumb-info.thumb-info-no-zoom:hover img {
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1)
}

.thumb-info.thumb-info-lighten .thumb-info-wrapper:after {
    background: rgba(36,27,28,.65)
}

.thumb-info.thumb-info-hide-wrapper-bg .thumb-info-wrapper:after {
    display: none
}

.thumb-info.thumb-info-centered-icons .thumb-info-action {
    -webkit-transition: top .1s ease;
    -moz-transition: top .1s ease;
    transition: top .1s ease;
    top: 40%;
    left: 3px;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 40px;
    margin-top: -20px;
    text-align: center;
    position: absolute;
    filter: alpha(opacity=0);
    opacity: 0
}

.thumb-info.thumb-info-centered-icons .thumb-info-action-icon {
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    transition: all .1s ease;
    position: relative;
    z-index: 2;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 40px;
    height: 40px;
    line-height: 33px;
    border-radius: 50%;
    margin-right: 3px
}

.thumb-info.thumb-info-centered-icons .thumb-info-action-icon i {
    position: static;
    font-size: 18px
}

.thumb-info.thumb-info-centered-icons .thumb-info-action-icon:hover {
    -webkit-transform: scale(1.15,1.15);
    -moz-transform: scale(1.15,1.15);
    -ms-transform: scale(1.15,1.15);
    -o-transform: scale(1.15,1.15);
    transform: scale(1.15,1.15)
}

.thumb-info:hover.thumb-info-centered-icons .thumb-info-action {
    top: 50%;
    filter: alpha(opacity=100);
    opacity: 1
}

.thumb-info:hover.thumb-info-centered-icons .thumb-info-action-icon {
    position: relative
}

.thumb-info.thumb-info-centered-info .thumb-info-title {
    background: transparent;
    left: 5%;
    width: 90%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    top: 30%;
    filter: alpha(opacity=0);
    opacity: 0;
    text-align: center;
    padding: 0
}

.thumb-info.thumb-info-centered-info .thumb-info-type {
    float: none
}

.thumb-info.thumb-info-centered-info:hover .thumb-info-title {
    filter: alpha(opacity=100);
    opacity: 1;
    top: 45%
}

.thumb-info.thumb-info-bottom-info .thumb-info-title {
    background: #fff;
    left: 0;
    width: 100%;
    max-width: 100%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    top: auto;
    bottom: -100px;
    filter: alpha(opacity=0);
    opacity: 0;
    padding: 15px;
    text-shadow: none;
    color: #777
}

.thumb-info.thumb-info-bottom-info .thumb-info-type {
    float: none;
    background: none;
    padding: 0;
    margin: 0
}

.thumb-info.thumb-info-bottom-info:hover .thumb-info-title {
    filter: alpha(opacity=100);
    opacity: 1;
    bottom: 0
}

.thumb-info.thumb-info-bottom-info:hover img {
    -webkit-transform: translateY(-18px);
    -moz-transform: translateY(-18px);
    -ms-transform: translateY(-18px);
    -o-transform: translateY(-18px);
    transform: translateY(-18px)
}

.thumb-info.thumb-info-bottom-info-dark .thumb-info-title {
    background-color: transparent;
    background: -webkit-linear-gradient(bottom,rgba(36,27,28,.8) 0,transparent 100%) repeat scroll 0 0 transparent;
    background: linear-gradient(to top,rgba(36,27,28,.8) 0,transparent 100%) repeat scroll 0 0 transparent;
    color: #fff
}

.thumb-info.thumb-info-push-hor img {
    -webkit-transform: translatex(-18px);
    -moz-transform: translatex(-18px);
    -ms-transform: translatex(-18px);
    -o-transform: translatex(-18px);
    transform: translatex(-18px);
    max-width: none
}

.thumb-info.thumb-info-push-hor:hover img {
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -ms-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0)
}

.thumb-info.thumb-info-hide-info-hover .thumb-info-wrapper:after {
    filter: alpha(opacity=65);
    opacity: .65
}

.thumb-info.thumb-info-hide-info-hover .thumb-info-title {
    filter: alpha(opacity=100);
    opacity: 1;
    top: 40%
}

.thumb-info.thumb-info-hide-info-hover .thumb-info-type {
    float: none
}

.thumb-info.thumb-info-hide-info-hover:hover .thumb-info-wrapper:after {
    filter: alpha(opacity=10);
    opacity: .1
}

.thumb-info.thumb-info-hide-info-hover:hover .thumb-info-title {
    filter: alpha(opacity=0);
    opacity: 0
}

.thumb-info.thumb-info-no-borders,.thumb-info.thumb-info-no-borders img {
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0
}

.thumb-info.thumb-info-no-borders .thumb-info-wrapper {
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0
}

.thumb-info.thumb-info-no-borders .thumb-info-wrapper:after {
    border-radius: 0;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0
}

html.webkit .thumb-info .thumb-info-wrapper {
    margin: 4px 4px 3px 4px
}

html.webkit .full-width .thumb-info .thumb-info-wrapper,html.webkit .masonry-item .thumb-info .thumb-info-wrapper,html.webkit .thumb-info-no-borders .thumb-info-wrapper {
    margin: 0
}

.full-width .thumb-info img {
    border-radius: 0 !important
}

.thumb-info-caption {
    padding: 10px 0
}

.thumb-info-caption .thumb-info-caption-text,.thumb-info-caption p {
    font-size: .9em;
    line-height: 20px;
    margin: 0 0 8px;
    padding: 10px;
    display: block
}

.thumb-info-social-icons {
    border-top: 1px dotted #ddd;
    margin: 0;
    padding: 15px 10px;
    display: block
}

.thumb-info-social-icons a {
    background: #ccc;
    border-radius: 25px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px
}

.thumb-info-social-icons a:hover {
    text-decoration: none
}

.thumb-info-social-icons a span {
    display: none
}

.thumb-info-social-icons a i {
    color: #fff;
    font-size: .9em;
    font-weight: normal
}

@media(max-width: 991px) {
    .thumb-info .thumb-info-title {
        font-size:14px
    }

    .thumb-info .thumb-info-more {
        font-size: 11px
    }
}

section.timeline {
    width: 75%;
    margin: 50px 12.5% 0;
    position: relative;
    float: left;
    padding-bottom: 120px
}

section.timeline:after {
    background: #505050;
    background: -moz-linear-gradient(top,rgba(80,80,80,0) 0,#505050 8%,#505050 92%,rgba(80,80,80,0) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#1e5799),color-stop(100%,#7db9e8));
    background: -webkit-linear-gradient(top,rgba(80,80,80,0) 0,#505050 8%,#505050 92%,rgba(80,80,80,0) 100%);
    background: -o-linear-gradient(top,rgba(80,80,80,0) 0,#505050 8%,#505050 92%,rgba(80,80,80,0) 100%);
    background: -ms-linear-gradient(top,rgba(80,80,80,0) 0,#505050 8%,#505050 92%,rgba(80,80,80,0) 100%);
    background: linear,to bottom,rgba(80,80,80,0) 0,#505050 8%,#505050 92%,rgba(80,80,80,0) 100%;
    content: "";
    display: block;
    height: 100%;
    left: 50%;
    margin-left: -2px;
    position: absolute;
    top: -60px;
    width: 3px;
    z-index: 0;
    filter: alpha(opacity=35);
    opacity: .35
}

section.timeline .timeline-date {
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.04);
    position: relative;
    display: block;
    clear: both;
    width: 200px;
    height: 45px;
    padding: 5px;
    border: 1px solid #e5e5e5;
    margin: 0 auto 10px;
    text-shadow: 0 1px 1px #fff;
    border-radius: 4px;
    background: #fff;
    z-index: 1
}

section.timeline .timeline-date h3 {
    display: block;
    text-align: center;
    color: #757575;
    font-size: .9em;
    line-height: 32px
}

section.timeline .timeline-title {
    background: #f4f4f4;
    padding: 12px
}

section.timeline .timeline-title h4 {
    padding: 0;
    margin: 0;
    color: #171717;
    font-size: 1.4em
}

section.timeline .timeline-title a {
    color: #171717
}

section.timeline .timeline-title .timeline-title-tags {
    color: #b1b1b1;
    font-size: .9em
}

section.timeline .timeline-title .timeline-title-tags a {
    color: #b1b1b1;
    font-size: .9em
}

section.timeline .timeline-box {
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.04);
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    margin: 20px 10px 10px 10px;
    padding: 10px;
    position: relative;
    width: 45.7%;
    float: left;
    z-index: 1;
    margin-bottom: 30px;
    background: #fff
}

section.timeline .timeline-box.left {
    clear: both
}

section.timeline .timeline-box.left:before {
    background: none repeat scroll 0 0 #e5e5e5;
    border-radius: 50%;
    box-shadow: 0 0 0 3px #fff,0 0 0 6px #e5e5e5;
    content: "";
    display: block;
    height: 7px;
    margin-right: -5px;
    position: absolute;
    right: -6.8%;
    top: 22px;
    width: 8px
}

section.timeline .timeline-box.left:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff;
    border-right: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    content: "";
    display: block;
    height: 14px;
    position: absolute;
    right: -8px;
    top: 20px;
    width: 14px;
    z-index: 0
}

section.timeline .timeline-box.right {
    clear: right;
    float: right;
    right: -1px;
    margin-top: 40px
}

section.timeline .timeline-box.right:before {
    background: none repeat scroll 0 0 #e5e5e5;
    border-radius: 50%;
    box-shadow: 0 0 0 3px #fff,0 0 0 6px #e5e5e5;
    content: "";
    display: block;
    height: 7px;
    margin-left: -5px;
    position: absolute;
    left: -7.2%;
    top: 32px;
    width: 8px
}

section.timeline .timeline-box.right:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff;
    border-left: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    content: "";
    display: block;
    height: 14px;
    position: absolute;
    left: -8px;
    top: 30px;
    width: 14px;
    z-index: 0
}

section.timeline .timeline-box .owl-carousel {
    border-radius: 0;
    padding: 0;
    border: 0;
    box-shadow: none
}

@media(max-width: 991px) {
    section.timeline .timeline-box {
        float:none;
        clear: both;
        right: auto;
        left: auto;
        margin: 25px auto;
        max-width: 70%;
        width: auto
    }

    section.timeline .timeline-box.right {
        float: none;
        clear: both;
        right: auto;
        left: auto;
        margin: 25px auto;
        max-width: 70%;
        width: auto
    }

    section.timeline .timeline-box.left:after,section.timeline .timeline-box.right:after,section.timeline .timeline-box.left:before,section.timeline .timeline-box.right:before {
        display: none
    }
}

@media(max-width: 479px) {
    section.timeline {
        width:auto;
        float: none;
        margin-left: 0;
        margin-right: 0
    }

    section.timeline .timeline-box {
        margin: 15px auto;
        max-width: 90%
    }

    section.timeline .timeline-box.right {
        margin: 15px auto;
        max-width: 90%
    }

    article.post-large {
        margin-left: 0
    }

    article.post-large .post-image,article.post-large .post-date {
        margin-left: 0
    }
}

.testimonial {
    margin-bottom: 20px
}

.testimonial blockquote {
    background: #ccc;
    border-radius: 10px;
    border: 0;
    color: #666;
    font-family: Georgia,serif;
    font-style: italic;
    margin: 0;
    padding: 10px 50px;
    position: relative
}

.testimonial blockquote:before {
    left: 10px;
    top: 0;
    color: #fff;
    content: "â€œ";
    font-size: 80px;
    font-style: normal;
    line-height: 1;
    position: absolute
}

.testimonial blockquote:after {
    color: #fff;
    content: "â€";
    font-size: 80px;
    font-style: normal;
    line-height: 1;
    position: absolute;
    bottom: -.5em;
    right: 10px
}

.testimonial blockquote p {
    color: #fff;
    font-family: Georgia,serif;
    font-style: italic;
    font-size: 1.2em;
    line-height: 1.3
}

.testimonial .testimonial-arrow-down {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #ccc;
    height: 0;
    margin: 0 0 0 17px;
    width: 0
}

.testimonial .testimonial-author {
    margin: 8px 0 0 0
}

.testimonial .testimonial-author:before,.testimonial .testimonial-author:after {
    content: " ";
    display: table
}

.testimonial .testimonial-author:after {
    clear: both
}

.testimonial .testimonial-author .testimonial-author-thumbnail {
    float: left;
    margin-right: 10px;
    width: auto
}

.testimonial .testimonial-author img {
    max-width: 55px
}

.testimonial .testimonial-author strong {
    color: #111;
    display: block;
    padding-top: 10px;
    margin-bottom: -5px
}

.testimonial .testimonial-author span {
    color: #666;
    display: block;
    font-size: 12px
}

.testimonial .testimonial-author p {
    color: #999;
    margin: 0 0 0 25px;
    text-align: left
}

.testimonial.testimonial-style-2 {
    text-align: center
}

.testimonial.testimonial-style-2 blockquote {
    background: transparent !important;
    border-radius: 4px;
    padding: 6px 20px
}

.testimonial.testimonial-style-2 blockquote:before,.testimonial.testimonial-style-2 blockquote:after {
    display: none
}

.testimonial.testimonial-style-2 blockquote p {
    color: #777
}

.testimonial.testimonial-style-2 .testimonial-arrow-down {
    display: none
}

.testimonial.testimonial-style-2 .testimonial-author {
    padding: 0;
    margin: 6px 0 0
}

.testimonial.testimonial-style-2 .testimonial-author img {
    margin: 0 auto 10px
}

.testimonial.testimonial-style-2 .testimonial-author p {
    text-align: center;
    padding: 0;
    margin: 0
}

.testimonial.testimonial-style-3 blockquote {
    background: #f2f2f2 !important;
    border-radius: 4px;
    padding: 12px 30px
}

.testimonial.testimonial-style-3 blockquote:before {
    top: 5px;
    color: #777;
    font-size: 35px
}

.testimonial.testimonial-style-3 blockquote:after {
    color: #777;
    font-size: 35px;
    bottom: -5px
}

.testimonial.testimonial-style-3 blockquote p {
    color: #777;
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 1em;
    font-style: normal
}

.testimonial.testimonial-style-3 .testimonial-author {
    margin-left: 8px
}

.testimonial.testimonial-style-3 .testimonial-arrow-down {
    margin-left: 20px;
    border-top: 10px solid #f2f2f2 !important
}

.testimonial.testimonial-style-4 {
    border-radius: 6px;
    padding: 8px;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.04)
}

.testimonial.testimonial-style-4 blockquote {
    background: transparent !important;
    border-radius: 4px;
    padding: 12px 30px
}

.testimonial.testimonial-style-4 blockquote:before {
    top: 5px;
    color: #777;
    font-size: 35px
}

.testimonial.testimonial-style-4 blockquote:after {
    color: #777;
    font-size: 35px;
    bottom: -5px
}

.testimonial.testimonial-style-4 blockquote p {
    color: #777;
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 1em;
    font-style: normal
}

.testimonial.testimonial-style-4 .testimonial-arrow-down {
    display: none
}

.testimonial.testimonial-style-4 .testimonial-author {
    margin-left: 30px;
    margin-bottom: 15px
}

.testimonial.testimonial-style-5 {
    text-align: center
}

.testimonial.testimonial-style-5 blockquote {
    background: transparent !important;
    border-radius: 4px;
    padding: 6px 20px
}

.testimonial.testimonial-style-5 blockquote:before,.testimonial.testimonial-style-5 blockquote:after {
    display: none
}

.testimonial.testimonial-style-5 blockquote p {
    color: #777;
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 1.2em;
    font-style: normal
}

.testimonial.testimonial-style-5 .testimonial-arrow-down {
    display: none
}

.testimonial.testimonial-style-5 .testimonial-author {
    padding: 6px 0 0;
    margin: 12px 0 0;
    border-top: 1px solid #f2f2f2
}

.testimonial.testimonial-style-5 .testimonial-author img {
    margin: 0 auto 10px
}

.testimonial.testimonial-style-5 .testimonial-author p {
    text-align: center;
    padding: 0;
    margin: 0
}

.testimonial.testimonial-style-6 {
    text-align: center
}

.testimonial.testimonial-style-6 blockquote {
    background: transparent !important;
    border-radius: 4px;
    border: 0;
    padding: 0 10%
}

.testimonial.testimonial-style-6 blockquote:before,.testimonial.testimonial-style-6 blockquote:after {
    display: none
}

.testimonial.testimonial-style-6 blockquote i.fa-quote-left {
    font-size: 34px;
    position: relative;
    left: -5px
}

.testimonial.testimonial-style-6 blockquote p {
    color: #777;
    font-size: 24px;
    line-height: 30px
}

.testimonial.testimonial-style-6 blockquote span {
    font-size: 16px;
    line-height: 20px;
    color: #999;
    position: relative;
    left: -5px
}

.testimonial.testimonial-style-6 .testimonial-arrow-down {
    display: none
}

.testimonial.testimonial-style-6 .testimonial-author {
    padding: 0;
    margin: 6px 0 0
}

.testimonial.testimonial-style-6 .testimonial-author img {
    margin: 0 auto 10px
}

.testimonial.testimonial-style-6 .testimonial-author p {
    text-align: center;
    padding: 0;
    margin: 0
}

.testimonial.testimonial-with-quotes blockquote:before {
    color: #777;
    display: block !important;
    left: 10px;
    top: 0;
    content: "â€œ";
    font-size: 80px;
    font-style: normal;
    line-height: 1;
    position: absolute
}

.testimonial.testimonial-with-quotes blockquote:after {
    color: #777;
    display: block !important;
    right: 10px;
    font-size: 80px;
    font-style: normal;
    line-height: 1;
    position: absolute;
    bottom: -.5em;
    content: "â€"
}

.testimonial.testimonial-with-quotes blockquote p {
    padding: 0 40px
}

.section-text-light .testimonial.testimonial blockquote:before,.section-text-light .testimonial.testimonial blockquote:after,.section-text-light .testimonial.testimonial blockquote p {
    opacity: .9;
    color: #fff
}

.section-text-light .testimonial.testimonial .testimonial-author span,.section-text-light .testimonial.testimonial .testimonial-author strong {
    opacity: .6;
    color: #fff
}

ul.social-icons {
    margin: 0;
    padding: 0;
    width: auto
}

ul.social-icons li {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    background-image: url("https://mpaneli.ru/assets/site_v2/img/social-sprites.png");
    background-repeat: no-repeat;
    background-position: 0 100px;
    display: inline-block;
    margin: -1px 1px 5px 0;
    padding: 0;
    border-radius: 100%;
    overflow: visible;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.3)
}

ul.social-icons li a {
    display: block;
    height: 30px;
    width: 30px;
    text-align: center
}

ul.social-icons li a:hover {
    text-decoration: none
}

ul.social-icons li a i[class^="icon-"] {
    color: #444;
    font-style: 16px;
    position: relative;
    top: 3px
}

ul.social-icons li a:active {
    box-shadow: inset 0 0 10px rgba(0,0,0,.3),inset 0 0 10px rgba(0,0,0,.3)
}

ul.social-icons li[class] a {
    text-indent: -9999px
}

ul.social-icons li:active,ul.social-icons li a:active {
    border-radius: 100%
}

ul.social-icons li.digg {
    background-position: 0 0
}

ul.social-icons li.digg:hover {
    background-position: 0 -30px
}

ul.social-icons li.dribbble {
    background-position: 0 -60px
}

ul.social-icons li.dribbble:hover {
    background-position: 0 -90px
}

ul.social-icons li.facebook {
    background-position: 0 -120px
}

ul.social-icons li.facebook:hover {
    background-position: 0 -150px
}

ul.social-icons li.flickr {
    background-position: 0 -180px
}

ul.social-icons li.flickr:hover {
    background-position: 0 -210px
}

ul.social-icons li.forrst {
    background-position: 0 -240px
}

ul.social-icons li.forrst:hover {
    background-position: 0 -270px
}

ul.social-icons li.googleplus {
    background-position: 0 -300px
}

ul.social-icons li.googleplus:hover {
    background-position: 0 -330px
}

ul.social-icons li.html5 {
    background-position: 0 -360px
}

ul.social-icons li.html5:hover {
    background-position: 0 -390px
}

ul.social-icons li.icloud {
    background-position: 0 -420px
}

ul.social-icons li.icloud:hover {
    background-position: 0 -450px
}

ul.social-icons li.lastfm {
    background-position: 0 -480px
}

ul.social-icons li.lastfm:hover {
    background-position: 0 -510px
}

ul.social-icons li.linkedin {
    background-position: 0 -540px
}

ul.social-icons li.linkedin:hover {
    background-position: 0 -570px
}

ul.social-icons li.myspace {
    background-position: 0 -600px
}

ul.social-icons li.myspace:hover {
    background-position: 0 -630px
}

ul.social-icons li.paypal {
    background-position: 0 -660px
}

ul.social-icons li.paypal:hover {
    background-position: 0 -690px
}

ul.social-icons li.picasa {
    background-position: 0 -720px
}

ul.social-icons li.picasa:hover {
    background-position: 0 -750px
}

ul.social-icons li.pinterest {
    background-position: 0 -780px
}

ul.social-icons li.pinterest:hover {
    background-position: 0 -810px
}

ul.social-icons li.reddit {
    background-position: 0 -840px
}

ul.social-icons li.reddit:hover {
    background-position: 0 -870px
}

ul.social-icons li.rss {
    background-position: 0 -900px
}

ul.social-icons li.rss:hover {
    background-position: 0 -930px
}

ul.social-icons li.skype {
    background-position: 0 -960px
}

ul.social-icons li.skype:hover {
    background-position: 0 -990px
}

ul.social-icons li.stumbleupon {
    background-position: 0 -1020px
}

ul.social-icons li.stumbleupon:hover {
    background-position: 0 -1050px
}

ul.social-icons li.tumblr {
    background-position: 0 -1080px
}

ul.social-icons li.tumblr:hover {
    background-position: 0 -1110px
}

ul.social-icons li.twitter {
    background-position: 0 -1140px
}

ul.social-icons li.twitter:hover {
    background-position: 0 -1170px
}

ul.social-icons li.vimeo {
    background-position: 0 -1200px
}

ul.social-icons li.vimeo:hover {
    background-position: 0 -1230px
}

ul.social-icons li.wordpress {
    background-position: 0 -1260px
}

ul.social-icons li.wordpress:hover {
    background-position: 0 -1290px
}

ul.social-icons li.yahoo {
    background-position: 0 -1320px
}

ul.social-icons li.yahoo:hover {
    background-position: 0 -1350px
}

ul.social-icons li.youtube {
    background-position: 0 -1380px
}

ul.social-icons li.youtube:hover {
    background-position: 0 -1410px
}

ul.social-icons li.github {
    background-position: 0 -1440px
}

ul.social-icons li.github:hover {
    background-position: 0 -1470px
}

ul.social-icons li.behance {
    background-position: 0 -1500px
}

ul.social-icons li.behance:hover {
    background-position: 0 -1530px
}

ul.social-icons li.yelp {
    background-position: 0 -1560px
}

ul.social-icons li.yelp:hover {
    background-position: 0 -1590px
}

ul.social-icons li.mail {
    background-position: 0 -1620px
}

ul.social-icons li.mail:hover {
    background-position: 0 -1650px
}

ul.social-icons li.instagram {
    background-position: 0 -1680px
}

ul.social-icons li.instagram:hover {
    background-position: 0 -1710px
}

ul.social-icons li.foursquare {
    background-position: 0 -1740px
}

ul.social-icons li.foursquare:hover {
    background-position: 0 -1770px
}

ul.social-icons li.zerply {
    background-position: 0 -1800px
}

ul.social-icons li.zerply:hover {
    background-position: 0 -1830px
}

ul.social-icons li.vk {
    background-position: 0 -1860px
}

ul.social-icons li.vk:hover {
    background-position: 0 -1890px
}

.social-icons-list {
    margin: 0 0 20px;
    padding: 0;
    display: block
}

.social-icons-list a {
    background: #ccc;
    border-radius: 25px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px
}

.social-icons-list a:hover {
    text-decoration: none
}

.social-icons-list a span {
    display: none
}

.social-icons-list a i {
    color: #fff;
    font-size: .9em;
    font-weight: normal
}

.arrow {
    background: transparent url("https://mpaneli.ru/assets/site_v2/img/arrows.png") no-repeat 0 0;
    width: 47px;
    height: 120px;
    display: inline-block;
    position: relative
}

.arrow.vtl {
    background-position: 0 0;
    width: 47px;
    height: 96px
}

.arrow.vtr {
    background-position: -101px 0;
    width: 47px;
    height: 96px
}

.arrow.vbl {
    background-position: 0 -144px;
    width: 47px;
    height: 96px
}

.arrow.vbr {
    background-position: -101px -144px;
    width: 47px;
    height: 96px
}

.arrow.hlt {
    background-position: -209px 0;
    width: 120px;
    height: 47px
}

.arrow.hlb {
    background-position: -209px -101px;
    width: 120px;
    height: 47px
}

.arrow.hrt {
    background-position: -353px 0;
    width: 120px;
    height: 47px
}

.arrow.hrb {
    background-position: -353px -101px;
    width: 120px;
    height: 47px
}

@media(max-width: 479px) {
    .arrow {
        display:none
    }
}

.call-to-action {
    position: relative;
    clear: both;
    min-height: 125px;
    padding-left: 25px;
    padding-right: 25px
}

.call-to-action+hr.mt-sm.mb-sm {
    margin-bottom: 55px !important
}

.call-to-action:before,.call-to-action:after {
    content: " ";
    display: table
}

.call-to-action:after {
    clear: both
}

.call-to-action h3 {
    text-transform: none;
    color: #1d2127;
    padding: 0;
    margin: 0 0 9px
}

.call-to-action p {
    font-size: 1.2em
}

.call-to-action .prim_send_text p {
    font-size: 15px;
    line-height: 20px;
    color: #000 !important;
    width: 100%
}

.call-to-action .call-to-action-content {
    text-align: center;
    width: 70%;
    margin-left: 3%;
    padding-top: 35px
}

.call-to-action .call-to-action-btn {
    width: 22%;
    text-align: center;
    position: absolute;
    top: 50%;
    margin: -18px 0 0;
    left: auto;
    right: 25px
}

.call-to-action.call-to-action-default {
    background: #f2f2f2
}

.call-to-action.call-to-action-dark {
    background: #2e353e
}

.call-to-action.call-to-action-dark h3,.call-to-action.call-to-action-dark p {
    color: #fff
}

.call-to-action.with-borders {
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.04)
}

.call-to-action.with-full-borders {
    border: 2px solid #ccc;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.04)
}

.call-to-action.featured {
    background-color: transparent;
    background: -webkit-linear-gradient(top,white 1%,#fcfcfc 98%) repeat scroll 0 0 transparent;
    background: linear-gradient(to bottom,white 1%,#fcfcfc 98%) repeat scroll 0 0 transparent;
    padding: 0;
    margin: 0;
    border-top: 3px solid #ccc;
    border-bottom: 1px solid #dfdfdf;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.04)
}

.call-to-action.featured.featured-primary {
    border-top-color: #ccc
}

.call-to-action.featured.featured-secondary {
    border-top-color: #e36159
}

.call-to-action.featured.featured-tertiary {
    border-top-color: #2baab1
}

.call-to-action.featured.featured-quaternary {
    border-top-color: #2e353e
}

.call-to-action.with-button-arrow .call-to-action-btn {
    top: 30%
}

.call-to-action.button-centered {
    min-height: 100%
}

.call-to-action.button-centered p {
    font-size: 14px
}

.call-to-action.button-centered .call-to-action-content {
    text-align: center;
    width: 100%;
    padding: 40px 0;
    margin: 0 auto;
    max-width: 780px
}

.call-to-action.button-centered .call-to-action-btn {
    text-align: center;
    position: static;
    margin: 20px auto 25px;
    width: auto
}

.call-to-action.call-to-action-in-footer {
    padding-top: 18px;
    padding-bottom: 50px;
    margin-top: 30px;
    margin-bottom: -50px !important
}

.call-to-action.call-to-action-in-footer:before {
    content: "";
    display: block;
    position: absolute;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #fff;
    height: 20px;
    width: 20px;
    top: -5px;
    left: 50%;
    margin-left: -20px
}

.call-to-action.no-top-arrow:before {
    display: none
}

.call-to-action.call-to-action-in-footer-margin-top {
    margin-top: 60px
}

.container .call-to-action {
    border-radius: 8px
}

@media(max-width: 767px) {
    .call-to-action .call-to-action-content,.call-to-action .call-to-action-btn {
        margin:0;
        padding: 0;
        position: static;
        width: auto
    }
}

.circular-bar {
    text-align: center;
    margin-bottom: 25px
}

.circular-bar .circular-bar-chart {
    position: relative
}

.circular-bar strong {
    display: block;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    position: absolute;
    top: 35%;
    width: 80%;
    left: 10%;
    text-align: center
}

.circular-bar label {
    display: block;
    font-weight: 100;
    font-size: 17px;
    line-height: 20px;
    position: absolute;
    top: 50%;
    width: 80%;
    left: 10%;
    text-align: center
}

.circular-bar.only-icon .fa {
    display: block;
    font-weight: 600;
    font-size: 38px;
    line-height: 30px;
    position: absolute;
    top: 40%;
    width: 80%;
    left: 10%;
    text-align: center
}

.circular-bar.single-line strong {
    top: 40%
}

.circular-bar.circular-bar-sm label {
    font-size: 14px;
    top: 36%
}

.circular-bar.circular-bar-lg strong {
    font-size: 20px;
    top: 40%
}

.progress {
    border-radius: 25px;
    height: 20px;
    background: #fafafa;
    box-shadow: 0 1px 2px rgba(0,0,0,.1) inset;
    overflow: visible
}

.progress.progress-border-radius {
    border-radius: 3px
}

.progress.progress-border-radius .progress-bar {
    border-radius: 3px
}

.progress.progress-no-border-radius {
    border-radius: 0
}

.progress.progress-no-border-radius .progress-bar {
    border-radius: 0
}

.progress.progress-sm {
    height: 10px
}

.progress.progress-sm .progress-bar {
    line-height: 10px
}

.progress.progress-lg {
    height: 35px
}

.progress.progress-lg .progress-bar {
    font-size: 13px;
    line-height: 35px
}

.progress-bar {
    background-color: #ccc;
    box-shadow: none;
    position: relative;
    border-radius: 25px
}

.progress-bar-tooltip {
    position: absolute;
    position: absolute;
    padding: 4px 8px;
    background-color: #333;
    color: #fff;
    line-height: 15px;
    font-size: 11px;
    display: block;
    top: -28px;
    right: 5px;
    border-radius: 3px;
    filter: alpha(opacity=0);
    opacity: 0
}

.progress-bar-tooltip:after {
    border-color: #333 transparent;
    border-style: solid;
    border-width: 5px 5px 0;
    bottom: -5px;
    content: "";
    display: block;
    left: 13px;
    position: absolute;
    width: 0
}

.progress-bar-primary {
    background-color: #ccc;
    color: white
}

.progress-bar-success {
    background-color: #47a447;
    color: white
}

.progress-bar-warning {
    background-color: #ed9c28;
    color: white
}

.progress-bar-danger {
    background-color: #d2322d;
    color: white
}

.progress-bar-info {
    background-color: #5bc0de;
    color: white
}

.progress-bar-dark {
    background-color: #1d2127;
    color: white
}

.counters .counter {
    text-align: center
}

.counters .fa {
    display: block;
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 5px
}

.counters strong {
    display: block;
    font-weight: 600;
    font-size: 50px;
    line-height: 50px
}

.counters label {
    display: block;
    font-weight: 100;
    font-size: 20px;
    line-height: 20px
}

.counters .counter-side-icon .fa,.counters .counter-side-icon strong {
    display: inline-block
}

.counters .counter-with-unit strong {
    display: inline-block
}

.counters.with-borders .counter {
    border-radius: 6px;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.04);
    padding: 25px
}

.counters.counters-sm .fa {
    font-size: 25px;
    line-height: 25px
}

.counters.counters-sm strong {
    font-size: 35px;
    line-height: 35px
}

.counters.counters-sm label {
    font-size: 15px;
    line-height: 15px
}

.counters.counters-lg .fa {
    font-size: 45px;
    line-height: 45px
}

.counters.counters-lg strong {
    font-size: 60px;
    line-height: 60px
}

.counters.counters-lg label {
    font-size: 25px;
    line-height: 25px
}

.counters.counters-text-light .counter {
    color: #fff !important
}

.counters.counters-text-light .counter .fa,.counters.counters-text-light .counter strong,.counters.counters-text-light .counter label {
    color: #fff !important
}

.counters.counters-text-dark .counter {
    color: #2e353e !important
}

.counters.counters-text-dark .counter .fa,.counters.counters-text-dark .counter strong,.counters.counters-text-dark .counter label {
    color: #2e353e !important
}

.word-rotate {
    display: inline-block;
    overflow: hidden;
    text-align: center;
    position: relative;
    max-height: 22px;
    line-height: 22px
}

.word-rotate .word-rotate-items {
    position: relative;
    top: 0;
    width: 0;
    display: inline-block
}

.word-rotate .word-rotate-items span {
    display: inline-block;
    white-space: nowrap
}

.word-rotate .word-rotate-items span:not(:first-child) {
    display: none
}

.word-rotate.active .word-rotate-items {
    position: relative
}

.word-rotate.active .word-rotate-items span {
    display: inline-block
}

h1.word-rotator-title .inverted {
    min-height: 56px
}

h1.word-rotator-title .word-rotate {
    max-height: 46px;
    line-height: 46px;
    margin-bottom: -9px
}

h2.word-rotator-title .inverted {
    min-height: 46px
}

h2.word-rotator-title .word-rotate {
    max-height: 42px;
    line-height: 42px;
    margin-bottom: -9px
}

h3.word-rotator-title .inverted {
    min-height: 25px
}

h3.word-rotator-title .word-rotate {
    max-height: 24px;
    line-height: 24px;
    margin-bottom: -2px
}

h4.word-rotator-title .inverted {
    min-height: 32px
}

h4.word-rotator-title .word-rotate {
    max-height: 27px;
    line-height: 27px;
    margin-bottom: -6px
}

h5.word-rotator-title .inverted {
    min-height: 18px
}

h5.word-rotator-title .word-rotate {
    max-height: 18px;
    line-height: 18px;
    margin-bottom: -4px
}

h6.word-rotator-title .inverted {
    min-height: 20px
}

h6.word-rotator-title .word-rotate {
    max-height: 18px;
    line-height: 18px;
    margin-bottom: -4px
}

p .inverted {
    min-height: 24px
}

p .word-rotate {
    max-height: 22px;
    line-height: 22px;
    margin-bottom: -6px
}

html .scroll-to-top {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    background: #404040;
    border-radius: 7px 7px 0 0;
    bottom: 0;
    color: #fff;
    display: block;
    height: 9px;
    opacity: 0;
    padding: 13px 10px 35px;
    position: fixed;
    right: 10px;
    text-align: center;
    text-decoration: none;
    min-width: 49px;
    z-index: 1040
}

html .scroll-to-top:hover {
    filter: alpha(opacity=100);
    opacity: 1
}

html .scroll-to-top.visible {
    filter: alpha(opacity=75);
    opacity: .75
}

html .scroll-to-top span {
    display: inline-block;
    padding: 0 5px
}

html.ie11 .scroll-to-top {
    right: 25px
}

@media(max-width: 991px) {
    html .scroll-to-top.hidden-mobile {
        display:none !important
    }
}

@-webkit-keyframes animateLoader {
    0% {
        -webkit-transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(220deg)
    }
}

@-moz-keyframes animateLoader {
    0% {
        -moz-transform: rotate(0deg)
    }

    100% {
        -moz-transform: rotate(220deg)
    }
}

@-o-keyframes animateLoader {
    0% {
        -o-transform: rotate(0deg)
    }

    100% {
        -o-transform: rotate(220deg)
    }
}

@keyframes animateLoader {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(220deg)
    }
}

@-webkit-keyframes animateLoaderAfterWhite {
    0% {
        box-shadow: 0 0 0 6px #fff inset;
        -webkit-transform: rotate(-140deg)
    }

    50% {
        box-shadow: 0 0 0 2px #fff inset
    }

    100% {
        box-shadow: 0 0 0 6px #fff inset;
        -webkit-transform: rotate(140deg)
    }
}

@-moz-keyframes animateLoaderAfterWhite {
    0% {
        box-shadow: 0 0 0 6px #fff inset;
        -moz-transform: rotate(-140deg)
    }

    50% {
        box-shadow: 0 0 0 2px #fff inset
    }

    100% {
        box-shadow: 0 0 0 6px #fff inset;
        -moz-transform: rotate(140deg)
    }
}

@-o-keyframes animateLoaderAfterWhite {
    0% {
        box-shadow: 0 0 0 6px #fff inset;
        -o-transform: rotate(-140deg)
    }

    50% {
        box-shadow: 0 0 0 2px #fff inset
    }

    100% {
        box-shadow: 0 0 0 6px #fff inset;
        -o-transform: rotate(140deg)
    }
}

@keyframes animateLoaderAfterWhite {
    0% {
        box-shadow: 0 0 0 6px #fff inset;
        transform: rotate(-140deg)
    }

    50% {
        box-shadow: 0 0 0 2px #fff inset
    }

    100% {
        box-shadow: 0 0 0 6px #fff inset;
        transform: rotate(140deg)
    }
}

@-webkit-keyframes animateLoaderAfterBlack {
    0% {
        box-shadow: 0 0 0 6px #999 inset;
        -webkit-transform: rotate(-140deg)
    }

    50% {
        box-shadow: 0 0 0 2px #999 inset
    }

    100% {
        box-shadow: 0 0 0 6px #999 inset;
        -webkit-transform: rotate(140deg)
    }
}

@-moz-keyframes animateLoaderAfterBlack {
    0% {
        box-shadow: 0 0 0 6px #999 inset;
        -moz-transform: rotate(-140deg)
    }

    50% {
        box-shadow: 0 0 0 2px #999 inset
    }

    100% {
        box-shadow: 0 0 0 6px #999 inset;
        -moz-transform: rotate(140deg)
    }
}

@-o-keyframes animateLoaderAfterBlack {
    0% {
        box-shadow: 0 0 0 6px #999 inset;
        -o-transform: rotate(-140deg)
    }

    50% {
        box-shadow: 0 0 0 2px #999 inset
    }

    100% {
        box-shadow: 0 0 0 6px #999 inset;
        -o-transform: rotate(140deg)
    }
}

@keyframes animateLoaderAfterBlack {
    0% {
        box-shadow: 0 0 0 6px #999 inset;
        transform: rotate(-140deg)
    }

    50% {
        box-shadow: 0 0 0 2px #999 inset
    }

    100% {
        box-shadow: 0 0 0 6px #999 inset;
        transform: rotate(140deg)
    }
}

.loading-overlay-showing {
    overflow: hidden
}

.loading-overlay-showing>.loading-overlay {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    transition-delay: 0
}

.loading-overlay {
    -webkit-transition: visibility 0s ease-in-out .5s,opacity .5s ease-in-out;
    -moz-transition: visibility 0s ease-in-out .5s,opacity .5s ease-in-out;
    transition: visibility 0s ease-in-out .5s,opacity .5s ease-in-out;
    bottom: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    right: 0;
    top: 0;
    visibility: hidden;
    background: #fff
}

.loading-overlay .loader {
    -webkit-animation: animateLoader 1s linear infinite;
    -moz-animation: animateLoader 1s linear infinite;
    animation: animateLoader 1s linear infinite;
    clip: rect(0,30px,30px,15px);
    height: 30px;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    position: absolute;
    text-align: left;
    top: 50%;
    width: 30px
}

.loading-overlay .loader:after {
    border-radius: 50%;
    clip: rect(0,30px,30px,15px);
    content: "";
    height: 30px;
    position: absolute;
    width: 30px
}

html:not(.dark) .loading-overlay .loader:after {
    -webkit-animation: animateLoaderAfterBlack 1s ease-in-out infinite;
    -moz-animation: animateLoaderAfterBlack 1s ease-in-out infinite;
    animation: animateLoaderAfterBlack 1s ease-in-out infinite
}

body>.loading-overlay {
    position: fixed;
    z-index: 999999
}

.portfolio-title {
    margin-bottom: -10px
}

.portfolio-title a {
    display: inline-block
}

.portfolio-title .fa {
    font-size: 2.5em
}

.portfolio-title .portfolio-nav,.portfolio-title .portfolio-nav-all {
    margin-top: 11px
}

.portfolio-title .portfolio-nav {
    text-align: right
}

.portfolio-title .portfolio-nav a {
    width: 40%
}

.portfolio-title .portfolio-nav-all .fa {
    font-size: 2.7em
}

.portfolio-title .fa-angle-right {
    text-align: right
}

.portfolio-title .portfolio-nav-prev {
    text-align: left
}

.portfolio-info {
    margin: 2px 0 10px;
    float: right
}

.portfolio-info ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.portfolio-info ul li {
    display: inline-block;
    border-right: 1px solid #e6e6e6;
    color: #b1b1b1;
    padding-right: 8px;
    margin-right: 8px;
    font-size: .9em
}

.portfolio-info ul li:last-child {
    border-right: 0;
    padding-right: 0;
    margin-right: 0
}

.portfolio-info ul li a {
    text-decoration: none;
    color: #b1b1b1
}

.portfolio-info ul li a:hover .fa-heart {
    color: #e53f51
}

.portfolio-info ul li .fa {
    margin-right: 4px
}

ul.portfolio-list {
    list-style: none;
    margin: 0;
    padding: 0
}

ul.portfolio-list .portfolio-item {
    margin-bottom: 35px
}

ul.portfolio-details {
    list-style: none;
    padding: 0;
    margin: 45px 0 0 5px;
    font-size: .9em
}

ul.portfolio-details>li {
    padding: 0;
    margin: 0 0 20px
}

ul.portfolio-details p {
    padding: 0;
    margin: 0
}

ul.portfolio-details blockquote {
    padding: 0 0 0 10px;
    margin: 15px 0 0;
    color: #999
}

ul.portfolio-details .list-icons {
    margin-left: 0
}

ul.portfolio-details .list-icons>li {
    padding-left: 18px;
    margin-right: 10px
}

ul.portfolio-details .list-icons>li .fa {
    top: 7px
}

@media(max-width: 991px) {
    .portfolio-nav,.portfolio-nav-all {
        display:none
    }
}

ul.team-list {
    list-style: none;
    margin: 0;
    padding: 0
}

ul.team-list .team-item {
    margin-bottom: 35px
}

ul.team-list .team-item .thumb-info-social-icons {
    margin: 0 10px
}

@media(max-width: 991px) {
    ul.team-list .team-item {
        margin:0 auto 35px;
        max-width: 270px
    }
}

ul.history {
    margin: 0 0 25px;
    padding: 0;
    list-style: none
}

ul.history li {
    margin: 25px 0;
    padding: 0;
    clear: both
}

ul.history li h4 {
    margin: 0 0 -27px 0;
    padding: 0
}

ul.history li p {
    margin-left: 53px
}

ul.history li .thumb {
    background: transparent url("https://mpaneli.ru/assets/site_v2/img/history-thumb.png") no-repeat 0 0;
    width: 227px;
    height: 160px;
    margin: 0 0 30px;
    padding: 0;
    float: left
}

ul.history li .thumb img {
    border-radius: 150px;
    margin: 7px 8px;
    width: 145px;
    height: 145px
}

ul.history li .featured-box {
    text-align: left;
    margin-left: 225px;
    margin-bottom: 50px;
    min-height: 115px
}

ul.history li .featured-box .box-content {
    border-top-color: #ccc
}

@media(max-width: 479px) {
    ul.history li .thumb {
        display:none
    }

    ul.history li .featured-box {
        margin-left: 0
    }
}

.search-results {
    min-height: 300px
}

.google-map {
    background: #e5e3df;
    height: 400px;
    margin: -35px 0 30px 0;
    width: 100%
}

.google-map.small {
    height: 250px;
    border-radius: 6px;
    margin: 0;
    clear: both
}

.google-map img {
    max-width: 9999px
}

.google-map-borders {
    border: 1px solid #ddd;
    padding: 4px;
    border-radius: 4px
}

.page-sub-title {
    font-size: 1.4em;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 27px;
    margin: 0 0 14px 0;
    color: #fff !important
}

@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i,800");html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

body a {
    outline: 0 !important
}

li {
    line-height: 24px
}

.grid-main-line {
    border: solid 2px #08c;
    margin-top: 30px;
    padding: 10px
}

.grid-main-line a {
    text-decoration: none;
    display: block
}

.grid-main-line:hover {
    border: solid 2px #eee
}

@media(max-width: 479px) {
    body {
        font-size:13px
    }
}

.header-container {
    min-height: 76px;
    position: relative
}

#header {
    background: #f6f6f6;
    background: -webkit-linear-gradient(#f6f6f6,white);
    background: linear-gradient(#f6f6f6,white);
    clear: both;
    min-height: 100px
}

#header>.container {
    margin-bottom: -35px;
    position: relative;
    display: table;
    max-width: 1179px
}

#header>.navbar-collapse>.container {
    position: relative
}

.sticky-menu-active #header .head_leftbox,.sticky-menu-active #header .head_rightbox {
    position: relative;
    top: 0;
    padding: 0 19px 0 11px;
    height: 39px
}

#header .header-top {
    min-height: 50px
}

#header .header-top form {
    margin: 0
}

#header .header-top p {
    float: left;
    font-size: .9em;
    line-height: 50px;
    margin: 0
}

#header .header-top i {
    margin-right: 6px;
    margin-left: 6px;
    position: relative;
    top: 1px
}

#header .header-top nav {
    float: left;
    width: auto
}

#header .header-top ul.nav-top {
    margin: 7px 0 0 -15px;
    min-height: 5px
}

#header .header-top ul.nav-top li.phone {
    margin-right: 10px
}

#header .header-top ul.nav-top li a {
    padding-left: 4px
}

#header .social-icons {
    clear: right;
    float: right;
    margin-top: -3px;
    margin-left: 5px;
    position: relative
}

#header .search {
    float: right;
    margin: 10px 0 0 15px;
    position: relative
}

#header .search+.social-icons {
    clear: none;
    margin-left: 10px;
    margin-right: 0;
    margin-top: 13px
}

#header .search input.search:first-child {
    -webkit-transition: width .2s ease-in .2s;
    -moz-transition: width .2s ease-in .2s;
    transition: width .2s ease-in .2s;
    border-radius: 20px;
    width: 170px;
    font-size: .9em;
    padding: 6px 12px;
    height: 34px;
    margin: 0
}

#header .search input.search:focus {
    width: 220px;
    border-color: #ccc
}

#header .search button.btn-default {
    border: 0;
    background: transparent;
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    z-index: 3
}

#header nav {
    float: right
}

#header nav ul.nav-top {
    margin: 10px 0 -10px;
    min-height: 62px
}

#header nav ul.nav-top li span {
    display: block;
    line-height: 14px;
    margin-bottom: 2px;
    margin-right: 0;
    margin-top: 5px;
    padding: 8px 2px 8px 12px
}

#header nav ul.nav-top li a,#header nav ul.nav-top li span {
    color: #999;
    font-size: .9em;
    padding: 6px 10px
}

#header nav ul.nav-top li i {
    margin-right: 6px;
    position: relative;
    top: 1px
}

#header .not-included {
    color: #b7b7b7;
    display: block;
    font-size: .8em;
    font-style: normal;
    margin: -8px 0 -4px;
    padding: 0
}

#header .tip {
    display: inline-block;
    padding: 0 5px;
    background: #fff;
    color: #111;
    text-shadow: none;
    border-radius: 3px;
    margin-left: 8px;
    position: relative;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold
}

#header .tip:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255,255,255,0);
    border-right-color: #fff;
    border-width: 5px;
    margin-top: -5px
}

#header .tip.skin {
    color: #fff
}

#header .logo {
    -webkit-transition: all .2s ease-in .2s;
    -moz-transition: all .2s ease-in .2s;
    transition: all .2s ease-in .2s;
    margin: 0;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    color: transparent
}

#header .logo a {
    position: relative;
    z-index: 1
}

#header .logo img {
    position: relative;
    color: transparent;
    width: 154px !important;
    height: 55px !important
}

.btn-responsive-nav {
    display: none
}

#header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1001
}

body.sticky-menu-active #header {
    border-bottom: 1px solid rgba(0,0,0,.5);
    position: fixed;
    top: -57px;
    width: 100%;
    z-index: 1001;
    box-shadow: 0 0 5px rgba(0,0,0,.5);
    filter: none
}

body.sticky-menu-deactive #header.logo img {
    width: 145px;
    height: 60px
}

body.sticky-menu-active #header .social-icons {
    margin-top: -1px
}

body.sticky-menu-active #header nav ul.nav-main {
    margin-bottom: 7px;
    margin-top: -4px
}

body.sticky-menu-active.always-sticky #header {
    top: 0
}

body.sticky-menu-active.always-sticky #header nav ul.nav-main {
    margin: -7px 10px 8px 0
}

body.sticky-menu-active.always-sticky #header .social-icons {
    margin-top: -3px
}

body.scrolling .nav-main-collapse.collapsing {
    -webkit-transition: none;
    transition: none
}

@media(min-width: 992px) {
    #header nav {
        float:right
    }

    #header nav ul.nav-main {
        margin: -7px 10px 8px 0
    }

    #header nav ul.nav-main>li+li {
        margin-left: -4px
    }

    #header nav ul.nav-main li a {
        line-height: 20px;
        font-weight: 700
    }

    #header nav ul.nav-main li a:hover {
        background-color: #f4f4f4
    }

    #header nav ul.nav-main li a:focus {
        background: transparent
    }

    #header nav ul.nav-main li a i.fa-caret-down {
        position: absolute;
        top: 50%;
        right: 9px;
        margin-top: -8px
    }

    #header nav ul.nav-main li ul a {
        text-transform: none;
        font-weight: normal;
        font-size: .9em
    }

    #header nav ul.nav-main li.dropdown.open a.dropdown-toggle {
        border-radius: 5px 5px 0 0
    }

    #header nav ul.nav-main li.dropdown:hover>a {
        padding-bottom: 11px;
        margin-bottom: -1px
    }

    #header nav ul.nav-main li.dropdown:hover>ul {
        display: block
    }

    #header nav ul.nav-main li.dropdown:hover a.dropdown-toggle {
        border-radius: 5px 5px 0 0
    }

    #header nav ul.nav-main ul.dropdown-menu {
        border: 0;
        border-top: 5px solid #ccc;
        border-radius: 0 6px 6px 6px;
        box-shadow: 0 20px 45px rgba(0,0,0,.08);
        margin: 1px 0 0 3px;
        padding: 5px;
        top: auto;
        text-align: left;
        min-width: 200px
    }

    #header nav ul.nav-main ul.dropdown-menu li:hover>a {
        filter: none;
        background: #f4f4f4
    }

    #header nav ul.nav-main ul.dropdown-menu li:last-child>a {
        border-bottom: 0
    }

    #header nav ul.nav-main ul.dropdown-menu>li>a {
        color: #777;
        font-weight: 400;
        padding-bottom: 4px;
        padding-top: 4px;
        text-transform: none;
        position: relative;
        padding: 8px 20px 8px 5px;
        font-size: .9em;
        border-bottom: 1px solid #f4f4f4
    }

    #header nav ul.nav-main ul.dropdown-menu ul.dropdown-menu {
        border-top: 0;
        border-radius: 6px;
        margin-left: 0;
        margin-top: -5px
    }

    #header nav ul.nav-main .dropdown-submenu {
        position: relative
    }

    #header nav ul.nav-main .dropdown-submenu>.dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        border-radius: 0 6px 6px 6px
    }

    #header nav ul.nav-main .dropdown-submenu .fa-caret-down {
        display: none
    }

    #header nav ul.nav-main .dropdown-submenu>a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #fff;
        margin-top: 5px;
        margin-right: -10px;
        position: absolute;
        top: 8px;
        right: 15px
    }

    #header nav ul.nav-main .dropdown-submenu.pull-left {
        float: none
    }

    #header nav ul.nav-main .dropdown-submenu.pull-left>.dropdown-menu {
        left: -100%;
        margin-left: 10px;
        border-radius: 6px 0 6px 6px
    }

    #header nav ul.nav-main .dropdown-submenu:hover>.dropdown-menu {
        display: block
    }

    #header nav ul.nav-main .dropdown-submenu:hover>a:after {
        border-left-color: #fff
    }

    #header .nav-main-collapse {
        overflow-y: visible
    }

    #header .nav-main-collapse.in {
        overflow-y: visible
    }

    #header.font-color-light nav.nav-main ul.nav-main>li.active>a,#header.font-color-light nav.nav-main ul.nav-main>li>a {
        color: #fff
    }

    body.sticky-menu-active #header.font-color-light nav.nav-main ul.nav-main>li.active>a,body.sticky-menu-active #header.font-color-light nav.nav-main ul.nav-main>li>a {
        color: #777
    }

    #header.font-color-dark nav.nav-main ul.nav-main>li.active>a,#header.font-color-dark nav.nav-main ul.nav-main>li>a {
        color: #444
    }
}

@media(min-width: 992px) {
    #header nav.mega-menu .nav,#header nav.mega-menu .dropup,#header nav.mega-menu .dropdown,#header nav.mega-menu .collapse {
        position:static
    }

    #header nav.mega-menu ul.nav-main .mega-menu-content {
        text-shadow: none
    }

    #header nav.mega-menu ul.nav-main li.mega-menu-item .mega-menu-sub-title {
        color: #333;
        display: block;
        font-size: 1em;
        font-weight: 600;
        padding-bottom: 5px;
        text-transform: uppercase;
        margin-top: 20px
    }

    #header nav.mega-menu ul.nav-main li.mega-menu-item .mega-menu-sub-title:first-child {
        margin-top: 0
    }

    #header nav.mega-menu ul.nav-main li.mega-menu-item ul.dropdown-menu {
        background: #fff !important;
        border-top: 6px solid #ccc;
        color: #777;
        box-shadow: 0 20px 45px rgba(0,0,0,.08)
    }

    #header nav.mega-menu ul.nav-main li.mega-menu-item ul.sub-menu {
        list-style: none;
        padding: 0;
        margin: 0
    }

    #header nav.mega-menu ul.nav-main li.mega-menu-item ul.sub-menu a {
        color: #777;
        text-shadow: none;
        margin: 0 0 0 -8px;
        padding: 3px 8px;
        text-transform: none;
        font-size: .9em;
        display: block;
        font-weight: normal;
        border-radius: 4px;
        border: 0
    }

    #header nav.mega-menu ul.nav-main li.mega-menu-item:hover ul.sub-menu li:hover a:hover {
        background: #f4f4f4 !important;
        text-decoration: none
    }

    #header nav.mega-menu ul.nav-main li.mega-menu-fullwidth ul.dropdown-menu {
        border-radius: 6px
    }

    #header nav.mega-menu .navbar-inner,#header nav.mega-menu .container {
        position: relative
    }

    #header nav.mega-menu .dropdown-menu {
        left: auto
    }

    #header nav.mega-menu .dropdown-menu>li {
        display: block
    }

    #header nav.mega-menu .mega-menu-content {
        padding: 20px 30px
    }

    #header nav.mega-menu .mega-menu-content:before {
        display: table;
        content: "";
        line-height: 0
    }

    #header nav.mega-menu .mega-menu-content:after {
        display: table;
        content: "";
        line-height: 0;
        clear: both
    }

    #header nav.mega-menu.navbar .nav>li>.dropdown-menu:after,#header nav.mega-menu.navbar .nav>li>.dropdown-menu:before {
        display: none
    }

    #header nav.mega-menu .dropdown.mega-menu-fullwidth .dropdown-menu {
        width: 100%;
        left: 0;
        right: 0
    }

    #header nav.mega-menu nav.pull-right .dropdown-menu {
        right: 0
    }

    #header.flat-menu nav.mega-menu ul.nav-main li.mega-menu-fullwidth ul.dropdown-menu {
        border-radius: 0
    }
}

@media(min-width: 992px) {
    #header.flat-menu>.container {
        height:91px;
        margin-bottom: -82px
    }

    #header.flat-menu .header-top {
        margin-top: -8px
    }

    #header.flat-menu .social-icons {
        margin: 11px 10px 9px 10px;
        margin: 10px 10px 0
    }

    #header.flat-menu .search {
        margin-top: 8px
    }

    #header.flat-menu .search form {
        margin: 0
    }

    #header.flat-menu .search input.search-query {
        padding-bottom: 5px;
        padding-top: 5px
    }

    #header.flat-menu nav ul.nav-main {
        float: right;
        margin: -9px 0 -8px
    }

    #header.flat-menu nav ul.nav-main>li>a {
        background: transparent;
        margin-bottom: 0;
        border-top: 5px solid transparent
    }

    #header.flat-menu nav ul.nav-main li a {
        border-radius: 0;
        margin-left: 1px;
        margin-right: 3px;
        padding-bottom: 20px;
        padding-top: 46px
    }

    #header.flat-menu nav ul.nav-main li.dropdown:hover a.dropdown-toggle {
        border-radius: 0
    }

    #header.flat-menu nav ul.nav-main li.dropdown:hover>a {
        padding-bottom: 21px
    }

    #header.flat-menu nav ul.nav-main ul.dropdown-menu {
        margin: 0 0 0 1px;
        border-radius: 0
    }

    #header.flat-menu nav ul.nav-main ul.dropdown-menu ul.dropdown-menu {
        border-radius: 0
    }

    #header.flat-menu nav ul.nav-main .mega-menu-signin ul.dropdown-menu li a,#header.flat-menu nav ul.nav-main .mega-menu-signin ul.dropdown-menu:hover li:hover li:hover a {
        color: #333
    }

    body.sticky-menu-active #header.flat-menu ul.nav-main {
        margin-bottom: -10px;
        margin-top: 34px
    }

    body.sticky-menu-active #header.flat-menu ul.nav-main>li>a,body.sticky-menu-active #header.flat-menu ul.nav-main>li:hover>a {
        border-top-color: transparent;
        padding-bottom: 26px;
        padding-top: 26px
    }

    body.sticky-menu-active #header.flat-menu .header-top {
        display: none
    }

    html.boxed #header.flat-menu {
        padding: 15px 0 7px
    }

    html.boxed #header.flat-menu.clean-top {
        padding-bottom: 8px
    }

    html.boxed #header.flat-menu.colored {
        padding: 0 0 7px
    }

    html.boxed #header.flat-menu.single-menu nav ul.nav-main ul.dropdown-menu {
        margin-top: -1px
    }

    html.boxed #header.flat-menu .header-top {
        border-radius: 5px 5px 0 0
    }

    html.boxed body.sticky-menu-active #header.flat-menu.clean-top,html.boxed body.sticky-menu-active #header.flat-menu.colored {
        padding: 15px 0 7px
    }
}

@media(min-width: 992px) {
    #header.single-menu {
        min-height:86px
    }

    #header.single-menu>.container {
        height: 91px;
        margin-bottom: -77px
    }

    #header.single-menu .social-icons {
        margin-top: 32px
    }

    #header.single-menu .search {
        display: none
    }

    #header.single-menu .search+nav {
        display: none
    }

    #header.single-menu nav ul.nav-main {
        margin: -28px 0 -9px;
        float: right
    }

    #header.single-menu nav ul.nav-main li a,#header.single-menu nav ul.nav-main li.dropdown:hover>a {
        padding-bottom: 20px;
        padding-top: 62px
    }

    #header.single-menu nav.mega-menu .mega-menu-signin {
        margin-right: 0
    }

    #header.single-menu.valign .social-icons {
        margin-top: 15px
    }

    #header.single-menu.valign nav ul.nav-main>li>a,#header.single-menu.valign nav ul.nav-main>li.dropdown:hover>a {
        padding-bottom: 42px;
        padding-top: 47px
    }

    body.sticky-menu-active #header.single-menu .logo,body.sticky-menu-active #header.single-menu.valign .logo {
        padding-top: 14px
    }

    body.sticky-menu-active #header.single-menu .social-icons,body.sticky-menu-active #header.single-menu.valign .social-icons {
        margin-top: 54px
    }

    body.sticky-menu-active #header.single-menu nav ul.nav-main,body.sticky-menu-active #header.single-menu.valign nav ul.nav-main {
        margin-top: 20px;
        margin-bottom: -9px
    }

    body.sticky-menu-active #header.single-menu nav ul.nav-main>li>a,body.sticky-menu-active #header.single-menu nav ul.nav-main>li:hover>a,body.sticky-menu-active #header.single-menu.valign nav ul.nav-main>li>a,body.sticky-menu-active #header.single-menu.valign nav ul.nav-main>li:hover>a {
        border-top-color: transparent;
        padding-bottom: 21px;
        padding-top: 36px
    }

    html.boxed #header.single-menu {
        padding: 4px 0 7px
    }

    html.boxed body.sticky-menu-active #header.single-menu {
        padding: 15px 0 7px
    }
}

@media(min-width: 992px) {
    #header.clean-top .header-top {
        border-bottom:1px solid #ededed;
        background-color: #f4f4f4;
        margin-top: -8px
    }

    #header.clean-top .social-icons {
        margin: 11px 10px 9px 10px
    }

    body.sticky-menu-active #header.clean-top ul.nav-main>li>a,body.sticky-menu-active #header.clean-top ul.nav-main>li:hover>a {
        padding-bottom: 20px;
        padding-top: 33px
    }
}

@media(min-width: 992px) {
    #header.colored {
        border-top:0
    }

    #header.colored>.container {
        height: 107px;
        margin-bottom: -92px
    }

    #header.colored .header-top p,#header.colored .header-top a,#header.colored .header-top span {
        color: #fff
    }

    #header.colored .search input.search-query {
        border: 0;
        padding-bottom: 5px;
        padding-top: 5px;
        box-shadow: none
    }

    #header.colored nav ul.nav-main {
        margin: -15px 0 -8px
    }

    #header.colored nav ul.nav-main li a {
        padding-bottom: 24px;
        padding-top: 50px
    }

    #header.colored nav ul.nav-main li.dropdown:hover>a {
        padding-bottom: 24px
    }

    body.sticky-menu-active #header.colored .logo {
        padding-top: 6px
    }

    body.sticky-menu-active #header.colored ul.nav-main>li>a,body.sticky-menu-active #header.colored ul.nav-main>li:hover>a {
        padding-bottom: 24px;
        padding-top: 24px
    }
}

@media(min-width: 992px) {
    #header.darken-top-border>.container {
        height:103px
    }

    #header.darken-top-border ul.nav-main {
        margin: -11px 0 -8px
    }

    body.sticky-menu-active #header.darken-top-border nav ul.nav-main {
        margin-top: 33px
    }

    body.sticky-menu-active #header.darken-top-border nav ul.nav-main>li>a,body.sticky-menu-active #header.darken-top-border nav ul.nav-main>li:hover>a {
        padding-bottom: 22px;
        padding-top: 30px
    }

    html.boxed #header.darken-top-border {
        border-top: 0
    }
}

@media(min-width: 992px) {
    #header.center .logo {
        text-align:center;
        position: static;
        margin-top: 5px
    }

    #header.center nav {
        float: left;
        text-align: center;
        width: 100%
    }

    #header.center nav ul.nav-main {
        margin: 35px 0 10px
    }

    #header.center nav ul.nav-main>li {
        display: inline-block;
        float: none;
        text-align: left
    }
}

@media(max-width: 991px) {
    #header.center {
        text-align:left
    }

    #header.center nav {
        float: none
    }
}

@media(min-width: 992px) {
    body.sticky-menu-active #header.center>.container {
        margin-top:-60px
    }

    body.sticky-menu-active #header.center .logo {
        text-align: left
    }

    body.sticky-menu-active #header.center .logo img {
        margin-top: 42px
    }

    body.sticky-menu-active #header.center nav {
        float: right;
        margin-top: 18px;
        width: auto
    }

    body.sticky-menu-active #header.center nav ul.nav-main>li>a,body.sticky-menu-active #header.center nav ul.nav-main>li:hover>a {
        padding-bottom: 10px;
        padding-top: 10px
    }
}

@media(min-width: 992px) {
    #header.narrow {
        height:auto;
        min-height: 85px;
        padding: 0;
        border-bottom: 1px solid #e9e9e9;
        box-shadow: 0 0 3px rgba(0,0,0,.1)
    }

    #header.narrow>.container {
        margin-bottom: -48px;
        height: 75px
    }

    body.sticky-menu-active #header.narrow {
        top: 0
    }

    body.sticky-menu-active #header.narrow .logo img {
        top: 0 !important
    }

    body.sticky-menu-active #header.narrow .social-icons {
        margin-top: -3px
    }

    body.sticky-menu-active #header.narrow nav ul.nav-main {
        margin: -7px 10px 8px 0
    }

    #header.narrow.full-width .container,#header.narrow.full-width>.container,#header.narrow.full-width>.navbar-collapse>.container {
        max-width: 100%;
        width: 100%
    }

    #header.narrow.full-width.flat-menu .social-icons {
        margin-top: -3px
    }

    #header.narrow.full-width.flat-menu nav ul.nav-main {
        margin-top: -48px
    }

    #header.narrow.full-width.flat-menu nav ul.nav-main>li>a {
        padding-bottom: 30px
    }

    #header.narrow.full-width.flat-menu nav ul.nav-main li.dropdown:hover>a {
        padding-bottom: 31px
    }

    body.sticky-menu-active #header.narrow.full-width.flat-menu .logo {
        padding-top: 5px
    }

    body.sticky-menu-active #header.narrow.full-width.flat-menu nav ul.nav-main {
        margin: -28px 0 -1px 0
    }

    html.boxed body.sticky-menu-active #header.narrow {
        width: 100%
    }
}

@media(max-width: 991px) {
    #header.narrow {
        height:auto;
        min-height: 0
    }

    #header.narrow>.container {
        height: 63px
    }

    #header.narrow .btn-responsive-nav {
        top: 17px
    }

    body.sticky-menu-active #header.narrow .logo img {
        margin-top: 0
    }

    body.sticky-menu-active #header.narrow .btn-responsive-nav {
        top: 15px
    }
}

@media(min-width: 992px) {
    #header.nav-bar .logo {
        position:relative;
        top: -4px
    }

    #header.nav-bar .search {
        clear: right;
        margin-top: 8px;
        margin-bottom: 0
    }

    #header.nav-bar nav ul.nav-top {
        margin-top: 0;
        margin-bottom: 0;
        min-height: 0
    }

    #header.nav-bar .nav-main-collapse {
        background: #f4f4f4;
        margin: 35px 0 -8px
    }

    #header.nav-bar nav.nav-main {
        float: none
    }

    #header.nav-bar nav.nav-main ul.nav-main {
        margin-top: 8px
    }

    #header.nav-bar .social-icons {
        margin-top: 12px
    }

    body.sticky-menu-active #header.nav-bar {
        top: -112px
    }

    body.sticky-menu-active #header.nav-bar .social-icons {
        margin-top: 12px
    }
}

#header.transparent {
    width: 100%;
    position: absolute;
    top: 0;
    border-top: 0;
    background: transparent;
    z-index: 1000
}

#header.transparent.semi-transparent {
    background: rgba(0,0,0,.3)
}

#header.transparent.semi-transparent.light {
    background: rgba(255,255,255,.3)
}

body.sticky-menu-active #header.transparent {
    background: #fff
}

body.sticky-menu-active #header.transparent.semi-transparent {
    background: rgba(0,0,0,.8);
    border-bottom: 0
}

body.sticky-menu-active #header.transparent.semi-transparent.light {
    background: rgba(255,255,255,.8)
}

body.sticky-menu-active #header.transparent.semi-transparent.font-color-light nav.nav-main ul.nav-main>li.active>a,body.sticky-menu-active #header.transparent.semi-transparent.font-color-light nav.nav-main ul.nav-main>li>a {
    color: #fff
}

@media(min-width: 992px) {
    html.boxed #header.transparent {
        left:auto;
        top: 35px;
        width: auto
    }

    body.sticky-menu-active #header.transparent {
        top: -50px
    }
}

@media(min-width: 992px) {
    #header.full-width .container,#header.full-width>.container,#header.full-width>.navbar-collapse>.container {
        max-width:100%;
        width: 100%
    }
}

#header nav.mega-menu ul.nav-main .mega-menu-signin {
    padding-left: 0;
    margin-left: 0;
    margin-right: -20px
}

#header nav.mega-menu ul.nav-main .mega-menu-signin a {
    color: #444
}

#header nav.mega-menu ul.nav-main .mega-menu-signin.open>a,#header nav.mega-menu ul.nav-main .mega-menu-signin:hover>a {
    color: #fff
}

#header nav.mega-menu ul.nav-main .mega-menu-signin .dropdown-menu {
    width: 40%;
    right: 8px;
    border-radius: 6px 0 6px 6px
}

#header nav.mega-menu ul.nav-main .mega-menu-signin .fa-user {
    margin-right: 5px
}

#header nav.mega-menu ul.nav-main .mega-menu-signin .mega-menu-sub-title {
    margin-bottom: 10px;
    display: block
}

#header nav.mega-menu ul.nav-main .mega-menu-signin .sign-up-info,#header nav.mega-menu ul.nav-main .mega-menu-signin .log-in-info {
    text-align: center;
    display: block
}

#header nav.mega-menu ul.nav-main .mega-menu-signin.open a.dropdown-toggle {
    margin-bottom: -1px;
    padding-bottom: 11px
}

#header nav.mega-menu ul.nav-main .mega-menu-signin.signin .signin-form {
    display: block
}

#header nav.mega-menu ul.nav-main .mega-menu-signin.signin .signup-form,#header nav.mega-menu ul.nav-main .mega-menu-signin.signin .recover-form {
    display: none
}

#header nav.mega-menu ul.nav-main .mega-menu-signin.signup .signin-form {
    display: none
}

#header nav.mega-menu ul.nav-main .mega-menu-signin.signup .signup-form {
    display: block
}

#header nav.mega-menu ul.nav-main .mega-menu-signin.signup .recover-form {
    display: none
}

#header nav.mega-menu ul.nav-main .mega-menu-signin.recover .signin-form,#header nav.mega-menu ul.nav-main .mega-menu-signin.recover .signup-form {
    display: none
}

#header nav.mega-menu ul.nav-main .mega-menu-signin.recover .recover-form {
    display: block
}

#header nav.mega-menu ul.nav-main .mega-menu-signin.logged .user-avatar .img-thumbnail {
    float: left;
    margin-right: 15px
}

#header nav.mega-menu ul.nav-main .mega-menu-signin.logged .user-avatar .img-thumbnail img {
    max-width: 55px
}

#header nav.mega-menu ul.nav-main .mega-menu-signin.logged .user-avatar strong {
    color: #111;
    display: block;
    padding-top: 7px
}

#header nav.mega-menu ul.nav-main .mega-menu-signin.logged .user-avatar span {
    color: #666;
    display: block;
    font-size: 12px
}

#header nav.mega-menu ul.nav-main .mega-menu-signin.logged .user-avatar p {
    color: #999;
    margin: 0 0 0 25px;
    text-align: left
}

#header nav.mega-menu ul.nav-main .mega-menu-signin.logged .list-account-options {
    list-style: square;
    margin-top: 6px
}

#header nav.mega-menu ul.nav-main .mega-menu-signin.logged .list-account-options a:hover {
    text-decoration: none
}

body #header nav.mega-menu .mega-menu-signin ul.dropdown-menu li a,body #header nav.mega-menu .mega-menu-signin ul.dropdown-menu:hover li:hover li:hover a {
    background-color: transparent !important;
    color: #333;
    padding: 0;
    margin: 0
}

@media(max-width: 991px) {
    #header nav.mega-menu ul.nav-main .mega-menu-signin {
        margin-right:0
    }

    #header nav.mega-menu ul.nav-main .mega-menu-signin a {
        color: #fff
    }

    #header nav.mega-menu ul.nav-main .mega-menu-signin a .fa-caret-down {
        display: none !important
    }

    #header nav.mega-menu ul.nav-main .mega-menu-signin ul.dropdown-menu {
        display: block !important;
        margin: 25px 0 0 0 !important;
        padding: 0 0 0 8px;
        width: 100%;
        right: 0
    }

    #header nav.mega-menu ul.nav-main .mega-menu-signin ul.dropdown-menu li a {
        color: #fff;
        padding: 6px 0 !important
    }

    #header nav.mega-menu ul.nav-main .mega-menu-signin.logged .user-avatar strong,#header nav.mega-menu ul.nav-main .mega-menu-signin.logged .user-avatar span {
        color: #fff !important
    }

    #header nav.mega-menu ul.nav-main .mega-menu-signin.logged .list-account-options {
        margin: 25px 0 0 0 !important
    }

    #header nav.mega-menu ul.nav-main .mega-menu-signin.logged .list-account-options a {
        color: #fff !important
    }

    #header nav.mega-menu ul.nav-main .mega-menu-signin.logged .list-account-options a:hover {
        color: #fff !important
    }
}

@media(max-width: 991px) {
    #header {
        clear:both
    }

    #header>.container {
        margin-bottom: 0
    }

    #header .header-top,#header .social-icons,#header .search {
        display: none
    }

    #header .nav-collapse {
        background: #171717;
        width: 100%;
        width: 100%;
        clear: both
    }

    #header .nav-collapse .container .nav-main {
        float: left;
        width: 100%
    }

    #header .nav-main-collapse {
        top: 8px;
        position: relative;
        background: #171717;
        max-height: none;
        width: 100%;
        overflow: hidden;
        overflow-y: hidden;
        overflow-x: hidden
    }

    #header .nav-main-collapse.collapse {
        display: none !important
    }

    #header .nav-main-collapse.in {
        width: 100%;
        overflow: hidden;
        overflow-y: hidden;
        overflow-x: hidden;
        display: block !important
    }

    #header .nav-main {
        padding: 10px 0;
        clear: both;
        display: block;
        float: none;
        width: 100%
    }

    #header .nav-main ul {
        padding: 0;
        margin: 0
    }

    #header .nav-main ul li {
        padding: 0;
        margin: 0;
        clear: both;
        float: none;
        display: block;
        border-bottom: 1px solid #2a2a2a;
        position: relative
    }

    #header .nav-main ul li a {
        color: #fff;
        font-size: 13px
    }

    #header .nav-main ul li .mega-menu-sub-title {
        color: #959595;
        font-size: 13px
    }

    #header .nav-main ul li:last-child {
        border-bottom: 0
    }

    #header .nav-main ul ul {
        margin-left: 20px !important
    }

    #header .nav-main ul.nav-main {
        float: none;
        position: static;
        margin: 8px 0;
        margin-right: -10px
    }

    #header .nav-main ul.dropdown-menu {
        position: static;
        clear: both;
        float: none;
        display: none !important;
        border: 0
    }

    #header .nav-main li.opened>ul.dropdown-menu {
        display: block !important
    }

    #header .nav-main li a.dropdown-toggle.disabled .fa {
        display: none
    }

    #header nav ul.nav-main>li+li {
        margin-left: 0
    }

    #header nav ul.nav-main li a {
        clear: both;
        float: none;
        display: block;
        padding: 9px 8px !important;
        border: 0;
        border-top: 0;
        margin: 0
    }

    #header nav ul.nav-main li a i.fa-caret-down {
        position: absolute;
        right: 0;
        top: 2px;
        min-width: 30px;
        min-height: 38px;
        text-align: center;
        line-height: 35px
    }

    #header nav ul.nav-main li.dropdown:hover>a {
        margin: 0;
        padding: 9px 8px !important
    }

    #header nav ul.nav-main ul.dropdown-menu {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-bottom: 15px
    }

    #header nav ul.nav-main ul.dropdown-menu li>a {
        padding: 9px 8px;
        border: 0;
        border-top: 0;
        margin: 0;
        border-bottom: 0
    }

    #header nav ul.nav-main ul.sub-menu {
        padding: 0;
        margin: 0 0 15px 5px !important
    }

    #header nav ul.nav-main .dropdown-submenu i.fa-caret-down {
        border: 0 none;
        color: #fff;
        content: "ïƒ—";
        font-family: FontAwesome;
        font-size: 13px;
        left: auto;
        margin-top: 0;
        position: absolute;
        right: -3px;
        top: 0;
        z-index: 2;
        width: 35px;
        text-align: center;
        line-height: 35px
    }

    #header nav ul.nav-main .dropdown-submenu:hover>a:after {
        border-left-color: transparent
    }

    #header .not-included {
        margin: 0 0 2px
    }

    body #header nav ul.nav-main ul.dropdown-menu {
        background: none !important;
        background-color: transparent !important
    }

    body #header nav ul.nav-main li.dropdown.open .dropdown-toggle,body #header nav ul.nav-main li a,body #header nav ul.nav-main li>a:hover,body #header nav ul.nav-main li.active a,body #header nav ul.nav-main li.dropdown:hover a {
        background: none !important;
        background-color: transparent !important
    }

    body #header nav ul.nav-main ul.dropdown-menu li:hover>a,body #header nav ul.nav-main li.dropdown:hover ul.dropdown-menu li>a:hover {
        background: none !important;
        background-color: transparent !important
    }

    body.sticky-menu-active #header .nav-main-collapse,#header.fixed .nav-main-collapse {
        max-height: 330px
    }

    body.sticky-menu-active #header .nav-main-collapse.in,#header.fixed .nav-main-collapse.in {
        overflow: hidden !important;
        overflow-x: hidden !important;
        overflow-y: auto !important
    }

    body.sticky-menu-active #header .logo img,#header.fixed .logo img {
        margin-top: -6px
    }

    .btn-responsive-nav {
        background: #171717;
        top: 55px;
        display: block;
        position: absolute;
        right: 20px;
        color: #fff;
        z-index: 1
    }

    .btn-responsive-nav:hover,.btn-responsive-nav:active,.btn-responsive-nav:focus {
        color: #ccc;
        outline: 0
    }

    #header .logo img {
        max-width: 180px;
        max-height: none !important;
        height: auto !important
    }

    #header .header-top ul.nav-top {
        float: left;
        margin: 7px 0 0 -15px;
        min-height: 5px
    }
}

@media(max-width: 767px) {
    #header {
        display:block
    }

    #header>.container {
        width: 100%
    }

    #header .social-icons {
        display: none
    }

    #header nav ul.nav-top {
        float: right;
        margin-right: 0
    }

    #header.center nav {
        width: auto
    }

    .btn-responsive-nav {
        top: 55px
    }

    body.sticky-menu-active .btn-responsive-nav {
        top: 60px
    }
}

@media(max-width: 600px) {
    #header nav ul.nav-top li {
        display:block;
        clear: both;
        float: left
    }

    #header nav ul.nav-top li .phone {
        display: block
    }
}

@media(min-width: 992px) {
    html #header nav ul.nav-main .dropdown-full-color>ul.dropdown-menu li a,html #header nav ul.nav-main .dropdown-full-color.mega-menu-item>ul.dropdown-menu li a {
        border-bottom:1px solid rgba(255,255,255,.15)
    }

    html #header nav ul.nav-main .dropdown-full-color>ul.dropdown-menu li:last-child a,html #header nav ul.nav-main .dropdown-full-color.mega-menu-item>ul.dropdown-menu li:last-child a {
        border-bottom: 0
    }

    html #header nav ul.nav-main .dropdown-full-color .dropdown-submenu>a:after,html #header nav ul.nav-main .dropdown-full-color .dropdown-submenu:hover>a:after,html #header nav ul.nav-main .dropdown-full-color.mega-menu-item .dropdown-submenu>a:after,html #header nav ul.nav-main .dropdown-full-color.mega-menu-item .dropdown-submenu:hover>a:after {
        border-right-color: #fff;
        border-left-color: #fff
    }

    html #header nav ul.nav-main .dropdown-full-color .mega-menu-sub-title,html #header nav ul.nav-main .dropdown-full-color.mega-menu-item .mega-menu-sub-title {
        color: #fff;
        opacity: .65
    }

    html #header nav ul.nav-main .dropdown-full-color .tip,html #header nav ul.nav-main .dropdown-full-color.mega-menu-item .tip {
        background: #fff;
        color: #333
    }

    html #header nav ul.nav-main .dropdown-full-color .tip:before,html #header nav ul.nav-main .dropdown-full-color.mega-menu-item .tip:before {
        border-right-color: #fff
    }
}

body.sticky-menu-active.modal-open #header {
    padding-right: 17px
}

.page-header {
    background-color: #171717;
    border-bottom: 5px solid #ccc;
    border-top: 5px solid #384045;
    margin: 0 0 35px 0;
    min-height: 50px;
    padding: 20px 0;
    position: relative;
    text-align: left
}

.page-header .breadcrumb {
    background: none;
    margin: 8px 0 0;
    padding: 0
}

.page-header .breadcrumb>li {
    text-shadow: none
}

.page-header .breadcrumb.breadcrumb-valign-mid {
    position: absolute;
    top: 40%;
    right: 20px
}

.page-header h1 {
    border-bottom: 5px solid #ccc;
    color: #fff;
    display: inline-block;
    font-weight: 200;
    margin: 0 0 -25px;
    min-height: 37px;
    font-size: 2.6em;
    line-height: 46px;
    padding: 0 0 17px;
    position: relative
}

.page-header h1 span {
    color: #999da3;
    display: block;
    font-size: .6em;
    font-weight: 300;
    margin: -10px 0 0
}

.page-header-no-title-border h1 {
    border: 0
}

.page-header-more-padding {
    padding: 35px 0
}

.page-header-color {
    background-color: #f7f7f7;
    border-bottom: 5px solid #f4f4f4;
    border-top: 0
}

h1 {
    top: 12px;
    background-color: rgba(0,136,204,.35);
    font-size: 30px !important;
    border-bottom: 0 solid #0075c5 !important;
    margin: 0 0 12px !important;
    padding: 0 !important;
    color: #000 !important;
    font-weight: 600 !important
}

.page-header-color h1 {
    border-bottom: 0;
    color: #1d2127;
    font-size: 2.3em
}

.page-header-color h1 span {
    opacity: .65
}

.page-header-color .breadcrumb>.active {
    opacity: .65
}

.page-header-light {
    background-color: #f7f7f7;
    border-bottom: 5px solid #f4f4f4;
    border-top: 0
}

.page-header-light h1 {
    border-bottom: 0;
    color: #1d2127;
    font-size: 2.3em
}

.page-header-reverse {
    text-align: right
}

.page-header-reverse .breadcrumb,.page-header-reverse .breadcrumb.breadcrumb-valign-mid {
    float: left;
    left: 20px;
    right: auto;
    margin-top: -10px
}

.page-header.parallax {
    margin: 0 0 35px;
    padding: 180px 0 60px
}

.page-header-center {
    text-align: center
}

.page-header-center .breadcrumb {
    margin: 15px 0 0
}

.page-header-custom-background {
    padding: 45px 0;
    background-repeat: repeat;
    background-color: transparent;
    border-top: 0;
    border-bottom: 0
}

.page-header-custom-background h1 {
    color: #fff;
    border: 0
}

.page-header-custom-background h1 span {
    color: #fff;
    opacity: .7
}

.page-header-custom-background .breadcrumb.breadcrumb-valign-mid {
    top: 36%
}

.page-header-custom-background .breadcrumb.breadcrumb-valign-mid li.active {
    color: #fff;
    opacity: .7
}

.page-header-custom-background .breadcrumb.breadcrumb-valign-mid a {
    color: #fff
}

.page-header.custom-product {
    background-image: url("https://mpaneli.ru/assets/site_v2/img/custom-header-bg.jpg");
    background-repeat: repeat;
    background-color: #999;
    border-top: 5px solid #888;
    overflow: hidden
}

.page-header.custom-product .row {
    position: relative
}

.page-header.custom-product p.lead {
    color: #e8e8e8
}

.page-header.custom-product img {
    bottom: -47px;
    position: relative
}

.page-header.custom-product h1 {
    color: #fff;
    margin-bottom: 10px;
    margin-top: 30px;
    border: 0
}

@media(max-width: 991px) {
    .page-header .breadcrumb {
        margin:20px 0 0;
        float: none !important;
        position: static !important
    }
}

@media(max-width: 479px) {
    .page-header {
        padding:16px 0
    }

    .page-header h1 {
        line-height: 37px
    }
}

.text-muted {
    color: #999 !important
}

html.dark .text-muted {
    color: #505461 !important
}

.text-dark {
    color: #1d2127 !important
}

.text-light {
    color: #fff !important
}

.text-weight-light {
    font-weight: 300
}

.text-weight-normal {
    font-weight: 400
}

.text-weight-semibold {
    font-weight: 600
}

.text-weight-bold {
    font-weight: 700
}

.text-uppercase {
    text-transform: uppercase
}

.text-lowercase {
    text-transform: lowercase
}

.text-capitalize {
    text-transform: capitalize
}

.rounded {
    border-radius: 5px
}

.b-thin {
    border-width: 3px
}

.b-normal {
    border-width: 5px
}

.b-thick {
    border-width: 7px
}

.m-none {
    margin: 0 !important
}

.m-auto {
    margin: 0 auto !important
}

.m-xs {
    margin: 5px !important
}

.m-sm {
    margin: 10px !important
}

.m-md {
    margin: 15px !important
}

.m-lg {
    margin: 20px !important
}

.m-xl {
    margin: 25px !important
}

.m-xlg {
    margin: 30px !important
}

.mt-none {
    margin-top: 0 !important
}

.mt-xs {
    margin-top: 5px !important
}

.mt-sm {
    margin-top: 10px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    height: 1px;
    border: 0
}

.mt-md {
    margin-top: 15px !important
}

.mt-lg {
    margin-top: 20px !important
}

.mt-xl {
    margin-top: 25px !important
}

.mt-xlg {
    margin-top: 30px !important
}

.mb-none {
    margin-bottom: 0 !important
}

.mb-xs {
    margin-bottom: 5px !important
}

.mb-sm {
    margin-bottom: 10px !important
}

.mb-md {
    margin-bottom: 15px !important
}

.mb-lg {
    margin-bottom: 20px !important
}

.mb-xl {
    margin-bottom: 25px !important
}

.mb-xlg {
    margin-bottom: 30px !important
}

.ml-none {
    margin-left: 0 !important
}

.ml-xs {
    margin-left: 5px !important
}

.ml-sm {
    margin-left: 10px !important
}

.ml-md {
    margin-left: 15px !important
}

.ml-lg {
    margin-left: 20px !important
}

.ml-xl {
    margin-left: 25px !important
}

.ml-xlg {
    margin-left: 30px !important
}

.mr-none {
    margin-right: 0 !important
}

.mr-xs {
    margin-right: 5px !important
}

.mr-sm {
    margin-right: 10px !important
}

.mr-md {
    margin-right: 15px !important
}

.mr-lg {
    margin-right: 20px !important
}

.mr-xl {
    margin-right: 25px !important
}

.mr-xlg {
    margin-right: 30px !important
}

.p-none {
    padding: 0 !important
}

.p-xs {
    padding: 5px !important
}

.p-sm {
    padding: 10px !important
}

.p-md {
    padding: 15px !important
}

.p-lg {
    padding: 20px !important
}

.p-xl {
    padding: 25px !important
}

.p-xlg {
    padding: 30px !important
}

.pt-none {
    padding-top: 0 !important
}

.pt-xs {
    padding-top: 5px !important
}

.pt-sm {
    padding-top: 10px !important
}

.pt-md {
    padding-top: 15px !important
}

.pt-lg {
    padding-top: 20px !important
}

.pt-xl {
    padding-top: 25px !important
}

.pt-xlg {
    padding-top: 30px !important
}

.pb-none {
    padding-bottom: 0 !important
}

.pb-xs {
    padding-bottom: 5px !important
}

.pb-sm {
    padding-bottom: 10px !important
}

.pb-md {
    padding-bottom: 15px !important
}

.pb-lg {
    padding-bottom: 20px !important
}

.pb-xl {
    padding-bottom: 25px !important
}

.pb-xlg {
    padding-bottom: 30px !important
}

.pr-none {
    padding-left: 0 !important
}

.pl-xs {
    padding-left: 5px !important
}

.pl-sm {
    padding-left: 10px !important
}

.pl-md {
    padding-left: 15px !important
}

.pl-lg {
    padding-left: 20px !important
}

.pl-xl {
    padding-left: 25px !important
}

.pl-xlg {
    padding-left: 30px !important
}

.pr-none {
    padding-right: 0 !important
}

.pr-xs {
    padding-right: 5px !important
}

.pr-sm {
    padding-right: 10px !important
}

.pr-md {
    padding-right: 15px !important
}

.pr-lg {
    padding-right: 20px !important
}

.pr-xl {
    padding-right: 25px !important
}

.pr-xlg {
    padding-right: 30px !important
}

.ib {
    display: inline-block;
    vertical-align: top
}

.va-middle {
    vertical-align: middle
}

.ws-nowrap {
    white-space: nowrap
}

.ws-normal {
    white-space: normal
}

.parallax {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin: 70px 0;
    padding: 50px 0;
    position: relative;
    clear: both
}

.parallax blockquote {
    border: 0;
    padding: 0 10%
}

.parallax blockquote i.fa-quote-left {
    font-size: 34px;
    position: relative;
    left: -5px
}

.parallax blockquote p {
    font-size: 24px;
    line-height: 30px
}

.parallax blockquote span {
    font-size: 16px;
    line-height: 20px;
    color: #999;
    position: relative;
    left: -5px
}

.parallax.parallax-ready {
    background-attachment: fixed
}

.parallax.parallax-disabled {
    background-attachment: scroll !important;
    background-position: 50% 50% !important
}

@media(max-width: 991px) {
    .parallax {
        background-attachment:scroll !important;
        background-position: 50% 50% !important
    }
}

section.section {
    background: #f4f4f4;
    border-top: 5px solid #f1f1f1;
    margin: 30px 0;
    padding: 50px 0
}

section.section.section-center {
    text-align: center
}

section.section.section-text-light h1,section.section.section-text-light h2,section.section.section-text-light h3,section.section.section-text-light h4,section.section.section-text-light h5,section.section.section-text-light h6 {
    color: #fff
}

section.section.section-text-light p {
    color: #e6e6e6
}

section.section.section-background {
    background-repeat: repeat;
    border: 0
}

section.section.section-overlay {
    position: relative
}

section.section.section-overlay:before {
    content: "";
    display: block;
    background: url("https://mpaneli.ru/assets/site_v2/img/video-overlay.png") repeat scroll 0 0 transparent;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

section.section.section-video {
    background: none !important;
    border: 0
}

section.section.section-parallax {
    border: 0
}

section.section.section-with-divider {
    margin: 56px 0 35px
}

section.section.section-with-divider .divider {
    margin: -56px 0 44px
}

section.section.section-footer {
    margin-bottom: -50px
}

@media(max-width: 991px) {
    .container-fluid>.row>.p-none section.section {
        margin-bottom:0;
        margin-top: 0
    }

    .container-fluid>.row>.p-none:first-child section.section {
        margin-bottom: 0;
        margin-top: 30px
    }

    .container-fluid>.row>.p-none:last-child section.section {
        margin-bottom: 30px;
        margin-top: 0
    }
}

aside ul.nav-list>li>a {
    color: #666;
    font-size: .9em
}

.slider-container {
    background: #171717;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1
}

.slider-container ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.slider-container .tp-bannershadow {
    filter: alpha(opacity=20);
    opacity: .2
}

.slider-container .top-label {
    color: #fff;
    font-size: 24px;
    font-weight: 300
}

.slider-container .main-label {
    color: #fff;
    font-size: 62px;
    line-height: 62px;
    font-weight: 800;
    text-shadow: 2px 2px 4px rgba(0,0,0,.15)
}

.slider-container .featured-label {
    color: #fff;
    font-size: 52px;
    line-height: 52px;
    font-weight: 800;
    text-shadow: 1px 1px 3px rgba(0,0,0,.15)
}

.slider-container .bottom-label {
    color: #fff;
    font-size: 20px;
    font-weight: 300
}

.slider-container .blackboard-text {
    color: #bab9be;
    font-size: 46px;
    line-height: 46px;
    font-family: "Shadows Into Light",cursive;
    text-transform: uppercase
}

.slider-container .tp-caption {
    opacity: 0
}

.slider-container .tp-caption a {
    color: #fff
}

.slider-container .tp-caption a:hover {
    color: #fff
}

.slider-container .tp-caption.fullscreenvideo {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0 !important
}

.slider-container .tp-caption.fullscreenvideo video {
    height: 100%;
    width: 100%;
    padding: 0;
    position: relative
}

.slider-container.light {
    background-color: #eaeaea
}

.slider-container.light .tp-bannershadow {
    filter: alpha(opacity=5);
    opacity: .05;
    top: 0;
    bottom: auto;
    z-index: 1000
}

.slider-container.light .top-label,.slider-container.light .main-label,.slider-container.light .bottom-label {
    color: #333
}

.slider-container.light .tp-caption a {
    color: #333
}

.slider-container.light .tp-caption a:hover {
    color: #333
}

@media(max-width: 991px) {
    .slider-container {
        min-height:0
    }
}

.slider {
    height: 495px;
    max-height: 495px;
    position: relative
}

.slider>ul>li>img {
    visibility: hidden
}

.slider>ul>li>.center-caption {
    left: 0 !important;
    margin-left: 0 !important;
    text-align: center;
    width: 100%
}

.slider .tp-bannertimer {
    display: none
}

.slider .main-button {
    font-size: 22px;
    font-weight: 600;
    line-height: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
    padding-left: 25px;
    padding-right: 25px
}

.slider-container-fullscreen {
    height: 2000px;
    max-height: none
}

.slider-container-fullscreen .slider {
    max-height: none
}

.nivo-slider {
    position: relative
}

.nivo-slider .theme-default .nivoSlider {
    border-radius: 10px 10px 0 0;
    box-shadow: none;
    margin-top: 10px
}

.nivo-slider .theme-default .nivoSlider img {
    border-radius: 10px 10px 0 0
}

.nivo-slider .theme-default .nivo-controlNav {
    margin-top: -72px;
    position: absolute;
    z-index: 100;
    right: 5px;
    bottom: -17px
}

.nivo-slider .theme-default .nivo-caption {
    padding-left: 20px
}

.slider-with-overlay {
    position: relative
}

.slider-with-overlay .slider-container {
    z-index: auto
}

.slider-contact-form {
    margin: -45px 0 25px
}

.slider-contact-form .featured-box {
    text-align: left
}

.slider-contact-form label.error {
    display: none !important
}

.slider-contact-form .alert {
    padding: 6px;
    text-align: center
}

.slider-contact-form textarea {
    resize: none
}

@media(min-width: 992px) {
    .slider-contact-form {
        margin:0;
        position: absolute;
        top: 20px;
        z-index: 99;
        width: 100%
    }
}

section.section-custom-map {
    background: transparent url("https://mpaneli.ru/assets/site_v2/img/map.png") center 0 no-repeat;
    padding: 129px 0 0;
    margin: 20px 0 0;
    border: 0
}

section.section-custom-map section.section {
    border-top-color: rgba(241,241,241,.8);
    background: rgba(244,244,244,.8)
}

.home-intro {
    background-color: #171717;
    margin-bottom: 60px;
    overflow: hidden;
    padding: 20px 0 10px 0;
    position: relative;
    text-align: left
}

.home-intro p {
    color: #fff;
    display: inline-block;
    font-size: 1.4em;
    font-weight: 300;
    max-width: 800px;
    padding-top: 5px
}

.home-intro p span {
    color: #999;
    display: block;
    font-size: .8em;
    padding-top: 5px
}

.home-intro p em {
    font-family: "Shadows Into Light",cursive;
    font-size: 1.6em
}

.home-intro .get-started {
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative;
    text-align: right
}

.home-intro .get-started .btn {
    position: relative;
    z-index: 1
}

.home-intro .get-started .btn i {
    font-size: 1.1em;
    font-weight: normal;
    margin-left: 5px
}

.home-intro .get-started a {
    color: #fff
}

.home-intro .get-started a:not(.btn) {
    color: #777
}

.home-intro .learn-more {
    margin-left: 15px
}

.home-intro.light {
    background-color: #e2e2e2
}

.home-intro.light.secondary {
    background-color: #e0e1e4
}

.home-intro.light p {
    color: #777
}

.home-intro-compact {
    border-radius: 0 0 10px 10px;
    margin-top: -10px
}

.home-intro-compact p {
    padding-left: 20px
}

.home-intro-compact .get-started {
    padding-right: 20px
}

@media(max-width: 767px) {
    .home-intro-compact {
        margin-left:0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0
    }
}

.home-concept {
    background: transparent url("https://mpaneli.ru/assets/site_v2/img/home-concept.png") no-repeat center 0;
    width: 100%;
    overflow: hidden
}

.home-concept strong {
    display: block;
    font-family: "Shadows Into Light",cursive;
    font-size: 2.1em;
    font-weight: normal;
    position: relative;
    margin-top: 30px
}

.home-concept .row {
    position: relative
}

.home-concept .process-image {
    background: transparent url("https://mpaneli.ru/assets/site_v2/img/home-concept-item.png") no-repeat 0 0;
    width: 160px;
    height: 175px;
    margin: 135px auto 0 auto;
    padding-bottom: 50px;
    position: relative;
    z-index: 1
}

.home-concept .process-image img {
    border-radius: 150px;
    margin: 7px 8px
}

.home-concept .our-work {
    margin-top: 52px;
    font-size: 2.6em
}

.home-concept .project-image {
    background: transparent url("https://mpaneli.ru/assets/site_v2/img/home-concept-item.png") no-repeat 100% 0;
    width: 350px;
    height: 420px;
    margin: 15px 0 0 -30px;
    padding-bottom: 45px;
    position: relative;
    z-index: 1
}

.home-concept .sun {
    background: transparent url("https://mpaneli.ru/assets/site_v2/img/home-concept-icons.png") no-repeat 0 0;
    width: 60px;
    height: 56px;
    display: block;
    position: absolute;
    left: 10%;
    top: 35px
}

.home-concept .cloud {
    background: transparent url("https://mpaneli.ru/assets/site_v2/img/home-concept-icons.png") no-repeat 100% 0;
    width: 116px;
    height: 56px;
    display: block;
    position: absolute;
    left: 57%;
    top: 35px
}

@media(max-width: 991px) {
    .home-concept {
        background:none
    }

    .home-concept .project-image {
        margin: 60px auto 0 auto
    }

    .home-concept .process-image {
        margin-top: 60px
    }
}

@media(max-width: 479px) {
    .home-concept .project-image {
        background-position:0 0;
        margin-left: auto;
        max-width: 160px;
        max-height: 220px
    }

    .home-concept .fc-slideshow {
        max-height: 145px;
        max-width: 145px
    }

    .home-concept .fc-slideshow img {
        max-height: 145px;
        max-width: 145px
    }
}

.page-not-found {
    margin: 50px 0
}

.page-not-found h2 {
    font-size: 140px;
    font-weight: 600;
    letter-spacing: -10px;
    line-height: 140px
}

.page-not-found h4 {
    color: #777
}

.page-not-found p {
    font-size: 1.4em;
    line-height: 36px
}

@media(max-width: 479px) {
    .page-not-found {
        margin:0
    }

    .page-not-found h2 {
        font-size: 100px;
        letter-spacing: 0;
        line-height: 100px
    }
}

#footer {
    background: #0e0e0e;
    border-top: 4px solid #0e0e0e;
    font-size: .9em;
    margin-top: 0;
    padding: 70px 0 0;
    position: relative;
    clear: both
}

#footer .container .row>div {
    margin-bottom: 25px
}

#footer .container input:focus {
    box-shadow: none
}

#footer a:hover {
    color: #ccc
}

#footer h1,#footer h2,#footer h3,#footer h4,#footer a {
    color: #fff !important
}

#footer h4 {
    font-size: 1.8em;
    font-weight: 200
}

#footer h5 {
    color: #ccc !important
}

#footer ul.nav-list>li a {
    border-bottom: 1px solid rgba(255,255,255,.1);
    line-height: 20px;
    padding-bottom: 11px
}

#footer ul.nav-list>li:last-child a {
    border-bottom: 0
}

#footer ul.nav-list>li a:hover {
    background-color: rgba(255,255,255,.05)
}

#footer ul.list.icons li {
    margin-bottom: 5px
}

#footer form {
    filter: alpha(opacity=85);
    opacity: .85
}

#footer form label.error {
    line-height: 16px;
    margin: 5px 0 -5px;
    display: block;
    clear: both
}

#footer form .alert {
    padding: 6px;
    text-align: center
}

#footer .footer-ribbon {
    background: #999;
    position: absolute;
    margin: -90px 0 0 14px;
    padding: 10px 20px 6px 20px
}

#footer .footer-ribbon:before {
    border-right: 10px solid #646464;
    border-top: 16px solid transparent;
    content: "";
    display: block;
    height: 0;
    left: -10px;
    position: absolute;
    top: 0;
    width: 7px
}

#footer .footer-ribbon span {
    color: #fff;
    font-size: 1.6em;
    font-family: "Shadows Into Light",cursive
}

#footer .newsletter form {
    width: 100%;
    max-width: 262px
}

#footer .newsletter form input.form-control {
    height: 34px;
    padding: 6px 12px
}

#footer .alert a {
    color: #222 !important
}

#footer .alert a:hover {
    color: #666 !important
}

#footer .twitter .fa {
    clear: both;
    font-size: 1.5em;
    position: relative;
    top: 3px
}

#footer .twitter .meta {
    color: #999;
    display: block;
    font-size: .9em;
    padding-top: 3px
}

#footer .twitter ul {
    list-style: none;
    margin: 0;
    padding: 0
}

#footer .twitter ul li {
    padding-bottom: 20px
}

#footer .twitter ul li:last-child {
    padding-bottom: 0
}

#footer .twitter-account {
    color: #fff;
    display: block;
    font-size: .9em;
    margin: -15px 0 5px;
    filter: alpha(opacity=55);
    opacity: .55
}

#footer .twitter-account:hover {
    filter: alpha(opacity=100);
    opacity: 1
}

#footer .contact {
    list-style: none;
    margin: 0;
    padding: 0
}

#footer .contact i {
    display: block;
    float: left;
    font-size: 1.2em;
    margin: 7px 8px 10px 0;
    position: relative;
    text-align: center;
    top: -2px;
    width: 16px
}

#footer .contact i.fa-envelope {
    font-size: 1em;
    top: 0
}

#footer .contact p {
    margin-bottom: 10px
}

#footer .logo {
    display: block
}

#footer .logo.mb-xl {
    margin-bottom: 12px
}

#footer .footer-copyright {
    background: #060606;
    border-top: 4px solid #060606;
    margin-top: 40px;
    padding: 30px 0 10px
}

#footer .footer-copyright nav {
    float: right
}

#footer .footer-copyright nav ul {
    list-style: none;
    margin: 0;
    padding: 0
}

#footer .footer-copyright nav ul li {
    border-left: 1px solid #505050;
    display: inline-block;
    line-height: 12px;
    margin: 0;
    padding: 0 8px
}

#footer .footer-copyright nav ul li:first-child {
    border: medium none;
    padding-left: 0
}

#footer .footer-copyright p {
    color: #555;
    margin: 0;
    padding: 0
}

#footer .phone {
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    display: block;
    padding-bottom: 15px;
    margin-top: -5px
}

#footer .narrow-phone {
    text-align: right;
    margin: -2px 0 0 0
}

#footer .narrow-phone .phone {
    font-size: 16px;
    padding-bottom: 0;
    margin-top: -13px
}

#footer .recent-work {
    list-style: none;
    padding: 0;
    margin: 0
}

#footer .recent-work li {
    float: left;
    width: 30%;
    margin: 10px 3% 0 0
}

#footer .recent-work img {
    border: 0;
    width: 100%;
    filter: url("data:image/svg+xml;utf8,<svgxmlns=\'http://www.w3.org/2000/svg\'><filterid=\'grayscale\'><feColorMatrixtype=\'matrix\'values=\'0.33330.33330.3333000.33330.33330.3333000.33330.33330.33330000010\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%)
}

#footer .recent-work .img-thumbnail-hover-icon {
    border: 0
}

#footer .recent-work .img-thumbnail-hover-icon:after {
    font-size: 22px;
    margin-left: -2px
}

#footer .view-more-recent-work {
    padding: 12px
}

#footer.short {
    padding-top: 50px
}

#footer.short .footer-copyright {
    background: transparent;
    border: 0;
    padding-top: 0;
    margin-top: 0
}

#footer.light {
    padding-top: 35px;
    background: #fff;
    border-top: 1px solid #ddd
}

#footer.light .footer-ribbon {
    margin-top: -76px;
    margin-left: 14px
}

#footer.light .footer-copyright {
    margin-top: 15px;
    background: #fff;
    border-top: 1px solid #ddd
}

#footer.light .footer-copyright p {
    color: #777
}

#footer.light .phone,#footer.light .twitter-account {
    color: #777 !important
}

#footer.light ul.nav-pills>li.active>a {
    color: #fff !important
}

#footer.narrow {
    padding-top: 30px
}

#footer.narrow .footer-copyright {
    margin-top: 0
}

#footer.narrow .nav>li>a {
    padding: 5px 12px
}

#footer.color {
    color: #fff
}

#footer.color p {
    color: #fff
}

#footer.color .footer-copyright nav ul li {
    border-left-color: #fff
}

@media(max-width: 991px) {
    #footer .phone {
        font-size:20px
    }
}

@media(max-width: 767px) {
    #footer .phone {
        font-size:20px
    }
}

html.dark body {
    background-color: #1d2127
}

html.dark.boxed .body {
    background-color: #1d2127
}

html.dark #header {
    background: #1d2127;
    border-top-color: #191c21;
    border-radius: 6px 6px 0 0
}

html.dark #header.transparent {
    background: transparent
}

html.dark #header .dropdown ul.dropdown-menu {
    background-color: #282d36
}

html.dark #header .dropdown ul.dropdown-menu li a {
    border-bottom: 1px solid rgba(255,255,255,.05)
}

html.dark #header .dropdown ul.dropdown-menu li:hover>a {
    background-color: #333a44
}

html.dark #header nav ul.nav-top li a:hover {
    background-color: #282d36
}

html.dark #header nav.mega-menu ul.nav-main li.mega-menu-item:not(.dropdown-full-color) .mega-menu-sub-title {
    color: #fff
}

html.dark #header nav.mega-menu ul.nav-main li.mega-menu-item:not(.dropdown-full-color) ul.dropdown-menu {
    background-color: #282d36 !important
}

html.dark #header nav.mega-menu ul.nav-main li.mega-menu-item:not(.dropdown-full-color):hover ul.sub-menu li:hover a:hover {
    background-color: #333a44 !important
}

html.dark #header nav.mega-menu ul.nav-main li.mega-menu-item:not(.dropdown-full-color) .form-control {
    background-color: #2e353e !important;
    border-color: #2e353e !important;
    color: #fff !important
}

html.dark #header nav.mega-menu ul.nav-main .mega-menu-signin a,html.dark #header nav.mega-menu ul.nav-main .mega-menu-signin a:hover,html.dark #header nav.mega-menu ul.nav-main .mega-menu-signin.logged .user-avatar strong {
    color: #fff
}

html.dark #header nav.mega-menu .mega-menu-signin ul.dropdown-menu:hover li:hover li:hover a {
    color: #d9d9d9
}

html.dark #header .search input.search:focus {
    border-color: #282d36
}

html.dark #header.clean-top .header-top {
    background: #21262d;
    border-bottom-color: #282d36
}

html.dark #header.narrow {
    border-bottom-color: #21262d
}

html.dark #header nav.mega-menu .mega-menu-shop .actions-continue {
    border-top-color: #21262d
}

html.dark #header nav.mega-menu .mega-menu-shop .dropdown-menu li table tr td a {
    color: #fff
}

html.dark #header nav.mega-menu .mega-menu-shop a {
    color: #fff
}

html.dark body.sticky-menu-active #header {
    border-bottom-color: #282d36
}

html.dark body.sticky-menu-active #header.transparent {
    background: #1d2127
}

html.dark h1,html.dark h2,html.dark h3,html.dark h4,html.dark h5,html.dark h6 {
    color: #fff
}

html.dark .alert h1,html.dark .alert h2,html.dark .alert h3,html.dark .alert h4,html.dark .alert h5,html.dark .alert h6 {
    color: #111
}

html.dark blockquote {
    border-color: #282d36
}

html.dark section.featured {
    background-color: #191c21;
    border-top-color: #2e353e
}

html.dark section.featured.map {
    background-image: url("https://mpaneli.ru/assets/site_v2/img/map-bottom-dark.png")
}

html.dark section.section {
    background-color: #21262d;
    border-top-color: #282d36
}

html.dark .tabs .nav-tabs li a,html.dark .tabs .nav-tabs li a:focus {
    border-top-color: #282d36;
    border-left-color: #282d36;
    border-right-color: #282d36;
    background: #282d36
}

html.dark .tabs .nav-tabs li a:hover {
    border-top-color: #808697
}

html.dark .tabs .nav-tabs li.active a,html.dark .tabs .nav-tabs li.active a:hover,html.dark .tabs .nav-tabs li.active a:focus {
    border-top-color: #808697
}

html.dark .tabs .nav-tabs.nav-justified {
    border-left-width: 0;
    border-right-width: 0;
    border-left-color: transparent;
    border-right-color: transparent
}

html.dark .tabs .nav-tabs.nav-justified li a,html.dark .tabs .nav-tabs.nav-justified li a:hover,html.dark .tabs .nav-tabs.nav-justified li a:focus {
    border-bottom-color: #282d36
}

html.dark .tabs.tabs-left .nav-tabs>li a,html.dark .tabs.tabs-right .nav-tabs>li a {
    background: #282d36;
    border-left-color: #282d36;
    border-right-color: #282d36
}

html.dark .tabs.tabs-left .nav-tabs>li:last-child a,html.dark .tabs.tabs-right .nav-tabs>li:last-child a {
    border-bottom-color: #282d36
}

html.dark .tabs .nav-tabs {
    border-color: #282d36
}

html.dark .tabs .nav-tabs li.active a,html.dark .tabs .nav-tabs li.active a:hover,html.dark .tabs .nav-tabs li.active a:focus,html.dark .tabs .nav-tabs.nav-justified li.active a,html.dark .tabs .nav-tabs.nav-justified li.active a:hover,html.dark .tabs .nav-tabs.nav-justified li.active a:focus {
    background: #2e353e;
    border-left-color: #2e353e;
    border-right-color: #2e353e
}

html.dark .tabs .nav-tabs.nav-justified li.active a {
    border-bottom-color: #2e353e
}

html.dark .tabs.tabs-vertical {
    border-top-color: #2e353e
}

html.dark .tabs.tabs-bottom .nav-tabs li a,html.dark .tabs.tabs-bottom .nav-tabs li a:focus {
    border-bottom-color: #282d36;
    border-top-color: #2e353e
}

html.dark .tabs.tabs-bottom .nav-tabs li a:hover {
    border-bottom-color: #808697;
    border-top-color: #2e353e
}

html.dark .tabs.tabs-bottom .nav-tabs li.active a,html.dark .tabs.tabs-bottom .nav-tabs li.active a:hover,html.dark .tabs.tabs-bottom .nav-tabs li.active a:focus {
    border-bottom-color: #808697;
    border-top-color: #2e353e
}

html.dark .tabs .tab-content {
    background: #2e353e;
    border-color: #2e353e
}

html.dark .tabs-primary.tabs-bottom .nav-tabs li a,html.dark .tabs-primary.tabs-bottom .nav-tabs li a:hover,html.dark .tabs-primary.tabs-bottom .nav-tabs li a:focus,html.dark .tabs-primary.tabs-bottom .nav-tabs.nav-justified li a,html.dark .tabs-primary.tabs-bottom .nav-tabs.nav-justified li a:hover,html.dark .tabs-primary.tabs-bottom .nav-tabs.nav-justified li a:focus {
    border-top-color: #2e353e !important
}

html.dark .nav-tabs li.active a,html.dark .nav-tabs li.active a:hover,html.dark .nav-tabs li.active a:focus,html.dark .nav-tabs li a {
    color: #808697
}

html.dark .tab-content {
    background: #2e353e;
    border-color: #1d2127
}

html.dark .tabs-simple .tab-content,html.dark .tabs-simple .nav-tabs li a,html.dark .tabs-simple .nav-tabs li.active a {
    background: transparent !important
}

html.dark .call-to-action.call-to-action-default {
    background: #282d36
}

html.dark .call-to-action.call-to-action-dark {
    background: #2e353e
}

html.dark .call-to-action.with-borders {
    border-top-color: #2e353e;
    border-bottom-color: #2e353e;
    border-left-color: #282d36;
    border-right-color: #282d36
}

html.dark .call-to-action.with-full-borders {
    border-color: #2e353e
}

html.dark .call-to-action.featured {
    background-color: transparent;
    background: -webkit-linear-gradient(top,#282d36 1%,#2e353e 98%) repeat scroll 0 0 transparent;
    background: linear-gradient(to bottom,#282d36 1%,#2e353e 98%) repeat scroll 0 0 transparent;
    border-bottom-color: #2e353e;
    border-left-color: #282d36;
    border-right-color: #282d36
}

html.dark .call-to-action.call-to-action-in-footer:before {
    border-top-color: #1d2127
}

html.dark .counters.with-borders .counter {
    border-top: 1px solid #2e353e;
    border-bottom: 1px solid #2e353e;
    border-left: 1px solid #282d36;
    border-right: 1px solid #282d36
}

html.dark .counters.counters-text-dark .counter {
    color: #fff !important
}

html.dark .counters.counters-text-dark .counter .fa,html.dark .counters.counters-text-dark .counter strong,html.dark .counters.counters-text-dark .counter label {
    color: #fff !important
}

html.dark section.timeline:after {
    background: #505050;
    background: -moz-linear-gradient(top,rgba(80,80,80,0) 0,#505050 8%,#505050 92%,rgba(80,80,80,0) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#1e5799),color-stop(100%,#7db9e8));
    background: -webkit-linear-gradient(top,rgba(80,80,80,0) 0,#505050 8%,#505050 92%,rgba(80,80,80,0) 100%);
    background: -o-linear-gradient(top,rgba(80,80,80,0) 0,#505050 8%,#505050 92%,rgba(80,80,80,0) 100%);
    background: -ms-linear-gradient(top,rgba(80,80,80,0) 0,#505050 8%,#505050 92%,rgba(80,80,80,0) 100%);
    background: linear,to bottom,rgba(80,80,80,0) 0,#505050 8%,#505050 92%,rgba(80,80,80,0) 100%
}

html.dark section.timeline .timeline-date {
    background-color: #282d36;
    border-color: #282d36;
    text-shadow: none
}

html.dark section.timeline .timeline-title {
    background: #282d36
}

html.dark section.timeline .timeline-box {
    border-color: #282d36;
    background: #282d36
}

html.dark section.timeline .timeline-box.left:before {
    box-shadow: 0 0 0 3px #282d36,0 0 0 6px #282d36
}

html.dark section.timeline .timeline-box.left:after {
    background: #282d36;
    border-right-color: #282d36;
    border-top-color: #282d36
}

html.dark section.timeline .timeline-box.right:before {
    box-shadow: 0 0 0 3px #282d36,0 0 0 6px #282d36
}

html.dark section.timeline .timeline-box.right:after {
    background: #282d36;
    border-left-color: #282d36;
    border-bottom-color: #282d36
}

html.dark .form-control {
    background-color: #282d36;
    border-color: #282d36
}

html.dark .btn-default {
    background-color: #282d36;
    border-color: #282d36;
    color: #fff
}

html.dark .btn.disabled,html.dark .btn[disabled] {
    border-color: #282d36 !important
}

html.dark .pagination>li>a,html.dark .pagination>li>span {
    background-color: #282d36;
    border-color: #242830
}

html.dark .theme-default .nivoSlider {
    background-color: #1d2127
}

html.dark section.section-custom-map {
    background: transparent url("https://mpaneli.ru/assets/site_v2/img/map-dark.png") center 0 no-repeat
}

html.dark section.section-custom-map section.section {
    border-top-color: rgba(40,45,54,.8);
    background: rgba(33,38,45,.8)
}

html.dark .home-concept {
    background-image: url("https://mpaneli.ru/assets/site_v2/img/home-concept-dark.png")
}

html.dark .home-concept .process-image {
    background-image: url("https://mpaneli.ru/assets/site_v2/img/home-concept-item-dark.png")
}

html.dark .home-concept .project-image {
    background-image: url("https://mpaneli.ru/assets/site_v2/img/home-concept-item-dark.png")
}

html.dark .home-concept .sun {
    background-image: url("https://mpaneli.ru/assets/site_v2/img/home-concept-icons-dark.png")
}

html.dark .home-concept .cloud {
    background-image: url("https://mpaneli.ru/assets/site_v2/img/home-concept-icons-dark.png")
}

html.dark .page-header {
    border-bottom-color: #191c21
}

html.dark .page-header-light {
    background-color: #2e353e
}

html.dark .panel-group .panel {
    background-color: #282d36
}

html.dark .panel-group .panel-default {
    border-color: #282d36
}

html.dark .panel-group .panel-heading {
    background-color: #2e353e
}

html.dark .panel-group .form-control {
    background-color: #21262d;
    border-color: #21262d
}

html.dark .toggle>label {
    background-color: #2e353e
}

html.dark .toggle.toggle-simple .toggle>label {
    color: #fff
}

html.dark .featured-box {
    background: #2e353e;
    border-left-color: #2e353e;
    border-right-color: #2e353e;
    border-bottom-color: #2e353e
}

html.dark .featured-box.secondary h4 {
    color: #fff
}

html.dark .featured-boxes-flat .featured-box .box-content {
    background: #2e353e
}

html.dark .featured-boxes-style-5 .featured-box .box-content h4,html.dark .featured-boxes-style-6 .featured-box .box-content h4,html.dark .featured-boxes-style-7 .featured-box .box-content h4 {
    color: #fff
}

html.dark .featured-boxes-style-2 .featured-box {
    background: transparent
}

html.dark .featured-boxes-style-3 .featured-box .icon-featured {
    background: #1d2127
}

html.dark .featured-boxes-style-4 .featured-box {
    background: transparent
}

html.dark .featured-boxes-style-5 .featured-box {
    background: transparent
}

html.dark .featured-boxes-style-5 .featured-box .icon-featured {
    background: #282d36;
    border-color: #2e353e
}

html.dark .featured-boxes-style-6 .featured-box {
    background: transparent
}

html.dark .featured-boxes-style-6 .featured-box .icon-featured {
    background: #282d36;
    border-color: #2e353e
}

html.dark .featured-boxes-style-6 .featured-box .icon-featured:after {
    border-color: #2e353e
}

html.dark .featured-boxes-style-7 .featured-box {
    background: transparent
}

html.dark .featured-boxes-style-7 .featured-box .icon-featured {
    background: #282d36;
    border-color: #2e353e
}

html.dark .featured-boxes-style-7 .featured-box .icon-featured:after {
    box-shadow: 3px 3px #161a1e
}

html.dark .featured-boxes-style-8 .featured-box .icon-featured {
    background: #2e353e
}

html.dark .featured-box-effect-1 .icon-featured:after {
    box-shadow: 0 0 0 3px #2e353e
}

html.dark .feature-box.feature-box-style-2 h4,html.dark .feature-box.feature-box-style-3 h4,html.dark .feature-box.feature-box-style-4 h4 {
    color: #fff
}

html.dark .feature-box.feature-box-style-6 .feature-box-icon {
    border-color: #2e353e
}

html.dark .feature-box.feature-box-style-6 .feature-box-icon:after {
    border-color: #2e353e
}

html.dark .owl-dots .owl-dot span {
    background: #2e353e
}

html.dark .owl-carousel.top-border {
    border-top-color: #3f4247
}

html.dark .progress {
    background: #2e353e
}

html.dark .arrow {
    background-image: url("https://mpaneli.ru/assets/site_v2/img/arrows-dark.png")
}

html.dark .thumbnail,html.dark .img-thumbnail,html.dark .thumb-info {
    background-color: #282d36;
    border-color: #282d36
}

html.dark .thumb-info .thumb-info-wrapper:after {
    background-color: rgba(29,33,39,.9)
}

html.dark .thumb-info-social-icons {
    border-top-color: #373f4a
}

html.dark ul.nav-list>li a {
    border-bottom-color: #282d36
}

html.dark ul.nav-list>li a:hover {
    background-color: #282d36
}

html.dark .content-grid .content-grid-item:before {
    border-left-color: #2e353e
}

html.dark .content-grid .content-grid-item:after {
    border-bottom-color: #2e353e
}

html.dark .content-grid.content-grid-dashed .content-grid-item:before {
    border-left-color: #2e353e
}

html.dark .content-grid.content-grid-dashed .content-grid-item:after {
    border-bottom-color: #2e353e
}

html.dark .testimonial .testimonial-author strong {
    color: #fff
}

html.dark .testimonial.testimonial-style-3 blockquote {
    background: #2e353e !important
}

html.dark .testimonial.testimonial-style-3 .testimonial-arrow-down {
    border-top-color: #2e353e !important
}

html.dark .testimonial.testimonial-style-4 {
    border-color: #2e353e !important
}

html.dark .testimonial.testimonial-style-5 .testimonial-author {
    border-top-color: #2e353e !important
}

html.dark .page-header {
    border-bottom-color: #282d36
}

html.dark .table>thead>tr>th,html.dark .table>tbody>tr>th,html.dark .table>tfoot>tr>th,html.dark .table>thead>tr>td,html.dark .table>tbody>tr>td,html.dark .table>tfoot>tr>td,html.dark .table-bordered {
    border-color: #282d36
}

html.dark .table-striped>tbody>tr:nth-child(2n+1)>td,html.dark .table-striped>tbody>tr:nth-child(2n+1)>th {
    background-color: #2e353e
}

html.dark pre {
    background-color: #282d36;
    border-color: #282d36;
    color: #777
}

html.dark .show-grid [class*="col-md-"] .show-grid-block {
    background-color: #282d36;
    border-color: #282d36
}

html.dark .google-map-borders,html.dark .embed-responsive-borders {
    border-color: #2e353e
}

html.dark .alert.alert-default {
    border-color: #2e353e;
    background-color: #282d36
}

html.dark hr {
    background-image: -webkit-linear-gradient(left,transparent,#3f4247,transparent);
    background-image: linear-gradient(to right,transparent,#3f4247,transparent)
}

html.dark hr.light {
    background-image: -webkit-linear-gradient(left,transparent,#3f4247,transparent);
    background-image: linear-gradient(to right,transparent,#3f4247,transparent)
}

html.dark hr.solid {
    background: #3f4247
}

html.dark .divider {
    background-image: -webkit-linear-gradient(left,transparent,#3f4247,transparent);
    background-image: linear-gradient(to right,transparent,#3f4247,transparent)
}

html.dark .divider .fa {
    background: #1d2127
}

html.dark .divider.divider-solid {
    background: #3f4247
}

html.dark .divider.divider-style-2 .fa {
    background: #21262d
}

html.dark .divider.divider-style-3 .fa {
    border-color: #3f4247
}

html.dark .divider.divider-style-4 .fa {
    border-color: #3f4247
}

html.dark .divider.divider-style-4 .fa:after {
    border-color: #21262d
}

html.dark .divider.divider-small {
    background: transparent
}

html.dark .divider.divider-small hr {
    background: #3f4247
}

html.dark .divider.divider-small.divider-light hr {
    background: #3f4247
}

html.dark hr.dashed:after,html.dark .divider.dashed:after {
    border-color: #3f4247
}

html.dark .heading.heading-bottom-border h1 {
    border-bottom-color: #3f4247
}

html.dark .heading.heading-bottom-border h2,html.dark .heading.heading-bottom-border h3 {
    border-bottom-color: #3f4247
}

html.dark .heading.heading-bottom-border h4,html.dark .heading.heading-bottom-border h5,html.dark .heading.heading-bottom-border h6 {
    border-bottom-color: #3f4247
}

html.dark .heading.heading-bottom-double-border h1,html.dark .heading.heading-bottom-double-border h2,html.dark .heading.heading-bottom-double-border h3 {
    border-bottom-color: #3f4247
}

html.dark .heading.heading-bottom-double-border h4,html.dark .heading.heading-bottom-double-border h5,html.dark .heading.heading-bottom-double-border h6 {
    border-bottom-color: #3f4247
}

html.dark .heading.heading-middle-border:before {
    border-top-color: #3f4247
}

html.dark .heading.heading-middle-border h1,html.dark .heading.heading-middle-border h2,html.dark .heading.heading-middle-border h3,html.dark .heading.heading-middle-border h4,html.dark .heading.heading-middle-border h5,html.dark .heading.heading-middle-border h6 {
    background: #1d2127
}

html.dark ul.history li .thumb {
    background-image: url("https://mpaneli.ru/assets/site_v2/img/history-thumb-dark.png")
}

html.dark .recent-posts .date .day {
    background-color: #2e353e
}

html.dark .blog-posts article {
    border-color: #282d36
}

html.dark section.featured .recent-posts .date .day,html.dark article.post .post-date .day {
    background-color: #282d36
}

html.dark article .post-video,html.dark article .post-video iframe,html.dark article .post-audio,html.dark article .post-audio iframe {
    background-color: #282d36;
    border-color: #282d36
}

html.dark ul.simple-post-list li {
    border-bottom-color: #21262d
}

html.dark .post-block {
    border-top-color: #191c21
}

html.dark ul.comments .comment-block {
    background-color: #282d36
}

html.dark ul.comments .comment-arrow {
    border-right-color: #282d36
}

html.dark .pricing-table li {
    border-top-color: #21262d
}

html.dark .pricing-table h3 {
    background-color: #21262d;
    text-shadow: none
}

html.dark .pricing-table h3 span {
    background: #282d36;
    border-color: #242830;
    box-shadow: 0 5px 20px #242830 inset,0 3px 0 #282d36 inset;
    color: #777
}

html.dark .pricing-table .most-popular {
    border-color: #282d36
}

html.dark .pricing-table .most-popular h3 {
    background-color: #282d36;
    color: #fff;
    text-shadow: none
}

html.dark .pricing-table .plan-ribbon {
    background-color: #282d36
}

html.dark .pricing-table .plan {
    background: #282d36;
    border: 1px solid #282d36;
    color: #777;
    text-shadow: none
}

html.dark .product-thumb-info {
    background-color: #282d36;
    border-color: transparent
}

html.dark .shop .quantity .qty {
    background-color: #282d36;
    border-color: transparent
}

html.dark .shop .quantity .minus,html.dark .shop .quantity .plus {
    background-color: #21262d;
    border-color: transparent
}

html.dark .shop table.cart td,html.dark .shop .cart-totals th,html.dark .shop .cart-totals td {
    border-color: #282d36
}

html.dark .dialog {
    background-color: #1d2127
}

html.dark .modal-content {
    background-color: #1d2127
}

html.dark .modal-header {
    border-bottom-color: #282d36
}

html.dark .modal-header h1,html.dark .modal-header h2,html.dark .modal-header h3,html.dark .modal-header h4,html.dark .modal-header h5,html.dark .modal-header h6 {
    color: #777
}

html.dark .modal-header .close {
    text-shadow: none;
    color: #fff
}

html.dark .modal-footer {
    border-top-color: #282d36
}

html.dark .loading-overlay {
    background: #1d2127
}

html.dark .loading-overlay .loader:after {
    -webkit-animation: animateLoaderAfterWhite 1s ease-in-out infinite;
    -moz-animation: animateLoaderAfterWhite 1s ease-in-out infinite;
    animation: animateLoaderAfterWhite 1s ease-in-out infinite
}

html.dark #footer .newsletter form .btn-default {
    background-color: #21262d;
    border-color: #21262d;
    color: #777
}

.head-size-lg {
    font-size: 20px
}

.prim_send_text .bord-img {
    display: block
}

.prim_send_text .bord-img img {
    width: 100%
}

.bord-img {
    padding: 12px 2px;
    display: inline-block;
    background: #fff;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 450px
}

.prim_send_text .bord-img p {
    border: 0;
    box-shadow: none;
    padding: 19px 0 35px 19px;
    margin: 0
}

.prim_send_text.alt .bord-img p {
    width: 100% !important
}

.featured-boxes {
    margin-top: 25px
}

@media(max-width: 991px) {
    html.dark #header nav.mega-menu ul.nav-main li.mega-menu-item ul.dropdown-menu {
        background:transparent !important
    }
}

@media(max-width: 450px) {
    .alert-default {
        width:100% !important;
        margin: 0 !important
    }

    #list {
        height: auto !important;
        -webkit-column-count: 2 !important;
        -moz-column-count: 2 !important;
        column-count: 2 !important;
        font-size: 18px
    }

    #list a.title {
        margin: 0 !important
    }

    #list ul {
        padding-left: 5px !important
    }

    body.sticky-menu-active #header {
        position: relative
    }

    body.sticky-menu-active #header.nav-bar {
        top: 0 !important
    }

    #header .logo {
        margin: 0 0 30px 0 !important;
        display: block !important
    }

    #header nav ul.nav-top li a,#header nav ul.nav-top li span {
        text-align: left !important
    }

    .nav-top>li {
        float: left !important
    }

    .phone-ad {
        margin-left: -15px !important
    }

    #header nav ul.nav-top li a {
        font-size: 14px !important
    }

    #header nav ul.nav-top li span {
        line-height: 20px !important
    }

    #phone,#name {
        width: 220px !important
    }

    button[type=submit] {
        height: 44px !important;
        width: 260px !important;
        font-size: 13px !important
    }

    .input-group[class*="col-"] {
        margin-left: -20px !important
    }
}

html.boxed body {
    background-color: transparent;
    background-position: 0 0;
    background-repeat: repeat
}

html.boxed .body {
    background-color: #fff;
    border-bottom: 5px solid #1d2127;
    border-radius: 5px;
    border-top: 5px solid #ccc;
    box-shadow: 0 0 4px rgba(0,0,0,.15);
    margin: 25px auto;
    max-width: 1200px;
    height: auto
}

html.boxed #header {
    padding: 8px 0
}

html.boxed #header.fixed {
    left: auto;
    width: auto
}

html.boxed body.sticky-menu-active #header {
    width: auto;
    max-width: 1200px;
    margin: 0 auto;
    left: auto
}

.photos-row-in-text {
    margin-bottom: 30px
}

.b-title {
    font-size: 17px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 12px
}

.b-video-wrapper {
    margin: 0 auto 50px;
    width: 100%;
    max-width: 90%;
    height: 250px
}

.b-video-wrapper iframe {
    width: 100%;
    height: 100%
}

@media screen and (min-width: 640px) {
    .b-video-wrapper {
        height:600px
    }
}

@media(max-width: 1200px) {
    html.boxed body.sticky-menu-active #header {
        width:100%
    }
}

@media(max-width: 991px) {
    html.boxed .body {
        margin:0 auto;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0
    }

    .examples-our-works {
        display: none
    }
}

@media(max-width: 767px) {
    html.boxed {
        background:none !important
    }
}

@media screen and (min-width: 1024px) {
    .prim_send_text {
        margin-left:auto;
        margin-right: auto
    }
}

a {
    color: #08c
}

a:hover {
    color: #0099e6
}

a:active {
    color: #0077b3
}

html .heading-primary,html .lnk-primary,html .text-color-primary {
    color: #08c !important;
    font-weight: bold;
    margin-bottom: 15px
}

html .heading.heading-primary h1,html .heading.heading-primary h2,html .heading.heading-primary h3,html .heading.heading-primary h4,html .heading.heading-primary h5,html .heading.heading-primary h6 {
    border-color: #08c
}

html .heading-secondary,html .lnk-secondary,html .text-color-secondary {
    color: #e36159 !important
}

html .heading.heading-secondary h1,html .heading.heading-secondary h2,html .heading.heading-secondary h3,html .heading.heading-secondary h4,html .heading.heading-secondary h5,html .heading.heading-secondary h6 {
    border-color: #e36159
}

html .heading-tertiary,html .lnk-tertiary,html .text-color-tertiary {
    color: #2baab1 !important
}

html .heading.heading-tertiary h1,html .heading.heading-tertiary h2,html .heading.heading-tertiary h3,html .heading.heading-tertiary h4,html .heading.heading-tertiary h5,html .heading.heading-tertiary h6 {
    border-color: #2baab1
}

html .heading-quaternary,html .lnk-quaternary,html .text-color-quaternary {
    color: #383f48 !important
}

html .heading.heading-quaternary h1,html .heading.heading-quaternary h2,html .heading.heading-quaternary h3,html .heading.heading-quaternary h4,html .heading.heading-quaternary h5,html .heading.heading-quaternary h6 {
    border-color: #383f48
}

html .heading-dark,html .lnk-dark,html .text-color-dark {
    color: #2e353e !important
}

html .heading.heading-dark h1,html .heading.heading-dark h2,html .heading.heading-dark h3,html .heading.heading-dark h4,html .heading.heading-dark h5,html .heading.heading-dark h6 {
    border-color: #2e353e
}

html .heading-light,html .lnk-light,html .text-color-light {
    color: #fff !important
}

html .heading.heading-light h1,html .heading.heading-light h2,html .heading.heading-light h3,html .heading.heading-light h4,html .heading.heading-light h5,html .heading.heading-light h6 {
    border-color: #fff
}

.alternative-font {
    color: #08c
}

html .blockquote-primary {
    border-color: #08c !important
}

html .blockquote-secondary {
    border-color: #e36159 !important
}

html .blockquote-tertiary {
    border-color: #2baab1 !important
}

html .blockquote-quaternary {
    border-color: #383f48 !important
}

html .blockquote-dark {
    border-color: #2e353e !important
}

html .blockquote-light {
    border-color: #fff !important
}

p.drop-caps:first-child:first-letter {
    color: #08c
}

p.drop-caps.drop-caps-style-2:first-child:first-letter {
    background-color: #08c
}

ul.nav-pills>li.active>a {
    background-color: #08c
}

ul.nav-pills>li.active>a:hover,ul.nav-pills>li.active>a:focus {
    background-color: #08c
}

.sort-source-wrapper .nav>li.active>a {
    color: #08c
}

.sort-source-wrapper .nav>li.active>a:hover,.sort-source-wrapper .nav>li.active>a:focus {
    color: #08c
}

html .label-primary {
    background-color: #08c
}

html .label-secondary {
    background-color: #e36159
}

html .label-tertiary {
    background-color: #2baab1
}

html .label-quaternary {
    background-color: #383f48
}

html .label-dark {
    background-color: #2e353e
}

html .label-light {
    background-color: #fff
}

html .btn-primary {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-color: #08c;
    border-color: #08c #08c #069
}

html .btn-primary:hover {
    border-color: #0099e6 #0099e6 #0077b3;
    background-color: #0099e6
}

html .btn-primary:active,html .btn-primary:focus {
    border-color: #0077b3 #0077b3 #0077b3;
    background-color: #0077b3
}

html .btn-primary.dropdown-toggle {
    border-left-color: #0077b3
}

html .btn-primary[disabled] {
    border-color: #3bf;
    background-color: #3bf
}

html .btn-primary:hover,html .btn-primary:focus {
    color: #fff
}

html .btn-secondary {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-color: #e36159;
    border-color: #e36159 #e36159 #dc372d
}

html .btn-secondary:hover {
    border-color: #e7766f #e7766f #df4c43;
    background-color: #e7766f
}

html .btn-secondary:active,html .btn-secondary:focus {
    border-color: #df4c43 #df4c43 #df4c43;
    background-color: #df4c43
}

html .btn-secondary.dropdown-toggle {
    border-left-color: #df4c43
}

html .btn-secondary[disabled] {
    border-color: #f2b4b0;
    background-color: #f2b4b0
}

html .btn-secondary:hover,html .btn-secondary:focus {
    color: #fff
}

html .btn-tertiary {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-color: #2baab1;
    border-color: #2baab1 #2baab1 #218388
}

html .btn-tertiary:hover {
    border-color: #30bec6 #30bec6 #26969c;
    background-color: #30bec6
}

html .btn-tertiary:active,html .btn-tertiary:focus {
    border-color: #26969c #26969c #26969c;
    background-color: #26969c
}

html .btn-tertiary.dropdown-toggle {
    border-left-color: #26969c
}

html .btn-tertiary[disabled] {
    border-color: #68d4da;
    background-color: #68d4da
}

html .btn-tertiary:hover,html .btn-tertiary:focus {
    color: #fff
}

html .btn-quaternary {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-color: #383f48;
    border-color: #383f48 #383f48 #22262b
}

html .btn-quaternary:hover {
    border-color: #434c56 #434c56 #2d323a;
    background-color: #434c56
}

html .btn-quaternary:active,html .btn-quaternary:focus {
    border-color: #2d323a #2d323a #2d323a;
    background-color: #2d323a
}

html .btn-quaternary.dropdown-toggle {
    border-left-color: #2d323a
}

html .btn-quaternary[disabled] {
    border-color: #657181;
    background-color: #657181
}

html .btn-quaternary:hover,html .btn-quaternary:focus {
    color: #fff
}

html .btn-dark {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-color: #2e353e;
    border-color: #2e353e #2e353e #181c21
}

html .btn-dark:hover {
    border-color: #39424d #39424d #23282f;
    background-color: #39424d
}

html .btn-dark:active,html .btn-dark:focus {
    border-color: #23282f #23282f #23282f;
    background-color: #23282f
}

html .btn-dark.dropdown-toggle {
    border-left-color: #23282f
}

html .btn-dark[disabled] {
    border-color: #596779;
    background-color: #596779
}

html .btn-dark:hover,html .btn-dark:focus {
    color: #fff
}

html .btn-light {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-color: #fff;
    border-color: #fff #fff #e6e6e6
}

html .btn-light:hover {
    border-color: #fff #fff #f2f2f2;
    background-color: #fff
}

html .btn-light:active,html .btn-light:focus {
    border-color: #f2f2f2 #f2f2f2 #f2f2f2;
    background-color: #f2f2f2
}

html .btn-light.dropdown-toggle {
    border-left-color: #f2f2f2
}

html .btn-light[disabled] {
    border-color: #fff;
    background-color: #fff
}

html .btn-light:hover,html .btn-light:focus {
    color: #777
}

html .btn-borders.btn-primary {
    background: transparent;
    border-color: #08c;
    color: #08c;
    text-shadow: none
}

html .btn-borders.btn-primary:hover,html .btn-borders.btn-primary:focus {
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-color: #08c;
    border-color: #08c #08c #069;
    border-color: #08c !important;
    color: #fff
}

html .btn-borders.btn-primary:hover:hover,html .btn-borders.btn-primary:focus:hover {
    border-color: #0099e6 #0099e6 #0077b3;
    background-color: #0099e6
}

html .btn-borders.btn-primary:hover:active,html .btn-borders.btn-primary:focus:active,html .btn-borders.btn-primary:hover:focus,html .btn-borders.btn-primary:focus:focus {
    border-color: #0077b3 #0077b3 #0077b3;
    background-color: #0077b3
}

html .btn-borders.btn-primary:hover.dropdown-toggle,html .btn-borders.btn-primary:focus.dropdown-toggle {
    border-left-color: #0077b3
}

html .btn-borders.btn-primary:hover[disabled],html .btn-borders.btn-primary:focus[disabled] {
    border-color: #3bf;
    background-color: #3bf
}

html .btn-borders.btn-secondary {
    background: transparent;
    border-color: #e36159;
    color: #e36159;
    text-shadow: none
}

html .btn-borders.btn-secondary:hover,html .btn-borders.btn-secondary:focus {
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-color: #e36159;
    border-color: #e36159 #e36159 #dc372d;
    border-color: #e36159 !important;
    color: #fff
}

html .btn-borders.btn-secondary:hover:hover,html .btn-borders.btn-secondary:focus:hover {
    border-color: #e7766f #e7766f #df4c43;
    background-color: #e7766f
}

html .btn-borders.btn-secondary:hover:active,html .btn-borders.btn-secondary:focus:active,html .btn-borders.btn-secondary:hover:focus,html .btn-borders.btn-secondary:focus:focus {
    border-color: #df4c43 #df4c43 #df4c43;
    background-color: #df4c43
}

html .btn-borders.btn-secondary:hover.dropdown-toggle,html .btn-borders.btn-secondary:focus.dropdown-toggle {
    border-left-color: #df4c43
}

html .btn-borders.btn-secondary:hover[disabled],html .btn-borders.btn-secondary:focus[disabled] {
    border-color: #f2b4b0;
    background-color: #f2b4b0
}

html .btn-borders.btn-tertiary {
    background: transparent;
    border-color: #2baab1;
    color: #2baab1;
    text-shadow: none
}

html .btn-borders.btn-tertiary:hover,html .btn-borders.btn-tertiary:focus {
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-color: #2baab1;
    border-color: #2baab1 #2baab1 #218388;
    border-color: #2baab1 !important;
    color: #fff
}

html .btn-borders.btn-tertiary:hover:hover,html .btn-borders.btn-tertiary:focus:hover {
    border-color: #30bec6 #30bec6 #26969c;
    background-color: #30bec6
}

html .btn-borders.btn-tertiary:hover:active,html .btn-borders.btn-tertiary:focus:active,html .btn-borders.btn-tertiary:hover:focus,html .btn-borders.btn-tertiary:focus:focus {
    border-color: #26969c #26969c #26969c;
    background-color: #26969c
}

html .btn-borders.btn-tertiary:hover.dropdown-toggle,html .btn-borders.btn-tertiary:focus.dropdown-toggle {
    border-left-color: #26969c
}

html .btn-borders.btn-tertiary:hover[disabled],html .btn-borders.btn-tertiary:focus[disabled] {
    border-color: #68d4da;
    background-color: #68d4da
}

html .btn-borders.btn-quaternary {
    background: transparent;
    border-color: #383f48;
    color: #383f48;
    text-shadow: none
}

html .btn-borders.btn-quaternary:hover,html .btn-borders.btn-quaternary:focus {
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-color: #383f48;
    border-color: #383f48 #383f48 #22262b;
    border-color: #383f48 !important;
    color: #fff
}

html .btn-borders.btn-quaternary:hover:hover,html .btn-borders.btn-quaternary:focus:hover {
    border-color: #434c56 #434c56 #2d323a;
    background-color: #434c56
}

html .btn-borders.btn-quaternary:hover:active,html .btn-borders.btn-quaternary:focus:active,html .btn-borders.btn-quaternary:hover:focus,html .btn-borders.btn-quaternary:focus:focus {
    border-color: #2d323a #2d323a #2d323a;
    background-color: #2d323a
}

html .btn-borders.btn-quaternary:hover.dropdown-toggle,html .btn-borders.btn-quaternary:focus.dropdown-toggle {
    border-left-color: #2d323a
}

html .btn-borders.btn-quaternary:hover[disabled],html .btn-borders.btn-quaternary:focus[disabled] {
    border-color: #657181;
    background-color: #657181
}

html .btn-borders.btn-dark {
    background: transparent;
    border-color: #2e353e;
    color: #2e353e;
    text-shadow: none
}

html .btn-borders.btn-dark:hover,html .btn-borders.btn-dark:focus {
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-color: #2e353e;
    border-color: #2e353e #2e353e #181c21;
    border-color: #2e353e !important;
    color: #fff
}

html .btn-borders.btn-dark:hover:hover,html .btn-borders.btn-dark:focus:hover {
    border-color: #39424d #39424d #23282f;
    background-color: #39424d
}

html .btn-borders.btn-dark:hover:active,html .btn-borders.btn-dark:focus:active,html .btn-borders.btn-dark:hover:focus,html .btn-borders.btn-dark:focus:focus {
    border-color: #23282f #23282f #23282f;
    background-color: #23282f
}

html .btn-borders.btn-dark:hover.dropdown-toggle,html .btn-borders.btn-dark:focus.dropdown-toggle {
    border-left-color: #23282f
}

html .btn-borders.btn-dark:hover[disabled],html .btn-borders.btn-dark:focus[disabled] {
    border-color: #596779;
    background-color: #596779
}

html .btn-borders.btn-light {
    background: transparent;
    border-color: #fff;
    color: #fff;
    text-shadow: none
}

html .btn-borders.btn-light:hover,html .btn-borders.btn-light:focus {
    color: #fff;
    color: #777;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-color: #fff;
    border-color: #fff #fff #e6e6e6;
    border-color: #fff !important
}

html .btn-borders.btn-light:hover:hover,html .btn-borders.btn-light:focus:hover {
    border-color: #fff #fff #f2f2f2;
    background-color: #fff
}

html .btn-borders.btn-light:hover:active,html .btn-borders.btn-light:focus:active,html .btn-borders.btn-light:hover:focus,html .btn-borders.btn-light:focus:focus {
    border-color: #f2f2f2 #f2f2f2 #f2f2f2;
    background-color: #f2f2f2
}

html .btn-borders.btn-light:hover.dropdown-toggle,html .btn-borders.btn-light:focus.dropdown-toggle {
    border-left-color: #f2f2f2
}

html .btn-borders.btn-light:hover[disabled],html .btn-borders.btn-light:focus[disabled] {
    border-color: #fff;
    background-color: #fff
}

.pagination>li>a,.pagination>li>span,.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus {
    color: #08c
}

.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus {
    background-color: #08c !important;
    border-color: #08c
}

body.dark .pagination>li>a,body.dark .pagination>li>span,body.dark .pagination>li>a:hover,body.dark .pagination>li>span:hover,body.dark .pagination>li>a:focus,body.dark .pagination>li>span:focus {
    color: #08c
}

body.dark .pagination>.active>a,body.dark .pagination>.active>span,body.dark .pagination>.active>a:hover,body.dark .pagination>.active>span:hover,body.dark .pagination>.active>a:focus,body.dark .pagination>.active>span:focus {
    background-color: #08c;
    border-color: #08c
}

.pagination>.active>a,body.dark .pagination>.active>a {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-color: #08c;
    border-color: #08c #08c #069
}

.pagination>.active>a:hover,body.dark .pagination>.active>a:hover {
    border-color: #0099e6 #0099e6 #0077b3;
    background-color: #0099e6
}

.pagination>.active>a:active,body.dark .pagination>.active>a:active,.pagination>.active>a:focus,body.dark .pagination>.active>a:focus {
    border-color: #0077b3 #0077b3 #0077b3;
    background-color: #0077b3
}

.pagination>.active>a.dropdown-toggle,body.dark .pagination>.active>a.dropdown-toggle {
    border-left-color: #0077b3
}

.pagination>.active>a[disabled],body.dark .pagination>.active>a[disabled] {
    border-color: #3bf;
    background-color: #3bf
}

html .alert-primary {
    background-color: #08c;
    border-color: #007ebd;
    color: #fff
}

html .alert-primary .alert-link {
    color: #fff
}

html .alert-secondary {
    background-color: #e36159;
    border-color: #e1554c;
    color: #fff
}

html .alert-secondary .alert-link {
    color: #fff
}

html .alert-tertiary {
    background-color: #2baab1;
    border-color: #289ea5;
    color: #fff
}

html .alert-tertiary .alert-link {
    color: #fff
}

html .alert-quaternary {
    background-color: #383f48;
    border-color: #31373f;
    color: #fff
}

html .alert-quaternary .alert-link {
    color: #fff
}

html .alert-dark {
    background-color: #2e353e;
    border-color: #272d35;
    color: #fff
}

html .alert-dark .alert-link {
    color: #fff
}

html .alert-light {
    background-color: #fff;
    border-color: #f7f7f7;
    color: #777
}

html .alert-light .alert-link {
    color: #777
}

html .progress-bar-primary {
    background-color: #08c
}

html .progress-bar-secondary {
    background-color: #e36159
}

html .progress-bar-tertiary {
    background-color: #2baab1
}

html .progress-bar-quaternary {
    background-color: #383f48
}

html .progress-bar-dark {
    background-color: #2e353e
}

html .progress-bar-light {
    background-color: #fff
}

html section.section-primary {
    background-color: #08c !important;
    border-color: #0077b3 !important
}

html section.section-primary h1,html section.section-primary h2,html section.section-primary h3,html section.section-primary h4,html section.section-primary h5,html section.section-primary h6 {
    color: #fff
}

html section.section-primary p {
    color: #e6e6e6
}

html section.section-secondary {
    background-color: #e36159 !important;
    border-color: #df4c43 !important
}

html section.section-secondary h1,html section.section-secondary h2,html section.section-secondary h3,html section.section-secondary h4,html section.section-secondary h5,html section.section-secondary h6 {
    color: #fff
}

html section.section-secondary p {
    color: #e6e6e6
}

html section.section-tertiary {
    background-color: #2baab1 !important;
    border-color: #26969c !important
}

html section.section-tertiary h1,html section.section-tertiary h2,html section.section-tertiary h3,html section.section-tertiary h4,html section.section-tertiary h5,html section.section-tertiary h6 {
    color: #fff
}

html section.section-tertiary p {
    color: #e6e6e6
}

html section.section-quaternary {
    background-color: #383f48 !important;
    border-color: #2d323a !important
}

html section.section-quaternary h1,html section.section-quaternary h2,html section.section-quaternary h3,html section.section-quaternary h4,html section.section-quaternary h5,html section.section-quaternary h6 {
    color: #fff
}

html section.section-quaternary p {
    color: #e6e6e6
}

html section.section-dark {
    background-color: #2e353e !important;
    border-color: #23282f !important
}

html section.section-dark h1,html section.section-dark h2,html section.section-dark h3,html section.section-dark h4,html section.section-dark h5,html section.section-dark h6 {
    color: #fff
}

html section.section-dark p {
    color: #e6e6e6
}

html section.section-light {
    background-color: #fff !important;
    border-color: #f2f2f2 !important
}

html section.section-light h1,html section.section-light h2,html section.section-light h3,html section.section-light h4,html section.section-light h5,html section.section-light h6 {
    color: #777
}

html section.section-light p {
    color: #5e5e5e
}

html section.section-default-scale-1 {
    background-color: #dbdbdb !important;
    border-top-color: #d3d3d3 !important
}

html section.section-default-scale-2 {
    background-color: #c1c1c1 !important;
    border-top-color: #b9b9b9 !important
}

html section.section-default-scale-3 {
    background-color: #a8a8a8 !important;
    border-top-color: #a0a0a0 !important
}

html section.section-default-scale-4 {
    background-color: #8e8e8e !important;
    border-top-color: #868686 !important
}

html section.section-default-scale-5 {
    background-color: #757575 !important;
    border-top-color: #6d6d6d !important
}

html section.section-default-scale-6 {
    background-color: #5b5b5b !important;
    border-top-color: #535353 !important
}

html section.section-default-scale-7 {
    background-color: #424242 !important;
    border-top-color: #3a3a3a !important
}

html section.section-default-scale-8 {
    background-color: #282828 !important;
    border-top-color: #202020 !important
}

html section.section-default-scale-9 {
    background-color: #0f0f0f !important;
    border-top-color: #070707 !important
}

html.dark section.section-default-scale-1 {
    background-color: #333a44 !important;
    border-top-color: #2c323b !important
}

html.dark section.section-default-scale-2 {
    background-color: #495362 !important;
    border-top-color: #424b59 !important
}

html.dark section.section-default-scale-3 {
    background-color: #5e6b7f !important;
    border-top-color: #586476 !important
}

html.dark section.section-default-scale-4 {
    background-color: #77849a !important;
    border-top-color: #6e7d93 !important
}

html.dark section.section-default-scale-5 {
    background-color: #949faf !important;
    border-top-color: #8b97a9 !important
}

html.dark section.section-default-scale-6 {
    background-color: #b1b9c5 !important;
    border-top-color: #a8b1be !important
}

html.dark section.section-default-scale-7 {
    background-color: #ced3db !important;
    border-top-color: #c5cbd4 !important
}

html.dark section.section-default-scale-8 {
    background-color: #ebeef1 !important;
    border-top-color: #e3e6ea !important
}

html.dark section.section-default-scale-9 {
    background-color: #fff !important;
    border-top-color: #f7f7f7 !important
}

section.page-header h1 {
    border-bottom-color: #08c
}

section.page-header.custom-product {
    background-color: #0077b3;
    border-top-color: #0081c2
}

html .page-header-color.page-header-primary {
    background-color: #08c;
    border-bottom-color: #08c;
    color: #fff
}

html .page-header-color.page-header-primary h1 {
    color: #fff
}

html .page-header-color.page-header-primary h1 span {
    color: #fff
}

html .page-header-color.page-header-primary a {
    color: #fff
}

html .page-header-color.page-header-primary .breadcrumb>.active {
    color: #fff
}

html .page-header-color.page-header-secondary {
    background-color: #e36159;
    border-bottom-color: #e36159;
    color: #fff
}

html .page-header-color.page-header-secondary h1 {
    color: #fff
}

html .page-header-color.page-header-secondary h1 span {
    color: #fff
}

html .page-header-color.page-header-secondary a {
    color: #fff
}

html .page-header-color.page-header-secondary .breadcrumb>.active {
    color: #fff
}

html .page-header-color.page-header-tertiary {
    background-color: #2baab1;
    border-bottom-color: #2baab1;
    color: #fff
}

html .page-header-color.page-header-tertiary h1 {
    color: #fff
}

html .page-header-color.page-header-tertiary h1 span {
    color: #fff
}

html .page-header-color.page-header-tertiary a {
    color: #fff
}

html .page-header-color.page-header-tertiary .breadcrumb>.active {
    color: #fff
}

html .page-header-color.page-header-quaternary {
    background-color: #383f48;
    border-bottom-color: #383f48;
    color: #fff
}

html .page-header-color.page-header-quaternary h1 {
    color: #fff
}

html .page-header-color.page-header-quaternary h1 span {
    color: #fff
}

html .page-header-color.page-header-quaternary a {
    color: #fff
}

html .page-header-color.page-header-quaternary .breadcrumb>.active {
    color: #fff
}

html .page-header-color.page-header-dark {
    background-color: #2e353e;
    border-bottom-color: #2e353e;
    color: #fff
}

html .page-header-color.page-header-dark h1 {
    color: #fff
}

html .page-header-color.page-header-dark h1 span {
    color: #fff
}

html .page-header-color.page-header-dark a {
    color: #fff
}

html .page-header-color.page-header-dark .breadcrumb>.active {
    color: #fff
}

html .page-header-color.page-header-light {
    background-color: #fff;
    border-bottom-color: #fff;
    color: #777
}

html .page-header-color.page-header-light h1 {
    color: #777
}

html .page-header-color.page-header-light h1 span {
    color: #777
}

html .page-header-color.page-header-light a {
    color: #777
}

html .page-header-color.page-header-light .breadcrumb>.active {
    color: #777
}

html .toggle-primary .toggle label {
    color: #08c;
    border-left-color: #08c;
    border-right-color: #08c
}

html .toggle-primary .toggle.active>label {
    background-color: #08c;
    border-color: #08c;
    color: #fff
}

html .toggle-primary.toggle-simple .toggle>label:after {
    background-color: #08c
}

html .toggle-secondary .toggle label {
    color: #e36159;
    border-left-color: #e36159;
    border-right-color: #e36159
}

html .toggle-secondary .toggle.active>label {
    background-color: #e36159;
    border-color: #e36159;
    color: #fff
}

html .toggle-secondary.toggle-simple .toggle>label:after {
    background-color: #e36159
}

html .toggle-tertiary .toggle label {
    color: #2baab1;
    border-left-color: #2baab1;
    border-right-color: #2baab1
}

html .toggle-tertiary .toggle.active>label {
    background-color: #2baab1;
    border-color: #2baab1;
    color: #fff
}

html .toggle-tertiary.toggle-simple .toggle>label:after {
    background-color: #2baab1
}

html .toggle-quaternary .toggle label {
    color: #383f48;
    border-left-color: #383f48;
    border-right-color: #383f48
}

html .toggle-quaternary .toggle.active>label {
    background-color: #383f48;
    border-color: #383f48;
    color: #fff
}

html .toggle-quaternary.toggle-simple .toggle>label:after {
    background-color: #383f48
}

html .toggle-dark .toggle label {
    color: #2e353e;
    border-left-color: #2e353e;
    border-right-color: #2e353e
}

html .toggle-dark .toggle.active>label {
    background-color: #2e353e;
    border-color: #2e353e;
    color: #fff
}

html .toggle-dark.toggle-simple .toggle>label:after {
    background-color: #2e353e
}

html .toggle-light .toggle label {
    color: #fff;
    border-left-color: #fff;
    border-right-color: #fff
}

html .toggle-light .toggle.active>label {
    background-color: #fff;
    border-color: #fff;
    color: #777
}

html .toggle-light.toggle-simple .toggle>label:after {
    background-color: #fff
}

.thumb-info .thumb-info-type {
    background-color: #08c
}

.thumb-info .thumb-info-action-icon {
    background-color: #08c
}

.thumb-info-social-icons a {
    background-color: #08c
}

.thumbnail .zoom {
    background-color: #08c
}

.img-thumbnail .zoom {
    background-color: #08c
}

html .thumb-info .thumb-info-action-icon-primary {
    background-color: #08c
}

html .thumb-info .thumb-info-action-icon-primary i {
    color: #fff
}

html .thumb-info .thumb-info-action-icon-secondary {
    background-color: #e36159
}

html .thumb-info .thumb-info-action-icon-secondary i {
    color: #fff
}

html .thumb-info .thumb-info-action-icon-tertiary {
    background-color: #2baab1
}

html .thumb-info .thumb-info-action-icon-tertiary i {
    color: #fff
}

html .thumb-info .thumb-info-action-icon-quaternary {
    background-color: #383f48
}

html .thumb-info .thumb-info-action-icon-quaternary i {
    color: #fff
}

html .thumb-info .thumb-info-action-icon-dark {
    background-color: #2e353e
}

html .thumb-info .thumb-info-action-icon-dark i {
    color: #fff
}

html .thumb-info .thumb-info-action-icon-light {
    background-color: #fff
}

html .thumb-info .thumb-info-action-icon-light i {
    color: #777
}

.inverted {
    background-color: #08c
}

html .inverted-primary {
    background-color: #08c
}

html .inverted-secondary {
    background-color: #e36159
}

html .inverted-tertiary {
    background-color: #2baab1
}

html .inverted-quaternary {
    background-color: #383f48
}

html .inverted-dark {
    background-color: #2e353e
}

html .inverted-light {
    background-color: #fff
}

.social-icons-list a {
    background-color: #08c
}

.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #0074ad
}

.owl-carousel.show-nav-title .owl-controls .owl-nav [class*="owl-"] {
    color: #08c
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-color: #08c;
    border-color: #08c #08c #069
}

.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
    border-color: #0099e6 #0099e6 #0077b3;
    background-color: #0099e6
}

.owl-theme .owl-controls .owl-nav [class*="owl-"]:active,.owl-theme .owl-controls .owl-nav [class*="owl-"]:focus {
    border-color: #0077b3 #0077b3 #0077b3;
    background-color: #0077b3
}

.owl-theme .owl-controls .owl-nav [class*="owl-"].dropdown-toggle {
    border-left-color: #0077b3
}

.owl-theme .owl-controls .owl-nav [class*="owl-"][disabled] {
    border-color: #3bf;
    background-color: #3bf
}

html body .tabs .nav-tabs a,html.dark body .tabs .nav-tabs a,html body .tabs .nav-tabs a:hover,html.dark body .tabs .nav-tabs a:hover {
    color: #08c
}

html body .tabs .nav-tabs a:hover,html.dark body .tabs .nav-tabs a:hover,html body .tabs .nav-tabs a:focus,html.dark body .tabs .nav-tabs a:focus {
    border-top-color: #08c
}

html body .tabs .nav-tabs li.active a,html.dark body .tabs .nav-tabs li.active a {
    border-top-color: #08c;
    color: #08c
}

html body .tabs .nav-tabs.nav-justified a:hover,html.dark body .tabs .nav-tabs.nav-justified a:hover,html body .tabs .nav-tabs.nav-justified a:focus,html.dark body .tabs .nav-tabs.nav-justified a:focus {
    border-top-color: #08c
}

html body .tabs.tabs-bottom .nav-tabs li a:hover,html.dark body .tabs.tabs-bottom .nav-tabs li a:hover,html body .tabs.tabs-bottom .nav-tabs li.active a,html.dark body .tabs.tabs-bottom .nav-tabs li.active a,html body .tabs.tabs-bottom .nav-tabs li.active a:hover,html.dark body .tabs.tabs-bottom .nav-tabs li.active a:hover,html body .tabs.tabs-bottom .nav-tabs li.active a:focus,html.dark body .tabs.tabs-bottom .nav-tabs li.active a:focus {
    border-bottom-color: #08c
}

html body .tabs.tabs-vertical.tabs-left .nav-tabs li a:hover,html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li a:hover,html body .tabs.tabs-vertical.tabs-left .nav-tabs li.active a,html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li.active a,html body .tabs.tabs-vertical.tabs-left .nav-tabs li.active a:hover,html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li.active a:hover,html body .tabs.tabs-vertical.tabs-left .nav-tabs li.active a:focus,html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li.active a:focus {
    border-left-color: #08c
}

html body .tabs.tabs-vertical.tabs-right .nav-tabs li a:hover,html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li a:hover,html body .tabs.tabs-vertical.tabs-right .nav-tabs li.active a,html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li.active a,html body .tabs.tabs-vertical.tabs-right .nav-tabs li.active a:hover,html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li.active a:hover,html body .tabs.tabs-vertical.tabs-right .nav-tabs li.active a:focus,html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li.active a:focus {
    border-right-color: #08c
}

html body .tabs-primary .nav-tabs li a,html.dark body .tabs-primary .nav-tabs li a,html body .tabs-primary .nav-tabs.nav-justified li a,html.dark body .tabs-primary .nav-tabs.nav-justified li a,html body .tabs-primary .nav-tabs li a:hover,html.dark body .tabs-primary .nav-tabs li a:hover,html body .tabs-primary .nav-tabs.nav-justified li a:hover,html.dark body .tabs-primary .nav-tabs.nav-justified li a:hover {
    color: #08c
}

html body .tabs-primary .nav-tabs li a:hover,html.dark body .tabs-primary .nav-tabs li a:hover,html body .tabs-primary .nav-tabs.nav-justified li a:hover,html.dark body .tabs-primary .nav-tabs.nav-justified li a:hover {
    border-top-color: #08c
}

html body .tabs-primary .nav-tabs li.active a,html.dark body .tabs-primary .nav-tabs li.active a,html body .tabs-primary .nav-tabs.nav-justified li.active a,html.dark body .tabs-primary .nav-tabs.nav-justified li.active a,html body .tabs-primary .nav-tabs li.active a:hover,html.dark body .tabs-primary .nav-tabs li.active a:hover,html body .tabs-primary .nav-tabs.nav-justified li.active a:hover,html.dark body .tabs-primary .nav-tabs.nav-justified li.active a:hover,html body .tabs-primary .nav-tabs li.active a:focus,html.dark body .tabs-primary .nav-tabs li.active a:focus,html body .tabs-primary .nav-tabs.nav-justified li.active a:focus,html.dark body .tabs-primary .nav-tabs.nav-justified li.active a:focus {
    border-top-color: #08c;
    color: #08c
}

html body .tabs-primary.tabs-bottom .nav-tabs li a:hover,html.dark body .tabs-primary.tabs-bottom .nav-tabs li a:hover,html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li a:hover,html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li a:hover {
    border-bottom-color: #08c
}

html body .tabs-primary.tabs-bottom .nav-tabs li.active a,html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active a,html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a,html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a,html body .tabs-primary.tabs-bottom .nav-tabs li.active a:hover,html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active a:hover,html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a:hover,html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a:hover,html body .tabs-primary.tabs-bottom .nav-tabs li.active a:focus,html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active a:focus,html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a:focus,html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
    border-bottom-color: #08c
}

html body .tabs-primary.tabs-vertical.tabs-left li a:hover,html.dark body .tabs-primary.tabs-vertical.tabs-left li a:hover {
    border-left-color: #08c
}

html body .tabs-primary.tabs-vertical.tabs-left li.active a,html.dark body .tabs-primary.tabs-vertical.tabs-left li.active a,html body .tabs-primary.tabs-vertical.tabs-left li.active a:hover,html.dark body .tabs-primary.tabs-vertical.tabs-left li.active a:hover,html body .tabs-primary.tabs-vertical.tabs-left li.active a:focus,html.dark body .tabs-primary.tabs-vertical.tabs-left li.active a:focus {
    border-left-color: #08c
}

html body .tabs-primary.tabs-vertical.tabs-right li a:hover,html.dark body .tabs-primary.tabs-vertical.tabs-right li a:hover {
    border-right-color: #08c
}

html body .tabs-primary.tabs-vertical.tabs-right li.active a,html.dark body .tabs-primary.tabs-vertical.tabs-right li.active a,html body .tabs-primary.tabs-vertical.tabs-right li.active a:hover,html.dark body .tabs-primary.tabs-vertical.tabs-right li.active a:hover,html body .tabs-primary.tabs-vertical.tabs-right li.active a:focus,html.dark body .tabs-primary.tabs-vertical.tabs-right li.active a:focus {
    border-right-color: #08c
}

html body .tabs-secondary .nav-tabs li a,html.dark body .tabs-secondary .nav-tabs li a,html body .tabs-secondary .nav-tabs.nav-justified li a,html.dark body .tabs-secondary .nav-tabs.nav-justified li a,html body .tabs-secondary .nav-tabs li a:hover,html.dark body .tabs-secondary .nav-tabs li a:hover,html body .tabs-secondary .nav-tabs.nav-justified li a:hover,html.dark body .tabs-secondary .nav-tabs.nav-justified li a:hover {
    color: #e36159
}

html body .tabs-secondary .nav-tabs li a:hover,html.dark body .tabs-secondary .nav-tabs li a:hover,html body .tabs-secondary .nav-tabs.nav-justified li a:hover,html.dark body .tabs-secondary .nav-tabs.nav-justified li a:hover {
    border-top-color: #e36159
}

html body .tabs-secondary .nav-tabs li.active a,html.dark body .tabs-secondary .nav-tabs li.active a,html body .tabs-secondary .nav-tabs.nav-justified li.active a,html.dark body .tabs-secondary .nav-tabs.nav-justified li.active a,html body .tabs-secondary .nav-tabs li.active a:hover,html.dark body .tabs-secondary .nav-tabs li.active a:hover,html body .tabs-secondary .nav-tabs.nav-justified li.active a:hover,html.dark body .tabs-secondary .nav-tabs.nav-justified li.active a:hover,html body .tabs-secondary .nav-tabs li.active a:focus,html.dark body .tabs-secondary .nav-tabs li.active a:focus,html body .tabs-secondary .nav-tabs.nav-justified li.active a:focus,html.dark body .tabs-secondary .nav-tabs.nav-justified li.active a:focus {
    border-top-color: #e36159;
    color: #e36159
}

html body .tabs-secondary.tabs-bottom .nav-tabs li a:hover,html.dark body .tabs-secondary.tabs-bottom .nav-tabs li a:hover,html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li a:hover,html.dark body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li a:hover {
    border-bottom-color: #e36159
}

html body .tabs-secondary.tabs-bottom .nav-tabs li.active a,html.dark body .tabs-secondary.tabs-bottom .nav-tabs li.active a,html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active a,html.dark body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active a,html body .tabs-secondary.tabs-bottom .nav-tabs li.active a:hover,html.dark body .tabs-secondary.tabs-bottom .nav-tabs li.active a:hover,html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active a:hover,html.dark body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active a:hover,html body .tabs-secondary.tabs-bottom .nav-tabs li.active a:focus,html.dark body .tabs-secondary.tabs-bottom .nav-tabs li.active a:focus,html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active a:focus,html.dark body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
    border-bottom-color: #e36159
}

html body .tabs-secondary.tabs-vertical.tabs-left li a:hover,html.dark body .tabs-secondary.tabs-vertical.tabs-left li a:hover {
    border-left-color: #e36159
}

html body .tabs-secondary.tabs-vertical.tabs-left li.active a,html.dark body .tabs-secondary.tabs-vertical.tabs-left li.active a,html body .tabs-secondary.tabs-vertical.tabs-left li.active a:hover,html.dark body .tabs-secondary.tabs-vertical.tabs-left li.active a:hover,html body .tabs-secondary.tabs-vertical.tabs-left li.active a:focus,html.dark body .tabs-secondary.tabs-vertical.tabs-left li.active a:focus {
    border-left-color: #e36159
}

html body .tabs-secondary.tabs-vertical.tabs-right li a:hover,html.dark body .tabs-secondary.tabs-vertical.tabs-right li a:hover {
    border-right-color: #e36159
}

html body .tabs-secondary.tabs-vertical.tabs-right li.active a,html.dark body .tabs-secondary.tabs-vertical.tabs-right li.active a,html body .tabs-secondary.tabs-vertical.tabs-right li.active a:hover,html.dark body .tabs-secondary.tabs-vertical.tabs-right li.active a:hover,html body .tabs-secondary.tabs-vertical.tabs-right li.active a:focus,html.dark body .tabs-secondary.tabs-vertical.tabs-right li.active a:focus {
    border-right-color: #e36159
}

html body .tabs-tertiary .nav-tabs li a,html.dark body .tabs-tertiary .nav-tabs li a,html body .tabs-tertiary .nav-tabs.nav-justified li a,html.dark body .tabs-tertiary .nav-tabs.nav-justified li a,html body .tabs-tertiary .nav-tabs li a:hover,html.dark body .tabs-tertiary .nav-tabs li a:hover,html body .tabs-tertiary .nav-tabs.nav-justified li a:hover,html.dark body .tabs-tertiary .nav-tabs.nav-justified li a:hover {
    color: #2baab1
}

html body .tabs-tertiary .nav-tabs li a:hover,html.dark body .tabs-tertiary .nav-tabs li a:hover,html body .tabs-tertiary .nav-tabs.nav-justified li a:hover,html.dark body .tabs-tertiary .nav-tabs.nav-justified li a:hover {
    border-top-color: #2baab1
}

html body .tabs-tertiary .nav-tabs li.active a,html.dark body .tabs-tertiary .nav-tabs li.active a,html body .tabs-tertiary .nav-tabs.nav-justified li.active a,html.dark body .tabs-tertiary .nav-tabs.nav-justified li.active a,html body .tabs-tertiary .nav-tabs li.active a:hover,html.dark body .tabs-tertiary .nav-tabs li.active a:hover,html body .tabs-tertiary .nav-tabs.nav-justified li.active a:hover,html.dark body .tabs-tertiary .nav-tabs.nav-justified li.active a:hover,html body .tabs-tertiary .nav-tabs li.active a:focus,html.dark body .tabs-tertiary .nav-tabs li.active a:focus,html body .tabs-tertiary .nav-tabs.nav-justified li.active a:focus,html.dark body .tabs-tertiary .nav-tabs.nav-justified li.active a:focus {
    border-top-color: #2baab1;
    color: #2baab1
}

html body .tabs-tertiary.tabs-bottom .nav-tabs li a:hover,html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li a:hover,html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li a:hover,html.dark body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li a:hover {
    border-bottom-color: #2baab1
}

html body .tabs-tertiary.tabs-bottom .nav-tabs li.active a,html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li.active a,html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active a,html.dark body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active a,html body .tabs-tertiary.tabs-bottom .nav-tabs li.active a:hover,html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li.active a:hover,html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active a:hover,html.dark body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active a:hover,html body .tabs-tertiary.tabs-bottom .nav-tabs li.active a:focus,html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li.active a:focus,html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active a:focus,html.dark body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
    border-bottom-color: #2baab1
}

html body .tabs-tertiary.tabs-vertical.tabs-left li a:hover,html.dark body .tabs-tertiary.tabs-vertical.tabs-left li a:hover {
    border-left-color: #2baab1
}

html body .tabs-tertiary.tabs-vertical.tabs-left li.active a,html.dark body .tabs-tertiary.tabs-vertical.tabs-left li.active a,html body .tabs-tertiary.tabs-vertical.tabs-left li.active a:hover,html.dark body .tabs-tertiary.tabs-vertical.tabs-left li.active a:hover,html body .tabs-tertiary.tabs-vertical.tabs-left li.active a:focus,html.dark body .tabs-tertiary.tabs-vertical.tabs-left li.active a:focus {
    border-left-color: #2baab1
}

html body .tabs-tertiary.tabs-vertical.tabs-right li a:hover,html.dark body .tabs-tertiary.tabs-vertical.tabs-right li a:hover {
    border-right-color: #2baab1
}

html body .tabs-tertiary.tabs-vertical.tabs-right li.active a,html.dark body .tabs-tertiary.tabs-vertical.tabs-right li.active a,html body .tabs-tertiary.tabs-vertical.tabs-right li.active a:hover,html.dark body .tabs-tertiary.tabs-vertical.tabs-right li.active a:hover,html body .tabs-tertiary.tabs-vertical.tabs-right li.active a:focus,html.dark body .tabs-tertiary.tabs-vertical.tabs-right li.active a:focus {
    border-right-color: #2baab1
}

html body .tabs-quaternary .nav-tabs li a,html.dark body .tabs-quaternary .nav-tabs li a,html body .tabs-quaternary .nav-tabs.nav-justified li a,html.dark body .tabs-quaternary .nav-tabs.nav-justified li a,html body .tabs-quaternary .nav-tabs li a:hover,html.dark body .tabs-quaternary .nav-tabs li a:hover,html body .tabs-quaternary .nav-tabs.nav-justified li a:hover,html.dark body .tabs-quaternary .nav-tabs.nav-justified li a:hover {
    color: #383f48
}

html body .tabs-quaternary .nav-tabs li a:hover,html.dark body .tabs-quaternary .nav-tabs li a:hover,html body .tabs-quaternary .nav-tabs.nav-justified li a:hover,html.dark body .tabs-quaternary .nav-tabs.nav-justified li a:hover {
    border-top-color: #383f48
}

html body .tabs-quaternary .nav-tabs li.active a,html.dark body .tabs-quaternary .nav-tabs li.active a,html body .tabs-quaternary .nav-tabs.nav-justified li.active a,html.dark body .tabs-quaternary .nav-tabs.nav-justified li.active a,html body .tabs-quaternary .nav-tabs li.active a:hover,html.dark body .tabs-quaternary .nav-tabs li.active a:hover,html body .tabs-quaternary .nav-tabs.nav-justified li.active a:hover,html.dark body .tabs-quaternary .nav-tabs.nav-justified li.active a:hover,html body .tabs-quaternary .nav-tabs li.active a:focus,html.dark body .tabs-quaternary .nav-tabs li.active a:focus,html body .tabs-quaternary .nav-tabs.nav-justified li.active a:focus,html.dark body .tabs-quaternary .nav-tabs.nav-justified li.active a:focus {
    border-top-color: #383f48;
    color: #383f48
}

html body .tabs-quaternary.tabs-bottom .nav-tabs li a:hover,html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li a:hover,html body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li a:hover,html.dark body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li a:hover {
    border-bottom-color: #383f48
}

html body .tabs-quaternary.tabs-bottom .nav-tabs li.active a,html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li.active a,html body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active a,html.dark body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active a,html body .tabs-quaternary.tabs-bottom .nav-tabs li.active a:hover,html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li.active a:hover,html body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active a:hover,html.dark body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active a:hover,html body .tabs-quaternary.tabs-bottom .nav-tabs li.active a:focus,html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li.active a:focus,html body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active a:focus,html.dark body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
    border-bottom-color: #383f48
}

html body .tabs-quaternary.tabs-vertical.tabs-left li a:hover,html.dark body .tabs-quaternary.tabs-vertical.tabs-left li a:hover {
    border-left-color: #383f48
}

html body .tabs-quaternary.tabs-vertical.tabs-left li.active a,html.dark body .tabs-quaternary.tabs-vertical.tabs-left li.active a,html body .tabs-quaternary.tabs-vertical.tabs-left li.active a:hover,html.dark body .tabs-quaternary.tabs-vertical.tabs-left li.active a:hover,html body .tabs-quaternary.tabs-vertical.tabs-left li.active a:focus,html.dark body .tabs-quaternary.tabs-vertical.tabs-left li.active a:focus {
    border-left-color: #383f48
}

html body .tabs-quaternary.tabs-vertical.tabs-right li a:hover,html.dark body .tabs-quaternary.tabs-vertical.tabs-right li a:hover {
    border-right-color: #383f48
}

html body .tabs-quaternary.tabs-vertical.tabs-right li.active a,html.dark body .tabs-quaternary.tabs-vertical.tabs-right li.active a,html body .tabs-quaternary.tabs-vertical.tabs-right li.active a:hover,html.dark body .tabs-quaternary.tabs-vertical.tabs-right li.active a:hover,html body .tabs-quaternary.tabs-vertical.tabs-right li.active a:focus,html.dark body .tabs-quaternary.tabs-vertical.tabs-right li.active a:focus {
    border-right-color: #383f48
}

html body .tabs-dark .nav-tabs li a,html.dark body .tabs-dark .nav-tabs li a,html body .tabs-dark .nav-tabs.nav-justified li a,html.dark body .tabs-dark .nav-tabs.nav-justified li a,html body .tabs-dark .nav-tabs li a:hover,html.dark body .tabs-dark .nav-tabs li a:hover,html body .tabs-dark .nav-tabs.nav-justified li a:hover,html.dark body .tabs-dark .nav-tabs.nav-justified li a:hover {
    color: #2e353e
}

html body .tabs-dark .nav-tabs li a:hover,html.dark body .tabs-dark .nav-tabs li a:hover,html body .tabs-dark .nav-tabs.nav-justified li a:hover,html.dark body .tabs-dark .nav-tabs.nav-justified li a:hover {
    border-top-color: #2e353e
}

html body .tabs-dark .nav-tabs li.active a,html.dark body .tabs-dark .nav-tabs li.active a,html body .tabs-dark .nav-tabs.nav-justified li.active a,html.dark body .tabs-dark .nav-tabs.nav-justified li.active a,html body .tabs-dark .nav-tabs li.active a:hover,html.dark body .tabs-dark .nav-tabs li.active a:hover,html body .tabs-dark .nav-tabs.nav-justified li.active a:hover,html.dark body .tabs-dark .nav-tabs.nav-justified li.active a:hover,html body .tabs-dark .nav-tabs li.active a:focus,html.dark body .tabs-dark .nav-tabs li.active a:focus,html body .tabs-dark .nav-tabs.nav-justified li.active a:focus,html.dark body .tabs-dark .nav-tabs.nav-justified li.active a:focus {
    border-top-color: #2e353e;
    color: #2e353e
}

html body .tabs-dark.tabs-bottom .nav-tabs li a:hover,html.dark body .tabs-dark.tabs-bottom .nav-tabs li a:hover,html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li a:hover,html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li a:hover {
    border-bottom-color: #2e353e
}

html body .tabs-dark.tabs-bottom .nav-tabs li.active a,html.dark body .tabs-dark.tabs-bottom .nav-tabs li.active a,html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active a,html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active a,html body .tabs-dark.tabs-bottom .nav-tabs li.active a:hover,html.dark body .tabs-dark.tabs-bottom .nav-tabs li.active a:hover,html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active a:hover,html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active a:hover,html body .tabs-dark.tabs-bottom .nav-tabs li.active a:focus,html.dark body .tabs-dark.tabs-bottom .nav-tabs li.active a:focus,html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active a:focus,html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
    border-bottom-color: #2e353e
}

html body .tabs-dark.tabs-vertical.tabs-left li a:hover,html.dark body .tabs-dark.tabs-vertical.tabs-left li a:hover {
    border-left-color: #2e353e
}

html body .tabs-dark.tabs-vertical.tabs-left li.active a,html.dark body .tabs-dark.tabs-vertical.tabs-left li.active a,html body .tabs-dark.tabs-vertical.tabs-left li.active a:hover,html.dark body .tabs-dark.tabs-vertical.tabs-left li.active a:hover,html body .tabs-dark.tabs-vertical.tabs-left li.active a:focus,html.dark body .tabs-dark.tabs-vertical.tabs-left li.active a:focus {
    border-left-color: #2e353e
}

html body .tabs-dark.tabs-vertical.tabs-right li a:hover,html.dark body .tabs-dark.tabs-vertical.tabs-right li a:hover {
    border-right-color: #2e353e
}

html body .tabs-dark.tabs-vertical.tabs-right li.active a,html.dark body .tabs-dark.tabs-vertical.tabs-right li.active a,html body .tabs-dark.tabs-vertical.tabs-right li.active a:hover,html.dark body .tabs-dark.tabs-vertical.tabs-right li.active a:hover,html body .tabs-dark.tabs-vertical.tabs-right li.active a:focus,html.dark body .tabs-dark.tabs-vertical.tabs-right li.active a:focus {
    border-right-color: #2e353e
}

html body .tabs-light .nav-tabs li a,html.dark body .tabs-light .nav-tabs li a,html body .tabs-light .nav-tabs.nav-justified li a,html.dark body .tabs-light .nav-tabs.nav-justified li a,html body .tabs-light .nav-tabs li a:hover,html.dark body .tabs-light .nav-tabs li a:hover,html body .tabs-light .nav-tabs.nav-justified li a:hover,html.dark body .tabs-light .nav-tabs.nav-justified li a:hover {
    color: #fff
}

html body .tabs-light .nav-tabs li a:hover,html.dark body .tabs-light .nav-tabs li a:hover,html body .tabs-light .nav-tabs.nav-justified li a:hover,html.dark body .tabs-light .nav-tabs.nav-justified li a:hover {
    border-top-color: #fff
}

html body .tabs-light .nav-tabs li.active a,html.dark body .tabs-light .nav-tabs li.active a,html body .tabs-light .nav-tabs.nav-justified li.active a,html.dark body .tabs-light .nav-tabs.nav-justified li.active a,html body .tabs-light .nav-tabs li.active a:hover,html.dark body .tabs-light .nav-tabs li.active a:hover,html body .tabs-light .nav-tabs.nav-justified li.active a:hover,html.dark body .tabs-light .nav-tabs.nav-justified li.active a:hover,html body .tabs-light .nav-tabs li.active a:focus,html.dark body .tabs-light .nav-tabs li.active a:focus,html body .tabs-light .nav-tabs.nav-justified li.active a:focus,html.dark body .tabs-light .nav-tabs.nav-justified li.active a:focus {
    border-top-color: #fff;
    color: #fff
}

html body .tabs-light.tabs-bottom .nav-tabs li a:hover,html.dark body .tabs-light.tabs-bottom .nav-tabs li a:hover,html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li a:hover,html.dark body .tabs-light.tabs-bottom .nav-tabs.nav-justified li a:hover {
    border-bottom-color: #fff
}

html body .tabs-light.tabs-bottom .nav-tabs li.active a,html.dark body .tabs-light.tabs-bottom .nav-tabs li.active a,html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active a,html.dark body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active a,html body .tabs-light.tabs-bottom .nav-tabs li.active a:hover,html.dark body .tabs-light.tabs-bottom .nav-tabs li.active a:hover,html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active a:hover,html.dark body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active a:hover,html body .tabs-light.tabs-bottom .nav-tabs li.active a:focus,html.dark body .tabs-light.tabs-bottom .nav-tabs li.active a:focus,html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active a:focus,html.dark body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
    border-bottom-color: #fff
}

html body .tabs-light.tabs-vertical.tabs-left li a:hover,html.dark body .tabs-light.tabs-vertical.tabs-left li a:hover {
    border-left-color: #fff
}

html body .tabs-light.tabs-vertical.tabs-left li.active a,html.dark body .tabs-light.tabs-vertical.tabs-left li.active a,html body .tabs-light.tabs-vertical.tabs-left li.active a:hover,html.dark body .tabs-light.tabs-vertical.tabs-left li.active a:hover,html body .tabs-light.tabs-vertical.tabs-left li.active a:focus,html.dark body .tabs-light.tabs-vertical.tabs-left li.active a:focus {
    border-left-color: #fff
}

html body .tabs-light.tabs-vertical.tabs-right li a:hover,html.dark body .tabs-light.tabs-vertical.tabs-right li a:hover {
    border-right-color: #fff
}

html body .tabs-light.tabs-vertical.tabs-right li.active a,html.dark body .tabs-light.tabs-vertical.tabs-right li.active a,html body .tabs-light.tabs-vertical.tabs-right li.active a:hover,html.dark body .tabs-light.tabs-vertical.tabs-right li.active a:hover,html body .tabs-light.tabs-vertical.tabs-right li.active a:focus,html.dark body .tabs-light.tabs-vertical.tabs-right li.active a:focus {
    border-right-color: #fff
}

html[dir="rtl"] .tabs.tabs-vertical.tabs-left .nav-tabs li a:hover,html[dir="rtl"] .tabs.tabs-vertical.tabs-left .nav-tabs li.active a,html[dir="rtl"] .tabs.tabs-vertical.tabs-left .nav-tabs li.active a:hover,html[dir="rtl"] .tabs.tabs-vertical.tabs-left .nav-tabs li.active a:focus {
    border-right-color: #08c;
    border-left-color: transparent
}

html[dir="rtl"] .tabs.tabs-vertical.tabs-right .nav-tabs li a:hover,html[dir="rtl"] .tabs.tabs-vertical.tabs-right .nav-tabs li.active a,html[dir="rtl"] .tabs.tabs-vertical.tabs-right .nav-tabs li.active a:hover,html[dir="rtl"] .tabs.tabs-vertical.tabs-right .nav-tabs li.active a:focus {
    border-right-color: transparent;
    border-left-color: #08c
}

.list.list-icons li .fa {
    color: #08c;
    border-color: #08c
}

.list.list-icons.list-icons-style-3 li .fa {
    background-color: #08c
}

.list.list-ordened li:before {
    color: #08c;
    border-color: #08c
}

.list.list-ordened.list-ordened-style-3 li:before {
    background-color: #08c
}

html .list-primary.list-icons li .fa {
    color: #08c;
    border-color: #08c
}

html .list-primary.list-icons.list-icons-style-3 li .fa {
    background-color: #08c;
    color: #fff
}

html .list-primary.list-ordened li:before {
    color: #08c
}

html .list-primary.list-ordened.list-ordened-style-3 li:before {
    background-color: #08c;
    color: #fff
}

html .list-secondary.list-icons li .fa {
    color: #e36159;
    border-color: #e36159
}

html .list-secondary.list-icons.list-icons-style-3 li .fa {
    background-color: #e36159;
    color: #fff
}

html .list-secondary.list-ordened li:before {
    color: #e36159
}

html .list-secondary.list-ordened.list-ordened-style-3 li:before {
    background-color: #08c;
    color: #fff
}

html .list-tertiary.list-icons li .fa {
    color: #2baab1;
    border-color: #2baab1
}

html .list-tertiary.list-icons.list-icons-style-3 li .fa {
    background-color: #2baab1;
    color: #fff
}

html .list-tertiary.list-ordened li:before {
    color: #2baab1
}

html .list-tertiary.list-ordened.list-ordened-style-3 li:before {
    background-color: #08c;
    color: #fff
}

html .list-quaternary.list-icons li .fa {
    color: #383f48;
    border-color: #383f48
}

html .list-quaternary.list-icons.list-icons-style-3 li .fa {
    background-color: #383f48;
    color: #fff
}

html .list-quaternary.list-ordened li:before {
    color: #383f48
}

html .list-quaternary.list-ordened.list-ordened-style-3 li:before {
    background-color: #08c;
    color: #fff
}

html .list-dark.list-icons li .fa {
    color: #2e353e;
    border-color: #2e353e
}

html .list-dark.list-icons.list-icons-style-3 li .fa {
    background-color: #2e353e;
    color: #fff
}

html .list-dark.list-ordened li:before {
    color: #2e353e
}

html .list-dark.list-ordened.list-ordened-style-3 li:before {
    background-color: #08c;
    color: #fff
}

html .list-light.list-icons li .fa {
    color: #fff;
    border-color: #fff
}

html .list-light.list-icons.list-icons-style-3 li .fa {
    background-color: #fff;
    color: #777
}

html .list-light.list-ordened li:before {
    color: #fff
}

html .list-light.list-ordened.list-ordened-style-3 li:before {
    background-color: #08c;
    color: #777
}

.parallax blockquote i.fa-quote-left {
    color: #08c
}

section.video blockquote i.fa-quote-left {
    color: #08c
}

.panel-group .panel-heading a {
    color: #08c
}

html .panel-group.panel-group-primary .panel-heading {
    background-color: #08c !important
}

html .panel-group.panel-group-primary .panel-heading a {
    color: #fff
}

html .panel-group.panel-group-secondary .panel-heading {
    background-color: #e36159 !important
}

html .panel-group.panel-group-secondary .panel-heading a {
    color: #fff
}

html .panel-group.panel-group-tertiary .panel-heading {
    background-color: #2baab1 !important
}

html .panel-group.panel-group-tertiary .panel-heading a {
    color: #fff
}

html .panel-group.panel-group-quaternary .panel-heading {
    background-color: #383f48 !important
}

html .panel-group.panel-group-quaternary .panel-heading a {
    color: #fff
}

html .panel-group.panel-group-dark .panel-heading {
    background-color: #2e353e !important
}

html .panel-group.panel-group-dark .panel-heading a {
    color: #fff
}

html .panel-group.panel-group-light .panel-heading {
    background-color: #fff !important
}

html .panel-group.panel-group-light .panel-heading a {
    color: #777
}

html .divider.divider-primary .fa {
    color: #08c
}

html .divider.divider-primary.divider-small hr {
    background: #08c
}

html .divider.divider-secondary .fa {
    color: #e36159
}

html .divider.divider-secondary.divider-small hr {
    background: #e36159
}

html .divider.divider-tertiary .fa {
    color: #2baab1
}

html .divider.divider-tertiary.divider-small hr {
    background: #2baab1
}

html .divider.divider-quaternary .fa {
    color: #383f48
}

html .divider.divider-quaternary.divider-small hr {
    background: #383f48
}

html .divider.divider-dark .fa {
    color: #2e353e
}

html .divider.divider-dark.divider-small hr {
    background: #2e353e
}

html .divider.divider-light .fa {
    color: #fff
}

html .divider.divider-light.divider-small hr {
    background: #fff
}

html .divider.divider-style-2.divider-primary .fa {
    background: #08c;
    color: #fff
}

html .divider.divider-style-2.divider-secondary .fa {
    background: #e36159;
    color: #fff
}

html .divider.divider-style-2.divider-tertiary .fa {
    background: #2baab1;
    color: #fff
}

html .divider.divider-style-2.divider-quaternary .fa {
    background: #383f48;
    color: #fff
}

html .divider.divider-style-2.divider-dark .fa {
    background: #2e353e;
    color: #fff
}

html .divider.divider-style-2.divider-light .fa {
    background: #fff;
    color: #777
}

html .divider.divider-style-3.divider-primary .fa {
    border-color: #08c
}

html .divider.divider-style-3.divider-secondary .fa {
    border-color: #e36159
}

html .divider.divider-style-3.divider-tertiary .fa {
    border-color: #2baab1
}

html .divider.divider-style-3.divider-quaternary .fa {
    border-color: #383f48
}

html .divider.divider-style-3.divider-dark .fa {
    border-color: #2e353e
}

html .divider.divider-style-3.divider-light .fa {
    border-color: #fff
}

@media(min-width: 992px) {
    #header nav ul.nav-main a,#header nav ul.nav-main a:focus,#header nav ul.nav-main a:hover {
        color:#08c
    }

    #header nav ul.nav-main>li.open a,#header nav ul.nav-main>li.active>a,#header nav ul.nav-main>li:hover>a {
        color: #fff;
        background-color: #08c !important
    }

    #header nav ul.nav-main .dropdown>ul.dropdown-menu {
        border-top-color: #08c !important
    }

    #header nav ul.nav-main .dropdown-submenu>a:after,#header nav ul.nav-main .dropdown-submenu:hover>a:after {
        border-left-color: #08c
    }
}

#header nav ul.nav-main .tip {
    background: #08c;
    color: #fff
}

#header nav ul.nav-main .tip:before {
    border-right-color: #08c
}

html #header nav ul.nav-main .tip-primary {
    background: #08c !important;
    color: #fff !important
}

html #header nav ul.nav-main .tip-primary:before {
    border-right-color: #08c !important
}

html #header nav ul.nav-main .tip-secondary {
    background: #e36159 !important;
    color: #fff !important
}

html #header nav ul.nav-main .tip-secondary:before {
    border-right-color: #e36159 !important
}

html #header nav ul.nav-main .tip-tertiary {
    background: #2baab1 !important;
    color: #fff !important
}

html #header nav ul.nav-main .tip-tertiary:before {
    border-right-color: #2baab1 !important
}

html #header nav ul.nav-main .tip-quaternary {
    background: #383f48 !important;
    color: #fff !important
}

html #header nav ul.nav-main .tip-quaternary:before {
    border-right-color: #383f48 !important
}

html #header nav ul.nav-main .tip-dark {
    background: #2e353e !important;
    color: #fff !important
}

html #header nav ul.nav-main .tip-dark:before {
    border-right-color: #2e353e !important
}

html #header nav ul.nav-main .tip-light {
    background: #fff !important;
    color: #777 !important
}

html #header nav ul.nav-main .tip-light:before {
    border-right-color: #fff !important
}

html[dir="rtl"] #header nav ul.nav-main .tip.skin:before {
    border-left-color: #08c
}

@media(min-width: 992px) {
    #header.single-menu nav ul.nav-main li.active>a {
        border-top:5px solid #08c
    }

    #header.darken-top-border {
        border-top: 5px solid #0077b3 !important
    }

    #header.colored .header-top {
        background-color: #08c
    }

    #header.colored .header-top ul.nav-top li a:hover {
        background-color: #0099e6 !important
    }

    #header.flat-menu nav ul.nav-main li>a,#header.flat-menu nav ul.nav-main li.active>a {
        color: #666
    }

    #header.flat-menu nav ul.nav-main>li.active>a {
        color: #08c !important;
        background-color: transparent !important
    }

    #header.flat-menu nav ul.nav-main>li:hover>a,#header.flat-menu nav ul.nav-main>li>a:hover {
        color: #fff !important;
        background-color: #08c !important
    }

    #header nav.mega-menu ul.nav-main li.mega-menu-item ul.dropdown-menu {
        border-top-color: #08c
    }
}

@media(min-width: 992px) {
    html #header nav ul.nav-main li.dropdown-primary>a {
        color:#08c
    }

    html #header nav ul.nav-main li.dropdown-primary.open>a,html #header nav ul.nav-main li.dropdown-primary.active>a,html #header nav ul.nav-main li.dropdown-primary:hover>a {
        background: #08c !important;
        color: #fff
    }

    html #header nav ul.nav-main .dropdown-primary>ul.dropdown-menu,html #header nav ul.nav-main .dropdown-primary.mega-menu-item>ul.dropdown-menu,html #header nav ul.nav-main .dropdown-primary>ul.dropdown-menu ul.dropdown-menu,html #header nav ul.nav-main .dropdown-primary.mega-menu-item>ul.dropdown-menu ul.dropdown-menu {
        border-top-color: #08c !important;
        background: #08c !important
    }

    html #header nav ul.nav-main .dropdown-primary>ul.dropdown-menu li a,html #header nav ul.nav-main .dropdown-primary.mega-menu-item>ul.dropdown-menu li a {
        color: #fff
    }

    html #header nav ul.nav-main .dropdown-primary>ul.dropdown-menu li:hover>a,html #header nav ul.nav-main .dropdown-primary.mega-menu-item>ul.dropdown-menu li:hover>a {
        background: #0099e6
    }

    html #header nav ul.nav-main .dropdown-primary:hover ul.sub-menu li:hover a:hover,html #header nav ul.nav-main .dropdown-primary.mega-menu-item:hover ul.sub-menu li:hover a:hover {
        background: #0099e6 !important
    }

    html #header nav ul.nav-main li.dropdown-secondary>a {
        color: #e36159
    }

    html #header nav ul.nav-main li.dropdown-secondary.open>a,html #header nav ul.nav-main li.dropdown-secondary.active>a,html #header nav ul.nav-main li.dropdown-secondary:hover>a {
        background: #e36159 !important;
        color: #fff
    }

    html #header nav ul.nav-main .dropdown-secondary>ul.dropdown-menu,html #header nav ul.nav-main .dropdown-secondary.mega-menu-item>ul.dropdown-menu,html #header nav ul.nav-main .dropdown-secondary>ul.dropdown-menu ul.dropdown-menu,html #header nav ul.nav-main .dropdown-secondary.mega-menu-item>ul.dropdown-menu ul.dropdown-menu {
        border-top-color: #e36159 !important;
        background: #e36159 !important
    }

    html #header nav ul.nav-main .dropdown-secondary>ul.dropdown-menu li a,html #header nav ul.nav-main .dropdown-secondary.mega-menu-item>ul.dropdown-menu li a {
        color: #fff
    }

    html #header nav ul.nav-main .dropdown-secondary>ul.dropdown-menu li:hover>a,html #header nav ul.nav-main .dropdown-secondary.mega-menu-item>ul.dropdown-menu li:hover>a {
        background: #e7766f
    }

    html #header nav ul.nav-main .dropdown-secondary:hover ul.sub-menu li:hover a:hover,html #header nav ul.nav-main .dropdown-secondary.mega-menu-item:hover ul.sub-menu li:hover a:hover {
        background: #e7766f !important
    }

    html #header nav ul.nav-main li.dropdown-tertiary>a {
        color: #2baab1
    }

    html #header nav ul.nav-main li.dropdown-tertiary.open>a,html #header nav ul.nav-main li.dropdown-tertiary.active>a,html #header nav ul.nav-main li.dropdown-tertiary:hover>a {
        background: #2baab1 !important;
        color: #fff
    }

    html #header nav ul.nav-main .dropdown-tertiary>ul.dropdown-menu,html #header nav ul.nav-main .dropdown-tertiary.mega-menu-item>ul.dropdown-menu,html #header nav ul.nav-main .dropdown-tertiary>ul.dropdown-menu ul.dropdown-menu,html #header nav ul.nav-main .dropdown-tertiary.mega-menu-item>ul.dropdown-menu ul.dropdown-menu {
        border-top-color: #2baab1 !important;
        background: #2baab1 !important
    }

    html #header nav ul.nav-main .dropdown-tertiary>ul.dropdown-menu li a,html #header nav ul.nav-main .dropdown-tertiary.mega-menu-item>ul.dropdown-menu li a {
        color: #fff
    }

    html #header nav ul.nav-main .dropdown-tertiary>ul.dropdown-menu li:hover>a,html #header nav ul.nav-main .dropdown-tertiary.mega-menu-item>ul.dropdown-menu li:hover>a {
        background: #30bec6
    }

    html #header nav ul.nav-main .dropdown-tertiary:hover ul.sub-menu li:hover a:hover,html #header nav ul.nav-main .dropdown-tertiary.mega-menu-item:hover ul.sub-menu li:hover a:hover {
        background: #30bec6 !important
    }

    html #header nav ul.nav-main li.dropdown-quaternary>a {
        color: #383f48
    }

    html #header nav ul.nav-main li.dropdown-quaternary.open>a,html #header nav ul.nav-main li.dropdown-quaternary.active>a,html #header nav ul.nav-main li.dropdown-quaternary:hover>a {
        background: #383f48 !important;
        color: #fff
    }

    html #header nav ul.nav-main .dropdown-quaternary>ul.dropdown-menu,html #header nav ul.nav-main .dropdown-quaternary.mega-menu-item>ul.dropdown-menu,html #header nav ul.nav-main .dropdown-quaternary>ul.dropdown-menu ul.dropdown-menu,html #header nav ul.nav-main .dropdown-quaternary.mega-menu-item>ul.dropdown-menu ul.dropdown-menu {
        border-top-color: #383f48 !important;
        background: #383f48 !important
    }

    html #header nav ul.nav-main .dropdown-quaternary>ul.dropdown-menu li a,html #header nav ul.nav-main .dropdown-quaternary.mega-menu-item>ul.dropdown-menu li a {
        color: #fff
    }

    html #header nav ul.nav-main .dropdown-quaternary>ul.dropdown-menu li:hover>a,html #header nav ul.nav-main .dropdown-quaternary.mega-menu-item>ul.dropdown-menu li:hover>a {
        background: #434c56
    }

    html #header nav ul.nav-main .dropdown-quaternary:hover ul.sub-menu li:hover a:hover,html #header nav ul.nav-main .dropdown-quaternary.mega-menu-item:hover ul.sub-menu li:hover a:hover {
        background: #434c56 !important
    }

    html #header nav ul.nav-main li.dropdown-dark>a {
        color: #2e353e
    }

    html #header nav ul.nav-main li.dropdown-dark.open>a,html #header nav ul.nav-main li.dropdown-dark.active>a,html #header nav ul.nav-main li.dropdown-dark:hover>a {
        background: #2e353e !important;
        color: #fff
    }

    html #header nav ul.nav-main .dropdown-dark>ul.dropdown-menu,html #header nav ul.nav-main .dropdown-dark.mega-menu-item>ul.dropdown-menu,html #header nav ul.nav-main .dropdown-dark>ul.dropdown-menu ul.dropdown-menu,html #header nav ul.nav-main .dropdown-dark.mega-menu-item>ul.dropdown-menu ul.dropdown-menu {
        border-top-color: #2e353e !important;
        background: #2e353e !important
    }

    html #header nav ul.nav-main .dropdown-dark>ul.dropdown-menu li a,html #header nav ul.nav-main .dropdown-dark.mega-menu-item>ul.dropdown-menu li a {
        color: #fff
    }

    html #header nav ul.nav-main .dropdown-dark>ul.dropdown-menu li:hover>a,html #header nav ul.nav-main .dropdown-dark.mega-menu-item>ul.dropdown-menu li:hover>a {
        background: #39424d
    }

    html #header nav ul.nav-main .dropdown-dark:hover ul.sub-menu li:hover a:hover,html #header nav ul.nav-main .dropdown-dark.mega-menu-item:hover ul.sub-menu li:hover a:hover {
        background: #39424d !important
    }

    html #header nav ul.nav-main li.dropdown-light>a {
        color: #fff
    }

    html #header nav ul.nav-main li.dropdown-light.open>a,html #header nav ul.nav-main li.dropdown-light.active>a,html #header nav ul.nav-main li.dropdown-light:hover>a {
        background: #fff !important;
        color: #777
    }

    html #header nav ul.nav-main .dropdown-light>ul.dropdown-menu,html #header nav ul.nav-main .dropdown-light.mega-menu-item>ul.dropdown-menu,html #header nav ul.nav-main .dropdown-light>ul.dropdown-menu ul.dropdown-menu,html #header nav ul.nav-main .dropdown-light.mega-menu-item>ul.dropdown-menu ul.dropdown-menu {
        border-top-color: #fff !important;
        background: #fff !important
    }

    html #header nav ul.nav-main .dropdown-light>ul.dropdown-menu li a,html #header nav ul.nav-main .dropdown-light.mega-menu-item>ul.dropdown-menu li a {
        color: #777
    }

    html #header nav ul.nav-main .dropdown-light>ul.dropdown-menu li:hover>a,html #header nav ul.nav-main .dropdown-light.mega-menu-item>ul.dropdown-menu li:hover>a {
        background: #fff
    }

    html #header nav ul.nav-main .dropdown-light:hover ul.sub-menu li:hover a:hover,html #header nav ul.nav-main .dropdown-light.mega-menu-item:hover ul.sub-menu li:hover a:hover {
        background: #fff !important
    }
}

.testimonial blockquote {
    background: #0099e6
}

.testimonial .testimonial-arrow-down {
    border-top-color: #0099e6
}

html .testimonial-primary blockquote {
    background: #0099e6
}

html .testimonial-primary .testimonial-arrow-down {
    border-top-color: #0099e6
}

html .testimonial-secondary blockquote {
    background: #e7766f
}

html .testimonial-secondary .testimonial-arrow-down {
    border-top-color: #e7766f
}

html .testimonial-tertiary blockquote {
    background: #30bec6
}

html .testimonial-tertiary .testimonial-arrow-down {
    border-top-color: #30bec6
}

html .testimonial-quaternary blockquote {
    background: #434c56
}

html .testimonial-quaternary .testimonial-arrow-down {
    border-top-color: #434c56
}

html .testimonial-dark blockquote {
    background: #39424d
}

html .testimonial-dark .testimonial-arrow-down {
    border-top-color: #39424d
}

html .testimonial-light blockquote {
    background: #fff
}

html .testimonial-light .testimonial-arrow-down {
    border-top-color: #fff
}

.circular-bar.only-icon .fa {
    color: #08c
}

html .counters .counter-primary .fa,html .counters .counter-primary strong {
    color: #08c
}

html .counters .counter-secondary .fa,html .counters .counter-secondary strong {
    color: #e36159
}

html .counters .counter-tertiary .fa,html .counters .counter-tertiary strong {
    color: #2baab1
}

html .counters .counter-quaternary .fa,html .counters .counter-quaternary strong {
    color: #383f48
}

html .counters .counter-dark .fa,html .counters .counter-dark strong {
    color: #2e353e
}

html .counters .counter-light .fa,html .counters .counter-light strong {
    color: #fff
}

.icon-featured {
    background-color: #08c
}

.featured-box-primary .icon-featured {
    background-color: #08c
}

.featured-box-primary .icon-featured:after {
    border-color: #08c
}

.featured-box-primary h4 {
    color: #08c
}

.featured-box-primary .box-content {
    border-top-color: #08c
}

html .featured-box-primary .icon-featured {
    background-color: #08c
}

html .featured-box-primary h4 {
    color: #08c
}

html .featured-box-primary .box-content {
    border-top-color: #08c
}

html .featured-box-secondary .icon-featured {
    background-color: #e36159
}

html .featured-box-secondary h4 {
    color: #e36159
}

html .featured-box-secondary .box-content {
    border-top-color: #e36159
}

html .featured-box-tertiary .icon-featured {
    background-color: #2baab1
}

html .featured-box-tertiary h4 {
    color: #2baab1
}

html .featured-box-tertiary .box-content {
    border-top-color: #2baab1
}

html .featured-box-quaternary .icon-featured {
    background-color: #383f48
}

html .featured-box-quaternary h4 {
    color: #383f48
}

html .featured-box-quaternary .box-content {
    border-top-color: #383f48
}

html .featured-box-dark .icon-featured {
    background-color: #2e353e
}

html .featured-box-dark h4 {
    color: #2e353e
}

html .featured-box-dark .box-content {
    border-top-color: #2e353e
}

html .featured-box-light .icon-featured {
    background-color: #fff
}

html .featured-box-light h4 {
    color: #fff
}

html .featured-box-light .box-content {
    border-top-color: #fff
}

html .featured-boxes-style-3 .featured-box.featured-box-primary .icon-featured {
    border-color: #08c;
    color: #08c
}

html .featured-boxes-style-3 .featured-box.featured-box-secondary .icon-featured {
    border-color: #e36159;
    color: #e36159
}

html .featured-boxes-style-3 .featured-box.featured-box-tertiary .icon-featured {
    border-color: #2baab1;
    color: #2baab1
}

html .featured-boxes-style-3 .featured-box.featured-box-quaternary .icon-featured {
    border-color: #383f48;
    color: #383f48
}

html .featured-boxes-style-3 .featured-box.featured-box-dark .icon-featured {
    border-color: #2e353e;
    color: #2e353e
}

html .featured-boxes-style-3 .featured-box.featured-box-light .icon-featured {
    border-color: #fff;
    color: #fff
}

html .featured-boxes-style-4 .featured-box.featured-box-primary .icon-featured {
    border-color: #08c;
    color: #08c
}

html .featured-boxes-style-4 .featured-box.featured-box-secondary .icon-featured {
    border-color: #e36159;
    color: #e36159
}

html .featured-boxes-style-4 .featured-box.featured-box-tertiary .icon-featured {
    border-color: #2baab1;
    color: #2baab1
}

html .featured-boxes-style-4 .featured-box.featured-box-quaternary .icon-featured {
    border-color: #383f48;
    color: #383f48
}

html .featured-boxes-style-4 .featured-box.featured-box-dark .icon-featured {
    border-color: #2e353e;
    color: #2e353e
}

html .featured-boxes-style-4 .featured-box.featured-box-light .icon-featured {
    border-color: #fff;
    color: #fff
}

html .featured-boxes-style-5 .featured-box.featured-box-primary .icon-featured {
    color: #08c
}

html .featured-boxes-style-5 .featured-box.featured-box-secondary .icon-featured {
    color: #e36159
}

html .featured-boxes-style-5 .featured-box.featured-box-tertiary .icon-featured {
    color: #2baab1
}

html .featured-boxes-style-5 .featured-box.featured-box-quaternary .icon-featured {
    color: #383f48
}

html .featured-boxes-style-5 .featured-box.featured-box-dark .icon-featured {
    color: #2e353e
}

html .featured-boxes-style-5 .featured-box.featured-box-light .icon-featured {
    color: #fff
}

html .featured-boxes-style-6 .featured-box.featured-box-primary .icon-featured {
    color: #08c
}

html .featured-boxes-style-6 .featured-box.featured-box-secondary .icon-featured {
    color: #e36159
}

html .featured-boxes-style-6 .featured-box.featured-box-tertiary .icon-featured {
    color: #2baab1
}

html .featured-boxes-style-6 .featured-box.featured-box-quaternary .icon-featured {
    color: #383f48
}

html .featured-boxes-style-6 .featured-box.featured-box-dark .icon-featured {
    color: #2e353e
}

html .featured-boxes-style-6 .featured-box.featured-box-light .icon-featured {
    color: #fff
}

html .featured-boxes-style-8 .featured-box.featured-box-primary .icon-featured {
    color: #08c
}

html .featured-boxes-style-8 .featured-box.featured-box-secondary .icon-featured {
    color: #e36159
}

html .featured-boxes-style-8 .featured-box.featured-box-tertiary .icon-featured {
    color: #2baab1
}

html .featured-boxes-style-8 .featured-box.featured-box-quaternary .icon-featured {
    color: #383f48
}

html .featured-boxes-style-8 .featured-box.featured-box-dark .icon-featured {
    color: #2e353e
}

html .featured-boxes-style-8 .featured-box.featured-box-light .icon-featured {
    color: #fff
}

html .featured-box-effect-2.featured-box-primary .icon-featured:after {
    box-shadow: 0 0 0 3px #08c
}

html .featured-box-effect-2.featured-box-secondary .icon-featured:after {
    box-shadow: 0 0 0 3px #e36159
}

html .featured-box-effect-2.featured-box-tertiary .icon-featured:after {
    box-shadow: 0 0 0 3px #2baab1
}

html .featured-box-effect-2.featured-box-quaternary .icon-featured:after {
    box-shadow: 0 0 0 3px #383f48
}

html .featured-box-effect-2.featured-box-dark .icon-featured:after {
    box-shadow: 0 0 0 3px #2e353e
}

html .featured-box-effect-2.featured-box-light .icon-featured:after {
    box-shadow: 0 0 0 3px #fff
}

html .featured-box-effect-3.featured-box-primary .icon-featured:after {
    box-shadow: 0 0 0 10px #08c
}

html .featured-box-effect-3.featured-box-primary:hover .icon-featured {
    background: #08c !important
}

html .featured-box-effect-3.featured-box-secondary .icon-featured:after {
    box-shadow: 0 0 0 10px #e36159
}

html .featured-box-effect-3.featured-box-secondary:hover .icon-featured {
    background: #e36159 !important
}

html .featured-box-effect-3.featured-box-tertiary .icon-featured:after {
    box-shadow: 0 0 0 10px #2baab1
}

html .featured-box-effect-3.featured-box-tertiary:hover .icon-featured {
    background: #2baab1 !important
}

html .featured-box-effect-3.featured-box-quaternary .icon-featured:after {
    box-shadow: 0 0 0 10px #383f48
}

html .featured-box-effect-3.featured-box-quaternary:hover .icon-featured {
    background: #383f48 !important
}

html .featured-box-effect-3.featured-box-dark .icon-featured:after {
    box-shadow: 0 0 0 10px #2e353e
}

html .featured-box-effect-3.featured-box-dark:hover .icon-featured {
    background: #2e353e !important
}

html .featured-box-effect-3.featured-box-light .icon-featured:after {
    box-shadow: 0 0 0 10px #fff
}

html .featured-box-effect-3.featured-box-light:hover .icon-featured {
    background: #fff !important
}

.feature-box .feature-box-icon {
    background-color: #08c
}

html .feature-box-primary .feature-box-icon {
    background-color: #08c
}

html .feature-box-secondary .feature-box-icon {
    background-color: #e36159
}

html .feature-box-tertiary .feature-box-icon {
    background-color: #2baab1
}

html .feature-box-quaternary .feature-box-icon {
    background-color: #383f48
}

html .feature-box-dark .feature-box-icon {
    background-color: #2e353e
}

html .feature-box-light .feature-box-icon {
    background-color: #fff
}

.feature-box.feature-box-style-2 .feature-box-icon i.fa {
    color: #08c
}

html .feature-box-primary.feature-box-style-2 .feature-box-icon i.fa {
    color: #08c
}

html .feature-box-secondary.feature-box-style-2 .feature-box-icon i.fa {
    color: #e36159
}

html .feature-box-tertiary.feature-box-style-2 .feature-box-icon i.fa {
    color: #2baab1
}

html .feature-box-quaternary.feature-box-style-2 .feature-box-icon i.fa {
    color: #383f48
}

html .feature-box-dark.feature-box-style-2 .feature-box-icon i.fa {
    color: #2e353e
}

html .feature-box-light.feature-box-style-2 .feature-box-icon i.fa {
    color: #fff
}

.feature-box.feature-box-style-3 .feature-box-icon {
    border-color: #08c
}

.feature-box.feature-box-style-3 .feature-box-icon i.fa {
    color: #08c
}

html .feature-box-primary.feature-box-style-3 .feature-box-icon {
    border-color: #08c
}

html .feature-box-primary.feature-box-style-3 .feature-box-icon i.fa {
    color: #08c
}

html .feature-box-secondary.feature-box-style-3 .feature-box-icon {
    border-color: #e36159
}

html .feature-box-secondary.feature-box-style-3 .feature-box-icon i.fa {
    color: #e36159
}

html .feature-box-tertiary.feature-box-style-3 .feature-box-icon {
    border-color: #2baab1
}

html .feature-box-tertiary.feature-box-style-3 .feature-box-icon i.fa {
    color: #2baab1
}

html .feature-box-quaternary.feature-box-style-3 .feature-box-icon {
    border-color: #383f48
}

html .feature-box-quaternary.feature-box-style-3 .feature-box-icon i.fa {
    color: #383f48
}

html .feature-box-dark.feature-box-style-3 .feature-box-icon {
    border-color: #2e353e
}

html .feature-box-dark.feature-box-style-3 .feature-box-icon i.fa {
    color: #2e353e
}

html .feature-box-light.feature-box-style-3 .feature-box-icon {
    border-color: #fff
}

html .feature-box-light.feature-box-style-3 .feature-box-icon i.fa {
    color: #fff
}

.feature-box.feature-box-style-4 .feature-box-icon i.fa {
    color: #08c
}

html .feature-box-primary.feature-box-style-4 .feature-box-icon i.fa {
    color: #08c
}

html .feature-box-secondary.feature-box-style-4 .feature-box-icon i.fa {
    color: #e36159
}

html .feature-box-tertiary.feature-box-style-4 .feature-box-icon i.fa {
    color: #2baab1
}

html .feature-box-quaternary.feature-box-style-4 .feature-box-icon i.fa {
    color: #383f48
}

html .feature-box-dark.feature-box-style-4 .feature-box-icon i.fa {
    color: #2e353e
}

html .feature-box-light.feature-box-style-4 .feature-box-icon i.fa {
    color: #fff
}

.feature-box.feature-box-style-5 .feature-box-icon i.fa {
    color: #08c
}

html .feature-box-primary.feature-box-style-5 .feature-box-icon i.fa {
    color: #08c
}

html .feature-box-secondary.feature-box-style-5 .feature-box-icon i.fa {
    color: #e36159
}

html .feature-box-tertiary.feature-box-style-5 .feature-box-icon i.fa {
    color: #2baab1
}

html .feature-box-quaternary.feature-box-style-5 .feature-box-icon i.fa {
    color: #383f48
}

html .feature-box-dark.feature-box-style-5 .feature-box-icon i.fa {
    color: #2e353e
}

html .feature-box-light.feature-box-style-5 .feature-box-icon i.fa {
    color: #fff
}

html .feature-box-primary.feature-box-style-6 .feature-box-icon i.fa {
    color: #08c
}

html .feature-box-secondary.feature-box-style-6 .feature-box-icon i.fa {
    color: #e36159
}

html .feature-box-tertiary.feature-box-style-6 .feature-box-icon i.fa {
    color: #2baab1
}

html .feature-box-quaternary.feature-box-style-6 .feature-box-icon i.fa {
    color: #383f48
}

html .feature-box-dark.feature-box-style-6 .feature-box-icon i.fa {
    color: #2e353e
}

html .feature-box-light.feature-box-style-6 .feature-box-icon i.fa {
    color: #fff
}

html .featured-boxes-full-scale>[class*="col-"]:nth-child(1) .featured-box-full-primary {
    background-color: #069
}

html .featured-boxes-full-scale>[class*="col-"]:nth-child(2) .featured-box-full-primary {
    background-color: #0077b3
}

html .featured-boxes-full-scale>[class*="col-"]:nth-child(3) .featured-box-full-primary {
    background-color: #08c
}

html .featured-boxes-full-scale>[class*="col-"]:nth-child(4) .featured-box-full-primary {
    background-color: #0099e6
}

html .featured-boxes-full-scale>[class*="col-"]:nth-child(5) .featured-box-full-primary {
    background-color: #0af
}

html .featured-boxes-full-scale>[class*="col-"]:nth-child(6) .featured-box-full-primary {
    background-color: #1ab2ff
}

html .featured-boxes-full .featured-box-full-primary {
    background-color: #08c;
    color: #fff
}

html .featured-boxes-full .featured-box-full-secondary {
    background-color: #e36159;
    color: #fff
}

html .featured-boxes-full .featured-box-full-tertiary {
    background-color: #2baab1;
    color: #fff
}

html .featured-boxes-full .featured-box-full-quaternary {
    background-color: #383f48;
    color: #fff
}

html .featured-boxes-full .featured-box-full-dark {
    background-color: #2e353e;
    color: #fff
}

html .featured-boxes-full .featured-box-full-light {
    background-color: #fff;
    color: #777
}

.pricing-table .most-popular {
    border-color: #08c
}

.pricing-table .most-popular h3 {
    background-color: #08c !important
}

.pricing-table.princig-table-flat .plan h3 {
    background-color: #08c
}

.pricing-table.princig-table-flat .plan h3 span {
    background: #08c
}

html .call-to-action.featured.featured-primary {
    border-top-color: #08c
}

html .call-to-action.call-to-action-primary {
    background: #08c
}

html .call-to-action.with-full-borders {
    border-color: #08c
}

html .call-to-action.call-to-action-primary {
    background: #08c
}

html .call-to-action.call-to-action-primary h3,html .call-to-action.call-to-action-primary p {
    color: #fff
}

html .call-to-action.featured.featured-secondary {
    border-top-color: #e36159
}

html .call-to-action.call-to-action-secondary {
    background: #e36159
}

html .call-to-action.with-full-borders {
    border-color: #e36159
}

html .call-to-action.call-to-action-secondary {
    background: #e36159
}

html .call-to-action.call-to-action-secondary h3,html .call-to-action.call-to-action-secondary p {
    color: #fff
}

html .call-to-action.featured.featured-tertiary {
    border-top-color: #2baab1
}

html .call-to-action.call-to-action-tertiary {
    background: #2baab1
}

html .call-to-action.with-full-borders {
    border-color: #2baab1
}

html .call-to-action.call-to-action-tertiary {
    background: #2baab1
}

html .call-to-action.call-to-action-tertiary h3,html .call-to-action.call-to-action-tertiary p {
    color: #fff
}

html .call-to-action.featured.featured-quaternary {
    border-top-color: #383f48
}

html .call-to-action.call-to-action-quaternary {
    background: #383f48
}

html .call-to-action.with-full-borders {
    border-color: #383f48
}

html .call-to-action.call-to-action-quaternary {
    background: #383f48
}

html .call-to-action.call-to-action-quaternary h3,html .call-to-action.call-to-action-quaternary p {
    color: #fff
}

html .call-to-action.featured.featured-dark {
    border-top-color: #2e353e
}

html .call-to-action.call-to-action-dark {
    background: #2e353e
}

html .call-to-action.with-full-borders {
    border-color: #2e353e
}

html .call-to-action.call-to-action-dark {
    background: #2e353e
}

html .call-to-action.call-to-action-dark h3,html .call-to-action.call-to-action-dark p {
    color: #fff
}

html .call-to-action.featured.featured-light {
    border-top-color: #fff
}

html .call-to-action.call-to-action-light {
    background: #fff
}

html .call-to-action.with-full-borders {
    border-color: #fff
}

html .call-to-action.call-to-action-light {
    background: #fff
}

html .call-to-action.call-to-action-light h3,html .call-to-action.call-to-action-light p {
    color: #777
}

section.timeline .timeline-box.left:before,section.timeline .timeline-box.right:before {
    background: #08c;
    box-shadow: 0 0 0 3px #fff,0 0 0 6px #08c
}

ul.history li .featured-box .box-content {
    border-top-color: #08c
}

.recent-posts .date .month,article.post .post-date .month {
    background-color: #08c
}

.recent-posts .date .day,article.post .post-date .day {
    color: #08c
}

.slider .tp-bannertimer {
    background-color: #08c
}

.home-concept strong {
    color: #08c
}

.home-intro p em {
    color: #0af
}

.shop ul.products li.product .onsale {
    background-color: #08c;
    border-bottom-color: #006da3
}

.shop .star-rating span,.shop .cart-totals tr.total .amount {
    color: #08c
}

#footer .footer-ribbon {
    background: #08c
}

#footer .footer-ribbon:before {
    border-right-color: #005580;
    border-left-color: #005580
}

#footer.light h1,#footer.light h2,#footer.light h3,#footer.light h4,#footer.light a {
    color: #08c !important
}

#footer.light a {
    text-decoration: underline
}

#footer.light a:hover {
    text-decoration: none
}

#footer.color {
    background: #08c;
    border-top-color: #08c
}

#footer.color .footer-ribbon {
    background: #069
}

#footer.color .footer-ribbon:before {
    border-right-color: #00334d
}

#footer.color .footer-copyright {
    background: #0077b3;
    border-top-color: #0077b3
}

html #footer.color-primary {
    background: #08c;
    border-top-color: #08c
}

html #footer.color-primary .footer-ribbon {
    background: #069
}

html #footer.color-primary .footer-ribbon:before {
    border-right-color: #00334d
}

html #footer.color-primary .footer-copyright {
    background: #0077b3;
    border-top-color: #0077b3
}

html #footer.color-secondary {
    background: #e36159;
    border-top-color: #e36159
}

html #footer.color-secondary .footer-ribbon {
    background: #dc372d
}

html #footer.color-secondary .footer-ribbon:before {
    border-right-color: #a1231b
}

html #footer.color-secondary .footer-copyright {
    background: #df4c43;
    border-top-color: #df4c43
}

html #footer.color-tertiary {
    background: #2baab1;
    border-top-color: #2baab1
}

html #footer.color-tertiary .footer-ribbon {
    background: #218388
}

html #footer.color-tertiary .footer-ribbon:before {
    border-right-color: #12474a
}

html #footer.color-tertiary .footer-copyright {
    background: #26969c;
    border-top-color: #26969c
}

html #footer.color-quaternary {
    background: #383f48;
    border-top-color: #383f48
}

html #footer.color-quaternary .footer-ribbon {
    background: #22262b
}

html #footer.color-quaternary .footer-ribbon:before {
    border-right-color: #000
}

html #footer.color-quaternary .footer-copyright {
    background: #2d323a;
    border-top-color: #2d323a
}

html #footer.color-dark {
    background: #2e353e;
    border-top-color: #2e353e
}

html #footer.color-dark .footer-ribbon {
    background: #181c21
}

html #footer.color-dark .footer-ribbon:before {
    border-right-color: #000
}

html #footer.color-dark .footer-copyright {
    background: #23282f;
    border-top-color: #23282f
}

html #footer.color-light {
    background: #fff;
    border-top-color: #fff
}

html #footer.color-light .footer-ribbon {
    background: #e6e6e6
}

html #footer.color-light .footer-ribbon:before {
    border-right-color: #bfbfbf
}

html #footer.color-light .footer-copyright {
    background: #f2f2f2;
    border-top-color: #f2f2f2
}

html.boxed .body {
    border-top-color: #08c
}

.prim_send_text {
    margin-bottom: 20px
}

.ls-nav-prev,.ls-nav-next {
    display: block !important
}

.phone-ad {
    display: block;
    float: right;
    position: relative;
    top: 1px
}

.flex {
    display: flex
}

.mail_text {
    margin-top: -18px;
    margin-left: 10px;
    position: absolute
}

.tel1 a,.tel2 a,#footer.light .phone a {
    color: #000 !important
}

.icon_phone {
    background-image: url("https://mpaneli.ru/assets/site_v2/css/img/cellphone.png");
    padding: 0 36px 12px 0;
    margin-right: 8px
}

.icon_checkarrow {
    width: 31px;
    float: left;
    height: 29px
}

.icon_checkarrow.low-prices {
    background-image: url("../../../images/p9.png");
    width: 56px;
    height: 52px;
    -webkit-background-size: cover;
    background-size: cover
}

.icon_checkarrow.portf {
    background-image: url("../../../images/p2.png");
    width: 49px;
    height: 49px;
    margin-left: 10px;
    -webkit-background-size: cover;
    background-size: cover
}

.icon_rub {
    background-image: url("https://mpaneli.ru/assets/site_v2/css/img/ruble.png");
    padding: 0 46px 31px 0
}

.icon_book {
    background-image: url("https://mpaneli.ru/assets/site_v2/css/img/note.png");
    padding: 0 56px 37px 0
}

.icon_time {
    background-image: url("https://mpaneli.ru/assets/site_v2/css/img/clock.png");
    padding: 0 30px 11px 0;
    margin-right: 8px
}

.icon_email {
    background-image: url("https://mpaneli.ru/assets/site_v2/css/img/mail.png");
    padding: 0 34px 0 0;
    margin-left: -5px;
    height: 16px;
    width: 10px;
    float: left;
    margin-top: 2px
}

.icon_email1 {
    background-image: url("https://mpaneli.ru/assets/site_v2/css/img/mail.png");
    padding: 0 34px 0 0;
    margin-left: -5px;
    height: 16px;
    width: 10px;
    float: left;
    margin-top: -3px
}

.icon_dolg {
    background-image: url("https://mpaneli.ru/assets/site_v2/css/img/shield.png");
    padding: 20px 50px 32px 0;
    float: left;
    margin-right: 50px;
    background-size: 100% auto;
    margin-left: 6px
}

.icon_kach {
    background-image: url("https://mpaneli.ru/assets/site_v2/css/img/serverstal.png");
    padding: 20px 60px 34px 0;
    float: left;
    margin-right: 46px;
    background-size: 100% auto;
    margin-bottom: 20px
}

.icon_mat {
    background-image: url("https://mpaneli.ru/assets/site_v2/css/img/fw.png");
    padding: 20px 60px 38px 0;
    float: left;
    margin-right: 44px;
    background-size: 100% auto
}

.icon_udob {
    background-image: url("https://mpaneli.ru/assets/site_v2/css/img/paint.png");
    padding: 20px 60px 48px 0;
    float: left;
    margin-right: 46px;
    margin-bottom: 80px;
    background-size: 100% auto
}

.icon_oper {
    background-image: url("https://mpaneli.ru/assets/site_v2/css/img/calendar.png");
    padding: 20px 60px 36px 0;
    float: left;
    margin-right: 43px;
    background-size: 100% auto
}

.icon_sop {
    background-image: url("https://mpaneli.ru/assets/site_v2/css/img/rct.png");
    padding: 20px 60px 27px 0;
    float: left;
    margin-right: 45px;
    background-size: 100% auto
}

.plain_text {
    font-size: 16.4px;
    font-weight: lighter;
    line-height: 22px;
    color: #000
}

#footer .phone {
    float: right;
    padding-bottom: 4px;
    margin-top: 4px
}

#footer.light .phone_text {
    color: #80878d !important
}

.phone_text {
    float: right;
    position: relative;
    clear: both;
    margin: 0
}

.head_leftbox {
    padding: 0 19px 0 11px;
    float: left;
    text-align: right;
    border-right: solid 1px #0075c5;
    margin-right: 0;
    background: url("../../../../images/email12.png") no-repeat 0 50%;
    height: 39px
}

.list.list-icons.list-icons-lg li {
    padding-left: 0;
    margin-bottom: 30px
}

.list.list-icons.list-icons-lg li strong {
    font-size: 16.5px;
    font-weight: 600
}

.list.list-icons.list-icons-lg li {
    font-size: 16.5px;
    font-weight: 300
}

.head_leftbox .time {
    font-weight: 600;
    top: -3px;
    position: relative;
    color: #333
}

.head_leftbox .time_text {
    top: -4px;
    position: relative
}

.head_leftbox .contact_email {
    margin-left: 10px;
    color: #000 !important;
    font-size: 14px;
    font-weight: 600;
    display: inline
}

.head_leftbox .undertime_text,.head_rightbox .undertime_text {
    display: block;
    font-weight: 700;
    font-size: 14px;
    color: #333;
    margin-left: 39px;
    margin-bottom: 5px;
    position: relative;
    top: -3px
}

.head_leftbox .undertime_text a,.head_rightbox .undertime_text a {
    color: #333
}

.main {
    margin-top: 100px
}

@media(max-width: 480px) {
    .main {
        margin-top:50px
    }

    .like-h1:after {
        display: none
    }

    .row-result-area {
        margin-left: 0 !important
    }
}

.head_rightbox {
    padding: 0 19px 0 11px;
    float: right;
    text-align: right
}

.head_rightbox .phone_text1 {
    position: relative;
    top: -5px
}

.head_rightbox .fdiv {
    top: -2px
}

section.section.section-text-light .h4 {
    color: #fff
}

.h4 {
    font-size: 1.4em;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 27px;
    margin: 0 0 14px 0;
    color: #282d36
}

.sticky-menu-deactive .time_text,.sticky-menu-deactive .time,.sticky-menu-deactive .undertime_text,.sticky-menu-deactive .phone_text1 {
    font-size: 14px
}

.head_rightbox .tel1,.head_rightbox .tel2 {
    font-size: 22px;
    font-weight: bold;
    color: #333;
    margin-left: 0;
    margin-top: 0
}

.text {
    margin-left: 84px
}

.video_title {
    font-size: 28px;
    color: #fff;
    font-weight: 700;
    margin-left: 15px;
    letter-spacing: 1px
}

.prim_send_text_long {
    background-color: #fff;
    margin-bottom: 30px;
    box-shadow: 0 2px 0 1px rgba(0,0,0,.15);
    border: 1px solid rgba(0,0,0,.06)
}

.prim_send_text_long img {
    float: left;
    margin-right: 50px;
    margin-left: -16px
}

.prim_send_text_long p {
    margin-top: 30px;
    font-size: 16.5px
}

.prim_send_text_long p:after {
    content: "";
    position: absolute;
    left: 483px;
    right: 74px;
    bottom: 45px;
    height: 4px;
    background-color: #0075c5
}

.feat .num {
    font-size: 53px;
    color: #0075c5;
    font-weight: 700;
    position: relative;
    display: flex;
    float: left;
    margin-right: 15px
}

.feat .numt {
    font-size: 17px;
    font-weight: 700;
    white-space: pre-wrap;
    text-transform: uppercase;
    width: 46%;
    margin-top: -11px;
    color: #333;
    margin-bottom: 30px;
    display: inline-block
}

.feat .textn {
    font-size: 15px;
    font-weight: 300;
    line-height: 19px
}

.prim_send_text {
    font-size: 15.5px;
    position: relative
}

.prim_send_text .img-thumbnail {
    padding: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 0;
    vertical-align: top
}

.prim_send_text .img-thumbnail.lightbox {
    width: 93.1%;
    border: 0
}

.prim_send_text .img-thumbnail.lightbox:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 0;
    border-color: #f2f3f5 transparent transparent transparent
}

.prim_send_text .img-thumbnail.lightbox img {
    max-width: 100%;
    width: 100%
}

.prim_send_text:before {
    content: "";
    position: absolute;
    left: 14px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 0;
    border-color: #f2f3f5 transparent transparent transparent
}

.prim_send_text img {
    width: 93.1%;
    max-width: 130%;
    -webkit-border-radius: 0;
    border-radius: 0
}

.prim_send_text p {
    padding: 19px 19px 40px;
    border: 1px solid #e8e1e1;
    width: 93.1%;
    box-shadow: 0 2px 0 0 rgba(0,0,0,.3);
    line-height: 20px;
    color: #333;
    position: relative;
    background-color: white
}

.prim_send_text p:after {
    content: "";
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 16px;
    height: 4px;
    background-color: #0075c5
}

.prim_send_text.alt p {
    width: 83.43% !important;
    color: #000 !important;
    font-size: 16px !important
}

.prim_send_text.alt:before {
    border-color: transparent transparent transparent transparent
}

.ls-l {
    font-size: 12.5px;
    font-weight: 400
}

.send_text {
    font-size: 16.5px;
    font-weight: 300
}

.preim {
    font-size: 28px;
    font-weight: 700
}

section.video .featured-box {
    border: 3px solid #ececec;
    border-radius: 0
}

section.video p {
    margin-left: 15px
}

.call-ask {
    float: right;
    position: relative;
    margin: 5px 0 0 15px;
    margin-top: -22px
}

.nav-top>li {
    float: right;
    clear: both
}

.bred {
    display: inline-block
}

.bred li {
    padding: 10px 0 0 0
}

.thumb-info .thumb-info-title_price {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    background: rgba(36,27,28,.9);
    bottom: 5%;
    color: #fff;
    font-size: .82em;
    white-space: nowrap;
    font-weight: 700;
    left: 0;
    letter-spacing: -1px;
    padding: 0 18px 0;
    position: absolute;
    text-shadow: 1px 1px 1px rgba(0,0,0,.2);
    text-transform: none;
    z-index: 2;
    max-width: 100%;
    width: 100%;
    text-align: center
}

.call-to-action.button-centered .call-to-action-content_price {
    padding: 17px 0 17px !important;
    text-align: center;
    width: 100%;
    margin: 0
}

.call-to-action.button-centered .call-to-action-content_price p {
    font-size: 1.1em
}

html .call-to-action.call-to-action-primary_price {
    background-image: url("../../../../images/files/price/background.png");
    background-size: cover;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px
}

.call-to-action-primary_price h4,.call-to-action-primary_price p {
    color: #fff !important
}

.table_price {
    color: #333
}

.table_price td {
    vertical-align: middle !important
}

.thumb-info:hover .thumb-info-title_price {
    background: #000
}

.s_subtitle h1 {
    border: 0;
    position: relative;
    background-color: rgba(0,136,204,0);
    color: #2f3438 !important;
    font-size: 24px;
    margin-bottom: 15px;
    display: inline-block;
    padding: 0;
    font-weight: 500;
    margin: 0;
    height: 0;
    margin-top: -12px;
    margin-left: 10px;
    margin-right: 10px
}

.ras_butt:hover {
    opacity: .7
}

a.title {
    margin-left: 40px;
    color: #757575;
    font-weight: 700
}

.content-grid-item:before {
    margin-top: -3px !important
}

.slider {
    height: 350px;
    max-height: 350px;
    position: relative
}

#header nav ul.nav-top li a,#header nav ul.nav-top li span {
    color: #999;
    font-size: 20px;
    padding: 0 10px;
    text-align: right;
    line-height: 17px;
    margin-top: 0
}

.slider-container {
    background: rgba(255,255,255,1)
}

.slider-container .top-label {
    color: #666;
    font-size: 40px;
    font-weight: 300
}

.slider-container .main-label {
    color: #777 !important;
    font-size: 50px;
    line-height: 62px;
    font-weight: 800;
    text-shadow: 2px 2px 4px rgba(0,0,0,.15);
    text-align: center
}

.slider-container .bottom-label {
    color: #08c;
    font-size: 20px;
    font-weight: 300
}

#header>.container {
    margin-bottom: 0
}

.nav-main {
    width: 100%
}

#header {
    background: rgba(255,255,255,.9);
    box-shadow: 0 0 5px rgba(0,0,0,.5);
    border-bottom: 1px solid rgba(0,0,0,.5)
}

#header>.container {
    padding-top: 8px
}

.stc-group.stc-group-days {
    color: #969494
}

#header nav ul.nav-main {
    float: left;
    padding: 0;
    background-color: #768089;
    display: block;
    margin: 0 auto;
    position: relative;
    text-align: left;
    width: 100%
}

#header nav ul.nav-main>a {
    text-transform: uppercase
}

div.search {
    right: 18px;
    top: 46px;
    z-index: 500
}

.call-ask .btn-default {
    border-top: 0;
    background-color: #768089;
    border-color: #768089;
    color: #f6f6f6;
    border-radius: 0 0 6px 6px
}

.call-ask .btn-default:hover {
    color: #0075c5
}

#map>ymaps>ymaps>ymaps.ymaps-2-1-29-balloon-pane>ymaps>ymaps>ymaps {
    opacity: .7
}

#map>ymaps>ymaps {
    font-size: 26px
}

#header nav ul.nav-main a {
    color: #fff
}

#header.nav-bar .nav-main-collapse {
    background: #768089;
    margin: 0
}

#header.nav-bar nav.nav-main ul.nav-main {
    margin-top: 0;
    margin-bottom: 0
}

#header nav ul.nav-main li a {
    font-size: 15px;
    text-transform: uppercase;
    padding: 11px 21px;
    border-image: url("../../../../images/files/index.png") 0 2 0 1;
    border-style: solid;
    border-width: 0 2px 0 0;
    margin: 0;
    position: relative
}

#header.nav-bar nav ul.nav-top {
    margin-top: 7px
}

.call-to-action.call-to-action-in-footer {
    padding-bottom: 5px;
    padding-top: 45px
}

body.sticky-menu-active #header {
    min-height: 0
}

body.sticky-menu-active #header.nav-bar {
    top: 0
}

.contact_email {
    color: #2f3438 !important;
    padding: 0 !important;
    font-weight: 700
}

g {
    color: #2f3438;
    font-weight: 700
}

.s_title {
    font-size: 21px;
    margin-bottom: 20px;
    line-height: 1.2em;
    color: #333;
    font-weight: bold;
    margin-top: 33px
}

.s_subtitle {
    position: relative;
    display: inline-block;
    background-color: rgba(0,136,204,.35);
    color: #2f3438;
    font-size: 24px;
    margin-bottom: 15px
}

#list {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5
}

#list li {
    display: block
}

.s_content {
    color: #333;
    font-size: 16px;
    width: 500px
}

p.s_link {
    margin-top: 20px;
    text-decoration: underline
}

.page-header {
    background-color: #fff;
    border-bottom: 0 solid #ccc;
    border-top: 0 solid #fff;
    margin: 0;
    min-height: 50px;
    padding: 0;
    position: relative;
    text-align: left
}

.word-rotator-title {
    font-size: 47px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 48px;
    padding-bottom: 23px;
    position: relative;
    margin-bottom: 45px
}

.word-rotator-title:after {
    content: "";
    position: absolute;
    left: 50%;
    height: 4px;
    background-color: #0075c5;
    width: 70px;
    margin-left: -35px;
    bottom: 0
}

p.b_title a {
    color: #777 !important;
    line-height: 24px;
    margin: 0 0 20px;
    font-size: 20px
}

p,li {
    color: #333
}

.img-circle {
    border-radius: 50%;
    width: 185px
}

.call-to-action-btn {
    top: -28% !important
}

.content-grid.content-grid-dashed .content-grid-item:after {
    border: 0
}

#footer h5 {
    color: #333 !important
}

a.contact_email {
    text-decoration: underline
}

a.contact_phone {
    color: #0075c5 !important
}

hr.tall_alt {
    margin: 5px 0
}

hr.tall_alt1 {
    margin: 0;
    margin-bottom: 40px
}

hr.tall_alt2 {
    margin: 0;
    margin-bottom: 37px;
    margin-top: -18px
}

.call-to-action-btn .thumb-info {
    background-color: #f2f2f2
}

.call-to-action-btn .thumb-info img {
    width: 186px
}

#header nav ul.nav-main ul.dropdown-menu {
    border-top: 0;
    margin: 0;
    padding: 0
}

.page-header h1 {
    color: #757575;
    text-transform: uppercase;
    background: none;
    font-weight: 700 !important;
    font-size: 28px !important;
    letter-spacing: 0 !important
}

.page-header h1:after {
    content: "";
    position: absolute;
    left: 50%;
    height: 4px;
    background-color: #0075c5;
    width: 100px;
    margin-left: -55px;
    bottom: 0;
    top: 45px
}

ul.history li .featured-box .box-content {
    font-size: 20px
}

.content-grid_border {
    overflow: visible
}

.content-grid .content-grid-item:before {
    border-left: 0
}

.big_effect {
    z-index: 10
}

button.multiselect.dropdown-toggle.btn.btn-default[title="Ð¡Ð»Ð¾Ð½Ð¾Ð²Ð°Ñ ÐºÐ¾ÑÑ‚ÑŒ RAL 1014"] {
    background: #e1cc4f
}

button.multiselect[title="Ð¡Ð²ÐµÑ‚Ð»Ð°Ñ ÑÐ»Ð¾Ð½Ð¾Ð²Ð°Ñ ÐºÐ¾ÑÑ‚ÑŒ RAL 1015"] {
    background: #e6d690
}

button.multiselect[title="Ð–ÐµÐ»Ñ‚Ñ‹Ð¹ RAL 1018"] {
    background: #f8f32b
}

button.multiselect[title="ÐžÑ€Ð°Ð½Ð¶ÐµÐ²Ñ‹Ð¹ RAL 2004"] {
    background: #f44611
}

button.multiselect[title="Ð ÑƒÐ±Ð¸Ð½Ð¾Ð²Ð¾-ÐºÑ€Ð°ÑÐ½Ñ‹Ð¹ RAL 3003"] {
    background: #75151e
}

button.multiselect[title="Ð’Ð¸Ð½Ð½Ð¾-ÐºÑ€Ð°ÑÐ½Ñ‹Ð¹ RAL 3005"] {
    background: #5e2129
}

button.multiselect[title="ÐžÐºÑÐ¸Ð´Ð¾-ÐºÑ€Ð°ÑÐ½Ñ‹Ð¹ RAL 3009"] {
    background: #642424
}

button.multiselect[title="ÐšÑ€Ð°ÑÐ½Ð¾-ÐºÐ¾Ñ€Ð¸Ñ‡. RAL 3011"] {
    background: #781f19
}

button.multiselect[title="Ð¢Ñ€Ð°Ð½ÑÐ¿. ÐºÑ€Ð°ÑÐ½Ñ‹Ð¹ RAL 3020"] {
    background: #cc0605
}

button.multiselect[title="Ð£Ð»ÑŒÑ‚Ñ€Ð°Ð¼Ð°Ñ€Ð¸Ð½ ÑÐ¸Ð½. RAL 5002"] {
    background: #20214f
}

button.multiselect[title="Ð¡Ð¸Ð½Ð¸Ð¹ RAL 5005"] {
    background: #1e2460
}

button.multiselect[title="ÐŸÐ°ÑÑ‚ÐµÐ»ÑŒÐ½Ð¾ ÑÐ¸Ð½Ð¸Ð¹ RAL 5024"] {
    background: #5d9b9b
}

button.multiselect[title="Ð’Ð¾Ð´Ð½Ð°Ñ ÑÐ¸Ð½ÑŒ RAL 5021"] {
    background: #256d7b
}

button.multiselect[title="Ð—ÐµÐ»ÐµÐ½Ð°Ñ Ð»Ð¸ÑÑ‚Ð²Ð° RAL 6002"] {
    background: #2d572c
}

button.multiselect[title="Ð—ÐµÐ»ÐµÐ½Ñ‹Ð¹ Ð¼Ð¾Ñ… RAL 6005"] {
    background: #2f4538
}

button.multiselect[title="ÐœÑÑ‚Ð½Ð¾-Ð·ÐµÐ»ÐµÐ½Ñ‹Ð¹ RAL 6029"] {
    background: #20603d
}

button.multiselect[title="Ð¡ÐµÑ€Ñ‹Ð¹ RAL 7004"] {
    background: #969992
}

button.multiselect[title="ÐœÑ‹ÑˆÐ¸Ð½Ð¾-ÑÐµÑ€Ñ‹Ð¹ RAL 7005"] {
    background: #646b63
}

button.multiselect[title="Ð¡Ð²ÐµÑ‚Ð»Ð¾-ÑÐµÑ€Ñ‹Ð¹ RAL 7035"] {
    background: #d7d7d7
}

button.multiselect[title="Ð¨Ð¾ÐºÐ¾Ð»Ð°Ð´Ð½Ð¾-ÐºÐ¾Ñ€Ð¸Ñ‡. RAL 8017"] {
    background: #45322e
}

button.multiselect[title="Ð‘ÐµÐ»Ð¾-ÑÐµÑ€Ñ‹Ð¹ RAL 9002"] {
    background: #e7ebda
}

button.multiselect[title="Ð¡Ð¸Ð³Ð½Ð°Ð»ÑŒÐ½Ð¾-Ð±ÐµÐ»Ñ‹Ð¹ RAL 9003"] {
    background: #f4f4f4
}

button.multiselect[title="Ð¡ÐµÑ€ÐµÐ±Ñ€.-Ð¼ÐµÑ‚Ð°Ð»Ð». RAL 9006"] {
    background: #a5a5a5
}

button.multiselect[title="Ð‘ÐµÐ»Ñ‹Ð¹ RAL 9010"] {
    background: #fff
}

.fileupload .uneditable-input .fa {
    top: 32px
}

@media(max-device-width: 900px) {
    .search {
        display:none !important
    }

    .ili {
        margin-left: -3px !important
    }

    #header.nav-bar nav.nav-main {
        margin-top: 30px
    }
}

@media(max-width: 991px) {
    #header nav ul.nav-top li span {
        font-size:16px;
        line-height: 0
    }

    .btn-responsive-nav {
        right: -90px
    }

    .head_leftbox {
        margin-right: 4px
    }

    #header.nav-bar .nav-main-collapse {
        background: none
    }

    #header nav ul.nav-main {
        background-color: #fff
    }

    #header nav ul.nav-top li a {
        font-size: 16px;
        line-height: 0
    }

    #header .nav-main ul.nav-main {
        margin-top: 26px
    }

    #header nav ul.nav-main li a {
        color: #000
    }

    .stc-skin-animated {
        font-size: 12px;
        line-height: 21px
    }
}

@media(max-device-width: 900px) {
    .s_content {
        width:100%
    }

    #header.nav-bar .search {
        display: none !important
    }

    .stc-skin-animated {
        font-size: 12px;
        line-height: 21px
    }

    .head_leftbox {
        margin-right: 4px
    }

    .hidemobile {
        display: none
    }
}

@media(max-width: 735px) {
    .b-order-form {
        float:left !important;
        width: 100% !important
    }
}

@media(min-width: 992px) {
    #header.nav-bar nav.nav-main {
        width:auto
    }

    #header.nav-bar .search {
        top: auto;
        right: auto;
        margin: 4px 0 0 !important
    }

    #header .search input.search:first-child {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        height: 25px
    }

    #header div.search .input-group {
        padding-right: 36px
    }

    #header div.search .input-group .input-group-btn {
        position: absolute;
        right: 0;
        top: 0
    }

    #header .search button.btn-default {
        font-size: 23px;
        padding: 0
    }

    #header .search input.search:focus {
        width: 170px
    }

    .container-selected {
        background-color: #f2f3f5;
        padding-top: 40px;
        padding-bottom: 26px;
        margin-bottom: 26px;
        margin-top: 0
    }

    .container-selected>div>p {
        padding: 30px 0 0 0
    }

    .row-footer-contact {
        overflow: hidden
    }

    .row-footer-contact+.row-footer-contact {
        margin-top: 12px
    }

    #footer.light .row-footer-contact {
        color: #211f20 !important;
        text-decoration: underline;
        font-weight: normal;
        font-size: 16px
    }

    #footer.light .row-footer-contact .foot_email {
        text-align: right;
        margin-top: -3.5px
    }

    #footer.light .container .row>div {
        margin-bottom: 5px
    }

    #footer.light .footer-copyright {
        border-top: 0;
        background: #0188cc;
        padding-bottom: 18px;
        text-align: center;
        color: white
    }

    #footer.light .footer-copyright hr {
        margin: 0 0 5px;
        background: none;
        border-bottom: 1px solid #299cd5
    }

    #footer.light .footer-copyright p {
        color: #61bbe0
    }

    #footer.light .footer-copyright a {
        color: #57f7db !important
    }

    #footer .head_leftbox {
        border-right: 0
    }

    #footer .head_leftbox span.time_text {
        font-size: 16px;
        color: #000
    }

    #footer .head_leftbox span.time {
        font-size: 16px;
        color: #000
    }

    #footer .head_leftbox span.undertime_text {
        font-size: 16px;
        color: #000;
        white-space: nowrap
    }

    .socials-footer__title {
        display: inline-block;
        vertical-align: middle;
        font-size: 22px
    }

    .socials-footer ul {
        list-style: none;
        padding: 0;
        margin: 0 0 0 20px;
        display: inline-block;
        vertical-align: middle;
        font-size: 0
    }

    .socials-footer ul li {
        display: inline-block;
        vertical-align: middle
    }

    .socials-footer ul li+li {
        margin-left: 10px
    }

    .socials-footer ul li a {
        display: block;
        width: 46px;
        height: 46px;
        background-repeat: no-repeat;
        background-position: 0 0
    }

    .socials-footer ul li a .icn-vk {
        background-image: url("https://mpaneli.ru/assets/site_v2/css/img/vk.png")
    }

    .socials-footer ul li a .icn-fb {
        background-image: url("https://mpaneli.ru/assets/site_v2/css/img/fb.png")
    }

    .socials-footer ul li a .icn-gp {
        background-image: url("https://mpaneli.ru/assets/site_v2/css/img/googleplus.png")
    }

    .socials-footer ul li a .icn-yt {
        background-image: url("https://mpaneli.ru/assets/site_v2/css/img/youtube.png")
    }
}

ul.social_icon {
    list-style: none;
    height: 40px;
    padding-top: 20px;
    text-align: right
}

ul.social_icon li {
    display: inline-block;
    margin-left: 10px
}

ul.social_icon li a {
    display: block;
    width: 40px;
    height: 40px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

ul.social_icon li a:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

ul.social_icon li a.ic-vk {
    background: url("../../../../images/ic-vk.png") no-repeat;
    background-size: cover
}

ul.social_icon li a.ic-fb {
    background: url("../../../../images/ic-fb.png") no-repeat;
    background-size: cover
}

.social_icon li a.ic-googl {
    background: url("../../../../images/ic-googl.png") no-repeat;
    background-size: cover
}

ul.social_icon li a.ic-youtube {
    background: url("../../../../images/ic-youtube.png") no-repeat;
    background-size: cover
}

.photo_clik {
    font-size: 0;
    border-left: solid 1px #0075c5;
    padding-left: 6px
}

.photo_clik a {
    width: 225px;
    height: 135px;
    display: inline-block;
    margin: 0 3px 6px
}

.photo_clik a img {
    max-width: 100%
}

.photo_clik .img-responsive,.thumbnail>img,.thumbnail a>img,.carousel-inner>.item>img,.carousel-inner>.item>a>img {
    display: inline-block
}

.col-md-12 .doc {
    padding-left: 0;
    margin-top: 40px
}

.doc_photo a {
    width: 92px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: top
}

.doc_photo a img {
    height: 115px
}

#footer .head_leftbox {
    background: none;
    padding-top: 5px;
    height: 44px;
    margin-bottom: 15px;
    text-align: right;
    float: right;
    padding-right: 0
}

body,html {
    height: 100%
}

body {
    font-family: "Open Sans",sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    min-height: 100%;
    color: #404142
}

.main-container {
    overflow: hidden;
    width: 100%
}

.container {
    margin: 0 auto;
    box-sizing: border-box;
    max-width: 1186px;
    padding-left: 10px;
    padding-right: 10px
}

.container:after {
    content: "";
    display: table;
    clear: both
}

.question-you {
    background-color: #e1e6ec;
    padding: 22px 20px;
    border-radius: 8px;
    text-align: center;
    margin-bottom: 0;
    color: #000;
    box-shadow: 0 1px 0 1px #c5c4b0
}

.question-you__title {
    position: relative;
    margin-bottom: 10px;
    font-size: 19.6px;
    font-weight: 700
}

.question-you__title:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 2px;
    background-color: #a5a8ad;
    border-bottom: 1px solid #fbfeff
}

.question-you__title span {
    background-color: #e1e6ec;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    z-index: 2
}

.question-you__body {
    font-size: 16.5px
}

.question-you a[href^="tel:"] {
    color: #000;
    text-decoration: none
}

.question-you__body a {
    text-decoration: underline
}

.question-you__body a:hover {
    text-decoration: none;
    cursor: pointer
}

.b-overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10000;
    background-color: rgba(0,0,0,.7);
    display: none;
    padding: 10px
}

.b-overlay__table {
    display: table;
    width: 100%;
    height: 100%
}

.b-overlay__table-cell {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle
}

.b-modal {
    max-width: 630px;
    overflow: hidden;
    border-radius: 6px;
    margin: 0 auto;
    position: relative;
    z-index: 20000
}

.b-modal__header {
    background-color: #42c5bf;
    border-bottom: 4px solid #39a6a3;
    color: white;
    text-align: center;
    padding-top: 74px;
    padding-bottom: 74px;
    font-size: 30px
}

.b-modal__body {
    background-color: #fff;
    padding: 40px 58px;
    font-size: 17px
}

.b-modal__body ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.b-modal__body a {
    text-decoration: underline
}

.b-modal__body a:hover {
    text-decoration: none
}

.b-modal__message {
    text-align: center;
    margin-bottom: 46px;
    font-size: 20px;
    line-height: 32px;
    color: #000
}

.b-modal__close {
    position: absolute;
    width: 16px;
    height: 16px;
    right: 14px;
    top: 14px;
    cursor: pointer
}

.b-modal__close:before,.b-modal__close:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 2px;
    background-color: white
}

.b-modal__close:before {
    -webkit-transform: translateY(6px) rotate(45deg);
    transform: translateY(6px) rotate(45deg)
}

.b-modal__close:after {
    -webkit-transform: translateY(6px) rotate(-45deg);
    transform: translateY(6px) rotate(-45deg)
}

.b-order-form__btn {
    text-align: right
}

.b-order-form__btn .btn-default {
    background: #006a9a;
    color: white;
    text-transform: uppercase;
    font-size: 20px;
    border: 0;
    padding: 16px 36px
}

.contact-column-order {
    float: left;
    width: 285px;
    padding: 15px 45px 15px 40px;
    position: relative;
    z-index: 2;
    text-align: right;
    color: #000
}

.contact-column-order:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 10000px;
    height: 10000px;
    background-color: #e1e6ec;
    z-index: -1
}

.contact-column-order__title {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px
}

.contact-column-order__unit+.contact-column-order__unit {
    margin-top: 30px
}

.contact-column-order__body a {
    color: #000;
    font-size: 18px
}

.contact-column-order__hint {
    font-size: 12px;
    line-height: 16px;
    margin-top: 4px
}

.order-send-title {
    position: relative
}

.order-send-title:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -55px;
    width: 82px;
    height: 45px;
    background: url("../../../images/qw.png") no-repeat;
    background-size: cover;
    margin-left: -41px
}

.mt-lg-2 {
    margin-top: 2px !important
}

.mt-lg-6 {
    margin-top: 6px !important
}

.call-to-action input[type="radio"],.call-to-action input[type="checkbox"] {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin: -1px 8px 0 0
}

.call-to-action .radio-custom+.radio-custom {
    margin-top: 20px
}

.call-to-action .checkbox-custom+.checkbox-custom {
    margin-top: 20px
}

.mt-xlg-2 {
    margin-top: 20px !important
}

.main-header {
    background-color: white;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
    box-shadow: 0 0 5px rgba(0,0,0,.7);
    z-index: 10;
    z-index: 50;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.7);
    -webkit-transition: all .3s;
    transition: all .3s
}

.main-header.sticky {
    background-color: rgba(255,255,255,.8)
}

.logo {
    text-align: left;
    text-indent: -999em;
    width: 136px;
    height: 48px;
    background: url("../../../site_v2/img/base/logo.png") no-repeat;
    float: left;
    margin-top: 12px
}

@media screen and (min-width: 1024px) {
    .logo {
        margin-top:22px;
        margin-bottom: 20px
    }
}

.contact-phones {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #262626;
    padding: 16px 0 0;
    text-align: center;
    float: right
}

@media screen and (min-width: 1024px) {
    .contact-phones {
        font-size:20px;
        line-height: 27px;
        padding: 0;
        margin-top: 16px;
        margin-bottom: 20px;
        display: block;
        text-align: left
    }
}

.contact-phones a {
    color: #262626;
    text-decoration: none
}

.contact-phones span {
    color: #0075c5
}

.btn-burger {
    width: 42px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
    float: right
}

@media screen and (min-width: 1024px) {
    .btn-burger {
        display:none
    }
}

.btn-burger.is-active span {
    background-color: transparent
}

.btn-burger.is-active span:before {
    -webkit-transform: translateY(7px) rotate(-45deg);
    transform: translateY(7px) rotate(-45deg)
}

.btn-burger.is-active span:after {
    -webkit-transform: translateY(-7px) rotate(45deg);
    transform: translateY(-7px) rotate(45deg)
}

.btn-burger.is-active+.main-nav__inside {
    max-height: 1000px
}

.btn-burger span {
    display: inline-block;
    vertical-align: middle;
    height: 3px;
    background-color: #0d7cc8;
    width: 30px;
    position: relative;
    -webkit-transition: all .4s;
    transition: all .4s
}

.btn-burger span:before,.btn-burger span:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: #0d7cc8;
    left: 50%;
    margin-left: -15px;
    -webkit-transform-origin: center center 0;
    transform-origin: center center 0;
    -webkit-transition: all .4s;
    transition: all .4s
}

.btn-burger span:before {
    top: -7px
}

.btn-burger span:after {
    bottom: -7px
}

.main-nav {
    clear: both
}

@media screen and (min-width: 1024px) {
    .main-nav {
        margin-left:143px;
        width: auto;
        float: none;
        clear: none
    }
}

@media screen and (min-width: 1130px) {
    .main-nav {
        margin-left:158px
    }
}

.main-nav__inside {
    overflow: hidden;
    max-height: 0;
    background-color: rgba(255,255,255,.9);
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    box-sizing: border-box;
    -webkit-transition: all .4s;
    transition: all .4s
}

@media screen and (min-width: 1024px) {
    .main-nav__inside {
        background-color:transparent;
        position: inherit;
        top: auto;
        left: auto;
        right: auto;
        max-height: 150px
    }
}

.main-nav__inside ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.main-nav__inside>ul {
    font-size: 0;
    padding-bottom: 20px
}

@media screen and (min-width: 1024px) {
    .main-nav__inside>ul {
        padding-bottom:0
    }
}

.main-nav__inside>ul>li {
    vertical-align: middle
}

@media screen and (min-width: 1024px) {
    .main-nav__inside>ul>li {
        display:inline-block
    }
}

@media screen and (min-width: 1024px) {
    .main-nav__inside>ul>li+li {
        margin-left:4px
    }
}

.main-nav__inside>ul>li>a {
    display: block;
    font-size: 16px;
    line-height: 18px;
    text-decoration: none;
    color: #262626;
    padding: 12px 17px;
    position: relative
}

@media screen and (min-width: 1024px) {
    .main-nav__inside>ul>li>a {
        padding:34px 12px 38px;
        font-size: 14px
    }
}

@media screen and (min-width: 1130px) {
    .main-nav__inside>ul>li>a {
        font-size:16px;
        padding: 34px 17px 38px
    }
}

.main-nav__inside>ul>li>a:before {
    content: "";
    position: absolute;
    left: 16px;
    bottom: 33px;
    height: 1px;
    background-color: #9f9f9f;
    width: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
    display: none
}

@media screen and (min-width: 1024px) {
    .main-nav__inside>ul>li>a:before {
        display:block
    }
}

.main-nav__inside>ul>li>a:hover,.main-nav__inside>ul>li>a.active {
    background-color: #9f9f9f;
    color: white
}

@media screen and (min-width: 1024px) {
    .main-nav__inside>ul>li>a:hover,.main-nav__inside>ul>li>a.active {
        background-color:transparent;
        color: #262626
    }
}

@media screen and (min-width: 1024px) {
    .main-nav__inside>ul>li>a:hover:before,.main-nav__inside>ul>li>a.active:before {
        width:calc(100% - 32px)
    }
}

.main-nav__inside>ul>li.with-submenu>a {
    padding-right: 46px
}

@media screen and (min-width: 1024px) {
    .main-nav__inside>ul>li.with-submenu>a {
        padding-right:26px
    }
}

.main-nav__inside>ul>li.with-submenu>a:after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    width: 10px;
    height: 10px;
    border-right: 2px solid #4eaad7;
    border-bottom: 2px solid #4eaad7;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -8px
}

@media screen and (min-width: 1024px) {
    .main-nav__inside>ul>li.with-submenu>a:after {
        right:2px
    }
}

@media screen and (max-width: 1023px) {
    .main-nav__inside>ul>li.with-submenu.open .b-submenu {
        max-height:800px;
        -webkit-transition-delay: .5s;
        transition-delay: .5s
    }
}

@media screen and (min-width: 1024px) {
    .main-nav__inside>ul>li.with-submenu:hover .b-submenu {
        max-height:800px;
        -webkit-transition-delay: .5s;
        transition-delay: .5s
    }
}

.main-nav__inside>ul>li.with-submenu .b-submenu {
    max-height: 0;
    overflow: hidden;
    background-color: rgba(27,64,102,.8);
    box-shadow: 0 1px 3px rgba(0,0,0,.1) 10px 0 0 #000;
    -webkit-transition: all .3s;
    transition: all .3s
}

@media screen and (min-width: 1024px) {
    .main-nav__inside>ul>li.with-submenu .b-submenu {
        position:absolute;
        left: 0;
        right: 0;
        top: 100%;
        z-index: 10;
        -webkit-transition-delay: .7s;
        transition-delay: .7s
    }
}

.main-nav__inside>ul>li.with-submenu .b-submenu__icon {
    display: block;
    margin-bottom: 15px
}

.main-nav__inside>ul>li.with-submenu .b-submenu__icon img {
    display: inline-block;
    max-width: 100%
}

.main-nav__inside>ul>li.with-submenu ul {
    margin-left: auto;
    margin-right: auto;
    max-width: 1186px;
    box-sizing: border-box;
    font-size: 0;
    text-align: center
}

@media screen and (min-width: 1024px) {
    .main-nav__inside>ul>li.with-submenu ul {
        padding-left:20px;
        padding-right: 20px
    }
}

.main-nav__inside>ul>li.with-submenu ul>li {
    display: block
}

@media screen and (min-width: 1024px) {
    .main-nav__inside>ul>li.with-submenu ul>li {
        display:inline-block;
        vertical-align: top;
        width: 166px;
        height: 145px
    }
}

.main-nav__inside>ul>li.with-submenu ul>li>a {
    display: block;
    font-size: 14px;
    line-height: 17px;
    padding: 20px;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all .4s;
    transition: all .4s;
    height: 100%;
    box-sizing: border-box
}

.main-nav__inside>ul>li.with-submenu ul>li>a:hover {
    background-color: #1b4066
}

.row-form {
    position: relative;
    background-color: #f2f2f2;
    z-index: 2
}

.row-form:before {
    content: "";
    z-index: -1;
    background-color: #e1e6ec;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50%;
    display: none
}

@media screen and (min-width: 1024px) {
    .row-form:before {
        display:block
    }
}

.row-form__inside {
    position: relative;
    z-index: 2;
    padding-top: 22px;
    padding-bottom: 22px;
    overflow: hidden
}

@media screen and (min-width: 1024px) {
    .row-form__inside {
        padding-top:43px;
        padding-bottom: 43px
    }
}

.row-form__inside:after {
    content: "";
    z-index: -1;
    background-color: #f2f2f2;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin-left: 280px
}

.col-contacts {
    box-sizing: border-box;
    margin-bottom: 30px;
    overflow: hidden
}

@media screen and (min-width: 1024px) {
    .col-contacts {
        float:left;
        width: 277px;
        padding: 0 48px 0 38px;
        margin-bottom: 0
    }
}

.b-contact-data {
    margin-bottom: 40px;
    font-size: 15px;
    color: #404142
}

@media screen and (min-width: 768px) {
    .b-contact-data {
        float:left;
        width: 48%;
        margin-bottom: 0
    }

    .b-contact-data:last-child {
        float: right
    }
}

@media screen and (min-width: 1024px) {
    .b-contact-data {
        float:none;
        width: auto;
        margin-bottom: 40px
    }

    .b-contact-data:last-child {
        float: none;
        margin-bottom: 0
    }
}

@media screen and (min-width: 1024px) {
    .b-contact-data {
        text-align:right
    }
}

.b-contact-data:last-child {
    margin-bottom: 0
}

.b-contact-data__title {
    font-weight: 700;
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 6px
}

.b-contact-data__body {
    margin-bottom: 4px
}

.b-contact-data__body a {
    color: #404142;
    text-decoration: none
}

.b-contact-data__body a:hover {
    text-decoration: underline
}

.b-contact-data__hint {
    font-size: 12px;
    line-height: 15px
}

.col-order-form {
    box-sizing: border-box
}

@media screen and (min-width: 1024px) {
    .col-order-form {
        padding:0 24px 0 43px;
        margin-left: 280px
    }
}

.main-footer {
    padding-top: 30px;
    min-height: 250px;
    box-sizing: border-box;
    font-size: 13px;
    line-height: 22px;
    background-color: white
}

@media screen and (min-width: 1024px) {
    .main-footer {
        padding-top:46px
    }
}

.main-footer>.container {
    padding-bottom: 30px
}

@media screen and (min-width: 1024px) {
    .main-footer>.container {
        padding-bottom:46px
    }
}

.b-shedule {
    font-size: 15px;
    line-height: 24px;
    text-align: center
}

@media screen and (min-width: 1130px) {
    .b-shedule {
        float:right;
        text-align: right
    }
}

.b-shedule p {
    margin-bottom: 9px
}

.b-shedule p strong {
    display: block
}

.socials ul {
    list-style: none;
    font-size: 0;
    padding: 0;
    margin: 0
}

.socials ul li {
    display: inline-block;
    vertical-align: middle
}

.socials ul li+li {
    margin-left: 15px
}

.btn-social {
    display: block;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-image: url("../../../site_v2/img/base/btn-socials.png")
}

.btn-social_vk {
    background-position: 0 0
}

.btn-social_fb {
    background-position: -52px 0
}

.btn-social_gp {
    background-position: -106px 0
}

.btn-social_yt {
    background-position: -160px 0
}

.footer-nav-columns {
    font-size: 0
}

@media screen and (min-width: 1024px) {
    .footer-nav-columns {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -moz-flex-direction: horizontal;
        -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        -ms-flex-flow: wrap;
        flex-flow: wrap
    }
}

.footer-column {
    box-sizing: border-box;
    margin-bottom: 25px;
    font-size: 14px
}

@media screen and (min-width: 640px) {
    .footer-column {
        width:50%;
        padding-left: 25px;
        padding-right: 25px;
        display: inline-block;
        vertical-align: top
    }
}

@media screen and (min-width: 768px) {
    .footer-column {
        width:24%
    }
}

@media screen and (min-width: 1130px) {
    .footer-column {
        margin-bottom:0
    }
}

@media screen and (min-width: 1130px) {
    .footer-column:first-child {
        width:11%;
        padding-left: 0
    }

    .footer-column:first-child+.footer-column {
        width: 19%
    }
}

.footer-column:last-child {
    margin-bottom: 0
}

@media screen and (min-width: 640px) {
    .footer-column:last-child {
        width:100%
    }
}

@media screen and (min-width: 1130px) {
    .footer-column:last-child {
        width:22%;
        padding-right: 0
    }
}

.footer-title {
    font-weight: 700;
    margin-bottom: 14px;
    color: #0088d5
}

.footer-nav ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.footer-nav ul li {
    position: relative;
    padding-left: 14px
}

.footer-nav ul li+li {
    margin-top: 7px
}

.footer-nav ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 3px;
    border-color: transparent transparent transparent #007bff
}

.footer-nav ul li a {
    color: #0088d5;
    text-decoration: underline
}

.footer-nav ul li a:hover {
    text-decoration: none
}

.copyright {
    text-align: center;
    font-size: 12px;
    color: white;
    padding: 18px;
    background-color: #0188cc
}

.copyright p {
    color: white
}

.form-group {
    margin-bottom: 9px;
    overflow: hidden
}

.form-group:last-child {
    margin-bottom: 0
}

@media screen and (min-width: 1024px) {
    .form-group_lg {
        margin-bottom:32px
    }
}

@media screen and (min-width: 768px) {
    .form-group_col {
        margin-bottom:0
    }
}

@media screen and (min-width: 768px) {
    .form-group_half-w {
        float:left;
        width: 49.3%
    }

    .form-group_half-w:last-child {
        float: right
    }
}

@media screen and (min-width: 768px) {
    .form-group_third-w {
        width:39%;
        float: left
    }
}

@media screen and (min-width: 768px) {
    .form-group_seventh-w {
        float:right;
        width: 55.3%
    }
}

.form-group-btn {
    text-align: center;
    margin-top: 25px
}

@media screen and (min-width: 768px) {
    .form-group-btn {
        text-align:left;
        margin-top: 0
    }
}

.form-label {
    margin-bottom: 8px;
    font-weight: 400;
    color: #696969;
    font-size: 18px;
    line-height: 24px
}

.form-control {
    background-color: white;
    border: 1px solid #ccc;
    width: 100%;
    box-sizing: border-box;
    height: 36px;
    font-size: 14px;
    padding: 9px 20px;
    -webkit-transition: all .4s;
    transition: all .4s;
    color: #000;
    border-radius: 5px
}

.form-control::-webkit-input-placeholder {
    color: #939393;
    opacity: 1;
    filter: alpha(opacity=100)
}

.form-control:-moz-placeholder {
    color: #939393;
    opacity: 1;
    filter: alpha(opacity=100)
}

.form-control::-moz-placeholder {
    color: #939393;
    opacity: 1;
    filter: alpha(opacity=100)
}

.form-control:-ms-input-placeholder {
    color: #939393;
    opacity: 1;
    filter: alpha(opacity=100)
}

.form-control:focus {
    border-color: #000
}

textarea.form-control {
    resize: vertical;
    height: 60px
}

.cupcha {
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 12px;
    max-width: 300px
}

.cupcha>img {
    display: block;
    max-width: 100%
}

.form-hint {
    margin-top: 18px;
    font-size: 12px;
    line-height: 18px
}

.btn {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    border: 0;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .4s;
    transition: all .4s;
    box-sizing: border-box;
    font-family: "Open Sans",sans-serif
}

.btn:hover {
    text-decoration: none
}

.btn_default {
    text-align: center;
    border: 0;
    cursor: pointer;
    background: #0d7cc8;
    color: #fff;
    padding: 15px 30px;
    font-size: 16px;
    line-height: 16px;
    -webkit-transition: all .4s;
    transition: all .4s;
    text-transform: uppercase;
    border-radius: 4px
}

.btn_default:hover {
    background: #0b56ac
}

.btn_default-sm {
    padding: 18px 38px
}

.btn_success {
    text-align: center;
    border: 0;
    cursor: pointer;
    background: #4eaad7;
    color: #fff;
    padding: 15px 26px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    -webkit-transition: all .4s;
    transition: all .4s;
    text-transform: uppercase;
    border-radius: 4px
}

.btn_success:hover {
    background: #0b56ac
}

.btn_block {
    display: block;
    width: 100%
}

.city {
    font-size: 12px;
    font-weight: normal
}

a.geotel {
    color: #0075c5
}

a.geotel::nth-letter(1) {
    color: #262626
}

.the_new,.adapt_menu,.adapt_menu2 {
    display: none
}

#menu {
    display: none
}

.modal-dialog {
    z-index: 1050
}

.mm-menu,.mm-panels,.mm-panels>.mm-panel {
    margin: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    box-sizing: border-box
}

.mm-btn,.mm-menu {
    box-sizing: border-box
}

.mm-listview a,.mm-listview a:hover,.mm-navbar a,.mm-navbar a:hover {
    text-decoration: none
}

.mm-hidden {
    display: none !important
}

.mm-menu,.mm-panels>.mm-panel:not(.mm-hidden) {
    display: block
}

.mm-wrapper {
    overflow-x: hidden;
    position: relative
}

.mm-menu {
    padding: 0;
    position: absolute
}

.mm-panels,.mm-panels>.mm-panel {
    background: inherit;
    border-color: inherit;
    position: absolute
}

.mm-btn,.mm-panel.mm-highest {
    z-index: 1
}

.mm-panels {
    overflow: hidden
}

.mm-panel {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease,-webkit-transform .4s ease;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0)
}

.mm-panel.mm-opened {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.mm-panel.mm-subopened {
    -webkit-transform: translate3d(-30%,0,0);
    transform: translate3d(-30%,0,0)
}

.mm-panels>.mm-panel {
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 20px
}

.mm-listview .mm-divider,.mm-listview>li>a,.mm-listview>li>span,.mm-navbar .mm-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.mm-panels>.mm-panel.mm-hasnavbar {
    padding-top: 40px
}

.mm-panels>.mm-panel:after,.mm-panels>.mm-panel:before {
    content: "";
    display: block;
    height: 20px
}

.mm-vertical .mm-panel {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important
}

.mm-listview .mm-vertical .mm-panel,.mm-vertical .mm-listview .mm-panel {
    display: none;
    padding: 10px 0 10px 10px
}

.mm-listview .mm-vertical .mm-panel .mm-listview>li:last-child:after,.mm-vertical .mm-listview .mm-panel .mm-listview>li:last-child:after {
    border-color: transparent
}

.mm-vertical li.mm-opened>.mm-panel,li.mm-vertical.mm-opened>.mm-panel {
    display: block
}

.mm-listview>li.mm-vertical>.mm-next,.mm-vertical .mm-listview>li>.mm-next {
    height: 40px;
    bottom: auto
}

.mm-listview>li.mm-vertical>.mm-next:after,.mm-vertical .mm-listview>li>.mm-next:after {
    top: 16px;
    bottom: auto
}

.mm-listview>li.mm-vertical.mm-opened>.mm-next:after,.mm-vertical .mm-listview>li.mm-opened>.mm-next:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 19px
}

.mm-btn {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0
}

.mm-clear:after,.mm-clear:before,.mm-close:after,.mm-close:before {
    content: "";
    border: 2px solid transparent;
    display: block;
    width: 5px;
    height: 5px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.mm-clear:before,.mm-close:before {
    border-right: 0;
    border-bottom: 0;
    right: 18px
}

.mm-clear:after,.mm-close:after {
    border-left: 0;
    border-top: 0;
    right: 25px
}

.mm-arrow:after,.mm-next:after,.mm-prev:before {
    content: "";
    border: 2px solid transparent;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.mm-prev:before {
    border-right: 0;
    border-bottom: 0;
    left: 23px
}

.mm-arrow:after,.mm-next:after {
    border-top: 0;
    border-left: 0;
    right: 23px
}

.mm-navbar {
    border-bottom: 1px solid;
    border-color: inherit;
    text-align: center;
    line-height: 20px;
    height: 40px;
    padding: 0 40px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.mm-navbar>* {
    display: block;
    padding: 10px 0
}

.mm-navbar .mm-btn:first-child {
    padding-left: 20px;
    left: 0
}

.mm-navbar .mm-btn:last-child {
    text-align: right;
    padding-right: 20px;
    right: 0
}

.mm-panel .mm-navbar {
    display: none
}

.mm-panel.mm-hasnavbar .mm-navbar {
    display: block
}

.mm-listview,.mm-listview>li {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0
}

.mm-listview {
    font: inherit;
    font-size: 14px;
    line-height: 20px
}

.mm-listview>li {
    position: relative
}

.mm-listview>li,.mm-listview>li .mm-next,.mm-listview>li .mm-next:before,.mm-listview>li:after {
    border-color: inherit
}

.mm-listview>li>a,.mm-listview>li>span {
    color: inherit;
    display: block;
    padding: 10px 10px 10px 20px;
    margin: 0
}

.mm-listview>li>a.mm-arrow,.mm-listview>li>span.mm-arrow {
    padding-right: 50px
}

.mm-listview>li:not(.mm-divider):after {
    content: "";
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 20px
}

.mm-listview .mm-next {
    background: rgba(3,2,1,0);
    width: 50px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2
}

.mm-listview .mm-next:before {
    content: "";
    border-left-width: 1px;
    border-left-style: solid;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0
}

.mm-listview .mm-next+a,.mm-listview .mm-next+span {
    margin-right: 50px
}

.mm-listview .mm-next.mm-fullsubopen {
    width: 100%
}

.mm-listview .mm-next.mm-fullsubopen:before {
    border-left: 0
}

.mm-listview .mm-next.mm-fullsubopen+a,.mm-listview .mm-next.mm-fullsubopen+span {
    padding-right: 50px;
    margin-right: 0
}

.mm-panels>.mm-panel>.mm-listview {
    margin: 20px -20px
}

.mm-panels>.mm-panel>.mm-listview:first-child,.mm-panels>.mm-panel>.mm-navbar+.mm-listview {
    margin-top: -20px
}

.mm-listview .mm-inset {
    list-style: disc inside;
    padding: 0 10px 15px 40px;
    margin: 0
}

.mm-listview .mm-inset>li {
    padding: 5px 0
}

.mm-listview .mm-divider {
    font-size: 10px;
    text-transform: uppercase;
    text-indent: 20px;
    line-height: 25px
}

.mm-listview .mm-spacer {
    padding-top: 40px
}

.mm-listview .mm-spacer>.mm-next {
    top: 40px
}

.mm-listview .mm-spacer.mm-divider {
    padding-top: 25px
}

.mm-menu {
    background: #08c;
    border-color: rgba(0,0,0,.1);
    color: #fff
}

.mm-menu .mm-navbar a,.mm-menu .mm-navbar>* {
    color: #fff
}

.mm-menu .mm-btn:after,.mm-menu .mm-btn:before {
    border-color: rgba(0,0,0,.3)
}

.mm-menu .mm-listview {
    border-color: rgba(0,0,0,.1)
}

.mm-menu .mm-listview>li .mm-arrow:after,.mm-menu .mm-listview>li .mm-next:after {
    border-color: rgba(0,0,0,.3)
}

.mm-menu .mm-listview>li a:not(.mm-next) {
    -webkit-tap-highlight-color: rgba(255,255,255,.5);
    tap-highlight-color: rgba(255,255,255,.5)
}

.mm-menu .mm-listview>li.mm-selected>a:not(.mm-next),.mm-menu .mm-listview>li.mm-selected>span {
    background: rgba(255,255,255,.5)
}

.mm-menu .mm-divider,.mm-menu .mm-listview>li.mm-opened.mm-vertical>.mm-panel,.mm-menu .mm-listview>li.mm-opened.mm-vertical>a.mm-next,.mm-menu.mm-vertical .mm-listview>li.mm-opened>.mm-panel,.mm-menu.mm-vertical .mm-listview>li.mm-opened>a.mm-next {
    background: rgba(0,0,0,.05)
}

.mm-page {
    box-sizing: border-box
}

.mm-slideout {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease,-webkit-transform .4s ease
}

html.mm-opened {
    overflow-x: hidden;
    position: relative
}

html.mm-blocking,html.mm-blocking body {
    overflow: hidden
}

html.mm-background .mm-page {
    background: inherit
}

#mm-blocker {
    background: rgba(3,2,1,0);
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2
}

html.mm-blocking #mm-blocker {
    display: block
}

.mm-menu.mm-offcanvas {
    z-index: 0;
    display: none;
    position: fixed
}

.mm-menu.mm-offcanvas.mm-current {
    display: block
}

.mm-menu {
    width: 80%;
    min-width: 140px;
    max-width: 440px
}

html.mm-opening .mm-slideout {
    -webkit-transform: translate3d(80%,0,0);
    transform: translate3d(80%,0,0)
}

@media all and (max-width: 175px) {
    html.mm-opening .mm-slideout {
        -webkit-transform:translate3d(140px,0,0);
        transform: translate3d(140px,0,0)
    }
}

@media all and (min-width: 550px) {
    html.mm-opening .mm-slideout {
        -webkit-transform:translate3d(440px,0,0);
        transform: translate3d(440px,0,0)
    }
}

.mm-menu.mm-autoheight.mm-bottom,.mm-menu.mm-autoheight.mm-top {
    max-height: 80%
}

.mm-menu.mm-autoheight.mm-bottom.mm-fullscreen,.mm-menu.mm-autoheight.mm-top.mm-fullscreen {
    max-height: 100%
}

.mm-menu.mm-measureheight .mm-panel {
    display: block !important
}

.mm-menu.mm-measureheight>.mm-panels>.mm-panel {
    bottom: auto !important;
    height: auto !important
}

.mm-menu.mm-columns {
    -webkit-transition-property: width,max-width,-webkit-transform;
    transition-property: width,max-width,-webkit-transform;
    transition-property: transform,width,max-width;
    transition-property: transform,width,max-width,-webkit-transform
}

.mm-menu.mm-columns .mm-panels>.mm-panel {
    width: 100%;
    right: auto;
    display: none;
    -webkit-transition-property: width,-webkit-transform;
    transition-property: width,-webkit-transform;
    transition-property: transform,width;
    transition-property: transform,width,-webkit-transform
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened {
    border-right: 1px solid;
    border-color: inherit;
    display: block;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-subopened {
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    z-index: 2
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-0 {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-0 {
    display: block;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0)
}

.mm-menu.mm-columns-0 {
    width: 80%;
    min-width: 140px;
    max-width: 0
}

html.mm-opening.mm-columns-0 .mm-slideout {
    -webkit-transform: translate3d(80%,0,0);
    transform: translate3d(80%,0,0)
}

@media all and (max-width: 175px) {
    html.mm-opening.mm-columns-0 .mm-slideout {
        -webkit-transform:translate3d(140px,0,0);
        transform: translate3d(140px,0,0)
    }
}

@media all and (min-width: 0) {
    html.mm-opening.mm-columns-0 .mm-slideout {
        -webkit-transform:translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-1 {
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0)
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-1 {
    display: block;
    -webkit-transform: translate3d(200%,0,0);
    transform: translate3d(200%,0,0)
}

.mm-menu.mm-columns-1 {
    width: 80%;
    min-width: 140px;
    max-width: 440px
}

html.mm-opening.mm-columns-1 .mm-slideout {
    -webkit-transform: translate3d(80%,0,0);
    transform: translate3d(80%,0,0)
}

@media all and (max-width: 175px) {
    html.mm-opening.mm-columns-1 .mm-slideout {
        -webkit-transform:translate3d(140px,0,0);
        transform: translate3d(140px,0,0)
    }
}

@media all and (min-width: 550px) {
    html.mm-opening.mm-columns-1 .mm-slideout {
        -webkit-transform:translate3d(440px,0,0);
        transform: translate3d(440px,0,0)
    }
}

.mm-menu.mm-columns-1 .mm-panels>.mm-panel {
    width: 100%
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-2 {
    -webkit-transform: translate3d(200%,0,0);
    transform: translate3d(200%,0,0)
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-2 {
    display: block;
    -webkit-transform: translate3d(300%,0,0);
    transform: translate3d(300%,0,0)
}

.mm-menu.mm-columns-2 {
    width: 80%;
    min-width: 140px;
    max-width: 880px
}

html.mm-opening.mm-columns-2 .mm-slideout {
    -webkit-transform: translate3d(80%,0,0);
    transform: translate3d(80%,0,0)
}

@media all and (max-width: 175px) {
    html.mm-opening.mm-columns-2 .mm-slideout {
        -webkit-transform:translate3d(140px,0,0);
        transform: translate3d(140px,0,0)
    }
}

@media all and (min-width: 1100px) {
    html.mm-opening.mm-columns-2 .mm-slideout {
        -webkit-transform:translate3d(880px,0,0);
        transform: translate3d(880px,0,0)
    }
}

.mm-menu.mm-columns-2 .mm-panels>.mm-panel {
    width: 50%
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-3 {
    -webkit-transform: translate3d(300%,0,0);
    transform: translate3d(300%,0,0)
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-3 {
    display: block;
    -webkit-transform: translate3d(400%,0,0);
    transform: translate3d(400%,0,0)
}

.mm-menu.mm-columns-3 {
    width: 80%;
    min-width: 140px;
    max-width: 1320px
}

html.mm-opening.mm-columns-3 .mm-slideout {
    -webkit-transform: translate3d(80%,0,0);
    transform: translate3d(80%,0,0)
}

@media all and (max-width: 175px) {
    html.mm-opening.mm-columns-3 .mm-slideout {
        -webkit-transform:translate3d(140px,0,0);
        transform: translate3d(140px,0,0)
    }
}

@media all and (min-width: 1650px) {
    html.mm-opening.mm-columns-3 .mm-slideout {
        -webkit-transform:translate3d(1320px,0,0);
        transform: translate3d(1320px,0,0)
    }
}

.mm-menu.mm-columns-3 .mm-panels>.mm-panel {
    width: 33.34%
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-4 {
    -webkit-transform: translate3d(400%,0,0);
    transform: translate3d(400%,0,0)
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-4 {
    display: block;
    -webkit-transform: translate3d(500%,0,0);
    transform: translate3d(500%,0,0)
}

.mm-menu.mm-columns-4 {
    width: 80%;
    min-width: 140px;
    max-width: 1760px
}

html.mm-opening.mm-columns-4 .mm-slideout {
    -webkit-transform: translate3d(80%,0,0);
    transform: translate3d(80%,0,0)
}

@media all and (max-width: 175px) {
    html.mm-opening.mm-columns-4 .mm-slideout {
        -webkit-transform:translate3d(140px,0,0);
        transform: translate3d(140px,0,0)
    }
}

@media all and (min-width: 2200px) {
    html.mm-opening.mm-columns-4 .mm-slideout {
        -webkit-transform:translate3d(1760px,0,0);
        transform: translate3d(1760px,0,0)
    }
}

.mm-menu.mm-columns-4 .mm-panels>.mm-panel {
    width: 25%
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-5 {
    -webkit-transform: translate3d(500%,0,0);
    transform: translate3d(500%,0,0)
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-5 {
    display: block;
    -webkit-transform: translate3d(600%,0,0);
    transform: translate3d(600%,0,0)
}

.mm-menu.mm-columns-5 {
    width: 80%;
    min-width: 140px;
    max-width: 2200px
}

html.mm-opening.mm-columns-5 .mm-slideout {
    -webkit-transform: translate3d(80%,0,0);
    transform: translate3d(80%,0,0)
}

@media all and (max-width: 175px) {
    html.mm-opening.mm-columns-5 .mm-slideout {
        -webkit-transform:translate3d(140px,0,0);
        transform: translate3d(140px,0,0)
    }
}

@media all and (min-width: 2750px) {
    html.mm-opening.mm-columns-5 .mm-slideout {
        -webkit-transform:translate3d(2200px,0,0);
        transform: translate3d(2200px,0,0)
    }
}

.mm-menu.mm-columns-5 .mm-panels>.mm-panel {
    width: 20%
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-6 {
    -webkit-transform: translate3d(600%,0,0);
    transform: translate3d(600%,0,0)
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-6 {
    display: block;
    -webkit-transform: translate3d(700%,0,0);
    transform: translate3d(700%,0,0)
}

.mm-menu.mm-columns-6 {
    width: 80%;
    min-width: 140px;
    max-width: 2640px
}

html.mm-opening.mm-columns-6 .mm-slideout {
    -webkit-transform: translate3d(80%,0,0);
    transform: translate3d(80%,0,0)
}

@media all and (max-width: 175px) {
    html.mm-opening.mm-columns-6 .mm-slideout {
        -webkit-transform:translate3d(140px,0,0);
        transform: translate3d(140px,0,0)
    }
}

@media all and (min-width: 3300px) {
    html.mm-opening.mm-columns-6 .mm-slideout {
        -webkit-transform:translate3d(2640px,0,0);
        transform: translate3d(2640px,0,0)
    }
}

.mm-menu.mm-columns-6 .mm-panels>.mm-panel {
    width: 16.67%
}

em.mm-counter {
    font: inherit;
    font-size: 14px;
    font-style: normal;
    text-indent: 0;
    line-height: 20px;
    display: block;
    margin-top: -10px;
    position: absolute;
    right: 45px;
    top: 50%
}

em.mm-counter+a.mm-next {
    width: 90px
}

em.mm-counter+a.mm-next+a,em.mm-counter+a.mm-next+span {
    margin-right: 90px
}

em.mm-counter+a.mm-fullsubopen {
    padding-left: 0
}

.mm-vertical>.mm-counter {
    top: 12px;
    margin-top: 0
}

.mm-vertical.mm-spacer>.mm-counter {
    margin-top: 40px
}

.mm-nosubresults>.mm-counter {
    display: none
}

.mm-menu em.mm-counter {
    color: rgba(0,0,0,.3)
}

.mm-divider>span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0;
    line-height: 25px
}

.mm-divider.mm-opened a.mm-next:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.mm-collapsed:not(.mm-uncollapsed) {
    display: none
}

.mm-fixeddivider {
    background: inherit;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.mm-fixeddivider:after {
    content: none !important;
    display: none !important
}

.mm-hasdividers .mm-fixeddivider {
    display: block
}

.mm-menu .mm-fixeddivider span {
    background: rgba(0,0,0,.05)
}

html.mm-opened.mm-dragging .mm-menu,html.mm-opened.mm-dragging .mm-slideout {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
}

.mm-menu.mm-dropdown {
    box-shadow: 0 2px 10px rgba(0,0,0,.3);
    height: 80%
}

html.mm-dropdown .mm-slideout {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    z-index: 0
}

html.mm-dropdown #mm-blocker {
    -webkit-transition-delay: 0s !important;
    transition-delay: 0s !important;
    z-index: 1
}

html.mm-dropdown .mm-menu {
    z-index: 2
}

html.mm-dropdown.mm-opened:not(.mm-opening) .mm-menu {
    display: none
}

.mm-menu.mm-tip:before {
    content: "";
    background: inherit;
    box-shadow: 0 2px 10px rgba(0,0,0,.3);
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    z-index: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.mm-menu.mm-tipleft:before {
    left: 22px
}

.mm-menu.mm-tipright:before {
    right: 22px
}

.mm-menu.mm-tiptop:before {
    top: -8px
}

.mm-menu.mm-tipbottom:before {
    bottom: -8px
}

.mm-iconpanel .mm-panel {
    -webkit-transition-property: left,-webkit-transform;
    transition-property: left,-webkit-transform;
    transition-property: transform,left;
    transition-property: transform,left,-webkit-transform
}

.mm-iconpanel .mm-panel.mm-opened {
    border-left: 1px solid;
    border-color: inherit
}

.mm-iconpanel .mm-panel.mm-subopened {
    overflow-y: hidden;
    left: -40px;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.mm-iconpanel .mm-panel.mm-iconpanel-0 {
    left: 0
}

.mm-iconpanel .mm-panel.mm-iconpanel-1 {
    left: 40px
}

.mm-iconpanel .mm-panel.mm-iconpanel-2 {
    left: 80px
}

.mm-iconpanel .mm-panel.mm-iconpanel-3 {
    left: 120px
}

.mm-iconpanel .mm-panel.mm-iconpanel-4 {
    left: 160px
}

.mm-iconpanel .mm-panel.mm-iconpanel-5 {
    left: 200px
}

.mm-iconpanel .mm-panel.mm-iconpanel-6 {
    left: 240px
}

.mm-subblocker {
    background: inherit;
    opacity: 0;
    display: block;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.mm-subopened .mm-subblocker {
    opacity: .6;
    position: absolute;
    top: 0;
    right: 0;
    bottom: -100000px;
    left: 0;
    z-index: 3
}

.mm-navbar-bottom,.mm-navbar-top~.mm-navbar-top {
    border-bottom: 0
}

.mm-menu>.mm-navbar {
    background: inherit;
    padding: 0;
    z-index: 3;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.mm-navbar-bottom {
    border-top-width: 1px;
    border-top-style: solid;
    top: auto;
    bottom: 0
}

.mm-navbar-bottom~.mm-navbar-bottom {
    border-top: 0
}

.mm-navbar.mm-hasbtns {
    padding: 0 40px
}

.mm-navbar[class*=mm-navbar-content-]>* {
    box-sizing: border-box;
    display: block;
    float: left
}

.mm-navbar .mm-breadcrumbs {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    text-align: left;
    padding: 0 0 0 17px
}

.mm-navbar .mm-breadcrumbs>* {
    display: inline-block;
    padding: 10px 3px
}

.mm-navbar .mm-breadcrumbs>a {
    text-decoration: underline
}

.mm-navbar.mm-hasbtns .mm-breadcrumbs {
    margin-left: -40px
}

.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden)+.mm-breadcrumbs {
    margin-left: 0;
    padding-left: 0
}

.mm-navbar-top-1 {
    top: 0
}

.mm-hasnavbar-top-1 .mm-panels,.mm-navbar-top-2 {
    top: 40px
}

.mm-hasnavbar-top-2 .mm-panels,.mm-navbar-top-3 {
    top: 80px
}

.mm-hasnavbar-top-3 .mm-panels,.mm-navbar-top-4 {
    top: 120px
}

.mm-hasnavbar-top-4 .mm-panels {
    top: 160px
}

.mm-navbar-bottom-1 {
    bottom: 0
}

.mm-hasnavbar-bottom-1 .mm-panels,.mm-navbar-bottom-2 {
    bottom: 40px
}

.mm-hasnavbar-bottom-2 .mm-panels,.mm-navbar-bottom-3 {
    bottom: 80px
}

.mm-hasnavbar-bottom-3 .mm-panels,.mm-navbar-bottom-4 {
    bottom: 120px
}

.mm-hasnavbar-bottom-4 .mm-panels {
    bottom: 160px
}

.mm-navbar-size-2 {
    height: 80px
}

.mm-navbar-size-3 {
    height: 120px
}

.mm-navbar-size-4 {
    height: 160px
}

.mm-navbar-content-2>* {
    width: 50%
}

.mm-navbar-content-3>* {
    width: 33.33%
}

.mm-navbar-content-4>* {
    width: 25%
}

.mm-navbar-content-5>* {
    width: 20%
}

.mm-navbar-content-6>* {
    width: 16.67%
}

.mm-sronly {
    text-indent: 10px;
    overflow: hidden;
    display: block;
    width: 1px;
    height: 1px;
    position: absolute;
    z-index: -1
}

.mm-search,.mm-search input {
    box-sizing: border-box
}

.mm-search {
    height: 40px;
    padding: 7px 10px 0;
    position: relative
}

.mm-search input {
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    border-radius: 26px;
    font: inherit;
    font-size: 14px;
    line-height: 26px;
    display: block;
    width: 100%;
    height: 26px;
    min-height: 26px;
    max-height: 26px;
    margin: 0;
    padding: 0 10px
}

.mm-search input::-ms-clear {
    display: none
}

.mm-search .mm-clear,.mm-search .mm-next {
    right: 0
}

.mm-panel>.mm-search {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.mm-panel.mm-hassearch {
    padding-top: 40px
}

.mm-panel.mm-hassearch.mm-hasnavbar {
    padding-top: 80px
}

.mm-panel.mm-hassearch.mm-hasnavbar .mm-search {
    top: 40px
}

.mm-noresultsmsg {
    text-align: center;
    font-size: 21px;
    padding: 40px 0
}

.mm-noresults .mm-indexer {
    display: none !important
}

li.mm-nosubresults>a.mm-next {
    display: none
}

li.mm-nosubresults>a.mm-next+a,li.mm-nosubresults>a.mm-next+span {
    padding-right: 10px
}

.mm-panels>.mm-resultspanel:not(.mm-opened) {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.mm-menu .mm-search input {
    background: rgba(0,0,0,.05);
    color: rgba(0,0,0,.7)
}

.mm-menu .mm-noresultsmsg {
    color: rgba(0,0,0,.3)
}

.mm-indexer {
    background: inherit;
    text-align: center;
    font-size: 12px;
    box-sizing: border-box;
    width: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -100px;
    z-index: 3;
    -webkit-transition: right .4s ease;
    transition: right .4s ease;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.mm-indexer a {
    text-decoration: none;
    display: block;
    height: 3.85%
}

.mm-indexer~.mm-panel.mm-hasindexer {
    padding-right: 40px
}

.mm-hasindexer .mm-indexer {
    right: 0
}

.mm-hasindexer .mm-fixeddivider {
    right: 20px
}

.mm-menu .mm-indexer a {
    color: rgba(0,0,0,.3)
}

.mm-menu.mm-hoverselected .mm-listview>li>a.mm-fullsubopen+a,.mm-menu.mm-hoverselected .mm-listview>li>a.mm-fullsubopen+span,.mm-menu.mm-hoverselected .mm-listview>li>a:not(.mm-fullsubopen),.mm-menu.mm-parentselected .mm-listview>li>a.mm-fullsubopen+a,.mm-menu.mm-parentselected .mm-listview>li>a.mm-fullsubopen+span,.mm-menu.mm-parentselected .mm-listview>li>a:not(.mm-fullsubopen) {
    -webkit-transition: background .4s ease;
    transition: background .4s ease
}

.mm-menu.mm-hoverselected .mm-listview>li>a.mm-fullsubopen:hover+span,.mm-menu.mm-hoverselected .mm-listview>li>a:not(.mm-fullsubopen):hover,.mm-menu.mm-parentselected .mm-listview>li>a.mm-selected.mm-fullsubopen+a,.mm-menu.mm-parentselected .mm-listview>li>a.mm-selected.mm-fullsubopen+span,.mm-menu.mm-parentselected .mm-listview>li>a.mm-selected:not(.mm-fullsubopen) {
    background: rgba(255,255,255,.5)
}

input.mm-check,input.mm-toggle {
    position: absolute;
    left: -10000px
}

label.mm-check,label.mm-toggle {
    margin: 0;
    position: absolute;
    top: 50%;
    z-index: 2;
    right: 20px
}

label.mm-check:before,label.mm-toggle:before {
    content: "";
    display: block
}

label.mm-toggle {
    border-radius: 30px;
    width: 50px;
    height: 30px;
    margin-top: -15px
}

label.mm-toggle:before {
    border-radius: 30px;
    width: 28px;
    height: 28px;
    margin: 1px
}

input.mm-toggle:checked~label.mm-toggle:before {
    float: right
}

label.mm-check {
    width: 30px;
    height: 30px;
    margin-top: -15px
}

label.mm-check:before {
    border-left: 3px solid;
    border-bottom: 3px solid;
    width: 40%;
    height: 20%;
    margin: 25% 0 0 20%;
    opacity: .1;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

input.mm-check:checked~label.mm-check:before {
    opacity: 1
}

li.mm-vertical label.mm-check,li.mm-vertical label.mm-toggle {
    bottom: auto;
    margin-top: 0;
    top: 5px
}

label.mm-toggle+a,label.mm-toggle+span {
    padding-right: 80px
}

label.mm-check+a,label.mm-check+span {
    padding-right: 60px
}

a.mm-next+label.mm-check,a.mm-next+label.mm-toggle {
    right: 60px
}

a.mm-next+label.mm-check+a,a.mm-next+label.mm-check+span,a.mm-next+label.mm-toggle+a,a.mm-next+label.mm-toggle+span {
    margin-right: 50px
}

a.mm-next+label.mm-toggle+a,a.mm-next+label.mm-toggle+span {
    padding-right: 70px
}

a.mm-next+label.mm-check+a,a.mm-next+label.mm-check+span {
    padding-right: 50px
}

em.mm-counter+a.mm-next+label.mm-check,em.mm-counter+a.mm-next+label.mm-toggle {
    right: 100px
}

em.mm-counter+a.mm-next+label.mm-check+a,em.mm-counter+a.mm-next+label.mm-check+span,em.mm-counter+a.mm-next+label.mm-toggle+a,em.mm-counter+a.mm-next+label.mm-toggle+span {
    margin-right: 90px
}

.mm-menu label.mm-toggle {
    background: rgba(0,0,0,.1)
}

.mm-menu label.mm-toggle:before {
    background: #f3f3f3
}

.mm-menu input.mm-toggle:checked~label.mm-toggle {
    background: #4bd963
}

.mm-menu label.mm-check:before {
    border-color: rgba(0,0,0,.7)
}

.mm-listview.mm-border-none>li:after,.mm-menu.mm-border-none .mm-listview>li:after {
    content: none
}

.mm-listview.mm-border-full>li:after,.mm-menu.mm-border-full .mm-listview>li:after {
    left: 0 !important
}

.mm-listview.mm-border-offset>li:after,.mm-menu.mm-border-offset .mm-listview>li:after {
    right: 20px
}

.mm-menu.mm-effect-menu-zoom {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease,-webkit-transform .4s ease
}

html.mm-opened .mm-menu.mm-effect-menu-zoom {
    -webkit-transform: scale(.7,.7) translate3d(-30%,0,0);
    transform: scale(.7,.7) translate3d(-30%,0,0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center
}

html.mm-opening .mm-menu.mm-effect-menu-zoom {
    -webkit-transform: scale(1,1) translate3d(0,0,0);
    transform: scale(1,1) translate3d(0,0,0)
}

html.mm-right.mm-opened .mm-menu.mm-effect-menu-zoom {
    -webkit-transform: scale(.7,.7) translate3d(30%,0,0);
    transform: scale(.7,.7) translate3d(30%,0,0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center
}

html.mm-right.mm-opening .mm-menu.mm-effect-menu-zoom {
    -webkit-transform: scale(1,1) translate3d(0,0,0);
    transform: scale(1,1) translate3d(0,0,0)
}

.mm-menu.mm-effect-menu-slide {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease,-webkit-transform .4s ease
}

html.mm-opened .mm-menu.mm-effect-menu-slide {
    -webkit-transform: translate3d(-30%,0,0);
    transform: translate3d(-30%,0,0)
}

html.mm-opening .mm-menu.mm-effect-menu-slide {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

html.mm-right.mm-opened .mm-menu.mm-effect-menu-slide {
    -webkit-transform: translate3d(30%,0,0);
    transform: translate3d(30%,0,0)
}

html.mm-right.mm-opening .mm-menu.mm-effect-menu-slide {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.mm-menu.mm-effect-menu-fade {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

html.mm-opening .mm-menu.mm-effect-menu-fade {
    opacity: 1
}

.mm-menu.mm-effect-panels-zoom .mm-panel {
    -webkit-transform: scale(1.5,1.5) translate3d(100%,0,0);
    transform: scale(1.5,1.5) translate3d(100%,0,0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center
}

.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened {
    -webkit-transform: scale(1,1) translate3d(0,0,0);
    transform: scale(1,1) translate3d(0,0,0)
}

.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened.mm-subopened {
    -webkit-transform: scale(.7,.7) translate3d(-30%,0,0);
    transform: scale(.7,.7) translate3d(-30%,0,0)
}

.mm-menu.mm-effect-panels-slide-0 .mm-panel.mm-subopened {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.mm-menu.mm-effect-panels-slide-100 .mm-panel.mm-subopened {
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0)
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li {
    -webkit-transition: none .4s ease;
    transition: none .4s ease
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(1) {
    -webkit-transition-delay: 50ms;
    transition-delay: 50ms
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(2) {
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(3) {
    -webkit-transition-delay: 150ms;
    transition-delay: 150ms
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(4) {
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(5) {
    -webkit-transition-delay: 250ms;
    transition-delay: 250ms
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(6) {
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(7) {
    -webkit-transition-delay: 350ms;
    transition-delay: 350ms
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(8) {
    -webkit-transition-delay: .4s;
    transition-delay: .4s
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(9) {
    -webkit-transition-delay: 450ms;
    transition-delay: 450ms
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(10) {
    -webkit-transition-delay: .5s;
    transition-delay: .5s
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(11) {
    -webkit-transition-delay: 550ms;
    transition-delay: 550ms
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(12) {
    -webkit-transition-delay: .6s;
    transition-delay: .6s
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(13) {
    -webkit-transition-delay: 650ms;
    transition-delay: 650ms
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(14) {
    -webkit-transition-delay: .7s;
    transition-delay: .7s
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(15) {
    -webkit-transition-delay: 750ms;
    transition-delay: 750ms
}

.mm-menu.mm-effect-listitems-slide .mm-listview>li {
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    -webkit-transform: translate3d(50%,0,0);
    transform: translate3d(50%,0,0);
    opacity: 0
}

html.mm-opening .mm-menu.mm-effect-listitems-slide .mm-panel.mm-opened .mm-listview>li {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1
}

.mm-menu.mm-effect-listitems-fade .mm-listview>li {
    -webkit-transition-property: opacity;
    transition-property: opacity;
    opacity: 0
}

html.mm-opening .mm-menu.mm-effect-listitems-fade .mm-panel.mm-opened .mm-listview>li {
    opacity: 1
}

.mm-menu.mm-effect-listitems-drop .mm-listview>li {
    -webkit-transition-property: opacity,top;
    transition-property: opacity,top;
    opacity: 0;
    top: -25%
}

html.mm-opening .mm-menu.mm-effect-listitems-drop .mm-panel.mm-opened .mm-listview>li {
    opacity: 1;
    top: 0
}

.mm-menu.mm-fullscreen {
    width: 100%;
    min-width: 140px;
    max-width: 10000px
}

html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0)
}

@media all and (max-width: 140px) {
    html.mm-opening.mm-fullscreen .mm-slideout {
        -webkit-transform:translate3d(140px,0,0);
        transform: translate3d(140px,0,0)
    }
}

@media all and (min-width: 10000px) {
    html.mm-opening.mm-fullscreen .mm-slideout {
        -webkit-transform:translate3d(10000px,0,0);
        transform: translate3d(10000px,0,0)
    }
}

html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0)
}

@media all and (max-width: 140px) {
    html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
        -webkit-transform:translate3d(-140px,0,0);
        transform: translate3d(-140px,0,0)
    }
}

@media all and (min-width: 10000px) {
    html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
        -webkit-transform:translate3d(-10000px,0,0);
        transform: translate3d(-10000px,0,0)
    }
}

.mm-menu.mm-fullscreen.mm-bottom,.mm-menu.mm-fullscreen.mm-top {
    height: 100%;
    min-height: 140px;
    max-height: 10000px
}

html.mm-opened.mm-fullscreen .mm-page {
    box-shadow: none !important
}

.mm-menu .mm-panels>.mm-panel.mm-justified-listview:after,.mm-menu .mm-panels>.mm-panel.mm-justified-listview:before,.mm-menu.mm-justified-listview .mm-panels>.mm-panel:after,.mm-menu.mm-justified-listview .mm-panels>.mm-panel:before {
    content: none;
    display: none
}

.mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview,.mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0
}

.mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview>li:not(.mm-divider),.mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview>li:not(.mm-divider) {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0
}

.mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview>li:not(.mm-divider)>a:not(.mm-next),.mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview>li:not(.mm-divider)>span,.mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview>li:not(.mm-divider)>a:not(.mm-next),.mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview>li:not(.mm-divider)>span {
    box-sizing: border-box;
    height: 100%
}

.mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview>li:not(.mm-divider)>a:not(.mm-next):before,.mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview>li:not(.mm-divider)>span:before,.mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview>li:not(.mm-divider)>a:not(.mm-next):before,.mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview>li:not(.mm-divider)>span:before {
    content: "";
    vertical-align: middle;
    display: inline-block;
    height: 100%;
    width: 0
}

.mm-listview.mm-multiline>li .mm-listview>li.mm-multiline>a,.mm-listview.mm-multiline>li .mm-listview>li.mm-multiline>span,.mm-menu.mm-multiline .mm-listview>li>a,.mm-menu.mm-multiline .mm-listview>li>span {
    text-overflow: clip;
    white-space: normal
}

html.mm-pagedim #mm-blocker,html.mm-pagedim-black #mm-blocker,html.mm-pagedim-white #mm-blocker {
    opacity: 0
}

html.mm-pagedim-black.mm-opening #mm-blocker,html.mm-pagedim-white.mm-opening #mm-blocker,html.mm-pagedim.mm-opening #mm-blocker {
    opacity: .3;
    -webkit-transition: opacity .4s ease .4s;
    transition: opacity .4s ease .4s
}

html.mm-pagedim #mm-blocker {
    background: inherit
}

html.mm-pagedim-white #mm-blocker {
    background: #fff
}

html.mm-pagedim-black #mm-blocker {
    background: #000
}

.mm-menu.mm-pageshadow:after {
    content: "";
    display: block;
    width: 20px;
    height: 120%;
    position: absolute;
    left: 100%;
    top: -10%;
    z-index: 99;
    box-shadow: 0 0 10px rgba(0,0,0,.3)
}

.mm-menu.mm-pageshadow.mm-right:after {
    left: auto;
    right: 100%
}

.mm-menu.mm-pageshadow.mm-front:after,.mm-menu.mm-pageshadow.mm-next:after {
    content: none;
    display: none
}

.mm-menu.mm-popup {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
    opacity: 0;
    box-shadow: 0 2px 10px rgba(0,0,0,.3);
    height: 80%;
    min-height: 140px;
    max-height: 880px;
    top: 50%;
    left: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0)
}

html.mm-popup.mm-opening .mm-menu.mm-popup {
    opacity: 1
}

html.mm-popup .mm-slideout {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    z-index: 0
}

html.mm-popup #mm-blocker {
    -webkit-transition-delay: 0s !important;
    transition-delay: 0s !important;
    z-index: 1
}

html.mm-popup .mm-menu {
    z-index: 2
}

.mm-menu.mm-bottom,.mm-menu.mm-top {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 80%;
    min-height: 140px;
    max-height: 880px
}

.mm-menu.mm-right {
    left: auto;
    right: 0
}

html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate3d(-80%,0,0);
    transform: translate3d(-80%,0,0)
}

@media all and (max-width: 175px) {
    html.mm-right.mm-opening .mm-slideout {
        -webkit-transform:translate3d(-140px,0,0);
        transform: translate3d(-140px,0,0)
    }
}

@media all and (min-width: 550px) {
    html.mm-right.mm-opening .mm-slideout {
        -webkit-transform:translate3d(-440px,0,0);
        transform: translate3d(-440px,0,0)
    }
}

html.mm-front .mm-slideout {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    z-index: 0
}

html.mm-front #mm-blocker {
    z-index: 1
}

html.mm-front .mm-menu {
    z-index: 2
}

.mm-menu.mm-front,.mm-menu.mm-next {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease,-webkit-transform .4s ease;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0)
}

.mm-menu.mm-front.mm-right,.mm-menu.mm-next.mm-right {
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0)
}

.mm-menu.mm-top {
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0)
}

.mm-menu.mm-bottom {
    top: auto;
    bottom: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0)
}

html.mm-opening .mm-menu.mm-front,html.mm-opening .mm-menu.mm-next {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.mm-menu.mm-theme-dark {
    background: #333;
    border-color: rgba(0,0,0,.15);
    color: rgba(255,255,255,.8)
}

.mm-menu.mm-theme-dark .mm-navbar a,.mm-menu.mm-theme-dark .mm-navbar>*,.mm-menu.mm-theme-dark em.mm-counter {
    color: rgba(255,255,255,.4)
}

.mm-menu.mm-theme-dark .mm-btn:after,.mm-menu.mm-theme-dark .mm-btn:before {
    border-color: rgba(255,255,255,.4)
}

.mm-menu.mm-theme-dark .mm-listview {
    border-color: rgba(0,0,0,.15)
}

.mm-menu.mm-theme-dark .mm-listview>li .mm-arrow:after,.mm-menu.mm-theme-dark .mm-listview>li .mm-next:after {
    border-color: rgba(255,255,255,.4)
}

.mm-menu.mm-theme-dark .mm-listview>li a:not(.mm-next) {
    -webkit-tap-highlight-color: rgba(0,0,0,.1);
    tap-highlight-color: rgba(0,0,0,.1)
}

.mm-menu.mm-theme-dark .mm-listview>li.mm-selected>a:not(.mm-next),.mm-menu.mm-theme-dark .mm-listview>li.mm-selected>span {
    background: rgba(0,0,0,.1)
}

.mm-menu.mm-theme-dark .mm-divider,.mm-menu.mm-theme-dark .mm-fixeddivider span,.mm-menu.mm-theme-dark .mm-listview>li.mm-opened.mm-vertical>.mm-panel,.mm-menu.mm-theme-dark .mm-listview>li.mm-opened.mm-vertical>a.mm-next,.mm-menu.mm-theme-dark.mm-vertical .mm-listview>li.mm-opened>.mm-panel,.mm-menu.mm-theme-dark.mm-vertical .mm-listview>li.mm-opened>a.mm-next {
    background: rgba(255,255,255,.05)
}

.mm-menu.mm-theme-dark label.mm-check:before {
    border-color: rgba(255,255,255,.8)
}

.mm-menu.mm-pageshadow.mm-theme-dark:after {
    box-shadow: 0 0 20px rgba(0,0,0,.5)
}

.mm-menu.mm-theme-dark .mm-search input {
    background: rgba(255,255,255,.3);
    color: rgba(255,255,255,.8)
}

.mm-menu.mm-theme-dark .mm-indexer a,.mm-menu.mm-theme-dark .mm-noresultsmsg {
    color: rgba(255,255,255,.4)
}

.mm-menu.mm-hoverselected.mm-theme-dark .mm-listview>li>a.mm-fullsubopen:hover+span,.mm-menu.mm-hoverselected.mm-theme-dark .mm-listview>li>a:not(.mm-fullsubopen):hover,.mm-menu.mm-parentselected.mm-theme-dark .mm-listview>li>a.mm-selected.mm-fullsubopen+a,.mm-menu.mm-parentselected.mm-theme-dark .mm-listview>li>a.mm-selected.mm-fullsubopen+span,.mm-menu.mm-parentselected.mm-theme-dark .mm-listview>li>a.mm-selected:not(.mm-fullsubopen) {
    background: rgba(0,0,0,.1)
}

.mm-menu.mm-theme-dark label.mm-toggle {
    background: rgba(0,0,0,.15)
}

.mm-menu.mm-theme-dark label.mm-toggle:before {
    background: #333
}

.mm-menu.mm-theme-dark input.mm-toggle:checked~label.mm-toggle {
    background: #4bd963
}

.mm-menu.mm-theme-white {
    background: #fff;
    border-color: rgba(0,0,0,.1);
    color: rgba(0,0,0,.6)
}

.mm-menu.mm-theme-white .mm-navbar a,.mm-menu.mm-theme-white .mm-navbar>*,.mm-menu.mm-theme-white em.mm-counter {
    color: rgba(0,0,0,.3)
}

.mm-menu.mm-theme-white .mm-btn:after,.mm-menu.mm-theme-white .mm-btn:before {
    border-color: rgba(0,0,0,.3)
}

.mm-menu.mm-theme-white .mm-listview {
    border-color: rgba(0,0,0,.1)
}

.mm-menu.mm-theme-white .mm-listview>li .mm-arrow:after,.mm-menu.mm-theme-white .mm-listview>li .mm-next:after {
    border-color: rgba(0,0,0,.3)
}

.mm-menu.mm-theme-white .mm-listview>li a:not(.mm-next) {
    -webkit-tap-highlight-color: rgba(0,0,0,.05);
    tap-highlight-color: rgba(0,0,0,.05)
}

.mm-menu.mm-theme-white .mm-listview>li.mm-selected>a:not(.mm-next),.mm-menu.mm-theme-white .mm-listview>li.mm-selected>span {
    background: rgba(0,0,0,.05)
}

.mm-menu.mm-theme-white .mm-divider,.mm-menu.mm-theme-white .mm-fixeddivider span,.mm-menu.mm-theme-white .mm-listview>li.mm-opened.mm-vertical>.mm-panel,.mm-menu.mm-theme-white .mm-listview>li.mm-opened.mm-vertical>a.mm-next,.mm-menu.mm-theme-white.mm-vertical .mm-listview>li.mm-opened>.mm-panel,.mm-menu.mm-theme-white.mm-vertical .mm-listview>li.mm-opened>a.mm-next {
    background: rgba(0,0,0,.03)
}

.mm-menu.mm-theme-white label.mm-check:before {
    border-color: rgba(0,0,0,.6)
}

.mm-menu.mm-pageshadow.mm-theme-white:after {
    box-shadow: 0 0 10px rgba(0,0,0,.2)
}

.mm-menu.mm-theme-white .mm-search input {
    background: rgba(0,0,0,.05);
    color: rgba(0,0,0,.6)
}

.mm-menu.mm-theme-white .mm-indexer a,.mm-menu.mm-theme-white .mm-noresultsmsg {
    color: rgba(0,0,0,.3)
}

.mm-menu.mm-hoverselected.mm-theme-white .mm-listview>li>a.mm-fullsubopen:hover+span,.mm-menu.mm-hoverselected.mm-theme-white .mm-listview>li>a:not(.mm-fullsubopen):hover,.mm-menu.mm-parentselected.mm-theme-white .mm-listview>li>a.mm-selected.mm-fullsubopen+a,.mm-menu.mm-parentselected.mm-theme-white .mm-listview>li>a.mm-selected.mm-fullsubopen+span,.mm-menu.mm-parentselected.mm-theme-white .mm-listview>li>a.mm-selected:not(.mm-fullsubopen) {
    background: rgba(0,0,0,.05)
}

.mm-menu.mm-theme-white label.mm-toggle {
    background: rgba(0,0,0,.1)
}

.mm-menu.mm-theme-white label.mm-toggle:before {
    background: #fff
}

.mm-menu.mm-theme-white input.mm-toggle:checked~label.mm-toggle {
    background: #4bd963
}

.mm-menu.mm-theme-black {
    background: #000;
    border-color: rgba(255,255,255,.2);
    color: rgba(255,255,255,.6)
}

.mm-menu.mm-theme-black .mm-navbar a,.mm-menu.mm-theme-black .mm-navbar>*,.mm-menu.mm-theme-black em.mm-counter {
    color: rgba(255,255,255,.4)
}

.mm-menu.mm-theme-black .mm-btn:after,.mm-menu.mm-theme-black .mm-btn:before {
    border-color: rgba(255,255,255,.4)
}

.mm-menu.mm-theme-black .mm-listview {
    border-color: rgba(255,255,255,.2)
}

.mm-menu.mm-theme-black .mm-listview>li .mm-arrow:after,.mm-menu.mm-theme-black .mm-listview>li .mm-next:after {
    border-color: rgba(255,255,255,.4)
}

.mm-menu.mm-theme-black .mm-listview>li a:not(.mm-next) {
    -webkit-tap-highlight-color: rgba(255,255,255,.3);
    tap-highlight-color: rgba(255,255,255,.3)
}

.mm-menu.mm-theme-black .mm-listview>li.mm-selected>a:not(.mm-next),.mm-menu.mm-theme-black .mm-listview>li.mm-selected>span {
    background: rgba(255,255,255,.3)
}

.mm-menu.mm-theme-black .mm-divider,.mm-menu.mm-theme-black .mm-fixeddivider span,.mm-menu.mm-theme-black .mm-listview>li.mm-opened.mm-vertical>.mm-panel,.mm-menu.mm-theme-black .mm-listview>li.mm-opened.mm-vertical>a.mm-next,.mm-menu.mm-theme-black.mm-vertical .mm-listview>li.mm-opened>.mm-panel,.mm-menu.mm-theme-black.mm-vertical .mm-listview>li.mm-opened>a.mm-next {
    background: rgba(255,255,255,.2)
}

.mm-menu.mm-theme-black label.mm-check:before {
    border-color: rgba(255,255,255,.6)
}

.mm-menu.mm-pageshadow.mm-theme-black:after {
    content: none;
    display: none
}

.mm-menu.mm-theme-black .mm-search input {
    background: rgba(255,255,255,.3);
    color: rgba(255,255,255,.6)
}

.mm-menu.mm-theme-black .mm-indexer a,.mm-menu.mm-theme-black .mm-noresultsmsg {
    color: rgba(255,255,255,.4)
}

.mm-menu.mm-hoverselected.mm-theme-black .mm-listview>li>a.mm-fullsubopen:hover+span,.mm-menu.mm-hoverselected.mm-theme-black .mm-listview>li>a:not(.mm-fullsubopen):hover,.mm-menu.mm-parentselected.mm-theme-black .mm-listview>li>a.mm-selected.mm-fullsubopen+a,.mm-menu.mm-parentselected.mm-theme-black .mm-listview>li>a.mm-selected.mm-fullsubopen+span,.mm-menu.mm-parentselected.mm-theme-black .mm-listview>li>a.mm-selected:not(.mm-fullsubopen) {
    background: rgba(255,255,255,.3)
}

.mm-menu.mm-theme-black label.mm-toggle {
    background: rgba(255,255,255,.2)
}

.mm-menu.mm-theme-black label.mm-toggle:before {
    background: #000
}

.mm-menu.mm-theme-black input.mm-toggle:checked~label.mm-toggle {
    background: #4bd963
}

.mm-menu .mm-tileview.mm-listview:after,.mm-menu.mm-tileview .mm-listview:after {
    content: "";
    display: block;
    clear: both
}

.mm-menu .mm-tileview.mm-listview>li>.mm-next:after,.mm-menu .mm-tileview.mm-listview>li>.mm-next:before,.mm-menu.mm-tileview .mm-listview>li>.mm-next:after,.mm-menu.mm-tileview .mm-listview>li>.mm-next:before,.mm-menu.mm-tileview .mm-panel:after {
    content: none;
    display: none
}

.mm-menu .mm-tileview.mm-listview>li,.mm-menu.mm-tileview .mm-listview>li {
    width: 50%;
    height: 0;
    padding: 50% 0 0;
    float: left;
    position: relative
}

.mm-menu .mm-tileview.mm-listview>li:after,.mm-menu.mm-tileview .mm-listview>li:after {
    left: 0;
    top: 0;
    border-right-width: 1px;
    border-right-style: solid;
    z-index: -1
}

.mm-menu .mm-tileview.mm-listview>li.mm-tile-xs,.mm-menu.mm-tileview .mm-listview>li.mm-tile-xs {
    width: 12.5%;
    padding-top: 12.5%
}

.mm-menu .mm-tileview.mm-listview>li.mm-tile-s,.mm-menu.mm-tileview .mm-listview>li.mm-tile-s {
    width: 25%;
    padding-top: 25%
}

.mm-menu .mm-tileview.mm-listview>li.mm-tile-l,.mm-menu.mm-tileview .mm-listview>li.mm-tile-l {
    width: 75%;
    padding-top: 75%
}

.mm-menu .mm-tileview.mm-listview>li.mm-tile-xl,.mm-menu.mm-tileview .mm-listview>li.mm-tile-xl {
    width: 100%;
    padding-top: 100%
}

.mm-menu .mm-tileview.mm-listview>li>a,.mm-menu .mm-tileview.mm-listview>li>span,.mm-menu.mm-tileview .mm-listview>li>a,.mm-menu.mm-tileview .mm-listview>li>span {
    line-height: 1px;
    text-align: center;
    padding: 50% 10px 0;
    margin: 0;
    position: absolute;
    top: 0;
    right: 1px;
    bottom: 1px;
    left: 0
}

.mm-menu .mm-tileview.mm-listview>li>.mm-next,.mm-menu.mm-tileview .mm-listview>li>.mm-next {
    width: auto
}

.mm-menu.mm-tileview .mm-panel {
    padding-left: 0;
    padding-right: 0
}

.mm-menu.mm-tileview .mm-listview {
    margin: 0
}

@media(min-width: 768px) and (max-width:969px) {
    body,html {
        min-width:749px;
        margin: 0
    }

    body div {
        max-width: 100%;
        box-sizing: border-box
    }

    body img {
        height: auto !important;
        max-width: 100%
    }

    body embed,body iframe,body video {
        max-width: 100%
    }

    .btn-responsive-nav {
        display: none
    }

    .container {
        width: 100%
    }

    .row {
        margin: 0
    }

    .prim_send_text p,.prim_send_text .img-thumbnail.lightbox {
        width: 100%
    }

    .call-to-action input,.call-to-action #phone,.call-to-action #name {
        width: 100% !important
    }

    .ili {
        margin-left: 0 !important
    }

    #visial-widget-panel .col-md-2,#visial-widget-panel .col-sm-2 {
        width: 23%;
        left: 0 !important;
        display: inline-block;
        vertical-align: top;
        float: none !important
    }

    #visial-widget-panel .col-sm-8 {
        width: 48%;
        display: inline-block;
        vertical-align: top;
        float: none !important
    }

    .grid-main-line {
        width: 45% !important;
        margin: 10px 2%
    }

    .head_rightbox .undertime_text {
        margin: 0
    }

    .mm-opened .sticky-menu-active {
        padding: 0 !important
    }

    .head_rightbox .fdiv {
        display: none !important
    }

    .grid-main-line img {
        margin-bottom: 15px !important
    }

    .grid-main-line .col-md-6 {
        width: 100% !important
    }

    .owl-stage {
        max-width: none
    }

    .form-horizontal .col-md-4 {
        margin: 0 !important
    }

    .mm-menu.mm-offcanvas.mm-current#menu {
        display: block
    }

    .adapt_menu2 {
        z-index: 100;
        display: table-cell;
        vertical-align: top;
        padding: 10px 10px 10px 0;
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
        cursor: pointer;
        line-height: 24px;
        color: #fff
    }

    .adapt_menu2 span {
        display: inline-block;
        vertical-align: middle;
        width: 30px;
        height: 3px;
        background: #fff;
        position: relative
    }

    .adapt_menu2 span:before {
        content: "";
        width: 100%;
        position: absolute;
        top: -6px;
        left: 0;
        height: 3px;
        background: #fff
    }

    .adapt_menu2 span:after {
        content: "";
        width: 100%;
        position: absolute;
        bottom: -6px;
        left: 0;
        height: 3px;
        background: #fff
    }

    .adapt_menu2 a {
        display: block;
        padding: 10px;
        color: #fff;
        background: #08c
    }

    #menu a {
        color: #fff
    }
}

@media(min-width: 481px) and (max-width:767px) {
    body,html {
        min-width:480px;
        margin: 0
    }

    body div {
        max-width: 100%;
        box-sizing: border-box
    }

    body img {
        height: auto !important;
        max-width: 100%
    }

    body embed,body iframe,body video {
        max-width: 100%
    }

    .pricepage table,.container table {
        width: 100% !important;
        display: block;
        overflow-x: auto;
        height: auto !important;
        -webkit-overflow-scrolling: touch
    }

    .body {
        padding: 0 10px
    }

    #header .logo {
        text-align: center
    }

    .sticky-menu-active {
        padding: 0 !important
    }

    .phone-ad {
        float: none !important;
        margin: 0 !important;
        text-align: center
    }

    .head_leftbox,.head_rightbox {
        border: 0;
        display: inline-block;
        float: none;
        margin: 10px 0 !important;
        text-align: left !important
    }

    .sticky-menu-active #header .head_leftbox,.head_leftbox {
        padding-left: 45px
    }

    .head_rightbox {
        text-align: center !important
    }

    .head_leftbox .undertime_text,.head_rightbox .undertime_text {
        margin: 0 !important
    }

    .page-header h1::after {
        display: none
    }

    .row {
        margin: 0
    }

    .list.list-icons li {
        padding: 0;
        margin: 15px 0
    }

    .word-rotator-title {
        font-size: 24px
    }

    .prim_send_text p,.prim_send_text .img-thumbnail.lightbox {
        width: 100%
    }

    .call-to-action .container {
        padding: 0
    }

    .call-to-action .col-md-12 {
        padding: 0 !important
    }

    .call-to-action .input-group[class*="col-"] {
        margin: 0 !important
    }

    .call-to-action input,.call-to-action #phone,.call-to-action #name {
        width: 100% !important
    }

    .call-to-action .col-md-1 {
        margin: 0 !important
    }

    .call-to-action button {
        margin: 10px 0 !important
    }

    #footer .head_leftbox,ul.social_icon {
        float: none;
        width: 100%;
        padding: 0;
        margin: 10px 0;
        text-align: center
    }

    ul.social_icon li {
        display: inline-block;
        float: none
    }

    #footer.light .footer-copyright {
        background: #0188cc
    }

    .btn-responsive-nav {
        display: none !important
    }

    #header,body.sticky-menu-active #header {
        box-shadow: 0 0 0 rgba(255,255,255,1)
    }

    body.sticky-menu-active #header {
        border: 0
    }

    .photo_clik {
        padding: 0;
        border: 0
    }

    #list {
        -moz-column-count: 2 !important
    }

    .content-grid {
        margin: 20px 0 !important
    }

    .col-xs-12 {
        width: 100% !important;
        margin: 10px 0 !important
    }

    .page-header h1 {
        font-size: 18px !important
    }

    .col-md-6 {
        width: 100% !important
    }

    #visial-widget-panel>div {
        left: 0 !important
    }

    .visial-widget-panel ul.visial-widget-panel-link {
        width: 45% !important;
        margin: 5px 2% !important;
        display: inline-block;
        vertical-align: top
    }

    .visial-widget-panel ul.visial-widget-panel-color {
        width: 100% !important;
        margin: 5px 0 !important
    }

    .visial-widget-panel .img-interactive {
        top: 0 !important
    }

    body.sticky-menu-active #header {
        position: relative
    }

    #header .logo {
        display: block;
        margin: 15px 0
    }

    .col-md-12:after {
        display: table;
        clear: both;
        content: ""
    }

    .col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12 {
        padding-left: 0;
        padding-right: 0
    }

    .btn {
        white-space: inherit
    }

    .grid-main-line {
        width: 100% !important
    }

    .flex {
        display: block
    }

    .modal-content {
        margin: 0 !important;
        padding: 10px !important
    }

    button[type="submit"] {
        width: 100% !important
    }

    .modal-footer .btn {
        margin: 10px 0 !important
    }

    .grid-main-line,.call-to-action {
        padding-left: 10px !important;
        padding-right: 10px !important
    }

    .visial-widget-panel .img-interactive {
        padding: 45px 0 0
    }

    .visial-widget-panel .img-interactive .thumbnail {
        margin: 0
    }

    .contactos p {
        margin: 0 !important
    }

    .ls-bottom-nav-wrapper {
        display: none
    }

    .mainpage .list-icons span {
        margin-left: 70px !important;
        display: block
    }

    .mainpage .list-icons span:last-child {
        margin-top: -20px !important
    }

    .form-horizontal .form-group {
        margin: 0
    }

    .col-md-5 ol {
        padding-left: 10px
    }

    .ls-active img {
        width: 100% !important;
        height: auto !important;
        margin: 0 !important
    }

    .prim_send_text::before {
        display: none
    }

    .grid-main-line img {
        margin-bottom: 15px !important
    }

    .mainpage .feat .numt {
        margin-bottom: 20px
    }

    .mainpage .feat {
        margin: 40px 0
    }

    hr.tall {
        margin: 15px 0
    }

    #footer .head_leftbox {
        text-align: center !important
    }

    .owl-stage {
        max-width: none
    }

    .icon_kach,.icon_udob {
        margin-bottom: 0
    }

    .form-horizontal .col-md-4 {
        margin: 0 !important
    }

    .list.list-icons.list-borders li {
        padding-left: 25px
    }

    .mm-menu.mm-offcanvas.mm-current#menu {
        display: block
    }

    .adapt_menu {
        z-index: 100;
        display: block;
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
        cursor: pointer;
        line-height: 24px;
        color: #fff;
        background: #08c
    }

    .adapt_menu span {
        display: inline-block;
        vertical-align: middle;
        width: 30px;
        height: 3px;
        background: #fff;
        position: relative
    }

    .adapt_menu span:before {
        content: "";
        width: 100%;
        position: absolute;
        top: -6px;
        left: 0;
        height: 3px;
        background: #fff
    }

    .adapt_menu span:after {
        content: "";
        width: 100%;
        position: absolute;
        bottom: -6px;
        left: 0;
        height: 3px;
        background: #fff
    }

    .adapt_menu a {
        display: block;
        padding: 10px;
        color: #fff
    }

    #menu a {
        color: #fff
    }
}

@media(max-width: 480px) {
    body,html {
        min-width:210px;
        margin: 0;
        padding: 0
    }

    body div {
        max-width: 100%;
        box-sizing: border-box
    }

    body img {
        height: auto !important;
        max-width: 100%
    }

    body embed,body iframe,body video {
        max-width: 100%
    }

    .pricepage table,.container table {
        width: 100% !important;
        display: block;
        overflow-x: auto;
        height: auto !important;
        -webkit-overflow-scrolling: touch
    }

    #header .logo {
        text-align: center
    }

    .sticky-menu-active {
        padding: 0 !important
    }

    .phone-ad {
        float: none !important;
        margin: 0 !important;
        text-align: center
    }

    .head_leftbox,.head_rightbox {
        border: 0;
        display: inline-block;
        float: none;
        margin: 10px 0 !important;
        text-align: left !important
    }

    .sticky-menu-active #header .head_leftbox,.head_leftbox {
        padding-left: 45px
    }

    .head_rightbox {
        text-align: center !important
    }

    .head_leftbox .undertime_text,.head_rightbox .undertime_text {
        margin: 0 !important
    }

    .page-header h1::after {
        display: none
    }

    .row {
        margin: 0
    }

    .list.list-icons li {
        padding: 0;
        margin: 15px 0
    }

    .word-rotator-title {
        font-size: 24px
    }

    .prim_send_text p,.prim_send_text .img-thumbnail.lightbox {
        width: 100%
    }

    .call-to-action .container {
        padding: 0
    }

    .call-to-action .col-md-12 {
        padding: 0 !important
    }

    .call-to-action .input-group[class*="col-"] {
        margin: 0 !important
    }

    .call-to-action input,.call-to-action #phone,.call-to-action #name {
        width: 100% !important
    }

    .call-to-action .col-md-1 {
        margin: 0 !important
    }

    .call-to-action button {
        margin: 10px 0 !important
    }

    #footer .head_leftbox,ul.social_icon {
        float: none;
        width: 100%;
        padding: 0;
        margin: 10px 0;
        text-align: center
    }

    ul.social_icon li {
        display: inline-block;
        float: none
    }

    #footer.light .footer-copyright {
        background: #0188cc
    }

    .btn-responsive-nav {
        display: none !important
    }

    #header,body.sticky-menu-active #header {
        box-shadow: 0 0 0 rgba(255,255,255,1)
    }

    body.sticky-menu-active #header {
        border: 0
    }

    .photo_clik {
        padding: 0;
        border: 0
    }

    #list {
        -moz-column-count: 1 !important
    }

    .content-grid {
        margin: 20px 0 !important
    }

    .col-xs-12 {
        width: 100% !important;
        margin: 10px 0 !important
    }

    .page-header h1 {
        font-size: 18px !important
    }

    .col-md-6 {
        width: 100% !important
    }

    #visial-widget-panel>div {
        left: 0 !important
    }

    .visial-widget-panel ul.visial-widget-panel-link,.visial-widget-panel ul.visial-widget-panel-color {
        width: 100% !important;
        margin: 5px 0 !important
    }

    #footer .col-xs-6 {
        width: 100%
    }

    body.sticky-menu-active #header {
        position: relative
    }

    #header .logo {
        display: block;
        margin: 15px 0
    }

    .visial-widget-panel .img-interactive {
        top: 0 !important
    }

    .col-md-12:after {
        display: table;
        clear: both;
        content: ""
    }

    .col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12 {
        padding-left: 0;
        padding-right: 0
    }

    .btn {
        white-space: inherit
    }

    .grid-main-line {
        width: 100% !important
    }

    .flex {
        display: block
    }

    .modal-content {
        margin: 0 !important;
        padding: 10px !important
    }

    button[type="submit"] {
        width: 100% !important
    }

    .modal-footer .btn {
        margin: 10px 0 !important
    }

    .grid-main-line,.call-to-action {
        padding-left: 10px !important;
        padding-right: 10px !important
    }

    .visial-widget-panel .img-interactive {
        padding: 45px 0 0
    }

    .visial-widget-panel .img-interactive .thumbnail {
        margin: 0
    }

    .contactos p {
        margin: 0 !important
    }

    .ls-bottom-nav-wrapper {
        display: none
    }

    .mainpage .list-icons span {
        margin-left: 70px !important;
        display: block
    }

    .mainpage .list-icons span:last-child {
        margin-top: -20px !important
    }

    .form-horizontal .form-group {
        margin: 0
    }

    .col-md-5 ol {
        padding-left: 10px
    }

    article.post .col-xs-3,article.post .col-xs-9 {
        width: 100%
    }

    .ls-active img {
        width: 100% !important;
        height: auto !important;
        margin: 0 !important
    }

    h3 {
        overflow: hidden
    }

    .list.list-icons.list-borders li {
        padding-left: 25px
    }

    .phone_cc {
        font-size: 24px !important
    }

    .call-to-action .input-group.ili {
        margin: 3px 0 8px 0 !important
    }

    .prim_send_text::before {
        display: none
    }

    .grid-main-line img {
        margin-bottom: 15px !important
    }

    .mainpage .feat .numt {
        margin-bottom: 0
    }

    .mainpage .feat {
        margin: 40px 0
    }

    hr.tall {
        margin: 15px 0
    }

    #footer .head_leftbox {
        text-align: center !important
    }

    .owl-stage {
        max-width: none
    }

    .icon_kach,.icon_udob {
        margin-bottom: 0
    }

    .form-horizontal .col-md-4 {
        margin: 0 !important
    }

    .mm-menu.mm-offcanvas.mm-current#menu {
        display: block
    }

    .adapt_menu {
        z-index: 100;
        display: block;
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
        cursor: pointer;
        line-height: 24px;
        color: #fff;
        background: #08c
    }

    .adapt_menu span {
        display: inline-block;
        vertical-align: middle;
        width: 30px;
        height: 3px;
        background: #fff;
        position: relative
    }

    .adapt_menu span:before {
        content: "";
        width: 100%;
        position: absolute;
        top: -6px;
        left: 0;
        height: 3px;
        background: #fff
    }

    .adapt_menu span:after {
        content: "";
        width: 100%;
        position: absolute;
        bottom: -6px;
        left: 0;
        height: 3px;
        background: #fff
    }

    .adapt_menu a {
        display: block;
        padding: 10px;
        color: #fff
    }

    #menu a {
        color: #fff
    }
}

@media screen and (min-width: 1024px) {
    .prim_send_text {
        margin-left:auto;
        margin-right: auto
    }
}

@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i,800");html {
    font-family: sans-serif;
    font-size: 16px;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,aside,footer,header,nav,section {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

figcaption,figure,main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace,monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active,a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: 0;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,strong {
    font-weight: inherit
}

b,strong {
    font-weight: bolder
}

code,kbd,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio,video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,input,optgroup,select,textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

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 {
    border-style: none;
    padding: 0
}

button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"],[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details,menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}

.form-group {
    margin-bottom: 9px;
    overflow: hidden
}

.form-group:last-child {
    margin-bottom: 0
}

@media screen and (min-width: 1024px) {
    .form-group_lg {
        margin-bottom:32px
    }
}

@media screen and (min-width: 768px) {
    .form-group_half-w {
        float:left;
        width: 49.3%
    }

    .form-group_half-w:last-child {
        float: right
    }
}

@media screen and (min-width: 768px) {
    .form-group_third-w {
        width:39%;
        float: left
    }
}

@media screen and (min-width: 768px) {
    .form-group_seventh-w {
        float:right;
        width: 55.3%
    }
}

.form-group-btn {
    text-align: center;
    margin-top: 25px
}

@media screen and (min-width: 768px) {
    .form-group-btn {
        text-align:left;
        margin-top: 0
    }
}

.form-label {
    margin-bottom: 8px;
    font-weight: 400;
    color: #696969;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px
}

.form-control {
    background-color: white;
    border: 1px solid #ccc;
    width: 100%;
    box-sizing: border-box;
    height: 36px;
    font-size: 14px;
    font-size: .875rem;
    padding: 9px 20px;
    -webkit-transition: all .4s;
    transition: all .4s;
    color: #000;
    border-radius: 5px
}

.form-control::-webkit-input-placeholder {
    color: #939393;
    opacity: 1;
    filter: alpha(opacity=100)
}

.form-control:-moz-placeholder {
    color: #939393;
    opacity: 1;
    filter: alpha(opacity=100)
}

.form-control::-moz-placeholder {
    color: #939393;
    opacity: 1;
    filter: alpha(opacity=100)
}

.form-control:-ms-input-placeholder {
    color: #939393;
    opacity: 1;
    filter: alpha(opacity=100)
}

.form-control:focus {
    border-color: #000
}

textarea.form-control {
    resize: vertical;
    height: 60px
}

.cupcha {
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 12px;
    max-width: 300px
}

.cupcha>img {
    display: block;
    max-width: 100%
}

.form-hint {
    margin-top: 18px;
    font-size: 12px;
    font-size: .75rem;
    line-height: 18px
}

h1,h2,h3,h4,h5 {
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 17px;
    text-transform: uppercase
}

h1 {
    font-size: 20px;
    line-height: 23px
}

h2 {
    font-size: 20px;
    line-height: 23px
}

h3 {
    font-size: 19px;
    line-height: 24px
}

h4 {
    font-size: 22px;
    line-height: 24px
}

.btn {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    border: 0;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .4s;
    transition: all .4s;
    box-sizing: border-box;
    font-family: "Open Sans",sans-serif
}

.btn:hover {
    text-decoration: none
}

.btn_default {
    text-align: center;
    border: 0;
    cursor: pointer;
    background: #0d7cc8;
    color: #fff;
    padding: 15px 30px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 16px;
    -webkit-transition: all .4s;
    transition: all .4s;
    text-transform: uppercase;
    border-radius: 4px
}

.btn_default:hover {
    background: #0b56ac
}

.btn_default-sm {
    padding: 18px 38px
}

.btn_success {
    text-align: center;
    border: 0;
    cursor: pointer;
    background: #4eaad7;
    color: #fff;
    padding: 15px 26px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 16px;
    font-weight: 700;
    -webkit-transition: all .4s;
    transition: all .4s;
    text-transform: uppercase;
    border-radius: 4px
}

.btn_success:hover {
    background: #0b56ac
}

.btn_block {
    display: block;
    width: 100%
}

*:focus,*:active {
    outline: 0 !important
}

body,html {
    height: 100%
}

body {
    background-color: #fff;
    font-family: "Open Sans",sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    min-height: 100%;
    color: #404142
}

.main-container {
    overflow: hidden;
    width: 100%
}

.container {
    margin: 0 auto;
    box-sizing: border-box;
    max-width: 1186px;
    padding-left: 10px;
    padding-right: 10px
}

.container:after {
    content: "";
    display: table;
    clear: both
}

button {
    cursor: pointer
}

a {
    color: #6ca2d1;
    text-decoration: none
}

a:hover {
    text-decoration: underline
}

.text-uppercase {
    text-transform: uppercase
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

p {
    margin-top: 0;
    margin-bottom: 12px
}

p:last-child {
    margin-bottom: 0
}

.thin-text {
    font-weight: 300
}

.text-bold {
    font-weight: 700
}

hr {
    margin: 30px -20px;
    color: #dcdcdc;
    border-top: 1px solid #dcdcdc
}

hr.mb-sm {
    margin-bottom: 15px
}

hr.mt-sm {
    margin-top: 15px
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,.slick-slider .slick-list {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

.slick-track:before,.slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir="rtl"] .slick-slide {
    float: right
}

.slick-slide url {
    display: block
}

.slick-slide.slick-loading url {
    display: none
}

.slick-slide.dragging url {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.c-media {
    background: url("../../../site_v2/img/base/bg-c-video.jpg") no-repeat 50% 0;
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 30px;
    color: white
}

.c-media .b-title {
    margin-top: 0
}

@media screen and (min-width: 1024px) {
    .c-media {
        padding-top:40px;
        padding-bottom: 40px
    }
}

.media-columns {
    box-sizing: border-box;
    margin-bottom: 20px;
    font-size: 0
}

.media-columns:after {
    content: "";
    display: table;
    clear: both
}

@media screen and (min-width: 1024px) {
    .media-columns {
        margin-bottom:46px
    }
}

.media-columns .column {
    border: 3px solid white;
    box-sizing: border-box;
    margin-bottom: 15px
}

@media screen and (min-width: 768px) {
    .media-columns .column {
        width:48%;
        display: inline-block;
        vertical-align: top;
        margin: 0 2%
    }

    .media-columns .column:first-child {
        margin-left: 0
    }

    .media-columns .column:last-child {
        margin-right: 0
    }
}

.media-columns .column img {
    display: block;
    max-width: 100%
}

.s-content.s-content_shadow-over {
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    position: relative
}

.s-content_overflow-hidden {
    overflow: hidden
}

.s-content {
    padding-top: 30px;
    padding-bottom: 30px
}

@media screen and (min-width: 1024px) {
    .s-content {
        padding-top:70px;
        padding-bottom: 70px
    }

    .s-content.s-content_gap-bottom-md {
        padding-bottom: 35px
    }

    .s-content.s-content_gap-top-md {
        padding-top: 35px
    }

    .s-content.s-content_gap-top-reset {
        padding-top: 0
    }

    .s-content.s-content_gap-bottom-reset {
        padding-bottom: 0
    }
}

.s-content_selected {
    background-color: white;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1)
}

.s-content_selected.s-content_selected_shadow-none {
    box-shadow: none
}

.s-content_selected-inset {
    background-color: white;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1) inset
}

.pricepage {
    margin-bottom: 30px
}

.b-title {
    text-transform: none;
    font-weight: 700;
    text-align: center;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 32px;
    margin-top: 25px;
    margin-bottom: 25px
}

@media screen and (min-width: 1024px) {
    .b-title {
        font-size:32px;
        font-size: 2rem;
        line-height: 42px;
        margin-bottom: 49px
    }
}

.b-title.b-title_mt-reset {
    margin-top: 0
}

.container h1.u-title,.container .u-title {
    font-size: 20px !important;
    line-height: 26px;
    margin-bottom: 20px;
    margin-top: 20px;
    text-transform: none;
    font-weight: 700;
    background: none;
    top: auto;
    border: 0
}

.order-steps {
    text-align: center
}

@media screen and (min-width: 1024px) {
}

.order-steps ol {
    list-style: none;
    padding: 0;
    margin: 0 0 45px;
    counter-reset: counter-number;
    font-size: 0;
    text-align: left
}

@media screen and (min-width: 640px) {
    .order-steps ol {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -moz-flex-direction: horizontal;
        -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        text-align: center
    }
}

@media screen and (min-width: 1130px) {
    .order-steps ol {
        margin-left:-45px;
        margin-right: -45px
    }
}

.order-steps ol li {
    position: relative;
    padding: 168px 15px 0;
    vertical-align: top;
    box-sizing: border-box;
    font-size: 14px;
    font-size: .875rem;
    text-align: center
}

@media screen and (min-width: 640px) {
    .order-steps ol li {
        display:inline-block;
        vertical-align: top;
        width: 50%;
        margin: 0 auto
    }
}

@media screen and (min-width: 768px) and (max-width:1023px) {
    .order-steps ol li {
        width:33%
    }

    .order-steps ol li:nth-child(4) {
        width: 50%
    }

    .order-steps ol li:last-child {
        width: 50%
    }
}

@media screen and (min-width: 1024px) {
    .order-steps ol li {
        width:20%;
        display: inline-block;
        text-align: left;
        padding-left: 30px;
        padding-right: 30px
    }
}

.order-steps ol li:before {
    counter-increment: counter-number;
    content: counter(counter-number);
    font-weight: 800;
    color: #0076c9;
    font-size: 150px;
    font-size: 9.375rem;
    line-height: 150px;
    position: absolute;
    left: 40px;
    right: 40px;
    top: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: center
}

.order-steps ol li:hover:before {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

@media screen and (min-width: 1024px) {
    .order-steps ol li:before {
        text-align:left;
        right: auto
    }
}

.order-steps .b-icon {
    position: absolute;
    left: 32px;
    right: 40px;
    top: 84px;
    height: 60px;
    line-height: 60px
}

.order-steps span {
    font-size: 12px;
    font-size: .75rem;
    line-height: 18px;
    color: #7e7e7e;
    display: block;
    margin-top: 6px
}

.c-events {
    margin-bottom: 40px
}

@media screen and (min-width: 768px) {
    .c-events {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -moz-flex-direction: horizontal;
        -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        -ms-flex-flow: wrap;
        flex-flow: wrap
    }
}

.b-event {
    box-sizing: border-box;
    padding: 0 8px;
    margin: 0 auto 25px;
    max-width: 358px
}

@media screen and (min-width: 768px) {
    .b-event {
        width:32.7%;
        max-width: 1000px
    }

    .b-event.b-event_2 {
        width: 50%
    }
}

@media screen and (min-width: 1024px) {
    .b-event {
        margin-bottom:0;
        padding: 0 22px
    }
}

@media screen and (min-width: 768px) {
    .b-event:first-child {
        padding-left:0
    }
}

@media screen and (min-width: 768px) {
    .b-event:last-child {
        padding-left:0
    }
}

.b-event__photo {
    border: 1px solid #f0f0f0;
    position: relative;
    border-bottom: 0
}

.b-event__photo .img-thumbnail {
    border: 0;
    padding: 0;
    vertical-align: top
}

.b-event__photo img {
    padding: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: block;
    max-width: 100%
}

.b-event__body {
    padding: 18px 20px 36px;
    position: relative;
    background-color: white;
    border: 1px solid #f0f0f0
}

.b-event__body:after {
    content: "";
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 16px;
    height: 4px;
    background-color: #4eaad7
}

.img-thumbnail .zoom {
    background: #08c;
    border-radius: 100%;
    bottom: 8px;
    color: #fff;
    display: block;
    height: 30px;
    padding: 6px;
    position: absolute;
    right: 8px;
    text-align: center;
    width: 30px
}

.c-products {
    margin-bottom: 60px
}

@media screen and (min-width: 768px) {
    .c-products {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -moz-flex-direction: horizontal;
        -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        margin-left: -15px
    }
}

@media screen and (min-width: 1024px) {
    .c-products {
        margin-left:-30px
    }
}

.product-col {
    background-color: white;
    border: 4px solid #4eaad7;
    box-sizing: border-box;
    border-radius: 5px;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
    text-decoration: none;
    color: #404142;
    -webkit-transition: all .4s;
    transition: all .4s;
    display: block;
    overflow: hidden;
    margin-bottom: 30px
}

@media screen and (min-width: 768px) {
    .product-col {
        width:calc(33.3% - 15px);
        margin-left: 15px;
        margin-bottom: 0
    }
}

@media screen and (min-width: 1024px) {
    .product-col {
        width:calc(33.3% - 30px);
        margin-left: 30px
    }
}

.product-col:hover {
    color: #404142;
    text-decoration: none;
    border-color: #eee
}

.product-col:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.product-col__photo {
    border-bottom: 1px solid #ccc;
    height: 185px;
    line-height: 185px;
    text-align: center
}

.product-col__photo img {
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all .4s;
    transition: all .4s;
    max-width: 80%
}

.product-col__body {
    padding: 15px 22px
}

.product-col__title {
    font-weight: 700;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 22px;
    margin-bottom: 16px
}

.product-col dl {
    padding: 0;
    margin: 0
}

.product-col dl dt {
    font-weight: 700;
    margin-bottom: 0
}

.product-col dl dt.inline {
    display: inline
}

.product-col dl dd {
    margin: 0 0 8px;
    line-height: 23px
}

.product-col dl dd.inline {
    display: inline
}

.row-form {
    position: relative;
    background-color: #f2f2f2;
    z-index: 2
}

.row-form:before {
    content: "";
    z-index: -1;
    background-color: #e1e6ec;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50%;
    display: none
}

@media screen and (min-width: 1024px) {
    .row-form:before {
        display:block
    }
}

.row-form__inside {
    position: relative;
    z-index: 2;
    padding-top: 22px;
    padding-bottom: 22px;
    overflow: hidden
}

@media screen and (min-width: 1024px) {
    .row-form__inside {
        padding-top:43px;
        padding-bottom: 43px
    }
}

.row-form__inside:after {
    content: "";
    z-index: -1;
    background-color: #f2f2f2;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin-left: 280px
}

.col-contacts {
    box-sizing: border-box;
    margin-bottom: 30px;
    overflow: hidden
}

@media screen and (min-width: 1024px) {
    .col-contacts {
        float:left;
        width: 277px;
        padding: 0 48px 0 38px;
        margin-bottom: 0
    }
}

.b-contact-data {
    margin-bottom: 40px;
    font-size: 15px;
    font-size: .9375rem
}

@media screen and (min-width: 768px) {
    .b-contact-data {
        float:left;
        width: 48%;
        margin-bottom: 0
    }

    .b-contact-data:last-child {
        float: right
    }
}

@media screen and (min-width: 1024px) {
    .b-contact-data {
        float:none;
        width: auto;
        margin-bottom: 40px
    }

    .b-contact-data:last-child {
        float: none;
        margin-bottom: 0
    }
}

@media screen and (min-width: 1024px) {
    .b-contact-data {
        text-align:right
    }
}

.b-contact-data:last-child {
    margin-bottom: 0
}

.b-contact-data__title {
    font-weight: 700;
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    margin-bottom: 6px
}

.b-contact-data__body {
    margin-bottom: 4px
}

.b-contact-data__body a[href^="mailto:"],.b-contact-data__body a[href^="tel:"] {
    font-weight: bold;
    color: #0088d5
}

.b-contact-data__body a {
    color: #404142;
    text-decoration: none
}

.b-contact-data__body a:hover {
    text-decoration: underline
}

.b-contact-data__hint {
    font-size: 12px;
    font-size: .75rem;
    line-height: 15px
}

.col-order-form {
    box-sizing: border-box
}

@media screen and (min-width: 1024px) {
    .col-order-form {
        padding:0 24px 0 43px;
        margin-left: 280px
    }
}

.c-ready-projects {
    width: 100%;
    margin-bottom: 30px
}

@media screen and (min-width: 1024px) {
    .c-ready-projects {
        display:table
    }
}

.c-ready-projects__cell {
    vertical-align: middle;
    margin-bottom: 25px
}

@media screen and (min-width: 1200px) {
    .c-ready-projects__cell {
        display:table-cell;
        width: 50%;
        position: relative;
        padding-right: 27px
    }
}

.c-ready-projects__cell:last-child {
    padding-right: 0;
    z-index: 2;
    margin-bottom: 0
}

@media screen and (min-width: 1024px) {
    .c-ready-projects__cell:last-child {
        padding-left:9px
    }
}

.object-descriptions {
    font-weight: 700;
    padding: 15px;
    background-color: rgba(255,255,255,.5)
}

.object-descriptions__text {
    margin-bottom: 32px
}

.object-descriptions__text p {
    margin-bottom: 4px;
    font-size: 15px;
    font-size: .9375rem;
    line-height: 25px
}

@media screen and (min-width: 1024px) {
    .object-descriptions__text p {
        font-size:16px;
        font-size: 1rem;
        line-height: 30px
    }
}

.object-descriptions__text p:last-child {
    margin-bottom: 0
}

.object-descriptions__btn {
    text-align: center
}

@media screen and (min-width: 1024px) {
    .object-descriptions__btn {
        text-align:left
    }
}

.carousel-objects .slick-list {
    overflow: visible
}

.carousel-objects {
    overflow: hidden;
    max-width: 430px;
    margin: 0 auto;
    white-space: nowrap
}

@media screen and (min-width: 768px) {
    .carousel-objects {
        width:760px;
        overflow: visible;
        max-width: 1200px
    }
}

.carousel-objects .slide {
    position: relative;
    z-index: 0;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    float: none
}

@media screen and (min-width: 768px) {
    .carousel-objects .slide {
        height:330px
    }
}

.carousel-objects .slide .slide-container {
    -webkit-transition: all .4s;
    transition: all .4s
}

@media screen and (min-width: 768px) {
    .carousel-objects .slide .slide-container {
        position:absolute;
        left: 31%;
        margin-left: -210px;
        top: 0;
        bottom: 0;
        display: block
    }
}

.carousel-objects .slide .slide-container img {
    display: block
}

@media screen and (max-width: 767px) {
    .carousel-objects .slide .slide-container img {
        max-width:100%
    }
}

@media screen and (min-width: 768px) {
    .carousel-objects .slide .slide-container img {
        opacity:.4;
        filter: alpha(opacity=40);
        border: 5px solid transparent;
        -webkit-transform: scale(.94);
        transform: scale(.94)
    }
}

.carousel-objects .slide.slick-active {
    z-index: 2
}

.carousel-objects .slide.slick-current {
    z-index: 3;
    overflow: visible
}

@media screen and (min-width: 768px) {
    .carousel-objects .slide.slick-current .slide-container {
        margin-left:-212px
    }

    .carousel-objects .slide.slick-current .slide-container img {
        opacity: 1;
        filter: alpha(opacity=100);
        border-color: #4eaad7;
        -webkit-transform: scale(1);
        -webkit-transition: all .3s;
        transition: all .3s;
        transform: scale(1)
    }
}

.carousel-objects .slide.slick-current .slide-desc {
    opacity: 1;
    filter: alpha(opacity=100)
}

.carousel-objects .slick-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50px;
    z-index: 8;
    background: none;
    padding: 0;
    cursor: pointer;
    border: 0;
    font-size: 0
}

@media screen and (min-width: 768px) {
    .carousel-objects .slick-arrow {
        width:110px
    }
}

.carousel-objects .slick-arrow:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 18px;
    height: 18px;
    border-left: 4px solid #4fabd7;
    border-bottom: 4px solid #4fabd7;
    margin-left: -9px;
    margin-top: -9px
}

@media screen and (min-width: 768px) {
    .carousel-objects .slick-arrow:before {
        width:28px;
        height: 28px;
        margin-left: -14px;
        margin-top: -14px
    }
}

.carousel-objects .slick-arrow.slick-prev {
    left: 0
}

.carousel-objects .slick-arrow.slick-prev:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.carousel-objects .slick-arrow.slick-next {
    right: 0
}

.carousel-objects .slick-arrow.slick-next:before {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.carousel-objects .slide-desc {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    left: 36px;
    right: 36px;
    bottom: 25px;
    font-size: 13px;
    font-size: .8125rem;
    line-height: 20px;
    color: white;
    -webkit-transition: all .4s;
    transition: all .4s
}

@media screen and (min-width: 768px) {
    .carousel-objects .slide-desc {
        left:16px;
        right: 16px
    }
}

.main-header {
    background-color: white;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
    box-shadow: 0 0 5px rgba(0,0,0,.7);
    z-index: 10;
    z-index: 50;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.7);
    -webkit-transition: all .3s;
    transition: all .3s
}

.main-header.sticky {
    background-color: rgba(255,255,255,.8)
}

.logo {
    text-align: left;
    text-indent: -999em;
    width: 136px;
    height: 48px;
    background: url("../../../site_v2/img/base/logo.png") no-repeat;
    float: left;
    margin-top: 12px
}

@media screen and (min-width: 1024px) {
    .logo {
        margin-top:22px;
        margin-bottom: 20px
    }
}

.contact-phones {
    font-weight: 700;
    font-size: 16px;
    font-size: 1rem;
    line-height: 22px;
    color: #262626;
    padding: 16px 0 0;
    text-align: center;
    float: right
}

@media screen and (min-width: 1024px) {
    .contact-phones {
        font-size:20px;
        font-size: 1.25rem;
        line-height: 27px;
        padding: 0;
        margin-top: 16px;
        margin-bottom: 20px;
        display: block;
        text-align: left
    }
}

.contact-phones a {
    color: #262626;
    text-decoration: none
}

.contact-phones span {
    color: #0075c5
}

.btn-burger {
    width: 42px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
    float: right
}

@media screen and (min-width: 1024px) {
    .btn-burger {
        display:none
    }
}

.btn-burger.is-active span {
    background-color: transparent
}

.btn-burger.is-active span:before {
    -webkit-transform: translateY(7px) rotate(-45deg);
    transform: translateY(7px) rotate(-45deg)
}

.btn-burger.is-active span:after {
    -webkit-transform: translateY(-7px) rotate(45deg);
    transform: translateY(-7px) rotate(45deg)
}

.btn-burger.is-active+.main-nav__inside {
    max-height: 1000px
}

.btn-burger span {
    display: inline-block;
    vertical-align: middle;
    height: 3px;
    background-color: #0d7cc8;
    width: 30px;
    position: relative;
    -webkit-transition: all .4s;
    transition: all .4s
}

.btn-burger span:before,.btn-burger span:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: #0d7cc8;
    left: 50%;
    margin-left: -15px;
    -webkit-transform-origin: center center 0;
    transform-origin: center center 0;
    -webkit-transition: all .4s;
    transition: all .4s
}

.btn-burger span:before {
    top: -7px
}

.btn-burger span:after {
    bottom: -7px
}

.main-nav {
    clear: both
}

@media screen and (min-width: 1024px) {
    .main-nav {
        margin-left:143px;
        width: auto;
        float: none;
        clear: none
    }
}

@media screen and (min-width: 1130px) {
    .main-nav {
        margin-left:158px
    }
}

.main-nav__inside {
    overflow: hidden;
    max-height: 0;
    background-color: rgba(255,255,255,.9);
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    box-sizing: border-box;
    -webkit-transition: all .4s;
    transition: all .4s
}

@media screen and (min-width: 1024px) {
    .main-nav__inside {
        background-color:transparent;
        position: inherit;
        top: auto;
        left: auto;
        right: auto;
        max-height: 150px
    }
}

.main-nav__inside ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.main-nav__inside>ul {
    font-size: 0;
    padding-bottom: 20px
}

@media screen and (min-width: 1024px) {
    .main-nav__inside>ul {
        padding-bottom:0
    }
}

.main-nav__inside>ul>li {
    vertical-align: middle
}

@media screen and (min-width: 1024px) {
    .main-nav__inside>ul>li {
        display:inline-block
    }
}

@media screen and (min-width: 1024px) {
    .main-nav__inside>ul>li+li {
        margin-left:4px
    }
}

.main-nav__inside>ul>li>a {
    display: block;
    font-size: 16px;
    font-size: 1rem;
    line-height: 18px;
    text-decoration: none;
    color: #262626;
    padding: 12px 17px;
    position: relative
}

@media screen and (min-width: 1024px) {
    .main-nav__inside>ul>li>a {
        padding:34px 12px 38px;
        font-size: 14px;
        font-size: .875rem
    }
}

@media screen and (min-width: 1130px) {
    .main-nav__inside>ul>li>a {
        font-size:16px;
        font-size: 1rem;
        padding: 34px 17px 38px
    }
}

.main-nav__inside>ul>li>a:before {
    content: "";
    position: absolute;
    left: 16px;
    bottom: 33px;
    height: 1px;
    background-color: #9f9f9f;
    width: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
    display: none
}

@media screen and (min-width: 1024px) {
    .main-nav__inside>ul>li>a:before {
        display:block
    }
}

.main-nav__inside>ul>li>a:hover,.main-nav__inside>ul>li>a.active {
    background-color: #9f9f9f;
    color: white
}

@media screen and (min-width: 1024px) {
    .main-nav__inside>ul>li>a:hover,.main-nav__inside>ul>li>a.active {
        background-color:transparent;
        color: #262626
    }
}

@media screen and (min-width: 1024px) {
    .main-nav__inside>ul>li>a:hover:before,.main-nav__inside>ul>li>a.active:before {
        width:calc(100% - 32px)
    }
}

.main-nav__inside>ul>li.with-submenu>a {
    padding-right: 46px
}

@media screen and (min-width: 1024px) {
    .main-nav__inside>ul>li.with-submenu>a {
        padding-right:26px
    }
}

.main-nav__inside>ul>li.with-submenu>a:after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    width: 10px;
    height: 10px;
    border-right: 2px solid #4eaad7;
    border-bottom: 2px solid #4eaad7;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -8px
}

@media screen and (min-width: 1024px) {
    .main-nav__inside>ul>li.with-submenu>a:after {
        right:2px
    }
}

@media screen and (max-width: 1023px) {
    .main-nav__inside>ul>li.with-submenu.open .b-submenu {
        max-height:800px;
        -webkit-transition-delay: .5s;
        transition-delay: .5s
    }
}

@media screen and (min-width: 1024px) {
    .main-nav__inside>ul>li.with-submenu:hover .b-submenu {
        max-height:800px;
        -webkit-transition-delay: .5s;
        transition-delay: .5s
    }
}

.main-nav__inside>ul>li.with-submenu .b-submenu {
    max-height: 0;
    overflow: hidden;
    background-color: rgba(27,64,102,.8);
    box-shadow: 0 1px 3px rgba(0,0,0,.1) 10px 0 0 #000;
    -webkit-transition: all .3s;
    transition: all .3s
}

@media screen and (min-width: 1024px) {
    .main-nav__inside>ul>li.with-submenu .b-submenu {
        position:absolute;
        left: 0;
        right: 0;
        top: 100%;
        z-index: 10;
        -webkit-transition-delay: .7s;
        transition-delay: .7s
    }
}

.main-nav__inside>ul>li.with-submenu .b-submenu__icon {
    display: block;
    margin-bottom: 15px
}

.main-nav__inside>ul>li.with-submenu .b-submenu__icon img {
    display: inline-block;
    max-width: 100%
}

.main-nav__inside>ul>li.with-submenu ul {
    margin-left: auto;
    margin-right: auto;
    max-width: 1186px;
    box-sizing: border-box;
    font-size: 0;
    text-align: center
}

@media screen and (min-width: 1024px) {
    .main-nav__inside>ul>li.with-submenu ul {
        padding-left:20px;
        padding-right: 20px
    }
}

.main-nav__inside>ul>li.with-submenu ul>li {
    display: block
}

@media screen and (min-width: 1024px) {
    .main-nav__inside>ul>li.with-submenu ul>li {
        display:inline-block;
        vertical-align: top;
        width: 166px;
        height: 145px
    }
}

.main-nav__inside>ul>li.with-submenu ul>li>a {
    display: block;
    font-size: 14px;
    font-size: .875rem;
    line-height: 17px;
    padding: 20px;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all .4s;
    transition: all .4s;
    height: 100%;
    box-sizing: border-box
}

.main-nav__inside>ul>li.with-submenu ul>li>a:hover {
    background-color: #1b4066
}

.c-intro {
    position: relative;
    overflow: hidden;
    padding-top: 125px;
    padding-bottom: 30px;
    box-sizing: border-box;
    color: white
}

@media screen and (min-width: 1024px) {
    .c-intro {
        min-height:590px;
        padding-top: 135px;
        padding-bottom: 55px
    }

    .c-intro.c-intro_auto-h {
        padding-top: 130px;
        padding-bottom: 100px;
        min-height: 100%
    }
}

.c-intro>img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    z-index: -1
}

.c-intro header {
    text-align: center;
    margin-bottom: 40px
}

@media screen and (min-width: 1024px) {
    .c-intro header {
        margin-bottom:74px
    }
}

.c-intro .h1,.c-intro .h2,.c-intro h1,.c-intro h2 {
    margin: 0;
    font-weight: 700;
    text-transform: none
}

.c-intro .h1,.c-intro h1 {
    margin-bottom: 8px;
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 28px
}

@media screen and (min-width: 1024px) {
    .c-intro .h1,.c-intro h1 {
        margin-bottom:16px;
        font-size: 45px;
        font-size: 2.8125rem;
        line-height: 47px
    }
}

.c-intro .h2,.c-intro h2 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 23px
}

@media screen and (min-width: 1024px) {
    .c-intro .h2,.c-intro h2 {
        font-size:24px;
        font-size: 1.5rem;
        line-height: 27px
    }
}

.c-intro .h2 span,.c-intro h2 span {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 18px;
    padding-right: 18px
}

@media screen and (min-width: 1024px) {
    .c-intro .h2 span,.c-intro h2 span {
        padding-left:28px;
        padding-right: 28px
    }
}

.c-intro .h2 span:before,.c-intro .h2 span:after,.c-intro h2 span:before,.c-intro h2 span:after {
    content: "";
    position: absolute;
    top: 50%;
    border-radius: 50%;
    background-color: white;
    width: 6px;
    height: 6px;
    margin-top: -3px
}

@media screen and (min-width: 1024px) {
    .c-intro .h2 span:before,.c-intro .h2 span:after,.c-intro h2 span:before,.c-intro h2 span:after {
        width:12px;
        height: 12px;
        margin-top: -4px
    }
}

.c-intro .h2 span:before,.c-intro h2 span:before {
    left: 0
}

.c-intro .h2 span:after,.c-intro h2 span:after {
    right: 0
}

.our-benefits {
    font-size: 0
}

@media screen and (min-width: 1024px) {
    .our-benefits {
        margin:0 -15px
    }

    .our-benefits {
        margin: 0 -32px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -moz-flex-direction: horizontal;
        -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        -ms-flex-flow: wrap;
        flex-flow: wrap
    }
}

.b-benefit {
    text-align: center;
    box-sizing: border-box;
    padding: 0 15px;
    margin-bottom: 30px;
    font-size: 14px
}

@media screen and (min-width: 640px) {
    .b-benefit {
        width:50%;
        display: inline-block;
        vertical-align: top
    }
}

@media screen and (min-width: 1024px) {
    .b-benefit {
        padding:0 25px;
        width: 25%;
        margin-bottom: 0
    }
}

.b-benefit__icon {
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #404142;
    margin: 0 auto 10px;
    position: relative;
    text-align: center;
    z-index: 2
}

@media screen and (min-width: 1024px) {
    .b-benefit__icon {
        width:160px;
        height: 160px;
        line-height: 160px;
        margin-bottom: 25px
    }
}

.b-benefit__icon:after {
    content: "";
    position: absolute;
    top: 132px;
    left: 50%;
    background-color: #4a4b4c;
    width: 160px;
    height: 160px;
    margin-left: -80px;
    border-radius: 50%;
    z-index: -1
}

.b-benefit__icon img {
    display: inline-block;
    vertical-align: middle;
    margin-top: -7px;
    max-width: 50%
}

@media screen and (min-width: 1024px) {
    .b-benefit__icon img {
        max-width:100%
    }
}

.b-benefit__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    margin: 0 auto 3px
}

@media screen and (min-width: 1024px) {
    .b-benefit__title {
        max-width:65%;
        font-size: 20px;
        line-height: 30px
    }

    .b-benefit__title.b-benefit__title_fwidth {
        max-width: 100%
    }
}

.main-footer {
    padding-top: 30px;
    min-height: 250px;
    box-sizing: border-box;
    font-size: 13px;
    font-size: .8125rem;
    line-height: 22px;
    background-color: white
}

@media screen and (min-width: 1024px) {
    .main-footer {
        padding-top:46px
    }
}

.main-footer>.container {
    padding-bottom: 30px
}

@media screen and (min-width: 1024px) {
    .main-footer>.container {
        padding-bottom:46px
    }
}

.b-shedule {
    font-size: 15px;
    font-size: .9375rem;
    line-height: 24px;
    text-align: center
}

@media screen and (min-width: 1130px) {
    .b-shedule {
        float:right;
        text-align: right
    }
}

.b-shedule p {
    margin-bottom: 9px
}

.b-shedule p strong {
    display: block
}

.socials ul {
    list-style: none;
    font-size: 0;
    padding: 0;
    margin: 0
}

.socials ul li {
    display: inline-block;
    vertical-align: middle
}

.socials ul li+li {
    margin-left: 15px
}

.btn-social {
    display: block;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-image: url("../../../site_v2/img/base/btn-socials.png")
}

.btn-social_vk {
    background-position: 0 0
}

.btn-social_fb {
    background-position: -52px 0
}

.btn-social_gp {
    background-position: -106px 0
}

.btn-social_yt {
    background-position: -160px 0
}

.footer-nav-columns {
    font-size: 0
}

@media screen and (min-width: 1024px) {
    .footer-nav-columns {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -moz-flex-direction: horizontal;
        -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        -ms-flex-flow: wrap;
        flex-flow: wrap
    }
}

.footer-column {
    box-sizing: border-box;
    margin-bottom: 25px;
    font-size: 14px;
    font-size: .875rem
}

@media screen and (min-width: 640px) {
    .footer-column {
        width:50%;
        padding-left: 25px;
        padding-right: 25px;
        display: inline-block;
        vertical-align: top
    }
}

@media screen and (min-width: 768px) {
    .footer-column {
        width:24%
    }
}

@media screen and (min-width: 1130px) {
    .footer-column {
        margin-bottom:0
    }
}

@media screen and (min-width: 1130px) {
    .footer-column:first-child {
        width:11%;
        padding-left: 0
    }

    .footer-column:first-child+.footer-column {
        width: 19%
    }
}

.footer-column:last-child {
    margin-bottom: 0
}

@media screen and (min-width: 640px) {
    .footer-column:last-child {
        width:100%
    }
}

@media screen and (min-width: 1130px) {
    .footer-column:last-child {
        width:22%;
        padding-right: 0
    }
}

.footer-title {
    font-weight: 700;
    margin-bottom: 14px;
    color: #0088d5
}

.footer-nav ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.footer-nav ul li {
    position: relative;
    padding-left: 11px
}

.footer-nav ul li+li {
    margin-top: 7px
}

.footer-nav ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 3px;
    border-color: transparent transparent transparent #007bff
}

.footer-nav ul li a {
    color: #0088d5;
    text-decoration: underline
}

.footer-nav ul li a:hover {
    text-decoration: none
}

.copyright {
    text-align: center;
    font-size: 12px;
    color: white;
    padding: 18px;
    background-color: #0188cc
}

.icn {
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover
}

.media-columns .column iframe {
    display: block;
    width: 100%;
    height: 308px
}

.gallery-dev .img-thumbnail {
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 0;
    margin-bottom: 26px
}

.gallery-dev .img-thumbnail img {
    display: block
}

.h-title {
    text-transform: uppercase;
    font-size: 19px;
    line-height: 24px;
    margin-bottom: 54px
}

.benefits-cols {
    overflow: hidden
}

.benefits-col {
    margin-bottom: 25px
}

.benefits-col p {
    position: relative;
    margin-bottom: 25px;
    padding-left: 30px
}

.benefits-col p:before {
    content: "";
    width: 16px;
    height: 16px;
    background: url("../../../site_v2/img/base/icn-mark-line.png") no-repeat;
    position: absolute;
    left: 0;
    top: 3px
}

.benefits-col p strong {
    display: block
}

@media screen and (min-width: 768px) {
    .benefits-col {
        float:left;
        width: 48%;
        margin-bottom: 0
    }

    .benefits-col:last-child {
        float: right
    }

    .benefits-col p:last-child {
        margin-bottom: 0
    }
}

.fisheye {
    text-align: center;
    position: relative;
    margin-top: 70px;
    margin-bottom: 50px
}

.fisheyeContainter {
    margin: 0 auto;
    font-size: 0
}

.fisheyeItem {
    display: inline-block;
    cursor: pointer;
    text-align: center;
    margin: 0
}

.fisheyeItem span {
    font-size: 10px;
    line-height: 12px;
    -webkit-transition: all .3s;
    transition: all .3s;
    display: block;
    margin: 0 auto;
    text-align: center
}

.fisheyeItem img {
    border: solid 1px #ccc;
    width: 100%
}

@media screen and (min-width: 768px) {
    .fisheyeItem {
        position:absolute;
        bottom: 0
    }

    .fisheye {
        height: 50px
    }

    .fisheyeContainter {
        position: absolute;
        bottom: 0;
        width: 630px
    }

    .fisheyeItem span {
        position: absolute;
        height: 50px;
        left: 0;
        right: 0;
        font-size: 16px;
        line-height: 18px
    }

    .form-group_col {
        margin-bottom: 0
    }
}

@media screen and (min-width: 1024px) {
    .fisheyeItem span {
        opacity:0
    }
}

.fisheyeItem:hover span {
    opacity: 1
}

.slider-container {
    overflow: hidden
}

.slick-slider .slick-track,.slick-slider .slick-list {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.group-images {
    font-size: 0;
    margin-bottom: 25px
}

.group-images .img-thumbnail {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    max-width: 442px
}

.Ñ-calculator {
    margin-bottom: 30px
}

.Ñ-calculator__calc {
    margin-bottom: 20px
}

.wrap-calculator {
    overflow: hidden
}

.wrap-calculator__text blockquote {
    color: #3674ab;
    padding: 0 0 30px 35px;
    border: 0;
    margin: 0;
    position: relative
}

.wrap-calculator__text blockquote:before {
    content: "â€œ";
    position: absolute;
    left: 0;
    top: 12px;
    font-size: 60px;
    color: #3674ab
}

.wrap-calculator__text blockquote:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 70%;
    height: 4px;
    background-color: #3674ab
}

@media screen and (min-width: 768px) {
    .wrap-calculator {
        display:table;
        width: 100%;
        table-layout: fixed
    }

    .wrap-calculator__calc {
        margin-bottom: 0;
        display: table-cell;
        width: 60%
    }

    .wrap-calculator__text {
        margin-left: 60%;
        padding-left: 25px;
        display: table-cell;
        vertical-align: middle;
        font-size: 25px;
        line-height: 30px;
        font-weight: 700
    }
}

.margin-top-gap {
    margin-top: 30px
}

.margin-bottom-gap {
    margin-bottom: 30px
}

.b-event__body ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.b-event__body ul li strong:before {
    content: "â€¢";
    display: inline;
    margin-right: 5px
}

.newwrap {
    overflow: hidden
}

.b-title-article {
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 17px;
    text-transform: uppercase
}

.b-title-article a {
    color: #0088d5;
    text-decoration: underline
}

.b-title-article a:hover {
    color: #0088d5;
    text-decoration: none
}

.hr-sm-gaps {
    margin: 10px 2px 16px
}

.title-fs-sm {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 17px
}

.like-h1 {
    text-align: left;
    text-transform: uppercase;
    text-transform: uppercase;
    background: none;
    font-weight: 700 !important;
    font-size: 28px !important;
    letter-spacing: 0 !important;
    position: relative;
    color: #000
}

.like-h1:after {
    content: "";
    position: absolute;
    left: 50%;
    height: 4px;
    background-color: #0075c5;
    width: 100px;
    margin-left: -55px;
    bottom: 0;
    top: 45px
}

.image-for-desktop {
    display: none
}

@media screen and (min-width: 1024px) {
    .group-images {
        text-align:center
    }

    .group-images .img-thumbnail {
        display: inline-block;
        margin-left: 10px
    }
}

@media screen and (min-width: 1200px) {
    .image-for-mobile {
        display:none
    }

    .image-for-desktop {
        display: block
    }

    .group-images .img-thumbnail {
        display: inline-block;
        margin-left: 10px;
        max-width: 100%
    }

    .group-images .img-thumbnail:first-child {
        margin-left: 0
    }
}

@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i,800");html {
    font-family: sans-serif;
    font-size: 16px;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,aside,footer,header,nav,section {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

figcaption,figure,main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace,monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active,a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: 0;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,strong {
    font-weight: inherit
}

b,strong {
    font-weight: bolder
}

code,kbd,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio,video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,input,optgroup,select,textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

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 {
    border-style: none;
    padding: 0
}

button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"],[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details,menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}

.form-group {
    margin-bottom: 9px;
    overflow: hidden
}

.form-group:last-child {
    margin-bottom: 0
}

@media screen and (min-width: 1024px) {
    .form-group_lg {
        margin-bottom:32px
    }
}

@media screen and (min-width: 768px) {
    .form-group_half-w {
        float:left;
        width: 49.3%
    }

    .form-group_half-w:last-child {
        float: right
    }
}

@media screen and (min-width: 768px) {
    .form-group_third-w {
        width:39%;
        float: left
    }
}

@media screen and (min-width: 768px) {
    .form-group_seventh-w {
        float:right;
        width: 55.3%
    }
}

.form-group-btn {
    text-align: center;
    margin-top: 25px
}

@media screen and (min-width: 768px) {
    .form-group-btn {
        text-align:left;
        margin-top: 0
    }
}

.form-label {
    margin-bottom: 8px;
    font-weight: 400;
    color: #696969;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px
}

.form-control {
    background-color: white;
    border: 1px solid #ccc;
    width: 100%;
    box-sizing: border-box;
    height: 36px;
    font-size: 14px;
    font-size: .875rem;
    padding: 9px 20px;
    -webkit-transition: all .4s;
    transition: all .4s;
    color: #000;
    border-radius: 5px
}

.form-control::-webkit-input-placeholder {
    color: #939393;
    opacity: 1;
    filter: alpha(opacity=100)
}

.form-control:-moz-placeholder {
    color: #939393;
    opacity: 1;
    filter: alpha(opacity=100)
}

.form-control::-moz-placeholder {
    color: #939393;
    opacity: 1;
    filter: alpha(opacity=100)
}

.form-control:-ms-input-placeholder {
    color: #939393;
    opacity: 1;
    filter: alpha(opacity=100)
}

.form-control:focus {
    border-color: #000
}

textarea.form-control {
    resize: vertical;
    height: 60px
}

.cupcha {
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 12px;
    max-width: 300px
}

.cupcha>img {
    display: block;
    max-width: 100%
}

.form-hint {
    margin-top: 18px;
    font-size: 12px;
    font-size: .75rem;
    line-height: 18px
}

h1,h2,h3,h4,h5 {
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 17px;
    text-transform: uppercase
}

h1 {
    font-size: 20px;
    line-height: 23px
}

h2 {
    font-size: 20px;
    line-height: 23px
}

h3 {
    font-size: 19px;
    line-height: 24px
}

h4 {
    font-size: 22px;
    line-height: 24px
}

.btn {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    border: 0;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .4s;
    transition: all .4s;
    box-sizing: border-box;
    font-family: "Open Sans",sans-serif
}

.btn:hover {
    text-decoration: none
}

.btn_default {
    text-align: center;
    border: 0;
    cursor: pointer;
    background: #0d7cc8;
    color: #fff;
    padding: 15px 30px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 16px;
    -webkit-transition: all .4s;
    transition: all .4s;
    text-transform: uppercase;
    border-radius: 4px
}

.btn_default:hover {
    background: #0b56ac
}

.btn_default-sm {
    padding: 18px 38px
}

.btn_success {
    text-align: center;
    border: 0;
    cursor: pointer;
    background: #4eaad7;
    color: #fff;
    padding: 15px 26px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 16px;
    font-weight: 700;
    -webkit-transition: all .4s;
    transition: all .4s;
    text-transform: uppercase;
    border-radius: 4px
}

.btn_success:hover {
    background: #0b56ac
}

.btn_block {
    display: block;
    width: 100%
}

*:focus,*:active {
    outline: 0 !important
}

body,html {
    height: 100%
}

body {
    background-color: #fff;
    font-family: "Open Sans",sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    min-height: 100%;
    color: #404142
}

.main-container {
    overflow: hidden;
    width: 100%
}

.container {
    margin: 0 auto;
    box-sizing: border-box;
    max-width: 1186px;
    padding-left: 10px;
    padding-right: 10px
}

.container:after {
    content: "";
    display: table;
    clear: both
}

button {
    cursor: pointer
}

a {
    color: #6ca2d1;
    text-decoration: none
}

a:hover {
    text-decoration: underline
}

.text-uppercase {
    text-transform: uppercase
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

p {
    margin-top: 0;
    margin-bottom: 12px
}

p:last-child {
    margin-bottom: 0
}

.thin-text {
    font-weight: 300
}

.text-bold {
    font-weight: 700
}

hr {
    margin: 30px -20px;
    color: #dcdcdc;
    border-top: 1px solid #dcdcdc
}

hr.mb-sm {
    margin-bottom: 15px
}

hr.mt-sm {
    margin-top: 15px
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,.slick-slider .slick-list {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

.slick-track:before,.slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir="rtl"] .slick-slide {
    float: right
}

.slick-slide url {
    display: block
}

.slick-slide.slick-loading url {
    display: none
}

.slick-slide.dragging url {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.c-media {
    background: url("../../../site_v2/img/base/bg-c-video.jpg") no-repeat 50% 0;
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 30px;
    color: white
}

.c-media .b-title {
    margin-top: 0
}

@media screen and (min-width: 1024px) {
    .c-media {
        padding-top:40px;
        padding-bottom: 40px
    }
}

.media-columns {
    box-sizing: border-box;
    margin-bottom: 20px;
    font-size: 0
}

.media-columns:after {
    content: "";
    display: table;
    clear: both
}

@media screen and (min-width: 1024px) {
    .media-columns {
        margin-bottom:46px
    }
}

.media-columns .column {
    border: 3px solid white;
    box-sizing: border-box;
    margin-bottom: 15px
}

@media screen and (min-width: 768px) {
    .media-columns .column {
        width:48%;
        display: inline-block;
        vertical-align: top;
        margin: 0 2%
    }

    .media-columns .column:first-child {
        margin-left: 0
    }

    .media-columns .column:last-child {
        margin-right: 0
    }
}

.media-columns .column img {
    display: block;
    max-width: 100%
}

.s-content.s-content_shadow-over {
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    position: relative
}

.s-content_overflow-hidden {
    overflow: hidden
}

.s-content {
    padding-top: 30px;
    padding-bottom: 30px
}

@media screen and (min-width: 1024px) {
    .s-content {
        padding-top:70px;
        padding-bottom: 70px
    }

    .s-content.s-content_gap-bottom-md {
        padding-bottom: 35px
    }

    .s-content.s-content_gap-top-md {
        padding-top: 35px
    }

    .s-content.s-content_gap-top-reset {
        padding-top: 0
    }

    .s-content.s-content_gap-bottom-reset {
        padding-bottom: 0
    }
}

.s-content_selected {
    background-color: white;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1)
}

.s-content_selected.s-content_selected_shadow-none {
    box-shadow: none
}

.s-content_selected-inset {
    background-color: white;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1) inset
}

.pricepage {
    margin-bottom: 30px
}

.b-title {
    text-transform: none;
    font-weight: 700;
    text-align: center;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 32px;
    margin-top: 25px;
    margin-bottom: 25px
}

@media screen and (min-width: 1024px) {
    .b-title {
        font-size:32px;
        font-size: 2rem;
        line-height: 42px;
        margin-bottom: 49px
    }
}

.b-title.b-title_mt-reset {
    margin-top: 0
}

.container h1.u-title,.container .u-title {
    font-size: 20px !important;
    line-height: 26px;
    margin-bottom: 20px;
    margin-top: 20px;
    text-transform: none;
    font-weight: 700;
    background: none;
    top: auto;
    border: 0
}

.order-steps {
    text-align: center
}

@media screen and (min-width: 1024px) {
}

.order-steps ol {
    list-style: none;
    padding: 0;
    margin: 0 0 45px;
    counter-reset: counter-number;
    font-size: 0;
    text-align: left
}

@media screen and (min-width: 640px) {
    .order-steps ol {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -moz-flex-direction: horizontal;
        -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        text-align: center
    }
}

@media screen and (min-width: 1130px) {
    .order-steps ol {
        margin-left:-45px;
        margin-right: -45px
    }
}

.order-steps ol li {
    position: relative;
    padding: 168px 15px 0;
    vertical-align: top;
    box-sizing: border-box;
    font-size: 14px;
    font-size: .875rem;
    text-align: center
}

@media screen and (min-width: 640px) {
    .order-steps ol li {
        display:inline-block;
        vertical-align: top;
        width: 50%;
        margin: 0 auto
    }
}

@media screen and (min-width: 768px) and (max-width:1023px) {
    .order-steps ol li {
        width:33%
    }

    .order-steps ol li:nth-child(4) {
        width: 50%
    }

    .order-steps ol li:last-child {
        width: 50%
    }
}

@media screen and (min-width: 1024px) {
    .order-steps ol li {
        width:20%;
        display: inline-block;
        text-align: left;
        padding-left: 30px;
        padding-right: 30px
    }
}

.order-steps ol li:before {
    counter-increment: counter-number;
    content: counter(counter-number);
    font-weight: 800;
    color: #0076c9;
    font-size: 150px;
    font-size: 9.375rem;
    line-height: 150px;
    position: absolute;
    left: 40px;
    right: 40px;
    top: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: center
}

.order-steps ol li:hover:before {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

@media screen and (min-width: 1024px) {
    .order-steps ol li:before {
        text-align:left;
        right: auto
    }
}

.order-steps .b-icon {
    position: absolute;
    left: 32px;
    right: 40px;
    top: 84px;
    height: 60px;
    line-height: 60px
}

.order-steps span {
    font-size: 12px;
    font-size: .75rem;
    line-height: 18px;
    color: #7e7e7e;
    display: block;
    margin-top: 6px
}

.c-events {
    margin-bottom: 40px
}

@media screen and (min-width: 768px) {
    .c-events {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -moz-flex-direction: horizontal;
        -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        -ms-flex-flow: wrap;
        flex-flow: wrap
    }
}

.b-event {
    box-sizing: border-box;
    padding: 0 8px;
    margin: 0 auto 25px;
    max-width: 358px
}

@media screen and (min-width: 768px) {
    .b-event {
        width:32.7%;
        max-width: 1000px
    }

    .b-event.b-event_2 {
        width: 50%
    }
}

@media screen and (min-width: 1024px) {
    .b-event {
        margin-bottom:0;
        padding: 0 22px
    }
}

@media screen and (min-width: 768px) {
    .b-event:first-child {
        padding-left:0
    }
}

@media screen and (min-width: 768px) {
    .b-event:last-child {
        padding-left:0
    }
}

.b-event__photo {
    border: 1px solid #f0f0f0;
    position: relative;
    border-bottom: 0
}

.b-event__photo .img-thumbnail {
    border: 0;
    padding: 0;
    vertical-align: top
}

.b-event__photo img {
    padding: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: block;
    max-width: 100%
}

.b-event__body {
    padding: 18px 20px 36px;
    position: relative;
    background-color: white;
    border: 1px solid #f0f0f0
}

.b-event__body:after {
    content: "";
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 16px;
    height: 4px;
    background-color: #4eaad7
}

.img-thumbnail .zoom {
    background: #08c;
    border-radius: 100%;
    bottom: 8px;
    color: #fff;
    display: block;
    height: 30px;
    padding: 6px;
    position: absolute;
    right: 8px;
    text-align: center;
    width: 30px
}

.c-products {
    margin-bottom: 60px
}

@media screen and (min-width: 768px) {
    .c-products {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -moz-flex-direction: horizontal;
        -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        margin-left: -15px
    }
}

@media screen and (min-width: 1024px) {
    .c-products {
        margin-left:-30px
    }
}

.product-col {
    background-color: white;
    border: 4px solid #4eaad7;
    box-sizing: border-box;
    border-radius: 5px;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
    text-decoration: none;
    color: #404142;
    -webkit-transition: all .4s;
    transition: all .4s;
    display: block;
    overflow: hidden;
    margin-bottom: 30px
}

@media screen and (min-width: 768px) {
    .product-col {
        width:calc(33.3% - 15px);
        margin-left: 15px;
        margin-bottom: 0
    }
}

@media screen and (min-width: 1024px) {
    .product-col {
        width:calc(33.3% - 30px);
        margin-left: 30px
    }
}

.product-col:hover {
    color: #404142;
    text-decoration: none;
    border-color: #eee
}

.product-col:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.product-col__photo {
    border-bottom: 1px solid #ccc;
    height: 185px;
    line-height: 185px;
    text-align: center
}

.product-col__photo img {
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all .4s;
    transition: all .4s;
    max-width: 80%
}

.product-col__body {
    padding: 15px 22px
}

.product-col__title {
    font-weight: 700;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 22px;
    margin-bottom: 16px
}

.product-col dl {
    padding: 0;
    margin: 0
}

.product-col dl dt {
    font-weight: 700;
    margin-bottom: 0
}

.product-col dl dt.inline {
    display: inline
}

.product-col dl dd {
    margin: 0 0 8px;
    line-height: 23px
}

.product-col dl dd.inline {
    display: inline
}

.row-form {
    position: relative;
    background-color: #f2f2f2;
    z-index: 2
}

.row-form:before {
    content: "";
    z-index: -1;
    background-color: #e1e6ec;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50%;
    display: none
}

@media screen and (min-width: 1024px) {
    .row-form:before {
        display:block
    }
}

.row-form__inside {
    position: relative;
    z-index: 2;
    padding-top: 22px;
    padding-bottom: 22px;
    overflow: hidden
}

@media screen and (min-width: 1024px) {
    .row-form__inside {
        padding-top:43px;
        padding-bottom: 43px
    }
}

.row-form__inside:after {
    content: "";
    z-index: -1;
    background-color: #f2f2f2;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin-left: 280px
}

.col-contacts {
    box-sizing: border-box;
    margin-bottom: 30px;
    overflow: hidden
}

@media screen and (min-width: 1024px) {
    .col-contacts {
        float:left;
        width: 277px;
        padding: 0 48px 0 38px;
        margin-bottom: 0
    }
}

.b-contact-data {
    margin-bottom: 40px;
    font-size: 15px;
    font-size: .9375rem
}

@media screen and (min-width: 768px) {
    .b-contact-data {
        float:left;
        width: 48%;
        margin-bottom: 0
    }

    .b-contact-data:last-child {
        float: right
    }
}

@media screen and (min-width: 1024px) {
    .b-contact-data {
        float:none;
        width: auto;
        margin-bottom: 40px
    }

    .b-contact-data:last-child {
        float: none;
        margin-bottom: 0
    }
}

@media screen and (min-width: 1024px) {
    .b-contact-data {
        text-align:right
    }
}

.b-contact-data:last-child {
    margin-bottom: 0
}

.b-contact-data__title {
    font-weight: 700;
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    margin-bottom: 6px
}

.b-contact-data__body {
    margin-bottom: 4px
}

.b-contact-data__body a[href^="mailto:"],.b-contact-data__body a[href^="tel:"] {
    font-weight: bold;
    color: #0088d5
}

.b-contact-data__body a {
    color: #404142;
    text-decoration: none
}

.b-contact-data__body a:hover {
    text-decoration: underline
}

.b-contact-data__hint {
    font-size: 12px;
    font-size: .75rem;
    line-height: 15px
}

.col-order-form {
    box-sizing: border-box
}

@media screen and (min-width: 1024px) {
    .col-order-form {
        padding:0 24px 0 43px;
        margin-left: 280px
    }
}

.c-ready-projects {
    width: 100%;
    margin-bottom: 30px
}

@media screen and (min-width: 1024px) {
    .c-ready-projects {
        display:table
    }
}

.c-ready-projects__cell {
    vertical-align: middle;
    margin-bottom: 25px
}

@media screen and (min-width: 1200px) {
    .c-ready-projects__cell {
        display:table-cell;
        width: 50%;
        position: relative;
        padding-right: 27px
    }
}

.c-ready-projects__cell:last-child {
    padding-right: 0;
    z-index: 2;
    margin-bottom: 0
}

@media screen and (min-width: 1024px) {
    .c-ready-projects__cell:last-child {
        padding-left:9px
    }
}

.object-descriptions {
    font-weight: 700;
    padding: 15px;
    background-color: rgba(255,255,255,.5)
}

.object-descriptions__text {
    margin-bottom: 32px
}

.object-descriptions__text p {
    margin-bottom: 4px;
    font-size: 15px;
    font-size: .9375rem;
    line-height: 25px
}

@media screen and (min-width: 1024px) {
    .object-descriptions__text p {
        font-size:16px;
        font-size: 1rem;
        line-height: 30px
    }
}

.object-descriptions__text p:last-child {
    margin-bottom: 0
}

.object-descriptions__btn {
    text-align: center
}

@media screen and (min-width: 1024px) {
    .object-descriptions__btn {
        text-align:left
    }
}

.carousel-objects .slick-list {
    overflow: visible
}

.carousel-objects {
    overflow: hidden;
    max-width: 430px;
    margin: 0 auto;
    white-space: nowrap
}

@media screen and (min-width: 768px) {
    .carousel-objects {
        width:760px;
        overflow: visible;
        max-width: 1200px
    }
}

.carousel-objects .slide {
    position: relative;
    z-index: 0;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    float: none
}

@media screen and (min-width: 768px) {
    .carousel-objects .slide {
        height:330px
    }
}

.carousel-objects .slide .slide-container {
    -webkit-transition: all .4s;
    transition: all .4s
}

@media screen and (min-width: 768px) {
    .carousel-objects .slide .slide-container {
        position:absolute;
        left: 31%;
        margin-left: -210px;
        top: 0;
        bottom: 0;
        display: block
    }
}

.carousel-objects .slide .slide-container img {
    display: block
}

@media screen and (max-width: 767px) {
    .carousel-objects .slide .slide-container img {
        max-width:100%
    }
}

@media screen and (min-width: 768px) {
    .carousel-objects .slide .slide-container img {
        opacity:.4;
        filter: alpha(opacity=40);
        border: 5px solid transparent;
        -webkit-transform: scale(.94);
        transform: scale(.94)
    }
}

.carousel-objects .slide.slick-active {
    z-index: 2
}

.carousel-objects .slide.slick-current {
    z-index: 3;
    overflow: visible
}

@media screen and (min-width: 768px) {
    .carousel-objects .slide.slick-current .slide-container {
        margin-left:-212px
    }

    .carousel-objects .slide.slick-current .slide-container img {
        opacity: 1;
        filter: alpha(opacity=100);
        border-color: #4eaad7;
        -webkit-transform: scale(1);
        -webkit-transition: all .3s;
        transition: all .3s;
        transform: scale(1)
    }
}

.carousel-objects .slide.slick-current .slide-desc {
    opacity: 1;
    filter: alpha(opacity=100)
}

.carousel-objects .slick-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50px;
    z-index: 8;
    background: none;
    padding: 0;
    cursor: pointer;
    border: 0;
    font-size: 0
}

@media screen and (min-width: 768px) {
    .carousel-objects .slick-arrow {
        width:110px
    }
}

.carousel-objects .slick-arrow:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 18px;
    height: 18px;
    border-left: 4px solid #4fabd7;
    border-bottom: 4px solid #4fabd7;
    margin-left: -9px;
    margin-top: -9px
}

@media screen and (min-width: 768px) {
    .carousel-objects .slick-arrow:before {
        width:28px;
        height: 28px;
        margin-left: -14px;
        margin-top: -14px
    }
}

.carousel-objects .slick-arrow.slick-prev {
    left: 0
}

.carousel-objects .slick-arrow.slick-prev:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.carousel-objects .slick-arrow.slick-next {
    right: 0
}

.carousel-objects .slick-arrow.slick-next:before {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.carousel-objects .slide-desc {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    left: 36px;
    right: 36px;
    bottom: 25px;
    font-size: 13px;
    font-size: .8125rem;
    line-height: 20px;
    color: white;
    -webkit-transition: all .4s;
    transition: all .4s
}

@media screen and (min-width: 768px) {
    .carousel-objects .slide-desc {
        left:16px;
        right: 16px
    }
}

.main-header {
    background-color: white;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
    box-shadow: 0 0 5px rgba(0,0,0,.7);
    z-index: 10;
    z-index: 50;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.7);
    -webkit-transition: all .3s;
    transition: all .3s
}

.main-header.sticky {
    background-color: rgba(255,255,255,.8)
}

.logo {
    text-align: left;
    text-indent: -999em;
    width: 136px;
    height: 48px;
    background: url("../../../site_v2/img/base/logo.png") no-repeat;
    float: left;
    margin-top: 12px
}

@media screen and (min-width: 1024px) {
    .logo {
        margin-top:22px;
        margin-bottom: 20px
    }
}

.contact-phones {
    font-weight: 700;
    font-size: 16px;
    font-size: 1rem;
    line-height: 22px;
    color: #262626;
    padding: 16px 0 0;
    text-align: center;
    float: right
}

@media screen and (min-width: 1024px) {
    .contact-phones {
        font-size:20px;
        font-size: 1.25rem;
        line-height: 27px;
        padding: 0;
        margin-top: 16px;
        margin-bottom: 20px;
        display: block;
        text-align: left
    }
}

.contact-phones a {
    color: #262626;
    text-decoration: none
}

.contact-phones span {
    color: #0075c5
}

.btn-burger {
    width: 42px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
    float: right
}

@media screen and (min-width: 1024px) {
    .btn-burger {
        display:none
    }
}

.btn-burger.is-active span {
    background-color: transparent
}

.btn-burger.is-active span:before {
    -webkit-transform: translateY(7px) rotate(-45deg);
    transform: translateY(7px) rotate(-45deg)
}

.btn-burger.is-active span:after {
    -webkit-transform: translateY(-7px) rotate(45deg);
    transform: translateY(-7px) rotate(45deg)
}

.btn-burger.is-active+.main-nav__inside {
    max-height: 1000px
}

.btn-burger span {
    display: inline-block;
    vertical-align: middle;
    height: 3px;
    background-color: #0d7cc8;
    width: 30px;
    position: relative;
    -webkit-transition: all .4s;
    transition: all .4s
}

.btn-burger span:before,.btn-burger span:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: #0d7cc8;
    left: 50%;
    margin-left: -15px;
    -webkit-transform-origin: center center 0;
    transform-origin: center center 0;
    -webkit-transition: all .4s;
    transition: all .4s
}

.btn-burger span:before {
    top: -7px
}

.btn-burger span:after {
    bottom: -7px
}

.main-nav {
    clear: both
}

@media screen and (min-width: 1024px) {
    .main-nav {
        margin-left:143px;
        width: auto;
        float: none;
        clear: none
    }
}

@media screen and (min-width: 1130px) {
    .main-nav {
        margin-left:158px
    }
}

.main-nav__inside {
    overflow: hidden;
    max-height: 0;
    background-color: rgba(255,255,255,.9);
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    box-sizing: border-box;
    -webkit-transition: all .4s;
    transition: all .4s
}

@media screen and (min-width: 1024px) {
    .main-nav__inside {
        background-color:transparent;
        position: inherit;
        top: auto;
        left: auto;
        right: auto;
        max-height: 150px
    }
}

.main-nav__inside ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.main-nav__inside>ul {
    font-size: 0;
    padding-bottom: 20px
}

@media screen and (min-width: 1024px) {
    .main-nav__inside>ul {
        padding-bottom:0
    }
}

.main-nav__inside>ul>li {
    vertical-align: middle
}

@media screen and (min-width: 1024px) {
    .main-nav__inside>ul>li {
        display:inline-block
    }
}

@media screen and (min-width: 1024px) {
    .main-nav__inside>ul>li+li {
        margin-left:4px
    }
}

.main-nav__inside>ul>li>a {
    display: block;
    font-size: 16px;
    font-size: 1rem;
    line-height: 18px;
    text-decoration: none;
    color: #262626;
    padding: 12px 17px;
    position: relative
}

@media screen and (min-width: 1024px) {
    .main-nav__inside>ul>li>a {
        padding:34px 12px 38px;
        font-size: 14px;
        font-size: .875rem
    }
}

@media screen and (min-width: 1130px) {
    .main-nav__inside>ul>li>a {
        font-size:16px;
        font-size: 1rem;
        padding: 34px 17px 38px
    }
}

.main-nav__inside>ul>li>a:before {
    content: "";
    position: absolute;
    left: 16px;
    bottom: 33px;
    height: 1px;
    background-color: #9f9f9f;
    width: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
    display: none
}

@media screen and (min-width: 1024px) {
    .main-nav__inside>ul>li>a:before {
        display:block
    }
}

.main-nav__inside>ul>li>a:hover,.main-nav__inside>ul>li>a.active {
    background-color: #9f9f9f;
    color: white
}

@media screen and (min-width: 1024px) {
    .main-nav__inside>ul>li>a:hover,.main-nav__inside>ul>li>a.active {
        background-color:transparent;
        color: #262626
    }
}

@media screen and (min-width: 1024px) {
    .main-nav__inside>ul>li>a:hover:before,.main-nav__inside>ul>li>a.active:before {
        width:calc(100% - 32px)
    }
}

.main-nav__inside>ul>li.with-submenu>a {
    padding-right: 46px
}

@media screen and (min-width: 1024px) {
    .main-nav__inside>ul>li.with-submenu>a {
        padding-right:26px
    }
}

.main-nav__inside>ul>li.with-submenu>a:after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    width: 10px;
    height: 10px;
    border-right: 2px solid #4eaad7;
    border-bottom: 2px solid #4eaad7;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -8px
}

@media screen and (min-width: 1024px) {
    .main-nav__inside>ul>li.with-submenu>a:after {
        right:2px
    }
}

@media screen and (max-width: 1023px) {
    .main-nav__inside>ul>li.with-submenu.open .b-submenu {
        max-height:800px;
        -webkit-transition-delay: .5s;
        transition-delay: .5s
    }
}

@media screen and (min-width: 1024px) {
    .main-nav__inside>ul>li.with-submenu:hover .b-submenu {
        max-height:800px;
        -webkit-transition-delay: .5s;
        transition-delay: .5s
    }
}

.main-nav__inside>ul>li.with-submenu .b-submenu {
    max-height: 0;
    overflow: hidden;
    background-color: rgba(27,64,102,.8);
    box-shadow: 0 1px 3px rgba(0,0,0,.1) 10px 0 0 #000;
    -webkit-transition: all .3s;
    transition: all .3s
}

@media screen and (min-width: 1024px) {
    .main-nav__inside>ul>li.with-submenu .b-submenu {
        position:absolute;
        left: 0;
        right: 0;
        top: 100%;
        z-index: 10;
        -webkit-transition-delay: .7s;
        transition-delay: .7s
    }
}

.main-nav__inside>ul>li.with-submenu .b-submenu__icon {
    display: block;
    margin-bottom: 15px
}

.main-nav__inside>ul>li.with-submenu .b-submenu__icon img {
    display: inline-block;
    max-width: 100%
}

.main-nav__inside>ul>li.with-submenu ul {
    margin-left: auto;
    margin-right: auto;
    max-width: 1186px;
    box-sizing: border-box;
    font-size: 0;
    text-align: center
}

@media screen and (min-width: 1024px) {
    .main-nav__inside>ul>li.with-submenu ul {
        padding-left:20px;
        padding-right: 20px
    }
}

.main-nav__inside>ul>li.with-submenu ul>li {
    display: block
}

@media screen and (min-width: 1024px) {
    .main-nav__inside>ul>li.with-submenu ul>li {
        display:inline-block;
        vertical-align: top;
        width: 166px;
        height: 145px
    }
}

.main-nav__inside>ul>li.with-submenu ul>li>a {
    display: block;
    font-size: 14px;
    font-size: .875rem;
    line-height: 17px;
    padding: 20px;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all .4s;
    transition: all .4s;
    height: 100%;
    box-sizing: border-box
}

.main-nav__inside>ul>li.with-submenu ul>li>a:hover {
    background-color: #1b4066
}

.c-intro {
    position: relative;
    overflow: hidden;
    padding-top: 125px;
    padding-bottom: 30px;
    box-sizing: border-box;
    color: white
}

@media screen and (min-width: 1024px) {
    .c-intro {
        min-height:590px;
        padding-top: 135px;
        padding-bottom: 55px
    }

    .c-intro.c-intro_auto-h {
        padding-top: 130px;
        padding-bottom: 100px;
        min-height: 100%
    }
}

.c-intro>img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    z-index: -1
}

.c-intro header {
    text-align: center;
    margin-bottom: 40px
}

@media screen and (min-width: 1024px) {
    .c-intro header {
        margin-bottom:74px
    }
}

.c-intro .h1,.c-intro .h2,.c-intro h1,.c-intro h2 {
    margin: 0;
    font-weight: 700;
    text-transform: none
}

.c-intro .h1,.c-intro h1 {
    margin-bottom: 8px;
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 28px
}

@media screen and (min-width: 1024px) {
    .c-intro .h1,.c-intro h1 {
        margin-bottom:16px;
        font-size: 45px;
        font-size: 2.8125rem;
        line-height: 47px
    }
}

.c-intro .h2,.c-intro h2 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 23px
}

@media screen and (min-width: 1024px) {
    .c-intro .h2,.c-intro h2 {
        font-size:24px;
        font-size: 1.5rem;
        line-height: 27px
    }
}

.c-intro .h2 span,.c-intro h2 span {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 18px;
    padding-right: 18px
}

@media screen and (min-width: 1024px) {
    .c-intro .h2 span,.c-intro h2 span {
        padding-left:28px;
        padding-right: 28px
    }
}

.c-intro .h2 span:before,.c-intro .h2 span:after,.c-intro h2 span:before,.c-intro h2 span:after {
    content: "";
    position: absolute;
    top: 50%;
    border-radius: 50%;
    background-color: white;
    width: 6px;
    height: 6px;
    margin-top: -3px
}

@media screen and (min-width: 1024px) {
    .c-intro .h2 span:before,.c-intro .h2 span:after,.c-intro h2 span:before,.c-intro h2 span:after {
        width:12px;
        height: 12px;
        margin-top: -4px
    }
}

.c-intro .h2 span:before,.c-intro h2 span:before {
    left: 0
}

.c-intro .h2 span:after,.c-intro h2 span:after {
    right: 0
}

.our-benefits {
    font-size: 0
}

@media screen and (min-width: 1024px) {
    .our-benefits {
        margin:0 -15px
    }

    .our-benefits {
        margin: 0 -32px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -moz-flex-direction: horizontal;
        -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        -ms-flex-flow: wrap;
        flex-flow: wrap
    }
}

.b-benefit {
    text-align: center;
    box-sizing: border-box;
    padding: 0 15px;
    margin-bottom: 30px;
    font-size: 14px
}

@media screen and (min-width: 640px) {
    .b-benefit {
        width:50%;
        display: inline-block;
        vertical-align: top
    }
}

@media screen and (min-width: 1024px) {
    .b-benefit {
        padding:0 25px;
        width: 25%;
        margin-bottom: 0
    }
}

.b-benefit__icon {
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #404142;
    margin: 0 auto 10px;
    position: relative;
    text-align: center;
    z-index: 2
}

@media screen and (min-width: 1024px) {
    .b-benefit__icon {
        width:160px;
        height: 160px;
        line-height: 160px;
        margin-bottom: 25px
    }
}

.b-benefit__icon:after {
    content: "";
    position: absolute;
    top: 132px;
    left: 50%;
    background-color: #4a4b4c;
    width: 160px;
    height: 160px;
    margin-left: -80px;
    border-radius: 50%;
    z-index: -1
}

.b-benefit__icon img {
    display: inline-block;
    vertical-align: middle;
    margin-top: -7px;
    max-width: 50%
}

@media screen and (min-width: 1024px) {
    .b-benefit__icon img {
        max-width:100%
    }
}

.b-benefit__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    margin: 0 auto 3px
}

@media screen and (min-width: 1024px) {
    .b-benefit__title {
        max-width:65%;
        font-size: 20px;
        line-height: 30px
    }

    .b-benefit__title.b-benefit__title_fwidth {
        max-width: 100%
    }
}

.main-footer {
    padding-top: 30px;
    min-height: 250px;
    box-sizing: border-box;
    font-size: 13px;
    font-size: .8125rem;
    line-height: 22px;
    background-color: white
}

@media screen and (min-width: 1024px) {
    .main-footer {
        padding-top:46px
    }
}

.main-footer>.container {
    padding-bottom: 30px
}

@media screen and (min-width: 1024px) {
    .main-footer>.container {
        padding-bottom:46px
    }
}

.b-shedule {
    font-size: 15px;
    font-size: .9375rem;
    line-height: 24px;
    text-align: center
}

@media screen and (min-width: 1130px) {
    .b-shedule {
        float:right;
        text-align: right
    }
}

.b-shedule p {
    margin-bottom: 9px
}

.b-shedule p strong {
    display: block
}

.socials ul {
    list-style: none;
    font-size: 0;
    padding: 0;
    margin: 0
}

.socials ul li {
    display: inline-block;
    vertical-align: middle
}

.socials ul li+li {
    margin-left: 15px
}

.btn-social {
    display: block;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-image: url("../../../site_v2/img/base/btn-socials.png")
}

.btn-social_vk {
    background-position: 0 0
}

.btn-social_fb {
    background-position: -52px 0
}

.btn-social_gp {
    background-position: -106px 0
}

.btn-social_yt {
    background-position: -160px 0
}

.footer-nav-columns {
    font-size: 0
}

@media screen and (min-width: 1024px) {
    .footer-nav-columns {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -moz-flex-direction: horizontal;
        -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        -ms-flex-flow: wrap;
        flex-flow: wrap
    }
}

.footer-column {
    box-sizing: border-box;
    margin-bottom: 25px;
    font-size: 14px;
    font-size: .875rem
}

@media screen and (min-width: 640px) {
    .footer-column {
        width:50%;
        padding-left: 25px;
        padding-right: 25px;
        display: inline-block;
        vertical-align: top
    }
}

@media screen and (min-width: 768px) {
    .footer-column {
        width:24%
    }
}

@media screen and (min-width: 1130px) {
    .footer-column {
        margin-bottom:0
    }
}

@media screen and (min-width: 1130px) {
    .footer-column:first-child {
        width:11%;
        padding-left: 0
    }

    .footer-column:first-child+.footer-column {
        width: 19%
    }
}

.footer-column:last-child {
    margin-bottom: 0
}

@media screen and (min-width: 640px) {
    .footer-column:last-child {
        width:100%
    }
}

@media screen and (min-width: 1130px) {
    .footer-column:last-child {
        width:22%;
        padding-right: 0
    }
}

.footer-title {
    font-weight: 700;
    margin-bottom: 14px;
    color: #0088d5
}

.footer-nav ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.footer-nav ul li {
    position: relative;
    padding-left: 11px
}

.footer-nav ul li+li {
    margin-top: 7px
}

.footer-nav ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 3px;
    border-color: transparent transparent transparent #007bff
}

.footer-nav ul li a {
    color: #0088d5;
    text-decoration: underline
}

.footer-nav ul li a:hover {
    text-decoration: none
}

.copyright {
    text-align: center;
    font-size: 12px;
    color: white;
    padding: 18px;
    background-color: #0188cc
}

.icn {
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover
}

.media-columns .column iframe {
    display: block;
    width: 100%;
    height: 308px
}

.gallery-dev .img-thumbnail {
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 0;
    margin-bottom: 26px
}

.gallery-dev .img-thumbnail img {
    display: block
}

.h-title {
    text-transform: uppercase;
    font-size: 19px;
    line-height: 24px;
    margin-bottom: 54px
}

.benefits-cols {
    overflow: hidden
}

.benefits-col {
    margin-bottom: 25px
}

.benefits-col p {
    position: relative;
    margin-bottom: 25px;
    padding-left: 30px
}

.benefits-col p:before {
    content: "";
    width: 16px;
    height: 16px;
    background: url("../../../site_v2/img/base/icn-mark-line.png") no-repeat;
    position: absolute;
    left: 0;
    top: 3px
}

.benefits-col p strong {
    display: block
}

@media screen and (min-width: 768px) {
    .benefits-col {
        float:left;
        width: 48%;
        margin-bottom: 0
    }

    .benefits-col:last-child {
        float: right
    }

    .benefits-col p:last-child {
        margin-bottom: 0
    }
}

.fisheye {
    text-align: center;
    position: relative;
    margin-top: 70px;
    margin-bottom: 50px
}

.fisheyeContainter {
    margin: 0 auto;
    font-size: 0
}

.fisheyeItem {
    display: inline-block;
    cursor: pointer;
    text-align: center;
    margin: 0
}

.fisheyeItem span {
    font-size: 10px;
    line-height: 12px;
    -webkit-transition: all .3s;
    transition: all .3s;
    display: block;
    margin: 0 auto;
    text-align: center
}

.fisheyeItem img {
    border: solid 1px #ccc;
    width: 100%
}

@media screen and (min-width: 768px) {
    .fisheyeItem {
        position:absolute;
        bottom: 0
    }

    .fisheye {
        height: 50px
    }

    .fisheyeContainter {
        position: absolute;
        bottom: 0;
        width: 630px
    }

    .fisheyeItem span {
        position: absolute;
        height: 50px;
        left: 0;
        right: 0;
        font-size: 16px;
        line-height: 18px
    }

    .form-group_col {
        margin-bottom: 0
    }
}

@media screen and (min-width: 1024px) {
    .fisheyeItem span {
        opacity:0
    }
}

.fisheyeItem:hover span {
    opacity: 1
}

.slider-container {
    overflow: hidden
}

.slick-slider .slick-track,.slick-slider .slick-list {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.group-images {
    font-size: 0;
    margin-bottom: 25px
}

.group-images .img-thumbnail {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    max-width: 442px
}

.Ñ-calculator {
    margin-bottom: 30px
}

.Ñ-calculator__calc {
    margin-bottom: 20px
}

.wrap-calculator {
    overflow: hidden
}

.wrap-calculator__text blockquote {
    color: #3674ab;
    padding: 0 0 30px 35px;
    border: 0;
    margin: 0;
    position: relative
}

.wrap-calculator__text blockquote:before {
    content: "â€œ";
    position: absolute;
    left: 0;
    top: 12px;
    font-size: 60px;
    color: #3674ab
}

.wrap-calculator__text blockquote:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 70%;
    height: 4px;
    background-color: #3674ab
}

@media screen and (min-width: 768px) {
    .wrap-calculator {
        display:table;
        width: 100%;
        table-layout: fixed
    }

    .wrap-calculator__calc {
        margin-bottom: 0;
        display: table-cell;
        width: 60%
    }

    .wrap-calculator__text {
        margin-left: 60%;
        padding-left: 25px;
        display: table-cell;
        vertical-align: middle;
        font-size: 25px;
        line-height: 30px;
        font-weight: 700
    }
}

.margin-top-gap {
    margin-top: 30px
}

.margin-bottom-gap {
    margin-bottom: 30px
}

.b-event__body ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.b-event__body ul li strong:before {
    content: "â€¢";
    display: inline;
    margin-right: 5px
}

.newwrap {
    overflow: hidden
}

.b-title-article {
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 17px;
    text-transform: uppercase
}

.b-title-article a {
    color: #0088d5;
    text-decoration: underline
}

.b-title-article a:hover {
    color: #0088d5;
    text-decoration: none
}

.hr-sm-gaps {
    margin: 10px 2px 16px
}

.title-fs-sm {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 17px
}

.like-h1 {
    text-align: left;
    text-transform: uppercase;
    text-transform: uppercase;
    background: none;
    font-weight: 700 !important;
    font-size: 28px !important;
    letter-spacing: 0 !important;
    position: relative;
    color: #000
}

.like-h1:after {
    content: "";
    position: absolute;
    left: 50%;
    height: 4px;
    background-color: #0075c5;
    width: 100px;
    margin-left: -55px;
    bottom: 0;
    top: 45px
}

.image-for-desktop {
    display: none
}

@media screen and (min-width: 1024px) {
    .group-images {
        text-align:center
    }

    .group-images .img-thumbnail {
        display: inline-block;
        margin-left: 10px
    }
}

@media screen and (min-width: 1200px) {
    .image-for-mobile {
        display:none
    }

    .image-for-desktop {
        display: block
    }

    .group-images .img-thumbnail {
        display: inline-block;
        margin-left: 10px;
        max-width: 100%
    }

    .group-images .img-thumbnail:first-child {
        margin-left: 0
    }
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
    display: block
}

audio,canvas,progress,video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],template {
    display: none
}

a {
    background-color: transparent
}

a:active,a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    margin: .67em 0;
    font-size: 2em
}

mark {
    color: #000;
    background: #ff0
}

small {
    font-size: 80%
}

sub,sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

pre {
    overflow: auto
}

code,kbd,pre,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

button,input,optgroup,select,textarea {
    margin: 0;
    font: inherit;
    color: inherit
}

button {
    overflow: visible
}

button,select {
    text-transform: none
}

button,html input[type="button"],input[type="reset"],input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,input::-moz-focus-inner {
    padding: 0;
    border: 0
}

input {
    line-height: normal
}

input[type="checkbox"],input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield
}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid silver
}

legend {
    padding: 0;
    border: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

td,th {
    padding: 0
}

@media print {
    *,*:before,*:after {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    a,a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after,a[href^="javascript:"]:after {
        content: ""
    }

    pre,blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr,img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    p,h2,h3 {
        orphans: 3;
        widows: 3
    }

    h2,h3 {
        page-break-after: avoid
    }

    select {
        background: #fff !important
    }

    .navbar {
        display: none
    }

    .btn>.caret,.dropup>.btn>.caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,.table th {
        background-color: #fff !important
    }

    .table-bordered th,.table-bordered td {
        border: 1px solid #ddd !important
    }
}

@font-face {
    font-family: "Glyphicons Halflings";
    src: url("https://mpaneli.ru/assets/vendor/fonts/glyphicons-halflings-regular.eot");
    src: url("https://mpaneli.ru/assets/vendor/fonts/glyphicons-halflings-regular.eot?") format("embedded-opentype"),url("https://mpaneli.ru/assets/vendor/fonts/glyphicons-halflings-regular.woff2") format("woff2"),url("https://mpaneli.ru/assets/vendor/fonts/glyphicons-halflings-regular.woff") format("woff"),url("https://mpaneli.ru/assets/vendor/fonts/glyphicons-halflings-regular.ttf") format("truetype"),url("https://mpaneli.ru/assets/vendor/fonts/glyphicons-halflings-regular.svg") format("svg")
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "*"
}

.glyphicon-plus:before {
    content: "+"
}

.glyphicon-euro:before,.glyphicon-eur:before {
    content: "â‚¬"
}

.glyphicon-minus:before {
    content: "âˆ’"
}

.glyphicon-cloud:before {
    content: "â˜"
}

.glyphicon-envelope:before {
    content: "âœ‰"
}

.glyphicon-pencil:before {
    content: "âœ"
}

.glyphicon-glass:before {
    content: "î€"
}

.glyphicon-music:before {
    content: "î€‚"
}

.glyphicon-search:before {
    content: "î€ƒ"
}

.glyphicon-heart:before {
    content: "î€…"
}

.glyphicon-star:before {
    content: "î€†"
}

.glyphicon-star-empty:before {
    content: "î€‡"
}

.glyphicon-user:before {
    content: "î€ˆ"
}

.glyphicon-film:before {
    content: "î€‰"
}

.glyphicon-th-large:before {
    content: "î€"
}

.glyphicon-th:before {
    content: "î€‘"
}

.glyphicon-th-list:before {
    content: "î€’"
}

.glyphicon-ok:before {
    content: "î€“"
}

.glyphicon-remove:before {
    content: "î€”"
}

.glyphicon-zoom-in:before {
    content: "î€•"
}

.glyphicon-zoom-out:before {
    content: "î€–"
}

.glyphicon-off:before {
    content: "î€—"
}

.glyphicon-signal:before {
    content: "î€˜"
}

.glyphicon-cog:before {
    content: "î€™"
}

.glyphicon-trash:before {
    content: "î€ "
}

.glyphicon-home:before {
    content: "î€¡"
}

.glyphicon-file:before {
    content: "î€¢"
}

.glyphicon-time:before {
    content: "î€£"
}

.glyphicon-road:before {
    content: "î€¤"
}

.glyphicon-download-alt:before {
    content: "î€¥"
}

.glyphicon-download:before {
    content: "î€¦"
}

.glyphicon-upload:before {
    content: "î€§"
}

.glyphicon-inbox:before {
    content: "î€¨"
}

.glyphicon-play-circle:before {
    content: "î€©"
}

.glyphicon-repeat:before {
    content: "î€°"
}

.glyphicon-refresh:before {
    content: "î€±"
}

.glyphicon-list-alt:before {
    content: "î€²"
}

.glyphicon-lock:before {
    content: "î€³"
}

.glyphicon-flag:before {
    content: "î€´"
}

.glyphicon-headphones:before {
    content: "î€µ"
}

.glyphicon-volume-off:before {
    content: "î€¶"
}

.glyphicon-volume-down:before {
    content: "î€·"
}

.glyphicon-volume-up:before {
    content: "î€¸"
}

.glyphicon-qrcode:before {
    content: "î€¹"
}

.glyphicon-barcode:before {
    content: "î€"
}

.glyphicon-tag:before {
    content: "î"
}

.glyphicon-tags:before {
    content: "î‚"
}

.glyphicon-book:before {
    content: "îƒ"
}

.glyphicon-bookmark:before {
    content: "î„"
}

.glyphicon-print:before {
    content: "î…"
}

.glyphicon-camera:before {
    content: "î†"
}

.glyphicon-font:before {
    content: "î‡"
}

.glyphicon-bold:before {
    content: "îˆ"
}

.glyphicon-italic:before {
    content: "î‰"
}

.glyphicon-text-height:before {
    content: "î"
}

.glyphicon-text-width:before {
    content: "î‘"
}

.glyphicon-align-left:before {
    content: "î’"
}

.glyphicon-align-center:before {
    content: "î“"
}

.glyphicon-align-right:before {
    content: "î”"
}

.glyphicon-align-justify:before {
    content: "î•"
}

.glyphicon-list:before {
    content: "î–"
}

.glyphicon-indent-left:before {
    content: "î—"
}

.glyphicon-indent-right:before {
    content: "î˜"
}

.glyphicon-facetime-video:before {
    content: "î™"
}

.glyphicon-picture:before {
    content: "î "
}

.glyphicon-map-marker:before {
    content: "î¢"
}

.glyphicon-adjust:before {
    content: "î£"
}

.glyphicon-tint:before {
    content: "î¤"
}

.glyphicon-edit:before {
    content: "î¥"
}

.glyphicon-share:before {
    content: "î¦"
}

.glyphicon-check:before {
    content: "î§"
}

.glyphicon-move:before {
    content: "î¨"
}

.glyphicon-step-backward:before {
    content: "î©"
}

.glyphicon-fast-backward:before {
    content: "î°"
}

.glyphicon-backward:before {
    content: "î±"
}

.glyphicon-play:before {
    content: "î²"
}

.glyphicon-pause:before {
    content: "î³"
}

.glyphicon-stop:before {
    content: "î´"
}

.glyphicon-forward:before {
    content: "îµ"
}

.glyphicon-fast-forward:before {
    content: "î¶"
}

.glyphicon-step-forward:before {
    content: "î·"
}

.glyphicon-eject:before {
    content: "î¸"
}

.glyphicon-chevron-left:before {
    content: "î¹"
}

.glyphicon-chevron-right:before {
    content: "î‚€"
}

.glyphicon-plus-sign:before {
    content: "î‚"
}

.glyphicon-minus-sign:before {
    content: "î‚‚"
}

.glyphicon-remove-sign:before {
    content: "î‚ƒ"
}

.glyphicon-ok-sign:before {
    content: "î‚„"
}

.glyphicon-question-sign:before {
    content: "î‚…"
}

.glyphicon-info-sign:before {
    content: "î‚†"
}

.glyphicon-screenshot:before {
    content: "î‚‡"
}

.glyphicon-remove-circle:before {
    content: "î‚ˆ"
}

.glyphicon-ok-circle:before {
    content: "î‚‰"
}

.glyphicon-ban-circle:before {
    content: "î‚"
}

.glyphicon-arrow-left:before {
    content: "î‚‘"
}

.glyphicon-arrow-right:before {
    content: "î‚’"
}

.glyphicon-arrow-up:before {
    content: "î‚“"
}

.glyphicon-arrow-down:before {
    content: "î‚”"
}

.glyphicon-share-alt:before {
    content: "î‚•"
}

.glyphicon-resize-full:before {
    content: "î‚–"
}

.glyphicon-resize-small:before {
    content: "î‚—"
}

.glyphicon-exclamation-sign:before {
    content: "î„"
}

.glyphicon-gift:before {
    content: "î„‚"
}

.glyphicon-leaf:before {
    content: "î„ƒ"
}

.glyphicon-fire:before {
    content: "î„„"
}

.glyphicon-eye-open:before {
    content: "î„…"
}

.glyphicon-eye-close:before {
    content: "î„†"
}

.glyphicon-warning-sign:before {
    content: "î„‡"
}

.glyphicon-plane:before {
    content: "î„ˆ"
}

.glyphicon-calendar:before {
    content: "î„‰"
}

.glyphicon-random:before {
    content: "î„"
}

.glyphicon-comment:before {
    content: "î„‘"
}

.glyphicon-magnet:before {
    content: "î„’"
}

.glyphicon-chevron-up:before {
    content: "î„“"
}

.glyphicon-chevron-down:before {
    content: "î„”"
}

.glyphicon-retweet:before {
    content: "î„•"
}

.glyphicon-shopping-cart:before {
    content: "î„–"
}

.glyphicon-folder-close:before {
    content: "î„—"
}

.glyphicon-folder-open:before {
    content: "î„˜"
}

.glyphicon-resize-vertical:before {
    content: "î„™"
}

.glyphicon-resize-horizontal:before {
    content: "î„ "
}

.glyphicon-hdd:before {
    content: "î„¡"
}

.glyphicon-bullhorn:before {
    content: "î„¢"
}

.glyphicon-bell:before {
    content: "î„£"
}

.glyphicon-certificate:before {
    content: "î„¤"
}

.glyphicon-thumbs-up:before {
    content: "î„¥"
}

.glyphicon-thumbs-down:before {
    content: "î„¦"
}

.glyphicon-hand-right:before {
    content: "î„§"
}

.glyphicon-hand-left:before {
    content: "î„¨"
}

.glyphicon-hand-up:before {
    content: "î„©"
}

.glyphicon-hand-down:before {
    content: "î„°"
}

.glyphicon-circle-arrow-right:before {
    content: "î„±"
}

.glyphicon-circle-arrow-left:before {
    content: "î„²"
}

.glyphicon-circle-arrow-up:before {
    content: "î„³"
}

.glyphicon-circle-arrow-down:before {
    content: "î„´"
}

.glyphicon-globe:before {
    content: "î„µ"
}

.glyphicon-wrench:before {
    content: "î„¶"
}

.glyphicon-tasks:before {
    content: "î„·"
}

.glyphicon-filter:before {
    content: "î„¸"
}

.glyphicon-briefcase:before {
    content: "î„¹"
}

.glyphicon-fullscreen:before {
    content: "î…€"
}

.glyphicon-dashboard:before {
    content: "î…"
}

.glyphicon-paperclip:before {
    content: "î…‚"
}

.glyphicon-heart-empty:before {
    content: "î…ƒ"
}

.glyphicon-link:before {
    content: "î…„"
}

.glyphicon-phone:before {
    content: "î……"
}

.glyphicon-pushpin:before {
    content: "î…†"
}

.glyphicon-usd:before {
    content: "î…ˆ"
}

.glyphicon-gbp:before {
    content: "î…‰"
}

.glyphicon-sort:before {
    content: "î…"
}

.glyphicon-sort-by-alphabet:before {
    content: "î…‘"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "î…’"
}

.glyphicon-sort-by-order:before {
    content: "î…“"
}

.glyphicon-sort-by-order-alt:before {
    content: "î…”"
}

.glyphicon-sort-by-attributes:before {
    content: "î…•"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "î…–"
}

.glyphicon-unchecked:before {
    content: "î…—"
}

.glyphicon-expand:before {
    content: "î…˜"
}

.glyphicon-collapse-down:before {
    content: "î…™"
}

.glyphicon-collapse-up:before {
    content: "î… "
}

.glyphicon-log-in:before {
    content: "î…¡"
}

.glyphicon-flash:before {
    content: "î…¢"
}

.glyphicon-log-out:before {
    content: "î…£"
}

.glyphicon-new-window:before {
    content: "î…¤"
}

.glyphicon-record:before {
    content: "î…¥"
}

.glyphicon-save:before {
    content: "î…¦"
}

.glyphicon-open:before {
    content: "î…§"
}

.glyphicon-saved:before {
    content: "î…¨"
}

.glyphicon-import:before {
    content: "î…©"
}

.glyphicon-export:before {
    content: "î…°"
}

.glyphicon-send:before {
    content: "î…±"
}

.glyphicon-floppy-disk:before {
    content: "î…²"
}

.glyphicon-floppy-saved:before {
    content: "î…³"
}

.glyphicon-floppy-remove:before {
    content: "î…´"
}

.glyphicon-floppy-save:before {
    content: "î…µ"
}

.glyphicon-floppy-open:before {
    content: "î…¶"
}

.glyphicon-credit-card:before {
    content: "î…·"
}

.glyphicon-transfer:before {
    content: "î…¸"
}

.glyphicon-cutlery:before {
    content: "î…¹"
}

.glyphicon-header:before {
    content: "î†€"
}

.glyphicon-compressed:before {
    content: "î†"
}

.glyphicon-earphone:before {
    content: "î†‚"
}

.glyphicon-phone-alt:before {
    content: "î†ƒ"
}

.glyphicon-tower:before {
    content: "î†„"
}

.glyphicon-stats:before {
    content: "î†…"
}

.glyphicon-sd-video:before {
    content: "î††"
}

.glyphicon-hd-video:before {
    content: "î†‡"
}

.glyphicon-subtitles:before {
    content: "î†ˆ"
}

.glyphicon-sound-stereo:before {
    content: "î†‰"
}

.glyphicon-sound-dolby:before {
    content: "î†"
}

.glyphicon-sound-5-1:before {
    content: "î†‘"
}

.glyphicon-sound-6-1:before {
    content: "î†’"
}

.glyphicon-sound-7-1:before {
    content: "î†“"
}

.glyphicon-copyright-mark:before {
    content: "î†”"
}

.glyphicon-registration-mark:before {
    content: "î†•"
}

.glyphicon-cloud-download:before {
    content: "î†—"
}

.glyphicon-cloud-upload:before {
    content: "î†˜"
}

.glyphicon-tree-conifer:before {
    content: "î†™"
}

.glyphicon-tree-deciduous:before {
    content: "îˆ€"
}

.glyphicon-cd:before {
    content: "îˆ"
}

.glyphicon-save-file:before {
    content: "îˆ‚"
}

.glyphicon-open-file:before {
    content: "îˆƒ"
}

.glyphicon-level-up:before {
    content: "îˆ„"
}

.glyphicon-copy:before {
    content: "îˆ…"
}

.glyphicon-paste:before {
    content: "îˆ†"
}

.glyphicon-alert:before {
    content: "îˆ‰"
}

.glyphicon-equalizer:before {
    content: "îˆ"
}

.glyphicon-king:before {
    content: "îˆ‘"
}

.glyphicon-queen:before {
    content: "îˆ’"
}

.glyphicon-pawn:before {
    content: "îˆ“"
}

.glyphicon-bishop:before {
    content: "îˆ”"
}

.glyphicon-knight:before {
    content: "îˆ•"
}

.glyphicon-baby-formula:before {
    content: "îˆ–"
}

.glyphicon-tent:before {
    content: "â›º"
}

.glyphicon-blackboard:before {
    content: "îˆ˜"
}

.glyphicon-bed:before {
    content: "îˆ™"
}

.glyphicon-apple:before {
    content: "ï£¿"
}

.glyphicon-erase:before {
    content: "îˆ¡"
}

.glyphicon-hourglass:before {
    content: "âŒ›"
}

.glyphicon-lamp:before {
    content: "îˆ£"
}

.glyphicon-duplicate:before {
    content: "îˆ¤"
}

.glyphicon-piggy-bank:before {
    content: "îˆ¥"
}

.glyphicon-scissors:before {
    content: "îˆ¦"
}

.glyphicon-bitcoin:before {
    content: "îˆ§"
}

.glyphicon-btc:before {
    content: "îˆ§"
}

.glyphicon-xbt:before {
    content: "îˆ§"
}

.glyphicon-yen:before {
    content: "Â¥"
}

.glyphicon-jpy:before {
    content: "Â¥"
}

.glyphicon-ruble:before {
    content: "â‚½"
}

.glyphicon-rub:before {
    content: "â‚½"
}

.glyphicon-scale:before {
    content: "îˆ°"
}

.glyphicon-ice-lolly:before {
    content: "îˆ±"
}

.glyphicon-ice-lolly-tasted:before {
    content: "îˆ²"
}

.glyphicon-education:before {
    content: "îˆ³"
}

.glyphicon-option-horizontal:before {
    content: "îˆ´"
}

.glyphicon-option-vertical:before {
    content: "îˆµ"
}

.glyphicon-menu-hamburger:before {
    content: "îˆ¶"
}

.glyphicon-modal-window:before {
    content: "îˆ·"
}

.glyphicon-oil:before {
    content: "îˆ¸"
}

.glyphicon-grain:before {
    content: "îˆ¹"
}

.glyphicon-sunglasses:before {
    content: "î‰€"
}

.glyphicon-text-size:before {
    content: "î‰"
}

.glyphicon-text-color:before {
    content: "î‰‚"
}

.glyphicon-text-background:before {
    content: "î‰ƒ"
}

.glyphicon-object-align-top:before {
    content: "î‰„"
}

.glyphicon-object-align-bottom:before {
    content: "î‰…"
}

.glyphicon-object-align-horizontal:before {
    content: "î‰†"
}

.glyphicon-object-align-left:before {
    content: "î‰‡"
}

.glyphicon-object-align-vertical:before {
    content: "î‰ˆ"
}

.glyphicon-object-align-right:before {
    content: "î‰‰"
}

.glyphicon-triangle-right:before {
    content: "î‰"
}

.glyphicon-triangle-left:before {
    content: "î‰‘"
}

.glyphicon-triangle-bottom:before {
    content: "î‰’"
}

.glyphicon-triangle-top:before {
    content: "î‰“"
}

.glyphicon-console:before {
    content: "î‰”"
}

.glyphicon-superscript:before {
    content: "î‰•"
}

.glyphicon-subscript:before {
    content: "î‰–"
}

.glyphicon-menu-left:before {
    content: "î‰—"
}

.glyphicon-menu-right:before {
    content: "î‰˜"
}

.glyphicon-menu-down:before {
    content: "î‰™"
}

.glyphicon-menu-up:before {
    content: "î‰ "
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*:before,*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

input,button,select,textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

a:hover,a:focus {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive,.thumbnail>img,.thumbnail a>img,.carousel-inner>.item>img,.carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    /* border:1px solid #ddd; */
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role="button"] {
    cursor: pointer
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777
}

h1,.h1,h2,.h2,h3,.h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small {
    font-size: 65%
}

h4,.h4,h5,.h5,h6,.h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small,h4 .small,.h4 .small,h5 .small,.h5 .small,h6 .small,.h6 .small {
    font-size: 75%
}

h1,.h1 {
    font-size: 36px
}

h2,.h2 {
    font-size: 30px
}

h3,.h3 {
    font-size: 24px
}

h4,.h4 {
    font-size: 18px
}

h5,.h5 {
    font-size: 14px
}

h6,.h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media(min-width: 768px) {
    .lead {
        font-size:21px
    }
}

small,.small {
    font-size: 85%
}

mark,.mark {
    padding: .2em;
    background-color: #fcf8e3
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #337ab7
}

a.text-primary:hover {
    color: #286090
}

.text-success {
    color: #3c763d
}

a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #337ab7
}

a.bg-primary:hover {
    background-color: #286090
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ul,ol {
    margin-top: 0;
    margin-bottom: 10px
}

ul ul,ol ul,ul ol,ol ol {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dt,dd {
    line-height: 1.42857143
}

dt {
    font-weight: bold
}

dd {
    margin-left: 0
}

@media(min-width: 768px) {
    .dl-horizontal dt {
        float:left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[title],abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child {
    margin-bottom: 0
}

blockquote footer,blockquote small,blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777
}

blockquote footer:before,blockquote small:before,blockquote .small:before {
    content: "â€”Â "
}

.blockquote-reverse,blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eee;
    border-left: 0
}

.blockquote-reverse footer:before,blockquote.pull-right footer:before,.blockquote-reverse small:before,blockquote.pull-right small:before,.blockquote-reverse .small:before,blockquote.pull-right .small:before {
    content: ""
}

.blockquote-reverse footer:after,blockquote.pull-right footer:after,.blockquote-reverse small:after,blockquote.pull-right small:after,.blockquote-reverse .small:after,blockquote.pull-right .small:after {
    content: "Â â€”"
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}

code,kbd,pre,samp {
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    -webkit-box-shadow: none;
    box-shadow: none
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto
}

@media(min-width: 768px) {
    .container {
        width:750px
    }
}

@media(min-width: 992px) {
    .container {
        width:970px
    }
}

@media(min-width: 1200px) {
    .container {
        width:1186px
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media(min-width: 768px) {
    .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 {
        float:left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media(min-width: 992px) {
    .col-md-1,.col-md-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 {
        float:left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media(min-width: 1200px) {
    .col-lg-1,.col-lg-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 {
        float:left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>td {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed>thead>tr>th,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>td {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>th,.table-bordered>thead>tr>td {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
    background-color: #f5f5f5
}

table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none
}

table td[class*="col-"],table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none
}

.table>thead>tr>td.active,.table>tbody>tr>td.active,.table>tfoot>tr>td.active,.table>thead>tr>th.active,.table>tbody>tr>th.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>tbody>tr.active>td,.table>tfoot>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr.active>th,.table>tfoot>tr.active>th {
    background-color: #f5f5f5
}

.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover,.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr.active:hover>th {
    background-color: #e8e8e8
}

.table>thead>tr>td.success,.table>tbody>tr>td.success,.table>tfoot>tr>td.success,.table>thead>tr>th.success,.table>tbody>tr>th.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>tbody>tr.success>td,.table>tfoot>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr.success>th,.table>tfoot>tr.success>th {
    background-color: #dff0d8
}

.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr.success:hover>th {
    background-color: #d0e9c6
}

.table>thead>tr>td.info,.table>tbody>tr>td.info,.table>tfoot>tr>td.info,.table>thead>tr>th.info,.table>tbody>tr>th.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>tbody>tr.info>td,.table>tfoot>tr.info>td,.table>thead>tr.info>th,.table>tbody>tr.info>th,.table>tfoot>tr.info>th {
    background-color: #d9edf7
}

.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover,.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr.info:hover>th {
    background-color: #c4e3f3
}

.table>thead>tr>td.warning,.table>tbody>tr>td.warning,.table>tfoot>tr>td.warning,.table>thead>tr>th.warning,.table>tbody>tr>th.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>tbody>tr.warning>td,.table>tfoot>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr.warning>th,.table>tfoot>tr.warning>th {
    background-color: #fcf8e3
}

.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr.warning:hover>th {
    background-color: #faf2cc
}

.table>thead>tr>td.danger,.table>tbody>tr>td.danger,.table>tfoot>tr>td.danger,.table>thead>tr>th.danger,.table>tbody>tr>th.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>tbody>tr.danger>td,.table>tfoot>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr.danger>th,.table>tfoot>tr.danger>th {
    background-color: #f2dede
}

.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr.danger:hover>th {
    background-color: #ebcccc
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width:100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

    .table-responsive>.table {
        margin-bottom: 0
    }

    .table-responsive>.table>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td {
        white-space: nowrap
    }

    .table-responsive>.table-bordered {
        border: 0
    }

    .table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child {
        border-left: 0
    }

    .table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child {
        border-right: 0
    }

    .table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td {
        border-bottom: 0
    }
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type="radio"],input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px;
    line-height: normal
}

input[type="file"] {
    display: block
}

input[type="range"] {
    display: block;
    width: 100%
}

select[multiple],select[size] {
    height: auto
}

input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled],fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

input[type="search"] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"],input[type="time"],input[type="datetime-local"],input[type="month"] {
        line-height:34px
    }

    input[type="date"].input-sm,input[type="time"].input-sm,input[type="datetime-local"].input-sm,input[type="month"].input-sm,.input-group-sm input[type="date"],.input-group-sm input[type="time"],.input-group-sm input[type="datetime-local"],.input-group-sm input[type="month"] {
        line-height: 30px
    }

    input[type="date"].input-lg,input[type="time"].input-lg,input[type="datetime-local"].input-lg,input[type="month"].input-lg,.input-group-lg input[type="date"],.input-group-lg input[type="time"],.input-group-lg input[type="datetime-local"],.input-group-lg input[type="month"] {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.radio,.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.radio label,.checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer
}

.radio input[type="radio"],.radio-inline input[type="radio"],.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-top: 4px;
    margin-left: -20px
}

.radio+.radio,.checkbox+.checkbox {
    margin-top: -5px
}

.radio-inline,.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer
}

.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px
}

input[type="radio"][disabled],input[type="checkbox"][disabled],input[type="radio"].disabled,input[type="checkbox"].disabled,fieldset[disabled] input[type="radio"],fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed
}

.radio-inline.disabled,.checkbox-inline.disabled,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox-inline {
    cursor: not-allowed
}

.radio.disabled label,.checkbox.disabled label,fieldset[disabled] .radio label,fieldset[disabled] .checkbox label {
    cursor: not-allowed
}

.form-control-static {
    min-height: 34px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0
}

.form-control-static.input-lg,.form-control-static.input-sm {
    padding-right: 0;
    padding-left: 0
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

textarea.input-sm,select[multiple].input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.form-group-sm .form-control {
    height: 30px;
    line-height: 30px
}

textarea.form-group-sm .form-control,select[multiple].form-group-sm .form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

textarea.input-lg,select[multiple].input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.form-group-lg .form-control {
    height: 46px;
    line-height: 46px
}

textarea.form-group-lg .form-control,select[multiple].form-group-lg .form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.input-lg+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.input-sm+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.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: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d
}

.has-success .form-control-feedback {
    color: #3c763d
}

.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: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.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: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label~.form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media(min-width: 768px) {
    .form-inline .form-group {
        display:inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn,.form-inline .input-group .form-control {
        width: auto
    }

    .form-inline .input-group>.form-control {
        width: 100%
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .radio,.form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .radio label,.form-inline .checkbox label {
        padding-left: 0
    }

    .form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0
}

.form-horizontal .radio,.form-horizontal .checkbox {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px
}

@media(min-width: 768px) {
    .form-horizontal .control-label {
        padding-top:7px;
        margin-bottom: 0;
        text-align: right
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media(min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top:14.333333px
    }
}

@media(min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top:6px
    }
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.btn:focus,.btn:active:focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:hover,.btn:focus,.btn.focus {
    color: #333;
    text-decoration: none
}

.btn:active,.btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}

.btn.disabled,.btn[disabled],fieldset[disabled] .btn {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default:hover,.btn-default:focus,.btn-default.focus,.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled.focus,.btn-default[disabled].focus,fieldset[disabled] .btn-default.focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary:hover,.btn-primary:focus,.btn-primary.focus,.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled.focus,.btn-primary[disabled].focus,fieldset[disabled] .btn-primary.focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active {
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success:hover,.btn-success:focus,.btn-success.focus,.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success {
    background-image: none
}

.btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled.focus,.btn-success[disabled].focus,fieldset[disabled] .btn-success.focus,.btn-success.disabled:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info:hover,.btn-info:focus,.btn-info.focus,.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info {
    background-image: none
}

.btn-info.disabled,.btn-info[disabled],fieldset[disabled] .btn-info,.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled.focus,.btn-info[disabled].focus,fieldset[disabled] .btn-info.focus,.btn-info.disabled:active,.btn-info[disabled]:active,fieldset[disabled] .btn-info:active,.btn-info.disabled.active,.btn-info[disabled].active,fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning:hover,.btn-warning:focus,.btn-warning.focus,.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning {
    background-image: none
}

.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled.focus,.btn-warning[disabled].focus,fieldset[disabled] .btn-warning.focus,.btn-warning.disabled:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger:hover,.btn-danger:focus,.btn-danger.focus,.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger {
    background-image: none
}

.btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger,.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled.focus,.btn-danger[disabled].focus,fieldset[disabled] .btn-danger.focus,.btn-danger.disabled:active,.btn-danger[disabled]:active,fieldset[disabled] .btn-danger:active,.btn-danger.disabled.active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    font-weight: normal;
    color: #337ab7;
    border-radius: 0
}

.btn-link,.btn-link:active,.btn-link.active,.btn-link[disabled],fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active {
    border-color: transparent
}

.btn-link:hover,.btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus {
    color: #777;
    text-decoration: none
}

.btn-lg,.btn-group-lg>.btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.btn-sm,.btn-group-sm>.btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-xs,.btn-group-xs>.btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height,visibility;
    -o-transition-property: height,visibility;
    transition-property: height,visibility
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropup,.dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175)
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5
}

.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0
}

.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus {
    color: #777
}

.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px solid
}

.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media(min-width: 768px) {
    .navbar-right .dropdown-menu {
        right:0;
        left: auto
    }

    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0
    }
}

.btn-group,.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group>.btn,.btn-group-vertical>.btn {
    position: relative;
    float: left
}

.btn-group>.btn:hover,.btn-group-vertical>.btn:hover,.btn-group>.btn:focus,.btn-group-vertical>.btn:focus,.btn-group>.btn:active,.btn-group-vertical>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn.active {
    z-index: 2
}

.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar .btn-group,.btn-toolbar .input-group {
    float: left
}

.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group {
    margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group>.btn-group {
    float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group>.btn+.dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px
}

.btn-group>.btn-lg+.dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical>.btn-group>.btn {
    float: none
}

.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified>.btn,.btn-group-justified>.btn-group {
    display: table-cell;
    float: none;
    width: 1%
}

.btn-group-justified>.btn-group .btn {
    width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
    left: auto
}

[data-toggle="buttons"]>.btn input[type="radio"],[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],[data-toggle="buttons"]>.btn input[type="checkbox"],[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*="col-"] {
    float: none;
    padding-right: 0;
    padding-left: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    line-height: 46px
}

textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn,select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn {
    height: auto
}

.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    line-height: 30px
}

textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn,select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn {
    height: auto
}

.input-group-addon,.input-group-btn,.input-group .form-control {
    display: table-cell
}

.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon,.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

.input-group-addon input[type="radio"],.input-group-addon input[type="checkbox"] {
    margin-top: 0
}

.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn>.btn {
    position: relative
}

.input-group-btn>.btn+.btn {
    margin-left: -1px
}

.input-group-btn>.btn:hover,.input-group-btn>.btn:focus,.input-group-btn>.btn:active {
    z-index: 2
}

.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group {
    margin-right: -1px
}

.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group {
    margin-left: -1px
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav>li>a:hover,.nav>li>a:focus {
    text-decoration: none;
    background-color: #eee
}

.nav>li.disabled>a {
    color: #777
}

.nav>li.disabled>a:hover,.nav>li.disabled>a:focus {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent
}

.nav .open>a,.nav .open>a:hover,.nav .open>a:focus {
    background-color: #eee;
    border-color: #337ab7
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav>li>a>img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified>li {
    float: none
}

.nav-tabs.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media(min-width: 768px) {
    .nav-tabs.nav-justified>li {
        display:table-cell;
        width: 1%
    }

    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus {
    border: 1px solid #ddd
}

@media(min-width: 768px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom:1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus {
        border-bottom-color: #fff
    }
}

.nav-pills>li {
    float: left
}

.nav-pills>li>a {
    border-radius: 4px
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #337ab7
}

.nav-stacked>li {
    float: none
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

.nav-justified>li {
    float: none
}

.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media(min-width: 768px) {
    .nav-justified>li {
        display:table-cell;
        width: 1%
    }

    .nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus {
    border: 1px solid #ddd
}

@media(min-width: 768px) {
    .nav-tabs-justified>li>a {
        border-bottom:1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus {
        border-bottom-color: #fff
    }
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

@media(min-width: 768px) {
    .navbar {
        border-radius:4px
    }
}

@media(min-width: 768px) {
    .navbar-header {
        float:left
    }
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1)
}

.navbar-collapse.in {
    overflow-y: auto
}

@media(min-width: 768px) {
    .navbar-collapse {
        width:auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }

    .navbar-collapse.in {
        overflow-y: visible
    }

    .navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse {
        padding-right: 0;
        padding-left: 0
    }
}

.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px
}

@media(max-device-width: 480px) and (orientation:landscape) {
    .navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse {
        max-height:200px
    }
}

.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse {
    margin-right: -15px;
    margin-left: -15px
}

@media(min-width: 768px) {
    .container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse {
        margin-right:0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media(min-width: 768px) {
    .navbar-static-top {
        border-radius:0
    }
}

.navbar-fixed-top,.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media(min-width: 768px) {
    .navbar-fixed-top,.navbar-fixed-bottom {
        border-radius:0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px
}

.navbar-brand:hover,.navbar-brand:focus {
    text-decoration: none
}

.navbar-brand>img {
    display: block
}

@media(min-width: 768px) {
    .navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand {
        margin-left:-15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

@media(min-width: 768px) {
    .navbar-toggle {
        display:none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media(max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position:static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }

    .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav .open .dropdown-menu>li>a:focus {
        background-image: none
    }
}

@media(min-width: 768px) {
    .navbar-nav {
        float:left;
        margin: 0
    }

    .navbar-nav>li {
        float: left
    }

    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1)
}

@media(min-width: 768px) {
    .navbar-form .form-group {
        display:inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .navbar-form .form-control-static {
        display: inline-block
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn,.navbar-form .input-group .form-control {
        width: auto
    }

    .navbar-form .input-group>.form-control {
        width: 100%
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .radio,.navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .radio label,.navbar-form .checkbox label {
        padding-left: 0
    }

    .navbar-form .radio input[type="radio"],.navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media(max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom:5px
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

@media(min-width: 768px) {
    .navbar-form {
        width:auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@media(min-width: 768px) {
    .navbar-text {
        float:left;
        margin-right: 15px;
        margin-left: 15px
    }
}

@media(min-width: 768px) {
    .navbar-left {
        float:left !important
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px
    }

    .navbar-right~.navbar-right {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav>li>a {
    color: #777
}

.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse,.navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus {
    color: #555;
    background-color: #e7e7e7
}

@media(max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color:#777
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #333;
        background-color: transparent
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-default .btn-link {
    color: #777
}

.navbar-default .btn-link:hover,.navbar-default .btn-link:focus {
    color: #333
}

.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:hover,.navbar-default .btn-link[disabled]:focus,fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d
}

.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #080808
}

.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-nav>.disabled>a:focus {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus {
    color: #fff;
    background-color: #080808
}

@media(max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color:#080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #9d9d9d
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #fff;
        background-color: transparent
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #fff;
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link {
    color: #9d9d9d
}

.navbar-inverse .btn-link:hover,.navbar-inverse .btn-link:focus {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:hover,.navbar-inverse .btn-link[disabled]:focus,fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

.breadcrumb>li {
    display: inline-block
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/Â "
}

.breadcrumb>.active {
    color: #777
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination>li {
    display: inline
}

.pagination>li>a,.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination>li:first-child>a,.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pagination>li:last-child>a,.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus {
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}

.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7
}

.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pagination-lg>li>a,.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px
}

.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm>li>a,.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px
}

.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none
}

.pager li {
    display: inline
}

.pager li>a,.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li>a:hover,.pager li>a:focus {
    text-decoration: none;
    background-color: #eee
}

.pager .next>a,.pager .next>span {
    float: right
}

.pager .previous>a,.pager .previous>span {
    float: left
}

.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

a.label:hover,a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

.label-default {
    background-color: #777
}

.label-default[href]:hover,.label-default[href]:focus {
    background-color: #5e5e5e
}

.label-primary {
    background-color: #337ab7
}

.label-primary[href]:hover,.label-primary[href]:focus {
    background-color: #286090
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:hover,.label-success[href]:focus {
    background-color: #449d44
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:hover,.label-info[href]:focus {
    background-color: #31b0d5
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:hover,.label-warning[href]:focus {
    background-color: #ec971f
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:hover,.label-danger[href]:focus {
    background-color: #c9302c
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #777;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.btn-xs .badge,.btn-group-xs>.btn .badge {
    top: 0;
    padding: 1px 5px
}

a.badge:hover,a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.list-group-item.active>.badge,.nav-pills>.active>a>.badge {
    color: #337ab7;
    background-color: #fff
}

.list-group-item>.badge {
    float: right
}

.list-group-item>.badge+.badge {
    margin-right: 5px
}

.nav-pills>li>a>.badge {
    margin-left: 3px
}

.jumbotron {
    padding: 30px 15px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee
}

.jumbotron h1,.jumbotron .h1 {
    color: inherit
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200
}

.jumbotron>hr {
    border-top-color: #d5d5d5
}

.container .jumbotron,.container-fluid .jumbotron {
    border-radius: 6px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding:48px 0
    }

    .container .jumbotron,.container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px
    }

    .jumbotron h1,.jumbotron .h1 {
        font-size: 63px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

.thumbnail>img,.thumbnail a>img {
    margin-right: auto;
    margin-left: auto
}

a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active {
    border-color: #337ab7
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: bold
}

.alert>p,.alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 5px
}

.alert-dismissable,.alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close,.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

.progress-striped .progress-bar,.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px
}

.progress.active .progress-bar,.progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media,.media-body {
    overflow: hidden;
    zoom:1}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

.media-right,.media>.pull-right {
    padding-left: 10px
}

.media-left,.media>.pull-left {
    padding-right: 10px
}

.media-left,.media-right,.media-body {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

a.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:hover,a.list-group-item:focus {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5
}

.list-group-item.disabled,.list-group-item.disabled:hover,.list-group-item.disabled:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #eee
}

.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text {
    color: #777
}

.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.list-group-item.active .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>.small {
    color: inherit
}

.list-group-item.active .list-group-item-text,.list-group-item.active:hover .list-group-item-text,.list-group-item.active:focus .list-group-item-text {
    color: #c7ddef
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:hover,a.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active,a.list-group-item-success.active:hover,a.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:hover,a.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active,a.list-group-item-info.active:hover,a.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:hover,a.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active,a.list-group-item-warning.active:hover,a.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:hover,a.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active,a.list-group-item-danger.active:hover,a.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05)
}

.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

.panel-title>a,.panel-title>small,.panel-title>.small,.panel-title>small>a,.panel-title>.small>a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.list-group,.panel>.panel-collapse>.list-group {
    margin-bottom: 0
}

.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group+.panel-footer {
    border-top-width: 0
}

.panel>.table,.panel>.table-responsive>.table,.panel>.panel-collapse>.table {
    margin-bottom: 0
}

.panel>.table caption,.panel>.table-responsive>.table caption,.panel>.panel-collapse>.table caption {
    padding-right: 15px;
    padding-left: 15px
}

.panel>.table:first-child,.panel>.table-responsive:first-child>.table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.table:first-child>thead:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.panel>.table:last-child,.panel>.table-responsive:last-child>.table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}

.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body {
    border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child th,.panel>.table>tbody:first-child>tr:first-child td {
    border-top: 0
}

.panel>.table-bordered,.panel>.table-responsive>.table-bordered {
    border: 0
}

.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0
}

.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0
}

.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
    border-bottom: 0
}

.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0
}

.panel>.table-responsive {
    margin-bottom: 0;
    border: 0
}

.panel-group {
    margin-bottom: 20px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px
}

.panel-group .panel+.panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.panel-body,.panel-group .panel-heading+.panel-collapse>.list-group {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #337ab7
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #337ab7
}

.panel-primary>.panel-heading .badge {
    color: #337ab7;
    background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #337ab7
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6e9c6
}

.panel-success>.panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faebcc
}

.panel-warning>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1
}

.panel-danger>.panel-heading .badge {
    color: #f2dede;
    background-color: #a94442
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.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-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0,0,0,.15)
}

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2
}

.close:hover,.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    -o-transform: translate(0,-25%);
    transform: translate(0,-25%)
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5)
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5
}

.modal-header {
    min-height: 16.42857143px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media(min-width: 768px) {
    .modal-dialog {
        width:600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5)
    }

    .modal-sm {
        width: 300px
    }
}

@media(min-width: 992px) {
    .modal-lg {
        width:900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.4;
    filter: alpha(opacity=0);
    opacity: 0
}

.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2)
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover>.arrow,.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover>.arrow {
    border-width: 11px
}

.popover>.arrow:after {
    content: "";
    border-width: 10px
}

.popover.top>.arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0,0,0,.25);
    border-bottom-width: 0
}

.popover.top>.arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0,0,0,.25);
    border-left-width: 0
}

.popover.right>.arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0
}

.popover.bottom>.arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0,0,0,.25)
}

.popover.bottom>.arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0,0,0,.25)
}

.popover.left>.arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner>.item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner>.item>img,.carousel-inner>.item>a>img {
    line-height: 1
}

@media all and (transform-3d),(-webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        perspective: 1000
    }

    .carousel-inner>.item.next,.carousel-inner>.item.active.right {
        left: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    .carousel-inner>.item.prev,.carousel-inner>.item.active.left {
        left: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }

    .carousel-inner>.item.next.left,.carousel-inner>.item.prev.right,.carousel-inner>.item.active {
        left: 0;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    filter: alpha(opacity=50);
    opacity: .5
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
    background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-repeat: repeat-x
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-repeat: repeat-x
}

.carousel-control:hover,.carousel-control:focus {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9
}

.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block
}

.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px
}

.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-prev,.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif;
    line-height: 1
}

.carousel-control .icon-prev:before {
    content: "â€¹"
}

.carousel-control .icon-next:before {
    content: "â€º"
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000;
    background-color: rgba(0,0,0,0);
    border: 1px solid #fff;
    border-radius: 10px
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    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;
    text-shadow: 0 1px 2px rgba(0,0,0,.6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next {
        width:30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev {
        margin-left: -15px
    }

    .carousel-control .glyphicon-chevron-right,.carousel-control .icon-next {
        margin-right: -15px
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.clearfix:before,.clearfix:after,.dl-horizontal dd:before,.dl-horizontal dd:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.btn-toolbar:before,.btn-toolbar:after,.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after,.nav:before,.nav:after,.navbar:before,.navbar:after,.navbar-header:before,.navbar-header:after,.navbar-collapse:before,.navbar-collapse:after,.pager:before,.pager:after,.panel-body:before,.panel-body:after,.modal-footer:before,.modal-footer:after {
    display: table;
    content: " "
}

.clearfix:after,.dl-horizontal dd:after,.container:after,.container-fluid:after,.row:after,.form-horizontal .form-group:after,.btn-toolbar:after,.btn-group-vertical>.btn-group:after,.nav:after,.navbar:after,.navbar-header:after,.navbar-collapse:after,.pager:after,.panel-body:after,.modal-footer:after {
    clear: both
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-xs,.visible-sm,.visible-md,.visible-lg {
    display: none !important
}

.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block {
    display: none !important
}

@media(max-width: 767px) {
    .visible-xs {
        display:block !important
    }

    table.visible-xs {
        display: table
    }

    tr.visible-xs {
        display: table-row !important
    }

    th.visible-xs,td.visible-xs {
        display: table-cell !important
    }
}

@media(max-width: 767px) {
    .visible-xs-block {
        display:block !important
    }
}

@media(max-width: 767px) {
    .visible-xs-inline {
        display:inline !important
    }
}

@media(max-width: 767px) {
    .visible-xs-inline-block {
        display:inline-block !important
    }
}

@media(min-width: 768px) and (max-width:991px) {
    .visible-sm {
        display:block !important
    }

    table.visible-sm {
        display: table
    }

    tr.visible-sm {
        display: table-row !important
    }

    th.visible-sm,td.visible-sm {
        display: table-cell !important
    }
}

@media(min-width: 768px) and (max-width:991px) {
    .visible-sm-block {
        display:block !important
    }
}

@media(min-width: 768px) and (max-width:991px) {
    .visible-sm-inline {
        display:inline !important
    }
}

@media(min-width: 768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display:inline-block !important
    }
}

@media(min-width: 992px) and (max-width:1199px) {
    .visible-md {
        display:block !important
    }

    table.visible-md {
        display: table
    }

    tr.visible-md {
        display: table-row !important
    }

    th.visible-md,td.visible-md {
        display: table-cell !important
    }
}

@media(min-width: 992px) and (max-width:1199px) {
    .visible-md-block {
        display:block !important
    }
}

@media(min-width: 992px) and (max-width:1199px) {
    .visible-md-inline {
        display:inline !important
    }
}

@media(min-width: 992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display:inline-block !important
    }
}

@media(min-width: 1200px) {
    .visible-lg {
        display:block !important
    }

    table.visible-lg {
        display: table
    }

    tr.visible-lg {
        display: table-row !important
    }

    th.visible-lg,td.visible-lg {
        display: table-cell !important
    }
}

@media(min-width: 1200px) {
    .visible-lg-block {
        display:block !important
    }
}

@media(min-width: 1200px) {
    .visible-lg-inline {
        display:inline !important
    }
}

@media(min-width: 1200px) {
    .visible-lg-inline-block {
        display:inline-block !important
    }
}

@media(max-width: 767px) {
    .hidden-xs {
        display:none !important
    }
}

@media(min-width: 768px) and (max-width:991px) {
    .hidden-sm {
        display:none !important
    }
}

@media(min-width: 992px) and (max-width:1199px) {
    .hidden-md {
        display:none !important
    }
}

@media(min-width: 1200px) {
    .hidden-lg {
        display:none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table
    }

    tr.visible-print {
        display: table-row !important
    }

    th.visible-print,td.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

.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;
    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;
    -webkit-transform: translate3d(0px,0,0);
}

.owl-carousel .owl-controls .owl-dot, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-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;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.owl-carousel .owl-rtl {
    direction: rtl;
}

.owl-carousel .owl-rtl .owl-item {
    float: right;
}

.no-js .owl-carousel {
    display: block;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("../../../vendor/owlcarousel/owl.video.play.png") no-repeat;
    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:hover {
    -webkit-transition: scale(1.3,1.3);
    -moz-transition: scale(1.3,1.3);
    -ms-transition: scale(1.3,1.3);
    -o-transition: scale(1.3,1.3);
    transition: scale(1.3,1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -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-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-controls .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none;
}

.owl-theme .owl-controls .owl-nav .disabled {
    opacity: .5;
    cursor: default;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}

.ls-container {
    visibility: hidden;
    position: relative
}

.ls-lt-container {
    position: absolute
}

.ls-lt-container,.ls-lt-container * {
    text-align: left !important;
    direction: ltr !important
}

.ls-container-fullscreen {
    margin: 0 auto !important;
    padding: 2% !important;
    background: black !important;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border: 0 !important
}

.ls-container-fullscreen .ls-thumbnail-wrapper,.ls-container-fullscreen .ls-fullscreen,.ls-container-fullscreen .ls-shadow {
    display: none !important
}

.ls-overflow-hidden {
    overflow: hidden
}

.ls-inner {
    position: relative;
    background-position: center center;
    z-index: 2
}

.ls-loading-container {
    position: absolute !important;
    display: none;
    z-index: 3 !important;
    left: 50% !important;
    top: 50% !important
}

.ls-loading-indicator {
    margin: 0 auto
}

.ls-inner,.ls-slide {
    width: 100%;
    height: 100%
}

.ls-slide,.ls-layer {
    position: absolute;
    display: none;
    background-position: center center;
    overflow: hidden
}

.ls-active,.ls-animating {
    display: block !important
}

.ls-slide>* {
    position: absolute;
    line-height: normal;
    margin: 0;
    left: 0;
    top: 0
}

.ls-slide .ls-bg {
    left: 0;
    top: 0;
    transform: none !important;
    -o-transform: none !important;
    -ms-transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important
}

.ls-yourlogo {
    position: absolute;
    z-index: 99
}

.ls-bar-timer {
    position: absolute;
    width: 0;
    height: 2px;
    background: white;
    border-bottom: 2px solid #555;
    opacity: .55;
    filter: alpha(opacity=55);
    z-index: 4;
    top: 0
}

.ls-circle-timer {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 4;
    opacity: .65;
    filter: alpha(opacity=65);
    display: none
}

.ls-ct-half {
    background: white
}

.ls-ct-center {
    background: #444
}

.ls-ct-left,.ls-ct-right {
    width: 50%;
    height: 100%;
    overflow: hidden
}

.ls-ct-left,.ls-ct-right {
    float: left;
    position: relative
}

.ls-ct-rotate {
    width: 200%;
    height: 100%;
    position: absolute;
    top: 0
}

.ls-ct-left .ls-ct-rotate,.ls-ct-right .ls-ct-hider,.ls-ct-right .ls-ct-half {
    left: 0
}

.ls-ct-right .ls-ct-rotate,.ls-ct-left .ls-ct-hider,.ls-ct-left .ls-ct-half {
    right: 0
}

.ls-ct-hider,.ls-ct-half {
    position: absolute;
    top: 0
}

.ls-ct-hider {
    width: 50%;
    height: 100%;
    overflow: hidden
}

.ls-ct-half {
    width: 200%;
    height: 100%
}

.ls-ct-center {
    width: 50%;
    height: 50%;
    left: 25%;
    top: 25%;
    position: absolute
}

.ls-ct-half,.ls-ct-center {
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px
}

.ls-bottom-nav-wrapper {
    height: 0
}

.ls-bottom-slidebuttons {
    text-align: left
}

.ls-bottom-nav-wrapper,.ls-below-thumbnails {
    z-index: 2;
    height: 0;
    position: relative;
    text-align: center;
    margin: 0 auto
}

.ls-below-thumbnails {
    display: none;
    z-index: 6
}

.ls-bottom-nav-wrapper a,.ls-nav-prev,.ls-nav-next {
    outline: 0
}

* .ls-bottom-nav-wrapper *,* .ls-bottom-nav-wrapper span * {
    direction: ltr !important
}

.ls-bottom-slidebuttons {
    position: relative;
    z-index: 1000
}

.ls-bottom-slidebuttons,.ls-nav-start,.ls-nav-stop,.ls-nav-sides {
    position: relative
}

.ls-nothumb {
    text-align: center !important
}

.ls-link {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    left: 0 !important;
    top: 0 !important;
    background-image: url("../../../layerslider/css/blank.gif")
}

.ls-slide>a>* {
    background-image: url("../../../layerslider/css/blank.gif")
}

.ls-vpcontainer {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.ls-videopreview {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer
}

.ls-playvideo {
    position: absolute;
    left: 50%;
    top: 50%;
    cursor: pointer
}

.ls-tn {
    display: none !important
}

.ls-thumbnail-hover {
    display: none;
    position: absolute;
    left: 0
}

.ls-thumbnail-hover-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: none
}

.ls-thumbnail-hover-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.ls-thumbnail-hover-img {
    position: absolute;
    overflow: hidden
}

.ls-thumbnail-hover img {
    max-width: none !important;
    position: absolute;
    display: inline-block;
    visibility: visible !important;
    left: 50%;
    top: 0
}

.ls-thumbnail-hover span {
    left: 50%;
    top: 100%;
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important
}

.ls-thumbnail-wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    z-index: 4
}

.ls-thumbnail {
    position: relative;
    margin: 0 auto
}

.ls-thumbnail-inner,.ls-thumbnail-slide-container {
    width: 100%
}

.ls-thumbnail-slide-container {
    overflow: hidden !important;
    position: relative
}

.ls-touchscroll {
    overflow-x: auto !important
}

.ls-thumbnail-slide {
    text-align: center;
    white-space: nowrap;
    float: left;
    position: relative
}

.ls-thumbnail-slide a {
    overflow: hidden;
    display: inline-block;
    width: 0;
    height: 0;
    position: relative
}

.ls-thumbnail-slide img {
    max-width: none !important;
    max-height: 100% !important;
    height: 100%;
    visibility: visible !important
}

.ls-shadow {
    display: none;
    position: absolute;
    z-index: 1;
    top: 100%;
    width: 100%;
    left: 0;
    overflow: hidden !important;
    visibility: hidden
}

.ls-shadow img {
    width: 100% !important;
    height: auto !important;
    position: absolute !important;
    left: 0 !important;
    bottom: 0 !important
}

.ls-bottom-nav-wrapper,.ls-thumbnail-wrapper,.ls-nav-prev,.ls-nav-next {
    visibility: hidden
}

.ls-wp-fullwidth-container {
    width: 100%;
    position: relative
}

.ls-wp-fullwidth-helper {
    position: absolute
}

.ls-overflow-hidden {
    overflow: hidden
}

.ls-lt-tile {
    position: relative;
    float: left;
    perspective: 1000px;
    -o-perspective: 1000px;
    -ms-perspective: 1000px;
    -moz-perspective: 1000px;
    -webkit-perspective: 1000px
}

.ls-lt-tile img {
    visibility: visible;
    display: inline-block
}

.ls-curtiles {
    overflow: hidden
}

.ls-curtiles,.ls-nexttiles {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.ls-curtile,.ls-nexttile {
    overflow: hidden;
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden
}

.ls-curtile {
    left: 0;
    top: 0
}

.ls-curtile img,.ls-nexttile img {
    position: absolute;
    filter: inherit
}

.ls-3d-container {
    position: relative;
    overflow: visible !important
}

.ls-3d-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d
}

.ls-3d-box div {
    overflow: hidden;
    background: #777;
    margin: 0;
    padding: 0;
    position: absolute
}

.ls-fullscreen {
    position: absolute;
    z-index: 10;
    cursor: pointer;
    display: block
}

html * .ls-nav-prev,html * .ls-nav-next,html * .ls-container img,html * .ls-bottom-nav-wrapper a,html * .ls-container .ls-fullscreen,body * .ls-nav-prev,body * .ls-nav-next,body * .ls-container img,body * .ls-bottom-nav-wrapper a,body * .ls-container .ls-fullscreen,#ls-global * .ls-nav-prev,#ls-global * .ls-nav-next,#ls-global * .ls-container img,#ls-global * .ls-bottom-nav-wrapper a,#ls-global * .ls-container .ls-fullscreen,html * .ls-thumbnail a,body * .ls-thumbnail a,#ls-global * .ls-thumbnail a {
    transition: none;
    -o-transition: none;
    -ms-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    line-height: normal;
    outline: 0;
    padding: 0;
    border: 0
}

html * .ls-slide>a,body * .ls-slide>a,#ls-global * .ls-slide>a,html * .ls-slide>h1,body * .ls-slide>h1,#ls-global * .ls-slide>h1,html * .ls-slide>h2,body * .ls-slide>h2,#ls-global * .ls-slide>h2,html * .ls-slide>h3,body * .ls-slide>h3,#ls-global * .ls-slide>h3,html * .ls-slide>h4,body * .ls-slide>h4,#ls-global * .ls-slide>h4,html * .ls-slide>h5,body * .ls-slide>h5,#ls-global * .ls-slide>h5,html * .ls-slide>p,body * .ls-slide>p,#ls-global * .ls-slide>p,html * .ls-slide>div,body * .ls-slide>div,#ls-global * .ls-slide>div,html * .ls-slide>span,body * .ls-slide>span,#ls-global * .ls-slide>span,html * .ls-slide>*,body * .ls-slide>*,#ls-global * .ls-slide>* {
    transition: none;
    -o-transition: none;
    -ms-transition: none;
    -moz-transition: none;
    -webkit-transition: none
}

html * .ls-slide>*,body * .ls-slide>*,#ls-global * .ls-slide>* {
    margin: 0
}

html * .ls-container img,body * .ls-container img,#ls-global * .ls-container img {
    background: none !important;
    min-width: 0 !important;
    max-width: none !important;
    border-radius: 0;
    box-shadow: none;
    border: 0;
    padding: 0
}

html * .ls-wp-container .ls-slide>*,body * .ls-wp-container .ls-slide>*,#ls-global * .ls-wp-container .ls-slide>* {
    line-height: normal;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0
}

html * .ls-wp-container .ls-slide>a>*,body * .ls-wp-container .ls-slide>a>*,#ls-global * .ls-wp-container .ls-slide>a>* {
    margin: 0
}

html * .ls-wp-container .ls-slide>a,body * .ls-wp-container .ls-slide>a,#ls-global * .ls-wp-container .ls-slide>a {
    text-decoration: none
}

.ls-wp-fullwidth-container,.ls-wp-fullwidth-helper,.ls-container,.ls-container * {
    box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important
}

html * .ls-yourlogo,body * .ls-yourlogo,#ls-global * .ls-yourlogo {
    margin: 0
}

html * .ls-tn,body * .ls-tn,#ls-global * .ls-tn {
    display: none
}

.site {
    overflow: visible !important
}

.ls-debug-console * {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    color: white !important;
    text-shadow: none !important;
    font-family: "HelveticaNeue-Light","Helvetica Neue Light",Helvetica,Arial,sans-serif !important;
    line-height: normal !important;
    -webkit-font-smoothing: antialiased !important;
    text-align: left !important;
    font-style: normal !important
}

.ls-debug-console h1 {
    padding-top: 10px !important;
    font-size: 17px !important;
    font-weight: bold !important
}

.ls-debug-console h1:first-child {
    padding-top: 0 !important
}

.ls-debug-console ul {
    padding-top: 10px !important;
    list-style: none !important
}

.ls-debug-console li {
    margin-left: 10px !important;
    font-size: 13px !important;
    position: relative !important;
    font-weight: normal !important
}

html * .ls-debug-console li ul,body * .ls-debug-console li ul,#ls-global * .ls-debug-console li ul {
    display: none;
    width: 260px;
    left: -10px
}

.ls-debug-console li ul {
    position: absolute !important;
    bottom: 100% !important;
    padding: 10px 10px 10px 0 !important;
    background: white !important;
    border-radius: 10px !important;
    box-shadow: 0 0 20px black !important
}

html * .ls-debug-console li:hover ul,body * .ls-debug-console li:hover ul,#ls-global * .ls-debug-console li:hover ul {
    display: block
}

.ls-debug-console li ul * {
    color: black !important
}

.ls-debug-console a {
    text-decoration: none !important;
    border-bottom: 1px dotted white !important
}

.ls-error {
    border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -wenkit-border-radius: 5px !important;
    background: white !important;
    height: auto !important;
    width: auto !important;
    color: white !important;
    padding: 20px 40px 30px 80px !important;
    position: relative !important;
    box-shadow: 0 2px 20px -5px black
}

.ls-error p {
    line-height: normal !important;
    text-shadow: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    text-align: justify !important;
    font-family: Arial,sans-serif !important
}

.ls-error .ls-error-title {
    line-height: 40px !important;
    color: red !important;
    font-weight: bold !important;
    font-size: 16px !important
}

.ls-error .ls-error-text {
    color: #555 !important;
    font-weight: normal !important;
    font-size: 13px !important
}

.ls-error .ls-exclam {
    width: 40px !important;
    height: 40px !important;
    position: absolute !important;
    left: 20px !important;
    top: 20px !important;
    border-radius: 50px !important;
    -moz-border-radius: 50px !important;
    -webkit-border-radius: 50px !important;
    font-size: 30px !important;
    font-weight: bold !important;
    color: white !important;
    line-height: 40px !important;
    background: red !important;
    text-align: center !important
}

html * .ls-container .ls-shadow,html * .ls-container .ls-slide>*,html * .ls-container .ls-fullscreen,html * .ls-container .ls-3d-container,html * .ls-container .ls-lt-container,html * .ls-container .ls-lt-container *,html * .ls-container .ls-thumbnail-wrapper,html * .ls-container .ls-bottom-nav-wrapper,body * .ls-container .ls-shadow,body * .ls-container .ls-slide>*,body * .ls-container .ls-fullscreen,body * .ls-container .ls-3d-container,body * .ls-container .ls-lt-container,body * .ls-container .ls-lt-container *,body * .ls-container .ls-thumbnail-wrapper,body * .ls-container .ls-bottom-nav-wrapper,#ls-global * .ls-container .ls-shadow,#ls-global * .ls-container .ls-slide>*,#ls-global * .ls-container .ls-fullscreen,#ls-global * .ls-container .ls-3d-container,#ls-global * .ls-container .ls-lt-container,#ls-global * .ls-container .ls-lt-container *,#ls-global * .ls-container .ls-thumbnail-wrapper,#ls-global * .ls-container .ls-bottom-nav-wrapper,.ls-gpuhack {
    transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0)
}

.ls-videohack {
    transform: none !important;
    -o-transform: none !important;
    -ms-transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    transform-origin: none !important;
    -o-transform-origin: none !important;
    -ms-transform-origin: none !important;
    -moz-transform-origin: none !important;
    -webkit-transform-origin: none !important
}

.ls-oldiepnghack {
    filter: none !important
}

.ls-gpuhack {
    width: 100% !important;
    height: 100% !important;
    left: 0 !important;
    top: 0 !important
}

html * .ls-container .ls-webkit-hack,body * .ls-container .ls-webkit-hack,#ls-global * .ls-container .ls-webkit-hack {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1
}

@media(transform-3d),(-o-transform-3d),(-ms-transform-3d),(-moz-transform-3d),(-webkit-transform-3d) {
    #ls-test3d {
        position: absolute;
        left: 9px;
        height: 3px
    }
}

.ls-forcehide {
    display: none !important
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0 !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-close,button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial,Baskerville,monospace
}

.mfp-close:hover,.mfp-close:focus {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:hover,.mfp-arrow:focus {
    opacity: 1
}

.mfp-arrow:before,.mfp-arrow:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0,0,0,.6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0,0,0,.6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width: 800px) and (orientation:landscape),screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left:0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0,0,0,.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0,0,0,.6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform:scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

#video-fake9.embed-responsive-16by9::before {
    padding-top: 0;
}
.b-title-article {
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 17px;
}