body{
margin:0;
padding:0;
 font-family:'Didact Gothic';
 }
 .bx-item{
width:30%;
margin-left:1%;
margin-right:1%;
min-height:10px;

float:left;

}
.bx-img{
margin:auto;
}
font-face {
    font-family: 'Didact Gothic';
        src: url('/assets/fonts/didact-gothic/4e262e7a846d97a38c8cbb30091e6ab1/cf5117a628442430319eed60e1efdb30/DidactGothicMedium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
      }

.sitemap{
	color:white;
	text-decoration:none;

}
.sitemap:link{
	color:white;
}
.sitemap:hover{
	color:#666;
}

.sitemap2{
	color:#FFFFFF;
	text-decoration:none;

}
.sitemap2:link{
	color:white;
}
.sitemap2:hover{
	;
}

.catHome{
	position:absolute; 
	z-index:999;
	width:100%;	
	height:40px;font-size:18px;text-transform:uppercase; 
	color:#ffffff;
	bottom:0px;
	
}
.bx-img:hover .catHome {
	height:200px;
    -webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
	
}
.explore{
	visibility:hidden;
	font-size:10px;
	color:red;
	width:100%;
	height:20px;
	z-index:999999;
}
.bx-img:hover .explore {
	visibility:visible;
    -webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
	
}

.style25 {
	list-style-type:square;
	color:#039;
	font-size:18px;
     font-family: 'Didact Gothic';
	
}
.style100{
color:#333333;
font-family: 'Didact Gothic';

}
.style100:hover {
	
	color:#0066FF;
	

}
