/*
====================================================================================

Author: Rajib Ganguly, 
https://w3earth.droppages.com

====================================================================================
*/

/* Default CSS */
* {
	margin: 0;
	padding: 0;
}
body {
	color: #3d3d3d;
	background:#f0f0f0;
	font-family: "Helvetica", "Arial", sans-serif;
}
h5 {
	color: #85c227;
    font-weight: bold;
    padding: 15px 0 0;
    width: 100%;
}
.pad ul {
	padding:0 15px;
}

aside .globalHide + a {
	display:block !important;
}
.pad .globalHide + a {
	display:none;
}
aside .globalHide {
	display:none;
}
footer hr {
	margin-bottom:0;
}
.form-horizontal input[required="required"],
.redcorner {
	background:url(../images/mandate.png) right top no-repeat;
}
/** MAIN CONTAINERS **/
#container {
	width:980px;
	margin:0 auto;
	background:#FFF;
}
.container {
  width: 1200px;
  max-width: none !important;
}
.gborder {
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 25px 10px;
}
#header {
	height:134px;
	/*width:980px;*/
	background:#FFF;
}
.shadowCont {
	box-shadow:0 0 4px rgba(0,0,0,0.5);
	background:#FFF;
}
div#content {
}
div#center {
}
div#center-in {
}
div#footer {
	width:100%;
	clear: both;
}
div#footer-in {
	color:#474747;
	margin:0 auto;
	padding:15px 0;
}
div#footer-in ul {
	list-style:none;
	padding:0 10px;
}
div#footer-in ul li {
	float:left;
	list-style:none;
}
div#footer-in ul li  {
	border-right:1px solid #ccc;
}
div#footer-in ul li:last-child {
	border:none;
}
div#footer-in a {
	font:10px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#474747;
	text-decoration:none;
	padding:0 13px;
}
div#footer-in a:hover {
	color:#85C226;
}
.border-slides {
	/*border:1px solid #EBEBEB;*/
}
.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
/** TYPOGRAPHY **/
.x {
	display: none;
}
div#uhoh {
	width: 400px;
	margin: 100px auto;
	padding: 20px 30px;
	line-height: 1.5em;
	text-align: left;
}
div.unauthorized-401, div.forbidden-403, div.notfound-404, div.internalerror-500 {
	color: #333;
	background-color: #ffc;
	border: 1px solid #ff0;
}
div.unauthorized-401 a, div.forbidden-403 a, div.notfound-404 a, div.internalerror-500 a {
	color: #00f;
	background-color: #ffc;
}
/** FORMS **/

ul {
	border:0;
	margin:0;
	padding:0;
}
.content {
	padding: 5px 0 5px 0;
	width: 95%;
}
.enqsh {
	margin-top:15px;
}
/* Bootstrap class revert */

.navbar-inverse {
    /*background-color: #ebebeb; old navigation*/
	background-color: #6a9724;
    border: none;
	background-image:none;
}
.navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
    /*background: #ccc !important; old navigation*/
	background:rgba(121,180,35,0.5) !important;
}
.dropdown-menu {
	background-color: #6a9724;
}
.dropdown-menu > li > a {
    color: #f0f8e4;
}
.dropdown-menu > li > a:hover {
	background:rgba(121,180,35,0.5) !important;
    color: #fff;
}
.navbar {
    margin-bottom: 0;
    min-height: 33px;
	border-radius:0;
}
.navbar-brand {
	height:61px;
}
.dropdown-menu {
	top:99%;
	z-index:9;
}
.pad {
	padding:40px;
}
.pad table.table td.table-compact {
	display:block;
}
.padVartical {
	padding:30px 0;
}
.padHorizontal {
	padding:0px 30px;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #86c327;
}
#employ_jj > li > a {
	font-size:2em;
	color:#c8c1c1;	
}
#employ_jj > li.active > a, #employ_jj > li.active > a:hover, #employ_jj > li.active > a:focus {
	color:#2c5496;
}


/* Main CSS  */

