.ui-autocomplete-loading { /*background: transparent url('template/img/ui-anim_basic_16x16.gif') right center no-repeat;*/ }
.ui-widget{font-size: 13px;}

.search-input{ display:inline; width: 650px; height: 25px; font-size:17px; font-weight:bold; padding-left: 5px;}
.search-submit{ display:inline; width: 110px; height: 29px; margin-left:-4px; top: 0px;}
.search-avanced{clear:right; float: right; margin-right: 70px; margin-top: -1px;}
.search-avanced p{ display:inline; margin: 0px 5px 0px 5px; font-size: 10px;}

#menu, #footer {align-text: center; font-size: 18px; margin: 10px;}
#menu ul, #footer ul {
	display:inline;   
	list-style:none;  
	padding:0;
}
#menu li, #footer li {  
	display:inline;          
	padding:0 10px;
}
#header {margin-bottom: 15px;}

body
{
	font-family : Georgia, Verdana, sans-serif;
}

h1,h2,h3,h4,h5,h6
{
	font-family: Arial, sans-serif;
}

a, a:link, a:visited, a:active, a:hover, .ui-state-default a:hover,
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, .ui-state-default a:active{
	color: #004276;
	text-decoration: none;
}

.autocomplete-found{font-weight: bold;}


#lang-drop{
	transition: all 0.3s ease;
	margin-top:-2px;
	margin-left:30px;
}

#lang-drop .dropdown-menu li a,
.lang-selector{
	background-color: transparent;
	border:2px solid #fff;
	width:30px;
	height:30px;
	border-radius:50%;
	/*margin-left:20px;*/
	color:#fff;
	text-transform: uppercase;
	text-align:center;
	display:block;
	line-height:25px;
	padding:0;
	transition: all 0.3s ease;
	overflow:hidden;
	font-size:12px;
}
#lang-drop .dropdown-menu li a:hover,
.lang-selector:hover{
	background-color: #fff;
	color:#000;
}
#lang-drop .dropdown-menu li{
	padding:0;
	margin:0;
}			
#lang-drop .dropdown-menu li a{
	margin-bottom:5px;
}
#lang-drop .dropdown-menu{
	background: transparent;
	box-shadow:none;
	border:none;
}

@media (max-width:640px){
	#lang-drop .dropdown-menu li a,
	.lang-selector{
		border-color: #333333;
		color: #333333;
	}
	#lang-drop .dropdown-menu li a:hover,
	.lang-selector:hover{
		border-color: #aa272f;
		background-color: #aa272f;
		color: white;
	}
}

.stdhome {
  font-weight: normal;
  color: white;
  font-size: 14px;
  text-align: center;
  letter-spacing: 2px;
  font-family: 'ubuntu',sans-serif;
  font-weight: 500;
}

.stdhome2 {
	font-weight: normal;
	color: white;
	font-size: 14px;
	text-align: justify;
	letter-spacing: 2px;
	font-family: 'ubuntu',sans-serif;
	font-weight: 400;
}


#olfa-infos {
	/*background-color: rgba(255,255,255,0.2); */
	background-color: #aa272f;
	border: 2px solid rgba(255, 255, 255, 0.15);
	padding: 20px 20px 20px 20px;
	font-weight: normal;
	color: white;
	border-radius: 15px;
	width: 100%;
	font-size: 14px;
	transition: all 0.3s ease;
	display: block;
	margin-top: 20px;
	text-align: center;
	letter-spacing: 2px;
	font-family: 'ubuntu', sans-serif;
	font-weight: 500;
}
