@charset "UTF-8";

@font-face {
    font-family: Lato;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/LatoRegular/LatoRegular.eot);
    src: url(../fonts/LatoRegular/LatoRegular.eot?#iefix) format("embedded-opentype"), url(../fonts/LatoRegular/LatoRegular.woff) format("woff"), url(../fonts/LatoRegular/LatoRegular.ttf) format("truetype")
}

@font-face {
    font-family: Lato;
    font-weight: 700;
    font-style: normal;
    src: url(../fonts/LatoBold/LatoBold.eot);
    src: url(../fonts/LatoBold/LatoBold.eot?#iefix) format("embedded-opentype"), url(../fonts/LatoBold/LatoBold.woff) format("woff"), url(../fonts/LatoBold/LatoBold.ttf) format("truetype")
}

@font-face {
    font-family: Lato;
    font-weight: 900;
    font-style: normal;
    src: url(../fonts/LatoBlack/LatoBlack.eot);
    src: url(../fonts/LatoBlack/LatoBlack.eot?#iefix) format("embedded-opentype"), url(../fonts/LatoBlack/LatoBlack.woff) format("woff"), url(../fonts/LatoBlack/LatoBlack.ttf) format("truetype")
}

@font-face {
    font-family: Lato;
    font-weight: 100;
    font-style: normal;
    src: url(../fonts/LatoLight/LatoLight.eot);
    src: url(../fonts/LatoLight/LatoLight.eot?#iefix) format("embedded-opentype"), url(../fonts/LatoLight/LatoLight.woff) format("woff"), url(../fonts/LatoLight/LatoLight.ttf) format("truetype")
}

@font-face {
    font-family: Lato;
    font-weight: 500;
    font-style: normal;
    src: url(../fonts/LatoSemibold/LatoSemibold.eot);
    src: url(../fonts/LatoSemibold/LatoSemibold.eot?#iefix) format("embedded-opentype"), url(../fonts/LatoSemibold/LatoSemibold.woff) format("woff"), url(../fonts/LatoSemibold/LatoSemibold.ttf) format("truetype")
}

@font-face {
    font-family: Proxima;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/ProximaNovaRegular/ProximaNovaRegular.eot);
    src: url(../fonts/ProximaNovaRegular/ProximaNovaRegular.eot?#iefix) format("embedded-opentype"), url(../fonts/ProximaNovaRegular/ProximaNovaRegular.woff) format("woff"), url(../fonts/ProximaNovaRegular/ProximaNovaRegular.ttf) format("truetype")
}

@font-face {
    font-family: Proxima;
    font-weight: 100;
    font-style: normal;
    src: url(../fonts/ProximaNovaLight/ProximaNovaLight.eot);
    src: url(../fonts/ProximaNovaLight/ProximaNovaLight.eot?#iefix) format("embedded-opentype"), url(../fonts/ProximaNovaLight/ProximaNovaLight.woff) format("woff"), url(../fonts/ProximaNovaLight/ProximaNovaLight.ttf) format("truetype")
}

@font-face {
    font-family: Proxima;
    font-weight: 700;
    font-style: normal;
    src: url(../fonts/ProximaNovaBold/ProximaNovaBold.eot);
    src: url(../fonts/ProximaNovaBold/ProximaNovaBold.eot?#iefix) format("embedded-opentype"), url(../fonts/ProximaNovaBold/ProximaNovaBold.woff) format("woff"), url(../fonts/ProximaNovaBold/ProximaNovaBold.ttf) format("truetype")
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-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: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

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 {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox], input[type=radio] {
    -webkit-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-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

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

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

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

a {
    color: #337ab7;
    text-decoration: none
}

a:focus, a:hover {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    -webkit-border-radius: 6px;
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    -webkit-border-radius: 50%;
    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;
    margin: -1px;
    padding: 0;
    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
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    .container {
        width: 750px
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px
    }
    header .scroll-to-fixed-fixed .top-mnu {
        padding-top: 15px;
        width: 75%
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}

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

.row {
    margin-left: -15px;
    margin-right: -15px
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    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-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        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-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        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-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        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
    }
}

.clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .row:after, .row:before {
    content: " ";
    display: table
}

.clearfix:after, .container-fluid:after, .container:after, .row:after {
    clear: both
}

.row-flex:before,
.row-flex:after {
	display: none;
}

.row-flex:before,
.row-flex:after {
	display: none;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: 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-lg, .visible-md, .visible-sm, .visible-xs {
    display: none !important
}

.visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
    display: none !important
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs, th.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 !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm, th.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 !important
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md, th.visible-md {
        display: table-cell !important
    }

    #mega-menu-wrap-mnu_header_new #mega-menu-mnu_header_new li.mega-menu-item {
        margin: 0 25px 0 0 !important;
    }

    .one-page-block .slider-content .content button {
        font-size:11px !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 !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg, th.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 !important
    }

    tr.visible-print {
        display: table-row !important
    }

    td.visible-print, th.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
    }
}

.sf-menu, .sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none
}

.sf-menu li {
    position: relative
}

.sf-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99
}

.sf-menu > li {
    float: left
}

.sf-menu li.sfHover > ul, .sf-menu li:hover > ul {
    display: block
}

.sf-menu a {
    display: block;
    position: relative
}

.sf-menu ul ul {
    top: 0;
    left: 100%
}

.sf-menu {
    float: left;
    margin-bottom: 1em
}

.sf-menu ul {
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, .2);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .2);
    min-width: 12em
}

.sf-menu a {
    border-left: 1px solid #fff;
    border-top: 1px solid #dfeeff;
    border-top: 1px solid rgba(255, 255, 255, .5);
    padding: .75em 1em;
    text-decoration: none;
    zoom: 1
}

.sf-menu a {
    color: #13a
}

.sf-menu li {
    background: #bdd2ff;
    white-space: nowrap;
    -webkit-transition: background .2s;
    transition: background .2s
}

.sf-menu ul li {
    background: #aabde6
}

.sf-menu ul ul li {
    background: #9aaedb
}

.sf-menu li.sfHover, .sf-menu li:hover {
    background: #cfdeff;
    -webkit-transition: none;
    transition: none
}

.sf-arrows .sf-with-ul {
    padding-right: 2.5em /* no CSS arrows for IE7 (lack pseudo-elements) */
}

.sf-arrows .sf-with-ul:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1em;
    margin-top: -3px;
    height: 0;
    width: 0;
    border: 5px solid transparent;
    border-top-color: #dfeeff;
    border-top-color: rgba(255, 255, 255, .5)
}

.sf-arrows > .sfHover > .sf-with-ul:after, .sf-arrows > li:hover > .sf-with-ul:after, .sf-arrows > li > .sf-with-ul:focus:after {
    border-top-color: #fff
}

.sf-arrows ul .sf-with-ul:after {
    margin-top: -5px;
    margin-right: -3px;
    border-color: transparent;
    border-left-color: #dfeeff;
    border-left-color: rgba(255, 255, 255, .5)
}

.sf-arrows ul .sfHover > .sf-with-ul:after, .sf-arrows ul li:hover > .sf-with-ul:after, .sf-arrows ul li > .sf-with-ul:focus:after {
    border-left-color: #fff
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    /*cursor: hand*/
}

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:after, .slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    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
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: FontAwesome;
    src: url(../fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"), url(../fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"), url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"), url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul > li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    -webkit-border-radius: .1em;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-rotate-90 {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-close:before, .fa-remove:before, .fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-cog:before, .fa-gear:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-repeat:before, .fa-rotate-right:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-image:before, .fa-photo:before, .fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-exclamation-triangle:before, .fa-warning:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-cogs:before, .fa-gears:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before, .fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before, .fa-users:before {
    content: "\f0c0"
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-floppy-o:before, .fa-save:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-bars:before, .fa-navicon:before, .fa-reorder:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-sort:before, .fa-unsorted:before {
    content: "\f0dc"
}

.fa-sort-desc:before, .fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-asc:before, .fa-sort-up:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2"
}

.fa-gavel:before, .fa-legal:before {
    content: "\f0e3"
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-bolt:before, .fa-flash:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-clipboard:before, .fa-paste:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-chain-broken:before, .fa-unlink:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-caret-square-o-down:before, .fa-toggle-down:before {
    content: "\f150"
}

.fa-caret-square-o-up:before, .fa-toggle-up:before {
    content: "\f151"
}

.fa-caret-square-o-right:before, .fa-toggle-right:before {
    content: "\f152"
}

.fa-eur:before, .fa-euro:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155"
}

.fa-inr:before, .fa-rupee:before {
    content: "\f156"
}

.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before {
    content: "\f157"
}

.fa-rouble:before, .fa-rub:before, .fa-ruble:before {
    content: "\f158"
}

.fa-krw:before, .fa-won:before {
    content: "\f159"
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before, .fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-caret-square-o-left:before, .fa-toggle-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-try:before, .fa-turkish-lira:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-bank:before, .fa-institution:before, .fa-university:before {
    content: "\f19c"
}

.fa-graduation-cap:before, .fa-mortar-board:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9"
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before {
    content: "\f1c5"
}

.fa-file-archive-o:before, .fa-file-zip-o:before {
    content: "\f1c6"
}

.fa-file-audio-o:before, .fa-file-sound-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-ring:before, .fa-life-saver:before, .fa-support:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before, .fa-rebel:before, .fa-resistance:before {
    content: "\f1d0"
}

.fa-empire:before, .fa-ge:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-hacker-news:before, .fa-y-combinator-square:before, .fa-yc-square:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7"
}

.fa-paper-plane:before, .fa-send:before {
    content: "\f1d8"
}

.fa-paper-plane-o:before, .fa-send-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-futbol-o:before, .fa-soccer-ball-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-ils:before, .fa-shekel:before, .fa-sheqel:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before, .fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-bed:before, .fa-hotel:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-y-combinator:before, .fa-yc:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before, .fa-battery-full:before, .fa-battery:before {
    content: "\f240"
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before, .fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-paper-o:before, .fa-hand-stop-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-television:before, .fa-tv:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-american-sign-language-interpreting:before, .fa-asl-interpreting:before {
    content: "\f2a3"
}

.fa-deaf:before, .fa-deafness:before, .fa-hard-of-hearing:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-sign-language:before, .fa-signing:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before, .fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-address-card:before, .fa-vcard:before {
    content: "\f2bb"
}

.fa-address-card-o:before, .fa-vcard-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before, .fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before, .fa-thermometer-full:before, .fa-thermometer:before {
    content: "\f2c7"
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bath:before, .fa-bathtub:before, .fa-s15:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before, .fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.mm-hidden {
    display: none !important
}

.mm-wrapper {
    overflow-x: hidden;
    position: relative
}

.mm-menu, .mm-panels, .mm-panels > .mm-panel {
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0
}

.mm-menu {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: inherit;
    display: block;
    overflow: hidden;
    padding: 0
}

.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);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.mm-panel.mm-opened {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-panel.mm-subopened {
    -webkit-transform: translate3d(-30%, 0, 0);
    -ms-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0)
}

.mm-panel.mm-highest {
    z-index: 1
}

.mm-panels, .mm-panels > .mm-panel {
    background: inherit;
    border-color: inherit
}

.mm-panels > .mm-panel {
    background: inherit;
    border-color: inherit;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px
}

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

.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 a, .mm-navbar a:hover {
    text-decoration: none
}

.mm-navbar .mm-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.mm-navbar .mm-btn {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    z-index: 1
}

.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 a, .mm-listview a:hover {
    text-decoration: none
}

.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 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    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;
    left: 0;
    right: 0;
    bottom: 0
}

.mm-listview > li:not(.mm-divider):after {
    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: none
}

.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: inside disc;
    padding: 0 10px 15px 40px;
    margin: 0
}

.mm-listview .mm-inset > li {
    padding: 5px 0
}

.mm-listview .mm-divider {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    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-arrow:after, .mm-next:after, .mm-prev:before {
    content: '';
    border: 2px solid transparent;
    display: inline-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: none;
    border-bottom: none;
    left: 23px
}

.mm-arrow:after, .mm-next:after {
    border-top: none;
    border-left: none;
    right: 23px
}

.mm-menu {
    background: #f3f3f3;
    border-color: rgba(0, 0, 0, .1);
    color: rgba(0, 0, 0, .7)
}

.mm-menu .mm-navbar a, .mm-menu .mm-navbar > * {
    color: rgba(0, 0, 0, .3)
}

.mm-menu .mm-navbar .mm-btn:after, .mm-menu .mm-navbar .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-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-menu .mm-divider {
    background: rgba(0, 0, 0, .05)
}

.mm-page {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative
}

.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 {
    overflow: hidden
}

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: 999999
}

html.mm-blocking #mm-blocker {
    display: block
}

.mm-menu.mm-offcanvas {
    display: none;
    position: fixed
}

.mm-menu.mm-current {
    display: block
}

.mm-menu {
    width: 80%;
    min-width: 140px;
    max-width: 440px
}

html.mm-opening .mm-slideout {
    -webkit-transform: translate(80%, 0);
    -ms-transform: translate(80%, 0);
    transform: translate(80%, 0)
}

@media all and (max-width: 175px) {
    html.mm-opening .mm-slideout {
        -webkit-transform: translate(140px, 0);
        -ms-transform: translate(140px, 0);
        transform: translate(140px, 0)
    }
}

@media all and (min-width: 550px) {
    html.mm-opening .mm-slideout {
        -webkit-transform: translate(440px, 0);
        -ms-transform: translate(440px, 0);
        transform: translate(440px, 0)
    }
}

.mm-menu.mm-autoheight {
    max-height: 80%
}

.mm-menu.mm-autoheight.mm-fullscreen {
    max-height: 100%
}

.mm-menu.mm-measureheight > .mm-panels > .mm-panel {
    bottom: auto !important;
    height: auto !important
}

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);
    -ms-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-iconpanel .mm-panel {
    -webkit-transition-property: -webkit-transform, left;
    -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);
    -ms-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-menu > .mm-navbar {
    background: inherit;
    padding: 0;
    z-index: 3;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-navbar-bottom {
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom: none;
    top: auto;
    bottom: 0
}

.mm-navbar-top ~ .mm-navbar-top {
    border-bottom: none
}

.mm-navbar-bottom ~ .mm-navbar-bottom {
    border-top: none
}

.mm-navbar.mm-hasbtns {
    padding: 0 40px
}

.mm-close:after {
    content: 'x'
}

.mm-navbar[class*=mm-navbar-content-] > * {
    -webkit-box-sizing: border-box;
    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 {
    top: 40px
}

.mm-navbar-top-2 {
    top: 40px
}

.mm-hasnavbar-top-2 .mm-panels {
    top: 80px
}

.mm-navbar-top-3 {
    top: 80px
}

.mm-hasnavbar-top-3 .mm-panels {
    top: 120px
}

.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 {
    bottom: 40px
}

.mm-navbar-bottom-2 {
    bottom: 40px
}

.mm-hasnavbar-bottom-2 .mm-panels {
    bottom: 80px
}

.mm-navbar-bottom-3 {
    bottom: 80px
}

.mm-hasnavbar-bottom-3 .mm-panels {
    bottom: 120px
}

.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-search, .mm-search input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.mm-search {
    height: 40px;
    padding: 7px 10px 0 10px
}

.mm-search input {
    border: none;
    -webkit-border-radius: 26px;
    border-radius: 26px;
    font: inherit;
    font-size: 14px;
    line-height: 26px;
    outline: 0;
    display: block;
    width: 100%;
    height: 26px;
    margin: 0;
    padding: 0 10px
}

.mm-search input::-ms-clear {
    display: none
}

.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;
    display: none;
    padding: 40px 0
}

.mm-noresults .mm-noresultsmsg {
    display: block
}

.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-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;
    -webkit-box-sizing: border-box;
    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);
    -ms-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 {
    margin-right: 20px
}

.mm-hasindexer .mm-indexer {
    right: 0
}

.mm-hasindexer .mm-fixeddivider {
    right: 20px
}

.mm-menu .mm-indexer a {
    color: rgba(0, 0, 0, .3)
}

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
}

label.mm-check:before, label.mm-toggle:before {
    content: '';
    display: block
}

label.mm-toggle {
    -webkit-border-radius: 30px;
    border-radius: 30px;
    width: 50px;
    height: 30px;
    margin-top: -15px
}

label.mm-toggle:before {
    -webkit-border-radius: 30px;
    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
}

li.mm-vertical label.mm-toggle {
    top: 5px
}

li.mm-vertical label.mm-check {
    top: 5px
}

label.mm-check, label.mm-toggle {
    right: 20px
}

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);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-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-transform: translate3d(50%, 0, 0);
    -ms-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
    opacity: 0;
    -webkit-transition-property: -webkit-transform, opacity;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform
}

html.mm-opening .mm-menu.mm-effect-listitems-slide .mm-panel.mm-opened .mm-listview > li {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.mm-menu.mm-effect-listitems-fade .mm-listview > li {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

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 {
    opacity: 0;
    top: -25%;
    -webkit-transition-property: opacity, top;
    transition-property: opacity, top
}

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: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0)
}

@media all and (max-width: 140px) {
    html.mm-opening.mm-fullscreen .mm-slideout {
        -webkit-transform: translate(140px, 0);
        -ms-transform: translate(140px, 0);
        transform: translate(140px, 0)
    }
}

@media all and (min-width: 10000px) {
    html.mm-opening.mm-fullscreen .mm-slideout {
        -webkit-transform: translate(10000px, 0);
        -ms-transform: translate(10000px, 0);
        transform: translate(10000px, 0)
    }
}

html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0)
}

@media all and (max-width: 140px) {
    html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
        -webkit-transform: translate(-140px, 0);
        -ms-transform: translate(-140px, 0);
        transform: translate(-140px, 0)
    }
}

@media all and (min-width: 10000px) {
    html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
        -webkit-transform: translate(-10000px, 0);
        -ms-transform: translate(-10000px, 0);
        transform: translate(-10000px, 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 {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

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

.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-pageshadow:after {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    box-shadow: 0 0 10px rgba(0, 0, 0, .3)
}

.mm-menu.mm-bottom, .mm-menu.mm-top {
    width: 100%;
    min-width: 100%;
    max-width: 100%
}

.mm-menu.mm-right {
    left: auto;
    right: 0
}

.mm-menu.mm-bottom {
    top: auto;
    bottom: 0
}

html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-80%, 0);
    -ms-transform: translate(-80%, 0);
    transform: translate(-80%, 0)
}

@media all and (max-width: 175px) {
    html.mm-right.mm-opening .mm-slideout {
        -webkit-transform: translate(-140px, 0);
        -ms-transform: translate(-140px, 0);
        transform: translate(-140px, 0)
    }
}

@media all and (min-width: 550px) {
    html.mm-right.mm-opening .mm-slideout {
        -webkit-transform: translate(-440px, 0);
        -ms-transform: translate(-440px, 0);
        transform: translate(-440px, 0)
    }
}

html.mm-front .mm-slideout {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    z-index: 0 !important
}

.mm-menu.mm-front {
    z-index: 1
}

.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);
    -ms-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);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.mm-menu.mm-top {
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
}

.mm-menu.mm-bottom {
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-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);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-menu.mm-bottom, .mm-menu.mm-top {
    height: 80%;
    min-height: 140px;
    max-height: 880px
}

