#event-list-title{
	margin:auto;
	text-align: center;
	margin-bottom: 30px;
}
.event-list-cont{
	padding-top: 30px;
}
/* Horizontal Events */
.events-h {
	margin-top: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}
.events-h .h-item {
	background: #fff;
	width: 200px;
	max-width: 200px;
	height: 280px;
	float: left;
	margin-left: 35px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	margin-bottom: 20px;
	display: inline-table;
	white-space: normal;
}
.events-h .h-item:hover {
	cursor: pointer;
}
.events-h .h-item:hover > .h-thumb img {
	transform: scale(1.4);
	-webkit-transform: scale(1.4);
	-ms-transform: scale(1.4);
	-o-transform: scale(1.4);
	-moz-transform: scale(1.4);
	transition: all 0.4s ease-out;
	-web-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
}
.events-h .h-f {
	width: 30px;
	height: 40px;
	background: #FFBB00;
	position: relative;
	left: 148px;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	color: #fff;
	box-shadow: inset 0px 3px 10px #FF8500;
	-moz-box-shadow: inset 0px 3px 10px #FF8500;
	-webkit-box-shadow: inset 0px 3px 10px #FF8500;
	margin-bottom: -40px;
	margin-top: -0px;
	z-index: 10;
}
.events-h .title {
	font-size: 14px;
	font-family: pn-semibold;
	color: #2e363f;
	width: 100%;
	word-break: break-all;
	display: block;
	line-height: 21px;
	margin-bottom: 8px;
}
.events-h .title a {
	color: #2e363f;
	height: 70px;
	text-decoration: none;
}
.events-h .venue {
	font-size: 13px;
	font-family: pn-regular;
	width: 100%;
	height: 40px;
}
.events-h .time {
	font-family: pn-regular;
	display: block;
	border-top: 1px solid #DBDDE2;
	padding: 5px 10px;
	text-transform: uppercase;
	color: #49525c;
	font-size: 12px;
}
.events-h .h-thumb {
	height: 150px;
	opacity: 1;
	overflow: hidden;
	margin-bottom: 10px;
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;			
	margin-left: -2px;
	margin-right: -2px;
	background: #3E4B55;
	min-width: 204px;
	max-width: 204px;
	background: url(https://cdn-az.allevents.in/banners/e6fac293fe8def86c4236ec90cb2626a);
	background-size: 215%;
}

.events-h .h-thumb img {
	width: 100%;
	min-height: 150px;
	transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	-moz-transform: scale(1);
	transition: all 0.2s ease-in;
	-web-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
}
.events-h .eh-container {
	height: 285px;
	overflow: hidden;
	width: 640px;
}
.events-h .h-meta {
	height: 90px;
	padding: 0 5px;
	overflow: hidden;
	max-width: 190px;
}
.events-h .blue-label {
	margin-bottom: 0;
	border: 0;
	width: 400px;
	display: inline-block;
	margin-top: 0;
	float: left;
}
.events-h .right-np {
	height: 27px;
	line-height: 27px;
	float: right;
	margin-right: 12px;
	font-weight: bold;
}
.events-h .right-bg {
	width: 64px;
	height: 27px;
	line-height: 27px;
	float: right;
	width: 60px;
	margin-right: 1px;
}
.events-h .btn.btn-grey {
	height: 27px;
	line-height: 27px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 0;
}
.events-h .btn.btn-grey.disabled:hover {
	opacity: 0.65;
	background-color: #C1CAD3;
	color: #333333;
}
.events-h .eh-slider {
	display: inline-block;
	height: 285px;
	white-space: nowrap;
	margin: 0;
	margin-left: 7px;
	position: relative;
	list-style: none;
	-moz-transition: left 0.3s ease-in-out;
	-ms-transition: left 0.3s ease-in-out;
	-o-transition: left 0.3s ease-in-out;
	-webkit-transition: left 0.3s ease-in-out;
	transition: left 0.3s ease-in-out;
	left: 0;
	width: 5000px;
}
#event-list .inner{
	margin: auto;
	min-height: 100%;
	width: 940px;
	float: left;
}
.events-h .h-item:nth-child(4n+4) {
    margin-right: 0px;    
}
#event-list .inner .alert{
	float: left;
	width: 100%;
	max-width: 810px;
}
#event-list .loader{
	display: none;
	text-align: center;
	min-height: 300px;
	line-height: 300px;
}
.highlight-section {
    background:#62C4DE url('https://cdn-az.allevents.in/banners/46c9f485ed11cd8f8261255b4a91be18-rimg-w1200-h715-gmir.jpg') 50% center/cover !important;
    padding: 0px !important;
    border: none !important;
    position: relative !important;
    margin-bottom: 0px !important;
}
.highlight-section .container {
    min-height: 180px;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    padding: 19px;
    position: relative;
    z-index: 3;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -o-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
}
.highlight-section .main h1,.highlight-section .main h2.h1{
    color: #fff;
    text-shadow: 0px 2px 1px #333;
    margin-bottom: 20px;
	font-size: 36px;
}

