/* Example wrapper */
.crumina-slider-wrap {
    position: relative;
    padding: 24px 0 ;
}

/* Frame */
#crum-slider {
    overflow: hidden;
}

.crumina-slider-wrap ul {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
}

#crum-slider ul li {
    float: left;
    width: 1180px;
    margin-right: 3px;
    max-width: 100%;
    height: 100%;
    opacity: .4;

   /* -webkit-transition: opacity .2s ease;
    -moz-transition: opacity .2s ease;
    transition: opacity .2s ease;

    -webkit-transition: -webkit-filter .2s ease;
    -moz-transition: -moz-filter .2s ease;
    -o-transition: -o-filter .2s ease;
    -ms-transition: -ms-filter .2s ease;
    transition: filter.2s ease;

    filter: blur(2px); -webkit-filter: blur(2px); -moz-filter: blur(2px);
    -o-filter: blur(2px); -ms-filter: blur(2px);
    /*filter: url(blur.svg#blur);*
    filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='2');
*/
}

#crum-slider ul li.active {
    opacity: 1;
/*
    filter: blur(0px); -webkit-filter: blur(0px); -moz-filter: blur(0px);
    -o-filter: blur(0px); -ms-filter: blur(0px);
    filter: url(blur.svg#blur);
    filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='0');
*/
    -webkit-transition: opacity .2s ease;
    -moz-transition: opacity .2s ease;
    transition: opacity .2s ease;
}

/* Scrollbar */
.crumina-slider-wrap .scrollbar, .crumina-slider-wrap .pages {
    clear: both;
    margin: 24px auto 0 auto;
    height: 7px;
    width: 1180px;
    max-width: 100%;
    background: #c2d1d9;
    line-height: 0;
}

.crumina-slider-wrap .pages {
    background: #fff;
    padding: 0;
    list-style: none;
}

.crumina-slider-wrap .pages li {
    display: block;
    float: left;
}

.crumina-slider-wrap .click-section {
    margin: 0 3px;
    background: #c2d1d9;
    height: 8px;
    cursor: pointer;
    position: relative;

    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;

}
.crumina-slider-wrap  .entry-thumb:hover>img {
    transform:scale(1.1);
    -ms-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -webkit-transform:scale(1.1);
    -o-transform:scale(1.1);
}
.crumina-slider-wrap .click-section:hover {
    height: 16px;
    top: -4px;
    bottom: -4px;
}

.crumina-slider-wrap .pages li:first-child .click-section {
    margin-left: 0;
}

.crumina-slider-wrap  .pages li:last-child  .click-section {
    margin-right: 0;
}

.crumina-slider-wrap .active .click-section {
    background: #ff6565;
    cursor: auto;
    height: 8px !important;
    top: 0 !important;
    bottom: 0 !important;
}

.crumina-slider-wrap .scrollbar .handle {
    width: 100px;
    height: 100%;
    background: #ff6565;
    cursor: pointer;
}

.crumina-slider-wrap .pages .active {
    cursor: auto;
}

.crumina-slider-wrap .scrollbar .handle .mousearea {
    position: absolute;
    top: -9px;
    left: 0;
    width: 100%;
    height: 20px;
}

/* Post styling*/

#crum-slider .item {
    float: left;
    position: relative;
    line-height: .5;
}
#crum-slider .big-element {
    width: 50%;
}
#crum-slider .small-element {
    padding-left: 3px;
    margin-bottom: 3px;
    width: 25%;
    overflow: hidden;
}

.crumina-slider-wrap .cat-name {
    display: block;
    padding: 9px 21px;
    background: #ff6565;
    background: rgba(255, 101, 101, .6);
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    line-height: 1.3;

    -webkit-transition: background .3s ease;
    -moz-transition: background .3s ease;
    transition: background .3s ease;
}


.crumina-slider-wrap .cat-name:hover {
    background: #ff6565;
    background: rgba(255, 101, 101, 1);
}

.link-item{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.crumina-slider-wrap .item-content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 30% 10% 0 10%;
    opacity: 0;

    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
.crumina-slider-wrap .active .item-content:hover{
    opacity: 1;
}

.crumina-slider-wrap .item-content .icon-format {
    color: #ff6565;
    -moz-box-shadow: 1px 0 0 rgba(255,255,255,0.3);
    -webkit-box-shadow: 1px 0 0 rgba(255,255,255,0.3);
    box-shadow: 1px 0 0 rgba(255,255,255,0.3);
    padding: 0 20px 0 0;
    margin: 0 25px 0 0;
    height: 38px;
}
.crumina-slider-wrap .item-content .icon-format i:before {
    font-size: 32px;
}
.crumina-slider-wrap .item-content .entry-title {
    font-size: 26px;
    line-height: 1.1;
    font-weight: 600;
    overflow: hidden;
    position: relative;
    top: -8px;
    height: 55px;
    display: table-cell;
    vertical-align: middle;

}

.crumina-slider-wrap .entry-title a {
    color: inherit;

    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    transition: color .2s ease;

}
.crumina-slider-wrap .entry-title a:hover {
    color: #ff6565;
}
.crumina-slider-wrap .item-content .text {
    position: relative;
    clear: both;
    padding-top: 20px;
    font-weight: 300;
    opacity: .65;
    line-height: 1.5;
}

/* Responsive styles*/

@media only screen
and (max-width : 1180px) {

.crumina-slider-wrap .item-content {
    padding: 25% 10% 0 10%;
}
}

@media only screen
and (max-width : 1024px) {

    .crumina-slider-wrap .item-content {
        padding: 20% 10% 0 10%;
    }
    .crumina-slider-wrap .item-content .entry-title {
        font-size: 20px;
        height: 50px;
    }
}

@media only screen
and (max-width : 768px) {

    .crumina-slider-wrap .item-content {
        padding: 18% 10% 0 10%;
    }
}