/* 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%;
	
	margin-right: 4px;
}

.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;
	padding-right: 4px;
}
.news-page-slider .small-element {
    width: 42.3728813559322%;
    overflow: hidden;
	float: right;
	padding-bottom: 4px;
}

.news-page-slider .small-element:last-child {
	padding-bottom: 0;
}

.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 .item img {
	border-radius: 2px;
}

.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 .item .entry-title {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	
	left: 20px;
	right: 20px;
	z-index: 0;
	display: block;
	
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	text-decoration: underline;
	
	opacity: 0;
	
	-webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}

@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 .active .entry-thumb:hover {
	border-radius: 2px;
	background: #000000;
}

.news-page-slider .active .entry-thumb:hover img {
	opacity: .8;
}

.news-page-slider .entry-thumb:hover .entry-title a {
	color: #ffc843;
}

.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;
	top: 246px;
	z-index: 15;

	cursor: pointer;
	display: block;
	width: 33px;
	height: 33px;

	background-color: rgba(0, 0, 0, 0.8);
	border-radius: 2px;

	color: #ffffff !important;
	text-align: center;
	line-height: 31px;
	vertical-align: middle;

	opacity: 1;
	
	-webkit-transition: background-color .2s ease-in-out;
	-moz-transition: background-color .2s ease-in-out;
	-o-transition: background-color .2s ease-in-out;
	transition: background-color .2s ease-in-out;
}

.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 > span:hover {
	background-color: #ffc843;
}

.news-page-slider-wrap .controls .disabled {
	display: none;
}

.news-page-slider-wrap .controls .next {
	right: 0;
}

.news-page-slider-wrap .controls .prev {
	left: 0;
}
