﻿.popupImage{display:none;position:absolute;top:0;left:50%;z-index:21}
.popupImage p{margin:0;}
.popupImage .popUpBottom{height:30px;background:#000;text-align:right;margin-top:-3px;padding:7px 0;width:100%;}
.popupImage .popUpBottom>a.onlyToday{color:#fff;cursor:pointer;float:left;margin-left:7px;}
.popupImage .popUpBottom>a.close{
	color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-right: 7px;
    font-size: 12px;
    opacity: 1;
    font-weight: normal;
    text-shadow: none;
    line-height: 1.35;
}

@media(max-width:767px) {
	.popupImage {
padding: 10px;
		top: 70px !important;
		width: 100%;
		left: 0!important;
		margin: 0 auto !important;	
	}

        .popupImage h1 {
                font-size:16px;
        }
}
