/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
img,
legend {
    border: 0;
}
legend,
td,
th {
    padding: 0;
}
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,
optgroup,
strong {
    font-weight: 700;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.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: -0.5em;
}
sub {
    bottom: -0.25em;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
pre,
textarea {
    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] {
    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;
    -moz-box-sizing: content-box;
    -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: 0.35em 0.625em 0.75em;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* ==========================================================================
   GRID */
/* ========================================================================== */
.content {
    position: relative;
    margin: 0 auto;
display:block;
}
.content:before,
.content:after {
    content: " ";
    display: table;
}
.content:after {
    clear: both;
}
@media (max-width: 768px) {
    .content .content {
        margin-left: -5px;
        margin-right: -5px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .content .content {
        margin-left: -10px;
        margin-right: -10px;
    }
}
@media (min-width: 992px) and (max-width: 1279px) {
    .content .content {
        margin-left: -15px;
        margin-right: -15px;
    }
}
@media (min-width: 1280px) {
    .content .content {
        margin-left: -20px;
        margin-right: -20px;
    }
}
.col {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@media (max-width: 768px) {
    .col {
        padding-left: 5px;
        padding-right: 5px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .col {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (min-width: 992px) and (max-width: 1279px) {
    .col {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (min-width: 1280px) {
    .col {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.col-mb-12 {
    width: 100%;
}
.col-mb-11 {
    width: 91.66666667%;
}
.col-mb-10 {
    width: 83.33333333%;
}
.col-mb-9 {
    width: 75%;
}
.col-mb-8 {
    width: 66.66666667%;
}
.col-mb-7 {
    width: 58.33333333%;
}
.col-mb-6 {
    width: 50%;
}
.col-mb-5 {
    width: 41.66666667%;
}
.col-mb-4 {
    width: 33.33333333%;
}
.col-mb-3 {
    width: 25%;
}
.col-mb-2 {
    width: 16.66666667%;
}
.col-mb-1 {
    width: 8.33333333%;
}
.col-mb-right-12 {
    right: 100%;
}
.col-mb-right-11 {
    right: 91.66666667%;
}
.col-mb-right-10 {
    right: 83.33333333%;
}
.col-mb-right-9 {
    right: 75%;
}
.col-mb-right-8 {
    right: 66.66666667%;
}
.col-mb-right-7 {
    right: 58.33333333%;
}
.col-mb-right-6 {
    right: 50%;
}
.col-mb-right-5 {
    right: 41.66666667%;
}
.col-mb-right-4 {
    right: 33.33333333%;
}
.col-mb-right-3 {
    right: 25%;
}
.col-mb-right-2 {
    right: 16.66666667%;
}
.col-mb-right-1 {
    right: 8.33333333%;
}
.col-mb-left-12 {
    left: 100%;
}
.col-mb-left-11 {
    left: 91.66666667%;
}
.col-mb-left-10 {
    left: 83.33333333%;
}
.col-mb-left-9 {
    left: 75%;
}
.col-mb-left-8 {
    left: 66.66666667%;
}
.col-mb-left-7 {
    left: 58.33333333%;
}
.col-mb-left-6 {
    left: 50%;
}
.col-mb-left-5 {
    left: 41.66666667%;
}
.col-mb-left-4 {
    left: 33.33333333%;
}
.col-mb-left-3 {
    left: 25%;
}
.col-mb-left-2 {
    left: 16.66666667%;
}
.col-mb-left-1 {
    left: 8.33333333%;
}
.col-mb-left-0 {
    left: 0%;
}
@media (min-width: 768px) {
    .content {
        max-width: 758px;
    }
    .col {
        float: left;
    }
    .col-12 {
        width: 100%;
    }
    .col-11 {
        width: 91.66666667%;
    }
    .col-10 {
        width: 83.33333333%;
    }
    .col-9 {
        width: 75%;
    }
    .col-8 {
        width: 66.66666667%;
    }
    .col-7 {
        width: 58.33333333%;
    }
    .col-6 {
        width: 50%;
    }
    .col-5 {
        width: 41.66666667%;
    }
    .col-4 {
        width: 33.33333333%;
    }
    .col-3 {
        width: 25%;
    }
    .col-2 {
        width: 16.66666667%;
    }
    .col-1 {
        width: 8.33333333%;
    }
    .col-right-12 {
        right: 100%;
    }
    .col-right-11 {
        right: 91.66666667%;
    }
    .col-right-10 {
        right: 83.33333333%;
    }
    .col-right-9 {
        right: 75%;
    }
    .col-right-8 {
        right: 66.66666667%;
    }
    .col-right-7 {
        right: 58.33333333%;
    }
    .col-right-6 {
        right: 50%;
    }
    .col-right-5 {
        right: 41.66666667%;
    }
    .col-right-4 {
        right: 33.33333333%;
    }
    .col-right-3 {
        right: 25%;
    }
    .col-right-2 {
        right: 16.66666667%;
    }
    .col-right-1 {
        right: 8.33333333%;
    }
    .col-left-12 {
        left: 100%;
    }
    .col-left-11 {
        left: 91.66666667%;
    }
    .col-left-10 {
        left: 83.33333333%;
    }
    .col-left-9 {
        left: 75%;
    }
    .col-left-8 {
        left: 66.66666667%;
    }
    .col-left-7 {
        left: 58.33333333%;
    }
    .col-left-6 {
        left: 50%;
    }
    .col-left-5 {
        left: 41.66666667%;
    }
    .col-left-4 {
        left: 33.33333333%;
    }
    .col-left-3 {
        left: 25%;
    }
    .col-left-2 {
        left: 16.66666667%;
    }
    .col-left-1 {
        left: 8.33333333%;
    }
    .col-left-0 {
        left: 0%;
    }
}
@media (min-width: 992px) {
    .content {
        max-width: 992px;
    }
    .col {
        float: left;
    }
    .col-dt-12 {
        width: 100%;
    }
    .col-dt-11 {
        width: 91.66666667%;
    }
    .col-dt-10 {
        width: 83.33333333%;
    }
    .col-dt-9 {
        width: 75%;
    }
    .col-dt-8 {
        width: 66.66666667%;
    }
    .col-dt-7 {
        width: 58.33333333%;
    }
    .col-dt-6 {
        width: 50%;
    }
    .col-dt-5 {
        width: 41.66666667%;
    }
    .col-dt-4 {
        width: 33.33333333%;
    }
    .col-dt-3 {
        width: 25%;
    }
    .col-dt-2 {
        width: 16.66666667%;
    }
    .col-dt-1 {
        width: 8.33333333%;
    }
    .col-dt-right-12 {
        right: 100%;
    }
    .col-dt-right-11 {
        right: 91.66666667%;
    }
    .col-dt-right-10 {
        right: 83.33333333%;
    }
    .col-dt-right-9 {
        right: 75%;
    }
    .col-dt-right-8 {
        right: 66.66666667%;
    }
    .col-dt-right-7 {
        right: 58.33333333%;
    }
    .col-dt-right-6 {
        right: 50%;
    }
    .col-dt-right-5 {
        right: 41.66666667%;
    }
    .col-dt-right-4 {
        right: 33.33333333%;
    }
    .col-dt-right-3 {
        right: 25%;
    }
    .col-dt-right-2 {
        right: 16.66666667%;
    }
    .col-dt-right-1 {
        right: 8.33333333%;
    }
    .col-dt-left-12 {
        left: 100%;
    }
    .col-dt-left-11 {
        left: 91.66666667%;
    }
    .col-dt-left-10 {
        left: 83.33333333%;
    }
    .col-dt-left-9 {
        left: 75%;
    }
    .col-dt-left-8 {
        left: 66.66666667%;
    }
    .col-dt-left-7 {
        left: 58.33333333%;
    }
    .col-dt-left-6 {
        left: 50%;
    }
    .col-dt-left-5 {
        left: 41.66666667%;
    }
    .col-dt-left-4 {
        left: 33.33333333%;
    }
    .col-dt-left-3 {
        left: 25%;
    }
    .col-dt-left-2 {
        left: 16.66666667%;
    }
    .col-dt-left-1 {
        left: 8.33333333%;
    }
    .col-dt-left-0 {
        left: 0%;
    }
}
@media (min-width: 1280px) {
    .content {
        max-width: 1240px;
    }
    .col {
        float: left;
    }
    .col-ld-12 {
        width: 100%;
    }
    .col-ld-11 {
        width: 91.66666667%;
    }
    .col-ld-10 {
        width: 83.33333333%;
    }
    .col-ld-9 {
        width: 75%;
    }
    .col-ld-8 {
        width: 66.66666667%;
    }
    .col-ld-7 {
        width: 58.33333333%;
    }
    .col-ld-6 {
        width: 50%;
    }
    .col-ld-5 {
        width: 41.66666667%;
    }
    .col-ld-4 {
        width: 33.33333333%;
    }
    .col-ld-3 {
        width: 25%;
    }
    .col-ld-2 {
        width: 16.66666667%;
    }
    .col-ld-1 {
        width: 8.33333333%;
    }
    .col-ld-right-12 {
        right: 100%;
    }
    .col-ld-right-11 {
        right: 91.66666667%;
    }
    .col-ld-right-10 {
        right: 83.33333333%;
    }
    .col-ld-right-9 {
        right: 75%;
    }
    .col-ld-right-8 {
        right: 66.66666667%;
    }
    .col-ld-right-7 {
        right: 58.33333333%;
    }
    .col-ld-right-6 {
        right: 50%;
    }
    .col-ld-right-5 {
        right: 41.66666667%;
    }
    .col-ld-right-4 {
        right: 33.33333333%;
    }
    .col-ld-right-3 {
        right: 25%;
    }
    .col-ld-right-2 {
        right: 16.66666667%;
    }
    .col-ld-right-1 {
        right: 8.33333333%;
    }
    .col-ld-left-12 {
        left: 100%;
    }
    .col-ld-left-11 {
        left: 91.66666667%;
    }
    .col-ld-left-10 {
        left: 83.33333333%;
    }
    .col-ld-left-9 {
        left: 75%;
    }
    .col-ld-left-8 {
        left: 66.66666667%;
    }
    .col-ld-left-7 {
        left: 58.33333333%;
    }
    .col-ld-left-6 {
        left: 50%;
    }
    .col-ld-left-5 {
        left: 41.66666667%;
    }
    .col-ld-left-4 {
        left: 33.33333333%;
    }
    .col-ld-left-3 {
        left: 25%;
    }
    .col-ld-left-2 {
        left: 16.66666667%;
    }
    .col-ld-left-1 {
        left: 8.33333333%;
    }
    .col-ld-left-0 {
        left: 0%;
    }
}
.center-block {
    margin: 0 auto;
}
@media (max-width: 767px) {
    .col-mb-hide,
    .mb-hide,
    .tablet-block,
    .dt-block,
    .ld-block {
        display: none;
    }
    .mb-block {
        display: block;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .col-hide,
    .tablet-hide,
    .mb-block,
    .dt-block,
    .ld-block {
        display: none;
    }
    .tablet-block {
        display: block;
    }
}
@media (min-width: 992px) and (max-width: 1279px) {
    .col-dt-hide,
    .dt-hide,
    .mb-block,
    .tablet-block,
    .ld-block {
        display: none;
    }
    .dt-block {
        display: block;
    }
}
@media (min-width: 1280px) {
    .col-ld-hide,
    .ld-hide,
    .mb-block,
    .tablet-block,
    .dt-block {
        display: none;
    }
    .ld-block {
        display: block;
    }
}
@media (max-width: 768px) {
    .col-padding {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .col-padding {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
@media (min-width: 992px) and (max-width: 1279px) {
    .col-padding {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
@media (min-width: 1280px) {
    .col-padding {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
@media (max-width: 768px) {
    .col-margin {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .col-margin {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}
@media (min-width: 992px) and (max-width: 1279px) {
    .col-margin {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}
@media (min-width: 1280px) {
    .col-margin {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}
@media (max-width: 768px) {
    .col-margin-bottom {
        margin-bottom: 10px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .col-margin-bottom {
        margin-bottom: 20px;
    }
}
@media (min-width: 992px) and (max-width: 1279px) {
    .col-margin-bottom {
        margin-bottom: 30px;
    }
}
@media (min-width: 1280px) {
    .col-margin-bottom {
        margin-bottom: 40px;
    }
}
@media (max-width: 768px) {
    .col-margin-top {
        margin-top: 10px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .col-margin-top {
        margin-top: 20px;
    }
}
@media (min-width: 992px) and (max-width: 1279px) {
    .col-margin-top {
        margin-top: 30px;
    }
}
@media (min-width: 1280px) {
    .col-margin-top {
        margin-top: 40px;
    }
}
/* ==========================================================================
   BUTTONS */
/* ========================================================================== */
.btn {
    display: inline-block;
    color: #157fc4;
    margin-bottom: 0;
   
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    background: #dcecf6;
    border: 0;
    text-decoration: none;
    white-space: nowrap;
    height: 40px;
    padding: 0 20px;
    border-radius: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgba(21, 127, 196, 0.5);
}
.btn:hover,
.btn:focus {
    color: #ffffff;
    background: #157fc4;
    text-decoration: none;
}
.btn:active,
.btn.active {
    outline: 0;
    background: #106196;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
}
.btn-cta {
    background: #ffffff;
    color: #157fc4;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
}
.btn-cta:hover,
.btn-cta:focus {
    color: #157fc4;
    background: #ffffff;
    text-decoration: none;
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.2);
}
.btn-cta:active,
.btn-cta.active {
    color: #157fc4;
    background: #ffffff;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
}
.btn-square {
    border-radius: 3px;
}
.btn-dark {
    background: rgba(24, 24, 24, 0.3);
    color: #ffffff;
}
.btn-dark:hover,
.btn-dark:focus {
    color: #ffffff;
    background: rgba(24, 24, 24, 0.5);
    text-decoration: none;
}
.btn-dark:active,
.btn-dark.active {
    color: #ffffff;
    background: rgba(24, 24, 24, 0.7);
}
.btn-search {
    background: #157fc4;
    color: #ffffff;
}
.btn-search:hover,
.btn-search:focus {
    color: #ffffff;
    background: #106196;
    text-decoration: none;
}
.btn-search:active,
.btn-search.active {
    color: #ffffff;
    background: #45a3ba;
}
.btn-long {
    padding-left: 40px;
    padding-right: 40px;
}
.btn-outline {
    background-color: transparent;
    color: #828282;
    border: solid 1px #b5b5b5;
    line-height: 38px;
}
.btn-outline:hover,
.btn-outline:focus {
    color: #828282;
    background: #ededed;
    text-decoration: none;
    border-color: #b5b5b5;
}
.btn-outline:active,
.btn-outline.active {
    color: #1c1c1c;
    background: #ededed;
    text-decoration: none;
}
.btn-group:before,
.btn-group:after {
    content: " ";
    display: table;
}
.btn-group:after {
    clear: both;
}
.btn-group .btn {
    float: left;
    border-radius: 0;
}
.btn-group .btn + .btn {
    margin-left: -1px;
}
.btn-group .btn:first-child {
    border-radius: 20px 0 0 20px;
}
.btn-group .btn:last-child {
    border-radius: 0 20px 20px 0;
}
.btn-group .btn.btn-square:first-child {
    border-radius: 3px 0 0 3px;
}
.btn-group .btn.btn-square:last-child {
    border-radius: 0 3px 3px 0;
}
.btn-link {
    color: #157fc4;
    cursor: pointer;
    border-radius: 0;
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none;
}
.btn-link:hover,
.btn-link:focus {
    color: #157fc4;
    text-decoration: underline;
    background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
    background-color: transparent;
    color: #157fc4;
    text-decoration: none;
}
.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.btn-block + .btn-block {
    margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}
/* ==========================================================================
   ICONS */
/* ========================================================================== */
.icon {
    display: inline-block;
    overflow: hidden;
    width: 20px;
    height: 20px;
    vertical-align: text-top;
    background: url('images/all-icons.png') 0 0 no-repeat;
}
@media screen and (min-resolution: 192dpi) {
    .icon {
        background-image: url('images/all-icons@2x.png');
        background-size: 200px 300px;
    }
}
.icon-dd {
    background-position: 0 0;
}
.icon-lk {
    background-position: 0 -60px;
}
.icon-map-marker {
    background-position: 0 -80px;
}
.icon-map-marker-bold {
    background-position: -20px -80px;
}
.icon-special-version {
    background-position: -40px -80px;
    width: 25px;
}
.icon-search {
    background-position: 0 -40px;
}
.icon-search-white {
    background-position: -20px -40px;
}
.icon-close {
    background-position: 0 -100px;
    cursor: pointer;
    opacity: .5;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.icon-close:hover {
    opacity: 1;
}
.icon-social- {
    background-image: none;
    background-size: contain;
    background-color: #ffffff;
    border-radius: 3px;
}
.icon-social-[style] {
    background-color: transparent;
    border-radius: 0;
}
.icon-social-vk {
    background-position: 0 -120px;
}
.icon-social-tw {
    background-position: 0 -140px;
}
.icon-social-fb {
    background-position: 0 -160px;
}
.icon-social-inst {
    background-position: 0 -180px;
}
.icon-social-in {
    background-position: 0 -200px;
}
.icon-social-gplus {
    background-position: 0 -220px;
}
.icon-arrow-right {
    background-position: -80px -40px;
}
.icon-arrow-left {
    background-position: -100px -40px;
}
.icon-arrow-down {
    background-position: -100px -60px;
}
.icon-arrow-white-right {
    background-position: -80px -100px;
}
.icon-arrow-white-left {
    background-position: -100px -100px;
}
.icon-pdf {
    background-position: -40px -100px;
    width: 40px;
    height: 40px;
}
.icon-phone {
    background-position: -20px 0;
}
.icon-institution {
    background-position: -20px -20px;
}
/* ==========================================================================
   FORMS */
/* ========================================================================== */
.input {
    display: inline-block;
    height: 40px;
    padding: 0 20px;
    position: relative;
    margin-bottom: 11px;
    color: #1c1c1c;
    vertical-align: middle;
    border: solid 1px transparent;
    outline: none;
    background-color: #dcecf6;
    -webkit-appearance: none;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.input:hover {
    background-color: #157fc4;
    color: #ffffff;
}
.input:hover:-moz-placeholder {
    color: #ffffff;
}
.input:hover:-ms-input-placeholder {
    color: #ffffff;
}
.input:hover::-webkit-input-placeholder {
    color: #ffffff;
}
.input:focus {
    outline: none;
    border-color: #157fc4;
    background-color: transparent;
    color: #157fc4;
}
.input:focus:-moz-placeholder {
    color: #828282;
}
.input:focus:-ms-input-placeholder {
    color: #828282;
}
.input:focus::-webkit-input-placeholder {
    color: #828282;
}
textarea.input {
    padding: 10px 20px;
    height: auto;
}
select.input {
    padding: 0;
    cursor: pointer;
    -webkit-appearance: menulist;
}
select.input[multiple],
select.input.multiple {
    -webkit-appearance: inherit;
}
.input[type="number"],
.input[type="date"],
.input[type="time"] {
    padding: 0 0 0 20px;
}
.input[type="color"] {
    padding: 0;
}
.input[type="file"] {
    padding: 7px;
}
.input-required,
.input:required {
    border-color: #ea5600;
}
.input.disabled,
.input-disabled,
.input:disabled {
    opacity: .5;
}
.input.disabled:hover,
.input-disabled:hover,
.input:disabled:hover {
    background-color: #dcecf6;
    color: #1c1c1c;
}
.white-inputs .input,
.input.input-white {
    background-color: #ffffff;
    border-width: 2px;
}
.white-inputs .input:hover,
.input.input-white:hover {
    color: #157fc4;
    background-color: #ffffff;
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.2);
}
.white-inputs .input:focus,
.input.input-white:focus {
    color: #ffffff;
    border-color: #ffffff;
    background-color: transparent;
    box-shadow: none;
}
.white-inputs .input:focus:-moz-placeholder,
.input.input-white:focus:-moz-placeholder {
    color: #d9d9d9;
}
.white-inputs .input:focus:-ms-input-placeholder,
.input.input-white:focus:-ms-input-placeholder {
    color: #d9d9d9;
}
.white-inputs .input:focus::-webkit-input-placeholder,
.input.input-white:focus::-webkit-input-placeholder {
    color: #d9d9d9;
}
.white-inputs .input.disabled,
.input.input-white.disabled,
.white-inputs .input-disabled,
.input.input-white-disabled,
.white-inputs .input:disabled,
.input.input-white:disabled {
    opacity: .5;
}
.white-inputs .input.disabled:hover,
.input.input-white.disabled:hover,
.white-inputs .input-disabled:hover,
.input.input-white-disabled:hover,
.white-inputs .input:disabled:hover,
.input.input-white:disabled:hover {
    color: #1c1c1c;
    background-color: #ffffff;
    box-shadow: none;
}
.white-inputs .input:-moz-placeholder,
.input.input-white:-moz-placeholder {
    color: #ededed;
}
.white-inputs .input:-ms-input-placeholder,
.input.input-white:-ms-input-placeholder {
    color: #ededed;
}
.white-inputs .input::-webkit-input-placeholder,
.input.input-white::-webkit-input-placeholder {
    color: #ededed;
}
.white-inputs select.input:focus,
.white-inputs select.input:hover,
select.input-white:focus,
select.input-white:hover {
    color: #157fc4 !important;
    background-color: #ffffff !important;
}
.input-block-level,
.input-block {
    width: 100%;
}
.checkbox {
    position: absolute;
    left: -9999px;
}
.checkbox + label {
    cursor: pointer;
    margin-top: 4px;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.checkbox + label > span {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: -2px 5px 0 0;
    vertical-align: middle;
    background: #ffffff;
    cursor: pointer;
    border: solid 1px #d4d4d4;
    border-radius: 2px;
    position: relative;
}
.checkbox + label:hover > span {
    border-color: #d4d4d4;
}
.checkbox:checked + label > span {
    border-color: #d4d4d4;
}
.checkbox:checked + label > span:before {
    content: ' ';
    position: absolute;
    border: solid #157fc4;
    border-width: 0 0 2px 2px;
    height: 4px;
    width: 9px;
    left: 3px;
    top: 4px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.checkbox:focus + label > span {
    border-color: #157fc4;
}
.checkbox:focus + label {
    color: #157fc4;
}
.checkbox:checked:disabled + label > span,
.checkbox:checked:disabled + label:hover > span {
    border-color: #1c1c1c;
    background-color: #4f4f4f;
    cursor: default;
}
.checkbox:checked:disabled + label > span:before,
.checkbox:checked:disabled + label:hover > span:before {
    border-color: #1c1c1c;
}
.checkbox:disabled + label > span,
.checkbox:disabled + label > span:hover,
.checkbox:disabled + label:hover > span {
    border-color: #1c1c1c;
    background-color: #363636;
    cursor: default;
}
.checkbox:disabled + label > span:before,
.checkbox:disabled + label > span:hover:before,
.checkbox:disabled + label:hover > span:before {
    border-color: #1c1c1c;
}
.checkbox:disabled + label,
.checkbox:disabled + label:hover {
    color: #1c1c1c;
    cursor: default;
}
.radio {
    position: absolute;
    left: -9999px;
}
.radio + label {
    cursor: pointer;
    margin-top: 4px;
    display: inline-block;
}
.radio + label > span {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: -2px 5px 0 0;
    vertical-align: middle;
    background: #ffffff;
    cursor: pointer;
    border: solid 1px #d4d4d4;
    position: relative;
    border-radius: 10px;
}
.radio + label:hover > span,
.radio + label:focus > span {
    border-color: #d4d4d4;
}
.radio:checked + label > span {
    border-color: #d4d4d4;
}
.radio:checked + label > span:before {
    content: ' ';
    position: absolute;
    height: 12px;
    width: 12px;
    background: #157fc4;
    left: 3px;
    top: 3px;
    background-image: -webkit-linear-gradient(left, #000000 0%, #ffffff 100%);
    background-image: -o-linear-gradient(left, #000000 0%, #ffffff 100%);
    background-image: linear-gradient(rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
    border-radius: 15px;
}
.radio:focus + label > span {
    border-color: #157fc4;
}
.radio:focus + label {
    color: #157fc4;
}
.radio:checked:disabled + label > span,
.radio:checked:disabled + label:hover > span {
    border-color: #1c1c1c;
    background-color: #4f4f4f;
    cursor: default;
}
.radio:checked:disabled + label > span:before,
.radio:checked:disabled + label:hover > span:before {
    background: #1c1c1c;
}
.radio:disabled + label > span,
.radio:disabled + label > span:hover,
.radio:disabled + label:hover > span {
    border-color: #1c1c1c;
    background-color: #363636;
    cursor: default;
}
.radio:disabled + label > span:before,
.radio:disabled + label > span:hover:before,
.radio:disabled + label:hover > span:before {
    background: #1c1c1c;
}
.radio:disabled + label,
.radio:disabled + label:hover {
    color: #1c1c1c;
    cursor: default;
}
.bx-auth-reg .alert p {
    margin: 0 !important;
}
.form-control {
    margin: 1em 0;
}
.form-control .input {
    margin: 0;
}
.form-label {
    padding-bottom: 8px;
    display: inline-block;
}
@media (min-width: 768px) {
    .form-label {
        text-align: right;
        line-height: 40px;
        vertical-align: middle;
        padding-bottom: 0;
    }
}
.required {
    color: #a42338;
}
/* ==========================================================================
	 TABLES */
/* ========================================================================== */
table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}
.table {
    width: 100%;
    margin-bottom: 20px;
}
.table th,
.table td {
    padding: 10px;
    /*text-align: left;*/
    font-size: 14px;
    /*vertical-align: top;*/
    border-top: 1px solid #ededed;
}
.table th {
    font-weight: bold;
    background: #f7f7f7;
}
.table thead th {
    vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
    border-top: 0;
}
.table tbody + tbody {
    border-top: 2px solid #ededed;
}
.table .table {
    background-color: #f5f5f5;
}
.table-bordered {
    border: 1px solid #ededed;
    border-collapse: separate;
    border-left: 0;
}
.table-bordered th,
.table-bordered td {
    border-left: 1px solid #ededed;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
    border-top: 0;
}
.table-bordered tbody + tbody tr:first-child td {
    border-top: solid 2px #ededed;
}
.table-striped tbody > tr:nth-child(even) > td,
.table-striped tbody > tr:nth-child(even) > th {
    background-color: rgba(24, 24, 24, 0.1);
}
.primary-box .table-striped tbody > tr:nth-child(even) > td,
.primary-box .table-striped tbody > tr:nth-child(even) > th,
.secondary-box .table-striped tbody > tr:nth-child(even) > td,
.secondary-box .table-striped tbody > tr:nth-child(even) > th {
    background-color: rgba(255, 255, 255, 0.2);
}
.table-hover tr:hover > th,
.table-hover tr:hover > td {
    background-color: #f5f5f5;
}
.table-noborder th,
.table-noborder td {
    border: 0;
    padding: 8px;
}
.table-noborder th p:first-child,
.table-noborder td p:first-child {
    margin-top: 0;
}
.table-noborder th p:last-child,
.table-noborder td p:last-child {
    margin-bottom: 0;
}
.table-noborder th:first-child,
.table-noborder td:first-child {
    padding-left: 0;
}
.table-noborder th:last-child,
.table-noborder td:last-child {
    padding-right: 0;
}
th.td-gray,
td.td-gray {
    background: #fafafa;
}
/* ==========================================================================
   TABLE-GRAY-HEADER */
/* ========================================================================== */
.table-gray-header th {
    background-color: transparent;
    border-bottom: solid 1px rgba(24, 24, 24, 0.2);
    color: #828282;
    font-weight: normal;
}
.table-gray-header th:first-child,
.table-gray-header td:first-child {
    padding-left: 0;
}
.table-gray-header th:last-child,
.table-gray-header td:last-child {
    padding-right: 0;
}
.table.va-middle td,
.table.va-middle th {
    vertical-align: middle;
}
.table.ta-center td,
.table.ta-center th {
    text-align: center;
}
/* ==========================================================================
   TABLE-RESPONSIVE */
/* ========================================================================== */
@media only screen and (max-width: 767px) {
    table.table-responsive {
        display: block;
        max-width: 100%;
        border: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    table.table-responsive tbody,
    table.table-responsive td,
    table.table-responsive th,
    table.table-responsive tr {
        display: block;
        border-left: 0;
        border-right: 0;
        width: 100%;
        max-width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    table.table-responsive tbody[width],
    table.table-responsive td[width],
    table.table-responsive th[width],
    table.table-responsive tr[width] {
        width: 100%;
    }
    table.table-responsive tbody.ta-left,
    table.table-responsive td.ta-left,
    table.table-responsive th.ta-left,
    table.table-responsive tr.ta-left,
    table.table-responsive tbody.ta-center,
    table.table-responsive td.ta-center,
    table.table-responsive th.ta-center,
    table.table-responsive tr.ta-center,
    table.table-responsive tbody.ta-right,
    table.table-responsive td.ta-right,
    table.table-responsive th.ta-right,
    table.table-responsive tr.ta-right {
        text-align: left;
    }
    table.table-responsive tr {
        margin-bottom: 1em;
        border: solid 1px #ededed;
        padding: 5px;
        border-radius: 5px;
        counter-reset: tablerow;
    }
    table.table-responsive th,
    table.table-responsive td {
        position: relative;
        padding-left: 40px;
    }
    table.table-responsive th:before,
    table.table-responsive td:before {
        counter-increment: tablerow;
        content: counters(tablerow, '.');
        position: absolute;
        left: 10px;
        display: block;
        width: 20px;
        height: 20px;
        background: rgba(0, 0, 0, 0.3);
        margin-top: 2px;
        text-align: center;
        line-height: 20px;
        font-size: 12px;
        color: #fff;
        border-radius: 10px;
    }
    table.table-responsive th:first-child,
    table.table-responsive td:first-child,
    table.table-responsive th:first-child,
    table.table-responsive td:first-child {
        border-top: 0;
    }
}
/* ==========================================================================
   HTML-MAIN STYLES */
/* ========================================================================== */
html {
    height: 100%;
}
body {

    position: relative;
}
/* ==========================================================================
	BASE SITE STYLES */
/* ========================================================================== */
html,
button,
input,
select,
textarea {
    color: #1c1c1c;
}
body {
    font-size: 16px;
    line-height: 22px;
  
    color: #1c1c1c;
    background: #ededed;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    background: rgba(0, 0, 0, 0.2);
    margin: 1em 0;
    padding: 0;
}
img {
    vertical-align: middle;

}
.bxedtaskbarset img {
    max-width: none;
}
.bx-yandex-view-map img {
    max-width: inherit;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
    line-height: 22px;
}
a,
.pseudolink {
    color: #000;
    text-decoration: none;
}

.pseudolink:hover,
.pseudolink.active {
    color: #157fc4;
    text-decoration: underline;
}
*[data-target-self],
*[data-target-blank],
.pseudolink {
    cursor: pointer;
}

@media (min-width: 992px) and (max-width: 1279px) {
    h1,
    .h1 {
        font-size: 24px;
        text-transform: none;
    }
}
@media (min-width: 1280px) {
    h1,
    .h1 {
        font-size: 28px;
        text-transform: none;
    }
}

:-moz-placeholder {
    color: #828282;
}
:-ms-input-placeholder {
    color: #828282;
}
::-webkit-input-placeholder {
    color: #828282;
}
blockquote {
    background: rgba(0, 75, 149, 0.1);
    border-left: 2px solid #004B95;
    margin: 1.5em 10px;
    padding: 1em 10px;
    quotes: "\201C" "\201D" "\2018" "\2019";
    position: relative;
}
blockquote cite {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
    color: #828282;
}
blockquote:before,
blockquote:after {
    color: #45a3ba;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
    position: absolute;
}
blockquote:after {
    content: close-quote;
    bottom: -15px;
    right: -10px;
    position: absolute;
}
/* ==========================================================================
   CODE */
/* ========================================================================== */
code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}
kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #ffffff;
    background-color: #333333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    -webkit-box-shadow: none;
    box-shadow: none;
}
pre code {
    padding: 0;
    line-height: 1.4;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}
pre code,
pre code.hljs {
    font-size: 14px;
}
/* Breadcrumb
-----------------------------------------------------------------------------*/
.breadcrumb ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    color: #828282;
    margin-bottom: 20px;
}
.breadcrumb ul li {
    display: inline-block;
    margin: 0 15px 0 0;
}
.breadcrumb ul li a {
    color: #828282;
}
/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}
.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
    display: none;
}
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}
.mfp-ajax-cur {
    cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}
.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
    cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.mfp-loading.mfp-figure {
    display: none;
}
.mfp-hide {
    display: none !important;
}
.mfp-preloader {
    color: #cccccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}
.mfp-preloader a {
    color: #cccccc;
}
.mfp-preloader a:hover {
    color: white;
}
.mfp-s-ready .mfp-preloader {
    display: none;
}
.mfp-s-error .mfp-content {
    display: none;
}
button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: white;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}
.mfp-close:active {
    top: 1px;
}
.mfp-close-btn-in .mfp-close {
    color: #333333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: white;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}
.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #cccccc;
    font-size: 12px;
    line-height: 18px;
}
.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
    margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}
.mfp-arrow-left {
    left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
    right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
    top: -40px;
}
.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black;
}
/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444;
}
.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}
.mfp-figure figure {
    margin: 0;
}
.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}
.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}
.mfp-image-holder .mfp-content {
    max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
       * Remove all paddings around the image on small screen
       */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}
@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}
.mfp-ie7 .mfp-img {
    padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
    padding: 0;
}
.mfp-ie7 .mfp-content {
    padding-top: 44px;
}
.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}
/* ==========================================================================
   TOPNAVI */
/* ========================================================================== */
.container-top-navigation {
    position: relative;
    background: #ffffff;
}
.container-top-navigation > .content {
    position: static;
}
.container-top-navigation > .content > .col {
    position: static;
}
.top-nav-block ul,
.top-nav-block li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.top-nav-block {
    float: left;
    display: inline-block;
}
.top-nav-block li {
    float: left;
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
}
.top-nav-block li a {
     text-decoration: none;
    color: #157fc4;
    display: block;
    padding: 10px;
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
}
@media (min-width: 992px) {
    .top-nav-block li a {
        font-size: 16px;
        padding: 10px 15px;
    }
}
@media (min-width: 1280px) {
    .top-nav-block li a {
        font-size: 18px;
        padding: 10px 20px;
    }
}
.top-nav-block li a:hover {
    color: #ffffff;
    background: #45a3ba;
}
.top-nav-block li.parent > a {
    padding-right: 30px;
    position: relative;
}
.top-nav-block li.parent > a:after {
    position: absolute;
    content: "";
    top: 50%;
    right: 5px;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    background: url('images/all-icons.png') no-repeat 0 -20px;
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
}
@media screen and (min-resolution: 192dpi) {
    .top-nav-block li.parent > a:after {
        background-image: url('images/all-icons@2x.png');
        background-size: 200px 300px;
    }
}
@media (min-width: 992px) {
    .top-nav-block li.parent > a {
        padding-right: 40px;
    }
    .top-nav-block li.parent > a:after {
        right: 15px;
    }
}
@media (min-width: 1280px) {
    .top-nav-block li.parent > a {
        padding-right: 50px;
    }
    .top-nav-block li.parent > a:after {
        right: 20px;
    }
}
.top-nav-block li.parent > a:hover:after {
    background-position: 0 0;
}
.top-nav-block li:hover > a,
.top-nav-block li:focus > a,
.top-nav-block li.parent:hover,
.top-nav-block li > a:hover,
.top-nav-block li.parent.active > a,
.top-nav-block li.parent.current > a,
.top-nav-block li.current a {
    color: #ffffff;
    background: #45a3ba;
}
.top-nav-block li:hover > a:after,
.top-nav-block li:focus > a:after,
.top-nav-block li.parent:hover:after,
.top-nav-block li > a:hover:after,
.top-nav-block li.parent.active > a:after,
.top-nav-block li.parent.current > a:after,
.top-nav-block li.current a:after {
    background-position: 0 0;
}
.top-nav-block li:hover .second-level,
.top-nav-block li.active .second-level {
    height: auto;
    overflow: visible;
    opacity: 1;
}
.top-nav-block .second-level li.parent > a:after {
    content: none;
}
.second-level {
    height: 0;
    overflow: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 200;
    background: #45a3ba;
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
}
.second-level .content {
    margin: 0 auto !important;
}
.second-level ul {
    padding: 30px 20px;
}
.second-level li {
    width: 25%;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.second-level li a {
    display: inline-block;
    padding: 5px 0;
    color: #ffffff;
}
.second-level li a:hover {
    text-decoration: underline;
    background: transparent;
}
.third-level {
    display: none;
}
.top-nav-block.hovered li,
.top-nav-block.hovered li a,
.top-nav-block.hovered li.parent > a:after,
.top-nav-block.hovered .second-level {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.cn-modal {
    margin: 0 auto;
    background: #ffffff;
    position: relative;
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .4);
}
.cn-modal .content {
    color: #1c1c1c;
}
.cn-modal-close,
.cn-modal-close.mfp-close {
    color: #1c1c1c;
    cursor: pointer;
    margin: 0;
    line-height: 50px;
    padding: 0;
    width: 50px;
    height: 50px;
    display: inline-block;
    font-size: 40px;
}
.cn-modal-header {
    font-size: 28px;
    padding: 15px 40px 15px 20px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
    background: #ffffff;
    border-radius: 5px 5px 0 0;
}
.cn-modal-content {
    padding: 20px;
}
.cn-modal-footer {
    padding: 20px;
}
.cn-modal-error {
    margin: -20px -20px 0;
    padding: 10px 20px;
    background: #a42338;
    color: #157fc4;
}
.cn-modal-error p {
    margin: 0;
    font-weight: bold;
}
.cn-modal-error font.errortext,
.cn-modal-error font.notetext {
    color: inherit !important;
}
.cn-modal-error.noerror {
    background: #409990;
}
.cn-modal-errors {
    list-style: none;
    margin: 0;
    padding: 0;
}
/* ==========================================================================
   TABS */
/* ========================================================================== */
.tts-tabs {
    background: #ffffff;
    color: #828282;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}
.tts-tabs h1,
.tts-tabs .h1,
.tts-tabs h2,
.tts-tabs .h2,
.tts-tabs h3,
.tts-tabs .h3 {
    color: #1c1c1c;
}
.tts-tabs-switchers {
    margin: 0;
    padding: 0;
    list-style: none;
    display: none;
}
.tts-tabs-switchers:before,
.tts-tabs-switchers:after {
    content: " ";
    display: table;
}
.tts-tabs-switchers:after {
    clear: both;
}
.tts-desktop .tts-tabs-switchers {
    display: block;
}
@media (min-width: 768px) {
    .tts-tabs-switchers {
        display: block;
    }
}
.tts-tabs-switchers-wrapper {
    border-bottom: solid 1px #ededed;
}
.tts-tabs-switchers-wrapper:before,
.tts-tabs-switchers-wrapper:after {
    content: " ";
    display: table;
}
.tts-tabs-switchers-wrapper:after {
    clear: both;
}
@media (max-width: 767px) {
    .tts-tabs-switchers-wrapper {
        padding: 20px;
    }
    .tts-tabs-switchers-wrapper > p:first-child {
        margin-top: 0;
    }
    .tts-tabs-switchers-wrapper > p:last-child {
        margin-bottom: 0;
    }
}
@media (max-width: 767px) and (min-width: 768px) and (max-width: 991px) {
    .tts-tabs-switchers-wrapper {
        padding: 10px;
    }
}
@media (max-width: 767px) and (min-width: 992px) and (max-width: 1279px) {
    .tts-tabs-switchers-wrapper {
        padding: 20px;
    }
}
@media (max-width: 767px) and (min-width: 1280px) {
    .tts-tabs-switchers-wrapper {
        padding: 30px;
    }
}
.tts-tabs-switchers-wrapper .tts-tabs-switchers {
    float: left;
}
.tts-tabs-switcher {
    color: rgba(21, 127, 196, 0.8);
    float: left;
    cursor: pointer;
    position: relative;
    border-bottom: solid 2px transparent;
    margin-bottom: -2px;
    font-size: 14px;
    line-height: 20px;
    padding: 20px 10px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAA7CAYAAAC69OBCAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAAsSAAALEgHS3X78AAAANUlEQVQY02O4ffv2fyYGBoZ/TAwMDH9RWQjiDyoLJ/EblUUS8Yuw2C/yTEZzGk4CzasI4h8AUNo9C9Iwh+4AAAAASUVORK5CYII=') no-repeat 100% 0;
}
@media (min-width: 992px) {
    .tts-tabs-switcher {
        font-size: 18px;
        line-height: 20px;
        padding: 20px 15px;
    }
}
.tts-tabs-switcher.disabled,
.tts-tabs-switcher.active,
.tts-tabs-switcher.disabled:hover,
.tts-tabs-switcher.active:hover {
    cursor: default;
}
.tts-tabs-switcher.active {
    color: #1c1c1c;
    border-bottom-color: #157fc4;
}
.tts-tabs-switcher:hover {
    color: #1c1c1c;
}
.tts-tabs-item {
    display: none;
    padding: 40px;
}
.tts-tabs-item p:first-child {
    margin-top: 0;
}
.tts-tabs-item p:last-child {
    margin-bottom: 0;
}
.tts-tabs-item.active {
    display: block;
}
.tts-tabs-select-wrapper {
    display: block;
}
.tts-desktop .tts-tabs-select-wrapper {
    display: none;
}
@media (min-width: 768px) {
    .tts-tabs-select-wrapper {
        display: none;
    }
}
.tts-tabs-right-block {
    margin-bottom: 20px;
    max-width: 180px;
}
@media (min-width: 768px) {
    .tts-tabs-right-block {
        float: right;
        margin-bottom: 0;
        padding: 10px 10px 0 10px;
    }
}
@media (min-width: 991px) {
    .tts-tabs-right-block {
        max-width: 90%;
    }
}
.tts-tabs-right-block .input {
    max-width: 100%;
    margin-bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.tts-tabs-switcher.disabled,
.tts-tabs-switcher.disabled:hover {
    cursor: default;
}
/* .tts-tabs {
		&-switchers {
			margin: 0;
			padding: 0 0 0 10px;
			list-style: none;
			border-bottom: solid 1px @gray;
			display: none;

			.clearfix;

			.tts-desktop & {
				display: block;
			}

			@media (min-width: @screenTablet) {
				display: block;
			}

			&-wrapper {
				.clearfix;

				@media (max-width: @screenPhoneMax) {
					.white-box;
					.padding-box;
					.col-margin-bottom;
				}

				.tts-tabs-switchers {
					float: left;
				}
			} //.tts-tabs-switchers-wrapper

		} //.tts-tabs-switchers

		&-switcher {
			padding: 15px;
			float: left;
			cursor: pointer;
			position: relative;
			bottom: -1px;
			background: @white;
			margin-right: 5px;
			border-radius: 4px 4px 0 0;
			border-top: solid 3px transparent;
			.box-shadow(~"0 -3px 6px rgba(0,0,0,.1), inset 0 -2px 4px rgba(0,0,0,.05)");
			.transition;

			&.disabled,
			&.active {
				&,
				&:hover {
					cursor: default;
				} //.tts-tabs-switcher.disabled, .tts-tabs-switcher.disabled:hover, .tts-tabs-switcher.active, .tts-tabs-switcher.active:hover
			}
			&.active,
			&:hover {
				.box-shadow(~"0 -3px 6px rgba(0,0,0,.1)");
			}
			&:hover {
				color: @primary;
				border-top-color:  @secondary;
			}
			&.active {
				color: @primary;
				border-top-color:  @primary;
			}


		} //.tts-tabs-switcher

		&-item {
			display: none;
			p:first-child {
				margin-top: 0;
			}
			p:last-child {
				margin-bottom: 0;
			}


			&.active {
				display: block;
			}
		} //.tts-tabs-item

		&-select {
			&-wrapper {
				display: block;
				.tts-desktop & {
					display: none;
				}

				@media (min-width: @screenTablet) {
					display: none;
				}
			} //.tts-tabs-select-wrapper
		} //.tts-tabs-select


		&-right-block {
			margin-bottom: 20px;
			max-width: 180px;

			@media (min-width: @screenTablet) {
				float: right;
				margin-bottom: 0;
			}
			@media (min-width: @screenTabletMax) {
				max-width: 90%;
			}
			.input {
				max-width: 100%;
				.box-sizing;
			}
		} //.tts-tabs-right-block

	} //.tts-tabs */
.tts-tabs-switcher.disabled,
.tts-tabs-switcher.disabled:hover {
    cursor: default;
}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
    z-index: 0;
}
.owl-carousel .owl-animated-out {
    z-index: 1;
}
.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}
/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
    display: none;
}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}
.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}
/* No Js */
.no-js .owl-carousel {
    display: block;
}
/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
    transform-style: preserve-3d;
}
/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
}
.owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.owl-dots .owl-dot span {
    width: 5px;
    height: 5px;
    margin: 0 15px 0 0;
    border: solid 1px #fff;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    border-radius: 10px;
}
.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
    background: #fff;
}
.hamburger {
    display: none;
    width: 50px;
    height: 50px;
    position: absolute;
    padding: 12px;
    top: 0;
    right: 0;
    z-index: 500;
    -webkit-tap-highlight-color: transparent;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@media (max-width: 767px) {
    .hamburger {
        display: block;
    }
}
.icon-hamburger {
    position: relative;
    margin-top: 11px;
    margin-bottom: 7px;
}
.icon-hamburger,
.icon-hamburger:before,
.icon-hamburger:after {
    display: block;
    width: 20px;
    height: 2px;
    background-color: #ffffff;
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
}
.icon-hamburger:before,
.icon-hamburger:after {
    position: absolute;
    content: "";
}
.icon-hamburger:before {
    top: -6px;
}
.icon-hamburger:after {
    top: 6px;
}
.hamburger.active .icon-hamburger {
    background-color: transparent;
}
.hamburger.active .icon-hamburger:before,
.hamburger.active .icon-hamburger:after {
    background-color: #ffffff;
}
.hamburger.active .icon-hamburger:before {
    -moz-transform: translateY(6px) rotate(45deg);
    -ms-transform: translateY(6px) rotate(45deg);
    -webkit-transform: translateY(6px) rotate(45deg);
    transform: translateY(6px) rotate(45deg);
}
.hamburger.active .icon-hamburger:after {
    -moz-transform: translateY(-6px) rotate(-45deg);
    -ms-transform: translateY(-6px) rotate(-45deg);
    -webkit-transform: translateY(-6px) rotate(-45deg);
    transform: translateY(-6px) rotate(-45deg);
}
.mobile-nav-wrapper {
    top: 49px;
    bottom: 0;
    left: 0;
    z-index: 250;
    position: fixed;
    display: none;
    width: 100%;
    background: #157fc4;
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}
.mobile-nav-wrapper.active {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
.mobile-nav-inner {
    width: 100%;
    height: 100%;
    display: table;
    table-layout: fixed;
}
.mobile-nav .ios-fix {
    height: 110%;
    -moz-transform: translateY(-5%);
    -ms-transform: translateY(-5%);
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%);
    padding-top: 10%;
    padding-bottom: 10%;
}
.mobile-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.mobile-nav ul a {
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
    display: block;
    padding: 15px 20px;
}
.mobile-nav ul a:active,
.mobile-nav ul a:hover {
    text-decoration: none;
}
.mobile-nav ul .col {
    padding: 0;
}
.mobile-nav ul li a {
    text-transform: uppercase;
}
.mobile-nav ul li.parent a:after,
.mobile-nav ul li.parent li.parent a:after {
    position: absolute;
    content: "";
    content: " ";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('images/all-icons.png') no-repeat -80px -60px;
}
@media screen and (min-resolution: 192dpi) {
    .mobile-nav ul li.parent a:after,
    .mobile-nav ul li.parent li.parent a:after {
        background-image: url('images/all-icons@2x.png');
        background-size: 200px 300px;
    }
}
.mobile-nav ul li.parent li a:after,
.mobile-nav ul li.parent li.parent li a:after {
    content: none;
}
.mobile-nav ul li.parent li.parent a:after {
    margin: 2px 0 0 2px;
}
.mobile-nav ul li.parent li.parent.active a:after {
    background-position: -80px -80px;
}
.mobile-nav ul li li a {
    text-transform: none;
    background: transparent;
}
.mobile-nav ul li.active {
    -webkit-transition-delay: 0;
    transition-delay: 0;
    -webkit-transition: none;
    transition: none;
}
.mobile-nav ul li.active > a {
    background: rgba(24, 24, 24, 0.3);
}
.mobile-nav ul li.active > a + .second-level,
.mobile-nav ul li.active > a + .third-level {
    display: block;
    height: auto;
    opacity: 1;
}
.mobile-nav ul li.active > a:after {
    background-position: -80px -80px;
}
.mobile-nav ul .second-level,
.mobile-nav ul .third-level {
    position: static;
    background: rgba(24, 24, 24, 0.1);
    -webkit-transition-delay: 0;
    transition-delay: 0;
    -webkit-transition: none;
    transition: none;
}
.mobile-nav ul .second-level li,
.mobile-nav ul .third-level li {
    width: 100%;
    padding-right: 0;
}
.mobile-nav ul .third-level li a {
    padding-left: 40px;
}
.mobile-nav > ul {
    background: rgba(24, 24, 24, 0.3);
    margin: 10px 20px 20px;
    border-radius: 3px;
}
.mobile-nav > ul > li:first-child a {
    border-radius: 3px 3px 0 0;
}
.mobile-nav > ul > li:last-child a {
    border-radius: 0 0 3px 3px;
}
.no-scroll {
    word-wrap: break-word;
}
/* perfect-scrollbar v0.6.3 */
.ps-container {
    -ms-touch-action: none;
    overflow: hidden !important;
}
.ps-container.ps-active-x > .ps-scrollbar-x-rail,
.ps-container.ps-active-y > .ps-scrollbar-y-rail {
    display: block;
}
.ps-container.ps-in-scrolling {
    pointer-events: none;
}
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
    background-color: rgba(24, 24, 24, 0.1);
    opacity: 0.9;
}
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
    background-color: rgba(24, 24, 24, 0.3);
}
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
    background-color: rgba(24, 24, 24, 0.1);
    opacity: 0.9;
}
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    background-color: rgba(24, 24, 24, 0.3);
}
.ps-container > .ps-scrollbar-x-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    border-radius: 4px;
    opacity: 0;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    bottom: 3px;
    /* there must be 'bottom' for ps-scrollbar-x-rail */
    height: 8px;
}
.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
    position: absolute;
    /* please don't change 'position' */
    background-color: rgba(24, 24, 24, 0.3);
    border-radius: 4px;
    -webkit-transition: background-color .2s linear;
    transition: background-color .2s linear;
    bottom: 0;
    /* there must be 'bottom' for ps-scrollbar-x */
    height: 8px;
}
.ps-container > .ps-scrollbar-y-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    border-radius: 4px;
    opacity: 0;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    right: 3px;
    /* there must be 'right' for ps-scrollbar-y-rail */
    width: 4px;
}
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    position: absolute;
    /* please don't change 'position' */
    background-color: rgba(24, 24, 24, 0.3);
    border-radius: 4px;
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    right: 0;
    /* there must be 'right' for ps-scrollbar-y */
    width: 4px;
}
.ps-container:hover.ps-in-scrolling {
    pointer-events: none;
}
.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
    background-color: rgba(24, 24, 24, 0.1);
    opacity: 0.9;
}
.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
    background-color: rgba(24, 24, 24, 0.3);
}
.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
    background-color: rgba(24, 24, 24, 0.1);
    opacity: 0.9;
}
.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    background-color: rgba(24, 24, 24, 0.3);
}
.ps-container:hover > .ps-scrollbar-x-rail,
.ps-container:hover > .ps-scrollbar-y-rail {
    opacity: 0.6;
}
.ps-container:hover > .ps-scrollbar-x-rail:hover {
    background-color: rgba(24, 24, 24, 0.1);
    opacity: 0.9;
}
.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
    background-color: rgba(24, 24, 24, 0.3);
}
.ps-container:hover > .ps-scrollbar-y-rail:hover {
    background-color: rgba(24, 24, 24, 0.1);
    opacity: 0.9;
}
.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
    background-color: rgba(24, 24, 24, 0.3);
}
/* ==========================================================================
   ГђВ¤ГђВ°ГђВ№ГђВ»ГђВѕГђВІГ‘вЂ№ГђВµ ГђВёГђВЅГђВїГ‘Ж’Г‘вЂљГ‘вЂ№ */
