@media (min-width: 1200px) {
    .navbar ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: block;
        left: 0;
        right: 0;
        bottom: auto;
        top: auto;
        margin-left: auto;
        margin-right: auto;
    }
}
.navbar-fixed-top {
    top: 44px;
}

.navbar-fixed {
    position: fixed;
    top: 40px;
    width: 100%;
    z-index: 9999;
}
body, html {
    height: 100%;
    font-family: 'Lato';
    color: #535355;
}
.clear {
    clear: both;
}
.top {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 44px;
    display: block;
    z-index: 9999;
}
.top-s {
    position: fixed;
    top: 0;
    width: 100%;
    height: 44px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}
.top .container {
    height: 44px;
}
.navbar-default {
    background: #433690;
    border-color: #433690;
    /*max-width: 1400px;*/
    margin: 0 auto;
    border-radius: 0;
}
@media (max-width: 1199px) {
    .navbar-default {
        position: fixed;
        top:0;
        left:0;
        right:0;
        z-index:99999999;
    }
}
.green {
    background: #00957f;
    padding: 22px 0;
    color: #fff;
    margin-top: 20px;
    /*max-width: 1400px;*/
    margin: auto;
}
.green a {
    color: #fff;
}
.green .line {
    margin: 8px 0;
}
.green .line:last-child {
    margin-top: 22px;
}
.title {
    background: #00957f;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 11px 0;
    margin-bottom: 20px;
}
.welcome {
    position: absolute;
    right: 15px;
    top: -250px;
    height: 90px;
    font-size: 54px;
    color: #fff;
    line-height: 90px;
    font-weight: 300;
    z-index:999;
}
.n2000 {
    position: absolute;
    right: 15px;
    top: -170px;
    height: 100px;
    font-size: 90px;
    color: #fff;
    line-height: 90px;
    font-weight: 300;
    z-index:999;
}
.min-n2000 {
    height: 32px;
    font-size: 39px;
    color: #fff;
    line-height: 37px;
    opacity: 0;
    font-weight: 300;
}
.min-n2000 a {
    color: #fff;
    font-size: 32px;
}
.min-n2000 a:hover, .min-n2000 a:focus {
    text-decoration: none;
}
.lang {
    margin-top: 10px;
    z-index: 2;
    position: relative;
}
.lang a {
    text-decoration: none !important;
}
.h100 {
    height: 100%;
    background-image: url(/img/natura2000/left.jpg), url(/img/natura2000/right.jpg);
    background-repeat: repeat-y, repeat-y;
    background-position: left, right;
}
@media (max-width: 1199px) {
    .h100 {
        height: 500px;
    }
}
@media (max-width: 480px) {
    .h100 {
        height: 320px;
    }
}
.logo {
    padding-top: 40px;
    padding-bottom: 16px;
    background: #fff;
    -moz-border-bottom-right-radius: 6px;
    -moz-border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    z-index: 2;
    position: relative;
}
.border-radius {
    -moz-border-bottom-right-radius: 3px;
    -moz-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.logo img {
    width: 120px;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}

.dropdown-menu {
    position: absolute;
    left: 0;
    width: 100%;
}

.dropdown.clearfix {
    position: static;
}


.dropdown-menu:after {
    /*  position: absolute;
      top: -6px;
      left: 10px;
      display: inline-block;
      border-radius: 0;
      content: '';*/
}


.dropdown-menu .container {
    padding-left: 15px;
    padding-right: 15px;
}

.dropdown-menu .container li {
    width: 200px;
    line-height: 17px;
    margin: 2px 10px 2px 10px;
    width: 200px;
    border:0;
}
.dropdown-menu .container .list-in {
    width: 220px;
    float: left;
    border:0;
    border-right: 1px solid silver;
}

.dropdown-menu .container li a {
    padding: 7px;
    width: 100%;
    font-size: 12px;
    text-decoration: underline;
    color: #433690;
}
.dropdown-menu .container li a:hover {
    background-color: #433690;
    color: #fff;
    text-decoration: none;
}
.dropdown-menu .container li a i {
    line-height: 30px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 5px;
    top: calc(50% - 15px);
}

.navbar-default .navbar-nav>li>a:hover, .dropdown-menu>li>a:hover {
    text-decoration: none;
}
.dropdown-menu>li>ul>a {
    color: #433690;
    font-size: 14px;
    line-height: 30px !important;
    text-decoration: none;
}
.sep {
    display: block;
    height: 40px;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #433690;
    background: #fff;
}
.dropdown-menu>li>ul>a:hover {
    background: #433690;
    color: #fff;
}
.border {
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 3px;
}
.border-title {
    border: 1px solid #ccc;
    padding: 10px;
    border-bottom: none;
    background: #f9f9f9;
    color: #525355;
    font-weight: bold;
    -moz-border-top-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -moz-border-top-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
}
.border-top-none {
    -moz-border-top-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -moz-border-top-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
}
.col-left-padding {
    padding-left: 0;
}
.more {
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: underline;
    color: #433690;
}
.more:hover {
    text-decoration: none;
    color: #433690;
}
.more span {
    position: relative;
    background: #fff;
    display: inline-block;
    height: 2px;
    width: 4px;
    top: 1px;
}
.more .fa {
    background: #00957f;
    padding: 2px 5px;
    color: #fff;
    font-size: 9px;
    position: relative;
    top: -1px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

/* columns */

.col-topic {
    font-size: 16px;
    padding: 14px 0;
}
.col-desc {
    font-size: 12px;
}
.col-calendar {
    padding: 14px 0 12px 0;
    border-top: 1px solid #ccc;
    position: absolute;
    bottom: 10px;
    left: 20px;
    right: 20px;
    font-size: 12px;
}
.col-calendar img {
    position: relative;
    top: -2px;
}
.min-height {
    min-height: 460px;
}

/* rows */

.row-custom {
    margin-left: -5px;
    margin-right: -5px;
}
.row-custom .col-md-3, .row-custom .col-md-12 {
    padding-left: 5px;
    padding-right: 5px;
}
.row-custom a {
    color: #433690;
    text-decoration: underline;
}
.row-custom a:hover {
    text-decoration: none;
}
h4.media-heading a {
    color: #433690 !important;
    text-decoration: underline !important;
}
h4.media-heading a:hover {
    text-decoration: none !important;
}

/* pagination */

.pagination {
    margin: 0;
    margin-top: 10px;
}
.pagination>li>a {
    padding: 6px 3px;
    border: none;
    color: #535355;
    text-decoration: underline;
}
.pagination>li>a:hover {
    background: none;
    color: #535355;
    text-decoration: none;
}
.pagination .fa {
    background: #00957f;
    padding: 2px 5px;
    color: #fff;
    font-size: 9px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    height: 26px;
    width: 26px;
    line-height: 26px;
    text-align: center;
    position: relative;
    top: -2px;
}
.pagination .fa:before {
    position: relative;
    top: -2px;
}
.newslist .pagination {
    float: left;
    margin-top: 0;
    border: 1px solid #ccc;
}
.newslist .pagination span {
    color: #535355;
    border-radius: 0;
    padding: 6px 12px 7px 12px;
    font-size: 14px;
    display: inline-block;
    border-right: 1px solid #ccc;
}
.newslist .pagination span:last-child {
    border: none;
}
.newslist .pagination span a {
    color: #535355;
}
.newslist .pagination span.current {
    background: #00957f;
    border-color: #00957f;
    color: #fff;
    margin-left: -5px;
    margin-right: -5px;
}
.newslist .pagination span.disabled {
    cursor: not-allowed;
}

/* social */

.social a {
    font-size: 0;
}
.social img {
    width: 39px;
}
.gdos {
    margin: 10px 0;
    width: 50px;
}
.small-search {
    position: relative;
}
.small-search .btn {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    height: 34px;
}
.small-search .form-control {
    padding-right: 50px;
}
.small-search .btn-default {
    background: #00957f;
    color: #fff;
    border-radius: 0;
    -moz-border-top-right-radius: 3px;
    -moz-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-top-radius: 3px;
    border-bottom-right-radius: 3px;
}
.copyright {
    font-size: 11px;
    padding: 5px 0 5px 0;
}
@media (min-width:1200px) {
    .dropdown ul li {
        /*min-width: 100%;
        display: inline-block;*/
        border-right: 1px solid #ccc;
    }
    .dropdown-menu>li>a {
        white-space: normal !important;
    }
    .navbar.navbar-default div.container{
      position: relative;
    }
}
@media (min-width:768px) {
    .min-height {
        min-height: 477px;
    }
}
@media (min-width:992px) {
    .min-height {
        min-height: 477px;
    }
}
@media (min-width:1200px) {
    .min-height {
        min-height: 460px;
    }
}
@media (max-width:480px) {
    .col-xxs-12 {
        width: 100%;
    }
    .top-img img {
        margin-bottom: 10px;
    }
    .newslist {
        text-align: center;
    }
    .newslist .btn-archive, .newslist .pagination {
        float: none;
        display: inline-block;
    }
    .newslist .btn-archive {
        margin-top: 20px;
    }
}
@media (max-width:992px) {
    .gdos {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 992px) {
    .col-left-padding {
        padding-left: 15px;
    }
}
@media (max-width:768px) {
    .navbar-fixed-top {
        top: 0;
    }
}
@media (max-width:1200px) {
    .top, .n2000 {
        display: none;
    }
}
.welcome, .logo, .n2000, .min-n2000 {
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.btn-archive {
    background: #00957f;
    border-color: #00957f;
    color: #fff;
    border-radius: 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    float: right;
}
#GoToPage .btn {
    background: #00957f;
    border-color: #00957f;
    color: #fff;
    border-radius: 0;
    -moz-border-bottom-left-radius: 3px;
    -moz-border-bottom-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-top-left-radius: 3px;
    -moz-border-top-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    float: right;
}
#GoToPage .btn.border-box {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-bottom-right-radius: 3px;
    -moz-border-bottom-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-top-right-radius: 3px;
    -moz-border-top-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
}
.btn-archive:hover, .btn-success:hover {
    background: #00957f;
    border-color: #00957f;
}
#GoToPage .btn:hover {
    text-decoration: none;
    cursor: default;
}
#GoToPage {
    margin-left: 15px;
}
#pageNr {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
}
.go-to-page-submit {
    cursor: pointer !important;
}
.go-to-page-submit .fa {
    background: #00957f;
    padding: 0px 5px;
    color: #fff;
    font-size: 9px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    height: auto;
    width: 26px;
    line-height: normal;
    text-align: center;
    position: relative;
    top: 2px;
    font-size: 18px;
}

