.post__cats ins.int {
    float: right;
    height: 18px;
    padding-top: 2px;
}

.smallList ins.int {
    float: right;
    height: 19px;
    padding-top: 0px;
}

.tm_fpblock__item__categories ins.int {
    float: right;
    height: 18px;
    padding-top: 1px;
}

blockquote:after {
    content: "\201d";
    position: absolute;
    font-size: 40px;
    bottom: -90px;
    right: 0px;
    margin: -5px 0 0 0;
    font-size: 134px;
    line-height: 1em;
    font-weight: bold;
}

/* TEXT PAGE*/
.caption {
    font-style: italic;
    color: #777 !important;
    font-size: 1rem !important;
}

.entry-content, .site-main article p {
    margin: 0 0 12px;
    font-family: Georgia,Times,"Times New Roman",serif;
    line-height: 1.7rem;
    font-size: 1.1rem;
    margin-bottom: 1.6rem;
    color: #333;
}


.fullscreen-gallery {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    visibility: hidden;
    padding: 0;
    z-index: 1001;
    visibility: hidden; /*visible;*/
}

    .fullscreen-gallery .mask {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(0,0,0,0.9);
        z-index: 5;
    }

    .fullscreen-gallery .fullscreen-slider {
        box-sizing: border-box;
        z-index: 10;
        position: relative;
        margin: 0 auto;
        width: 85%;
        /*height: 100%;*/
        padding-top: 25px;
    }

.fullslider {
    width: 712px;
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 10000;
    opacity: 1;
}

.showSlider {
    visibility: visible;
}

.imgSlider {
    max-width: 100%;
    max-height: 600px;
}

.slick-prev::before, .slick-next::before {
    color: #1f93f5;
    font-size: 30px;
}

.read-more-modal {
    display: none;
    position: absolute !important;
    bottom: 10px;
    left: 50%;
    width: 230px;
    padding: 16px 30px;
    text-align: center;
    z-index: 99;
    line-height: 22px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #fff !important;
    cursor: pointer;
    margin: 0 0 1.25rem;
    text-decoration: none;
    font-size: .9rem;
    background-color: #00bcf0;
    border: none;
    border-radius: 0;
    font-weight: 400;
}

.read-more-article {
    position: relative;
    max-height: 25000px;
    overflow: hidden;
}

    .read-more-article:after {
        z-index: 98;
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        height: 200px;
        width: 100%;
        border-bottom: 35px solid #fff;
        background: linear-gradient(to bottom,rgba(255,255,255,0) 0,#fff 100%);
    }

.page-preloader-cover {
    z-index: 1002;
}

#primary {
    z-index: 1;
}

#sidebar-primary {
    z-index: 0;
}

#toTop {
    z-index: 0;
}

.site-navigation {
    z-index: 1100;
}

.articleImg {
    cursor: pointer;
}

.slick-slide img {
    display: block;
    margin: 0 auto;
}
.slick-slide p{
    text-align: center;
}