/* ========================================================================== */
.jq-file {
    border-radius: 2px;
}
.jq-file input {
    cursor: pointer;
    height: auto;
    line-height: 1em;
}
.jq-file:hover .jq-file__browse,
.jq-file:active .jq-file__browse {
    background: #157fc4;
    border-color: #157fc4;
    color: #ffffff;
}
.jq-file:hover .jq-file__name,
.jq-file:active .jq-file__name {
    border-color: #157fc4;
}
.jq-file.disabled {
    color: #dcecf6;
    border-color: #dcecf6;
}
.jq-file.disabled .jq-file__name {
    color: #dcecf6;
    border-color: #dcecf6;
}
.jq-file.disabled:hover .jq-file__browse,
.jq-file.disabled:active .jq-file__browse {
    background: #dcecf6;
    border-color: #dcecf6;
}
.jq-file.disabled .jq-file__browse {
    border-color: #dcecf6;
    background: #dcecf6;
    color: #181818;
}
.jq-file__name {
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    padding: 0 80px 0 10px;
    color: #828282;
     white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border: solid 2px #dcecf6;
    border-radius: 2px;
}
.focused .jq-file__name {
    border-color: #157fc4;
}
.jq-file__browse {
    position: absolute;
    top: 0;
    right: 0;
    color: #1c1c1c;
     padding: 0 10px;
    border-left: solid 2px #dcecf6;
    border-radius: 0 2px 2px 0;
    background: #dcecf6;
}
.focused .jq-file__browse {
    border-color: #157fc4;
    background: #157fc4;
    color: #ffffff;
}
/* ==========================================================================
   ГђВЎГђВµГђВ»ГђВµГђВєГ‘вЂљГ‘вЂ№ */
