@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,400italic&subset=latin,latin-ext);

.d-none {
    display: none !important;
}

root {
    display: block;
}

body, html {
    height: 100%;
    margin: 0px;
    font-family: 'Open Sans', Arial, sans-serif;
    color: #262626;
    background-color: #fff;
    font-size: 13px;
}

a {
    color: #fff;
    outline: 0;
    text-decoration: none;
}

a:hover {
    color: #c51230;
    text-decoration: none;
    outline: 0;
}

a:hover, a:active, a:focus {
    outline: 0;
    text-decoration: none;
}

img {
    width: 100%;
    display: block;
    color: transparent;
    font-size: 0;
    vertical-align: middle;
}
.logo-img {
    display: inline !important;
    width: 239px!important;
    height:auto!important;

}
.logo-kob{
    display: inline !important;
    width: 20%;
    margin-left: 10px;
    margin-right: 10px;
}
.logo-eas{
    display: inline !important;
    width: 30%;
    margin-left: 10px;
    margin-right: 10px;
}
.dijitTitlePaneTextNode a:FOCUS {
    background-color: red;
}

i {
    font-style: italic;
}

b, strong {
    font-weight: 700;
}

.giostitle .h1 {
    color: #283e4d;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 18px 0;
}

.logo {
    float: left;
    z-index: 2000;
    position: relative;
}
.logo_gios{
    width: 102px;
    height: 102px;
}
.search {
    width: 55%
}

.icons {
    width: 45%
}

.icons ul {
    width: 100%;
    margin: 23px 0 0 0;
    padding: 0;
}

.search .form-group {
    width: 65%;
}

.search .form-group input {
    width: 100%;
}

.lang {
    display: block;
    float: right;
    background: #efefef;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 120px;
    padding: 3px 10px 2px 10px;
    margin: 20px 0 20px 20px;
}

.lang a {
    display: block;
    float: left;
}

.lang a.inv {
    margin: 0 5px;
}

.lang a.flag {
    margin: 3px;
}

.toppanel {
    padding-top: 20px;
    padding-bottom: 20px;
}

.topmenu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.topmenu li {
    display: inline-block;
    margin: 0;
    float: left;
    height: 50px;
}

