/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
    color: #5a5a5a;
    font-family: work sans, -apple-system, BlinkMacSystemFont, segoe ui, Roboto, helvetica neue, Arial, sans-serif;
    font-size: 1em;
    line-height: 1.7;
    font-weight: 300;

    background-color: #fff;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: subpixel-antialiased;
    letter-spacing: .03em
}

body.text-big,
body.text-big h6
{
    font-size:  1.2em !important;
}

body.text-extra-big,
body.text-extra-big h6

{
    font-size:  1.4em !important;
}

body.text-extra-big .nav-link{
    padding: 0 !important;
}


a {
    transition: all .3s ease-in-out;
}
a, a:focus, a:active, a:hover {
    text-decoration: none
}
a, a:focus, a:active {
    color: #ec181f
}
a:hover {
    color: #aa0e13
}
a[href*=tel], a[href*=mailto] {
    white-space: nowrap
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, [class^="heading-"] a {
    color: inherit;
}

.img-contrast {
    display: none;
}

.header-line-1 li{
    padding:  1.2em 0.9em;
}

.header-line-1 li:hover{
    color: #aa1111;
    cursor: pointer;
}

.header-line-1 li:hover a{
    color: #aa1111;
    cursor: pointer;
}
.header-line-1 {
    font-weight: bold;
    padding: 0.85em 0.5em !important;
    font-size: 1.2em;
    color: #939393 !important;
}

.wcag li:hover {
    color: #aa1111 !important;
    cursor: pointer;
}

.a_normal {
    padding: 1.2em 0.3em !important;
}

.a_plus,
.contrast
{
    padding: 1.2em 0.1em !important;
}

#hd-ln-1 li a {
    color: #939393 !important;

}

#hd-ln-1 li a:hover {
    color: #aa1111 !important;
    cursor: pointer;
}
.eu {
    padding: 1em 0.5em !important;
}


.bip {
    padding: 1.2em 0.5em !important;
}


.header-line-2 li{
    padding: 0 0.7em;
    font-size: 1em;
    font-weight: bold;
}

.header-line-2 li:hover{
    background-color: #aa1111;
}


#navbarCollapse  li a:hover {
    color: #ffffff;
}


.header-line-2 li.last-line-2{
    padding-right: 0;
}

.dropdown-menu li{
    font-size: 1em;
}

.dropdown-item {
    padding: 0.5em 0;
}

.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
    font-size: 1em;
}
.dropdown-submenu {
    position:relative;
}

.dropdown-submenu:hover {
    background-color: #aa1111;
}

.dropdown-item:hover{
    background-color: transparent;
}


.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top:-6px;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
}



hr {
    margin-top: 1em;
    margin-bottom: 1em;
    border: 0;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: 0px;
    border-top: 2px solid rgba(0, 0, 0, 0.3);
}


