#bricks{
	position: relative;
}

#bricks nav ul.bricks-buttons{
	margin: 0;
	text-align: center;
}

#bricks nav{
	margin: 0 0 30px 0;
}

#bricks nav ul.bricks-buttons li{
	display: inline-block;
	margin: 0 0 0 5px;
}

#bricks nav ul.bricks-buttons li a{
	border-radius: 50%;
	color: white;
	background: black;
	display: block;
	width: 60px;
	height: 60px;
	box-sizing: border-box;
	border: 2px solid transparent;
}

#bricks nav ul.bricks-buttons li a i{
	line-height: 60px;
}

#bricks .bricks-content .brick{
	border: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);
	overflow: hidden;
	display: block;
	float: left;
	width: 236px;
	border-radius: 6px;
	margin: 0 0 10px 0;
	position: relative;
	background: #fff;
}

#bricks .bricks-content .brick .share-panel{
	left: 50%;
	list-style: none outside none;
	opacity: 1;
	position: absolute;
	top: -15px;
	transition: all 0.3s ease-out 0.1s;
	opacity: 0;
	margin: 0 0 0 -89.5px;
}

#bricks .bricks-content .brick .share-panel li{
	margin: 0 5px;
	display: inline-block;
}

#bricks .bricks-content .brick .share-panel li a{
	display: block;
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;	
	border: 1px solid transparent;
	border-radius: 50%;
}


#bricks .bricks-content .brick:hover .share-panel{
	top: 15px;
	opacity: 1;
	z-index: 3;
}

#bricks .bricks-content .brick .brick-type{
	border-radius: 50%;
	display: block;
	height: 30px;
	left: 10px;
	position: absolute;
	text-align: center;
	top: 15px;
	transition: all 0.3s ease-out 0.1s;
	width: 30px;
}

#bricks .bricks-content .brick .brick-type i{
	line-height: 30px;
	color: white;
}

#bricks .bricks-content .brick header{
	float: left;
	width: 100%;
}

#bricks .bricks-content .brick header img{
	width: 100%;
	border-radius: 0;
	float: left;
}

#bricks .bricks-content .brick section{
	padding: 20px;
	overflow: hidden;
}

#bricks .bricks-content .brick section a{
	text-decoration: none;
}

.brick footer{
	text-align: left;
	position: relative;
	float: left;
	width: 100%;
}

.brick footer a{
	display: block;
	font-weight: bold;
	padding: 15px 15px 15px 50px;
	text-decoration: none;
	position: relative;
	border-top: 1px solid #e7e7e7;
}

.brick a.panel:hover,
.brick footer a:hover{
	background: #f1f1f1;
}

.brick .panel .txt,
.brick footer a .txt{
	color: #222;
	line-height: 15px;
}

.brick .panel .txt small,
.brick footer a .txt small{
	color: gray;
	font-weight: normal;
}

.brick footer a:visited{
	text-decoration: underline;
}

.brick .panel{
	border-top: 1px solid #e7e7e7;
	display: block;
	overflow: hidden;
	padding: 15px 15px 15px 10px;
	position: relative;
	text-decoration: none;
}

.brick .counts{
	display: block;
	color: #e7e7e7;
}

.brick .counts ul{
	margin: 0;
}

.brick .counts ul li{
	display: inline-block;
	font-size: 10px;
	margin: 0 5px 0 0;
}

.brick .counts ul li i{
	font-size: 12px;
}

.brick .panel img.circle{
	border-radius: 50%;
	box-shadow: none;
	float: left;
	margin: 0 10px 0 0;
}

.brick .panel .text{
	line-height: 15px;
}

/*COLORS*/
#bricks .bricks-content .brick.twitter .brick-type{
	background: #55acee;
}

#bricks nav ul.bricks-buttons li.twitter.filter a:hover,
#bricks nav ul.bricks-buttons li.twitter a{
	background: #55acee;
	color: white;
	border-color: transparent;
}	

#bricks nav ul.bricks-buttons li.twitter a:hover,
#bricks nav ul.bricks-buttons li.twitter.filter a{	
	background: transparent;
	color: #55acee;
	border-color: #55acee;
}

