a:link.m_menu_top{
	font-family: 'Abel','Verdana';
	font-size: 14px;
	font-weight: normal;
	color: white;
	border-radius: 100px;
}
a:visited.m_menu_top{
	color: white;
	background:#149dcc;
}
a:hover.m_menu_top{
	color: white;
	background:#149dcc;
}
div.Animation1_a {
	position: absolute;
	top:200px;
	left: 0px;
	width:360px;
	height:220px;
	z-index:98;
	border:none 1px #808080;
	opacity: 0;
    -webkit-animation-name: animation1;
    -webkit-animation-duration: 18s;
	-webkit-animation-delay: 1s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: initial;
	-webkit-animation-timing-function: linear;
    animation-name: animation1;
    animation-duration: 18s;
	animation-delay: 1s;
	animation-iteration-count: infinite;
	animation-direction: initial;
	animation-timing-function: linear;
}
@keyframes animation1{
from {
	transform:scale(1);
	left:0px;
	opacity: 1;
}
to {
	transform:scale(2);
	left:300px;
	opacity: 0;
	}
}
.m_FirstLineButton{
	font-family:'Abel','Verdana';
	font-size: 15px;
	font-weight: none;
	color:#ffffff;
	height:28px;
	border:solid 1px #ffffff;
	background:#277eb7;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.m_FirstLineButton:hover{
	color:#b6e2ff;
	background:#216d9e;
}
.m_FirstLineButton:active{
	color:#b6e2ff;
	background:#216d9e;
}
.m_FirstLineLabel{
	font-family:'Yanone Kaffeesatz','Verdana';
	font-size: 17px;
	font-weight: none;
	color:navy;
}
.m_GrowingText_Small{
	font-family:'Yanone Kaffeesatz','Verdana';
	font-size: 30px;
	font-weight: none;
	color:white;
	text-shadow: 0 0 3px black, 0 0 5px black;
}
.m_GrowingText_Big{
	font-family:'Yanone Kaffeesatz','Verdana';
	font-size: 50px;
	font-weight: none;
	color:#ffffff;
	text-shadow: 0 0 3px black, 0 0 5px black;
}
.m_DD_FloatText{
	font-family:'Yanone Kaffeesatz','Verdana';
	font-size: 22px;
	font-weight: bold;
	color:Black;
}
.m_DD_InvisibleText{
	position: relative;
	top:-150px;
	left:180px;
	width:120px;
	font-family:'Calibri';
	font-size: 14px;
	font-weight: none;
	color:Navy;
	-webkit-transition:all 1.2s linear;
	-moz-transition:all 1.2s linear;
	transition:all 1.2s linear;
	opacity:0;

}
.DISCDIRECT_Alert_External{
	position: relative;
	top:0px;
	left:00px;
	width:220px;
	height:220px;
	z-index:99;
	background-color:#ffb70a;
	border-radius: 110px;
	text-align:center;
	box-shadow: 6px 6px 13px #000000;
	
    -webkit-animation-name: DISCDIRECT_Animation;
    -webkit-animation-duration: 4s;
	-webkit-animation-delay: 0s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	-webkit-animation-timing-function: linear;

    animation-name: DISCDIRECT_Animation;
    animation-duration: 4s;
	animation-delay: 1s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-timing-function: linear;
	
	Transition-Duration:1s;
	-Moz-Transition-Duration:1s;
	-webkit-Transition-Duration:1s;
}
.DISCDIRECT_Alert_Internal{
	position: relative;
	padding:10px;
	width:180px;
	height:180px;
	top:10px;
	left:20px;
	background-color:#ffb70a;
	border-radius: 110px;
	text-align:center;
}
@keyframes DISCDIRECT_Animation{
  0%   { 
		opacity: 1; 
		left:00px;
  }
  100% {
		opacity: 1;
		left:20px;
	}
}

