html {
    margin: 0 auto;
    padding: 0;
    overflow-y: scroll;
    background: #fff;
}

body {
    margin: 0 auto;
    padding: 0;
    background: #fff;
}

#cboxCurrent {
    display: none !important;
}

#cboxTitle {
    font-size: 12px;
    color: #000 !important;
    left: 7% !important;
    width: 88% !important;
    font-family: 'Roboto';
}

#cboxLoadedContent {
    margin-bottom: 40px !important;
}

.noDesktop {
    display: none;
}

.sr-only {
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

video {
    width: 100%;
    height: auto;
}

a.skipLink {
    outline: none;
    height: 1px;
    overflow: hidden;
    display: block;
    top: 0;
    left: 42%;
    z-index: 1000;
    width: 16%;
    border-top: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: center;
    line-height: 40px;
    color: #000;
    font-family: 'arial';
    font-weight: bold;
    position: fixed;
}

a.skipLink:not(.empty):focus,
a.skipLink:not(.empty):active {
    height: 40px;
    border: 2px solid #000;
    background: #fffe01;
}

a.skipLink:focus {
    outline: none;
}

.wrapper {
    font-family: 'Roboto', Arial, Tahoma;
    width: 1240px;
    font-weight: 400;
    margin: auto;
}

.wrapper.fullWidth {
    width: 100%;
    overflow: visible
}

#content {
    background-color: #fff;
    font-size: 15px;
    color: #000;
    line-height: 25px;
    overflow: hidden
}

body.index #content {
    overflow: visible
}

.row {
    width: 100%;
    overflow: hidden
}

.container {
    width: 1240px;
    margin: auto;
}

a {
    color: #005980;
    text-decoration: none;
    outline: 0px;
    cursor: pointer;
}

a:hover {
    color: #9a231e;
}

a:focus,
.owl-theme .owl-controls .owl-page span:focus {
    background-color: #ffff00;
    color: #000;
    outline: 2px dotted #ff0000;
}

a.fadeLink {
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -moz-opacity: 1.0;
    opacity: 1.0;
    filter: alpha(opacity=100);
}

a:hover.fadeLink {
    -moz-opacity: 0.7;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

p {
    margin: 0 0 13px
}

h1 {
    color: #000000;
    font-family: 'Roboto', Arial;
    font-size: 34px;
    font-weight: 800;
    line-height: 38px;
    margin: 0px 0px 30px 0px;
}

body.aktualnosci h1{
    margin-bottom: 15px;
}

h2 {
    color: #000000;
    font-family: 'Roboto', Arial;
    font-size: 30px;
    font-weight: 400;
    line-height: 32px;
    margin: 0px 0px 30px 0px;
}

h3 {
    color: #005aab;
    font-family: 'Roboto', Arial;
    font-size: 24px;
    font-weight: 700;
    line-height: 27px;
    margin: 0px 0px 13px 0px;
}

h2.bordered,
h3.bordered,
h4.bordered {
    border-bottom: 1px solid #eee;
    padding-bottom: 7px;
    margin-bottom: 20px;
}

body.subpage h3 {
    margin-top: 20px;
}

body.subpage #footer h3 {
    margin-top: 0;
}

h4 {
    color: #005aab;
    font-family: 'Roboto', Arial;
    font-size: 22px;
    font-weight: 700;
    line-height: 25px;
    margin: 0px 0px 12px 0px;
}

h5 {
    color: #005aab;
    font-family: 'Roboto', Arial;
    font-size: 19px;
    font-weight: 700;
    line-height: 22px;
    margin: 0px 0px 12px 0px;
}

h3.separation,
h4.separation,
h5.separation {
    margin-top: 30px;
}

h6 {
    color: #005aab;
    font-family: 'Roboto', Arial;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin: 20px 0px 12px 0px;
}

.padding-s {
    padding: 10px
}

.padding-m {
    padding: 20px;
}

.padding-l {
    padding: 30px
}

.margin-s {
    margin: 10px
}

.margin-m {
    margin: 20px;
}

.margin-l {
    margin: 30px
}

/* COLORS DEFINITONS */

.greyBg {
    background-color: #d6e8f0
}

.whiteBg {
    background-color: #fff
}

.darkgreyBg {
    background-color: #383431
}

/* SOCIAL SLIDER */
.social-slider {
    position: absolute;
    top: 175px;
    right: 0;
    width: 45px
}

.social-slider a {
    width: 36px;
    height: 42px;
    float: right;
    background: #005aab;
    color: #fff;
    font-size: 24px;
    display: block;
    padding-left: 10px;
    margin-bottom: 10px;
    line-height: 42px;
    text-align: center;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
}

.social-slider a.ttLink {
    font-size: 21px;
}

.social-slider a em {
    text-align: center;
}

.social-slider a:hover {
    width: 42px;
    padding-left: 11px;
}

/* HEADER */
#header {
    width: 1240px;
    height: 175px;
    position: relative;
    z-index: 100;
    margin: auto;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
}

#mainLink {
    background-image: url('../img/herb.png');
    background-repeat: no-repeat;
    height: 81px;
    color: #005aab;
    font-size: 45px;
    font-weight: 300;
    line-height: 45px;
    padding-left: 120px;
    padding-top: 32px;
    position: absolute;
    top: 34px;
    left: 0;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
}

#mainLink span {
    font-weight: 900;
}

#header #topTools {
    position: absolute;
    right: 0;
    top: 0;
    padding: 16px 0 0 0;
}

#header #topTools .sitemapLink,
#header #topTools .deklaracjaLink,
#header #topTools .nieslyszacyLink,
#header #topTools .textLink,
#header #topTools .fontSeparation,
#header #topTools .kontrastLink,
#header #topTools .fontSizePlus {
    display: inline;
    float: left;
    color: #000;
    padding: 0 0 0 9px;
}

#header #topTools .sitemapLink {
    color: #000000;
    font-size: 17px;
    line-height: 30px;
    padding-right: 15px;
}

#header #topTools .deklaracjaLink {
    font-size: 27px;
}

#header #topTools .fontSeparation {
    font-size: 22px;
    padding: 1px 5px 0;
    margin-left: 8px;
}

#header #topTools .fontSeparation em {
    width: 28px;
}

body.separation-on #header #topTools .fontSeparation {
    color: #fff;
    border-radius: 4px;
    background: #000;
}

#header #topTools .textLink {
    font-size: 22px;
}

body.textversion-on #header #topTools .textLink {
    color: #fff;
    border-radius: 4px;
    background: #000;
}


body.separationOn #header #topTools .fontSeparation {
    background: #000;
    border-radius: 4px;
}

body.separationOn #header #topTools .fontSeparation em {
    color: #fff;
}

#header #topTools .nieslyszacyLink {
    font-size: 25px;
    color: #000;
}

#header #topTools .kontrastLink {
    font-size: 28px;
    height: 29px;
    padding-left: 6px;
    line-height: 28px;
    width: 36px;
    color: #000;
}

#header #topTools .kontrastLink em {
    margin-top: 2px;
}

