.message-bg{
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.7);
	z-index: 1000;
	position: fixed;
	display: none;
}


.message-wrap{
	text-align: center;
	background-color: #fff;	
    width: 800px;
	min-height: 130px;
	position: fixed;
	padding: 75px 30px 30px 30px;
	top: 160px;
	left: 50%;
	/*margin-left:-250px;*/
    margin-left:-450px;
    border-radius: 20px;
	display: none; 	
	/*border: 1px solid #eaeaea;*/
	z-index: 1200;
}

.message-wrap .messageBanner {
    width: 100%;
}

.message-wrap .title{
    display: flex;
    justify-content: center;
    align-items: center;
	border: 0;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #026536;
	margin: 0;
	width: 100%;
	height: 50px;
	line-height: 45px;
	font-size: 24px;
	color: #fff;
	box-sizing: border-box;
}

.message-wrap .title h2{
	display: block;
	border: 0;
	color: #fff;
	margin: 0;
	font-size: 24px;
}

.message-wrap .buttons-wrap{
	display: block;
	/*position: absolute;*/
	bottom: 30px;
	left: 30px;
}

.message-wrap .buttons-wrap a.ok-btn{
	background-color: #026536;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    padding: 5px 10px;
    text-align: center;
    text-transform: uppercase;
    width: 180px;
    text-decoration: none;
}

.message-wrap .buttons-wrap a.countine-shop{
	display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    font-size: 16px;
    color: #222;
}

.message-wrap .close{
	opacity: 1;
	display:block; 
    background-image:url(/local/templates/partner/img/close-w.png);
    background-repeat:no-repeat;
    width:24px;
    height:24px;
    position:absolute;
    right:14px;
    z-index: 25;
    cursor: pointer;
}

.message-wrap .close:hover{
	opacity: 0.5;
	
}

@media only screen and (min-width : 200px) and (max-width : 480px) {
	 /* smartphones, iPhone, portrait 480x320 phones */ 
	 .message-wrap{
		width: 90%;
		left: 0;
		margin: 20px 5%;
	 }
	 
		
}

@media only screen and (min-width : 480px) and (max-width : 700px) {
	 /* smartphones, iPhone, portrait 480x320 phones */ 
	 .message-wrap{
		width: 60%;
		left: 0;
		margin: 20px 20%;
	 }
	 	 
		
}

@media only screen and (min-width : 700px) and (max-width : 1000px) {
	 /* smartphones, iPhone, portrait 480x320 phones */ 
	 .message-wrap{
		width: 50%;
		left: 0;
		margin: 20px 25%;
	 }
	 	 
		
}
