@charset "UTF-8";
a img {
    border: none
}

*:focus {
    outline: 0
}

textarea {
    max-width: 100%;
    max-height: 40rem;
    min-width: 47.5%
}

a {
    -moz-outline-style: none
}

img {
    -ms-interpolation-mode: bicubic
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
menu,
nav,
section,
summary {
    display: block;
    margin: 0;
    padding: 0
}

* {
    box-sizing: border-box
}

body {
    margin: 0
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

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

html {
    overflow: -moz-scrollbars-vertical;
    font-size: 16px
}

html,
body {
    height: 100%
}

.row {
    display: flex;
    flex-wrap: wrap
}

.row .col-12 {
    width: 100%;
    padding: 1.875rem 0.9375rem
}

main.main.front-page .row .col-12 {
    padding: 0;
}

.row .col-offset-12 {
    margin-left: 100%
}

@media screen and (max-width:1000px) {
    .row .sm-12 {
        width: 100% !important;
        padding: 1.875rem 0.9375rem !important
    }
    .row .sm-offset-12 {
        margin-left: 100% !important
    }
}

@media screen and (max-width:1200px) {
    .row .md-12 {
        width: 100% !important;
        padding: 1.875rem 0.9375rem !important
    }
    .row .md-offset-12 {
        margin-left: 100% !important
    }
}

.row .col-11 {
    width: 91.66666666666666%;
    padding: 1.875rem 0.9375rem
}

.row .col-offset-11 {
    margin-left: 91.66666666666666%
}

@media screen and (max-width:1000px) {
    .row .sm-11 {
        width: 91.66666666666666% !important;
        padding: 1.875rem 0.9375rem !important
    }
    .row .sm-offset-11 {
        margin-left: 91.66666666666666% !important
    }
}

@media screen and (max-width:1200px) {
    .row .md-11 {
        width: 91.66666666666666% !important;
        padding: 1.875rem 0.9375rem !important
    }
    .row .md-offset-11 {
        margin-left: 91.66666666666666% !important
    }
}

.row .col-10 {
    width: 83.33333333333334%;
    padding: 1.875rem 0.9375rem
}

.row .col-offset-10 {
    margin-left: 83.33333333333334%
}

@media screen and (max-width:1000px) {
    .row .sm-10 {
        width: 83.33333333333334% !important;
        padding: 1.875rem 0.9375rem !important
    }
    .row .sm-offset-10 {
        margin-left: 83.33333333333334% !important
    }
}



#popup {
    width: 50%;
    background-color: #f15a22;
    position: fixed;
    top: 60%;
    left: 35%;
    text-align: center;
    opacity: 0.9;
    margin: 0;
    padding-bottom: 20px;
    padding-top:10px;
    position: fixed;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
}

#popup input[type="submit"] {
    text-align: right;
    position: relative;
    right: 0px;
    width: 100%;
    top: 0;
    background: none;
    color: white;
    border: none;
    font-size: 24px;
}

#popup h2, #popup a {
    color:white;
    font-size:1.25rem;
    font-family: 'Lato Black';
}

#popup h2 {
    padding:15px;
}

header.main.sm-hide {
    padding-left: 0!important;
}

@media screen and (max-width:1000px) {
    #popup {
    width: 100%;
    position: fixed;
    text-align: center;
    opacity: 0.9;
    padding: 5px;
    }
    #popup h2 {
    font-size: 1rem;
    margin-top: 15px;
    padding-top: 5px;
    text-align: center;
    position: relative;
    line-height: 1.25;
    padding-bottom: 7px;
}
#popup h2:last-child {
    margin-top: 0;
}
#popup input[type="submit"] {
    text-align: right;
    position: absolute;
    right: 5px;
    top: 0;
    background: none;
    color: white;
    border: none;
    font-size:18px;
}
}


@media screen and (max-width:1200px) {
    .row .md-10 {
        width: 83.33333333333334% !important;
        padding: 1.875rem 0.9375rem !important
    }
    .row .md-offset-10 {
        margin-left: 83.33333333333334% !important
    }
}

.row .col-9 {
    width: 75%;
    padding: 1.875rem 0.9375rem
}

.row .col-offset-9 {
    margin-left: 75%
}

@media screen and (max-width:1000px) {
    .row .sm-9 {
        width: 75% !important;
        padding: 1.875rem 0.9375rem !important
    }
    .row .sm-offset-9 {
        margin-left: 75% !important
    }
}

@media screen and (max-width:1200px) {
    .row .md-9 {
        width: 75% !important;
        padding: 1.875rem 0.9375rem !important
    }
    .row .md-offset-9 {
        margin-left: 75% !important
    }
}

.row .col-8 {
    width: 66.66666666666666%;
    padding: -0.125rem 0.9375rem
}

.row .col-offset-8 {
    margin-left: 66.66666666666666%
}

@media screen and (max-width:1000px) {
    .row .sm-8 {
        width: 66.66666666666666% !important;
        padding: 1.875rem 0.9375rem !important
    }
    .row .sm-offset-8 {
        margin-left: 66.66666666666666% !important
    }
}

@media screen and (max-width:1200px) {
    .row .md-8 {
        width: 66.66666666666666% !important;
        padding: 1.875rem 0.9375rem !important
    }
    .row .md-offset-8 {
        margin-left: 66.66666666666666% !important
    }
}

.row .col-7 {
    width: 58.333333333333336%;
    padding: 1.875rem 0.9375rem
}

.row .col-offset-7 {
    margin-left: 58.333333333333336%
}

@media screen and (max-width:1000px) {
    .row .sm-7 {
        width: 58.333333333333336% !important;
        padding: 1.875rem 0.9375rem !important
    }
    .row .sm-offset-7 {
        margin-left: 58.333333333333336% !important
    }
}

@media screen and (max-width:1200px) {
    .row .md-7 {
        width: 58.333333333333336% !important;
        padding: 1.875rem 0.9375rem !important
    }
    .row .md-offset-7 {
        margin-left: 58.333333333333336% !important
    }
}

.row .col-6 {
    width: 50%;
    padding: 1.875rem 0.9375rem
}

.row .col-offset-6 {
    margin-left: 50%
}

@media screen and (max-width:1000px) {
    .row .sm-6 {
        width: 50% !important;
        padding: 1.875rem 0.9375rem !important
    }
    .row .sm-offset-6 {
        margin-left: 50% !important
    }
}

@media screen and (max-width:1200px) {
    .row .md-6 {
        width: 50% !important;
        padding: 1.875rem 0.9375rem !important
    }
    .row .md-offset-6 {
        margin-left: 50% !important
    }
}

.row .col-5 {
    width: 41.66666666666667%;
    padding: 1.875rem 0.9375rem
}

.row .col-offset-5 {
    margin-left: 41.66666666666667%
}

@media screen and (max-width:1000px) {
    .row .sm-5 {
        width: 41.66666666666667% !important;
        padding: 1.875rem 0.9375rem !important
    }
    .row .sm-offset-5 {
        margin-left: 41.66666666666667% !important
    }
}

@media screen and (max-width:1200px) {
    .row .md-5 {
        width: 41.66666666666667% !important;
        padding: 1.875rem 0.9375rem !important
    }
    .row .md-offset-5 {
        margin-left: 41.66666666666667% !important
    }
}

.row .col-4 {
    width: 33.33333333333333%;
    /*padding: 1.875rem 0.9375rem*/
}

.row .col-offset-4 {
    margin-left: 33.33333333333333%
}

@media screen and (max-width:1000px) {
    .row .sm-4 {
        width: 33.33333333333333% !important;
        padding: 1.875rem 0.9375rem !important
    }
    .row .sm-offset-4 {
        margin-left: 33.33333333333333% !important
    }
}

@media screen and (max-width:1200px) {
    .row .md-4 {
        width: 33.33333333333333% !important;
        padding: 1.875rem 0.9375rem !important
    }
    .row .md-offset-4 {
        margin-left: 33.33333333333333% !important
    }
}

.row .col-3 {
    width: 25%;
    padding: 1.875rem 0.9375rem
}

.row .col-offset-3 {
    margin-left: 25%
}

@media screen and (max-width:1000px) {
    .row .sm-3 {
        width: 25% !important;
        padding: 1.875rem 0.9375rem !important
    }
    .row .sm-offset-3 {
        margin-left: 25% !important
    }
}

@media screen and (max-width:1200px) {
    .row .md-3 {
        width: 25% !important;
        padding: 1.875rem 0.9375rem !important
    }
    .row .md-offset-3 {
        margin-left: 25% !important
    }
}

.row .col-2 {
    width: 16.666666666666664%;
    padding: 1.875rem 0.9375rem
}

.row .col-offset-2 {
    margin-left: 16.666666666666664%
}

@media screen and (max-width:1000px) {
    .row .sm-2 {
        width: 16.666666666666664% !important;
        padding: 1.875rem 0.9375rem !important
    }
    .row .sm-offset-2 {
        margin-left: 16.666666666666664% !important
    }
}

@media screen and (max-width:1200px) {
    .row .md-2 {
        width: 16.666666666666664% !important;
        padding: 1.875rem 0.9375rem !important
    }
    .row .md-offset-2 {
        margin-left: 16.666666666666664% !important
    }
}

.row .col-1 {
    width: 8.333333333333332%;
    padding: 1.875rem 0.9375rem
}

.row .col-offset-1 {
    margin-left: 8.333333333333332%
}

@media screen and (max-width:1000px) {
    .row .sm-1 {
        width: 8.333333333333332% !important;
        padding: 1.875rem 0.9375rem !important
    }
    .row .sm-offset-1 {
        margin-left: 8.333333333333332% !important
    }
}

@media screen and (max-width:1200px) {
    .row .md-1 {
        width: 8.333333333333332% !important;
        padding: 1.875rem 0.9375rem !important
    }
    .row .md-offset-1 {
        margin-left: 8.333333333333332% !important
    }
}

.row .row {
    margin: 0 -0.9375rem
}

.row.v-padding-x2 [class*="col-"] {
    padding: 2.5rem 0.9375rem
}

.row.v-padding-3 [class*="col-"] {
    padding: 0.625rem 0.9375rem
}

.row.v-padding-0 [class*="col-"] {
    padding: 0 0.9375rem
}

.row.v-padding-0 [class*="sm-"] {
    padding: 0 0.9375rem !important
}

.row.v-padding-half {
    margin-top: 1.875rem
}

.row.v-padding-half [class*="col-"] {
    padding: 0.9375rem 0.9375rem
}

.row.row-items-center {
    align-items: center
}

.row.h-padding-2 [class*="col-"] {
    padding: 1.875rem 1.875rem
}

.row.sm-padding-normal [class*="col-"] {
    padding: 1.875rem 0.9375rem
}

.row.sm-padding-1 [class*="sm-"] {
    padding: 0.625rem 0.9375rem !important
}

.main {
    max-width: 95.625rem;
    margin: 0 auto;
    width: 100%
}

.main-fluid {
    max-width: 100%
}

.pull-right {
    float: right
}

