.awNotices{
  position: inherit;
  color:white;
  width:100%;
  padding-bottom:60px;

}


.awNotices a{
  padding:8px 25px 8px 10px;
  position:absolute;
  left:0;right:0;
  opacity:0;
  color:#FFF!important;
  text-decoration:none;
  visibility:hidden;
  transition:opacity .6s;
  text-shadow:0 0 3px rgba(1,1,1,.3);
  line-height:150%;
	border-bottom: solid 1px  #494949;
	font-size:20px;
	text-transform: uppercase;
	letter-spacing:2px;	
}


/*
.awNotices a {
    padding: 8px 25px 8px 10px;
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    color: inherit;
    text-decoration: none;
    visibility: hidden;
    transition: opacity .6s;
    border-radius: 4px;
    text-shadow: 0 0 3px rgba(1,1,1,.3);
    line-height: 150%;
    border-bottom: solid 1px #494949;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 6px;
}
 */



.awNotices a[notice-color="orange"]{background-color:#f0730e}
.awNotices a[notice-color="red"]{background-color:#e51c23}
.awNotices a[notice-color="blue"]{background-color:#3f51b5}
.awNotices a[notice-color="green"]{background-color:#71a64c}
.awNotices a[notice-color="lightgreen"]{background-color:#8bc34a}
.awNotices a[notice-color="dark"]{background-color:#414141}
.awNotices a[notice-color="navy"]{background-color:#142642}

.awNotices a.active{
  opacity:1;
  visibility:visible;
}


.awNotices a i.fa{
  padding-right:8px;
  margin-right:10px;
	color:#FFF!important;
  border-right:1px solid rgba(255,255,255,.2);
}

.awNotices span.controller{
  position:absolute;
  cursor:pointer;
  background:transparent;
  right: 0;
  padding: 12px 20px;
  line-height:150%;
	font-size:14px;
}

.awNotices-left {
	float:left;
	position: relative;
	padding-right: 10px;
	text-align:center; 
}

.awNotices-right {
	float:left;
	position: relative;
	text-align:center;
	width: 94%;
	font-weight:bold; 
}






@media only screen and (max-width: 600px) {
	.awNotices a {
	font-size:12px!important;
	text-transform: uppercase;
	letter-spacing:2px;	
}
}