/* ========================================================================== */
select.styler {
    opacity: 0;
}
.jq-selectbox {
    vertical-align: middle;
    cursor: pointer;
    max-width: 100%;
    opacity: 0;
    -webkit-transition: opacity ease .1s;
    transition: opacity ease .1s;
}
.jq-selectbox.opacity-one {
    opacity: 1;
}
.jq-selectbox.disabled .jq-selectbox__select {
    background: #dcecf6;
    color: #181818;
    opacity: .7;
    cursor: default;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow {
    opacity: 1;
    filter: alpha(opacity=100);
}
.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
    opacity: 0.3;
    filter: alpha(opacity=30);
}
.jq-selectbox ul {
    margin: 0;
    padding: 0;
}
.jq-selectbox li {
    min-height: 20px;
    padding: 5px 20px;
    color: #ffffff;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.jq-selectbox li.selected,
.jq-selectbox li:hover {
    color: #ffffff;
}
.jq-selectbox li.disabled {
    color: #dcecf6;
    cursor: default;
}
.jq-selectbox li.disabled:hover {
    background: none;
}
.jq-selectbox li.optgroup {
    font-weight: bold;
}
.jq-selectbox li.optgroup:hover {
    background: none;
    color: #ffffff;
    cursor: default;
}
.jq-selectbox li.option {
    padding-left: 25px;
}
.jq-selectbox__select {
    height: 40px;
    padding: 0 40px 0 15px;
    border-radius: 2px;
    background: #dcecf6;
    color: #181818;
 
}
.jq-selectbox__select:hover,
.jq-selectbox__select:active,
.focused .jq-selectbox__select,
.dropdown .jq-selectbox__select {
    background: #157fc4;
    color: #ffffff;
}
.jq-selectbox__select-text {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}
.jq-selectbox__trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
}
.jq-selectbox__trigger-arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4px;
    height: 4px;
    margin-top: -4px;
    margin-left: -2px;
    border: solid 2px #1c1c1c;
    border-top: 0;
    border-right: 0;
    border-radius: 0 0 0 2px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.focused .jq-selectbox__trigger-arrow,
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-selectbox:active .jq-selectbox__trigger-arrow,
.dropdown .jq-selectbox__trigger-arrow {
    border-color: #ffffff;
}
.opened .jq-selectbox__trigger-arrow {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
    border-color: #1c1c1c;
}
.jq-selectbox__dropdown {
    top: 40px;
    width: 100%;
    margin: 0;
    padding: 0 17px 15px 0;
    margin-top: -2px;
   
    background: #157fc4;
    border-radius: 3px;
    min-width: 180px;
}
.jq-selectbox__search {
    margin: 0;
    padding: 15px 3px 10px 20px;
}
.jq-selectbox__search input {
    width: 100%;
    margin: 0;
    padding: 0 15px;
    height: 40px;
    display: block;
    outline: none;
    border: solid 1px #ffffff;
    border-radius: 2px;
    color: #ffffff;
    background: #157fc4;
    -webkit-appearance: textfield;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
    -webkit-appearance: none;
}
.jq-selectbox__search input:-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
}
.jq-selectbox__search input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}
.jq-selectbox__search input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}
.jq-selectbox__not-found {
    margin: 0;
    padding: 5px 0 0 20px;
    color: #ffffff;
    font-size: 14px;
}
.white-inputs .jq-selectbox li,
.jq-selectbox.input-white li {
    color: #1c1c1c;
}
.white-inputs .jq-selectbox li.selected,
.jq-selectbox.input-white li.selected,
.white-inputs .jq-selectbox li:hover,
.jq-selectbox.input-white li:hover {
    color: #157fc4;
}
.white-inputs .jq-selectbox .jq-selectbox__select,
.jq-selectbox.input-white .jq-selectbox__select {
    background: #ffffff;
    color: #181818;
   
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.white-inputs .jq-selectbox .jq-selectbox__select:hover,
.jq-selectbox.input-white .jq-selectbox__select:hover,
.white-inputs .jq-selectbox .jq-selectbox__select:active,
.jq-selectbox.input-white .jq-selectbox__select:active {
    background: #ffffff;
    color: #157fc4;
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.2);
}
.white-inputs .jq-selectbox .jq-selectbox__dropdown,
.jq-selectbox.input-white .jq-selectbox__dropdown {
    background: #ffffff;
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.2);
}
.white-inputs .jq-selectbox .jq-selectbox__search input,
.jq-selectbox.input-white .jq-selectbox__search input {
    background-color: #ffffff;
    color: #157fc4;
    border-color: #157fc4;
}
.white-inputs .jq-selectbox .jq-selectbox__search input:-moz-placeholder,
.jq-selectbox.input-white .jq-selectbox__search input:-moz-placeholder {
    color: #828282;
}
.white-inputs .jq-selectbox .jq-selectbox__search input:-ms-input-placeholder,
.jq-selectbox.input-white .jq-selectbox__search input:-ms-input-placeholder {
    color: #828282;
}
.white-inputs .jq-selectbox .jq-selectbox__search input::-webkit-input-placeholder,
.jq-selectbox.input-white .jq-selectbox__search input::-webkit-input-placeholder {
    color: #828282;
}
.white-inputs .jq-selectbox .jq-selectbox__not-found,
.jq-selectbox.input-white .jq-selectbox__not-found {
    color: #1c1c1c;
}
.white-inputs .jq-selectbox.focused .jq-selectbox__trigger-arrow,
.jq-selectbox.input-white.focused .jq-selectbox__trigger-arrow,
.white-inputs .jq-selectbox.dropdown .jq-selectbox__trigger-arrow,
.jq-selectbox.input-white.dropdown .jq-selectbox__trigger-arrow {
    border-color: #157fc4;
}
.white-inputs .jq-selectbox.focused .jq-selectbox__select,
.jq-selectbox.input-white.focused .jq-selectbox__select,
.white-inputs .jq-selectbox.dropdown .jq-selectbox__select,
.jq-selectbox.input-white.dropdown .jq-selectbox__select {
    background: #ffffff;
    color: #157fc4;
}
.white-inputs .jq-selectbox.disabled:hover .jq-selectbox__select,
.jq-selectbox.disabled.input-white:hover .jq-selectbox__select {
    color: #1c1c1c;
}
.jq-selectbox.input-white:active .jq-selectbox__trigger-arrow,
.jq-selectbox.input-white:hover .jq-selectbox__trigger-arrow,
.white-inputs .jq-selectbox:active .jq-selectbox__trigger-arrow,
.white-inputs .jq-selectbox:hover .jq-selectbox__trigger-arrow {
    border-color: #157fc4;
}
.jq-selectbox.disabled.input-white:active .jq-selectbox__trigger-arrow,
.jq-selectbox.disabled.input-white:hover .jq-selectbox__trigger-arrow,
.white-inputs .jq-selectbox.disabled:active .jq-selectbox__trigger-arrow,
.white-inputs .jq-selectbox.disabled:hover .jq-selectbox__trigger-arrow {
    border-color: #1c1c1c;
}
/* ==========================================================================
   COMMON STYLES */