.text-center {
    text-align: center
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-invisible-blank-slide {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
    perspective: 75rem
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
    touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 1.6875rem;
    height: 2.75rem;
    margin-top: -1.375rem;
    z-index: 10;
    cursor: pointer;
    background-size: 1.6875rem 2.75rem;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 0.625rem;
    right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 0.625rem;
    left: auto
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0.625rem;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 0.5rem;
    height: 0.5rem;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 0.625rem;
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0.375rem 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 0.5rem
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top;
    transition: .2s transform, .2s top, .2s -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0.25rem
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left;
    transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right;
    transition: .2s transform, .2s right, .2s -webkit-transform
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar {
    width: 100%;
    height: 0.25rem;
    left: 0;
    top: 0
}

.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 0.25rem;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, 0.25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-scrollbar {
    border-radius: 0.625rem;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 0.1875rem;
    z-index: 50;
    height: 0.3125rem;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 0.1875rem;
    top: 1%;
    z-index: 50;
    width: 0.3125rem;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 0.625rem;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 2.625rem;
    height: 2.625rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -1.3125rem;
    margin-top: -1.3125rem;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    filter: blur(3.125rem);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 75rem
}

body.fancybox-active {
    overflow: hidden
}

body.fancybox-iosfix {
    position: fixed;
    left: 0;
    right: 0
}

.fancybox-is-hidden {
    position: absolute;
    top: -624.9375rem;
    left: -624.9375rem;
    visibility: hidden
}

.fancybox-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99992;
    -webkit-tap-highlight-color: transparent;
    backface-visibility: hidden;
    transform: translateZ(0);
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.fancybox-outer {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .87;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption-wrap,
.fancybox-infobar,
.fancybox-toolbar {
    position: absolute;
    direction: ltr;
    z-index: 99997;
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s, visibility 0s linear .25s;
    box-sizing: border-box
}

.fancybox-show-caption .fancybox-caption-wrap,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    visibility: visible;
    transition: opacity .25s, visibility 0s
}

.fancybox-infobar {
    top: 0;
    left: 0;
    font-size: 0.8125rem;
    padding: 0 0.625rem;
    height: 2.75rem;
    min-width: 2.75rem;
    line-height: 2.75rem;
    color: #ccc;
    text-align: center;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: subpixel-antialiased;
    mix-blend-mode: exclusion
}

.fancybox-toolbar {
    top: 0;
    right: 0;
    margin: 0;
    padding: 0
}

.fancybox-stage {
    overflow: hidden;
    direction: ltr;
    z-index: 99994;
    -webkit-transform: translateZ(0)
}

.fancybox-is-closing .fancybox-stage {
    overflow: visible
}

.fancybox-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    outline: none;
    white-space: normal;
    box-sizing: border-box;
    text-align: center;
    z-index: 99994;
    -webkit-overflow-scrolling: touch;
    display: none;
    backface-visibility: hidden;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: visible
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
    background: #000
}

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
    background: #e5e3df
}

.fancybox-slide--next {
    z-index: 99995
}

.fancybox-slide>* {
    display: inline-block;
    position: relative;
    padding: 1.5rem;
    margin: 2.75rem 0;
    border-width: 0;
    vertical-align: middle;
    text-align: left;
    background-color: #fff;
    overflow: auto;
    box-sizing: border-box
}

.fancybox-slide>base,
.fancybox-slide>link,
.fancybox-slide>meta,
.fancybox-slide>script,
.fancybox-slide>style,
.fancybox-slide>title {
    display: none
}

.fancybox-slide .fancybox-image-wrap {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: 0;
    z-index: 99995;
    background: transparent;
    cursor: default;
    overflow: visible;
    transform-origin: top left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    backface-visibility: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform
}

.fancybox-can-zoomOut .fancybox-image-wrap {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-image-wrap {
    cursor: zoom-in
}

.fancybox-can-drag .fancybox-image-wrap {
    cursor: grab
}

.fancybox-is-dragging .fancybox-image-wrap {
    cursor: grabbing
}

.fancybox-image,
.fancybox-spaceball {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    max-width: none;
    max-height: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content {
    padding: 0;
    width: 80%;
    height: 80%;
    max-width: calc(0);
    max-height: calc(12%);
    overflow: visible;
    background: #fff
}

.fancybox-iframe {
    display: block;
    padding: 0;
    border: 0;
    height: 100%
}

.fancybox-error,
.fancybox-iframe {
    margin: 0;
    width: 100%;
    background: #fff
}

.fancybox-error {
    padding: 2.5rem;
    max-width: 23.75rem;
    cursor: default
}

.fancybox-error p {
    margin: 0;
    padding: 0;
    color: #444;
    font-size: 1rem;
    line-height: 1.25rem
}

.fancybox-button {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 2.75rem;
    height: 2.75rem;
    margin: 0;
    padding: 0.625rem;
    border: 0;
    border-radius: 0;
    background: rgba(30, 30, 30, 0.6);
    transition: color .3s ease;
    cursor: pointer;
    outline: none
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc
}

.fancybox-button:focus,
.fancybox-button:hover {
    color: #fff
}

.fancybox-button[disabled] {
    color: #ccc;
    cursor: default;
    opacity: .6
}

.fancybox-button svg {
    display: block;
    position: relative;
    overflow: visible;
    shape-rendering: geometricPrecision
}

.fancybox-button svg path {
    fill: currentColor;
    stroke: currentColor;
    stroke-linejoin: round;
    stroke-width: 3
}

.fancybox-button--share svg path {
    stroke-width: 1
}

.fancybox-button--pause svg path:nth-child(1),
.fancybox-button--play svg path:nth-child(2) {
    display: none
}

.fancybox-button--zoom svg path {
    fill: transparent
}

.fancybox-navigation {
    display: none
}

.fancybox-show-nav .fancybox-navigation {
    display: block
}

.fancybox-navigation button {
    position: absolute;
    top: 50%;
    margin: -3.125rem 0 0;
    z-index: 99997;
    background: transparent;
    width: 3.75rem;
    height: 6.25rem;
    padding: 1.0625rem
}

.fancybox-navigation button:before {
    content: "";
    position: absolute;
    top: 1.875rem;
    right: 0.625rem;
    width: 2.5rem;
    height: 2.5rem;
    background: rgba(30, 30, 30, 0.6)
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0
}

.fancybox-navigation .fancybox-button--arrow_right {
    right: 0
}

.fancybox-close-small {
    position: absolute;
    top: 0;
    right: 0;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    z-index: 10;
    cursor: pointer
}

.fancybox-close-small:after {
    content: "×";
    position: absolute;
    top: 0.3125rem;
    right: 0.3125rem;
    width: 1.875rem;
    height: 1.875rem;
    font: 1.375rem/1.875rem Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #888;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    background-color: transparent;
    transition: background-color .25s;
    box-sizing: border-box;
    z-index: 2
}

.fancybox-close-small:focus {
    outline: none
}

.fancybox-close-small:focus:after {
    outline: 0.0625rem dotted #888
}

.fancybox-close-small:hover:after {
    color: #555;
    background: #eee
}

.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--image .fancybox-close-small {
    top: 0;
    right: -2.5rem
}

.fancybox-slide--iframe .fancybox-close-small:after,
.fancybox-slide--image .fancybox-close-small:after {
    font-size: 2.1875rem;
    color: #aaa
}

.fancybox-slide--iframe .fancybox-close-small:hover:after,
.fancybox-slide--image .fancybox-close-small:hover:after {
    color: #fff;
    background: transparent
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
    display: none
}

.fancybox-caption-wrap {
    bottom: 0;
    left: 0;
    right: 0;
    padding: 3.75rem 2vw 0;
    background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8));
    pointer-events: none
}

.fancybox-caption {
    padding: 1.875rem 0;
    border-top: 0.0625rem solid rgba(255, 255, 255, 0.4);
    font-size: 0.875rem;
    color: #fff;
    line-height: 1.25rem;
    -webkit-text-size-adjust: none
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
    pointer-events: all;
    position: relative
}

.fancybox-caption a {
    color: #fff;
    text-decoration: underline
}

.fancybox-slide>.fancybox-loading {
    border: 0.375rem solid rgba(99, 99, 99, 0.4);
    border-top: 0.375rem solid rgba(255, 255, 255, 0.6);
    border-radius: 100%;
    height: 3.125rem;
    width: 3.125rem;
    animation: a .8s infinite linear;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1.875rem;
    margin-left: -1.875rem;
    z-index: 99999
}

@keyframes a {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(359deg)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0);
    opacity: 0
}

.fancybox-fx-slide.fancybox-slide--next {
    transform: translate3d(100%, 0, 0);
    opacity: 0
}

.fancybox-fx-slide.fancybox-slide--current {
    transform: translateZ(0);
    opacity: 1
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    transform: scale3d(1.5, 1.5, 1.5);
    opacity: 0
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    transform: scale3d(.5, .5, .5);
    opacity: 0
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    transform: scaleX(1);
    opacity: 1
}

.fancybox-fx-rotate.fancybox-slide--previous {
    transform: rotate(-1turn);
    opacity: 0
}

.fancybox-fx-rotate.fancybox-slide--next {
    transform: rotate(1turn);
    opacity: 0
}

.fancybox-fx-rotate.fancybox-slide--current {
    transform: rotate(0deg);
    opacity: 1
}

.fancybox-fx-circular.fancybox-slide--previous {
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    opacity: 0
}

.fancybox-fx-circular.fancybox-slide--next {
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    opacity: 0
}

.fancybox-fx-circular.fancybox-slide--current {
    transform: scaleX(1) translateZ(0);
    opacity: 1
}

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translateZ(0) scale(1)
}

.fancybox-share {
    padding: 1.875rem;
    border-radius: 0.1875rem;
    background: #f4f4f4;
    max-width: 90%;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    margin: 0 0 1.25rem;
    font-size: 2.1875rem;
    font-weight: 700
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

p.fancybox-share__links {
    margin-right: -0.625rem
}

.fancybox-share__button {
    display: inline-block;
    text-decoration: none;
    margin: 0 0.625rem 0.625rem 0;
    padding: 0 0.9375rem;
    min-width: 8.125rem;
    border: 0;
    border-radius: 0.1875rem;
    background: #fff;
    white-space: nowrap;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 2.5rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    transition: all .2s
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    position: relative;
    top: -0.0625rem;
    width: 1.5625rem;
    height: 1.5625rem;
    margin-right: 0.4375rem;
    vertical-align: middle
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    box-sizing: border-box;
    width: 100%;
    margin: 0.625rem 0 0;
    padding: 0.625rem 0.9375rem;
    background: transparent;
    color: #5d5b5b;
    font-size: 0.875rem;
    outline: none;
    border: 0;
    border-bottom: 0.125rem solid #d7d7d7
}

.fancybox-thumbs {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 13.25rem;
    margin: 0;
    padding: 0.125rem 0.125rem 0.25rem;
    background: #fff;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-y: hidden;
    overflow-x: auto
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 13.25rem
}

.fancybox-thumbs>ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0;
    white-space: nowrap
}

.fancybox-thumbs-x>ul {
    overflow: hidden
}

.fancybox-thumbs-y>ul::-webkit-scrollbar {
    width: 0.4375rem
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 0.625rem;
    box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3)
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 0.625rem
}

.fancybox-thumbs>ul>li {
    float: left;
    overflow: hidden;
    padding: 0;
    margin: 0.125rem;
    width: 6.25rem;
    height: 4.6875rem;
    max-width: calc(46%);
    max-height: calc(92%);
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    backface-visibility: hidden;
    box-sizing: border-box
}

li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1)
}

.fancybox-thumbs>ul>li>img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-thumbs>ul>li:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 0.25rem solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94)
}

.fancybox-thumbs>ul>li.fancybox-thumbs-active:before {
    opacity: 1
}

@media (max-width:800px) {
    .fancybox-thumbs {
        width: 6.875rem
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 6.875rem
    }
    .fancybox-thumbs>ul>li {
        max-width: calc(90%)
    }
}

@font-face {
    font-family: "icons";
    src: url("../fonts/iconFont.eot?a8915523a641694f73444dcf161da5a8");
    src: url("../fonts/iconFont.eot?#iefix") format("embedded-opentype"), url("../fonts/iconFont.woff2?a8915523a641694f73444dcf161da5a8") format("woff2"), url("../fonts/iconFont.woff?a8915523a641694f73444dcf161da5a8") format("woff"), url("../fonts/iconFont.ttf?a8915523a641694f73444dcf161da5a8") format("truetype"), url("../fonts/iconFont.svg?a8915523a641694f73444dcf161da5a8#icons") format("svg");
    font-weight: normal;
    font-style: normal
}

i[class*='before-'] {
    font-style: normal
}

i[class*='after-'] {
    font-style: normal
}

[class*='before-']:before {
    font-family: "icons"
}

[class*='after-']:after {
    font-family: "icons"
}

.before-accessibility:before {
    font-family: "icons";
    content: "\f101"
}

.after-accessibility:after {
    font-family: "icons";
    content: "\f101"
}

.before-menu-btn:before {
    font-family: "icons";
    content: "\f102"
}

