div.filtermembers{
  /*padding: 22px 75px 22px 75px;
  margin-bottom: 23px;
  background-color: #f6f6f6;
  color: #252525;*/
 /* width: 612px;
  height: 390px;*/
  padding: 20px 74px 0;
  background-image: url(images/bg-form-membri.png);
  background-repeat: no-repeat;
  background-position: center top;
}
div.filtermembers h2{
	padding: 0 0 14px;
	margin: 0 0 22px;
	font-size: 14px;
	color: #898989;
	font-weight: bold;
	border-bottom: solid 1px #cccccc;
}
div.filtermembers h3{
	margin: 18px 0;
	font-size: 14px;
	/*text-align: center;*/
	color: #c0c0c0;
	font-weight: normal;
	text-transform: lowercase;
	
}
div.filtermembers h3:after{
	margin-left: 20px;
}
div.filtermembers h3:before{
	margin-right: 20px;
}
div.filtermembers h3:after,
div.filtermembers h3:before{
	background-image: url(images/separating-lines.png);
	background-repeat: repeat-x;
	background-position: center;
	content: "";
	display: inline-block;
	height: 14px;
	width: 40%;
}
div.filtermembers select{
	width: 194px;
}

div.filtermembers input{
	width: 182px;
}
div.filtermembers select, div.filtermembers input{
	margin:0 16px 15px 0;
	padding: 6px;
	font-size: 12px;
	color: #004489;
	background-color: #ffffff;
	border: solid 1px #e1e1e1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	outline: none;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color: #004489;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #004489;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #004489;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #004489;
}
div.filtermembers .showall, div.filtermembers .submit{
	/*display: block;
	width: 100px;
	padding-top: 8px;
	padding-bottom: 8px;*/
	width: 110px;
	margin:0 16px 15px 0;
	padding: 6px 10px;
	background-color: #004489;
	color: #ffffff;
	/*font-size: 14px;*/
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	border: 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
}
div.filtermembers .showall{
	float: right;
	margin: 0 58px 28px 0;
}
div.filtermembers .submit{
	margin-left: 90px;
}
div.filtermembers  div.pane-cont{
 
}
div.filtermembers  div.pane-cont a{
	padding: 0 5px;
	display: inline-block;
	float: left;
	border-right: solid 2px #ffffff;
	color: #ffffff;
	text-decoration: none;
	font-size: 16px;
}
div.filtermembers  div.pane-cont a:last-child{
	border-right: none;
}
div.filtermembers  div.pane-cont a:hover{
  color: #ff5a00;
}
div.members_list{
	text-align: justify;
}
div.members_list div.member{
	margin-bottom: 20px;
	padding: 10px 12px 10px 12px;
	border: 1px solid #c0c0c0;
	position: relative;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-align: left;
	min-height: 20px;
}
div.members_list div.supporter{
	padding-right: 100px;
}
div.members_list div.member img{
  max-height: 60px;
  max-width: 186px;
  /*float: left;*/
  margin: 0px 0px 4px 0px;
}
div.members_list div.member img.supporter-small{
	width: 82px;
  position: absolute;
	top: 5px;
	right: 10px;
}
div.members_list div.member h3{
	/*display: inline-block;*/
  font-size: 12px;
	color: #004489;
	text-transform: uppercase;
	float: left;
	padding: 0px;
	margin: 0px;
}
div.members_list div.member div.clear{
  clear: both;
}
div.member-profile{
	position: relative;
	padding-right: 12px;
	padding-bottom: 10px;
	margin-top: 3px;
	padding-top: 8px;
	-webkit-box-shadow: 14px 16px 26px -3px rgba(0,0,0,0.35);
	-moz-box-shadow: 14px 16px 26px -3px rgba(0,0,0,0.35);
	box-shadow: 14px 16px 26px -3px rgba(0,0,0,0.35);
	-webkit-border-bottom-right-radius: 12px;
	-moz-border-radius-bottomright: 12px;
	border-bottom-right-radius: 12px;
  
}
.comp-close{
	position: absolute;
	top: -15px;
	right: -15px;
	width: 32px;
	height: 33px;
	background-image: url(images/comp-close.png);
	background-position: cetnter;
	background-repeat: no-repeat;
}
div.member-profile div.heading{
	margin-bottom: 20px;
	border-bottom: solid 1px #e6e6e6; 
	/*background-color: #ffffff;*/
}
div.member-profile div.heading-box{
	position:relative;
  padding: 0 8px 20px;
}
div.member-profile div.heading-box h1{
	text-align: center;
}
div.member-profile .profile-photo{
	height: 192px;
	position: relative;
	background-size: 608px auto;
}
div.member-profile .profile-photo div.heading-box{
	position: absolute;
	bottom: 0;
	width: 592px;
	padding: 8px;
	background-image: url(images/heading-bg.png);
}
div.heading-box a#offerlink{
  position: absolute;
  top: 7px;
  right: 0px;
	color: #ff5a00;
}
div.member-profile img{
  height: 30px;
  float: left;
  margin-right: 20px;
}
div.member-profile img.supporter-icon {
	float: right;
	width: 145px;
	height: auto;
	margin-right: 0;
}
div.member-profile h1{
  font-size: 14px;
  color: #004489;
  padding-top: 7px;
}
.supporter-icon
div.member-profile div.clear{
  clear: both;
}
div.member-profile table{
  width: 100%;
  font-size: 12px;
  color: #004489;
}
div.member-profile table th{
  width: 180px;
  padding: 11px;
  font-weight: bold;
  text-align: left;
}
div.member-profile table td{
  padding: 11px;
}
div.member-profile table tr:nth-child(odd){
	background-color: #f8f8f8;
}
/* style scroll pane*/
.pane-cont{
	background-color: #004489;
	padding: 15px;
	margin-bottom: 22px;
	position: relative;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.scroll-pane4{
	/*width: 830px;*/
	width: 340px;
	margin-left: 48px;
	float: left;
	height: 20px;
	overflow: auto;
}
			
.scroll-pane4 p{
	width: 860px;
	margin: 0px;
	padding: 0px;
}
.scroll-pane4 img{
	float: left;
	margin: 0 15px;
}
.scroll-pane4-left, .scroll-pane4-right{
	/*float: left;
	width: 30px;
	height: 94px;
	padding: 4px;
	background-color: #ffffff;*/
	position: absolute;
	top: 10px;
	width: 27px;
	height: 28px;
	background-repeat: no-repeat;
	cursor: pointer;
}
.scroll-pane4-left{
	left: 15px;
	background-position: center left;
	background-image: url(images/memb-scroll-l.png);
}
.scroll-pane4-right{
	right: 15px;
	float: right;
	background-position: center left;
	background-image: url(images/memb-scroll-r.png);
}

/* start mobile version */

/* All Mobile Sizes (devices and browser) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	div.filtermembers{
		background-image: url(images/bg-form-membri768.png);
		padding: 20px 24px;
	}
	div.member-profile .profile-photo div.heading-box{
		width: 466px;
	}
	div.member-profile .profile-photo{
		background-size: 480px;
	}
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	div.filtermembers{
		background-image: url(images/bg-form-membri480.png);
		padding: 20px 14px;
	}
	div.member-profile .profile-photo div.heading-box{
		width: 420px;
	}
	div.member-profile .profile-photo{
		background-size: 480px;
	}
	div.filtermembers h3:after{
		margin-left: 5px;
	}
	div.filtermembers h3:before{
		margin-right: 5px;
	}
	.scroll-pane4{
		width: 300px;
	}
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	div.filtermembers{
		background-image: url(images/bg-form-membri320.png);
		padding: 20px 14px;
	}
	div.filtermembers h3:after{
		margin-left: 5px;
	}
	div.filtermembers h3:before{
		margin-right: 5px;
	}
	.scroll-pane4{
		width: 200px;
		margin-left: 28px;
	}
	div.member-profile .profile-photo{
		background-size: 300px;
	}
	div.member-profile .profile-photo div.heading-box{
		width: 276px;
	}
	div.member-profile{
		margin-bottom: 15px;
	}
}