.linkcious_clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.linkcious_clearfix {
	display: inline-table;
}

.linkcious_clear {
	clear: both;
}


.linkcious_hide {
	display: none;
	visibility: hidden;
}

#linkcious {
	margin: 0pt auto;
	border-radius: 5px;
	padding-bottom: 5px;
	text-align: left;
	padding-top: 5px;
}

div.linkcious_ads {
	line-height: 1em;
	word-spacing: 1px !important;
	padding: 5px;
	box-sizing: border-box;
}

div.linkcious_img {
	margin-bottom: 10px;
	margin-right: 8px;
	cursor: pointer;	
	opacity: 1.0;
	filter:alpha(opacity=100);
	box-sizing: content-box;

	transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}

div.linkcious_img:hover {	
	opacity:0.5;
	filter:alpha(opacity=50); /* For IE8 and earlier */	

	transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   /*border: none !important;*/
}

div.linkcious_img a:hover {
   border: none !important;	
}

div.linkcious_title {
	text-align: center;
	word-wrap: break-word;	
}

div.linkcious_title h3 {
	text-align: center;
	font-family: inherit;
	font-size: 10px;
	line-height: 1.5em;
	font-weight: normal;
	border: none !important;
	display: block !important;
	padding: 0px !important;
	margin: 0px !important;
	text-transform: none !important;
	font-variant: normal;
    letter-spacing: 0px !important;
}

div.linkcious_title h3 > a {
	text-align: center;
	font-family: inherit;
	font-size: 10px;
	line-height: 1.5em;
	font-weight: normal;
	border: none !important;
	padding: 0px !important;
	margin: 0px !important;
	text-transform: none;
	font-variant: normal;
}

div.linkcious_price {
	text-align: center;
	padding: 5px;
	box-sizing: border-box;
}

.linkcious_frame {
	border: 1px solid rgb(223, 223, 223);
	padding: 1px;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.07);
}

.linkcious_fl {
	float: left;
}

/*div.linkcious_footer {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 15px;
	padding: 10px 15px;
	text-align: right;
	line-height: 10px;
	font-weight: 100;
	color: #8B9CAD;
}
*/
/*div.linkcious_footer span.linkcious_label {
	font-family: 'Georgia' !important;
	font-size: 60px !important;
	letter-spacing: -7px !important;
	text-decoration: none !important;
/*	opacity: 0.5;
	filter: alpha(opacity=50);
*/
/*}

div.linkcious_footer a {
	font-family: 'Josefin Sans', sans-serif !important;
	font-weight: 400 !important;
	text-decoration: none !important;
	border: none !important;
	color: #8B9CAD !important;
	font-size: 13px !important;
}
*/
div.linkcious_social_area {
	margin-top: 6px;
	opacity:0.5;
	filter:alpha(opacity=50); /* For IE8 and earlier */	

	transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;	

   text-align: center;
   box-sizing: border-box;
}

div.linkcious_social_area:hover {
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */			
}

div.linkcious_social {
	margin-bottom: 8px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.line-clamp {
	overflow          : hidden;
	text-overflow     : ellipsis;
	display           : -webkit-box;
	/* number of lines to show */
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.linkcious-footer {
  clear: both;
  margin-top: 3px;
  margin-bottom: 20px;
  position: relative;
}

.linkcious-branding {
  text-decoration: none !important;
  border: none !important; 
  margin-left: 8px;
  float: right;
  margin-left: 8px;
}

.linkcious-tab {
  float: right;
  z-index: 3;
  position: relative;
  top: 1px;
  left: -5px;
  border-radius: 8px;
  /*background-color: #FFFFFF;*/
  color: rgb(173, 173, 173);
  border: 1px solid #ececec;
}

.linkcious-tab:hover {
  border: 1px solid #949494;
  background-color: #949494 !important;
  color: #FFFFFF;
}

.linkcious-tab-inner {
  font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0.03em;
  padding: 5px 8px;  
  line-height: 1.7;
}

.linkcious-clearfix:after {
   visibility: hidden;
   display: block;
   font-size: 0;
   content: " ";
   clear: both;
   height: 0;
 }

.linkcious-clearfix { display: inline-block; }

/* start commented backslash hack \*/
.linkcious-clearfix { display: block; }
/* close commented backslash hack */

.linkcious-bs {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 600px) {
	div.linkcious_ads {
		float: none !important;
		width: 50%;
	}

	div#linkcious {
		display: flex;
		flex-wrap: wrap;
	}

	div.linkcious_img {
		width: 100% !important;
		height: auto !important;
	}

	div.linkcious_title, 
	div.linkcious_price, 
	div.linkcious_social_area {
		width: 100% !important;
	}

	div.linkcious-footer {
		margin-top: 15px;
		margin-left: auto;
	}

	div.linkcious_img img {
		width: 100% !important;
	}

}