.button {
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding: 12px 25px;
    font-size: 14px;
    line-height: 1.575;
    border: 1px solid;
    border-radius: 6px;
    font-family: oswald, -apple-system, BlinkMacSystemFont, segoe ui, Roboto, helvetica neue, Arial, sans-serif;
    font-weight: 500;
    letter-spacing: .1em;
    text-transform: uppercase;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    user-select: none;
    transition: .25s cubic-bezier(.2, 1, .3, 1)
}
.button-block {
    display: block;
    width: 100%
}
.button-default, .button-default:focus {
    color: #a5a5a5;
    background-color: #29293a;
    border-color: #29293a
}
.button-default:hover, .button-default:active {
    color: #fff;
    background-color: #ec181f;
    border-color: #ec181f
}
.button.button-primary, .button.button-primary:focus {
    color: #fff;
    background-color: #ec181f;
    border-color: #ec181f
}
.button.button-primary:hover, .button.button-primary:active {
    color: #fff;
    background-color: #d00007;
    border-color: #d00007
}
html .button.button-primary-lighten, html .button.button-primary-lighten:focus {
    color: #fff;
    background-color: #ec181f;
    border-color: #ec181f
}
html .button.button-primary-lighten:hover, html .button.button-primary-lighten:active {
    color: #fff;
    background-color: #ee3036;
    border-color: #ee3036
}
.button-primary-outline, .button-primary-outline:focus {
    color: #29293a;
    background-color: transparent;
    border-color: #ec181f
}
.button-primary-outline:hover, .button-primary-outline:active {
    color: #fff;
    background-color: #ec181f;
    border-color: #ec181f
}
.button.button-facebook, .button.button-facebook:focus {
    color: #fff;
    background-color: #2059a0;
    border-color: #2059a0
}
.button.button-facebook:hover, .button.button-facebook:active {
    color: #fff;
    background-color: #2465b5;
    border-color: #2465b5
}
.button.button-twitter, .button.button-twitter:focus {
    color: #fff;
    background-color: #00aae6;
    border-color: #00aae6
}
.button.button-twitter:hover, .button.button-twitter:active {
    color: #fff;
    background-color: #01bdff;
    border-color: #01bdff
}
.button.button-google, .button.button-google:focus {
    color: #fff;
    background-color: #ff3807;
    border-color: #ff3807
}
.button.button-google:hover, .button.button-google:active {
    color: #fff;
    background-color: #ff4c21;
    border-color: #ff4c21
}
.button-winona {
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    text-align: center
}
.button-winona .content-original, .button-winona .content-dubbed {
    vertical-align: middle;
    transition: transform .3s cubic-bezier(.2, 1, .3, 1), opacity .3s cubic-bezier(.2, 1, .3, 1)
}
.button-winona .content-original {
    display: block
}
.button-winona.button-icon .content-original {
    display: flex
}
.button-winona .content-dubbed {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    opacity: 0;
    transform: translate3d(0, 0, 0)
}
.button-winona:hover .content-original {
    opacity: 0;
    transform: translate3d(0, -30%, 0)
}
.button-winona:hover .content-dubbed {
    opacity: 1;
    transform: translate3d(0, 0, 0) translateY(-50%)
}
.button-sm {
    padding: 10px 32px;
    font-size: 12px;
    line-height: 1.5
}
.button-lg {
    padding: 10px 20px;
    font-size: 15px;
    line-height: 1.5
}
@media (min-width: 576px) {
    .button-lg {
        font-size: 16px;
        padding-left: 55px;
        padding-right: 55px
    }
}
.button-lg--smaller {
    padding-left: 35px;
    padding-right: 35px
}
html .button.button-icon {
    display: inline-flex
}
.button-icon {
    justify-content: center;
    align-items: center;
    vertical-align: middle
}
.button-icon .icon {
    position: relative;
    top: 1px;
    display: inline-block;
    vertical-align: middle;
    color: inherit;
    font-size: 1.55em;
    line-height: 22px;
    transition: none
}
.button-icon:active .icon, .button-icon:hover .icon {
    color: inherit
}
.button-icon-left .icon {
    padding-right: 5px
}
.button-icon-right {
    flex-direction: row-reverse
}
.button-icon-right .icon {
    padding-left: 8px
}
.button-icon.button-icon-only {
    padding-left: 20px;
    padding-right: 20px
}
.button-icon.button-lg .icon {
    padding-right: 8px
}
.button-icon.button-lg.button-icon-right .icon {
    padding: 0 0 0 8px
}
.button-icon.button-sm .icon {
    padding-right: 3px;
    font-size: 1.33em
}
.button-icon.button-sm.button-icon-right .icon {
    padding: 0 0 0 3px
}
.btn-primary {
    border-radius: 3px;
    font-family: oswald, -apple-system, BlinkMacSystemFont, segoe ui, Roboto, helvetica neue, Arial, sans-serif;
    font-weight: 500;
    letter-spacing: .05em;
    text-transform: uppercase;
    transition: .33s
}
.btn-primary, .btn-primary:active, .btn-primary:focus {
    color: #fff;
    background: #ec181f;
    border-color: #ec181f
}
.btn-primary:hover {
    color: #fff;
    background: #000;
    border-color: #000
}
.button-group {
    display: flex
}
.button-group .button {
    margin: 0;
    flex-grow: 1
}
.button-group .button:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}
.button-group .button:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}
.button-video {
    position: relative;
    display: block;
    border-radius: 50%;
    transition: .33s;
    color: #29293a
}
.button-video::before, .button-video:after {
    display: block;
    content: '\f4fc';
    font-family: material design icons;
    font-size: 64px;
    line-height: 1;
    border-radius: 50%
}
.button-video::before {
    z-index: -1;
    pointer-events: none
}
.button-video::after {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    opacity: 0;
    transform: translate3d(0, -50%, 0);
    transition: opacity .3s cubic-bezier(.2, 1, .3, 1)
}
.button-video:hover {
    color: #ec181f
}
.button-video:hover::before {
    opacity: 0;
    transition: transform .9s cubic-bezier(.2, 1, .3, 1), opacity .3s cubic-bezier(.2, 1, .3, 1);
    transform: scale3d(1.5, 1.5, 1.5)
}
.button-video:hover::after {
    opacity: 1
}
.button-video-lg::before, .button-video-lg:after {
    font-size: 90px
}
.context-dark .button-video, .bg-gray-700 .button-video, .bg-gray-800 .button-video, .bg-primary .button-video, .bg-primary-darker .button-video {
    color: #fff
}

