ul{
	padding:0px;
	list-style:none;}

.eventList { float:right; position:relative; margin-bottom:10px; margin-right:10px; }
.eventList ul { display:none; }
.eventList .eventName { border:1px solid #e8e8e8; width:230px; display:block; padding:8px 10px; float:left; }
.eventList h3 { float:left; font-size:16px; margin-right:10px; display: inline-block;vertical-align: middle; line-height:0px}
.eventList a { color:#484848; }
.eventList ul { clear:both; float:right; width:230px; background: #f2f2f2; border:1px solid #dddddd; position:absolute; z-index:5; right:0; top:34px; }

.eventList ul li a { display:block; padding:6px 10px; }
.eventList ul li a:hover { background:hsl(0, 0%, 80%) none repeat scroll 0 0  }
.eventArrow { background:url(../../20170414Ishari/images/eventArrow.jpg) no-repeat; display:inline-block; width:8px; height:7px; float:right; margin-top:5px; }

.eventListDetails { clear:both; padding-left:1.5% }
.eventListDetails ul li { float:left; margin-bottom:5px; width:32.1%; margin-right:1.2%; margin-bottom:1%; position:relative; border: 5px solid #DFDFFF;border-radius: 5px;}
.eventListDetails .thirdList { margin-right:0; }

.eventListDetails ul li img { max-width:100%;}

.eventListDetails .eventInnerBox {  background: #F1F1F1 none repeat scroll 0 0;
    left: 0;
    padding: 20px;
    top: 0;
	    height: auto;
    min-height: 137px;
    width: 100%;
    z-index: 2; 
	/*height:170px;*/
	overflow:hidden;

	}

.eventInnerBox h5{
		font-family: 'Georgia', serif !important;	
	}

.eventListDetails .eventInnerBox h3 { 
		padding: 0px;
    margin: 0px;
    font-size: 18px;
    color: #000000;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    line-height: 25px;
		
}
.eventListDetails .eventInnerBox .readMore { padding:8px 20px; border:1px solid #fff; display:inline-block; color:#fff; border-radius:50px;display:none }
.eventListDetails .eventInnerBox .readMore:hover { background:#1ba3d3; border:1px solid #1ba3d3; transition-property:background; transition-duration:.5s;}


/*Media Queries*/
@media (max-width: 320px) { 
	.eventListDetails ul li { width: 100%; }
	.eventListDetails{ padding-left:0px}
	.eventListDetails ul li img { width:100%; }
	
}

@media (min-width: 320px) and (max-width: 454px){ 
	.eventListDetails ul li { width: 100%; }
	.eventListDetails{ padding-left:0px}
	.eventListDetails ul li img { width:100%;}
	
	
}

@media (min-width: 455px) and (max-width: 767px) {
	.eventListDetails ul li { width: 100%; }
	.eventListDetails ul li img { width:100%;}
}

@media (min-width: 768px) and (max-width: 992px){
	.eventListDetails ul li { width: 31.45%; }
}


/*Media Queries*/
.fullContent { padding:30px 0; }
.gallery { clear:both; }
.galleryNav { margin-bottom:10px; float:left; }
.galleryNav ul li { float:left; margin-right:5px; position:relative;  }
.galleryNav ul li a { padding:5px 15px; display:block; color:#545454; font-family: 'NotoSerif_Regular', Arial, Helvetica, sans-serif; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; background:#e5e5e5; }
.galleryNav ul li a:hover { background:#a7b85a; color:#fff;  }
.galleryNav ul li a:hover::after{ border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 5px solid #a7b85a; content: " "; height: 0; left: 44%; position: absolute; right: 0; width: 0; z-index:9 ; top:27px; }
.galleryNav ul li a.active { background:#00a6e7; color:#fff; }
.galleryNav ul li a.active::after{ border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 5px solid #00a6e7; content: " "; height: 0; left: 44%; position: absolute; right: 0; width: 0; z-index:9 ; top:27px; }

.eventContainer { clear: both; padding-bottom: 30px; overflow: hidden; }
.msg{ color:rgb(91,192,222)}

#bordernone table {
	border:none;
    border-collapse: separate;
    border-spacing: 0;
	}

#bordernone table tr td{border:none;
    border:none;
    border-collapse: separate;
    border-spacing: 0;
}

#bordernone table tr, #bordernone table td
{
	border:0;
	
}


