.fa-link:before {
  content: "\f0c1";
}
.link-box * {
    border-radius: 0px !important;
    transition: all 0.2s ease 0s;
    box-sizing: border-box;
}
.link-box {
	padding: 15px 0;
	color: #111;
}
.link-box .contents {
	line-height: 20px;
	padding: 15px 0;
}
.link-box .contents:after {
	display: table;
	clear: both;
	content: "";
}
.link-box ul {
    list-style: outside none none;
    margin: 0;
	padding: 0;
}
.link-box ul li {
	display: block;
	text-align: center;
}
.link-box ul li a {
	color: #222;
    font-size: 13px !important;
}
.link-box ul li a:hover {
    text-decoration: underline;
}
.type2 a {
    color: #000;
}
.type2 .link-box {
    border: 1px solid #F4F4F4;
    background: transparent none repeat scroll 0px center;
}
.link-box ul li a .fa {
	margin-right: 5px;
}

/* custom for bollywoodhardcore.net */
.link-box h2 {
	float: none;
	padding: 15px 25px;
	position: relative;
	background-color: #f3f3f3;
	font-size: 24px;
	text-align: left;
}
.col-xs-12 {
	float: left;
	width: 100%;
}
@media (min-width: 768px) {
	.col-sm-10 {
		float: left;
		width: 50%;
	}
}
@media (min-width: 1040px) {
	.col-md-5 {
		float: left;
		width: 25%;
	}
}
.container .inner {
	margin-left: -5px;
	margin-right: -5px;
}