@charset "utf-8";
/* CSS Document */

.social-icon-our-team {
	float:none;
	margin-top:30px;
	padding-bottom:50px;
}
.social-icon-our-team li {
	float:none;
	display:inline-block;
	margin:0;
}

.pagination > ul > li.pager-current {
	border: none;
	background: #f5f5f5;
	padding: 10px 15px;
	margin-right: 4px;
	color: #999;
	display: block;
	float: left;
}
.user-picture img{
	width:50px;
	height:50px;
}
.comment-by .reply .links li{
	float:left;
	display:inline;
	width:auto!important;
}
.contact-form lable{
	width:100%;
	float:left;
	clear:both;
}
#skip-link {
  display: inline;
  float: left;
  top: 1em;
  margin: 0;
  /*font-size: 80%;*/
  line-height: 1;
}

#skip-link a:link, #skip-link a:visited {
  position: relative;
  top: -60px;						/* hidden until user tabs to the link */
}
#skip-link a:hover, #skip-link a:active, #skip-link a:focus {
  position: relative;
  top: -30px;							/* visible when active/hover/focus */
  color: #fff;
}
footer #twitter li
{
	padding-bottom:20px;
}
footer #twitter .tweet_icon
{
	font-size:24px;
	color:#999;
}
footer #twitter .tweet_text
{
	color:#999;
}
footer #twitter .tweet_text a{color:#fff;}
footer #twitter .tweet_text a:hover, footer #twitter .tweet_time a:hover
{
	color:#39c381;
}
footer #twitter .tweet_time a
{
	font-size:11px;
	color:#5d5d5d;
	padding-top:5px;
	display:block;
}
.carousel .flex-viewport li{
	overflow:hidden
}