.greybox1 {
    height: 34px !important;
    width: 60%;
    display: block !important;
    float: left;
    background: #efefef;
    padding: 2px 5px;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.greybox2 {
    height: 34px !important;
    width: 20%;
    display: block !important;
    float: left;
    background: #efefef;
    padding: 6px 5px;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

.greybox3 {
    height: 34px !important;
    width: 20%;
    display: block !important;
    float: left;
    background: #efefef;
    padding: 6px 5px;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.flagen {
    display: block;
    width: 24px;
    height: 18px;
    background: url(../img/flag_en.png) no-repeat;
    text-indent: -9999px;
}

.flagpl {
    display: block;
    width: 24px;
    height: 18px;
    background: url(../img/flag_pl.png) no-repeat;
    text-indent: -9999px;
}

.invalid {
    display: block;
    width: 24px;
    height: 27px;
    background: url(../img/invalid.png) no-repeat;
    color: #000;
    padding-left: 30px;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 1.3;
}

.btn-search {
    background: #3a6787;
    border-color: #2e526b;
    color: #fff;
    margin-top: 22px;
}

.btn-search:hover {
    background: #2e526b;
    color: #fff;
}

.rwdmenu {
    display: inline-block;
    float: left;
    position: relative;
    width: 140px;
    z-index: 200;
}

.rwdmenuinfo {
    float: left;
    margin-left: 15px;
    margin-top: 27px;
}

.rwdmenuinfo .h2 {
    font-size: 18px;
    color: #fff;
    margin-top: 2px;
}

.navbar-menu {
    background: #77b512;
    border: 0;
    border-radius: 0;
    height: 85px;
    margin-bottom: 0;
}

.navbar-brand {
    margin: -7px 0;
    padding: 0;
}

.menu {
    margin-left: 120px;
}

.menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu ul li {
    float: left;
    display: inline-block;
}

.menu ul li a {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    padding: 32px 15px 33px;
}

.menu ul li a:hover {
    background: #5c8f0e;
    color: #fff;
}

.menu ul li.active a {
    color: #fff;
    font-weight: 700;
}

.navbar-toggle {
    background: #ffbb7d;
    border-radius: 0;
}

.navbar-toggle .icon-bar {
    background: none repeat scroll 0 0 #6d4c38;
}

.greybg {
    background: #f7f7f7;
    min-height: 120px;
    height: auto;
}

.greybg2 {
    background: #f7f7f7;
    height: 75px;
    border-top: 1px solid #d0d0d0;
}

.greybg3 {
    background: #f7f7f7;
    border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 15px;
}

.greenbg {
    background: #77b512;
    height: 85px;
}

.whitebg {
    background: #fff;
    padding-bottom: 30px;
}

.whitebg3 {
    background: #fff;
}

.whitebg2 {
    background: #fff;
    padding-bottom: 30px;
    padding-top: 30px;
}

.whitebg, .whitebg2, .whitebg3, .greybg, .greybg2, .greybg3, .greenbg, .sliderbg {
    margin-left: 0px;
    margin-right: 0px;
}


.menusub {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
}

.menusub li {
    float: left;
    display: inline-block;
    background: #74b412;
    padding: 15px 20px;
    margin: 10px 3px 30px 0;
    text-align: center;
    max-width: 200px;

}

.menusub li.xl {
    max-width: 190px;
}

.menu li.xtl {
    max-width: 200px;
}

.menusub li.xxl {
    max-width: 300px;
}

.menusub li.twolines {
    padding: 6px 20px 7px 20px;
    line-height: 18px;
}

@media (min-width: 768px) {
    .menusub li.twolines.threelines {
        max-width: 230px;
    }
}

.menusub li a {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
}

.menusub li a:hover {
    color: #fff;
}

.menusub li:hover, .menusub li.active {
    background: #5c8f0e;
}

.breadcrumb {
    background: transparent;
    padding: 8px 0;
}

.breadcrumb li a {
    font-size: 13px;
    color: #757575;
}

.breadcrumb > li + li::before {
    color: #ccc;
    content: "» ";
    padding: 0 5px;
}

.breadcrumb > .active {
    font-size: 13px;
    color: #74b412;
}

article .h2 {
    color: #74b412;
    font-weight: 300;
    font-size: 30px;
}

.copyinfo {
    text-align: right;
    font-size: 11px;
}

.copyrights {
    text-align: right;
    font-size: 12px;
    margin-top: 30px;
}

.copyrights_index {
    text-align: center;
    font-size: 12px;
    margin-top: 30px;
}

.counter {
    color: #919191;
}

.counter a {
    color: #919191;
}

.startWindow {
    background: #f8f8f8;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #cfcfcf;
    margin-bottom: 15px;
    margin-top: 15px;
    width: 100%;
    height: inherit;
    min-height: 270px;
}

.startWindow.red {
    border-color: #d22626;
}

.startWindow .icon {
    width: 100%;
    text-align: center;
    padding: 20px 0;
    min-height: 60px;
}

.startWindow .icon img {
    width: 60px;
    display: inline;
}

.startWindow .h2 {
    color: #77b512;
    font-family: museo500, Arial, sans-serif;
    font-size: 23px;
    text-align: center;
    margin-top: 0;
    min-height: 55px;
}

.startWindow .h2:hover {
    color: #7d92ac;
}

.startWindow.red .h2 {
    color: #d22626;
}

.startWindow.red .h2:hover {
    color: #7d92ac;
}

.startWindow .descr {
    text-align: center;
    padding-bottom: 15px;
    padding-left: 5px;
    padding-right: 5px;
}

.startWindow .h4 {
    font-family: museo500, Arial, sans-serif;
    font-size: 13px;
    text-align: center;
    margin: 4px;
}

.startWindow .h4 a {
    color: #77b512;
    text-decoration: underline;
}

.startWindow .h4 a:hover {
    color: #7d92ac;
    text-decoration: underline;
}

.mapsWindow {
    height: 250px;
}

.greybg3 .h2 {
    font-family: museo500, Arial, sans-serif;
    font-size: 23px;
    margin-top: 10px;
    min-height: 55px;
}

.greybg3 .h2 a {
    color: #77b512;
}

.greybg3 .h2 a:hover {
    color: #7d92ac;
}

.greybg3 .h2 a:focus {
    outline: #0f0f0f;
}

.newsblockImage {
    width: 40%;
    float: left;
}

.newsblock {
    width: 60%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    color: #828282;
}

.newsblock .h3 {
    margin-top: -10px;
}

.newsblock a {
    font-size: 18px;
    color: #67759f;
}

.newsblock a:hover {
    color: #47516d;
}

.newsblock .more {
    float: right;
    padding-top: 15px;
}

.newsblock .more a {
    color: #8cbf49;
    font-size: 18px;
}

.newsblock .more a:hover {
    color: #74b412;
}


.newsblock2 {
    width: 100%;
    float: left;
    padding-right: 10px;
    color: #828282;
    margin-bottom: 15px;
}

.newsblock2 .newsblockImage {
    border-right: 10px solid #fff;
    margin-right: 10px;
}

.newsblock2 .h2 {
    margin: 0;
    font-weight: 300;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    padding-bottom: 10px;
    font-size: 20px;
}

.newsblock2 .green {
    background: #78b614;
    float: left;
    width: 100%;
    color: #fff;
    font-size: 14px;
}

.newsblock2 .grey {
    background: #efefef;
    float: left;
    width: 100%;
    color: #262626;
    font-size: 14px;
}

.newsblock2 .blue {
    background: #439fe9;
    float: left;
    width: 100%;
    color: #fff;
    font-size: 14px;
}

.newsblock2 .green a:hover {
    color: #99c74e;
}

.newsblock2 .grey a {
    color: #262626;
}

.newsblock2 .blue a:hover {
    color: #ffffffa8;
}

.newsblock2 .green .h2 {
    border-bottom: 1px solid #99c74e;
}

.newsblock2 .green .h2 a:hover {
    color: #99c74e;
}

.newsblock2 .grey .h2 {
    border-bottom: 1px solid #bcbcbc;
}

.newsblock2 .grey .h2 a {
    color: #262626;
}

.newsblock2 .grey .h2 a:hover {
    color: #262626;
}

.newsblock2 .blue .h2 {
    border-bottom: 1px solid #fff;
}

.newsblock2 .blue .h2 a:hover {
    color: #ffffffa8;
}

.footlogo {
    float: left;
    padding: 10px 5px;
}

.footlogo.l1 {
    width: 25%;
}

.footlogo.l2 {
    width: 10%;
}

.footlogo.l3 {
    width: 25%;
}

.footlogo.l4 {
    width: 40%;
}

/* ------------------------------------------
  NAV TOGGLE STYLES
--------------------------------------------- */
.nav-1 {
    margin-left: 15px;
}

.nav-1 ul {
    margin: 0;
    padding: 0;
    list-style: none;
    background: #74b412;
}

.nav-1 ul li {
    padding: 0px;
}

.nav-1 ul li a {
    font-size: 14px;
    display: block;
    padding: 10px;
}

.nav-1 ul li:hover {
    background: #5c8f0e;
}

.nav-1 ul li:hover a {
    color: #fff;
}

.map {
    height: 615px;
    width: 100%;
}

.nav-toggle {
    position: fixed;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    text-decoration: none;
    text-indent: -999px;
    position: relative;
    overflow: hidden;
    width: 50px;
    height: 35px;
    float: left;
    top: 23px;
    left: 10px;
    z-index: 1001;
}

.nav-toggle:before {
    color: #fff; /* Edit this to change the icon color */
    font-family: "responsivenav", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    font-size: 24px;
    text-transform: none;
    position: absolute;
    content: "≡";
    text-indent: 0;
    text-align: center;
    line-height: 35px;
    speak: none;
    width: 100%;
    top: 0;
    left: 0;
    background: #009036;
}

.nav-toggle2 {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    text-decoration: none;
    text-indent: -999px;
    position: relative;
    overflow: hidden;
    width: 50px;
    height: 35px;
    float: right;
    margin-bottom: 10px;
    margin-left: 5px;
    z-index: 1001;
}

.nav-toggle2:before {
    color: #fff; /* Edit this to change the icon color */
    font-family: "responsivenav", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    font-size: 24px;
    text-transform: none;
    position: absolute;
    content: "≡";
    text-indent: 0;
    text-align: center;
    line-height: 35px;
    speak: none;
    width: 100%;
    top: 0;
    left: 0;
    background: #009036;
}


.nav-toggle3 {
    position: fixed;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    text-decoration: none;
    text-indent: -999px;
    position: relative;
    overflow: hidden;
    width: 50px;
    height: 35px;
    float: right;
    right: 0px;
    z-index: 1001;
}

.nav-toggle3:before {
    color: #fff; /* Edit this to change the icon color */
    font-family: "responsivenav", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    font-size: 24px;
    text-transform: none;
    position: absolute;
    content: "≡";
    text-indent: 0;
    text-align: center;
    line-height: 35px;
    speak: none;
    width: 100%;
    top: 0;
    left: 0;
    background: #009036;
}

.topmenu .nav-toggle:before {
    color: #fff;
}

.nav-toggle.active::before {

}

.nav-toggle2.active::before {

}

.nav-toggle3.active::before {

}


/* */


.dropdown ul a {

}

.dropdown ul ul a {
    /* background: #81230e; */
    padding-left: 2.5em;
}

@media not screen and (hover: none) {
    .js .nav-collapse .dropdown ul {
        display: none;
    }
}

.dropdown ul {

}

.dropdown ul ul {
    border: 0;
    padding: 0;
}

.dropdown .dropdown.opened .dropdown-toggle {
    background: #9c2c12;
}

.dropdown-toggle:after {
    content: "+";
    font-size: 1.5em;
    line-height: 0.8;
    float: right;
}

.dropdown.opened > .dropdown-toggle:after {
    content: "-";
}

@media not screen and (hover: none) {
    .js .nav-collapse,
    .js .nav-collapse .dropdown ul {
        max-height: none;
        overflow: visible;
    }

    .dropdown-toggle:after {
        content: "»";
        width: 0;
        height: 0;
        margin: 0 10px 0 0.5em;

    }

    .dropdown ul .dropdown-toggle:after {
        content: "";
        width: 0;
        height: 0;
        margin: 0.3em 0 0 0.5em;
        border-bottom: 6px solid transparent;
        border-top: 6px solid transparent;
        border-left: 6px solid #fff;
    }

    .nav-collapse a:hover {
        color: rgba(255, 255, 255, .7);
    }

    .nav-collapse .dropdown {
        position: relative;
    }

    .nav-collapse .dropdown li {
        width: 100%;
    }

    .nav-collapse .dropdown ul a {
        text-align: left;
        border: 0;
    }

    .js .nav-collapse .dropdown:hover > ul {
        position: absolute;
        width: 200px;
        top: 0;
        left: 100%;
        display: block !important;
    }

    .js .nav-collapse .dropdown .dropdown:hover > ul {
        top: 0;
        /* left: 10em; */
    }

    .js .nav-collapse ul > .dropdown:last-child ul {
        left: auto;
        right: 0;
    }
}

.rslides {
    margin: 0 auto;
}

.rslides_container {
    position: relative;
    float: left;
    width: 100%;
}

.centered-btns_nav {
    z-index: 3;
    position: absolute;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 50%;
    left: 0;
    opacity: 0.7;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 98px;
    width: 43px;
    margin-top: -50px;
}

.centered-btns_nav {
    height: 98px;
    left: 0;
    margin-top: -50px;
    opacity: 0.7;
    overflow: hidden;
    position: absolute;
    text-decoration: none;
    text-indent: -9999px;
    top: 50%;
    width: 43px;
    z-index: 3;
}

.centered-btns_nav:hover {
    height: 98px;
    left: 0;
    margin-top: -50px;
    opacity: 1;
    overflow: hidden;
    position: absolute;
    text-decoration: none;
    text-indent: -9999px;
    top: 50%;
    width: 43px;
    z-index: 3;
}

.centered-btns_nav:active {
    opacity: 1.0;
}

.centered-btns_nav.prev {
    right: auto;
    background-position: right top;
    left: 0;
    background: transparent url("../img/arrow_left.png") no-repeat right top;
}

.centered-btns_nav.next {
    left: auto;
    background-position: right top;
    right: 0;
    background: transparent url("../img/arrow_right.png") no-repeat left top;
}

.transparent-btns_nav {
    z-index: 3;
    position: absolute;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    left: 0;
    display: block;
    background: #fff; /* Fix for IE6-9 */
    opacity: 0;
    width: 48%;
    text-indent: -9999px;
    overflow: hidden;
    height: 91%;
}

.transparent-btns_nav.next {
    left: auto;
    right: 0;
}

.large-btns_nav {
    z-index: 3;
    position: absolute;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    opacity: 0.6;
    text-indent: -9999px;
    overflow: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    background: #000 url("themes.gif") no-repeat left 50%;
    width: 38px;
}

.large-btns_nav:active {
    opacity: 1.0;
}

.large-btns_nav.next {
    left: auto;
    background-position: right 50%;
    right: 0;
}

.centered-btns_nav:focus,
.transparent-btns_nav:focus,
.large-btns_nav:focus {
    outline: none;
}

.centered-btns_tabs,
.transparent-btns_tabs,
.large-btns_tabs {

    text-align: center;
    position: relative;
    top: -30px;
    z-index: 1500;
}

.centered-btns_tabs li,
.transparent-btns_tabs li,
.large-btns_tabs li {
    display: inline;
    float: none;
    margin-right: 5px;
}

.centered-btns_tabs a,
.transparent-btns_tabs a,
.large-btns_tabs a {
    text-indent: -9999px;
    overflow: hidden;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background: #ccc;
    background: rgba(255, 255, 255, .2);
    display: inline-block;
    -webkit-box-shadow: inset 0 0 2px 0 rgba(255, 255, 255, .3);
    -moz-box-shadow: inset 0 0 2px 0 rgba(255, 255, 255, .3);
    box-shadow: inset 0 0 2px 0 rgba(255, 255, 255, .3);
    width: 9px;
    height: 9px;
}

.centered-btns_here a,
.transparent-btns_here a,
.large-btns_here a {
    background: #222;
    background: rgba(255, 255, 255, .8);
}

.rslides li {
    height: 410px;
}

.imageCenterer {
    left: 50%;
    margin-left: -50%;
    position: absolute;
    top: 0;
    width: 100%;
}

.imageCenterer img {
    display: block;
    margin: 0 auto;
}

.rslides img {
    width: auto !important;
}

.caption {
    position: absolute;
    z-index: 1000;
    width: 100%;
    top: 20%;
}

.caption .h2 {
    font-size: 50px;
    font-weight: 300;
    color: #fff;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
}

.caption p {
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    line-height: 30px;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
}

.caption .link {
    padding: 10px 0;
}

.caption .link a {
    font-size: 15px;
    background: #74b412;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 7px 15px;
}

.caption .link a:hover {
    background: #5c8f0e;
    color: #fff;
}

.stacjainfo {
    font-size: 17px;
    color: #0f5d2c;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    letter-spacing: -0.0625em;
}

.stacjainfo .h2 {
    font-size: 17px;
    color: #0f5d2c;
    margin-top: 0px;
    letter-spacing: -0.0625em;
}

.wykrestitle .h3 {
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
}

.wykrestitle .h2 {
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
}

#wykres {
    position: static;
}

.nvd3 .nv-groups .nv-point {
    stroke-opacity: 0.5 !important;
    stroke-width: 5px;
}

.wykressub {
    text-align: center;
    color: #009036;
    font-size: 16px;
    font-weight: 700;
}

.wykressub2 {
    text-align: center;
    color: #b0b0b0;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0px;
}

.wykressub3 {
    text-align: center;
    color: #5b5b5b;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0px;
}

.save {
    padding: 10px 0;
    float: right;
}

.save a {
    font-size: 15px;
    background: #74b412;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 7px 15px;
}

.save a:hover {
    background: #5c8f0e;
    color: #fff;
}

.dayTabs {
    margin: 0;
    padding: 0;
    list-style: none;
}

.dayTabs li {
    float: left;
    padding: 10px;
}

.dayTabs li a {
    font-size: 16px;
    color: #696969;
}

.dayTabs li a:hover {
    color: #5c8f0e;
}

.dayTabs li.active a {
    font-weight: 700;
}

.main_content {
    overflow: hidden;
    float: left;
    width: 100%;
    height: 655px;
    position: relative;
}

.mapModel {
    height: 655px;
    width: 100%;
}

.legend {
    background: #efefef;
    width: 365px;
    height: 615px;
    position: absolute;
    right: 0;
    z-index: 900;
}

.legendModel {
    background: #efefef;
    width: 365px;
    height: 655px;
    position: absolute;
    right: 0;
    z-index: 900;
}

.legendModel .h4 {
    margin-bottom: 3px;
}

@media (max-width: 768px) {
    .legendModel {
        height: 930px !important;
    }

}

.closer {
    width: 41px;
    height: 41px;
    background: url(../img/green_circle.png) no-repeat;
    position: absolute;
    top: 50%;
    left: -20px;
    margin-top: -21px;
}

.closer a {
    display: block;
    width: 41px;
    height: 41px;
}

.legend label {
    font-weight: normal;
    padding-left: 4px;
    margin-bottom: 0px;
}

#forecastDateContainer {
    position: absolute;
    top: 1rem;
    z-index: 500;
    left: 4rem;
    padding: 6px;
    background-color: #efefef;
    border: 1px solid black;
}

#forecastDateContainer p {
    margin: 0;
    font-size: 18px;
    font-weight: 800;
}