body.disabled #header #topTools .kontrastLink {
    background: #ff0;
    border-radius: 4px;
}

body.disabled #header #topTools .kontrastLink em {
    color: #000 !important;
}

#header #topTools .fontSizePlus {
    font-size: 22px;
    padding: 2px 5px 0;
    margin-left: 4px;
}

#header #topTools .fontSizePlus sup {
    line-height: 0.5;
}

#header #topTools a:focus {
    border: none;
    outline: 2px dotted #ff0000
}


body.fontSizePlus #header #topTools .fontSizePlus {
    background: #000;
    border-radius: 4px;
}

body.fontSizePlus #header #topTools .fontSizePlus em,
body.fontSizePlus #header #topTools .fontSizePlus sup {
    color: #fff;
}

#header a.bipLink {
    position: absolute;
    right: 265px;
    top: 98px;
}

#header a.zppLink {
    position: absolute;
    right: 378px;
    top: 92px;
}

#breadcrumbs {
    font-size: 14px;
    color: #000;
    overflow: hidden;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 25px
}

#breadcrumbs a {
    display: inline;
    /*float: left;*/
    color: #1f1a17;
}

#breadcrumbs a:hover {
    color: #484e51;
}

#breadcrumbs .arrow {
    margin: 0 5px 0;
    display: inline;
    /*float: left*/
}

body.index #breadcrumbs {
    display: none
}


/****** SEARCH *******/

#searchBox {
    position: absolute;
    right: 0;
    bottom: 38px;
    width: auto
}

#searchTitle {
    display: inline;
    float: left;
    width: 215px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    text-shadow: 0 1px 0 #0b2a44;
    padding: 8px 0 0 45px
}

#searchBox #inputBox {
    display: inline;
    float: left;
    margin-left: 20px;

}

#searchBox .input {
    border: 1px solid #e0e3e8;
    border-right: none;
    height: 43px;
    font-size: 17px;
    line-height: 43px;
    font-family: "Roboto";
    float: left;
    width: 175px;
    padding: 0 0px 0 15px;
}

#searchBox #buttonSearch {
    background: #fff url(../img/searchButton.png) no-repeat 50% 50%;
    width: 42px;
    border: 1px solid #e0e3e8;
    border-left: none;
    height: 45px;
    display: inline;
    text-indent: 100px;
    float: left;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}

#searchBox #keywordInput {
    vertical-align: middle;
}

#searchBox #keywordInput:focus {
    outline: 2px dotted #ff0000;
}

#searchBox #buttonSearch:hover {
    background-position: calc(50% - 2px) calc(50% - 2px);
}

#searchBox #buttonSearch:focus {
    outline: 2px dotted #ff0000;
}


/****** INTRO GRID *******/

#specialIntroRow {
    margin-top:40px;
}

#specialIntroRow img{
    width: 100%;
    height: auto;
}

.introGrid {
    background: #005aab;
}

.introGrid.topSpace {
    margin-top: 40px;
}

.titleRow,
.bottomCarousel,
.scrollerRow {
    float: left;
    width: 100%;
}

.scrollerRow {
    margin: 38px 0 36px;
    -moz-box-shadow: 0 0 14px RGB(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 0 14px RGB(0, 0, 0, 0.12);
    box-shadow: 0 0 14px RGB(0, 0, 0, 0.12);
    border: 1px solid #fff;
}

.introGrid #introTopmapWrapper {
    width: 820px;
    overflow: hidden;
    position: relative;
    height: 360px;
    float: left;
    display: inline-block;
    border: 1px solid #fff;
    -moz-box-shadow: 0 0 15px RGB(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 0 15px RGB(0, 0, 0, 0.12);
    box-shadow: 0 0 15px RGB(0, 0, 0, 0.12);
}

.introGrid #introTopmapWrapper a.item:focus {
    outline: 2px dotted #ff0000 !important;
}

.introGrid #introTopmapWrapper .carouselTitle {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    line-height: 1.2;
    padding: 14px 22px;
    background-color: RGB(0, 90, 171, 0.8);
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
}

.introGrid #introTopmapWrapper:hover .carouselTitle {
    padding: 17px 35px;
}

.introGrid #introTopmapWrapper .owl-controls {
    display: block !important;
    position: absolute;
    top: 10px;
    right: 10px;
}

.newsSlider .owl-theme .owl-controls .owl-page span,
.introGrid #introTopmapWrapper .owl-theme .owl-controls .owl-page span {
    border-radius: 0;
    width: 15px;
    height: 15px;
    background: #fff;
}

.newsSlider .owl-theme .owl-controls .owl-page.active span,
.introGrid #introTopmapWrapper .owl-theme .owl-controls .owl-page.active span {
    background: #ed1c24;
}

.introGrid #introTopmapRight {
    width: 380px;
    float: right;
    display: inline-block;
}

.introGrid #introTopmapRight .introTopmapTile {
    width: 100%;
    height: 160px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto;
    margin-bottom: 38px;
    position: relative;
    display: block;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -moz-box-shadow: 0 0 14px RGB(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 0 14px RGB(0, 0, 0, 0.12);
    box-shadow: 0 0 14px RGB(0, 0, 0, 0.12);
    border: 1px solid #fff;
}

.introGrid #introTopmapRight .introTopmapTile:hover {
    background-size: 103% auto;
}

.introGrid #introTopmapRight .introTopmapTile .tileTitle {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 12px 25px;
    background-color: RGB(0, 90, 171, 0.8);
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
}

.introGrid #introTopmapRight .introTopmapTile:hover .tileTitle {
    padding: 15px 29px;
}

.introGrid #introTopmapRight .introTopmapTile:nth-child(2) {
    margin-bottom: 0;
}

.introGrid .fullWidth {
    width: 100%;
    overflow: hidden;
    padding: 16px 0;
}

.introGrid .fullWidth .titlePlaceholder {
    display: inline-block;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    margin-left: 25px;
    line-height: 20px;
}

.introGrid .fullWidth .contentPlaceholder {
    display: inline-block;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    width: 86%;
    margin-left: 15px;
    line-height: 20px;
}

.introGrid .fullWidth .contentPlaceholder a {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    margin-left: 25px;
    line-height: 20px;
}

.introGrid .fullWidth h4 {
    color: #fff;
    margin: 0 0 0 25px;
    font-size: 25px;
    font-weight: 800;
}

.introGrid .introTile {
    width: 235px;
    height: 230px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto;
    margin-right: 13px;
    float: left;
    position: relative;
    display: inline-block;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -moz-box-shadow: 0 0 11px RGB(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 11px RGB(0, 0, 0, 0.1);
    box-shadow: 0 0 11px RGB(0, 0, 0, 0.1);
    border: 1px solid #fff;
}

.introGrid .introTile:last-child {
    margin-right: 0;
}

.introGrid .introTile:hover {
    background-size: 103% auto;
}

.introGrid .introTile .tileTitle {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    background-color: #ed1c24;
    color: #fff;
    font-weight: bold;
    font-size: 25px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
}

.introGrid .introTile:hover .tileTitle {
    padding: 13px 0;
    background-color: #005aab;
}



.introGrid .purple,
.carouselBox .tileTitle.purple,
.introGrid .introTileHorizontal .tileTitle.purple,
.introGrid .introTileVertical .tileTitle.purple,
.introGrid #introTopmapRight .introTopmapTile .tileTitle.purple {
    background: #bf2d67 !important
}

