/* Advanced search */
.fl-rich-text form.advanced-search-form[name=advSearchForm] input[type=text],
.fl-rich-text form.advanced-search-form[name=advSearchForm] select.DropMenu_Categories * {
	color: black;
}

form.advanced-search-form[name=advSearchForm] select.DropMenu_Categories {
	height:45px;
}

/*Search bar menu*/
@media (min-width:1200px){
    

    .header .bott_cont div.head_bottom, .header .bott_cont div.head_bottom>.container {
	max-width:1200px;
    }

    .header .bott_cont div.head_bottom>.container {
        width:1200px;
	   text-align:center;
    }

}

@media only screen and (min-width: 1100px) and (max-width: 1400px){
    .container .nav {
        width:auto;
    }
}

@media (min-width:1000px) and (max-width:1100px){
	.container .nav {
	width:90%
	}
}

@media (min-width:768px){
    .container .form_sect {
	   width: auto;
    }


    #searchform>div.search_style>input[type=search]{
        width:300px;
    }
}

@media (min-width:1200px){
	.container .form_sect{
		margin-left:2%;
	}
}

.form_sect a.advanced-search-link>span, #searchform>div.search_style>input[type=search]{
	font-family: "Libre Baskerville", Arial, Helvetica, sans-serif !important;
}