@import url(https://fonts.googleapis.com/css?family=Work+Sans:400,500,600,700&display=swap);

/*! lightslider - v1.1.6 - 2016-10-25
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2016 Sachin N; Licensed MIT */
/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
.lSSlideWrapper,
.lSSlideWrapper .lSFade {
    position: relative
}

.lSSlideOuter,
.lSSlideOuter .lSPager.lSGallery {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    overflow: hidden
}

.clearfix,
.lSSlideOuter .lSPager.lSGallery:after,
.lSSlideWrapper>.lightSlider:after {
    clear: both
}

.datepicker,
hr {
    -webkit-box-sizing: content-box
}

progress,
sub,
sup {
    vertical-align: baseline
}

.row,
.row.reverse {
    -webkit-box-orient: horizontal
}

.lSSlideOuter {
    -moz-user-select: none;
    user-select: none
}

.lightSlider:after,
.lightSlider:before {
    content: " ";
    display: table
}

.lightSlider {
    overflow: hidden;
    margin: 0
}

.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden
}

.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform, height;
    transition-property: transform, height;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important
}

.lSSlideWrapper .lSFade>* {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%
}

.lSSlideWrapper.usingCss .lSFade>* {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important
}

.lSSlideWrapper .lSFade>.active {
    z-index: 10
}

.lSSlideWrapper.usingCss .lSFade>.active {
    opacity: 1
}

.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center
}

.lSSlideOuter .lSPager.lSpg>li {
    cursor: pointer;
    display: inline-block
}

.lSSlideOuter .lSPager.lSpg>li a {
    border-radius: 30px;
    display: inline-block;
    overflow: hidden;
    text-indent: -999em;
    position: relative;
    z-index: 99;
    -webkit-transition: all .5s linear 0s;
    transition: all .5s linear 0s
}

.lSSlideOuter .media {
    opacity: .8
}

.lSSlideOuter .media.active {
    opacity: 1
}

.lSSlideOuter .lSPager.lSGallery {
    list-style: none;
    padding-left: 0;
    margin: 0;
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -moz-user-select: none;
    user-select: none
}

.lSSlideOuter .lSPager.lSGallery li {
    overflow: hidden;
    -webkit-transition: border-radius .12s linear 0s .35s linear 0s;
    transition: border-radius .12s linear 0s .35s linear 0s
}

.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 5px
}

.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: auto;
    max-width: 100%
}

.lSSlideOuter .lSPager.lSGallery:after,
.lSSlideOuter .lSPager.lSGallery:before {
    content: " ";
    display: table
}

.lSAction>a,
details,
main {
    display: block
}

.lSAction>a {
    width: 32px;
    top: 50%;
    height: 32px;
    background-image: url(node_modules/lightslider/dist/img/controls.png);
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
    opacity: .5;
    -webkit-transition: opacity .35s linear 0s;
    transition: opacity .35s linear 0s
}

.lSAction>a:hover {
    opacity: 1
}

.lSAction>.lSPrev {
    background-position: 0 0;
    left: 10px
}

.lSAction>.lSNext {
    background-position: -32px 0;
    right: 10px
}

.lSAction>a.disabled {
    pointer-events: none
}

.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden
}

button,
hr,
input {
    overflow: visible
}

.lSSlideOuter.vertical {
    position: relative
}

.lSSlideOuter.vertical.noPager {
    padding-right: 0 !important
}

.lSSlideOuter.vertical .lSGallery {
    position: absolute !important;
    right: 0;
    top: 0
}

.lSSlideOuter.vertical .lightSlider>* {
    width: 100% !important;
    max-width: none !important
}

.lSSlideOuter.vertical .lSAction>a {
    left: 50%;
    margin-left: -14px;
    margin-top: 0
}

.lSSlideOuter.vertical .lSAction>.lSNext {
    background-position: 31px -31px;
    bottom: 10px;
    top: auto
}

.lSSlideOuter.vertical .lSAction>.lSPrev {
    background-position: 0 -31px;
    bottom: auto;
    top: 10px
}

.lSSlideOuter.lSrtl {
    direction: rtl
}

.lSSlideOuter .lSPager,
.lSSlideOuter .lightSlider {
    padding-left: 0;
    list-style: none
}

.lSSlideOuter.lSrtl .lSPager,
.lSSlideOuter.lSrtl .lightSlider {
    padding-right: 0
}

.lSSlideOuter .lSGallery li,
.lSSlideOuter .lightSlider>* {
    float: left
}

.lSSlideOuter.lSrtl .lSGallery li,
.lSSlideOuter.lSrtl .lightSlider>* {
    float: right !important
}

@-webkit-keyframes rightEnd {

    0%,
    100% {
        left: 0
    }

    50% {
        left: -15px
    }
}

@keyframes rightEnd {

    0%,
    100% {
        left: 0
    }

    50% {
        left: -15px
    }
}

@-webkit-keyframes topEnd {

    0%,
    100% {
        top: 0
    }

    50% {
        top: -15px
    }
}

@keyframes topEnd {

    0%,
    100% {
        top: 0
    }

    50% {
        top: -15px
    }
}

@-webkit-keyframes leftEnd {

    0%,
    100% {
        left: 0
    }

    50% {
        left: 15px
    }
}

@keyframes leftEnd {

    0%,
    100% {
        left: 0
    }

    50% {
        left: 15px
    }
}

@-webkit-keyframes bottomEnd {

    0%,
    100% {
        bottom: 0
    }

    50% {
        bottom: -15px
    }
}

@keyframes bottomEnd {

    0%,
    100% {
        bottom: 0
    }

    50% {
        bottom: -15px
    }
}

.lSSlideOuter .rightEnd {
    -webkit-animation: rightEnd .3s;
    animation: rightEnd .3s;
    position: relative
}

.lSSlideOuter .leftEnd {
    -webkit-animation: leftEnd .3s;
    animation: leftEnd .3s;
    position: relative
}

.lSSlideOuter.vertical .rightEnd {
    -webkit-animation: topEnd .3s;
    animation: topEnd .3s;
    position: relative
}

.lSSlideOuter.vertical .leftEnd {
    -webkit-animation: bottomEnd .3s;
    animation: bottomEnd .3s;
    position: relative
}

.lSSlideOuter.lSrtl .rightEnd {
    -webkit-animation: leftEnd .3s;
    animation: leftEnd .3s;
    position: relative
}

.lSSlideOuter.lSrtl .leftEnd {
    -webkit-animation: rightEnd .3s;
    animation: rightEnd .3s;
    position: relative
}

.lightSlider.lsGrab>* {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.lightSlider.lsGrabbing>* {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%
}

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

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

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

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: ButtonText dotted 1px
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

textarea {
    overflow: auto
}

.mains,
body {
    overflow-x: hidden
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

*,
::after,
::before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    outline: 0 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body {
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    padding-top: 99px
}

body.overflow {
    overflow-y: hidden
}

.clearfix {
    display: table
}

[class*=zex-]:before,
[class*=elp-]:before {
    display: inline-block;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    font-weight: 400
}

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

[class*=zex-]:before {
    font-family: zex
}

.zex-arrow-back:before {
    content: '\0041'
}

.zex-arrow-down:before {
    content: '\0042'
}

.zex-arrow-next:before {
    content: '\0043'
}

.zex-check:before {
    content: '\0044'
}

.zex-close:before {
    content: '\0045'
}

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

[class*=elp-]:before {
    font-family: elp
}

.elp-download:before {
    content: '\0041'
}

.elp-foward:before {
    content: '\0042'
}

.elp-youtube3:before {
    content: '\0043'
}

.elp-next:before {
    content: '\0044'
}

.elp-next2:before {
    content: '\0045'
}

.elp-play:before {
    content: '\0046'
}

.elp-search:before {
    content: '\0047'
}

.elp-youtube:before {
    content: '\0048'
}

.elp-facebook:before {
    content: '\0049'
}

.elp-twitter:before {
    content: '\004a'
}

.elp-instagram:before {
    content: '\004b'
}

.elp-linkedin:before {
    content: '\004c'
}

.elp-01_youtube:before {
    content: '\004d'
}

.elp-02_fb:before {
    content: '\004e'
}

.elp-03_twitter:before {
    content: '\004f'
}

.breadcrumbs .go-back::before,
.breadcrumbs .go-back:visited::before,
.lSAction>a.lSNext::after,
.lSAction>a.lSPrev::after {
    content: '\0041';
    font-family: zex;
    font-style: normal
}

#lg-actual-size,
#lg-download,
#lg-share,
#lg-zoom-in,
#lg-zoom-out,
.lg-autoplay-button,
.lg-fullscreen {
    display: none
}

.lSSlideOuter .lSPager.lSpg>li {
    padding: 2px
}

.lSSlideOuter .lSPager.lSpg>li:hover a {
    background-color: #003870
}

.lSSlideOuter .lSPager.lSpg>li:not(:last-child) {
    margin-right: 6px
}

.lSSlideOuter .lSPager.lSpg>li a {
    width: 8px;
    height: 8px;
    background-color: #003870;
    opacity: .3
}

.lSSlideOuter .lSPager.lSpg>li a:hover {
    background-color: #003870 !important
}

.lSSlideOuter .lSPager.lSpg>li.active a {
    background-color: #003870;
    opacity: 1
}

.lSSlideOuter .lSPager.lSpg {
    margin-top: 20px !important;
    margin-bottom: 15px
}

.lSAction {
    z-index: 9999
}

.lSAction>a.lSNext {
    background: 0 0;
    right: -25px
}

.lSAction>a.lSNext::after {
    display: block;
    font-weight: 400;
    line-height: 1;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    font-size: 22px;
    color: #dc0000
}

.lSAction>a.lSPrev {
    background: 0 0;
    left: -25px
}

.lSAction>a.lSPrev::after {
    display: block;
    font-weight: 400;
    line-height: 1;
    font-size: 22px;
    color: #dc0000
}

.contact-popup {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(250, 252, 252, .8);
    width: 100%;
    height: 100%;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: ease all .3s;
    transition: ease all .3s;
    z-index: 99999999
}

.contact-popup.active {
    opacity: 1;
    visibility: visible
}

.contact-popup .popupt-warpper {
    width: 881px;
    -webkit-box-shadow: -22px 10px 87px 11px rgba(6, 8, 8, .05);
    box-shadow: -22px 10px 87px 11px rgba(6, 8, 8, .05);
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 37px
}

.contact-popup .popupt-warpper .close-popup {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    background-color: #15191a;
    border-radius: 100%;
    color: #fff;
    font-size: 32px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: ease all .3s;
    transition: ease all .3s
}

.contact-popup .popupt-warpper .close-popup span {
    position: absolute;
    top: 50%;
    left: 52%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.contact-popup .popupt-warpper .close-popup:hover {
    background-color: #374244
}

.contact-popup .popupt-warpper h2 {
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 3px;
    margin-bottom: 15px;
    color: #0155a0
}

.contact-popup .popupt-warpper form {
    margin-left: -15px;
    margin-right: -15px
}

.contact-popup .popupt-warpper form p,
.contact-popup .popupt-warpper form p a,
.contact-popup .popupt-warpper form p a:visited {
    color: #27292a;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px
}

.contact-popup .popupt-warpper form input,
.contact-popup .popupt-warpper form textarea {
    font-size: 16px;
    font-weight: 300;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid rgba(206, 217, 216, .36);
    display: block;
    width: 100%;
    padding-left: 0
}

.contact-popup .popupt-warpper form textarea {
    padding: 10px;
    border: 1px solid rgba(206, 217, 216, .36);
    height: 120px
}

.contact-popup .popupt-warpper form input[type=submit] {
    width: auto;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 4.8px;
    display: inline-block;
    padding: 18px 35px;
    text-transform: uppercase;
    border-radius: 5px;
    background-color: #fbb034;
    cursor: pointer;
    -webkit-transition: ease all .3s;
    transition: ease all .3s
}

.contact-popup .popupt-warpper form input[type=submit]:hover {
    background-color: #fcc366
}

.contact-popup .popupt-warpper form .checkbox {
    margin-top: 20px;
    position: relative
}

.contact-popup .popupt-warpper form .checkbox input {
    position: absolute;
    left: 0;
    display: inline-block;
    width: auto;
    z-index: 9;
    top: 2px
}

.contact-popup .popupt-warpper form .checkbox span {
    font-size: 12px;
    font-weight: 300;
    letter-spacing: .12px;
    color: #384958;
    margin-left: 5px;
    position: relative
}

.contact-popup .popupt-warpper form .checkbox span a {
    color: #384958;
    text-decoration: none;
    padding-bottom: 1px;
    border-bottom: 1px solid transparent;
    -webkit-transition: ease all .3s;
    transition: ease all .3s
}

.contact-popup .popupt-warpper form .checkbox span a:hover {
    border-bottom: 1px solid #384958
}

.contact-popup .popupt-warpper form .checkbox span.wpcf7-list-item-label {
    margin-left: 0
}

.contact-popup .popupt-warpper form .wpcf7-list-item.first.last {
    padding-left: 20px;
    margin-left: -10px
}

.breadcrumbs {
    padding: 4px 0;
    background-color: #ebebeb
}

.breadcrumbs .col-xs-12.col-sm-6 {
    padding-bottom: 0
}

.breadcrumbs #breadcrumbs {
    padding: 0
}

.breadcrumbs ul {
    list-style: none
}

.breadcrumbs ul li {
    display: inline-block;
    font-size: 15spx;
    font-weight: 300;
    letter-spacing: 1.2px;
    color: #b6bfc7
}

.breadcrumbs ul li a,
.breadcrumbs ul li a:visited,
.breadcrumbs ul li strong {
    color: grey;
    font-size: 15px;
    font-weight: 400;
    line-height: 36px
}

.breadcrumbs ul li a,
.breadcrumbs ul li a:visited {
    text-decoration: none;
    padding-bottom: 1px;
    border-bottom: 1px solid transparent;
    -webkit-transition: ease all .3s;
    transition: ease all .3s
}

.breadcrumbs ul li a:hover,
.breadcrumbs ul li a:visited:hover {
    color: #0155a0
}

.breadcrumbs ul li:not(:last-child) {
    margin-right: 10px
}

.breadcrumbs .go-back,
.breadcrumbs .go-back:visited {
    color: grey;
    font-size: 15px;
    font-weight: 400;
    line-height: 36px;
    text-decoration: none;
    padding-bottom: 1px;
    border-bottom: 1px solid transparent;
    -webkit-transition: ease all .3s;
    transition: ease all .3s;
    position: relative
}

.breadcrumbs .go-back::before,
.breadcrumbs .go-back:visited::before {
    display: inline-block;
    font-weight: 400;
    line-height: 1;
    color: #576b7d;
    font-size: 9px;
    position: absolute;
    top: 4px;
    left: -15px;
    -webkit-transition: ease all .3s;
    transition: ease all .3s
}

.breadcrumbs .go-back:hover,
.breadcrumbs .go-back:visited:hover {
    color: #0155a0
}

.breadcrumbs .go-back:hover::before,
.breadcrumbs .go-back:visited:hover::before {
    -webkit-transform: translateX(-60%);
    transform: translateX(-60%)
}

.lSNext::after,
.lSPrev::after {
    color: #4d4d4b !important
}

.grid {
    display: inline-flex;
    margin: 0 15px;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}

.grid .grid-item {
    width: 32%;
    margin-bottom: 30px
}

.search-form-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    z-index: 9999999;
    -webkit-transition: ease all .3s;
    transition: ease all .3s;
    opacity: 0;
    visibility: hidden
}

.search-form-popup.active {
    opacity: 1;
    visibility: visible
}

.datepicker--nav-action.-disabled-,
.mob-nav {
    visibility: hidden
}

.search-form-popup .search-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 680px
}

