@charset UTF-8;

	
/*-------------- tagclouds  ------------- */

.ideas-gallery p.tagcloud > a {
	display: inline-block;
	padding: 9px 16px!important;
	font-size: 14px!important;
	line-height: 13px;
	margin: 15px 35px 12px 0!important;
	text-transform: lowercase !important;
	font-weight: 600 !important;
	border: 1px solid #ccc;
	border-radius: 14px;
	-moz-border-radius: 14px;
	background: #f6f6f6 !important;
	text-decoration: none !important;
	color: #333 !important;
	max-width: 100% !important;
}	

.ideas-gallery p.tagcloud > a {
	//background: #CEE9D9 !important;
	background: #f6f6f6 !important;
	text-decoration: none !important;
	color: #333 !important;
}

.ideas-gallery p.tagcloud > a.test {
	background: #CEE9D9 !important;
}


	
	
/* ========================= RESPONSIVE STYLES FIXES ======================== */


/* ------------------------------ 0-999px ---------------------------- */

@media only screen and (max-width: 999px) {

		.ideas-gallery p.tagcloud {
		  	padding-top: 10px !important;
 		}
		.ideas-gallery p.tagcloud > a {
			//display: block !important;
			padding: 7px 14px !important;
			font-size: 12px!important;
			//display: none !important;
		}

}