.introGrid .green,
.carouselBox .tileTitle.green,
.introGrid .introTileHorizontal .tileTitle.green,
.introGrid .introTileVertical .tileTitle.green,
.introGrid #introTopmapRight .introTopmapTile .tileTitle.green {
    background: #5c8827 !important
}

.introGrid .blue,
.carouselBox .tileTitle.blue,
.introGrid .introTileHorizontal .tileTitle.blue,
.introGrid .introTileVertical .tileTitle.blue,
.introGrid #introTopmapRight .introTopmapTile .tileTitle.blue {
    background: #005aab !important
}

.introGrid .orange,
.carouselBox .tileTitle.orange,
.introGrid .introTileHorizontal .tileTitle.orange,
.introGrid .introTileVertical .tileTitle.orange,
.introGrid #introTopmapRight .introTopmapTile .tileTitle.orange {
    background: #bb7405 !important
}

/****** END INTRO GRID *******/


/****** TOP SLIDER *******/

#topmapWrapper {
    position: relative;
}

#topmapWrapper .container {
    position: relative;
}

#topmap .item img {
    display: block;
    width: 100%;
    height: auto;
}

#topmap .owl-prev {
    left: 0;
    top: 130px;
}

#topmap .owl-next {
    right: 0;
    top: 130px;
}

#topmap .owl-next:focus,
#topmap .owl-prev:focus {
    outline: 2px dotted #ff0000;
    background-color: #ff0;
    color: #000
}

.newsSlider .pauseButton,
#introTopmapWrapper .pauseButton,
#topmapWrapper .pauseButton {
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 40px;
    overflow: hidden;
    height: 40px;
    z-index: 10;
    background: #ed1c24;
    color: #fff;
    font-size: 25px;
    text-align: center;
    line-height: 40px;
}

.newsSlider .pauseButton {
    right: auto;
    left: 20px;
}

.newsSlider .pauseButton:hover,
#introTopmapWrapper .pauseButton:hover,
#topmapWrapper .pauseButton:hover {
    background: rgba(185, 185, 185, 0.7);
    cursor: pointer;
}

.newsSlider .pauseButton:focus,
#introTopmapWrapper .pauseButton:focus,
#topmapWrapper .pauseButton:focus {
    background-color: #ffff00;
    color: #000;
    outline: 2px dotted #ff0000;
}

.newsSlider .pauseButton.on i:before,
#introTopmapWrapper .pauseButton.on i:before,
#topmapWrapper .pauseButton.on i:before {
    content: "\f04b";
}

#subpage-topmap {
    position: relative;
}

#subpage-topmap h1 {
    position: absolute;
    top: 70px;
    font-size: 45px;
    font-weight: bold;
    color: #000;
    text-shadow: 0 2px 0 RGB(255, 255, 255, 0.6);
    right: 50px;
}

#standardContent .leftColumn {
    width: 905px;
    float: left;
    margin: 0 0 30px 0;
}

#standardContent .rightColumn {
    width: 290px;
    float: right;
}

.rightColumn h4,
.rightColumn h2,
.rightColumn h3 {
    margin: 40px 0 20px;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 7px;
    color: #009de0;
    font-size: 24px;
    font-weight: 700;
    line-height: 27px;
}

.rightColumn h2.first {
    margin: 0 0 30px;
}

#bottomLogos {
    padding: 32px 0 25px;
    border-bottom: 1px solid #eee;
    overflow: hidden;
    display: flex;
    width: 1240px;
    margin: auto;
    justify-content: space-between;
}

#footer {
    padding: 60px 0 45px;
    font-size: 17px;
    border-bottom: 1px solid #eee;
    line-height: 26px;
    overflow: hidden;
    width: 1240px;
    margin: auto;
    color: #303030
}

#footer p {
    margin: 0 0 9px
}

a#footerLink {
    margin-top: 10px;
    display: block;
}

#footer .col {
    margin-bottom: 0;
    margin-left: 1.5%;
}

#footer .col.span_2_of_12 {
    width: 12.2%
}

#footer .col.first {
    margin-left: 0;
    width: 33%;
}

#footer h4 {
    color: #ed1c24;
    margin-bottom: 6px;
    font-size: 20px;
}

#footer a {
    color: #303030
}

#footer a:hover {
    color: #303030;
    text-decoration: underline;
}

#footerLink {
    background-image: url('../img/herb.png');
    background-repeat: no-repeat;
    height: 96px;
    color: #005aab !important;
    font-size: 30px;
    font-weight: 300;
    line-height: 36px;
    padding-left: 120px;
    padding-top: 17px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
}

#footerLink span {
    font-weight: 900;
    font-size: 38px;
}

#footerLink:hover {
    text-decoration: none !important
}

.footerSocials {
    margin-left: 117px;
}

#footer .social-link {
    width: 30px;
    height: 40px;
    float: left;
    background: #000000;
    color: #fff;
    font-size: 19px;
    border-radius: 100%;
    display: block;
    margin-top: 0;
    padding-left: 10px;
    margin-right: 10px;
    line-height: 40px;
    text-align: center;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
}

#footer .social-link.ytLink {
    padding-left: 2px;
    width: 38px;
}

#footer .social-link:hover {
    background: #ed1c24;
    color: #fff;
}

#footer .social-link.ytLink em {
    margin-top: 9px;
    text-align: left;
}

body.subpage #footer a,
body.subpage #footer {
    color: #000
}

body.subpage #footer a:focus {
    color: #000
}

.copyright {
    padding: 30px 0 20px;
    font-size: 14px;
    overflow: hidden;
    line-height: 27px;
    color: #a3a3a3;
}

.copyright a {
    color: #a3a3a3;
}

.copyright a:hover {
    color: #000;
}

.copyright .footerMenu {
    margin: 0 0 18px;
    padding: 0;
    list-style: none;
    width: 100%;
}

.copyright .footerMenu li {
    margin: 0 10px;
    padding: 0;
    display: inline;
    list-style: none;
}

.copyright .footerMenu li:first-child {
    margin: 0;
    padding: 0;
}

.copyright .footerMenu li a {
    font-size: 17px;
    font-weight: 400;
    color: #000;
}

.copyright .footerMenu li a:hover {
    text-decoration: underline;
}

.copyright .copy-text {
    font-size: 15px;
}


/****** MAIN MENU *******/


#mainMenu {
    z-index: 100;
    width: 100%;
    background: #005aab;
    -moz-box-shadow: 0 0 11px RGB(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 11px RGB(0, 0, 0, 0.2);
    box-shadow: 0 0 11px RGB(0, 0, 0, 0.2);
}

#mainMenu .the-nav {
    padding-left: 50px
}

