/* Example wrapper */
.crumina-slider-wrap {
    position: relative;
    padding: 0 0 ;
}

/* Frame */
#crum-slider {
    /*overflow: hidden;*/
	position: relative;
	width: 100%;
}

.crumina-slider-wrap ul {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
	
	width: 20000em;
	position: relative;
}

#crum-slider ul li {
    float: left;
    width: 1180px;
    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;
}

/* Post styling*/

#crum-slider .item {
    float: left;
    position: relative;
    line-height: .5;
}

#crum-slider .big-element {
    width: 57.6271186440678%;
	float: left;
}
#crum-slider .small-element {
    width: 42.3728813559322%;
    overflow: hidden;
	float: right;
}

#crum-slider .item .entry-format,
#crum-slider .item .entry-meta,
#crum-slider .item .entry-title {
	opacity: 0;
	border-bottom: 0px;
}

#crum-slider .active .item .entry-format,
#crum-slider .active .item .entry-meta,
#crum-slider .active .item .entry-title {
	opacity: 1;
	
	-webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}

#crum-slider .active .item {
	background: #000;
}

#crum-slider .active .item img {
	opacity: .8;
	filter: alpha(opacity=80%);
}

#crum-slider .item .entry-format {
	position: absolute;
	display: block;
	font-size: 26px;
	line-height: 26px;
	color: #a9aaab;
	top: 15px;
	right: 15px;
	z-index: 0;
}

#crum-slider .item .entry-meta {
	position: absolute;
	display: block;
	bottom: 20px;
	right: 20px;
	left: 20px;
	z-index: 0;
}

#crum-slider .item .entry-meta a {
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	color: rgba(255, 255, 255, .5);
}

#crum-slider .item .entry-meta i {
	color: #FF6F6E;
	font-size: 12px;
	vertical-align: middle;
	padding-right: 6px;
}

#crum-slider .item .entry-title {
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 42px;
	z-index: 0;
	display: block;
	
	font-size: 16px;
	font-weight: 800;
	color: #fff;
	line-height: 22px;
}

#crum-slider .item .entry-title a {
	color: inherit;
	font-size: inherit;
}

#crum-slider .entry-thumb:hover .entry-title,
#crum-slider .entry-thumb:hover .entry-meta {
	opacity: 0;
}

.crumina-slider-wrap .controls {
	position: relative;
	height: 0;
	z-index: 2;
	overflow: visible;
}

.crumina-slider-wrap .controls > span {
	background-color: rgba(255, 111, 110, 0.2);
    display: block;
    height: 39px;
    position: absolute;
    width: 39px;
	cursor: pointer;
	top: 246px;
	z-index: 2;
	
	-webkit-transition: background 0.4s ease-in-out;
	-moz-transition: background 0.4s ease-in-out;
	-o-transition: background 0.4s ease-in-out;
	transition: background 0.4s ease-in-out;
}

.crumina-slider-wrap .controls > span:hover {
	background-color: rgba(255, 111, 110, 0.6);
}

.crumina-slider-wrap .controls .disabled {
	display: none;
}

.crumina-slider-wrap .controls .next {
	right: 10px;
}

.crumina-slider-wrap .controls .next:before,
.crumina-slider-wrap .controls .prev:before {
    position: absolute;
	top: 0; bottom: 0;
	left: 0; right: 0;
	
	color: #FFFFFF;
	font-family: 'moon';
	font-size: 10px;
	text-align: center;
	line-height: 39px;
}

.crumina-slider-wrap .controls .next:before {
    content: "\e3b1";
}

.crumina-slider-wrap .controls .prev {
	left: 10px;
}

.crumina-slider-wrap .controls .prev:before {
    content: "\e3b3";
}

/* Responsive styles*/

@media only screen
and (max-width : 1180px) {

}

@media only screen
and (max-width : 1024px) {
}

@media only screen
and (max-width : 768px) {

}