@font-face {
	font-family: 'Boogaloo';
	src:url(../fonts/Boogaloo-Regular.otf);
}
#news-slider {
	width: 1160px;
	height: 419px;
	position: relative;
	margin-bottom: 23px;
}
#news-choosers {
	position: absolute;
	left: 50%;
    margin-left: 0;
	margin-bottom: 1%;	
	bottom: 0;
	overflow: hidden;
	z-index: 5;
	opacity: .65;
}
#news-choosers:hover {
    animation:fadein .25s;
    opacity: 1;
}
#left-arrow {
    background: url(../images/ButtonL.png);
    position: absolute;
    width: 48px;
    height: 48px;
    opacity: .65;
    margin-left: 1%;
    margin-top: 16%;
    z-index: 6;
}
#right-arrow {
    background: url(../images/ButtonR.png);
    position:absolute;
    width: 48px;
    height: 48px;
    opacity: .65;
    margin-left: 95%;
    margin-top: 16%;
        
    z-index: 6;
}
#left-arrow:hover {
    animation: fadein .25s;
    cursor: hand;
    opacity:1;
}
#right-arrow:hover {
    animation: fadein .25s;
    cursor: hand;
    opacity: 1;
}
#back-left-arrow {
    background: url(../images/ButtonL.png);
    position: absolute;
    width: 48px;
    height: 48px;
    opacity: 0;
    margin-left: 1%;
    margin-top: 16%;
    z-index: 5;
}
#back-right-arrow {
    background: url(../images/ButtonR.png);
    position:absolute;
    width: 48px;
    height: 48px;
    opacity:0;
    margin-left: 95%;
    margin-top: 16%;
        
    z-index: 5;
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:.65;
    }
    to {
        opacity:1;
    }
}
.news-chooser {
	background: url(../images/tcon-spritesheet.png) no-repeat scroll -258px -295px;
	width: 23px;
	height: 23px;
	float: left;
	margin-right: 2px;
    
    z-index: 8;
}
.news-chooser:hover {
	cursor: pointer;
	cursor: hand;	
}
.news-chooser-active {
	background: url(../images/tcon-spritesheet.png) no-repeat scroll -258px -318px;
}
.news-fade {
    opacity: 1.0;
	transition: opacity 0.2s linear;
}
#news-slider-front {
    width: 100%;
	height: 100%;
    position: absolute;
	background-repeat: no-repeat;
	background-size: cover;
    z-index: 2;
}
#news-slider-back {
    width: 100%;
	height: 100%;
    position: absolute;
	background-repeat: no-repeat;
	background-size: cover;
    z-index: 1;
}
#news-details {
	font-size: 27px;	
	color: #E5B353;
	transition: background-image 0.5s;
}

#info-blocks {
	width: 1160;	
}
#info-blocks a {
	text-decoration: none;	
}
#info-block-1 {
	width: 370px;
	float: left;
}
#info-block-2 {
	width: 370px;
	margin-left: auto;
	margin-right: auto;
}
#info-block-3 {
	width: 370px;
	float: right;
	display: block;
}

.featured-img {
	height: 226px;
	background-size: cover;
}
.featured-title {
	height: 39px;
	background-color: #F36F01;
	font: 30px/34px "Boogaloo",Tahoma,Arial,sans-serif;
	font-size: 30px;
	color: white;
	text-align: center;	
}
.featured-details {
	padding-top: 10px;
}
