@keyframes blink {
    0% {
        opacity: 1.0;
    }
    50% {
        opacity: 0.0;
    }
    100% {
        opacity: 1.0;
    }
}

.blink {
  animation: blink 1s step-start 0s infinite;
  -webkit-animation: blink 1s step-start 0s infinite;
}

img.background{
	width:100%;
	height:100%;
}

.read_data {
    max-height: 20px;
    margin: 0;
}

.hide_data {
    display: none;
}

.read_more {
    cursor: pointer;
}

#carousel {
  margin-left: -360px;
  margin-top: -200px;
  position: absolute;
  top: 50%;
  left:50%;
}
.date-sec .sep {
  border-top: 1px solid #FFFFFF;
  height: 0;
  margin: 0 0 0 8px;
  padding: 0;
  width: 160px;
}
.date-sec .date-time {
  font-size: 13px;
  font-weight:bold;
  height: 30px;
  line-height: 30px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 170px;
}
img.flag {
margin-bottom: 4px;
}
i.flag {
margin-top: 4px;
}