.btn-read-more1 {
	background-color: #d52b1e;
	display: inline-block;
	padding: 7px 35px;
	color: #FFFFFF;
	border-radius: 4px;
	box-shadow: 0px 3px 0px #bb180c; margin-top:15px;
	text-decoration:none !important;
}
.btn-read-more1:hover {
	color: #fff;
	background-color: #e83729;
}
.btn-read-more1:visited {
	color: #fff;
	background-color: #d52b1e;
}

.moon-file-pdf {
    text-align: right;
    background-image: url(../images/pdf-icon.png);
    display: inline-block;
    width: 40px;
    height: 41px;
    position: absolute;
    left: 62px;
    top: 10px;
}


.notification-wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 5px 30px 5px 10px;
    z-index: 1;
    text-align: center;
    font-size: 16px;
    border-top: 1px solid #ddd;
}

.notification {
    background: #029dcd;
    color: #fff;
    padding: 10px 0;
    box-shadow: 1px 1px 1px #ddd;
    border-radius: 0;
}
.notification .close {
    top: 5px;
    position: absolute;
    right: 9px;
    /* background: #1d1d1d; */
    z-index: 1;
    color: #4d4d4d;
    opacity: 1;
    width: 20px;
    font-weight: normal;
    text-align: center;
    border-radius: 0;
    font-size: 24px;
    font-weight: bold;
    background: #f1f1f1;
    line-height: 42px;
}