/* Numeric Text */
#cdnwrap {
	/*background:  url('../img/fifacountdown.png') no-repeat center center;*/
	min-height: 70px;
	position: relative;
	transition: all 1s;
}

#cdnwrap .provpop { 
	position: relative; 
	top: 0; 
	left: 0;
	width: 100%;
	color: #fff;
	min-height: 70px;
	background: rgba(0,0,0,0.0);
	z-index: 99;
	line-height: 68px;
	visibility: hidden;
	transition: all 0.1s;
}

#cdnwrap:hover .provpop { 
	background: rgba(0,0,0,0.85);
	visibility: visible;	
}

.hoverprov {
	text-align: center;
	margin: 0;
}

.hoverprov a {
	color: #fff;
	font-size: 1.2em;
	text-decoration: none;
	border: 1px solid #fff;
    border-radius: 3px;
	padding: 8px 16px;
	margin: 0 20px;
}

.hoverprov a:hover {
	color: #000;
	border: 1px solid #fff;
	background: #fff;
}

#clockdiv{
	position: absolute;
	top: 0; 
	right: 0;
    font-family: sans-serif;
    color: #ffffff;
    display: inline-block;
    text-align: center;
    font-size: 26px;
	font-weight: bold;
	margin: 3px 0 0;
}

#clockdiv > div{
    padding: 4px 14px 0 0;
    border-radius: 1px;
    background: transparent;
    display: inline-block;
}

#clockdiv div > span{
    padding: 5px 15px;
    border-radius: 6px;
	background-color:#000000;
    display: inline-block;
	line-height: 100%;
}

/* Days/Hours/Minutes/Seconds */
.smalltext{
    padding-top: 3px;
    font-size: 0.4em;
	text-transform:uppercase;
	font-weight: 100;
}

/*   #xxx{
    animation-name: haha1; 
    animation-duration:18s; 
    animation-iteration-count: infinite;
    position: relative;
	padding: 5px;
	border-spacing: 15px;
  }
 */

@-webkit-keyframes haha1{
    0%   {background-color:red;}
    10%  {background-color:orange;}
    20%  {background-color:yellow; color:black;}
    30%  {background-color:blue; color:white;}
    40%  {background-color:green;}
    50%  {background-color:brown;}
    60%  {background-color:black;}
    70%  {background-color:grey;}
    80%  {background-color:white; color:black;}
    90%  {background-color:red; color:white;}
   100%  {background-color:transparent;}
} 

.wcmatch { 
	min-height: 70px;
	position: absolute;
	top: 4px;
	right: 0;
	display: inline-block;
	color: #fff;
	margin: 0 20px 0 0;
}

.teamh, .teama, .matchdetail {
	display: inline-block;
}

.teamh img, .teama img {
	width: 80px;
	display:  inline-block;
	line-height: 70px;
}

.teamhn, .teaman { padding: 0 10px; font-size: 1.2em; }

.matchdetail { padding: 0 20px; text-align: center; position: relative; top: 12px; }
span.league { font-weight: bold; margin: 5px 0 0; }
span.matchtime { font-size: 0.80em; }

.newsticker { height: 70px !important; }
ul.newsticker { list-style-type: none; }
ul.newsticker li { list-style-type: none; margin: 0; padding: 0; min-height: 70px; }