.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 > * {
    color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-theme-dark .mm-navbar .mm-btn:after, .mm-menu.mm-theme-dark .mm-navbar .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-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 .mm-divider {
    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-theme-dark em.mm-counter {
    color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-theme-dark .mm-fixeddivider span {
    background: rgba(255, 255, 255, .05)
}

.mm-menu.mm-pageshadow.mm-theme-dark:after {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .5);
    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-noresultsmsg {
    color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-theme-dark .mm-indexer a {
    color: rgba(255, 255, 255, .4)
}

.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 > * {
    color: rgba(0, 0, 0, .3)
}

.mm-menu.mm-theme-white .mm-navbar .mm-btn:after, .mm-menu.mm-theme-white .mm-navbar .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-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 .mm-divider {
    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-theme-white em.mm-counter {
    color: rgba(0, 0, 0, .3)
}

.mm-menu.mm-theme-white .mm-fixeddivider span {
    background: rgba(0, 0, 0, .03)
}

.mm-menu.mm-pageshadow.mm-theme-white:after {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    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-noresultsmsg {
    color: rgba(0, 0, 0, .3)
}

.mm-menu.mm-theme-white .mm-indexer a {
    color: rgba(0, 0, 0, .3)
}

.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 > * {
    color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-theme-black .mm-navbar .mm-btn:after, .mm-menu.mm-theme-black .mm-navbar .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-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 .mm-divider {
    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-theme-black em.mm-counter {
    color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-theme-black .mm-fixeddivider span {
    background: rgba(255, 255, 255, .2)
}

.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-noresultsmsg {
    color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-theme-black .mm-indexer a {
    color: rgba(255, 255, 255, .4)
}

.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-menu.mm-tileview .mm-listview > li {
    width: 50%;
    height: 0;
    padding: 50% 0 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 10px;
    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-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 {
    content: none;
    display: none
}

.mm-menu.mm-tileview .mm-panel {
    padding-left: 0;
    padding-right: 0
}

.mm-menu.mm-tileview .mm-panel:after {
    content: none;
    display: none
}

.mm-menu.mm-tileview .mm-listview {
    margin: 0
}

/*!
 * Bootstrap v4.0.0-alpha.5 (https://getbootstrap.com)
 * Copyright 2011-2016 The Bootstrap Authors
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

figcaption, figure, main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    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: none;
    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 {
    overflow: visible
}

button, select {
    text-transform: none
}

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

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

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    -webkit-box-sizing: border-box;
    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
}

@media print {
    *, ::after, ::before, blockquote::first-letter, blockquote::first-line, div::first-letter, div::first-line, li::first-letter, li::first-line, p::first-letter, p::first-line {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

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

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

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

    thead {
        display: table-header-group
    }

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

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

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

    .navbar {
        display: none
    }

    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000 !important
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

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

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

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*, ::after, ::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

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

html {
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

body {
    background-color: #fff
}

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

abbr[data-original-title], abbr[title] {
    cursor: help
}

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

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

dt {
    font-weight: 700
}

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

blockquote {
    margin: 0 0 1rem
}

a {
    text-decoration: none
}

a:focus, a:hover {
    text-decoration: underline
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

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

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

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle
}

[role=button] {
    cursor: pointer
}

[role=button], a, area, button, input, label, select, summary, textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

table {
    border-collapse: collapse;
    background-color: transparent
}

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

th {
    text-align: left
}

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

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

button, input, select, textarea {
    line-height: inherit
}

input[type=checkbox]:disabled, input[type=radio]:disabled {
    cursor: not-allowed
}

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

textarea {
    resize: vertical
}

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

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

input[type=search] {
    -webkit-appearance: none
}

output {
    display: inline-block
}

[hidden] {
    display: none !important
}

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

.display-1 {
    font-size: 6rem;
    font-weight: 300
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300
}

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: 5px
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    padding: .5rem 1rem;
    margin-bottom: 1rem;
    font-size: 1.25rem;
    border-left: .25rem solid #eceeef
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #636c72
}

.blockquote-footer::before {
    content: "\2014 \00A0"
}

.blockquote-reverse {
    padding-right: 1rem;
    padding-left: 0;
    text-align: right;
    border-right: .25rem solid #eceeef;
    border-left: 0
}

.blockquote-reverse .blockquote-footer::before {
    content: ""
}

.blockquote-reverse .blockquote-footer::after {
    content: "\00A0 \2014"
}

dl.row > dd + dt {
    clear: left
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #636c72
}

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

code {
    padding: .2rem .4rem;
    font-size: 90%;
    color: #bd4147;
    background-color: #f7f7f9;
    -webkit-border-radius: .25rem;
    border-radius: .25rem
}

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

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

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 90%;
    color: #292b2c
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters > .col, .no-gutters > [class*=col-] {
    padding-right: 0;
    padding-left: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-success, .table-success > td, .table-success > th {
    background-color: #dff0d8
}

.table-hover .table-success:hover {
    background-color: #d0e9c6
}

.table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
    background-color: #d0e9c6
}

.table-info, .table-info > td, .table-info > th {
    background-color: #d9edf7
}

.table-hover .table-info:hover {
    background-color: #c4e3f3
}

.table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
    background-color: #c4e3f3
}

.table-warning, .table-warning > td, .table-warning > th {
    background-color: #fcf8e3
}

.table-hover .table-warning:hover {
    background-color: #faf2cc
}

.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
    background-color: #faf2cc
}

.table-danger, .table-danger > td, .table-danger > th {
    background-color: #f2dede
}

.table-hover .table-danger:hover {
    background-color: #ebcccc
}

.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
    background-color: #ebcccc
}

.thead-inverse th {
    color: #fff;
    background-color: #292b2c
}

.thead-default th {
    color: #464a4c;
    background-color: #eceeef
}

.table-inverse {
    color: #fff;
    background-color: #292b2c
}

.table-inverse td, .table-inverse th, .table-inverse thead th {
    border-color: #fff
}

.table-inverse.table-bordered {
    border: 0
}

.table-responsive {
    display: block;
    width: 100%;
    min-height: 0;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

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

.table-reflow thead {
    float: left
}

.table-reflow tbody {
    display: block;
    white-space: nowrap
}

.table-reflow td, .table-reflow th {
    border-top: 1px solid #eceeef;
    border-left: 1px solid #eceeef
}

.table-reflow td:last-child, .table-reflow th:last-child {
    border-right: 1px solid #eceeef
}

.table-reflow tbody:last-child tr:last-child td, .table-reflow tbody:last-child tr:last-child th, .table-reflow tfoot:last-child tr:last-child td, .table-reflow tfoot:last-child tr:last-child th, .table-reflow thead:last-child tr:last-child td, .table-reflow thead:last-child tr:last-child th {
    border-bottom: 1px solid #eceeef
}

.table-reflow tr {
    float: left
}

.table-reflow tr td, .table-reflow tr th {
    display: block !important;
    border: 1px solid #eceeef
}

.form-control {
    display: block;
    width: 100%;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #464a4c;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    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, -webkit-box-shadow ease-in-out .15s
}

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

.form-control:focus {
    color: #464a4c;
    background-color: #fff;
    border-color: #66afe9;
    outline: 0
}

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

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

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

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

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

.form-control:disabled {
    cursor: not-allowed
}

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

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

.form-control-file, .form-control-range {
    display: block
}

.col-form-label {
    padding-top: .5rem;
    padding-bottom: .5rem;
    margin-bottom: 0
}

.col-form-label-lg {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 1.25rem
}

.col-form-label-sm {
    padding-top: .25rem;
    padding-bottom: .25rem;
    font-size: .875rem
}

.col-form-legend {
    padding-top: .5rem;
    padding-bottom: .5rem;
    margin-bottom: 0;
    font-size: 1rem
}

.form-control-static {
    padding-top: .5rem;
    padding-bottom: .5rem;
    line-height: 1.25;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-static.form-control-lg, .form-control-static.form-control-sm, .input-group-lg > .form-control-static.form-control, .input-group-lg > .form-control-static.input-group-addon, .input-group-lg > .input-group-btn > .form-control-static.btn, .input-group-sm > .form-control-static.form-control, .input-group-sm > .form-control-static.input-group-addon, .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    padding: .25rem .5rem;
    font-size: .875rem;
    -webkit-border-radius: .2rem;
    border-radius: .2rem
}

.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]), .input-group-sm > select.input-group-addon:not([size]):not([multiple]), select.form-control-sm:not([size]):not([multiple]) {
    height: 1.8125rem
}

.form-control-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    -webkit-border-radius: .3rem;
    border-radius: .3rem
}

.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]), .input-group-lg > select.input-group-addon:not([size]):not([multiple]), select.form-control-lg:not([size]):not([multiple]) {
    height: 3.166667rem
}

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

.form-text {
    display: block;
    margin-top: .25rem
}

.form-check {
    position: relative;
    display: block;
    margin-bottom: .75rem
}

.form-check + .form-check {
    margin-top: -.25rem
}

.form-check.disabled .form-check-label {
    color: #636c72;
    cursor: not-allowed
}

.form-check-label {
    padding-left: 1.25rem;
    margin-bottom: 0;
    cursor: pointer
}

.form-check-input {
    position: absolute;
    margin-top: .25rem;
    margin-left: -1.25rem
}

.form-check-input:only-child {
    position: static
}

.form-check-inline {
    display: inline-block
}

.form-check-inline .form-check-label {
    vertical-align: middle
}

.form-check-inline + .form-check-inline {
    margin-left: .75rem
}

.form-control-feedback {
    margin-top: .25rem
}

.form-control-danger, .form-control-success, .form-control-warning {
    padding-right: 2.25rem;
    background-repeat: no-repeat;
    background-position: center right .5625rem;
    background-size: 1.125rem 1.125rem
}

.has-success .col-form-label, .has-success .custom-control, .has-success .form-check-label, .has-success .form-control-feedback, .has-success .form-control-label {
    color: #5cb85c
}

.has-success .form-control {
    border-color: #5cb85c
}

.has-success .input-group-addon {
    color: #5cb85c;
    border-color: #5cb85c;
    background-color: #eaf6ea
}

.has-warning .col-form-label, .has-warning .custom-control, .has-warning .form-check-label, .has-warning .form-control-feedback, .has-warning .form-control-label {
    color: #f0ad4e
}

.has-warning .form-control {
    border-color: #f0ad4e
}

.has-warning .input-group-addon {
    color: #f0ad4e;
    border-color: #f0ad4e;
    background-color: #fff
}

.has-danger .col-form-label, .has-danger .custom-control, .has-danger .form-check-label, .has-danger .form-control-feedback, .has-danger .form-control-label {
    color: #d9534f
}

.has-danger .form-control {
    border-color: #d9534f
}

.has-danger .input-group-addon {
    color: #d9534f;
    border-color: #d9534f;
    background-color: #fdf7f7
}

@media (min-width: 576px) {
    .form-inline label {
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 0
    }

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

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        width: auto;
        display: inline-table;
        vertical-align: middle
    }

    .form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
        width: auto
    }

    .form-inline .input-group > .form-control {
        width: 100%
    }

    .form-inline .form-control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-check {
        display: inline-block;
        vertical-align: middle;
        width: auto;
        margin-top: 0;
        margin-bottom: 0
    }

    .form-inline .form-check-label {
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        margin-left: 0
    }

    .form-inline .custom-control {
        padding-left: 0;
        vertical-align: middle
    }

    .form-inline .custom-control-indicator {
        position: static;
        display: inline-block;
        vertical-align: text-bottom
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .5rem 1rem;
    font-size: 1rem;
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

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

.btn.focus {
    text-decoration: none
}

.btn.active, .btn:active {
    background-image: none;
    outline: 0
}

.btn.disabled, .btn:disabled {
    cursor: not-allowed;
    opacity: .65
}

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

.btn-primary {
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8
}

.btn-primary:hover {
    color: #fff;
    background-color: #025aa5;
    border-color: #01549b
}

.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #025aa5;
    border-color: #01549b
}

.btn-primary.active, .btn-primary:active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #025aa5;
    border-color: #01549b;
    background-image: none
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .btn-primary.dropdown-toggle.focus, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle:hover {
    color: #fff;
    background-color: #014682;
    border-color: #01315a
}

.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary:disabled.focus, .btn-primary:disabled:focus {
    background-color: #0275d8;
    border-color: #0275d8
}

.btn-primary.disabled:hover, .btn-primary:disabled:hover {
    background-color: #0275d8;
    border-color: #0275d8
}

.btn-secondary {
    color: #292b2c;
    background-color: #fff;
    border-color: #ccc
}

.btn-secondary:hover {
    color: #292b2c;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-secondary.focus, .btn-secondary:focus {
    color: #292b2c;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-secondary.active, .btn-secondary:active, .open > .btn-secondary.dropdown-toggle {
    color: #292b2c;
    background-color: #e6e6e6;
    border-color: #adadad;
    background-image: none
}

.btn-secondary.active.focus, .btn-secondary.active:focus, .btn-secondary.active:hover, .btn-secondary:active.focus, .btn-secondary:active:focus, .btn-secondary:active:hover, .open > .btn-secondary.dropdown-toggle.focus, .open > .btn-secondary.dropdown-toggle:focus, .open > .btn-secondary.dropdown-toggle:hover {
    color: #292b2c;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.btn-secondary.disabled.focus, .btn-secondary.disabled:focus, .btn-secondary:disabled.focus, .btn-secondary:disabled:focus {
    background-color: #fff;
    border-color: #ccc
}

.btn-secondary.disabled:hover, .btn-secondary:disabled:hover {
    background-color: #fff;
    border-color: #ccc
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de
}

.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2
}

.btn-info.focus, .btn-info:focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2
}

.btn-info.active, .btn-info:active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2;
    background-image: none
}

.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open > .btn-info.dropdown-toggle.focus, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1f7e9a
}

.btn-info.disabled.focus, .btn-info.disabled:focus, .btn-info:disabled.focus, .btn-info:disabled:focus {
    background-color: #5bc0de;
    border-color: #5bc0de
}

.btn-info.disabled:hover, .btn-info:disabled:hover {
    background-color: #5bc0de;
    border-color: #5bc0de
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #419641
}

.btn-success.focus, .btn-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #419641
}

.btn-success.active, .btn-success:active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #419641;
    background-image: none
}

.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open > .btn-success.dropdown-toggle.focus, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle:hover {
    color: #fff;
    background-color: #398439;
    border-color: #2d672d
}

.btn-success.disabled.focus, .btn-success.disabled:focus, .btn-success:disabled.focus, .btn-success:disabled:focus {
    background-color: #5cb85c;
    border-color: #5cb85c
}

.btn-success.disabled:hover, .btn-success:disabled:hover {
    background-color: #5cb85c;
    border-color: #5cb85c
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316
}

.btn-warning.focus, .btn-warning:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316
}

.btn-warning.active, .btn-warning:active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316;
    background-image: none
}

.btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open > .btn-warning.dropdown-toggle.focus, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #b06d0f
}

.btn-warning.disabled.focus, .btn-warning.disabled:focus, .btn-warning:disabled.focus, .btn-warning:disabled:focus {
    background-color: #f0ad4e;
    border-color: #f0ad4e
}

.btn-warning.disabled:hover, .btn-warning:disabled:hover {
    background-color: #f0ad4e;
    border-color: #f0ad4e
}

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

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a
}

.btn-danger.focus, .btn-danger:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a
}

.btn-danger.active, .btn-danger:active, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a;
    background-image: none
}

.btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open > .btn-danger.dropdown-toggle.focus, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #8b211e
}

.btn-danger.disabled.focus, .btn-danger.disabled:focus, .btn-danger:disabled.focus, .btn-danger:disabled:focus {
    background-color: #d9534f;
    border-color: #d9534f
}

.btn-danger.disabled:hover, .btn-danger:disabled:hover {
    background-color: #d9534f;
    border-color: #d9534f
}

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

.btn-outline-primary:hover {
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8
}

.btn-outline-primary.focus, .btn-outline-primary:focus {
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8
}

.btn-outline-primary.active, .btn-outline-primary:active, .open > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8
}

.btn-outline-primary.active.focus, .btn-outline-primary.active:focus, .btn-outline-primary.active:hover, .btn-outline-primary:active.focus, .btn-outline-primary:active:focus, .btn-outline-primary:active:hover, .open > .btn-outline-primary.dropdown-toggle.focus, .open > .btn-outline-primary.dropdown-toggle:focus, .open > .btn-outline-primary.dropdown-toggle:hover {
    color: #fff;
    background-color: #014682;
    border-color: #01315a
}

.btn-outline-primary.disabled.focus, .btn-outline-primary.disabled:focus, .btn-outline-primary:disabled.focus, .btn-outline-primary:disabled:focus {
    border-color: #43a7fd
}

.btn-outline-primary.disabled:hover, .btn-outline-primary:disabled:hover {
    border-color: #43a7fd
}

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

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

.btn-outline-secondary.focus, .btn-outline-secondary:focus {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc
}

.btn-outline-secondary.active, .btn-outline-secondary:active, .open > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc
}

.btn-outline-secondary.active.focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.active:hover, .btn-outline-secondary:active.focus, .btn-outline-secondary:active:focus, .btn-outline-secondary:active:hover, .open > .btn-outline-secondary.dropdown-toggle.focus, .open > .btn-outline-secondary.dropdown-toggle:focus, .open > .btn-outline-secondary.dropdown-toggle:hover {
    color: #fff;
    background-color: #a1a1a1;
    border-color: #8c8c8c
}

.btn-outline-secondary.disabled.focus, .btn-outline-secondary.disabled:focus, .btn-outline-secondary:disabled.focus, .btn-outline-secondary:disabled:focus {
    border-color: #fff
}

.btn-outline-secondary.disabled:hover, .btn-outline-secondary:disabled:hover {
    border-color: #fff
}

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

.btn-outline-info:hover {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de
}

.btn-outline-info.focus, .btn-outline-info:focus {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de
}

.btn-outline-info.active, .btn-outline-info:active, .open > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de
}

.btn-outline-info.active.focus, .btn-outline-info.active:focus, .btn-outline-info.active:hover, .btn-outline-info:active.focus, .btn-outline-info:active:focus, .btn-outline-info:active:hover, .open > .btn-outline-info.dropdown-toggle.focus, .open > .btn-outline-info.dropdown-toggle:focus, .open > .btn-outline-info.dropdown-toggle:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1f7e9a
}

.btn-outline-info.disabled.focus, .btn-outline-info.disabled:focus, .btn-outline-info:disabled.focus, .btn-outline-info:disabled:focus {
    border-color: #b0e1ef
}

.btn-outline-info.disabled:hover, .btn-outline-info:disabled:hover {
    border-color: #b0e1ef
}

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

.btn-outline-success:hover {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c
}

.btn-outline-success.focus, .btn-outline-success:focus {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c
}

.btn-outline-success.active, .btn-outline-success:active, .open > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c
}

.btn-outline-success.active.focus, .btn-outline-success.active:focus, .btn-outline-success.active:hover, .btn-outline-success:active.focus, .btn-outline-success:active:focus, .btn-outline-success:active:hover, .open > .btn-outline-success.dropdown-toggle.focus, .open > .btn-outline-success.dropdown-toggle:focus, .open > .btn-outline-success.dropdown-toggle:hover {
    color: #fff;
    background-color: #398439;
    border-color: #2d672d
}

.btn-outline-success.disabled.focus, .btn-outline-success.disabled:focus, .btn-outline-success:disabled.focus, .btn-outline-success:disabled:focus {
    border-color: #a3d7a3
}

.btn-outline-success.disabled:hover, .btn-outline-success:disabled:hover {
    border-color: #a3d7a3
}

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

.btn-outline-warning:hover {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e
}

.btn-outline-warning.focus, .btn-outline-warning:focus {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e
}

.btn-outline-warning.active, .btn-outline-warning:active, .open > .btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e
}

.btn-outline-warning.active.focus, .btn-outline-warning.active:focus, .btn-outline-warning.active:hover, .btn-outline-warning:active.focus, .btn-outline-warning:active:focus, .btn-outline-warning:active:hover, .open > .btn-outline-warning.dropdown-toggle.focus, .open > .btn-outline-warning.dropdown-toggle:focus, .open > .btn-outline-warning.dropdown-toggle:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #b06d0f
}

.btn-outline-warning.disabled.focus, .btn-outline-warning.disabled:focus, .btn-outline-warning:disabled.focus, .btn-outline-warning:disabled:focus {
    border-color: #f8d9ac
}

.btn-outline-warning.disabled:hover, .btn-outline-warning:disabled:hover {
    border-color: #f8d9ac
}

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

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

.btn-outline-danger.focus, .btn-outline-danger:focus {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f
}

.btn-outline-danger.active, .btn-outline-danger:active, .open > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f
}

.btn-outline-danger.active.focus, .btn-outline-danger.active:focus, .btn-outline-danger.active:hover, .btn-outline-danger:active.focus, .btn-outline-danger:active:focus, .btn-outline-danger:active:hover, .open > .btn-outline-danger.dropdown-toggle.focus, .open > .btn-outline-danger.dropdown-toggle:focus, .open > .btn-outline-danger.dropdown-toggle:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #8b211e
}

.btn-outline-danger.disabled.focus, .btn-outline-danger.disabled:focus, .btn-outline-danger:disabled.focus, .btn-outline-danger:disabled:focus {
    border-color: #eba5a3
}

.btn-outline-danger.disabled:hover, .btn-outline-danger:disabled:hover {
    border-color: #eba5a3
}

.btn-link {
    font-weight: 400;
    color: #0275d8;
    -webkit-border-radius: 0;
    border-radius: 0
}

.btn-link, .btn-link.active, .btn-link:active, .btn-link:disabled {
    background-color: transparent
}

.btn-link, .btn-link:active, .btn-link:focus {
    border-color: transparent
}

.btn-link:hover {
    border-color: transparent
}

.btn-link:focus, .btn-link:hover {
    color: #014c8c;
    text-decoration: underline;
    background-color: transparent
}

.btn-link:disabled:focus, .btn-link:disabled:hover {
    color: #636c72;
    text-decoration: none
}

.btn-group-lg > .btn, .btn-lg {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    -webkit-border-radius: .3rem;
    border-radius: .3rem
}

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

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

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

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

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

.fade.active {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.active {
    display: block
}

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

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

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

.dropdown, .dropup {
    position: relative
}

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

.dropdown-toggle:focus {
    outline: 0
}

.dropup .dropdown-toggle::after {
    border-top: 0;
    border-bottom: .3em solid
}

.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: #292b2c;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    -webkit-border-radius: .25rem;
    border-radius: .25rem
}

.dropdown-divider {
    height: 1px;
    margin: .5rem 0;
    overflow: hidden;
    background-color: #e5e5e5
}

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

.dropdown-item:focus, .dropdown-item:hover {
    color: #1d1e1f;
    text-decoration: none;
    background-color: #f7f7f9
}

.dropdown-item.active, .dropdown-item.active:focus, .dropdown-item.active:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0275d8;
    outline: 0
}

.dropdown-item.disabled, .dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
    color: #636c72
}

.dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none
}

.active > .dropdown-menu {
    display: block
}

.active > a {
    outline: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

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

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: .3em solid
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: .125rem
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group-vertical > .btn, .btn-group > .btn {
    position: relative;
    float: left;
    margin-bottom: 0
}

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

.btn-group-vertical > .btn:hover, .btn-group > .btn:hover {
    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: -.5rem
}

.btn-toolbar::after {
    display: block;
    content: "";
    clear: both
}

.btn-toolbar .btn-group, .btn-toolbar .input-group {
    float: left
}

.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
    margin-left: .5rem
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    -webkit-border-radius: 0;
    border-radius: 0
}

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

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

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

.btn-group > .btn-group {
    float: left
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    -webkit-border-radius: 0;
    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 {
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0
}

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

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0
}

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

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

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

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

.btn .caret {
    margin-left: 0
}

.btn-group-lg > .btn .caret, .btn-lg .caret {
    border-width: .3em .3em 0;
    border-bottom-width: 0
}

.dropup .btn-group-lg > .btn .caret, .dropup .btn-lg .caret {
    border-width: 0 .3em .3em
}

.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::after {
    display: block;
    content: "";
    clear: both
}

.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) {
    -webkit-border-radius: 0;
    border-radius: 0
}

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

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

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    -webkit-border-radius: 0;
    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 {
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0
}

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

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

.input-group {
    position: relative;
    width: 100%;
    display: table;
    border-collapse: separate
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group .form-control:active, .input-group .form-control:focus, .input-group .form-control:hover {
    z-index: 3
}

.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell
}

.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
    -webkit-border-radius: 0;
    border-radius: 0
}

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    color: #464a4c;
    text-align: center;
    background-color: #eceeef;
    border: 1px solid rgba(0, 0, 0, .15);
    -webkit-border-radius: .25rem;
    border-radius: .25rem
}

.input-group-addon.form-control-sm, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: .25rem .5rem;
    font-size: .875rem;
    -webkit-border-radius: .2rem;
    border-radius: .2rem
}

.input-group-addon.form-control-lg, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    -webkit-border-radius: .3rem;
    border-radius: .3rem
}

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

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

.input-group-addon:not(:last-child) {
    border-right: 0
}

.input-group .form-control:not(:first-child), .input-group-addon:not(:first-child), .input-group-btn:not(:first-child) > .btn, .input-group-btn:not(:first-child) > .btn-group > .btn, .input-group-btn:not(:first-child) > .dropdown-toggle, .input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn, .input-group-btn:not(:last-child) > .btn:not(:first-child) {
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0
}

.form-control + .input-group-addon:not(:first-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:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover {
    z-index: 3
}

.input-group-btn:not(:last-child) > .btn, .input-group-btn:not(:last-child) > .btn-group {
    margin-right: -1px
}

.input-group-btn:not(:first-child) > .btn, .input-group-btn:not(:first-child) > .btn-group {
    z-index: 2;
    margin-left: -1px
}

.input-group-btn:not(:first-child) > .btn-group:active, .input-group-btn:not(:first-child) > .btn-group:focus, .input-group-btn:not(:first-child) > .btn-group:hover, .input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .btn:hover {
    z-index: 3
}

.custom-control {
    position: relative;
    display: inline-block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    margin-right: 1rem;
    cursor: pointer
}

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

.custom-control-input:checked ~ .custom-control-indicator {
    color: #fff;
    background-color: #0074d9
}

.custom-control-input:focus ~ .custom-control-indicator {
    -webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #0074d9;
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #0074d9
}

.custom-control-input:active ~ .custom-control-indicator {
    color: #fff;
    background-color: #84c6ff
}

.custom-control-input:disabled ~ .custom-control-indicator {
    cursor: not-allowed;
    background-color: #eee
}

.custom-control-input:disabled ~ .custom-control-description {
    color: #767676;
    cursor: not-allowed
}

.custom-control-indicator {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #ddd;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%
}

.custom-checkbox .custom-control-indicator {
    -webkit-border-radius: .25rem;
    border-radius: .25rem
}

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

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
    background-color: #0074d9;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-indicator {
    -webkit-border-radius: 50%;
    border-radius: 50%
}

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

.custom-controls-stacked .custom-control {
    float: left;
    margin-bottom: .25rem;
    clear: left
}

.custom-controls-stacked .custom-control + .custom-control {
    margin-left: 0
}

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

.custom-select:focus {
    border-color: #51a7e8;
    outline: 0
}

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

.custom-select:disabled {
    color: #636c72;
    cursor: not-allowed;
    background-color: #eceeef
}

.custom-select::-ms-expand {
    opacity: 0
}

.custom-select-sm {
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 75%
}

.custom-file {
    position: relative;
    display: inline-block;
    max-width: 100%;
    height: 2.5rem;
    margin-bottom: 0;
    cursor: pointer
}

.custom-file-input {
    min-width: 14rem;
    max-width: 100%;
    margin: 0;
    opacity: 0
}

.custom-file-control {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    height: 2.5rem;
    padding: .5rem 1rem;
    line-height: 1.5;
    color: #555;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: .25rem;
    border-radius: .25rem
}

.custom-file-control:lang(en)::after {
    content: "Choose file..."
}

.custom-file-control::before {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    z-index: 6;
    display: block;
    height: 2.5rem;
    padding: .5rem 1rem;
    line-height: 1.5;
    color: #555;
    background-color: #eee;
    border: 1px solid #ddd;
    -webkit-border-radius: 0 .25rem .25rem 0;
    border-radius: 0 .25rem .25rem 0
}

.custom-file-control:lang(en)::before {
    content: "Browse"
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: inline-block
}

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

.nav-link.disabled {
    color: #636c72
}

.nav-link.disabled, .nav-link.disabled:focus, .nav-link.disabled:hover {
    color: #636c72;
    cursor: not-allowed;
    background-color: transparent
}

.nav-inline .nav-item {
    display: inline-block
}

.nav-inline .nav-item + .nav-item, .nav-inline .nav-link + .nav-link {
    margin-left: 1rem
}

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

.nav-tabs::after {
    display: block;
    content: "";
    clear: both
}

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

.nav-tabs .nav-item + .nav-item {
    margin-left: .2rem
}

.nav-tabs .nav-link {
    display: block;
    padding: .5em 1em;
    border: 1px solid transparent;
    -webkit-border-top-right-radius: .25rem;
    border-top-right-radius: .25rem;
    -webkit-border-top-left-radius: .25rem;
    border-top-left-radius: .25rem
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #eceeef #eceeef #ddd
}

.nav-tabs .nav-link.disabled, .nav-tabs .nav-link.disabled:focus, .nav-tabs .nav-link.disabled:hover {
    color: #636c72;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.open .nav-link, .nav-tabs .nav-item.open .nav-link:focus, .nav-tabs .nav-item.open .nav-link:hover, .nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover {
    color: #464a4c;
    background-color: #fff;
    border-color: #ddd #ddd transparent
}

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

.nav-pills::after {
    display: block;
    content: "";
    clear: both
}

.nav-pills .nav-item {
    float: left
}

.nav-pills .nav-item + .nav-item {
    margin-left: .2rem
}

.nav-pills .nav-link {
    display: block;
    padding: .5em 1em;
    -webkit-border-radius: .25rem;
    border-radius: .25rem
}

.nav-pills .nav-item.open .nav-link, .nav-pills .nav-item.open .nav-link:focus, .nav-pills .nav-item.open .nav-link:hover, .nav-pills .nav-link.active, .nav-pills .nav-link.active:focus, .nav-pills .nav-link.active:hover {
    color: #fff;
    cursor: default;
    background-color: #0275d8
}

.nav-stacked .nav-item {
    display: block;
    float: none
}

.nav-stacked .nav-item + .nav-item {
    margin-top: .2rem;
    margin-left: 0
}

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

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

.navbar {
    position: relative;
    padding: .5rem 1rem
}

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

@media (min-width: 576px) {
    .navbar {
        -webkit-border-radius: .25rem;
        border-radius: .25rem
    }
}

.navbar-full {
    z-index: 1000
}

@media (min-width: 576px) {
    .navbar-full {
        -webkit-border-radius: 0;
        border-radius: 0
    }
}

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

@media (min-width: 576px) {
    .navbar-fixed-bottom, .navbar-fixed-top {
        -webkit-border-radius: 0;
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0
}

.navbar-fixed-bottom {
    bottom: 0
}

.navbar-sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1030;
    width: 100%
}

@media (min-width: 576px) {
    .navbar-sticky-top {
        -webkit-border-radius: 0;
        border-radius: 0
    }
}

.navbar-brand {
    float: left;
    padding-top: .25rem;
    padding-bottom: .25rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit
}

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

.navbar-divider {
    float: left;
    width: 1px;
    padding-top: .425rem;
    padding-bottom: .425rem;
    margin-right: 1rem;
    margin-left: 1rem;
    overflow: hidden
}

.navbar-divider::before {
    content: "\00a0"
}

.navbar-text {
    display: inline-block;
    padding-top: .425rem;
    padding-bottom: .425rem
}

.navbar-toggler {
    width: 2.5em;
    height: 2em;
    padding: .5rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: transparent no-repeat center center;
    background-size: 24px 24px;
    border: 1px solid transparent;
    -webkit-border-radius: .25rem;
    border-radius: .25rem
}

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

.navbar-nav .nav-item {
    float: left
}

.navbar-nav .nav-link {
    display: block;
    padding-top: .425rem;
    padding-bottom: .425rem
}

.navbar-nav .nav-link + .nav-link {
    margin-left: 1rem
}

.navbar-nav .nav-item + .nav-item {
    margin-left: 1rem
}

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

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

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

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

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

.navbar-light .navbar-divider {
    background-color: rgba(0, 0, 0, .075)
}

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

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

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

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

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

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

.navbar-dark .navbar-toggler {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    border-color: rgba(255, 255, 255, .1)
}

.navbar-dark .navbar-divider {
    background-color: rgba(255, 255, 255, .075)
}

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

.navbar-toggleable::after {
    display: block;
    content: "";
    clear: both
}

@media (max-width: 575px) {
    .navbar-toggleable .navbar-brand {
        display: block;
        float: none;
        margin-top: .5rem;
        margin-right: 0
    }

    .navbar-toggleable .navbar-nav {
        margin-top: .5rem;
        margin-bottom: .5rem
    }

    .navbar-toggleable .navbar-nav .dropdown-menu {
        position: static;
        float: none
    }

    .navbar-toggleable .navbar-nav .nav-item {
        float: none;
        margin-left: 0
    }
}

@media (min-width: 576px) {
    .navbar-toggleable {
        display: block !important
    }
}

.navbar-toggleable-sm::after {
    display: block;
    content: "";
    clear: both
}

@media (max-width: 767px) {
    .navbar-toggleable-sm .navbar-brand {
        display: block;
        float: none;
        margin-top: .5rem;
        margin-right: 0
    }

    .navbar-toggleable-sm .navbar-nav {
        margin-top: .5rem;
        margin-bottom: .5rem
    }

    .navbar-toggleable-sm .navbar-nav .dropdown-menu {
        position: static;
        float: none
    }

    .navbar-toggleable-sm .navbar-nav .nav-item {
        float: none;
        margin-left: 0
    }
}

@media (min-width: 768px) {
    .navbar-toggleable-sm {
        display: block !important
    }
}

.navbar-toggleable-md::after {
    display: block;
    content: "";
    clear: both
}

@media (max-width: 991px) {
    .navbar-toggleable-md .navbar-brand {
        display: block;
        float: none;
        margin-top: .5rem;
        margin-right: 0
    }

    .navbar-toggleable-md .navbar-nav {
        margin-top: .5rem;
        margin-bottom: .5rem
    }

    .navbar-toggleable-md .navbar-nav .dropdown-menu {
        position: static;
        float: none
    }

    .navbar-toggleable-md .navbar-nav .nav-item {
        float: none;
        margin-left: 0
    }
}

@media (min-width: 992px) {
    .navbar-toggleable-md {
        display: block !important
    }
}

.navbar-toggleable-lg::after {
    display: block;
    content: "";
    clear: both
}

@media (max-width: 1199px) {
    .navbar-toggleable-lg .navbar-brand {
        display: block;
        float: none;
        margin-top: .5rem;
        margin-right: 0
    }

    .navbar-toggleable-lg .navbar-nav {
        margin-top: .5rem;
        margin-bottom: .5rem
    }

    .navbar-toggleable-lg .navbar-nav .dropdown-menu {
        position: static;
        float: none
    }

    .navbar-toggleable-lg .navbar-nav .nav-item {
        float: none;
        margin-left: 0
    }
}

@media (min-width: 1200px) {
    .navbar-toggleable-lg {
        display: block !important
    }
}

.navbar-toggleable-xl {
    display: block !important
}

.navbar-toggleable-xl::after {
    display: block;
    content: "";
    clear: both
}

.navbar-toggleable-xl .navbar-brand {
    display: block;
    float: none;
    margin-top: .5rem;
    margin-right: 0
}

.navbar-toggleable-xl .navbar-nav {
    margin-top: .5rem;
    margin-bottom: .5rem
}

.navbar-toggleable-xl .navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-toggleable-xl .navbar-nav .nav-item {
    float: none;
    margin-left: 0
}

.card {
    position: relative;
    display: block;
    margin-bottom: .75rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
    -webkit-border-radius: .25rem;
    border-radius: .25rem
}

.card-block {
    padding: 1.25rem
}

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

.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 > .list-group:first-child .list-group-item:first-child {
    -webkit-border-top-right-radius: .25rem;
    border-top-right-radius: .25rem;
    -webkit-border-top-left-radius: .25rem;
    border-top-left-radius: .25rem
}

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

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

.card-header::after {
    display: block;
    content: "";
    clear: both
}

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

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

.card-footer::after {
    display: block;
    content: "";
    clear: both
}

.card-footer:last-child {
    -webkit-border-radius: 0 0 -webkit-calc(.25rem - 1px) -webkit-calc(.25rem - 1px);
    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-primary {
    background-color: #0275d8;
    border-color: #0275d8
}

.card-primary .card-footer, .card-primary .card-header {
    background-color: transparent
}

.card-success {
    background-color: #5cb85c;
    border-color: #5cb85c
}

.card-success .card-footer, .card-success .card-header {
    background-color: transparent
}

.card-info {
    background-color: #5bc0de;
    border-color: #5bc0de
}

.card-info .card-footer, .card-info .card-header {
    background-color: transparent
}

.card-warning {
    background-color: #f0ad4e;
    border-color: #f0ad4e
}

.card-warning .card-footer, .card-warning .card-header {
    background-color: transparent
}

.card-danger {
    background-color: #d9534f;
    border-color: #d9534f
}

.card-danger .card-footer, .card-danger .card-header {
    background-color: transparent
}

.card-outline-primary {
    background-color: transparent;
    border-color: #0275d8
}

.card-outline-secondary {
    background-color: transparent;
    border-color: #ccc
}

.card-outline-info {
    background-color: transparent;
    border-color: #5bc0de
}

.card-outline-success {
    background-color: transparent;
    border-color: #5cb85c
}

.card-outline-warning {
    background-color: transparent;
    border-color: #f0ad4e
}

.card-outline-danger {
    background-color: transparent;
    border-color: #d9534f
}

.card-inverse {
    color: rgba(255, 255, 255, .65)
}

.card-inverse .card-footer, .card-inverse .card-header {
    background-color: transparent;
    border-color: rgba(255, 255, 255, .2)
}

.card-inverse .card-blockquote, .card-inverse .card-footer, .card-inverse .card-header, .card-inverse .card-title {
    color: #fff
}

.card-inverse .card-blockquote .blockquote-footer, .card-inverse .card-link, .card-inverse .card-subtitle, .card-inverse .card-text {
    color: rgba(255, 255, 255, .65)
}

.card-inverse .card-link:focus, .card-inverse .card-link:hover {
    color: #fff
}

.card-blockquote {
    padding: 0;
    margin-bottom: 0;
    border-left: 0
}

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

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

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

.card-img-bottom {
    -webkit-border-bottom-right-radius: -webkit-calc(.25rem - 1px);
    border-bottom-right-radius: calc(.25rem - 1px);
    -webkit-border-bottom-left-radius: -webkit-calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

@media (min-width: 576px) {
    .card-deck {
        display: table;
        width: 100%;
        margin-bottom: .75rem;
        table-layout: fixed;
        border-spacing: 1.25rem 0
    }

    .card-deck .card {
        display: table-cell;
        margin-bottom: 0;
        vertical-align: top
    }

    .card-deck-wrapper {
        margin-right: -1.25rem;
        margin-left: -1.25rem
    }
}

@media (min-width: 576px) {
    .card-group {
        display: table;
        width: 100%;
        table-layout: fixed
    }

    .card-group .card {
        display: table-cell;
        vertical-align: top
    }

    .card-group .card + .card {
        margin-left: 0;
        border-left: 0
    }

    .card-group .card:first-child {
        -webkit-border-bottom-right-radius: 0;
        border-bottom-right-radius: 0;
        -webkit-border-top-right-radius: 0;
        border-top-right-radius: 0
    }

    .card-group .card:first-child .card-img-top {
        -webkit-border-top-right-radius: 0;
        border-top-right-radius: 0
    }

    .card-group .card:first-child .card-img-bottom {
        -webkit-border-bottom-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group .card:last-child {
        -webkit-border-bottom-left-radius: 0;
        border-bottom-left-radius: 0;
        -webkit-border-top-left-radius: 0;
        border-top-left-radius: 0
    }

    .card-group .card:last-child .card-img-top {
        -webkit-border-top-left-radius: 0;
        border-top-left-radius: 0
    }

    .card-group .card:last-child .card-img-bottom {
        -webkit-border-bottom-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group .card:not(:first-child):not(:last-child) {
        -webkit-border-radius: 0;
        border-radius: 0
    }

    .card-group .card:not(:first-child):not(:last-child) .card-img-bottom, .card-group .card:not(:first-child):not(:last-child) .card-img-top {
        -webkit-border-radius: 0;
        border-radius: 0
    }
}

@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 {
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #eceeef;
    -webkit-border-radius: .25rem;
    border-radius: .25rem
}

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

.breadcrumb-item {
    float: left
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #636c72;
    content: "/"
}

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline
}

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none
}

.breadcrumb-item.active {
    color: #636c72
}

.page-item {
    display: inline
}

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

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

.page-item.active .page-link, .page-item.active .page-link:focus, .page-item.active .page-link:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #0275d8;
    border-color: #0275d8
}

.page-item.disabled .page-link, .page-item.disabled .page-link:focus, .page-item.disabled .page-link:hover {
    color: #636c72;
    pointer-events: none;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.page-link {
    position: relative;
    float: left;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #0275d8;
    background-color: #fff;
    border: 1px solid #ddd
}

.page-link:focus, .page-link:hover {
    color: #014c8c;
    text-decoration: none;
    background-color: #eceeef;
    border-color: #ddd
}

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

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

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

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

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

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

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

.badge:empty {
    display: none
}

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

a.badge:focus, a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

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

.badge-default {
    background-color: #636c72
}

.badge-default[href]:focus, .badge-default[href]:hover {
    background-color: #4b5257
}

.badge-primary {
    background-color: #0275d8
}

.badge-primary[href]:focus, .badge-primary[href]:hover {
    background-color: #025aa5
}

.badge-success {
    background-color: #5cb85c
}

.badge-success[href]:focus, .badge-success[href]:hover {
    background-color: #449d44
}

.badge-info {
    background-color: #5bc0de
}

.badge-info[href]:focus, .badge-info[href]:hover {
    background-color: #31b0d5
}

.badge-warning {
    background-color: #f0ad4e
}

.badge-warning[href]:focus, .badge-warning[href]:hover {
    background-color: #ec971f
}

.badge-danger {
    background-color: #d9534f
}

.badge-danger[href]:focus, .badge-danger[href]:hover {
    background-color: #c9302c
}

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

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

.jumbotron-hr {
    border-top-color: #d0d5d8
}

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

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

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible .close {
    position: relative;
    top: -.75rem;
    right: -1.25rem;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d0e9c6;
    color: #3c763d
}

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

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bcdff1;
    color: #31708f
}

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

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faf2cc;
    color: #8a6d3b
}

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

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebcccc;
    color: #a94442
}

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

.alert-danger .alert-link {
    color: #843534
}

@-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: block;
    width: 100%;
    height: 1rem;
    margin-bottom: 1rem;
    overflow: hidden
}

.progress[value] {
    background-color: #eee;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: .25rem;
    border-radius: .25rem
}

.progress[value]::-ms-fill {
    background-color: #0074d9;
    border: 0
}

.progress[value]::-moz-progress-bar {
    background-color: #0074d9
}

.progress[value]::-webkit-progress-value {
    background-color: #0074d9
}

.progress[value]::-webkit-progress-bar {
    background-color: #eee
}

.progress[value], base::-moz-progress-bar {
    background-color: #eee
}
/*
@media screen and (min-width: 0\0
) {
    .progress {
        background-color: #eee;
        -webkit-border-radius: .25rem;
        border-radius: .25rem
    }

    .progress-bar {
        display: inline-block;
        height: 1rem;
        text-indent: -999rem;
        background-color: #0074d9
    }
}
*/
.progress-striped[value]::-webkit-progress-value {
    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: 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-striped[value]::-moz-progress-bar {
    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-striped[value]::-ms-fill {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}
/*
@media screen and (min-width: 0\0
) {
    .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: 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-animated[value]::-webkit-progress-value {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-animated[value]::-moz-progress-bar {
    animation: progress-bar-stripes 2s linear infinite
}
/*
@media screen and (min-width: 0\0
) {
    .progress-animated .progress-bar-striped {
        -webkit-animation: progress-bar-stripes 2s linear infinite;
        animation: progress-bar-stripes 2s linear infinite
    }
}
*/
.progress-success[value]::-webkit-progress-value {
    background-color: #5cb85c
}

.progress-success[value]::-moz-progress-bar {
    background-color: #5cb85c
}

.progress-success[value]::-ms-fill {
    background-color: #5cb85c
}
/*
@media screen and (min-width: 0\0
) {
    .progress-success .progress-bar {
        background-color: #5cb85c
    }
}
*/
.progress-info[value]::-webkit-progress-value {
    background-color: #5bc0de
}

.progress-info[value]::-moz-progress-bar {
    background-color: #5bc0de
}

.progress-info[value]::-ms-fill {
    background-color: #5bc0de
}
/*
@media screen and (min-width: 0\0
) {
    .progress-info .progress-bar {
        background-color: #5bc0de
    }
}
*/
.progress-warning[value]::-webkit-progress-value {
    background-color: #f0ad4e
}

.progress-warning[value]::-moz-progress-bar {
    background-color: #f0ad4e
}

.progress-warning[value]::-ms-fill {
    background-color: #f0ad4e
}
/*
@media screen and (min-width: 0\0
) {
    .progress-warning .progress-bar {
        background-color: #f0ad4e
    }
}
*/
.progress-danger[value]::-webkit-progress-value {
    background-color: #d9534f
}

.progress-danger[value]::-moz-progress-bar {
    background-color: #d9534f
}

.progress-danger[value]::-ms-fill {
    background-color: #d9534f
}
/*
@media screen and (min-width: 0\0
) {
    .progress-danger .progress-bar {
        background-color: #d9534f
    }
}
*/
.media, .media-body {
    overflow: hidden
}

.media-body {
    width: 10000px
}

.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-object {
    display: block
}

.media-object.img-thumbnail {
    max-width: none
}

.media-right {
    padding-left: 10px
}

.media-left {
    padding-right: 10px
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

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

.list-group {
    padding-left: 0;
    margin-bottom: 0
}

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

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

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

.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
    color: #636c72;
    cursor: not-allowed;
    background-color: #eceeef
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
    color: #636c72
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    text-decoration: none;
    background-color: #0275d8;
    border-color: #0275d8
}

.list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > small {
    color: inherit
}

.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
    color: #daeeff
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    -webkit-border-radius: 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-action {
    width: 100%;
    color: #555;
    text-align: inherit
}

.list-group-item-action .list-group-item-heading {
    color: #333
}

.list-group-item-action:focus, .list-group-item-action:hover {
    color: #555;
    text-decoration: none;
    background-color: #f7f7f9
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success, button.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover, button.list-group-item-success.active, button.list-group-item-success.active:focus, button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info, button.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover, button.list-group-item-info.active, button.list-group-item-info.active:focus, button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning, button.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover, button.list-group-item-warning.active, button.list-group-item-warning.active:focus, button.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger, button.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover, button.list-group-item-danger.active, button.list-group-item-danger.active:focus, button.list-group-item-danger.active:hover {
    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
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9 {
    padding-bottom: 42.857143%
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.embed-responsive-1by1 {
    padding-bottom: 100%
}

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

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

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    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.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    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%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

.modal.active .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-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;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    -webkit-border-radius: .3rem;
    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.active {
    opacity: .8
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header::after {
    display: block;
    content: "";
    clear: both
}

.modal-header .close {
    margin-top: -2px
}

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

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer::after {
    display: block;
    content: "";
    clear: both
}

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

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

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

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

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

.tooltip.active {
    opacity: .9
}

.tooltip.bs-tether-element-attached-bottom, .tooltip.tooltip-top {
    padding: 5px 0;
    margin-top: -3px
}

.tooltip.bs-tether-element-attached-bottom .tooltip-inner::before, .tooltip.tooltip-top .tooltip-inner::before {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    content: "";
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.bs-tether-element-attached-left, .tooltip.tooltip-right {
    padding: 0 5px;
    margin-left: 3px
}

.tooltip.bs-tether-element-attached-left .tooltip-inner::before, .tooltip.tooltip-right .tooltip-inner::before {
    top: 50%;
    left: 0;
    margin-top: -5px;
    content: "";
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.bs-tether-element-attached-top, .tooltip.tooltip-bottom {
    padding: 5px 0;
    margin-top: 3px
}

.tooltip.bs-tether-element-attached-top .tooltip-inner::before, .tooltip.tooltip-bottom .tooltip-inner::before {
    top: 0;
    left: 50%;
    margin-left: -5px;
    content: "";
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bs-tether-element-attached-right, .tooltip.tooltip-left {
    padding: 0 5px;
    margin-left: -3px
}

.tooltip.bs-tether-element-attached-right .tooltip-inner::before, .tooltip.tooltip-left .tooltip-inner::before {
    top: 50%;
    right: 0;
    margin-top: -5px;
    content: "";
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

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

.tooltip-inner::before {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

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

.popover.bs-tether-element-attached-bottom, .popover.popover-top {
    margin-top: -10px
}

.popover.bs-tether-element-attached-bottom::after, .popover.bs-tether-element-attached-bottom::before, .popover.popover-top::after, .popover.popover-top::before {
    left: 50%;
    border-bottom-width: 0
}

.popover.bs-tether-element-attached-bottom::before, .popover.popover-top::before {
    bottom: -11px;
    margin-left: -11px;
    border-top-color: rgba(0, 0, 0, .25)
}

.popover.bs-tether-element-attached-bottom::after, .popover.popover-top::after {
    bottom: -10px;
    margin-left: -10px;
    border-top-color: #fff
}

.popover.bs-tether-element-attached-left, .popover.popover-right {
    margin-left: 10px
}

.popover.bs-tether-element-attached-left::after, .popover.bs-tether-element-attached-left::before, .popover.popover-right::after, .popover.popover-right::before {
    top: 50%;
    border-left-width: 0
}

.popover.bs-tether-element-attached-left::before, .popover.popover-right::before {
    left: -11px;
    margin-top: -11px;
    border-right-color: rgba(0, 0, 0, .25)
}

.popover.bs-tether-element-attached-left::after, .popover.popover-right::after {
    left: -10px;
    margin-top: -10px;
    border-right-color: #fff
}

.popover.bs-tether-element-attached-top, .popover.popover-bottom {
    margin-top: 10px
}

.popover.bs-tether-element-attached-top::after, .popover.bs-tether-element-attached-top::before, .popover.popover-bottom::after, .popover.popover-bottom::before {
    left: 50%;
    border-top-width: 0
}

.popover.bs-tether-element-attached-top::before, .popover.popover-bottom::before {
    top: -11px;
    margin-left: -11px;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.popover.bs-tether-element-attached-top::after, .popover.popover-bottom::after {
    top: -10px;
    margin-left: -10px;
    border-bottom-color: #f7f7f7
}

.popover.bs-tether-element-attached-top .popover-title::before, .popover.popover-bottom .popover-title::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 20px;
    margin-left: -10px;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.popover.bs-tether-element-attached-right, .popover.popover-left {
    margin-left: -10px
}

.popover.bs-tether-element-attached-right::after, .popover.bs-tether-element-attached-right::before, .popover.popover-left::after, .popover.popover-left::before {
    top: 50%;
    border-right-width: 0
}

.popover.bs-tether-element-attached-right::before, .popover.popover-left::before {
    right: -11px;
    margin-top: -11px;
    border-left-color: rgba(0, 0, 0, .25)
}

.popover.bs-tether-element-attached-right::after, .popover.popover-left::after {
    right: -10px;
    margin-top: -10px;
    border-left-color: #fff
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    -webkit-border-radius: .2375rem .2375rem 0 0;
    border-radius: .2375rem .2375rem 0 0
}

.popover-title:empty {
    display: none
}

.popover-content {
    padding: 9px 14px
}

.popover::after, .popover::before {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover::before {
    content: "";
    border-width: 11px
}

.popover::after {
    content: "";
    border-width: 10px
}

.carousel {
    position: relative
}

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

.carousel-item {
    position: relative;
    display: none;
    width: 100%
}

@media (-webkit-transform-3d) {
    .carousel-item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        transition: -webkit-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px
    }
}

@supports (transform:translate3d(0,0,0)) {
    .carousel-item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        transition: -webkit-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px
    }
}

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

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

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

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

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

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

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

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

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5
}

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

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif;
    line-height: 1;
    background: transparent no-repeat center center;
    background-size: 100% 100%
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    text-align: center;
    list-style: none
}

.carousel-indicators li {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 3px;
    text-indent: -999px;
    cursor: pointer;
    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-faded {
    background-color: #f7f7f7
}

.bg-primary {
    background-color: #0275d8 !important
}

a.bg-primary:focus, a.bg-primary:hover {
    background-color: #025aa5 !important
}

.bg-success {
    background-color: #5cb85c !important
}

a.bg-success:focus, a.bg-success:hover {
    background-color: #449d44 !important
}

.bg-info {
    background-color: #5bc0de !important
}

a.bg-info:focus, a.bg-info:hover {
    background-color: #31b0d5 !important
}

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

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

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

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

.bg-inverse {
    background-color: #292b2c !important
}

a.bg-inverse:focus, a.bg-inverse:hover {
    background-color: #101112 !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
}

.rounded {
    -webkit-border-radius: .25rem;
    border-radius: .25rem
}

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

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

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

.rounded-left {
    -webkit-border-bottom-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    -webkit-border-top-left-radius: .25rem;
    border-top-left-radius: .25rem
}

.rounded-circle {
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.rounded-0 {
    -webkit-border-radius: 0;
    border-radius: 0
}

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

.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-cell {
    display: table-cell !important
}

.d-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: 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-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: 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-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: 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-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: 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-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !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
    }
}

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

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

.h-100 {
    height: 100% !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

.m-0 {
    margin: 0 0 !important
}

.mt-0 {
    margin-top: 0 !important
}

.mr-0 {
    margin-right: 0 !important
}

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

.ml-0 {
    margin-left: 0 !important
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

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

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

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

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

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

.mx-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important
}

.my-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
}

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

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

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

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

.ml-2 {
    margin-left: .5rem !important
}

.mx-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important
}

.my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
}

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

.mt-3 {
    margin-top: 1rem !important
}

.mr-3 {
    margin-right: 1rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.ml-3 {
    margin-left: 1rem !important
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

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

.mt-4 {
    margin-top: 1.5rem !important
}

.mr-4 {
    margin-right: 1.5rem !important
}

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

.ml-4 {
    margin-left: 1.5rem !important
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

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

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

.mr-5 {
    margin-right: 3rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.ml-5 {
    margin-left: 3rem !important
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.p-0 {
    padding: 0 0 !important
}

.pt-0 {
    padding-top: 0 !important
}

.pr-0 {
    padding-right: 0 !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pl-0 {
    padding-left: 0 !important
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

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

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

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

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

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

.px-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important
}

.py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
}

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

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

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

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

.pl-2 {
    padding-left: .5rem !important
}

.px-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
}

.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

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

.pt-3 {
    padding-top: 1rem !important
}

.pr-3 {
    padding-right: 1rem !important
}

.pb-3 {
    padding-bottom: 1rem !important
}

.pl-3 {
    padding-left: 1rem !important
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.p-4 {
    padding: 1.5rem 1.5rem !important
}

.pt-4 {
    padding-top: 1.5rem !important
}

.pr-4 {
    padding-right: 1.5rem !important
}

.pb-4 {
    padding-bottom: 1.5rem !important
}

.pl-4 {
    padding-left: 1.5rem !important
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

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

.pt-5 {
    padding-top: 3rem !important
}

.pr-5 {
    padding-right: 3rem !important
}

.pb-5 {
    padding-bottom: 3rem !important
}

.pl-5 {
    padding-left: 3rem !important
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 0 !important
    }

    .mt-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0 {
        margin-right: 0 !important
    }

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

    .ml-sm-0 {
        margin-left: 0 !important
    }

    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }
}

@media (min-width: 576px) {
    .m-sm-1 {
        margin: .25rem .25rem !important
    }

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

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

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

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

    .mx-sm-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .my-sm-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }
}

@media (min-width: 576px) {
    .m-sm-2 {
        margin: .5rem .5rem !important
    }

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

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

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

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

    .mx-sm-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .my-sm-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }
}

@media (min-width: 576px) {
    .m-sm-3 {
        margin: 1rem 1rem !important
    }

    .mt-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3 {
        margin-left: 1rem !important
    }

    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }
}

@media (min-width: 576px) {
    .m-sm-4 {
        margin: 1.5rem 1.5rem !important
    }

    .mt-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4 {
        margin-right: 1.5rem !important
    }

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

    .ml-sm-4 {
        margin-left: 1.5rem !important
    }

    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }
}

@media (min-width: 576px) {
    .m-sm-5 {
        margin: 3rem 3rem !important
    }

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

    .mr-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5 {
        margin-left: 3rem !important
    }

    .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }
}

@media (min-width: 576px) {
    .p-sm-0 {
        padding: 0 0 !important
    }

    .pt-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0 {
        padding-left: 0 !important
    }

    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }
}

@media (min-width: 576px) {
    .p-sm-1 {
        padding: .25rem .25rem !important
    }

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

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

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

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

    .px-sm-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .py-sm-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }
}

@media (min-width: 576px) {
    .p-sm-2 {
        padding: .5rem .5rem !important
    }

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

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

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

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

    .px-sm-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .py-sm-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }
}

@media (min-width: 576px) {
    .p-sm-3 {
        padding: 1rem 1rem !important
    }

    .pt-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3 {
        padding-left: 1rem !important
    }

    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }
}

@media (min-width: 576px) {
    .p-sm-4 {
        padding: 1.5rem 1.5rem !important
    }

    .pt-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4 {
        padding-left: 1.5rem !important
    }

    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }
}

@media (min-width: 576px) {
    .p-sm-5 {
        padding: 3rem 3rem !important
    }

    .pt-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5 {
        padding-left: 3rem !important
    }

    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 0 !important
    }

    .mt-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0 {
        margin-right: 0 !important
    }

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

    .ml-md-0 {
        margin-left: 0 !important
    }

    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }
}

@media (min-width: 768px) {
    .m-md-1 {
        margin: .25rem .25rem !important
    }

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

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

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

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

    .mx-md-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .my-md-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }
}

@media (min-width: 768px) {
    .m-md-2 {
        margin: .5rem .5rem !important
    }

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

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

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

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

    .mx-md-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .my-md-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }
}

@media (min-width: 768px) {
    .m-md-3 {
        margin: 1rem 1rem !important
    }

    .mt-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3 {
        margin-left: 1rem !important
    }

    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }
}

@media (min-width: 768px) {
    .m-md-4 {
        margin: 1.5rem 1.5rem !important
    }

    .mt-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4 {
        margin-right: 1.5rem !important
    }

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

    .ml-md-4 {
        margin-left: 1.5rem !important
    }

    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }
}

@media (min-width: 768px) {
    .m-md-5 {
        margin: 3rem 3rem !important
    }

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

    .mr-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5 {
        margin-left: 3rem !important
    }

    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }
}

@media (min-width: 768px) {
    .p-md-0 {
        padding: 0 0 !important
    }

    .pt-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0 {
        padding-left: 0 !important
    }

    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }
}

@media (min-width: 768px) {
    .p-md-1 {
        padding: .25rem .25rem !important
    }

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

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

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

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

    .px-md-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .py-md-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }
}

@media (min-width: 768px) {
    .p-md-2 {
        padding: .5rem .5rem !important
    }

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

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

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

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

    .px-md-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .py-md-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }
}

@media (min-width: 768px) {
    .p-md-3 {
        padding: 1rem 1rem !important
    }

    .pt-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3 {
        padding-left: 1rem !important
    }

    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }
}

@media (min-width: 768px) {
    .p-md-4 {
        padding: 1.5rem 1.5rem !important
    }

    .pt-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4 {
        padding-left: 1.5rem !important
    }

    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }
}