#mainMenu ul {
    padding: 0;
    margin: 0;
}

#mainMenu li {
    display: inline;
    float: left;
    list-style-type: none;
    position: relative;
    margin: 0;
    padding: 0;
}

#mainMenu li .menuTop {
    font-size: 23px;
    color: #fff;
    font-family: 'Roboto';
    font-weight: 600;
    text-shadow: 0 1px 0 RGB(0, 0, 0, 0.5);
    position: relative;
    z-index: 100;
    float: left;
    cursor: pointer;
    padding: 13px 29px 14px;
    margin: 0;
}

#mainMenu li:hover .menuTop {
    background: #ed1c24;
    cursor: pointer;
    color: #fff;
}

#mainMenu .menuTop:focus {
    background: #ffff00 !important;
    outline: 1px dotted #ff0000;
    color: #000;
}

#mainMenu a:focus:hover {
    color: #000 !important;
}

.layout-left-flyout {
    height: 100%;
    position: fixed;
    visibility: hidden;
    z-index: 0;
    -moz-transition: visibility 0 linear 0.2s;
    -o-transition: visibility 0 linear 0.2s;
    -webkit-transition: visibility 0 linear;
    -webkit-transition-delay: 0.2s;
    transition: visibility 0 linear 0.2s;
    background: #005aab;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-perspective: 1000;
    -webkit-perspective: 1000;
    perspective: 1000;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.layout-left-flyout.isCbFlyNavActive {
    visibility: visible;
    z-index: 1;
    -moz-transition: z-index 0 linear 0.2s;
    -o-transition: z-index 0 linear 0.2s;
    -webkit-transition: z-index 0 linear;
    -webkit-transition-delay: 0.2s;
    transition: z-index 0 linear 0.2s;
}

.cbFlyNav-wrap {
    display: block;
    position: relative;
    height: 100%;
    overflow: hidden;
    width: 270px;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-perspective: 1000;
    -webkit-perspective: 1000;
    perspective: 1000;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.cbFlyNav-wrap > nav {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -moz-transition: -moz-transform 0 ease-in-out;
    -o-transition: -o-transform 0 ease-in-out;
    -webkit-transition: -webkit-transform 0 ease-in-out;
    transition: transform 0 ease-in-out;
    /*    height: 100%;
      overflow-y: auto;
      overflow-x: hidden;*/
}

.nav-collapse {
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.layout-right-content {
    -moz-transition: -moz-transform 0.2s ease-in-out;
    -o-transition: -o-transform 0.2s ease-in-out;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-perspective: 1000;
    -webkit-perspective: 1000;
    perspective: 1000;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    /* NOTE! Put container bg here so you don't
     get any clipping when the content is 
     transitioning. Any tips on alternate 
     solutions are welcome.
  */
}

.layout-right-content.isCbFlyNavActive {
    -moz-transform: translate3d(270px, 0, 0);
    -webkit-transform: translate3d(270px, 0, 0);
    transform: translate3d(270px, 0, 0);
    min-width: 320px;
}

.icon-cbmore {
    content: "";
    float: right;
    margin-top: 4.5px;
    padding: 4.5px;
    box-shadow: 1px -1px 0 0px #FFF inset;
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

.nav-flyout-navmask,
.nav-flyout-contentmask {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.nav-flyout-contentmask {
    z-index: 1;
}

.nav-flyout-navmask {
    right: 180px;
    z-index: 1;
}

@media screen and (max-width: 979px) {

    /* Menu Toggle */
    .btn-navbar {
        display: block;
        height: 35px;
        padding: 6px 0;
        position: absolute;
        width: 60px;
        z-index: 1;
    }

    .btn-navbar-navtoggle {
        left: 0;
        top: -70px;
        border: 1px solid #fff;
        background: #ed1c24;
    }

    .btn-navbar .icon-bar {
        display: block;
        width: 28px;
        height: 4px;
        background-color: #fff;
        margin: 7px auto 0 auto;
    }

    .btn-navbar .icon-bar + .icon-bar {
        margin-top: 3px;
    }
}

@media screen and (min-width: 979px) {
    .btn-navbar {
        display: none;
    }
}

/* Navbar Styles */
.navbar {
    margin: 0;
    padding: 5px 0;
    position: relative;
    width: 100%;
}

@media screen and (max-width: 979px) {
    .navbar .nav-collapse {
        display: none;
    }

    #mainMenu {
        left: 0;
        right: auto
    }
}

@media screen and (min-width: 321px) {
    .navbar {
        height: auto;
        position: relative;
        width: auto;
        padding: 0;
    }
}

/* Mobile First Nav */
.the-nav ul.nav-flyout {
    display: block;
    margin-bottom: 15px;
    float: none;
    padding: 10px 0 0 0;
    height: 100%;
}

.the-nav ul.nav-flyout > li {
    float: none;
    display: block;
    width: 270px;
}

.the-nav ul.nav-flyout li .menuTop {
    color: #FFF !important;
    display: block;
    text-decoration: none;
    width: auto;
    font-family: 'Roboto', Arial;
    font-size: 16px;
    padding: 11px 15px;
    text-transform: uppercase;
    margin-right: 0;
}

.the-nav ul.nav-flyout li ul li a {
    float: left;
    padding: 0 !important;
    font-size: 16px !important;
    font-weight: normal !important;
    width: 155px !important;
}

.the-nav ul.nav-flyout li .menuTop:focus {
    color: #000 !important;
}

.the-nav ul.nav-flyout li .menuTop:hover {
    color: #e68022;
}

.the-nav ul.nav-flyout .dropdown {
    position: static;
}

.the-nav ul.nav-flyout .dropdown .subnav {
    float: none;
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    padding: 10px 0 0 0 !important;
    left: auto;
    width: 0;
    min-width: 0;
    margin: 0;
    list-style: none;
    z-index: 1000;
    background: #000;
    border: none !important;
    transition: width .2s ease-in-out;
}

.the-nav ul.nav-flyout .dropdown .subnav a {
    color: #fff !important
}

.the-nav ul.nav-flyout .dropdown .subnav > li {
    width: 165px;
    padding: 6px 0 6px 15px;
    border-bottom: 1px dashed #999;
}

.the-nav ul.nav-flyout .dropdown .subnav.is-subnav-visible {
    width: 180px;
    padding-top: 30px;
    padding-left: 0;
}

.the-nav.is-inactive ul.nav-flyout > li > .menuTop {
    opacity: .2;

}

.the-nav.is-inactive ul.nav-flyout > li.is-active > a {
    opacity: 1;
    color:

}

/* Large Screen Styles*/
@media screen and (min-width: 321px) {

    .the-nav {
        display: block;
    }

    .the-nav .nav {
        display: block;
    }

    .the-nav .nav-pill:after {
        content: "";
        display: table;
        clear: both;
    }

    .the-nav > .nav {
        margin: 0;
        line-height: normal;
    }

    /* Active State */
    .the-nav > .nav > li:hover > a {
        color: #303030;
    }

    .the-nav > .nav > li:hover .caret {
        border-top-color: #303030;
        border-bottom-color: #303030;
    }

    /* Subnav */
    .nav > li > .subnav {
        display: none;
        position: absolute;
        top: 99%;
        left: 0;
        z-index: 101;
        margin: 0;
        background: #ed1c24;
    }

    .nav li ul.subnav {
        padding: 5px 0 11px 15px !important;
        width: 250px;
    }

    nav li ul.subnav.long {
        padding: 11px 0 10px 35px !important;
        width: 250px;
    }

    .nav li .subnav li {
        margin: 0 !important;
        display: block !important;
        float: left;
        border-bottom: 1px solid RGB(255, 255, 255, 0.2);
        width: 100%;
    }

    .nav li .subnav li:last-child {
        border-bottom: none;
    }

    .nav li.dropdown .subnav li a {
        color: #fff !important;
        display: block !important;
        font-size: 15px !important;
        line-height: 20px !important;
        width: 245px;
        font-family: "Roboto";
        text-shadow: none !important;
        font-weight: normal !important;
        text-transform: none !important;
        border-right: none !important;
        padding: 6px 0px 6px 0 !important;
        -moz-transition: all, 0.2s;
        -o-transition: all, 0.2s;
        -webkit-transition: all, 0.2s;
        transition: all, 0.2s;
    }

    .nav li.dropdown .subnav li a:focus {
        color: #000 !important
    }

    .nav li .subnav li:hover a {
        color: #ffee7d !important;
    }

}

/****** END OF MAIN MENU *******/

.newsSlider {
    overflow: hidden;
    position: relative;
}

.newsSlider .owl-controls {
    display: block !important;
    position: absolute;
    top: 10px;
    left: 10px;
}

.newsCarousel {
    width: 100%;
    height: 360px;
    display: block;
    background-repeat: no-repeat;
    background-size: auto 100%;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
}

.newsCarousel:hover {
    background-size: auto 103%
}

.newsCarousel .newsWrapper {
    display: block;
    float: right;
    width: 450px;
    color: #fff;
    height: 100%;
    background-color: #ed1c24;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
}

.newsCarousel:hover .newsWrapper {
    background-color: #d11920;
}

.newsCarousel .newsWrapper .newsContent {
    padding: 30px;
}

.newsCarousel .newsWrapper .title {
    font-size: 21px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 9px;
}

.newsCarousel .newsWrapper .date {
    font-size: 16px;
    opacity: 0.6;
    margin-bottom: 11px;
}

.newsCarousel .newsWrapper .content {
    font-size: 16px;
    line-height: 1.45;
}


/****** CONTENT *******/

.contentWrapper {
    padding: 25px 0 40px;
}

.contentWrapper .left-column {
    float: left;
    font-size: 17px;
    width: 100%;
    line-height: 1.55;
}

.content-wrapper {
    overflow: hidden;
    font-size: 17px;
    line-height: 1.55;
}

.contentWrapper .left-column h3,
.content-wrapper h3,
.content-wrapper h4 {
    margin-top: 30px;
    display:inline-block;
    width: 100%;
}

.content-wrapper h5 {
    margin-top: 35px;
}

.contentWrapper .left-column img {
    max-width: 100%;
    height: auto;
}

.contentWrapper .left-column ol,
.contentWrapper .left-column ul {
    margin: 0 0 20px;
    padding-left: 30px;
}

.contentWrapper .left-column ol li,
.contentWrapper .left-column ul li {
    margin: 0 0 6px;
}

.contentWrapper .left-column table {
    border-collapse: collapse;
    border: 1px solid #eee;
    width: 100%;
}

.contentWrapper .left-column table td {
    border: 1px solid #eee;
    padding: 6px 10px;
}

.contentWrapper .left-column table td p {
    margin: 0;
}


.contentWrapper .articleDate {
    opacity: 0.5;
    margin-bottom: 15px;
    font-size: 17px;
}

.contentWrapper .articlePic {
    margin: 20px 0 30px;
    position: relative;
}

.contentWrapper .articlePic img {
    display: block;
}

.contentWrapper .articlePic > div {
    background: #05050582;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    color: #cdcdcd;
}


.relatedArticles {
    margin-bottom: 45px;
    color: #000;
    display: inline-block;
    font-size: 17px;
    line-height: 1.45;
}

.relatedArticles .relatedTitle {
    margin-bottom: 2px;
    font-weight: bold;
    font-size: 19px;
    line-height: 1.45;
}

.relatedArticles .relatedDate {
    margin-bottom: 5px;
    opacity: 0.7;
    font-size: 17px;
    line-height: 1.45;
}

/****** LIST VIEW *******/

.newsItem.col {
    margin-bottom: 3%;
}

.newsItem .newsLink {
    font-size: 17px;
    line-height: 1.35;
    font-weight: bold;
    font-family: "Roboto";
    color: #005aab;
}

.newsItem .newsLink:hover {
    color: #009de0;
}

.newsItem .newsDate {
    font-size: 16px;
    line-height: 1.35;
    font-weight: 400;
    margin-top: 5px;
    color: #b4afac;
}

.small a.newsLink {
    font-size: 15px;
    line-height: 21px;
}

.newsItem:hover .newsLink {
    color: #000;
}

.newsItem .date {
    position: absolute;
    top: 0;
    padding: 5px 10px;
    color: #fff;
    background: #005aab;
    left: 0;
    font-size: 13px;
}

.newsItem .newsPic {
    margin-bottom: 12px;
    float: left;
    position: relative;
    width: 100%;
}

.newsItem .newsPic img {
    display: block;
    transition: all 0.3s ease 0s;
    -moz-box-shadow: 0 0 6px RGB(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 6px RGB(0, 0, 0, 0.1);
    box-shadow: 0 0 6px RGB(0, 0, 0, 0.1);
}

.newsItem:hover .newsPic img {
    -moz-box-shadow: 0 0 11px RGB(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 11px RGB(0, 0, 0, 0.2);
    box-shadow: 0 0 11px RGB(0, 0, 0, 0.2);
}

.newsItem .newsPic a:focus {
    background: #ffff00 !important;
    outline: 2px dotted #ff0000;
    color: #000 !important;
}

.newsItem .newsDesc {
    font-size: 14px;
    line-height: 23px;
    color: #000;
}

.small .newsDesc {
    font-size: 13px;
    line-height: 21px;
}

.gridSeparator {
    clear: both;
}

#events {
    margin-bottom: 50px;
    overflow: hidden
}

#events .event-row {
    width: 100%;
    display: block;
    float: left;
    padding-bottom: 12px;
    margin-top: 12px;
    border-bottom: 1px solid #dfdfdf;
}

#events .event-row:hover {
    opacity: 0.7;
}

#events .event-row:first-child {
    margin-top: 0;
}

#events .event-row .event-date {
    width: 80px;
    display: inline;
    float: left;
    padding: 13px 0 9px;
    border-right: 1px solid #dfdfdf;
    color: #009de0;
    font-size: 20px;
    text-align: center;
    font-family: "Roboto";
}

#events .event-row .event-date span {
    color: #393939;
    font-size: 15px;
    line-height: 15px;
    font-family: "Roboto";
}

