

/* ********************************************************************************************
	Peer Icons
*********************************************************************************************** */

.peer-icon .icon{  display: inline-block;width: 40px;height: 40px;font-size: 18px;text-align: center;line-height: 40px;  text-indent: 4px;  background-color: #EEEEEE;vertical-align: middle;  color: #4686CC;}
.peer-icon.large .icon{	width: 70px;	height: 70px;	font-size: 35px;text-align: center;	line-height: 70px;  	text-indent: 10px;}
.peer-icon .icon.i-digit,
.peer-icon .icon.i-letter {font-size: 16px;line-height: 40px;font-weight: 700;text-align: center;text-indent: 0px;}
.peer-icon.large .icon.i-digit,
.peer-icon.large .icon.i-letter{font-size: 22px;line-height: 50px;font-weight: normal;}

/* Peerwrapper Icon */
.peer-icon .icon{margin: 0px 30px 10px 0px;float: left;}
.peer-icon.right .icon{margin: 0px 0px 10px 30px;float: right;}

/* Customize Peer Icons =============================================================== */

/* Icons without background color */
.peer-icon.no-bg-color .icon { background-color: transparent; color: #555555;}
.peer-icon.force-no-bg-color .icon { background-color: transparent !important; color: #555555; }

/* Icon without border color */
.peer-icon.no-border-color .icon { border-color: transparent; }
.peer-icon.force-no-border-color .icon { border-color: transparent !important; }

/* Display All icons square */
.peer-icon-square .icon { border-radius: 0px; }

/* Display All icons round */
.peer-icon-round .icon { border-radius: 3px; }

/* Display All icons circle */
.peer-icon-circle .icon { border-radius: 100%; }

/* Display Icon Hover Style*/
.peer-icon-hover:hover .icon{background-color:#4686CC;color: #FFF;border-color: transparent;}

/* Peer Wrapper */
.peer-wrapper{margin-bottom: 20px;}
.peer-wrapper:after{content: "";display: block;overflow: hidden;visibility: hidden;clear: both;zoom: 1;}
.peer-wrapper .img-box{margin: 0px 15px 10px 0px;float: left;width: 30%;max-width: 300px;}
.peer-wrapper.right .img-box{margin: 0px 0px 10px 15px;float: right;}
.grid-col2-main .peer-wrapper .img-box{width: 50%;}
.peer-wrapper .img-autosize{margin: 0px 15px 10px 0px;float: left;position: relative;}
.peer-wrapper.right .img-autosize{margin: 0px 0px 10px 15px;float: right;}
.peer-wrapper.left{float: none !important;}
.peer-wrapper.right{float: none !important;}
.peer-wrapper.first { margin-top:0px; }
.peer-wrapper.last { margin-bottom:0px; }

/* Peer Headings */
.peer-wrapper .below-heading {margin: -7px 0 10px;color: #AAAAAA;}
.peer-wrapper .above-heading {color: #4686CC;margin-bottom: 5px;}
.peer-wrapper p{margin-bottom: 10px;/* line-height: 20px; */font-size: 16px;}
.peer-wrapper a.go{display: inline-block;font-size: 13px;color: #4686CC;}
.peer-wrapper a.go:hover{text-decoration: underline;}
.peer-wrapper a i,
.peer-wrapper a em{font-style: normal;}

/* Peer Indent */
.peer-wrapper.indent .peer-indent{ overflow: hidden;zoom: 1;}
.peer-icon.indent .peer-indent{ overflow: hidden;zoom: 1;}

/* Peer Centered */
.peer-icon.center { text-align: center;}
.peer-icon.center .icon {float: none;margin: 0 0 30px;}
.peer-icon.center .peer-indent{display: block;vertical-align: middle;}


/* ********************************************************************************************
	Social Link Icons
*********************************************************************************************** */

/* Social Icon Size */
.social-link a .icon{margin-right: 10px;font-size: 1.5em;font-style: normal;}
.social-link.icon-large a .icon{margin-right: 30px;font-size: 2em;}

/* Social Icon Color */
.social-link a .icon{color: #000;}
.social-link a:hover .icon              {color: #4686CC !important;}
.social-link a:hover .fa-facebook       {color: #3b5998 !important;}
.social-link a:hover .fa-twitter        {color: #00aced !important;}
.social-link a:hover .fa-google-plus    {color: #dd4b39 !important;}
.social-link a:hover .fa-rss            {color: #FF7600 !important;}
.social-link a:hover .fa-pinterest      {color: #cb2128 !important;}
.social-link a:hover .fa-instagram      {color: #3f729b !important;}
.social-link a:hover .fa-linkedin       {color: #007fb1 !important;}
.social-link a:hover .fa-vimeo-square   {color: #1ab7ea !important;}
.social-link a:hover .fa-youtube        {color: #ff3333 !important;}
.social-link a:hover .fa-flickr         {color: #0063db !important;}
.social-link a:hover .fa-envelope-o     {color: #7f7f7f! important;}
 