/* General Demo Style */
.acclink ul li { 
  width:inherit;
  height:inherit;
  background:none !important; 
  float: left; 
  border:0;
  width:50%; 
  display: inline-block;
  margin: 0px !important;
  padding: 0px !important;


}


.acclink ul li > a{

  color: #333;
  font-size: 13px;
  padding: 0.5em;
  line-height: 25px;
  margin-bottom: 10px;
} 
	.acclink ul li > a:hover{
		background: #eee;
		color: #333;

	} 
a{
	color:#000;
	text-decoration:none;
}
.clr{
	clear:both;
}
h5{
	font-size:28px;
	color:#333;
	font-family: 'Josefin Slab',Georgia, serif;
	font-weight:400;
    text-align:center;
    text-shadow:1px 1px 1px #fff;
}
h5 span{
	font-size:18px;
	color:#1693eb;
}
.more{
	font-family: 'Josefin Slab',Georgia, serif;
	margin:0 auto;
	text-align:center;
	color:#ddd;
	font-size:15px;
	color:#444;
}
.more p{
	display:block;
	margin:10px;
}
.more a{
	color:#666;
	white-space: nowrap;
	font-weight:bold;
	background:#fff;
	padding:1px 6px;
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
}
.more a.current,
.more a.current:hover{
	color:#fff;
	background:#000;
}
.more a:hover{
	background-color:#1693eb;
	color:#fff;
}
/* Header Style */
.arrow_up{
	background: url(../img/arrow_up.png) no-repeat;
	width:50px;
	height:50px;
	display:block;
	
}