.search-form-popup .search-wrapper input[type=text] {
    display: block;
    width: 100%;
    padding: 0 0 15px;
    color: #fff;
    font-size: 25px;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #fff
}

.search-form-popup .search-wrapper input[type=text]::-webkit-input-placeholder {
    opacity: 1
}

.search-form-popup .search-wrapper input[type=text]::-moz-placeholder {
    opacity: 1
}

.search-form-popup .search-wrapper input[type=text]:-ms-input-placeholder {
    opacity: 1
}

.search-form-popup .search-wrapper input[type=text]::-ms-input-placeholder {
    opacity: 1
}

.search-form-popup .search-wrapper input[type=text]::placeholder {
    opacity: 1
}

.search-form-popup .search-wrapper input[type=submit] {
    position: absolute;
    top: -10px;
    right: 0;
    width: 60px;
    height: 60px;
    background-color: transparent;
    border: 0;
    z-index: 9;
    cursor: pointer
}

.search-form-popup .search-wrapper i {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 25px;
    color: #fff
}

.search-form-popup .close-search {
    font-size: 40px;
    color: #fff;
    position: absolute;
    top: 0;
    right: -40px;
    cursor: pointer;
    -webkit-transition: ease all .3s;
    transition: ease all .3s
}

.search-form-popup .close-search:hover {
    opacity: .7
}

.search-rel h2.entry-title {
    margin-bottom: 0 !important
}

.search-rel h2.entry-title a {
    color: #0155a0;
    padding-bottom: 1px;
    border-bottom: 1px solid transparent;
    -webkit-transition: ease all .3s;
    transition: ease all .3s;
    text-decoration: none
}

.search-rel h2.entry-title a:hover {
    color: #0155a0;
    border-bottom: 1px solid #0155a0
}

.search-rel .entry-summary {
    margin-top: 10px
}

.pke {
    margin-bottom: 30px !important
}

.datepicker--cells {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.datepicker--cell {
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    position: relative;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 32px;
    z-index: 1
}

.datepicker--cell.-focus- {
    background: #f0f0f0
}

.datepicker--cell.-current- {
    color: #4EB5E6
}

.datepicker--cell.-current-.-focus- {
    color: #4a4a4a
}

.datepicker--cell.-current-.-in-range- {
    color: #4EB5E6
}

.datepicker--cell.-in-range- {
    background: rgba(92, 196, 239, .1);
    color: #4a4a4a;
    border-radius: 0
}

.datepicker--cell.-in-range-.-focus- {
    background-color: rgba(92, 196, 239, .2)
}

.datepicker--cell.-disabled- {
    cursor: default;
    color: #aeaeae
}

.datepicker--cell.-disabled-.-focus- {
    color: #aeaeae
}

.datepicker--cell.-disabled-.-in-range- {
    color: #a1a1a1
}

.datepicker--cell.-disabled-.-current-.-focus- {
    color: #aeaeae
}

.datepicker--cell.-range-from- {
    border: 1px solid rgba(92, 196, 239, .5);
    background-color: rgba(92, 196, 239, .1);
    border-radius: 4px 0 0 4px
}

.datepicker--cell.-range-to- {
    border: 1px solid rgba(92, 196, 239, .5);
    background-color: rgba(92, 196, 239, .1);
    border-radius: 0 4px 4px 0
}

.datepicker--cell.-selected-,
.datepicker--cell.-selected-.-current- {
    background: #5cc4ef
}

.datepicker--cell.-range-from-.-range-to- {
    border-radius: 4px
}

.datepicker--cell.-selected-.-focus- {
    background: #45bced
}

.datepicker--cell:empty {
    cursor: default
}

.datepicker--days-names {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 8px 0 3px
}

.datepicker--day-name {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    text-align: center
}

.-only-timepicker- .datepicker--content,
.datepicker--body,
.datepicker-inline .datepicker--pointer {
    display: none
}

.datepicker--cell-day {
    width: 14.28571%
}

.datepicker--cells-months {
    height: 170px
}

.datepicker--cell-month {
    width: 33.33%;
    height: 25%
}

.datepicker--cells-years,
.datepicker--years {
    height: 170px
}

.datepicker--cell-year {
    width: 25%;
    height: 33.33%
}

.datepickers-container {
    position: absolute;
    left: 0;
    top: 0
}

.datepicker {
    background: #fff;
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
    box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
    box-sizing: content-box;
    font-family: Tahoma, sans-serif;
    font-size: 14px;
    color: #4a4a4a;
    position: absolute;
    left: -100000px;
    opacity: 0;
    -webkit-transition: opacity .3s ease, left 0s .3s, -webkit-transform .3s ease;
    transition: opacity .3s ease, transform .3s ease, left 0s .3s;
    transition: opacity .3s ease, transform .3s ease, left 0s .3s, -webkit-transform .3s ease;
    z-index: 100
}

.datepicker.-from-top- {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px)
}

.datepicker.-from-right- {
    -webkit-transform: translateX(8px);
    transform: translateX(8px)
}

.datepicker.-from-bottom- {
    -webkit-transform: translateY(8px);
    transform: translateY(8px)
}

.datepicker.-from-left- {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px)
}

.datepicker.active {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
    -webkit-transition: opacity .3s ease, left 0s 0s, -webkit-transform .3s ease;
    transition: opacity .3s ease, transform .3s ease, left 0s 0s;
    transition: opacity .3s ease, transform .3s ease, left 0s 0s, -webkit-transform .3s ease
}

.datepicker-inline .datepicker {
    border-color: #d7d7d7;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: static;
    left: auto;
    right: auto;
    opacity: 1;
    -webkit-transform: none;
    transform: none
}

.datepicker--content {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding: 4px
}

.datepicker--pointer {
    position: absolute;
    background: #fff;
    border-top: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    width: 10px;
    height: 10px;
    z-index: -1
}

.datepicker--nav-action:hover,
.datepicker--nav-title:hover {
    background: #f0f0f0
}

.-top-center- .datepicker--pointer,
.-top-left- .datepicker--pointer,
.-top-right- .datepicker--pointer {
    top: calc(100% - 4px);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.-right-bottom- .datepicker--pointer,
.-right-center- .datepicker--pointer,
.-right-top- .datepicker--pointer {
    right: calc(100% - 4px);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg)
}

.-bottom-center- .datepicker--pointer,
.-bottom-left- .datepicker--pointer,
.-bottom-right- .datepicker--pointer {
    bottom: calc(100% - 4px);
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg)
}

