#links.gallery-list img {
    width: auto;
    max-height: 80px;
    padding:3px;
}

.custom-navigation {
    height:30px
}

.flexslider img {
    height:auto;
    max-width: 158px;
    margin-left: -80px;
    margin-bottom: 8px;
}

a {
    color: #535355;
}

.gallery-list-item .gallery-title {
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 5px;
}

.gallery-list-item .gallery-item a.gallery-list-thumb img {
    width: auto;
    max-height: 80px;
    padding:3px;
    float: left;
}

.custom-navigation .fa {
    background: #00957f;
    padding: 0px 5px;
    color: #fff;
    font-size: 9px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    position: relative;
}

.show-all-galleries {
    position: absolute;
    bottom: 25px;
    left: calc(50% - 37px);
}

.small-search .form-control {
    padding-right: 50px;
}

.fb-share-button {
    float: left;
}

.twitter-share-btn {
    float: left;
    margin-left: 5px;
    max-width: 100px;
}

.social-plugins {
    margin-top: 10px;
    padding-bottom: 35px;
}

.print {
    cursor: pointer;
}

.modal-dialog {
    margin-top: 60px;
}

.modal-content{
    border-radius: 0;
}

.send-to-friend-loader {
    display: block;
    width: 72px;
    height: 72px;
    background: url('/img/natura2000/loader.gif') no-repeat center center;
    margin: auto;
    display: none;
}

.search-form-custom .form-control {
    border-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    width: calc(100% - 40px);
    float:left;
}

.search-form-custom .btn {
    background: #00957f;
    color: #fff;
    border-radius: 0;
    height: 34px;
    width: 40px;
}

.readmore {
    color: #433690;
    text-decoration: underline;
}

.readmore:hover {
    text-decoration: none;
    color: #433690;
}
.folder-min-height {
    min-height: 240px;
}
.folder-min-height a p {
    max-height: 145px;
    overflow: hidden;
}
@media(min-width: 768px) {
    .folder-border-right {
        border-right: 1px solid #DCDCDC;
    }
}

@media(min-width: 1000px) {
    #showArt .modal-dialog {
        width: 1000px;
    }
}

.alert-error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

#showArt {
    z-index: 9999;
}

#showArt .modal-body a {
    text-decoration: underline;
}
#showArt .modal-body a:hover {
    text-decoration: none;
}

.sort-btn {
    padding-left: 5px;
    padding-right: 5px;
}

@media(max-width:768px) {
  .news-thumb {
    position: relative;
    display: block;
    height: 0;
    overflow: hidden;
    padding-bottom: 48.25%;
  }
}

.news-thumb .news-img {
  margin: 0 auto;
  object-fit: cover;
  width: 100%;
}

@media(min-width:1200px) {
  .news-thumb .news-img {
    height:123px;
  }
}

@media(min-width:990px) and (max-width:1200px) {
  .news-thumb .news-img {
    height:90px;
  }
}

@media(min-width:768px) and (max-width:990px) {
  .news-thumb .news-img {
    height:90px;
  }
}

@media(min-width:481px) and (max-width:768px) {
  .news-thumb .news-img {
    max-height: 110px;
  }
}