/* ========================================================================== */
.container-white,
.white-box {
    background: #ffffff;
    color: #828282;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
}
.container-white h1,
.white-box h1,
.container-white .h1,
.white-box .h1,
.container-white h2,
.white-box h2,
.container-white .h2,
.white-box .h2,
.container-white h3,
.white-box h3,
.container-white .h3,
.white-box .h3 {
    color: #1c1c1c;
}
.white-box {
    border-radius: 4px;
}
.primary-border-box {
    border-top: solid 4px #157fc4;
}
.padding-box {
   
}
@media (min-width: 768px) and (max-width: 991px) {
    .padding-box {
      
    }
}
@media (min-width: 992px) and (max-width: 1279px) {
    .padding-box {
     
    }
}
@media (min-width: 1280px) {
    .padding-box {
       
    }
}
.padding-box > p:first-child {
    margin-top: 0;
}
.padding-box > p:last-child {
    margin-bottom: 0;
}
.negative-padding-box {
    margin: 0 -20px -20px;
}
@media (min-width: 768px) and (max-width: 991px) {
    .negative-padding-box {
        margin: 0 -10px -10px;
    }
}
@media (min-width: 992px) and (max-width: 1279px) {
    .negative-padding-box {
        margin: 0 -20px -20px;
    }
}
@media (min-width: 1280px) {
    .negative-padding-box {
        margin: 0 -30px -30px;
    }
}
.primary-box,
.secondary-box,
.additional-box {
    color: #ffffff;
    border-radius: 4px;
    padding: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
    .primary-box,
    .secondary-box,
    .additional-box {
        padding: 20px;
    }
}
@media (min-width: 992px) and (max-width: 1279px) {
    .primary-box,
    .secondary-box,
    .additional-box {
        padding: 30px;
    }
}
@media (min-width: 1280px) {
    .primary-box,
    .secondary-box,
    .additional-box {
        padding: 40px;
    }
}
.primary-box a,
.secondary-box a,
.additional-box a {
    color: #ffffff;
}
.primary-box h1,
.secondary-box h1,
.primary-box .h1,
.secondary-box .h1,
.primary-box h2,
.secondary-box h2,
.primary-box .h2,
.secondary-box .h2,
.primary-box h3,
.secondary-box h3,
.primary-box .h3,
.secondary-box .h3 {
    color: #ffffff;
}
.primary-box a.btn-cta,
.secondary-box a.btn-cta {
    color: #157fc4;
}
.primary-box {
    background: #157fc4;
}
.secondary-box {
    background: #45a3ba;
}
.container-big-primary .secondary-box {
    background-color: rgba(69, 163, 186, 0.5);
}
.additional-box {
    background: #dcecf6;
}
.big-image-col {
    text-align: center;
}
.big-image-col img {
    width: 100%;
    height: auto;
}
@media (max-width: 768px) {
    .big-image-col {
        margin-left: -5px;
        margin-right: -5px;
        position: static;
        padding-left: 0;
        padding-right: 0;
        width: auto;
    }
    .padding-box .big-image-col {
        margin-left: -20px;
        margin-right: -20px;
    }
}
/* ==========================================================================
   HEADER */
