@charset "UTF-8";

.magazinw {
  display:block;
  width:900px;
  min-height:800px;
  padding-top:10px;
  padding-bottom:20px;
  margin:0 auto;
}

.produsw {
  display:inline-block;
  width:700px;
  height:250px;
  background:rgba(0,102,153,.5);
  border-radius:5px;
  -webkit-border-radius:5px;
  border:1px solid #036;
  padding:10px;
  margin-top:20px;
  margin-left:50px;
}

.prodimgi {
  display:block;
  width:300px;
  height:200px;
  float:left;
  margin-left:1px;
  background:url(http://css-mfc-profile.design-xpro.com/wp-content/uploads/2013/11/giftmfc.jpg);
  background-repeat:no-repeat;
  position:relative;
  text-align:center;
}

.prodimgi img:hover {
  opacity:0;
  -webkit-transition:all .6s;
  -moz-transition:all .6s;
  -o-transition:all .6s;
  -ms-transition:all .6s;
  transition:all .6s;
}

.prodimco {
  display:block;
  width:300px;
  height:200px;
  float:left;
  margin-left:1px;
  background:url(http://css-mfc-profile.design-xpro.com/wp-content/uploads/2013/11/commercial.jpg);
  z-index:99999;
  background-repeat:no-repeat;
  position:relative;
  text-align:center;
}

.prodimco img:hover {
  opacity:0;
  -webkit-transition:all .6s;
  -moz-transition:all .6s;
  -o-transition:all .6s;
  -ms-transition:all .6s;
  transition:all .6s;
}

.prodfeat {
  display:block;
  width:370px;
  height:190px;
  float:right;
  margin-right:1px;
  background:rgba(0,0,0,.5);
  position:relative;
  padding:5px;
  text-indent:12px;
  color:#FFF;
  line-height:16px;
  font-size:18px;
}

.cum {
  display:inline-block;
  width:698px;
  height:40px;
  text-align:center;
  border-radius:5px;
  -webkit-border-radius:5px;
  border:1px solid #036;
  background:url(http://css-mfc-profile.design-xpro.com/wp-content/uploads/2013/11/cum0.jpg) rgba(204,51,0,1);
  color:#fff;
  bottom:10px;
  margin-top:10px;
  font-size:22px;
  text-decoration:none;
}

.cum:hover,.cum:focus {
  display:inline-block;
  width:698px;
  height:40px;
  text-align:center;
  border-radius:5px;
  -webkit-border-radius:5px;
  border:1px solid #036;
  background:url(http://css-mfc-profile.design-xpro.com/wp-content/uploads/2013/11/cum1.jpg) rgba(204,51,0,1);
  color:#fff;
  bottom:10px;
  margin-top:10px;
  font-size:22px;
  text-decoration:none;
  -webkit-transition:all .3s;
  -moz-transition:all .3s;
  -o-transition:all .3s;
  -ms-transition:all .3s;
  transition:all .3s;
}