

/*=========================
  Icons
 ================= */

/* footer social icons */
ul.social-network {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}
ul.social-network li {
	display: inline;
	margin: 0 5px;
}


/* footer social icons */

.icoIn, .icoFacebook, .icoTwitter,.icoInstagram, #icofoto, #icofilm {	
	-webkit-transition: all 0s;-moz-transition: all 0s;-o-transition: all 0s;-ms-transition: all 0s;transition: all 0s; }


.icoIn {background: transparent url(../img/social-buttons.png); background-position: -123px -1px;}
.icoIn:hover {background-position: -123px -60px;}

.icoFacebook {background: transparent url(../img/social-buttons.png); background-position: -3px -1px;}
.icoFacebook:hover {background-position: -3px -60px;}

.icoTwitter {background: transparent url(../img/social-buttons.png); background-position: -62px -1px;}
.icoTwitter:hover {background-position: -62px -60px;}

.icoInstagram {background: transparent url(../img/social-buttons.png); background-position: -243px -1px;}
.icoInstagram:hover {background-position: -243px -60px;}

#icofilm {display:block;background: url(../img/bdb-media-pics.png) no-repeat -5px -5px; width:80px;height:80px;}
#icofoto {display:block;background: url(../img/bdb-media-pics.png) no-repeat -110px -5px; width:80px;height:80px;}
#icofilm:hover {background-position:  -5px -89px;}
#icofoto:hover {background-position:  -110px -89px;}
#icofilm, #icofoto {display:inline-block;}


.social-circle li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 52px;
	height: 52px;
	font-size:20px;
}


