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


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

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

/** Carousel **/

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

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

.jcarousel li {
    width: 250px;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	list-style: none !important;
}

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

.jcarousel img {
    /* display: block; */
    max-width: 100%;
    /* min-width: 50%; */
    width: auto !important;
    height: 50px !important;
	 padding-top:5px;
	 padding-bottom:5px;
	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 li:hover div > a img,
.jcarousel li:hover div > img {
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);

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

.jcarousel 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-prev,
.jcarousel-control-next {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 35px;
    height: 35px;
    text-align: center;
	color: #efefef;
    text-decoration: none;
    font: 24px/32px 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-radius:2px;
	background: #4564e4;
}

.jcarousel-control-prev {
    left: -35px;
}

.jcarousel-control-next {
    right: -35px;
}


.jcarousel-control-prev:focus,
.jcarousel-control-next:focus,
.jcarousel-control-prev:hover,
.jcarousel-control-next:hover {
	background: #3e56b9;
	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: 15px;
    width: 15px;
    line-height: 10px;

    background: #a3a6b3;
    color: #a3a6b3;
    border-radius: 10px;
    text-indent: -9999px;

    margin-right: 10px;


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

.jcarousel-pagination a.active {
    background: #a3a6b3;
    color: #fff;
    opacity: 1;
	width:35px;

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

div#member-slider-id {
    padding: 15px;
	padding-right: 0;
	margin-left:-15px;
	margin-right:-30px;
	margin-bottom: 35px;
}

div#member-slider-id .jcarousel-wrapper {
	padding-bottom:25px;
}

div#member-slider-id .jcarousel-control-prev,
div#member-slider-id .jcarousel-control-next {
    display:none;
}
div#member-slider-id .jcarousel-control-prev {
	left:-55px;
}

div#member-slider-id:hover .jcarousel-control-prev,
div#member-slider-id:hover .jcarousel-control-next {
    display:block;
}

#member-slider-id .jcarousel img {
	width:100% !important;
	height:auto !important;
	margin:0;
	padding:0;
}

#member-slider-id .person-wrapper {
	background: #fff;
	border:1px solid #F7F3F3;
	border-radius:20px;
	overflow:hidden;
	text-align:left;
	margin-right:15px
}

#member-slider-id .person-content-wrapper h3 {
	margin:0;
	font-size:20px;
}

#member-slider-id .person-content-wrapper span {
	margin:0;
	display:block;
	color: #777e94;
	min-height:55px;
	font-size:16px;
}

#member-slider-id .person-content-wrapper a {
	font-weight:bold;
	color: #3D4766;
	text-decoration:underline;
	font-size:16px;
}

#member-slider-id .person-content-wrapper {
	padding: 20px
}


#member-slider-id .location-image-wrapper {
	max-height:260px;
	overflow:hidden;
}

.member-slider-onehalf .doc-img {
		overflow: hidden;
    border-radius: 100%;
    /* width: 280px; */
    /* height: 280px; */
    border: 2px solid #ddd;
	text-align:center;
	margin:15px auto;
}

.member-slider-onehalf .person-wrapper h1, 
.member-slider-onehalf .person-wrapper h2, 
.member-slider-onehalf .person-wrapper h3, 
.member-slider-onehalf .person-wrapper h4, 
.member-slider-onehalf .person-wrapper h5, 
.member-slider-onehalf .person-wrapper h6 {
	font-size:30px;
	margin: 0px 20px;
    margin-top: 50px;
	max-width: 70%;
}
.member-slider-onehalf .person-wrapper .col-620 p,
.member-slider-onehalf .person-wrapper .col-540 p {
	color:#4564E4;
	font-weight:bold;
	margin-left:20px;
	max-width: 70%;
}

.member-slider-onehalf .person-wrapper .col-940 > p {
    margin-top: 1em;
    padding: 0px 10px;
}

.member-slider-onehalf .person-wrapper p {
	line-height:normal;
}