@keyframes showAnimation
{
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    } 
}

:root {
    /* --body_bg:url("/layout/body.jpg"); */
}

@keyframes letterShow
{
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
        /*transform: translate3d(0, 20%, 0);*/
    } 
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

* {
    font-family: 'Montserrat', sans-serif;
    margin:0;
    padding:0;
}

table { border-collapse:collapse; border-spacing:0; margin:0; padding:0; }
img { margin:0; padding:0; vertical-align:middle; }

body {
    width: 100%;
    margin: 0 auto;
    /* background: var(--body_bg); */
    background:#212121;
}

.wrapper {
    width:100%;
    max-width:1920px;
    margin:0 auto;
}

.container {
    width:1440px;
    margin:0 auto;
    position:relative;
    background:#000;
}

.header {
    width:1440px;
    height:150px;
    background: #ffebb5;
    box-shadow:0 0 15px -5px black;
    position:relative;
    z-index:9999;
}

.header:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    border-top: solid 7px transparent;
    border-top-color: transparent;
    transition: all 0.3s;
    background: #FFD427;
}

.header_logo {
    height:150px;
    margin:0;
    background: #ffebb5;
}

.header_logo img {
    height:88%;
    margin:2%;
}

.header_menu {
    vertical-align: top;
    float:right;
}

.header_menu > nav > .mobileMenu {
    display:none !important;
}

.header_welcome {
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
    font-size:24px;
    line-height:32px;
    padding:0 20px;
    color:#000;
}

.header_welcome h1 {
    font-family: "Baskervville", serif;
    font-weight: 400;
    font-style: normal;
    color:#000;
}

.header_welcome p {
    color:#000;
}

.header > div {
    width:auto;
    display:inline-block;
    vertical-align: middle;
}

.content {
    width:94%;
    padding:2px 3%;
    margin:0;
    background:#000;
}

.menuPath {
    width:100%;
    margin:0 auto;
    padding:6px 0;
    background:#e1e1e1;
    color:black;
    font-size:11px;
    font-weight:normal;
    font-style:italic;
    z-index:999;
}

ul.menu {
    margin:0 auto;
    display:flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-direction: row;
}

ul.menu > li {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    font-size: 12px;
    height: 100%;
    margin:0;
    position:relative;
}

ul.menu > li > a {
    display:flex;
    justify-content: center;
    align-items: center;
    height:150px;
    padding:0 30px;
    color:#000;
    text-decoration:none;
    font-size:15px;
}

ul.menu > li.active > a {
    /* background: #E06C35; */
}

ul.menu > li.active > a:before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    border-top: solid 7px transparent;
    border-top-color: transparent;
    transition: all 0.3s;
    background: #E06C35;
}

ul.menu > li > a:hover {
    text-decoration:none;
    background: #E06C35;
}

ul.menu > li > ul.submenu {
    background:#000;
    border:1px solid white;
    position:absolute;
    top:30px;
    left:0;
    z-index:9999;
    opacity: .0;
    transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
}

ul.menu > li:hover > ul.submenu {
    opacity: 1;
}

ul.menu > li > ul.submenu li {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    font-size: 12px;
    height: 100%;
    margin:0;
    list-style: none;
}

ul.menu > li > ul.submenu li > a {
    color:white;
    text-decoration:none;
}

ul.menu > li > ul.submenu li > a:hover {
    text-decoration:none;
    background:red;
}

ul.footer_menu {
    width:100%;
    margin:0 auto;
    /* display:flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-direction: row;
    position:relative;
    */
}

ul.footer_menu > li {
    /* display: flex; */
    justify-content: left;
    /* align-items: center; */
    flex-wrap: nowrap;
    flex-direction: row;
    font-size: 12px;
    height: 100%;
    list-style-type: none;
}

ul.footer_menu > li > a {
    color:white;
    text-decoration:none;
}

ul.footer_menu > li > a:hover {
    text-decoration:none;
    color:red;
}

ul.footer_menu > li > ul.submenu {
    background:#000;
    border:1px solid white;
    position:fixed;
    padding:10px;
    top:50px;
    display:none;
}

ul.footer_menu > li:hover > ul.submenu {
    display: block;
}

ul.footer_menu > li > ul.submenu li {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    font-size: 12px;
    height: 100%;
}

ul.footer_menu > li > ul.submenu li > a {
    color:white;
    text-decoration:none;
}

ul.footer_menu > li > ul.submenu li > a:hover {
    text-decoration:none;
}

.content p {
    /* all: unset; */
}