.bs-callout {
	border-left:3px solid #7CBB17;
	margin:10px 0;
	padding-left: 10px;
}
#mainLogo {
	float:left;
}
.topLinks {
	float:right;
	color:#000;
	padding:5px 0 0 0;
	width:680px;
}
.topLinks a {
	color:#000;
}
.topLinks a:hover {
	color:#85c226;
	text-decoration:underline;
}
.emailIcon {
	background:url(../images/mail_icon.jpg) no-repeat top left;
	padding:1px 0 0 25px;
	margin:0 0 0 10px;
}
.phoneIcon {
	background:url(../images/phone_icon.jpg) no-repeat top left;
	padding:1px 0 0 18px;
	margin:0 0 0 15px;
}
.azGlobalTag {
	float:right;
	text-align:right;
	width:680px;
	padding:27px 0 0 0;
}
/**** menu ***/
#mainNavigation {
	background:url(../images/menu_bg.jpg) repeat-x top left;
	width:980px;
	height:31px;
	float:left;
	position:relative;
	margin:29px 0 0 0;
}
.navbar-collapse.collapse {
display: block!important;
}

.navbar-nav>li, .navbar-nav {
float: left !important;
}

.navbar-nav.navbar-right:last-child {
margin-right: -15px !important;
}

.navbar-right {
float: right!important;
}
.navbar-nav {
    margin: 0px;
}
#navbar {
	/*position:absolute;
	top:0;
	right:0;
	margin:0;
	padding:0;
	width:980px;*/
	 margin-right: 28px;
}
.formEJ label {
    color: #ccc;
    font-weight: normal;
    max-width: 100%;
}
#navbar li {
	list-style:none;
	/*float:left;*/
}
/* New added navigation style */
.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}
#navbar li a {
	/*font-weight: bold;
	background:url(../images/navigation_sep.jpg) no-repeat top right;
	font:bold 14px Arial, Helvetica, sans-serif;
	display:block;
	padding:7px 25px 7px 25px;
	text-decoration:none;
	color:#fff;*/
}
#navbar > li > a:hover {
	/*background:url(../images/navigation_hover.png) no-repeat top right;
	background:rgba(0,0,0,0.2); old navigation*/
	background:#79b423;
	color:#fff;
}
#navbar li a.active {
	/*background:#70726c; old navigation*/
	background:#79b423;
	color:#fff;
}
#navbar li ul {
	/*background:url(../images/dropdown_bg.png) repeat-x top;
	display:none;*/
}
#navbar li:hover ul, #navbar li.hover ul {
	position:absolute;
	display:inline;
	left:0;
	/*width:100%;
	margin:0;
	padding:0;*/
}
#navbar li:hover li, #navbar li.hover li {
	/*float:left;*/
}
#navbar .dropdown.open > a {
	background:#70726c url(../images/trot.png) no-repeat 10px 39px;
}
/*
#navbar li:hover li a, #navbar li.hover li a {
	/*background:url(../images/dropdown_sep.jpg) no-repeat top right;
	font:12px Arial, Helvetica, sans-serif;
	color:#6f6f6f;
	padding:5px 20px;*/
}
#navbar li li > a:hover {
	color:#fff;
}
.media-heading {
	text-transform:uppercase;
	color:#50AADF;
}
.media {
    padding: 5px;
	border-left:3px solid #f7f7f7;
	border-right:3px solid #f7f7f7;
}
.media-body p small {
	color:#85C227;
}
.bannerImages {
	width:961px;
	float:left;
}
a {
    color: #5e9804;
    text-decoration: none;
}
a:hover {
    color: #679a18;
}
.currentNews {
	background:url(../images/current_news_bg.jpg) repeat-x top;
	color:#2d2d2d;
	font:11px Arial, Helvetica, sans-serif;
	float:left;
	width:960px;
	padding:8px 10px;
}
.currentNews p {
	background:url(../images/current_news_arrow.png) no-repeat right;
	margin:0 10px 0 0;
	padding:0 15px 0 0;
	float:left;
}
.spacer_white {
	background:url(../images/white_spacer.jpg) repeat-x top;
	font:11px Arial, Helvetica, sans-serif;
	float:left;
	width:980px;
	padding:8px 0 0 0;
}
.announcement {
	background:url(../images/announcement_bg.jpg) repeat-x top;
	background-position:1px 1px;
	border:1px solid #d5d5d5;
	font:11px Arial, Helvetica, sans-serif;
	float:left;
	width:960px;
	padding:8px 10px;
}
.homeBox {
	width:217px;
	height:100px;
	float:left;
	border:1px solid #d5d5d5;
	position:relative;
	margin:0 34px 0 0;
}
h3 {
	color:#717171;
}
.homeBoxrg {
	position:relative;
	padding: 2%;
}
.homeBoxrg img {
	border-radius: 0 20px;
    
    padding: 0;
    position: relative;
}
#dynamic-content > ul {
	padding:5px 17px;
}
.homeBoxrg .homeBoxText {
	 background: rgba(0, 0, 0, 0.3);
    border-radius: 0 20px;
    bottom: 4%;
    left: 4%;
    position: absolute;
    right: 4%;
    top: 4%;
}