.after-menu-btn:after {
    font-family: "icons";
    content: "\f102"
}

.before-popup-close:before {
    font-family: "icons";
    content: "\f103"
}

.after-popup-close:after {
    font-family: "icons";
    content: "\f103"
}

.before-swiper-arrow:before {
    font-family: "icons";
    content: "\f104"
}

.after-swiper-arrow:after {
    font-family: "icons";
    content: "\f104"
}

.placeholder::-webkit-input-placeholder {
    opacity: 1
}

.placeholder:-moz-placeholder {
    opacity: 1
}

.placeholder::-moz-placeholder {
    opacity: 1
}

.placeholder:-ms-input-placeholder {
    opacity: 1
}

.placeholder:placeholder-shown {
    opacity: 1
}

h1 {
    font-family: 'Lato Black';
    font-size: 2.5rem;
    line-height: 3rem;
    color: #222222
}

h2 {
    font-family: 'Lato Black';
    font-size: 1.875rem;
    line-height: 2.375rem;
    color: #222222
}

h3 {
    font-family: 'Lato Black';
    font-size: 1.5rem;
    line-height: 1.875rem;
    color: #222222
}

h4 {
    font-family: 'Lato Black';
    font-size: 1.25rem;
    line-height: 1.625rem;
    color: #222222
}

p {
    font-family: 'Open Sans';
    font-size: 1rem;
    line-height: 1.5rem;
    color: #222222
}

p.article {
    font-size: 1.125rem;
    line-height: 1.75rem
}

p.article a {
    font-size: 1.125rem
}

div.article {
    font-family: 'Open Sans';
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: #222222
}

div.article a {
    font-size: 1.125rem
}

a {
    font-family: 'Open Sans';
    font-size: 1rem;
    line-height: 1.75rem;
    color: #3e4f82
}

a:hover {
    color: #f15a22
}

a.cv-link {
    font-size: 1.125rem;
    text-decoration: none
}

a.cv-link [class*='fa-'] {
    margin-right: 0.5rem
}

.btn {
    font-family: 'Open Sans';
    font-size: 1.125rem;
    line-height: 0.875rem;
    color: #ffffff;
    background-color: #ff7900;
    text-decoration: none;
    min-width: 8.375rem;
    padding: 1.4375rem 1.875rem;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    border: none;
    cursor: pointer;
    border-radius: 0
}

.btn:hover {
    color: #ffffff;
    background-color: #e66b00;
    text-decoration: none
}

.btn.btn-ghost {
    background-color: transparent;
    border: 2px solid #3e4f82;
    color: #3e4f82;
    padding: 1.3125rem 1.875rem
}

.btn.btn-ghost:hover {
    border-color: #f15a22;
    color: #f15a22
}

.btn.btn-icon [class*='fa-'] {
    margin-left: 0.625rem;
    font-size: 1.3125rem;
    line-height: 0.625rem
}

.btn.btn-more {
    background-color: #a52671
}

.btn.btn-more:hover {
    background-color: #910d5b
}

input#edit-join {
        font-family: 'Open Sans';
    font-size: 1.125rem;
    line-height: 0.875rem;
    color: #ffffff;
    background-color: #ff7900;
    text-decoration: none;
    min-width: 8.375rem;
    padding: 1.4375rem 1.875rem;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    border: none;
    cursor: pointer;
    border-radius: 0
}

form#sendsmaily-subscribe-form label.form-item-label {
    display: none;
}

input#edit-join:hover {
    background-color: rgba(241, 90, 34, 0.9)
}

.sr-hidden {
    position: absolute;
    left: -625rem;
    top: auto;
    width: 0.0625rem;
    height: 0.0625rem;
    overflow: hidden
}

b,
strong {
    font-weight: bold
}

i,
em {
    font-style: italic
}

.text-right {
    text-align: right
}

.sm-show {
    display: none
}

.d-flex {
    display: flex !important
}

.justify-between {
    justify-content: space-between
}

.justify-end {
    justify-content: flex-end
}

.justify-around {
    justify-content: space-around
}

.align-center {
    align-items: center
}

.scroll_lock {
    overflow: hidden
}

.hidden {
    display: none !important
}

.mb-1 {
    margin-bottom: 0.9375rem !important
}

.wrapper {
    min-height: 100%;
    display: flex;
    flex-direction: column
}

main.main {
    flex-grow: 1
}

main.main.front-page {
    margin-top: 2.75rem
}

div#block-front-page-services h2 {
    text-align: center;
    font-size: 40px;
    position: relative;
    top: 30px;
}

header {
    height: 13.75rem;
    width: 100%;
    flex-grow: 0;
    display: flex;
    position: relative;
    padding-left: 28.125rem;
    padding-right: 0.9375rem
}

header .header-block {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end
}

header .logo-background {
    height: 13.75rem;
    width: 26.25rem;
   /* background-color: #ff7900; */
    position: absolute;
    top: 0;
    left: 0!important;
    display: block
}

header .logo-background .logo-img {
    display: block;
    margin: 0 auto;
  /*  padding: 5rem; */
    width: 100%;
    max-height:172px
}

header a {
    text-decoration: none
}

header a:hover {
    text-decoration: underline
}

header .fa-angle-right {
    padding-left: 0.4375rem;
    font-size: 1.375rem
}

header .header-top-bar {
    display: flex;
    align-items: center;
    margin-top: 1.875rem;
    margin-bottom: 2.5rem;
    flex-wrap: wrap
}

div#block-locale-language h2 {
    display: none;
}

ul.language-switcher-locale-url {
    width: 50px;
    overflow: hidden;
}

li.et.first {
    width: 25px;
    float: left;
    text-transform: uppercase;
}

li.en.last {
    text-transform: uppercase;
    overflow: hidden;
}

article li.translation_et.last, article li.translation_en.last {
    display: none;
}

header .header-top-bar .fa-clock-o {
    color: #ff7900;
    font-size: 1.25rem;
    padding-right: 0.5rem
}

header .header-top-bar .open-link {
    margin-left: 0.9375rem
}

header .header-top-bar p {
    display: inline-block
}

header .header-top-bar .line {
    display: inline-block;
    height: 1.875rem;
    width: 0.0625rem;
    background-color: #cccccc;
    margin: 0 1.875rem
}

header .header-top-bar .lang-link {
    margin-right: 1.25rem
}

header .header-top-bar .lang-link:last-child {
    margin-right: 0
}

header .header-bottom-bar {
    display: flex;
    align-items: center;
    width: 100%
}

header .header-bottom-bar form {
      margin-left: 5rem;
    flex-grow: 1
}

header .header-bottom-bar .form-item {
    position: relative;
    flex-grow: 1;
    margin: 0 4.5rem
}

header .header-bottom-bar .form-item input {
    height: 3.75rem;
    padding-right: 3.125rem
}

header .header-bottom-bar .form-item button {
    height: 3.75rem;
    width: 3.125rem;
    position: absolute;
    color: #666666;
    font-size: 1.4375rem;
    right: 0;
    top: 0;
    padding: 0;
    border: 0;
    background: none;
    cursor: pointer
}

header .header-bottom-bar .form-item button:hover {
    color: #f15a22
}

header .header-bottom-bar .btn {
    background-color: #3e4f82;
    padding-top: 0;
    padding-bottom: 0;
    height: 3.75rem;
    margin-left:2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 120%
}

header .header-bottom-bar .btn:hover {
    background-color: #2c4277
}

header .external-search [class*='fa-'] {
    margin-left: 0.25rem;
    font-size: 0.75rem
}

header .external-search p {
    line-height: 1rem;
    font-family: 'Lato Black'
}

header .external-search a {
    font-size: 1.125rem
}

header .only-link {
    margin-top: 0.3125rem
}

header.mobile {
    padding: 0;
    height: auto;
    position: relative
}

header.mobile:after {
    content: " ";
    height: 5rem;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -5rem;
    background: #f5f5f5;
    z-index: -1
}

header.mobile .header-top {
    background: #ff7900;
    display: flex;
    justify-content: space-between
}

header.mobile .header-top .mobile-logo img {
    display: block;
    height: 4.0625rem;
    margin: 1.875rem 0.9375rem
}

header.mobile .header-top #mobileMenuBtn {
    color: #ffffff;
    display: flex;
    align-items: center;
    padding: 0.9375rem
}

header.mobile .header-top #mobileMenuBtn .menu-btn {
    font-size: 1.25rem;
    cursor: pointer
}

#mobileNav {
    display: none;
    background-color: rgba(62, 79, 130, 0.9);
    height: auto;
    width: 100%;
    position: fixed;
    z-index: 15;
    bottom: 0;
    top: 0;
    right: 0;
    padding: 2.5rem 0.9375rem 4.6875rem;
    overflow-y: auto;
    overflow-x: hidden
}

#mobileNav.active {
    display: block
}

#mobileNav #closeBtn {
    color: #ffffff;
    background: #ff7900;
    width: 3.75rem;
    height: 3.75rem;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    cursor: pointer;
    box-shadow: 0 0.3125rem 0.5625rem -0.375rem #222222;
    margin-top: 2.8125rem;
    margin-bottom: 4.6875rem
}

#mobileNav #closeBtn:hover {
    background: #e66b00
}

#mobileNav .only-link {
    text-decoration: none;
    display: flex;
    justify-content: center;
    color: #ffffff;
    font-weight: bold;
    margin-top: 1.375rem
}

#mobileNav .only-link [class*='fa-'] {
    padding-left: 0.5rem;
    font-size: 1.25rem;
    line-height: 1.625rem
}

#mobileNav .lang-link {
    color: #ffffff;
    text-decoration: none;
    font-size: 1rem
}

#mobileNav .lang-bar {
    padding: 0 6.25rem 1.375rem
}

#mobileNav ul.level-1 {
    margin-top: 1.375rem
}

#mobileNav ul.level-1 li {
    color: #ffffff;
    text-align: right;
    position: relative
}

#mobileNav ul.level-1 li a {
    color: #ffffff;
    text-decoration: none;
    display: block;
    line-height: 1.25rem
}

#mobileNav ul.level-1 li [class*='fa-'] {
    position: absolute;
    right: 1.25rem;
    font-size: 1.875rem;
    top: 1.125rem;
    line-height: 1.875rem
}

#mobileNav ul.level-1 li.active {
    color: #fdb913
}

#mobileNav ul.level-1 li.active .level-2 {
    display: block
}

#mobileNav ul.level-1>li {
    font-size: 1.25rem;
    padding: 1.375rem 0;
    border-top: 1px solid #7682a6;
    font-family: 'Lato';
    cursor: pointer
}

#mobileNav ul.level-1>li .text {
    padding-right: 3.4375rem
}

#mobileNav ul.level-1>li [class*='fa-'] {
    padding-left: 90%;
    padding-right: 0
}

#mobileNav ul.level-1>li:last-child {
    border-bottom: 1px solid #7682a6
}

#mobileNav ul.level-1>li:last-child .fa-angle-down {
    display: none;
}

#mobileNav ul.level-1>li.active [class*='fa-'] {
    transform: rotate(180deg);
    padding-right: 90%;
    padding-left: 0
}

#mobileNav ul.level-1 .level-2 {
    display: none;
    margin-top: 1.25rem
}

#mobileNav ul.level-1 .level-2>li {
    font-family: 'Open Sans';
    font-weight: bold;
    padding: 0.5rem 0
}

#mobileNav ul.level-1 .level-2>li>a {
    padding-right: 3.4375rem
}

#mobileNav ul.level-1 .level-2>li [class*='fa-'] {
    font-size: 1.5rem;
    line-height: 1.3125rem;
    top: 0.5rem;
    right: 0;
    padding: 0 1.25rem
}

#mobileNav ul.level-1 .level-2>li.active>a {
    color: #fdb913
}

#mobileNav ul.level-1 .level-2>li.active .level-3 {
    display: block
}

#mobileNav ul.level-1 .level-3 {
    display: none;
    padding: 0.5rem 0
}

