#side_buttons {
	position: absolute;
	z-index: 998;
	bottom:220px;
	right: 10px;
	width: 100%;
	display: none;
}
#side_buttons.other-page {
	position: absolute;
	z-index: 2;
	/*top: 100px;*/
	right: 10px;
	display: none;
}
#side_buttons .welcome-btn {
	position: absolute;
	right: 0;
	cursor: pointer;
	/*border-radius: 50%;*/
	height: 61px;
	width: 61px;
	background: #e8e8df;
	color: #092a6d;
	/*border: 3px solid #fff;*/
	z-index: 9;
}
#side_buttons .welcome-btn a {
	color: #092a6d;
	text-decoration: none;
}
#side_buttons .welcome-btn:hover, #side_buttons .active-btn.active {
	background: #d4d4c4;
}
#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;
}
#side_buttons .login-btn{
	top: 64px;
	padding: 11px 14px;
	font-size: 27px;
}
#side_buttons .login-btn .offset-text {
	font-size: 0;
	text-indent: -9999em;
}
#side_buttons .search-btn{
	top: 128px;
	padding: 11px 12px;
	font-size: 27px;
}

#google_translate_element {
	position: absolute;
	top: 0px;
	padding: 7px 20px 7px 10px;
	background: #d4d4c4;
	transition: 0.3s;
	display: none;
	right: 61px;
	/*border: 3px solid #fff;*/
}
#google_translate_element.toggled{
	display: block;
	-webkit-animation: fadeIn .25s;
    animation: fadeIn .25s;
}
.search-content {
	position: absolute;
	top: 128px;
	padding: 14px 20px 14px 12px;
	background: #d4d4c4;
	transition: 0.3s;
	right: 61px;
	font-size: 19px;
	display: none;
	/*border: 3px solid #fff;*/
}
.search-content.toggled{
	display: block;
	-webkit-animation: fadeIn .25s;
    animation: fadeIn .25s;
}
#search_button{
	color: #092a6d;
}
#search_button:hover{
	color: #22398b;
}
.goog-logo-link, .goog-logo-link:link, .goog-logo-link:visited, .goog-logo-link:hover, .goog-logo-link:active{
	color: #092a6d !important;
}
.goog-te-gadget .goog-te-combo{
	color: #000;
}
.goog-te-gadget{
	color: #092a6d !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;
	}
}