﻿
.clear:after {
	display: block;
	height: 0;
	clear: both;
	content: ".";
	visibility: hidden;
}

*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.socialShares {
	float:left;
	margin-bottom:0 !important;
	margin-left:0 !important;
	margin-top: 0 !important;
}
.socialHiddenSelect a:hover ~ .socialHidden {
	display:block;

}
.socialHidden:hover {
	display:block;
	}
.subheader_socialmeida li span {
	margin-right:2px;
}


#global-header .socialmedia-nav .facebook, .subheader_socialmeida .facebook_icon span {
	background: #3a589b url(../images/icon-facebook.png) no-repeat 50% 50%;
	background-size: 62%;
}

#global-header .socialmedia-nav .twitter, .subheader_socialmeida .twitter_icon span {
	background: #4eaae1 url(../images/icon-twitter.png) no-repeat 50% 50%;
	background-size: 65%;
}

#global-header .socialmedia-nav .linkedin {
	background: #007ab9 url(../images/icon-linkedin.png) no-repeat 50% 49%;
	background-size: 55%;
}

#global-header .socialmedia-nav .googleplus, .subheader_socialmeida .googleplus_icon span {
	background: #ea3c27 url(../images/icon-googleplus.png) no-repeat 50% 50%;
	background-size: 58%;
}

#global-header .socialmedia-nav .rss {
	background: #ed8d01 url(../images/icon-rss.png) no-repeat 50% 49%;
	background-size: 50%;
}

/* Social Share Bar
-------------------------------------------------- */
/* .socialShareBar {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	line-height: 20px;
	padding: 8px 0;
	margin: 5px 0 15px 0;
} */
.socialShareBar {
	padding: 0;
	margin: 0 0 10px 0;
}

.socialShareBar li {
	float: left;
	font-size: 13px;
	list-style: none;
}

.socialShareBar li span { 
	min-width: 20px; 
	height: 20px;
	vertical-align: bottom;
	margin-right: 4px;
}

.subheader_socialmeida li a {
	text-decoration: none;
	color: #555;
}

.socialShares div{
	height:20px;
	width:20px;
	float:left;
}
.socialShares span{
  margin-right: 10px !important;
  margin-left: 10px;
  border: 1px #D5D5D5 solid;
  padding: 0 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  color: #A1A1A1;
  font-size: 12px;
  line-height:20px;
  float: left;
    background-color: #ffffff;
}
.socialShares img{
 float:left;
 margin-top:6px;
 margin-left:-9px;
}


.socialShares li a {
    color: #fff !important;
    margin: 0;
    padding: 0;
}