.rd-form {
    position: relative;
    text-align: left
}
.rd-form .button {
    min-height: 48px
}
.rd-form .button-icon-only {
    padding-top: 11px;
    padding-bottom: 11px
}
* + .rd-form {
    margin-top: 20px
}
input:-webkit-autofill ~ label, input:-webkit-autofill ~ .form-validation {
    color: #000 !important
}
.form-wrap {
    position: relative
}
.form-wrap.has-error .form-input {
    border-color: #dc0000
}
.form-wrap.has-focus .form-input {
    border-color: #ec181f
}
* + .form-wrap {
    margin-top: 24px
}
.form-input {
    display: block;
    width: 100%;
    min-height: 48px;
    padding: 11px 19px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #29293a;
    background-color: #fff;
    background-image: none;
    border-radius: 6px;
    -webkit-appearance: none;
    transition: .3s ease-in-out;
    border: 1px solid #c5c6cd
}
.form-input:focus {
    outline: 0
}
textarea.form-input {
    height: 150px;
    min-height: 48px;
    max-height: 255px;
    resize: vertical
}
.form-label, .form-label-outside {
    margin-bottom: 0;
    font-weight: 300
}
.form-label {
    position: absolute;
    top: 24px;
    left: 0;
    right: 0;
    padding-left: 19px;
    padding-right: 19px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #29293a;
    pointer-events: none;
    text-align: left;
    z-index: 9;
    transition: .25s;
    will-change: transform;
    transform: translateY(-50%)
}
.form-label.focus {
    opacity: 0
}
.form-label.auto-fill {
    color: #29293a
}
.form-label-outside {
    width: 100%;
    padding-right: 150px;
    margin-bottom: 4px;
    font-size: 14px;
    color: #a5a5a5;
    cursor: pointer
}
.form-label-outside ~ .form-validation {
    top: 10px
}
[data-x-mode=true] .form-label {
    pointer-events: auto
}
.form-validation {
    position: absolute;
    right: 15px;
    top: 0;
    z-index: 11;
    margin-top: 3px;
    font-size: 10px;
    font-weight: 500;
    line-height: 12px;
    letter-spacing: 0;
    color: #dc0000;
    transition: .3s;
    transform: scale3d(1, 1, 1)
}
.form-validation:empty {
    transform: scale3d(1, 0, 1)
}
.form-validation-left .form-validation {
    top: 2px;
    bottom: auto;
    right: auto;
    left: 14px
}
#form-output-global {
    position: fixed;
    bottom: 30px;
    left: 15px;
    z-index: 2000;
    visibility: hidden;
    transform: translate3d(-500px, 0, 0);
    transition: .3s all ease
}
#form-output-global.active {
    visibility: visible;
    transform: translate3d(0, 0, 0)
}
@media (min-width: 576px) {
    #form-output-global {
        left: 30px
    }
}
.form-output {
    position: absolute;
    top: 100%;
    left: 0;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.2;
    margin-top: 2px;
    transition: .3s;
    opacity: 0;
    visibility: hidden
}
.form-output.active {
    opacity: 1;
    visibility: visible
}
.form-output.error {
    color: #dc0000
}
.form-output.success {
    color: #98bf44
}
.radio .radio-custom, .radio-inline .radio-custom, .checkbox .checkbox-custom, .checkbox-inline .checkbox-custom {
    opacity: 0
}
.radio .radio-custom, .radio .radio-custom-dummy, .radio-inline .radio-custom, .radio-inline .radio-custom-dummy, .checkbox .checkbox-custom, .checkbox .checkbox-custom-dummy, .checkbox-inline .checkbox-custom, .checkbox-inline .checkbox-custom-dummy {
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    outline: none;
    cursor: pointer
}
.radio .radio-custom-dummy, .radio-inline .radio-custom-dummy, .checkbox .checkbox-custom-dummy, .checkbox-inline .checkbox-custom-dummy {
    pointer-events: none;
    background: #fff
}
.radio .radio-custom-dummy::after, .radio-inline .radio-custom-dummy::after, .checkbox .checkbox-custom-dummy::after, .checkbox-inline .checkbox-custom-dummy::after {
    position: absolute;
    opacity: 0;
    transition: .22s
}
.radio .radio-custom:focus, .radio-inline .radio-custom:focus, .checkbox .checkbox-custom:focus, .checkbox-inline .checkbox-custom:focus {
    outline: none
}
.radio input, .radio-inline input, .checkbox input, .checkbox-inline input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    clip-path: inset(50%);
    border: 0
}
.radio-custom:checked + .radio-custom-dummy:after, .checkbox-custom:checked + .checkbox-custom-dummy:after {
    opacity: 1
}
.radio, .radio-inline {
    position: relative;
    font-size: 14px;
    line-height: 1.429;
    padding-left: 27px
}
.radio .radio-custom-dummy, .radio-inline .radio-custom-dummy {
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    border: 1px solid #e7e7e7
}
.radio .radio-custom-dummy::after, .radio-inline .radio-custom-dummy::after {
    content: '';
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    background: #ec181f;
    border-radius: inherit
}
.radio-inline {
    cursor: pointer
}
.box-radio {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: -15px;
    margin-left: -9px
}
.box-radio:empty {
    margin-bottom: 0;
    margin-left: 0
}
.box-radio > * {
    display: inline-block;
    margin: 0 0 15px 9px
}
.box-radio .form-wrap {
    flex-grow: 1
}
@media (min-width: 576px) {
    .box-radio {
        flex-wrap: nowrap;
        margin-bottom: -20px;
        margin-left: -20px
    }
    .box-radio:empty {
        margin-bottom: 0;
        margin-left: 0
    }
    .box-radio > * {
        display: inline-block;
        margin: 0 0 20px 20px
    }
}
.box-radio > * {
    margin-top: 0
}
.radio-button {
    position: relative;
    display: inline-block;
    text-align: center;
    padding: 13px 10px;
    color: #29293a;
    background: #c5c6cd;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
    font-family: oswald, -apple-system, BlinkMacSystemFont, segoe ui, Roboto, helvetica neue, Arial, sans-serif;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 5px;
    z-index: 1
}
@media (min-width: 768px) {
    .radio-button {
        min-width: 80px
    }
}
.radio-button .radio-custom-dummy {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1
}
.radio-button .radio-custom-dummy::after {
    display: inline-block;
    content: '';
    width: 100%;
    height: 100%;
    background: #ec181f;
    border-radius: 5px;
    opacity: 0
}
.radio-button:focus {
    outline: none
}
.radio-button input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    clip-path: inset(50%);
    border: 0
}
.radio-button .radio-custom:checked ~ .radio-button-text {
    color: #fff
}
.checkbox, .checkbox-inline {
    padding-left: 28px
}
.checkbox .checkbox-custom-dummy, .checkbox-inline .checkbox-custom-dummy {
    left: 0;
    width: 18px;
    height: 18px;
    margin: 0;
    border: 1px solid #74757f
}
.checkbox .checkbox-custom-dummy::after, .checkbox-inline .checkbox-custom-dummy::after {
    content: '\f222';
    font-family: material design icons;
    position: absolute;
    top: -1px;
    left: -2px;
    font-size: 20px;
    line-height: 18px;
    color: #a5a5a5
}
.toggle-custom {
    padding-left: 60px;
    -webkit-appearance: none
}
.toggle-custom:checked ~ .checkbox-custom-dummy::after {
    background: #ec181f;
    transform: translate(20px, -50%)
}
.toggle-custom ~ .checkbox-custom-dummy {
    position: relative;
    display: inline-block;
    margin-top: -1px;
    width: 44px;
    height: 20px;
    background: #fff;
    cursor: pointer
}
.toggle-custom ~ .checkbox-custom-dummy::after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 16px;
    height: 16px;
    left: 0;
    top: 50%;
    background: #74757f;
    transform: translate(4px, -50%);
    opacity: 1;
    transition: .22s
}
.form-inline {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    text-align: center;
    margin-bottom: -8px
}
.form-inline > * {
    margin-bottom: 8px
}
.form-inline > * {
    margin-top: 0
}
.form-inline .form-wrap {
    width: 100%
}
@media (min-width: 480px) {
    .form-inline {
        flex-direction: row;
        align-items: stretch
    }
    .form-inline .form-wrap {
        margin-right: -6px
    }
}
.form-inline .form-wrap {
    flex: 20 0;
    min-width: 220px
}
.form-inline .form-wrap-select {
    text-align: left
}
.form-inline .form-label {
    display: block
}
.form-inline .form-input {
    border-color: #fff
}
.form-inline .form-button {
    flex-grow: 1;
    min-height: 48px
}
.form-inline .form-button .button {
    width: 100%;
    min-height: inherit
}
@media (min-width: 576px) {
    .form-inline .button {
        display: block
    }
}
.form-inline.form-inline-centered {
    justify-content: center
}
.form-sm .form-input, .form-sm .button {
    padding-top: 9px;
    padding-bottom: 9px;
    min-height: 40px
}
.form-sm .form-validation {
    top: -16px
}
.form-sm .form-label {
    top: 20px
}
.form-sm * + .button {
    margin-top: 10px
}
.form-lg .form-input, .form-lg .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-top: 15px;
    padding-bottom: 15px
}
.form-lg .form-input, .form-lg .select2-container--default .select2-selection--single .select2-selection__rendered, .form-lg .form-wrap-button {
    min-height: 56px
}
.form-lg .form-label {
    top: 28px
}
.form-layout-1 {
    margin-bottom: -20px;
    margin-left: -20px
}
.form-layout-1:empty {
    margin-bottom: 0;
    margin-left: 0
}
.form-layout-1 > * {
    display: inline-block;
    margin: 0 0 20px 20px
}
.form-layout-1 > * {
    display: block
}
.form-layout-1 .select-2-container {
    display: block;
    min-width: 100%;
    max-width: 100%;
    width: auto !important
}
.form-layout-1 .form-wrap-button {
    display: flex
}
.form-layout-1 .button {
    display: block;
    width: 100%
}
* + form.form-layout-1 {
    margin-top: 35px
}
@media (min-width: 768px) {
    .form-layout-1 {
        display: flex
    }
    .form-layout-1 > * {
        flex-shrink: 0
    }
    .form-layout-1 .form-wrap-main {
        flex-grow: 1
    }
    .form-layout-1 .form-wrap-select {
        width: 100%;
        max-width: 220px
    }
}
@media (min-width: 992px) {
    * + form.form-layout-1 {
        margin-top: 50px
    }
}
.post-inline {
    max-width: 313px
}
.post-inline-title a {
    color: inherit
}
.post-inline-meta {
    transform: translate3d(0, -5px, 0);
    margin-bottom: -5px;
    margin-left: -10px;
    margin-right: -10px;
    color: #a5a5a5
}
.post-inline-meta > * {
    margin-top: 5px;
    padding-left: 10px;
    padding-right: 10px
}
.post-inline-meta > li {
    position: relative;
    display: inline-block
}
.post-inline-meta > li:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 1px;
    border-radius: 50%;
    background: #29293a
}
.post-inline-meta a {
    color: inherit
}
* + .post-inline {
    margin-top: 15px
}
* + .post-inline-meta {
    margin-top: 5px
}
@media (min-width: 768px) {
    * + .post-inline {
        margin-top: 32px
    }
}
.context-dark .post-inline-title, .bg-gray-700 .post-inline-title, .bg-gray-800 .post-inline-title, .bg-primary .post-inline-title, .bg-primary-darker .post-inline-title {
    color: #fff
}
.context-dark .post-inline-title a:hover, .bg-gray-700 .post-inline-title a:hover, .bg-gray-800 .post-inline-title a:hover, .bg-primary .post-inline-title a:hover, .bg-primary-darker .post-inline-title a:hover {
    color: #a5a5a5
}
.context-dark .post-inline-meta > li:not(:last-child)::after, .bg-gray-700 .post-inline-meta > li:not(:last-child)::after, .bg-gray-800 .post-inline-meta > li:not(:last-child)::after, .bg-primary .post-inline-meta > li:not(:last-child)::after, .bg-primary-darker .post-inline-meta > li:not(:last-child)::after {
    background: #a5a5a5
}
.context-dark .post-inline-meta a:hover, .bg-gray-700 .post-inline-meta a:hover, .bg-gray-800 .post-inline-meta a:hover, .bg-primary .post-inline-meta a:hover, .bg-primary-darker .post-inline-meta a:hover {
    color: #fff
}

