#events {
	padding: 4.5rem 0 2.5rem;
}
#events h1 {
	color: #002A8B;
	font-size: 2.5rem;
	font-weight: bold;
	margin-bottom: 1rem;
}
.events-search {
	padding: 0 0.75rem;
	margin-bottom: 50px;
}
.events-search .frw-es-inputs div {
	display: inline-block;
	/*width: 130px;*/
	vertical-align: top;
	margin-right: 10px;
}
.events-search input {
	max-width: 100%;
}
.events-result strong {
	color: #002A8B;
	display: block;
	font-size: 1rem;
	line-height: 1.2rem;
}
.events-result h2 {
	font-size: 1rem;
	line-height: 1.2rem;
	color: #002A8B;
	margin-bottom: 10px;
}
.events-result img {
	display: block;
	margin-bottom: 10px;
}
.events-info-address,
.events-info-date {
	color: #002A8B;
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 5px;
}
.events-info-descr {
	font-size: 1rem;
	line-height: 1.2rem;
	color: #000b26;
	margin-bottom: 5px;
}


/* UI */
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	background: #fff;
	z-index: 9;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}


#events-month, #events-year{
	font-size: 24px;
	padding: 8px 36px 8px 16px;
	cursor: pointer;
	color: #002A8B;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;

	background-image: url('../img/arr_down.png');
	background-repeat: no-repeat;
	background-size: 16px;
	background-position: 95% 50%;
	background-color: #f0f0f0;
	border: none;
	border-radius: 0;
	width: 167px;
	font-weight: 300;
}

.frw-es-inputs label {
	color: #002A8B;
	font-weight: bold;
	display: block;
}

#events-search{
	font-size: 24px;
	padding: 8px 36px 8px 16px;
	color: #002A8B;
	background-color: #f0f0f0;
	border: none;
	width: 167px;
	position: relative;
}
.search_wrapper{
	position: relative;
}
.search_icon{
	position: absolute;
	right: 8px;
	bottom: 10px;
}
.empty-result {
	color: #002A8B;
	text-align: center;
}