#changeLang{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	font-size:15px;
	font-weight:bold;
	background:#005cb9;
	color:white;
	line-height:30px;
	border-radius:30px;
	height:30px;
	width:30px;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	float:right;
	-o-transition: background .2s ease-in-out;
	-ms-transition: background .2s ease-in-out;
	-moz-transition: background .2s ease-in-out;
	-webkit-transition: background .2s ease-in-out;
	transition: background .2s ease-in-out;
	margin-bottom:10px;
	display:none;
}
#changeLang:hover{
	background:#009ab9;
}
.setLangButtons{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	font-size:15px;
	font-weight:bold;
	background:#005cb9;
	color:white;
	line-height:30px;
	border-radius:30px;
	height:30px;
	width:30px;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	float:right;
	-o-transition: background .2s ease-in-out;
	-ms-transition: background .2s ease-in-out;
	-moz-transition: background .2s ease-in-out;
	-webkit-transition: background .2s ease-in-out;
	transition: background .2s ease-in-out;
	margin-bottom:10px;
	margin-left:3px;
	margin-right:3px;
}
.setLangButtons:hover{
	background:#009ab9;
}

#multilingualSetup{
	position:fixed;
	width:50px;
	height:50px;
	border-radius:50px;
	bottom:50px;
	right:50px;
	background-color:rgba(0, 0, 0, 0.6);
	padding:10px;
	color:white;
	font-size:40px;
	font-weight:bold;
	line-height:25px;
	text-align:center;
	cursor:pointer;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.30);
}