#bricks .bricks-content .brick.facebook .brick-type{
	background: #3b5998;
}

#bricks nav ul.bricks-buttons li.facebook.filter a:hover,
#bricks nav ul.bricks-buttons li.facebook a{
	background: #3b5998;
	color: white;
	border-color: transparent;
}

#bricks nav ul.bricks-buttons li.facebook.filter a,
#bricks nav ul.bricks-buttons li.facebook a:hover{
	color: #3b5998;
	border-color: #3b5998;
	background: transparent;
}

#bricks .bricks-content .brick.posttype .brick-type{
	background: #222222;
}

#bricks nav ul.bricks-buttons li.posttype.filter a:hover,
#bricks nav ul.bricks-buttons li.posttype a{
	background: #222222;
	color: white;
	border-color: transparent;
}

#bricks nav ul.bricks-buttons li.posttype.filter a,
#bricks nav ul.bricks-buttons li.posttype a:hover{
	color: #222222;
	border-color: #222222;
	background: transparent;	
}

#bricks .bricks-content .brick.youtube .brick-type{
	background: #b31217;
}

#bricks nav ul.bricks-buttons li.youtube.filter a:hover,
#bricks nav ul.bricks-buttons li.youtube a{
	background: #b31217;
	color: white;
	border-color: transparent;
}

#bricks nav ul.bricks-buttons li.youtube.filter a,
#bricks nav ul.bricks-buttons li.youtube a:hover{
	color: #b31217;
	border-color: #b31217;
	background: transparent;	
}

#bricks .bricks-content .brick.vimeo .brick-type{
	background: #1ab7ea;
}

#bricks nav ul.bricks-buttons li.vimeo.filter a:hover,
#bricks nav ul.bricks-buttons li.vimeo a{
	background: #1ab7ea;
	color: white;
	border-color: transparent;
}

#bricks nav ul.bricks-buttons li.vimeo.filter a,
#bricks nav ul.bricks-buttons li.vimeo a:hover{
	color: #1ab7ea;
	border-color: #1ab7ea;
	background: transparent;	
}

#bricks .bricks-content .brick.instagram .brick-type{
	background: #517fa4;
}

#bricks nav ul.bricks-buttons li.instagram.filter a:hover,
#bricks nav ul.bricks-buttons li.instagram a{
	background: #517fa4;
	color: white;
	border-color: transparent;
}

#bricks nav ul.bricks-buttons li.instagram.filter a,
#bricks nav ul.bricks-buttons li.instagram a:hover{
	color: #517fa4;
	border-color: #517fa4;
	background: transparent;	
}


#bricks .bricks-content .brick.vk .brick-type{
	background: #45668e;
}

#bricks nav ul.bricks-buttons li.vk.filter a:hover,
#bricks nav ul.bricks-buttons li.vk a{
	background: #45668e;
	color: white;
	border-color: transparent;
}

#bricks nav ul.bricks-buttons li.vk.filter a,
#bricks nav ul.bricks-buttons li.vk a:hover{
	color: #45668e;
	border-color: #45668e;
	background: transparent;	
}

/* SHARE PANEL COLORS */

#bricks .bricks-content .brick .share-panel li.facebook a{
	background: #3b5998;
	color: white;
}

#bricks .bricks-content .brick .share-panel li.facebook a:hover{
	border-color: #3b5998;
	background: transparent;
	color: #3b5998;
}

#bricks .bricks-content .brick .share-panel li.twitter a{
	background: #55acee;
	color: white;
}

#bricks .bricks-content .brick .share-panel li.twitter a:hover{
	border-color: #55acee;
	background: transparent;
	color: #55acee;
}

#bricks .bricks-content .brick .share-panel li.google-plus a{
	background: #dd4b39;
	color: white;
}

#bricks .bricks-content .brick .share-panel li.google-plus a:hover{
	border-color: #dd4b39;
	background: transparent;
	color: #dd4b39;	
}

#bricks .bricks-content .brick .share-panel li.linkedin a{
	background: #007bb6;
	color: white;
}

#bricks .bricks-content .brick .share-panel li.linkedin a:hover{
	border-color: #007bb6;
	background: transparent;
	color: #007bb6;	
}



