/*Icons for slider*/

@font-face {
    font-family: 'crumslider';
    src: url('fonts/crumslider.eot');
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: 'crumslider';
        src: url('fonts/crumslider.svg#crumslider') format('svg');
    }
}

  

.crumina-slider-wrap.loading {
    background: url("../assets/images/preloader.gif") 50% no-repeat;
}
.crumina-slider-wrap.loading .crum-slider {
    opacity: 0;
    height: 400px;
}
.crumina_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;


}

.crum-slider ul li.active {
    opacity: 1;

    -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: 1200px;
    max-width: 100%;
    background: #c2d1d9;
    line-height: 0;
	overflow: hidden;
}

.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;
    overflow: hidden;
}
.crum-slider .big-element {
    width: 50%;
}
.crum-slider .small-element {
    padding-left: 3px;
    margin-bottom: 3px;
    width: 25%;
    overflow: hidden;
}

.crum-slider.tmp-1b-2s .small-element {
	padding-left: 0;
}

.cr-sl-clear {clear:left; padding-right:3px;}
.cr-sl-clear .item-content-metro {right: 3px}
.sl-thumb-wrap {overflow:hidden}

.crum-slider .large-element {
    width:50%
}

.hoverbox-link {
	cursor: pointer;
}

.crumina-slider-wrap .cat-name {
    display: block;
    padding: 9px 21px;
	margin-right: 3px;
    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;
    width: auto;
    height: auto;
    opacity: 1;

    -webkit-transition: background .3s ease;
    -moz-transition: background .3s ease;
    transition: background .3s ease;
}

.crum-slider.tmp-1b-4s .small-element  .cat-name{
    margin-left: 3px;
}

.cat-name a, .cat-name a:hover {
    color: #fff;
}

.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: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 30% 10% 0 10%;
    opacity: 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=35);

	-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 .slider-icon-wrap {
    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;
    float: left;
}
.crumina-slider-wrap .item-content .slider-icon-wrap 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;
}


/*One touch slider additional styles*/

.crum-slider.tmp-1b-2s ul li {
    margin-right: 0;
}
.crum-slider.tmp-1b-2s li .last-item, .crum-slider.tmp-1b-2s li > div:last-child {
    padding-right: 3px;
}

.crum-slider .small-element.item .item-content-metro, .crum-slider.tmp-1b-2s li .last-item  .item-content-metro{
	right: 3px;
}

.crum-slider .small-element.item .sl-thumb-wrap {
    margin-right: 3px;
	position: relative;
}
.crum-slider .small-element.item:last-child .sl-thumb-wrap {
	margin-right: 0;
}

.crum-slider .item .item-content-metro {
    width: 100%;
    height: 100%;
    position: absolute;
    color: #fff;
    padding: 40px 15px 20px;
    bottom: -100%;
    line-height: 1.5;
    background: rgb(87, 186, 232);
    background: rgba(87, 186, 232, 0.87);

    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.crum-slider .item.even .item-content-metro {
    background: rgb(108, 190, 66);
    background: rgba(108, 190, 66, 0.87);
}


.crum-slider .active .item:hover .item-content-metro, .crum-slider .active .item.hover .item-content-metro {
    bottom: 0;
}
.crum-slider .item .text {
    clear: both;
    padding-top: 15px;
}
.crum-slider .item-content-metro .entry-title{
    font-weight: 400;
    line-height: 1.3;
    margin: 3px 0;
    font-size: 17px;
    height: 50px;
    display: table-cell;
    vertical-align: middle;
}
.crum-slider .item-content-metro .entry-title a {
    color: #fff;
}
.crum-slider .active .item.hover a.mobile-link{
	position: absolute;
	top: 0;left: 0;width: 100%;
	height: 100%;
	overflow: hidden;
	text-indent: -9999em;
	z-index: 100;
}

.crum-slider .item-content-metro .slider-icon-wrap {
    margin-right: 15px;
    border: 2px solid #fff;
    border-radius: 100%;
    height: 35px;
    width: 35px;
    margin-top: 10px;
    display: block;
    float: left;
    text-align: center;
    line-height: 35px;
}
.crum-slider .item-content-metro .slider-icon-wrap i {
    color: #fff;
}
.crum-slider .item-content-metro .slider-icon-wrap i:before {
    font-size: 19px;
    top: 2px;
}

/* -----------------------------------------
   Thumbs hover
----------------------------------------- */
.crumina-slider-wrap .entry-thumb {
    position: relative;
    display: block;
    overflow: hidden;
    line-height: .5; }
.crumina-slider-wrap .entry-thumb > img {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transition: -webkit-transform .4s ease-in-out;
    -moz-transition: -moz-transform .4s ease-in-out;
    -o-transition: -o-transform .4s ease-in-out;
    transition: transform .4s ease-in-out; }
.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 .entry-thumb > a {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    text-align: center;
    opacity: 0; }

.crumina-slider-wrap .entry-thumb > a:before {
    font-family: 'crumslider';
    font-style: normal;
    font-weight: normal;
    display: none;
    width: 100%;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    color: #ff6565;
    font-size: 2.3em;
    position: absolute;
    top: 50%;
    margin-top: -16px; }

.crumina-slider-wrap .entry-thumb > a.link:before {
    content: "\e349";
}

.crumina-slider-wrap .entry-thumb > a:hover {
    opacity: 1;
    background: rgba(0, 0, 0, 0.5); }
.crumina-slider-wrap .entry-thumb a:hover:before {
    display: block; }

/* 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%;
    }

    .crumina-slider-wrap .cat-name {
        display: none;
    }
}

@media only screen and (max-width: 599px){
    .crum-slider .item .text {
        display: none;
    }
    .crum-slider .item .item-content-metro {
        padding: 10%;
    }

    .crum-slider .small-element { width: 50%; }
    .crum-slider .large-element, .crum-slider .big-element { width: 100%; margin-bottom: 3px }
    .crum-slider .big-element {margin-bottom: 2px}

}

@media only screen and (min-width: 600px) and (max-width: 699px){

    .crum-slider .item-content-metro .slider-icon-wrap, .crum-slider .item .text {
        display: none;
    }

    .crum-slider .item .item-content-metro {
        padding: 20px 5px;
    }

    .crum-slider .item-content-metro .entry-title {
        text-align: center;
        display: block;
        height: auto;
    }

}

@media only screen and (min-width: 700px) and (max-width: 800px) {

    .crum-slider .item-content-metro .slider-icon-wrap {
        display: none;
    }

    .crum-slider .item .item-content-metro {
        padding: 20px 5px;
    }

    .crum-slider .item-content-metro .entry-title {
        text-align: center;
        display: block;
        height: auto;
    }

    .crum-slider .item .text {
        clear: both;
        padding-top: 10px;
        font-size: 12px;
    }
}