#mobileNav ul.level-1 .level-3>li {
    font-family: 'Open Sans';
    font-weight: normal;
    padding: 0.5rem 0
}

#mobileNav ul.level-1 .level-3>li>a {
    padding-right: 4.6875rem
}

footer.main {
    height: 28.75rem;
    display: flex;
    flex-grow: 0;
    width: 100%;
    margin-top: 5.625rem
}

footer.main .newsletter {
    width: 100%;
    max-width: 31.5625rem;
    height: 100%;
    background-color: #1f2846;
    padding: 4.375rem 2.8125rem
}

footer.main .newsletter .newsletter-heading {
    color: #d9e2ff;
    margin-bottom: 1rem
}

footer.main .newsletter .newsletter-info {
    color: #ffffff;
    margin-bottom: 2rem
}

footer.main .newsletter .btn {
    float: right
}

/* ENGLISH*/

footer.main .newslettereng {
    width: 100%;
    max-width: 31.5625rem;
    height: 100%;
    background-color: #303d67;
    padding: 4.375rem 2.8125rem
}

footer.main .newslettereng .newsletter-heading {
    display: none
}

footer.main .newslettereng .newsletter-info {
    display: none
}

.newslettereng form#sendsmaily-subscribe-form {
    display: none;
}

footer.main .newslettereng .btn {
    float: right
}

/*END OF ENG*/

footer.main .footer-block {
    flex-grow: 1;
    height: 100%;
    background-color: #303d67;
    display: flex
}

footer.main .footer-block .footer-sub-block {
    width: 100%;
    height: 100%;
    max-width: 34.375rem;
    padding: 4.375rem 4.6875rem
}

footer.main .footer-block .footer-sub-block .footer-heading {
    color: #d9e2ff;
    margin-bottom: 1.25rem;
    font-family: 'Lato Black'
}

footer.main .footer-block .footer-sub-block .footer-info.margin-bottom {
    margin-bottom: 3.5rem
}

footer.main .footer-block .footer-sub-block .footer-info a,
footer.main .footer-block .footer-sub-block .footer-info p {
    color: #ffffff;
    text-decoration: none
}

footer.main .footer-block .footer-sub-block .footer-info a:hover {
    text-decoration: underline;
    color: #ff7900
}

footer.main .footer-block .footer-sub-block .footer-info li {
    position: relative;
    padding-left: 1.25rem;
    margin: 0.25rem 0
}

footer.main .footer-block .footer-sub-block .footer-info li:first-child {
    margin-top: 0
}

footer.main .footer-block .footer-sub-block .footer-info li:last-child {
    margin-bottom: 0
}

footer.main .footer-block .footer-sub-block .footer-info li:before {
    position: absolute;
    margin-top: -0.6875rem;
    top: 0.9375rem;
    left: 0;
    content: "\f105";
    font-size: 1.3125rem;
    font-family: 'FontAwesome';
    color: #f15a22
}

.main-nav {
    height: 3.5rem; /*vana 7.5*/
    background: #f5f5f5;
    position: relative;
    border-bottom: 1px solid #e0e0e0
}

.main-nav:after {
    content: " ";
    position: absolute;
    height: 12.1875rem;
    right: 0;
    left: 0;
    bottom: -12.1875rem;
    background: #f5f5f5;
    z-index: -1
}

.main-nav .main {
    height: 100%;
    padding: 0 0.9375rem
}

.main-nav .main ul {
    height: 100%;
    font-size: 0
    -webkit-transition: height 0.3s ease-in-out;
    -o-transition: height 0.3s ease-in-out;
    -moz-transition: height 0.3s ease-in-out;
    transition: height 0.3s ease-in-out;
}

.main-nav .main ul li {
    display: inline-flex;
    height: 100%;
    padding: 0 2.125rem;
    cursor: pointer
}

.main-nav .main ul li {
  padding:0 1.7325rem
}

.main-nav .main ul li .heading-nav {
    font-family: 'Lato Bold';
    color: #444444;
    font-size: 1.1rem;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center
}

.main-nav .main ul li .heading-nav:after {
    content: " ";
    position: absolute;
    bottom: -0.25rem;
    right: 0;
    left: 0;
    height: 0.25rem;
    background: #ff7900;
    display: none;
    z-index: 3
}
.main-nav .main ul li:hover .heading-nav {
    color: #ff7900
}

.main-nav .main ul li:hover .heading-nav:after {
    display: block
}

.main-nav .main ul li:hover .heading-nav [class*='fa-'] {
    transform: rotate(180deg)
}

.main-nav .main ul li:hover .heading-nav [class*='fa fa-search'] {
    transform: rotate(0deg)
}

.main-nav .main ul li:first-child {
    padding-left: 0
}

.main-nav .main ul li:last-child {
    padding-right: 0
}

.sub-nav span {
    color:#f15a22
}

.main-nav .main ul li [class*='fa-'] {
    margin-left: 0.4375rem
}

.main-nav .main ul li .sub-nav .main {
    padding: 1rem 0 1.5rem
}

.main-nav .main ul li .sub-nav .bullet-list {
    height: auto
}

.main-nav .main ul li .sub-nav .bullet-list li {
    display: block;
    height: auto;
    margin: 0.75rem 0;
    position: relative;
    padding-left: 1.25rem
}

.main-nav .main ul li .sub-nav .bullet-list li:first-child {
    margin-top: 0
}

.main-nav .main ul li .sub-nav .bullet-list li:last-child {
    margin-bottom: 0
}

.main-nav .main ul li .sub-nav .bullet-list li a {
    text-decoration: none;
    font-size: 1rem;
    font-weight: bold
}

.main-nav .main ul li .sub-nav .bullet-list li:before {
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 1.125rem;
    color: #ff7900;
    position: absolute;
    top: 0.3125rem;
    left: 0
}

.main-nav .main ul li .sub-nav .bullet-list li .level-2 {
    margin-top: 0.75rem
}

.main-nav .main ul li .sub-nav .bullet-list li .level-2 li {
    margin: 0.25rem 0
}

.main-nav .main ul li .sub-nav .bullet-list li .level-2 li:first-child {
    margin-top: 0
}

.main-nav .main ul li .sub-nav .bullet-list li .level-2 li:last-child {
    margin-bottom: 0
}

.main-nav .main ul li .sub-nav .bullet-list li .level-2 li a {
    font-weight: normal
}

.main-nav .main ul li .sub-nav .info-section.example {
    background-color: #e6e6e6;
    display: flex;
    align-items: center;
    justify-content: center
}

.main-nav .main ul li .sub-nav .info-section .full-height {
    height: 29.625rem;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    position: relative
}

.main-nav .main ul li .sub-nav .info-section .full-height img {
    display: block;
    width: 100%;
    opacity: 0
}

.main-nav .main ul li .sub-nav .info-section .half-height {
    height: 14.6875rem;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 0.25rem;
    display: block;
    position: relative
}

.main-nav .main ul li .sub-nav .info-section .half-height img {
    display: block;
    width: 100%;
    opacity: 0
}

.main-nav .main ul li .sub-nav .info-section .half-height:last-child {
    margin-bottom: 0
}

.main-nav .main ul li .sub-nav .info-section .info-title {
    color: #ffffff;
    font-family: 'Lato Bold';
    font-size: 1.25rem;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #a52671;
    padding: 0.875rem 1.5625rem
}
.main-nav .main ul li .sub-nav {
  visibility: hidden; /* hides sub-menu */
  background-color:#ffffff;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  transform: translateY(-2em);
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}


.main-nav .main ul li:hover .sub-nav{
  visibility: visible; /* shows sub-menu */
  opacity: 1;
  z-index: 7;
  transform: translateY(0%);
  transition-delay: 0.4s, 0.2s, 0.2s; /* this removes the transition delay so the menu will be visible while the other styles transition */
}


.breadcrumb {
    font-size: 0
}

.breadcrumb .breadcrumb-item {
    color: #868686
}

.breadcrumb [class*='fa-'] {
    font-size: 1rem;
    margin: 0 0.75rem;
    color: #868686
}

.breadcrumb {
    margin-top:1.5rem;
}

@font-face {
    font-family: 'Lato Black';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/lato-v13-latin-900.eot');
    src: local('Lato Black'), local('Lato-Black'), url('../fonts/lato-v13-latin-900.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-v13-latin-900.woff2') format('woff2'), url('../fonts/lato-v13-latin-900.woff') format('woff'), url('../fonts/lato-v13-latin-900.ttf') format('truetype'), url('../fonts/lato-v13-latin-900.svg#Lato') format('svg')
}

@font-face {
    font-family: 'Lato Bold';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/lato-v14-latin-700.eot');
    src: local('Lato Bold'), local('Lato-Bold'), url('../fonts/lato-v14-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-v14-latin-700.woff2') format('woff2'), url('../fonts/lato-v14-latin-700.woff') format('woff'), url('../fonts/lato-v14-latin-700.ttf') format('truetype'), url('../fonts/lato-v14-latin-700.svg#Lato') format('svg')
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/lato-v14-latin-regular.eot');
    src: local('Lato Regular'), local('Lato-Regular'), url('../fonts/lato-v14-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-v14-latin-regular.woff2') format('woff2'), url('../fonts/lato-v14-latin-regular.woff') format('woff'), url('../fonts/lato-v14-latin-regular.ttf') format('truetype'), url('../fonts/lato-v14-latin-regular.svg#Lato') format('svg')
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v15-latin-ext_cyrillic_latin_cyrillic-ext-regular.eot');
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url('../fonts/open-sans-v15-latin-ext_cyrillic_latin_cyrillic-ext-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v15-latin-ext_cyrillic_latin_cyrillic-ext-regular.woff2') format('woff2'), url('../fonts/open-sans-v15-latin-ext_cyrillic_latin_cyrillic-ext-regular.woff') format('woff'), url('../fonts/open-sans-v15-latin-ext_cyrillic_latin_cyrillic-ext-regular.ttf') format('truetype'), url('../fonts/open-sans-v15-latin-ext_cyrillic_latin_cyrillic-ext-regular.svg#OpenSans') format('svg')
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/open-sans-v15-latin-ext_cyrillic_latin_cyrillic-ext-700.eot');
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url('../fonts/open-sans-v15-latin-ext_cyrillic_latin_cyrillic-ext-700.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v15-latin-ext_cyrillic_latin_cyrillic-ext-700.woff2') format('woff2'), url('../fonts/open-sans-v15-latin-ext_cyrillic_latin_cyrillic-ext-700.woff') format('woff'), url('../fonts/open-sans-v15-latin-ext_cyrillic_latin_cyrillic-ext-700.ttf') format('truetype'), url('../fonts/open-sans-v15-latin-ext_cyrillic_latin_cyrillic-ext-700.svg#OpenSans') format('svg')
}


/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}

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

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

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

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

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

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

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

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

.fa-ul>li {
    position: relative
}

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

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

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

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

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

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

.pull-right {
    float: right
}

.pull-left {
    float: left
}

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

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

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

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

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

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    transform: scale(1, -1)
}

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

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

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

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

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

