.copyright{
    position: relative;
    text-align: center;
}
@media (min-width: 768px) {
    .copyright {
        padding-top: 70px;
    }
}
.gallery_folder {
    text-align: center;
    width: 210px;
    float: left;
    height: 190px;
    position: relative;
    margin-bottom: 10px;
}
.gallery_text {
    /*position: absolute;*/
    /*bottom: 0px;*/
    width: 100%;
    text-align: center;
    color:#16b4f0;
}

.template-page img {
    margin-right: 10px;
}

.gallery-img img {
    width: 200px;
}

.gallery-img .js-video-thumb {
    top: 25% !important;
    left: 20% !important;
    position: absolute !important;
}

.gallery-img .js-video-thumb img {
    width: 35% !important;
    height: 35% !important;
}
.navtog01 {
    margin: 0px;
}

.pagination > .active > a {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: rgba(40, 183, 151, 0.97);
    border-color: rgba(40, 183, 151, 0.97);
}

.pagination > li > a {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: rgba(40, 183, 151, 0.97);
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination-container {
    text-align: center;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.reading-item:nth-child(odd) {
    margin-right: 30px;
}

.reading-item {
    background-color: #efefef;
    border-radius: 5px;
    margin-bottom: 40px;
    max-width: 570px;
    padding: 0 25px 25px 25px !important;
}

.reading-item a, .template-page a {
    color: rgba(40, 183, 151, 0.97);
}

@media (max-width: 370px) {
    .reading-item-link {
        height: 180px;
    }
}

@media (max-width: 460px) {
    .reading-item-link {
        height: 222px;
    }
}

@media (max-width: 991px){
    .reading-item {
        margin: 0 auto 40px auto !important;
    }
}

.reading-item link {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    display: block;
    height: 267px;
    position: relative;
    overflow: hidden;
}

.reading-item-image {
    left: -10px;
    top: -15px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.template-news {
    margin-top: 150px;
    margin-bottom: 30px;
    min-height: 470px;
}

@media (max-width: 1199px) {
    .footer-menu {
        width: 100%;
    }
}

.ghost-button {
  display: inline-block;
  width: 200px;
  padding: 8px;
  color: rgba(40, 183, 151, 0.97);
  border: 1px solid rgba(40, 183, 151, 0.97);
  text-align: center;
  outline: none;
  text-decoration: none;
}

.ghost-button:hover,
.ghost-button:active {
  background-color: rgba(40, 183, 151, 0.97);
  color: #fff;
}

.red-title {
    color: red;
    margin-bottom: 0px !important;
    padding-bottom: 20px !important;
}

.szebin-title {
    margin-bottom: 18px !important;
    padding-bottom: 0px !important;
}