#side_buttons {
	position: absolute;
	z-index: 998;
	top: auto;
	bottom: 300px;
	left: 10px;
	width: 100%;
	display: none;
}
#side_buttons.other-page {
	position: absolute;
	z-index: 2;
	top: 100px;
	left: 10px;
	display: none;
}
#side_buttons .welcome-btn {
	position: absolute;
	left: 0;
	cursor: pointer;
	border-radius: 50%;
	height: 61px;
	width: 61px;
	background: #b10600;
	color: #fff;
	border: 3px solid #b10600;
	z-index: 9;
}
#side_buttons .welcome-btn a {
	color: #fff;
	text-decoration: none;
}
#side_buttons .wel {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#side_buttons .translate-btn{
	padding: 11px 12px;
	font-size: 28px;
	background: #093669;
	border: 3px solid #093669;
}
#side_buttons .login-btn{
	top: 192px;
	padding: 11px 14px;
	font-size: 27px;
	background: #f7e015;
	border: 3px solid #f7e015;
}
#side_buttons .login-btn .offset-text {
	font-size: 0;
	text-indent: -9999em;
}
#side_buttons .search-btn{
	top: 64px;
	padding: 11px 12px;
	font-size: 27px;
	background: #992bc2;
	border: 3px solid #992bc2;
}
#side_buttons .twitter-btn{
	top: 128px;
	padding: 11px 12px;
	font-size: 27px;
	background: #1e90ff;
	border: 3px solid #1e90ff;
}

#google_translate_element {
	position: absolute;
	top: 0px;
	padding: 5px 10px 4px 50px;
	background: #093669;
	transition: 0.3s;
	display: none;
	left: 31px;
	border: 3px solid #093669;
}
#google_translate_element.toggled{
	display: block;
	-webkit-animation: fadeIn .25s;
    animation: fadeIn .25s;
}
.search-content {
	position: absolute;
	top: 64px;
	padding: 10px 12px 10px 42px;
	background: #992bc2;
	transition: 0.3s;
	left: 31px;
	font-size: 19px;
	display: none;
	border: 3px solid #992bc2;
}
.search-content.toggled{
	display: block;
	-webkit-animation: fadeIn .25s;
    animation: fadeIn .25s;
}
#search_button{
	color: #fff;
}
#search_button:hover{
	color: #b1b1b1;
}
.goog-logo-link, .goog-logo-link:link, .goog-logo-link:visited, .goog-logo-link:hover, .goog-logo-link:active {
	color: #fff !important;
}
.goog-te-gadget .goog-te-combo {
	color: #666 !important;
}
.goog-te-gadget {
	color: #fff !important;
}
@-webkit-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}  
@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

@media(min-width: 1024px){
	#side_buttons{
	display: block;
	}
	#side_buttons.other-page {
		display: block;
	}
}