/* star news for notice */
t{
    position: absolute;
	top: 6.2em;
	-moz-padding-start: 0;
	font-size: 0.9em;
	text-transform: uppercase;
	color: blue;
	left: 190px;
    display: block;
    width: 60px;
	z-index: 2;
	animation: glitter 4.5s linear 0s infinite normal;
	-webkit-animation: glitter 4.5s linear 0s infinite normal;
	-moz-animation: glitter 4.5s linear 0s infinite normal;
	-ms-animation: glitter 4.5s linear 0s infinite normal;
	-o-animation: glitter 4.5s linear 0s infinite normal;
}
/*division for each item in the notification*/
#notice {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#notice td, #notice th {
  border: 1px solid #ddd;
  padding: 8px;
}

#notice tr:nth-child(even){background-color:#FFFFFF;}

#notice tr:hover {background-color: #ddd;}

#notice th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color:#008080;
  color: white;
}
la-new2 {
  position:relative;
  left: 5.5vw;
  font-size:14px;
  color:#FFFF00;
  font-family: sans-serif;
 }
/* end of table notice */
.new-item {
  background-color: tomato;
  color: white;
  border: 2px solid black;
  margin: 2px;
  padding: 2px;
}
/* text higlight */
text-not{
    background-color:#FFFF00;
	margin-left: 20px;
}
/*table for column blink*/
blink {
  opacity: 0;
  animation: blinking 1s linear infinite;
  color:#FF3333;
  font-weight:bold;
}

@keyframes blinking {
  from,
  49.9% {
    opacity: 0;
  }
  50%,
  to {
    opacity: 1;
  }
}
/* column to the side */
/* Column container */
.row-city{  
  display: flex;
  flex-wrap: wrap;
}
/* Create two unequal columns that sits next to each other */
/* Sidebar/left column */
.side-col {
  flex: 20%;
  justify-content: flex-end;
  background-color:#FFFFFF;
  padding: 1px;
  border-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color:#ddd;
}
/* Main column */
.main {   
  flex: 80%;
  background-color: white;
  padding: 20px;
}
col-li{
  position: absolute;
  left: 2.5vw;
  font-size:12px;
  color:#FF0000;
  font-family: sans-serif;
 }
/*slideshow for quotes*/
.previous {
  background-color: #f1f1f1;
  color: black;
}

.next {
  background-color: #4CAF50;
  color: white;
}

.round {
  border-radius: 50%;
}
/*End of slideshw*/
.container-notice
{
	width:100%;
	height: 40px;
	background-color:#FFFF00;
}
.container-fluid
{
	width:100%;
	padding-right:15px;
	padding-left:15px;
	margin-right:auto;
	margin-left:auto;
	height:50px;
}
.row{
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	margin-right:-15px;
	margin-left:-15px;
	height:40px;
}
.col-sm-3
{
	-ms-flex:0 0 25%;
	flex:0 0 75%;
	max-width:75%
	padding: 6px 25px;
	
}
.col-sm-9
{
	-ms-flex:0 0 75%;
	flex:0 0 25%;
	max-width:25%;
	
}
.bg-success/*latest news*/
{
	background-color:#000000!important;
	color:white;
	padding: 9px 0;
	
}
la-new {
  position: absolute;
  left: 5.5vw;
  font-size:18px;
  color:#FFFF00;
  font-family: sans-serif;
 }