/* FLEXslider top */

.flex-slide {
    top: calc( -100% + 94px);
    width: 100%;
    height: 100%;
    background: black;
    display: block;
    z-index: 1;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.flex-top .flex-viewport, .flex-top .slides, .flex-top {
    height: 100%;
    margin: 0;
    padding: 0;
}
.banner {
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}
.relative {
    position: relative
}
.cookie-tooltip {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    opacity: 0.8;
    color: white;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    z-index: 50000;
    background: none 0% 0% repeat scroll rgb(0, 0, 0);
}
.simple-close-cookie {
    position: absolute;
    top: 5px;
    right: 5px;
    color: white;
    font-weight: bold;
}
.cont-cookie {
    padding: 10px 20px;
    font-size: 10px;
    text-transform: uppercase;
}
.cookie-tooltip p {
    margin: 0;
}
.content ul {
    list-style: none;
    position: relative;
    padding-left: 0;
    margin-left: 0;
    left: 20px;
    margin-right: 20px;
}
.content li {
    padding-left: 0;
    margin-left: 0;
    text-indent: -20px;
    margin-right: 30px !important;
}
.content li:before {
    content: '•\00a0\00a0\00a0';
    color: #000;
    margin-right: 5px;
}
.search-documents label {
    margin-right: 10px;
    margin-bottom: 5px;
}
a:focus {
    outline: 2px solid #344b7c !important;
    outline-offset: -2px;
}
.navbar-nav>li>.dropdown-menu {
    min-height: 120px;
}
.breadcrumbs, .data-article {
    font-size: 12px;
}
a.silver {
    color: #525355 !important;
}
.top-img .col-xxs-12 {
    overflow: hidden;
}
.top-img .desc {
    position: absolute;
    max-width: 100%;
    left: 25px;
    right: 25px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align: center;
    font-size: 1.2vw;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 0 3px #000;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.top-img .desc .fa {
    font-size: 3.2vw;
    margin-bottom: 15px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.top-img .desc .desc-title {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.top-img .col-xxs-12:hover .fa {
    font-size: 4.5vw;
}
.top-img .col-xxs-12:hover .desc-title {
    font-size: 1.8vw;
}
.top-img .col-xxs-12:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0.2;
}
.top-img .col-xxs-12 img {
    background: #000;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.top-img .col-xxs-12 a {
    display: block;
    background: #000;
    overflow: hidden;
}
.home-mobile a {
    color: #fff;
    font-size: 22px;
    line-height: 50px;
    margin-left: 15px;
    display: none;
}
@media (max-width:1200px) {
    .home-mobile a {
        display: block;
    }
}
@media (max-width:480px) {
    .top-img .col-xxs-12 img {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .top-img .col-xxs-12:hover .desc .fa, .top-img .desc .fa {
        font-size: 14vw;
    }
    .top-img .col-xxs-12:hover .desc-title, .top-img .col-xxs-12 .desc-title {
        font-size: 6vw;
    }
    .top-img .col-xxs-12 a {
        margin-bottom: 15px;
    }
}
.dropdown-menu ul li a {
    text-transform: none;
    width: 98%;
    padding-left: 2%;
    line-height: 30px !important;
}
.dropdown-menu ul li a:hover {
    background: #433690;
    color: #fff;
}
.dropdown-menu ul li {
    width: 25%;
    display: block;
    float: left;
}
.btn-green {
    background: #00957f;
    color: #fff;
    border-radius: 3px;
}

#skipLinks {
    position: relative;
    z-index: 99999;
    overflow: hidden;
    height: 27px;
    margin-top: 10px;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}

#skipLinks a {
    display: block;
    color: transparent;
    font-size: 12px;
    height: 25px;
    padding-top: 5px;
}

#skipLinks li:focus {
    background: #fff;
}

#skipLinks li:focus a {
    color: #000;
}


.desktop-block {
    float:left;
    font-size: 11px;
}
.desktop-block ul {
    display: inline-block;
    text-align: right;
    margin: 0;
    padding: 0;
    text-align: right;
    vertical-align: top;
}

.desktop-block ul li {
    display: inline-block;
    height: 27px;
}

.desktop-block ul li a {
    color: #fff;
    padding: 0 15px;
    line-height: 27px;
    border-right: 1px solid #FFF;
    text-decoration: underline !important;
}
.desktop-block ul li a:hover {
    text-decoration: none!important;
}

.desktop-block ul li a.last {
    border-right: none;
}

.article-gallery {
   margin-top: 30px ;
}

.article-source {
   margin: 30px 0;
}
.article-source::before {
   content: "----------------------- \a";
   white-space: pre;
}
#result_wrapper a {
    text-decoration: none;
}