@media (min-width: 768px) {
    .p-md-5 {
        padding: 3rem 3rem !important
    }

    .pt-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5 {
        padding-left: 3rem !important
    }

    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 0 !important
    }

    .mt-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0 {
        margin-right: 0 !important
    }

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

    .ml-lg-0 {
        margin-left: 0 !important
    }

    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }
}

@media (min-width: 992px) {
    .m-lg-1 {
        margin: .25rem .25rem !important
    }

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

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

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

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

    .mx-lg-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .my-lg-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }
}

@media (min-width: 992px) {
    .m-lg-2 {
        margin: .5rem .5rem !important
    }

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

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

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

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

    .mx-lg-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .my-lg-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }
}

@media (min-width: 992px) {
    .m-lg-3 {
        margin: 1rem 1rem !important
    }

    .mt-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3 {
        margin-left: 1rem !important
    }

    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }
}

@media (min-width: 992px) {
    .m-lg-4 {
        margin: 1.5rem 1.5rem !important
    }

    .mt-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4 {
        margin-right: 1.5rem !important
    }

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

    .ml-lg-4 {
        margin-left: 1.5rem !important
    }

    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }
}

@media (min-width: 992px) {
    .m-lg-5 {
        margin: 3rem 3rem !important
    }

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

    .mr-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5 {
        margin-left: 3rem !important
    }

    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }
}

@media (min-width: 992px) {
    .p-lg-0 {
        padding: 0 0 !important
    }

    .pt-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0 {
        padding-left: 0 !important
    }

    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }
}

@media (min-width: 992px) {
    .p-lg-1 {
        padding: .25rem .25rem !important
    }

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

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

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

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

    .px-lg-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .py-lg-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }
}

@media (min-width: 992px) {
    .p-lg-2 {
        padding: .5rem .5rem !important
    }

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

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

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

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

    .px-lg-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .py-lg-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }
}

@media (min-width: 992px) {
    .p-lg-3 {
        padding: 1rem 1rem !important
    }

    .pt-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3 {
        padding-left: 1rem !important
    }

    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }
}

@media (min-width: 992px) {
    .p-lg-4 {
        padding: 1.5rem 1.5rem !important
    }

    .pt-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4 {
        padding-left: 1.5rem !important
    }

    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }
}

@media (min-width: 992px) {
    .p-lg-5 {
        padding: 3rem 3rem !important
    }

    .pt-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5 {
        padding-left: 3rem !important
    }

    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 0 !important
    }

    .mt-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0 {
        margin-right: 0 !important
    }

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

    .ml-xl-0 {
        margin-left: 0 !important
    }

    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }
}

@media (min-width: 1200px) {
    .m-xl-1 {
        margin: .25rem .25rem !important
    }

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

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

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

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

    .mx-xl-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .my-xl-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }
}

@media (min-width: 1200px) {
    .m-xl-2 {
        margin: .5rem .5rem !important
    }

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

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

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

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

    .mx-xl-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .my-xl-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }
}

@media (min-width: 1200px) {
    .m-xl-3 {
        margin: 1rem 1rem !important
    }

    .mt-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3 {
        margin-left: 1rem !important
    }

    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }
}

@media (min-width: 1200px) {
    .m-xl-4 {
        margin: 1.5rem 1.5rem !important
    }

    .mt-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4 {
        margin-right: 1.5rem !important
    }

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

    .ml-xl-4 {
        margin-left: 1.5rem !important
    }

    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }
}

@media (min-width: 1200px) {
    .m-xl-5 {
        margin: 3rem 3rem !important
    }

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

    .mr-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5 {
        margin-left: 3rem !important
    }

    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }
}

@media (min-width: 1200px) {
    .p-xl-0 {
        padding: 0 0 !important
    }

    .pt-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0 {
        padding-left: 0 !important
    }

    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }
}

@media (min-width: 1200px) {
    .p-xl-1 {
        padding: .25rem .25rem !important
    }

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

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

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

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

    .px-xl-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .py-xl-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }
}

@media (min-width: 1200px) {
    .p-xl-2 {
        padding: .5rem .5rem !important
    }

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

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

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

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

    .px-xl-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .py-xl-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }
}

@media (min-width: 1200px) {
    .p-xl-3 {
        padding: 1rem 1rem !important
    }

    .pt-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3 {
        padding-left: 1rem !important
    }

    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }
}

@media (min-width: 1200px) {
    .p-xl-4 {
        padding: 1.5rem 1.5rem !important
    }

    .pt-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4 {
        padding-left: 1.5rem !important
    }

    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }
}

@media (min-width: 1200px) {
    .p-xl-5 {
        padding: 3rem 3rem !important
    }

    .pt-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5 {
        padding-left: 3rem !important
    }

    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }
}

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

.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-normal {
    font-weight: 400
}

.font-weight-bold {
    font-weight: 700
}

.font-italic {
    font-style: italic
}

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

.text-muted {
    color: #636c72 !important
}

a.text-muted:focus, a.text-muted:hover {
    color: #4b5257 !important
}

.text-primary {
    color: #0275d8 !important
}

a.text-primary:focus, a.text-primary:hover {
    color: #025aa5 !important
}

.text-success {
    color: #5cb85c !important
}

a.text-success:focus, a.text-success:hover {
    color: #449d44 !important
}

.text-info {
    color: #5bc0de !important
}

a.text-info:focus, a.text-info:hover {
    color: #31b0d5 !important
}

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

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

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

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

.text-gray-dark {
    color: #292b2c !important
}

a.text-gray-dark:focus, a.text-gray-dark:hover {
    color: #101112 !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.invisible {
    visibility: hidden !important
}

.hidden-xs-up {
    display: none !important
}

@media (max-width: 575px) {
    .hidden-xs-down {
        display: none !important
    }
}

@media (min-width: 576px) {
    .hidden-sm-up {
        display: none !important
    }
}

@media (max-width: 767px) {
    .hidden-sm-down {
        display: none !important
    }
}

@media (min-width: 768px) {
    .hidden-md-up {
        display: none !important
    }
}

@media (max-width: 991px) {
    .hidden-md-down {
        display: none !important
    }
}

@media (min-width: 992px) {
    .hidden-lg-up {
        display: none !important
    }
}

@media (max-width: 1199px) {
    .hidden-lg-down {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-xl-up {
        display: none !important
    }
}

.hidden-xl-down {
    display: none !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
    }
}

.fancybox-enabled {
    overflow: hidden
}

.fancybox-enabled body {
    overflow: visible;
    height: 100%
}

.fancybox-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99993;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.fancybox-container ~ .fancybox-container {
    z-index: 99992
}

.fancybox-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #0f0f11;
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(.55, .06, .68, .19);
    transition-timing-function: cubic-bezier(.55, .06, .68, .19);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.fancybox-container--ready .fancybox-bg {
    opacity: .87;
    -webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-controls {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    opacity: 0;
    z-index: 99994;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    direction: ltr
}

.fancybox-show-controls .fancybox-controls {
    opacity: 1
}

.fancybox-infobar {
    display: none
}

.fancybox-show-infobar .fancybox-infobar {
    display: inline-block;
    pointer-events: all
}

.fancybox-infobar__body {
    display: inline-block;
    width: 70px;
    line-height: 44px;
    font-size: 13px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
    color: #ddd;
    background-color: rgba(30, 30, 30, .7);
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: subpixel-antialiased
}

.fancybox-buttons {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    pointer-events: all
}

.fancybox-show-buttons .fancybox-buttons {
    display: block
}

.fancybox-slider-wrap {
    overflow: hidden;
    direction: ltr
}

.fancybox-slider, .fancybox-slider-wrap {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    z-index: 99993;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent
}

.fancybox-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    outline: 0;
    white-space: normal;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    z-index: 99994;
    -webkit-overflow-scrolling: touch
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0
}

.fancybox-slide > * {
    display: inline-block;
    position: relative;
    padding: 24px;
    margin: 44px 0 44px;
    border-width: 0;
    vertical-align: middle;
    text-align: left;
    background-color: #fff;
    overflow: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.fancybox-slide--image {
    overflow: hidden
}

.fancybox-slide--image::before {
    display: none
}

.fancybox-content {
    display: inline-block;
    position: relative;
    margin: 44px auto;
    padding: 0;
    border: 0;
    width: 80%;
    height: -webkit-calc(100% - 88px);
    height: calc(100% - 88px);
    vertical-align: middle;
    line-height: normal;
    text-align: left;
    white-space: normal;
    outline: 0;
    font-size: 16px;
    font-family: Arial, sans-serif;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch
}

.fancybox-iframe {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    height: 100%;
    background: #fff
}

.fancybox-slide--video .fancybox-content, .fancybox-slide--video .fancybox-iframe {
    background: 0 0
}

.fancybox-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: 0;
    z-index: 99995;
    background: 0 0;
    cursor: default;
    overflow: visible;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.fancybox-image, .fancybox-spaceball {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    max-width: none;
    max-height: none;
    background: 0 0;
    background-size: 100% 100%
}

.fancybox-controls--canzoomOut .fancybox-placeholder {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.fancybox-controls--canzoomIn .fancybox-placeholder {
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.fancybox-controls--canGrab .fancybox-placeholder {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-controls--isGrabbing .fancybox-placeholder {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-tmp {
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: hidden
}

.fancybox-error {
    position: absolute;
    margin: 0;
    padding: 40px;
    top: 50%;
    left: 50%;
    width: 380px;
    max-width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    cursor: default
}

.fancybox-error p {
    margin: 0;
    padding: 0;
    color: #444;
    font: 16px/20px "Helvetica Neue", Helvetica, Arial, sans-serif
}

.fancybox-close-small {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    padding: 0;
    margin: 0;
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    outline: 0;
    background: 0 0;
    z-index: 10;
    cursor: pointer
}

.fancybox-close-small:after {
    content: '×';
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    font: 20px/30px Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #888;
    font-weight: 300;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border-width: 0;
    background: #fff;
    -webkit-transition: background .2s;
    transition: background .2s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2
}

.fancybox-close-small:focus:after {
    outline: 1px dotted #888
}

.fancybox-slide--video .fancybox-close-small {
    top: -36px;
    right: -36px;
    background: 0 0
}

.fancybox-close-small:hover:after {
    color: #555;
    background: #eee
}

.fancybox-caption-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 30px 0 30px;
    z-index: 99998;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(20%, rgba(0, 0, 0, .1)), color-stop(40%, rgba(0, 0, 0, .2)), color-stop(80%, rgba(0, 0, 0, .6)), to(rgba(0, 0, 0, .8)));
    background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8) 100%);
    background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8) 100%);
    opacity: 0;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    pointer-events: none
}

.fancybox-show-caption .fancybox-caption-wrap {
    opacity: 1
}

.fancybox-caption {
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, .4);
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    line-height: 20px;
    -webkit-text-size-adjust: none
}

.fancybox-caption a, .fancybox-caption button {
    pointer-events: all
}

.fancybox-caption a {
    color: #fff;
    text-decoration: underline
}

.fancybox-button {
    display: inline-block;
    position: relative;
    width: 44px;
    height: 44px;
    line-height: 44px;
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    cursor: pointer;
    background: 0 0;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    outline: 0
}

.fancybox-button--disabled {
    cursor: default;
    pointer-events: none
}

.fancybox-button, .fancybox-infobar__body {
    background: rgba(30, 30, 30, .6)
}

.fancybox-button:hover {
    background: rgba(0, 0, 0, .8)
}

.fancybox-button::after, .fancybox-button::before {
    content: '';
    pointer-events: none;
    position: absolute;
    border-color: #fff;
    background-color: currentColor;
    color: currentColor;
    opacity: .9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block
}

.fancybox-button--disabled::after, .fancybox-button--disabled::before {
    opacity: .5
}

.fancybox-button--left::after {
    left: 20px;
    top: 18px;
    width: 6px;
    height: 6px;
    background: 0 0;
    border-top: solid 2px currentColor;
    border-right: solid 2px currentColor;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.fancybox-button--right::after {
    right: 20px;
    top: 18px;
    width: 6px;
    height: 6px;
    background: 0 0;
    border-top: solid 2px currentColor;
    border-right: solid 2px currentColor;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.fancybox-button--left {
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px
}

.fancybox-button--right {
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px
}

.fancybox-button--close {
    float: right
}

.fancybox-button--close::after, .fancybox-button--close::before {
    content: '';
    display: inline-block;
    position: absolute;
    height: 2px;
    width: 16px;
    top: -webkit-calc(50% - 1px);
    top: calc(50% - 1px);
    left: -webkit-calc(50% - 8px);
    left: calc(50% - 8px)
}

.fancybox-button--close::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.fancybox-button--close::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.fancybox-loading {
    border: 6px solid rgba(100, 100, 100, .4);
    border-top: 6px solid rgba(255, 255, 255, .6);
    -webkit-border-radius: 100%;
    border-radius: 100%;
    height: 50px;
    width: 50px;
    -webkit-animation: fancybox-rotate .8s infinite linear;
    animation: fancybox-rotate .8s infinite linear;
    background: 0 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    z-index: 99999
}

@-webkit-keyframes fancybox-rotate {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fancybox-rotate {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@media all and (max-width: 800px) {
    .fancybox-controls {
        text-align: left
    }

    .fancybox-button--left, .fancybox-button--right, .fancybox-buttons button:not(.fancybox-button--close) {
        display: none !important
    }

    .fancybox-caption {
        padding: 20px 0;
        margin: 0
    }
}

.fancybox-button--fullscreen::before {
    width: 15px;
    height: 11px;
    left: 15px;
    top: 16px;
    border: 2px solid;
    background: 0 0
}

.fancybox-button--play::before {
    top: 16px;
    left: 18px;
    width: 0;
    height: 0;
    border-top: 6px inset transparent;
    border-bottom: 6px inset transparent;
    border-left: 10px solid;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    background: 0 0
}

.fancybox-button--pause::before {
    top: 16px;
    left: 18px;
    width: 7px;
    height: 11px;
    border-style: solid;
    border-width: 0 2px 0 2px;
    background: 0 0
}

.fancybox-button--thumbs span {
    font-size: 23px
}

.fancybox-button--thumbs::before {
    top: 20px;
    left: 21px;
    width: 3px;
    height: 3px;
    -webkit-box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
    box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0
}

.fancybox-container--thumbs .fancybox-caption-wrap, .fancybox-container--thumbs .fancybox-controls, .fancybox-container--thumbs .fancybox-slider-wrap {
    right: 220px
}

.fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    z-index: 99993;
    word-break: normal;
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0
}

.fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: 0;
    border: 5px solid #fff;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, .1)
}

.fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-thumbs > ul > li:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    -webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
    transition: all .2s cubic-bezier(.25, .46, .45, .94)
}

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1
}