.-left-bottom- .datepicker--pointer,
.-left-center- .datepicker--pointer,
.-left-top- .datepicker--pointer {
    left: calc(100% - 4px);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.-bottom-left- .datepicker--pointer,
.-top-left- .datepicker--pointer {
    left: 10px
}

.-bottom-right- .datepicker--pointer,
.-top-right- .datepicker--pointer {
    right: 10px
}

.-bottom-center- .datepicker--pointer,
.-top-center- .datepicker--pointer {
    left: calc(50% - 10px / 2)
}

.-left-top- .datepicker--pointer,
.-right-top- .datepicker--pointer {
    top: 10px
}

.-left-bottom- .datepicker--pointer,
.-right-bottom- .datepicker--pointer {
    bottom: 10px
}

.-left-center- .datepicker--pointer,
.-right-center- .datepicker--pointer {
    top: calc(50% - 10px / 2)
}

.datepicker--body.active {
    display: block
}

.datepicker--nav {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    min-height: 32px;
    padding: 4px
}

.-only-timepicker- .datepicker--nav {
    display: none
}

.datepicker--nav-action,
.datepicker--nav-title {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    cursor: pointer;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center
}

.datepicker--nav-action {
    width: 32px;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.datepicker--nav-action svg {
    width: 32px;
    height: 32px
}

.datepicker--nav-action path {
    fill: none;
    stroke-width: 2px;
    stroke: #0155a0
}

.datepicker--nav-title {
    border-radius: 4px;
    padding: 0 8px
}

.datepicker--buttons,
.datepicker--time {
    border-top: 1px solid #efefef;
    padding: 4px
}

.datepicker--nav-title i {
    font-style: normal;
    color: #9c9c9c;
    margin-left: 5px
}

.datepicker--nav-title.-disabled- {
    cursor: default;
    background: 0 0
}

.datepicker--buttons {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex
}

.datepicker--button {
    color: #4EB5E6;
    cursor: pointer;
    border-radius: 4px;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    height: 32px
}

.datepicker--button:hover {
    color: #4a4a4a;
    background: #f0f0f0
}

.datepicker--time {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    position: relative
}

.datepicker--time.-am-pm- .datepicker--time-sliders {
    -ms-flex: 0 1 138px;
    -webkit-box-flex: 0;
    flex: 0 1 138px;
    max-width: 138px
}

.-only-timepicker- .datepicker--time {
    border-top: none
}

.datepicker--time-sliders {
    -ms-flex: 0 1 153px;
    -webkit-box-flex: 0;
    flex: 0 1 153px;
    margin-right: 10px;
    max-width: 153px
}

.datepicker--time-label {
    display: none;
    font-size: 12px
}

.datepicker--time-current {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    font-size: 14px;
    text-align: center;
    margin: 0 0 0 10px
}

.datepicker--time-current-colon {
    margin: 0 2px 3px;
    line-height: 1
}

.datepicker--time-current-hours,
.datepicker--time-current-minutes {
    line-height: 1;
    font-size: 19px;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    position: relative;
    z-index: 1
}

.datepicker--time-current-hours:after,
.datepicker--time-current-minutes:after {
    content: '';
    background: #f0f0f0;
    border-radius: 4px;
    position: absolute;
    left: -2px;
    top: -3px;
    right: -2px;
    bottom: -2px;
    z-index: -1;
    opacity: 0
}

.datepicker--time-current-hours.-focus-:after,
.datepicker--time-current-minutes.-focus-:after {
    opacity: 1
}

.datepicker--time-current-ampm {
    text-transform: uppercase;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    color: #9c9c9c;
    margin-left: 6px;
    font-size: 11px;
    margin-bottom: 1px
}

.datepicker--time-row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    font-size: 11px;
    height: 17px;
    background: -webkit-gradient(linear, left top, right top, from(#dedede), to(#dedede)) left 50%/100% 1px no-repeat;
    background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat
}

.datepicker--time-row:first-child {
    margin-bottom: 4px
}

.datepicker--time-row input[type=range] {
    background: 0 0;
    cursor: pointer;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    height: 100%;
    padding: 0;
    margin: 0;
    -webkit-appearance: none
}

.datepicker--time-row input[type=range]::-ms-tooltip {
    display: none
}

.datepicker--time-row input[type=range]:hover::-webkit-slider-thumb {
    border-color: #b8b8b8
}

.datepicker--time-row input[type=range]:hover::-moz-range-thumb {
    border-color: #b8b8b8
}

.datepicker--time-row input[type=range]:hover::-ms-thumb {
    border-color: #b8b8b8
}

.datepicker--time-row input[type=range]:focus {
    outline: 0
}

.datepicker--time-row input[type=range]:focus::-webkit-slider-thumb {
    background: #5cc4ef;
    border-color: #5cc4ef
}

.datepicker--time-row input[type=range]:focus::-moz-range-thumb {
    background: #5cc4ef;
    border-color: #5cc4ef
}

.datepicker--time-row input[type=range]:focus::-ms-thumb {
    background: #5cc4ef;
    border-color: #5cc4ef
}

.datepicker--time-row input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid #dedede;
    background: #fff;
    cursor: pointer;
    -webkit-transition: background .2s;
    transition: background .2s;
    margin-top: -6px
}

.datepicker--time-row input[type=range]::-moz-range-thumb {
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid #dedede;
    background: #fff;
    cursor: pointer;
    -moz-transition: background .2s;
    transition: background .2s
}

.datepicker--time-row input[type=range]::-ms-thumb {
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid #dedede;
    background: #fff;
    cursor: pointer;
    -ms-transition: background .2s;
    transition: background .2s
}

.col,
.row {
    -webkit-box-sizing: border-box
}

.datepicker--time-row input[type=range]::-webkit-slider-runnable-track {
    border: none;
    height: 1px;
    cursor: pointer;
    color: transparent;
    background: 0 0
}

.datepicker--time-row input[type=range]::-moz-range-track {
    border: none;
    height: 1px;
    cursor: pointer;
    color: transparent;
    background: 0 0
}

.datepicker--time-row input[type=range]::-ms-track {
    border: none;
    height: 1px;
    cursor: pointer;
    color: transparent;
    background: 0 0
}

.datepicker--time-row input[type=range]::-ms-fill-lower {
    background: 0 0
}

.datepicker--time-row input[type=range]::-ms-fill-upper {
    background: 0 0
}

.datepicker--time-row span {
    padding: 0 12px
}

.col,
.col-xs {
    max-width: 100%;
    padding: 1rem
}

.datepicker--time-icon {
    color: #9c9c9c;
    border: 1px solid;
    border-radius: 50%;
    font-size: 16px;
    position: relative;
    margin: 0 5px -1px 0;
    width: 1em;
    height: 1em
}

.datepicker--time-icon:after,
.datepicker--time-icon:before {
    content: '';
    background: currentColor;
    position: absolute
}

.datepicker--time-icon:after {
    height: .4em;
    width: 1px;
    left: calc(50% - 1px);
    top: calc(50% + 1px);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.datepicker--time-icon:before {
    width: .4em;
    height: 1px;
    top: calc(50% + 1px);
    left: calc(50% - 1px)
}

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
    color: #dedede
}

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede
}

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6
}

.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
    background: #8ad5f4
}

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, .1);
    color: #ccc
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, .2)
}

.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
    background: 0 0;
    border: none
}

.container {
    width: 1370px;
    margin: 0 auto
}

.row {
    box-sizing: border-box;
    margin: 0 auto;
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.row.reverse {
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.row.natural-height {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.row.flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.col {
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0
}

.col-xs,
.col-xs-1 {
    -webkit-box-sizing: border-box
}

.col.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.align-start {
    -ms-flex-item-align: start;
    align-self: flex-start
}

.align-end {
    -ms-flex-item-align: end;
    align-self: flex-end
}

.align-center {
    -ms-flex-item-align: center;
    align-self: center
}

.align-baseline {
    -ms-flex-item-align: baseline;
    align-self: baseline
}

.align-stretch {
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.col-xs {
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0
}

.col-xs-1 {
    box-sizing: border-box;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
    padding: 1rem
}

.col-xs-2,
.col-xs-3 {
    -webkit-box-sizing: border-box;
    padding: 1rem
}

.col-xs-offset-1 {
    margin-left: 8.33333%
}

.col-xs-2 {
    box-sizing: border-box;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%
}

.col-xs-offset-2 {
    margin-left: 16.66667%
}

.col-xs-3 {
    box-sizing: border-box;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%
}

.col-xs-4,
.col-xs-5 {
    -webkit-box-sizing: border-box
}

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

.col-xs-4 {
    box-sizing: border-box;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
    padding: 1rem
}

.col-xs-offset-4 {
    margin-left: 33.33333%
}

.col-xs-5 {
    box-sizing: border-box;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
    padding: 1rem
}

.col-xs-6,
.col-xs-7 {
    -webkit-box-sizing: border-box;
    padding: 1rem
}

.col-xs-offset-5 {
    margin-left: 41.66667%
}

.col-xs-6 {
    box-sizing: border-box;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%
}

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

.col-xs-7 {
    box-sizing: border-box;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%
}

.col-xs-8,
.col-xs-9 {
    -webkit-box-sizing: border-box
}

.col-xs-offset-7 {
    margin-left: 58.33333%
}

.col-xs-8 {
    box-sizing: border-box;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
    padding: 1rem
}

.col-xs-offset-8 {
    margin-left: 66.66667%
}

.col-xs-9 {
    box-sizing: border-box;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
    padding: 1rem
}

.col-xs-10,
.col-xs-11 {
    -webkit-box-sizing: border-box;
    padding: 1rem
}

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

.col-xs-10 {
    box-sizing: border-box;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%
}

.col-xs-offset-10 {
    margin-left: 83.33333%
}

.col-xs-11 {
    box-sizing: border-box;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%
}

.col-xs-offset-11 {
    margin-left: 91.66667%
}

.col-xs-12 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding: 1rem
}

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

.row.start-xs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.row.center-xs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.row.end-xs {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.row.top-xs {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.row.middle-xs {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.row.bottom-xs {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.row.around-xs {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.row.between-xs {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.first-xs {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.last-xs {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.col-gutter-lr {
    padding: 0 1rem
}

.col-no-gutter {
    padding: 0
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.show {
    display: block !important
}

.row.show {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important
}

.hide {
    display: none !important
}

.show-xs {
    display: block !important
}

.row.show-xs {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important
}

.hide-xs {
    display: none !important
}

header.header .small-block>div,
header.header>* {
    display: inline-block;
    float: left
}

header.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    border-bottom: 1px solid #e1e1e1;
    z-index: 99999;
    background-color: #fff
}

header.header .brand-block {
    width: 260px;
    padding-left: 40px
}

header.header .brand-block img {
    margin-top: calc((100px - 76px)/ 2);
    max-width: 160px;
    height: 76px
}

header.header .small-block {
    width: 181px;
    height: 100px
}

header.header .small-block>div {
    width: 100%;
    text-align: center
}

header.header .small-block>div:first-child {
    border-right: 1px solid rgba(255, 255, 255, .1)
}

header.header .small-block ul {
    list-style: none
}

header.header .small-block a,
header.header .small-block a:visited {
    display: block;
    text-decoration: none;
    color: #fff;
    background-color: #fbb034;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    -webkit-transition: ease all .3s;
    transition: ease all .3s
}

header.header .small-block a:hover,
header.header .small-block a:visited:hover {
    background-color: #fcc366
}

header.header .small-block a i,
header.header .small-block a:visited i {
    font-size: 28px
}

header.header .small-block a i::before,
header.header .small-block a:visited i::before {
    display: block
}

header.header .small-block .search a {
    padding: calc((100px - 28px)/ 2) 0
}

header.header .small-block .languages a {
    padding: calc((100px - 23px)/ 2) 0
}

header.header .meniu-block {
    width: calc(100% - 181px - 260px)
}

header.header .meniu-block ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 0;
    padding: 0;
    list-style: none
}

header.header .meniu-block ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    text-align: center;
    position: relative;
    border-left: 1px solid #e1e1e1
}

header.header .meniu-block ul li a {
    color: #27292a;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    text-decoration: none;
    display: block;
    padding: calc((100px - 19px)/ 2) 0;
    -webkit-transition: ease all .3s;
    transition: ease all .3s
}

.mob-nav ul.mobile-menu li span.open-mobile-submenu::after,
header.header .meniu-block ul li.menu-item-has-children>a span::after {
    content: '\0043';
    font-family: zex;
    font-weight: 400;
    line-height: 1;
    font-style: normal
}

header.header .meniu-block ul li a:hover {
    background-color: rgba(225, 225, 225, .18);
    color: #0155a0
}

header.header .meniu-block ul li.menu-item-has-children>a span::after {
    display: inline-block;
    font-size: 8px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-left: 6px
}

header.header .meniu-block ul li.menu-item-has-children:hover>ul {
    opacity: 1;
    visibility: visible
}

header.header .meniu-block ul li>ul {
    position: absolute;
    top: 100px;
    display: block;
    min-width: 100%;
    padding: 10px 0;
    border: 1px solid #e1e1e1;
    border-top: 0;
    left: -1px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: ease all .3s;
    transition: ease all .3s;
    background-color: #fff;
    z-index: 9999
}

.modify:not(.withborder)::before,
.news-filters>div::after {
    height: 100%;
    top: 0;
    content: '';
    display: block
}

header.header .meniu-block ul li>ul li {
    display: block;
    width: 100%;
    border: 0
}

header.header .meniu-block ul li>ul li a {
    display: block;
    padding: 10px 50px;
    white-space: nowrap;
    text-align: left;
    width: 100%
}

header.header .meniu-block ul ul li a{
height: auto;
}

header.header .meniu-block ul li>ul li a:hover {
    background-color: transparent;
    color: #0155a0
}

.modify:not(.withborder)::before {
    width: 30px;
    position: absolute;
    right: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #e1e1e1
}

.nice-select.open,
.nice-select:active,
.nice-select:focus {
    border: 1px solid #e1e1e1
}

.news-filters>div {
    position: relative
}

.news-filters>div::after {
    width: 36px;
    background-color: #f6f6f6;
    position: absolute;
    right: -19px
}

.social-links {
    position: fixed;
    top: 300px;
    z-index: 99;
    right: 20px
}

.social-links ul {
    list-style: none
}

.social-links ul li {
    display: block
}

.social-links ul li a,
.social-links ul li a:visited {
    color: #fbb034;
    font-size: 50px;
    -webkit-transition: ease all .3s;
    transition: ease all .3s;
    position: relative;
    height: 48px;
    display: block;
    margin-bottom: 10px
}

.social-links ul li a i,
.social-links ul li a:visited i {
    position: relative;
    z-index: 2
}

.social-links ul li a:hover,
.social-links ul li a:visited:hover {
    color: #de8c04
}

.social-links ul li a::after,
.social-links ul li a:visited::after {
    content: '';
    display: block;
    width: 95%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    border-radius: 100%
}

#mobile-icon {
    width: 35px;
    height: 20px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    position: absolute;
    top: 32px;
    right: 24px;
    z-index: 9999999999;
    display: none
}

#mobile-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #0155a0;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

#mobile-icon span:nth-child(1) {
    top: 0
}

#mobile-icon span:nth-child(2),
#mobile-icon span:nth-child(3) {
    top: 10px
}

#mobile-icon span:nth-child(4) {
    top: 20px
}

#mobile-icon.open span:nth-child(1),
#mobile-icon.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%
}

#mobile-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

#mobile-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.mob-nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    height: 100%;
    min-height: 100%;
    background-color: #0155a0;
    z-index: 9;
    padding-top: 80px;
    -webkit-transition: ease all .4s;
    transition: ease all .4s;
    opacity: 0;
    display: none;
    -webkit-box-shadow: -15px 0 12px 1px rgba(0, 0, 0, .04);
    box-shadow: -15px 0 12px 1px rgba(0, 0, 0, .04);
    overflow-y: auto;
    -webkit-transform: translateX(10%);
    transform: translateX(10%)
}

.mob-nav.active {
    z-index: 99999;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.mob-nav .new-men {
    background-color: #4c6072;
    margin-top: 20px
}

.mob-nav ul.mobile-menu {
    list-style: none;
    padding-left: 0;
    margin: 0 20px;
    display: block
}

.mob-nav ul.mobile-menu li {
    text-align: left;
    padding-bottom: 15px;
    padding-top: 15px;
    position: relative;
    padding-left: 0
}

.mob-nav ul.mobile-menu li span.open-mobile-submenu {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 14px;
    right: 0;
    cursor: pointer
}

.mob-nav ul.mobile-menu li span.open-mobile-submenu::after {
    display: inline-block;
    font-size: 10px;
    position: absolute;
    color: #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
    -webkit-transition: ease all .3s;
    transition: ease all .3s
}

.mob-nav ul.mobile-menu li.active {
    border-bottom: 0
}

.mob-nav ul.mobile-menu li.active ul {
    display: block
}

.mob-nav ul.mobile-menu li.active span.open-mobile-submenu::after {
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
    transform: translate(-50%, -50%) rotate(-90deg)
}

.mob-nav ul.mobile-menu li a {
    -webkit-transition: ease all .3s;
    transition: ease all .3s;
    position: relative;
    padding-left: 0;
    color: #fff;
    font-family: "Work Sans";
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    text-decoration: none
}

.mob-nav ul.mobile-menu li ul {
    list-style: none;
    margin-left: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 10px;
    display: none;
    width: calc(100%);
    padding-left: 15px
}

.mob-nav ul.mobile-menu li ul li {
    border-bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px
}

.mob-nav ul.mobile-menu li ul li a {
    font-size: 18px
}

.mob-nav ul.mobile-menu li ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0
}

.mob-nav .pulteliai {
    margin-top: 20px
}

.mob-nav .pulteliai>div {
    position: relative;
    padding: 20px 30px
}

.mob-nav .pulteliai>div:first-child::after {
    content: '';
    display: block;
    height: 1px;
    background-color: #ebebeb;
    opacity: .22;
    position: absolute;
    bottom: -5px;
    width: 260px;
    left: 20px
}

.mob-nav .pulteliai>div a {
    text-decoration: none
}

.mob-nav .pulteliai>div span {
    padding-left: 60px;
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 2.2px;
    line-height: 26.86px
}

.mob-nav .pulteliai>div span b {
    display: block;
    font-weight: 600;
    letter-spacing: 2.2px;
    line-height: 17.91px
}

.mob-nav .pulteliai>div i {
    font-size: 44px;
    color: #fff;
    position: absolute;
    top: 57%;
    left: 30px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.mob-nav.active {
    opacity: 1;
    visibility: visible
}

.mob-nav .paieska {
    margin-top: 10px;
    padding: 20px;
    background-color: #4c6072
}

.mob-nav .paieska div.asp_m.ajaxsearchpro .probox {
    background-color: transparent !important;
    background-image: none !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(235, 235, 235, .22) !important
}

.mob-nav .paieska #ajaxsearchpro1_1 {
    background-color: transparent !important;
    background-image: none !important;
    position: relative
}

.mob-nav .paieska #ajaxsearchpro1_1 .probox .proinput {
    padding-left: 20px !important
}

.mob-nav .paieska #ajaxsearchpro1_1::after {
    content: '\0043';
    font-family: shtorm;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    display: block;
    width: 20px;
    height: 20px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.hero .hero-slider .slider-items::after,
.translation .live::after,
footer::before,
h2.title::before {
    content: ''
}

.mob-nav .paieska #ajaxsearchpro1_1 .probox .promagnifier,
.mob-nav .paieska div.asp_m.asp_m_1 .probox .promagnifier div.innericon {
    float: left !important;
    background-color: transparent !important;
    display: none !important
}

.mob-nav .klausimai ul li,
.mob-nav .soc li {
    display: inline-block;
    margin-right: 10px
}

.mob-nav .klausimai {
    padding-top: 30px;
    background-color: #4c6072;
    padding-bottom: 40px
}

.mob-nav .klausimai ul {
    list-style: none;
    margin-left: 20px
}

.mob-nav .klausimai ul li a {
    font-size: 32px;
    color: #fff
}

.mobile-navigation.open span {
    background: #fff !important
}

.mob-nav .soc {
    list-style: none;
    margin-top: 30px;
    margin-left: 20px
}

.mob-nav .soc li a {
    font-size: 25px;
    color: #fff
}

.mob-nav .searchform {
    margin-top: 30px;
    margin-left: 20px;
    margin-right: 20px;
    position: relative
}

.mob-nav .searchform input[type=text] {
    display: block;
    width: 100%;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #fff;
    color: #fff;
    padding-bottom: 14px;
    padding-left: 50px
}

.mob-nav .searchform input[type=submit] {
    position: absolute;
    top: -10px;
    left: 0;
    width: 50px;
    height: 40px;
    background-color: transparent;
    border: 0;
    cursor: pointer
}

.mob-nav .searchform i {
    position: absolute;
    top: 0;
    left: 10px;
    color: #fff;
    font-size: 22px
}

footer {
    padding: 90px 0;
    position: relative;
    background-color: #0155a0
}

footer::before {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/object.png) center no-repeat;
    background-size: cover
}

footer .container {
    position: relative;
    z-index: 2
}

footer h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 3px;
    min-height: 64px;
    margin-bottom: 24px
}