.banner-h {
    width: 100%;
    height: 6em;
    background: rgb(159,18,18);
    background: linear-gradient(90deg, rgba(159,18,18,1) 0%, rgba(255,0,0,1) 50%, rgba(163,17,17,1) 100%);
    color: #ffffff;
    padding: 0.5em;
    margin: 1em 0;
}

.banner-h:hover {
    background: none;
    border-bottom: 2px solid #b50f0f;
    border-top: 2px solid #b50f0f;
}

.banner-h a{
    color: #ffffff;
}
.banner-h:hover a{
    color: #4e4e4e;
}


.banner-h-icon {
    text-align: center;
}

.banner-h-content {
    text-align: center;
    font-weight: bold;
}

.banner {
    width: 100%;
    height: 7.5em;
    padding: 0.5em;
    margin: 1em 0;
    border-bottom: 2px solid #b50f0f;
    border-top: 2px solid #b50f0f;
}

.banner:hover{
    background: rgb(159,18,18);
    background: linear-gradient(90deg, rgba(159,18,18,1) 0%, rgba(255,0,0,1) 50%, rgba(163,17,17,1) 100%);
    color: #ffffff;
}


.banner a{
    transition: none;
    color: #4e4e4e;
}

.banner:hover a{
    color: #ffffff;
}

