@charset "utf-8";
/* CSS Document */

#header {
	height:157px;
}
#navbar {
	height:45px;
	background:#e10000;
	border: 1px solid #fff;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
}
#nav_shaddow {
	height:27px;
	background:url(../img/nav_shaddow.jpg) no-repeat center bottom;
}
#navigation {
	margin:0;
	list-style-type:none;
	padding:3px;
	margin-top:3px;
}
#navigation li {
	float:left;
	background:#0b0b0b;
	margin-left: 5px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #203c4a;
}
#navigation li a {
	font-size:14px;
	color:#FFFFFF;
	text-decoration:none;
	padding: 6px 17px;
	font-weight:bold;
	display:block;
}
#navigation li a.active, #navigation li a:hover {
	border-radius:5px;
	background:#a00505;
	color:#000;
	text-shadow:0px 0px 5px #000;
	-webkit-box-shadow: inset 0 0 10px #000000;
	box-shadow:         inset 0 0 10px #000000;
}
#searchbar {
	overflow:visible;
	width:;
	float:right;
}
#searchbox {
	padding: 5px;
position: relative;
top: -6px;
width: 180px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
#searchbtn {
	border:none;
	background:url(../img/search_btn.png) no-repeat;
	width:28px;
	height:25px;
	margin-left:5px;
	z-index:999;
}
#main {
	min-height:300px;
	max-height:2000px;
	background:url(../img/body-bg.png) right repeat-y;
}
.resultbox {
	background:#e10000;
	border-radius:5px;
	border:solid 1px #d1d1d1;
	margin-right:80px;
	margin-bottom:20px;
	width:95%;
}
.res_tittle {
	background:rgba(4, 0, 0, 0.97) repeat-x;
	border-radius:5px;
}
.res_tittle h4 {
font-size: 15px;
line-height: 1.3em;
padding: 8px;
color: #e3e3e3;
font-family: Arial, Helvetica, sans-serif;
margin-bottom:-3px;
}
.res_tittle h4 span.datecont {
	color:#e3e3e3;
	text-shadow:none;
	font-size:12px;
	font-weight:bold;
	float: right;
}
.res_content {
	padding:10px;
}
.res_content img {
	margin:0 2px;
}
.res_content img:first-child {
	margin-left:35px;
}
#footer {
	background:#1f1111;
	color:#fff;
	padding:5px;
	border-top-right-radius: 2px;
border-top-left-radius: 2px;
}
#footer p {
	margin-bottom:0;
	font-weight: bold;
font-family: sans-serif;

}
.fullreslink {
	background:rgba(43, 42, 41, 0.97) repeat-x;
	padding:10px;
	border: solid 1px #aaaaaa;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	text-decoration:none;
	text-transform:uppercase;
	color:#fff;
	margin-left:30px;
	box-shadow:0px 1px 5px #c0c0c0;
}
.fullreslink:hover {
	/*! background: url(../img/full_res_link_bg1.jpg) repeat-x; */
}
#rightside {
	padding:0px 0px 0px 0px;
}
#rightside h5 {
	color:#000;
	border-bottom: dashed 1px #000;
}
#rightside h6 {
	color:#d215b7;
	border-bottom: dotted 1px #d215b7;
}
#rightside p {
	color:#8d8d8d
}
#topbtn_cont {
	float:left;
	margin:125px 2px 0px -3px;
}
#topbutton {
	margin:0;
	list-style-type:none;
}
#topbutton li {
	float:left;
	margin-left:5px;
}
#topbutton li a {
	border:solid 1px #d1d1d1;
	padding:6px 15px;
	font-size: 10px;
	color: rgb(49, 46, 46);
	text-shadow: 0px 2px #000;
	font-family: verdana;
	font-weight: bold;
	background:rgb(188, 114, 52) repeat-x;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius:4px 4px 4px 4px;
	-webkit-border-radius:4px 4px 4px 4px;
	box-shadow:0px 0px 2px 2px #807940;
	color:#fff;
	text-decoration:none;
}
#topbutton li a:hover {
	text-decoration:none;
}
#rslt img{
width: 11%;
}
.resultbox span{
font-size:12px;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
position: relative;
float: left;
padding: 8px 12px;
line-height: 1.42857143;
text-decoration: none;
color: rgb(146, 3, 3);
font-family: 'Montserrat', 'sans-serif';
font-weight: bold;
background-color: rgba(250, 250, 250, 0.21);
border: 1px solid #504D4D;
margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #EB0000;
  background-color: rgba(250, 250, 250, 0.21);
  border-color: #504D4D;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
z-index: 1;
color: #000000;
background-color: rgba(250, 250, 250, 0.49);
border: 1px solid rgba(184, 20, 20, 0.48);
cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: rgb(146, 3, 3);
  background-color: rgba(250, 250, 250, 0.21);
  border-color: #504D4D;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 14px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}