/*-----------------------------------------------------------------------------------*/
/*	HR-Divider
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*	Styled List
/*-----------------------------------------------------------------------------------*/

ul.styled-list{
	list-style: none;
	margin:0;
	padding:0;
}

ul.styled-list li{
	margin-bottom:2px;
}
ul.styled-list li i{
	margin-right:6px;
	margin-top:-2px;
}

.widget_text ul.styled-list li{
	padding: 0 !important;
	background: none !important;
}

/*-----------------------------------------------------------------------------------*/
/*	Member
/*-----------------------------------------------------------------------------------*/

.member{
	max-width:460px;
	overflow: hidden;
	text-align: center;
	border: 1px solid #ddd;
	background-color: #ffffff;
	padding:25px;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
	-webkit-box-shadow:1px 1px 2px 0px rgba(180, 180, 180, 0.2);
	   -moz-box-shadow:1px 1px 2px 0px rgba(180, 180, 180, 0.2);
	        box-shadow:1px 1px 2px 0px rgba(180, 180, 180, 0.2);
}
.member-img img{
	width: 101%;
	max-width: 101%;
	height:auto;
}
.member-img {
	margin:-25px -25px 15px -25px;
}
.member h4{
	text-align: center;
	text-transform: uppercase;
	margin:0;
	padding:0;
}
.member .member-role{
	color:#bfbfbf;
	font-size:11px;
	margin-bottom:10px;
}
.member p{
	margin:0;
}

.member .member-social{
	height:40px !important;
	margin:25px -20px -20px -20px;
	border-top:1px solid #efefef;
	padding:0 !important;
}
.member .member-social ul{
	margin:0px 0 0 0;
	padding:0;
	list-style: none;
	font-size: 0 !important;
	line-height: 0 !important;
	text-align: center;
}
.member .member-social ul li{
	display: inline-block;
	float: none;
}
.member .member-social ul li a{
	display:block;
	width:40px;
	height:40px;
	text-indent:-9999px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	margin:0;
	padding:0;
}

.member .member-social ul li.member-social-facebook a { background: url(../images/icons/facebook.png) no-repeat 0 0 }
.member .member-social ul li.member-social-twitter a { background: url(../images/icons/twitter.png) no-repeat 0 0 }
.member .member-social ul li.member-social-skype a { background: url(../images/icons/skype.png) no-repeat 0 0 }
.member .member-social ul li.member-social-google a { background: url(../images/icons/googleplus.png) no-repeat 0 0 }
.member .member-social ul li.member-social-linkedin a { background: url(../images/icons/linkedin.png) no-repeat 0 0 }
.member .member-social ul li.member-social-email a { background: url(../images/icons/email.png) no-repeat 0 0 }

/*-----------------------------------------------------------------------------------*/

.skillbar{
	width:100%;
	height:15px;
	display:block;
	background: #efefef;
	margin-bottom:20px;
	border-radius: 30px;
	overflow: hidden;
	-webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
}
.skillbar .skill-percentage{
	background: #289dcc;
	display:block;
	width:0%;
	height:25px;
	-webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
}
.skill-title{
	margin:0 0 3px 4px;
	font-size:13px;
	color:#999999;
	display: block;
	font-weight:600;
}

/*-----------------------------------------------------------------------------------*/
/* Portfolio
/*-----------------------------------------------------------------------------------*/

.latest-portfolio ul{
	list-style: none;
	margin:0;
	padding: 0;
}

.negative-wrap{
	margin:0 -10px 0 -10px;
}
