/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

.icon-block {
  padding: 0 15px;
}


#popup_this {
    top: -50%;
    _top: -50%;
    left: 45%;
    text-align:center;
    margin-top: 50px;
    margin-left: -100px;
    position: fixed;
    background: #fff;
    padding: 30px;
    z-index:99999;
}

#popup_this .img_banner{
	width: 400px;
}

.b-close {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    color: #fff;
    background: #ff0000;
    padding: 5px 10px;
}