.lptp{
	display: none
}
.mmenu{
	display: block; width: 220px;
	background-color: black;
	z-index: 1;
	position: fixed; left: -220px;
  top: 0; bottom: 0;
	overflow-y: scroll; text-align: center
}
@media screen and (min-width: 960px) {
.lptp{
	display: block;
}
.mmenu{
	display: none;
}
.wp200 {
    width: 200px;
}
.alc {
    text-align: center;
}
.comp_menu_left {
    position: fixed;
    left: 54%;
    top:5px;
    margin-left: -450px;
    opacity: .7;
}
/* .comp_menu_left:hover {
    position: fixed;
    left: 54%;
    top:40px;
    margin-left: -470px;
  opacity: .9;
} */

.comp_menu_right {
    position: fixed;
    right: 54%;
    top: 5px;
    margin-right: -450px;
    opacity: .7;
}
/* .comp_menu_right:hover {
	position: fixed;
	right: 54%;
	top: 40px;
	margin-right: -470px;
  opacity: .9;
} */
.button_200px {
	display: block;
position: relative;
min-height: 34px;
border: 1px solid #246119;
background: #0a2308;
background: linear-gradient(to right, #112e0d, #0b1c09, #0f280c);
vertical-align: middle;
text-decoration: none;
color: #f5eda0;
margin-top: 3px;
margin-bottom: 4px;
/* box-shadow: 1px 1px 20px 0px #2d2b18; */
width: 100%;
max-width: 200px;
}
.button_200px_new {
	color: lime;
}
.button_200px_deact {}
.button_200px_deact:hover {
	cursor: default;
}
.button_200px_image {
    display: inline-block;
    position: absolute;
    top: -2px;
    left: -2px;
    border-radius: 34px;
    line-height: 34px;
    text-align: center;
    height: 34px;
    width: 34px;
}
.button_200px_image > img {
	vertical-align: middle;
	margin-left: 3px;
}
.button_200px_content {
    display: inline-block;
	 text-align: center;
	 margin-top: 7px;
	 margin-left: 2px;
}
.vner{
text-align: center;
background: url('../main.png') no-repeat bottom center;
border: 0px solid #FFF;
padding: 15px 35px 15px 35px;
color: #FFF;
font-weight: bold;
}
.vner2{
text-align: center;
background: url('../main2.png') no-repeat top center;
border: 0px solid #FFF;
padding: 15px 35px 15px 35px;
color: #FFF;
font-weight: bold;
}