.fa-inverse {
    color: #fff
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.social-icons {
    font-size: 0
}

.social-icons a {
    font-size: 1.5rem;
    margin: 0 0.9375rem
}

.social-icons a:first-child {
    margin-left: 0
}

.social-icons a:last-child {
    margin-right: 0
}

.required-fields {
    color: #f15a22
}

.banner-big .banner-pic {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: none
}

.banner-big .banner-pic.tab-content {
    margin: 0
}

.banner-big .banner-pic img {
    display: block;
    width: 100%;
    opacity: 0
}

.banner-big .banner-pic.active {
    display: block
}

.banner-big .banner-tabs {
    display: flex;
    justify-content: space-between;
    position: relative
}

.banner-big .banner-tabs.common-tabs {
    margin-top: 0
}

.banner-big .banner-tabs.common-tabs .single-tab {
    margin-right: 0
}

.single-tab[data-tab="12"] {
    display: none;
}

/* .front-blocks .single-tab:nth-child(2), .front-blocks .single-tab:nth-child(1) {
    display: none;
} */

.banner-big .banner-tabs .next-banner,
.banner-big .banner-tabs .prev-banner {
    display: none;
    position: absolute;
    color: #ffffff;
    font-size: 2rem;
    top: 50%;
    margin-top: -1rem;
    padding: 0 0.9375rem;
    z-index: 1
}

.banner-big .banner-tabs .next-banner {
    right: 0
}

.banner-big .banner-tabs .prev-banner {
    left: 0
}

.banner-big .banner-tabs .single-tab {
    display: flex;
    background: #f5f5f5;
    cursor: pointer;
    width: 33%;
    justify-content: center;
    align-items: center;
    min-height: 6.25rem;
    text-align: center;
    padding: 1.25rem;
    position: relative
}

.banner-big .banner-tabs .single-tab:hover p {
    font-weight: bold
}

.banner-big .banner-tabs .single-tab p {
    color: #3e4f82
}

.banner-big .banner-tabs .single-tab.active {
    background: #a52671;
    top: -0.3125rem
}

.banner-big .banner-tabs .single-tab.active p {
    color: #ffffff;
    font-weight: bold
}

.banner-big .banner-tabs .single-tab.active:before {
    content: " ";
    background: #a52671;
    height: 0.3125rem;
    width: 100%;
    position: absolute;
    top: -0.3125rem;
    right: 0
}

.banner-big .banner-tabs .single-tab.active:after {
    content: " ";
    background: #a52671;
    height: 0.3125rem;
    width: 100%;
    position: absolute;
    bottom: -0.3125rem;
    right: 0
}

.object .object-image {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block;
    margin-bottom: 1.25rem
}

.object .object-image.object-image-contain {
    background-size: contain;
    height: 20rem
}

.object .object-image img {
    display: block;
    width: 100%;
    opacity: 0
}

.object .object-title {
    display: block;
    text-decoration: none;
    font-size: 1.25rem;
    font-family: 'Lato Black'
}

.object .object-title+.object-category {
    margin-top: 0.75rem
}

.object .object-footer {
    font-family: 'Open Sans';
    font-size: 0.875rem;
    color: #777777;
    display: block
}

.object .object-footer .object-date {
    position: relative;
    padding-left: 1.375rem
}

.object .object-footer .object-date:before {
    content: " ";
    background: #777777;
    height: 0.0625rem;
    width: 0.875rem;
    position: absolute;
    top: 50%;
    left: 0.1875rem
}

.object.object-side_news {
    margin-bottom: 3.125rem
}

.object.object-side_news .object-title {
    font-size: 1.25rem;
    font-family: 'Lato Bold';
    padding: 0 1.25rem;
    position: relative
}

.object.object-side_news .object-title:before {
    content: " ";
    background: #ff7900;
    height: 100%;
    width: 0.25rem;
    position: absolute;
    left: 0;
    top: 0
}

.object.object-side_news .object-title .object-date {
    position: relative;
    padding-left: 1.375rem;
    font-family: 'Open Sans';
    font-size: 0.875rem;
    color: #777777
}

.object.object-side_news .object-title .object-date:before {
    content: " ";
    background: #777777;
    height: 0.0625rem;
    width: 0.875rem;
    position: absolute;
    top: 50%;
    left: 0.1875rem
}

.object.object-calendar .object-title {
    font-size: 1.5rem;
    line-height: 2rem;
    position: relative;
    padding-left: 1.25rem
}

.object.object-calendar .object-title:before {
    content: " ";
    background: #ff7900;
    height: 100%;
    width: 0.25rem;
    position: absolute;
    left: 0;
    top: 0.25rem
}

.object.object-calendar .object-title.events:before,
.object.object-calendar .object-title.naitused:before {
    background: #a52671
}

/* .object.object-calendar .object-title.rr-training:before {
    background: #00888a
}

.object.object-calendar .object-title.rr-events:before {
    background: #9aca3c
} */

.object.object-popup.sundmused:before {
    background: #9aca3c
}

.object.object-popup.uritused:before {
    background: royalblue
}

.object.object-calendar .object-title .object-date {
    position: relative;
    font-family: 'Open Sans';
    font-size: 0.875rem;
    color: #777777;
    padding: 1.375rem
}

.object.object-calendar .object-title .object-date:before {
    content: " ";
    background: #777777;
    height: 0.0625rem;
    width: 0.875rem;
    position: absolute;
    top: 50%;
    left: 0.1875rem
}

.object.object-calendar .object-title span {
    border-bottom: 3px solid #3e4f82
}

.object.object-calendar .object-title:hover span {
    border-color: #f15a22
}

.object.object-calendar .object-info {
    margin-top: 0.625rem
}

.object.object-calendar .object-footer {
    font-size: 1rem;
    color: #3e4f82
}

.object.object-calendar .object-footer:hover {
    color: #ff7900
}

.object.object-calendar .object-footer a {
    text-decoration: none
}

.object.object-search .object-title {
    font-size: 1.5rem;
    line-height: 2rem;
    position: relative
}

.otsing-bottom-bar .fa.fa-search {
    height: 55px;
    width: 50px;
    margin-left: -50px;
    background-color: transparent;
    position: relative;
    border-color: transparent;
    box-shadow: none;
}
.otsing-bottom-bar .fa.fa-search:hover {
    color:#f15a22;
}

.main-nav .main ul li:last-child .heading-nav span.fa.fa-angle-up {
    visibility: hidden;
}
.main-nav .main ul li:last-child .heading-nav span.fa.fa-angle-down {
    visibility: hidden;
}

.object.object-search .object-title span {
    border-bottom: 3px solid #3e4f82
}

.object.object-search .object-title:hover span {
    border-color: #f15a22
}

.object.object-popup {
    position: relative;
    margin-bottom: 1.875rem
}

.object.object-popup:last-child {
    margin-bottom: 0
}

.object.object-popup:before {
    content: " ";
    background: #ff7900;
    height: 100%;
    width: 0.25rem;
    position: absolute;
    left: 0;
    top: 0
}

.object.object-popup.events:before {
    background: #a52671
}

.object.object-popup.naitused:before {
    background: #a52671
}

.object.object-popup.sundmused:before {
    background: #9aca3c
}

/* .object.object-popup.rr-events:before {
    background: #9aca3c
}

.object.object-popup.rr-training:before {
    background: #00888a
} */

.object.object-popup .object-title {
    font-size: 1rem;
    font-family: 'Open Sans';
    font-weight: bold;
    text-decoration: underline;
    line-height: 1.5rem
}

.object .object-category {
    display: block;
    font-family: 'Open Sans';
    font-size: 0.8125rem;
    color: #777777;
    padding-bottom: 0.625rem;
    position: relative
}

.object .object-category:after {
    content: " ";
    background: #777777;
    height: 0.25rem;
    width: 5rem;
    position: absolute;
    bottom: -0.1875rem;
    left: 0
}

.object .object-category.collections:after {
    background: #66b8b9
}

.object .object-category.rooms:after {
    background: #fed571
}

.object .object-category.services:after {
    background: #c97daa
}

.object .object-category.halls:after {
    background: #c2df8a
}

.object.object-vertical {
    display: flex;
    justify-content: space-between
}

.object.object-vertical .object-image {
    margin-bottom: 0;
    width: 37%
}

.object.object-vertical .object-image+.object-details {
    width: 60%;
    padding: 1.875rem 0
}

.object.object-vertical .object-details {
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

.object.object-vertical .object-details .object-footer {
    margin-top: 1.25rem
}

.object.object-vertical .object-details .object-title {
    margin-bottom: 0.875rem
}

.object.object-vertical.object-calendar .object-details {
    justify-content: center;
    padding: 0
}

.object.object-vertical.object-calendar .object-details .object-footer {
    margin-top: 0.625rem
}

.object.object-vertical.object-search .object-details .object-title {
    margin-bottom: 0.625rem
}

.object.object-vertical.object-popup .object-details {
    padding-left: 1.125rem
}

.object.object-vertical.object-popup .object-details .object-title {
    margin-bottom: 0
}

.side-news {
    margin-left: 2.8125rem;
    border-bottom: 1px solid #e6e6e6
}

.side-news .see-all {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 1.6875rem
}

.side-news .see-all a {
    text-decoration: none
}

.side-news .see-all a [class*="fa-"] {
    margin-left: 0.3125rem;
    font-size: 1.25rem
}

.common-tabs {
    display: flex;
    justify-content: flex-start;
    margin-top: 3.125rem
}

.common-tabs .single-tab {
    font-family: 'Lato';
    font-size: 1.25rem;
    margin-right: 3.75rem;
    color: #3e4f82;
    cursor: pointer;
    padding-bottom: 1.0625rem;
    position: relative
}

.common-tabs .single-tab:hover {
    color: #ff7900
}

.common-tabs .single-tab:last-child {
    margin-right: 0
}

.common-tabs .single-tab.active {
    color: #ff7900;
    font-weight: bolder
}

.common-tabs .single-tab.active:after {
    content: " ";
    background: #ff7900;
    height: 0.25rem;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -0.25rem
}

.common-tabs .single-tab [class*='fa-'] {
    margin-right: 0.625rem
}

.filter-content {
    margin: 2.1875rem 0
}

.tab-content {
    display: none;
    margin: 2.1875rem 0
}

.tab-content.active {
    display: block
}

.tab-content.initial_active {
    display: block
}

.front-blocks {
    margin-top: 0.5rem /*vana 2.5*/
}

.front-blocks h1 {
    text-align: center
}

.front-blocks .common-tabs {
    border-bottom: 1px solid #e6e6e6;
    justify-content: center;
    margin-top: 0.75rem /* vana 3.75 */
}

.front-blocks .common-tabs .single-tab {
    font-size: 1.5rem;
    /* margin-right: 4.6875rem */
  margin-right:0;
}

.front-blocks .single-tab {
  display: none;
}

.page-start {
    min-height: 10.25rem;
    padding-bottom: 1.875rem
}

.page-start.page-start-tabs {
    padding-bottom: 0.3125rem
}

.page-start h1 {
    padding-top: 1.5625rem
}

.page-start .breadcrumb+h1 {
    padding-top: 1.25rem
}

.page-start .date {
    color: #868686;
    margin-top: 1rem
}

.page-start [class*='fa-rss-square'] {
    color: #ff7900;
    font-size: 1.75rem;
    text-decoration: none;
    margin-left: 1.25rem;
    vertical-align: middle
}

.page-start+h2 {
    margin-top: 2rem
}

article {
    margin-top: 4.0625rem
}

article p,
article div.article {
    margin-bottom: 1.875rem
}

article p:last-child,
article div.article:last-child {
    margin-bottom: 0
}

article p+.full-width,
article div.article+.full-width {
    margin-top: 4.375rem
}

article figure {
    margin-top: 0.4375rem
}

article figure.image-float {
    margin-bottom: 1.875rem;
    max-width: 21.875rem;
    width: 100%
}

article figure.image-float--left {
    float: left;
    margin-right: 1.875rem
}

article figure.image-float--right {
    float: right;
    margin-left: 1.875rem
}

article figure.full-width {
    margin-left: -8.75rem;
    margin-right: -8.75rem;
    margin-bottom: 4.375rem
}

article figure .article-pic {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: block
}

article figure .article-pic img {
    display: block;
    width: 100%;
    opacity: 0
}

article h2 {
    margin: 4.6875rem 0 1.875rem
}

article .article-info p {
    font-size: 1.375rem;
    margin-bottom: 0.3125rem
}

article .article-info a {
    text-decoration: none
}

article .article-intro {
    margin-bottom: 1.875rem
}

article .article-intro p {
    font-size: 1.375rem;
    line-height: 1.875rem
}

article .bullet-list-article {
    margin-bottom: 1.875rem
}

article .bullet-list-article p,
article .bullet-list-article div.article {
    margin-bottom: 0.1875rem
}

article .article-attachment {
    font-size: 1.125rem;
    display: block;
    margin-bottom: 1.125rem;
    position: relative;
    padding-left: 1.625rem
}

article .article-attachment [class*='fa-'] {
    position: absolute;
    left: 0;
    top: 0.3125rem
}

article .article-attachment [class*='fa-']:before {
    color: #f15a22
}

article .accordion {
    margin: 4.6875rem 0
}

article blockquote {
    margin: 4.6875rem;
    quotes: "\201C" "\201D" "\2018" "\2019";
    font-family: Georgia, serif
}

article blockquote .article {
    font-family: Georgia, serif;
    font-size: 1.5rem;
    line-height: 2.1875rem;
    position: relative
}

article blockquote .article:first-child:before {
    content: open-quote;
    position: absolute;
    top: 1.5625rem;
    left: -3.75rem;
    font-size: 7.5rem;
    color: #f15a22
}

article blockquote .article:last-child:after {
    content: close-quote;
    position: absolute;
    bottom: -1.75rem;
    font-size: 3.75rem;
    margin-left: 0.3125rem;
    color: #f15a22
}

article .article-register {
    margin: 4.6875rem 0
}

article .article-register p {
    margin: 0
}

article .row+p.article,
article .row+div.article {
    margin-top: 1.875rem
}

.paginator {
    display: flex;
    justify-content: center;
    padding-top: 3.75rem
}

.paginator .page {
    width: 3.125rem;
    height: 3.125rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    text-decoration: none;
    color: #3e4f82
}

.paginator .page.prev,
.paginator .page.next {
    border: 2px solid #3e4f82;
    font-size: 2.25rem;
    font-weight: normal
}

.paginator .page.prev {
    margin-right: 1.9375rem
}

.paginator .page.next {
    margin-left: 2.375rem
}

.paginator .page.number {
    margin-left: 0.4375rem
}

.paginator .page.active {
    color: #ff7900;
    border: 2px solid #ff7900
}

.paginator .page:hover {
    border-color: #ff7900;
    color: #ff7900
}

.filters {
    margin: 3.125rem auto 1.875rem;
    display: flex;
    width: 80%
}

.filters.colored .form-item {
    margin: 0
}

.filters.colored .form-item .custom-buttons {
    margin-bottom: 1.25rem;
    margin-right: 1.25rem
}

.filters.colored .form-item .custom-buttons+label {
    margin-left: 0
}

.filters.colored .form-item .custom-buttons .label-title {
    font-size: 1.125rem
}

.filters.colored .form-item .custom-buttons .custom-checkbox {
    width: 1.5625rem;
    height: 1.5625rem
}

.filters.colored .form-item .custom-buttons .custom-checkbox+.label-title {
    padding-left: 0.25rem
}

.filters.colored .form-item .custom-buttons .custom-checkbox .custom-checkbox-status {
    border-color: #ff7900;
    background: #ff7900
}

.filters.colored .form-item .custom-buttons .custom-checkbox .custom-checkbox-status:before {
    font-size: 1rem;
    line-height: 1.375rem;
    color: #ffffff
}

.filters.colored .form-item .custom-buttons .custom-checkbox .custom-checkbox-status.events,
.filters.colored .form-item .custom-buttons .custom-checkbox .custom-checkbox-status.naitused {
    border-color: #a52671;
    background: #a52671
}

.filters.colored .form-item .custom-buttons .custom-checkbox .custom-checkbox-status.rr-training {
    border-color: #00888a;
    background: #00888a
}

.filters.colored .form-item .custom-buttons .custom-checkbox .custom-checkbox-status.rr-events {
    border-color: #9aca3c;
    background: #9aca3c
}

.filters.colored .form-item .custom-buttons .custom-checkbox .custom-checkbox-status.uritused {
    border-color: royalblue;
    background: royalblue
}

.filters.colored .form-item .custom-buttons .custom-checkbox .custom-checkbox-status:hover {
    border-color: #f15a22;
    background: #f15a22
}

.filters.colored .form-item .custom-buttons .custom-checkbox .custom-checkbox-status.sundmused, .filters.colored .form-item .custom-buttons .custom-checkbox .custom-checkbox-status:hover.sundmused {
    border-color: #9aca3c;
    background: #9aca3c
}

.filters.colored .form-item .custom-buttons .custom-checkbox .custom-checkbox-status:hover.events,
.filters.colored .form-item .custom-buttons .custom-checkbox .custom-checkbox-status:hover.naitused {
    border-color: #910d5b;
    background: #910d5b
}

.filters.colored .form-item .custom-buttons .custom-checkbox .custom-checkbox-status:hover.rr-training {
    border-color: #007575;
    background: #007575
}

.filters.colored .form-item .custom-buttons .custom-checkbox .custom-checkbox-status:hover.rr-events {
    border-color: #8cba1c;
    background: #8cba1c
}

.filters.colored .form-item .custom-buttons .custom-checkbox .custom-checkbox-status:hover.uritused {
    border-color: royalblue;
    background: royalblue
}

.filters .filter-word {
    font-size: 1.125rem;
    font-family: 'Open Sans';
    font-weight: bold;
    vertical-align: middle;
    margin-right: 1.5625rem;
    margin-top: 0.1875rem
}

.filters .form-item {
    margin: 0
}

.filters .form-item .custom-buttons {
    margin-bottom: 1.25rem;
    margin-right: 1.25rem
}

.filters .form-item .custom-buttons+label {
    margin-left: 0
}

.filters .form-item .custom-buttons .label-title {
    font-size: 1.125rem
}

.filters .form-item .custom-buttons .custom-checkbox {
    width: 1.5625rem;
    height: 1.5625rem
}

.filters .form-item .custom-buttons .custom-checkbox+.label-title {
    padding-left: 0.25rem
}

.filters .form-item .custom-buttons .custom-checkbox .custom-checkbox-status:before {
    font-size: 1rem;
    line-height: 1.375rem;
    color: #222222
}

hr {
    margin: 0.625rem 0;
    border: none;
    height: 1px;
    background: #d6d6d6;
    overflow: hidden
}

hr.overflow {
    margin-left: -6.25rem;
    margin-right: -6.25rem
}

hr.spacer {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem
}

.month-picker {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 3.25rem
}

.month-picker a {
    font-size: 1.125rem
}

.month-picker .prev [class*='fa-'] {
    margin-right: 0.625rem
}

.month-picker .next [class*='fa-'] {
    margin-left: 0.625rem
}

.block-heading {
    margin-bottom: 2.25rem
}

.block-content p {
    margin-bottom: 0.625rem
}

.gmaps {
    width: 100%;
    height: 21.875rem
}

.bullet-list-article {
    margin-left: 1.25rem
}

.bullet-list-article li {
    position: relative;
    padding-left: 1.25rem
}

.bullet-list-article li:before {
    content: " ";
    background: #ff7900;
    height: 0.5rem;
    width: 0.5rem;
    position: absolute;
    left: 0;
    top: 0.625rem;
    transform: rotate(15deg)
}

.bullet-list-article.bullet-list-numbers {
    list-style: decimal;
    font-family: 'Open Sans';
    margin-left: 2.5rem
}

.bullet-list-article.bullet-list-numbers li {
    padding-left: 0.125rem
}

.bullet-list-article.bullet-list-numbers li:before {
    content: none
}

.accordion .accordion-tab {
    position: relative;
    border-top: 1px solid #d6d6d6
}

.accordion .accordion-tab:last-child {
    border-bottom: 1px solid #d6d6d6
}

.accordion .accordion-tab:hover .accordion-title {
    color: #ff7900
}

.accordion .accordion-tab:hover .accordion-arrow {
    background: #ff7900
}

.accordion .accordion-tab:hover .accordion-arrow:before {
    color: #ffffff
}

.accordion .accordion-tab .accordion-header {
    cursor: pointer
}

.accordion .accordion-tab.active {
    background: #fafafa
}

.accordion .accordion-tab.active .accordion-arrow {
    background: #ff7900
}

.accordion .accordion-tab.active .accordion-arrow:before {
    transform: rotate(180deg);
    color: #ffffff
}

.accordion .accordion-tab.active .accordion-title {
    color: #222222;
    font-size: 1.25rem
}

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

.accordion .accordion-tab .accordion-arrow {
    height: 4.6875rem;
    width: 4.6875rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0
}

.accordion .accordion-tab .accordion-arrow:before {
    font-size: 2.25rem;
    color: #ff7900
}

.accordion .accordion-tab .accordion-title {
    display: flex;
    align-items: center;
    font-family: 'Open Sans';
    font-weight: bold;
    font-size: 1.125rem;
    color: #3e4f82;
    margin-left: 8.0625rem;
    height: 4.6875rem
}

.accordion .accordion-tab .accordion-content {
    display: none;
    padding: 1.25rem 6.25rem 4.375rem 8rem
}

.accordion .accordion-tab .accordion-content .main-contact {
    background-repeat: no-repeat;
    background-size: cover;
    height: 15.625rem;
    background-position: 50% 50%;
    margin: -1.25rem -6.25rem 0 -8rem;
    padding: 1.25rem 4.6875rem
}

.accordion .accordion-tab .accordion-content .main-contact+.table thead th {
    border-top: none
}

.accordion .accordion-tab .accordion-content .main-contact .main-contact_block {
    background: #ffffff;
    height: 100%;
    padding: 1.5625rem 3.75rem;
    max-width: 35rem
}

.accordion .accordion-tab .accordion-content .main-contact .main-contact_block p {
    margin-bottom: 0.375rem;
    position: relative;
    padding-left: 2rem
}

.accordion .accordion-tab .accordion-content .main-contact .main-contact_block p.font-big {
    font-size: 1.25rem;
    margin-bottom: 0.625rem
}

.accordion .accordion-tab .accordion-content .main-contact .main-contact_block p:first-child {
    padding-left: 0
}

.accordion .accordion-tab .accordion-content .main-contact .main-contact_block p [class*="fa"] {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -0.5625rem
}

.accordion .accordion-tab .accordion-content p {
    margin-bottom: 1.5625rem;
    font-size: 1.125rem
}

.accordion .accordion-tab .accordion-content p:last-child {
    margin-bottom: 0
}

.media-picture {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover
}

.media-picture img {
    display: block;
    opacity: 0;
    width: 100%
}

.table {
    width: 100%;
    text-align: left
}

.table thead th {
    font-family: 'Lato Black';
    font-size: 1rem;
    text-transform: uppercase;
    padding: 1.875rem;
    border-bottom: 1px solid #d6d6d6;
    border-top: 1px solid #d6d6d6;
    width: 25%
}

.table tbody td {
    font-family: 'Open Sans';
    font-size: 1rem;
    padding: 1.875rem;
    border-bottom: 1px solid #d6d6d6;
    border-top: 1px solid #d6d6d6
}

.table.table-offset {
    margin: 0 -3.75rem 0 -5rem;
    width: auto
}

.table.table-more_info {
    margin: 0 -3.75rem 0 -7.5rem
}

.table.table-more_info thead th {
    font-size: 0.875rem
}

.table.table-more_info tbody td {
    font-size: 0.875rem
}

.swiper-holder {
    position: relative;
    margin: 4.375rem -8.75rem
}

.swiper-holder .swiper-button-next,
.swiper-holder .swiper-button-prev {
    background-image: none;
    height: 6.25rem;
    width: 3.125rem;
    margin-top: -3.125rem;
    z-index: 1
}

.swiper-holder .swiper-button-next:before,
.swiper-holder .swiper-button-prev:before {
    font-size: 6.25rem;
    color: #ff7900
}

.swiper-holder .swiper-button-next {
    right: -8.75rem;
    transform: rotate(180deg)
}

.swiper-holder .swiper-button-next:before {
    font-family: "icons";
    content: "\f104"
}

.swiper-holder .swiper-button-prev {
    left: -8.75rem
}

.swiper-holder .swiper-button-prev:before {
    font-family: "icons";
    content: "\f104"
}

.calendar-wrapper {
    margin-left: -6.25rem;
    margin-right: -6.25rem
}

.calendar-wrapper .calendar-table {
    width: 100%
}

.calendar-wrapper .calendar-table th {
    text-align: left;
    color: #ffffff;
    background: #222222;
    font-family: 'Lato Black';
    font-size: 1.25rem;
    width: 14.28571429%;
    border-right: 1px solid #ffffff;
    padding: 0 1.5625rem;
    height: 4.375rem;
    vertical-align: middle
}

.calendar-wrapper .calendar-table th:last-child {
    border: none
}

.calendar-wrapper .calendar-table th:first-child {
    border-left: 1px solid #222222
}

.calendar-wrapper .calendar-table td {
    text-align: left;
    font-family: 'Lato';
    font-size: 1.125rem;
    border: 1px solid #cccccc;
    border-top: none;
    padding: 0 1.5625rem;
    height: 7.5rem;
    cursor: pointer
}

.calendar-wrapper .calendar-table td:hover .date-block {
    font-weight: bold
}

.calendar-wrapper .calendar-table td.active .date-block {
    font-weight: bold
}

.calendar-wrapper .calendar-table td.active .event-block .event-list {
    display: block
}

.calendar-wrapper .calendar-table td.other-month {
    opacity: .5
}

.calendar-wrapper .calendar-table td.current-date {
    box-shadow: inset 0 0 0 0.3125rem #fdb913
}

.calendar-wrapper .calendar-table td .date-block {
    padding: 1.25rem 0
}

.calendar-wrapper .calendar-table td .event-block {
    font-family: 'Lato Black';
    font-size: 1rem;
    display: flex;
    position: relative
}

.calendar-wrapper .calendar-table td .event-block .one-event {
    height: 1.5625rem;
    width: 1.5625rem;
    color: #ffffff;
    background: #ff7900;
    margin-left: 0.1875rem;
    display: flex;
    align-items: center;
    justify-content: center
}

.calendar-wrapper .calendar-table td .event-block .one-event:first-child {
    margin-left: 0
}

.calendar-wrapper .calendar-table td .event-block .one-event.events {
    background: #a52671
}

.calendar-wrapper .calendar-table td .event-block .one-event.naitused {
    background: #a52671
}

.calendar-wrapper .calendar-table td .event-block .one-event.uritused {
    background: royalblue
}

.calendar-wrapper .calendar-table td .event-block .one-event.sundmused {
    background: #9aca3c
}

/* .calendar-wrapper .calendar-table td .event-block .one-event.rr-events {
    background: #9aca3c
}

.calendar-wrapper .calendar-table td .event-block .one-event.rr-training {
    background: #00888a
} */

.calendar-wrapper .calendar-table td .event-block .event-list {
    position: absolute;
    background: #ffffff;
    box-shadow: 0 0 1.875rem -0.625rem #444;
    width: 18.75rem;
    padding: 2.1875rem 1.875rem;
    top: 2.1875rem;
    left: 0;
    display: none;
    cursor: auto;
    z-index: 1
}

.calendar-wrapper .calendar-table td .event-block .event-list .close {
    cursor: pointer;
    position: absolute;
    top: 0.9375rem;
    right: 0.9375rem
}

.calendar-wrapper .calendar-table td .event-block .event-list .close:before {
    font-size: 1rem;
    color: #777777
}

.calendar-wrapper .calendar-table td .event-block .arrow-up {
    width: 0;
    height: 0;
    border-top: 1.875rem solid transparent;
    border-bottom: 1.25rem solid transparent;
    border-left: 1.25rem solid #ffffff;
    position: absolute;
    left: 0;
    top: -1.25rem;
    z-index: 0
}

.mobile-events {
    display: none
}

.contact-grid {
    display: flex
}

.contact-grid .contact-column {
    width: calc(33.33333333%);
    margin: 0 0.625rem
}

.contact-headers .master-block {
    background: #ff7900;
    color: #ffffff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0.125rem;
    text-align: center
}

.contact-headers .master-block:hover {
    color: #222222;
    background: #ff922f
}

.contact-headers .master-block:active {
    color: #222222;
    background: #ea6f00
}

.contact-headers .master-block.font-big {
    font-size: 1.25rem
}

.contact-headers .master-block.font-medium {
    font-size: 1.25rem
}

.contact-headers .master-block.font-small {
    font-size: 1.125rem;
    height: 3.35rem
}

.contact-headers .master-block.full-width-contact {
    height: 3.75rem
}

.contact-headers .master-block.medium-block-contact {
    height: 5rem
}

.contact-headers .master-block.big-block-contact {
    height: 22.7rem /* 18.625 */
}

.contact-headers .slave-block {
    background: #f5f5f5;
    color: #222222;
    text-decoration: none;
    display: flex;
    font-size: 1rem;
    padding: 0.25rem 1rem
}

.contact-headers .slave-block:hover {
    background: #ffbe85
}

.contact-headers .slave-block:active {
    background: #ff7900
}

.contact-headers .slave-block.medium-block {
    padding: 1.1825rem 1rem /* 1.1875rem */
}

.mt-2 {
    margin-top: 1.25rem !important
}

.mt-1 {
    margin-top: 0.9375rem !important
}

.form-item {
    margin-bottom: 1.5625rem;
    position: relative
}

.form-item:last-child {
    margin-bottom: 0
}

.form-item.form-item-error .error-text {
    display: block;
    margin-top: 0.5rem;
    font-family: 'Open Sans';
    font-weight: bold;
    font-size: 0.875rem;
    color: #f15a22
}

.form-item.form-item-error input,
.form-item.form-item-error textarea {
    border-color: #f15a22 !important
}

.form-item.form-item-error input:focus,
.form-item.form-item-error textarea:focus {
    border-color: #aaaaaa !important
}

.form-item.form-item-error .form-item-label {
    color: #f15a22
}

.form-item.form-item-newsletter:after {
    content: ".";
    display: block;
    text-indent: -62.4375rem;
    clear: both;
    height: 0;
    width: 0
}

.form-item.form-item-newsletter .form-item-label {
    color: #ffffff;
    font-weight: normal
}

.form-item.form-item-newsletter input {
    border: 2px solid #ffffff
}

.form-item.form-item-newsletter input+.btn {
    margin-top: 0.9375rem;
    background-color: #f15a22;
    border: 2px solid #f15a22;
    padding: 1.3125rem 1.875rem
}

.form-item.form-item-newsletter input+.btn:hover {
    background-color: rgba(241, 90, 34, 0.9)
}

.form-item .form-item-label {
    font-size: 1rem;
    font-family: 'Open Sans';
    font-weight: bold
}

.form-item .form-item-label+input,
.form-item .form-item-label+textarea,
.form-item .form-item-label+.custom-select {
    margin-top: 0.375rem
}

.form-item input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.form-item input,
.form-item textarea {
    height: 3.75rem;
    width: 100%;
    line-height: 1.5rem;
    border: 2px solid #cccccc;
    font-size: 1rem;
    font-family: 'Open Sans';
    padding: 0 0.8125rem;
    transition: border .15s;
    border-radius: 0
}

.form-item input:focus,
.form-item textarea:focus {
    border: 2px solid #aaaaaa;
    box-shadow: inset 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.075), 0 0 0.5rem #aaaaaa
}

.form-item textarea {
    height: 6.25rem;
    min-height: 6.25rem;
    line-height: 1.5rem;
    resize: vertical;
    padding: 0.375rem 0.8125rem
}

.form-item .error-text {
    display: none
}

.form-item .custom-buttons {
    display: inline-block;
    cursor: pointer
}

.form-item .custom-buttons+label {
    margin-left: 1.25rem
}

.form-item .custom-buttons.d-flex .custom-checkbox+.label-title {
    padding-left: 0.9375rem
}

.form-item .custom-buttons .label-title {
    display: inline-block;
    vertical-align: middle;
    font-family: 'Open Sans';
    font-size: 1rem;
    line-height: 1.5rem
}

.form-item .custom-buttons .custom-checkbox,
.form-item .custom-buttons .custom-radio {
    vertical-align: middle
}

.form-item .custom-buttons .custom-checkbox+.label-title {
    padding-left: 0.625rem
}

.form-item .custom-buttons .custom-radio+.label-title {
    padding-left: 0.625rem
}

.form-item .search-btn {
    height: 3.75rem;
    width: 3.125rem;
    position: absolute;
    color: #666666;
    font-size: 1.4375rem;
    right: 0;
    top: 0;
    padding: 0;
    border: 0;
    background: none;
    cursor: pointer
}

.custom-checkbox {
    display: inline-block;
    width: 1.875rem;
    height: 1.875rem;
    line-height: 1.75rem;
    text-align: center;
    position: relative;
    cursor: pointer
}

.custom-checkbox:checked {
    border-color: #aaaaaa
}

.custom-checkbox input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer
}

