/* - - - - - - - - - - - MENU GLOWNE - - - - - - - - - - - - - - - - */

.menu-btn {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 70px;
    cursor: pointer;
    transition: .1s ease-out;
    background: rgb(215, 179, 105);
    height: 40px;
    width: 40px;
}

.menu-btn .btn-line {
    display: block;
    width: 38px;
    height: 6px;
    margin: 5px 0 0 1px;
    background: #fff;
    transition: .1s ease-out;
}

.nav {
    position: relative;
    height: 58px;
}

.nav ul {
    list-style: none;
    height: 58px;
    padding-left: 0;
}

.nav ul li {
    position: relative;
    display: block;
    width: 11.11%;
    float: left;
    text-align: center;
    line-height: 16px;
    height: 58px;
}

.nav ul li a {
    position: absolute;
    color: #0e0b14;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.nav ul li a:hover {
    color: #0e0b14;
    text-decoration: underline;
}

.menu .col-md-10{
    padding-right: 0;
}

.menu_tekst {
    display: none;
}

/* - - - - - - - - - - - MENU BOCZNE - - - - - - - - - - - - - - - - */

.sub_menu-btn {
    display: none;
    position: fixed;
    z-index: 998;
    left: 0;
    top: 120px;
    cursor: pointer;
    transition: .1s ease-out;
    background: rgb(215, 179, 105);
    height: 40px;
    width: 40px;
}

.sub_menu-btn .sub_btn-line {
    display: block;
    width: 38px;
    height: 6px;
    margin: 5px 0 0 1px;
    background: #fff;
    transition: .1s ease-out;
}

.sub_menu {
    display: block;;
    width: 100%;
    padding: 12px 13px;
    background-color: #d7b369;
    border-left: 10px solid #0e0b14;
}

.sub_menu ul {
    list-style: none;
    padding: 0;
}

.sub_menu ul li {
    border-bottom: 1px solid #ffffff;
    padding: 5px 15px 5px 0;
    position: relative;
    height: auto;
}


.sub_menu ul li a.selected
{
    text-decoration: underline;
}

.sub_menu ul > li > ul
{
    padding-left:15px;
}

.sub_menu ul li::before {
    content: ">";
    font-size: 16px;
    font-weight: 700;
    position: absolute;
    top: 8px;
    left: 0;
}


.sub_menu ul li:last-child {
    border: none;
}

.sub_menu ul li a {
    display: block;
    color: #010440;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    width: calc(100% - 15px);
    margin-left: 15px;
}

.sub_menu ul li a:hover {
    color: #010440;
    cursor: pointer;
}

.submenu_tekst {
    display: none;
}

/* - - - - - - - - - - - MENU FOOTER - - - - - - - - - - - - - - - - */

.menu_footer {
    padding-left: 40px;
}

h4.menu_footer_title {
    color: #0e0b14;
    font-size: 14px;
    font-weight: 900;
    margin: 0;
}

.menu_footer_content {
    list-style: none;
    padding: 0;
}

.menu_footer_content li a {
    color: #0e0b14;
    font-size: 14px;
    font-weight: 400;
}

/* - - - - - - - - - - - CALENDAR - - - - - - - - - - - - - - - - */

.calendar {
    overflow-x: scroll;
    max-width: 253px;
    width: 100%;
    display: block;
    margin: auto;
}

.calendar .ui-widget-content {
    border: none;
    background: none;
    color: #0e0b14;
    width: 100%;
    padding: 0;
    margin: 0;
}

.calendar .ui-widget-header {
    border-radius: unset;
    border: none;
    background: none;
    font-weight: normal;
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
}

.ui-datepicker .ui-datepicker-header {
    padding: 0;
    width: 253px;
}

.calendar .ui-widget-header a {
    color: #fff;
}

.calendar .dp-highlight {
    background: red !important;
}

.calendar .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    color: #3d3d3d;
    border: 1px solid transparent;
    background: none;
    line-height: 38px;
}