.highlight-section .main .search-box input {
    margin: 0px;
    height: 30px;
    font-size: 14px;
}
.highlight-section .main .search-box .btn {
    margin-left: 10px;
    padding: 9px 14px;
    font-size: 15px;
}
.highlight-section:before {
    z-index: 2;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
.bluenavbar .container {
    display: none;
}
.bluenavbar {
    min-height: 5px;
}
.whitebar {
    display: none;
}
.tier {
    display: inline-block;
    margin-left: -12px;
    text-align: left;
    color: #fff;
}
.tier:first-child {
    margin-left: 0px;
}
.tier .control-label {
    text-shadow: 0px 2px 1px #333;
}
.tier-23{
	display: inline-block;
	margin-left: -12px;
}
.highlight-section .main .more {
    margin-top: 10px;
}
.highlight-section .main .tier-1 .cat-autoc .ui-menu-item a {
    padding: 0;
    border-bottom: 1px solid #f1f2f2;
    font-size: 13px;
    color: #333;
    cursor: pointer;
}
.highlight-section .main .tier-1 .cat-autoc .ui-menu-item:last-child a{
	border: none;
}
.highlight-section .main .tier-3 .date-autoc .ui-menu-item a {
    padding: 6px;
    border-bottom: 1px solid #f1f2f2;
    font-size: 14px;
    color: #333;
    cursor: pointer;
}
.highlight-section .main .tier-1 .cat-autoc .ui-menu-item a.ui-state-focus {
    color: #fff;
    margin: inherit;
		border: inherit;
		border-bottom: 1px solid #f1f2f2;
}
.highlight-section .main .tier-1 .cat-autoc .ui-menu-item a .ig {
    height: 22px;
    width: 22px;
}
.highlight-section .main .tier-1 .cat-autoc .ui-autocomplete-category{
	padding: 2px 10px;
	border-bottom: 1px solid #eee;
	font-size:12px;
	font-family: pn-semibold;
}
.highlight-section .main .tier-1 .cat-autoc {
    max-height: 160px;
    overflow-x: hidden;
}
.highlight-section .main .tier-1 .cat-autoc .ui-menu-item a .ig-cont {
    width: 22px;
    /*display: inline-block;*/
    max-width: 22px;
    padding-left: 7px;
    text-align: center;
    position: absolute;
	top: 2px;
	left: 5px;
}
.highlight-section .main .tier-1 .cat-autoc .ui-menu-item a .name-cont {
    width: 149px;
    padding: 5px 6px;
	position: relative;
	left: 35px;
}
.highlight-section .main .tier-1 .cat-autoc .ui-menu-item a .cont{
	position: relative;
}
.highlight-section .main .tier-1 .cat-autoc .ui-menu-item a .ig-cont .ig-w {
    display: none;
}
.highlight-section .main .tier-1 .cat-autoc .ui-menu-item a.ui-state-focus .ig-cont .ig-w {
    display: block;
}
.highlight-section .main .tier-1 .cat-autoc .ui-menu-item a.ui-state-focus .ig-cont .ig-b {
    display: none;
}
.highlight-section .main .tier-1 .cat-autoc .ui-menu-item a .ig-cont i {
    color: #21c0e8;
    font-size: 16px;
	position: relative;
	top: 4px;
}
.highlight-section .main .tier-1 .cat-autoc .ui-menu-item a.ui-state-focus .ig-cont i {
    color: #fff;
}
.highlight-section .main .tier-2 .city-autoc .ui-menu-item a.ui-state-focus {
    color: #fff;
}
.highlight-section .main .tier-2 .city-autoc .ui-menu-item a span {
    line-height: 22px;
}
.highlight-section .main .tier-2 .city-autoc {
    z-index: 1050;
    max-height: 166px;
    overflow-y: scroll;
    position: absolute;
    box-sizing: border-box;
}
.highlight-section .main .tier-2 .city-autoc .ui-menu-item a {
    padding: 6px;
    border-bottom: 1px solid #f1f2f2;
    font-size: 13px;
    color: #333;
    cursor: pointer;
}
.highlight-section .main .tier-2 .city-autoc .ui-menu-item span {
    font-size: 11px;
    float: right;
    color: #aaa;
}
.highlight-section .main .tier-2 .city-autoc .ui-menu-item a:hover,
.highlight-section .main .tier-2 .city-autoc .ui-state-focus span {
    color: #fff;
}
.highlight-section .main .tier-3 {
    vertical-align: middle;
}
.highlight-section .main .tier .control-group {
    margin-bottom: 0px;
}
.highlight-section .main .tier .input-prepend {
    margin-bottom: 0px;
}
.highlight-section .main .search-box{
	display: inline-block;
}
.highlight-section .main .tier-3 #inputDate {
    display: inline-block;		    
    color: #333;
    background: #fff;
    cursor: pointer;
    padding: 5px 10px;
    border: 1px solid #ECECEC;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
	margin-left: -1px;
	padding-left: 14px;
	font-size: 11px;
    min-height: 28px;
}
.highlight-section .main .tier-3 #inputDate i{
  	position: relative;
		top: 5px;
		left: -1px;
	}
	.highlight-section .main .tier-3 #inputDate .caret {
  position: relative;
  top: 14px;
}
.daterangepicker select.yearselect {
    width: 44%;
}
.highlight-section .main .tier input {
    height: 30px;
    font-size: 14px;
    margin: 0px;
    border-color: #ECECEC;
    box-shadow: none !important;
}
.highlight-section .main .tier label.control-label {
    display: none;
}
.highlight-section .main .tier-3 span {
    display: none;
}
/* enable absolute positioning */
.inner-addon { 
    position: relative; 
}