a { text-decoration:none; color:#4072c4; cursor:pointer; }
a:hover, a:active { text-decoration:underline; color:#0055df; }
a.tooltip { position:relative; cursor:pointer; }
a.tooltip span { width:auto; min-width:150px; left:30px; padding:10px; font-weight:normal; text-align:center; color:black; border:1px solid black; border-radius:5px; display:none;  }
a.tooltip:hover span { display:block; position:absolute; background: black; color: white; -moz-opacity : 0.85; opacity : .85; filter : alpha(opacity=85); font-size:12px; line-height : 15px; font-weight:normal; text-align:left; z-index:9999; }

.globalLoader {
    width:100%;
    height:100%;
    top:0;
    left:0;
    position: fixed;
    display:none;
}

.loaderBackground {
    width:100%;
    height:100%;
    top:0;
    left:0;
    position: absolute;
    background:black;
    opacity:0.80;
}

.loaderBox {
    width:100%;
    left:0;
    top:45%;
    position:absolute;
    text-align:center;
}

.loaderAnimate {
    border: 16px solid white;
    border-top: 16px solid #3498db; /* Blue */
    border-bottom: 16px solid #ff8a00; /* Blue */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    margin:0 auto;
    animation: spin 2s linear infinite;	  
}

.loaderMessage {
    width:100%;
    top:60%;
    left:0;
    margin:15px 0;
    text-align:center;
    font-size:18px;
    color:white;
    font-weight:bold;
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-bottom: 16px solid #ff8a00; /* Blue */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    margin:0 auto;
    animation: spin 2s linear infinite;
}

.globalConfirm {
    width:100%;
    height:100%;
    top:0;
    left:0;
    position: fixed;
    display:none;
}

.confirmLink {
    font-size:15px;
    display:inline-block;
    color:white;
    cursor:pointer;
} 

.confirmLink a {
    padding:5px;
    margin:5px;
    border:1px solid white;
    color:white;
}

.confirmLink a:hover {
    color:black;
    background:orange;
    text-decoration:none;
}

#debugBox { position:fixed; top:10px; left:10px; font-size:14px; color:yellow; background:black; z-index:99999; }

.button {
    color:white !important;
    background:#2c4979 !important;
    font-weight:bold;
    cursor:pointer;
    border:none;
    padding:10px;
}

.button:hover {
    background:#4b70ac !important;
}

.link_button {
    min-width:100px;
    margin:3px;
    padding:10px;
    color:white !important;
    background:#354955 !important;
    font-size:14px;
    font-weight:normal;
    text-align:center;
    cursor:pointer;
    display:inline-block;
    border:1px solid black;
}

.link_button:hover {
    background:linear-gradient(to bottom, #ee8300, #cc7004 100%) !important;
    text-decoration:none;
    border:1px solid black;
}

.system_message {
    width:80%;
    padding:20px;
    margin:40px auto;
    border:1px solid silver;
    font-size:13px;
    background:white;
    box-shadow:0 1px 20px -10px black;
}

.system_message input {
    width:50px;
    padding:3px;
    margin:3px;
    text-align:center;
    font-weight:bold;
    border-radius:4px;
    border:1px solid gray;
}

.system_message p {
    margin:4px 0;	
}

.system_message_error {
    border:1px solid red;
    color:red;
}

.mobileHead { display:none; }

/* aktualności */
.newsBox {
    width:45%;
    margin:10px;
    display:inline-block;
    font-size:16px;
    overflow:hidden;
}

.newsBox .newsBoxImage {
    width:100%;
    max-height:150px;
    overflow:hidden;
}

.newsBox .newsBoxImage img {
    width:100%;
}

.newsBox .newsHeader {
    width:100%;
    white-space:nowrap;
    overflow:hidden;
}

.newsBox .newsBoxDate {
    width:30%;
    padding:8px 1%;
    display:inline-block;
    font-weight:bold;
}

.newsBox .newsBoxTitle {
    width:64%;
    padding:8px 2%;
    display:inline-block;
    font-weight:bold;
}

.newsBox .newsBoxAbout {
    width:96%;
    height:140px;
    padding:4px 2%;
    background:#f3f3f3;
    font-size:13px;
    text-align:left;
}

.header_img {
    height:300px;
    overflow:hidden;
}

h1 {
    text-align:left;
    font-size:30px;
    color:#282b34;
    display:inline-block;
    vertical-align:middle;
    font-weight:bold;
    font-family: "Lato", sans-serif;
    padding:10px 0;
    color:#fff;
}

h2 {
    margin:0 0 5px 0;
    font-size:28px;
    text-align:left;
    white-space:normal;
    font-family: "Lato", sans-serif;
    color:#fff;
}

p {
    line-height:25px;
    white-space:normal !important;
    margin-bottom:10px;
    color:#fff;
}

li {
    font-size:20px;
    margin-left:18px;
    line-height:30px;
    white-space:normal;
    list-style-image: url("/core/layout/li.png");
    list-style-position: inside;
    letter-spacing:2.5px;
    color:#fff;
}

.gallery {
    display:flex;
    justify-content: stretch;
    align-items: stretch;
    flex-wrap: wrap;
    width:100%;
    gap:10px;
}

.galleryImage {
    width:150px;
    height:150px;
    overflow:hidden;
    flex: 1 0 calc(22.00% - 10px);
    padding:10px;
    box-sizing: border-box;
}

.galleryImage img {
    width:100%;
}

.footNote {
    font-size:11px;
}

.footMessage {
    font-size:12px;
    font-weight:bold;
}

.footerMenu {
    background: #DCDCE2;
    text-align:left;
    padding:20px 0;
    color:white;
}

.footerMenu p {
    color:black;
}

.footer {
    width:100%; 
    max-width:1920px; 
    padding:20px 0; 
    margin:0 auto; 
    color:white; 
    font-size:12px; 
    background: #DCDCE2;
    text-align:center;
    position:relative;
    top:-20px;
}

.footer p {
    font-size:14px;
    color:black;
}

.footer a { 
    color:black;
}

@media all and (max-width:1400px)
{
    .wrapper {
        max-width:100%;
    }

    .container {
        width:100%;
    }

    .header {
        width:100%;
    }

    .header_menu {
        float:inherit;
    }

    .menuPath {
        width:96%;
        padding:2px 2%;
    }

    .menuPath div {
        width:100% !important;
    }

    .mobilemenu {
        display:block !important;
        background:#2c4979;
        padding:15px 0;
        text-align:center;
        color:white !important;
    }
    
    .mobilemenu a, .mobilemenu a:hover {
  			color:white !important;
    		text-decoration:none !important;
    }
    
    h1 {
        font-size:22px;
    }

    h2 {
        font-size:16px;
        height:20px;
    }

    p {
        font-size:18px;
        line-height:28px;
        padding:2%;
    }

    li {
        font-size:12px;
    }

    .main_banner {	width:100% !important; }

    .forms .sparta {
        width:45%;
    }

    .forms select {
        width:auto;
    }

    .contentBlock {
        width:100%;
    }

    .contentBlockArea {
        white-space:normal;
    }

    .contentBlockSingle {
        width:96% !important;
        padding:2% !important;
        display:block;		
    }   

    th {
        white-space:nowrap;
    }

    .t_block {
        overflow:hidden;
    }

    .t_block p img {
        max-width:100%;
        width:auto;
        height:unset;
    }

    .t_block_content {
        width:100%;
    }

    .t_block table {
        width:100% !important;
    }

    .t_block td {
        width:95% !important;
        height:auto !important;
        display:block;
        margin:0 auto;
        font-size:10px !important;
    }

    .t_block_image {
        background-repeat:no-repeat !important;
    }

    #debugBox {
        display:none;
    }
}

.dataTables_filter {
    margin: 10px 0;
}

@media all and (max-width:1440px)
{
    .header {
        width:100%;
    }
}

@media all and (max-width:1100px)
{
    .header_logo {
        display:none !important;
    }
}

@media all and (max-width:800px)
{
    .header_welcome {
        width:245px !important;
        font-size:16px;
    }

    .header_logo img {
        /* display:none; */
    }

    .header > div {
        display:block;
    }

    h2 {
        float:none;
        width:auto;
    }

    h2::before {
        display:none;
    }

    .main_banner {
        display:none;
    }

    .mainBox { 
        width:90%;
        margin:5px auto;
        display:block;
    }
    
    .mainBox img {
        width:100%;
    }

    .header_menu {

    }

    .header_menu > nav > ul.menu {
        display:none;
    }

    .header_menu > nav > .mobileMenu {
        display:block !important;
    }

    .header_menu > nav > .mobileMenu a {
        width:98%;
        display:block;
        padding:1%;
        text-align: center;
        text-decoration: none;
        color:#000;
    }

    .header_menu > nav > .mobileMenu a:hover {
        background: #fff1eb;
        text-decoration: none;
    }

    nav {
        position:absolute;
        z-index:99999;
        width:100%;
    }

    ul.menu {
        display:block;
    }

    ul.menu > li {
        height:auto;
        display:block;


    }

    ul.menu > li > a {
        height:auto;
        display:block;
        background:#000;
        color:#fff;
    }

    ul.menu > li.active > a {
        background:#E06C35;
    }

    ul.menu > li.active > a::before {
        display:none;
    }

    .forms .sparta {
        width:90%;
        margin:0 auto;
        display:block;
    }

    .forms .headInfoSelector {
        font-size:11px;
    }

    .forms .button {
        width:80% !important;
        margin:0 auto;
    }

    .newsBox {
        width:90%;
        margin:0 auto;
        display:block;
    }

    .gallery {
        justify-content: center;
    }

    .galleryImage {
        flex:none;
        height:90px;
    }

    .footer_menu .menubox {
        height:25px;
        padding:0;
        margin:0 auto;
        overflow:hidden;
    }

    .footer_menu h4 {
        margin:0;
        display:inline-block;
    }

    .footer_menu h4.expander {
        display:inline-block;
    }

    .newsletterRules {
        width:93%;
        height:auto;
        padding:3%;
        border:2px solid black;
        position:fixed;
        left:auto;
        margin-left:auto;
        top:auto;
        bottom:0;
    }

    .order_sender_address, .order_recipient_address {
        width:99%;
        margin:0 auto;
        display:block;
    }

}

@media all and (max-width:500px) {
    .header_logo {
        display:none !important;
    }
}