.links-panel {
    background: #efefef;
    width: 420px;
    height: 360px;
    position: absolute;
    left: 0;
    top: 11em;
    z-index: 700;
}

.closer-links {
    width: 41px;
    height: 41px;
    background: url(../img/green_circle.png) no-repeat;
    position: absolute;
    top: 50%;
    right: -20px;
    margin-top: -21px;
}

.closer-links a {
    display: block;
    width: 41px;
    height: 41px;
}

.btn-clear {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

.links-header {
    color: #262626;
    font-size: 18px;
    font-weight: 700;
    margin-left: 25px;
    float: left;
    width: 90%;
    margin-top: 10px;
}

.voivodeship-panel-container {
    width: 95%;
    float: left;
}

.voivodeship-item {
    font-size: 15px;
    padding-top: 10px;
}

.voivodeship-item::before {
    content: "\2022";
    color: #53940D;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

_:-ms-fullscreen, :root .voivodeship-item::before {
    margin-left: -.5em;
}

.map_zoom_slider:FOCUS {
    background-color: red;
}

@supports (-ms-ime-align:auto) {
    .voivodeship-item::before {
        margin-left: -.5em;
    }
}

.voivodeship-link {
    color: #757575;
}

.voivodeship-link:hover {
    color: #53940D;
}

.voivodeship-link:focus {
    outline: 5px auto -webkit-focus-ring-color;
}

.links-list {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    list-style: none;
}

.odd a:focus {
    border-style: solid;
    border-width: 1px;

}

.even a:focus {
    border-style: solid;
    border-width: 1px;
}

.paginate_button a:focus {
    outline: #5c8f0e solid 2px;
}

.h5 panel-title a:focus {
    outline: #5c8f0e solid 3px;

}

.links-air-pollution {
    right: 2em;
    position: absolute;
    bottom: 2em;
    font-size: 16px;
}

.slider-panel-button {
    width: 52px;
}

.images-column {
    /*position: absolute;*/
    right: 0;
}

@media (min-width: 992px) {
    .container-half {
        max-width: calc(960px * .7);
    }

    .container-half-md-left {
        margin-right: 0;
    }
}

@media (max-width: 992px) {
    .images-column {
        position: unset;
    }

    .logo-img {
        display: block !important;
        width: 100%!important;
        height:auto!important;
    }
    .logo-kob{
        display: block !important;
        width: 100%!important;
        height:auto!important;

    }
    .logo-eas{
        display: block !important;
        width: 100%!important;
        height:auto!important;

    }
    #files li {
        display: block;
    }
}

@media (min-width: 1200px) {
    .container-half {
        max-width: calc(1140px * .7);
    }
}

/**/


.params_content {
    width: 565px;
    height: 300px;
    position: absolute;
    top: 10px;
    right: 590px;
    z-index: 899;
    background-color: #efefef;
    overflow: scroll;
    border: 1px solid white;
}

.legend.max {
    width: 565px;
}

select.year {
    width: 150px;
    margin-left: auto;
    margin-right: auto;
}

select.edit {
    width: 160px !important;
    margin-right: 40px;

}

.editTextArea {
    width: 300px !important;
    margin-right: 40px !important;

}

.editDescriptionPanel {
    margin-left: 50px;
    margin-bottom: 100px !important;
}


.legend .h3 {
    color: #262626;
    font-size: 18px;
    font-weight: 700;
    margin-left: 25px;
    float: left;
    width: 100%;
    margin-top: 10px;
}

.legend .h3 a {
    color: #262626;
}

.legend .h4 {
    color: #262626;
    font-size: 18px;
    font-weight: 700;
    margin-left: 25px;
    float: left;
    width: 100%;
    margin-top: 10px;
}

.legend .h4 a {
    color: #262626;
}

.legend p.legendTitle {
    color: #262626;
    font-size: 18px;
    font-weight: 700;
    margin-left: 25px;
    float: left;
    width: 100%;
    margin-top: 10px;
}

.legend p.legendTitle a {
    color: #262626;
}

.legend .greycircle {
    width: 21px;
    float: left;
    margin-right: 5px;
}

.legend .leg {
    width: 100%;
    padding-left: 50px;
    float: left;
    width: 100%;
}

.legend .leg ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.legend .leg ul.selector li {
    display: inline-block;
    float: left;
    color: #262626;
    font-size: 15px;
    line-height: 25px;
}
.half-rule {
    height: 1px;
    width:79%;
    margin-right: 150px;
    display:block; /* for use on default inline elements like span */
    margin-bottom: 9px!important;
    margin-top: 9px!important;
    overflow: hidden;
    background-color: grey;
}
.legend .leg ul.selector li.long {
    width: 66%;
}

.legend .leg ul.selector li.short {
    width: 33%;
}

.legend .leg ul.selector2 li {
    display: inline-block;
    float: left;
    color: #262626;
    font-size: 15px;
    width: 50%;
}


.textbox {
    margin-top: 10px;
    overflow-wrap: break-word;
    max-width: 560px;
    margin-right: 40px;
    font-size: 15px;
}


.legend .leg .wykres {
    text-align: center;
    padding: 5px 25px 5px 0;
}

.legend .leg .wykres a {
    color: #8cbf49;
}

.legend .leg ul.colors li {
    width: 100%;
    margin: 2px 0;
    text-align: center;
    font-size: 16px;
    padding: 2px 0;
}

.legend .leg ul.colors li.color1 {
    background: #57b108;
    color: #fff;
}

.legend .leg ul.colors li.color2 {
    background: #b0dd10;
    color: #373737;
}

.legend .leg ul.colors li.color3 {
    background: #ffd911;
    color: #373737;
}

.legend .leg ul.colors li.color4 {
    background: #e58100;
    color: #fff;
}

.legend .leg ul.colors li.color5 {
    background: #e50000;
    color: #fff;
}

.legend .leg ul.colors li.color6 {
    background: #990000;
    color: #fff;
}

div#legend {
    height: 270px;
}