.homeBoxText a {
	color:#fff;
}
.grayBg {
	background:rgba(204,208,210,0.5);
	border-top:3px solid #ccd0d2;
	padding: 16px 2%;
}

.homeContent {
	width:980px;
	float:left;
}

#leftpanel {
	font:bold 13px Arial, Helvetica, sans-serif;
	background-color: #EAEAEA;
	width:180px;
	padding:22px 8px 8px 8px;
}

#leftpanel a {
	font:bold 14px Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#000;
}

.leftBar {
	background-color:#f0f0f0;
	float:left;
	width:200px;
}
.rightBar {
	float:right;
	width:760px;
}
.leftBar ul {
	margin:10px 0 10px 15px;
	list-style:none;
}
.leftBar ul li{
	padding:5px 0;
}
.leftBar ul li a {
	font:13px Arial, Helvetica, sans-serif;
	display:block;
	border-bottom:1px solid #d2d2d2;
	width:170px;
	padding:0 0 2px 0;
	text-decoration:none;
	color:#000;
}
.link {
	color:#5e9804;
}
.part1 {
	background:#f6f3f3;
	box-shadow: 0 0 2px #bbb;
    float: left;
    padding: 2% 4%;
}
.part1 h4 {
	color:#2c5496;
}
.part1 .partfooter {
	float:left;
	border-top:1px solid #dedada;
	width:100%;
	padding-top:6px;
}
.partfooter .readmore {
	padding-right:10px;
	border-right:1px solid #ccc;
}
.partfooter .dt {
	padding-left:10px;
	color: #ccc;
}
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    max-width: 100% !important;
	width:100%;
  }

/* XML Css sidebar */
.txt-green {
	color:#538503;
}
ul.users-lists > li {display:none;}
ul.users-lists > li:first-child {display:block;}
#slides {
  height: 33px;
  display: block;
  text-align: center;
}
#slides a {
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  padding: 6px;
  background: #ccc;
  margin: 10px 1px;
  border-radius: 7px;
  }
#slides a.act {
	background: #73b804;
}
.currentOpen {
	background:#ecebeb;
	padding:25px;
	height: 826px;
    overflow: auto;
}
.boxborder {
	border:1px solid #f2f2f2;
	padding:10px;
}
.currentOpen h3 {
	color:#2c5496;
	display:block;
	margin-top: 0;
}
.table-compact p {
	padding:0;
	margin:0;
}
.table-compact h4 {
	color:#82C124;
}
.openpost {
	padding:10px;
	border:1px solid rgba(0,0,0,0.1);
	margin:2px 0;
}
.openpost > a {
	font-size:20px;
	display:block;
}
.openpost .logo {
	display:block;
}
.openpost img {
	max-width:100px;
}
.openpost .showhide {
	padding:10px 0;
	display:none;
}
.openpost .date {
	display:block;
	color:#999;
}
.openpost .name {
	display:block;
	font-size:20px;
}
.openpost .mm {
	display:block;
	font-style:italic;
	color:#0183C1;
}
.openpost .details {
	display:block;
	padding:19px 0;
}
.boxCate {
	padding:10px;
	margin-bottom:15px;
	cursor:pointer;
}
.boxCate:hover a {
	color:#679A18;
}
.boxCate a {
	display: block;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 0;
	color:#7CBF1A;
    text-decoration: underline;
}
.boxCate .date {
	color:#8e8f8c;
	padding:2px 0;
	display: block;
}
.boxCate .desc {
	color:#383837;
	padding:2px 0;
	display: block;
}