footer p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1.6px
}

footer p:not(:last-child) {
    margin-bottom: 20px
}

footer .simple-text b {
    font-weight: 600;
    display: block;
    margin-bottom: -20px
}

footer .simple-text p {
    letter-spacing: 0;
    line-height: 140%
}

footer .simple-text p a,
footer .simple-text p a:visited {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 1px;
    border-bottom: 1px solid transparent;
    -webkit-transition: ease all .3s;
    transition: ease all .3s;
    text-decoration: none
}

footer .simple-text p a:hover,
footer .simple-text p a:visited:hover {
    color: #fff;
    border-bottom: 1px solid #fff
}

footer form input[type=text],
footer form input[type=email] {
    color: #fff !important;
    font-family: "Work Sans";
    font-size: 14px;
    font-weight: 400;
    background: 0 0;
    border: 0;
    border-radius: 0;
    padding: 0 0 8px;
    border-bottom: 1px solid #f8f8f8;
    display: block;
    width: 90%;
    margin-bottom: 30px
}

footer form .check {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    position: relative;
    padding-left: 20px
}

footer form .check input {
    position: absolute;
    top: 1px;
    left: 0
}

footer form .check a,
footer form .check a:visited {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    padding-bottom: 1px;
    border-bottom: 1px solid transparent;
    -webkit-transition: ease all .3s;
    transition: ease all .3s;
    text-decoration: none
}

footer form .check a:hover,
footer form .check a:visited:hover {
    color: #fff;
    border-bottom: 1px solid #fff
}

footer form input[type=submit] {
    margin-top: 40px;
    border: 0;
    color: #0155a0;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    padding: 12px 43px;
    border-radius: 5px;
    background-color: #fff;
    cursor: pointer;
    -webkit-transition: ease all .3s;
    transition: ease all .3s
}

footer form input[type=submit]:hover {
    background-color: #e6e6e6
}

footer .delegacija-row {
    padding-left: 60px
}

footer .delegacija-row .delegacija-user {
    height: 100%
}

footer .delegacija-row .delegacija-user img {
    width: 100px;
    height: 100px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 100%;
    margin-bottom: 20px
}

footer .delegacija-row .delegacija-user .name {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px
}

footer .delegacija-row .delegacija-user .position {
    color: #fff;
    font-weight: 400;
    line-height: 20px;
    font-size: 13px;
    min-height: 60px
}

footer .delegacija-row .delegacija-user a.btn,
footer .delegacija-row .delegacija-user a.btn:visited {
    border: 0;
    color: #0155a0;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    padding: 12px 43px;
    border-radius: 5px;
    background-color: #fff;
    cursor: pointer;
    -webkit-transition: ease all .3s;
    transition: ease all .3s;
    text-decoration: none;
    margin-top: 20px;
    display: inline-block
}

footer .delegacija-row .delegacija-user a.btn:hover,
footer .delegacija-row .delegacija-user a.btn:visited:hover {
    background-color: #e6e6e6
}

footer .liner {
    display: block;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, .3)
}

.bg-lk,
section[class*='-section'].silver {
    background-color: #f6f6f6
}

footer .partners {
    margin-top: 30px;
    justify-content: center;
    margin-bottom: 15px
}

footer .copyrights p {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .4px
}

footer .copyrights p a,
footer .copyrights p a:visited {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    padding-bottom: 1px;
    border-bottom: 1px solid transparent;
    -webkit-transition: ease all .3s;
    transition: ease all .3s;
    text-decoration: none
}

footer .copyrights p a:hover,
footer .copyrights p a:visited:hover {
    color: #fff;
    border-bottom: 1px solid #fff
}

.gallery-items:hover p,
h2.title {
    color: #0155a0
}

.grecaptcha-badge {
    visibility: collapse !important
}

.share ul li {
    padding-left: 0 !important
}

.share ul li::after {
    display: none !important
}

.show-load-dokumentai-more {
    cursor: pointer;
    border: 0
}

.dont-show {
    display: none
}

.all-gif #add-darbotvarke {
    height: auto !important
}

section[class*='-section'] {
    padding: 80px 0
}

h2.title {
    font-size: 36px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 3.6px;
    padding-left: 28px;
    position: relative
}

h2.title::before {
    display: inline-block;
    width: 2px;
    height: 32px;
    background-color: #fbb034;
    position: absolute;
    top: 5px;
    left: 0
}

.gallery-items,
.title-block {
    position: relative
}

.gallery-items {
    display: block;
    width: 100%;
    border-radius: 5px;
    border: 2px solid #f8f8f8;
    background-color: #fff;
    text-align: left;
    padding: 16px;
    height: 480px
}

.gallery-items a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999
}

.gallery-items img.play-video {
    position: absolute;
    top: 120px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 2
}

