

/* BreakingNews */

#BreakingNews {

  border-radius: 3px;

  padding: 5px;

  position: relative;
  display: none;
}

#BreakingNews .title {

  background-color: #5a0000;

  border-radius: 3px;

  color: #ffffff;

  float: right;

  font-size: 17px;

  font-weight: bold;

  height: 40px;

  line-height: 40px;

  text-align: center;

      padding: 0 20px;

	display:inline-block;

    color: #EFFF00;

    -webkit-animation-name: blinker;

    -webkit-animation-duration: 1s;

    -webkit-animation-timing-function: linear;

    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: blinker;

    -moz-animation-duration: 1s;

    -moz-animation-timing-function: linear;

    -moz-animation-iteration-count: infinite;

    animation-name: blinker;

    animation-duration: 1s;

    animation-timing-function: linear;

    animation-iteration-count: infinite

}

#BreakingNews .title i {

  font-size: 15px;

  margin: 0 0 0 2px;

}

#BreakingNews .content {

  float: left;

  font-size: 16px;

  line-height: 27px;

  overflow: hidden;

  padding: 5px 15px 0 35px;

  width: 90%;

}

#BreakingNews .content a {color: #ffffff;}

#BreakingNews .content a:hover {color: #00d7cf;}

#BreakingNews button.closebtn {

  background-color: #5a0000;

  border: medium none;

  border-radius: 3px;

  color: #ffffff;

  float: left;

  font-family: play;

  font-size: 20px;

  height: 30px;

  left: 5px;

  line-height: 30px;

  padding: 0;

  position: absolute;

  text-align: center;

  top: 10px;

  width: 30px;

  -webkit-transition: all 0.3s ease-in-out;

  -moz-transition: all 0.3s ease-in-out;

  -o-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;

}

#BreakingNews button.closebtn:hover {background-color: #005690;}

/* End BreakingNews */

.urgent {

    background: #23282d;

    position: fixed;

    z-index: 9999;

    width: 100%;

    bottom: 0;

}

@-moz-keyframes blinker {

    0% {

        opacity: 1

    }

    50% {

        opacity: 0

    }

    100% {

        opacity: 1

    }

}



@-webkit-keyframes blinker {

    0% {

        opacity: 1

    }

    50% {

        opacity: 0

    }

    100% {

        opacity: 1

    }

}



@keyframes blinker {

    0% {

        opacity: 1

    }

    50% {

        opacity: 0

    }

    100% {

        opacity: 1

    }

}



.newsticker {
  padding: 0;
  height: 45px;
  overflow: hidden;
  line-height: 45px;
  position: relative;
}

.newsticker h3 {
background: #820010;
color: #fff;
float: right;
font-size: 1.6em;
padding: 0px 5px;
line-height: 65px;
margin: 0;
width: 130px;
text-align: center;
border-left: 1px solid rgba(0,0,0,0.05);
position: absolute;
top: 0;
right: 0;
}

.newsticker ul {
list-style: none;
float: right;
margin: 0 25px 0 0;
padding: 0;
}

.newsticker ul li {
color: #fff;
font-size: 1.2em;
font-weight: 700;
}

.newsticker ul li a {
color: #fff;
}

.newsticker ul li a:hover {
color: #FFCC00;
}

.ticker_controls {
  float: left;
  margin: 3px 0px 0 10px;
}

.ticker_controls .fa {
display: block;
}

.ticker_controls i {
font-size: 1.5em;
color: #fff;
cursor: pointer;
transition: 200ms all;
-webkit-transition: 200ms all;
-moz-transition: 200ms all;
}

.ticker_controls i:hover {
color: #FFCC00;
}