.custom-checkbox .custom-checkbox-status {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-family: 'FontAwesome';
    border: #cccccc 2px solid;
    transition: all .15s
}

.custom-checkbox .custom-checkbox-status:hover {
    border-color: #aaaaaa
}

.custom-checkbox .custom-checkbox-status:before {
    opacity: 0;
    color: #444444;
    content: "\f00c";
    font-size: 1.3125rem;
    line-height: 1.625rem;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all .15s
}

.custom-checkbox input:checked+.custom-checkbox-status {
    border: #aaaaaa 2px solid
}

.custom-checkbox input:checked+.custom-checkbox-status:before {
    opacity: 1
}

.custom-checkbox input:checked~.custom-checkbox {
    border: #aaaaaa 2px solid
}

.custom-radio {
    display: inline-block;
    width: 1.875rem;
    height: 1.875rem;
    line-height: 1.75rem;
    text-align: center;
    position: relative;
    cursor: pointer;
    border-radius: 100%
}

.custom-radio input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer
}

.custom-radio .custom-radio-status {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: #cccccc 2px solid;
    border-radius: 100%;
    transition: all .15s
}

.custom-radio .custom-radio-status:before {
    content: "";
    width: 1rem;
    height: 1rem;
    position: absolute;
    opacity: 0;
    background: #444444;
    top: 50%;
    left: 50%;
    margin-top: -0.5rem;
    margin-left: -0.5rem;
    transition: all .15s;
    border-radius: 100%
}