.gallery-items img.gallery-img {
    width: 100%;
    height: 271px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.gallery-items span.date {
    font-weight: 400;
    color: #0155a0;
    font-size: 14px;
    line-height: 30px;
    display: block;
    margin-top: 10px
}

.gallery-arrows>*,
.gallery-items p {
    font-size: 20px;
    -webkit-transition: ease all .3s
}

.gallery-items p {
    color: #27292a;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 80px;
    transition: ease all .3s
}

.gallery-items ul {
    list-style: none;
    position: absolute;
    bottom: 16px;
    right: 16px;
    z-index: 2
}

.gallery-items ul li {
    display: inline-block;
    width: 36px;
    height: 36px
}

.gallery-items ul li a {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
    transform: none
}

.gallery-items ul li img {
    width: 36px;
    height: 36px;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 100%
}

.gallery-arrows {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.gallery-arrows>* {
    display: inline-block;
    cursor: pointer;
    color: #0155a0;
    transition: ease all .3s
}

.gallery-arrows>:hover {
    color: #0a8afd
}

.hero {
    background: linear-gradient(180deg, #0066cc 50%, #ffcc00 50%);;
    height: 700px;
    position: relative
}

.hero .lSSlideOuter .lSPager.lSpg {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center
}

.hero .lSSlideOuter .lSPager.lSpg li {
    display: inline-block;
    width: 22px;
    height: 22px
}

.hero .lSSlideOuter .lSPager.lSpg li a {
    display: block !important;
    width: 22px !important;
    height: 22px !important;
    padding: 0;
    color: #fff !important;
    background-color: #fff
}

.hero h1,
.hero p {
    color: #fff;
    font-family: "Work Sans"
}

.hero .hero-slider {
    height: 700px !important;
    padding-top: 0
}

.hero .hero-slider .text-box {
    padding-top: 150px
}

.hero .hero-slider .slider-items {
    position: relative;
    height: 100%
}

.hero .hero-slider .slider-items::after {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* background: url(../img/overlay-hero.png) center no-repeat; */
    background-size: cover;
    opacity: .3;
    z-index: 0
}

.hero .text-box {
    position: relative;
    z-index: 9
}

.hero h1 {
    font-size: 33px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 5.38px;
    margin-top: 0
}

.hero h1 span {
    display: block;
    font-size: 66px;
    letter-spacing: 10.76px;
    line-height: 65.71px
}

.hero p {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 38px
}

.hero p b {
    font-weight: 600;
    letter-spacing: 1.6px
}

.hero a,
.hero a:visited, .footer-btn, .footer-btn:visited {
    color: #0457a1;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 4.8px;
    text-decoration: none;
    display: inline-block;
    padding: 14px 60px;
    border-radius: 5px;
    background-color: #fff;
    margin-bottom: 15px;
    -webkit-transition: ease all .3s;
    transition: ease all .3s
}

.btn-more,
.btn-more:focus,
.btn-more:visited,
.translation .live a {
    text-transform: uppercase;
    -webkit-transition: ease all .3s;
    border-radius: 5px;
    text-decoration: none
}

.hero a:hover,
.hero a:visited:hover , .footer-btn:hover{
    background-color: #fbb034;
    color: #fff
}

.hero .obj {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 620px;
    z-index: 0
}

.hero .main-img {
    position: absolute;
    bottom: 0;
    right: 50px;
    max-width: 1060px;
    z-index: 1
}

.translation {
    padding-top: 50px;
    background-color: #f6f6f6
}

.translation .live {
    border-radius: 5px;
    background-color: #0155a0;
    padding: 23px 50px;
    position: relative
}

.translation .live::after {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/live-overlay.png) center no-repeat;
    background-size: cover;
    z-index: 0;
    opacity: .5
}

.btn-more::after,
.btn-more:focus::after,
.btn-more:visited::after,
.translation .live a::after {
    content: '\0043';
    font-family: zex;
    margin-left: 10px;
    font-style: normal
}

.translation .live i {
    color: #7cc4e7;
    font-size: 113px;
    position: absolute;
    top: 23px;
    left: 40px;
    z-index: 2
}

.translation .live .text-block {
    padding-left: 140px;
    padding-right: 280px;
    position: relative;
    z-index: 4
}

.translation .live .text-block h2 {
    color: #fff;
    font-size: 30px;
    line-height: 36px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 3px;
    margin-bottom: 20px
}

.translation .live .text-block p {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 1.5px
}

.translation .live a {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 5.23px;
    display: inline-block;
    padding: 20px 30px;
    background-color: #fbb034;
    position: absolute;
    top: 50%;
    right: 50px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 10;
    transition: ease all .3s
}

.translation .live a::after {
    display: inline-block;
    font-weight: 400;
    line-height: 1;
    font-size: 10px
}

.translation .live a:hover {
    background-color: #f79c05
}

.delegacija-section h2.title span {
    display: inline-block;
    border-radius: 5px;
    background-color: #fbb034;
    color: #fff;
    font-size: 24px;
    letter-spacing: 2.4px;
    line-height: 30px;
    position: relative;
    top: -4px;
    padding: 0 4px
}

.delegacija-section h2.title::before {
    height: 72px
}

.delegacija-section .gallery-items {
    min-height: 670px
}

.btn-more,
.btn-more:focus,
.btn-more:visited {
    color: #fff !important;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 4.8px;
    display: inline-block;
    padding: 18px 35px;
    background-color: #0155a0;
    margin-top: 30px;
    transition: ease all .3s
}

.btn-more::after,
.btn-more:focus::after,
.btn-more:visited::after {
    display: inline-block;
    font-weight: 400;
    line-height: 1;
    font-size: 8px;
    position: relative;
    top: -1px
}

.contentas h1::before,
.nariai ul li:not(:last-child)::after,
.single-post-content .share ul::after,
.youtube-video::after {
    content: ''
}

.datepicker--cell.datepicker--cell-day,
.datepicker--day-name,
.datepicker--nav-title {
    font-family: "Work Sans"
}

.btn-more:focus:hover,
.btn-more:hover,
.btn-more:visited:hover {
    background-color: #0162b9;
    color: #fff
}

.bigger-news .gallery-items {
    -webkit-transition: ease all .3s;
    transition: ease all .3s
}

.bigger-news .gallery-items:hover {
    -webkit-box-shadow: 0 8px 24px 0 rgba(68, 99, 137, .08);
    box-shadow: 0 8px 24px 0 rgba(68, 99, 137, .08)
}

.bigger-news .gallery-items p {
    margin-bottom: 0;
    margin-top: 10px
}

.bigger-news .gallery-items .date {
    margin-top: 2px
}

.bigger-news .gallery-items p.small {
    color: #27292a;
    font-size: 15px;
    font-weight: 400;
    margin-top: 20px;
    line-height: 25px;
    margin-bottom: 50px
}

.bigger-news .gallery-items span.more {
    color: #fbb034;
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 4.5px;
    position: absolute;
    bottom: 22px;
    left: 14px
}

.nariai {
    margin-bottom: 20px
}

.nariai ul {
    list-style: none;
    position: relative
}

.nariai ul li {
    display: inline-block;
    position: relative
}

.nariai ul li:not(:last-child) {
    margin-right: 40px
}

.nariai ul li:not(:last-child)::after {
    display: block;
    width: 1px;
    height: 22px;
    background-color: #e1e1e1;
    position: absolute;
    right: -24px;
    top: 2px
}

.nariai ul li.active a {
    color: #fbb034 !important
}

.nariai ul li.active a::after {
    opacity: 1;
    visibility: visible
}

.nariai ul li a,
.nariai ul li a:visited {
    color: #27292a;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    text-decoration: none;
    -webkit-transition: ease all .3s;
    transition: ease all .3s
}

.nariai ul li a::after,
.nariai ul li a:visited::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fbb034;
    opacity: 0;
    visibility: hidden
}

.nariai ul li a:hover,
.nariai ul li a:visited:hover {
    color: #fbb034
}

.all-visits {
    border-radius: 5px;
    background-color: #f6f6f6;
    padding: 36px
}

.all-visits ul {
    list-style: none
}

.all-visits ul li {
    display: block;
    padding-left: 71px;
    position: relative
}

.all-visits ul li:not(:last-child) {
    margin-bottom: 26px
}

.all-visits ul li img {
    width: 48px;
    height: 48px;
    border-radius: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0
}

.news-filters,
.youtube-video {
    position: relative
}

.all-visits ul li .text-block .title {
    font-size: 16px;
    color: #0155a0;
    font-weight: 600;
    letter-spacing: 1.6px;
    line-height: 30px;
    margin-bottom: 0;
    position: relative;
    top: -4px
}

.all-visits ul li .text-block p {
    color: #27292a;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin-top: -2px
}

.all-visits.white {
    background-color: #fff
}

.news-filters {
    z-index: 9999
}

.youtube-video::after {
    width: 63px;
    height: 63px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    background: url(../img/movie.png) center no-repeat;
    background-size: contain
}

.smaller-select {
    width: 220px !important;
    float: left
}

.darbotvarke-item {
    display: block;
    width: 100%
}

.visa-darbotvarke {
    padding-left: 330px
}

.visa-darbotvarke h4 {
    color: #275147;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 30px
}

.visa-darbotvarke p {
    color: #555;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.visa-darbotvarke p .time {
    font-weight: 700;
    display: block
}

.visa-darbotvarke p:not(:last-child) {
    margin-bottom: 20px
}

.datepicker {
    background-color: transparent
}

.datepicker--days-names {
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 10px
}

.datepicker--nav {
    border-bottom: 0
}

.datepicker--nav-title {
    color: #555;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 3.01px
}

.datepicker--day-name {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1.01px;
    text-transform: none
}

.datepicker--cell.datepicker--cell-day {
    color: #27292a;
    font-size: 16px;
    font-weight: 300
}

.datepicker--cell.datepicker--cell-day.-other-month- {
    color: #cdcdcd
}

.datepicker--cell.-selected-,
.datepicker--cell.-selected-.-current- {
    background-color: #fbb034 !important;
    border: 0;
    border-radius: 0;
    color: #fff
}

.with-dates {
    border: 0;
    border-radius: 0;
    background-color: #ebebeb
}

.datepicker {
    width: calc(100% - 40px);
    border: 1px solid #f8f8f8 !important;
    padding: 20px;
    border-radius: 5px
}

.datepicker--day-name {
    color: #0155a0
}

.-selected-.datepicker--cell-day.-other-month- {
    background-color: #fbb034 !important;
    color: #fff !important
}

.white-calendar {
    background-color: #fff
}

.ilgas-aprasymas {
    display: none !important
}

.darbotvarke-popup {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(250, 252, 252, .8);
    width: 100%;
    height: 100%;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: ease all .3s;
    transition: ease all .3s;
    z-index: 99999999
}

.darbotvarke-popup.active {
    opacity: 1;
    visibility: visible
}

.darbotvarke-popup .darb-wrapper {
    width: 990px;
    -webkit-box-shadow: -22px 10px 87px 11px rgba(6, 8, 8, .05);
    box-shadow: -22px 10px 87px 11px rgba(6, 8, 8, .05);
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 50px 37px
}

.darbotvarke-popup .close-popup-darb {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    background-color: #15191a;
    border-radius: 100%;
    color: #fff;
    font-size: 32px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: ease all .3s;
    transition: ease all .3s
}

.darbotvarke-popup .close-popup-darb span {
    position: absolute;
    top: 50%;
    left: 52%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.darbotvarke-popup .top-content {
    position: relative;
    padding-left: 100px
}

.darbotvarke-popup .top-content>img {
    width: 70px;
    position: absolute;
    top: -20px;
    left: 0
}

.darbotvarke-popup .top-content .title {
    color: #0155a0;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px
}

.darbotvarke-popup .cont {
    margin-top: 40px;
    color: #27292a;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px
}

.moredokumentai,
.select-news-group .col-sm-4,
.show-load-dokumentai-more,
.show-load-more {
    display: none
}

#mlb2-1759138.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsContent.privacy-policy p:last-child {
    color: #fff;
    font-family: 'Work Sans', sans-serif !important
}

#mlb2-1759138.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent h4,
#mlb2-1759138.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p:last-child,
#mlb2-1759138.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsContent.privacy-policy a,
#mlb2-1759138.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent h4,
#mlb2-1759138.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p:last-child {
    color: #fff !important;
    font-family: 'Work Sans', sans-serif !important
}

#mlb2-1759138.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button {
    border-radius: 5px !important;
    letter-spacing: 1.2px !important;
    font-weight: 500 !important;
    font-family: 'Work Sans', sans-serif !important;
    max-width: 150px !important
}

#mlb2-1759138.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow,
#mlb2-1759138.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent {
    margin-bottom: 0 !important
}

#mlb2-1759138.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input {
    padding-left: 0 !important
}

.contentas {
    padding: 30px 0 50px;
    background-color: #f6f6f6
}

.contentas h1 {
    margin: 0;
    color: #0155a0;
    font-size: 36px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 3.6px;
    padding-left: 28px;
    position: relative
}

.contentas h1::before {
    display: inline-block;
    width: 2px;
    height: 32px;
    background-color: #fbb034;
    position: absolute;
    top: 5px;
    left: 0
}

.news-filters .modify,
.single-post-content .main-post-img {
    display: block;
    width: 100%
}

.news-filters .modify {
    background-color: #e1e1e1
}

.news-filters .modify .list {
    width: 100%
}

.news-filters>div.white::after {
    background-color: #fff !important
}

.single-post-content {
    border-radius: 5px;
    border: 2px solid #f8f8f8;
    background-color: #fff;
    padding: 20px
}

.single-post-content h1 {
    padding: 0;
    color: #0155a0;
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0;
    text-transform: none;
    margin-bottom: 6px
}

.single-post-content h1::before {
    display: none
}

.single-post-content span.date {
    color: #fbb034;
    font-size: 18px;
    line-height: 30px;
    display: block;
    margin-bottom: 50px
}

.single-post-content p,
.single-post-content ul {
    color: #27292a;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px
}

.single-post-content p:not(:last-child),
.single-post-content ul:not(:last-child) {
    margin-bottom: 26px
}

.single-post-content ul {
    margin-left: 0
}