@media all and (max-width: 800px) {
    .fancybox-thumbs {
        display: none !important
    }

    .fancybox-container--thumbs .fancybox-caption-wrap, .fancybox-container--thumbs .fancybox-controls, .fancybox-container--thumbs .fancybox-slider-wrap {
        right: 0
    }
}

.mainNav {
    background: #46cfb0;
    width: 25%
}

.mainNav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #1abc9c
}

.mainNav ul li {
    border-top: 1px solid #1abc9c;
    padding: 12px 20px;
    color: #000;
    text-transform: uppercase;
    font-size: 13px;
}

.mainNav ul li a {
    color: #fff;
    display: block;
    font-size: 1.1em;
    line-height: normal;
    /*padding: 12px 20px;*/
    text-decoration: none;
    text-transform: none;
}
.service-container .accordion-btn-wrap {
    line-height: 50px;
}
.mainNav ul li a:hover {
    background: #e95546;
    text-decoration: none
}

.mainNav ul ul {
    border-bottom: none
}

.mainNav ul ul li {
    border-top: 1px solid #46cfb0;
    background: #34bc9d;
    padding: 5px 0;
    border:0;
}

.mainNav ul ul li a {
    /*color: #fff;*/
    display: block;
    font-size: 1em;
    line-height: normal;
    padding: .5em 1em .5em 2.5em
}

.mainNav ul ul li a:hover {
    background: #e95546
}

.mainNav ul ul ul {
    border-top: 1px solid #46cfb0
}

.mainNav ul ul ul li {
    border: none
}

.mainNav ul ul ul li a {
    padding-left: 3.5em;
    padding-top: .25em;
    padding-bottom: .25em
}

ul li.has-subnav .accordion-btn {
    color: #fff;
    background: rgba(255, 255, 255, .15);
    font-size: 16px
}

/*! jQuery UI - v1.12.1 - 2017-07-16
* http://jqueryui.com
* Includes: core.css, tabs.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
    display: none
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

.ui-helper-clearfix:after, .ui-helper-clearfix:before {
    content: "";
    display: table;
    border-collapse: collapse
}

.ui-helper-clearfix:after {
    clear: both
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0)
}

.ui-front {
    z-index: 100
}

.ui-state-disabled {
    cursor: default !important;
    pointer-events: none
}

.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ui-tabs {
    position: relative;
    padding: .2em
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: .5em 1em;
    text-decoration: none
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px
}

.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: 0 0
}

.ui-widget {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em
}

.ui-widget .ui-widget {
    font-size: 1em
}

.ui-widget button, .ui-widget input, .ui-widget select, .ui-widget textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5
}

.ui-widget-content {
    border: 1px solid #ddd;
    background: #fff;
    color: #333
}

.ui-widget-content a {
    color: #333
}

.ui-widget-header {
    border: 1px solid #ddd;
    background: #e9e9e9;
    color: #333;
    font-weight: 700
}

.ui-widget-header a {
    color: #333
}

.ui-button, .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, html .ui-button.ui-state-disabled:active, html .ui-button.ui-state-disabled:hover {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: 400;
    color: #454545
}

.ui-button, .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button {
    color: #454545;
    text-decoration: none
}

.ui-button:focus, .ui-button:hover, .ui-state-focus, .ui-state-hover, .ui-widget-content .ui-state-focus, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-focus, .ui-widget-header .ui-state-hover {
    border: 1px solid #ccc;
    background: #ededed;
    font-weight: 400;
    color: #2b2b2b
}

.ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, .ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, a.ui-button:focus, a.ui-button:hover {
    color: #2b2b2b;
    text-decoration: none
}

.ui-visual-focus {
    -webkit-box-shadow: 0 0 3px 1px #5e9ed6;
    box-shadow: 0 0 3px 1px #5e9ed6
}

.ui-button.ui-state-active:hover, .ui-button:active, .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: 400;
    color: #fff
}

.ui-icon-background, .ui-state-active .ui-icon-background {
    border: #003eff;
    background-color: #fff
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #fff;
    text-decoration: none
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620
}

.ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
    color: #777620
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
    color: #5f3f3f
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
    color: #5f3f3f
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
    font-weight: 700
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: 400
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35)
}

.ui-icon {
    width: 16px;
    height: 16px
}

.ui-icon, .ui-widget-content .ui-icon {
    background-image: url(images/ui-icons_444444_256x240.png)
}

.ui-widget-header .ui-icon {
    background-image: url(images/ui-icons_444444_256x240.png)
}

.ui-button:focus .ui-icon, .ui-button:hover .ui-icon, .ui-state-focus .ui-icon, .ui-state-hover .ui-icon {
    background-image: url(images/ui-icons_555555_256x240.png)
}

.ui-button:active .ui-icon, .ui-state-active .ui-icon {
    background-image: url(images/ui-icons_ffffff_256x240.png)
}

.ui-button .ui-state-highlight.ui-icon, .ui-state-highlight .ui-icon {
    background-image: url(images/ui-icons_777620_256x240.png)
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
    background-image: url(images/ui-icons_cc0000_256x240.png)
}

.ui-button .ui-icon {
    background-image: url(images/ui-icons_777777_256x240.png)
}

.ui-icon-blank {
    background-position: 16px 16px
}

.ui-icon-caret-1-n {
    background-position: 0 0
}

.ui-icon-caret-1-ne {
    background-position: -16px 0
}

.ui-icon-caret-1-e {
    background-position: -32px 0
}

.ui-icon-caret-1-se {
    background-position: -48px 0
}

.ui-icon-caret-1-s {
    background-position: -65px 0
}

.ui-icon-caret-1-sw {
    background-position: -80px 0
}

.ui-icon-caret-1-w {
    background-position: -96px 0
}

.ui-icon-caret-1-nw {
    background-position: -112px 0
}

.ui-icon-caret-2-n-s {
    background-position: -128px 0
}

.ui-icon-caret-2-e-w {
    background-position: -144px 0
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px
}

.ui-icon-triangle-1-s {
    background-position: -65px -16px
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px
}

.ui-icon-arrow-1-s {
    background-position: -65px -32px
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
    background-position: 1px -48px
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px
}

.ui-icon-arrow-4 {
    background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px
}

.ui-icon-extlink {
    background-position: -32px -80px
}

.ui-icon-newwin {
    background-position: -48px -80px
}

.ui-icon-refresh {
    background-position: -64px -80px
}

.ui-icon-shuffle {
    background-position: -80px -80px
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px
}

.ui-icon-folder-open {
    background-position: -16px -96px
}

.ui-icon-document {
    background-position: -32px -96px
}

.ui-icon-document-b {
    background-position: -48px -96px
}

.ui-icon-note {
    background-position: -64px -96px
}

.ui-icon-mail-closed {
    background-position: -80px -96px
}

.ui-icon-mail-open {
    background-position: -96px -96px
}

.ui-icon-suitcase {
    background-position: -112px -96px
}

.ui-icon-comment {
    background-position: -128px -96px
}

.ui-icon-person {
    background-position: -144px -96px
}

.ui-icon-print {
    background-position: -160px -96px
}

.ui-icon-trash {
    background-position: -176px -96px
}

.ui-icon-locked {
    background-position: -192px -96px
}

.ui-icon-unlocked {
    background-position: -208px -96px
}

.ui-icon-bookmark {
    background-position: -224px -96px
}

.ui-icon-tag {
    background-position: -240px -96px
}

.ui-icon-home {
    background-position: 0 -112px
}

.ui-icon-flag {
    background-position: -16px -112px
}

.ui-icon-calendar {
    background-position: -32px -112px
}

.ui-icon-cart {
    background-position: -48px -112px
}

.ui-icon-pencil {
    background-position: -64px -112px
}

.ui-icon-clock {
    background-position: -80px -112px
}

.ui-icon-disk {
    background-position: -96px -112px
}

.ui-icon-calculator {
    background-position: -112px -112px
}

.ui-icon-zoomin {
    background-position: -128px -112px
}

.ui-icon-zoomout {
    background-position: -144px -112px
}

.ui-icon-search {
    background-position: -160px -112px
}

.ui-icon-wrench {
    background-position: -176px -112px
}

.ui-icon-gear {
    background-position: -192px -112px
}

.ui-icon-heart {
    background-position: -208px -112px
}

.ui-icon-star {
    background-position: -224px -112px
}

.ui-icon-link {
    background-position: -240px -112px
}

.ui-icon-cancel {
    background-position: 0 -128px
}

.ui-icon-plus {
    background-position: -16px -128px
}

.ui-icon-plusthick {
    background-position: -32px -128px
}

.ui-icon-minus {
    background-position: -48px -128px
}

.ui-icon-minusthick {
    background-position: -64px -128px
}

.ui-icon-close {
    background-position: -80px -128px
}

.ui-icon-closethick {
    background-position: -96px -128px
}

.ui-icon-key {
    background-position: -112px -128px
}

.ui-icon-lightbulb {
    background-position: -128px -128px
}

.ui-icon-scissors {
    background-position: -144px -128px
}

.ui-icon-clipboard {
    background-position: -160px -128px
}

.ui-icon-copy {
    background-position: -176px -128px
}

.ui-icon-contact {
    background-position: -192px -128px
}

.ui-icon-image {
    background-position: -208px -128px
}

.ui-icon-video {
    background-position: -224px -128px
}

.ui-icon-script {
    background-position: -240px -128px
}

.ui-icon-alert {
    background-position: 0 -144px
}

.ui-icon-info {
    background-position: -16px -144px
}

.ui-icon-notice {
    background-position: -32px -144px
}

.ui-icon-help {
    background-position: -48px -144px
}

.ui-icon-check {
    background-position: -64px -144px
}

.ui-icon-bullet {
    background-position: -80px -144px
}

.ui-icon-radio-on {
    background-position: -96px -144px
}

.ui-icon-radio-off {
    background-position: -112px -144px
}

.ui-icon-pin-w {
    background-position: -128px -144px
}

.ui-icon-pin-s {
    background-position: -144px -144px
}

.ui-icon-play {
    background-position: 0 -160px
}

.ui-icon-pause {
    background-position: -16px -160px
}

.ui-icon-seek-next {
    background-position: -32px -160px
}

.ui-icon-seek-prev {
    background-position: -48px -160px
}

.ui-icon-seek-end {
    background-position: -64px -160px
}

.ui-icon-seek-start {
    background-position: -80px -160px
}

.ui-icon-seek-first {
    background-position: -80px -160px
}

.ui-icon-stop {
    background-position: -96px -160px
}

.ui-icon-eject {
    background-position: -112px -160px
}

.ui-icon-volume-off {
    background-position: -128px -160px
}

.ui-icon-volume-on {
    background-position: -144px -160px
}

.ui-icon-power {
    background-position: 0 -176px
}

.ui-icon-signal-diag {
    background-position: -16px -176px
}

.ui-icon-signal {
    background-position: -32px -176px
}

.ui-icon-battery-0 {
    background-position: -48px -176px
}

.ui-icon-battery-1 {
    background-position: -64px -176px
}

.ui-icon-battery-2 {
    background-position: -80px -176px
}

.ui-icon-battery-3 {
    background-position: -96px -176px
}

.ui-icon-circle-plus {
    background-position: 0 -192px
}

.ui-icon-circle-minus {
    background-position: -16px -192px
}

.ui-icon-circle-close {
    background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px
}

.ui-icon-circle-check {
    background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px
}

.ui-corner-all, .ui-corner-left, .ui-corner-tl, .ui-corner-top {
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px
}

.ui-corner-all, .ui-corner-right, .ui-corner-top, .ui-corner-tr {
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px
}

.ui-corner-all, .ui-corner-bl, .ui-corner-bottom, .ui-corner-left {
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-br, .ui-corner-right {
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.ui-widget-overlay {
    background: #aaa;
    opacity: .3;
    filter: Alpha(Opacity=30)
}

.ui-widget-shadow {
    -webkit-box-shadow: 0 0 5px #666;
    box-shadow: 0 0 5px #666
}

::-webkit-input-placeholder {
    color: #666;
    opacity: 1
}

:-moz-placeholder {
    color: #666;
    opacity: 1
}

::-moz-placeholder {
    color: #666;
    opacity: 1
}

:-ms-input-placeholder {
    color: #666;
    opacity: 1
}

body input:focus:required:invalid, body textarea:focus:required:invalid {
    color: #666
}

body input:required:valid, body textarea:required:valid {
    color: #666
}

body, html {
    height: 100%
}

body {
    font-size: 16px;
    min-width: 320px;
    position: relative;
    line-height: 1.75;
    font-family: sans-serif;
    color: #333;
    overflow-x: hidden;
    opacity: 1
}

body ::-moz-selection {
    color: #fff;
    background: #df4e4e
}

body ::selection {
    color: #fff;
    background: #df4e4e
}

body a:active, body a:focus, body a:hover, body a:link {
    outline: 0;
    text-decoration: none
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

header {
    width: 100%;
    -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 7px rgba(0, 0, 0, .2);
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    position: relative;
    z-index: 999
}

header .header-start .logo {
    padding-right: 0;
    padding-top: 20px
}

header .header-start .logo .logo-img {
    float: left;
    width: 20%
}

header .header-start .logo .logo-img img {
    height: 72px;
    width: auto
}

header .header-start .logo .logo-slogan {
    float: left;
    width: 75%;
}
/*12px*/
header .header-start .logo .logo-slogan p {
    font-weight: 400;
    color: #000;
    margin: 7px 0 12px 0;
    padding: 0;
    font-size: 17px;
    line-height: 22px
}

header .header-start .start-info {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

header .header-start .start-info .top-info-title {
    display: block;
    color: #000;
    font-size: 15px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 3px;
    border-bottom: 1px solid rgba(0, 0, 0, .5);
    padding-bottom: 3px
}

header .header-start .start-info .adress {
    padding-top: 20px;    
    margin-right: 30px
}
.adress+.adress {width: 60%;}

header .header-start .start-info .adress .top-info-title div,
header .header-start .start-info .work-time .top-info-title div {
    display: inline;
    font-size: 15px;
}
.work-time span {font-size: 12px;}
.tel-email span.topmail {font-size: 14px;} 
header .header-start .start-info .adress p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #333;
    line-height: 16px
}

header .header-start .start-info .adress p i {
    margin-right: 6px;
    color: #000
}

header .header-start .start-info .work-time {
    padding-top: 20px;
    margin-right: 18px;
    min-width: 110px;
}

header .header-start .start-info .work-time p {
    margin: 0;
    padding: 0;
    font-size: 17px;
    color: #333;
    line-height: 20px
}
/*
header .header-start .start-info .work-time p span {
    display: block;
}
*/
header .header-start .start-info .work-time p i {
    margin-right: 3px;
    color: #000
}

header .header-start .start-info .tel-email {
    padding-top: 20px;
    text-align: right;
    min-width: 180px;
}

header .header-start .start-info .tel-email p {
    margin: 0;
    padding: 0
}

header .header-start .start-info .tel-email p a {
    display: block;
    display: inline-block;
    color: #333;
    font-size: 17px;
    font-weight: 500
}

header .header-start .start-info .tel-email p a i {
    margin-right: 3px;
    color: #000
}

@media (min-width: 768px) and (max-width: 1199px) {
    header .header-start .start-info .adress div,
    header .header-start .start-info .work-time div {
        display: block;
    }
}

@media (min-width: 600px) and (max-width: 767px) {
    header .header-start .start-info .adress,
    header .header-start .start-info .work-time,
    header .header-start .container .start-info .tel-email {
        padding:5px;
        float: left;
        width: 50%;
    }
    header .header-start .start-info .clearfix {
        display: none;
    }
    header .header-start .start-info .work-time p span {
      display: inline;
    }
}

header .header-end .logo-mini {
    padding-top: 12px
}

header .header-end .logo-mini img {
    max-width: 100%;
    height: 50px
}

header .header-end .logo img {
    height: 55px;
    width: auto
}

header .header-end .top-mnu {
    padding-top: 10px
}

header .header-end .top-mnu ul {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

header .header-end .top-mnu ul li {
    background-color: transparent;
    border: none;
    height: 55px
}

header .header-end .top-mnu ul li:hover ul {
    opacity: 1
}

header .header-end .top-mnu ul li.dropdown-parent::after {
    content: '\f107';
    color: #000;
    font-family: FontAwesome;
    position: absolute;
    right: -20px;
    top: 17%;
    font-size: 15px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

header .header-end .top-mnu ul li:hover.dropdown-parent::after {
    color: #df4e4e
}

header .header-end .top-mnu ul li a {
    padding-left: 0;
    padding-right: 0;
    text-transform: uppercase;
    font-size: 14px;
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border: none;
    color: #333
}

header .header-end .top-mnu ul li ul {
    display: block;
    top: 100%;
    white-space: normal;
    border-top: 2px solid #df4e4e;
    -webkit-box-shadow: 0 1px 10px rgba(51, 51, 51, .4);
    box-shadow: 0 1px 10px rgba(51, 51, 51, .4)
}

header .header-end .top-mnu ul li ul ul {
    display: block;
    top: 0
}

header .header-end .top-mnu ul li ul li {
    display: block;
    white-space: normal;
    height: auto !important;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid rgba(204, 204, 204, .5)
}

header .header-end .top-mnu ul li ul li:last-child {
    border: none
}

header .header-end .top-mnu ul li ul li a {
    font-size: 13px;
    font-weight: 500;
    white-space: normal
}

header .header-end .top-mnu ul li ul li:hover > a {
    color: #df4e4e
}

header .header-end .top-mnu ul li:hover::after {
    color: #df4e4e
}

header .header-end .top-mnu ul li:hover > a {
    color: #df4e4e
}

header .header-end .top-mnu ul ul {
    background-color: #fff;
    text-align: left;
    min-width: 250px
}

header .header-end .top-mnu ul ul li a {
    font-weight: 100
}

header .header-end .top-mnu ul ul ul {
    text-align: left;
    background-color: #fff;
    left: 107%;
    top: -30% !important;
    min-width: 250px;
    -webkit-box-shadow: 0 1px 10px rgba(51, 51, 51, .4);
    box-shadow: 0 1px 10px rgba(51, 51, 51, .4)
}

header .header-end .top-mnu > ul {
    width: 100%;
    padding: 0;
    margin: 0
}

header .header-end .top-mnu > ul ul {
    padding: 10px 15px
}

header .header-end .top-mnu > ul ul .dropdown-child {
    position: relative
}

header .header-end .top-mnu > ul ul .dropdown-child::after {
    content: '\f105';
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    top: 37%;
    font-size: 15px;
    margin-top: -10px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

header .header-end .top-call {
    text-align: right;
    padding-top: 11px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

header .header-end .top-call button {
    display: block
}

header .header-end .top-call .call-show {
    background: 0 0;
    border: none;
    background-color: #df4e4e;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    height: 35px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    overflow: hidden;
    outline: 0;
    margin-left: auto
}

header .header-end .top-call .call-show::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .2);
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

header .header-end .top-call .call-show:hover::before {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1)
}

header .header-end .top-call .open-mnu {
    display: none;
    position: relative;
    width: 46px;
    height: 35px;
    margin-left: 10px;
    vertical-align: -13px;
    background-color: #df4e4e;
    padding: 6px 5px 0 5px
}

header .header-end .top-call .open-mnu span:after, header .header-end .top-call .open-mnu span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px
}

header .header-end .top-call .open-mnu span:after {
    top: 20px
}

header .header-end .top-call .open-mnu span {
    position: relative;
    display: block
}

header .header-end .top-call .open-mnu span, header .header-end .top-call .open-mnu span:after, header .header-end .top-call .open-mnu span:before {
    width: 100%;
    height: 3px;
    background-color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-border-radius: 0;
    border-radius: 0
}

header .header-end .top-call .open-mnu.on span {
    background-color: transparent
}

header .header-end .top-call .open-mnu.on span:before {
    -webkit-transform: rotate(45deg) translate(1px, 0);
    -ms-transform: rotate(45deg) translate(1px, 0);
    transform: rotate(45deg) translate(1px, 0)
}

header .header-end .top-call .open-mnu.on span:after {
    -webkit-transform: rotate(-45deg) translate(7px, -6px);
    -ms-transform: rotate(-45deg) translate(7px, -6px);
    transform: rotate(-45deg) translate(7px, -6px)
}

header .scroll-to-fixed-fixed {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-color: #fff;
    -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, .2);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .2)
}

header .scroll-to-fixed-fixed .logo-mini {
    display: block !important
}

header .scroll-to-fixed-fixed .top-mnu ul li {
    height: 60px;
    padding-top: 0
}

header .scroll-to-fixed-fixed .top-mnu ul li.dropdown-parent::after {
    color: #000 !important;
    top: 14% !important
}

header .scroll-to-fixed-fixed .top-mnu ul li:hover > a {
    color: #df4e4e !important
}

header .scroll-to-fixed-fixed .top-mnu ul li:hover.dropdown-parent::after {
    color: #df4e4e !important
}

header .scroll-to-fixed-fixed .top-mnu #mega-menu-wrap-mnu_header_new #mega-menu-mnu_header_new > li.mega-menu-item > a.mega-menu-link {
    color: #000;
}

header .scroll-to-fixed-fixed .top-call {
    padding-top: 18px
}

.header-fix {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    -webkit-box-shadow: none;
    box-shadow: none
}

.header-fix .header-start .logo .logo-slogan p {
    color: #fff
}

.header-fix .header-start .start-info .top-info-title {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .5)
}

.header-fix .header-start .start-info .adress p {
    color: #f1f1f1
}

.header-fix .header-start .start-info .adress p i {
    color: #fff
}

.header-fix .header-start .start-info .work-time p {
    color: #f1f1f1
}

.header-fix .header-start .start-info .work-time p i {
    color: #fff
}

.header-fix .header-start .start-info .tel-email p a {
    color: #f1f1f1
}

.header-fix .header-start .start-info .tel-email p a i {
    color: #fff
}

.header-fix .header-end .top-mnu ul li {
    padding-top: 0
}

.header-fix .header-end .top-mnu ul li.dropdown-parent::after {
    color: #fff
}

.header-fix .header-end .top-mnu ul li a {
    color: #fff
}

.header-fix .header-end .top-mnu ul li:hover > a {
    color: #df4e4e !important
}

.header-fix .header-end .top-mnu ul li ul li a {
    color: #000
}

.header-fix .header-end .top-call .tel {
    color: #fff
}

.after-header-show {
    opacity: 1;
    height: 84px
}

.anm-sk {
    visibility: hidden;
    height: 0
}

.one-page-block {
    width: 100%;
    position: relative;
    min-height: 600px;
    overflow: hidden;
	background:url("/wp-content/themes/abn/img/cover.jpg");
    background-size: cover;
}

.one-page-block::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2
}

.one-page-block::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    background-image: url(../img/full-slider/dots2.png);
    opacity: .2
}
/*
.one-page-block video {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
*/
.one-page-block video {
    width: 100%;
    display: block;
}
.one-page-block .slider-content {
    position: relative;
    z-index: 10;
    height: 100%;
    padding-top: 195px;
    padding-bottom: 20px
}

.one-page-block .slider-content .content {
    height: auto;
    vertical-align: top;
    float: left;
    width: 50%;
    padding-right: 50px
}

.one-page-block .slider-content .content h3 {
    color: #fff;
    font-weight: 400;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    line-height: 40px
}
/*
.one-page-block .slider-content .content div {
    margin-bottom: 25px
}
*/
.one-page-block .slider-content .content div p {
    color: #fff;
    font-size: 17px;
    font-weight: 100;
    line-height: 19px
}

.one-page-block .slider-content .content button {
    display: block;
    width: 100%;
    background: 0 0;
    border: none;
    background-color: #df4e4e;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    min-height: 45px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    overflow: hidden;
    outline: 0;
}

.one-page-block .slider-content .content button::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .2);
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.one-page-block .slider-content .content button:hover::before {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1)
}

.one-page-block .slider-content .video {
    width: 50%;
    float: left
}

.one-page-block .slider-content .video .infografic-block {
    /*margin: 0 -10px*/
    margin: 7px auto 0;
}

.one-page-block .slider-content .video .infografic {
    padding: 0 10px;
    margin-bottom: 20px
}

.one-page-block .slider-content .video .infografic img {
    max-width: 100%
}

.one-page-block .slider-content .info-result-day {
    text-align: center;
    padding-top: 30px
}

.one-page-block .slider-content .info-result-day span {
    display: block;
    font-size: 60px;
    color: #fff;
    line-height: 60px;
    margin-bottom: 10px;
    font-weight: 900;
    letter-spacing: 4px;
    font-family: sans-serif
}

.one-page-block .slider-content .info-result-day p {
    margin: 0;
    padding: 0;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase
}

.one-page-block .down {
    position: absolute;
    left: 50%;
    bottom: 10px;
    width: 44px;
    margin-left: -22px;
    z-index: 19
}

.one-page-block .down a {
    display: block;
    width: 100%;
    height: 70px
}

.one-page-block .down a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-animation: sdb05 1.5s infinite;
    animation: sdb05 1.5s infinite
}

@-webkit-keyframes sdb05 {
    0% {
        -webkit-transform: rotate(-45deg) translate(0, 0);
        transform: rotate(-45deg) translate(0, 0);
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        -webkit-transform: rotate(-45deg) translate(-20px, 20px);
        transform: rotate(-45deg) translate(-20px, 20px);
        opacity: 0
    }
}

@keyframes sdb05 {
    0% {
        -webkit-transform: rotate(-45deg) translate(0, 0);
        transform: rotate(-45deg) translate(0, 0);
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        -webkit-transform: rotate(-45deg) translate(-20px, 20px);
        transform: rotate(-45deg) translate(-20px, 20px);
        opacity: 0
    }
}

@-webkit-keyframes arrow {
    0% {
        -webkit-transform: rotate(-45deg) translate(0, 0);
        transform: rotate(-45deg) translate(0, 0);
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        -webkit-transform: rotate(-45deg) translate(-20px, 20px);
        transform: rotate(-45deg) translate(-20px, 20px);
        opacity: 0
    }
}

.hm-block-2 {
    padding: 30px 0;
    height: auto;
    width: 100%
}

.hm-block-2 .service-block {
    padding-top: 30px
}

.hm-block-2 .service-block .service-grid {
    float: left;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px
}

.hm-block-2 .service-block .service-grid:nth-child(1) .service {
    height: 380px
}

.hm-block-2 .service-block .service {
    width: 100%;
    height: 175px;
    -webkit-box-shadow: 0 1px 9px rgba(0, 0, 0, .15), 0 1px 6px rgba(0, 0, 0, .24);
    box-shadow: 0 1px 9px rgba(0, 0, 0, .15), 0 1px 6px rgba(0, 0, 0, .24);
    -webkit-transition: all .9s cubic-bezier(.25, .8, .25, 1);
    transition: all .9s cubic-bezier(.25, .8, .25, 1);
    position: relative
}

.hm-block-2 .service-block .service .service-img {
    height: 175px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.hm-block-2 .service-block .service .service-img.service-img__scnd {
    float: left;
    width: 40%
}

.hm-block-2 .service-block .service .service-body {
    float: left;
    width: 60%;
    height: 175px;
    position: relative
}

.hm-block-2 .service-block .service .service-title {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    margin-bottom: 10px
}

.hm-block-2 .service-block .service .service-title a {
    display: block;
    display: inline-block;
    line-height: 22px;
    color: #000;
    font-weight: 900;
    font-size: 14px;
    text-transform: uppercase
}

.hm-block-2 .service-block .service .service-desc {
    padding-left: 15px;
    padding-right: 15px;
    background: 0 0
}

.hm-block-2 .service-block .service .service-desc p {
    font-size: 14px;
    margin: 0;
    padding: 0;
    line-height: 17px;
    color: #424242
}

.hm-block-2 .service-block .service .service-desc i {
    display: block;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    margin-left: 5px
}

.hm-block-2 .service-block .service:hover {
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22);
    box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22)
}

.hm-block-2 .service-block .service .service-icon {
    display: block;
    margin-bottom: 10px
}

.hm-block-2 .service-block .service .service-icon img {
    width: auto;
    height: 50px
}

.hm-block-2 .service-block .service .service-link {
    color: #000;
    display: block;
    font-size: 13px;
    font-weight: 700;
    line-height: 17px;
    text-transform: uppercase;
    display: inline-block !important;
    position: absolute;
    left: 15px;
    bottom: 18px;
    background-color: #df4e4e;
    color: #fff !important;
    padding: 6px 12px;
    font-size: 13px;
    font-weight: 500
}

.hm-block-2 .form-block {
    padding-top: 30px
}

.hm-block-2 .form-block .form-container {
    padding: 15px 15px 15px;
    -webkit-box-shadow: 0 1px 9px rgba(0, 0, 0, .15), 0 1px 6px rgba(0, 0, 0, .24);
    box-shadow: 0 1px 9px rgba(0, 0, 0, .15), 0 1px 6px rgba(0, 0, 0, .24);
    -webkit-transition: all .9s cubic-bezier(.25, .8, .25, 1);
    transition: all .9s cubic-bezier(.25, .8, .25, 1)
}

.hm-block-2 .form-block .form-container:hover {
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22);
    box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22)
}

.hm-block-2 .form-block .form-container p {
    color: #df4e4e;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 10px
}

.hm-block-2 .form-block .form-container span {
    color: #df4e4e;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px
}

.hm-block-2 .form-block .form-container span {
    color: #333;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase
}

.hm-block-2 .form-block .form-box {
    padding-top: 10px
}

.hm-block-2 .form-block .form-box form {
    width: 100%;
    margin: 0;
    padding: 0
}

.hm-block-2 .form-block .form-box form .label-anm {
    position: relative
}

.hm-block-2 .form-block .form-box form .label-anm.active label {
    top: -15px;
    left: 0;
    font-size: 10px;
    color: #df4e4e
}

.hm-block-2 .form-block .form-box form .label-anm input {
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    border: none;
    height: 45px;
    width: 100%;
    outline: 0;
    font-size: 14px;
    padding: 0 15px;
    color: #000;
    margin-bottom: 25px;
    position: relative;
    border: 1px solid #333;
    z-index: 2;
    background-color: transparent
}

.hm-block-2 .form-block .form-box form .label-anm textarea {
    resize: none;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    border: none;
    height: 30px;
    width: 100%;
    min-height: 70px;
    outline: 0;
    font-size: 14px;
    color: #333;
    border-bottom: 1px solid #333;
    margin-bottom: 20px
}

.hm-block-2 .form-block .form-box form .label-anm label {
    position: absolute;
    top: 12px;
    left: 15px;
    font-size: 13px;
    text-transform: uppercase;
    font-family: sans-serif;
    font-weight: 500;
    color: #000;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    cursor: text
}

.hm-block-2 .form-block .form-box form button {
    background-color: #df4e4e;
    color: #fff;
    border: none;
    display: block;
    width: 100%;
    height: 45px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 2px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.hm-block-2 .form-block .form-box form button::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .2);
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hm-block-2 .form-block .form-box form button:hover {
    border-color: #df4e4e
}