.custom-radio input:checked+.custom-radio-status {
    border: #aaaaaa 2px solid
}

.custom-radio input:checked+.custom-radio-status:before {
    opacity: 1
}

.error-message {
    min-height: 5rem;
    background: #fff0eb;
    position: relative
}

.error-message .error-icon {
    width: 3.75rem;
    height: 100%;
    position: absolute;
    min-height: inherit;
    background-color: #f15a22;
    text-align: center
}

.error-message .error-icon .fa {
    font-size: 1.75rem;
    line-height: 1.75rem;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -0.875rem;
    color: #ffffff
}

.error-message .error-text {
    padding: 1rem 1.25rem 1rem 5rem;
    font-family: 'Open Sans';
    font-size: 1rem
}

.error-message .error-text .error-text-bold,
.error-message .error-text .error-text-normal {
    color: #f15a22
}

.error-message .error-text .error-text-bold {
    font-weight: bold
}

.custom-select {
    position: relative
}

.custom-select:after {
    font-size: 2rem;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 3.125rem;
    height: 3.125rem;
    width: 3.125rem;
    text-align: center;
    color: #444444;
    content: "\f107";
    font-family: 'FontAwesome';
    pointer-events: none
}

.custom-select select {
    display: block;
    margin: 0;
    background: #ffffff;
    font-size: 1rem;
    height: 3.125rem;
    line-height: 2.625rem;
    padding: 0 0.5625rem;
    color: #222222;
    width: 100%;
    position: relative;
    border: #cccccc 2px solid;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: border .15s;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-shadow: 0 0 0;
    border-radius: 0
}

.custom-select select:focus {
    border: #aaaaaa 2px solid;
    box-shadow: inset 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.075), 0 0 0.5rem #aaaaaa
}

.custom-select select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000
}

.custom-select select option {
    padding: 0.625rem 0.8125rem
}

.webform-container-inline {
    padding-top: 20px;
    padding-bottom: 15px;
}

.form-item .description {
    font-size: 1em;
}