.single-post-content h2,
.single-post-content h3,
.single-post-content h4,
.single-post-content h5,
.single-post-content h6 {
    color: #0155a0;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 26px
}

.single-post-content .share {
    width: calc(100% + 40px);
    background-color: #ebebeb;
    position: relative;
    left: -20px;
    bottom: -20px;
    padding: 10px 20px
}

.single-post-content .share p,
.single-post-content .share ul {
    display: inline-block;
    float: left
}

.single-post-content .share p {
    color: #0155a0;
    font-size: 24px;
    font-weight: 600;
    line-height: 25px;
    max-width: 300px;
    margin-bottom: 0
}

.single-post-content .share ul {
    list-style: none;
    margin-left: 20px;
    padding-left: 40px;
    position: relative;
    top: 6px
}

.single-post-content .share ul::after {
    display: block;
    width: 2px;
    height: 36px;
    background-color: #fbb034;
    position: absolute;
    left: 0;
    top: 0
}

.single-post-content .share ul li {
    display: inline-block;
    margin-right: 20px
}

.single-post-content .share ul li a,
.single-post-content .share ul li a:visited {
    font-size: 36px;
    color: #fbb034;
    -webkit-transition: ease all .3s;
    transition: ease all .3s
}

.single-post-content .share ul li a:hover,
.single-post-content .share ul li a:visited:hover {
    color: #de8c04
}