.hm-block-2 .form-block .form-box form button:hover::before {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1)
}

.hm-block-2 .form-block .service {
    margin-top: 30px;
    width: 100%;
    height: 175px;
    -webkit-box-shadow: 0 1px 9px rgba(0, 0, 0, .15), 0 1px 6px rgba(0, 0, 0, .24);
    box-shadow: 0 1px 9px rgba(0, 0, 0, .15), 0 1px 6px rgba(0, 0, 0, .24);
    -webkit-transition: all .9s cubic-bezier(.25, .8, .25, 1);
    transition: all .9s cubic-bezier(.25, .8, .25, 1);
    position: relative
}

.hm-block-2 .form-block .service .service-img {
    height: 175px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.hm-block-2 .form-block .service .service-img.service-img__scnd {
    float: left;
    width: 40%
}

.hm-block-2 .form-block .service .service-body {
    float: left;
    width: 60%;
    height: 175px;
    position: relative;
    background-color: #f2f2f2
}

.hm-block-2 .form-block .service .service-title {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    margin-bottom: 10px
}

.hm-block-2 .form-block .service .service-title a {
    display: block;
    display: inline-block;
    line-height: 22px;
    color: #000;
    font-weight: 900;
    font-size: 19px;
    text-transform: uppercase;
    border-bottom: 2px solid #000
}

.hm-block-2 .form-block .service .service-desc {
    padding-left: 15px;
    padding-right: 15px;
    background: 0 0
}

.hm-block-2 .form-block .service .service-desc p {
    font-size: 14px;
    margin: 0;
    padding: 0;
    line-height: 17px;
    color: #424242
}

.hm-block-2 .form-block .service .service-desc i {
    display: block;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    margin-left: 5px
}

.hm-block-2 .form-block .service:hover {
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22);
    box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22)
}

.hm-block-2 .form-block .service .service-icon {
    display: block;
    margin-bottom: 10px
}

.hm-block-2 .form-block .service .service-icon img {
    width: auto;
    height: 50px
}

.hm-block-2 .form-block .service .service-link {
    display: block;
    font-size: 13px;
    font-weight: 700;
    line-height: 17px;
    text-transform: uppercase;
    display: inline-block !important;
    position: absolute;
    left: 15px;
    bottom: 18px;
    background-color: #df4e4e;
    color: #fff !important;
    padding: 6px 12px;
    font-size: 13px;
    font-weight: 500
}

.hm-block-3 {
    height: auto;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 30px;
    background-color: #fcfcfc
}

.hm-block-3 .attractive-block {
    text-align: center
}

.hm-block-3 .attractive-block .attractive-title {
    text-align: center;
    margin-bottom: 40px
}

.hm-block-3 .attractive-block .attractive-title span {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase
}

.hm-block-3 .attractive-block .attractive-item {
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    width: 260px;
    height: 380px;
    -webkit-transition: all 1.2s ease;
    transition: all 1.2s ease;
    display: inline-block;
    margin: 0 12px 30px;
    color: #97a4b2;
    /*font-size: em(15px);
    line-height: em(21px);*/
    padding: 54px 28px 48px;
    vertical-align: top;
    border-bottom: #df4e4e 4px solid;
    -webkit-box-shadow: 0 1px 9px rgba(0, 0, 0, .15), 0 1px 6px rgba(0, 0, 0, .24);
    box-shadow: 0 1px 9px rgba(0, 0, 0, .15), 0 1px 6px rgba(0, 0, 0, .24);
    -webkit-transition: all .9s cubic-bezier(.25, .8, .25, 1);
    transition: all .9s cubic-bezier(.25, .8, .25, 1);
    background-color: #fff
}

.hm-block-3 .attractive-block .attractive-item:hover {
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22);
    box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22)
}

.hm-block-3 .attractive-block .attractive-icon {
    width: 120px;
    height: 120px;
    line-height: 120px;
    background-color: #df4e4e;
    -webkit-border-radius: 10em;
    border-radius: 10em;
    display: inline-block
}

.hm-block-3 .attractive-block .attractive-icon img {
    max-width: 100%;
    width: 75px
}

.hm-block-3 .attractive-block .attractive-icon span {
    font-size: 35px;
    font-weight: 900;
    color: #fff
}

.hm-block-3 .attractive-block .attractive-body {
    padding-top: 25px
}

.hm-block-3 .attractive-block .attractive-body span {
    font-size: 16px;
    color: #000;
    font-weight: 900;
    text-transform: uppercase
}

.hm-block-3 .attractive-block .attractive-body p {
    font-size: 14px;
    color: #333;
    line-height: 18px;
    font-weight: 500
}

.hm-block-3 .attractive-block .attractive-body p b {
    color: #df4e4e;
    font-weight: 900
}

.hm-block-4 {
    width: 100%;
    height: auto;
    padding-top: 20px
}

.hm-block-4 .triangles-container {
    color: #fff;
    /*font-size: em(19px);*/
    margin: 20px 0 30px;
    text-align: center
}

.hm-block-4 .triangles-container .tc-item {
    width: 290px;
    height: 128px;
    display: inline-block;
    position: relative;
    margin-left: -45px;
    vertical-align: top;
    cursor: default;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    margin-bottom: 30px
}

.hm-block-4 .triangles-container .tc-item:first-child {
    margin-left: 0
}

.hm-block-4 .triangles-container .tc-item:first-child .tc-content {
    margin-left: 50px
}

.hm-block-4 .triangles-container .tc-item:hover {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
    z-index: 3
}

.hm-block-4 .triangles-container .tc-item:hover:nth-child(1) .tc-content {
    background-image: url(../img/icons/hm-4/1.png)
}

.hm-block-4 .triangles-container .tc-item:hover:nth-child(2) .tc-content {
    background-image: url(../img/icons/hm-4/2.png)
}

.hm-block-4 .triangles-container .tc-item:hover:nth-child(3) .tc-content {
    background-image: url(../img/icons/hm-4/3.png)
}

.hm-block-4 .triangles-container .tc-item:hover:nth-child(4) .tc-content {
    background-image: url(../img/icons/hm-4/4.png)
}

.hm-block-4 .triangles-container .tc-item:hover .tc-content {
    color: #000
}

.hm-block-4 .triangles-container .tc-item:hover .tc-content img {
    opacity: 0
}

.hm-block-4 .triangles-container .tc-item:hover .tc-content span {
    color: #000
}

.hm-block-4 .triangles-container .tc-item:hover path {
    fill-opacity: 0 !important;
    stroke-opacity: 1 !important
}

.hm-block-4 .triangles-container .tc-item svg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0
}

.hm-block-4 .triangles-container .tc-item .tc-content {
    position: relative;
    z-index: 1;
    margin-top: 43px;
    margin-left: 60px;
    text-align: left;
    padding-left: 40px;
    opacity: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    font-weight: 700;
    line-height: 22px;
    background-repeat: no-repeat;
    background-size: auto 40px
}

.hm-block-4 .triangles-container .tc-item .tc-content span {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-left: -22px;
    position: absolute
}

.hm-block-4 .triangles-container .tc-item .tc-content img {
    height: 40px;
    float: left;
    margin-left: -40px;
    margin-right: 32px
}

.hm-block-4 .triangles-container .tc-item .tc-content svg {
    height: 40px;
    position: absolute;
    left: 0;
    top: 0;
    margin-left: -40px;
    margin-right: 32px
}

.hm-block-5 {
    width: 100%;
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px
}

.hm-block-5 .hm-title {
    margin-bottom: 15px
}

.hm-block-5 .block-sertificat {
    padding-top: 15px;
    padding-bottom: 15px
}

.hm-block-5 .block-sertificat .slick-dots {
    padding-top: 0
}

.hm-block-5 .block-sertificat .slick-list {
    margin: 0 -20px;
    padding-top: 10px;
    padding-bottom: 50px
}

.hm-block-5 .block-sertificat .sertificat {
    height: 350px;
    border: 9px solid #ededed;
    -webkit-box-shadow: 0 1px 9px rgba(0, 0, 0, .15), 0 1px 6px rgba(0, 0, 0, .24);
    box-shadow: 0 1px 9px rgba(0, 0, 0, .15), 0 1px 6px rgba(0, 0, 0, .24);
    -webkit-transition: all .9s cubic-bezier(.25, .8, .25, 1);
    transition: all .9s cubic-bezier(.25, .8, .25, 1);
    margin: 0 20px
}

.hm-block-5 .block-sertificat .sertificat:hover {
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22);
    box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22)
}

.hm-block-5 .block-sertificat .sertificat a {
    display: block;
    width: 100%;
    height: 100%;
    border-top: 3px solid #797979;
    border-right: 3px solid #a4a4a4;
    border-left: 3px solid #a4a4a4;
    border-bottom: 3px solid #fff;
    position: relative
}

.hm-block-5 .block-sertificat .sertificat a::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(223, 78, 78, .3);
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    opacity: 0
}

.hm-block-5 .block-sertificat .sertificat a::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../img/view.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    opacity: 0;
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5)
}

.hm-block-5 .block-sertificat .sertificat a:hover::after, .hm-block-5 .block-sertificat .sertificat a:hover::before {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.hm-block-6 {
    width: 100%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 30px;
    background-color: #fcfcfc
}

.hm-block-6 .partners-block {
    padding-top: 20px;
    position: relative
}

.hm-block-6 .partners-block .partner {
    text-align: center
}

.hm-block-6 .partners-block .partner img {
    display: inline-block;
    max-width: 140px;
    height: auto
}

.hm-block-6 .partners-block .slick-arrow {
    position: absolute;
    font-size: 0;
    padding: 0;
    margin: 0;
    border: none;
    background: 0 0;
    width: 30px;
    height: 30px;
    background-color: #df4e4e;
    z-index: 2;
    top: -10px;
    outline: 0;
    font-family: FontAwesome;
    text-align: center;
    line-height: 30px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    overflow: hidden;
    outline: 0
}

.hm-block-6 .partners-block .slick-arrow::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .2);
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hm-block-6 .partners-block .slick-arrow:hover::before {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1)
}

.hm-block-6 .partners-block .slick-next {
    right: 30px
}

.hm-block-6 .partners-block .slick-next::after {
    content: '\f105';
    color: #fff;
    font-size: 20px
}

.hm-block-6 .partners-block .slick-prev {
    right: 70px
}

.hm-block-6 .partners-block .slick-prev::after {
    content: '\f104';
    color: #fff;
    font-size: 20px
}

.hm-block-6 .partners-link {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 10px
}

.hm-block-6 .partners-link a {
    display: block;
    display: inline-block;
    background-color: #df4e4e;
    color: #fff;
    height: 40px;
    padding-left: 36px;
    padding-right: 36px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.hm-block-6 .partners-link a::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .2);
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hm-block-6 .partners-link a:hover {
    border-color: #df4e4e
}

.hm-block-6 .partners-link a:hover::before {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1)
}

.hm-block-7 {
    width: 100%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 40px
}

.hm-block-7 .block-news {
    padding-top: 20px;
    position: relative
}

.hm-block-7 .block-news .slick-list {
    margin: 0 -15px;
    padding: 20px 0 40px
}

.hm-block-7 .block-news .news {
    margin-bottom: 30px;
    -webkit-box-shadow: 0 1px 9px rgba(0, 0, 0, .15), 0 1px 6px rgba(0, 0, 0, .24);
    box-shadow: 0 1px 9px rgba(0, 0, 0, .15), 0 1px 6px rgba(0, 0, 0, .24);
    -webkit-transition: all .9s cubic-bezier(.25, .8, .25, 1);
    transition: all .9s cubic-bezier(.25, .8, .25, 1);
    padding: 15px;
    margin: 0 15px
}

.hm-block-7 .block-news .news:hover {
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22);
    box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22)
}

.hm-block-7 .block-news .news .news-thumbnail {
    height: 220px;
    width: 100%;
    margin-bottom: 10px
}

.hm-block-7 .block-news .news .news-body .date {
    padding-top: 5px;
    margin-bottom: 10px
}

.hm-block-7 .block-news .news .news-body .date span {
    color: #b8b8b8;
    font-size: 15px;
    font-weight: 300
}

.hm-block-7 .block-news .news .news-body .title {
    max-height: 50px;
    min-height: 45px;
    margin-bottom: 10px
}

.hm-block-7 .block-news .news .news-body .title a {
    display: block;
    line-height: 20px;
    color: #000;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase
}

.hm-block-7 .block-news .news .news-body .content {
    text-align: justify
}

.hm-block-7 .block-news .news .news-body .content p {
    font-size: 15px;
    line-height: 19px;
    margin: 0;
    padding: 0;
    max-height: 90px;
    min-height: 90px;
    margin-bottom: 20px
}

.hm-block-7 .block-news .news .news-body .permalink a {
    display: block;
    display: inline-block;
    background: 0 0;
    border: none;
    background-color: #df4e4e;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    height: 35px;
    line-height: 35px;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    overflow: hidden;
    outline: 0
}

.hm-block-7 .block-news .news .news-body .permalink a::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .2);
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hm-block-7 .block-news .news .news-body .permalink a:hover::before {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1)
}

.hm-block-7 .block-news .slick-arrow {
    position: absolute;
    font-size: 0;
    padding: 0;
    margin: 0;
    border: none;
    background: 0 0;
    width: 30px;
    height: 30px;
    background-color: #df4e4e;
    z-index: 2;
    top: -10px;
    outline: 0;
    font-family: FontAwesome;
    text-align: center;
    line-height: 30px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    overflow: hidden;
    outline: 0
}

.hm-block-7 .block-news .slick-arrow::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .2);
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hm-block-7 .block-news .slick-arrow:hover::before {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1)
}

.hm-block-7 .block-news .slick-next {
    right: 15px
}

.hm-block-7 .block-news .slick-next::after {
    content: '\f105';
    color: #fff;
    font-size: 20px
}

.hm-block-7 .block-news .slick-prev {
    right: 55px
}

.hm-block-7 .block-news .slick-prev::after {
    content: '\f104';
    color: #fff;
    font-size: 20px
}

.hm-block-8 {
    width: 100%;
    height: auto;
    padding-bottom: 60px;
    background-color: #fcfcfc
}

.hm-block-8 .block-professional {
    padding-top: 40px
}

.hm-block-8 .block-professional .professional-title {
    margin-bottom: 30px
}

.hm-block-8 .block-professional .professional-title span {
    display: block;
    color: #000;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative
}

.hm-block-8 .block-professional .professional-title span::after {
    content: '';
    width: 80px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -20px;
    background-color: #df4e4e;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.hm-block-8 .block-professional .professional-title p {
    font-size: 14px;
    line-height: 19px;
    margin: 0;
    padding: 40px 0 0
}

.hm-block-8 .block-professional .professional-items {
    padding-top: 20px
}

.hm-block-8 .block-professional .professional-items .item {
    text-align: center
}

.hm-block-8 .block-professional .professional-items .item img {
    height: 73px;
    width: auto;
    margin-bottom: 10px
}

.hm-block-8 .block-professional .professional-items .item p {
    font-size: 14px;
    line-height: 17px;
    font-weight: 700;
    color: #000
}

.hm-block-8 .form-block {
    padding-top: 60px
}

.hm-block-8 .form-block .form-container {
    padding: 25px 15px 25px;
    -webkit-box-shadow: 0 1px 9px rgba(0, 0, 0, .15), 0 1px 6px rgba(0, 0, 0, .24);
    box-shadow: 0 1px 9px rgba(0, 0, 0, .15), 0 1px 6px rgba(0, 0, 0, .24);
    -webkit-transition: all .9s cubic-bezier(.25, .8, .25, 1);
    transition: all .9s cubic-bezier(.25, .8, .25, 1)
}

.hm-block-8 .form-block .form-container:hover {
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22);
    box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22)
}

.hm-block-8 .form-block .form-container p {
    color: #df4e4e;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 10px
}

.hm-block-8 .form-block .form-container span {
    color: #333;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px
}

.hm-block-8 .form-block .form-box {
    padding-top: 10px
}

.hm-block-8 .form-block .form-box form {
    width: 100%;
    margin: 0;
    padding: 0
}

.hm-block-8 .form-block .form-box form .label-anm {
    position: relative
}

.hm-block-8 .form-block .form-box form .label-anm.active label {
    top: -15px;
    left: 0;
    font-size: 10px;
    color: #df4e4e;
    font-weight: 500
}

.hm-block-8 .form-block .form-box form .label-anm input {
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    border: none;
    background-color: transparent;
    height: 45px;
    width: 100%;
    outline: 0;
    font-size: 14px;
    padding: 0 15px;
    color: #000;
    border: 1px solid #000;
    margin-bottom: 25px;
    position: relative;
    z-index: 2
}

.hm-block-8 .form-block .form-box form .label-anm textarea {
    resize: none;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    border: none;
    height: 30px;
    width: 100%;
    min-height: 70px;
    outline: 0;
    font-size: 14px;
    color: #333;
    border-bottom: 1px solid #333;
    margin-bottom: 20px
}

.hm-block-8 .form-block .form-box form .label-anm label {
    position: absolute;
    top: 12px;
    left: 15px;
    font-size: 13px;
    text-transform: uppercase;
    font-family: sans-serif;
    font-weight: 500;
    color: #000;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    cursor: text
}

.hm-block-8 .form-block .form-box form button {
    color: #fff;
    border: none;
    display: block;
    width: 100%;
    height: 45px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    background-color: #df4e4e
}

.hm-block-8 .form-block .form-box form button::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .2);
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hm-block-8 .form-block .form-box form button:hover {
    border-color: #df4e4e
}

.hm-block-8 .form-block .form-box form button:hover::before {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1)
}

.bread-crumbs {
    height: auto;
    margin-bottom: 25px;
    line-height: 21px;
    padding-top: 30px
}

.bread-crumbs a {
    color: #000;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.bread-crumbs a::after {
    content: '/';
    margin-left: 6px
}

.bread-crumbs a:hover {
    color: #df4e4e
}

.bread-crumbs a:last-child {
    cursor: default;
    color: #df4e4e
}

.bread-crumbs a:last-child::after {
    display: none
}

.service-cover {
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    padding-top: 60px;
    padding-bottom: 50px;
    overflow: hidden;
	background:url("/wp-content/themes/abn/img/cover.jpg");
}

.service-cover::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2
}

.service-cover::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    background-image: url(../img/full-slider/dots2.png);
    opacity: .2
}

.service-cover video {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.service-cover .service-box {
    position: relative;
    z-index: 9
}

.service-cover .service-name {
    padding-top: 0
}

.service-cover .service-name h1 {
    color: #fff;
    font-size: 35px;
    font-weight: 400;
    font-weight: 900;
    text-transform: uppercase;
    margin-top: 0
}

.service-cover .service-name div {
    padding-top: 15px;
    color: #fff;
    font-size: 17px;
    max-width: 640px;
    line-height: 21px;
    font-style: italic
}

.service-cover .service-name div p {
    margin: 0 0 15px;
    padding: 0;
    line-height: 20px;
    color: #fff
}

.service-cover .form-block .form-container {
    padding: 25px 15px 25px;
    background-color: #df4e4e;
    -webkit-box-shadow: 0 1px 9px rgba(0, 0, 0, .15), 0 1px 6px rgba(0, 0, 0, .24);
    box-shadow: 0 1px 9px rgba(0, 0, 0, .15), 0 1px 6px rgba(0, 0, 0, .24);
    -webkit-transition: all .9s cubic-bezier(.25, .8, .25, 1);
    transition: all .9s cubic-bezier(.25, .8, .25, 1)
}

.service-cover .form-block .form-container:hover {
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22);
    box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22)
}

.service-cover .form-block .form-container p {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 10px
}

.service-cover .form-block .form-container span {
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px
}

.service-cover .form-block .form-box {
    padding-top: 10px
}

.service-cover .form-block .form-box form {
    width: 100%;
    margin: 0;
    padding: 0
}

.service-cover .form-block .form-box form .label-anm {
    position: relative
}

.service-cover .form-block .form-box form .label-anm.active label {
    top: -15px;
    left: 0;
    font-size: 10px;
    color: #fff;
    font-weight: 500
}

.service-cover .form-block .form-box form .label-anm input {
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    border: none;
    background-color: #fff;
    height: 45px;
    width: 100%;
    outline: 0;
    font-size: 14px;
    padding: 0 15px;
    color: #000;
    margin-bottom: 25px
}

.service-cover .form-block .form-box form .label-anm textarea {
    resize: none;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    border: none;
    height: 30px;
    width: 100%;
    min-height: 70px;
    outline: 0;
    font-size: 14px;
    color: #333;
    border-bottom: 1px solid #333;
    margin-bottom: 20px
}

.service-cover .form-block .form-box form .label-anm label {
    position: absolute;
    top: 12px;
    left: 15px;
    font-size: 13px;
    text-transform: uppercase;
    font-family: sans-serif;
    font-weight: 500;
    color: #000;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    cursor: text
}

.service-cover .form-block .form-box form button {
    color: #df4e4e;
    border: none;
    display: block;
    width: 100%;
    height: 45px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #fff
}

.service-target .service-target__title {
    text-align: center;
    padding-top: 30px;
    margin-bottom: 70px
}

.service-target .service-target__title span {
    display: block;
    color: #000;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative
}

.service-target .service-target__title span::after {
    content: '';
    width: 80px;
    height: 3px;
    position: absolute;
    left: 50%;
    bottom: -20px;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    background-color: #df4e4e;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.service-target .target-item {
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 30px
}

.service-target .target-item .target-item__icon {
    display: inline-block;
    width: 70px;
    height: 70px;
    border: 1px solid #333;
    margin-bottom: 20px;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.service-target .target-item .target-item__icon i {
    font-size: 35px;
    color: #df4e4e;
    display: block;
    line-height: 70px
}

.service-target .target-item .target-item__body span {
    display: block;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
    line-height: 22px;
    margin-bottom: 15px
}

.service-target .target-item .target-item__body p {
    margin: 0 0 10px;
    padding: 0;
    font-size: 15px;
    line-height: 19px
}

.service-video {
    padding-top: 40px;
    padding-bottom: 30px
}

.service-video object {
    width: 100%
}

.service-video object embed {
    width: 100%;
    height: 450px
}

.service-documents {
    padding-bottom: 10px
}

.service-documents .document-title {
    padding-top: 30px;
    margin-bottom: 70px;
    text-align: center
}

.service-documents .document-title span {
    display: block;
    color: #000;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative
}

.service-documents .document-title span::after {
    content: '';
    width: 80px;
    height: 3px;
    position: absolute;
    left: 50%;
    bottom: -20px;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    background-color: #df4e4e;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.service-documents .document-block table {
    -webkit-box-shadow: 0 1px 9px rgba(0, 0, 0, .15), 0 1px 6px rgba(0, 0, 0, .24);
    box-shadow: 0 1px 9px rgba(0, 0, 0, .15), 0 1px 6px rgba(0, 0, 0, .24);
    -webkit-transition: all .9s cubic-bezier(.25, .8, .25, 1);
    transition: all .9s cubic-bezier(.25, .8, .25, 1)
}

.service-documents .document-block table:hover {
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22);
    box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22)
}

.service-documents .document-block table td {
    padding: 10px 20px;
    border-color: #ccc
}

.service-documents .document-block table a {
    color: #df4e4e;
    border-bottom: 1px solid #df4e4e
}

.service-start .service-start-block {
    padding-top: 30px
}

.service-start .service-start-block .start-item .start-item-icon {
    background-color: #df4e4e;
    max-width: 80px;
    margin-left: auto;
    margin-right: auto;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    height: 80px;
    text-align: center;
    line-height: 80px;
    margin-bottom: 10px
}

.service-start .service-start-block .start-item .start-item-icon img {
    height: 40px;
    width: auto
}

.service-start .service-start-block .start-item .start-item-body {
    text-align: center
}

.service-start .service-start-block .start-item .start-item-body p {
    font-size: 17px;
    margin: 0
}

.service-start .service-start-block .start-item .start-item-body p span {
    font-weight: 700;
    font-size: 18px;
    margin-right: 5px
}

.service-form-wrapper{
    background-color: #f2f2f2;
    padding: 10px 20px 20px;
    -webkit-box-shadow: 0 1px 9px rgba(0, 0, 0, .15), 0 1px 6px rgba(0, 0, 0, .24);
    box-shadow: 0 1px 9px rgba(0, 0, 0, .15), 0 1px 6px rgba(0, 0, 0, .24);
    -webkit-transition: all .9s cubic-bezier(.25, .8, .25, 1);
    transition: all .9s cubic-bezier(.25, .8, .25, 1);
}
.service-form-wrapper:hover{
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22);
    box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22)
}
.service-form .service-form-wrapper .form-box{
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none
}
.service-form .service-form-wrapper .form-box:hover{
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none
}
.service-form {
    padding-top: 40px;
    padding-bottom: 30px
}

.service-form .service-form-title span {
    font-size: 21px;
    /*line-height: 1.4++*/
}

@media only screen and (max-width: 639px) {
    .service-form .service-form-title span{
        font-size: 17px;
    }
}

.service-slogan{
    text-align: right;
    font-size: 32px;
    line-height: 1.25em;
    font-weight: bold;
    color: #df4e4e;
    margin-bottom: 0.8em;
}
@media only screen and (max-width: 1023px) {
    .service-slogan{
        font-size: 28px;
        text-align: center;
    }
	.mainpage .call-modal button {padding-left:5px; padding-right: 5px; width: 100%; height: 60px;}
	.mainpage {margin:0px !important; width:100% !important;}
}
.questions-title{
    text-align: center;
}
.service-form .questions-title{
    font-weight: bold;
    margin-bottom: 2em;
    font-size: 19px;
}
.service-form .questions-title span br{
    display: block;
}
.questions-title-subitle{
    font-size: 1.1em;
    color: #df4e4e;
}
.questions-title-subitle-2{
    position: relative;
    top: -0.6em;
}
.service-form .form-box {
    -webkit-box-shadow: 0 1px 9px rgba(0, 0, 0, .15), 0 1px 6px rgba(0, 0, 0, .24);
    box-shadow: 0 1px 9px rgba(0, 0, 0, .15), 0 1px 6px rgba(0, 0, 0, .24);
    -webkit-transition: all .9s cubic-bezier(.25, .8, .25, 1);
    transition: all .9s cubic-bezier(.25, .8, .25, 1);
    padding: 30px 15px 20px
}



.service-form .form-box:hover {
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22);
    box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22)
}

.service-form .form-box form {
    width: 100%;
    margin: 0;
    padding: 0
}

.service-form .form-box form .label-anm {
    position: relative;
    float: left;
    display: inline-block;
    width: 35%;
    padding-right: 20px
}

.service-form .form-box form .label-anm.active label {
    top: -18px;
    left: 0;
    color: #df4e4e;
    font-size: 12px
}

.service-form .form-box form .label-anm input {
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    border: none;
    height: 45px;
    width: 100%;
    outline: 0;
    font-size: 14px;
    color: #333;
    border: 1px solid #333;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    z-index: 2;
    background-color: transparent
}

.service-form .form-box form .label-anm textarea {
    resize: none;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    border: none;
    height: 30px;
    width: 100%;
    min-height: 70px;
    outline: 0;
    font-size: 14px;
    color: #333;
    border: 1px solid #333;
    margin-bottom: 20px
}

.service-form .form-box form .label-anm label {
    position: absolute;
    top: 12px;
    left: 15px;
    font-size: 13px;
    text-transform: uppercase;
    font-family: sans-serif;
    font-weight: 500;
    color: #aaa;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    cursor: text;
    color: #333;
    font-weight: 100
}

.service-form .form-box form button {
    border: none;
    display: block;
    display: inline-block;
    float: left;
    height: 45px;
    width: 30%;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #df4e4e;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.service-form .form-box form button::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .2);
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.service-form .form-box form button:hover {
    border-color: #df4e4e
}

.service-form .form-box form button:hover::before {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1)
}



.service-form .form-box{
    background-color: #3a3a3a;
}
.service-form .form-box form .label-anm{
    padding-left: 10px;
    padding-right: 10px
}
.service-form .questions-form-box form .label-anm{
    width: 25%;
}
.service-form .form-box form .label-anm input{
    background-color: #fff;
    color: #3a3a3a;
}
.service-form .form-box form .label-anm input::placeholder,
.service-form .form-box form .label-anm input::placeholder,
.service-form .form-box form .label-anm input::placeholder,
.service-form .form-box form .label-anm input::placeholder{
    color: #3a3a3a;
    opacity: 1
}
.service-form .form-box form .label-anm.active label{
    left: 10px;
    top: -22px
}
.form-submit-wrapper{
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    float: left;
    width: 30%;
}
.questions-form-submit-wrapper{
    width: 25%;
}
.service-form .form-box form .form-submit-wrapper button{
    float: none;
    width: 100%;
    border: 0;
}
@media only screen and (max-width: 1023px) {
    .service-form .questions-form-box form .label-anm{
        width: 33.3%;
    }

    .questions-form-submit-wrapper {
        clear: both;
        width: 33.3%;
        float: none
    }
    .service-form .form-box form .questions-form-submit-wrapper button{
        margin-top: 10px
    }
}
@media only screen and (max-width: 768px) {
    .form-submit-wrapper{
        float: none
    }
}
@media only screen and (max-width: 639px) {
    .form-submit-wrapper,
    .questions-form-submit-wrapper {
        clear: both;
        width: 50%;
        margin-left: auto;
        margin-right: auto;
        float: none
    }
}
@media only screen and (max-width: 479px) {
    .form-submit-wrapper,
    .questions-form-submit-wrapper {
        clear: both;
        width: 100%;
    }
}
.service-bottom-col{
    margin-bottom: 150px;
}


.service-more-wrapper{
    text-align: center;
    margin: 70px 0 70px;
}
.service-more-text{
    display: none;
    text-align: left;
}
.service-more-btn {
    margin: 0;
    border: none;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 25px;
    padding: 0.5em 1em;
    font-weight: 500;
    cursor: pointer;
    background-color: #df4e4e;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.service-more-btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .2);
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.service-more-btn:hover {
    border-color: #df4e4e
}

.service-more-btn:hover:before {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1)
}



.secvice-content-admin {
    padding-bottom: 30px;
    padding-top: 30px
}

.secvice-content-admin h1 {
    font-size: 35px;
    color: #df4e4e
}