div#legend4 {
    overflow-x: hidden;
    overflow-y: scroll;
}

.legend4Model {
    overflow-x: unset !important;
    overflow-y: scroll;
    height: 150px !important;
    width: 300px !important;

}

.transform {
    background: url(../img/green_circle2.png) no-repeat;
}

.two-column-menu {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    width: 400px !important;
}

.rwmsNewsblockImage, .rwmsNewsblockImage img {
    min-height: 140px;
}

@media (max-width: 1200px) {
    .params_content {
        width: 100%;
        height: 250px;
        position: absolute;
        top: 220px;
        right: 0;
        z-index: 899;
        background-color: #efefef;
        overflow: scroll;
        border: 1px solid white;
    }

    .imageCenterer {
        margin-left: -90%;
    }

    .greybg.wykres {
        height: 170px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .stacjainfo {
        font-size: 14px;
        margin-top: 35px;
    }
}

@media (max-width: 991px) {
    .copyrights {
        text-align: center;
        clear: both;
        padding-top: 20px;
    }

    .imageCenterer {
        margin-left: -110%;
    }
}

@media (hover: none) {
    .two-column-menu {
        width: unset !important;
    }
}

@media (max-width: 400px) {
    .two-column-menu {
        columns: unset;
        -webkit-columns: unset;
        -moz-columns: unset;
        width: unset !important;
    }
    .rounded{
        margin-right: 10px!important;
    }
    .half-rule {
        width:75%!important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .greybg {
        background: #f7f7f7;
        height: auto;
    }

    .greybg.wykres {
        height: 170px;
    }

    .menusub {
        margin: 0;
        padding: 0;
        list-style: none;
        float: right;
    }

    .menusub li {
        float: left;
        display: inline-block;
        background: #74b412;
        padding: 13px 15px;
        margin: 10px 3px 30px 0;
        max-width: 150px;
    }

    .menusub li.twolines {
        padding: 5px 15px;
    }

    .menusub li a {
        font-size: 14px;
        color: #fff;
        font-weight: 400;
    }

    .menusub li a:hover {
        color: #fff;
    }

    .menusub li:hover, .menusub li.active {
        background: #5c8f0e;
    }
}

@media (min-width: 768px) {
    .alt {
        display: none;
    }


}

@media (max-width: 768px) {

    .giostitle {
        text-align: center;
    }

    .imageCenterer {
        margin-left: -130%;
    }

}

.editDescriptionLabel {
    margin-right: 7px;
}

@media (max-width: 767px) {

    .legend .leg{
        padding-left: 20px;
    }

    .menu {
        display: none;
    }

    .hide-mobile {
        display: none;
    }

    .greybg, .greybg2 {
        background: #f7f7f7;
        height: auto;
    }

    .menusub {
        margin: 0;
        padding: 0;
        list-style: none;
        float: right;
    }

    .menusub li {
        float: left;
        display: block;
        background: #74b412;
        padding: 10px 20px !important;
        margin: 0;
        width: 100%;
        max-width: 100%;
        border-bottom: 1px solid #fff;;
    }

    .menusub li.xl {
        max-width: 100%
    }

    .menusub li a {
        font-size: 16px;
        color: #fff;
        font-weight: 400;
    }

    .menusub li a:hover {
        color: #fff;
    }

    .menusub li:hover, .menusub li.active {
        background: #5c8f0e;
    }

    .toppanel {
        padding-right: 18px;
    }

    .js .nav-collapse3 {
        position: absolute !important;
    }

    .topmenu {
        width: 100%;
    }

    /*
    .topmenu li {width:100%; padding:10px; height: auto;}
    */
    .toppanel {
        width: 100%;
        z-index: 2500;
        padding: 0;
        margin-bottom: 10px;
    }

    .nav-3 {
        width: 100%;
        top: 60px;
        background: #ededed;
    }

    .giostitle .h1 {
        margin: 26px 0;
    }

    .form-inline .form-group {
        display: inline-block
    }

    li.search, li.icons {
        height: auto;
        background: #efefef;
        border-bottom: 1px solid #fff;
        padding-left: 10px;
        padding-right: 10px;
    }

    li.search {
        text-align: center;
        width: 100%;
        padding: 10px;
    }

    li.icons {
        width: 100%;
        text-align: center;
    }

    li.icons li {
        width: 10%;
        border: none;
    }

    .icons ul {
        margin: 3px 0 0 0;
    }

    .greybox1, .greybox2, .greybox3 {
        float: none !important;
        display: inline-block !important;
    }

    .greybox1 {
        width: 25% !important;
    }

    /*
    .greybox1, .greybox2, .greybox3 {border:0; border-top:1px solid #dddddd; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; text-align: center;  }
    .greybox1 a, .greybox2 a, .greybox3 a {text-indent: 0; width: 100%; color:#2d2d2d; padding-left:30px; display: inline; background:none; font-size:16px;}
    */
    .main_content {
        overflow: visible;
        height: auto;
    }

    .legend {
        background: #efefef;
        bottom: 0;
        height: 580px;
        position: relative;
        right: 0;
        width: 100%;
    }

    .legend.max {
        width: 100%;
    }

    .legend .h3 {
        color: #262626;
        font-size: 15px;
        font-weight: 700;
        margin-left: 25px;
        float: left;
        width: 100%;
        margin-top: 10px;
    }

    .legend .leg ul.selector li {
        display: inline-block;
        float: left;
        color: #262626;
        font-size: 13px;
        line-height: 20px;
    }

    .legend .greycircle {
        width: 16px;
    }

    .legend .leg .wykres {
        text-align: center;
        padding: 5px 25px 5px 0;
        width: 240px;
        margin: 0 auto;
    }

    #forecastDateContainer {
        position: unset;
        border: none;
        background-color: #ffffff;
        margin-bottom: 1em;
    }

    #forecastDateContainer p {
        font-size: 14px;
    }

    .links-panel {
        background: #efefef;
        bottom: 0;
        height: 550px;
        position: relative;
        right: 0;
        width: 100%;
        left: inherit;
        top: inherit;
        margin-bottom: 20px;
    }

    .links-air-pollution {
        right: 1em;
        bottom: 1em;
    }

    .links-list {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }

    .params_content {
        width: 100%;
        height: 250px;
        position: absolute;
        top: 225px;
        right: 0;
        z-index: 901;
        background-color: #efefef;
        overflow: scroll;
        border: 1px solid white;
    }


    .closer {
        display: none;
    }

    .closer-links {
        display: none;
    }

    .main_content {
        padding: 0 20px;
    }

    .search .form-group {
        width: 77%;
        display: block;
        float: left;
        margin-bottom: 0;
    }

    .search .form-group input {
        width: 100%;
    }

    .search button {
        width: 20%;
        display: block;
        float: right;
    }

    .nav-1 {
        top: 263px !important;
    }

    .noscale {
        width: auto;
        display: inline;
    }

    .eea {

        display: inline;
    }

    .copyinfo {
        text-align: center;
    }

    .greybg.wykres {
        height: 100px;
    }
}

