
/* =Logo Slider - Jcarousel
BY ADION.IE
-------------------------------------------------------------- */


.jcarousel-pre-wrapper {
	padding: 0;
	    /* margin-top: -25px; */
	position:relative;
}

.jcarousel-2wrapper {
    margin: 25px auto;
    position: relative;
	text-align:center;
	margin-top: 0;
}

/** Carousel **/

.jcarousel-testimonials {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.jcarousel-testimonials ul {
    width: 10000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel-testimonials li {
    width: 250px;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding:20px 5px;
}

.jcarousel-testimonials li .logo-wrapper {
	/* border: 1px solid #efefef; */
	margin:15px;
	padding-left: 15px;
	padding-right: 15px;
}

.jcarousel-testimonials img {
    /* display: block; */
    max-width: 100%;
    /* min-width: 50%; */
    width: auto !important;
    height: 80px !important;

	transition: all 0.1s ease 0s;
	-webkit-transition: all 0.1s ease 0s; 
	-moz-transition: all 0.1s ease 0s; 
	-ms-transition: all 0.1s ease 0s;
	
/*    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    /*filter: grayscale(100%); */

    opacity: 0.85;
    filter: alpha(opacity=0.85);

}

.jcarousel-testimonials li:hover div > a img,
.jcarousel-testimonials li:hover div > img {
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);

    opacity: 1;
    filter: alpha(opacity=100);
}

.jcarousel-testimonials li:hover > div {
    /* -webkit-box-shadow: 0 0 4px #ccc; */
    /* -moz-box-shadow: 0 0 4px #ccc; */
    /* box-shadow: 0 0 4px #ccc; */
}

/** Carousel Controls **/

.jcarousel-control-testimonials-prev,
.jcarousel-control-testimonials-next {
    position: absolute;
    top: -35px;
    margin-top: -15px;
    width: 35px;
    height: 35px;
    text-align: center;
	color: #efefef;
    text-decoration: none;
    font: 24px/30px Arial, sans-serif !important;

	
	transition: all 0.1s ease 0s;
	-webkit-transition: all 0.1s ease 0s; 
	-moz-transition: all 0.1s ease 0s; 
	-ms-transition: all 0.1s ease 0s;
	
	border:0px solid #efefef;
	
	background: rgba(0,0,0,0.5);
}

.jcarousel-control-testimonials-prev {
    right: 45px;
}

.jcarousel-control-testimonials-next {
    right: 0;
}

a.jcarousel-control-testimonials-prev:focus,
a.jcarousel-control-testimonials-next:focus,
a.jcarousel-control-testimonials-prev:hover,
a.jcarousel-control-testimonials-next:hover {
	background: #20960f;
	text-decoration:none;
	color:#fff;
}

/** Carousel Pagination **/

.jcarousel-pagination {
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;

    font-size: 11px;
    height: 10px;
    width: 10px;
    line-height: 10px;

    background: #fff;
    color: #4E443C;
    border-radius: 10px;
    text-indent: -9999px;

    margin-right: 7px;


    -webkit-box-shadow: 0 0 2px #4E443C;
    -moz-box-shadow: 0 0 2px #4E443C;
    box-shadow: 0 0 2px #4E443C;
}

.jcarousel-pagination a.active {
    background: #4E443C;
    color: #fff;
    opacity: 1;

    -webkit-box-shadow: 0 0 2px #F0EFE7;
    -moz-box-shadow: 0 0 2px #F0EFE7;
    box-shadow: 0 0 2px #F0EFE7;
}