/* Social Icon */
.gcontBox {
	/*background:#f1f1f1;
	border-radius:3px;
	border:1px solid #e0dfdf;
	box-shadow:1px 2px 4px #e0dfdf inset;*/
	margin-top:25px;
}
.gcontBox .gPh {
	padding:5px 2px 5px 5px;
	display:inline-block;
}
.gcontBox .gPh span {
	width:30px;
	height:27px;
	display:inline-block;
	background:url(../images/sprite.png) 0 0 no-repeat;
	vertical-align: middle;
}
.gcontBox .gEm,
.gcontBox .gLin {
	padding:5px 2px 5px 5px;
	display:inline-block;
}
.gcontBox .gEm span {
	width:29px;
	height:27px;
	display:inline-block;
	background:url(../images/sprite.png) -29px 0 no-repeat;
	vertical-align: middle;
}
.gcontBox .gLin span {
	width:27px;
	height:27px;
	display:inline-block;
	background:url(../images/sprite.png) -58px 0 no-repeat;
	vertical-align: middle;
	margin-right: 3px;
}
.twSocialIcon {
	background:url(../images/social-Icons.jpg) 0 0 no-repeat;
	width:41px;
	height:41px;
	display:inline-block;
	transition: all .2s ease-in-out;
	cursor:pointer;
}
.twSocialIcon:hover {
	background:url(../images/social-Icons.jpg) 0 -41px no-repeat;
	transform: scale(1.1);
}
.fbSocialIcon {
	background:url(../images/social-Icons.jpg) -39px 0 no-repeat;
	width:41px;
	height:41px;
	display:inline-block;
	transition: all .2s ease-in-out;
}
.fbSocialIcon:hover {
	background:url(../images/social-Icons.jpg) -39px -41px no-repeat;
	transform: scale(1.1);
}
.wifiSocialIcon {
	background:url(../images/social-Icons.jpg) -81px 0 no-repeat;
	width:41px;
	height:41px;
	display:inline-block;
	transition: all .2s ease-in-out;
}
.wifiSocialIcon:hover {
	background:url(../images/social-Icons.jpg) -81px -41px no-repeat;
	transform: scale(1.1);
}
.twping {
	background:url(../images/ping.png) 0 0 no-repeat;
	width:23px;
	height:23px;
	display:inline-block;
	transition: all .2s ease-in-out;
	cursor:pointer;
}
.twping:hover {
	background:url(../images/ping.png) 0 0 no-repeat;
	transform: scale(1.1);
}
.fcping {
	background:url(../images/ping.png) -24px 0 no-repeat;
	width:23px;
	height:23px;
	display:inline-block;
	transition: all .2s ease-in-out;
	cursor:pointer;
}
.fcping:hover {
	background:url(../images/ping.png) -24px 0 no-repeat;
	transform: scale(1.1);
}

/* Four Image box */
.da-thumbs {
	list-style: none;
	position: relative;
	margin: 0px auto;
	padding: 0;
}
.da-thumbs li {
	background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    display: inline-block;
    margin: 5px 1%;
    padding: 0;
    position: relative;
    width: 22%;
}
.da-thumbs li a,
.da-thumbs li a img {
	display: block;
	position: relative;
}
.da-thumbs li a {
	overflow: hidden;
}
.da-thumbs li a div {
	position: absolute;
	background: #333;
	background: rgba(75,75,75,0.7);
	width: 100%;
	height: 100%;
}
.da-thumbs li a div span {
	display: block;
	padding: 10px 0;
	margin: 40px 20px 20px 20px;
	text-transform: uppercase;
	font-weight: normal;
	color: rgba(255,255,255,0.9);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	border-bottom: 1px solid rgba(255,255,255,0.5);
	box-shadow: 0 1px 0 rgba(0,0,0,0.1), 0 -10px 0 rgba(255,255,255,0.3);
}
.da-thumbs li a div {
	top: 0px;
	left: -100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.da-thumbs li a:hover div{
	left: 0px;
}
.navbar-inverse .navbar-toggle {
    border:none;
}
.icon-bar {
    background-color: #333;
}
/* Utility class */
.splArticleBox {
	border-top: 3px solid #f7f7f7;
    color: #787878;
    height: 200px;
    padding-top: 15px;
}
.bu {
	text-transform:uppercase;
	color:#000;
}
.grayBg {
	display:block;
}
.da-thumbs {
	/*width: 100%;*/
}
.dstyle {
	width: 100%; 
	text-align: center; 
	margin: 0px auto;
}
	
/* @media   */
@media only screen and (min-width: 1024px) and (max-width: 1980px) {
	.carousel-inner {
		/*height: 232px;*/
	}
	.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    max-width: 100% !important;
  }
  
}
/* @media   */
@media only screen and (min-width: 120px) and (max-width: 640px) {
	.carousel-inner {
		height: 232px;
	}
	
	.dstyle {
		/*display:none;*/
	}
	
	
	.border-slides, .padVartical, .grayBg {
		display:none;
	}
	#footer-in small {
		text-align:center;
	}
	.dropdown-menu {
		position:relative;
		width:100%;
	}
	.pad {
    padding: 15px;
	}
	.grayBg {
		display:none;
	}
	.da-thumbs {
	width: 100%;
	}
	.gcontBox {
    font-size: 13px;
	}
	.currentOpen {
		height:auto;
	}
}