#events .event-row .event-name {
    width: 195px;
    display: inline;
    float: right;
    padding: 11px 0 0;
    font-size: 14px;
    color: #393939;
    line-height: 22px;
    font-family: "Roboto";
}

/****** CONTENT GRID CSS *******/

/*  SECTIONS  */
.section {
    clear: both;
    padding: 0px;
    margin: 0px;
}

/*  COLUMN SETUP  */
.col {
    display: block;
    float: left;
    margin: 0 0 3% 4%;
}

.col.right {
    float: right;
}

.col.align-right {
    text-align: right
}

.col:first-child {
    margin-left: 0;
}


/*  GROUPING  */
.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1;
    /* For IE 6/7 */
}

/*  GRID OF TWELVE  */

.span_1_of_5 {
    width: 16.7%;
}

.span_12_of_12 {
    width: 100%;
    margin: 0 0 3% 0;
}

.span_11_of_12 {
    width: 91.33%;
}

.span_10_of_12 {
    width: 82.66%;
}

.span_9_of_12 {
    width: 74%;
}

.span_8_of_12 {
    width: 65.33%;
}

.span_7_of_12 {
    width: 56.66%;
}

.span_6_of_12 {
    width: 48%;
}

.span_5_of_12 {
    width: 39.33%;
}