.banner-icon {
    margin: auto;
    width: 45px;
    height: 45px;
    background-image: url("../img/buttony.png");
}

.banner-icon-1 {
    width: 45px;
    background-position: -180px 0px;
}

.banner:hover .banner-icon-1 {
    width: 45px;
    background-position: -180px -45px;
}

.banner-icon-2 {
    width: 45px;
    background-position: 135px 0px;
    margin: auto;
}

.banner:hover .banner-icon-2 {
    width: 45px;
    background-position: 135px -45px;
}

.banner-icon-3 {
    width: 45px;
    background-position: 90px 0px;
    margin: auto;
}

.banner:hover .banner-icon-3 {
    width: 45px;
    background-position: 90px -45px;
}

.banner-icon-4 {
    width: 45px;
    background-position: 45px 0px;
    margin: auto;
}

.banner:hover .banner-icon-4 {
    width: 45px;
    background-position: 45px -45px;
}

.banner-icon-5 {
    width: 45px;
    background-position: -135px 0px;
    margin: auto;
}

.banner:hover .banner-icon-5 {
    width: 45px;
    background-position: -135px -45px;
}

.banner-icon-6 {
    width: 45px;
    background-position: -90px 0px;
    margin: auto;
}

.banner:hover .banner-icon-6 {
    width: 45px;
    background-position: -90px -45px;
}

.banner-icon-7 {
    width: 45px;
    background-position: -45px 0px;
    margin: auto;
}

.banner:hover .banner-icon-7 {
    width: 45px;
    background-position: -45px -45px;
}

.banner-icon-8 {
    width: 45px;
    background-position: 0px 0px;
    margin: auto;
}

.banner:hover .banner-icon-8 {
    width: 45px;
    background-position: 0px -45px;
}

.banner-content {
    text-align: center;
    font-weight: bold;
}

.icon {
    display: inline-block;
    font-size: 16px;
    line-height: 1
}

