﻿#translate{
	right: 0px;
	position: fixed;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	top: 150px;
	z-index: 5000;
	text-align: center;
}
#translate a{
	background-position: center center;
	width: 35px;
	height: 35px;
	display: block;
	background-color: #972107;
	-moz-border-radius: 5px 0px 0px 5px; /* Firefox */;
	-webkit-border-radius: 5px 0px 0px 5px; /* WebKit */;
	border-radius: 5px 0px 0px 5px; /* Standard */;
	background-repeat: no-repeat;
}
#translate a:hover{
	width: 160px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;

}
#google_translate_element{
	border-style: solid;
	border-width: 5px 3px 5px 8px;
	border-color: #FFFFFF;
	right: 0px;
	position: fixed;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	top: 155px;
	z-index: 5000;
	background-color: #FFFFFF;
}
#google_translate_element a{
	width: 25px;
	height: 25px;
	background-color: #ffffff;
	position: absolute;
}
#google_translate_element a:hover{
	width: 200px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}

@media screen and (max-width:480px)
{	
#translate {
	display: none;
}
#translate a {
	display: none;
}
#google_translate_element {
	display: none;
}
#google_translate_element a {
	display: none;
}

