/* Browser Resets */

.ZF0045-OurClients .flex-container a:active,
.ZF0045-OurClients .responsiveslider a:active,
.ZF0045-OurClients .flex-container a:focus,
.ZF0045-OurClients .responsiveslider a:focus
{
    outline: medium none;
}
.ZF0045-OurClients .slides,.ZF0045-OurClients  .flex-control-nav,.ZF0045-OurClients  .flex-direction-nav
{
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Necessary Styles
*********************************/
.ZF0045-OurClients  .responsiveslider
{
	margin: 0;
	padding: 0;
}
.ZF0045-OurClients  .responsiveslider ul.slides > li
{
	display: none;
	-webkit-backface-visibility: hidden;
	list-style-type: none;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.ZF0045-OurClients  .responsiveslider .slides img
{
}
.ZF0045-OurClients  .flex-pauseplay span
{
	text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after
{
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .slides
{
	display: block;
}
* html .slides
{
	height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child
{
	display: block;
}


/* Default Theme
*********************************/
.ZF0045-OurClients  .responsiveslider
{
	margin: 0px;
	position: relative;
	zoom: 1;
}
.ZF0045-OurClients  .flex-viewport
{
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}
.loading .flex-viewport
{
	max-height: 300px;
}
.ZF0045-OurClients  .responsiveslider .slides
{
	zoom: 1;
}

.carousel li
{
	margin-right: 5px;
}


/* Direction Nav */
.ZF0045-OurClients  .flex-direction-nav
{ *height:0;}
.ZF0045-OurClients  .flex-direction-nav a
{
	width: 50px;
	height:53px;
	margin: -44px 0 0;
	display: block;
	background: url(images/bg_direction_nav.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	text-indent: -9999px;
}
.ZF0045-OurClients .flex-direction-nav .flex-next {
    background-position: 100% 0;

    opacity: 1;
    right: 5px;
}

.ZF0045-OurClients .flex-direction-nav .flex-prev {
   
    left: 5px;
    opacity: 1;
}

.ZF0045-OurClients  .responsiveslider:hover .flex-next
{
	 display:block;
	opacity: 0.8;
	right: 5px;
}
.ZF0045-OurClients  .responsiveslider:hover .flex-prev
{
	display:block;
	opacity: 0.8;
	left: 5px;
}
.ZF0045-OurClients  .responsiveslider:hover .flex-next:hover,.ZF0045-OurClients .responsiveslider:hover .flex-prev:hover
{
	opacity: 1;
}
.ZF0045-OurClients  .flex-direction-nav .flex-disabled
{
	opacity: .3 !important;
	filter: alpha(opacity=30);
	cursor: default;
}
.ZF0045-OurClients  .flex-direction-nav > li
{
	list-style-type:none;
}

/* Control Nav */
.ZF0045-OurClients .flex-control-nav {
    bottom:0;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 3;
	margin:10px 0 0 0;
}
.ZF0045-OurClients  .flex-control-nav li
{

	margin:0;
	display: inline-block;
	zoom: 1; 
}

.ZF0045-OurClients .flex-control-paging li a {
    -moz-box-sizing: border-box;
    border: 1px solid #FFFFFF;
    border-radius: 50% 50% 50% 50%;
    cursor: pointer;
    display: inline-block;
    height: 14px;
    margin:0 6px;
    position: relative;
    text-indent: -9999px;
    width: 14px;
}
.ZF0045-OurClients  .flex-control-paging li a:hover
{
	background: none repeat scroll 0 0 #FFFFFF;
}
.ZF0045-OurClients  .flex-control-paging li a.flex-active
{
	background: none repeat scroll 0 0 #FFFFFF;
}

.ZF0045-OurClients  .flex-control-thumbs
{
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}
.ZF0045-OurClients  .flex-control-thumbs li
{
	width: 25%;
	float: left;
	margin: 0;
}
.ZF0045-OurClients  .flex-control-thumbs img
{
	width: 100%;
	display: block;
	opacity: .7;
	cursor: pointer;
}
.ZF0045-OurClients  .flex-control-thumbs img:hover
{
	opacity: 1;
}
.ZF0045-OurClients  .flex-control-thumbs .flex-active
{
	opacity: 1;
	cursor: default;
}

@media screen and (max-width:767px)
{
	
.ZF0045-OurClients .flex-control-paging li a {
    height:13px;
    width:13px;
}
}
@media screen and (max-width:640px){
.ZF0045-OurClients .flex-direction-nav a { margin:-27px 0 0 0;}
}