.icon::before {
    position: relative;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    speak: none;
    text-transform: none
}

.icon-creative {
    display: inline-block;
    text-align: center;
    width: 2em;
    height: 2em;
    line-height: 2em;
    border-radius: 50%
}

.icon-creative, .icon-creative:active, .icon-creative:focus {
    color: #a5a5a5
}

.icon-creative::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    border-radius: inherit;
    pointer-events: none;
    opacity: 0;
    transform: scale3d(0, 0, 0);
    transition: .22s
}

.icon-creative:hover {
    color: #fff
}

.icon-creative:hover::after {
    opacity: 1;
    transform: scale3d(1, 1, 1)
}

.icon-creative[class*=facebook]::after {
    background: #2059a0
}

.icon-creative[class*=twitter]::after {
    background: #00aae6
}

.icon-creative[class*=instagram]::after {
    background: linear-gradient(to top, #f15823 0%, #a7058e 100%)
}

.icon-creative[class*=google]::after {
    background: #ff3807
}

.icon-creative[class*=linkedin]::after {
    background: #2881a8
}

.icon-modern {
    width: 2em;
    height: 2em;
    line-height: 2em;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #e8e9ee;
    color: #ec181f
}

.icon-circle {
    border-radius: 50%
}

.icon-sm {
    font-size: 20px
}

.icon-md {
    font-size: 1.5em
}

.icon-lg {
    font-size: 1.875em
}


.bd-placeholder-img {
    font-size: 1.125em;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.so-menu-right {
    font-size: 1.3em;
    margin-right: 5em;
}



#navbarCollapse .active {
    font-weight: bold;
}

.marketing h2 {
    margin: 2em 0;
    color:  #b50f0f;
    font-size: 1.5em;
    font-weight: bold;
}

.row-50 {
    margin-top: 5em;
}

.post-content {
    margin-top: 2em;
}

.post-title {
    font-weight: bold;
    font-size: 3em;
}

.post-meta > li, .post-meta > li > * {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.5em;
}

.post-content a {
    color: inherit;
}
.post-content  a:hover {
    color: #ec181f;
}

.post-meta a {
    color: inherit;
}
.post-meta a:hover {
    color: #ec181f;
}

.post-meta .icon {
    font-size: 1.5em;
    color: #ec181f;
}

.section-sm {
    padding: 100px 0;
}

.row + .group {
    margin-top: 45px;
}

#single-article {
    margin-bottom: 7em;
}

#single-article hr {
    margin: 3em 0 1em 0;
}

#single-page {
    margin-bottom: 7em;
}

#single-page hr {
    margin: 3em 0 1em 0;
}
.layout-bordered a {
    color: inherit;
}

.info-content {
    min-height: 8em;
}


/*
 * Default WP Alignment Classes
 *****************************************************************************/

.aligncenter,.alignleft,.alignright {
    display: block;
    padding: 0;
}

.aligncenter {
    float: none;
    margin: .5em auto 1em;
}

.alignright {
    float: right;
    margin: .5em 0 1em 1em;
}

.alignleft {
    float: left;
    margin: .5em 1em 1em 0;
}

.wp-caption {
    padding: 5px 0;
    border: 1px solid #555;
    background: #444;
    text-align: center;
}

.wp-caption img {
    display: inline;
}

.wp-caption p.wp-caption-text {
    margin: 5px 0 0;
    padding: 0;
    text-align: center;
    font-size: 75%;
    font-weight: 100;
    font-style: italic;
    color: #ddd;
}

.wow {
    backface-visibility: hidden;
}
.scaleFadeIn {
    display: flex;
    width: 100%;
    overflow: hidden;
    animation-name: scaleFadeIn;
    animation-timing-function: cubic-bezier(.25, .46, .45, .94);
}

.post-modern {
    text-align: left;
}

.post-modern-media {
    position: relative;
    display: block;
}

.post-modern p, .post-modern .post-modern-title {
    padding-right: 40px;
}
* + .post-modern-title {
    margin-top: 25px;
}

.post-modern-title {
    color: #212121;
    font-weight: bold;
}

.post-modern p, .post-modern .post-modern-title {
    padding-right: 40px;
}


p + p {
    margin-top: 14px;
}

.row-xxl-70 > * {
    margin-bottom: 70px;
}

.fadeIn {
    animation-name: fadeIn;
}

