@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700|Poppins:300,400,500,700&subset=latin-ext');

@media print 
    {
        .noPrint, header, .titleOnCover, footer, .sub-content-container > .row > .col-lg-3 {display:none !important;}
        .adminBtn{display:none !important;}
        .sub-content {padding:0px !important; background:none !important;}
        .sub-content-container > .row > .col-lg-9 {width:100% !important;float:none !important;}
        .sub-content-container > .row, .oddelki {display:block !important; -webkit-flex-wrap: initial;-ms-flex-wrap: initial;flex-wrap:initial;}

    }

html, body, form {height: 100%;width: 100%;padding: 0;margin: 0}
body{font-family: 'Open Sans', sans-serif;font-size:15px; color:#555;}

/* common begin */

.link{cursor:pointer}
.fl {float:left}
.fr {float:right}
.oh {overflow:hidden}
.db {display:block}
.dib {display:inline-block}
.dt {display:table}
.dtr {display:table-row}
.dtc {display:table-cell}
.vat {vertical-align:top}
.w100{width:100%}
.sp30{height:30px}
.center{margin:0px auto;}
.pr {position:relative;}
.tar {text-align:right;}
.tac {text-align:center;}

a, a:active, a:hover, a:focus{text-decoration:none;}
h1, h2, h3, h4, h5{font-family:'Poppins', sans-serif; font-weight:700;padding:0;margin:0;}
h1 {font-size:25px}
h2 {font-size:22px}
h3 {font-size:20px}
h4 {font-size:18px}
h5 {font-size:15px}

strong, b{font-weight:700}
hr {border-top-color:#d4d4d4;}

/* common end */

/* transitions */

a:not(.btn):not(.lb-prev):not(.lb-next), .dropdown-menu > li > a:after, .nav-justified > li > a:after, .navbar-toggle, .navbar-toggle .icon-bar, .sub-content-container a:not(.btn):before, .cPanel a i, .calendar > .row > div > div {-webkit-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}
.btn {-webkit-transition: color .3s ease-in-out; -o-transition: color .3s ease-in-out; transition: color .3s ease-in-out;}
.btn:before {-webkit-transition: transform .2s ease-in-out; -o-transition: transform .2s ease-in-out; transition: transform .2s ease-in-out;}

/* transform */

.btn {-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);}
.btn:before /*, .sub-content-container a:not(.btn):before*/ {-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0 50%;transform-origin:0 50%;}
.btn:hover:before /*, .sub-content-container a:not(.btn):hover:before*/ {-webkit-transform: scaleX(1);transform: scaleX(1);}

/* opacity */

.opacity3 {-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";filter: alpha(opacity=30);-moz-opacity: 0.3;-khtml-opacity: 0.3;opacity: 0.3;}
.opacity5 {-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";filter: alpha(opacity=50);-moz-opacity: 0.5;-khtml-opacity: 0.5;opacity: 0.5;}

/* radius */

.nav-justified>.dropdown .dropdown-menu, .navbar-toggle, .btn {border-radius:0px;-moz-border-radius:0px;-webkit-border-radius:0px;}
.cPanel i {-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;}
.calendar > .row > div > div {border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;}

/* shadow */

.nav-justified>.dropdown .dropdown-menu {-webkit-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.25); -moz-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.25); box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.25);}
.btn {-webkit-box-shadow: 4px 4px 18px 0px rgba(0,0,0,0.25);-moz-box-shadow: 4px 4px 18px 0px rgba(0,0,0,0.25);box-shadow: 4px 4px 18px 0px rgba(0,0,0,0.25);}

/* header */

