@media only screen and (max-width: 770px) {
	.ezxx1 {
		width: 415px !important;
	}
	.ezxx2 {
		top: -20px !important;
		left: -10px !important;
	}
	.ezxx3 {
		height: 30px !important;
		min-height: 30px !important;
	}
	.ezxx4 {
		display: none !important;
	}
	.ezxx5 {
		display: block !important;
	}
}

@media only screen and (max-width: 450px) {
	.ezxx1 {
		width: 276px !important;
	}
	.ezxx2 {
		top: 0px !important;
		display: block !important;
		left: 0px !important;
	}
	.ezxx6 {
		width: 160px !important;
		height: 160px !important;
		display: block !important;
	}
}

@media only screen and (max-width: 685px) {
	.hide1 {
		display: none!important;
	}
	#menuboxwrapsecpre {
		display: block;	
	}
	
	#menubox {
	  left: 0px!important;
	  -webkit-transform: translateX(0%)!important;
	  transform: translateX(0%)!important;		
	}
}

@media only screen and (max-width: 583px) {
	.hide2 {
		display: none!important;
	}
	.show2 {
		display: inline-table!important;
	}
}

@media only screen and (max-width: 442px) {
	.hide3 {
		display: none!important;
	}
	.show3 {
		display: inline-table!important;
	}
}

@media only screen and (max-width: 450px) {
#hdownloadsbutton{
	display: none;
}
.mainmenu_item_inner{
	padding:0.2rem 0.25rem !important; 
	
}
.mainmenu_item_inneractive{
	padding:0.2rem 0.25rem !important; 
}
}

.reactdcirc
{
position: absolute;
top: 0px;
right: -10px;
display: flex;
-webkit-box-pack: center;
justify-content: center;
-webkit-box-align: center;
align-items: center;
width: 40px;
height: 40px;
box-shadow: rgba(0, 0, 0, 0.2) 0px 6px 20px;
background-color: #93b430;
border-radius: 100%;
}
@-webkit-keyframes example {
  0%   {top:0px;}
  50%  {top:10px;}
  100% {top:0px;}
}

/* Standard syntax */
@keyframes example {
  0%   {top:0px;}
  50%  {top:10px;}
  100% {top:0px;}
}
.reactdanim
{
-webkit-animation-name: example;
-webkit-animation-duration: 2.5s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: ease-in-out;
animation-name: example; 
animation-duration: 2.5s;
animation-iteration-count: infinite;
animation-timing-function: ease-in-out;
}