.post-gallery-block .gallery-item img {
    display: block;
    width: 100%;
    height: 209px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.bigger-news .gallery-items,
.gallery-main .gallery-items {
    height: 100%
}

.single-post-content.in-narys .show-less {
    display: none
}

.single-post-content.in-narys .show-less i {
    -webkit-transform: rotate(-90deg) !important;
    transform: rotate(-90deg) !important;
    top: -4px !important;
    position: relative
}

.post-gallery-block {
    display: block;
    width: 100%
}

.gallery-main .gallery-items p {
    margin-bottom: 60px !important
}

.gallery-main .gallery-items .play-video {
    position: absolute;
    top: 120px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 2
}

.single-post-content.in-gallery span.date {
    margin-bottom: 15px
}

.lg-backdrop.in,
.lg-outer.lg-visible {
    z-index: 999999999
}

ul.list {
    max-height: 200px;
    overflow: auto !important
}

.dokumentai-row>div {
    padding-bottom: 0
}

.dokumentai-row.silver .dokumentas-inside {
    background-color: #f6f6f6;
    padding-left: 26px
}

.dokumentai-row.silver .dokumentas-inside img {
    display: none
}

.dokumentai-row .dokumentas-inside {
    position: relative;
    border-radius: 5px;
    background-color: #fff;
    padding: 20px 260px 20px 78px
}

.dokumentai-row .dokumentas-inside .ph-nario {
    width: 48px;
    height: 48px;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 26px;
    left: 16px
}

.dokumentai-row .dokumentas-inside span.date {
    color: #0155a0;
    font-weight: 600;
    letter-spacing: 1.6px;
    display: block;
    margin-bottom: 6px
}

.dokumentai-row .dokumentas-inside span.date span {
    display: inline-block;
    border-radius: 5px;
    background-color: #fbb034;
    padding: 0 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px
}

.dokumentai-row .dokumentas-inside p {
    font-weight: 400;
    color: #27292a;
    font-size: 16px
}

.dokumentai-row .dokumentas-inside .parsisiusti {
    position: absolute;
    top: 20%;
    right: 0;
    width: 260px;
    height: 60%;
    text-align: center;
    border-left: 1px solid #e1e1e1
}

.dokumentai-row .dokumentas-inside .parsisiusti a,
.dokumentai-row .dokumentas-inside .parsisiusti a:visited {
    color: #0155a0;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 1.6px;
    text-decoration: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    -webkit-transition: ease all .3s;
    transition: ease all .3s
}

.dokumentai-row .dokumentas-inside .parsisiusti a i,
.dokumentai-row .dokumentas-inside .parsisiusti a:visited i {
    font-size: 20px;
    position: relative;
    top: 4px;
    margin-right: 6px
}

.dokumentai-row .dokumentas-inside .parsisiusti a:hover,
.dokumentai-row .dokumentas-inside .parsisiusti a:visited:hover {
    color: #0a8afd
}

.archyvas {
    margin-top: 15px;
    border: 1px solid #f8f8f8;
    border-radius: 5px;
    background-color: #fff;
    padding: 30px 30px 10px
}

.archyvas h3 {
    color: #0155a0;
    font-size: 16px;
    font-weight: 500
}

.archyvas .select-me {
    margin: 0 -15px
}

.archyvas .select-me .nice-select,
.archyvas .select-me select {
    width: 100%;
    display: block;
    border: 0;
    padding-left: 0;
    color: #27292a;
    font-size: 14px;
    font-weight: 400
}

.all-narys-wrapper,
.filter-values ul li {
    border-radius: 5px;
    background-color: #fff
}

.archyvas .select-me .nice-select.disabled,
.archyvas .select-me select.disabled {
    color: #9b9b9b
}

.archyvas .select-me .list {
    width: 100%
}

.filter-values ul {
    list-style: none
}

.filter-values ul li {
    padding: 8px 15px;
    font-size: 14px;
    display: none
}

.filter-values ul li.active {
    display: inline-block
}

.filter-values ul li span {
    font-weight: 500
}

.filter-values ul li i {
    color: #fbb034;
    font-size: 16px;
    font-style: normal;
    cursor: pointer;
    -webkit-transition: ease all .3s;
    transition: ease all .3s
}

.filter-values ul li i:hover {
    opacity: .5
}

.filter-values ul li:not(:last-child) {
    margin-right: 6px
}

.all-narys-wrapper {
    padding: 25px 15px 25px 190px;
    -webkit-transition: ease all .3s;
    transition: ease all .3s;
    position: relative;
    height: 200px
}

.all-narys-wrapper img {
    position: absolute;
    top: 24px;
    left: 16px;
    width: 154px
}

.all-narys-wrapper .name {
    color: #0155a0;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    margin: 15px 0 10px
}

.all-narys-wrapper p {
    color: #27292a;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px
}

.all-narys-wrapper span {
    width: 32px;
    height: 32px;
    background-color: #fbb034;
    border-radius: 100%;
    display: block;
    position: absolute;
    bottom: 24px;
    right: 16px;
    -webkit-transition: ease all .3s;
    transition: ease all .3s
}

.all-narys-wrapper span::after {
    content: '\0043';
    font-family: zex;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    display: inline-block;
    color: #fff;
    font-size: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.all-narys-wrapper a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

.all-narys-wrapper:hover {
    -webkit-box-shadow: 0 12px 47px 4px rgba(0, 0, 0, .08);
    box-shadow: 0 12px 47px 4px rgba(0, 0, 0, .08);
    cursor: pointer
}

.all-narys-wrapper:hover span {
    background-color: #0155a0
}

.pd0>div:first-child {
    padding-right: 0
}

.pd0>div:last-child {
    padding-left: 0
}

.banarys {
    width: 100%;
    min-height: 500px;
    border-radius: 5px;
    height: 100%
}

.contact-info-narys {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #fff;
    padding: 34px 50px;
    min-height: 500px
}

.contact-info-narys h2 {
    color: #0155a0;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px
}

.contact-info-narys ul {
    list-style: none;
    margin: 20px 0
}

.contact-info-narys ul li {
    display: inline-block;
    margin-right: 6px
}

.morenews,
.show-load-news-more,
.single-post-content.in-narys .all-left {
    display: none
}

.contact-info-narys ul li a {
    color: #fbb034;
    font-size: 20px;
    -webkit-transition: ease all .3s;
    transition: ease all .3s
}

.contact-info-narys ul li a:hover {
    color: #de8c04
}

.contact-info-narys .in {
    color: #27292a;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 20px;
    margin-top: 10px
}

.contact-info-narys .in a {
    color: #27292a;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    padding-bottom: 1px;
    border-bottom: 1px solid transparent;
    -webkit-transition: ease all .3s;
    transition: ease all .3s;
    text-decoration: none
}

.contact-info-narys .in a:hover {
    color: #27292a;
    border-bottom: 1px solid #27292a
}

.contact-info-narys .grupe>p {
    color: #27292a;
    font-size: 14px;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 10px
}

.contact-info-narys .grupe .info-about p,
.contact-info-narys .grupe .info-about p a {
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    color: #27292a
}

.contact-info-narys .grupe .info-about {
    margin: 0 -15px
}

.contact-info-narys .grupe .info-about p a {
    padding-bottom: 1px;
    border-bottom: 1px solid transparent;
    -webkit-transition: ease all .3s;
    transition: ease all .3s;
    text-decoration: none
}

.contact-info-narys .grupe .info-about p a:hover {
    color: #27292a;
    border-bottom: 1px solid #27292a
}

.notfound {
    padding-left: 0 !important
}

.single-post-content.in-narys {
    overflow: hidden
}

.single-post-content.in-narys p {
    color: #27292a;
    font-size: 15px;
    font-weight: 400;
    line-height: 36px
}

.single-post-content.in-narys .show-all {
    display: block
}

.single-post-content.in-narys .show-all a {
    color: #27292a;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 4.8px;
    display: block;
    padding: 15px 30px;
    text-decoration: none;
    background-color: #ebebeb;
    width: calc(100% + 40px + 2rem);
    margin-left: -36px;
    margin-bottom: -36px;
    margin-top: 40px;
    -webkit-transition: ease all .3s;
    transition: ease all .3s
}

.single-post-content.in-narys .show-all a:hover {
    background-color: #dedede
}

.single-post-content.in-narys .show-all a i {
    font-size: 10px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: ease all .3s;
    transition: ease all .3s;
    display: inline-block
}

.galerijamore,
.show-more-galerija {
    display: none
}

.delegacija-section.silver.in-narys-page {
    padding-top: 0
}

.delegacija-section.silver.in-narys-page h2.title::before {
    height: 32px
}

.in-pp ul {
    margin-left: 0;
    list-style: none
}

.in-pp ul li {
    position: relative;
    padding-left: 15px
}

.in-pp ul li::after {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background-color: #27292a;
    border-radius: 100%;
    position: absolute;
    top: 12px;
    left: 0
}

.galerijamore2,
.show-more-galerija2 {
    display: none
}

@media only screen and (min-width:768px) {

    .col-sm,
    .col-sm-1 {
        -webkit-box-sizing: border-box
    }

    .col-sm {
        box-sizing: border-box;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
        padding: 1rem
    }

    .col-sm-1 {
        box-sizing: border-box;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%;
        padding: 1rem
    }

    .col-sm-2,
    .col-sm-3 {
        -webkit-box-sizing: border-box;
        padding: 1rem
    }

    .col-sm-offset-1 {
        margin-left: 8.33333%
    }

    .col-sm-2 {
        box-sizing: border-box;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-offset-2 {
        margin-left: 16.66667%
    }

    .col-sm-3 {
        box-sizing: border-box;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    .col-sm-4,
    .col-sm-5 {
        -webkit-box-sizing: border-box
    }

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

    .col-sm-4 {
        box-sizing: border-box;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
        padding: 1rem
    }

    .col-sm-offset-4 {
        margin-left: 33.33333%
    }

    .col-sm-5 {
        box-sizing: border-box;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%;
        padding: 1rem
    }

    .col-sm-6,
    .col-sm-7 {
        -webkit-box-sizing: border-box;
        padding: 1rem
    }

    .col-sm-offset-5 {
        margin-left: 41.66667%
    }

    .col-sm-6 {
        box-sizing: border-box;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

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

    .col-sm-7 {
        box-sizing: border-box;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8,
    .col-sm-9 {
        -webkit-box-sizing: border-box
    }

    .col-sm-offset-7 {
        margin-left: 58.33333%
    }

    .col-sm-8 {
        box-sizing: border-box;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
        padding: 1rem
    }

    .col-sm-offset-8 {
        margin-left: 66.66667%
    }

    .col-sm-9 {
        box-sizing: border-box;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
        padding: 1rem
    }

    .col-sm-10,
    .col-sm-11 {
        -webkit-box-sizing: border-box;
        padding: 1rem
    }

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

    .col-sm-10 {
        box-sizing: border-box;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333%
    }

    .col-sm-11 {
        box-sizing: border-box;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%
    }

    .col-sm-offset-11 {
        margin-left: 91.66667%
    }

    .col-sm-12 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        padding: 1rem
    }

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

    .row.start-sm {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .row.center-sm {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .row.end-sm {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .row.top-sm {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .row.middle-sm {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .row.bottom-sm {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .row.around-sm {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .row.between-sm {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .first-sm {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .last-sm {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .show-sm {
        display: block !important
    }

    .row.show-sm {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important
    }

    .hide-sm {
        display: none !important
    }
}

@media only screen and (min-width:768px) and (max-width:1100px) {
    .show-sm-only {
        display: block !important
    }

    .row.show-sm-only {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important
    }

    .hide-sm-only {
        display: none !important
    }
}

@media only screen and (min-width:1101px) {

    .col-md,
    .col-md-1 {
        -webkit-box-sizing: border-box
    }

    .col-md {
        box-sizing: border-box;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
        padding: 1rem
    }

    .col-md-1 {
        box-sizing: border-box;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%;
        padding: 1rem
    }

    .col-md-2,
    .col-md-3 {
        -webkit-box-sizing: border-box;
        padding: 1rem
    }

    .col-md-offset-1 {
        margin-left: 8.33333%
    }

    .col-md-2 {
        box-sizing: border-box;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%
    }

    .col-md-offset-2 {
        margin-left: 16.66667%
    }

    .col-md-3 {
        box-sizing: border-box;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    .col-md-4,
    .col-md-5 {
        -webkit-box-sizing: border-box
    }

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

    .col-md-4 {
        box-sizing: border-box;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
        padding: 1rem
    }

    .col-md-offset-4 {
        margin-left: 33.33333%
    }

    .col-md-5 {
        box-sizing: border-box;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%;
        padding: 1rem
    }

    .col-md-6,
    .col-md-7 {
        -webkit-box-sizing: border-box;
        padding: 1rem
    }

    .col-md-offset-5 {
        margin-left: 41.66667%
    }

    .col-md-6 {
        box-sizing: border-box;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

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

    .col-md-7 {
        box-sizing: border-box;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8,
    .col-md-9 {
        -webkit-box-sizing: border-box
    }

    .col-md-offset-7 {
        margin-left: 58.33333%
    }

    .col-md-8 {
        box-sizing: border-box;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
        padding: 1rem
    }

    .col-md-offset-8 {
        margin-left: 66.66667%
    }

    .col-md-9 {
        box-sizing: border-box;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
        padding: 1rem
    }

    .col-md-10,
    .col-md-11 {
        -webkit-box-sizing: border-box;
        padding: 1rem
    }

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

    .col-md-10 {
        box-sizing: border-box;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%
    }

    .col-md-offset-10 {
        margin-left: 83.33333%
    }

    .col-md-11 {
        box-sizing: border-box;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%
    }

    .col-md-offset-11 {
        margin-left: 91.66667%
    }

    .col-md-12 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        padding: 1rem
    }

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

    .row.start-md {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .row.center-md {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .row.end-md {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .row.top-md {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .row.middle-md {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .row.bottom-md {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .row.around-md {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .row.between-md {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .first-md {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .last-md {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .show-md {
        display: block !important
    }

    .row.show-md {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important
    }

    .hide-md {
        display: none !important
    }
}

@media only screen and (min-width:1101px) and (max-width:1380px) {
    .show-md-only {
        display: block !important
    }

    .row.show-md-only {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important
    }

    .hide-md-only {
        display: none !important
    }
}

@media only screen and (min-width:1381px) {

    .col-lg,
    .col-lg-1 {
        -webkit-box-sizing: border-box
    }

    .col-lg {
        box-sizing: border-box;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
        padding: 1rem
    }

    .col-lg-1 {
        box-sizing: border-box;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%;
        padding: 1rem
    }

    .col-lg-2,
    .col-lg-3 {
        -webkit-box-sizing: border-box;
        padding: 1rem
    }

    .col-lg-offset-1 {
        margin-left: 8.33333%
    }

    .col-lg-2 {
        box-sizing: border-box;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-offset-2 {
        margin-left: 16.66667%
    }

    .col-lg-3 {
        box-sizing: border-box;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    .col-lg-4,
    .col-lg-5 {
        -webkit-box-sizing: border-box
    }

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

    .col-lg-4 {
        box-sizing: border-box;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
        padding: 1rem
    }

    .col-lg-offset-4 {
        margin-left: 33.33333%
    }

    .col-lg-5 {
        box-sizing: border-box;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%;
        padding: 1rem
    }

    .col-lg-6,
    .col-lg-7 {
        -webkit-box-sizing: border-box;
        padding: 1rem
    }

    .col-lg-offset-5 {
        margin-left: 41.66667%
    }

    .col-lg-6 {
        box-sizing: border-box;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

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

    .col-lg-7 {
        box-sizing: border-box;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8,
    .col-lg-9 {
        -webkit-box-sizing: border-box
    }

    .col-lg-offset-7 {
        margin-left: 58.33333%
    }

    .col-lg-8 {
        box-sizing: border-box;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
        padding: 1rem
    }

    .col-lg-offset-8 {
        margin-left: 66.66667%
    }

    .col-lg-9 {
        box-sizing: border-box;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
        padding: 1rem
    }

    .col-lg-10,
    .col-lg-11 {
        -webkit-box-sizing: border-box;
        padding: 1rem
    }

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

    .col-lg-10 {
        box-sizing: border-box;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333%
    }

    .col-lg-11 {
        box-sizing: border-box;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%
    }

    .col-lg-offset-11 {
        margin-left: 91.66667%
    }

    .col-lg-12 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        padding: 1rem
    }

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

    .row.start-lg {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .row.center-lg {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .row.end-lg {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .row.top-lg {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .row.middle-lg {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .row.bottom-lg {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .row.around-lg {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .row.between-lg {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .first-lg {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .last-lg {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .show-lg {
        display: block !important
    }

    .row.show-lg {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important
    }

    .hide-lg {
        display: none !important
    }
}

@media only screen and (min-width:1381px) and (max-width:1400px) {
    .show-lg-only {
        display: block !important
    }

    .row.show-lg-only {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important
    }

    .hide-lg-only {
        display: none !important
    }
}

@media only screen and (min-width:1401px) {

    .col-xl,
    .col-xl-1 {
        -webkit-box-sizing: border-box
    }

    .col-xl {
        box-sizing: border-box;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
        padding: 1rem
    }

    .col-xl-1 {
        box-sizing: border-box;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%;
        padding: 1rem
    }

    .col-xl-2,
    .col-xl-3 {
        -webkit-box-sizing: border-box;
        padding: 1rem
    }

    .col-xl-offset-1 {
        margin-left: 8.33333%
    }

    .col-xl-2 {
        box-sizing: border-box;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-offset-2 {
        margin-left: 16.66667%
    }

    .col-xl-3 {
        box-sizing: border-box;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    .col-xl-4,
    .col-xl-5 {
        -webkit-box-sizing: border-box
    }

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

    .col-xl-4 {
        box-sizing: border-box;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
        padding: 1rem
    }

    .col-xl-offset-4 {
        margin-left: 33.33333%
    }

    .col-xl-5 {
        box-sizing: border-box;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%;
        padding: 1rem
    }

    .col-xl-6,
    .col-xl-7 {
        -webkit-box-sizing: border-box;
        padding: 1rem
    }

    .col-xl-offset-5 {
        margin-left: 41.66667%
    }

    .col-xl-6 {
        box-sizing: border-box;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

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

    .col-xl-7 {
        box-sizing: border-box;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8,
    .col-xl-9 {
        -webkit-box-sizing: border-box
    }

    .col-xl-offset-7 {
        margin-left: 58.33333%
    }

    .col-xl-8 {
        box-sizing: border-box;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
        padding: 1rem
    }

    .col-xl-offset-8 {
        margin-left: 66.66667%
    }

    .col-xl-9 {
        box-sizing: border-box;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
        padding: 1rem
    }

    .col-xl-10,
    .col-xl-11 {
        -webkit-box-sizing: border-box;
        padding: 1rem
    }

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

    .col-xl-10 {
        box-sizing: border-box;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-offset-10 {
        margin-left: 83.33333%
    }

    .col-xl-11 {
        box-sizing: border-box;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%
    }

    .col-xl-offset-11 {
        margin-left: 91.66667%
    }

    .col-xl-12 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        padding: 1rem
    }

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

    .row.start-xl {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .row.center-xl {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .row.end-xl {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .row.top-xl {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .row.middle-xl {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .row.bottom-xl {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .row.around-xl {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .row.between-xl {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .first-xl {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .last-xl {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .show-xl {
        display: block !important
    }

    .row.show-xl {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important
    }

    .hide-xl {
        display: none !important
    }
}

.custom.menu-item{
    background-color: #fbb034;
    border-right: 1px solid #fff;
}

header.header .meniu-block ul li.custom a{
    color: #fff;
}

@media (max-width:1600px) {
    header.header .small-block {
        width: 50px
    }

    header.header .small-block a,
    header.header .small-block a:visited {
        font-size: 12px;
        height: 100px;
        display: block;
        padding: 0;
        position: relative
    }

    header.header .small-block a i,
    header.header .small-block a:visited i {
        font-size: 20px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    header.header .small-block .languages a {
        padding: calc((100px - 16px)/ 2) 0
    }

    header.header .meniu-block {
        width: calc(100% - 50px - 260px)
    }

    header.header .meniu-block ul li a {
        font-size: 12px;
        height: 100px;
        display: block;
        padding: 0
    }

    header.header .meniu-block ul li a span {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 90%
    }

    header.header .meniu-block ul ul li a span{
        position: unset;
    }

    header.header .meniu-block ul li>ul li a {
        padding: 10px;
        height: 30px
    }
}

@media (max-width:1400px) {
    header.header .brand-block {
        width: 150px;
        padding-left: 20px
    }

    header.header .brand-block img {
        height: 50px;
        margin-top: calc((100px - 54px)/ 2)
    }

    header.header .meniu-block {
        width: calc(100% - 100px - 150px)
    }

    .social-links ul li a,
    .social-links ul li a:visited {
        font-size: 40px;
        height: 38px
    }

    .gallery-items {
        height: 390px
    }

    .gallery-items img.play-video {
        top: 86px
    }

    .gallery-items img.gallery-img {
        height: 200px
    }

    .gallery-items p {
        font-size: 16px;
        line-height: 20px
    }

    .hero {
        height: 560px
    }

    .hero .container {
        width: 100% !important
    }

    .hero .hero-slider {
        height: 560px !important
    }

    .hero .hero-slider .text-box {
        padding-top: 140px
    }

    .hero h1 {
        font-size: 26px
    }

    .hero h1 span {
        font-size: 46px
    }

    .hero .obj {
        width: 450px
    }

    .hero .main-img {
        max-width: 800px;
        right: 20px
    }

    .translation {
        padding-top: 20px
    }

    .translation .live i {
        font-size: 80px;
        top: 15px;
        left: 20px
    }

    .translation .live .text-block {
        padding-left: 80px;
        padding-right: 230px
    }

    .translation .live .text-block h2 {
        font-size: 26px;
        margin-bottom: 6px
    }

    .translation .live .text-block p {
        font-size: 14px;
        line-height: 20px
    }

    .translation .live a {
        font-size: 12px;
        padding: 15px 20px;
        right: 30px
    }

    .bigger-news .gallery-items p {
        font-size: 18px;
        line-height: 24px
    }

    .bigger-news .gallery-items p.small {
        font-size: 14px;
        line-height: 20px;
        margin-top: 10px;
        margin-bottom: 40px
    }

    .bigger-news .gallery-items span.more {
        font-size: 13px
    }

    .all-visits ul li .text-block .title {
        font-size: 15px;
        line-height: 22px
    }

    .all-visits ul li .text-block p {
        font-size: 14px
    }

    .single-post-content .share p {
        font-size: 20px;
        max-width: 250px
    }

    .single-post-content .share ul::after {
        height: 26px
    }

    .single-post-content .share ul li {
        margin-right: 10px
    }

    .single-post-content .share ul li a,
    .single-post-content .share ul li a:visited {
        font-size: 26px
    }

    .dokumentai-row .dokumentas-inside span.date {
        font-size: 15px
    }

    .dokumentai-row .dokumentas-inside span.date span {
        font-size: 14px;
        line-height: 24px
    }

    .dokumentai-row .dokumentas-inside .parsisiusti a,
    .dokumentai-row .dokumentas-inside .parsisiusti a:visited {
        font-size: 14px
    }

    .dokumentai-row .dokumentas-inside .parsisiusti a i,
    .dokumentai-row .dokumentas-inside .parsisiusti a:visited i {
        font-size: 17px
    }

    .all-narys-wrapper {
        padding-left: 140px
    }

    .all-narys-wrapper img {
        width: 100px
    }
}

@media (max-width:1380px) {

    header.header,
    header.header .small-block,
    header.header .small-block a,
    header.header .small-block a:visited {
        height: 80px
    }

    body {
        padding-top: 80px
    }

    .grid .grid-item {
        width: 31%
    }

    .container {
        width: 1100px
    }

    header.header .brand-block img {
        margin-top: 15px
    }

    header.header .small-block .languages {
        height: 79px;
        overflow: hidden
    }

    header.header .small-block .languages a {
        padding: calc((80px - 16px)/ 2) 0
    }

    header.header .meniu-block ul li a {
        height: 80px;
        letter-spacing: 1px
    }

    header.header .meniu-block ul li>ul {
        top: 80px;
        min-width: auto;
        /* width: 200px */
    }

    header.header .meniu-block ul li>ul li a {
        padding: 15px 20px;
        display: block;
        height: auto;
        text-align: left
    }

    header.header .meniu-block ul li>ul li a span {
        position: relative;
        top: auto;
        left: auto;
        -webkit-transform: none;
        transform: none
    }

    footer h3 {
        font-size: 24px
    }

    footer .delegacija-row .delegacija-user .name,
    footer .simple-text p a,
    footer .simple-text p a:visited,
    footer p {
        font-size: 14px
    }

    footer .delegacija-row {
        padding-left: 15px
    }

    footer .delegacija-row .delegacija {
        margin-left: -15px
    }

    footer .delegacija-row h3 {
        min-height: auto;
        height: auto
    }

    footer .delegacija-row .delegacija-user img {
        width: 70px;
        height: 70px;
        margin-bottom: 10px
    }

    .bigger-news img.gallery-img,
    .gallery-main .gallery-items img.gallery-img {
        height: 200px
    }

    footer .delegacija-row .delegacija-user .position {
        min-height: auto;
        font-size: 12px
    }

    footer .delegacija-row .delegacija-user a.btn,
    footer .delegacija-row .delegacija-user a.btn:visited {
        padding: 8px 23px
    }

    section[class*='-section'] {
        padding: 60px 0
    }

    .visa-darbotvarke h4 {
        font-size: 18px
    }

    .visa-darbotvarke p {
        font-size: 14px
    }

    .darbotvarke-popup .darb-wrapper {
        width: 90%
    }

    .gallery-main .gallery-items .play-video {
        top: 80px
    }

    .gallery-main .gallery-items p {
        font-size: 18px
    }

    .contentas .bigger-news .gallery-items {
        height: auto
    }

    .contentas .bigger-news .gallery-items p.small {
        margin-bottom: 60px !important
    }

    .all-narys-wrapper .name {
        font-size: 16px;
        margin-top: 0;
        line-height: 20px
    }

    .all-narys-wrapper p {
        font-size: 12px;
        line-height: 16px
    }
}

@media (max-width:1100px) {

    header.header .meniu-block,
    header.header .small-block .search {
        display: none
    }

    .contact-popup .popupt-warpper {
        width: 100%;
        position: relative;
        top: auto;
        left: auto;
        -webkit-transform: none;
        transform: none;
        overflow: auto
    }

    .contact-popup .popupt-warpper .close-popup {
        top: 5px;
        right: 5px
    }

    .contact-popup .popupt-warpper h2 {
        font-size: 24px
    }

    .lSAction>a.lSPrev {
        left: -30px
    }

    .lSAction>a.lSNext {
        right: -30px
    }

    .grid .grid-item {
        width: 48%
    }

    .container {
        width: 100%
    }

    header.header .small-block {
        float: right;
        width: 150px;
        height: 80px
    }

    header.header .small-block a,
    header.header .small-block a:visited {
        height: 80px
    }

    header.header .small-block .languages a {
        padding: calc((80px - 20px)/ 2) 0;
        background-color: #fff;
        color: #0155a0;
        font-size: 20px;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 1.6px;
        border-right: 1px solid #e1e1e1;
        border-left: 1px solid #e1e1e1
    }

    header.header .small-block .languages a:hover {
        background-color: #fff
    }

    .social-links {
        top: 230px;
        display: none
    }

    #mobile-icon,
    .mob-nav {
        display: block
    }

    footer .delegacija-row {
        padding-left: 15px
    }

    .hero {
        height: 430px
    }

    .hero .hero-slider {
        height: 430px !important
    }

    .hero .hero-slider .text-box {
        padding-top: 80px
    }

    .hero h1 span {
        font-size: 38px;
        line-height: 48px
    }

    .hero a,
    .hero a:visited {
        padding: 14px 45px
    }

    .hero .obj {
        width: 300px;
        top: 60px
    }

    .hero .main-img {
        max-width: 650px
    }

    .delegacija-section .gallery-items {
        min-height: auto
    }

    .visa-darbotvarke {
        display: block;
        width: 100%;
        padding-left: 0
    }
}

@media only screen and (max-width:992px) {
    .hero .main-img {
        width: 580px
    }
}

@media only screen and (max-width:880px) {
    .hero .main-img {
        width: 520px
    }
}

@media only screen and (max-width:800px) {
    .hero .main-img {
        width: 500px
    }
}

@media (max-width:767px) {

    footer h3,
    footer p {
        text-align: center
    }

    .hero .main-img,
    .hero .obj {
        position: absolute;
        left: 50%
    }

    .grid .grid-item {
        width: 47%
    }

    .search-form-popup .search-wrapper {
        width: 70%
    }

    footer {
        padding: 50px 0
    }

    footer h3 {
        height: auto;
        min-height: auto
    }

    footer form input[type=submit] {
        display: block;
        width: 100%
    }

    footer .partners .col {
        min-width: 33.3334%;
        text-align: center
    }

    section[class*='-section'] {
        padding: 30px 0
    }

    h2.title {
        text-align: left;
        font-size: 28px
    }

    h2.title::before {
        height: 24px
    }

    .gallery-items {
        height: auto;
        padding: 10px
    }

    .gallery-items img.play-video {
        top: 80px
    }

    .gallery-items img.gallery-img {
        height: 200px
    }

    .gallery-items span.date {
        font-size: 12px
    }

    .gallery-items p {
        font-size: 12px;
        line-height: 18px
    }

    .gallery-items ul li img {
        width: 30px;
        height: 29px
    }

    .hero {
        height: 600px;
        text-align: center
    }

    .hero .hero-slider {
        height: 600px !important
    }

    .hero .hero-slider .text-box {
        padding-top: 30px
    }

    .hero h1 {
        font-size: 23px;
        letter-spacing: 2px
    }

    .hero h1 span {
        font-size: 42px;
        letter-spacing: 6px
    }

    .hero p {
        font-size: 14px
    }

    .hero .obj {
        width: 300px;
        top: 50px;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }

    .hero .main-img {
        width: 470px;
        bottom: 0;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }

    .translation .live {
        padding: 23px
    }

    .translation .live i {
        right: 20px;
        left: auto;
        top: 15px;
        font-size: 74px
    }

    .translation .live .text-block {
        padding-left: 0;
        padding-right: 0
    }

    .translation .live .text-block h2 {
        max-width: 150px;
        font-size: 24px;
        line-height: 30px
    }

    .translation .live .text-block p {
        font-size: 14px;
        line-height: 18px
    }

    .translation .live a {
        position: relative;
        top: auto;
        right: auto;
        margin-top: 20px;
        -webkit-transform: none;
        transform: none;
        font-size: 11px;
        padding: 14px 20px
    }

    .delegacija-section h2.title span {
        font-size: 18px
    }

    .delegacija-section h2.title::before {
        height: 60px
    }

    .btn-more,
    .btn-more:focus,
    .btn-more:visited {
        font-size: 12px;
        margin-top: 10px
    }

    .bigger-news .gallery-items p.small {
        margin-top: 0;
        font-size: 12px;
        font-weight: 300;
        line-height: 12.06px;
        margin-bottom: 50px
    }

    .bigger-news .gallery-items span.more {
        font-size: 12px;
        line-height: 12.06px;
        letter-spacing: 3.73px
    }

    .nariai ul {
        padding-top: 55px
    }

    .nariai ul li {
        text-align: left;
        margin-right: 0;
        display: none
    }

    .nariai ul li:not(:last-child) {
        margin-right: 0;
        margin-bottom: 10px
    }

    .nariai ul li:not(:last-child)::after {
        display: none
    }

    .nariai ul li.active {
        background-color: #fff;
        -webkit-box-shadow: 0 2px 10px 3px rgba(0, 0, 0, .06);
        box-shadow: 0 2px 10px 3px rgba(0, 0, 0, .06);
        padding: 10px 20px;
        color: #27292a;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        display: block
    }

    .nariai ul li.active::after {
        content: '\0043';
        display: inline-block;
        font-family: zex;
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        color: #27292a;
        position: absolute;
        top: 40%;
        right: 26px;
        -webkit-transform: translate(0, -50%) rotate(90deg);
        transform: translate(0, -50%) rotate(90deg);
        background: 0 0;
        font-size: 10px
    }

    .nariai ul li.active a {
        color: #27292a !important
    }

    .nariai ul li.active a::after {
        display: none
    }

    .nariai ul li a,
    .nariai ul li a:visited {
        display: inline-block
    }

    .all-visits {
        background-color: #fff;
        padding: 0
    }

    .all-visits ul li .text-block .title {
        font-size: 14px
    }

    .all-visits ul li .text-block p {
        font-size: 12px
    }

    .darbotvarke-section .col-xs-12.col-sm-3 {
        display: none
    }

    .delegacija-section .col-xs-12 {
        text-align: center
    }

    .gallery-row p {
        margin-bottom: 50px
    }

    .darbotvarke-popup .darb-wrapper {
        position: relative;
        top: auto;
        left: auto;
        -webkit-transform: none;
        transform: none;
        margin-left: 5%
    }

    .darbotvarke-popup .close-popup-darb {
        top: 15px;
        right: 15px
    }

    .contentas h1 {
        font-size: 26px
    }

    .dokumentai-row .dokumentas-inside p,
    .dokumentai-row .dokumentas-inside span.date,
    .dokumentai-row .dokumentas-inside span.date span,
    .single-post-content p,
    .single-post-content ul {
        font-size: 14px
    }

    .contentas h1::before {
        height: 22px
    }

    .single-post-content {
        padding: 10px
    }

    .single-post-content .share {
        width: calc(100% + 20px);
        left: -10px;
        padding: 0
    }

    .single-post-content .share ul {
        padding-left: 0;
        margin-left: 0;
        display: block
    }

    .breadcrumbs,
    .single-post-content .share ul::after {
        display: none
    }

    .contentas .all-visits.white {
        padding: 20px;
        margin-top: -30px
    }

    .news-filters>div {
        padding-bottom: 0
    }

    .bigger-news .gallery-items {
        height: auto
    }

    .dokumentai-row .dokumentas-inside {
        padding-right: 20px
    }

    .dokumentai-row .dokumentas-inside .parsisiusti {
        position: relative;
        top: auto;
        height: auto;
        width: auto;
        border-left: 0;
        text-align: left;
        margin-top: 20px
    }

    .dokumentai-row .dokumentas-inside .parsisiusti a,
    .dokumentai-row .dokumentas-inside .parsisiusti a:visited {
        position: relative;
        top: auto;
        left: auto;
        -webkit-transform: none;
        transform: none;
        font-size: 14px
    }

    .all-narys-wrapper {
        height: 150px
    }

    .pd0>div:first-child {
        padding-right: 15px
    }

    .pd0>div:last-child {
        padding-left: 15px;
        margin-top: -38px
    }

    .contact-info-narys {
        min-height: auto;
        padding: 26px 20px
    }

    .single-post-content.in-narys p {
        font-size: 13px;
        line-height: 24px
    }
}

@media only screen and (max-width:767px) {
    .show-xs-only {
        display: block !important
    }

    .row.show-xs-only {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important
    }

    .hide-xs-only {
        display: none !important
    }
}

@media (max-width:480px) {
    .grid .grid-item {
        width: 100%
    }

    .banarys {
        min-height: 300px
    }
}

@media print {
    .datepickers-container {
        display: none
    }
}

@media (min-width:1600px) {
    header.header .meniu-block ul li a {
        padding: calc((104px - 19px)/ 2) 0;
        height: 90px;
    }
}

.su-foto{
    display: flex;
    align-items: flex-start;
}

.su-foto img{
    display: flex;
    width: 30%;
    margin-right: 20px;
}

.su-foto p{
    font-size: 14px;
}