.calendar .ui-datepicker-title {
    line-height: 40px !important;
    height: 40px;
    width: 100% !important;
    border: 1px solid rgba(0, 0, 0, 0);
    background-color: #e6e6e6;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    margin: 0 !important;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next{
    top: 13px !important;
}

.ui-datepicker .ui-datepicker-prev::after{
    font-family: "FontAwesome";
    font-weight: normal;
    content: '\f137';
    font-size: 14px;
    color: #000;
    margin-left: 5px;
}

.ui-datepicker .ui-datepicker-next::after{
    font-family: "FontAwesome";
    font-weight: normal;
    content: '\f138';
    font-size: 14px;
    color: #000;
    margin-left: 5px;
}

.calendar .ui-datepicker .ui-datepicker-prev.ui-state-hover,
.calendar .ui-datepicker .ui-datepicker-next.ui-state-hover {
    border: none;
    background: none;
    font-weight: normal;
    color: inherit;
    text-decoration: none;
}

/*.ui-widget-header {*/
/*    border: transparent !important;*/
/*    background: transparent url(https://cdn02js.sulimo.pl/js/jquery/ui/1.10.4/images/ui-icons_ffffff_256x240.png) 50% 50% repeat-x !important;*/
/*    color: #ffffff !important;*/
/*    font-weight: bold !important;*/
/*}*/

.calendar .ui-datepicker-calendar thead th {
    width: 36px;
    height: 36px;
    line-height: 35px;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid rgba(0, 0, 0, 0);
    background-color: #ebebeb;
    padding: 0;
}

.calendar .ui-datepicker td {
    padding: 0;
}

.calendar .ui-datepicker td span, .ui-datepicker td a {
    padding: 0;
    text-align: center;
    font-size: 15px;
}

.calendar .ui-datepicker a.ui-state-default,
.calendar td.ui-state-disabled {
    width: 36px;
    height: 36px;
    line-height: 30px;
    /*border: 1px solid rgba(0, 0, 0, 0);*/
    background-color: #f2f2f2;
    color: #000000;
    font-size: 13px;
    font-weight: 400;
    position: relative;
    text-align: center;
    border: 0.5px solid #fff;
}

.calendar .ui-datepicker-today a.ui-state-default::after {
    content: '';
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    height: 22px;
    width: 22px;
    padding: 1px;
    border: 1px solid #707070;
    border-radius: 50%;
}

.calendar .ui-datepicker td a:hover {
    background: #ccc8c8
}

.calendar .blackout a.ui-state-default,
.calendar .ui-datepicker td span,
.calendar .ui-datepicker td a:hover {
    background: rgba(79,79,79, 0.2);
    width: 100%;
    height: 100%;
}

.calendar .blackout a.ui-state-default {
    background: rgb(18, 48, 117);
    color: rgb(255, 255, 255);
    width: 100%;
    height: 100%;
}

.calendar .ui-datepicker td.blackout a:hover {
    background: #fa2b56 !important;
}

.calendar .ui-datepicker .ui-datepicker-prev,
.calendar .ui-datepicker .ui-datepicker-next {
    font-family: FontAwesome;
    cursor: pointer;
}

.calendar .ui-datepicker .ui-datepicker-prev:before {
    /*content: "\f104";*/
}

.calendar .ui-datepicker .ui-datepicker-next:before {
    /*content: "\f105";*/
}

.calendar .ui-datepicker .ui-datepicker-next:before,
.calendar .ui-datepicker .ui-datepicker-prev:before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    font-weight: 700;
}

.search_imp form input,
.search_imp #btnSearch {
    width: 100%;
    max-width: 255px;
    height: 40px;
    text-align: center;
    background-color: #f2f2f2;
    color: #000000;
    border: 1px solid #0e0b14;
    margin-bottom: 1px;
    display: block;
    display: block;
    margin: auto;
}

.search_imp #btnSearch {
    line-height: 40px;
    font-size: 16px;
}

/* - - - - - - - - - - - SITE MAP - - - - - - - - - - - - - - - - */

.site_map li a {
    color: #232121 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}
