
/* fullwidth slider */

.fullwidth-slider .es-slides > li {
	/* 1.6 ~ image width/height */
	width: 300px;	
	height: 187px;
	background: #111;
	overflow: hidden;
}

.fullwidth-slider .es-navigation a {
	top: 0;
	margin-top: 0;
	background: #F59201;
}

.fullwidth-slider .es-ticker {
	bottom: auto;
	top: 0;
	margin-right: 34px;
}

.fullwidth-slider .es-slides > li img  {
	opacity: 1;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
}

.fullwidth-slider .es-slides > li:hover img {
	opacity: 0.8;
}

.fullwidth-title {
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0px;
	background: #fff;
	border-bottom: 2px solid #eee;
	box-sizing: border-box;
	-moz-box-sizing: border-box;	
	line-height: 15px;
	box-shadow: 0 -2px 2px 0 rgba(0,0,0,0.2);
	display: none;
}

.fullwidth-title > a {
	display: block;	
	font-style: normal;
	text-decoration: none;
	font-size: 1.3em;
}

.fullwidth-title > a:after {
	content: "\2192";
	margin-left: 5px;
}

.fullwidth-title > a:hover {
	color: #555;
}

.fullwidth-title span {	
	margin: 0px;
	line-height: 23px;
}

.fullwidth-slider .es-slides > li:hover .fullwidth-title span {
	display: block;
	margin-top: 5px;
}

/*-------------------------------------------*/
.jo_mode_circular .everslider{
	padding-top: 20px;
}
.jo_mode_circular .es-pagination{
	top: 0px;
	left: 0px;
	bottom: auto;
	
}
.jo_mode_circular .es-pagination a {
	right: auto;
	margin: 0 10px 0 0;
}

.jo_mode_circular .es-ticker{
	margin-right: 0px;
	top: 0;
}
.jo_mode_circular .es-ticker a{
	background: none;
	padding: 0;
}

.jo_mode_circular .es-ticker a:active, 
.jo_mode_circular .es-ticker a:focus,
.jo_mode_circular .es-ticker a:hover{
	background: none!important;
}

.jo_mode_circular .es-navigation a{
	top: 50%;
	margin-top: -17px;
}

.jo_mode_carousel .es-navigation a:active, 
.jo_mode_carousel .es-navigation a:focus,
.jo_mode_carousel .es-navigation a:hover,
.jo_mode_circular .es-navigation a:active, 
.jo_mode_circular .es-navigation a:focus,
.jo_mode_circular .es-navigation a:hover{
	background: #000000!important;
	overflow: hidden;
}

.jo_mode_carousel .es-ticker a:active, 
.jo_mode_carousel .es-ticker a:focus,
.jo_mode_carousel .es-ticker a:hover{
	background: #EEEEEE!important;
	overflow: hidden;
}