select#edit-submitted-urituse-kellaaja-lopp-hour, select#edit-submitted-urituse-kellaaja-lopp-minute, select#edit-submitted-urituse-kellaaeg-hour, select#edit-submitted-urituse-kellaaeg-minute, select#edit-submitted-urituse-kuupaev-day, select#edit-submitted-urituse-kuupaev-month, select#edit-submitted-urituse-kuupaev-year {
    padding: 5px;
    border-radius: 5px;
    border-color: lightgray;
}

.form-item .custom-buttons+label {
    margin-left: 0;
    display: block;
}

#edit-submitted-ruumi-paigutuse-stiil {
    margin-bottom: 20px;
}

@media screen and (max-width:1575px) {
    .swiper-holder .swiper-button-next {
        right: -6.875rem
    }
    .swiper-holder .swiper-button-prev {
        left: -6.875rem
    }
    .main-nav .main ul li {
    padding: 0 1.425rem;
    }
}

@media screen and (max-width:1450px) {
    .swiper-holder .swiper-button-next {
        right: -5.625rem
    }
    .swiper-holder .swiper-button-prev {
        left: -5.625rem
    }

    header .header-top-bar .line {
        margin: 0 0.875rem
    }
}

@media screen and (max-width:1350px) and (min-width:1250px) {
    html {
        font-size: 15px
    }
}

@media screen and (max-width:1250px) and (min-width:1170px) {
    html {
        font-size: 14px
    }
    .main-nav .main ul li {
    padding: 0 1.325rem;
    }
}

@media screen and (max-width:1170px) and (min-width:1085px) {
    html {
        font-size: 13px
    }
}

@media screen and (max-width:1085px) and (min-width:1000px) {
    html {
        font-size: 12px
    }
}

@media screen and (max-width:1000px) {
    .sm-show {
        display: block
    }
    .sm-hide {
        display: none
    }
    .sm-offset-0 {
        margin-left: 0 !important
    }
    .sm-center {
        text-align: center
    }
    .scroll-up {
        display: flex;
        justify-content: flex-end;
        margin-top: 1.25rem;
        margin-bottom: -1.25rem
    }
    .scroll-up a {
        font-size: 1rem;
        color: #222222;
        text-decoration: none;
        position: relative;
        padding-left: 1.25rem
    }
    .scroll-up a [class*="fa"] {
        position: absolute;
        top: 50%;
        margin-top: -0.5rem;
        left: 0
    }
    .side-news {
        margin-left: 0
    }
    .side-news .see-all {
        margin-bottom: 0.625rem
    }
    main.main.front-page {
        margin-top: 0
    }
    main.main.front-page .page-start {
        margin-bottom: 3.75rem
    }
    hr.overflow {
        margin-left: -0.9375rem;
        margin-right: -0.9375rem
    }
    .banner-big {
        margin: 0 -0.9375rem
    }
    .banner-big .banner-tabs .next-banner,
    .banner-big .banner-tabs .prev-banner {
        display: block;
        cursor: pointer
    }
    .banner-big .banner-tabs .single-tab {
        display: none;
        width: 100%;
        padding: 1.25rem 2.5rem;
        cursor: default
    }
    .banner-big .banner-tabs .single-tab.active {
        top: 0;
        display: flex
    }
    .banner-big .banner-tabs .single-tab.active:after,
    .banner-big .banner-tabs .single-tab.active:before {
        display: none
    }
    h1 {
        font-size: 1.875rem
    }
    h2 {
        font-size: 1.5rem
    }
    h3 {
        font-size: 1.125rem
    }
    p,
    a {
        font-size: 0.875rem
    }
    p.article {
        font-size: 1rem
    }
    p.article a {
        font-size: 1rem
    }
    .front-blocks {
        margin-top: 0
    }
    .front-blocks .mobile-tabs {
        margin-top: 1.875rem;
        display: none
    }
    footer.main {
        display: block;
        height: auto;
        margin-top: 1.875rem
    }
    footer.main .newsletter {
        height: auto;
        padding: 1.875rem 0.9375rem;
        max-width: 100%
    }
    footer.main .footer-block {
        display: block;
        height: auto
    }
    footer.main .footer-block .footer-sub-block {
        padding: 1.875rem 0.9375rem
    }
    .object .object-title {
        font-size: 1.125rem
    }
    .object.object-side_news .object-title {
        font-size: 1.125rem
    }
    .object.object-vertical {
        flex-direction: column
    }
    .object.object-vertical .object-image {
        width: 100%
    }
    .object.object-vertical .object-image+.object-details {
        width: 100%;
        padding: 1.875rem 0 0 0
    }
    .object.object-vertical.object-calendar .object-details {
        padding-top: 1.875rem
    }
    .object.object-calendar .object-title {
        font-size: 1.125rem
    }
    .object.object-search .object-title {
        font-size: 1.125rem
    }
    .object.object-search p.article {
        font-size: 0.875rem
    }
    .form-item .form-item-label {
        font-size: 0.875rem
    }
    .form-item input {
        height: 3.125rem;
        font-size: 0.875rem
    }
    .form-item.form-item-newsletter input+.btn {
        padding: 1rem 1.875rem
    }
    .form-item.mobile-position .custom-buttons {
        margin-bottom: 1.5625rem
    }
    .form-item.mobile-position .custom-buttons:last-child {
        margin-bottom: 0
    }
    .form-item.mobile-position .custom-buttons+label {
        margin-left: 0
    }
    .form-item .search-btn {
        height: 3.125rem
    }
    .btn {
        padding: 1.125rem 1.875rem
    }
    .btn.btn-ghost:hover {
        color: #3e4f82;
        border-color: #3e4f82
    }
    .btn.btn-menu {
        color: #3e4f82;
        background: #ffffff
    }
    .btn.btn-menu:hover {
        background: #f5f5f5
    }
    .swiper-holder {
        margin: 1.875rem -0.9375rem;
        overflow: hidden
    }
    .swiper-holder .swiper-container {
        overflow: visible;
        padding: 0 0.9375rem
    }
    .swiper-holder .swiper-button-next,
    .swiper-holder .swiper-button-prev {
        display: none
    }
    .swiper-holder .swiper-slide.media-picture {
        margin: 0
    }
    .page-start {
        text-align: center;
        min-height: auto
    }
    .page-start h1 {
        padding-top: 0;
        line-height: 2rem
    }
    .page-start .breadcrumb+h1 {
        padding-top: 0
    }
    .page-start .mobile-tabs {
        padding: 1.875rem 0 1.5625rem
    }
    .page-start .open-link {
        text-decoration: none;
        display: flex
    }
    .page-start .open-link [class*='fa-'] {
        padding-left: 0.3125rem;
        font-size: 1.25rem;
        line-height: 1.625rem
    }
    article {
        margin-top: 1.875rem
    }
    article .article-intro p {
        font-size: 1.25rem
    }
    article .article-info p {
        font-size: 1.25rem
    }
    article h2 {
        margin: 1.875rem 0
    }
    article figure {
        margin: 1.875rem 0
    }
    article figure.full-width {
        margin-bottom: 1.875rem;
        margin-left: -0.9375rem;
        margin-right: -0.9375rem
    }
    article p+.full-width {
        margin-top: 1.875rem
    }
    article .article-register {
        margin: 1.875rem 0
    }
    article blockquote {
        margin: 2.5rem 1.875rem 2.5rem 2.5rem
    }
    article blockquote .article {
        font-size: 1.25rem;
        line-height: 1.875rem
    }
    article blockquote .article:first-child:before {
        top: 0.9375rem;
        left: -2.5rem;
        font-size: 5.625rem
    }
    article .accordion {
        margin: 1.875rem -0.9375rem
    }
    .bullet-list-article {
        margin-left: 0.625rem
    }
    .accordion .accordion-tab.active .accordion-title {
        font-size: 1.125rem
    }
    .accordion .accordion-tab .accordion-title {
        margin-left: 5.625rem;
        font-size: 1rem
    }
    .accordion .accordion-tab .accordion-content {
        padding: 1.25rem 0.9375rem 2.5rem
    }
    .accordion .accordion-tab .accordion-content p {
        font-size: 1rem
    }
    .accordion .accordion-tab .accordion-content .mobile-contact {
        padding: 0.1875rem 0
    }
    .accordion .accordion-tab .accordion-content .mobile-contact.main-mobile-contact {
        background: #ffffff;
        margin: -1.25rem -0.9375rem 1rem;
        padding: 1.25rem 0.9375rem !important
    }
    .accordion .accordion-tab .accordion-content .mobile-contact:first-child {
        padding-top: 0
    }
    .accordion .accordion-tab .accordion-content .mobile-contact:last-child {
        padding-bottom: 0
    }
    .accordion .accordion-tab .accordion-content .mobile-contact p {
        margin-bottom: 0;
        position: relative
    }
    .accordion .accordion-tab .accordion-content .mobile-contact p.font-big {
        font-size: 1.125rem;
        margin-bottom: 0.375rem
    }
    .accordion .accordion-tab .accordion-content .mobile-contact p.has-icon {
        padding-left: 1.5625rem
    }
    .accordion .accordion-tab .accordion-content .mobile-contact p [class*='fa-'] {
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -0.5rem
    }
    .filters {
        flex-direction: column;
        margin: 1.875rem 0
    }
    .filters .form-item {
        margin-top: 1.875rem;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }
    .filters .form-item .custom-buttons {
        width: 45%;
        align-items: center;
        margin-right: 0
    }
    .filters .form-item .custom-buttons .custom-checkbox+.label-title {
        font-size: 0.875rem;
        width: 6.25rem;
        line-height: 1rem
    }
    .filters.colored .form-item {
        margin-top: 1.875rem;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }
    .filters.colored .form-item .custom-buttons {
        width: 45%;
        align-items: center;
        margin-right: 0
    }
    .filters.colored .form-item .custom-buttons .custom-checkbox+.label-title {
        font-size: 0.875rem;
        width: 6.25rem;
        line-height: 1rem
    }
    .block-heading {
        margin-bottom: 1.25rem
    }
    .accordion {
        margin: 0 -0.9375rem
    }
    .mobile-contact {
        padding: 0.1875rem 0
    }
    .mobile-contact:first-child {
        padding-top: 0
    }
    .mobile-contact:last-child {
        padding-bottom: 0
    }
    .mobile-contact p {
        margin-bottom: 0;
        font-size: 1rem
    }
    .mobile-contact p [class*='fa-'] {
        margin-right: 0.4375rem
    }
    .month-picker-mobile {
        display: flex;
        margin-top: 1.875rem;
        justify-content: space-between;
        align-items: center
    }
    .month-picker-mobile a {
        font-family: 'Lato Bold';
        font-size: 1.125rem;
        text-decoration: none
    }
    .month-picker-mobile a[class*='fa-'] {
        font-family: 'FontAwesome';
        font-size: 2rem;
        position: relative
    }
    .month-picker-mobile a.next {
        right: -0.3125rem
    }
    .month-picker-mobile a.prev {
        left: -0.3125rem
    }
    .calendar-wrapper {
        margin: 0
    }
    .calendar-wrapper .calendar-table th {
        padding: 0 0.5rem;
        height: 1.875rem;
        font-size: 0.875rem
    }
    .calendar-wrapper .calendar-table td {
        padding: 0.25rem 0 0 0.5rem;
        height: 1.875rem;
        font-size: 0.875rem
    }
    .calendar-wrapper .calendar-table td.active .event-block .event-list {
        display: none
    }
    .calendar-wrapper .calendar-table td.current-date {
        box-shadow: inset 0 0 0 0.125rem #fdb913
    }
    .calendar-wrapper .calendar-table td .date-block {
        padding: 0
    }
    .calendar-wrapper .calendar-table td .event-block {
        font-size: 0;
        left: -0.4375rem;
        bottom: -0.3125rem
    }
    .calendar-wrapper .calendar-table td .event-block .one-event {
        height: 0.3125rem;
        width: 0.3125rem;
        margin-left: 0.0625rem
    }
    .mobile-text {
        font-size: 1.125rem;
        font-family: 'Open Sans';
        font-weight: bold
    }
    .mobile-events {
        margin-top: 1.875rem;
        display: none
    }
    .mobile-events.active {
        display: block
    }
}
