/*ug code*/
.secondary-banner-section {
	height: 650px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0px 150px;
	/*transition: all linear 300ms*/
}
.transition {
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	transition: all 500ms ease;
}
span.header {
	color: #000;
	text-transform: uppercase;
	padding: 5px 45px;
	display: block;
	font-size: 20px;
}
.firstone {
	background: #092A3B;
}
.hidden{
	display: none;
}
.home .explore-section .event-holder,
.animated {
	visibility: hidden;
	-webkit-animation-duration: 300ms;
	-moz-animation-duration: 300ms;
}
.littlesticky {
	position: fixed; 
	top: 80px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.page-content-block p:last-child {
	margin-bottom: 0;
}
h3.lh {
	line-height: 1.4;
}
.taxonomy-lists {
	width: 85%;
}
.page-content-block:last-child {
	margin-bottom: 0;
}
.select-wrapper select {
	font-size: 11px;
	height: 30px;
}
.archive .hentry {
	margin: 0;
}
.ui-datepicker-today,
.ui-datepicker-current-day {
	background: #b93c3b !important;
}
#primary-menu > li:hover:before,
ul#primary-menu  > li.current-menu-item:before {
    border-bottom: 3px solid #b93c3b;
    bottom:-2px;
    content: "";
    display: block;
    position: absolute;
    width: 100%;
}
/*@media only screen and (max-width:767px){
	a.add-in-event{
		display: none !important;
		margin: 0 !important;
	}
	.event-downtown-section .socials-widget {
	    display: none;
	}
	.explore-section .event-holder, .animated,
	.home .explore-section .event-holder, .animated{
		visibility: visible!important;
	}
}*/
/*
* # added on 29th sept 2015 to clear the left block on directory category archive page
*/
.tax-directory_category .col-sm-6:nth-child(odd){
	clear: left;
}