.secvice-content-admin h2 {
    font-size: 30px;
    line-height: 1.2em;
    color: #df4e4e;
}
.secvice-content-admin h2.service-title{
    margin-top: 0;
}
@media only screen and (max-width: 639px){
    .secvice-content-admin h2{
        font-size: 27px;
    }
}
/*.secvice-content-admin h2.service-title{
    margin: 0.65em 0 0.8em;
}*/
.certificates{
	
margin-bottom:40px;
border-bottom: 1px solid #f0f0f0;

}
.certificates .hm-title span {color: #df4e4e;}

.secvice-content-admin .certificates-title{
    margin: 1.15em 0 0.6em;
}
.certificates .secvice-content-admin h4{
    color: #000;
    margin: 1.15em 0 0.6em;
}
.certificates-list{
    padding: 10px 0 0;
    margin: 0;
    list-style: none;
    display: table;
    width: 100%;
}
.certificates .certificates-list li{
    line-height: normal;
    list-style-type: none;
    text-align: center;
    padding: 0 10px;
    box-sizing: border-box;
    vertical-align: bottom;
    display: table-cell;
    -webkit-box-shadow: 0 1px 9px rgba(0, 0, 0, .15), 0 1px 6px rgba(0, 0, 0, .24);
    box-shadow: 0 1px 9px rgba(0, 0, 0, .15), 0 1px 6px rgba(0, 0, 0, .24);
    -webkit-transition: all .9s cubic-bezier(.25, .8, .25, 1);
    transition: all .9s cubic-bezier(.25, .8, .25, 1);
    padding: 15px 15px 20px;
    width: 50%;

}
.certificates .certificates-list li.certificates-list-divider{
    width: 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    transition: none;
}
.certificates .certificates-list li:before{
    display: none !important;
}
.certificates .certificates-list li img{
    max-width: 100%;
    height: auto;
}
.certificates .certificates-list h5{
    color: #333;
    font-size: 1em;
    margin: 15px 0 0;
}
@media only screen and (max-width: 539px) {
    .certificates{
        text-align: center
    }
    .certificates .certificates-list li{
        display: block;
        width: 100%;
        margin-bottom: 1em;
        padding: 20px 15px 15px;
    }
    .certificates .certificates-list li.certificates-list-divider{
        display: none;
    }
    .certificates .certificates-list h5{
        margin-top: 0.6em;
    }
}

.secvice-content-admin h3 {
    font-size: 25px;
    line-height: 1.25em;
    color: #df4e4e;
    /*border-bottom: 1px solid #ccc*/
}

.secvice-content-admin h4 {
    font-size: 20px;
    color: #df4e4e
}

.secvice-content-admin h5 {
    font-size: 17px;
    color: #df4e4e
}

.secvice-content-admin h6 {
    font-size: 15px;
    color: #df4e4e
}

.secvice-content-admin p {
    font-size: 17px;
    line-height: 21px
}

.single-content-service ul,
.secvice-content-admin ul {
	margin-left: 15px;
    padding-left: 0
}

.single-content-service ul li,
.secvice-content-admin ul li {
    list-style-type: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 20px;
}

.single-content-service ul li::before,
.secvice-content-admin ul li::before {
    content: '\f0da';
    font-family: FontAwesome;
    font-size: 14px;
    color: #df4e4e;
    margin-right: 7px;
    margin-top: 0.1em;
}

.secvice-content-admin ol li {
    line-height: 24px
}

.secvice-content-admin a {
    color: #df4e4e;
    border-bottom: 1px solid #df4e4e
}

.service-cost {
    padding-bottom: 30px
}

.service-cost .service-cost__title {
    text-align: center;
    padding-top: 30px;
    margin-bottom: 70px
}

.service-cost .service-cost__title span {
    display: block;
    color: #000;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative
}

.service-cost .service-cost__title span::after {
    content: '';
    width: 80px;
    height: 3px;
    position: absolute;
    left: 50%;
    bottom: -20px;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    background-color: #df4e4e;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.service-cost table {
    -webkit-box-shadow: 0 1px 9px rgba(0, 0, 0, .15), 0 1px 6px rgba(0, 0, 0, .24);
    box-shadow: 0 1px 9px rgba(0, 0, 0, .15), 0 1px 6px rgba(0, 0, 0, .24);
    -webkit-transition: all .9s cubic-bezier(.25, .8, .25, 1);
    transition: all .9s cubic-bezier(.25, .8, .25, 1)
}

.service-cost table:hover {
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22);
    box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22)
}

.service-cost table tr td:last-child, .service-cost table tr th:last-child {
    text-align: right;
}

.service-cost table tr td, .service-cost table tr th {
    padding: 10px 20px;
    border-color: #ccc
}
.service-cost table tr th {
    font-size: 16px;
    line-height: 1.15em;
    font-weight: 700;
    vertical-align: top;
    padding: 15px 10px 15px 20px;
}
.service-cost table tr th:last-child{
    padding-right: 20px;
}
.service-cost table tr td {
	 font-size: 16px;
     line-height: 20px;
}

.service-end .service-end__adven-title {
    padding-top: 30px;
    margin-bottom: 70px;
    text-align: center
}

.service-end .service-end__adven-title span {
    display: block;
    color: #000;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative
}

.service-end .service-end__adven-title span::after {
    content: '';
    width: 80px;
    height: 3px;
    position: absolute;
    left: 50%;
    bottom: -20px;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    background-color: #df4e4e;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.service-end .service-end__adven .should-work-block .should-work__item {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
    min-height: 200px;
}

.service-end .service-end__adven .should-work-block .should-work__item--row {
    display: flex;
    align-items: start;
    min-height: auto;
}

.service-end .service-end__adven .should-work-block .should-work__item--row .should-work__item-content {
	padding-top: 0;
}

.service-end .service-end__adven .should-work-block .should-work__item img {
    height: 55px;
    width: auto;
    margin-bottom: 15px;
    flex-shrink: 0;
}

.service-end .service-end__adven .should-work-block .should-work__item--row img {
    height: auto;
    width: 35px;
    margin-right: 15px;
}

.service-end .service-end__adven .should-work-block .should-work__item h2 {
	margin-top: 0;
	font-size: 18px;
	line-height: 22px;
}

.service-end .service-end__adven .should-work-block .should-work__item p {
    color: #000;
    margin: 0;
    padding: 0;
    line-height: 22px;
}

.service-end .service-end__adven .should-work-block .should-work__item--row p {
    font-size: 16px;
    line-height: 20px;
}

.service-end .service-end__adven .should-work-block .should-work__item div {
    padding-top: 10px;
    line-height: 19px;
    font-size: 15px;
    color: #000;
    text-align: justify
}

.service-end .service-end__auth {
    padding-bottom: 30px
}

.service-end .service-end__auth .service-end__auth-img {
    max-width: 300px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0 1px 9px rgba(0, 0, 0, .15), 0 1px 6px rgba(0, 0, 0, .24);
    box-shadow: 0 1px 9px rgba(0, 0, 0, .15), 0 1px 6px rgba(0, 0, 0, .24);
    -webkit-transition: all .9s cubic-bezier(.25, .8, .25, 1);
    transition: all .9s cubic-bezier(.25, .8, .25, 1)
}

.service-end .service-end__auth .service-end__auth-img:hover {
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22);
    box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22)
}

.service-end .service-end__auth .service-end__auth-img img {
    max-width: 100%;
    display: inline-block
}

.service-end .service-end__auth .service-end__auth-head {
    text-align: center;
    padding-top: 15px
}

.service-end .service-end__auth .service-end__auth-head span {
    font-size: 18px;
    font-weight: 900;
    color: #000;
    text-transform: uppercase
}

.service-end .service-end__auth .service-end__auth-head p {
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 19px;
    color: #6e6e6e
}

.service-end .service-end__auth .service-end__auth-cont {
    padding-top: 15px
}

.service-end .service-end__auth .service-end__auth-cont p {
    margin: 0;
    line-height: 19px;
    font-size: 15px;
    font-style: italic;
    text-align: center
}

.block-404 {
    padding-top: 30px;
    padding-bottom: 70px
}

.block-404 h1 {
    color: #000;
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 0
}

.block-404 h1 span {
    font-size: 70px;
    margin-right: 10px
}

.block-404 p {
    color: #333;
    font-size: 20px;
    margin-bottom: 50px
}

.block-404 a {
    display: block;
    display: inline-block;
    padding: 6px 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #df4e4e;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.block-404 a::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .2);
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.block-404 a:hover {
    border-color: #df4e4e
}

.block-404 a:hover::before {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1)
}

.service-need {
    padding-top: 30px;
    padding-bottom: 45px
}

.service-need .need-list p {
    color: #df4e4e;
    font-size: 23px;
    font-weight: 400;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 32px;
    margin-top: 0
}

.service-need .need-list ul {
    width: 100%;
    padding: 0;
    margin: 0
}

.service-need .need-list ul li {
    list-style-type: none;
    display: block;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 5px
}

.service-need .need-list ul li i {
    color: #df4e4e;
    margin-right: 15px
}

.service-need .need-thumbnail img {
    max-width: 100%
}

.service-auth {
    width: 100%;
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #fafafa
}

.service-auth .auth-thumbnail {
    display: inline-block
}

.service-auth .auth-thumbnail .thumbnail-box {
    width: 220px;
    height: 220px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #df4e4e;
    padding: 5px
}

.service-auth .auth-thumbnail .thumbnail-radio {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative
}

.service-auth .auth-content {
    display: inline-block
}

.service-auth .auth-content .auth-name {
    margin-bottom: 5px
}

.service-auth .auth-content .auth-name p {
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase
}

.service-auth .auth-content .auth-post span {
    font-size: 14px;
    text-transform: uppercase
}

.service-auth .auth-content .auth-quote {
    padding-top: 20px
}

.service-auth .auth-content .auth-quote p {
    margin: 0 0 8px;
    padding: 0;
    font-size: 16px;
    line-height: 21px;
    font-style: italic
}

.service-content {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #fafafa
}

.service-content p {
    font-size: 17px;
    padding: 0;
    line-height: 22px
}

.service-content h1, .service-content h2, .service-content h3, .service-content h4, .service-content h5, .service-content h6 {
    font-weight: 400;
    font-weight: 700;
    color: #000;
    font-size: 17px
}

.service-content h5 {
    font-size: 19px
}

.service-content h4 {
    font-size: 21px
}

.service-content h3 {
    font-size: 23px
}

.service-content h2 {
    font-size: 25px
}

.service-content h1 {
    font-size: 27px
}

.service-content ul {
    width: 100%;
    padding: 0
}

.service-content ul li {
    list-style-type: none;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px
}

.service-content ul li::before {
    content: '\00af';
    margin-right: 10px;
    font-size: 18px;
    vertical-align: -7px
}

.service-content img {
    max-width: 100%
}

.service-icons {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px
}

.service-icons .service-icons-title {
    margin-bottom: 50px
}

.service-icons .service-icons-title span {
    display: block;
    color: #000;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative
}

.service-icons .service-icons-title span::after {
    content: '';
    width: 80px;
    height: 3px;
    position: absolute;
    left: 50%;
    bottom: -20px;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    background-color: #df4e4e;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.service-icons .service-icon {
    margin-top: 30px;
    float: none;
    display: inline-block;
    vertical-align: top
}

.service-icons .service-icon i {
    display: block;
    display: inline-block;
    font-size: 35px;
    color: #df4e4e
}

.service-icons .service-icon p {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    line-height: 21px
}

.should-work {
    width: 100%;
    height: auto;
    padding-top: 20px
}

.should-work .should-work-block {
    padding-top: 30px
}

.should-work .should-work-block .should-work__item {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
    min-height: 250px
}

.should-work .should-work-block .should-work__item img {
    height: 70px;
    width: auto;
    margin-bottom: 15px
}

.should-work .should-work-block .should-work__item p {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    margin: 0;
    padding: 0
}

.should-work .should-work-block .should-work__item div {
    padding-top: 10px;
    line-height: 19px;
    font-size: 16px;
    color: #000
}

.service-reviews {
    background-color: #fafafa
}

.service-prof {
    background-color: #fff
}

.archive-block-news {
    width: 100%;
    height: auto;
    padding-bottom: 50px
}

.archive-block-news .hm-title {
    margin-bottom: 50px
}

.archive-block-news .news-list {
    margin-bottom: 35px
}

.archive-block-news .news-list:last-child .line {
    display: none
}

.archive-block-news .news-list .line {
    margin-top: 30px;
    width: 100%;
    height: 1px;
    background-color: rgba(220, 220, 220, .5)
}

.archive-block-news .news-list .news-thumbnail img {
    max-width: 100%
}

.archive-block-news .news-list .events-thumbnail a {
    display: block;
    width: 100%;
    height: 250px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.archive-block-news .news-list .news-content .news-date {
    margin-bottom: 5px
}

.archive-block-news .news-list .news-content .news-date span {
    display: block;
    display: inline-block;
    color: #b0adb0;
    font-size: 13px;
    text-transform: uppercase;
    padding: 2px 4px
}

.archive-block-news .news-list .news-content .news-title {
    margin-bottom: 10px;
    max-height: 30px
}

.archive-block-news .news-list .news-content .news-title a {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    display: inline-block;
    line-height: 21px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.archive-block-news .news-list .news-content .news-title a:hover {
    color: #df4e4e
}

.archive-block-news .news-list .news-content .events-title {
    margin-bottom: 10px
}

.archive-block-news .news-list .news-content .events-title a {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    display: inline-block;
    line-height: 21px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.archive-block-news .news-list .news-content .events-title a:hover {
    color: #df4e4e
}

.archive-block-news .news-list .news-content .news-short-desc {
    margin-bottom: 15px;
    max-height: 55px
}

.archive-block-news .news-list .news-content .news-short-desc p {
    color: #333;
    font-size: 15px;
    margin: 0 0 5px;
    padding: 0;
    line-height: 19px
}

.archive-block-news .news-list .news-content .events-short-desc {
    margin-bottom: 15px
}

.archive-block-news .news-list .news-content .events-short-desc p {
    color: #333;
    font-size: 15px;
    margin: 0 0 5px;
    padding: 0;
    line-height: 19px
}

.archive-block-news .news-list .news-content .news-link {
    text-align: left;
    padding-top: 5px
}

.news-link a {
    font-size: 13px;
    background-color: #df4e4e;
    color: #fff;
    text-transform: uppercase;
    padding: 4px 13px;
    display: block;
    display: inline-block;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    overflow: hidden;
    outline: 0
}

.news-link a::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .2);
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.news-link a:hover::before {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1)
}

.pagination {
    width: 100%;
    height: auto;
    margin: 0
}

.pagination ul {
    width: 100%;
    padding: 20px 0 0;
    margin: 0;
    text-align: left
}

.pagination ul li {
    display: inline-block;
    list-style-type: none;
    margin: 0 1px
}

.pagination ul li a {
    display: block;
    color: #df4e4e;
    font-weight: 500;
    padding: 3px 12px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border: 1px solid #df4e4e
}

.pagination ul li a:hover {
    color: #fff;
    background-color: #df4e4e
}

.single-content .single-thumbnail {
    display: block;
    display: inline-block;
    margin-bottom: 30px
}

.single-content .single-thumbnail img {
    max-width: 100%;
    max-height: 400px
}
.single-content h1,
.single-content h2,
.single-content h3,
.single-content h4,
.single-content h5,
.single-content h6{
    color: #000;
}
.single-content.single-content-service h2{
    color: #000;
	font-size: 27px;
    line-height: 1.45em;
    text-align: center;
}
.single-content .title {
    margin: 0 0 20px;
    padding: 0;
    font-size: 19px;
    font-weight: 400;
    font-weight: 900;
    color: #000;
    text-transform: uppercase;
    line-height: 28px
}

.single-content p {
    color: #333;
    font-size: 16px;
    line-height: 22px
}

.single-content p > a {
    color: #df4e4e;
    border-bottom: 1px solid #df4e4e
}

.single-content .info-single {
    padding-bottom: 50px
}

.single-content .info-single .info-line {
    margin-top: 20px
}

.single-content .info-single .info-line div {
    height: 1px;
    width: 100%;
    background-color: #dcdcdc;
    margin-bottom: 20px
}

.single-content .info-single .info-single-date {
    padding-top: 5px
}

.single-content .info-single .info-single-date p {
    color: #b8b8b8;
    font-size: 13px;
    text-transform: uppercase;
    margin: 0
}

.single-content .info-single .info-single-share {
    text-align: right
}

.single-content .info-single .info-single-share .share-title {
    color: #b8b8b8;
    font-size: 13px;
    text-transform: uppercase;
    margin-right: 10px;
    vertical-align: -5px
}

.single-content .info-single .info-single-share div {
    display: inline-block
}

.single-content .gallery-single-block {
    margin: 0 -5px;
    padding-top: 20px
}

.single-content .gallery-single-block .gallery-single__grid {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px
}

.single-content .gallery-single-block .gallery-single__grid a {
    display: block;
    width: 100%;
    height: 250px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.single-content embed {
    width: 100%;
    height: 500px
}

.single-content .event-gallery {
    margin: 0 -5px
}

.single-content .event-gallery .event-gallery-grid {
    margin-bottom: 5px;
    padding: 0 5px
}

.single-content .event-gallery .event-gallery-grid .event-gallery-item {
    display: block;
    width: 100%;
    height: 200px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.single-content .job-content {
    margin-bottom: 20px
}

.single-content .job-content h1 {
    margin: 0 0 10px 0;
    font-size: 23px;
    font-weight: 900
}

.single-content .job-content h2 {
    margin: 0 0 10px 0;
    font-size: 21px;
    font-weight: 900
}

.single-content .job-content h3 {
    margin: 0 0 10px 0;
    font-size: 19px;
    font-weight: 900
}

.single-content .job-content h4 {
    margin: 0 0 10px 0;
    font-size: 17px;
    font-weight: 900
}

.single-content .job-content h5 {
    margin: 0 0 10px 0;
    font-size: 15px;
    font-weight: 900
}

.single-content .job-content h6 {
    margin: 0 0 10px 0;
    font-size: 13px;
    font-weight: 900
}

.single-content .job-content ul {
    padding: 0 0 0 30px;
    margin: 15px 0;
    width: 100%
}

.single-content .job-content ul li {
    line-height: 20px;
    margin: 0 0 10px
}

.single-content .job-content p {
    padding-left: 30px
}

.single-content .job-content button {
    border: none;
    height: 45px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #df4e4e;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.single-content .job-content button::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .2);
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.single-content .job-content button:hover {
    border-color: #df4e4e
}

.single-content .job-content button:hover::before {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1)
}

.single-content .job-end-line {
    height: 10px;
    width: 100%;
    background-image: url(../img/icons/delim__min_.png);
    background-repeat: repeat-x;
    margin-bottom: 25px
}

.single-content .license {
    display: block;
    max-width: 470px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto
}

.single-content .license img {
    max-width: 100%
}

.tariffs-block {
    padding-bottom: 50px
}

.tariffs-block a {
    font-size: 17px;
    font-weight: 700;
    color: #df4e4e;
    border-bottom: 1px solid #df4e4e
}

.tariffs-block .table {
    margin-top: 30px;
    margin-bottom: 20px;
    background: 0 0
}

.tariffs-block .table tbody {
    -webkit-box-shadow: 0 1px 9px rgba(0, 0, 0, .15), 0 1px 6px rgba(0, 0, 0, .24);
    box-shadow: 0 1px 9px rgba(0, 0, 0, .15), 0 1px 6px rgba(0, 0, 0, .24);
    -webkit-transition: all .9s cubic-bezier(.25, .8, .25, 1);
    transition: all .9s cubic-bezier(.25, .8, .25, 1)
}

.tariffs-block .table tbody:hover {
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22);
    box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22)
}

.tariffs-block .table tbody td, .tariffs-block .table tbody th {
    padding: 7px 15px
}

.tariffs-block .table tbody th {
    font-size: 17px
}

.tariffs-block .table tbody td {
    font-size: 16px
}

.tariffs-block .table tbody td:first-child {
    width: 75%
}

.tariffs-block .table tbody a {
    color: #df4e4e;
    border-bottom: 1px solid #df4e4e
}

.sidebar .sidebar-box {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
    border: 1px solid #ccc
}

.sidebar .sidebar-box .banner {
    height: 300px;
    width: 100%;
    margin-bottom: 30px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    padding: 10px
}

.sidebar .sidebar-box .banner::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2
}

.sidebar .sidebar-box .banner::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    background-image: url(../img/full-slider/dots2.png);
    opacity: .2
}

.sidebar .sidebar-box .banner .banner-title {
    position: relative;
    z-index: 9;
    max-height: 110px
}

.sidebar .sidebar-box .banner .banner-title p {
    font-family: sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 23px;
    color: #fff;
    text-transform: uppercase
}

.sidebar .sidebar-box .banner .banner-date {
    position: relative;
    z-index: 9
}

.sidebar .sidebar-box .banner .banner-date span {
    font-size: 24px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase
}

.sidebar .sidebar-box .banner .banner-link {
    position: absolute;
    z-index: 9;
    width: 100%;
    left: 0;
    bottom: 30px;
    padding-left: 13px;
    padding-right: 13px
}
.service-cover .service-name .banner-link {
    max-width: 200px;
    font-style: normal;   
}
.service-cover .banner-link a,
.sidebar .sidebar-box .banner .banner-link a {
    display: block;
    background-color: #df4e4e;
    height: 40px;
    width: 100%;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    line-height: 40px;
}
.banner-link-second {width:100%;}
.banner-link-second a {
	display: block;
    background-color: #df4e4e;
    width: 100%;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    line-height: 40px;
	font-style: normal;
	font-size: 11px;
	padding: 0 10px;
}
.banner-link-second  {float: right; padding-top: 5px !important;}
.sidebar .sidebar-box .sidebar-title {
    margin-bottom: 20px
}

.sidebar .sidebar-box .sidebar-title p {
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 22px
}

.sidebar .sidebar-box .news-item {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-top: 20px
}

.sidebar .sidebar-box .news-item:last-child {
    border-bottom: none
}

.sidebar .sidebar-box .news-item .news-thumbnail {
    width: 40%;
    height: 90px;
    float: left;
    display: inline-block;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.sidebar .sidebar-box .news-item .news-title {
    padding-left: 15px;
    width: 60%;
    float: left;
    display: inline-block;
    max-height: 91px
}

.sidebar .sidebar-box .news-item .news-title a {
    display: block;
    color: #6d6d6d;
    font-size: 11px;
    font-weight: 500;
    line-height: 18px;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.sidebar .sidebar-box .news-item .news-title a:hover {
    color: #df4e4e
}

.sidebar .sidebar-box .news-item .news-title span {
    font-size: 11px;
    color: #b8b8b8;
    text-transform: uppercase
}

.servive-main {
    min-height: 500px;
    height: auto;
    padding-bottom: 30px;
	padding-top: 50px;
}

.mainNav {
    background-color: #fff;
    -webkit-box-shadow: 0 1px 9px rgba(0, 0, 0, .15), 0 1px 6px rgba(0, 0, 0, .24);
    box-shadow: 0 1px 9px rgba(0, 0, 0, .15), 0 1px 6px rgba(0, 0, 0, .24);
    -webkit-transition: all .9s cubic-bezier(.25, .8, .25, 1);
    transition: all .9s cubic-bezier(.25, .8, .25, 1);
    border-top: 2px solid #df4e4e
}

.mainNav:hover {
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22);
    box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22)
}

.mainNav ul {
    border: none
}

.mainNav ul > li:hover a {
    color: #df4e4e
}

.mainNav ul > li:hover ul li a {
    color: #000
}

.mainNav ul li .accordion-btn-wrap i {
    color: #df4e4e;
    font-size: 18px
}

.mainNav ul li:nth-child(1) {
    border: none
}

.mainNav ul li a {
    color: #000;
    font-weight: 500
}

.mainNav ul ul li:hover {
    background-color: transparent
}

.mainNav ul ul {
    margin-top: 10px;
}

.mainNav ul ul li:hover a {
    background-color: transparent;
    color: #df4e4e !important
}

.mainNav ul ul li a {
    /*
    padding-top: .6em;
    padding-bottom: .6em
    */
    padding: 0;
}

.mainNav ul ul ul {
    border-color: #ccc !important
}

.mainNav ul li {
    border-color: rgba(204, 204, 204, .5)
}

.mainNav ul li a {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    font-family: sans-serif;
    font-size: 13px !important;
    /*text-transform: uppercase*/
}

.mainNav ul li a:hover {
    background-color: rgba(255, 255, 255, .2)
}

.mainNav ul li ul li {
    background-color: #fff;
    border-color: rgba(204, 204, 204, .5) !important
}

.mainNav ul li ul li:nth-child(1) {
    border-top: 1px solid #ccc;
    padding-top:15px;
}
/*
.mainNav ul li ul li a {
    color: #000;
    padding-top: 11px;
    padding-bottom: 11px
}
*/
.mainNav ul li ul li a:hover {
    color: #fff
}

.mainNav ul li ul li span {
    background-color: #fff
}

.service-sidebar {
    padding-top: 40px
}

.service-sidebar .sidebar-box {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 30px
}

.service-sidebar .sidebar-box .sidebar-title {
    margin-bottom: 20px
}

.service-sidebar .sidebar-box .sidebar-title p {
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 22px
}

.service-sidebar .sidebar-box .mainNav {
    width: 100%
}

.archive-block-gallery .gallery-row {
    padding-top: 30px;
    padding-bottom: 30px
}

.archive-block-gallery .gallery-grid {
    margin-bottom: 30px
}

.archive-block-gallery .gallery-grid .gallery {
    display: block;
    width: 100%;
    height: 250px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    -webkit-box-shadow: 0 1px 9px rgba(0, 0, 0, .15), 0 1px 6px rgba(0, 0, 0, .24);
    box-shadow: 0 1px 9px rgba(0, 0, 0, .15), 0 1px 6px rgba(0, 0, 0, .24);
    -webkit-transition: all .9s cubic-bezier(.25, .8, .25, 1);
    transition: all .9s cubic-bezier(.25, .8, .25, 1)
}

.archive-block-gallery .gallery-grid .gallery:hover {
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22);
    box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22)
}

.archive-block-gallery .gallery-grid .gallery::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2
}

.archive-block-gallery .gallery-grid .gallery::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    background-image: url(../img/full-slider/dots2.png);
    opacity: .2
}

.archive-block-gallery .gallery-grid .gallery span {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 19px;
    padding: 15px;
    z-index: 9;
    max-height: 106px
}

.archive-block-gallery .gallery-grid .gallery i {
    display: block;
    display: inline-block;
    font-weight: 400;
    background-color: #df4e4e;
    color: #fff;
    font-weight: 500;
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 9;
    font-size: 12px;
    line-height: 17px;
    text-transform: uppercase;
    padding: 4px 9px
}

.archive-block-video .video-items {
    padding-top: 50px;
    padding-bottom: 50px
}

.archive-block-video .video-items .video-items_item {
    margin-bottom: 30px
}

.archive-block-video .video-items .video-items_item a {
    display: block;
    width: 100%;
    height: 250px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    -webkit-box-shadow: 0 1px 9px rgba(0, 0, 0, .15), 0 1px 6px rgba(0, 0, 0, .24);
    box-shadow: 0 1px 9px rgba(0, 0, 0, .15), 0 1px 6px rgba(0, 0, 0, .24);
    -webkit-transition: all .9s cubic-bezier(.25, .8, .25, 1);
    transition: all .9s cubic-bezier(.25, .8, .25, 1);
    margin-bottom: 20px
}

.archive-block-video .video-items .video-items_item a:hover {
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22);
    box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22)
}

.archive-block-video .video-items .video-items_item a::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2
}

.archive-block-video .video-items .video-items_item a::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    background-image: url(../img/full-slider/dots2.png);
    opacity: .2
}

.archive-block-video .video-items .video-items_item a i {
    display: block;
    display: inline-block;
    font-weight: 400;
    background-color: #df4e4e;
    color: #fff;
    font-weight: 500;
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 9;
    font-size: 12px;
    line-height: 17px;
    text-transform: uppercase;
    padding: 4px 9px
}

.archive-block-video .video-items .video-items_item a .play {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/icons/play.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 50px;
    z-index: 9
}

.archive-block-video .video-items .video-items_item p {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 19px;
    z-index: 9;
    max-height: 40px;
    min-height: 40px
}

