﻿.live-score-block:before, .live-score-block:after {
	display: table;
	content: "";
}
.live-score-block:after {
	clear: both;
}
.live-score-block {
	width: 100%;
	margin: 0px auto;
}
.live-score-inside {
	background-color: #fff;
	border: 2px #333 solid;
	border-radius: 15px;
	padding: 10px 10px 0px;
}
.live-score-block {
	padding-top: 11px;
}
.center {
	text-align: center;
}
.roboto {
	font-family: Roboto !important;
	font-size: 16px;
}
.fix-section-blk {
	background-color: #F4F4F4;
    padding: 24px 10px 5px;
    display: block;
    position: relative;
    margin-bottom: 15px;
}
.blk-001 {
	width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 10px 10px 10px;
    border-bottom: 2px solid #ddd;
}
.match-status {
    background-color: #333;
    border-radius: 10px;
    text-align: center;
    padding: 5px 15px;
    color: #fff;
    margin: auto;
    display: table;
    font-family: roboto;
    font-size: 13px;
    position: relative;
    z-index: 1;
    margin-top: -23px;
    min-width: 110px;
}
.second-blk {
	width: 100%;
    display: block;
    margin: 5px 0px;
    text-align: center;
    position: relative;
    border-bottom: 1px #ccc solid;
    padding-bottom: 10px;
}
.team-left, .play-center-blk, .team-right {
	display: inline-block;
	vertical-align: middle;
}
.team-left { text-align: right; width: 50px; }
.team-right { text-align: left; width: 50px; }
.play-center-blk { text-align: center; width: 180px; }

.team-name-blk {
	font-size: 16px;
	color: #333;
	display: inline-block;
	vertical-align: middle;
	font-weight: 500;
	width: 100%;
	text-align: center;
}
.team-logo {
	width: 50px;
	display: inline-block;
	vertical-align: middle;
}
.team-logo img {
	width: 100%;
}
.goal-number-left, .goal-number-right {
	font-family: Oswald;
	font-size: 30px;
	font-weight: 600;
	color: #333;
	display: inline-block;
	vertical-align: middle;
}
.goal-number-left {
	margin-right: 10%;
}
.goal-number-right {
	margin-left: 10%;
}
.match-status-blk {
    padding: 10px;
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 700;
}
.bg-blue { background-color : #34699E;
}
.bg-red {background-color : #C12817;
}
.right { float: right;
}
.left { float: left;
}
.roboto {
	font-family: roboto;
	word-break: normal;
}
.live-text {
	font-size: 14px;
    text-transform: uppercase;
    color: #ff4400;
    text-align: center;
    width: 100%;
    position: absolute;
    z-index: 10;
    top: 0px;
}
.second-bottom-blk {
    width: 100%;
    position: absolute;
    z-index: 10;
    bottom: 5px;
}
.actual-goal-status, .fulltime {
	font-size: 14px;
    color: #919191; 
    width: 100%;
    text-align: center;
    line-height: 15px;
}
.third-block {
	text-align: center;
}
.third-block .left, .third-block .center, .third-block .right {
	display: inline-block;
}
.third-block .left {
	width: 130px;
	height: 24px;
}
.third-block .right {
	width: 130px;
	height: 24px;
}
.football-blk {
	width: 24px;
	height: 24px;
	background-image: url('../images/ball-icon.jpg');
	background-repeat: no-repeat;
	background-position: 2px 2px;
}
.goal-by {
	width: 100%;
	height: 24px;
	overflow: hidden;
}
.goal-by ul {
	list-style-type: none;
}
.goal-by ul li {
	list-style-type: none;
	width: 100%;
	font-size: 12px;
	color: #333;
	line-height: 22px;
}
.third-block .left .goal-by ul li {
	text-align: left;
}
.third-block .right .goal-by ul li {
	text-align: right;
}
.team-left .team-logo {
	animation: pulse 5s 0.2s infinite ease-out;
	-webkit-animation: pulse 5s 0.3s infinite ease-out;
	-o-animation: pulse 5s 0.3s infinite ease-out;
	-ms-animation: pulse 5s 0.3s infinite ease-out;
	-moz-animation: pulse 5s 0.3s infinite ease-out;
}
.team-right .team-logo {
	-webkit-animation: pulse 5s 0.3s infinite ease-out;
	-o-animation: pulse 5s 0.3s infinite ease-out;
	-ms-animation: pulse 5s 0.3s infinite ease-out;
	-moz-animation: pulse 5s 0.3s infinite ease-out;
	animation: pulse 5s 0.3s infinite ease-out;
}
@-webkit-keyframes pulse {
    0% { -webkit-transform: scale(0.8);opacity: 0.3; }
    8% { -webkit-transform: scale(1);opacity: 1;}
    100% { -webkit-transform: scale(1);opacity: 1;}
}

@keyframes pulse {
    0% { -webkit-transform: scale(0.8);opacity: 0.3;  }
    8% { -webkit-transform: scale(1);opacity: 1;}
    100% { -webkit-transform: scale(1);opacity: 1;}
}

@-webkit-keyframes rotate-01 {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
@keyframes rotate-01 {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}



/************Responsive Media Queries Starts*****************/
@media screen and (max-width:1180px)
{
	
}

@media screen and (max-width:1024px)
{
	
}

@media screen and (max-width:980px)
{
	
}

@media screen and (max-width:800px)
{
	
}

@media screen and (max-width:640px)
{
}
@media screen and (max-width:600px)
{
}
@media screen and (max-width:480px)
{
}
@media screen and (max-width:360px)
{
.play-center-blk {
    width: 150px;
}
.third-block .left, .third-block .right {
    width: 110px;
}
}
@media screen and (min-width:769px) and (max-width:800px)
{
	
}

@media screen and (min-width:641px) and (max-width:768px)
{
	
}

@media screen and (min-width:601px) and (max-width:640px)
{
	
}

@media screen and (min-width:481px) and (max-width:600px)
{
	
}

@media screen and (min-width:361px) and (max-width:480px)
{
	
}

@media screen and (min-width:321px) and (max-width:360px)
{
	
}

@media screen and (max-width:320px)
{
	
}
/************Responsive Media Queries Ends*****************/