.mcnotification{display:block;position:relative;z-index:9999;width:100%;color:white;padding:15px 80px 15px 15px;box-sizing:border-box;transition:all ease-in-out 0.6s;margin-top:-100px}@media (max-width: 767px){.mcnotification{bottom:0px;position:fixed !important;top:auto}}@media (min-width: 768px){.mcnotification{top:0px;position:relative;bottom:auto;margin-bottom:55px}}.mcnotification.applyfixed{position:fixed !important}@media (min-width: 768px){.mcnotification.applyfixed{bottom:auto;top:0}}.mcnotification p{margin-bottom:0px;font-size:15px}.mcnotification.show{transition:all ease-in-out 0.6s}.mcnotification.shadowed{box-shadow:0 5px 5px rgba(0,0,0,0.2)}@media (max-width: 767px){.mcnotification.shadowed{box-shadow:0 -3px 8px rgba(0,0,0,0.1)}}.mcnotification .closebtn{width:20px;height:20px;background:url("../img/close-button.png") no-repeat;background-size:20px 20px;display:block;right:30px;top:15px;color:white;position:absolute;z-index:999;transition:all 0.8s}.mcnotification .closebtn:hover{cursor:pointer;transition:all 0.8s;transform:rotate(180deg)}.nreminder{display:block;width:20px;height:20px;padding:20px;border-radius:100%;box-sizing:border-box;background-image:url("../img/reminder.png");background-repeat:no-repeat;background-position:center;background-size:20px 20px;background-color:black;z-index:9998;display:none}@media screen and (min-width: 768px){.nreminder{top:10px;right:20px;position:fixed;opacity:0.4}}@media screen and (max-width: 767px){.nreminder{bottom:10px;right:20px;position:fixed;opacity:0.4}}.nreminder:hover{cursor:pointer;transform:rotate(360deg);transition:all 0.6s}