@media (max-width: 610px) {
    .lang {
        width: 30%;
        float: right;
    }

    .search {
        width: 65%;
        float: right;
    }

    .copyinfo {
        text-align: center;
    }

    .newsblock2 .newsblockImage {
        width: 100%;
        border-right: none;
        border-bottom: 10px solid #fff;
        margin-bottom: 10px
    }

    .newsblock2 .h3 {
        padding-top: 10px;
        margin-left: 0;
        text-align: center;
    }

    .newsblock2 .green, .newsblock2 .grey, .newsblock2 .blue {
        text-align: center;
        padding-bottom: 15px;
    }


    .footlogo.l1 {
        width: 70%;
    }

    .footlogo.l2 {
        width: 30%;
    }

    .footlogo.l3 {
        width: 40%;
    }

    .footlogo.l4 {
        width: 60%;
    }



    .greybg3 .newsblockImage {
        display: none;
    }

    .greybg3 .newsblock {
        width: 100%;
        margin-bottom: 50px;
        margin-left: 0;
        margin-right: 0;
        text-align: center;
    }

    .greybg3 .newsblock a {
        font-size: 23px;
        line-height: 35px;
    }

    .greybg3 .newsblock .more {
        float: none;
    }

    .greybg3 .h2 {
        text-align: center;
    }

    .caption {
        top: 10%;
    }

    .caption .h2 {
        font-size: 40px;
    }

    .eea {

        display: inline;
    }
}

