@charset "utf-8";
/* CSS Document */

/* slider layout */
.lof-slidecontent {
	position: relative;
	overflow: hidden;
}
.lof-slidecontent .preload {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100000;
	text-align: center;
	background: #FFF
}
.lof-slidecontent .preload div {
	height: 100%;
	width: 100%;
	background: transparent url(../../images_top/load-indicator.gif) no-repeat scroll 50% 50%;
}
.lof-slidecontent .sliders-wrapper {
	position: relative;
	height: 310px;
	overflow: hidden;
}
.lof-slidecontent ul.sliders-wrap-inner {
	overflow: hidden;
	background: transparent url(../../images_top/load-indicator.gif) no-repeat scroll 50% 50%;
	padding: 0px;
	margin: 0;
	position: absolute;
	overflow: hidden;
}
.lof-slidecontent ul.sliders-wrap-inner li {
	padding: 0px;
	margin: 0px;
	float: left;
	position: relative;
	width: 770px !important;
}
.lof-slidecontent .lof-opacity li {
	position: absolute;
	top: 0;
	left: 0;
	float: inherit;
}

.lof-slidecontent .navigator-content {
	width:770px;
	margin-top: 10px;
	}
.lof-slidecontent .navigator-wrapper {
    position: relative;
    z-index: 10;
    overflow: hidden;
    color: #FFF;
    margin: auto;
    width: 160px !important;
}
.lof-slidecontent ul.navigator-wrap-inner {
    top: 0;
    padding: 0;
    margin: 0;
    position: absolute;
    width: 160px !important;
}
.lof-slidecontent ul.navigator-wrap-inner li {
	cursor: hand;
	cursor: pointer;
	list-style: none;
	padding: 0;
	margin: 0px 5px;
	overflow: hidden;
	float: left;
	display: block;
	text-align: center;
	width: 10px !important;
}
/*******************************************************/
 
ul.sliders-wrap-inner li img {
	padding: 0px;
    max-width: 100%;
}
.lof-slidecontent .slider-description a.readmore {
	color: #58B1EA;
	font-size: 95%;
}
.lof-slidecontent .slider-description a {
	color: #FFF;
}
.lof-slidecontent .slider-description {
	z-index: 100px;
	position: absolute;
	bottom: 50px;
	left: 0px;
	width: 350px;
	background: url(../../images_topimages/bg_trans.png);
	height: 100px;
	padding: 10px;
	color: #FFF;
}
.lof-slidecontent .slider-description h4 {
	font-size: 14px;
	margin: 10px 0;
	padding: 0;
}
.lof-slidecontent .slider-description .slider-meta a {
	margin: 0;
	background: #C01F25;
	font-size: 75%;
	padding: 2px 3px;
	font-family: "Trebuchet MS", Trebuchet, Arial, Verdana, sans-serif;
	text-transform: uppercase;
	text-decoration: none
}
.lof-slidecontent .item-meta a:hover {
	text-decoration: underline;
}
.lof-slidecontent .item-meta i {
	font-size: 70%;
}
/* item navigator */

.lof-slidecontent ul.navigator-wrap-inner li img {
	border-bottom: #fff solid 5px;
}
.lof-slidecontent ul.navigator-wrap-inner li.active img, .lof-slidecontent ul.navigator-wrap-inner li:hover img {
	/*border-bottom: #0289f4 solid 5px;*/
	-moz-transition: border-color ease-in-out 0.4s;
	transition-property: all ;
	transition-duration: 0.3s ;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";

}
.lof-slidecontent .navigator-content .button-next, .lof-slidecontent .navigator-content .button-previous {
	display: block;
	width: 20px;
	height: 40px;
	color: #FFF;
	cursor: pointer;
}
.lof-slidecontent .navigator-content .button-next {
	float: left;
	text-indent: -999px;
	/* background: url(../../images_top/arrow-l.png) no-repeat right center; */
	margin-right: 5px;
}
.lof-slidecontent .navigator-content .button-previous {
	float: right;
	text-indent: -999px;
	/* background: url(../../images_top/arrow-r.png) no-repeat left center; */
	margin-left: 5px;
}

.lof-slidecontent .button-control {
	position: absolute;
	top: 10px;
	right: 10px;
	height: 20px;
	width: 20px;
	cursor: hand;
	cursor: pointer;
	background: url(../../images_top/transparent_bg.png) repeat;
}
.lof-slidecontent .button-control span {
	display: block;
	width: 100%;
	height: 100%;
}
.lof-slidecontent .action-start span {
	background: url(../../images_top/play.png) no-repeat center center;
}
.lof-slidecontent .action-stop span {
	background: url(../../images_top/pause.png) no-repeat center center;
}

.navigatornavigator-wrap-inner-wrap-inner {
    width: 100% !important;
    display: flex;
    justify-content: space-between;
}