.archive-block-teams .teams-row {
    padding-top: 30px;
    padding-bottom: 30px;
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

@media only screen and (min-width: 576px) {
	.archive-block-teams .teams-row {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media only screen and (min-width: 992px) {
	.archive-block-teams .teams-row {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media only screen and (min-width: 1200px) {
	.archive-block-teams .teams-row {
		
	}
}


.archive-block-teams .teams-row .team-grid {
    /*margin-bottom: 30px;*/
    display: inline-block
}

.archive-block-teams .teams-row .team-grid .team {
    text-align: center !important;
    height: 100% !important;
}

/*.archive-block-teams .teams-row .team-grid:nth-child(1), .archive-block-teams .teams-row .team-grid:nth-child(2), .archive-block-teams .teams-row .team-grid:nth-child(3), .archive-block-teams .teams-row .team-grid:nth-child(4) {*/
/*    width: 50%;*/
/*    display: block;*/
/*    text-align: right*/
/*}*/

/*.archive-block-teams .teams-row .team-grid:nth-child(2), .archive-block-teams .teams-row .team-grid:nth-child(4) {*/
/*    text-align: left*/
/*}*/

/*.archive-block-teams .teams-row .team-grid:nth-child(even) {*/
/*	text-align: left;*/
/*}*/

/*.archive-block-teams .teams-row .team-grid:nth-child(odd) {*/
/*	text-align: right;*/
/*}*/

/*.archive-block-teams .teams-row .team-grid:nth-child(3) .team {*/
/*    display: block*/
/*}*/

.archive-block-teams .teams-row .team-grid:nth-child(3) {
	width: 100% !important;
	text-align:  unset !important;
}


.archive-block-teams .teams-row .team-grid:nth-child(3) .team {
	width: 100%;
	display: flex !important;
}

.archive-block-teams .teams-row .team {
    -webkit-box-shadow: 0 1px 9px rgba(0, 0, 0, .15), 0 1px 6px rgba(0, 0, 0, .24);
    box-shadow: 0 1px 9px rgba(0, 0, 0, .15), 0 1px 6px rgba(0, 0, 0, .24);
    -webkit-transition: all .9s cubic-bezier(.25, .8, .25, 1);
    transition: all .9s cubic-bezier(.25, .8, .25, 1);
    padding: 15px;
    display: flex;
    flex-direction: column;
     width: 100%;
}

.archive-block-teams .teams-row .team:hover {
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22);
    box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22)
}

.archive-block-teams .teams-row .team:hover .team-photo {
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01)
}

.archive-block-teams .teams-row .team .team-photo {
    width: 100%;
    height: auto;
    -webkit-transition: all .9s cubic-bezier(.25, .8, .25, 1);
    transition: all .9s cubic-bezier(.25, .8, .25, 1);
    margin-bottom: 15px
}

.archive-block-teams .teams-row .team .team-photo img {
    height: 400px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.archive-block-teams .teams-row .team .team-name {
	margin-top: auto;
}

.archive-block-teams .teams-row .team .team-name span {
    display: block;
    font-size: 18px;
    font-weight: 900;
    /* color: 30px; */
    line-height: 21px;
    text-transform: uppercase;
    margin-bottom: 10px
}

.archive-block-teams .teams-row .team .team-name p {
    font-size: 15px;
    margin: 0;
    padding: 0;
    line-height: 19px;
    color: #333
}

.hd-team-block {
    padding-bottom: 40px;
    position: relative
}

.hd-team-block .hd-logo {
    position: absolute;
    right: 30px;
    bottom: 40px;
    opacity: .8
}

.hd-team-block .hd-logo img {
    height: 60px
}

.hd-team-block .hd-team-img img {
    max-width: 100%
}

.hd-team-block .hd-team-cont .hd-team-title {
    margin-bottom: 20px
}

.hd-team-block .hd-team-cont .hd-team-title h3 {
    font-size: 25px;
    font-weight: 400;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    line-height: 29px;
    color: #df4e4e
}

.hd-team-block .hd-team-cont .hd-team-title span {
    border-top: 1px solid #ccc;
    font-size: 15px;
    font-style: italic;
    color: #444;
    display: block;
    display: inline-block;
    padding-top: 5px
}

.hd-team-block .hd-team-cont .hd-team-description p {
    font-size: 15px;
    line-height: 20px
}

.hd-team-block .hd-team-cont .hd-team-description ul {
    padding: 0
}

.hd-team-block .hd-team-cont .hd-team-description ul li {
    list-style-type: none;
    line-height: 19px;
    margin-bottom: 15px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.hd-team-block .hd-team-cont .hd-team-description ul li::before {
    content: '\f0da';
    font-family: FontAwesome;
    color: #df4e4e;
    font-size: 16px;
    margin-right: 10px;
    display: block;
    float: left
}

.hd-team-block .hd-team-cont .hd-team-quote {
    border-top: 1px solid #ccc;
    padding-top: 15px;
    padding-bottom: 10px;
    background-image: url(../img/quote.png);
    background-repeat: no-repeat;
    background-position: left 17px;
    background-size: auto 13px
}

.hd-team-block .hd-team-cont .hd-team-quote blockquote {
    line-height: 19px;
    font-style: italic;
    text-indent: 30px
}

.hd-team-block .hd-team-cont .hd-team-quote blockquote i {
    position: relative;
    display: block;
    display: inline-block
}

.hd-team-block .hd-team-cont .hd-team-quote blockquote i::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    right: -25px;
    bottom: -3px;
    background-image: url(../img/quote-end.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 13px
}

.hd-team-block .hd-team-cont .hd-team-contacts {
    padding-top: 10px
}

.hd-team-block .hd-team-cont .hd-team-contacts h6 {
    font-size: 17px;
    font-weight: 900;
    color: #000;
    margin: 0 0 5px 0;
    text-transform: uppercase
}

.hd-team-block .hd-team-cont .hd-team-contacts .hd-team-contacts-tm a {
    color: #444;
    font-size: 18px;
    font-weight: 500;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.hd-team-block .hd-team-cont .hd-team-contacts .hd-team-contacts-tm a i {
    margin-right: 5px
}

.hd-team-block .hd-team-cont .hd-team-contacts .hd-team-contacts-tm a:hover {
    color: #df4e4e
}

.hd-team-block .hd-team-cont .hd-team-contacts .hd-team-contacts-sc {
    padding-top: 15px;
    padding-bottom: 15px
}

.hd-team-block .hd-team-cont .hd-team-contacts .hd-team-contacts-sc a {
    display: block;
    display: inline-block;
    text-align: center;
    border: 1px solid #444;
    color: #444;
    font-size: 18px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    margin-right: 5px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.hd-team-block .hd-team-cont .hd-team-contacts .hd-team-contacts-sc a:hover {
    color: #df4e4e;
    border: 1px solid #df4e4e
}

.archive-block-certificates .certificates-row {
    padding-top: 30px;
    padding-bottom: 30px
}

.archive-block-certificates .certificates-row .certificate-grid {
    margin-bottom: 30px;
    display: inline-block;
    float: none
}

.archive-block-certificates .certificates-row .certificate-grid a {
    display: block;
    width: 100%;
    -webkit-box-shadow: 0 1px 9px rgba(0, 0, 0, .15), 0 1px 6px rgba(0, 0, 0, .24);
    box-shadow: 0 1px 9px rgba(0, 0, 0, .15), 0 1px 6px rgba(0, 0, 0, .24);
    -webkit-transition: all .9s cubic-bezier(.25, .8, .25, 1);
    transition: all .9s cubic-bezier(.25, .8, .25, 1)
}

.archive-block-certificates .certificates-row .certificate-grid a img {
    max-width: 100%
}

.archive-block-certificates .certificates-row .certificate-grid a:hover {
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22);
    box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22)
}

.archive-block-about {
    margin-bottom: 40px
}

.archive-block-about .about-row {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 30px
}

.archive-block-about .about-row p {
    font-size: 17px;
    line-height: 22px;
    text-align: justify
}

.archive-block-about .about-row ul {
    margin-bottom: 20px
}

.archive-block-about .about-row ul li {
    list-style-type: none;
    line-height: 21px;
    margin-bottom: 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.archive-block-about .about-row ul li::before {
    content: '\f046';
    font-family: FontAwesome;
    font-size: 20px;
    margin-right: 10px;
    margin-top: 5px;
    color: #df4e4e
}

.archive-block-about .about-step-block {
    width: 100%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.archive-block-about .about-step-block::before {
    content: '';
    width: 2px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #df4e4e
}

.archive-block-about .about-step-block .history {
    float: left;
    width: 50%;
    padding-left: 20px;
    margin-bottom: 20px
}

.archive-block-about .about-step-block .history:nth-child(odd) {
    text-align: right;
    padding-right: 20px
}

.archive-block-about .about-step-block .history .history-year {
    margin-bottom: 20px
}

.archive-block-about .about-step-block .history .history-year span {
    display: block;
    display: inline-block;
    background-color: #df4e4e;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 3px 20px;
    font-family: sans-serif;
    line-height: 22px
}

.archive-block-about .about-step-block .history .history-content p {
    margin: 0 0 10px;
    padding: 0;
    font-size: 16px;
    line-height: 20px;
    line-height: 20px
}

.archive-block-about .about-step-block .history .history-content ul {
    margin: 0;
    padding: 0 0 0 5px;
    width: 100%
}

.archive-block-about .about-step-block .history .history-content ul li {
    font-size: 14px;
    list-style-type: none;
    line-height: 18px;
    margin-bottom: 10px
}

.archive-block-about .about-step-block .history .history-content ul li::before {
    content: '\f00c';
    font-family: FontAwesome;
    color: #df4e4e;
    margin-right: 10px
}

.archive-block-reviews .reviews-row {
    padding-top: 30px;
    padding-bottom: 30px
}

.archive-block-reviews .reviews-row .review-grid {
    margin-bottom: 30px
}

.archive-block-reviews .reviews-row .review {
    background-color: #fafafa;
    padding: 30px 30px;
    -webkit-box-shadow: 0 1px 9px rgba(0, 0, 0, .15), 0 1px 6px rgba(0, 0, 0, .24);
    box-shadow: 0 1px 9px rgba(0, 0, 0, .15), 0 1px 6px rgba(0, 0, 0, .24);
    -webkit-transition: all .9s cubic-bezier(.25, .8, .25, 1);
    transition: all .9s cubic-bezier(.25, .8, .25, 1)
}

.archive-block-reviews .reviews-row .review:hover {
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22);
    box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22)
}

.archive-block-reviews .reviews-row .review .review-cont {
    margin-bottom: 25px
}

.archive-block-reviews .reviews-row .review .review-cont p {
    font-size: 15px;
    line-height: 19px;
    text-align: justify;
    position: relative
}

.archive-block-reviews .reviews-row .review .review-cont p:first-child {
    margin-top: 0
}

.archive-block-reviews .reviews-row .review .review-cont p:first-child::before {
    content: '\f10d';
    font-family: FontAwesome;
    margin-right: 10px;
    color: #cacaca
}

.archive-block-reviews .reviews-row .review .review-cont p:last-child::after {
    content: '\f10e';
    font-family: FontAwesome;
    margin-left: 10px;
    color: #cacaca
}

.archive-block-reviews .reviews-row .review .reviews-footer .reviews-footer__info {
    padding-top: 30px
}

.archive-block-reviews .reviews-row .review .reviews-footer .reviews-footer__info span {
    color: #df4e4e;
    font-size: 17px;
    font-weight: 900;
    text-transform: uppercase;
    display: block;
    line-height: 24px
}

.archive-block-reviews .reviews-row .review .reviews-footer .reviews-footer__info p {
    color: #969696;
    font-size: 15px;
    line-height: 19px;
    font-style: italic;
    margin: 7px 0 0;
    padding-top: 5px;
    display: inline-block;
    border-top: 1px solid #ccc
}

.archive-block-reviews .reviews-row .review .reviews-footer .reviews-footer__thumbnail img {
    max-width: 100%
}

.archive-block-service-container {
    position: relative
}

.archive-block-service {
    padding-bottom: 40px;
    position: relative
}

.archive-block-service .archive-service-cont {
    padding-top: 10px;
    padding-bottom: 10px
}

.archive-block-service .archive-service-cont p {
    font-size: 17px;
    line-height: 24px
}

.archive-block-service .archive-service-cont ul {
    width: 100%;
    margin-bottom: 15px
}

.archive-block-service .archive-service-cont ul li {
    font-size: 17px;
    list-style-type: none;
    line-height: 21px;
    margin-bottom: 15px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.archive-block-service .archive-service-cont ul li::before {
    content: '\f046';
    font-family: FontAwesome;
    font-size: 19px;
    color: #df4e4e;
    margin-right: 15px;
    margin-top: 4px
}

.archive-block-service .archive-service-cont h1 {
    font-weight: 400;
    font-weight: 900;
    font-size: 30px;
    color: #df4e4e
}

.archive-block-service .archive-service-cont h2 {
    font-weight: 400;
    font-weight: 900;
    font-size: 25px;
    color: #df4e4e
}

.archive-block-service .archive-service-cont h3 {
    font-weight: 400;
    font-weight: 900;
    font-size: 20px;
    color: #df4e4e
}

.archive-block-service .archive-service-cont h4 {
    font-weight: 400;
    font-weight: 900;
    font-size: 18px;
    color: #df4e4e
}

.archive-block-service .archive-service-cont h5 {
    font-weight: 400;
    font-weight: 900;
    font-size: 16px;
    color: #df4e4e
}

.archive-block-service .archive-service-cont h6 {
    font-weight: 400;
    font-weight: 900;
    font-size: 15px;
    color: #df4e4e
}

.archive-block-service .archive-tabs-service {
    border: none;
    margin-bottom: 30px;
    padding: 0;
    background-color: transparent
}

.archive-block-service .archive-tabs-service .tabs-mnu {
    padding-right: 0
}

.archive-block-service .archive-tabs-service .tabs-mnu ul {
    background-color: transparent;
    border: none;
    padding: 0
}

.archive-block-service .archive-tabs-service .tabs-mnu ul li {
    float: none;
    display: block;
    width: 100%;
    height: auto;
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
    margin-bottom: 15px;
    -webkit-box-shadow: 0 1px 9px rgba(0, 0, 0, .15), 0 1px 6px rgba(0, 0, 0, .24);
    box-shadow: 0 1px 9px rgba(0, 0, 0, .15), 0 1px 6px rgba(0, 0, 0, .24);
    -webkit-transition: all .9s cubic-bezier(.25, .8, .25, 1);
    transition: all .9s cubic-bezier(.25, .8, .25, 1);
    position: relative
}

.archive-block-service .archive-tabs-service .tabs-mnu ul li:hover {
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22);
    box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22)
}

.archive-block-service .archive-tabs-service .tabs-mnu ul li a {
    display: block;
    width: 100%;
    height: auto;
    float: none;
    border: none;
    white-space: normal;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.archive-block-service .archive-tabs-service .tabs-mnu ul li a img {
    height: 25px;
    float: left;
    margin-right: 10px;
    margin-top: 5px
}

.archive-block-service .archive-tabs-service .tabs-mnu ul li.ui-tabs-active {
    background-color: #fff;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #ccc
}

.archive-block-service .archive-tabs-service .tabs-mnu ul li.ui-tabs-active::after {
    content: '';
    position: absolute;
    width: 8%;
    height: 104%;
    right: -6.5%;
    top: -2%;
    background-color: #fff;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    z-index: 2
}

.archive-block-service .archive-tabs-service .tabs-mnu ul li.ui-tabs-active a {
    color: #df4e4e;
    font-weight: 700
}

.archive-block-service .archive-tabs-service .tabs-box {
    padding-top: 1px
}

.archive-block-service .archive-tabs-service .tabs-box .tabs-box-div {
    border: 1px solid #ccc;
    padding-top: 0;
    padding-bottom: 30px
}

.archive-block-service .archive-tabs-service .tabs-box .tabs-box-div .div-title h2 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
    font-weight: 700;
    color: #333;
    line-height: 25px;
    margin-bottom: 10px
}

.archive-block-service .archive-tabs-service .tabs-box .tabs-box-div .col-100 {
    float: none;
    width: 100%
}

.archive-block-service .archive-tabs-service .tabs-box .tabs-box-div .col-77 {
    float: left;
    width: 77%;
    padding-right: 25px
}

.archive-block-service .archive-tabs-service .tabs-box .tabs-box-div .col-23 {
    float: left;
    width: 23%
}

.archive-block-service .archive-tabs-service .tabs-box .tabs-box-div .div-description p {
    line-height: 21px;
    text-align: justify
}

.archive-block-service .archive-tabs-service .tabs-box .tabs-box-div .div-description p:last-child {
    margin-bottom: 0
}

.archive-block-service .archive-tabs-service .tabs-box .tabs-box-div .div-description ul {
    width: 100%;
    padding: 0;
    margin-bottom: 15px
}

.archive-block-service .archive-tabs-service .tabs-box .tabs-box-div .div-description ul li {
    list-style-type: none
}

.archive-block-service .archive-tabs-service .tabs-box .tabs-box-div .div-description ul li::before {
    content: '\f00c';
    font-family: FontAwesome;
    font-size: 14px;
    color: #df4e4e;
    margin-right: 10px
}

.archive-block-service .archive-tabs-service .tabs-box .tabs-box-div .div-description .div-link {
    display: block;
    display: inline-block;
    background-color: #df4e4e;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    padding: 7px 15px;
    margin-top: 3px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    overflow: hidden;
    outline: 0
}

.archive-block-service .archive-tabs-service .tabs-box .tabs-box-div .div-description .div-link::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .2);
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.archive-block-service .archive-tabs-service .tabs-box .tabs-box-div .div-description .div-link:hover::before {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1)
}

.archive-block-service .archive-tabs-service .tabs-box .tabs-box-div .div-auth {
    text-align: center
}

.archive-block-service .archive-tabs-service .tabs-box .tabs-box-div .div-auth img {
    display: inline-block;
    max-width: 100%;
    -webkit-box-shadow: 0 1px 9px rgba(0, 0, 0, .15), 0 1px 6px rgba(0, 0, 0, .24);
    box-shadow: 0 1px 9px rgba(0, 0, 0, .15), 0 1px 6px rgba(0, 0, 0, .24);
    -webkit-transition: all .9s cubic-bezier(.25, .8, .25, 1);
    transition: all .9s cubic-bezier(.25, .8, .25, 1)
}

.archive-block-service .archive-tabs-service .tabs-box .tabs-box-div .div-auth img:hover {
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22);
    box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22)
}

.archive-block-service .archive-tabs-service .tabs-box .tabs-box-div .div-auth span {
    display: block;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    margin-top: 13px;
    line-height: 17px
}

.archive-block-service .archive-tabs-service .tabs-box .tabs-box-div .div-auth i {
    font-size: 14px
}

.archive-block-service .archive-tabs-service.archive-tabs-service-pos {
    position: absolute;
    width: 100%;
    left: 0;
    top: 145px
}

.archive-block-service .archive-why .why-items {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 30px;
    padding-bottom: 30px
}

.archive-block-service .archive-why .why-items .why-item {
    text-align: center;
    margin-bottom: 30px
}

.archive-block-service .archive-why .why-items .why-item .why-icon img {
    height: 60px
}

.archive-block-service .archive-why .why-items .why-item .why-body span {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000
}

.archive-block-service .archive-why .why-items .why-item .why-body p {
    line-height: 19px
}

.archive-block-service .archive-video {
    margin-bottom: 30px
}

.archive-block-service .archive-video object embed {
    width: 100%;
    height: 400px
}

.archive-block-jobs .jobs-desc p {
    font-size: 17px;
    line-height: 22px
}

.archive-block-jobs .jobs-desc img {
    max-width: 100%
}

.archive-block-jobs .jobs-list {
    padding-top: 30px;
    padding-bottom: 30px
}

.archive-block-jobs .jobs-list .job {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc
}

.archive-block-jobs .jobs-list .job .job-title {
    font-weight: 900;
    margin: 0 0 10px;
    padding: 0;
    text-transform: uppercase;
    line-height: 23px
}

.archive-block-jobs .jobs-list .job .job-title a {
    color: #df4e4e;
    font-size: 18px
}

.archive-block-jobs .jobs-list .job .job-info {
    padding-top: 5px;
    padding-bottom: 10px
}

.archive-block-jobs .jobs-list .job .job-info .date {
    color: #ccc;
    font-size: 12px;
    text-transform: uppercase;
    display: block;
    display: inline-block;
    margin-right: 5px
}

.archive-block-jobs .jobs-list .job .job-info .status {
    color: green;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 11px;
    margin-left: 5px
}

.archive-block-jobs .jobs-list .job .job-info .status.close-vc {
    color: red
}

.archive-block-jobs .jobs-list .job .job-description p {
    margin: 0;
    font-size: 15px;
    line-height: 19px;
    color: #333
}

.archive-block-jobs .jobs-list .job .to-job {
    padding-top: 10px
}

.archive-block-jobs .jobs-list .job .to-job a {
    font-size: 14px;
    font-weight: 500;
    color: #df4e4e;
    border-bottom: 1px solid #df4e4e
}

.archive-block-clients {
    padding-bottom: 50px
}

.archive-block-clients .clients-row {
    padding-top: 50px
}

.archive-block-clients .clients-row .clients-grid {
    margin-bottom: 30px
}

.archive-block-clients .clients-row .clients-item {
    text-align: center;
    -webkit-box-shadow: 0 1px 9px rgba(0, 0, 0, .15), 0 1px 6px rgba(0, 0, 0, .24);
    box-shadow: 0 1px 9px rgba(0, 0, 0, .15), 0 1px 6px rgba(0, 0, 0, .24);
    -webkit-transition: all .9s cubic-bezier(.25, .8, .25, 1);
    transition: all .9s cubic-bezier(.25, .8, .25, 1);
    padding-bottom: 20px;
    padding-top: 20px
}

.archive-block-clients .clients-row .clients-item:hover {
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22);
    box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22)
}

.archive-block-clients .clients-row .clients-item a {
    color: #666
}

.archive-block-clients .clients-row .clients-item img {
    display: inline-block;
    margin-bottom: 10px
}

.archive-block-clients .clients-row .clients-item p {
    margin: 0;
    padding: 0;
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
    line-height: 22px;
    text-transform: uppercase
}

.customers {
    padding-top: 30px;
/*    padding-bottom: 60px*/
}

.customers__title {
    padding-top: 30px;
    margin-bottom: 40px;
    text-align: center
}

.customers__title span {
    display: block;
    color: #000;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative
}

.customers__title span::after {
    content: '';
    width: 80px;
    height: 3px;
    position: absolute;
    left: 50%;
    bottom: -20px;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    background-color: #df4e4e;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.customerSlider .slick-list {
    margin: 0 -15px;
    padding-top: 20px;
    padding-bottom: 30px
}

.customerSlider__item {
    text-align: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-transition: all .9s cubic-bezier(.25, .8, .25, 1);
    transition: all .9s cubic-bezier(.25, .8, .25, 1);
    border: 0 solid #ccc;
    margin: 0 15px;
    min-height: 130px;
    padding: 10px;
    box-shadow: 0 0 10px rgba(black, 0.2);
}

.customerSlider__item:hover {
    /* -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22);
    box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22) */
}

.customerSlider__item img {
    display: inline-block;
    max-width: 100%;
    max-height: 135px;
    margin-bottom: 15px
}

.customerSlider__item p {
    display: block;
    width: 100%;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 22px;
    margin: 0
}

.customerSlider .slick-arrow {
    position: absolute;
    font-size: 0;
    padding: 0;
    margin: 0;
    border: none;
    background: 0 0;
    width: 30px;
    height: 30px;
    background-color: #df4e4e;
    z-index: 2;
    top: -25px;
    outline: 0;
    font-family: FontAwesome;
    text-align: center;
    line-height: 30px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    overflow: hidden;
    outline: 0
}

.customerSlider .slick-arrow::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .2);
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.customerSlider .slick-arrow:hover::before {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1)
}

.customerSlider .slick-next {
    right: 0
}

.customerSlider .slick-next::after {
    content: '\f105';
    color: #fff;
    font-size: 20px
}

.customerSlider .slick-prev {
    right: 40px
}

.customerSlider .slick-prev::after {
    content: '\f104';
    color: #fff;
    font-size: 20px
}

.fancybox-controls button {
    background-color: #df4e4e;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.fancybox-controls button:hover {
    background-color: #fff
}

.fancybox-controls button:hover::after, .fancybox-controls button:hover::before {
    color: #df4e4e
}

.call-modal {
    text-align: left;
    padding-top: 20px;
    padding-bottom: 20px
}

.call-modal button {
    background: 0 0;
    border: none;
    background-color: #df4e4e;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    height: 40px;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    overflow: hidden;
    outline: 0
}
.mainpage .call-modal button, .service .call-modal button {height: 50px;line-height: 16px; width: 100%;font-style: normal;}
.service .call-modal button {font-size:12px;}
.mainpage .call-modal {padding-bottom: 0px;}
.mainpage {margin-left: -39px;
    width: 106.2%;}
.call-modal button::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .2);
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.call-modal button:hover::before {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1)
}

.hm-title {
    text-align: center;
    padding: 20px 15px;
    margin-bottom: 30px;
    display: block;
    color: #000;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    margin: 0 0 30px
}