@media (max-width: 510px) {
    .nav-1 {
        top: 285px !important;
    }

    .params_content {
        width: 100%;
        height: 250px;
        position: absolute;
        top: 275px;
        right: 0;
        z-index: 901;
        background-color: #efefef;
        overflow: scroll;
        border: 1px solid white;
    }

    .imageCenterer {
        margin-left: -170%;
    }

    .submenupos {
        float: right;
    }
}

@media (max-width: 360px) {
    .lang {
        width: 40%;
        float: right;
    }

    .search {
        width: 50%;
        float: right;
    }

    .caption {
        top: 0;
    }

    .caption .h2 {
        font-size: 30px;
    }

    .caption p {
        font-size: 20px;
        line-height: 23px;
    }

    .greybox1 {
        width: 45% !important;
    }

    .imageCenterer {
        margin-left: -280%;
    }
}

.map a {
    color: black;
}

.h4.siteHeader {
    color: #74b412;
    font-weight: 300;
    font-size: 30px;
    margin-bottom: 20px;
}

.h2.siteHeader {
    color: #74b412;
    font-weight: 300;
    font-size: 30px;
    margin-bottom: 20px;
}

.h3.siteHeader {
    color: #74b412;
    font-weight: 300;
    font-size: 30px;
    margin-bottom: 20px;
}

