* {
	margin: 0;
	padding: 0;
	text-decoration: none;
}

body {
margin: 0;
font-family:system-ui,-apple-system,Arial,Helvetica,sans-serif;
font-size:1.2em;
/*background-color:#fff;*/
/*background:url(bg-body-index.jpg) no-repeat;background-size:cover;width:100%;height:100%;top:0;left:0;position:fixed*/
}
/*	ENGINE INDEX
	----------------------------------------------------- */

#engines {
	width: 700px;
	height: 100%;
	position: absolute;
	left: 50%;
	bottom: 50%;
	margin: 0 0 110px -350px;
}

#engines a {
	display: block;
	width: 225px;
	height: 80px;
	cursor: pointer;
	opacity: 0.0;
	position: absolute;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#engines a img {
	display: block;
	height: 100%;
	width: 100%;
}



/* 	SEARCH BOX
	----------------------------------------------------- */

#box {
	background:#ecf2f8; opacity:0.6;left top repeat-x;/*#ecf2f8;*/
    border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	padding: 5px 5px;
	position: relative;

}

#input {
	background-color:rgba(255,255,255,0.5);
	padding: 1px;
}

#input input {
	outline: 0;
	border: 1px solid gray; /*#dae2e9;*/
	background:#fff;url(field.png) left top repeat-x;
	-webkit-appearance: textfield;
	font-size: 2.0em;
  font-family:system-ui,-apple-system,'HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 300;
	color: #363d42;
	max-width: 500px; /*width: 343px;*/
	padding: 6px 35px 6px 35px;
}

#input input:focus {
	border-color: #cdd6de;
    box-shadow: 0 0 20px transparent;
	-webkit-box-shadow: 0 0 20px transparent;
	-moz-box-shadow: 0 0 20px transparent;
}

#input input:invalid {
  border: 0;
}

#input input:valid {
border: 1px solid green;
border-radius: 8px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
}

#lang {
	position: absolute;
	right: 49px;
	top: 39px;
	font-size: 13px;
	font-weight: bold;
	padding: 3px 5px;
    border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: #b7c2cf;
	cursor: pointer;
}

#lang:hover {
	background-color: #b7c2cf;
	color:#fff;
}

#lang:active {
	background-color: #939fad;
}

#method {
	text-align: center;
	margin-top: 30px;
}

#method a {
	padding: 3px 6px;
	margin: 0 2px;
	cursor: pointer;
	color: #000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#method a.active,
#method a:hover {
	background-color: #b7c2cf;
	color:#000;
}

#method a:active {
	background-color: #939fad;
}



/* 	INFO BOX
	----------------------------------------------------- */

#info {
	position: absolute;
	right: 10px;
	bottom: 10px;
}

#toggleInfo {
	position: absolute;
	right: 0;
	bottom: 0;
background: url(logo.png);
	/*background: url(info.png);
	width: 16px;
	height: 16px;*/
    width: 30px;
	height: 30px;
	color: rgba(0,0,0,0);
	cursor: pointer;
}

#toggleInfo:hover {
	opacity: 0.7;
}

#toggleInfo:active {
	opacity: 1;
}

#infoBox {
	display: none;
	position: absolute;
	right: 13px;
	bottom: 13px;
	background: #ecf2f8  left top repeat-x;
	-webkit-border-radius: 8px;
    border-radius: 8px;
	padding: 10px 20px;/*10 20 */
	width: 300px;
	font-size:0.8em;
	line-height: 16px;
	color: #363d42;
	-webkit-box-shadow: 0 0 20px white;
}

#infoBox h2 {
	font: 19px Helvetica, Arial, sans-serif;
	font-weight: 300;
	margin: 3px 0 10px 0;
	color: #939fad;
}

#infoBox strong {
	font-family:system-ui,-apple-system;
}

#infoBox p {
	margin: 5px 0;
}

#infoBox .source {
    background-color: yellow;
    padding:2px;
	color:#363d42;
    font-size:0.9em;
}

#infoBox .source a:link {
	color: #74889e;
	}

#infoBox .source a:visited {
	color: #74889e;
	}
#infoBox .source a:hover {
	color: #006600;
    font-style:bold;
}
#infoBox .source a:active {
	color: #006600;
    font-style:bold;
}
#infoBox hr {
	margin: 10px -20px;
	border: 0;
	border-top: solid 1px #d6e0ea;
	border-bottom: 1px solid white;
}

#infoBox #corner {
	position: absolute;
	/*background: url(info_corner.png);
	height: 24px;
	width: 24px;*/
    height: 15px;
	width: 15px;
    background:url(logo.png);
	right: -13px;
	bottom: -13px;
}



/* 	SEARCH SUGGESTIONS
	----------------------------------------------------- */

#sugs {
	display: none;
	position: absolute;
	background: rgba(255,255,255,0.8);
	border: 1px solid #dae2e9;
	border-top: 0;
	left: 41px;
	top: 68px;
	right: 41px;
	list-style: none;
	padding: 3px 0;
	font-size: 11px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}

#sugs li a {
	display: block;
	padding: 3px 8px;
	color: #74889e;
}

#sugs li a {
	display: block;
	padding: 3px 8px;
	color: #74889e;
}

#sugs li.active a {
	background-color: #b7c2cf;
	color: white;
}

#sugs li a:active {
	background-color: #939fad;
}
