/**********
 * SLIDER *
 **********/

/* Slider container */

#slider_container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	-webkit-box-shadow: 1px 1px 5px 0px #000;
	-moz-box-shadow: 1px 1px 5px 0px #000;
	box-shadow: 1px 1px 5px 0px #000;
}

#slider_container .jssora01l, #slider_container .jssora01r {
	/* Transition not working */
	opacity: 0;
}

#slider_container:hover .jssora01l, #slider_container:hover .jssora01r {
	/* Transition not working */
	opacity: 1;
}

/* Slider bullets */

.jssorb05 {
	position: absolute;
	bottom: -30px;
}

.jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
	position: absolute;
	/* size of bullet element */
	width: 22px;
	height: 22px;
	cursor: pointer;
}

.jssorb05 div::before, .jssorb05 div:hover::before, .jssorb05 .av::before {
	position: absolute;
	top: 5px;
	left: 6px;
	font: 1.2em FontAwesome;
}

.jssorb05 div::before { content: "\f10c"; }

.jssorb05 div:hover::before, .jssorb05 .av:hover::before { content: "\f192"; }

.jssorb05 .av::before { content: "\f192"; }

.jssorb05 .dn::before, .jssorb05 .dn:hover::before { content: "\f192"; }

/* Slider arrows */

.jssora01l, .jssora01r {
	display: block;
	position: absolute;
	/* size of arrow element */
	width: 30px;
	height: 30px;
	cursor: pointer;

	/* Transition not working */
	-webkit-transition: opacity 0.25s linear;
	-moz-transition: opacity 0.25s linear;
	-o-transition: opacity 0.25s linear;
	transition: opacity 0.25s linear;
}

.jssora01l::before, .jssora01r::before {
	font: 3.5em FontAwesome;
	color: #fff;
	opacity: 0.47;
}

.jssora01l::before { content: "\f0a8"; }

.jssora01r::before { content: "\f0a9"; }

.jssora01l:hover::before { content: "\f0a8"; }

.jssora01r:hover::before{ content: "\f0a9"; }

.jssora01l.jssora01ldn::before { content: "\f0a8"; }

.jssora01r.jssora01rdn::before { content: "\f0a9"; }

/* Slider captions */

.jssorcaption {
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: #000;
	color: #ffe74a;
	font-family: Helvetica, Arial, sans-serif;
	width: 100%;
	z-index: 8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	-moz-opacity: 0.8;
	filter: alpha(opacity=8);
	-webkit-box-sizing: border-box;	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;	/* Firefox, other Gecko */
	box-sizing: border-box;			/* Opera/IE 8+ */
}

.jssorcaption a {
	border-bottom:1px dotted #ffe74a;
}

/********
 * NEWS *
 ********/

/* News */

.news-header {
	font-size: 11px;
	font-variant: small-caps;
	font-weight: bold;
}

.panel-container .panel .content ol {
	font-size: 1em;
}