.fileblockImage {
    float: left;
    margin-top: 20px;
}

.fileblock {
    width: 60%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    color: #828282;
    text-align: justify;
}

.fileblock .h3 {
    margin-top: -10px;
}

.fileblock p {
    font-size: 13px;
    color: #67759f;
}

.fileblock a:hover {
    color: #47516d;
}

.fileblock .more {

    padding-bottom: 28px;
}

.fileblock .more a {
    font-size: 18px;
    font-weight: bold;
    font-size: 1.2em;
    color: #67759f;
}

.fileblock .more a:hover {
    color: #47516d;
}

article {
    padding-top: 20px;
    padding-bottom: 20px;
}

article a {
    color: #74b412;
}

article a:HOVER {
    color: #5c8f0e;
}

.pages {
    font-size: 16px;
    margin-bottom: 25px;
}

.pages a.jp-current {
    cursor: default;
    color: #5c8f0e;
    font-weight: bold;
}

.pages a {
    color: #74b412;
    margin-left: 15px;
    cursor: pointer;
}

/* Menu drugi poziom */
.menu_nested {
    background-color: #87BE32 !important;
}

/*customowy styl kontrolek daty*/
.dateFilters input {
    background-color: white !important;
    margin-top: 1px;
    float: left !important;
    width: 80% !important;
    height: 29px !important;
    border: 1px solid #AAAAAA;
    border-radius: 3px !important;
}

.dateFilters button.input-group-addon {
    background-color: white !important;
    float: left;
    margin-left: 3px;
    border: 1px solid #ccc;
    height: 29px;
    width: 35px;
    margin-top: 1px;
    border-radius: 3px;
    padding: 0;
}

/* customowy tooltip bootstrapowy */
.tooltip-inner {
    background-color: #87BE32;
    color: #fff;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #87BE32;
}

/** customy dla map*/
.esriPopup .titleButton.maximize {
    visibility: hidden;
}

.tableDivMin {
    width: 50%;
    display: inline-block;
}

.tableDiv {
    width: 50%;
    display: inline-block;
}

/* okienko modalne */
.modal-content {
    background-color: white;
}

/** archiwum */
.archive_file_name {
    font-size: 11px;
}

.button a, .button-right a {
    font-size: 15px;
    background: #74b412;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 7px 15px;
    cursor: pointer;
}

.button a:hover, .button-right a:hover {
    background: #5c8f0e;
    color: #fff;
}

.chart_date #begin_date {
    color: black !important;
}

.wcag_hide {
    clip: rect(1px, 1px, 1px, 1px);
    display: block;
    position: absolute;
}

.h1.modal-header {
    font-size: 17px;
    font-weight: 300;
    letter-spacing: -0.0625em;
}

.nav.navbar-nav li a:FOCUS {
    outline: #3a6787 solid 1px;
    background-color: #5c8f0e;
}

.menusub li a:FOCUS {
    outline: #3a6787 solid 2px;
}

.pseudoHref:FOCUS {
    outline: #3a6787 solid 2px;
}

.navbar-brand:FOCUS {
    outline: #3a6787 solid 2px;
}

.link a:FOCUS {
    outline: #3a6787 solid 2px;
}

.startWindow a:FOCUS {
    text-decoration: underline;
}

.greybg3 a:FOCUS {
    text-decoration: underline;

    text-decoration-color: #3a6787;
}

.whitebg2 a:FOCUS {
    text-decoration: underline;

}

.greybox1 a:FOCUS {
    outline: #3a6787 solid 2px;
}

.flagpl:FOCUS {
    border: #3a6787 solid 2px;
}

.flagen:FOCUS {
    border: #3a6787 solid 2px;
}

.centered-btns_tabs a:FOCUS {
    border: #3a6787 solid 3px;
}

#basemapGalleryDiv span {
    background-color: white !important;
}


label.eupopup-head {
    font-weight: normal;
}

#panel_sound .h3 {
    font-size: 13px;
    margin-bottom: 0px;
}

#see_more {
    color: black;
    cursor: pointer;
    font-weight: bold;
}

.threshold {
    text-align: center;
}

.threshold a {
    color: #8cbf49;
}

#aqiLegend {
    margin-left: 5%;
    margin-right: 5%;
}

#paramLegend span {
    padding-top: 1px;
    vertical-align: middle;
    text-align: center;
    width: 48%;
    display: inline-block;
    height: 23px;
    margin-bottom: 2px;
}

.banner-nav-list ul {
    top: 10px;
    left: 10px;
    text-align: center;
    position: absolute;
    z-index: 999 !important;
}

.nav_skip a {
    display: inline;
    font-size: 1.27em;
    left: -9000em;
    padding: 5px 10px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    width: 150px;
    z-index: 1;
}

.nav_skip a:hover,
.nav_skip a:focus,
.nav_skip a:active {
    background: #4B4B4B;
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 9999999;
}

a.centered-btns_nav:focus {
    border: #3a6787 solid 3px !important;
}

#station_picture:focus img {
    border: #3a6787 solid 3px !important;
}

#archive_files li a:focus .archive_file_name {
    text-decoration: underline;
}

#closer:focus, #closer-links:focus {
    border: black solid 3px !important;
}

.toggle1:focus,
.toggle2:focus,
.toggle3:focus,
.toggle4:focus {
    border: #3a6787 solid 2px !important;
}

.threshold a:focus {
    color: black;
    text-decoration: underline;
}

#station_link:focus {
    text-decoration: underline;
}

p.modal-title {
    font-size: 18px;
}

.closer a:focus {
    border: black solid 2px !important;
}

ol.breadcrumb li a:focus {
    text-decoration: underline;
    color: black;
    text-decoration-color: black;
}

li.greybox2 a:focus img {
    border: #3a6787 solid 2px !important;
}

li.greybox3 a:focus img {
    border: #3a6787 solid 2px !important;
}

#systemMode {
    width: 1px;
    height: 1px;
    background: url("../img/transparent.png");
    position: absolute;
    left: -9000em
}

.hcontrastBorder {
    border: 1px solid transparent !important;
}

.input-group-addon, .input-group-btn {
    width: 0% !important;
}

.dateFilters .input-group-addon {
    width: 10% !important;
}

