	input::-ms-clear {
		display: none;
	}	
	#annonce {font-family: 'Merriweather Sans', sans-serif;color:#276989;font-style:italic;opacity:0;text-align:center;margin:auto;padding:0px 50px;text-shadow: 2px 3px 4px #FFF;}
	html {width:100%;height:100%;background-image:url(bg.jpg);background-size: 100% 100%;overflow:hidden;}
	body {
		height: 100%;
		padding: 0;
		margin: 0;
		color:white;overflow:hidden;
	}
	.flex {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
	#content {
		position:relative;  
		margin:auto;
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;overflow:hidden;
	}
	#google-input, #google-input:focus:hover {margin:auto;outline:none; font-weight:bold; letter-spacing:.2em; font-size:80%; font-family:arial,sans-serif; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); padding:5px;border:1px solid rgb(185,185,185);width:70%;height:10%;background:white url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAACrElEQVR42u2Xz2sTQRSAX8VSb1K8iNqKooJH2Ux6Ksn+iPQqxZMIehJB0do/IMhmQWsvHr2KSEGk0tSLIoWIYNUKij20F2/N7iaUZnYT0kYzzhMKs0HDJiTdLcwHDwKZSd63781LBiQSSW9JZdkhzfKm1Rz9mjZp/W9YdEU3vXv4HsQZ40FtNG36q5rls//Ej4tmbSS2T15Mvp3ExOPmEMQNbBtMMEyoljcFcQN7PqyAlqNfIG7gYQ0tYNIaxA1MrJPY3wImbUqBKAXSFv0tBSIVMOkvKRDtGKWN/T6FdqRAxFNoWwpEPIXqUqBT6ALU/UVgu8GW4GD3f6f9TRDYNJTDrk7YbtiqUumHwIYoUJuHERDAS0r4CvgFECgbY+cFAR7KT+g1POmCKFDNw6WggHc3fBtVb4CAoyauBgXIG+g1Xh5mRAGah6cggBd11fK/h7lOprIs0H6uRl6KAo5O7kOv4QmPiwJ4Jqqv4FiwCtXjvD2+tRmfK6kZ/ygI2HritK0rDVGgrClJ6DWMwYC/AGuCBMYcIC2V0CzvjmbRz3j3xUjn6CfeYreUJ2wQkGD75INPX1mFfsEFrrcIYCvdhC4paWQakxajpJMr0C9YFg54i7AsClRmh9/xnr0NHcInzZStk2aLwAcGMAD9pPIazvFKVDD5rdnhJeHLX5RTyRPQHpz5o66emMc9wdlPtvA8wF7Aq2BUHh1525qEo5JtR1WeOXpickO9cJIpyuD6xJmhYiZ5ytWSl3mlnuOaf+2zDaLDXmJrSgZ/MYVEugo+gSh+FkSBa4yd5Ul87DZ5XpFl/AyIEjzYjkau8WqshU2cr13HPbgX4gJOD97n465GZlyVvC9mSKloKI2iTnbwNT+gBX54H+IaXAtxJzE3ycSAFqSAFJACUkAikXD+AHj5/wx2o5osAAAAAElFTkSuQmCC) no-repeat right}
	@-webkit-keyframes myfirst
	{
		0% {text-shadow: 0px 0px 3px #1F607E;}
		50% {text-shadow : 0px 0px 7px #1F607E;}
		100% {text-shadow : 0px 0px 3px #1F607E;}
	}

	@-moz-keyframes myfirst
	{
		0% {text-shadow: 0px 0px 3px #1F607E;}
		50% {text-shadow : 0px 0px 7px #1F607E;}
		100% {text-shadow : 0px 0px 3px #1F607E;}
	}
	@keyframes myfirst
	{
		0% {text-shadow: 0px 0px 3px #1F607E;}
		50% {text-shadow : 0px 0px 7px #1F607E;}
		100% {text-shadow : 0px 0px 3px #1F607E;}
	}

	textarea:focus, input:focus {
		outline: none;
	}	
	
	#toper-cntr {flex:1 100%;height:25%;font-size:150%;color:white;		font-family: 'Merriweather Sans', sans-serif;
		text-shadow: 0px 0px 3px #1F607E;
		-webkit-animation: myfirst 2s infinite;
		-moz-animation: myfirst 2s infinite;
		animation: myfirst 2s infinite;	
	}
	#picture-cntr {flex:1 40%;overflow:hidden;height:75%;}
	#picture-cntr img {margin:auto;margin-top:10%}
	
	#picture-cntr img {
		border-radius:20px;
	    box-shadow: 0 4px 8px 0 rgba(255, 255, 255, 0.5), 0 6px 20px 0 rgba(255, 255, 255, 0.3); 
	}
	#toper-cntr > div {
		background: -webkit-radial-gradient(at 50% 53%, #00FFFF 0%, rgba(0, 0, 255, 0) 55%, rgba(255,255,255,0) 95%);
		background: -o-radial-gradient(at 50% 53%, #00FFFF 0%, rgba(0, 0, 255, 0) 55%, rgba(255,255,255,0) 95%);
		background: -moz-radial-gradient(at 50% 53%, #00FFFF 0%, rgba(0, 0, 255, 0) 55%, rgba(255,255,255,0) 95%);
		background: radial-gradient(at 50% 53%, #00FFFF 0%, rgba(0, 0, 255, 0) 55%, rgba(255,255,255,0) 95%);	
	}
	
	#text-cntr {flex:1 60%;overflow:hidden;height:75%;margin-top:5%}
	#text-cntr .text.first {margin-top:5%;}
	#text-cntr .text {font-size:60%;}
	#discuss-cntr, #getRated-cntr, #buildTeam-cntr {flex:1 100%;height:75%;flex-direction:column;}
	.discuss-item {width:40%;height:20%;margin:1% auto;background:white;position:relative;color:black;font-size:40%;font-family: 'Droid Sans', sans-serif;opacity:0;}
	.discuss-item:nth-child(odd) {margin-left:41%} 
	.discuss-item:nth-child(even) {margin-left:21%}
	.discuss-item-circle {border-radius:50%;background:white;}
	.discuss-item-circle-cntr {overflow:hidden;position:absolute;height:100%;z-index:-1}
	.discuss-item .img {position:absolute;border-radius:50%;}
	#getRated-cntr {flex-direction:column;}
	#getRated-cntr #graph-cntr {margin:auto;width:60%;height:60%;justify-content:center;align-items:center;position:static;
		background: -webkit-radial-gradient(#FFF 0%, rgba(255, 255, 255, 0.4) 75%, rgba(255, 255,255, 0) 70%, rgba(255,255,255,0) 90%);
		background: -o-radial-gradient(#FFF 0%, rgba(255, 255, 255, 0.4) 75%, rgba(255, 255,255, 0) 70%, rgba(255,255,255,0) 90%);
		background: -moz-radial-gradient(#FFF 0%, rgba(255, 255, 255, 0.4) 75%, rgba(255, 255,255, 0) 70%, rgba(255,255,255,0) 90%);
		background: radial-gradient(#FFF 0%, rgba(255, 255, 255, 0.4) 55%, rgba(255, 255,255, 0) 70%, rgba(255,255,255,0) 90%);	
	}
	#getRated-cntr #tip-cntr {height:20%;flex-direction:row;justify-content:center;font-size:25%;background:rgba(255,255,255,0.7);padding:1% 4% 0%;margin:auto;margin-top:0}
	#getRated-cntr #tip-cntr .item-cntr {flex-direction:column;margin:3%}
	#getRated-cntr #tip-cntr .item-cntr .img {align-self:center;height:60%;width:100%;background-repeat:no-repeat;background-position:center;background-size:contain}
	#getRated-cntr #circle-cover {position:relative;}
	#getRated-cntr #circle-cover > div {position:absolute;overflow:hidden;}
	#getRated-cntr #circle-cover > div > div {border-radius:50%;}
	#getRated-cntr #circle-cover > div#tr-cntr {right:0}
	#getRated-cntr #circle-cover > div#br-cntr {left:50%;top:50%}
	#getRated-cntr #circle-cover > div#bl-cntr {top:50%}
	#getRated-cntr canvas {position:absolute;}
	#buildTeam-cntr {height:70%}
	#from-cntr, #workTeam-cntr {flex:1 100%;height:50%;flex-direction:row;overflow:hidden;}
	#from-cnt, #workTeam-cnt {justify-content:space-around;}
	#workTeam-cntr {background:rgba(255,255,255,0.5);position:relative;}
	#workTeam-cntr #tip {position:absolute; top:0; left:0;padding:1%;padding-top:0;font-size:70%;font-style:italic;font-family: 'Contrail One', cursive;color:#2B7695;}
	#buildTeam-cntr .card {flex-direction:row;font-size:60%;font-family: 'Fjalla One', sans-serif;} 
	#from-cnt .card {width:30%;height:20%;background:white;color:#2B7695;}
	#workTeam-cnt .card {width:30%;height:20%;background:#2B7695;color:white;}
	#cii-cntr {height:75%;justify-content:center;align-items:center;flex-direction:column;}
	#cii-text {color:#276989;width:60%;font-size:85%;font-family: 'Arvo', serif;font-style:italic;text-shadow: 2px 3px 4px #FFF;}
	#cii-form {width:50%;height:15%;align-items:center;margin-top:0%;margin-left:-5%;padding:2%;overflow:hidden;font-family: 'Merriweather Sans', sans-serif;}
	#cii-cntr input[type=text] {font-size:100%;width:50%;height:100%;padding:0;border-width:0;box-shadow: -5px 0px 10px 5px rgba(255, 255, 255, 0.5);text-align:right;padding:10px} 
	#cii-cntr input[type=button] {width:50%;padding:0;border-width:0;font-size:60%;box-shadow: 5px 0px 10px 5px rgba(255, 255, 255, 0.5);padding:10px
	  -webkit-box-sizing: content-box;
	  -moz-box-sizing: content-box;
	  box-sizing: content-box;
	  background:rgba(40, 40, 40, 1); 
	  border: none;
	  color:rgba(255, 255, 255, 1); 
	  text-align: center;
	  text-transform: normal;
	  -o-text-overflow: clip;
	  text-overflow: clip;
	  white-space: pre;
	  text-shadow: 1px 1px 0 rgba(100,100,100,0.7) , -1px -1px 1px rgba(50,50,50,0.67);
	  font-family: 'Spirax', cursive;
	}
	#cii-line {width:50%;height:0.8%;border-radius:50%;background:rgba(255, 255, 255, 0.7);box-shadow: 3px 0px 3px 3px rgba(255, 255, 255, 0.5);margin-left:-5%;}
	#ti-cntr {width:60%;overflow:hidden;font-family: 'Merriweather Sans', sans-serif;}
	#ti {position:absolute;font-size:70%;padding-top:1.2%;padding-left:4%;justify-content:flex-start;align-items:center;}
	#ti img {height:50%;width:auto;}
	#ti > div {display:inline;}
	#ti-animation {width:100%}
	#scheme {position:relative}
	#scheme img {position:absolute;top:0;left:0;width:100%;height:100%;opacity:0}
	#scheme div {color:#276989;position:absolute;text-align:left;font-family: 'Merriweather Sans', sans-serif;opacity:0.9;padding-left:1%;font-size:60%;justify-content:center;align-items:center;}
	#scheme div img {opacity:1;width:auto;height:auto;vertical-align:middle;align-self:center;}	
	#issues, #issues-tip {color:#276989;width:60%;font-family: 'Noto Sans', sans-serif;font-style:italic;margin:1% auto;text-shadow: 2px 3px 4px #FFF;font-size:70%;}
    #issues-tip{text-shadow: 2px 1px 2px #FFF;}
	#issues {width:50%;padding-left:5%}
	#issues span, #issues-tip span {background:white;padding:0;line-height:1.5;font-style:normal;
		-webkit-text-fill-color: transparent;
		text-shadow: 0px 0px 0px #1F607E;
		//-webkit-background-clip: text;	
	}
	
	#change {width:60%;margin:1% auto;}
	#change .item {width:33.3%;}
	#change #tokens, #change #currencies {flex-wrap:wrap;}
	#change #tokens img, #change #currencies img {width:48%;height:48%;margin:1%}
	#change #arrows {color:#276989;flex-direction:column;font-size:50%;text-shadow: 1px 1px 1px #FFF;}
	#change .arrow {background-repeat:no-repeat;background-position:center;width:100%;height:50%;background-size:contain;}
	#change .arrow span {margin:auto;}
	
	#issues-tip {font-size:40%;}
	#issues-tip span {line-height:1;padding:0;}