la-new1{
   position: absolute;
   margin-left: 6.5vw;
   margin-right: 6.5vw;
   font-weight: 500px;
   font-size: 15px;
}
.bg-warning{background-color:#ffc107!important;color:white;padding: 9px 0;}
@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  .container-fluid,la-new,la-new1 {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  /* For mobile phones: */
  .container-fluid,.col-sm-3,.col-sm-9{
    width: 100%;
  }
}

/*################End##################*/
.breaking-news-ticker {
	width: 100%;
	padding:0 0 0; 
	margin: 0;
	border-radius: 1px;
	line-height: 1.9;
	overflow: hidden;
	position: relative;
	background-color:#FF0000;
}

.bnt-inner {
	padding: 5px 0;
}

.breaking-news-ticker .breaking-news-ticker-title {
	float: left;
	width: 20%;
	height: 100%;
	position: relative;
	color:#FFFF00;
	background-color: #222; 
	padding: 6px 25px;
}

.left-ticker
{
	margin-left:10px;
}
.breaking-news-ticker .entry-meta {
	margin-left: 5px;
}

.breaking-news-ticker .breaking-news-ticker-title span {
    position: absolute;
    border-width: 10px 0px 10px 10px;
    border-color: transparent transparent transparent #222222;
    border-style: solid;
    width: 0px;
    height: 0px;
    right: -10px;
    top: 10px;
}

.breaking-news-ticker ul {
	padding:0 100px 0 0;
	margin: 0;
	display: block;
	line-height: 1.8;
}

.breaking-news-ticker ul li {
	list-style: none; 
	margin: 0; 
	padding: 0;
  -moz-box-sizing: border-box !important;
       box-sizing: border-box !important;
}

.breaking-news-ticker ul li a,
.breaking-news-ticker ul li a:link {
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	border: 0;
}

.breaking-news-ticker .controls {
    position: absolute;
    right: 10px;
    top: 2px;
}

.breaking-news-ticker .controls span {
	text-transform: uppercase;
	font-size: 8px;
	cursor:pointer;
	color: #dfdfdf;
	padding: 3px;
	margin: 0 2px;
	border-radius: 3px;
}

.breaking-news-ticker .controls span:hover {
	color: #f1f1f1;
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .breaking-news-ticker,.breaking-news-ticker-title
  {
     width:100%;
	 height:100%;
  }
}
#container-notification {
    width:100%;
    margin: 0 auto;
	height: 40px;
	padding: 10px;
	background-color:

}

#primary-notice {
    float: left;
    width: 240px;
	background-color:#FF0000;
}

#content-notice {
    float: left;
    width: 480px;
}

#secondary {
    float: left;
    width: 240px;
}

/*notification*/
.row-event{
  display: flex;
}

/* Create two equal columns that sits next to each other */
.column-event {
  flex: 10%;
  padding: -10px;
  height: 100px; /* Should be removed. Only for demonstration */
}

.menu {
	display:inline-block;
	margin:0 -.5em 1.5em;
	box-shadow:0.6em 0.6em 0 rgba(10,10,10,.2);
	list-style-type:none;
	padding:0;
	margin:0;
	font-size:1em;
	margin-bottom:1.5em;
	height:20px;
}

.menu li {
	float:left;
	border-left:0.063em solid #a6c6cd;
	border-right:0.063em solid #6ca1ac;
}

.menu a {
	display:block;
	padding:0 1em;
	line-height:2.5em;
	position:relative;
	font-weight:bold;
	text-decoration:none;
	color:#364652;
	background-color:#86B2BB;
	text-shadow:0 0.063em 0 #a6c6cd;
}

.menu a:hover, .menu a:active, .menu a:focus {
	color:#eee;
	text-shadow:0.063em 0.063em 0 #547177;
}

.menu a[data-bubble]:after {
	content:attr(data-bubble);
	position:absolute;
    top:0;
	right:0.5em;
	height:1.5em;
	line-height:1.5em;
	padding:0 .46em;
	text-align:center;
	text-shadow:0 0.063em 0 rgba(0,0,0,.2);
	background-color:#eee;
	color:#364652;
	box-shadow:0 0.063em 0.063em rgba(0,0,0,.2);
	border-radius:4em;
	z-index:-1;
  -webkit-transform: translateZ(0);/*Prevents text flicker*/
	will-change: transform;
}

a.gold[data-bubble]:after {
	background-color:gold;
}

.menu a:hover[data-bubble]:after, .menu a:active[data-bubble]:after, .menu a:focus[data-bubble]:after {
	-webkit-animation:ease bubbleover .4s;
	animation:ease bubbleover .4s;
  -webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	top:-1.25em; /* If pseudo animation not supported [see https://css-tricks.com/transitions-and-animations-on-css-generated-content/], simple hover fallback happens*/
	z-index:1;
}

@-webkit-keyframes bubbleover {
  0%   {
  	-webkit-transform:translate(0, 1em);
  	z-index:-1
  	}
  50% {
  	-webkit-transform:translate(0, -.5em);
  	z-index:-1
  } 
  100% {
  	-webkit-transform:translate(0, 0);
  	z-index:1;
  	}
}

@keyframes bubbleover {
  0%   {
    top:0;
    transform:translate(0, 0);
    z-index:-1;
    }
  50% {
    transform:translate(0, -12px);
    z-index:-1
    } 
  100% {
    transform:translate(0, 6px);
    z-index:1;
    }
}