header {background-color:#2D9CDB; height:64px; font-family:'Poppins', sans-serif;}
header > .container {height:inherit;}
header .logo {height:inherit;z-index:1;}
header .logo a {background-color:#fff; display:block; width:inherit;position:absolute; left:0; top:0;}
header .logo a img {display:block; margin:0px auto; margin-top:16px;}
header > .container > .menu-container {height:inherit;}
header > .container > .fr {height:inherit; background-color:#F2624E;}

header .contact {height:inherit;}
header .contact a {color:#fff;font-size:16px;font-weight:700;display:block;height:inherit;line-height:64px;}
header .contact a:first-child {float:left;}
header .contact a:last-child {background-color:#DB5644; float:right;text-align:center;}
header .contact a:last-child:hover {background-color:#27AE60;}
header .contact i {vertical-align:middle;}
header .contact i.fa-user {font-size:20px;margin-right:5px !important; margin-bottom:3px;}
header .contact a.user {margin-left:15px !important;}

.titleOnCover > div {position:absolute;left:50%;}
.titleOnCover > div:not(.workingHours) {bottom:0;}
.titleOnCover > div:not(.workingHours) > span {display:inline-block;font-weight:700;}
.titleOnCover > div.workingHours {top:0;}
.titleOnCover > div.workingHours > div {float:right; color:#2F80ED;}
.titleOnCover > div.workingHours > div > div:first-child {background-color:#FFD742;}
.titleOnCover > div.workingHours > div > div:first-child i {vertical-align:middle;margin-right:10px;margin-bottom:5px;}
.titleOnCover > div.workingHours > div > div:last-child {background-color:rgba(255,215,66,0.85);font-size:14px;}
.titleOnCover > div.workingHours > div > div:last-child ul {margin-bottom:0;}
.titleOnCover > div.workingHours .btn {padding:9px 17px;letter-spacing:normal;}
.titleOnCover > div.workingHours .btn i {margin-left:5px;font-size:10px;font-weight:normal;vertical-align:middle; margin-bottom:4px;}

.titleOnCover + .container:not(.sub-content-container) {padding-top:40px; padding-bottom:40px;}
.titleOnCover + .sub-content-container, #map_canvas + .sub-content-container {padding-top:80px; padding-bottom:80px;}

.no-cover {height:109px;background-color:#1E8BC9;margin:0;padding:0;background-image:url(../db/ledina/image/podstrani/privzeti_banner.jpg);background-repeat:no-repeat;background-position:center top;background-size:cover;}

/* top menu */

.navbar {min-height:1px; margin:0; border:none; height:inherit;}
.nav-justified, .nav-justified > li, .nav-justified > li > a {margin:0;padding:0;}
.nav-justified > li > a {padding:0; color:#fff; text-transform:uppercase;}
.nav-justified > li:hover, .nav-justified > li > a:hover, .dropdown-menu > li > a:hover, .nav .open>a, .nav .open>a:focus, .nav .open>a:hover, .nav>li>a:focus, .dropdown-menu>li>a:focus {background-color:#1E8BC9;}
.dropdown-toggle:focus {outline:auto;}

.dropdown-menu {margin:0;padding:0;background-color:#2D9CDB;border:none;}
.dropdown-menu > li:not(:last-child) {border-bottom:1px solid #1E8BC9;}
.dropdown-menu > li.active:not(:last-child) {border-bottom-color:#2D9CDB;}
.dropdown-menu > li > a {font-size:15px;}
.dropdown-menu > li > a, .dropdown-menu > li > a:hover, .dropdown-menu>li>a:focus {color:#fff;}

.navbar-toggle {padding:0;background-color:#2D9CDB;}
.navbar-toggle .icon-bar{background-color:#fff;}

.nav-justified > li.sign-out {display:none;}
.nav-justified > li.sign-out > a {background-color:#F2624E;}
.nav-justified > li.sign-out > a:hover {background-color:#DB5644;}

/* sub content */

.sub-content-container > .row, .sub-content-container > .row > [class*='col-'], .calendar > .row, .calendar > .row > div, .oddelki {display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex;}
.sub-content-container > .row, .calendar > .row, .oddelki  {-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;}
.sub-content-container > .row > [class*='col-'], .calendar > .row > div {-webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;}
.sub-content {background-color:#f5f5f5;min-height:100%;padding:55px;}

.sub-content-container.blue a, .sub-content-container.blue h1, .sub-content-container.blue h2, .sub-content-container.blue h3, .sub-content-container.blue h4, .sub-content-container.blue h5 {color:#2D9CDB;}
.sub-content-container.blue a:hover {color:#1E8BC9;}
.sub-content-container.green a, .sub-content-container.green h1, .sub-content-container.green h2, .sub-content-container.green h3, .sub-content-container.green h4, .sub-content-container.green h5 {color:#27AE60;}
.sub-content-container.green a:hover {color:#219250;}
.sub-content-container.red a, .sub-content-container.red h1, .sub-content-container.red h2, .sub-content-container.red h3, .sub-content-container.red h4, .sub-content-container.red h5 {color:#F2624E;}
.sub-content-container.red a:hover {color:#db5644;}
.sub-content-container.yellow a, .sub-content-container.yellow h1, .sub-content-container.yellow h2, .sub-content-container.yellow h3, .sub-content-container.yellow h4, .sub-content-container.yellow h5 {color:#FFD742;}
.sub-content-container.yellow a:hover {color:#e4c03a;}
.sub-content-container h1 {margin-bottom:30px;}
.sub-content-container h2, .sub-content-container h3, .sub-content-container h4, .sub-content-container h5 {margin-bottom:15px;}

/*
.sub-content-container a:not(.btn) {position:relative;}
.sub-content-container a:not(.btn):before {content:"";position:absolute;width:100%;height:1px;bottom:0;left:0;visibility: hidden;z-index:1;}
.sub-content-container a:not(.btn):hover:before {visibility: visible;}
*/
.sub-content-container a:not(.btn):hover {text-decoration:underline;}
.sub-content ul, .sub-content ol {margin:0;padding-left:20px;}
.sub-content ul li, .sub-content ol li {margin-bottom:5px;}

.content-spacer {content:'';font-size:0px;text-indent:-9999px;}
ul.jedilnik-opombe {border-top:1px solid #d4d4d4; padding-top:10px;}
ul.jedilnik-opombe li {font-size:12px;}

.oddelki > div {vertical-align:baseline;}
.oddelki > div:nth-child(odd) {padding-left:0;}
.oddelki > div:nth-child(even) {padding-right:0;}
.oddelki h4 {display:block;}


/* left menu */ 

.lMenu {background-color:#f5f5f5;}
.lMenu ul {list-style:none;padding:0;margin:0;}
.lMenu li {border-top:1px solid #e5e5e5;margin:0;padding:0px;}
.lMenu > ul > li > ul > li:first-child {border:none;}
.lMenu > ul > li {border:none;}
.lMenu a {font-family:'Poppins', sans-serif; font-size:15px; color:#333 !important;padding:20px 40px 20px 30px;display:block;position:relative;} 
.lMenu a:after{font-family:"FontAwesome"; content:"\f105"; font-size:15px; position:absolute; right:20px;top:50%;margin-top:-10px;}
.lMenu a:hover {text-decoration:none !important;}
.lMenu > ul > li > a, .lMenu > ul > li > a:after {display:none;}
.lMenu > ul > li > ul > li > ul > li a {padding:10px 40px 10px 30px;}

/* forms */

.btn {font-family:'Poppins', sans-serif;vertical-align: middle;position: relative;font-size:16px;font-weight:700;padding:12px 23px;letter-spacing:0.1em;}
.btn:before {content:"";position:absolute;z-index:-1;top:-1px;left:-1px;right:-1px;bottom:-1px;}
.btn.white {background-color:#fff; color:#F2624E;}
.btn.white:hover {color:#1E8BC9;}

/* boxes */

.box {padding-top:40px;padding-bottom:40px;}
.box .text {font-size:16px;font-weight:300;line-height:1.5em;letter-spacing:0.05em;}
.box .btn {min-width:170px;}
.box .text h2 {margin:0px 0px 15px 0px;padding:0;}


/* map */

#map_canvas {width:100%; height:370px;}

/* news */

.news-mp-container {padding-top:80px;padding-bottom:40px;}
.news-mp-container, .news-mp-container > a {display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex;}
.news-mp-container {-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;}
.news-mp-container > a {-webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;margin-bottom:30px;}
.news-mp-container > a > span {background-color:#F2624E;height:100%;}
.news-mp-container > a > span > span:not(.btn) {display:block;color:#fff;font-size:16px;}
.news-mp-container > a > span > span:first-child {background-color:#db5644;}
.news-mp-container > a > span > span:nth-child(2) {padding-top:10px;padding-bottom:10px;}
.news-mp-container > a > span > span:nth-child(2),.news-mp-container > a > span:nth-child(3){font-family:'Poppins', sans-serif;}
.news-mp-container > a > span > span:nth-child(2), .news-mp-container > a > span:nth-child(4) {letter-spacing:0.05em;font-weight:300;}
.news-mp-container > a > span > span:nth-child(3) {font-weight:700;padding-bottom:10px;line-height:1.25em;}
.news-mp-container > a > span > .btn {position:absolute; z-index:1;}
.news-mp-container > a > span:before, .news-mp-container > a > span:after {content:'';display:block;background-repeat:no-repeat;background-size:contain;background-position:center;position:absolute;}
.news-mp-container > a > span:before {background-image:url(../images/pin.png);left:50%;margin-left:-10px;}
.news-mp-container > a > span:after {background-image:url(../images/curl.png);right:15px;bottom:0;background-repeat:no-repeat;background-position:right bottom;background-size:cover;}

.news-navig {padding-top:10px; padding-bottom:10px;}

.news-ml-content .col-md-2 > a {display:block;}
.news-ml-content .col-md-2 > a.no-img {padding:10px;}
.news-ml-content .hidden-md {padding-bottom:10px;font-size:12px;}

.news-det-gallery .col-md-3 {margin-bottom:30px;}
.news-det-gallery .col-md-3 > a {display:block;position:relative;padding-bottom:56.25%;height:0;overflow: hidden;}
.news-det-gallery .col-md-3 > a > span{position: absolute;top:0;left:0;width:100%;height:100%;background-repeat:no-repeat;background-size:cover;background-position:center;text-indent:-9999px;display:block;}
.news-det-gallery .col-md-3 > a:before {height:5px;}

.news-det-files i {color:#333; margin-right:5px;}
.news-det-files > div:first-child {padding-bottom:10px;}

/* form */

.form label {font-weight:400;}
.form textarea {resize:none;}

/* login */

.login {margin:0px auto;}
.login a {display:block;}
.login .input-group-addon i {font-size:16px;}

/* cPanel */

.cPanel {padding-top:20px;}
.cPanel a > i {background-color:#2D9CDB;color:#fff;margin-bottom:15px;}
.cPanel > div {text-align:center; margin-bottom:60px; line-height:24px;}
.cPanel a:hover {text-decoration:none !important;}
.cPanel a:hover > i {background-color:#1E8BC9;text-decoration:none;}
.cPanel > div:last-child a > i {background-color:#F2624E;}
.cPanel > div:last-child a:hover > i {background-color:#DB5644;}

/* calendar */

.cal-navig {margin-bottom:15px;}
.cal-navig, .cal-navig .filter {display:flex;align-items:center;flex-wrap:wrap;}
.cal-navig label {font-weight:normal;margin-bottom:0;margin-left:4px;font-size:13px;}
.cal-navig .filter > div {margin-right:15px;}
.cal-navig .filter input {margin-top:0;}
.cal-navig .grow {flex-grow:1;margin-right:8px;}
.cal-navig strong {color:#000;}
.cal-navig .green {color:#27AE60;font-size:14px;}
.cal-navig a:hover, .cal-navig a:focus {text-decoration:none !important;}
.cal-navig .green i {font-size:16px;}
.cal-navig h1 {margin-bottom:0;}
.cal-navig .dropdown-toggle {border:none;background:none;}
.cal-navig .dropdown-menu {background-color:#fff;padding-left:0;}
.cal-navig .dropdown-menu > li:not(:last-child) {border-bottom:none;}
.cal-navig .dropdown-menu > li {margin-bottom:0;}
.cal-navig .dropdown-menu > li > a {padding:5px 10px;font-size:14px;}
.cal-navig .dropdown-menu > li > a:after {right:10px;}
.cal-navig .dropdown-menu > li > a:hover {color:#fff;}

.calendar > .row {margin:0;font-size:12px;}
.calendar > .row > div:first-child {border-left:1px solid #e0e0e0;}
.calendar > .row:first-child > div {background-color:#2D9CDB; color:#fff; padding:5px;}
.calendar > .row > div {position: relative; float:left; border-right:1px solid #e0e0e0; border-top:1px solid #e0e0e0;width:14.2%;}
.calendar > .row:not(:first-child) > div {padding:5px;}
.calendar .holiday:after {font-family:"FontAwesome"; content:"\f015"; font-size:15px; position:absolute; right:5px;top:2px;}
.calendar .dayOff {background-color:rgba(219, 86, 68, 0.1); color:#DB5644;}
.calendar .today {color:#000; background-color:rgba(255,215,66,0.3);}
.calendar > .row > div > span:first-child {display:block;}
.calendar > .row > div > span:nth-child(2) {display:none;}
.calendar > .row > div > div {background-color:#27AE60; padding:2px 5px; margin-top:2px; cursor:pointer;}
.calendar > .row > div > div:hover {background-color:#219250;}
.calendar > .row > div > div.specialEvent {background-color:#fada5f;}
.calendar > .row > div > div.specialEvent:hover {background-color:#e9cc5c;}
.calendar > .row > div > div.specialEvent.sick {background-color:#F2624E;}
.calendar > .row > div > div.specialEvent.sick:hover {background-color:#DB5644;}
.calendar > .row > div > div.scheduleEvent {background-color:#2D9CDB;}
.calendar > .row > div > div.scheduleEvent:hover {background-color:#1E8BC9;}


.calendar > .row > div > div > div {white-space:nowrap; overflow:hidden; color:#fff;}
.calendar > .row > div > div.specialEvent:not(.sick) > div {color: #000;}

.schedule .row {--bs-gutter-x:15px;--bs-gutter-y:15px;display: flex;flex-wrap: wrap;margin-top: calc(-1 * var(--bs-gutter-y));margin-right: calc(-.5 * var(--bs-gutter-x));margin-left: calc(-.5 * var(--bs-gutter-x));}
.schedule .row > .col{flex:0 0 auto;max-width: 100%;padding-right: calc(var(--bs-gutter-x) * .5);padding-left: calc(var(--bs-gutter-x) * .5);margin-top: var(--bs-gutter-y);}
.schedule .row > .col > .inner {height:100%;border:1px solid #e0e0e0;}
.schedule .row > .col > .inner.notes {display:flex;flex-direction:column;}
.schedule .row > .col > .inner.notes .input-row {flex-grow:1;}
.schedule .row > .col > .inner.notes .input-row textarea {width:100%;border:none;padding:15px;min-height:140px;font-size:14px;}
.schedule .row > .col > .inner.notes .input-row textarea:focus, .schedule .row > .col > .inner.notes .input-row textarea:focus-visible {outline:none;}
.container.blue .schedule h3 {background-color:#1E8BC9;color:#fff;font-weight:normal;font-size:16px;margin:0;padding:10px 15px;}
.container.blue .schedule h3.active {background-color:#27AE60;}
.schedule .row > .col .input-row {display:flex;}
.schedule .row > .col .input-row > input {flex-grow:1;border-top:none;border-left:none;border-right:none;border-bottom:1px solid #e0e0e0;font-size:14px;}
.schedule .row > .col .input-row > input[readonly] {padding-left:10px;padding-right:10px;pointer-events:none;}
.schedule .row > .col .input-row:last-child > input {border-bottom-color:transparent;}
.schedule .row > .col .input-row > input:focus, .schedule .row > .col .input-row > input:focus-visible {outline:none;border-bottom-color:#000;}
.schedule .row > .col .input-row > select {border:none;outline:none;appearance:none;padding-left:4px;padding-right:4px;font-size:16px;}

.schedule .top {display:flex;align-items:end;flex-wrap:wrap;}

.schedule .dates {margin-bottom:20px;flex-grow:1;}
.schedule .dates:not(.readonly) {display:flex;align-items:center;flex-direction:row;}
.schedule .dates .input-group {max-width:300px;}
.schedule .dates > div:first-child {margin-right:15px;}
.schedule .dates h2 {margin-bottom:0;}
.schedule .dates h2 strong {color:#166694;}
.schedule .dates .meta {margin-top:5px;font-size:13px;}
.schedule .history {font-size:13px;margin-bottom:20px;}

#schedule-content:empty + .schedule-legend {display:none;}
.schedule-legend {margin-top:20px;font-size:14px;margin-left:13px;}
.schedule-legend ul {display:flex;padding:0;margin:0;flex-wrap:wrap;}
.schedule-legend ul li {display:block;white-space:nowrap;}
.schedule-legend ul li:not(:first-child) {padding-left:14px;position:relative;}
.schedule-legend ul li:not(:first-child)::before {display:block;position:absolute;width:6px;height:6px;content:"";background-color:#555;left:0;top:50%;margin-top:-3px;border-radius:3px;}
.schedule-legend ul > li:not(:last-child) {margin-right:8px;}

.modal .btn {padding:6px 10px; font-size:14px;}
.modal .duration {padding:10px 0px;}
.modal .duration .date, .modal .duration .time {padding:0px 5px;}
.modal .duration > div:not(.date):not(.time) {padding-top:7px;}
.modal .duration .date input {width:100px;}
.modal .duration .time input {width:75px;}
.modal textarea {resize:none;}
.modal .details {font-size:12px; padding:13px 15px 0px 15px; margin:10px -15px 0px -15px; border-top:1px solid #e5e5e5;}
.modal .details:empty {display:none;}

.ui-datepicker {z-index:1050!important;}

/* DailyMeals */

.daily-meals {margin-bottom:30px;}
.daily-meals h3 {margin-top:-10px;margin-bottom:30px;}
.daily-meals h4 {margin-bottom:0;}
.daily-meals tr.missing-data>td:first-child, .daily-meals tr.missing-data>td:first-child a {color:#ff0000;}
.daily-meals th:not(.text-left), .daily-meals td:not(.text-left) {text-align:center;}
.daily-meals tr > *:not(:first-child) {width:105px;min-width:80px;}
.daily-meals td a {text-decoration:underline;display:block;padding:8px;}
.daily-meals td p {margin:0;padding:8px;}
.daily-meals td a:hover {text-decoration:none !important;}
.daily-meals .p-0 {padding:0;}

/* DMS */
.DMS {margin-bottom:30px;}
.DMS .folder {margin-bottom:40px;}
.DMS .file {margin-bottom:8px;}
.DMS .btnArchive{margin-bottom:15px;display:inline-block;}
.DMS .well > .file {margin-bottom:15px;}
.DMS .well > .file:last-child {margin-bottom:0;}
.DMS .uploadBtn {margin-bottom:10px;}
.DMS .deleteBtn {margin-left:15px;color:#ff0000;font-size:13px;}
.DMS .deleteBtn a {color:inherit;}

/* tree view */
.treeview ul.list-group {padding-left:0;}
.treeview .list-group-item:hover {background-color:#f5f5f5;cursor:pointer;}
.treeview .list-group-item:hover > div {cursor:default;}
.treeview span.indent {margin-left: 10px;margin-right: 10px;}
.treeview span.icon{margin-right:3px;font-size:12px;}
.treeview span.icon:not(.fa-none){cursor:pointer;}
.treeview span.icon.fa-none {margin-right:13px;}
.treeview span.icon.check-icon {font-size:18px;color:#1E8BC9;}
.treeview .badge {background-color:#27AE60;margin-right:10px;float:none;}
.treeview .catBtn {cursor:pointer;font-size:16px;}
.treeview .list-group-item > div > .catBtn:not(:last-child) {margin-right:7px;}
.treeview .catBtn.disabled {color:#ccc;cursor:not-allowed;}
.treeview .fa-trash {color:#DB5644;}
.treeview .fa-plus-circle {color:#27AE60;}
.treeview .fa-pencil {color:#000;}
.treeview .fa-envelope {color:#1E8BC9;}
.treeview .fa-flag.green {color:#27AE60;}
.treeview .fa-flag.red {color:#DB5644;}

.ddlCatID {max-height:200px;overflow-x:auto;overflow-y:auto;position:relative;height:auto;}
.ddlCatID > div, .ddlCatID label {white-space:nowrap;}
.ddlCatID label {font-weight:normal;}

.send-mail {margin-top:-20px;}
.send-mail textarea {resize:vertical;min-height:100px;}
.send-mail .cnt {font-style:italic;margin-bottom:20px;}
.send-mail .note {font-size:12px;margin-top:5px;color:#666;}
.send-mail .note i {font-size:14px;}
.send-mail input, .send-mail textarea {margin-top:5px;}
.send-mail input[type=file] {width: 0.1px;height: 0.1px;opacity: 0;overflow: hidden;position: absolute;z-index: -1;}

.send-mail input[type=file] + label {
    max-width: 80%;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    cursor:pointer;
    overflow: hidden;
    font-weight:400;
    font-size:14px;
    border:none;
    margin-bottom:0;
    color:#1E8BC9;
}

.send-mail input[type=file]:focus + label, .send-mail input[type=file] + label:hover {
    color:#2D9CDB;
}

.send-mail .imgPreview a, .send-mail .imgPreview img {display:block;}
.send-mail .imgPreview a {float:right;display:none;}
.send-mail .imgPreview img {max-height:33px;}

.mailingLimits {padding-top:20px;font-size:12px;}

.loadingoverlay {color:#000;}
.loadingoverlay .loading-message {padding:20px;text-align:center;}

/* tipsy begin */

.tipsy { font-size: 11px; position: absolute; padding: 5px; z-index: 100000; }
.tipsy-inner { background-color: #000; color: #FFF; max-width: 200px; padding: 5px 8px 4px 8px; text-align: center; }
.tipsy-inner { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; } 
.tipsy-arrow { position: absolute; width: 0; height: 0; line-height: 0; border: 5px dashed #000; }

.tipsy-arrow-n { border-bottom-color: #000; }
.tipsy-arrow-s { border-top-color: #000; }
.tipsy-arrow-e { border-left-color: #000; }
.tipsy-arrow-w { border-right-color: #000; }
  
.tipsy-n .tipsy-arrow { top: 0px; left: 50%; margin-left: -5px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; }
.tipsy-nw .tipsy-arrow { top: 0; left: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;}
.tipsy-ne .tipsy-arrow { top: 0; right: 10px; border-bottom-style: solid; border-top: none;  border-left-color: transparent; border-right-color: transparent;}
.tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -5px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
.tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
.tipsy-se .tipsy-arrow { bottom: 0; right: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
.tipsy-e .tipsy-arrow { right: 0; top: 50%; margin-top: -5px; border-left-style: solid; border-right: none; border-top-color: transparent; border-bottom-color: transparent; }
.tipsy-w .tipsy-arrow { left: 0; top: 50%; margin-top: -5px; border-right-style: solid; border-left: none; border-top-color: transparent; border-bottom-color: transparent; }


/* footer */

footer {background-color:#2D9CDB; font-family:'Poppins', sans-serif;padding-top:50px;}
footer h2 a, footer li, footer li a {color:#fff;}
footer h2 {margin-top:0; margin-bottom:16px;}
footer li, footer li a {font-size:14px;letter-spacing:0.05em;font-weight:300;}
footer ul {list-style-type:none;margin:0;padding:0;}
footer li {margin-bottom:10px;}
footer a:hover, footer a:focus {color:#FFD742;}
footer .btn {padding:11px;font-size:14px;font-weight:400;letter-spacing:normal;}
footer .logos {background-color:#fff;margin-top:45px;padding:25px 0px 50px 0px;}
footer .logos .logoList {text-align:center;}
footer .logoList span {display:inline-block;margin-top:25px;}
footer .logos .col-lg-3 a {display:block;border:3px solid #2d9cdb;text-align:center;font-size:14px;color:#2D9CDB;letter-spacing:0.25em;padding:10px 0px;}
footer .logos .col-lg-3 a:hover {background-color:#2d9cdb;color:#fff;}
footer .authors {background-color:#F0F0F0;}
footer .authors .container {text-align:center;padding-top:8px; padding-bottom:8px;}
footer .authors, footer .authors a {font-size:11px;color:#B0B0B0;}
footer .authors a:hover {color:#000;}

/* color scheme*/

.sub-content-container.blue   .lMenu a:hover, .btn.blue, .box.blue .text, .titleOnCover .blue, .news-navig {background-color:#2d9cdb !important;}
.sub-content-container.blue   .lMenu > ul > li > ul > li > a.selected, .btn.yellow:before, .sub-content-container.blue a:not(.btn):before {background-color:#1E8BC9;}
.sub-content-container.green  .lMenu a:hover, .box.green .text, .titleOnCover .green, .btn.red:before, .box.blue .btn.yellow:before {background-color:#27AE60 !important;}
.sub-content-container.green  .lMenu > ul > li > ul > li > a.selected, .sub-content-container.green a:not(.btn):before {background-color:#219250;}
.sub-content-container.red    .lMenu a:hover, .btn.red, .box.red .text, .titleOnCover .red, .box.green .btn.yellow:before {background-color:#F2624E !important;}
.sub-content-container.red    .lMenu > ul > li > ul > li > a.selected, .sub-content-container.red a:not(.btn):before {background-color:#db5644;}
.sub-content-container.yellow .lMenu a:hover, .btn.yellow, .box.yellow .text, .titleOnCover .yellow, .btn.white:before, .btn.blue:before, .navbar-toggle:hover .icon-bar {background-color:#FFD742 !important;}
.sub-content-container.yellow .lMenu > ul > li > ul > li > a.selected, .sub-content-container.yellow a:not(.btn):before {background-color:#e4c03a; color:#2F80ED !important;}

.sub-content-container.blue .lMenu > ul > li > ul > li > ul > li a.selected {background-color:#166694;}
.sub-content-container.green .lMenu > ul > li > ul > li > ul > li a.selected {background-color:#186b3a;}
.sub-content-container.red .lMenu > ul > li > ul > li > ul > li a.selected {background-color:#a34033;}
.sub-content-container.yellow .lMenu > ul > li > ul > li > ul > li a.selected {background-color:#a88d29;}

.sub-content-container.blue .lMenu a:hover, .sub-content-container.blue .lMenu .selected,
.sub-content-container.green .lMenu a:hover, .sub-content-container.green .lMenu .selected,
.sub-content-container.red .lMenu a:hover, .sub-content-container.red .lMenu .selected,
.titleOnCover .blue, .titleOnCover .green, .titleOnCover .red,
.box.blue .text, .box.green .text, .box.red .text,
.btn.blue, .btn.green, .btn.red,
.btn.yellow:hover, .news-navig, .news-navig a {color:#fff !important;}

.sub-content-container.yellow .lMenu a:hover, .titleOnCover .yellow,
.titleOnCover .yellow,
.box.yellow .text,
.btn.yellow, .btn.blue:hover {color:#2F80ED !important;}
 
/* COOKIES BEGIN */

#cookie_notification{position:fixed;bottom:0px;left:0px;right:0px;background-color:rgba(0,0,0,0.5);color:#fff;font-size:12px;padding:10px;text-align:center;z-index:999;}
#cookie_notification a{color:#fff;font-size:12px;text-decoration:underline;}
#cookie_notification a:hover{text-decoration:none;color:#fff !important;}
#cookie_ok{cursor:pointer;display:inline-block;background-color:#59bd5d;padding:2px 10px 1px 10px;margin-left:10px;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;}
#cookie_ok:hover{background-color:#ffffff;color:#000000;}
#more-about-cookies table {border-collapse:collapse;}
#more-about-cookies table th{border:1px solid gray;background-color:#27AE60;color:#fff;vertical-align:top;text-align:left;padding:10px;font-size:14px;}
#more-about-cookies table td {border:1px solid gray;background-color:#eee;vertical-align:top;padding:10px;font-size:14px;}
#more-about-cookies table td strong{font-family:"Courier New", Courier, monospace;font-weight:normal;display:inline-block;margin-top:2px;	}
#more-about-cookies table td .mono{font-family:"Courier New", Courier, monospace;}
#more-about-cookies .tip{background-color:#eeeeee;overflow:hidden;border:1px solid gray;padding:20px;font-size:12px;}
#more-about-cookies .tip input[type=checkbox]{margin:0px;padding:0px;}
#more-about-cookies .tip label{font-size:14px;padding-left:10px;}
#more-about-cookies .btnCookiesSaveSettings{border:1px solid #27AE60;background-color:#27AE60;color:#fff;padding:5px 10px;cursor:pointer;}
#more-about-cookies .btnCookiesSaveSettings:hover{background-color:#ffffff;color:#000000;}
#more-about-cookies em {font-size:14px;}

/* admin buttons begin */

.adminBtn{display:inline-block;padding:5px 15px 5px 10px;margin-bottom:5px;font-family:Arial;color:Black !important;font-size:12px;text-decoration:none;border:1px solid #E6E6E6;background-color:#f1f1f1;background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #FFFFFF),color-stop(1, #E6E6E6));background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #E6E6E6 100%);background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #E6E6E6 100%);background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #E6E6E6 100%);background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #E6E6E6 100%);background-image: linear-gradient(to bottom, #FFFFFF 0%, #E6E6E6 100%);-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.05) inset, 0 0 2px rgba(0, 0, 0 , 0.1);-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.05) inset, 0 0 2px rgba(0, 0, 0 , 0.1);box-shadow:0 1px 3px rgba(0, 0, 0, 0.05) inset, 0 0 2px rgba(0, 0, 0 , 0.1);}
.adminBtn span{display:inline-block;background-repeat:no-repeat;background-position:left center;padding-left:23px;padding-top:2px;}
.adminBtn:hover, .adminBtn:active{background-image:none;text-decoration:none;color:black;-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.05) inset, 0 0 3px rgba(0, 0, 0 , 0.3);-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.05) inset, 0 0 3px rgba(0, 0, 0 , 0.3);box-shadow:0 1px 3px rgba(0, 0, 0, 0.05) inset, 0 0 3px rgba(0, 0, 0 , 0.3);}
.adminBtn:active{background-color:White;}

.btn-album-switch{background-image:url(../images/admin/album-switch.png);}
.btn-album-edit{background-image:url(../images/admin/album-edit.png);}
.btn-attachment{background-image:url(../images/admin/attachment.png);}
.btn-banners{background-image:url(../images/admin/banners.png);}
.btn-banners-edit{background-image:url(../images/admin/banners-edit.png);}
.btn-document{background-image:url(../images/admin/document.png);}
.btn-footer{background-image:url(../images/admin/footer.png);}
.btn-form-edit{background-image:url(../images/admin/form-edit.png);}
.btn-form-results{background-image:url(../images/admin/form-results.png);}
.btn-form-switch{background-image:url(../images/admin/form-switch.png);}
.btn-images{background-image:url(../images/admin/images.png);}
.btn-logout{background-image:url(../images/admin/logout.png);}
.btn-map{background-image:url(../images/admin/map.png);}
.btn-menu{background-image:url(../images/admin/menu.png);}
.btn-modules{background-image:url(../images/admin/modules.png);}
.btn-news-edit{background-image:url(../images/admin/news-edit.png);}
.btn-news-add{background-image:url(../images/admin/news-add.png);}
.btn-page-edit{background-image:url(../images/admin/page-edit.png);}

/* media queries */

@media (max-width: 400px) {
    header > .container > .fr {background-color:transparent;width:135px!important;}
    header .contact a:first-child i {font-size:14px;margin-right:5px !important;}
    header .contact a:last-child {display:none;}
    .nav-justified > li.sign-out {display:block;}
    body:not(.body-sub) .titleOnCover > img {min-height:120px;}
    .modal-footer .btn:not(.hidden) {display:block !important;margin-left:0 !important; margin-bottom:10px !important; width:100% !important;}
    
}

@media (max-width: 510px) {
    footer .btn {display:block;margin-left:0 !important;}
    footer .btn.white {margin-top:20px;}
    .modal .duration > div {float:none;}
    .modal .duration .date, .modal .duration .time {padding:5px 0px;}
    .modal .duration .date input, .modal .duration .time input {width:100%;}
    .cal-navig .filter > div {display:none;}     
}

@media (max-width: 767px) {
    .navbar-toggle {margin:25px 15px 0px 0px;}
    .navbar > .navbar-header {height:inherit;}
    header > .container > .menu-container {float:none;position:absolute;right:0px;top:0px;}
    .nav-justified > li > a {height:50px; line-height:50px;}
    .nav-justified {width:-o-calc(100vw - 136px);width:-webkit-calc(100vw - 136px);width:-moz-calc(100vw - 136px);width:calc(100vw - 136px);margin-top:2px;}
    .dropdown-submenu > ul {display:block;border-top:1px solid #1E8BC9;}
    .dropdown-submenu > ul > li > a {padding:10px 20px 10px 45px}
    .lMenu{display:none;}
    header > .container > .fr {width:220px;float:left;}
    header .logo {width:90px;}
    header .logo a {height:130px;}
    header .logo a img {height:100px;}
    header .contact a:last-child {width:64px;}
    header .contact a:first-child {margin-left:15px;}
    header .contact a:first-child i {margin-right:10px;}
    header .contact i:not(.fa-user) {font-size:24px;}
    header .contact a.user {max-width:140px;}
    body:not(.body-sub) .titleOnCover {margin-bottom:300px;}
    .titleOnCover > div {left:0;}
    .titleOnCover > div:not(.workingHours) > span {height:50px;font-size:16px; padding:0px 15px;line-height:50px;}
    .titleOnCover > div.workingHours {top:auto;left:0;width:100%;}
    .titleOnCover > div.workingHours > div {float:none;}
    .titleOnCover > div.workingHours > div > div:last-child {background-color:#FFD742;}
    .titleOnCover > div.workingHours > div > div:last-child ul li {padding-bottom:15px;}
    .titleOnCover > div.workingHours > div > div:first-child {font-size:20px;font-weight:700;background-color:rgba(255,215,66,0.85);}
    .titleOnCover > div.workingHours > div > div:first-child i {font-size:26px;}
    .titleOnCover + .sub-content-container, #map_canvas + .sub-content-container {padding-top:15px; padding-bottom:15px;}
    .box .text {padding:30px 30px 40px 30px;margin-left:30px;margin-top:-100px;}
    .box .btn {margin-top:-20px;margin-left:50px;}
    .box > div:first-child {padding-right:45px;}
    .cPanel a > i {font-size:30px;width:60px;height:60px;line-height:60px;}
    .menu-bottom > div:nth-child(n+2), footer > .container > .row > .col-lg-3 {padding-top:30px;}   
    footer .btn.white {margin-left:20px;}
    footer .logoList img {max-height:70px;max-width:80%;}
    footer .logoList span:nth-child(4) img {max-height:40px;}
    footer .logoList span {width:50%;}
    footer .logoList span:nth-child(n+3) {margin-top:30px;}
    
    .calendar > .row:first-child {display:none;}
    .calendar > .row:last-child {border-bottom:1px solid #e0e0e0;}
    .calendar > .row > div > span:first-child {display:none;}
    .calendar > .row > div > span:nth-child(2) {display:block;margin-bottom:3px;}
    .calendar > .row > div > div {padding:5px 8px; margin-top:3px; margin-bottom:3px; font-size:14px;}
    .calendar > .row > div {width:100%; float:none;min-height:40px;border-left:1px solid #e0e0e0;border-right:1px solid #e0e0e0;}
    .calendar > .row > div.opacity5 {display:none;}
    
    .schedule .row > .col{width:100%;}

    .treeview .list-group-item > div {margin-top:5px;}

}

@media (min-width:768px){
    header .logo {width:121px;}
    header .logo a {height:173px;}
    header .contact a:first-child {margin-left:35px;}
    header .contact a:first-child i {margin-right:25px;}
    header .contact i:not(.fa-user) {font-size:34px;}
    header .contact a.user {max-width:205px;}
    .box {display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}
    .box > .col-lg-3 {-webkit-box-flex: 0;-webkit-flex: none;-ms-flex: none;flex: none;}
    .box.invert > .col-lg-3 {z-index:1;}
    .box .btn {bottom:-20px;position:absolute;}
    .login {width:280px;}
    .cPanel a {font-size:18px;}
    .cPanel a > i {font-size:40px;width:80px;height:80px;line-height:78px;}
    .calendar > .row:last-child > div {border-bottom:1px solid #e0e0e0;}
    .schedule .row > .col {width:50%;}    
    .treeview .list-group-item > div {float:right;padding:10px 15px 10px 10px; margin-top:-10px;margin-right:-15px;}
    .treeview .list-group-item > div > span:not(.badge) {display:none;}
    .form-horizontal .control-label {text-align:left;}
}

@media (min-width:768px) and (max-width:991px) {
    .navbar-toggle {margin:25px 25px 22px 0px;}
    .nav-justified > li > a {height:56px; line-height:56px;}
    .nav-justified > li:last-child > a {height:57px; line-height:57px;}
    .lMenu a {padding-left:20px;}
    header > .container > .menu-container {width:269px;}   
    header > .container > .fr, .titleOnCover > div.workingHours > div {width:330px;}
    header .contact a:last-child {width:80px;}
    .titleOnCover > div {margin-left:-375px;}
    .titleOnCover > div.workingHours > div > div:last-child ul li {padding-bottom:0px;}
    .titleOnCover > div.workingHours > div > div:first-child i {font-size:20px;}
    .titleOnCover + .sub-content-container, #map_canvas + .sub-content-container {padding-top:30px; padding-bottom:30px;}
    .box:not(.invert) .text {margin-left:-150px;}
    .box.invert .text {margin-right:-150px;}
    .box .text {padding:20px 20px 45px 20px;}
    .box:not(.invert) .btn {left:-115px;}
    .box.invert .btn {left:35px;}
    .menu-bottom > div:nth-child(n+3){padding-top:50px;}   
    .menu-bottom .btn {position:absolute;left:15px;padding:5px 11px;}
    .menu-bottom .btn.red {bottom:10px;}
    .menu-bottom .btn.white {bottom:50px;}
    footer .logoList img {max-height:70px;max-width:80%;}
    footer .logoList span:nth-child(4) img {max-height:40px;}
    footer .logoList span {width:33.33%;}
    footer .logoList span:nth-child(n+4) {margin-top:30px;}
    .calendar > .row:not(:first-child) > div {min-height:60px;}
       
}

@media (max-width: 991px) {
    .navbar-collapse{-webkit-overflow-scrolling:touch;margin:0;padding:0;max-height:70vh;background-color:#2D9CDB;}
    .nav-justified > li > a {text-align:left;padding:0px 20px;}
    .nav-justified li.dropdown > ul > li > a {padding:10px 20px 10px 30px; white-space:normal;}
    .nav-justified .dropdown-menu {position:relative;float:none;}
    .nav-justified > .dropdown .dropdown-menu {-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}
    .nav-justified > li > a:after {font-family:"FontAwesome"; font-size:15px; position:absolute;right:20px;}
    .nav-justified > li:not(.sign-out) > a:after {content:"\f105";}
    .nav-justified > li.sign-out > a:after {content:"\f08b";right:15px;}
    .nav-justified > li > a:hover:after {right:15px;}
    .nav-justified > li:not(:last-child) {border-bottom:1px solid #1E8BC9;}
    .titleOnCover > div:not(.workingHours) > span {height:60px;font-size:20px; padding:0px 20px;line-height:60px;}
    .titleOnCover > div.workingHours > div > div:first-child {padding:10px 0px 5px 20px;}
    .titleOnCover > div.workingHours > div > div:last-child {padding:10px 10px 20px 30px;}
    .titleOnCover > div.workingHours > div > div:last-child ul {padding-left:7px;}
    .titleOnCover > div.workingHours .btn {margin-top:15px;}
    footer li:empty {height:20px;}
    .sub-content {padding:30px;}
    .body-sub .titleOnCover > .container {display:none;}
    .oddelki > div {width:100%;padding-bottom:15px;padding-top:15px;}
    .form [class*="col-"] {margin-bottom:20px;}
    .pTop30 {padding-top:30px;}   
}

@media (min-width: 992px){
    .box:not(.invert) .text {margin-left:-235px;}
    .box.invert .text {margin-right:-235px;}
    .nav-justified > li {display:inline-block;}
    .nav-justified > li.dropdown:hover > ul.dropdown-menu {display: block;}
    .nav-justified > li > a {height:64px; line-height:64px;}
    .dropdown-menu > li > a:after {font-family:"FontAwesome"; content:"\f105"; font-size:15px; position:absolute;}
    .titleOnCover > div.workingHours > div > div:first-child {padding:15px 0px 10px 30px;}
    .titleOnCover > div.workingHours > div > div:first-child i {font-size:36px;}
    .titleOnCover > div.workingHours > div > div:last-child ul {padding-left:17px;}
    .titleOnCover > div.workingHours > div > div:last-child ul li {padding-bottom:15px;}
    .menu-bottom > div:nth-child(1), .menu-bottom > div:nth-child(2){width:30%;}
    .menu-bottom > div:nth-child(3), .menu-bottom > div:nth-child(4){width:20%;}
    footer .logoList span {margin-right:45px;}
    footer .logoList span:last-child {margin-right:0;}
    .oddelki > div {width:50%;padding:15px;}
    .form > .row {margin-left:-5px;margin-right:-5px;}
    .form > .row {margin-bottom:20px;}
    .form [class*="col-"] {padding-left:5px;padding-right:5px;}
    .schedule .row > .col{width:33.33333%;}
}



@media (min-width:992px) and (max-width:1199px){
    header > .container > .fr, .titleOnCover > div.workingHours > div {width:304px;}
    header > .container > .menu-container {width:515px;}
    header .contact a:last-child {width:80px;}
    .nav-justified > li:first-child {width:124px;}
    .nav-justified > li:nth-child(2) {width:185px;}
    .nav-justified > li:nth-child(3) {width:103px;}
    .nav-justified > li:nth-child(4) {width:103px;}
    .dropdown-menu > li > a {padding:15px 40px 15px 20px;}
    .dropdown-menu > li > a:after {right:20px;}
    .dropdown-menu > li > a:hover:after {right:15px;}
    .titleOnCover > div {margin-left:-485px;}
    .titleOnCover > div:not(.workingHours) > span {height:80px;font-size:30px; padding:0px 30px;line-height:80px;}
    .titleOnCover > div.workingHours > div > div:last-child {padding:20px 10px 20px 30px;}
    footer > .container > .row > .col-lg-3 {padding-top:30px;}
    footer li:empty {display:none;}   
    footer .btn.white {margin-left:20px;}
}

@media (min-width:992px) and (max-width:1199px){
    .box .text {padding:30px 30px 53px 30px;}
    .box:not(.invert) .btn {left:-190px;}
    .box.invert .btn {left:45px;}
    footer > .container > .row > .col-lg-3 li:not(:empty) {display:inline;}
    footer > .container > .row > .col-lg-3 li:first-child:after, footer > .container > .row > .col-lg-3 li:nth-child(n+4):not(:empty):not(:last-child):after {content:',';}
    footer > .container > .row > .col-lg-3 li:nth-child(2):after {content: '|'; display:inline-block; padding:0px 10px 0px 15px;}
    footer .logoList img {max-height:60px;}
    footer .logoList span:nth-child(4) img {max-height:35px;}
    .calendar > .row:not(:first-child) > div {min-height:80px;}
}

@media (max-width:1199px){
    .box img {max-width:100%;}
    .box .text h2 {font-size:30px;}    
    .news-mp-container > a > span > span:not(.btn) {padding-left:20px;padding-right:20px;}
    .news-mp-container > a > span > span:first-child {height:35px;}
    .news-mp-container > a > span > span:nth-child(3) {font-size:20px;}
    .news-mp-container > a > span > span:nth-child(4) {padding-bottom:100px;}
    .news-mp-container > a > span > .btn {bottom:20px; left:35px;}
    .news-mp-container > a > span:before {width:30px;height:41px;top:-25px;}
    .news-mp-container > a > span:after {width:128px;height:80px;}
}

@media (min-width:1200px){
    header > .container > .fr, .titleOnCover > div.workingHours > div {width:355px;}
    header > .container > .menu-container {width:664px;}
    header .contact a:last-child {width:131px;}
    .nav-justified > li:first-child {width:166px;}
    .nav-justified > li:nth-child(2) {width:206px;}
    .nav-justified > li:nth-child(3) {width:146px;}
    .nav-justified > li:nth-child(4) {width:146px;}
    .dropdown-menu > li > a {padding:15px 50px 15px 25px;}
    .dropdown-menu > li > a:after {right:25px;}
    .dropdown-menu > li > a:hover:after {right:15px;}
    .titleOnCover > div {margin-left:-585px;}
    .titleOnCover > div:not(.workingHours) > span {height:103px;font-size:40px; padding:0px 40px;line-height:103px;}
    .titleOnCover > div.workingHours > div > div:last-child {padding:20px 10px 30px 30px;}
    footer li:empty {height:20px;}
    footer .btn {display:block;}
    footer .btn.white {margin-top:20px;}
    footer .logoList img {max-height:50px;}
    footer .logoList span:nth-child(4) img {max-height:30px;}   
    .box img {max-width:827px;}
    .box .text {padding:45px 75px 83px 55px;}
    .box .text h2 {font-size:48px;}    
    .box:not(.invert) .btn {left:-165px;}
    .box.invert .btn {left:70px;}
    .news-mp-container > a > span > span:not(.btn) {padding-left:40px;padding-right:40px;}
    .news-mp-container > a > span > span:first-child {height:65px;}
    .news-mp-container > a > span > span:nth-child(3) {font-size:28px;}
    .news-mp-container > a > span > span:nth-child(4) {padding-bottom: 150px;}    
    .news-mp-container > a > span > .btn {bottom:65px; left:55px;}
    .news-mp-container > a > span:before {width:58px;height:79px;top:-45px;}
    .news-mp-container > a > span:after {width:209px;height:131px;}
    .calendar > .row:not(:first-child) > div {min-height:100px;}
    .modal-lg {width:auto;margin:50px;}
    .schedule .row > .col{width:25%;}
}

/* accessibility begin */

.skip-to-main {left:0;position:absolute;transform:translateY(-100%);}

.accessibility-toggle {position:fixed;left:15px;bottom:15px;z-index:999999999;}
.accessibility-toggle button {background-color:#ff0000;color:#fff;border-radius:50%;font-size:30px;width:45px;height:45px;text-align:center;border:none;}
#accessibility button {display:block;font-size:18px;-ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%;border:1px solid #999;background:none;height:130px;padding:0px 20px;}
#accessibility button:hover {background:#f2f2f2;}
#accessibility button:focus {border:none;outline:0;box-shadow:inset 0 0 0 5px rgba(255,0,0,0.7);}
#accessibility button.active {background:#000;color:#fff;}
#accessibility .btn-secondary {font-size:16px;}
#accessibility .modal-body {display:flex;flex-wrap:wrap;color:#000;}
#accessibility i {display:block;margin:0px auto 10px auto;font-size:40px;}
#accessibility .modal-body > button:nth-child(2n) {border-left:none;}
#accessibility .modal-body > button:not(:nth-last-child(-n+2)) {border-bottom:none;}
.accessibility-modal .modal-backdrop {opacity:0;}

html.desaturate { -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: grayscale(100%); }
body.font-family *:not(i) {font-family: "Arial", sans-serif !important;}
body.underline-links a {text-decoration: underline !important;}

.goToTop {position:fixed;bottom:15px;right:15px;background-color:rgba(0,0,0,0.7);color:#fff;border-radius:50%;width:36px;height:36px;text-align:center;border:none;}
.goToTop i {line-height:22px;font-size:20px;}

/* accessibility end */