.span_4_of_12 {
    width: 30.66%;
}

.span_3_of_12 {
    width: 22%;
}

.span_2_of_12 {
    width: 13.33%;
}

.span_1_of_12 {
    width: 4.666%;
}

.col.first {
    margin-left: 0;
}

.col.last {
    margin-right: 0;
}

.group .right {
    float: right;
    text-align: right
}

.col img {
    max-width: 100%
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 979px) {
    .col {
        margin: 1% 0 1% 0%;
    }

    .span_1_of_5,
    .span_1_of_12,
    .span_2_of_12,
    .span_3_of_12,
    .span_4_of_12,
    .span_5_of_12,
    .span_6_of_12,
    .span_7_of_12,
    .span_8_of_12,
    .span_9_of_12,
    .span_10_of_12,
    .span_11_of_12,
    .span_12_of_12 {
        width: 100%;
    }
}

/****** END OF CONTENT GRID CSS *******/


/****** SLIDERS *******/

.owl-carousel.karuzela {
    width: calc(100% - 86px);
    margin: 2px auto 0;
}

.karuzela.owl-carousel .owl-wrapper-outer {
    width: 100%;
}


.owl-theme.galeria .owl-controls .owl-buttons .owl-prev:focus i,
.owl-theme.galeria .owl-controls .owl-buttons .owl-next:focus i {
    outline: 2px dotted #ff0000;
}

.carouselBox {
    height: 190px;
    margin: 0 1px;
    display: block;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: relative;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
}

.carouselBox:hover {
    background-size: auto 103%;
}

.carouselBox .tileTitle {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 8px 13px;
    background-color: #ed1c24;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
}

.carouselBox:hover .tileTitle {
    left: 10px;
    bottom: 10px;
}

/****** END OF SLIDERS *******/


.ui-tabs-vertical {
    width: 100%;
}

.ui-tabs-vertical .ui-tabs-nav {
    padding: 0;
    float: right;
    margin: 0;
    list-style: none;
    width: 570px;
}

.ui-tabs-vertical .ui-tabs-nav li {
    clear: left;
    border-bottom: 1px solid #eee;
    padding: 10px 0 9px 25px;
    margin: 0;
}

.ui-tabs-vertical .ui-tabs-nav li a {
    display: block;
    font-size: 18px;
    color: #000;
}

.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
    background: url(../img/newsHover.png) repeat-y;
}

.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active a {
    color: #222;
}

.ui-tabs-vertical .ui-tabs-panel {
    float: left;
    width: 670px;
    -moz-box-shadow: 0 0 17px RGB(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 17px RGB(0, 0, 0, 0.1);
    box-shadow: 0 0 17px RGB(0, 0, 0, 0.1);
}

.homeIntro {
    height: 415px;
    position: relative;
    width: 100%;
    transition: all 0.3s ease 0s;
    background-size: 100% auto;
}

.homeIntro:hover {
    background-size: 102% auto;
}

.homeIntro .date {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    font-size: 16px;
    padding: 8px 15px;
    text-shadow: 0 1px 0 RGB(0, 0, 0, 0.6);
    background: RGB(0, 0, 0, 0.4);
}

.homeIntro .description {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    font-size: 15px;
    transition: all 0.3s ease 0s;
    padding: 13px 0 17px;
    background: RGB(0, 0, 0, 0.8);
}

.homeIntro:hover .description {
    padding: 19px 0 22px;
}


.homeIntro .description .newsTitle {
    color: #fff;
    text-shadow: 0 1px 0 RGB(0, 0, 0, 0.6);
    font-size: 20px;
    font-weight: bold !important;
    font-family: "Exo 2";
    line-height: 1.3;
    margin: 0 0 10px 20px;
}

.homeIntro:hover .description .newsTitle {
    color: #fff7b1
}

.homeIntro .description p {
    line-height: 1.41;
    font-weight: 300 !important;
    margin: 0 20px 0 20px;
}

.homeIntro .description p strong {
    font-weight: 300 !important;
}

.more {
    color: #fff;
    font-size: 19px;
    background: #005980;
    display: block;
    margin: 15px 0 0;
    line-height: 21px;
    float: left;
    font-weight: normal;
    font-family: "Roboto";
    padding: 12px 25px 13px;
}

.more:hover {
    background: #000;
    color: #fff;
}

.more.backLink {
    margin-top: 40px
}

.more.red {
    background: #ed1c24;
    margin: 0;
}

.more.red:hover {
    background: #005aab;
}

.right-row .more {
    background: #005980;
}

.center-row {
    width: 100%;
    text-align: center;
    overflow: hidden;
    margin-bottom: 20px;
}

.right-row {
    width: 100%;
    overflow: hidden;
    margin-top: 15px;
}

.center-row .more {
    float: none;
    width: 235px;
    text-align: center;
    margin: 0 auto;
}

.right-row .more {
    float: right;
}

#icons-box {
    margin-top: 10px;
    margin-bottom: 40px;
}

#icons-box .iconItem {
    background: #e5f2f7;
    padding: 20px 0 15px;
    position: relative;
    min-height: 165px;
    text-align: center;
    font-family: "Roboto";
    font-size: 16px;
    background-size: 100% auto;
    transition: all 0.3s ease 0s;
}

#icons-box .iconItem:hover {
    -moz-box-shadow: 0 0 14px #d5d5d5;
    -webkit-box-shadow: 0 0 14px #d5d5d5;
    box-shadow: 0 0 14px #d5d5d5;
    background-size: 102% auto;
}