/* style icon */
.inner-addon i {
  position: absolute;
  padding: 10px;
  pointer-events: none;
  color: #2e363f;
  z-index: 3;
  font-size: 14px;
  min-height: 20px;
  padding-top: 12px;
}

i.icon-search.mr5 {}

/* align icon */
.left-addon i  { left:  0px;}
.right-addon i { right: 0px;}

/* add padding  */
.left-addon input  { padding-left: 30px !important; }
.right-addon input { padding-right: 30px !important; }
.highlight-section .main .tier-2 .city-autoc .ui-menu-item a[data="detect-location"] span{
    font-size:inherit;
}
.daterangepicker.dropdown-menu {		  
  /*padding: 0px;*/
  margin: 0px;
  margin-top: 1px;
  border-radius: 0px;
}
.daterangepicker.dropdown-menu .ranges{
	margin: 0px;
}
.daterangepicker.dropdown-menu .ranges li{
	border-radius: 0px;
		margin-bottom: 0px;
		background: #fff;
		border: 0px;
		border-bottom: 1px solid #f1f2f2;
		padding: 3px 7px;
		color: #333;
}
.daterangepicker.dropdown-menu .range_inputs{
	padding-top: 5px;
		padding-bottom: 5px;
}
.daterangepicker.dropdown-menu .range_inputs .daterangepicker_start_input{
	padding-left: 4px !important;
}
.daterangepicker.dropdown-menu .range_inputs .daterangepicker_end_input{
	padding-left: 6px !important;
}
.daterangepicker.dropdown-menu .range_inputs .applyBtn{
	margin-left: 5px !important;
	padding: 4px 16px !important;
	max-height: 30px !important;
	max-width: 74px !important;
}
.daterangepicker.dropdown-menu .range_inputs .btn-small{
	margin-left: 2px !important;
	padding: 4px 21px !important;
	font-size: 13px !important;
	line-height: 21px !important;
	max-height: 30px !important;
	max-width: 74px !important;
}
.daterangepicker .ranges input{
	margin-bottom: 5px;
}
.daterangepicker .ranges li.active, .daterangepicker .ranges li:hover{
	background: #00CDEF !important;
	border: 1px solid #00CDEF !important;
	color: #fff;
}


@media (max-width: 460px){
	.highlight-section .main .tier .input-prepend{
		width: 280px;
		display: block;
	}
}

