/* 
	Required Styles
*/
#aToolTip {
	position: absolute;
	display: none;
	z-index: 50000;
	
}

	#aToolTip .aToolTipContent {
		position:relative;
		margin:0;
		padding:0;
		
	}
/* 
	END: Required Styles
*/
/**
	Default Theme
*/
.defaultTheme {
	color:#000;
	margin:0;
	/*padding:6px 12px;*/
	font-weight:bold;
	font-size:24px;
	text-transform: uppercase;
	 
}
	
	.defaultTheme #aToolTipCloseBtn {
		display:block;
		height:18px;
		/*width:18px;*/
		background:url(../images/closeBtn.png) no-repeat;
		text-indent:-9999px;
		outline:none;
		/*position:absolute;*/
		/*top:-20px;
		right:-30px;*/
		margin:2px;
		padding:4px;
	}



.defaultTheme {
	color:#fff;
	margin:0;
	/*padding:6px 12px;*/
	font-weight:bold;
	font-size:22px;
	text-transform: uppercase;
	line-height:8px;
background:rgba(0,0,0,0.5);
padding:10px;
 
}


.home_pic{ width:100%;  height:auto; margin-bottom:14px;}

.home_col{  width:20%; float:left; padding:0 7px;}
.home_main_wrapper{width:95%; margin:35px auto;}


@media only screen and (max-width : 768px) {
	
.home_col{  width:100%;}
.news-fieldarea {
    height: 220px !important;
}

.ehover13 .overlay {
	opacity: 1 !important;
	-webkit-transform: none !important;
	-ms-transform: none !important;
	transform: none !important;

}

.ehover13 h2{background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0 !important;
    font-size: 15px;}
	


.ehover13 .overlay, .ehover13 button {
    transition: none 0s ease 0s !important ;
}	

.ehover13 button, .ehover13 h2 {
    opacity: 1 !important ;
}

.ehover13 h2 {
    background-color: transparent;
    transform: none !important;
    transition: none 0s ease 0s !important;
}

.thumbnail{ padding: 0 !important;}

.ehover13 .overlay {
    border-bottom: none !important;
    border-top: none !important;
    height: 72%;
	left:0 !important;
    top: 0 !important;
    transform: none;
    transition: none;
    width: 100% !important;
}


	
}
