#icons-box .iconItem .icon-title {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    text-shadow: 0 1px 0 #000;
    font-size: 21px;
    font-weight: 400;
    transition: all 0.3s ease 0s;
    padding: 8px 15px 10px;
    line-height: 1.38;
    font-family: "Roboto";
    text-shadow: 0 1px 0 RGB(0, 0, 0, 0.7);
    background: RGB(26, 128, 172, 0.8)
}

#icons-box .iconItem:hover .icon-title {
    color: #fff7b1;
    padding: 10px 20px 14px 22px;
}

#articleIntro {
    margin-bottom: 35px
}

#articleTxt {
    font-size: 16px;
    line-height: 24px
}

#list-box {
    overflow: hidden;
    margin-bottom: 30px;
}

.listItem a {
    color: #303030;
    line-height: 26px;

}

.listItem .properties {
    float: right;
    border-top: 1px solid #eee;
    overflow: hidden;
    background: #f5f5f5;
    padding: 5px 10px 5px 20px;
    box-sizing: border-box;
    margin-top: 0;
    width: 100%;
}

.listItem .properties dl {
    float: left;
    margin-right: 20px;
}

.listItem .properties dl:last-child {
    margin-right: 0;
}

.listItem .properties dl dt {
    display: inline;
}

.listItem .properties dl dd {
    display: inline;
    font-weight: bold;
    margin-left: 5px;
}

.listItem .listPic {
    transition: all 0.3s ease 0s;
}

.listItem .listPic img {
    display: block;
}

.listItem:hover .listPic {
    -moz-box-shadow: 0 0 14px #d5d5d5;
    -webkit-box-shadow: 0 0 14px #d5d5d5;
    box-shadow: 0 0 14px #d5d5d5;
}

.listItem a .linkTitle {
    color: #ed1c24;
    font-weight: bold;
    font-family: "Roboto";
    font-size: 19px;
    margin-bottom: 2px;
}

.listItem a .date {
    font-weight: 300;
    font-family: "Roboto";
    font-size: 14px;
    margin-bottom: 3px;
}

.listItem:hover .linkTitle {
    color: #303030;
}

.isotopeGrid {
    float: left;
    width: 100%;
    display: block
}

.simpleTable {
    border: 1px solid #ccc;
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 50px;
}

.simpleTable tr th {
    padding: 7px 3px 7px 5px;
    font-size: 15px;
    text-align: left;
    font-weight: bold;
    background-color: #ebf2f8;
    border: 1px solid #ccc
}

.simpleTable tr td {
    padding: 7px 3px 7px 5px;
    font-size: 15px;
    text-align: left;
    line-height: 20px;
    border: 1px solid #ccc
}

.contentBox {
    float: left;
    width: 100%;
    margin-bottom: 45px;
}

.fitVids-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.fitVids-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.date-add {
    margin-bottom: 30px;
}

.noPrint {
    background: #005980;
    color: #fff;
    padding: 8px 20px;
    font-size: 16px;
    cursor: pointer;
    border: none;
    font-weight: bold;
}

.noPrint:focus {
    background-color: #ffff00;
    color: #000;
    outline: 2px dotted #ff0000;
}

.archiveWrapper {
    font-size: 18px;
    padding: 30px 0 20px;
    line-height: 27px;
}

/**** FORMS  ***/

.formRow {
    margin: 10px 0 0;
}

.formRow select {
    background: #e4e4e4;
    color: #1d1e1e;
    font-size: 20px;
    border: none !important;
    margin: 0 10px 0 0;
    padding: 6px 15px 6px 10px;
    font-family: "Roboto";
}

.formRow .text {
    background: #e4e4e4;
    color: #1d1e1e;
    font-size: 20px;
    border: none !important;
    margin: 0 10px;
    padding: 8px 15px 8px 10px;
    font-family: "Roboto";
}

.formRow .button {
    background: #ed1c24;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    border: none !important;
    cursor: pointer;
    margin: 0 10px 0 0;
    padding: 6px 15px;
    font-family: "Roboto";
}

.formRow .button:hover {
    opacity: 0.7;
}


body .isotopeGrid-item > a:focus > div {
    background: #ffff00 !important;
    color: #000;
}

.nodeFilesContainer + .isotopeGrid,
.content-wrapper + .isotopeGrid {
    margin-top: 30px;
}

.content-wrapper + .nodeFilesContainer {
    margin-top: 40px
}


body.zalatw-sprawe .nodeFilesContainer {
    display: grid;
    row-gap: 20px;
    column-gap: 1%;
    grid-template-columns: repeat(auto-fit, minmax(100px, 24%));
    justify-content: space-between;
}

body.zalatw-sprawe .nodeFilesContainer::after {
    content: "";
    flex: 0 0 32%;
    max-width: 480px;
}

body.zalatw-sprawe .nodeFilesContainer > div {
    flex-basis: 24%;
    align-self: flex-start;
}

body.zalatw-sprawe .nodeFilesContainer > div + div {
    margin-top: 0;
}

body.zalatw-sprawe .nodeFilesContainer a {
    padding: 20px;
}

body.zalatw-sprawe .nodeFilesContainer a > span {
    max-width: none;
    font-weight: bold;
    margin-bottom: 3px;
}

body.zalatw-sprawe .nodeFilesContainer a > i {
    margin-bottom: 10px;
    font-size: 60px;
    top: auto;
    left: auto;
    position: relative;
}

.simpleList {
    padding: 0;
    margin: 0;
}

.simpleList li {
    border: 1px solid #eee;
    padding: 10px 20px;
    margin: 0 0 12px;
    font-weight: bold;
    list-style: none;
}

.contentWrapper .left-column .wydzial-link {
    display: flex;
    padding: 0;
    margin: 0 0 40px;
    justify-content: space-evenly;
    align-items: center;
    list-style: none;
}

.contentWrapper .left-column .wydzial-link li {
    display: contents;
    list-style-type: none;
    list-style: none;
    position: relative;
}

.contentWrapper .left-column .wydzial-link li:not(:last-child):after {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background-color: #fff;
    display: block;
}

.contentWrapper .left-column .wydzial-link li a {
    padding: 12px 25px;
    background: #005aab;
    color: #fff;
    text-align: center;
    display: block;
    width: 100%;
    font-weight: bold;
    font-size: 19px;
    line-height: 25px;
}

.contentWrapper .left-column .wydzial-link li a:hover {
    background: #ed1c24;
}


.contentWrapper .left-column .special-link {
    display: block;
    padding: 0;
    margin: 0 0 40px;
    list-style: none;
}

.contentWrapper .left-column .special-link li {
    list-style-type: none;
    list-style: none;
    margin-bottom: 10px;
    width: 100%;
    position: relative;
}

.contentWrapper .left-column .special-link li a {
    padding: 12px 0;
    background: #005aab;
    color: #fff;
    text-align: center;
    display: block;
    width: 100%;
    font-weight: bold;
    font-size: 19px;
    line-height: 25px;
}

.contentWrapper .left-column .special-link li a:hover {
    background: #ed1c24;
}

.zarzad h6 {
    margin-top: 10px;
}

.zarzad p {
    font-size: 13px;
    margin-bottom: 2px;
}