@media (max-width: 524px){
	.highlight-section .main .tier .input-prepend{
		width: 100%;
		display: block;
	}
	.tier{display: block;}
	.highlight-section .main .search-box{
		width: 100%;
		margin-top: 10px;
	}
	.highlight-section .main .search-box .btn{
		width: 180px;
	}
	.tier-23{margin-left: 0;}
	.highlight-section .main .tier input{
		min-width: 300px;
		box-sizing: border-box;
		height: 40px;
		line-height: 40px;
		display: block;
		margin: auto;
	}
}


	/*res grid*/
		.events-style-resgrid {
			margin-bottom: 50px;
		}
		.events-style-resgrid .resgrid-ul{
			margin: 0;
		}
		.events-style-resgrid .resgrid-row{
			position: relative;
		}
		.events-style-resgrid .item {
			background: #fff;
			width: 22.5%;
			height: 230px;
			float: left;
			margin-left: 1.25%;
			margin-right: 1.25%;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
			overflow: hidden;
			margin-bottom: 20px;
			display: inline-block;
			white-space: normal;
			position: relative;
		    border-radius: 2px;
		    box-shadow: 0px 1px 1px rgba(221, 221, 221, 0.64);
		}
		.events-style-resgrid .item.hover {
			box-shadow: 0px 0px 0px 1px #20C0E8;
		}

		.events-style-resgrid .item.col2{
			width: 47.5%;
		}
		.events-style-resgrid .item.height2{
			height: 435px;
		}
		.events-style-resgrid .item.height2 .thumb{
			height:270px;
		}
		.events-style-resgrid .item.height2 .title{
			font-size: 200%;
		}

		.events-style-resgrid .item.col3{}


		.events-style-resgrid .item.f {
		}
		.events-style-resgrid .e-more{
			text-align: center;
			margin-bottom: -15px;
			margin-top: 10px;
		}
		.events-style-resgrid .e-more .wrap-btn{
			display: inline-block;
		    border: 5px solid #fff;
		    border-top: 0;
		    border-bottom: 0;
		}
		.events-style-resgrid .item.f:hover {
		}
		.events-style-resgrid .item:hover {
			cursor: pointer;
		}
		.events-style-resgrid .item:hover > .thumb {
			/*height: 131px;*/
			opacity: 1;
			overflow: hidden !important;
		}
		.events-style-resgrid .item:hover > .thumb img {
		}
		.events-style-resgrid .h-f {
			width: 30px;
			height: 40px;
			background: #FFBB00;
			position: absolute;
			right: 20px;
			text-align: center;
			line-height: 40px;
			font-size: 16px;
			color: #fff;
			box-shadow: inset 0px 3px 10px #FF8500;
			-moz-box-shadow: inset 0px 3px 10px #FF8500;
			-webkit-box-shadow: inset 0px 3px 10px #FF8500;
			margin-bottom: -40px;
			margin-top: -0px;
			z-index: 10;
		}
		.events-style-resgrid .title {
			font-size: 14px;
			font-family: pn-semibold;
			color: #2e363f;
			width: 100%;
			display: block;
			line-height: 21px;
		    max-height: 44px;
		    overflow: hidden;
		    text-overflow: ellipsis;
		}
		.events-style-resgrid .title a,.events-style-resgrid .title a h3 {
			color: #2e363f;
		    height: 70px;
		    text-decoration: none;
		    font-size: 16px;
		    padding: 5px 0;
		    line-height: 21px;
		    text-transform: none;
		    margin: 0;
		    display: inline;
		    font-family: pn-semibold;
		    white-space: normal;
		}
		.events-style-resgrid .venue {
			font-size: 13px;
		    font-family: pn-regular;
		    width: 100%;
		    height: 40px;
		    white-space: nowrap;
		    text-overflow: ellipsis;
		    overflow: hidden;
		    float: left;
		    color: #999999;
		}
		.events-style-resgrid .time {
			color: #888;
		}
		.events-style-resgrid .thumb {
			height: 160px;
			opacity: 1;
			overflow: hidden;
			margin-bottom: 10px;
			/*-webkit-transition: all 0.1s ease-out;
			-moz-transition: all 0.1s ease-out;
			-o-transition: all 0.1s ease-out;
			transition: all 0.1s ease-out;*/
			margin-left: -2px;
			margin-right: -2px;
			/*box-shadow: 0px 1px 2px #666, 0 0 5px #000 inset;*/
			background: #3E4B55;
			background: url(//cdn-az.allevents.in/banners/e6fac293fe8def86c4236ec90cb2626a);
			background-size: 215%;
			position: relative;
		}
		.events-style-resgrid .thumb img.lazied{
		   
		}
		.events-style-resgrid .thumb img {
			width: 100%;
			min-height: 150px;
			/*transition: all 0.1s ease-in-out;*/
		}
		.events-style-resgrid .item.hover .thumb img{
			transform: scale(1.1);
			filter: brightness(1.1);
		}

		.events-style-resgrid .thumb:after{
			background: -moz-radial-gradient(center, ellipse cover,  rgba(0,0,0,0) 30%, rgba(0,0,0,0.05) 100%);
			background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,0) 30%,rgba(0,0,0,0.05) 100%);
			background: radial-gradient(ellipse at center,  rgba(0,0,0,0) 30%,rgba(0,0,0,0.05) 100%);
		    position: absolute;
		    bottom: 0;
		    left: 0;
		    height: 100%;
		    width: 100%;
		    content: "";
		}

		.events-style-resgrid .meta2{
			font-family: pn-regular;
			padding: 10px 0;
			text-transform: uppercase;
			color: #49525c;
			font-size: 12px;
		}
		.events-style-resgrid .meta2 .price-tag{
			border: 1px solid rgba(76, 175, 80, 0.9);
			color: rgba(76, 175, 80, 0.9);
			font-family: pn-semibold;
			padding: 1px 8px;
			border-radius: 3px;
			text-shadow: 0px 0px 1px rgb(146, 87, 0);
			box-sizing: border-box;
			text-shadow: initial;
		}

		.events-style-resgrid .thumb .tag {
		    background: rgba(76, 175, 80, 0.9);
		    color: white;
		    font-family: pn-semibold;
		    padding: 1px 8px;
		    float: right;
		    border-radius: 3px;
		    margin-right: 10px;
		    text-shadow: 0px 0px 1px rgb(146, 87, 0);
		    box-sizing: border-box;
		    margin-top: 15px;
		    text-shadow: initial;
		}
		.events-style-resgrid .item .meta {
			padding: 10px 10px 0;
		    overflow: hidden;
		    position: absolute;
		    bottom: 0;
		    background: white;
		    width: 100%;
		    box-sizing: border-box;
		    border: 1px inset rgba(0, 0, 0, 0.1);
		}
		.events-style-resgrid .head-label{
			text-align: center;
			margin-bottom: 40px;
			padding: 0 10px;
		}
		.events-style-resgrid .head-label .link{
			display: inline-block;
		}

		@media (min-width: 1200px) {
			.popular-org .org-list .org-item{
				width: 23%;
			}
			.events-style-resgrid .item{
				margin-bottom: 30px;
			}
			ul.datemenu a.dir{
				padding: 2px 9px 5px 9px !important;
			}
		}


		/*resgrid variations*/
		.events-style-resgrid .item.col4{
			margin-left: 1.25%;
			width: 22.5%;
		}


		.events-style-resgrid .item.col3{
			width: 30.83%;
		}
		@media (max-width: 979px){
			.events-style-resgrid .item{
				width: 30.83%;
			}
			.bluenavbar{
				display: none;
			}
			.non-overlay{
				margin-top: 55px;
			}
			.whitebar {display: none;}
		}

		.events-style-resgrid .item.col2{
			width: 47.5%;
		}
		.events-style-resgrid .item.col1{
			width: 100%;
		}

		@media (max-width: 767px){
			.events-style-resgrid .item{
				width: 47.5%;
				margin-bottom: 10px;
			}
			.blog-section{
				padding-left: 15px;
				padding-right: 15px;
			}
			.event-style-top .item{
				width: 300px;
			}
			.popular-org .org-list .org-item{
				width: 47%;
			}
			.fold .side-box-time{text-align: center !important;}
			.fold .nearby-cities{text-align: center !important;}
		}


		@media (max-width: 460px){
			.events-style-resgrid .item{
			    width: 100%;
			    height: auto;
			    margin: 0;
			    margin-bottom: -1px;
			    vertical-align: top;
			    border-top: 1px solid #ddd;
			    border-bottom: 1px solid #ddd;
			    border-radius: 0;

			}

			.events-style-resgrid .thumb{
				width: 25%;
			    display: inline-block;
			    height: auto;
			    margin: 0;
			    top: 0;
			    margin-top: 0;
			    min-height: 80px;
			    overflow: visible;
			}
			.events-style-resgrid .item .meta{
				width: 75%;
			    display: inline-block;
			    padding: 10px;
			    top: 0;
			    height: 100%;
			    border: 0;
			}
			.events-style-resgrid .thumb img{
				min-height: inherit;
			}
			.events-style-resgrid .tag-row{
				display: none;
			}
			.events-style-resgrid .h-f{
				transform: scale(0.6);
			    left: 0;
			    margin-top: -10px;
			}
			.nearby-block.is-evangelist [class*="span"]{
				margin-left: auto;
			}
			.advt-text{
				text-align: center;
			}
			.popular-org .org-list .org-item{
				width: 100%;
			}
			.events-style-resgrid .e-more .btn{
				margin-top: 15px;
		   		padding: 8px 20px;
			}
		    .events-style-resgrid .venue {
		        display: none;
		    }
		    .events-style-resgrid .meta2{
		        
		    }
		}