/* ========================================================================== */
.container-top-header {
    background: #157fc4;
    color: #ffffff;
}
.container-top-header > .content {
    position: static;
}
.container-top-header > .content > .col {
    position: static;
    padding: 0;
}
.container-top-header .top-header-link,
.container-top-header li a {
    display: inline-block;
    padding: 15px 5px;
    color: #ffffff;
    text-decoration: none;
    float: left;
}
@media (min-width: 768px) {
    .container-top-header .top-header-link,
    .container-top-header li a {
        padding: 15px;
    }
}
.container-top-header .top-header-link:hover,
.container-top-header li a:hover {
    text-decoration: none;
    background: #106196;
}
.container-top-header .top-header-link {
    height: 50px;
    min-width: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@media (max-width: 767px) {
    .container-top-header .top-header-link:first-child {
        padding-left: 10px;
        margin-left: 5px;
    }
}
.container-top-header .open-menu {
    float: right;
    width: 50px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.container-header {
    padding-top: 30px;
}
.top-header-right-side {
    float: right;
}
@media (max-width: 767px) {
    .top-header-right-side {
        margin-right: 50px;
    }
}
.top-header-nav {
    color: #ffffff;
    float: left;
    line-height: 20px;
}
.top-header-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.top-header-nav li {
    float: left;
    position: relative;
}
.top-header-nav li ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: auto;
    height: auto;
    background: #157fc4;
    z-index: 15;
}
.top-header-nav li ul li {
    float: none;
    display: block;
    padding: 0;
}
.top-header-nav li ul li a {
    display: block;
    width: 220px;
    padding: 6px 15px;
}
.top-header-nav li ul li a:hover {
    background: #106196;
}
.top-header-nav li.parent {
    position: relative;
}
.top-header-nav li.parent > a {
    position: relative;
    padding-right: 25px;
}
.top-header-nav li.parent > a:after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    margin: .4em 0 0 9px;
    border: solid 2px #ffffff;
    border-top: 0;
    border-right: 0;
    border-radius: 0 0 0 2px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.top-header-nav li:hover > ul,
.top-header-nav li:focus > ul,
.top-header-nav li.active > ul {
    display: block;
}
.top-header-nav li:hover > a,
.top-header-nav li:focus > a,
.top-header-nav li.active > a {
    background: #157fc4;
}
.top-header-nav li:hover > a:after,
.top-header-nav li:focus > a:after,
.top-header-nav li.active > a:after {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-top: .5em;
}
.top-header-nav-header {
    float: left;
    padding: 15px;
}
.top-header-nav-ul {
    float: left;
}
@media (min-width: 991px) {
    .top-header-nav-ul {
        width: 480px;
    }
}
.top-header-nav-ul .second-level {
    opacity: 1;
    height: auto;
}
.logo {
    
    text-transform: uppercase;
    margin-top: 10px;
    text-decoration: none;
    color: #181818;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (min-width: 768px) and (max-width: 991px) {
    .logo {
        font-size: 18px;
    }
}
@media (min-width: 992px) and (max-width: 1279px) {
    .logo {
        font-size: 20px;
    }
}
@media (min-width: 1280px) {
    .logo {
        font-size: 24px;
    }
}
.logo:hover,
.logo:focus {
    text-decoration: none;
}
.logo img {
    margin-right: 15px;
    width: 50px;
}
/* ==========================================================================
	   SEARCH */
/* ========================================================================== */
.search-button {
    float: right;
  
    color: #ffffff;
    padding: 10px;
    cursor: pointer;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
@media (min-width: 992px) {
    .search-button {
        padding: 10px 15px;
    }
}
@media (min-width: 1280px) {
    .search-button {
        padding: 10px 20px;
    }
}
.search-button:hover {
    background: #106196;
    color: #ffffff;
}
.search-button:hover .icon-search {
    background-position: -20px -40px;
}
.container-search {
    overflow: hidden;
    background: #45a3ba;
    color: #ffffff;
    position: absolute;
    width: 0;
    top: 0;
    height: 50px;
    left: 100%;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.container-search.opened {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 50px;
    z-index: 10;
}
.container-search .content {
    margin: 0 auto !important;
}
.search-form-block {
    height: 50px;
    overflow: hidden;
}
.search-form-block .icon-search-white {
    opacity: .5;
    float: left;
    margin: 15px 20px 15px 0;
}
.search-input {
    background: #45a3ba;
    color: #ffffff;
    font-size: 20px;
    height: 30px;
    margin: 10px 0;
    border: 0;
    padding: 0;
    outline: none;
    display: block;
    width: 100%;
}
.search-input::-ms-clear {
    display: none;
}
.search-close-button {
    float: right;
    width: 50px;
    height: 50px;
    cursor: pointer;
}
.search-close-button .icon {
    margin: 15px;
}
.search-close-button:hover .icon {
    opacity: 1;
}
@media (max-width: 767px) {
    .search-close-button {
        margin-right: 40px;
    }
}
.search-suggestions {
    display: none;
    padding: 40px 20px;
    font-size: 20px;
}
.search-suggestions mark {
    background: #157fc4;
    color: #ffffff;
}
.search-suggestions .search-result-item {
    padding: 10px;
    display: block;
    color: #ffffff;
    text-decoration: none;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.search-suggestions .search-result-item:hover {
    background: #378295;
}
.search-suggestions .search-count {
    opacity: .5;
    padding-left: 10px;
}
.search-suggestions .btn {
    margin-left: 10px;
}
/* ==========================================================================
   SLIDER */
/* ========================================================================== */
.big-slider {
    display: none;
}
.big-slider .slider-item-description a {
    color: #fff;
    text-decoration: underline;
}
.big-slider .slider-item-description a:hover,
.big-slider .slider-item-description a:focus {
    text-decoration: none;
}
.slider-item {
    background-position: 50% 50%;
    background-size: cover;
}
@media (max-width: 767px) {
    .slider-item .col {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 767px) {
    .slider-item-text {
        background: -webkit-linear-gradient(rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 54%, rgba(0, 0, 0, 0) 100%);
        background: -o-linear-gradient(rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 54%, rgba(0, 0, 0, 0) 100%);
        background: linear-gradient(rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 54%, rgba(0, 0, 0, 0) 100%);
        min-height: 270px;
        padding: 15px;
    }
    .slider-item-text .h1 {
        color: #ffffff;
     
        margin-top: 30px;
    }
}
@media (min-width: 768px) {
    .slider-item-text {
        margin-top: 80px;
        background: rgba(24, 24, 24, 0.7);
        color: #ffffff;
        padding: 40px 40px 40px;
        border-radius: 4px 4px 0 0;
    }
}
.slider-item .h1 {
    margin-bottom: 30px;
    height: 60px;
    overflow: hidden;
}
@media (min-width: 991px) and (max-width: 992px) {
    .slider-item .h1 {
        height: 70px;
    }
}
@media (min-width: 1279px) {
    .slider-item .h1 {
        height: 80px;
    }
}
.slider-item-description {
    min-height: 100px;
}
@media (min-width: 768px) {
    .slider-item-description {
        min-height: 120px;
    }
}
@media (min-width: 992px) {
    .slider-item-description {
        min-height: 200px;
    }
}
@media (min-width: 1280px) {
    .slider-item-description {
        min-height: 210px;
    }
}
.big-slider-nav {
    margin-top: 40px;
}
.owl-next,
.owl-prev {
    text-indent: -9999px;
    width: 20px;
    height: 20px;
    display: inline-block !important;
    background: url('images/all-icons.png') no-repeat -80px 0;
    cursor: pointer;
}
@media screen and (min-resolution: 192dpi) {
    .owl-next,
    .owl-prev {
        background-image: url('images/all-icons@2x.png');
        background-size: 200px 300px;
    }
}
.owl-prev:hover {
    background-position: -100px 0;
}
.owl-next {
    margin-left: 20px;
    background-position: -80px -20px;
}
.owl-next:hover {
    background-position: -100px -20px;
}
.owl-dots {
    position: absolute;
    top: 15px;
    left: 15px;
}
/* ==========================================================================
   DOUBLE-HEADER */
/* ========================================================================== */
.double-header {
    
    margin: 0;
    float: left;
    line-height: 26px;
}
@media (min-width: 992px) and (max-width: 1279px) {
    .double-header {
        font-size: 24px;
        text-transform: none;
    }
}
@media (min-width: 1280px) {
    .double-header {
        font-size: 28px;
        text-transform: none;
    }
}
@media (min-width: 768px) {
    .double-header {
        line-height: 30px;
    }
}
.double-header-link {
    float: right;
    vertical-align: middle;
    line-height: 26px;
}
@media (min-width: 768px) {
    .double-header-link {
        line-height: 30px;
    }
}
/* ==========================================================================
   NEWS-LIST */
/* ========================================================================== */
@media (min-width: 768px) {
    .news-list .news-item-image {
        float: left;
        margin-right: 30px;
        max-width: 40%;
    }
    .news-list .news-item-image + .news-item-text {
        overflow: hidden;
    }
    .news-list .news-item-image + .news-item-text .news-item-header {
        margin: 0;
    }
}
.news-detail .news-item-text {
    font-size: 114%;
    line-height: 25px;
}
.news-item {
    margin: 20px 0;
    font-size: 14px;
    padding-bottom: 20px;
    border-bottom: solid 1px rgba(130, 130, 130, 0.3);
}
.news-item:before,
.news-item:after {
    content: " ";
    display: table;
}
.news-item:after {
    clear: both;
}
.news-item:first-child {
    margin-top: 0;
}
.news-item:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}
.news-item-header {
    text-transform: none;
    
    margin: 0;
}
.news-item-header a {
    display: inline-block;
}
.news-item-date {
    font-size: 14px;
    margin-bottom: 10px;
    text-transform: lowercase;
}
.news-item-main {
    font-size: 16px;
}
.news-item-main .news-item-header {
  
    margin: 1em 0;
}
.news-item-main .news-item-date {
    margin-bottom: 20px;
}
/* ==========================================================================
   SIDEBAR */
/* ========================================================================== */
.sidebar-header {
    padding-bottom: 1em;
    border-bottom: solid 1px #ededed;
}
.sidebar-nav {
    margin: 20px;
    word-wrap: break-word;
}
.sidebar-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.sidebar-nav ul ul {
    display: none;
    padding: 15px 0;
}
.sidebar-nav li {
    margin-left: -20px;
    margin-right: -20px;
}
.sidebar-nav li a {
    width: 100%;
    color: #004B95;
    border-top: 1px solid #BE913B;
    display: block;
    padding: 10px 0 10px 0;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    transition: all 0.3s ease 0s;
}
.sidebar-nav li a:hover,
.sidebar-nav li a:active {
    text-decoration: underline;
}
.sidebar-nav li.current > a,
.sidebar-nav li.active > a {
    width: 100%;
    color: #004B95;
    border-top: 1px solid #BE913B;
    display: block;
    padding: 10px 0 10px 0;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    transition: all 0.3s ease 0s;
}
.sidebar-nav li.current > ul,
.sidebar-nav li.active > ul {
    display: block;
}
.sidebar-nav li.parent.current > a {
    border-color: transparent;
}
.sidebar-nav li:first-child a {
    padding-top: 0;
}
.sidebar-nav li:last-child a {
    padding-bottom: 0;
}
.sidebar-nav li li {
    margin: 0;
}
.sidebar-nav li li a {
    color: #157fc4;
    border-color: transparent;
    padding-left: 40px;
    padding: 3px 10px 3px 40px;
}
.sidebar-nav li li.current,
.sidebar-nav li li.active {
    border-color: #157fc4;
}
.sidebar-nav li.parent > a {
    display: inline-block;
}
.sidebar-nav li.parent > a:after {
    position: relative;
    content: '';
    width: 0;
    font-size: 0;
    height: 0;
    margin: 0 0 0 10px;
    border: solid 5px transparent;
    border-top: solid 5px #b5b5b5;
    top: -2px;
}
.sidebar-nav li.parent > a:hover {
    text-decoration: none;
}
.sidebar-nav li.parent > a:hover:after {
    border-top-color: #157fc4;
}
.sidebar-nav li.parent.current > a:after {
    border: solid 5px transparent;
    border-bottom: solid 5px #b5b5b5;
    top: -7px;
}
/* ==========================================================================
   PAGE-NAVIGATION */
/* ========================================================================== */
.page-navigation {
    display: inline-block;
}
.page-navigation-wrapper {
    text-align: center;
}
.page-navigation .right-arr,
.page-navigation .left-arr,
.page-navigation .page-navigation-pages a {
    display: inline-block;
    line-height: 30px;
    min-width: 20px;
    text-align: center;
    border-radius: 20px;
    padding: 0 5px;
    color: #1c1c1c;
    box-shadow: none;
}
.page-navigation .right-arr:hover,
.page-navigation .left-arr:hover,
.page-navigation .page-navigation-pages a:hover {
    text-decoration: none;
    color: #157fc4;
}
.page-navigation .right-arr,
.page-navigation .left-arr {
    width: 30px;
    font-size: 18px;
    font-weight: bold;
    color: #828282;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.page-navigation .right-arr:hover,
.page-navigation .left-arr:hover {
    color: #1c1c1c;
}
.page-navigation-pages {
    background: #ffffff;
    color: #828282;
    border-radius: 20px;
    display: inline-block;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
}
.page-navigation-pages a.current {
    padding: 0 12px;
    color: #157fc4;
    box-shadow: inset 0 0 0 1px #157fc4;
}
.page-navigation-pages a:first-child {
    padding: 0 5px 0 12px;
}
.page-navigation-pages a:first-child.current {
    padding: 0 12px;
}
.page-navigation-pages a:last-child {
    padding: 0 12px 0 5px;
}
.page-navigation-pages a:last-child.current {
    padding: 0 12px;
}
/* ==========================================================================
   FOOTER */
/* ========================================================================== */
.container-footer {
    background: #181818;
    color: #ffffff;

    line-height: 25px;
}
@media (min-width: 768px) {
    .container-footer {
       
        line-height: 30px;
    }
}
.container-footer a {
    color: #828282;
}
.container-footer a:hover {
    color: #cccccc;
}
.social-network {
    display: inline-block;
    width: 30px;
}
.social-network + .social-network {
    margin-left: 5px;
}
.footer-menu-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-menu-content ul ul {
    display: none;
}
@media (min-width: 768px) {
    .footer-menu-content ul ul {
        display: block;
    }
}
.footer-menu-content h4,
.footer-menu-content .h4 {
    margin: 0;
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .footer-menu-content h4,
    .footer-menu-content .h4 {
        color: #157fc4;
        text-transform: uppercase;
        display: inline-block;
        padding-right: 26px;
        position: relative;
        cursor: pointer;
    }
    .footer-menu-content h4:after,
    .footer-menu-content .h4:after {
        position: absolute;
        content: "";
        display: inline-block;
        width: 4px;
        height: 4px;
        margin: .5em 0 0 15px;
        border: solid 2px #157fc4;
        border-top: 0;
        border-right: 0;
        border-radius: 0 0 0 2px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .footer-menu-content h4.opened:after,
    .footer-menu-content .h4.opened:after {
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
        margin-top: .6em;
        border-color: #157fc4;
    }
}
/* ==========================================================================
   MAP-BLOCK */
/* ========================================================================== */
.map-block {
    border-radius: 0 0 4px 4px;
}
/* ==========================================================================
   SWITCH-BLOCK */
/* ========================================================================== */
.switch-block {
    display: inline-block;
    background: #ffffff;
    border-radius: 15px;
    line-height: 0;
    font-size: 0;
    margin-bottom: 20px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
}
.switch-block-item {
    color: #828282;
    text-decoration: none;
    display: inline-block;
    
    padding: 5px 25px;
    border-radius: 15px;
}
.switch-block-item.active {
    color: #157fc4;
    text-decoration: none;
    box-shadow: inset 0 0 0 1px #157fc4;
}
.special-settings {
    display: none;
}
.special-aaVersion-on .special-settings {
    display: block;
}
.aa-show {
    display: none;
}
.special-aaVersion-on .aa-show {
    display: inline-block;
    float: right;
}
.special-aaVersion-on .aa-hide {
    display: none;
}
/* ==========================================================================
   ERROR PAGES */
/* ========================================================================== */
.container-error-page {
    position: relative;
}
.container-error-page h1 {
    margin-bottom: 40px;
    font-size: 30px;
    color: #1c1c1c;
    margin-top: 50px;
}
@media (min-width: 991px) {
    .container-error-page h1 {
        margin-top: 200px;
    }
}
.error-page-big-text {
    position: absolute;
    top: 30px;
    left: 50%;
    color: rgba(24, 24, 24, 0.05);
    text-align: center;
    width: 300px;
    margin-left: -150px;
    font-size: 150px;
    line-height: 150px;
}
@media (min-width: 991px) {
    .error-page-big-text {
        width: 800px;
        margin-left: -400px;
        font-size: 400px;
        line-height: 400px;
    }
}
.photo-item-cont .photo-item-inner img {
    max-width: inherit;
}
.img.calendar-icon {
    vertical-align: middle;
    margin: -10px 0 0 5px;
    border: solid 1px transparent;
}
.left-image-b-block img {
    width: 100%;
    height: auto;
}
@media (max-width: 1280px) {
    .map-columns {
        display: block;
    }
    .map-columns tr,
    .map-columns td {
        display: block;
    }
}
/* ==========================================================================
   HELPER CLASSES */
/* ========================================================================== */
ol.unstyled,
ul.unstyled {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.big-list {
    margin: 20px 0;
    padding: 0;
    list-style: none;
}
ul.big-list li {
    margin: 5px 0;
    font-size: 18px;
    line-height: 25px;
}
ul.arrow-list,
ul.external-links-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.arrow-list:before,
ul.external-links-list:before,
ul.arrow-list:after,
ul.external-links-list:after {
    content: " ";
    display: table;
}
ul.arrow-list:after,
ul.external-links-list:after {
    clear: both;
}
ul.arrow-list li,
ul.external-links-list li {
    padding-left: 22px;
    margin: 10px 0;
    font-size: 14px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAQCAQAAACmLXceAAAAmklEQVR42o3NsQnCYBTE8QNBENJmAEFIJbiEAziAlW32yABuIFi5wb8SHCCVIAhuIAipUimEwxQffHnvut/BO1HzHfKi1Hipj8fVFcwiLpZ0rpqIe97Z5T2d/1DlPZ2/U+Q9nb9Muqv2X60DzorefFTAxc3cMg84B3NHpWmn5O1ir4CLs/mkiLM1PygCzoLnwD0bBVw0/lMr5D+oZBsGjhZ86wAAAABJRU5ErkJggg==') no-repeat 0 5px;
    background-size: 12px 8px;
}
ul.link-list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: -20px;
}
ul.link-list li {
    padding: 0 0 20px 20px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul.link-list li a {
    display: block;
    text-decoration: none;
    padding: 10px;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
ul.link-list li a:before,
ul.link-list li a:after {
    content: " ";
    display: table;
}
ul.link-list li a:after {
    clear: both;
}
ul.link-list li a:hover,
ul.link-list li a:focus {
    background: #dcecf6;
}
ul.link-list li img {
    float: left;
    margin-right: 20px;
}
ul.link-list li .link-list-text {
    display: block;
    overflow: hidden;
}
ul.external-links-list li {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAWCAQAAAB0gUQ+AAAA2klEQVR42o3SUUvCYBiG4as5TUuDIDtKME+0JCORSYlzff//RwlDhhtjn899fJ28vKIb2clqfaqWtpRg4l9ohAcbhdDSHkw1mUe54CRraQ14aTDfgqVE1/r2dVQobiVVgj9dG1Qkk9+G7v0KZT9ST/I4Gl6RHpg4OnahkcOFbC4E+gYlipJEY+1o7Hghawkx1CR36HvW60ZJddpVSXgXvHUj5iVZQoVmMcTMggiKrAUdxLZoopNgEEFfgldXWwm2JlLtDc0FubT++JkQqTDVWM/cVqa9nQ9jtZ0B/ikz3AQ7GWoAAAAASUVORK5CYII=') no-repeat 0 6px;
    background-size: 13px 11px;
}
.ta-center,
.table th.ta-center,
.table td.ta-center {
    text-align: center;
}
.ta-left,
.table th.ta-left,
.table td.ta-left {
    text-align: left;
}
.ta-right,
.table th.ta-right,
.table td.ta-right {
    text-align: right;
}
.va-bottom,
.table th.va-bottom,
.table td.va-bottom {
    vertical-align: bottom;
}
.va-top,
.table th.va-top,
.table td.va-top {
    vertical-align: top;
}
.va-middle,
.table th.va-middle,
.table td.va-middle {
    vertical-align: middle;
}
.td-n {
    text-decoration: none;
}
.td-u {
    text-decoration: underline;
}
.tt-u {
    text-transform: uppercase;
}
.tt-n {
    text-transform: none;
}
.hide,
.d-n {
    display: none;
}
.show,
.d-b {
    display: block;
}
.inline-block,
.d-ib {
    display: inline-block;
}
.inline,
.d-i {
    display: inline;
}
.invisible,
.vis-h {
    visibility: hidden;
}
.verdana {
    font-family: Verdana, sans-serif;
}
.tahoma {
    font-family: Tahoma, sans-serif;
}
.arial {
    font-family: Arial, sans-serif;
}
.p-r,
.pos-r {
    position: relative;
}
.p-a,
.pos-a {
    position: absolute;
}
.p-f,
.pos-f {
    position: fixed;
}
.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}
.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}
.ov-h {
    overflow: hidden;
}
.hidden {
    display: none !important;
    visibility: hidden;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.invisible,
.viz-h {
    visibility: hidden;
}
.p0 {
    padding: 0;
}
.p10 {
    padding: 10px;
}
.p20 {
    padding: 20px;
}
.p30 {
    padding: 30px;
}
.p40 {
    padding: 40px;
}
.pt0 {
    padding-top: 0;
}
.pt10 {
    padding-top: 10px;
}
.pt20 {
    padding-top: 20px;
}
.pt30 {
    padding-top: 30px;
}
.pt40 {
    padding-top: 40px;
}
.pr0 {
    padding-right: 0;
}
.pr10 {
    padding-right: 10px;
}
.pr20 {
    padding-right: 20px;
}
.pr30 {
    padding-right: 30px;
}
.pr40 {
    padding-right: 40px;
}
.pb0 {
    padding-bottom: 0;
}
.pb10 {
    padding-bottom: 10px;
}
.pb20 {
    padding-bottom: 20px;
}
.pb30 {
    padding-bottom: 30px;
}
.pb40 {
    padding-bottom: 40px;
}
.pl0 {
    padding-left: 0;
}
.pl10 {
    padding-left: 10px;
}
.pl20 {
    padding-left: 20px;
}
.pl30 {
    padding-left: 30px;
}
.pl40 {
    padding-left: 40px;
}
.m0 {
    margin: 0;
}
.m10 {
    margin: 10px;
}
.m20 {
    margin: 20px;
}
.m30 {
    margin: 30px;
}
.m40 {
    margin: 40px;
}
.m50 {
    margin: 50px;
}
.mt0 {
    margin-top: 0;
}
.mt10 {
    margin-top: 10px;
}
.mt20 {
    margin-top: 20px;
}
.mt30 {
    margin-top: 30px;
}
.mt40 {
    margin-top: 40px;
}
.mt50 {
    margin-top: 50px;
}
.mr0 {
    margin-right: 0;
}
.mr10 {
    margin-right: 10px;
}
.mr20 {
    margin-right: 20px;
}
.mr30 {
    margin-right: 30px;
}
.mr40 {
    margin-right: 40px;
}
.mr50 {
    margin-right: 50px;
}
.mb0 {
    margin-bottom: 0;
}
.mb10 {
    margin-bottom: 10px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb30 {
    margin-bottom: 30px;
}
.mb40 {
    margin-bottom: 40px;
}
.mb50 {
    margin-bottom: 50px;
}
.ml0 {
    margin-left: 0;
}
.ml10 {
    margin-left: 10px;
}
.ml20 {
    margin-left: 20px;
}
.ml30 {
    margin-left: 30px;
}
.ml40 {
    margin-left: 40px;
}
.ml50 {
    margin-left: 50px;
}
.text-light,
a.text-light {
    color: #828282;
}
.text-dark,
a.text-dark {
    color: #1c1c1c;
}
.text-muted,
a.text-muted {
    color: #cfcfcf;
}
.text-primary,
a.text-primary {
    color: #157fc4;
}
.text-secondary,
a.text-secondary {
    color: #45a3ba;
}
.text-additional,
a.text-additional {
    color: #dcecf6;
}
.fz12 {
    font-size: 12px;
}
.fz14 {
    font-size: 14px;
}
.fz16 {
    font-size: 16px;
}
.fz18 {
    font-size: 18px;
}
.fz20 {
    font-size: 20px;
}
.fz22 {
    font-size: 22px;
}
.fz24 {
    font-size: 24px;
}
.fz26 {
    font-size: 26px;
}
.fz30 {
    font-size: 30px;
}
@media (max-width: 768px) {
    .mb-fz12 {
        font-size: 12px;
    }
    .mb-fz14 {
        font-size: 14px;
    }
    .mb-fz16 {
        font-size: 16px;
    }
    .mb-fz18 {
        font-size: 18px;
    }
    .mb-fz20 {
        font-size: 20px;
    }
    .mb-fz22 {
        font-size: 22px;
    }
    .mb-fz24 {
        font-size: 24px;
    }
    .mb-fz26 {
        font-size: 26px;
    }
    .mb-fz30 {
        font-size: 30px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .tablet-fz12 {
        font-size: 12px;
    }
    .tablet-fz14 {
        font-size: 14px;
    }
    .tablet-fz16 {
        font-size: 16px;
    }
    .tablet-fz18 {
        font-size: 18px;
    }
    .tablet-fz20 {
        font-size: 20px;
    }
    .tablet-fz22 {
        font-size: 22px;
    }
    .tablet-fz24 {
        font-size: 24px;
    }
    .tablet-fz26 {
        font-size: 26px;
    }
    .tablet-fz30 {
        font-size: 30px;
    }
}
@media (min-width: 992px) and (max-width: 1279px) {
    .dt-fz12 {
        font-size: 12px;
    }
    .dt-fz14 {
        font-size: 14px;
    }
    .dt-fz16 {
        font-size: 16px;
    }
    .dt-fz18 {
        font-size: 18px;
    }
    .dt-fz20 {
        font-size: 20px;
    }
    .dt-fz22 {
        font-size: 22px;
    }
    .dt-fz24 {
        font-size: 24px;
    }
    .dt-fz26 {
        font-size: 26px;
    }
    .dt-fz30 {
        font-size: 30px;
    }
}
@media (min-width: 1280px) {
    .ld-fz12 {
        font-size: 12px;
    }
    .ld-fz14 {
        font-size: 14px;
    }
    .ld-fz16 {
        font-size: 16px;
    }
    .ld-fz18 {
        font-size: 18px;
    }
    .ld-fz20 {
        font-size: 20px;
    }
    .ld-fz22 {
        font-size: 22px;
    }
    .ld-fz24 {
        font-size: 24px;
    }
    .ld-fz26 {
        font-size: 26px;
    }
    .ld-fz30 {
        font-size: 30px;
    }
}
.alert {
    border: solid 1px #ea5600;
    background: rgba(234, 86, 0, 0.1);
    color: #ea5600;
    padding: 20px;
    border-radius: 5px;
}
.alert-info {
    color: #45a3ba;
    background: rgba(69, 163, 186, 0.2);
    border-color: #45a3ba;
}
.alert-success {
    color: #409990;
    background: rgba(64, 153, 144, 0.2);
    border-color: #409990;
}
.alert-error {
    color: #a42338;
    background: rgba(164, 35, 56, 0.2);
    border-color: #a42338;
}
.alert p:first-child {
    margin-top: 0;
}
.alert p:last-child {
    margin-bottom: 0;
}
.alert font.errortext,
.alert font {
    color: inherit !important;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clr {
    clear: both;
    height: 0;
    overflow: hidden;
}
.fleft,
.fll,
.fl-l {
    float: left;
}
.fright,
.flr,
.fl-r {
    float: right;
}
img[align="right"] {
    padding: 0 0 20px 20px;
}
img[align="left"] {
    padding: 0 20px 20px 0;
}
img.ta-center,
img[align="center"] {
    display: block;
    margin: 0 auto;
}
/*12.12.18*/
.form-control-text {
    color: #1C1C1C;
}
.form-control-text h2 {
    margin-top: 0;
}
.form-control-btn {
    text-align: center;
}
.form-act-btn {
    display: inline-block;
    margin: 0 0 0 -5px;
}
.form-control-btn a.btn,
.form-control-btn button.btn,
.form-act-btn button.btn {
    width: 270px;
    padding: 0;
    display: block;
    margin: 50px auto 30px auto;
}
.form-control-btn a.btn:hover {
    text-decoration: none;
}
.form-control-btn a {
    max-width: 497px;
    display: block;
    margin: 0 auto;
    text-decoration: none;
}
.form-control-btn a:hover {
    text-decoration: underline;
}
.form-control-btn {

}
.white-box_authors .form-label {
    text-align: left;
    line-height: 20px;
    padding-bottom: 4px;
}
.white-box_authors b,
.white-box_authors .form-label b {
    margin-top: 22px;
    display: block;
    margin-bottom: 14px;
}
.white-box_authors .form-choise {
    height: 42px;
    border: 1px solid #157FC4;
    display: inline-block;
    border-radius: 2px;
}
.white-box_authors .form-choise a {
    width: 135px;
    display: inline-block;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    background: #DCECF6;
    color: #157FC4;
}
.white-box_authors .form-choise a.active {
    background: white;
    color: #1C1C1C;
}
.white-box_authors .form-choise a:hover {
    background: #157FC4;
    color: white;
}
.white-box_authors .form-choise a:first-child {
    border-right: 1px solid #157FC4;
}
.white-box_authors .del {
    display: none;
    width: auto;
}
.white-box_authors .small-text,
.white-box_authors .small-text p {
    font-size: 14px;
    line-height: normal;
    color: #828282;
}
.white-box_authors .small-text .morelink {
    margin-top: 5px;
    display: inline-block;
    margin-bottom: 10px;
}
.white-box_authors .form-headline_mb0 {
    margin-bottom: 0;
}
.white-box_authors p {
    margin-top: 0;
    line-height: 22px;
    font-size: 16px;
    color: #1C1C1C;

}
.white-box_authors b {
    font-weight: 600;
    line-height: normal;
    font-size: 18px;
    color: #1C1C1C;
}
.white-box_authors .complete {
    display: none;
}
#where {
    display: none;
}
.white-box_authors .form-del-author {
    font-weight: 600;
    line-height: 40px;
    font-size: 14px;
    color: #157FC4;
}
.white-box_authors .form-add-author {
    margin: 15px 0;
}
.white-box_authors .form-textarea {
    margin: 20px 0 30px 0;
}
.btn-empty-blue {
    background: #FFFFFF;
    border: 1px solid #157FC4;
    color: #157FC4;
}
.alert-success-form {
    background: #157FC4;
    text-align: center;
    border-radius: 0;
    border: none;
    text-align: center;
    padding: 80px 20px 60px 20px;
}
.alert-success-form .col-10 {
    margin: 0 auto;
}
.alert-success-form p {
   
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 20px;
    text-align: center;
    color: #FFFFFF;
}
.alert-success-form p b {
    line-height: 39px;
    font-size: 28px;
    color: white;
    font-weight: normal;
    margin-bottom: 38px;
}
.alert-success-form button {
    font-size: 16px;
    color: #157FC4;
    margin-top: 50px;
}
.alert-success-form-title {
    margin-bottom: 38px;
}
.alert-success-form button:hover {
    background: #106196;
}
.added-author {
    display: none;
}
.added-author.show-author {
    display: block;
}
.white-box_authors .filename {
    background: #fff;
    border: 0;
    margin: 20px 0 0px 0;
    padding-left: 35px;
}
.white-box_authors .show-upload {
    display: inline-block;
}
.white-box_authors .delete-upload {
    width: 20px;
    height: 24px;
    background: url(images/all-icons-black.png) no-repeat 1px -100px;
    padding: 0;
    margin: 0px 0 -8px 15px;
    transform: scale(0.65);
    filter: opacity(0.50);
    cursor: pointer;
}
.white-box_authors .delete-upload:hover {
    filter: none;
}
.white-box_authors .form-file-upload {
    position: relative;
    overflow: hidden;
    width: 205px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid #157FC4;
    border-radius: 30px;
    color: #157FC4;
    text-align: center;
}
.white-box_authors .form-file-upload:hover {
    background: #DCECF6;
}
.white-box_authors .form-file-upload input[type="file"] {
    display: none;
}
.filename {
    display: none;
    color: #157FC4;
    position: relative;
}
.filename:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 24px;
    display: inline-block;
    top: 0;
    left: 0;
    margin-right: 16px;
    background: url('images/file-upload.png') 0 0 no-repeat;
}
.form-file-upload {
    margin: 30px 0 30px 0;
}
.white-box_authors .form-file-upload label {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.white-box_authors .form-file-upload span {
    line-height: 36px;
}
.white-box_authors .patronymic div:not(.form-label) {
    display: inline-block;
}
.white-box_authors .patronymic-label {
    margin-left: 40px;
}
.white-box_authors .form-calendar,
.white-box_authors .form-search {
    position: relative;
}
.white-box_authors .form-calendar input.input-block:hover ~ .icon-calendar,
.white-box_authors .form-search input.input-block:hover ~ .icon-search-black {
    filter: invert(1);
}
.white-box_authors .form-calendar input.input:focus:hover ~ .icon-calendar,
.white-box_authors .form-search input.input:focus:hover ~ .icon-search-black {
    filter: invert(0);
}
.icon-search-black {
    background-image: url(images/all-icons-black.png);
    background-position: 0 -40px;
    background-color: none;
    border: none;
    outline: none;
}
.icon-calendar {
    background-image: url(images/calendar.png);
    background-size: unset;
}
.icon-close-red {
    background-image: url(images/close-red.png);
    width: 22px;
    height: 22px;
    margin-right: 11px;
    background-size: unset;
}
.white-box_authors .icon-search-black,
.white-box_authors .icon-calendar {
    top: 10px;
    position: absolute;
    right: 10px;
}
.white-box_authors .form-table,
.white-box_authors .form-empty-appeals {
    margin-top: 22px;
}
.white-box_authors .form-table .form-row,
.white-box_authors .form-table .form-caption {
    display: flex;
    margin: 0px 0 -1px 0;
    justify-content: space-between;
}
.white-box_authors .form-table .form-caption b,
.white-box_authors .form-table .form-row span {
    border: 1px solid #EDEDED;
    box-sizing: border-box;
    font-size: 14px;
    display: block;
    width: 100%;
    height: 100%;
    padding: 11px 14px;
}
.white-box_authors .form-table .form-caption {
    background: #F7F7F7;
}
.white-box_authors .form-table .form-caption b {
    margin: 0;
    line-height: 22px;
    font-size: 14px;
    color: #828282;
}
.white-box_authors .form-table .form-caption b:nth-child(1),
.white-box_authors .form-table .form-caption b:nth-child(3),
.white-box_authors .form-table .form-row span:nth-child(1),
.white-box_authors .form-table .form-row span:nth-child(3) {
    width: 404px;
}
.white-box_authors .jq-selectbox li.selected:hover,
.white-box_authors .jq-selectbox li:hover {
    color: #157fc4;
    background: white;
}
.white-box_authors .jq-selectbox__dropdown {
    padding-right: 0;
}
.input-block_statistic {
    max-width: 97px;
    margin-bottom: 16px;
}
.rwd-table,
.rwd-table .rwd-table {
    min-width: 270px;
    width: 100%;
}
.rwd-table .rwd-table tr {
    border-top: 1px solid #EDEDED;
    border-bottom: 1px solid #EDEDED;
}
.rwd-table .rwd-table th {
    display: none;
}
.rwd-table .rwd-table td {
    display: block;
}
.rwd-table .rwd-table td:before {
    content: attr(data-th) " ";
    font-weight: bold;
    display: inline-block;
}
.rwd-table .rwd-table th, .rwd-table .rwd-table td {
    text-align: left;
}
.rwd-table .rwd-table {
    overflow: hidden;
}
.rwd-table .rwd-table tr {
    border-color: #EDEDED;
}
.rwd-table tr {
    border-left: 1px solid #EDEDED;
    border-right: 1px solid #EDEDED;
}
.rwd-table th {
    display: none;
    padding: 10px 7px 11px 7px;
}
.rwd-table td {
    display: block;
    padding: 5px 14px;
}
.rwd-table td:first-child {
    padding: 11px 7px 12px 14px;
    background: #F7F7F7;
    border: 1px solid #EDEDED;
    box-sizing: border-box;
    text-align: left;
    font-size: 14px;

}
.rwd-table tr td {
    font-size: 12px;
}
.rwd-table td:before {
    content: attr(data-th) " ";
    display: inline-block;
}
.rwd-table tr {
    border-color: #EDEDED;

}
.rwd-table th, .rwd-table td:before {
    color: #828282;
    line-height: 16px;
    font-size: 12px;
}
.rwd-table tr td {
    text-align: right;
    font-size: 12px;
}
.rwd-table tr td:before {
    float: left;
}
.rwd-table .table-title, .rwd-table .table-title td, .rwd-table .table-title td:first-child {
    background: #F7F7F7;
    font-weight: bold;
    color: #828282;
}
.main-user-consent-request {
    display: block;
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-left: -20px;
}
.main-user-consent-request input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.main-user-consent-request-announce {
    position: relative;
    cursor: pointer;
    font-size: 14px;
    line-height: normal;
    color: #828282;
    float: left;
    padding-left: 23px;
    margin-bottom: 15px;
}
.main-user-consent-request-announce:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: -2px 5px 0 -23px;
    vertical-align: middle;
    background: #ffffff;
    cursor: pointer;
    border: solid 1px #d4d4d4;
    border-radius: 2px;
    position: relative;
}
.main-user-consent-request-announce:after {
    display: none;
    content: ' ';
    position: absolute;
    border: solid #157fc4;
    border-width: 0 0 2px 2px;
    height: 4px;
    width: 9px;
    left: 4px;
    top: 6px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.main-user-consent-request input:checked + .main-user-consent-request-announce:after {
    display: block;
}
@media (min-width: 992px) {
    .rwd-table th:first-child {
        padding-left: 14px;
    }
    .rwd-table th {
        background: #F7F7F7;
    }
    .rwd-table td:first-child {
        background: white;
    }
    .rwd-table th,
    .rwd-table td {
        border: 1px solid #EDEDED;
    }
    .rwd-table .rwd-table td:before,
    .rwd-table td:before {
        display: none;
    }
    .rwd-table th, .rwd-table td {
        display: table-cell;
        line-height: 22px;
        font-size: 12px;
        vertical-align: top;
        padding: 10px 7px 11px 7px;
    }
    .rwd-table th {
        line-height: 16px;
    }
    .rwd-table th {
        text-align: left;
    }
    .rwd-table td {
        text-align: right;
    }
    .rwd-table tr td:first-child {
        font-size: 14px;
        text-align: left;
        width: 313px;
    }
}
@media (max-width: 991px) {
    .rwd-table tr td {
        padding-right: 53px;
    }
    .rwd-table tr td:nth-child(2) {
        padding-top: 11px;
    }
    .rwd-table tr td:last-child {
        padding-bottom: 11px;
        border-bottom: 1px solid #EDEDED;
    }
}
@media screen and (max-width: 1280px) {

    .white-box_authors .patronymic-label {
        margin-left: 20px;
    }
}
@media screen and (max-width: 1279px) {
    .main-user-consent-request {
        margin-left: -15px;
    }
}
@media screen and (max-width: 1000px) {
    .form-act-btn button.btn {
        margin: 5px auto 15px auto;
        width: 250px;
    }
    .white-box_authors .form-table .form-caption {
        display: none;
    }
    .white-box_authors .form-table .form-row span:nth-child(1),
    .white-box_authors .form-table .form-row span:nth-child(3) {
        width: auto;
    }
    .white-box_authors .form-table .form-row {
        display: block;
        border: 1px solid #EDEDED;
        box-sizing: border-box;
        padding: 11px 14px;
        position: relative;
    }
    .white-box_authors .form-table .form-row span {
        border: 0;
        padding: 0;
    }
    .white-box_authors .form-table .form-row span:nth-child(3) {
        position: absolute;
        right: 14px;
        top: 11px;
    }
    .icon-close-red {
        float: left;
        margin-bottom: 20px;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .white-box_authors.padding-box {
        padding: 20px;
    }
    .white-box_authors .patronymic-label {
        font-size: 14px;
        margin-left: 0px;
    }
    .checkbox + label.patronymic-label > span {
        margin-right: 2px;
    }
    .main-user-consent-request {
        margin-left: -10px;
    }
}
@media screen and (max-width: 768px) {
    .white-box_authors .patronymic-label {
        margin-left: 0px;
        margin-top: 10px;
        font-size: 16px;
    }
    .white-box_authors .form-choise a {
        width: 132px;
    }
    .white-box_authors .form-add-author {
        font-size: 14px;
    }
    .input-block_statistic {
        margin-bottom: 14px;
    }
    .main-user-consent-request {
        margin-left: -5px;
    }
}


/*! jQuery UI - v1.12.0 - 2016-07-08
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.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:before,
.ui-helper-clearfix:after {
	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); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.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;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	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-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .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: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}
/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #d3d3d3;
}
.ui-widget-content {
	border: 1px solid #aaaaaa;
	background: #ffffff;
	color: #222222;
}
.ui-widget-content a {
	color: #222222;
}
.ui-widget-header {
	border: 1px solid #aaaaaa;
	background: #cccccc url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
	color: #222222;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #d3d3d3;
	background: #e6e6e6 url("images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #555555;
}
.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,
.ui-button {
	color: #555555;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #999999;
	background: #dadada url("images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #212121;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #aaaaaa;
	background: #ffffff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #aaaaaa;
	background-color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1;
	background: #fbf9ee url("images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
	color: #363636;
}
.ui-state-checked {
	border: 1px solid #fcefa1;
	background: #fbf9ee;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #fef1ec url("images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
	color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_222222_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_222222_256x240.png");
}
.ui-button .ui-icon {
	background-image: url("images/ui-icons_888888_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon,
.ui-state-default .ui-icon {
	background-image: url("images/ui-icons_454545_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("images/ui-icons_454545_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("images/ui-icons_2e83ff_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_cd0a0a_256x240.png");
}

/* positioning */
.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 is deprecated, use ui-icon-seek-start instead */
.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; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: -8px -8px 8px #aaaaaa;
	box-shadow: -8px -8px 8px #aaaaaa;
}




.select2-container{
	/*flex: 1 1 0ch;/*/
    margin: .5rem;
    border: none;
    background: hsl(0 0% 93%);
    border-radius: .25rem;
    padding: .75rem 1rem;
}


.select2-selection {
    /*flex: 1 1 0ch;
    margin: .5rem;
    border: none;
    background: hsl(0 0% 93%);
    border-radius: .25rem;
    padding: .75rem 1rem;*/
}
.select2-container--default .select2-selection--single {
    background-color: #ededed; 
    border: none; 
    border-radius: none; 
}
.select2-container .select2-selection--single .select2-selection__rendered{
	padding-left: 0px;
	color: hsl(260deg 1% 52%);
}
.select2-container--open .select2-dropdown {
    top: -8px;
    left: -8px;
}

.breadcrumb li{
   margin: 0px 0px 0px 0px !important;
}