@charset "utf-8";

img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}
body{ margin:0 ; padding:0; background:#000;}
.bg{ background:#000000; width:100%; position:relative;}
.wrapper{ position:relative; width:98%; margin:0 auto;  max-width:1366px;}

img {vertical-align: middle;}

.menu_wrap{ max-width:1334px; width:97.65739385065886%; float:left;
 margin:1.171303074670571% 1.171303074670571% 1.171303074670571% 1.171303074670571%;}

.menu_one{ position:relative; width:24%;  float:left; margin-right:0.5%;  margin-left:0.5%; margin-top:0.5%;margin-bottom:0.5%;
background:#272727; }

/*.menu_one img{ width:280px; height:280px;} */ 


/*.menu_onetop{margin-top:1%;margin-bottom:1%;}
.menu_onebottom{margin-bottom:1%;}*/

.img_mrs{  margin:10px;}
.img_mrf{margin: 10px 0 0 30px;}

.menu_innergreeen{  position:relative; width:88%;  float:left; margin: 6% 6% 6% 6%;}
.menu_innerorange{  position:relative; width:88%;  float:left; margin: 6% 6% 6% 6%;}
.menu_innerblack{  position:relative; width:88%;  float:left; margin: 6% 6% 6% 6%;}


.menu_one {
 /* position: relative;
  
  border: 1px solid #333;
  margin: 2%;
  overflow: hidden;
  width: 540px;*/
}
.menu_one img {
  max-width: 100%;
  
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.menu_one:hover .nozm {
  -moz-transform: scale(1.03);
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

/*.menu_one:hover {
   -moz-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}
*/
@media(min-width:480px) and (max-width: 767px) { 
.menu_one{ width:32%;}
.menu_onebottom{ }
}
@media(max-width:479px) { 
.menu_one{ width:49%;}
.menu_onebottom{ }

}


 