@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic&amp;subset=latin,greek,greek-ext);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,400italic);
@import url(https://fonts.googleapis.com/css?family=Lato:400,900);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,400italic,500,500italic,700,700italic);
html, body {
	height: 100% !important;
}
body {
	padding: 0px;
	margin: 0px;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-size: 15px;
	color: rgba(255,255,255,.9); !important; background-color:#333;
}
a, a:hover, a:focus {
	color: #FF6;
	outline: none;
	text-decoration: none;
}
h1, h2, h3, h4, h5 {
	font-family: 'Roboto', sans-serif;
}
/*SECTION TOP NAV*/
.top-nav {
	background-color: #f1f1f1;
	border-top: 5px solid transparent;
	border-image: url(../images/top-border.png) 30 30 30 30 round round;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 6px 0px rgba(0, 0, 0, 0.14) !important;
	padding: 5px 0px 6px 0px;
	z-index: 999999 !important;
	position: relative;
	border-bottom: 0px;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 400;
	height: auto;
	overflow: hidden; transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
}
.top-nav .time {
	float: left;
	color: #000;
	text-decoration: none;
	padding-top: 0px;
}
.top-nav .time .fa {
	background: #feb005;
	color: #fff;
	padding: 3px 6px;
	margin-right: 5px;
}
.top-nav .time i {
	font-size: 14px;
}
.top-nav ul {
	margin: 0px;
	padding: 0px;
}
.top-nav li {
	list-style-type: none;
	text-align: right;
	padding-right: 6px;
	padding-left: 6px;
	display: inline-block !important;
}
.top-nav li:nth-child(1) {
	border-right: solid 1px RGBA(179, 174, 174, 0.65);
}
.top-nav li:nth-child(2) {
	border-right: solid 1px RGBA(179, 174, 174, 0.65);
}
.top-nav li:nth-child(3) {
	border-right: solid 1px RGBA(179, 174, 174, 0.65);
}
.top-nav li:nth-child(4) {
	padding-left: 2px;
	padding-right: 2px;
}
.top-nav li:nth-child(5) {
	padding-left: 2px;
	padding-right: 2px;
}
.top-nav li:nth-child(6) {
	padding-left: 2px;
	padding-right: 2px;
}
.top-nav li:nth-child(7) {
	padding-left: 2px;
	padding-right: 2px;
}
.top-nav li:nth-child(8) {
	padding-left: 5px;
	padding-right: 10px;
	border-right: solid 1px RGBA(179, 174, 174, 0.65);
}
.top-nav li:nth-child(9) {
	border-right: solid 1px RGBA(179, 174, 174, 0.65);
	padding-left: 5px;
	padding-right: 5px;
}
.top-nav li:nth-child(10) {
	border-right: solid 1px RGBA(179, 174, 174, 0.65);
	padding-left: 5px;
	padding-right: 5px;
}
.top-nav li:nth-child(11) {
	padding-left: 5px;
	padding-right: 0px;
}
.top-nav li a {
	color: #000;
}
.top-nav li a:hover {
	text-decoration: none;
}
.top-nav .btn-xs {
	padding: 3px 4px;
	font-size: 10px;
	line-height: 1.5;
	border-radius: 0px;
	border: solid 1px;
	background-color: #fff;
	color: #444;
}
.top-nav .btn-blue {
	padding: 3px 4px;
	font-size: 10px;
	line-height: 1.5;
	border-radius: 0px;
	border: solid 1px #000;
	background-color: #005aa5;
	color: #fff;
}
.top-nav .btn-black {
	padding: 3px 6px;
	font-size: 10px;
	line-height: 1.5;
	border-radius: 0px;
	border: solid 1px #000;
	background-color: rgba(0,0,0,.7);
	color: #fff;
}
.top-nav .btn-yellow {
	padding: 3px 6px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 0px;
	border: solid 0px #fff;
	background-color: #00af84;
	color: #fff;
}
.top-nav .input-sm {
	height: 21px;
	margin: 0px;
	padding: 0px 10px;
	border-radius: 0px;
}
.top-nav .navbar-right {
	float: right !important;
	margin-bottom: 0;
	margin-right: -15px;
	margin-top: -1px;
}
/*LOGO SECTION*/
.logo-section {
	background: #fff;
	position: relative;
	padding: 5px 0px;
	margin-bottom: 0px;
	border-bottom: solid 1px #ddd;
	min-height: 109px; background-image:url(../images/headerbg.jpg); background-repeat:no-repeat; background-position:bottom left;
}
.logo-section .logo {
	padding: 0px 0px;
}
.logo-section .custom-search-form {
	padding: 5px;
	margin-top: 10px;
}
/*MENU SECTION*/

header {
	z-index: 9999 !important;
	position: relative;
	background-color: #828282;
}
.dropdown > a:after {
	content: "\f0d7";
	font-family: "FontAwesome";
	margin-left: 6px;
}
.home > a:before {
	content: "\f015";
	font-family: "FontAwesome";
margin-right:5px;
}
.dropdown-menu .has-submenu:after {
	font-family: "FontAwesome";
	content: "\f0da";
	position: absolute;
	right: 8px;
}
.navbar {
	border-radius: 0px !important;
	font-family: 'Roboto Condensed', sans-serif;
}
.navbar-inverse {
	background-color:#1F1F1F;
	border-color: #FFF;
}
.navbar-inverse .navbar-nav > li > a {
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
}
.navbar-nav > li {
	border-right: solid 1px RGBA(0, 0, 0, 0.21);
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
	color: #000 !important;
	background-color: #fff !important;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
	color: #000 !important;
	background-color: #fff !important;
}
.navbar .open > a {
	color: #000 !important;
	background-color: #fff !important;
}
.navbar-nav > li > a {
	padding: 14px;
}
.dropdown-menu {
	width: 230px !important;
	border-radius: 0px !important;
}
.dropdown-menu li {
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
	background-color: #333 !important;
	color: #ffffff !important;
	text-decoration: none;
}
.dropdown-menu .selected{background-color: #333 !important;
	color: #ffffff !important;}
/* social icons */
ul.social-network {
	list-style: none;
	display: inline;
	margin-left: 0 !important;
	padding: 0;
	position: relative;
	top: 22px;
	float: right;
}
ul.social-network li {
	display: inline;
	margin: 0 1px;
}
/* footer social icons */
.social-network a.icoRss:hover {
	background-color: #F56505;
}
.social-network a.icoFacebook:hover {
	background-color: #3B5998;
}
.social-network a.icoTwitter:hover {
	background-color: #33ccff;
}
.social-network a.icoGoogle:hover {
	background-color: #BD3518;
}
.social-network a.icoVimeo:hover {
	background-color: #0590B8;
}
.social-network a.icoLinkedin:hover {
	background-color: #d3282d;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i, .social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
	color: #fff;
}
a.socialIcon:hover, .socialHoverClass {
	color: #44BCDD;
}
.social-circle li a {
	display: inline-block;
	position: relative;
	margin: 0 auto 0 auto;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	width: 40px;
	height: 40px;
	font-size: 20px;
}
.social-circle li i {
	margin: 0;
	line-height: 40px;
	text-align: center;
}
.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}
.icoFacebook {
	background-color: #2f4c88;
}
.icoTwitter {
	background-color: #22bcef;
}
.icoRss {
	background-color: #e05b03;
}
.icoGoogle {
	background-color: #bf0404;
}
.icoLinkedin {
	background-color: #C12025;
}
/* Search Bar*/

#search {
	float: right;
	margin-top: 9px;
	width: 250px;
}
.search {
	padding: 5px 0;
	width: 250px;
	height: 30px;
	position: relative;
	left: 10px;
	float: left;
	line-height: 22px;
	margin-right: 10px; margin-top:30px;
}
.search input {
	position: absolute;
	width: 250px;
	float: Left;
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
	height: 30px;
	line-height: 18px;
	padding: 0 10px 0 10px;
	border-radius: 1px;
}
.search .btn {
	height: 30px;
	position: absolute;
	right: 0;
	top: 5px;
	border-radius: 1px;
}
.strip {
	padding-bottom: 15px;
}
.helpline {
	background-image: url(../images/helpline-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	text-align: right;
	color: #FFF;
	text-shadow: 0px 1px 1px rgba(0,0,0,.5);
	font-size: 22px;
	padding: 9px 50px 9px 15px;
	min-height: 50px;
}
.update {
	background-color:#000000;
	padding: 10px 15px;
	min-height: 50px;
}
/*ticker*/

#ticker_container {
	padding: 0px;
	overflow: auto;
}
.main-heading {
	font-weight: bold;
	color: #fff;
	position: relative;
	padding-bottom: 17px;
	margin-bottom: 17px;
}
.main-heading span {
	color:#FEAE05;
}
.main-heading:before {
	content: "";
	border-bottom: 6px solid #FEAE05;
	width: 20%;
	position: absolute;
	bottom: 0px;
}
.about {
	padding-bottom: 25px;
	padding-top: 15px;
}
/*.leaderbox {
	border: 1px solid #ccc;
	padding: 15% 10px 10px 10px;
	text-align: center;
	position: relative;
	min-height: 200px;
	margin-top: 35%;
	transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
}
.leaderbox .photo {
	border: 3px solid #fff;
	padding: 6px;
	width: 50%;
	margin: 0px auto 0px auto;
	position: absolute;
	border-radius: 50%;
	right: 0;
	left: 0;
	top: -75px;
}
.leaderbox .photo span {
	display: block;
	border: 1px solid #ccc;
	border-radius: 50%;
}
.leaderbox .photo span img {
	width: 100%;
	border-radius: 50%;
}
.leaderbox h3 {
	font-size: 20px;
	color: #fff;
	font-weight: normal;
	position: relative;
	padding-bottom: 15px;
}
.leaderbox h3:before {
	content: "";
	border-bottom: 5px solid #FEAE05;
	width: 30%;
	position: absolute;
	bottom: 0px;
	right: 0;
	left: 0px;
	margin: 0px auto;
}
.leaderbox p {
	font-size: 14px;
}
.leaderbox .btn {
	position: absolute;
	bottom: -17px;
	right: 0;
	left: 0;
	margin: 0px auto;
	width: 40%;
}
.leaderbox:hover, .btn:hover .leaderbox {
	background-color: #000;
}*/
.other-links {
	padding-top: 60px;
	padding-bottom: 40px;
	background-image: url(../images/section-2-bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
}
.other-links .col-md-3 {
	width: 20%;
}
.ol-link {
	min-height: 121px;
	background-color: #FFFFFF;
	position: relative;
	text-align: center;
	box-sizing: border-box;
	padding: 10px;
	border: 1px solid;
	transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
}
.ol-link:hover {
	background-color: rgba(255,255,255,.8);
	box-shadow: 0px 0px 7px rgba(0,0,0,1);
}
.ol-link h4 {
	color: #000;
	font-weight: normal;
	margin-top: 26%;
	font-size: 17px;
}
.ol-link .icon {
	width: 60px;
	height: 60px;
	margin: 0px auto;
	color: #fff;
	box-sizing: border-box;
	padding: 11px 0px;
	-ms-transform: rotate(45deg); /* IE 9 */
	-webkit-transform: rotate(45deg); /* Safari */
	transform: rotate(45deg);
	position: absolute;
	right: 0;
	left: 0;
	top: -31px;
	transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
}
.ol-link .icon >.fa {
	-ms-transform: rotate(-45deg); /* IE 9 */
	-webkit-transform: rotate(-45deg); /* Safari */
	transform: rotate(-45deg);
}
.ol-link .btn {
	position: absolute;
	bottom: -14px;
	right: 0;
	left: 0;
	margin: 0px auto;
	width: 40%;
	box-shadow: none;
	text-transform: uppercase;
	box-shadow: none;
}
.ol-link:hover .icon {
	top: -36px;
}
.pink {
	border-color: #000;
}
.pink .icon {
	background-color: #000;
}
.pink .btn {
	background-color: #000;
	color: #fff;
	border-color: #fff;
}
.pink .btn:hover, .pink .btn:focus {
	background-color: #000;
	color: #fff;
	border-color: #fff;
}
.green {
	border-color: #000;
}
.green .icon {
	background-color: #000;
}
.green .btn {
	background-color: #000;
	color: #fff;
	border-color: #fff;
}
.green .btn:hover, .green .btn:focus {
	background-color: #fff;
	color: #000;
}
.orange {
	border-color: #000;
}
.orange .icon {
	background-color: #000;
}
.orange .btn {
	background-color: #000;
	color: #fff;
	border-color: #fff;
}
.orange .btn:hover, .orange .btn:focus {
	background-color: #fff;
	color: #000;
}
.voilet {
	border-color: #000;
}
.voilet .icon {
	background-color: #000;
}
.voilet .btn {
	background-color: #000;
	color: #fff;
	border-color: #fff;
}
.voilet .btn:hover, .voilet .btn:focus {
	background-color: #fff;
	color: #000;
}
.red {
	border-color: #000;
}
.red .icon {
	background-color: #000;
}
.red .btn {
	background-color: #000;
	color: #fff;
	border-color: #fff;
}
.red .btn:hover, .red .btn:focus {
	background-color: #fff;
	color: #000;
}
.blue {
	border-color: #000;
}
.blue .icon {
	background-color: #000;
}
.blue .btn {
	background-color: #1e88e5;
	color: #fff;
	border-color: #1e88e5;
}
.blue .btn:hover, .blue .btn:focus {
	background-color: #fff;
	color: #000;
}
.yellow {
	border-color: #f57c00;
}
.yellow .icon {
	background-color: #f57c00;
}
.yellow .btn {
	background-color: #f57c00;
	color: #fff;
	border-color: #f57c00;
}
.yellow .btn:hover, .yellow .btn:focus {
	background-color: #fff;
	color: #000;
}
.btn, .form-control {
	border-radius: 0px;
}
.btn-warning {
	background-color: #fff;
	border-color: #ccc;
	color: #000;
}
.btn-warning:hover, .btn-warning:focus {
	background-color: #333;
	border-color: #000;
	color: #fff;
}
.btn-danger {
	background-color: #000;
	border-color: #fff;
	color: #fff;
}
.btn-danger:hover, .btn-danger:focus {
	background-color: #000;
	border-color: #fff;
	color: #fff;
}
.btn-success {
	background-color: #000;
	border-color: #fff;
	color: #fff;
}
.btn-success:hover, .btn-success:focus {
	background-color: #000;
	border-color: #fff;
	color: #fff;
}
.btn-cyan {
	background-color: #333;
	border-color: #000;
	color: #fff;
}
.btn-cyan:hover, .btn-cyan:focus {
	background-color: #fff;
	border-color: #ccc;
	color: #000;
}
.btn-primary {
	background-color: #283593;
	border-color: #3644ad;
	color: #fff;
}
.btn-primary:hover, .btn-primary:focus {
	background-color: #3644ad;
	border-color: #283593;
	color: #fff;
}
.btn-info {
	background-color: #000;
	border-color: #fff;
	color: #fff;
}
.btn-info:hover, .btn-info:focus {
	background-color: #000;
	border-color: #fff;
	color: #fff;
}
.btn-pink {
	background-color: #000;
	border-color: #fff;
	color: #fff;
}
.btn-pink:hover, .btn-pink:focus {
	background-color: #000;
	border-color: #fff;
	color: #fff;
}
.btn-default {
	background-color: #fafafa;
	border-color: #ccc;
	color: #000 !important;
}
.btn-default:hover, .btn-default:focus {
	background-color: #ececec;
	border-color: #dadada;
	color: #000 !important;
}
.news-section {
	background-color: #F5F4FA;
	height: auto;
	overflow: hidden;
	margin: 5px auto;
}
.sewage {
	background: url(../images/sewage2.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
	min-height:490px;
	background-position:center top; padding:15px;
	 
}
.sewage h2 {
	font-weight: bold;
	color: #fff;
	text-shadow: 0px 1px 1px rgba(0,0,0,.6); margin-top:0px;
}
.sewage p {
	color: #fff;
	text-shadow: 0px 1px 1px rgba(0,0,0,.6);
	font-size: 25px;
}
.sewage h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #fff;
	text-shadow: 0px 1px 1px rgba(0,0,0,.6);
 
}
.stopped{ margin-top:0px !important;}
.news {
	 
}
.news .panel {
	background-color: transparent;
	margin-top: 16px;
	box-shadow: none;
	border: 0px !important; margin-bottom:0px;
}
.news .panel-heading {
	height: auto;
	overflow: hidden;
}
.news .pagination > li {
	margin: 0px;
}
.news .pagination > li a {
	border-radius: 50%;
	margin: 0px 6px;
}
.news .pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
	border-radius: 50%;
}
.news .pagination > li > a, .pagination > li > span {
	background-color: #B1B1B1;
	border: 1px solid #00AF84;
	color: #00AF84;
	float: left;
	line-height: 1.42857;
	margin-left: -1px;
	padding: 6px 7px;
	position: relative;
	text-decoration: none;
}
.news .panel-footer {
	display: none;
}
.news .panel-heading {
	border-bottom: 0px solid transparent;
	border-radius: 0px;
	padding: 0px;
	border-bottom: 4px solid #ccc;
}
.news .panel-heading h2 {
	font-weight: bold;
	color: #333; font-size:24px;
}
.news .newsscroll {
	list-style: none;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	height: 330px !important;
}
.newsscroll .arw {
	display: none;
}
.newsscroll .adtext {
	color: #fff;
	display: inline-block;
}
.newsscroll .fa-file-pdf-o {
	display: none;
}
.newsscroll .dsize {
	display: block;
	font-size: 14px; color:#fff;
}
.newsscroll .dsize:before {
	color:#FF9;
	content: "\f1c1";
	font-family: "FontAwesome";
	padding-right: 2px;
}
.news .panel-body {
	padding: 15px 0px;
}
.dtype, .arw {
	display: none;
}
/*Ticker*/
.update .ndate, .update .adtext, .update .dsize, .update .fa-file-pdf-o {
	display: inline-block;
}
.update ul {
	list-style: none;
}
.update .news-item {
	background-color: transparent;
	margin: 0px;
	padding: 0px;
}
.update .ndate {
	color: #C00;
	margin-left: 5px;
}
/*NEWS SECTION*/
.news-item {
	padding: 5px 6px;
	margin: 0px 0px 10px 0px;
	background-color: #333;
	border: 1px solid #EAEAEA;
}
.news-item a {
	color: rgba(255,255,255,1);
}
.news-item a:hover {
	text-decoration: underline;
}
.ndate {
	color:#FFC;
	font-size: 14px;
	margin: 5px 0px;
}
.nsize {
	color: #FF9;
	font-size: 14px;
	margin: 5px 0px;
}
.gallery-link {
	background-image: url(../images/gallerybg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	padding: 5% 0px;
	background-size: 100%; transition: .3s;
}
.gallery-link:hover {
	background-size: 110%;
	transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
}
.gallery-link h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #fff;
	text-shadow: 1px 1px 0px rgba(0,0,0,.6)
}
/* ============================== Important Link SEction ============================== */
.main-heading2 {
	font-weight: bold;
	color: #000;
	padding-bottom: 17px;
	text-align: center;
	margin-bottom: 25px;
	position: relative;
	font-size: 29px;
}
.main-heading2:before {
	content: url('../images/border.png');
	height: 13px;
	margin: auto;
	position: absolute;
	text-align: center;
	width: 100%;
	bottom: 0px;
	right: 0;
	left: 0;
}
.important-link {
	background-color: #fff;
	padding: 0px 0px 30px 0px;
}
.important-link .thumbnail {
	margin-bottom: 0px;
}
.important-link .carousel {
	margin-bottom: 0;
	padding: 0px 50px;
}
.important-link .carousel-control {
	height: 40px;
	width: 40px;
	background: none repeat scroll 0 0 #222222;
	border: 4px solid #FFFFFF;
	border-radius: 23px 23px 23px 23px;
	margin-top: 25px;
}
.important-link .carousel-control.right {
	right: -5px;
}
.important-link .carousel-control.left {
	left: -5px;
}
.important-link .carousel-indicators {
	right: 50%;
	top: auto;
	bottom: -10px;
	margin-right: -19px;
}
.important-link .carousel-indicators li {
	background: #cecece;
}
.important-link .carousel-indicators .active {
	background: #428bca;
}
/* ============================== Footer Section ============================== */
.footer {
	background: #2E2E2E;
	margin: 0; font-size:.9em; height:auto; overflow:hidden;
}
.footer p {
	color: rgba(255,255,255,.5);
	margin-bottom: 0px;
	/*font-size: 14px;*/
	padding-left:5px;
}
.footer .powered {
	color: #fff;
}
.footer .omni {
	color: #DA4343;
	font-weight: bold;
	font-style: italic;
}
.footer .net {
	color: #1873FC;
	font-weight: bold;
}
.footer a {
	color: #fff;
/*	font-size: 14px;*/
	display: inline-block;
}
.footer a:hover {
	text-decoration: none;
	color: rgb(255, 76, 5);
}
.footer .selected{color: rgb(255, 76, 5);}
.footer h4 {
	color: #ffd374;
	font-family: roboto;
	font-weight: bold;
	margin-bottom: 0px;
	text-transform: uppercase;
}
.footer ul {
	list-style: outside none none;
	margin-bottom: 5px;
	padding: 0;
}
.footer ul li {
	display: inline-block;
	color: #f1f2f2;
	padding: 1px 5px;
	border-right: 1px solid rgba(0,0,0,.3);
}
.footer ul li:last-child {
	border-right: 0px solid rgba(0,0,0,.5);
}
.footer p {
	color: #fff;
	/*font-size: 13px;*/
	line-height: 20px;
	margin: 0 0 0px;
}
.foot-link {
	padding-top: 15px;
	padding-bottom: 15px;
	min-height: 92px;
	padding-left: 7%;
}
.foot-address {
	border-left: 1px solid rgba(255,255,255,.2);
	background-color: #2E2E2E;
	min-height: 92px; padding-top: 15px;
	padding-bottom: 15px;
}
.mrg10 {
	margin-top: 10px;
}
.foot-bootom {
	/*font-size: 13px;*/
	background-color: #000000;
	color: #fff; padding:15px 0px; font-size:.8em;
}
.foot-bootom .col-md-6 {
	padding-top: 5px;
	padding-bottom: 5px;
}
/*-------------------inner pages----------------*/
.inner-page {
	background-color: #E8E8E8;
	background-image: url(../images/innder-bg.jpg);
	background-attachment:fixed;
}
.inner-page .panel {
	border-radius: 0px;
	margin-top: 20px; background-color:#121212;
}
.innerbg {
	/*background-image: url(../images/innder-bg.jpg);*/
	background-position: center center;
}
.innerbg p{ color:#F49900; font-size:12px;}
.inner-heading2 {
	font-weight: bold;
	color: #FEB005;
	padding-bottom: 17px;
	text-align: left;
	margin-bottom: 0px;
	position: relative;
	padding-bottom: 15px;
}
.inner-heading2 span {
	color: #000;
}
/*.inner-heading2:before {
	content: "";
	height: 2px;
	margin: auto;
	position: absolute;
	text-align: left;
	width: 100%;
	bottom: 0px;
	right: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.35);
}*/
/*.rightside .ol-link {
	background-color: #ffffff;
	border: 1px solid #ccc;
	box-sizing: border-box;
	margin-bottom: 30px;
	min-height: 49px;
	padding: 10px 10px 10px 46px;
	position: relative;
	text-align: left;
	transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
}
.rightside .ol-link:hover {
	background-color: rgba(255,255,255,.8);
	box-shadow: none;
	background-color: #ededed;
}
.rightside .ol-link h4 {
	color: #000;
	font-weight: normal;
	font-size: 17px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.rightside .ol-link .icon {
	text-align: center;
	width: 50px;
	height: 50px;
	margin: 0px;
	color: #fff;
	box-sizing: border-box;
	padding: 11px 0px;
	-ms-transform: rotate(45deg); 
	-webkit-transform: rotate(45deg); 
	transform: rotate(45deg);
	position: absolute;
	right: 0;
	left: -27px;
	top: 0px;
	transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
}
.rightside .ol-link .icon >.fa {
	-ms-transform: rotate(-45deg); 
	-webkit-transform: rotate(-45deg); 
	transform: rotate(-45deg);
}
.rightside .ol-link:hover .icon {
	top: -1px;
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	animation-name: rotate;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
.rightside .ol-link:hover .fa {
	-ms-transform: rotate(0deg); 
	-webkit-transform: rotate(0deg); 
	transform: rotate(0deg);
}*/
.quicklinks{ margin:0px; padding:0px; list-style:none;}
.quicklinks li{ margin-bottom:10px;}
.quicklinks li a{ padding:0px 0px; border:1px solid #ccc; display:block; transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s; font-size:15px; color:#fff;}
.quicklinks .fa{ padding:15px 15px; background:#ededed; border-right:1px solid #ccc; color:#283593; margin-right:6px; }
.quicklinks li a:hover{ background-color:#fff; color:#000;}
.quicklinks li a:hover .fa{background:#EA1E63; color:#fff;}
.quicklinks .selected{background-color:#ededed; color:#283593;}
.quicklinks .selected .fa{background:#EA1E63; color:#fff;}


.breadcrumb {
	margin-bottom:3px;
	padding: 0px;
	background-color: inherit;
}
.breadcrumb a {
	color: #f17f3e;
}
.breadcrumb > li + li::before {
	padding: 0 5px;
	color: #000 !important;
	content: "/\00a0";
}
.breadcrumb > li {
	color: #000 !important;
}
.breadcrumb > .active {
	color: #000 !important;
}
.padding-right {
	padding-right: 50px;
}
 /*@keyframes rotate {
from {
transform: rotate(0deg);
}
to {
	transform: rotate(360deg);
}
}*/
.label {
	border: 1px solid #fff;
	border-radius: 2px;
	color: #fff;
	display: inline;
	font-size: 63%;
	font-weight: 700;
	line-height: 1;
	outline: 1px solid rgba(6, 6, 6, 0.4);
	padding: 0 5px;
	text-align: center;
	vertical-align: baseline;
	white-space: nowrap;
}
.size {
	font-size: 12px;
	display: block; color:#D32F2F;
}
.xps-size {
	font-size: 12px;
	color: #000;
}
.xps-size:before {
	font-family: 'FontAwesome';
	content: "\f169";
	color: #14B3B9;
	margin: 0px 5px;
}
.sitemap {
	margin: 0 15px;
}
.sitemap ul {
	background: transparent url("../images/site_map_ul.gif") repeat-y scroll 0 -5px !important;
	list-style-type: none !important;
	margin: 0 !important;
	padding: 0 5px 4px 6px !important;
	position: relative !important;
}
.sitemap ul li {
	background: transparent url("../images/site_map_list.gif") no-repeat scroll -5px -5px !important;
	line-height: 16px !important;
	padding: 0 0 0 10px !important;
}
.sitemap ul {
	background: rgba(0, 0, 0, 0) url("../images/site_map_ul.gif") repeat-y scroll 10px -5px;
	list-style-type: none;
	margin: 0;
	padding: 0 5px 4px 10px;
	position: relative;
}
.sitemap ul li {
	font: bold 10pt arial;
	margin: 10px 0;
}
.sitemap ul li a {
	background-color: #bcf4f7;
	border: 1px solid #14b3b9;
	color: #000000;
	display: inline-block;
	padding: 5px;
	transition-duration: 0.3s;
}
.sitemap ul li a:hover {
	background-color: #fbcf86;
	border: 1px solid #ed9501;
	color: #000000;
	padding-left: 5px;
	text-decoration: none;
}
.sitemap ul li ul {
	padding-bottom: 1px;
}
.sitemap ul li ul li {
	font: 10pt arial;
}
.filter-box {
	background: #ededed none repeat scroll 0 0;
	border: 1px solid #cfcfcf;
	box-sizing: border-box;
	margin-bottom: 5px;
	width: 100%;
}
.filter-box label{ font-size:13px;}
.filter-box td {
	padding: 10px; color:#000;
}
.filter-box input[type="submit"] {
	background: #000 none repeat scroll 0 0;
	border: 0 solid red;
	color: white;
	padding: 7px 10px;
	margin-top:25px;
}
.filter-box input[type="text"]:focus {
	border: 1px solid #177ebe;
	color: #177ebe;
}
.filter-box input[type="text"] {
	border: 1px solid #b3b3b3;
	padding: 5px;
	width: 98%;
}
.filter-box select {
	border: 1px solid #abaaaa;
	padding: 5px; width: 98%;
}
.list {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.list li {
	padding-left: 15px;
	margin-bottom: 4px;
}
.list li a {
	color: #fff;
}
.list li:before {
	content: "\f101";
	font-family: 'FontAwesome';
	color: #FF6;
	font-size: 19px;
	margin-left: -15px;
	margin-right: 6px;
}
.excel-size {
	font-size: 12px;
	color: #fff;
}
.excel-size:before {
	font-family: 'FontAwesome';
	content: "\f1c3";
	color: #FF9;
	margin: 0px 5px;
}
.rar-size {
	font-size: 12px;
	color: #fff;
}
.rar-size:before {
	font-family: 'FontAwesome';
	content: "\f02d";
	color: #FF9;
	margin: 0px 5px;
}
.pdf-size {
	font-size: 12px;
	color: #fff;
}
.pdf-size:before {
	font-family: 'FontAwesome';
	content: "\f1c1";
	color: #FF9;
	margin: 0px 5px;
}
.table > tbody > tr.pink > td, .table > tbody > tr.pink > th, .table > tbody > tr > td.pink, .table > tbody > tr > th.pink, .table > tfoot > tr.pink > td, .table > tfoot > tr.pink > th, .table > tfoot > tr > td.pink, .table > tfoot > tr > th.pink, .table > thead > tr.pink > td, .table > thead > tr.pink > th, .table > thead > tr > td.pink, .table > thead > tr > th.pink {
	background-color: #fff;
	color: #000;
}
.table > tbody > tr.cyan > td, .table > tbody > tr.cyan > th, .table > tbody > tr > td.cyan, .table > tbody > tr > th.cyan, .table > tfoot > tr.cyan > td, .table > tfoot > tr.cyan > th, .table > tfoot > tr > td.cyan, .table > tfoot > tr > th.cyan, .table > thead > tr.cyan > td, .table > thead > tr.cyan > th, .table > thead > tr > td.cyan, .table > thead > tr > th.cyan {
	background-color: #fff;
	color: #000;
}
.table > tbody > tr.blue > td, .table > tbody > tr.blue > th, .table > tbody > tr > td.blue, .table > tbody > tr > th.blue, .table > tfoot > tr.blue > td, .table > tfoot > tr.blue > th, .table > tfoot > tr > td.blue, .table > tfoot > tr > th.blue, .table > thead > tr.blue > td, .table > thead > tr.blue > th, .table > thead > tr > td.blue, .table > thead > tr > th.blue {
	background-color: #fff;
	color: #000;
}
.table > tbody > tr.red > td, .table > tbody > tr.red > th, .table > tbody > tr > td.red, .table > tbody > tr > th.red, .table > tfoot > tr.red > td, .table > tfoot > tr.red > th, .table > tfoot > tr > td.red, .table > tfoot > tr > th.red, .table > thead > tr.red > td, .table > thead > tr.red > th, .table > thead > tr > td.red, .table > thead > tr > th.red {
	background-color: #fff;
	color: #000;
}

.table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
    background-color: #f5f5f5; color: #000;
}
 
.heading1{ background-color:#fff; padding:5px 10px; border-left:4px solid #FE9B08; color:#000;}
.heading2{padding:0 0px 7px 3px; border-bottom:1px solid #989898; color:#fff; font-family:Georgia, "Times New Roman", Times, serif; font-style:italic; margin:0 0 12px;}

.heading3{ border-bottom: 4px double #ccc;
    color: #00af84;
    margin: 0 0 12px;
    padding: 0 0 7px 3px;}
.heading4{
    color: #f5511e;
    margin: 0 0 12px;
    padding: 0px;}
.contactbox{ min-height:200px; padding:10px; border:1px solid #ededed;}
.contactbox h4{ color:#005AA5; margin:-10px -10px 15px -10px; padding:10px; background-color:#F3F3F3; text-transform:uppercase;}
.contactbox td{ padding:5px;}
.contactbox tr{ border-bottom:1px solid #ededed; }
.contactbox tr:last-child{border-bottom:0px solid #ededed;}
.map{ border:1px solid #ccc; margin-bottom:15px;}
.sitemap {
    margin: 0 15px;
}
.sitemap ul {
    background: transparent url("../images/site_map_ul.gif") repeat-y scroll 0 -5px !important;
    list-style-type: none !important;
    margin: 0 !important;
    padding: 0 5px 4px 6px !important;
    position: relative !important;
}
.sitemap ul li {
    background: transparent url("../images/site_map_list.gif") no-repeat scroll -5px -5px !important;
    line-height: 16px !important;
    padding: 0 0 0 10px !important;
}
.sitemap ul {
    background: rgba(0, 0, 0, 0) url("../images/site_map_ul.gif") repeat-y scroll 10px -5px;
    list-style-type: none;
    margin: 0;
    padding: 0 5px 4px 10px;
    position: relative;
}
.sitemap ul li {
    font: bold 10pt arial;
    margin: 10px 0;
}
.sitemap ul li a {
    background-color: antiquewhite;
    border: 1px solid #ccc;
    color: #0c3156;
    display: inline-block;
    padding: 5px;
    transition-duration: 0.3s;
}
.sitemap ul li a:hover {
    background-color: #c30;
    color: #fff;
    padding-left: 5px;
    text-decoration: none;
}
.sitemap ul li ul {
    padding-bottom: 1px;
}
.sitemap ul li ul li {
    font: 10pt arial;
}
.table td a{ color:#FFFDC6;}
.table td a:hover{ text-decoration:underline;}
.table td ul{ margin:8px 0px 0px 0px; padding:0px; list-style:none;}
.table td ul li{ margin:5px 0px;}
.table td ul li a:before{ content:url("../images/bullet_arrow.png"); margin-right:10px}
.pwdFxd{ position:fixed; top:0px; width:100%; z-index:100; margin:0px auto; right:0px; left:0px; background-color:rgba(255,255,255,.8);}
.textresizer a{ cursor:pointer;}
.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: rgba(249, 249, 249, 0.04);
}
.table th{background-color:#121212 !important; color:#fff !important;}
.grid-stack { background: rgba(218, 218, 218, 0) none repeat scroll 0 0 !important;} 
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled{opacity:1 !important;}
.fancybox-overlay{ z-index:10001 !important;}
.material-popup{ width:100%; position:fixed; height:100%; margin:0px auto; right:0px; left:0px; background-color:rgba(0,0,0,.5);}
.material-popup .popup-body{ width:50%; margin:0px auto; background-color:#000; border:5px solid #fff; padding:15px; position:relative; top:10%; box-shadow:0px 0px 8px rgba(0,0,0,.6);}
.updated {
    color: #fff;
    margin-bottom: 10px;
    text-decoration: none;
}
.stp {
    background-color: #fff;
    color: #000;
    font-size: 12px;
    margin: 0 104px 0 0;
    padding: 3px 0 1px 3px;
}
.pdf-size {
    color: #fff;
    font-size: 12px;
}
.pdf-size::before {
    color: #d32f2f;
    content: "\f1c1";
    font-family: "FontAwesome";
    margin: 0 5px;
}
.table{
    background-color: rgba(0, 0, 0, 0.89) !important;
}
.table-striped > tbody > tr:nth-of-type(2n+1) {background-color: rgba(0, 0, 0, 0.84) !important;
}
.table-striped > tbody > tr:nth-of-type(2n+1){ background-color:rgba(255, 252, 252, 0.03) !important;}
.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:1px solid #ccc !important; padding:8px; color:#fff;}
.play-pause { margin-top:20px;}

/*--------------tenderscroll css---------------------------------*/
.tenderscroll .panel{ border-radius:0px; border-color:#00AF84; margin-bottom:0px;}
.tenderscroll .panel-heading{border-radius:0px; background-color:#00AF84; border-color:#00AF84; height:auto; overflow:hidden;}
.tenderscroll .panel-heading h3{ float:left; margin:0px; padding:0px;}
.tenderscroll .play-pause {
    color: rgba(255, 255, 255, 0.77);
    cursor: pointer;
    display: inline-block;
    float: right;
    text-align: right; margin-top: 0px;
} 
.entender{
	list-style: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	height:160px; overflow-x:hidden !important; 
}
.entender .enlitender {
	margin: 0px 0px 8px 0px; padding:6px 11px;   border:1px solid #eee; color:#C00;  font-size:.9em; 
}
.entender .enlitender:nth-child(even) {border-left:3px solid #e8c55a;}
.entender .enlitender:nth-child(odd) {border-left:3px solid #58bccb;}
.entender .enlitender a {
	color: rgba(0,0,0,1); display:block;
}
.enlitender img{ height:15px;}
.entender .enlitender a:hover {
	text-decoration: underline;
}
.padding0{ padding:0px;}
.leader{list-style:none; margin:0px; padding:15px;}
.leader li{display:table; width:100%; border:1px solid #ccc; padding:8px; margin-bottom:15px;}
.leader li:last-child{ margin-bottom:0px;}
.leader li div{ display:table-cell;}
.leader .photo{ width:35%;}
.leader .photo img{ width:100%;}
.leader .content{ width:65%; vertical-align:top; padding-left:10px;}
.leader .content h4{ color:#fff; font-weight:normal;}
.tenderscroll .panel-footer a{ color:#000;}
.table td select{ color:#000;}
#filter-form{margin-bottom: 15px;
padding: 10px;
border: 1px solid #e4e4e4;
background-color: #efefef;
font-weight: bold;
color: #000;}