.hm-title:after {
    content: '';
    width: 80px;
    height: 3px;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    background-color: #df4e4e;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

/*.hm-title span {
    display: block;
    color: #000;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative
}

.hm-title span::after {
    content: '';
    width: 80px;
    height: 3px;
    position: absolute;
    left: 50%;
    bottom: -20px;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    background-color: #df4e4e;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}
*/
.hm-title .desc {
    padding-top: 40px;
    max-width: 992px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    line-height: 18px
}

.hm-title .desc b {
    color: #df4e4e;
    margin-right: 5px
}

.hm-title h1 {
    color: #000;
    font-size: 25px;
    font-weight: 400;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    margin: 0;
    padding: 0
}

.hm-title h1::after {
    content: '';
    width: 80px;
    height: 3px;
    position: absolute;
    left: 50%;
    bottom: -20px;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    background-color: #df4e4e;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.steps_intro{
    background-color: #f2f2f2;
    padding: 15px 50px 15px 85px;
    margin-bottom: 15px;
}
.steps_list{
    padding: 0;
    margin: 0;
    list-style: none
}
.steps_list > li{
    padding: 20px 50px 15px 85px;
    display: block !important;
    position: relative;
}
.steps_list > li:after{
    width: 0;
    display: block;
    border-left: 1px dashed #df4e4e;
    position: absolute;
    left: 42px;
    bottom: 25px;
    top: 90px;
    content: '';
}
.steps_list > li:before {
	display: none;
}
.steps_list > li:last-child:after{
    display: none;
}
.steps_list > li:hover{
    background-color: #f2f2f2;
}
.steps_list > li p{
    font-size: 16px;
    line-height: 20px;
    margin: 0.6em 0;
}
.steps_title{
    font-size: 18px;
    line-height: 1.35em;
    color: #df4e4e;
    margin: 8px 0 0.6em;
    font-weight: bold;
}
.steps_time{
    padding-left: 30px;
    padding-top: 4px;
    background: transparent url(../img/timer.png) 0 center no-repeat;
}
.steps_num{
    position: absolute;
    left: 17px;
    top: 20px;
    width: 40px;
    height: 40px;
    line-height: 36px;
    display: block;
    border-radius: 50px;
    border: 2px solid #df4e4e;
    background-color: #fff;
    color: #df4e4e;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}
.steps_list > li:hover .steps_num{
    background-color: #df4e4e;
    color: #fff;
}
@media only screen and (max-width: 479px) {
    .steps_intro{
        padding-left: 25px;
        padding-right: 20px;
    }
	.banner-link-second a {line-height: 18px; text-align: left; padding: 10px 20px;}

    .single-content-steps.row{
        margin-left: 0;
        margin-right: 0;
    }
    .single-content-steps .col-md-12{
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }
    .steps_list > li{
        padding-left: 60px;
        padding-right: 20px;
    }
    .steps_num{
        width: 30px;
        height: 30px;
        line-height: 26px;
        font-size: 18px;
    }
    .steps_list > li:after{
        top: 70px;
        left: 32px;
    }
}

.modal .modal-dialog {
    max-width: 400px
}

.modal .modal-content {
    padding: 25px 30px 30px;
    border-top: 5px solid #df4e4e
}

.modal .modal-content .modal-title {
    margin-bottom: 10px;
    padding-bottom: 15px
}

.modal .modal-content .modal-title p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase
}

.modal .modal-content .close {
    width: 21px;
    height: 21px;
    position: absolute;
    right: 15px;
    top: 0px;
    opacity: 1;
    color: #d9534f;
    font-weight: 300;
    font-size: 40px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    outline: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.modal .modal-content .close:hover {
    color: #df4e4e;
    border: none;
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1
}

.modal .modal-content .form-box form {
    width: 100%;
    margin: 0;
    padding: 0
}

.modal .modal-content .form-box form .label-anm {
    position: relative
}

.modal .modal-content .form-box form .label-anm.active label {
    top: -18px;
    left: 0;
    color: #df4e4e;
    font-size: 12px
}

.modal .modal-content .form-box form .label-anm input {
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    border: none;
    height: 45px;
    width: 100%;
    outline: 0;
    font-size: 14px;
    color: #333;
    border: 1px solid #333;
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    z-index: 2;
    background-color: transparent
}

.modal .modal-content .form-box form .label-anm textarea {
    resize: none;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    border: none;
    height: 30px;
    width: 100%;
    min-height: 70px;
    outline: 0;
    font-size: 14px;
    color: #333;
    border: 1px solid #333;
    margin-bottom: 20px
}

.modal .modal-content .form-box form .label-anm label {
    position: absolute;
    top: 12px;
    left: 15px;
    font-size: 13px;
    text-transform: uppercase;
    font-family: sans-serif;
    font-weight: 500;
    color: #aaa;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    cursor: text;
    color: #333;
    font-weight: 100
}

.modal .modal-content .form-box form button {
    border: none;
    display: block;
    width: 100%;
    height: 45px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #df4e4e;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.modal .modal-content .form-box form button::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .2);
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.modal .modal-content .form-box form button:hover {
    border-color: #df4e4e
}

.modal .modal-content .form-box form button:hover::before {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1)
}

.paymentForm .form-box form {
    width: 100%;
    margin: 0;
    padding: 0
}

.paymentForm .form-box form .label-anm {
    position: relative
}

.paymentForm .form-box form .label-anm.active label {
    top: -23px;
    left: 0;
    background-color: #df4e4e;
    color: #fff;
    font-size: 11px;
    padding-left: 7px;
    padding-right: 7px
}

.paymentForm .form-box form .label-anm input {
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    border: none;
    height: 45px;
    width: 100%;
    outline: 0;
    font-size: 14px;
    color: #333;
    border: 1px solid #333;
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    z-index: 2;
    background-color: transparent
}

.paymentForm .form-box form .label-anm textarea {
    resize: none;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    border: none;
    height: 30px;
    width: 100%;
    min-height: 70px;
    outline: 0;
    font-size: 14px;
    color: #333;
    border: 1px solid #333;
    margin-bottom: 20px
}

.paymentForm .form-box form .label-anm label {
    position: absolute;
    top: 12px;
    left: 15px;
    font-size: 13px;
    text-transform: uppercase;
    font-family: sans-serif;
    font-weight: 500;
    color: #aaa;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    cursor: text;
    color: #333;
    font-weight: 100
}

.paymentForm .form-box form .payment-btn {
    border: none;
    display: block;
    width: 100%;
    height: 45px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #df4e4e;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.paymentForm .form-box form .payment-btn::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .2);
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.paymentForm .form-box form .payment-btn:hover {
    border-color: #df4e4e
}

.paymentForm .form-box form .payment-btn:hover::before {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1)
}

.archive-block-payment {
    padding-bottom: 60px
}

.paymentBlock {
    padding-top: 50px
}

.paymentStep {
    padding-left: 20px
}

.paymentStep__title {
    margin-bottom: 30px
}

.paymentStep__title span {
    display: block;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #df4e4e;
    line-height: 22px
}

.paymentStep__item {
    margin-bottom: 30px;
    position: relative
}

.paymentStep__item::after {
    position: absolute;
    left: 24px;
    bottom: -15px;
    content: '';
    height: 1px;
    width: 100%;
    border-bottom: 1px solid #eee
}

.paymentStep__item p {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 20px;
    font-size: 17px
}

.paymentStep__item p span {
    color: #df4e4e;
    font-weight: 700;
    margin-right: 10px
}

.paymentStep__end {
    padding-top: 5px
}

.paymentStep__end p {
    color: #999;
    font-size: 15px;
    line-height: 20px
}

.paymentIcons {
    padding-top: 60px;
    padding-bottom: 30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.paymentIcons__title {
    text-align: center;
    margin-bottom: 60px
}

.paymentIcons__title span {
    display: block;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #df4e4e;
    line-height: 22px
}

.paymentIcons__item {
    text-align: center;
    margin-bottom: 40px
}

.paymentIcons__item i {
    display: block;
    display: inline-block;
    font-size: 40px;
    color: #df4e4e;
    border: 1px solid #eee;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    line-height: 80px
}

.paymentIcons__item p {
    font-size: 15px;
    line-height: 20px
}

.hd-team-block-clientTitle img {
    border: 1px solid #eee;
    padding: 15px;
    max-width: 100%
}

.hd-team-block-clientTitle h3 {
    color: #df4e4e;
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase
}

.hd-team-block-content {
    padding-right: 90px
}

.hd-team-block-content p {
    font-size: 15px;
    line-height: 20px;
    color: #444
}

.after-done-show p {
    font-size: 18px;
    color: #df4e4e;
    line-height: 24px
}

.after-done-show p span {
    display: block;
    font-size: 25px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px
}

footer .fooret-start {
    width: 100%;
    height: auto;
    background-color: #2d2d2d;
    padding-top: 30px;
    padding-bottom: 30px
}

footer .fooret-start .footer-mnu .footer-mnu-title {
    margin-bottom: 15px
}

footer .fooret-start .footer-mnu .footer-mnu-title span {
    display: block;
    display: inline-block;
    color: #fff;
    font-weight: 900;
    font-size: 13px;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    padding-bottom: 5px
}

footer .fooret-start .footer-mnu ul {
    padding: 0;
    padding-top: 5px;
    width: 100%;
    margin-bottom: 20px;
    min-height: 135px
}

footer .fooret-start .footer-mnu ul li {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 18px;
    margin-bottom: 14px
}

footer .fooret-start .footer-mnu ul li a {
    color: #fff;
    font-size: 15px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

footer .fooret-start .footer-mnu ul li a:hover {
    color: #df4e4e
}

footer .fooret-start .footer-map .map-title {
    margin-bottom: 15px
}

footer .fooret-start .footer-map .map-title span {
    display: block;
    display: inline-block;
    color: #fff;
    font-weight: 900;
    font-size: 13px;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    padding-bottom: 5px
}

footer .fooret-start .footer-map .fmap {
    width: 100%;
    height: 280px
}

footer .fooret-start .footer-contacts {
    padding-left: 10px
}

footer .fooret-start .footer-contacts .footer-contacts-title {
    margin-bottom: 10px
}

footer .fooret-start .footer-contacts .footer-contacts-title span {
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 5px;
    display: block;
    display: inline-block
}

footer .fooret-start .footer-contacts .footer-tel a {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

footer .fooret-start .footer-contacts .footer-tel a i {
    margin-right: 5px
}

footer .fooret-start .footer-contacts .footer-tel a:hover {
    color: #df4e4e
}

footer .fooret-start .footer-contacts .footer-email a {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

footer .fooret-start .footer-contacts .footer-email a i {
    margin-right: 5px
}

footer .fooret-start .footer-contacts .footer-email a:hover {
    color: #df4e4e
}

footer .fooret-start .footer-contacts .footer-work-time span {
    color: #fff;
    font-size: 15px;
    font-weight: 500
}

footer .fooret-start .footer-contacts .footer-work-time span i {
    margin-right: 5px
}

footer .fooret-start .footer-contacts .footer-tel,
footer .fooret-start .footer-contacts .footer-email,
footer .fooret-start .footer-contacts .footer-work-time {
    line-height: 1.8;
}

footer .fooret-start .footer-contacts .footer-work-time {
    padding-bottom: 10px;
}

footer .fooret-start .footer-contacts .footer-adress {
    padding-top: 5px;
    margin-bottom: 5px;
    line-height: 1.3;
    font-size: 15px;
}

footer .fooret-start .footer-contacts .footer-adress p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 15px;
    font-family: sans-serif;
    line-height: 1.3;   
}

footer .fooret-start .footer-contacts .footer-adress p i {
    margin-right: 5px
}

footer .fooret-start .footer-contacts .footer-social {
    padding-top: 6px;
    padding-bottom: 6px
}

footer .fooret-start .footer-contacts .footer-social a {
    display: block;
    display: inline-block;
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
    font-size: 18px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    margin-right: 5px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

footer .fooret-start .footer-contacts .footer-social a:hover {
    color: #df4e4e;
    border: 1px solid #df4e4e
}

footer .footer-end {
    width: 100%;
    height: auto;
    background-color: #202020;
    padding-top: 20px;
    padding-bottom: 20px
}

footer .footer-end .footer-logo img {
    height: 65px
}

footer .footer-end .footer-copr {
    text-align: center;
    padding-top: 5px
}

footer .footer-end .footer-copr p {
    color: #999;
    margin:0;
}

footer .footer-end .footer-copr p a {
    color: #df4e4e;
}

footer .footer-end .footer-call {
    text-align: right;
    padding-top: 13px
}

footer .footer-end .footer-call button {
    padding-left: 30px;
    padding-right: 30px;
    background: 0 0;
    border: none;
    background-color: #df4e4e;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    height: 40px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    overflow: hidden;
    outline: 0
}

footer .footer-end .footer-call button::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .2);
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

footer .footer-end .footer-call button:hover::before {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1)
}

.to-top {
    width: 50px;
    height: 50px;
    display: block;
    display: inline-block;
    background-color: #df4e4e;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background-image: url(../img/top.png);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    opacity: 0;
    background-clip: padding-box;
    visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    overflow: hidden;
    outline: 0
}

.to-top::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .2);
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.to-top:hover::before {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1)
}

.to-top.top-is-visible {
    opacity: 1;
    visibility: visible;
    z-index: 1000;
}

.slick-dots {
    width: 100%;
    padding: 15px 0 0;
    text-align: center
}

.slick-dots li {
    display: inline-block
}

.slick-dots li button {
    border: none;
    background: 0 0;
    font-size: 0;
    padding: 0;
    margin: 0 6px;
    display: block;
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 2px solid #df4e4e;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border-radius: 50%;
    position: relative;
    outline: 0
}

.slick-dots li.slick-active button::before {
    content: '';
    width: 8px;
    height: 8px;
    background-color: #df4e4e;
    /*border-right: 50%;*/
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.page-block-contacts .contacts-row {
    padding-top: 40px;
    padding-bottom: 40px
}

.page-block-contacts .contacts-row .contacts-row__adress p {
    padding: 0;
    font-size: 18px
}

.page-block-contacts .contacts-row .contacts-row__adress i {
    color: #df4e4e;
    font-weight: 700;
    font-size: 20px;
    margin-right: 10px
}

.page-block-contacts .contacts-row .contacts-row__adress div a {
    font-size: 20px;
    font-weight: 700;
    color: #df4e4e;
    border-bottom: 1px solid #df4e4e
}

.page-block-contacts .contacts-row .contacts-row__adress .footer-social {
    padding-top: 10px;
    padding-bottom: 25px
}

.page-block-contacts .contacts-row .contacts-row__adress .footer-social a {
    display: block;
    display: inline-block;
    text-align: center;
    border: 1px solid #ccc;
    color: #fff;
    font-size: 18px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    margin-right: 5px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.page-block-contacts .contacts-row .contacts-row__adress .footer-social a i {
    margin: 0
}

.page-block-contacts .contacts-row .contacts-row__adress .footer-social a:hover {
    color: #df4e4e;
    border: 1px solid #df4e4e
}

.page-block-contacts .contacts-row .contacts-row__form .form-container {
    padding: 25px 15px 25px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 9px rgba(0, 0, 0, .15), 0 1px 6px rgba(0, 0, 0, .24);
    box-shadow: 0 1px 9px rgba(0, 0, 0, .15), 0 1px 6px rgba(0, 0, 0, .24);
    -webkit-transition: all .9s cubic-bezier(.25, .8, .25, 1);
    transition: all .9s cubic-bezier(.25, .8, .25, 1)
}

.page-block-contacts .contacts-row .contacts-row__form .form-container:hover {
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22);
    box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22)
}

.page-block-contacts .contacts-row .contacts-row__form .form-container p {
    color: #df4e4e;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 10px
}

.page-block-contacts .contacts-row .contacts-row__form .form-container span {
    color: #333;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px
}

.page-block-contacts .contacts-row .contacts-row__form .form-box {
    padding-top: 10px
}

.page-block-contacts .contacts-row .contacts-row__form .form-box form {
    width: 100%;
    margin: 0;
    padding: 0
}

.page-block-contacts .contacts-row .contacts-row__form .form-box form .label-anm {
    position: relative
}

.page-block-contacts .contacts-row .contacts-row__form .form-box form .label-anm.active label {
    top: -15px;
    left: 0;
    font-size: 10px;
    color: #df4e4e;
    font-weight: 500
}

.page-block-contacts .contacts-row .contacts-row__form .form-box form .label-anm input {
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    background-color: #fff;
    height: 45px;
    width: 100%;
    outline: 0;
    font-size: 14px;
    padding: 0 15px;
    color: #000;
    border: 1px solid #000;
    margin-bottom: 25px
}

.page-block-contacts .contacts-row .contacts-row__form .form-box form .label-anm textarea {
    resize: none;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    border: none;
    height: 30px;
    width: 100%;
    min-height: 70px;
    outline: 0;
    font-size: 14px;
    color: #333;
    border-bottom: 1px solid #333;
    margin-bottom: 20px
}

.page-block-contacts .contacts-row .contacts-row__form .form-box form .label-anm label {
    position: absolute;
    top: 12px;
    left: 15px;
    font-size: 13px;
    text-transform: uppercase;
    font-family: sans-serif;
    font-weight: 500;
    color: #000;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    cursor: text
}

.page-block-contacts .contacts-row .contacts-row__form .form-box form button {
    background-color: #df4e4e;
    color: #fff;
    border: none;
    display: block;
    width: 100%;
    height: 45px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 2px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.page-block-contacts .contacts-row .contacts-row__form .form-box form button::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .2);
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.page-block-contacts .contacts-row .contacts-row__form .form-box form button:hover {
    border-color: #df4e4e
}

.page-block-contacts .contacts-row .contacts-row__form .form-box form button:hover::before {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1)
}

.page-block-contacts .map {
    height: 600px;
    width: 100%
}

.page-block-contacts .map .ballon {
    padding: 17px 10px 17px;
    width: 300px;
    height: auto;
    float: left;
    color: #fff;
    position: absolute;
    background-color: #fff;
    text-align: center;
    z-index: 10
}

.page-block-contacts .map .ballon::before {
    position: absolute;
    left: 9px;
    top: 9px;
    bottom: 9px;
    right: 9px;
    content: '';
    border: 1px solid #df4e4e;
    z-index: 2
}

.page-block-contacts .map .ballon::after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: -10px;
    width: 20px;
    height: 20px;
    background-color: #fff;
    z-index: 1;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.page-block-contacts .map .ballon .ll {
    display: block;
    width: auto;
    height: 60px;
    margin: 0 auto 15px
}

.page-block-contacts .map .ballon span {
    font-size: 14px;
    color: #df4e4e;
    margin-bottom: 5px;
    display: block;
    display: inline-block
}

.page-block-contacts .map .ballon p {
    color: #111;
    /*font-size: em(16px)*/
}

.page-block-contacts .map .ballon .close {
    position: absolute;
    float: left;
    top: 14px;
    right: 14px;
    cursor: pointer;
    width: 25px;
    height: 25px;
    z-index: 5
}

.page-block-contacts .map .ballon .close .close-in {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.page-block-contacts .map .ballon .close .close-in::after, .page-block-contacts .map .ballon .close .close-in::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    content: '';
    position: absolute;
    top: 9px;
    display: block;
    height: 2px;
    width: 25px;
    background-color: #df4e4e;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.page-block-contacts .map .ballon .close .close-in::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.page-block-contacts .map .ballon .close .close-in:hover::after, .page-block-contacts .map .ballon .close .close-in:hover::before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.hidden-requisite {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transition: all .3s;
    transition: all .3s;
    padding-bottom: 40px
}

.hidden-requisite .title-requisite {
    text-align: center;
    display: block;
    margin-bottom: 40px;
    display: block;
    color: #000;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative
}

.hidden-requisite .title-requisite::after {
    content: '';
    width: 80px;
    height: 3px;
    position: absolute;
    left: 50%;
    bottom: -10px;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    background-color: #df4e4e;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.hidden-requisite table {
    border: 1px solid #ccc
}

.hidden-requisite table tr {
    border-bottom: 1px solid #ccc;
    vertical-align: top
}

.hidden-requisite table tr td {
    padding: 10px 15px;
    border: 1px solid #ccc
}

.hidden-requisite table tr td p {
    margin: 0 0 5px;
    font-size: 15px;
    line-height: 20px
}

.fancybox-slide--complete .hidden-requisite {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.fancybox-close-small {
    outline: 0
}

.fancybox-close-small:hover {
    outline: 0
}

.fancybox-close-small:hover:after {
    background-color: #df4e4e;
    color: #fff
}

@media only screen and (max-width: 1380px) {
    .one-page-block .full-slider .slider .slider-content .centre-align .content h2 {
        font-size: 38px;
        margin-bottom: 5px
    }
}

@media only screen and (max-width: 1300px) {
    header .logo h1 {
        font-size: 17px
    }

    header .top-mnu ul li a {
        font-size: 12px
    }
}

@media only screen and (max-width: 1200px) {
    header .header-start .logo .logo-slogan p {
        font-size: 14px
    }

    header .header-end .top-call .call-show {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 11px
    }

    .one-page-block .slider-content {
        padding-top: 250px
    }

    .one-page-block .slider-content .content h3 {
        font-size: 25px;
        line-height: 35px
    }

    .one-page-block .slider-content .content div p {
        font-size: 16px
    }
/*
    .one-page-block .slider-content .content button {
        margin-top: 25px
    }
*/
    .hm-block-4 .triangles-container .tc-item {
        margin-bottom: 15px
    }

    .hm-block-4 .triangles-container .tc-item:first-child {
        margin-left: -40px
    }

    .hm-block-8 .block-professional .professional-title {
        text-align: center
    }

    .hm-block-8 .block-professional .professional-title span::after {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .hm-block-8 .block-professional .professional-title p {
        text-align: justify
    }

    .hm-block-8 .block-professional .professional-items .item {
        margin-bottom: 30px
    }

    .mm-panel {
        float: none;
        width: 100%
    }

    .mm-panel .mm-title {
        color: #df4e4e !important;
        text-transform: uppercase
    }

    .mm-panel .mm-listview li {
        text-transform: uppercase;
        font-size: 13px
    }

    .after-header {
        margin-bottom: 5px
    }

    .service-desc .service-desc__cont div::after, .service-desc .service-desc__cont div::before {
        display: none
    }

    .single-content {
        width: 100%;
        float: none
    }

    .sidebar {
        width: 100%;
        float: none
    }

    .sidebar .sidebar-box .news-item .news-thumbnail {
        height: 200px
    }

    .archive-block-teams .teams-row .team {
        min-width: auto
    }

    .archive-block-service .archive-tabs-service .tabs-mnu ul li.ui-tabs-active::after {
        width: 9%;
        right: -8%
    }
}

@media only screen and (max-width: 992px) {
    header .header-start .start-info {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    header .header-end {
        padding-bottom: 10px;
        padding-top: 10px
    }

    header .header-end .logo-mini {
        display: none !important
    }
    
/*
    header .header-end .top-mnu {
        width: 100% !important;
        float: none !important;
        display: none
    }
i*/
    header .header-end .top-call {
        /*
        text-align: right;
        padding-top: 3px
        */
        text-align: center;
        width: 100%;
        float: none
    }
    header .header-end .top-call {
        padding-top: 3px;
    }

    header .header-end .top-call .call-show {
        margin: 0 0px 0 10px;
        display: inline-block
    }

.top-call form {float:right;}

    header .header-end .top-call .open-mnu {
        display: inline-block;
        margin: 0
    }

    .one-page-block .slider-content .content {
        width: 100%;
        float: none;
        padding-right: 0;
        margin-bottom: 30px
    }

    .one-page-block .slider-content .content h2 {
        font-size: 30px
    }

    .one-page-block .slider-content .content div p {
        font-size: 15px
    }

    .one-page-block .slider-content .video {
        width: 100%;
        float: none
    }

    .hm-block-2 .form-block {
        padding-top: 10px
    }

    .service-cover {
        padding-top: 20px
    }

    .service-cover .service-name {
        margin-bottom: 40px
    }

    .service-auth {
        text-align: center
    }

    .service-auth .auth-thumbnail {
        margin-bottom: 20px
    }

    .archive-block-news {
        padding-bottom: 20px
    }

    .archive-block-news .news-list .news-thumbnail {
        margin-bottom: 20px
    }

    .pagination {
        padding-bottom: 40px
    }

    .archive-block-news .news-list .events-thumbnail {
        margin-bottom: 25px
    }

    footer .footer-end .footer-copr p {
        font-size: 15px
    }

    .to-top {
        width: 40px;
        height: 40px;
        background-size: 25px auto
    }

    main {
        min-height: auto !important
    }

    .page-block-contacts .contacts-row {
        padding-top: 10px
    }

    .page-block-contacts .contacts-row .contacts-row__adress {
        margin-bottom: 30px
    }

    .archive-block-teams .teams-row .team-grid {
        display: block !important;
        width: 100% !important
    }

    .archive-block-teams .teams-row .team {
        min-width: auto;
        display: block;
        max-width: 100%
    }

    .archive-block-teams .teams-row .team:nth-child(2), .archive-block-teams .teams-row .team:nth-child(3) {
        min-width: auto;
        display: block;
        max-width: 100%;
        min-width: auto
    }

    .service-start .service-start-block .start-item {
        min-height: 200px
    }

    .archive-block-service .archive-tabs-service .tabs-mnu {
        padding-right: 15px
    }

    .archive-block-service .archive-tabs-service .tabs-mnu ul li a img {
        display: none
    }

    .archive-block-service .archive-tabs-service .tabs-mnu ul li.ui-tabs-active::after {
        display: none
    }

    .archive-block-reviews .reviews-row .review .reviews-footer .reviews-footer__info span {
        font-size: 15px;
        line-height: 19px
    }

    .paymentStep {
        padding-top: 30px;
        padding-left: 0
    }

    .paymentIcons {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .archive-block-service .archive-tabs-service {
        position: static !important
    }
}

@media only screen and (max-width: 900px) {
    .one-page-block .full-slider .slick-arrow {
        display: none !important
    }
}

@media only screen and (max-width: 768px) {
    header .header-start .start-info {
        display: block;
        width: 100%
    }

    header .header-start .start-info .adress {
        margin: 0;
        width: 50%;
        max-width: 100%;
        float: left;
        /*padding-right: 15px*/
    }

    header .header-start .start-info .work-time {
        margin: 0;
        width: 50%;
        float: left;
        /*padding-left: 15px*/
    }
/*
    header .header-start .start-info .tel-email {
        width: 100%;
        text-align: left;
        padding-top: 15px
    }

    header .header-start .start-info .tel-email p {
        display: inline-block;
        margin-right: 20px
    }
*/
    header .header-start .start-info .tel-email p a {
        font-size: 14px
    }

    .one-page-block .slider-content .content h2 {
        font-size: 25px;
        line-height: 32px;
        margin-bottom: 10px
    }

    .one-page-block .slider-content .content div p {
        font-size: 14px
    }

    .one-page-block .slider-content .video .infografic {
        text-align: center
    }

    .one-page-block .slider-content .video .infografic img {
        display: inline-block
    }

    .one-page-block .slider-content .info-result-day span {
        font-size: 50px;
        line-height: 50px
    }

    .hm-block-2 .service-block .service-grid {
        width: 100% !important;
        float: none !important;
        margin-bottom: 20px
    }

    .hm-block-2 .service-block .service {
        height: auto !important;
        padding-bottom: 15px
    }

    .hm-block-2 .service-block .service .service-img.service-img__scnd {
        width: 100%;
        float: none
    }

    .hm-block-2 .service-block .service .service-body {
        float: none;
        height: auto;
        width: 100%
    }

    .hm-block-2 .service-block .service .service-link {
        position: static !important;
        margin-left: 15px !important;
        margin-top: 10px !important
    }

    .hm-block-2 .form-block .service {
        height: auto !important;
        padding-bottom: 15px
    }

    .hm-block-2 .form-block .service .service-img.service-img__scnd {
        width: 100%;
        float: none
    }

    .hm-block-2 .form-block .service .service-body {
        float: none;
        height: auto;
        width: 100%
    }

    .hm-block-2 .form-block .service .service-link {
        position: static !important;
        margin-left: 15px !important;
        margin-top: 10px !important
    }

    .hm-block-5 .block-sertificat .slick-list {
        margin: 0
    }

    .archive-block-gallery .gallery-row {
        padding-top: 0
    }

    .service-cover {
        padding-top: 20px
    }

    .service-cover .service-name h1 {
        font-size: 25px;
        line-height: 30px
    }

    .service-need {
        padding-top: 10px
    }

    .service-need .need-list p {
        font-size: 20px;
        line-height: 27px
    }

    .service-need .need-list ul li {
        line-height: 22px;
        margin-bottom: 10px
    }

    .should-work .should-work-block .should-work__item {
        min-height: auto;
        height: auto !important
    }

    .single-content .info-single .info-single-share {
        padding-top: 10px;
        text-align: left
    }

    footer .fooret-start .footer-contacts {
        padding-left: 15px;
        border: none
    }

    footer .footer-end {
        text-align: center;
        padding-top: 5px;
        padding-bottom: 5px
    }

    footer .footer-end .footer-call, footer .footer-end .footer-logo {
        display: none
    }

    .page-block-contacts .map {
        height: 450px
    }

    .archive-block-about .about-row {
        margin-bottom: 0;
        padding-top: 0
    }

    .archive-block-about .about-step-block {
        display: block
    }

    .archive-block-about .about-step-block::before {
        display: none
    }

    .archive-block-about .about-step-block .history {
        float: none !important;
        width: 100% !important;
        text-align: left !important;
        padding: 0 !important
    }

    .archive-block-about .about-step-block .history .history-year {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .service-form .form-box form .label-anm {
        width: 100%;
        padding-right: 0;
        padding-left: 0
    }

    .service-form .form-box form button {
        width: 100%
    }

    .service-end .service-end__adven .should-work-block .should-work__item {
        height: auto !important;
        min-height: auto
    }

    .service-start .service-start-block .start-item {
        min-height: auto;
        margin-bottom: 20px
    }

    .archive-block-reviews .reviews-row .review {
        padding-left: 15px;
        padding-right: 15px
    }

    .archive-block-reviews .reviews-row .review .reviews-footer .reviews-footer__info {
        margin-bottom: 20px
    }
    
        
    footer .fooret-start .footer-contacts {
      padding-top: 20px;
    }
}

@media only screen and (max-width: 600px) {
    header .header-start .start-info .adress {
        display: none
    }

    header .header-start .start-info .work-time {
        display: none
    }

    header .header-start .start-info .tel-email {
        text-align: center
    }

    .one-page-block .slider-content {
        padding-top: 180px
    }

    .one-page-block .slider-content .content button {
        font-size: 12px
    }

    .mm-panel .mm-listview li {
        font-size: 12px
    }

    .hm-block-2 .service-block {
        padding-top: 0
    }

    .hm-block-8 .block-professional .professional-title {
        text-align: center
    }

    .hm-block-8 .block-professional .professional-title span {
        font-size: 21px
    }

    .hm-title h1, .hm-title span {
        font-size: 21px
    }

    .after-header {
        margin-bottom: 0
    }

    .modal .modal-content {
        padding-left: 15px;
        padding-right: 15px
    }

    .modal .modal-content .close {
        /*display: none*/
    }

    .modal .modal-content .modal-title p {
        font-size: 14px
    }

    .sidebar {
        width: 100%;
        float: none
    }

    .sidebar .sidebar-box .news-item .news-thumbnail {
        height: 150px
    }

    .single-content embed {
        height: 400px
    }

    .service-documents .document-title span {
        font-size: 18px;
        line-height: 23px
    }

    .service-end .service-end__adven-title span {
        font-size: 18px;
        line-height: 23px
    }

    .service-video object embed {
        height: 250px
    }

    .block-404 h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 20px
    }

    .block-404 h1 span {
        font-size: 50px
    }

    .block-404 p {
        line-height: 27px
    }

    .tariffs-block .table tbody th {
        line-height: 21px;
        padding-top: 9px;
        padding-bottom: 9px
    }

    .tariffs-block .table tbody td {
        line-height: 20px;
        vertical-align: middle;
        padding-top: 9px;
        padding-bottom: 9px
    }

    .tariffs-block .table tbody td:first-child {
        width: 60%
    }

    .tariffs-block .table tbody td:last-child {
        text-align: right
    }

    .archive-block-service .archive-tabs-service .tabs-box .tabs-box-div .div-description {
        width: 100%;
        float: none;
        padding-right: 0
    }

    .archive-block-service .archive-tabs-service .tabs-box .tabs-box-div .div-auth {
        display: none
    }

    .archive-block-service .archive-video object embed {
        height: 250px
    }
}

@media only screen and (max-width: 515px) {
    header .top-call .tel {
        display: none
    }
}

@media only screen and (max-width: 480px) {
    header .header-end {
        padding-top: 3px
    }

    header .header-end .logo img {
        /*display: none*/
        height:40px;
    }

    header .header-end .top-call {
        text-align: center;
        width: 100%;
        float: none
    }

    header .header-end .top-call .call-show {
        font-size: 12px
    }

    .one-page-block .full-slider .slider .slider-content {
        padding-top: 200px
    }

    .one-page-block .full-slider .slider .slider-content .content button {
        font-size: 13px
    }

    .hm-block-4 .triangles-container .tc-item {
        margin-left: 0 !important
    }

    .sidebar {
        width: 100%;
        float: none
    }

    .sidebar .sidebar-box .news-item .news-thumbnail {
        height: 110px
    }

    .single-content embed {
        height: 250px
    }

    .page-block-contacts .map {
        height: 350px
    }

    .service-cost .col-md-12 {
        display: block;
        width: 100%;
        min-height: 0;
        overflow-x: auto;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .archive-block-payment {
        padding-bottom: 0
    }

    .customers {
        padding-top: 0;
        padding-bottom: 20px
    }

    .customers__title span {
        font-size: 20px
    }
}

@media (max-width: 640px) {
    .list640 {
        border: none;
        display: block;
        padding-bottom: 0;
        width: 100%;
        border-top: 1px solid #ccc;
    }
    .list640 caption {
        display: block;
    }
    .list640 thead {
        display: none;
        visibility: hidden;
    }
    .list640 tbody, table.list640  tr, table.list640  th,  table.list640 td {
        border: 0 none;
        display: block;
        padding: 0;
        text-align: left !important;
        white-space: normal;
    }
    table.list640 td{
        padding-bottom: 0.5em;
        border-bottom: 1px solid #ccc;
    }
    table.list640 td:first-child{
        font-weight: bold;
        font-size: 1.1em;
        line-height: 1.15em;
    }
    .list640 tr {
        margin-top: 1em;
        margin-bottom: 1em;
    }
    .list640 th[data-title]:before, table.list640 td[data-title]:before {
        content: attr(data-title) ": ";
        font-size: 1.1em;
        padding-bottom: 7px;
        font-family: Verdana, Arial, sans-serif;
        font-weight: bold;
        display: inline-block;
    }
    .list640 th:not([data-title]) {
        font-weight: bold;
    }
    .list640 td:empty {
        display: none;
    }
    .list640 p{
        padding-bottom: 0;
    }
}
@media (max-width: 540px) {
    .list540 {
        border: none;
        display: block;
        padding-bottom: 0;
        width: 100%;
        border-top: 1px solid #ccc;
    }
    .list540 caption {
        display: block;
    }
    .list540 thead {
        display: none;
        visibility: hidden;
    }
    .list540 tbody, table.list540  tr, table.list540  th,  table.list540 td {
        border: 0 none;
        display: block;
        padding: 0;
        text-align: left !important;
        white-space: normal;
    }
    table.list540 td{
        padding-bottom: 0.5em;
        border-bottom: 1px solid #ccc;
    }
    table.list540 td:first-child{
    }
    .list540 tr {
        margin-top: 1em;
        margin-bottom: 1em;
    }
    .list540 th[data-title]:before, table.list640 td[data-title]:before {
        content: attr(data-title) ": ";
        font-size: 1.1em;
        padding-bottom: 7px;
        font-family: Verdana, Arial, sans-serif;
        font-weight: bold;
        display: inline-block;
    }
    .list540 th:not([data-title]) {
        font-weight: bold;
    }
    .list540 td:empty {
        display: none;
    }
    .list540 p{
        padding-bottom: 0;
    }
}

.garanties {
	margin-bottom: 40px;
	background-color:#df4e4e;
	padding:10px 10px 20px 0;
}

.garanties ul li {
    color: #fff;
    padding-top:20px;
    font-size: 16px;
    font-weight: 400;
    line-height:25px;
}

.projects_by_industry .customerSlider__item span {
    border: 1px solid;
    margin-top: 5px;
    padding: 5px;
    height: 180px;
    display: block;
}

.projects_by_industry .industry {
    margin: 30px 0 10px 0;
    padding: 10px;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 10px;
    font-weight: 700;
}

.agreement {
    line-height: 16px;
    font-size: 14px;
    margin-bottom: 19px;
    display: table;
}

.agreement input {
    margin-right: 5px;
    display: table-cell;
    vertical-align: middle;
}

.agreement a {
    /*font-size: 14px;*/
    color: #d9534f;
}

.agreement a:hover {
    color: #d9534f;
}

.agreement span {
    display: table-cell !important;
    text-transform: none !important;
}

.form-box .object-agreement {
    padding: 0 10px;
    margin:0;
    color: #fff;
}
.page-block-contacts .contacts-row .contacts-row__adress .footer-social a.phone {
display: inline;
text-align: left;
border: none;
color: #333;
font-size: 16px;
}
::after, ::before {

    -webkit-box-sizing: border-box;
    box-sizing: border-box;

}
::placeholder {

    color: #666;
    opacity: 1;

}
body ::selection {

    color: #fff;
    background: #df4e4e;

}
body ::selection {

    color: #fff;
    background: #df4e4e;

}
элемент {

    white-space: nowrap;
    border: none;

}
footer .fooret-start .footer-contacts .footer-social a.phone {
	white-space: nowrap;
	border: none;
}

.table-container {
  margin-top: 50px;	
  margin-bottom: 50px;	
  overflow-x: auto;
}

.table-container table {
  width: 100%;
}

.table-container thead {
  color: #ffffff;
  background: #df4e4e;
}

.table-container td {
  padding: 15px;	
  font-size: 14px;
  line-height: 20px;
  vertical-align: middle;
  white-space: nowrap;
}

@media (min-width: 768px) {
    body {
        font-family: Lato, sans-serif;
    }
    .mainNav ul li {
        font-family: Lato, sans-serif;
        color: #000;
    }
    .mainNav ul li a {
        font-family: Lato, sans-serif;
    }
    .one-page-block .slider-content .info-result-day span {
        font-family: Proxima, sans-serif
    }
    .hm-block-2 .form-block .form-box form .label-anm label {
        font-family: Proxima, sans-serif;
    }
    .hm-block-8 .form-block .form-box form .label-anm label {
        font-family: Proxima, sans-serif;
    }
    .service-cover .form-block .form-box form .label-anm label {
        font-family: Proxima, sans-serif;
    }
    .service-form .form-box form .label-anm label {
        font-family: Proxima, sans-serif;
    }
    .sidebar .sidebar-box .banner .banner-title p {
        font-family: Proxima, sans-serif;
    }
    .archive-block-about .about-step-block .history .history-year span {
        font-family: Proxima, sans-serif;
    }
    .modal .modal-content .form-box form .label-anm label {
        font-family: Proxima, sans-serif;
    }
    .paymentForm .form-box form .label-anm label {
        font-family: Proxima, sans-serif;
    }
    footer .fooret-start .footer-contacts .footer-adress p {
        font-family: Proxima, sans-serif;  
    }
    .page-block-contacts .contacts-row .contacts-row__form .form-box form .label-anm label {
        font-family: Proxima, sans-serif;
    }
    
    .table-container td {
    	white-space: unset;
    }
}
.hm-title h2.title{
    font-size: 25px;
    font-weight: 600;
    margin: -16px 15px 0;
    color: #df4e4e;
}
.service-cover .service-name .buttons-container {
    max-width: 640px;
}
.service-cover .buttons-container .left-button {
    max-width: 100%;
    float:left;
}
.service-cover .buttons-container .right-button {
    max-width: 100%;
    float:right;
}

.service-cover .buttons-container a {
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    overflow: hidden;
    outline: 0
}
.service-cover .buttons-container a::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .2);
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.service-cover .buttons-container a:hover::before {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

ul.list-row {
	margin-top: 50px;
	display: flex;
    justify-content: space-between;
    /*align-items: center;*/
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
}

ul.list-row li {
	position: relative;
	margin: 0;
    padding: 25px;
	flex-direction: column;
	text-align: center;
	line-height: 16px;
}

ul.list-row li:not(:last-child):after {
	content: '';
	position: absolute;
	top: 50%;
    transform: translateY(-50%);
	right: -16px;
    width: 1px;
    height: 75px;
    background-color: rgba(0, 0, 0, 0.1);
}

ul.list-row li:before {
	display: none;
}

ul.list-row b {
	font-size: 36px;
	line-height: 42px;
}

@media (max-width: 767px) {
    .service-cover .buttons-container .left-button,
    .service-cover .buttons-container .right-button {
        float:none;
        margin:0 auto;
        width: 260px;
    }
}