<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * Easy Slider Widget ( Lite )
 * Frontend Layout &amp; Style
 * Copyright (c) 2012 GhozyLab, Inc. - http://ghozylab.com/
*/

/* Images */	
.ewic-wid-imgs {
	width: 100%;
	max-width: 100%;
	height: auto;
}

/* FlexSlider */
.ewic-slider-lite {
	display: block;
	background: none !important;
	border: none !important
}

.ewic-slider-lite.ready_to_show {
	-webkit-box-shadow: 0px 0px 12px -2px rgba(0,0,0,0.10);
	-moz-box-shadow: 0px 0px 12px -2px rgba(0,0,0,0.10);
	box-shadow: 0px 0px 12px -2px rgba(0,0,0,0.10);
	border: 4px solid #fff !important;
}

.flex-control-nav,
.flex-direction-nav {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.flex-direction-nav a:before {
	color: rgba(57, 57, 57, 0.8) !important;
}

.is_on_widget .flex-direction-nav a:before {
    font-family: "flexslider-icon" !important;
	font-size: 24px !important;
}

.flex-direction-nav a {
	outline: none !important;
}
.flex-direction-nav a:before {
	line-height: 40px;
}
					
.flex-caption {
  position: absolute;
  width: 100%;
  padding: 2%;
  left: 0;
  bottom: 0;
  background: rgba(36, 36, 36, 0.53);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,.3);
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 0 !important;
}
	
#latest-box {
	padding: 5px;
	position: relative;
	}
	
#latest-box .ewic-caption {
	font-size:14px;
	text-align:center;
	margin-bottom: 0px !important;
	bottom: 0px;
	background: none repeat scroll 0% 0% rgba(80, 80, 80, 0.60) !important;
	}

/* Caption */
.ewic-caption {
	text-align:center;
}

/* Lightbox */	
.lb-closeContainer{
	top: 10px;
}

.lb-number {
	/* display: none !important; */
	}
	
.ewc_close {
	z-index:9995;
	}
	
.sliderpreloader {width:100% !important; height:32px !important; background:url(../images/ajax-loader.gif) center center no-repeat !important; text-align:center;}

.ewc-aff-link {
	display:none;
	margin-top:5px;
	float:right;
	width: auto;
	color: #999;
	font-size:12px !important;
	font-style:italic;
	margin-right:5px;
	}
.ewc-aff-link a {
	text-decoration: none !important;
	color: #0080FF !important;
	}	
	
.ewc-aff-link a:hover {
	text-decoration: underline !important;
	}
</pre></body></html>