/* notify */
.notify-content a {
    text-decoration:none;
    color:#fff;
    line-height:normal;
    font-size:0.9em;
}
.notify-content p {
  margin-bottom:0;
  font-size:2em;
	line-height: 1.2;
	text-align: center;
	color:#fff;
}
.notify-content .btn {
    float: left;
    margin-top: 2px;
    margin-left:15px;
}
.notify-content .caption{
	color:#ddd;
	font-size: 12px;
	margin-right:20px;
	text-align: center;
}


.notify-content .iconLive {
    float:left;
    color:#ddd;
    font-size:2.45em;
    padding-right:15px;
}

.notify-content em {
    color:#E8122A;
    font-weight:bold;
    font-style:normal;
}
.notify {
    position: fixed;
    padding: 20px;
    color: #fff;
    z-index: 99999;
}

.notify[data-position="bottom"] {
    right: 0;
    left: 0;
    bottom: 0;
}

.notify[data-position="top"] {
    right: 0;
    left: 0;
    top: 0;
}

.notify[data-position="right"] {
    right: 0;
    bottom: 0;
    top: 0;
    max-width: 300px;
}

.notify[data-position="left"] {
    left: 0;
    top: 0;
    bottom: 0;
    max-width: 300px;
}

.notify[data-notify='success'] {
    background: #15cc1f;
}

.notify[data-notify='info'] {
    background: #333;
}

.notify[data-notify='error'] {
    background: #f32750;
}

.notify[data-notify='default'] {
    background: #333;
}

.notify[data-notify="info"] {
    background-color: #333;
    box-shadow: 2px 5px 10px #000;
}

.notify .notify-close {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    padding: 10px 15px;
    font-size: 20px;
    text-decoration: none;
}

.notify h1 {
    margin: 5px 0 10px 0;
    text-transform: uppercase;
    font-weight: 300;
    color: #fff;
}

.time {
    font-size: 0.9375em;
    line-height: 1.5em;
    float: right;
}


.news-link a{
  font-weight:bold;
}