#Thead {
    width: 100%;
    position: fixed;
    height: 50px;
    top: 0;
	background-color:#E2EAFE;
}
a {
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #00F;
	transition: color 0.3s ease;
}
a:hover {
	color: #060;
    text-shadow: 1px 1px 2px #00F;
}
#nav-ThrasherBurger {
	display: block;
	position: relative;
	top: 10px;
	left: 20px;
	z-index: 1;
	-webkit-user-select: none;
	user-select: none;
}
#nav-ThrasherBurgerR {
	display: block;
	position: relative;
	top: 10px;
	right: 20px;
	z-index: 1;
	-webkit-user-select: none;
	user-select: none;
}
#nav-ThrasherBurger input {
	color: blue;
	display: block;
	width: 40px;
	height: 32px;
	position: absolute;
	top: -7px;
	left: -5px;
	cursor: pointer;
	opacity: 0;
	z-index: 2;
	-webkit-touch-callout: none;
}
#nav-ThrasherBurgerR input {
	color: blue;
	display: block;
	width: 40px;
	height: 32px;
	position: absolute;
	top: -7px;
	right: -5px;
	cursor: pointer;
	opacity: 0;
	z-index: 2;
	-webkit-touch-callout: none;
}
#nav-ThrasherBurger span {
	display: block;
	width: 33px;
	height: 4px;
	margin-bottom: 5px;
	position: relative;
	background: #00F;
	border-radius: 3px;
	z-index: 1;
	transform-origin: 4px 0px;
	transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
				background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
				opacity 0.55s ease;
}
#nav-ThrasherBurger span:first-child {
	transform-origin: 0% 0%;
}
#nav-ThrasherBurger span:nth-last-child(2) {
	transform-origin: 0% 100%;
}
#nav-ThrasherBurger input:checked ~ span {
	opacity: 1;
	transform: rotate(45deg) translate(-2px, -1px);
	background: #00F;
}
#nav-ThrasherBurger input:checked ~ span:nth-last-child(3) {
	opacity: 0;
	transform: rotate(0deg) scale(0.2, 0.2);
}
#nav-ThrasherBurger input:checked ~ span:nth-last-child(2)
{
	transform: rotate(-45deg) translate(0, -1px);
}
#nav-menu
{
	position: absolute;
	margin: -100px 0 0 -50px;
	padding: 50px;
	padding-top: 85px;

	background: #ededed;
	opacity: 0.97;
	list-style-type: none;
	-webkit-font-smoothing: antialiased;
	transform-origin: 0% 0%;
	transform: translate(-100%, 0);
	transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}
#nav-menu li {
	padding: 10px 0;
	font-size: 22px;
}
#nav-ThrasherBurger input:checked ~ ul {
	transform: none;
}



/* Thrashers custom buttons start */
.glassBTN{
	position: relative;
	display: inline-block;
	width: 130px; text-align:center;
	margin-bottom:10px;
	padding: 5px 15px;
	background: green;
	background-image: linear-gradient(green,lightgreen);
	text-decoration: none;
	color: #000;
	font-size: 16px;
	border-radius: 3px;
	box-shadow: 0px 4px 4px -2px #333;
	text-shadow: 0px -1px #333;
}
.glassBTN:after{
	content: '';
	position: absolute;
	top: 2px;
	left: 2px;
	width: calc(100% - 4px);
	height: 50%;
	background: linear-gradient(rgba(255,255,255,0.8), rgba(255,255,255,0.2));
}
.glassBTN:hover{
	color:#0F0;
	background: linear-gradient(#073,#0fa);
}

/* Thrashers custom buttons end */

@media 
only screen and (max-width: 910px),
(min-device-width: 780px) and (max-device-width: 1024px)  {
.menuBarThrash li:hover a {
	background: #00F;
	font-weight:bold;
}
a:hover {
	color: #FF0;
    text-shadow: 2px 2px 4px #000;
}
}