.height-fill {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.height-fill .google-map-container {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
.google-map-container {
    width: 100%;
}

.height-fill .google-map {
    flex-grow: 1;
    flex-shrink: 0;
}
.google-map {
    height: 550px;
}

.marketing
{
    margin-bottom: 7em;
}

.footer {
    background-color: #212121;
    color: #a5a5a5;
    padding: 1em 10em;
}

.footer-advanced-layout {
    display: flex;
    align-items: center;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: space-between;
    position: relative;
}
.bg-gray-100 {
    background-color: #f7f7f7
}

.range {
    display: flex;
    flex-wrap: wrap
}
.cell-inner {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}
.range > [class*=cell] {
    position: relative;
    width: 100%;
    min-height: 1px
}
.range > [class*=cell] > .row {
    margin: 0
}
.range > [class*=cell].container {
    padding: 0
}
.range > [class*=col] {
    padding: 0
}

.pit {
    margin-bottom: 5em;
}

.pit-section {
    text-align: center;
    margin: 3em;
}

#aktualnosci {
    margin-top: 2em;
}

.aktualnosci-head {
    position: relative;
    line-height: 1.5em;
    font-weight: bold;
    margin-bottom: 3em;
    color: #ffffff;
    background-color: #b50f0f;
    padding: 0 1em;
}

.aktualnosci-footer {
    border-bottom: 8px solid #b50f0f;
    position: relative;
    line-height: 2em;
    font-weight: bold;
    margin-bottom: 3em;
    color: #0f0f0f;
}

.aktualnosci-footer {
    font-size: 0.9em;
    text-align: right;
}

/* [1] The container */
.img-hover-zoom {
    height: 270px; /* [1.1] Set it as per your need */
    overflow: hidden; /* [1.2] Hide the overflowing of child elements */
    text-align: center;
}

/* [2] Transition property for smooth transformation of images */
.img-hover-zoom img {
    transition: transform .5s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img {
    transform: scale(1.2);
}

.aktualnosci-main h2{
    margin:  1.5em 0;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    color: #0f0f0f;
}

.aktualnosci-list-bottom {
    margin-bottom: 4.5em;
}

.sl-overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000 !important;
    opacity: 0.85 !important;
    display: none;
    z-index: 100050;
}

.sl-next, .sl-prev, .sl-close, .sl-counter {
    color: #aa1111 !important;
}

.carousel-caption {
    background-color: rgba(10,10,10,0.6);
    width: 100%;
    right: 0;
    left: 0;
    padding: 0.2em 6em;

}

.carousel-caption h1 {
    font-size: 1.6em;
}

.carousel-caption p {
    font-size: 1em;
}

.carousel-control-prev, .carousel-control-next {
    z-index: 20;
    width: 7%;
}

@media (min-width: 576px) {
    .cell-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .cell-sm-6 .cell-inner {
        max-width: 270px
    }
    .range > [class*=cell-sm]:nth-child(odd) .cell-inner {
        margin-left: auto
    }
    .range.flex-sm-row-reverse > [class*=cell-sm]:nth-child(odd) .cell-inner {
        margin-left: 0
    }
    .range.flex-sm-row-reverse > [class*=cell-sm]:nth-child(even) .cell-inner {
        margin-left: auto
    }
    .range > [class*=cell-sm].container {
        margin: 0
    }



}
@media (min-width: 768px) {
    .range > [class*=cell-md]:nth-child(odd) .cell-inner {
        margin-left: auto
    }
    .range.flex-md-row-reverse > [class*=cell-md]:nth-child(odd) .cell-inner {
        margin-left: 0
    }
    .range.flex-md-row-reverse > [class*=cell-md]:nth-child(even) .cell-inner {
        margin-left: auto
    }
    .range > [class*=cell-md].container {
        margin: 0
    }

}

@media (min-width: 992px) {
    [class*=cell-lg] > .row > [class*=col] {
        flex-basis: 100%
    }
    .cell-lg-5 {
        flex: 0 0 calc(50% - 80px);
        max-width: calc(50% - 80px)
    }
    .cell-lg-5 .cell-inner {
        max-width: 400px
    }
    .cell-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .cell-lg-6 .cell-inner {
        max-width: 480px
    }
    .range > [class*=cell-lg]:nth-child(odd) .cell-inner {
        margin-left: auto
    }
    .range.flex-lg-row-reverse > [class*=cell-lg]:nth-child(odd) .cell-inner {
        margin-left: 0
    }
    .range.flex-lg-row-reverse > [class*=cell-lg]:nth-child(even) .cell-inner {
        margin-left: auto
    }
    .range > [class*=cell-lg].container {
        margin: 0
    }
}
@media (min-width: 1200px) {
    .range > [class*=cell-xl].container {
        margin: 0
    }
    .range > [class*=cell-xl]:nth-child(odd) .cell-inner {
        margin-left: auto
    }
    .range .cell-inner {
        flex-basis: 100%
    }
    .cell-xl-7 {
        flex: 0 0 calc(50% - -100px);
        max-width: calc(50% - -100px)
    }
    .cell-xl-7 .cell-inner {
        max-width: 700px
    }
    .cell-lg-6, .cell-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .cell-lg-6 .cell-inner, .cell-xl-6 .cell-inner {
        max-width: 600px
    }
    .cell-xl-5 {
        flex: 0 0 calc(50% - 100px);
        max-width: calc(50% - 100px)
    }
    .cell-xl-5 .cell-inner {
        max-width: 500px
    }
    .cell-xl-4 {
        flex: 0 0 calc(50% - 200px);
        max-width: calc(50% - 200px)
    }
    .cell-xl-4 .cell-inner {
        max-width: 400px
    }
}
@media (min-width: 1600px) {
    .cell-xxl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .cell-xxl-6 .cell-inner {
        max-width: 600px
    }
}


.layout-bordered {
    text-align: center
}
.layout-bordered-item {
    border: 0 solid #d3d5db
}
.layout-bordered-item-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 290px;
    padding: 0 15px;
    margin-left: auto;
    margin-right: auto
}
.layout-bordered-item-inner > * + * {
    margin-top: 10px
}
@media (max-width: 767.98px) {
    .layout-bordered-item {
        padding: 30px 0
    }
    .layout-bordered-item:first-child {
        padding-top: 0
    }
    .layout-bordered-item:last-child {
        padding-bottom: 0
    }
    .layout-bordered-item + .layout-bordered-item {
        border-top-width: 1px
    }

    .carousel-item {
        font-size: 1em;
    }

    .carousel-item h1{
        font-size: 1.8em;
    }

    .btn {

        font-size: 0.75em;
    }

    .footer {
        padding: 0.8em 0.8em;
        font-size: 0.6em;
    }

    .footer .container {
        padding: 0.5em;
    }

    .nav {
        font-size: 1.2em;
    }

    #single-article h3 {
        font-size: 1.2em;
    }

    .button {
        font-size: 0.75em;
        min-height: 30px !important;
        padding: 1em 1em;
        margin-bottom: 2em;
    }

    .carousel {
        margin-top: 3em;
    }

    .logo img {
        width: 80%;
    }

    .eu, .bip, .wcag{
        padding: 0.3em !important;
        text-align: center;
    }

    .a_normal, .a_plus, .contrast {
        display: none;
    }

    .aktualnosci-head {
        font-size: 1.2em;
    }

    .img-hover-zoom {
        height: unset;
    }

    .post-modern-title {
        margin-top: 0.7em;
    }

    .article-list {
        margin-bottom: 2em !important;
    }

}
@media (min-width: 768px) {
    .layout-bordered {
        display: flex
    }
    .layout-bordered-item {
        flex-grow: 1
    }
    .layout-bordered-item-inner > * + * {
        margin-top: 15px
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .layout-bordered-item {
        font-size: 15px
    }
}
@media (min-width: 768px) {
    .layout-bordered-item {
        flex-basis: 33.333%;
        border-right-width: 1px
    }
    .layout-bordered-item:first-child {
        border-left-width: 1px
    }

    .so-menu-left {
        margin-left: 10em;
    }

    .bip-left {
        margin-left: 5em;
    }


    .bd-placeholder-img-lg {
        font-size: 3.5em;
    }
}



/* pagination */
.pagination {
    display: inline list-item;
}

.pagination,
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-radius: 0;
}

