/*
Cat block plugin
*/
.catblock-wrapper {
    position: relative
}
.catblock-list {
    margin: 0;
    padding: 0;
    position: relative;
}
.catblock-list li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.catblock-list.is-slideshow li{
    position: absolute;
    top: 0;
    left: 0;
    z-index:1;
    opacity: 0;
    transition: opacity 1s ease
}
.catblock-list.is-slideshow li.active {
    opacity: 1;
    z-index:2
}

.catblock-list a.catblock-title {
    text-transform: uppercase
}
.catblock-list li p {
    margin: 0;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto
}
.catblock-list a:hover {
    opacity:0.7
}

.catblock-nav li {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    cursor: pointer;
    height: 6px;
    width: 6px;
    background-color: #434343;
    margin-left: 5px;
    text-indent: -9999px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}
.catblock-nav li.active {
    background-color: #d52b1e
}

.catblock-goto{cursor:pointer}
.catblock-goto:hover{opacity:0.7}