/*--- PAGING ---*/
.paging{
	display:inline-block;
	margin-top: 30px;
	text-align: center;
}
.box-paging{

}
.paging ul li{
	float:left;
	list-style-type:none;
	margin:0px 3px 5px 3px;
}
.paging a{
	text-decoration:none;
	border-style:solid;
	border-width:thin;
	border-color:#dbdbdb;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
	color:#000;
	font-size:15px;
	font-weight:bold;
	font-family:arial;
	padding : 5px 10px;
	margin:5px;
}
.paging a:hover{
	color: #fff;
	border: 1px solid rgba(255,255,255,0.1);
	background: red; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(linear, left top, left bottom, color-stop(0%,red), color-stop(100%,red)); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,red), color-stop(44%,red), color-stop(100%,red)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(linear, left top, left bottom, color-stop(0%,red), color-stop(100%,red)); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(linear, left top, left bottom, color-stop(0%,red), color-stop(100%,red)); /* Opera 11.10+ */
	background: -ms-linear-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#ededed)); /* IE10+ */
	background: linear-gradient(linear, left top, left bottom, color-stop(0%,red), color-stop(100%,red)); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='red', endColorstr='red',GradientType=0 ); /* IE6-8 */
}
.paging strong{
	color: #fff;
	border: 1px solid rgba(255,255,255,0.1);
	background: red; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(linear, left top, left bottom, color-stop(0%,red), color-stop(100%,red)); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,red), color-stop(44%,red), color-stop(100%,red)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(linear, left top, left bottom, color-stop(0%,red), color-stop(100%,red)); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(linear, left top, left bottom, color-stop(0%,red), color-stop(100%,red)); /* Opera 11.10+ */
	background: -ms-linear-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#ededed)); /* IE10+ */
	background: linear-gradient(linear, left top, left bottom, color-stop(0%,red), color-stop(100%,red)); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='red', endColorstr='red',GradientType=0 ); /* IE6-8 */
	
	text-decoration:none;
	border-style:solid;
	border-width:thin;
	font-size:15px;
	font-weight:bold;
	font-family:arial;
	padding: 5px 10px;
	margin:5px;
}


.sosmed-icn {padding: 10px; margin-top: 15px; display: inline-block;}
#main-logo1 {padding-top: 20px;display: block;}
.title-main  {color: red !important;}
.comment-fb {background: transparent !important;}