.pagination > li > span,
.pagination > li > span:hover {
    color: #aa0e13;
    background-color: #fff;
}

.pagination > li > .current {
    color: #fff;
    background-color: #aa0e13;
    font-weight: bold;

}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #ec181f;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
}

.bar-list-margin {
    margin-bottom: 2em;
}

.article-list {
    margin-bottom: 4em;
}

.slider-text p {
    color: #ffffff;
}

.slider-text h1 {
    color: #ffffff;
}


body.high-contrast, body.high-contrast *, body.high-contrast *:focus {
    background-color: #000 !important;
    color: #FFFF00 !important;
    box-shadow: none;
    border-color: #FFFF00 !important;
    opacity: 1 !important;
    text-shadow: none;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}


body.high-contrast ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #FFFF00 !important;
}
body.high-contrast :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #FFFF00 !important;
    opacity:  1;
}
body.high-contrast ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #FFFF00 !important;
    opacity:  1;
}
body.high-contrast :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:   #FFFF00 !important;
}

body.high-contrast .aktualnosci-head {
    color: #000 !important;
    background-color: #FFFF00 !important;
}




body.high-contrast #myCarousel .carousel-indicators {
    display: none;
}

body.high-contrast .banner-icon-1 {
    width: 45px;
    background-position: -180px 45px;
}

body.high-contrast .banner-icon-2 {
    width: 45px;
    background-position: 135px 45px;
    margin: auto;
}

body.high-contrast .banner-icon-3 {
    width: 45px;
    background-position: 90px 45px;
    margin: auto;
}

body.high-contrast .banner-icon-4 {
    width: 45px;
    background-position: 45px 45px;
    margin: auto;
}

body.high-contrast .banner-icon-5 {
    width: 45px;
    background-position: -135px 45px;
    margin: auto;
}

body.high-contrast .banner-icon-6 {
    width: 45px;
    background-position: -90px 45px;
    margin: auto;
}

body.high-contrast .banner-icon-7 {
    width: 45px;
    background-position: -45px 45px;
    margin: auto;
}

body.high-contrast .banner-icon-8 {
    width: 45px;
    background-position: 0px 45px;
    margin: auto;
}

body.high-contrast .img-nocontrast {
    display: none;
}

body.high-contrast .img-contrast {
    display: inline;
}

body.high-contrast .banner:hover{
    background: transparent;
}



body.high-contrast .banner:hover .banner-content{
    color: #ffffff !important;
}