.zarzad .position {
    font-size: 13px;
    margin-bottom: 15px;
    font-weight: bold;
}

img.alignleft,
.alignleft {
    float: left;
    margin-right: 10px;
}

h2.searchForm,
h2.map {
    clear: both;
    background: #2379c6;
    color: #fff;
    padding: 6px 20px;
    font-size: 17px;
    font-weight: bold;
    margin-top: 60px;
}

h2.map {
    background: #005aab;
}

form.searchForm {
    display: block;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}

.searchResultRow:first-child {
    margin-top: 20px;
}

form.objectSearch {
    margin-bottom: 50px;
}

form.objectSearch .row {
    margin-bottom: 20px;
}

form.objectSearch .row input.text {
    padding: 5px 15px;
    font-size: 18px;
    font-family: "Roboto";
}

form.objectSearch .row select {
    min-width: 332px;
    font-family: "Roboto";
}

div.componentProperties {
    border: 1px solid #eee;
    overflow: hidden;
    background: #f5f5f5;
    padding: 15px 20px 15px 20px;
    margin-bottom: 20px;
}

div.componentProperties dl {
    border-bottom: 0px solid #eee;
    margin-bottom: 3px;
    overflow: hidden;
    margin-top: 8px;
}

#mapContainer {
    height: 500px;
    background: #000;
    margin-top: 30px;
}

#mapContainer.investitions {
    height: 800px;
}

/*#mapContainer div[role="button"] {width:50px !important; height:50px !important;}
#mapContainer div[role="button"] img{width:50px !important; height:50px !important;}
#mapContainer div[aria-roledescription="mapa"] img{width:50px !important; height:50px !important;}*/

h4.nurseryMapTitle {
    font-size: 16px;
}

div.componentProperties dl:first-child {
    margin-top: 5px;
}

div.componentProperties dl dt {
    display: inline;
    float: left;
    text-align: right;
    width: 30%;
    padding-right: 10px;
}

div.componentProperties dl dd {
    display: inline;
    font-weight: bold;
    width: 67%;
    float: right;
    margin: 0;
}

#zalatw-container {
    margin-bottom: 50px;
    margin-top: 25px;
    display: flex;
    flex-direction: row;
    column-gap: 4px;
    align-items: stretch;
    justify-content: space-around;
    align-content: stretch;
}

#zalatw-container .zalatw-box {
    color: #fff;
    flex: 0 0 25%;
    flex-grow: 1;
}


#zalatw-container .zalatw-box .zalatw-inner {
    padding: 0 10px 20px 25px;
}

#zalatw-container .zalatw-box .zalatw-inner h4 {
    color: #fff;
}

#zalatw-container .zalatw-box .zalatw-inner ul {
    margin: 0;
    padding: 0 0 0 19px;
}

#zalatw-container .zalatw-box .zalatw-inner ul li {
    margin: 0 0 3px;
    list-style: square;
}

#zalatw-container .zalatw-box .zalatw-inner ul li a {
    color: #fff;
    line-height: 19px;
    display: block;
    font-size: 15px;
}

#zalatw-container .zalatw-box .zalatw-inner ul li a:hover {
    text-decoration: underline
}

#zalatw-container .zalatw-box .zalatw-inner ul li a:focus {
    color: #000;
}

#zalatw-container .zalatw-box.green {
    background: rgb(22, 185, 142);
    background: linear-gradient(180deg, rgba(22, 185, 142, 1) 0%, rgba(13, 126, 106, 1) 100%);
}

#zalatw-container .zalatw-box.blue {
    background: rgb(50, 138, 201);
    background: linear-gradient(180deg, rgba(50, 138, 201, 1) 0%, rgba(14, 76, 127, 1) 100%);
}

#zalatw-container .zalatw-box.red {
    background: rgb(218, 41, 59);
    background: linear-gradient(180deg, rgba(218, 41, 59, 1) 0%, rgba(191, 4, 23, 1) 100%);
}

#zalatw-container .zalatw-box.orange {
    background: rgb(219, 158, 41);
    background: linear-gradient(180deg, rgba(219, 158, 41, 1) 0%, rgba(192, 119, 4, 1) 100%);
}

.investmentMapWrapper {
    position: relative;
}

.investmentMapWrapper .investmentSearch {
    position: absolute;
    z-index: 99;
    right: 8px;
    top: 10px;
}

.mapPopupContentContainer {
    font-size: 14px;
    line-height: 1.58;
}

.mapPopupContentContainer .mceContentBody {
    margin-top: 10px;
}
.mapPopupContentContainer h3 {
    font-size: 20px;
    margin-bottom: 15px;
    margin-top: 0 !important;
    color: #ed1c24;
    line-height: 1.45;
}

.mapPopupContentContainer h4 {
    font-size: 17px;
    margin-bottom: 8px;
    line-height: 1.45;
}

.mapPopupContentContainer h5 {
    font-size: 16px;
    margin-bottom: 8px;
    line-height: 1.45;
}

.investmentMapWrapper .investmentSearch fieldset {
    background: white;
    border: 0;
    padding: 15px 15px;
    box-shadow: 1px 1px 3px #5f5f5f80;
    border-radius: 3px;
}

.investmentMapWrapper .investmentSearch label {
    display: block;
    color: #565656;
    font-size: 14px;
    font-weight: bold;
}

.investmentMapWrapper .investmentSearch select {
    display: block;
    width: 100%;
    cursor: pointer;
    padding: 7px 7px;
    font-size: 18px;
    margin-bottom: 13px;
    font-family: "Roboto";
    border: 1px solid #eee;
    background: #f5f5f5;
}

.investmentMapWrapper .investmentSearch input[type="reset"] {
    margin-top: 10px;
    background: #ed1c24;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    border: none !important;
    cursor: pointer;
    padding: 6px 15px;
    font-family: "Roboto";
}

.googleMap.investitions {
    margin-top: 0 !important;
}

.gm-style-iw-chr {
    height: 20px;
}

.mapPopupFooter { 
    margin-top: 10px; 
    text-align: left;
}

.mapPopupMore,
.mapPopupFooter .mapPopupMore:focus { 
    padding:6px 10px; 
    background:#ed1c24; 
    color:#fff; 
    text-decoration:none; 
    font-size:15px; 
    display: block;
    text-align: center;
    font-weight: bold;
    outline: none;
}
.mapPopupMore:hover { 
    background:#005aab; 
    color:#fff; 
}

.nodeGalleryContainer.investGallery {
    margin-top: 0;
    grid-template-columns: repeat(2, 1fr);
}

.legendWrapper {
    background: #fff;
    position: absolute;
    font-size: 14px;
    line-height: 1.35;
    row-gap: 15px;
    padding: 15px 9px;
    z-index: 10;
    bottom: 20px;
    box-shadow: 0px 0px 11px RGB(0, 0, 0, 0.3);
    width: 200px;
    left: 20px;
    justify-content: space-around;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
}

.legendWrapper .legendBox {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.legendWrapper .legendBox img{
    width: 45px;
    height: auto;
}