.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

a{
	color:#da3c18 !important;	
}
.bg-dark{
	background:#da3c18!important;
}
.nav-link{
	padding:10px 40px !important;
	margin-top:5px;
	background:#fff;
	color:#747474  !important;
	font-weight:600;
	border-right:1px solid #3c60a9;
}
.nav-link:hover{
	opacity:.8;
}
.navbar-nav .nav-item:first-child .nav-link{
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius:0px;
}
.navbar-nav .nav-item:last-child .nav-link{
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

.topMar{
	margin-top:60px;
}
.topMar40{
	margin-top:40px;
}
.navbar-brand{
	color:#fff !important;
	font-size:28px;
}
.titleHeading{
	color:#484848;
	font-size:32px;
}
.card-header{
	color:#4267b2;
	font-size:18px;
}
.breadcrumb {
	font-size:18px;
	border-top:1px solid #391904;
}
.breadcrumb-item a{
	color:#da3c18;	
}
.breadcrumb-item.active{
	color:#391904;	
}

.card.h-100.borderB a{
		border-bottom:7px solid #da3c18;
}
.breadcrumb.borderB{
	border-radius:0px;
}
.borderB{
		border-bottom:7px solid #da3c18;
}
.borderT{
	border-top:4px solid #391904;
	border-radius:0px;
}
.borderT img{
	border-radius:0px;
}
.impTXT{
	color:#da3c18;
	font-size:32px;
}
.btn.btn-secondary{
	border-radius:0px;
	background:#da3c18;
	color:#fff !important;
	font-weight:bold
}

.connect2 {
    float: right;
    height: auto;
	margin-top:-20px;
}
.connect2 a{
	float:right;
	margin-left:5px;
}
.index_link{ 
	background:url(../images/smo.png) -5px 0px no-repeat;width:40px; height:45px ;float:left;  margin-right:1px;}
.index_twit{ 
	background:url(../images/smo.png) -45px 0px no-repeat;  width:40px; height:45px ;float:left;  margin-right:1px;}
.index_gp{ 
	background:url(../images/smo.png) -85px 0px no-repeat; width:40px; height:45px ;float:left;  margin-right:1px;}
.index_fb{ 
	background:url(../images/smo.png) -125px 0px no-repeat;width:40px; height:45px ;float:left; margin-right:1px;}
.index_yt{ 
	background:url(../images/smo.png) -165px 0px no-repeat;width:40px; height:45px ;float:left;}
.index_link:hover{
	background:url(../images/smo-hr.png) -5px 0px no-repeat}
.index_twit:hover{
	background:url(../images/smo-hr.png) -45px 0px no-repeat;}
.index_gp:hover{
	background:url(../images/smo-hr.png) -85px 0px no-repeat;}
.index_fb:hover{
	background:url(../images/smo-hr.png) -125px 0px no-repeat;}
.index_yt:hover{
	background:url(../images/smo-hr.png) -165px 0px no-repeat;}
	
.mapBorder{
	border:solid 5px #acacac;
	border-radius:3px;
	width:100%;
}	
.marB40{
	margin-bottom:120px;	
}