.megamenu {
    list-style: none;
    padding: 0;
    position: relative;
    margin: 0;
    line-height: 1;
    }
	
.megamenu li:hover .megamenu-width {
    top: 45px;
    left: 0px;
    }
	
.megamenu-width {
    margin: -7px auto 0px auto;
    left: -9999em;
    top: -9999em;
    display: block;
    z-index: 9998;
    width: 1130px;
    margin-left: -220px;
    }
	
.megamenu-back {
    width: 1185px;
    height: 230px;
    background: #151515;
    padding-top: 30px;
    padding-left: 5px;
    margin-top: -13px;
    }
	
.megapost {
    width: 264px;
    height: 200px;
    float: left;
    margin-left: 26px;
    position: relative;
    }
	
.megapost img {
    opacity: 1;
    width: 264px;
    height: 200px;
    }
	
#wizemenu > ul ul.megapost {
    background: none;
    padding: 0;
    top: 0px;
    }
	
#wizemenu > ul li:hover ul.megapost { top: 0px }
#wizemenu > ul ul.megapost li a:hover { color: #fff }
#wizemenu > ul ul.megapost li .megapost-title h2 {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 7px;
    font-weight: 900;
    }
	
#wizemenu > ul ul.megapost li a {
    width: 35px;
    height: 35px;
    right: 10px;
    top: 10px;
    position: absolute;
    background: none;
    float: right;
    padding: 0px;
    }
	
#wizemenu > ul ul.megapost li a:hover { background: none }

.megapost-title {
    position: absolute;
    bottom: 15px;
    left: 15px;
    width: 230px;
    }
	
.megapost-title span {
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    }
	
.megapost-bg {
    width: 264px;
    height: 200px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.4);
    bottom: 2px;
    left: 0px;
    }