.recentNews .title {
	font-weight:600;
}
.table>tbody>tr {
    background-color: #d8d8d8;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border-top: 4px solid #fff;
}

.table-striped>tbody>tr {
    background-color: #e8e8e8;
		
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #d8d8d8;
}

.mainSliderCont {
	width:auto !important;
	padding-top: 3px !important;
  padding-bottom: 3px !important;
  border-bottom: 6px solid #00427a;
}

.serviceNavBlock {
    background-color: #e8e8e8;
    border: 1px solid #e8e8e8;
}

.sidebarNav li {
    border-bottom: 1px solid #fff;
}

@media (min-width: 992px) {
	#headMain.headerBlockHighlight .nav-pills>li>a {
    padding: 83px 20px 32px;
	}
}