#pub-cont
{
	width:100%;
	height:100%;
	min-height:1000px;
}

.pub-item
{
	float:left;
	margin:0 auto;
	width:1000px;
	margin-bottom:20px;
	margin-top:20px;
}

.pub-shadow
{
	width:180px;
	margin-top:-5px;
}

.pub-thumb{
	margin:0 auto;
	float:left;
	width:200px;
	height:278px;
	margin-bottom:5px;
	box-shadow:5px 5px 8px 0px rgba(0, 0, 0, .4);
}

.pub-excerpt
{
	font-family: 'Open Sans Regular', verdana, arial, Lato, helvetica, times, georgia;
	font-size: 14px;
	font-weight: normal;
	color: rgb(51,51,51);
	margin-top: 10px;
	line-height: 1.4em;
}

.pub-title,
.pub-title a:link,
.pub-title a:visited,
.pub-title a:hover,
.pub-title a:active
{
	font-family: 'Open Sans Semibold', arial;
	color: rgb(7,60,101);
	font-size: 17px;
	/* text-transform: capitalize; */
	font-weight: normal;
	overflow: hidden;
	line-height: 1.3em;
	text-align: left;
	width:100%;
	text-decoration:none;
}

.pub-details
{
	float:left;
	width:750px;
	margin-left:50px;
}

#pub-search-cont
{
	position:relative;
	text-align:center;
	margin-left:38px;
	padding-top:30px;
	padding-bottom:30px;	
	height:50px;
}

.search-by
{
	display:block;
	float:left;
	width:80px;
	font-size:14px;
	font-weight:bold;
	padding:10px;
	color:#fff;
	margin-right:10px;
	background: rgb(185,185,185);
	cursor:pointer;
	transition:.3s;
}

#pub-search-cont .active
{
	background: rgb(81,133,176);
}


#pub-search-cont #search-box
{
	float:left;
}

#pub-search-cont #search-box #pub-search-label
{
	position:relative;
	float:left;
	background: rgb(81,133,176);
	width:36px;
	height:34px;
	line-height:34px;
	text-align:center;
	margin-right:-40px;
	margin-top:1px;
	cursor:pointer;
}

#pub-search-cont #pub-search
{
	width:300px;
	height:32px;
	font-size:14px;
	margin-right:10px;
	color:#666;
	text-indent:45px;
	background:none;
	border:1px solid rgb(185,185,185);
	outline:none;
}

.pub-filtered
{
	margin:0 auto; 
	width:1024px;
	height:300px;
	border-top:4px solid rgba(14,83,146, .97);
	padding-top:20px;
	overflow-x:auto;
	overflow-y:hidden;
}

.pub-filtered-item
{
	float:left;
	margin:0 auto;
	margin-left:38px;
	margin-right:38px;
}


.pub-filtered-thumb{
	margin:0 auto;
	width:180px;
	height:250px;
	margin-bottom:5px;
}

.pub-single .button
{
	font-family:Helvetica, arial;
	font-size:15px;
	padding:8px;
	width:180px;
	text-align:center;
	border:1px solid #000;
	margin-bottom:5px;
	cursor:pointer;
}

.filters select
{
	float:left;
	outline:none;
	font-family:Open Sans Regular;font-size:13px;
	height:30px;
	margin-right:10px;
	cursor:pointer;	
}

.filters input[type="submit"]
{
	width:120px;
	height:30px;
	cursor:pointer;
	border:1px solid #c0c0c0;
	font-family:Open Sans Regular;font-size:13px;
}