	/* search formatting*/
	
	#searchdiv2
	
	{
		display:none;
	}
	
	
	.searchbutton
	{
		position: absolute;
    top: 30px;
    right: 10px;
 z-index:10000;
	}
	
	.searchbutton a
	
	
	{
		    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border: 0;
    display: inline-block;
    font-size: 1em;
    height: 2em;
    left: 0;
    line-height: 1em;
    text-align: center;
    text-decoration: none;
    top: 0;
    border-radius: 50%;
    width: 2em;
		top:0;
	     background:#4b2e91;
 padding:0.5em;
border-radius:50%;
    color: #ffffff;
	}
	
	
	.searchbutton a:hover
	
	
	{
	   background:#d59c4e;
    
	}
	

	
	
	
	.search
	
	{
	
	position:absolute;
	top:1em;
		z-index:10000;
		background:#009bdb;
		padding:1em;
		right:0;
	
	}
	
	
	
	.searchresults a
	
	{
		text-decoration:none;
		display:block;
		padding:0.1em;
	}
	
	.searchresults a:hover
	
	{
	background: #d59c4e;
	
color:#ffffff;

	}
	

.ui-autocomplete-category {
		font-weight: bold;
		padding: .2em .4em;
		margin: .8em 0 .2em;
		line-height: 1.5;
		background: #F0EDE8;
	}
	

.ui-widget {
   	font-family: 'Merriweather Sans', sans-serif !important;
    font-size: 1em;
font-weight:400 !important;
	z-index:10000 !important;
}


.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
background: #d59c4e; 

    color: #ffffff;
font-weight:400 !important;
	color: #ffffff !important;
}


.search input
{
	max-width:500px;
	width:400px;
}


.search a

{
	color:#ffffff;
	margin-left:10px;
}



	
	@media screen and (max-width: 737px) {
		
	.search
	
	{
		width:100%;
		text-align:center;
		top:5.5em;
		
	}
	
	.searchbutton
	{
		position: absolute;
    bottom: 25px;
    right: 100px;
	
 
	}
	
	
	.search input
{

	width:100%;
}

	
	
		
		
	}
	