.more a:focus {
    text-decoration: underline;
    text-decoration-color: #3a6787;
    color: #74b412;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2
}

.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
    border: #3a6787 solid 1px !important;
}

#footer a:focus img {
    border: #3a6787 solid 1px !important;
}

p.map_subtitle {
    text-align: center;
    margin-bottom: 25px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .container {
        width: 100%;
    }
}

@media (min-width: 767px) and (max-width: 810px) {
    .menusub li {
        padding-right: 4px !important;
        padding-left: 4px !important;
    }
}

.miniHref {
    height: 51px !important;
    width: 150px !important;
    padding-left: 3px !important;
    padding-right: 3px !important;
}

.miniHref a {
    font-size: 13px !important;
}

.microHref {
    height: 51px !important;
    width: 115px !important;
    padding-left: 1px !important;
    padding-right: 1px !important;
}

.microHref a {
    font-size: 10px !important;
}

.width250 {
    width: 250px !important;
    max-width: 250px !important;
}

.width230 {
    width: 230px !important;
    max-width: 230px !important;
}

.height51 {
    height: 51px !important;
}

#dt_basic a {
    color: #000;
    margin: 5px;
}

.title {
    color: #74b412;
    font-weight: 300;
    font-size: 30px;
}

.border-0 {
    border: 0 !important;
}

.regional-information {
    background: #a3d756;
}

.rwms-show-more {
    font-weight: 500;
    font-size: 16px;
}

.rwms-index-banner-top {
    top: 0;
    float: right;
    position: absolute;
    z-index: 1001;
    width: 100%;
    padding: 1%;
}

.rwms-index-banner-top a {
    float: inherit;
}

.rwms-index-banner-bottom {
    float: left;
    position: absolute;
    z-index: 1000;
    width: 100%;
    color: #fff;
    font-weight: 300;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    padding-bottom: 5px;
    padding-top: 5px;
}

.rwms-index-banner-title {
    font-size: 2.5vw;
}

.rwms-index-banner-info {
    text-align: right;
    font-size: 1.5vw;
    line-height: 36px;
}

.position-relative {
    position: relative;
}

.h-100 {
    height: 100%;
}

.publicationsRow {
    margin-bottom: 2%;
}

.publicationsRow:hover {
    background-color: #f5f5f5;;
}

.publicationsRow a {
    color: black;
}

.publicationsRow .edit_panel_upper button {
    margin-bottom: 5%;
}

.rwms-copyinfo {
    text-align: center;
    font-size: 13px;
    margin-top: 10%;
}

.rwms-map-copyinfo {
    text-align: right;
    font-size: 13px;
    margin-top: 2.5%;
}

.rwms-map-eea {
    padding-top: 2%;
}

.rwms-copyrights {
    text-align: center;
    margin-top: 2%;
}

.rowFooterMargin {
    margin-top: 1.5%;
}

.rwms-search-panel {
    display: flex;
    /*justify-content: flex-end;*/
    margin-bottom: 10px;
}

.rwms-title {
    color: #74b412;
    font-weight: 300;
    font-size: 30px;
    margin-bottom: 10px;
}

.rwms-title .h2 {
    font-weight: 300;
}

.rwms-footer-container {
    display: flex;
    justify-content: center;
    align-content: center;
}

.no-margin {
    margin-left: 0;
    margin-right: 0;
}

.rwms-publication-search {
    margin-top: 1.7em;
}

.no-padding {
    padding-top: 0;
    padding-bottom: 0;
}

.pe-title {
    margin-top: 2px;
}

.margin-top-15 {
    margin-top: 15px;
}

.rwms-publications {
    padding-left: 0;
}

.map-foundations {
    position: absolute;
    bottom: 4em;
    z-index: 998;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    background-color: #fff;;
    border: 1px solid black;
    padding: .2rem .4rem;
}

.dijitTitlePane * {
    outline: 0 !important;
}

.bottom-panel {
    left: 1%;
    width: 70%;
    position: absolute;
    bottom: 0;
    display: flex;
    z-Index: 700;
}

.bottom-0 {
    bottom: 0 !important;
}

.bottom-panel.bottom-0 > .map-foundations {
    bottom: 0.5em !important;
}

.esriBasemapGalleryThumbnail {
    margin: 1px !important;
}

@media (max-width: 992px) {
    .rwms-index-banner-title {
        font-size: 15px;
        text-align: right;
        font-weight: 600;
    }

    .rwms-index-banner-top {
        float: left;
    }

    .rwms-index-banner-info {
        font-size: 13px;
        line-height: 1.3em;
    }

    .rwms-index-banner-bottom {
        height: 100%;
    }

    .rwms-banner-height {
        min-height: 140px;
    }

    .rwms-banner-text {
        padding-top: 15px;
        padding-right: 5px;
    }
}

@media (max-width: 340px) {
    .rwms-banner-height {
        min-height: 160px;
    }
}

@media (max-width: 768px) {
    .overflow-hidden {
        overflow: hidden;
    }

    .rwms-copyinfo, rwms-map-copyinfo {
        margin-top: 18%;
        font-size: 12px;
    }
}

@media (max-width: 992px) {
    .publications-header {
        display: none;
    }

    .publicationsRow {
        margin-top: 16px;
        margin-bottom: 16px;
    }

    .rwms-publication-date {
        padding-left: 15px;
        color: #8D7C7C !important;
    }

    .rwms-publication-content {
        margin-bottom: 10px;
    }

    .rwms-publications {
        padding-left: 5px;
        padding-right: 5px;
    }

    .rwms-search-panel {
        display: block;
    }

    .rwms-search-form {
        margin: 10px;
    }

    .text-alignt-right {
        text-align: right;
    }
}

@media (min-width: 1200px) {
    .col-lg-2-d-flex {
        display: flex;
    }
}

.circle:after {
    content: ' \25CF  ';
    font-size: 10px;
    float: left;
    padding-top: 7px;
}

.panel-heading.monitoring {
    background: #77b512;
    color: #fff;
}

.panel-heading.monitoring a:focus {
    outline: #3a6787 solid 2px;
}

.required {
    border-color: red;
}
.rounded{
    border-radius: 50%;
    margin-right: 130px;
    border: 2px solid rgba(144,188,215,1);
    background-color: rgba(0,64,128,0.9);
}