/* Example wrapper */
.news-page-slider-wrap {
    position: relative;
    padding: 0 0 ;
}

/* Frame */
.news-page-slider {
	position: relative;
	width: 100%;
}

.news-page-slider-wrap ul {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
	
	width: 20000em;
	position: relative;
	overflow: hidden;
}

.news-page-slider ul li {
    float: left;
    width: 1180px;
    max-width: 100%;
    height: 100%;
}

.news-page-slider ul li.active {
    opacity: 1;
	
    -webkit-transition: opacity .2s ease;
    -moz-transition: opacity .2s ease;
    transition: opacity .2s ease;
}

/* Post styling*/

.news-page-slider .item {
    float: left;
    position: relative;
    line-height: .5;
}

.news-page-slider .big-element {
    width: 57.6271186440678%;
	float: left;
}
.news-page-slider .small-element {
    width: 42.3728813559322%;
    overflow: hidden;
	float: right;
}

.news-page-slider .active .item .entry-format {
	opacity: 1;
	
	-webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}

.news-page-slider ul .item {
	border-right: 1px solid transparent;
	border-bottom: 1px solid transparent;
}

.news-page-slider .item .entry-format {
	position: absolute;
	display: block;
	font-size: 26px;
	line-height: 26px;
	color: #a9aaab;
	top: 15px;
	right: 15px;
	z-index: 0;
}

.news-page-slider .entry-hover-bg {
	position: absolute;
	z-index: 1;
	top: 0; left: 0;
	bottom: 0; right: 0;
	background-color: rgba(39,40,48,0.95);
	opacity: 0;
	
	-webkit-transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
}

.news-page-slider .entry-thumb:hover .entry-hover-bg {
	opacity: 1;
}

.news-page-slider .item .picture-entry-thumb {
	position: absolute;
	z-index: 2;
	right: 20px;
	top: 50%;
	left: 50%;
	
	display: inline-block;
	height: 50px;
	width: 50px;
	margin-left: -25px;
	
	border: 1px solid rgba(255,255,255,0.3);
	background-color: transparent;
	
	color: #6cccf4;
	font-size: 25px;
	line-height: 51px;
	text-align: center;
	
	-webkit-transition: background-color .2s ease-out, border-color .2s ease-out, margin-top .2s ease-out;
	-moz-transition: background-color .2s ease-out, border-color .2s ease-out, margin-top .2s ease-out;
	transition: background-color .2s ease-out, border-color .2s ease-out, margin-top .2s ease-out;
	
	margin-top: -100%;
}

.news-page-slider .item:hover .picture-entry-thumb {
	margin-top: -63px;
}

.news-page-slider .item .picture-entry-thumb:hover {
	background-color: rgba(255,255,255,0.9);
	border-color: transparent;
}

.news-page-slider .item .entry-title {
	color: #01080b;
	font-size: 18px;
	font-weight: 500;
}

.news-page-slider .item .entry-title-wrap {
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0; right: 0;
	height: 75px;
	line-height: 75px;
	
	display: block;
	
	text-align: center;
	background-color: rgba(255,255,255,0.9);
	
	-webkit-transition: margin-bottom .2s ease-in-out;
    -moz-transition: margin-bottom .2s ease-in-out;
    transition: margin-bottom .2s ease-in-out;
	margin-bottom: -50%;
}

.news-page-slider .item:hover .entry-title-wrap {
	margin-bottom: 0;
}

.news-page-slider .item .entry-title-wrap > .entry-title-wrap-valign {
	display: inline-block;
	vertical-align: middle;
}

@media only screen and (max-width: 480px) {
	.news-page-slider .item .entry-title {
		font-size: 10px;
	}
}

.news-page-slider .item:hover .entry-title {
	opacity: 1;
}

.news-page-slider .item .entry-title a {
	color: inherit;
	font-size: inherit;
	
	-webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}

.news-page-slider .entry-thumb .entry-title a:hover {
	color: #6cccf4;
}

.news-page-slider-wrap .controls {
	position: relative;
	height: 0;
	z-index: 2;
	overflow: visible;
	margin: 0 auto !important;
	max-width: 1180px !important;
	width: auto;
}

.news-page-slider-wrap .controls > span {
	position: absolute;
	z-index: 15;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
	width: 33px;
	height: 33px;
	color: #2d3538 !important;
	font-size: 15px;
	text-align: center;
	line-height: 35px;
	vertical-align: middle;
	background-color: rgba(255,255,255,0.6);
	-webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out, height 0.2s ease, line-height 0.2s ease;
	-moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out, height 0.2s ease, line-height 0.2s ease;
	transition: opacity .2s ease-in-out, background-color .2s ease-in-out, height 0.2s ease, line-height 0.2s ease;
}

.news-page-slider-wrap .controls > span.jcarousel-control-prev {
	left: 0;
}

.news-page-slider-wrap .controls > span.jcarousel-control-next {
	right: 0;
}

.news-page-slider-wrap .controls .disabled {
	display: none;
}

.news-page-slider-wrap .controls .next {
	right: 1px;
}

.news-page-slider-wrap .controls .prev {
	left: 0;
}
