/*!
 * Winston Lewinsmith - Page CSS
 */
 
 /* Ring around Glyphicons */
 
.social [class*="fa fa-"] {
    background-color: #333;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: auto 3px;
    width: 30px;
    font-size: 15px;
    text-align: center;
}

.image-wrap i:hover {
	color: pink;
}
 
 .icon-circle-border {
	 border: 3px solid;
 }
 
 .icon-circle {
	 padding: 25px;
	 -webkit-border-radius: 100px;
	 -moz-border-radius: 100px;
	 border-radius: 100px;
	 font-size: 48px;
 }
 
 .content-band { 
	padding: 40 0px;
 }
 
 
 .social-row {
	position: relative;
	width: 80%;
	max-width: 1080px;
	margin: auto;
}
	 
 .circle-icon {
    background: #ffc0c0;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    vertical-align: middle;
    padding: 30px;
}
 
 
 .glyphicon-ring {
				width: 60px;
				height: 60px;
				border-radius: 50%;
				border: 3px solid;
				color: white;
				display: inline-block;
				text-align: center;
				padding: 25px;
				
			}
			
.glyphicon-ring1 {
	 /*padding: 25px;
	 border-radius: 100%;
	 color: white;
	 border: 3px solid;
	 */
	font-size: 48px;
	

 }
 
 .fa-facebook:hover {
		background-color: blue;
		color: blue;
 }
 