
body{
	padding:0;
	margin:0;
	color:#333333;
}

/*===================fonts===================*/
@font-face {
    font-family: 'SourceSansPro-Regular';
    src: url('../fonts/SourceSansPro-Regular/SourceSansPro-Regular.eot');
    src: url('../fonts/SourceSansPro-Regular/SourceSansPro-Regular.eot') format('embedded-opentype'),
         url('../fonts/SourceSansPro-Regular/SourceSansPro-Regular.woff') format('woff'),
         url('../fonts/SourceSansPro-Regular/SourceSansPro-Regular.ttf') format('truetype'),
         url('../fonts/SourceSansPro-Regular/SourceSansPro-Regular.svg#proximanovablackwebfont') format('svg');
}
@font-face {
    font-family: 'SourceSansPro-Bold';
    src: url('../fonts/SourceSansPro-Bold/SourceSansPro-Bold.eot');
    src: url('../fonts/SourceSansPro-Bold/SourceSansPro-Bold.eot') format('embedded-opentype'),
         url('../fonts/SourceSansPro-Bold/SourceSansPro-Bold.woff') format('woff'),
         url('../fonts/SourceSansPro-Bold/SourceSansPro-Bold.ttf') format('truetype'),
         url('../fonts/SourceSansPro-Bold/SourceSansPro-Bold.svg#proximanovablackwebfont') format('svg');
}
@font-face {
    font-family: 'SourceSansPro-Semibold';
    src: url('../fonts/SourceSansPro-Semibold/SourceSansPro-Semibold.eot');
    src: url('../fonts/SourceSansPro-Semibold/SourceSansPro-Semibold.eot') format('embedded-opentype'),
         url('../fonts/SourceSansPro-Semibold/SourceSansPro-Semibold.woff') format('woff'),
         url('../fonts/SourceSansPro-Semibold/SourceSansPro-Semibold.ttf') format('truetype'),
         url('../fonts/SourceSansPro-Semibold/SourceSansPro-Semibold.svg#proximanovablackwebfont') format('svg');
}
/*===================fonts==================*/


/*=========================css start======================*/
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover{
	background:transparent;
}

.dekstop-hide {
    display: none;
}
/*------header------*/
#header{
	background-color:#2a689e ;
	height:55px;
	/*background-image:url("../images/header_bg.jpg");*/
	
}
#header .logo img {
    width: 54%;
    position: absolute;
    
    top: 30px;
    left: 45px;
}
li.menu-right {
    margin-left: 100px;
}

#header p {
    /*font-family: opensans;*/
	font-family:'SourceSansPro-Regular';
    font-size: 18px;
    color: #fff;
    line-height: 55px;
}
#header .social-icons {
    float: right;
    text-align: right;
	line-height:50px;
	padding: 0;
    margin: 0;
}
#header .social-icons img {
    padding-right: 15px;
    display: inline-block;
    margin-top: -50px;
}
#header .social-icons .border {
    display: inline-block;
    width: 1px;
    height: 55px;
   /* background: #fff;
	margin-right: 15px;*/
}
/*------menu-------*/
.navigation .navbar-inverse {
    background-color: transparent;
    border-color: transparent;
}
.navigation li a {
    color: #333333 !important;
    font-size: 18px;
    margin: 0;
    padding: 15px 28px 0 27px;
	    font-family: 'SourceSansPro-Semibold';

}
.navigation li a:hover{
	color:#2a689e !important;
}
section.navigation ul li img {
    margin-left: 0px;
    display: inline-block;
    float: right;
    position: relative;
    top: -34px;
}
section.navigation {
    margin-left: 90px;
    margin-top: 0;
	position: relative;
    top: -20px;
}
/*----match section----*/
section#match-section {
    margin-top: 50px;
	    font-family: 'SourceSansPro-Semibold';
}
.livescore-second-row {
    padding: 30px 0 0px 0;
    overflow: hidden;
    clear: both;
}
.live-background {
    background-color: #f7f8fa;
    clear: both;
    overflow: hidden;
	padding: 10px 0 65px 0;
	/*padding: 65px 0 65px 0;*/
}
#match-section h2 {
    text-align: left;
    font-weight:normal;
	font-family: 'SourceSansPro-Semibold';
}
#match-section .header {
    background-color: #DEDEDE;
    color: #000;
    font-size: 22px;
    height: 40px;
    text-align: left;
    line-height: 40px;
    background-image: url(../images/corner.png);
    background-repeat: no-repeat;
    padding-left: 40px;
    font-family: 'SourceSansPro-Semibold';
	text-transform: uppercase;
	box-shadow: 0 0 21px -82px #000 inset, 0 -18px 37px -33px #000 inset;
	/*margin-bottom: 20px;*/
}
#match-section .part {
    width: 100%;
}
#match-section .col-lg-2 {
    width: 20%;
}
#match-section .top-section {
    height: 40px;
    background: #2a689e;
}
#match-section .top-section h4 {
    margin: 0;
    line-height: 40px;
    padding-left: 15px;
    color: #fff;
}
#match-section .img-section {
    margin-top: 15px;
}
#match-section .bottom-section img {
    width: 100%;
}
#match-section .bottom-section {
    border: 1px solid #2a689e;
    border-top: none;
    padding: 0px;
    overflow: overlay;
    text-align:center;
    float: left;
}
#match-section .bottom-section h5 {
    text-align: center;
    font-size: 16px;
    margin: 0;
    padding-top: 5px;
	padding-bottom: 5px;
}
#match-section .left-section {
    float: left;
	width: 45%;
}
#match-section .middle-section {
    float: left;
	width: 10%;
}
#match-section .right-section {
    float: right;
	width: 45%;
}
#match-section h6 {
    font-size: 30px;
}
.livescore-second-row {
    padding: 30px 0 0 0;
    overflow: hidden;
    clear: both;
}
/* scroller */
.score-second-layer {
    height: 654px;
}
.live-score-table{
	width:360px;
	background-color:#F7F8F9;
	height: 654px;
}
.live-score-second-layer {
    padding: 0 5px 2px 5px;
	height: 654px;
}
.score-table  #topten {
    height: 571px;
}
div#livescorer {
    height: 525px;
}	

/*------slider-------*/
#slider{
	background-image:url("../images/slider-bg.png");
	background-repeat:no-repeat;
	height:664px;
}
#slider .slider-left {
    /*margin-left: 125px;*/
	margin-left:97px !important;
    margin-top: -18px;
    width: 720px;
    height: 470px;
}
#slider .slider-left img {
    width: 100%;
    height: 470px;
}
#slider .live-stream {
    margin-top: -30px;
    width: 360px;
	background:#ffffff;
	

}
#slider .live-stream-inner{
	    padding: 0 5px 5px 5px;
} 
#slider .live-stream-header{
	background-color: #e1e1e1;
    color: #000;
    font-size: 22px;
    font-family: opensans;
    height: 40px;
    text-align: left;
    line-height: 40px;
    background-image: url(../images/corner.png);
    background-repeat: no-repeat;
    padding-left: 35px;
	
}
#slider .live-stream-header h4{
    background: url(../images/clic.gif);
	background-repeat:no-repeat;
	margin: 0;
    padding: 0;
    height: 40px;
	background-position: right 10px center;
	font-size: 22px;
    line-height: 40px;
	font-family: 'SourceSansPro-Semibold';

}	

#slider .match1 {
    width: 100%;
    background: #aaaaaa;
	overflow: overlay;
}
#slider .team1 {
	float: left;
    width: 115px;
text-align:center;
    font-size: 16px;
        padding: 8px 0px 16px 0px;
	    line-height: 17px;
}
#slider .team2 {
	float: left;
   width: 115px;
text-align:center;
    font-size: 16px;
    padding: 16px 0px 16px 0px;
	    line-height: 17px;
}

#slider .plus {
    background: #2a689e;
    float: right;
    font-size: 18px;
    width: 25px;
    color: #fff;
    height: 57px;
    line-height: 70px;
    text-align: center;
	background-image:url(../images/plus.png) !important;
        background-repeat:no-repeat !important;
		background-position:center center !important;

}
#slider .minus {
    background: #2a689e;
    float: right;
    font-size: 18px;
    width: 25px;
    color: #fff;
    height: 57px;
    line-height: 70px;
    text-align: center;
	background-image:url(../images/minus.png) !important;
        background-repeat:no-repeat !important;
		background-position:center center !important;

}
.plus.active{
	background-image:url(../images/minus1.png) !important;
        background-repeat:no-repeat !important;
}
#slider .match2{
	background:#e1e1e1;
	margin-top:5px;
}
#slider .time-section{
	background: #2a689e;
}
#slider .time-section {
    color: #fff;
    padding-top:15px;
}
#slider .time-section p{
    margin: 0;
    
    font-size: 14px;
	padding: 0px 15px 0px 15px;
}
#slider .time-section h4{
    font-size: 16px;
    margin: 0;
    padding: 0;
	padding: 0px 15px 0px 15px;
}
#slider  .stream {
    display: inline-block;
    width: 60px;
    height: 30px;
    background: #e1e1e1;
    z-index: 999;
    border-radius: 4px;
    margin-left: 2px;
    text-align: center;
    line-height: 30px;
    color: #3881b5;
    font-size: 14px;
	
}
#slider  .stream:hover{
	background: #3881b5;
	color:#e1e1e1;
	cursor:pointer;
}
#slider img {
    display: inline-block;
    float: left;
}
#slider .navigation img {
    display: inline-block;
    float: right;
}
#slider .stream1 {
    background: #3881b5;
	color:#e1e1e1;
}
#slider .stream-top {
    margin-top: 15px;
	margin-left: 15px;
}
#slider .app-icon {
    width: 100%;
    height: 35px;
    
    margin-top: 25px;
    line-height: 35px;
    padding: 0 40px 0 40px;
    color: #fff;

}

#slider .app-icon img {
        float: none;
    width: 131.8%;
    margin-left: -40px;
    height: auto;
}
#slider .app-icon p {
    display: inline-block;
    margin: 0;
    padding: 0;
}
#slider .other-sport {
    margin-left: 308px;
    margin-top: 32px;
}
#slider .other-sport .img-box {
   display: inline-block;
    width: 60px ;
    height: 50px ;
    background: #2a689e;
    transform: skew(-10deg);
    text-align: center;
    line-height: 50px;

}
#slider .other-sport .img-box img {
    text-align: center;
    line-height: 50px !important;
    float: none;
}
#slider .other-sport h3 {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    padding: 0;
}
#slider .other-sport .click-btn {
    display: inline-block;
    width: 90px;
    height: 25px;
    background: #2a689e;
    position: relative;
    top: 0;
    left: 15px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 25px;
}


/*----- Accordion -----*/
.accordion, .accordion * {
	-webkit-box-sizing:border-box; 
	-moz-box-sizing:border-box; 
	box-sizing:border-box;
}
.accordion-section .well
{
    background:transparent;
    padding:0px 12px;
    margin:0px;
	border-radius: 0;
	    border: none;

}
.accordion-section .accordion-section-content {
    background: #2a689e;
}

.accordion-section .well a
{
    color: #E30504;
}
.accordion-section .well a:hover
{
    color:#3d3d3d;
    text-decoration:none;
}
.accordion-section .well p {
    font-size: 14px;
    text-align: left;
    color: #fff;
    font-weight: normal;
	margin:0px;
}
.well .fa.fa-clock-o
{
    float: left;
    margin-right: 8px;
}
.accordion {
	overflow-y:scroll;
	border-radius:3px;
            padding: 5px 0 0 0px;
        height:430px;
		font-family: 'SourceSansPro-Semibold';
		
}
/*=====VS====*/
.acoordian-left-section
{
    float: left;
    width: 35%;
    text-align: center;
    
    font-size: 16px;
    padding: 5px 5px 0 5px;
}
.vs > span 
{
   
    color: white;
    padding: 4px 7px 0;
    text-transform: uppercase;
}
.vs {
    float: left;
    width: 18%;
    margin: 0;
    padding-top: 2px;
	background-image: url(../images/box.png);
    background-repeat: no-repeat;
    text-align: center;
    height: 57px;
    background-size: 100%;


}
.acoordian-right-section {
    float: left;
    text-align: center;
    width: 38%;
    padding-top: 5px;
    font-size: 16px;
}
/*----- Section Titles -----*/
.accordion-section {
    
    
}
.accordion .even {
    background: #e1e1e1;
}
.accordion-time 
{
    font-weight: normal;
    color: #fff;
    font-size: 12px;
    background: #000;
    width: 65%;
    margin: 0 auto;
    height: 23px;
    line-height: 23px;
    border-radius: 8px;
}
.accordion-time1 
{
     position: relative;
     right: 47px;
     font-weight:normal;
}
.accordion-time2
{
     position: relative;
     right: 15px;
     font-weight:normal;
}
.accordion-section-title {
	width:100%;
	padding:  0;
	display:inline-block;
	background-color:#aaa;
    background-image: url(../images/plus.jpg) !important;
	background-position:right !important;
	background-repeat:no-repeat !important;
	/* Type */
	font-size:18px;
	color:#333333;
    font-weight:normal;
   
}
.accordion-section-title.active, .accordion-section-title:hover {
        
       
	text-decoration:none;
}
.accordion-section-title.active
{
        background-image: url(../images/minus.jpg) !important; 
        background-repeat:no-repeat !important;
		background-position:right !important;
	    
}
.accordion-section:last-child .accordion-section-title {
	border-bottom:none;
}

/*----- Section Content -----*/
.accordion-section-content {
	padding: 0;
	display:none;
}

/*------news-------*/

section#news-section {
    padding-top: 50px;
}
section#news-section .headlines {
    height: 1224px;
    overflow-y: scroll;
	/*width: 660px*/	
}
section#news-section .col-lg-8{
    padding-left: 0;
}
 section#news-section .col-lg-4 {
	 padding-right:0px;
 }
 
 section#news-section .col-md-3{
 width: 49%;
 padding: 0px;
 }
#news-section .headlines-header{
	background-color:#eee;
	color:#000;
	font-size:22px;
	height:40px;
	text-align:left;
	line-height:40px;
	background-image:url("../images/corner.png");
	background-repeat:no-repeat;
	padding-left: 40px;
	font-family: 'SourceSansPro-Semibold';
}
#news-section .league {
    background: #aaaaaa;
    padding-bottom: 5px;
}
#news-section .league .league-header{
	background-color:#eee;
	color:#000;
	font-size:22px;
	font-family:opensans;
	height:40px;
	text-align:left;
	line-height:40px;
	background-image:url("../images/corner.png");
	background-repeat:no-repeat;
	padding-left: 40px;
	font-family: 'SourceSansPro-Semibold';
}
#news-section .league .premier-logo{
	text-align:center;
	 background: #e9e9e9;

}
#news-section .premier-table {
    background: #aaaaaa;
    padding: 5px 0px 0 7px;
    box-sizing: border-box;
	overflow: auto;

}
#news-section .premier-table div{
	display:inline-block;
	background: #2a689e;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
	height: 30px;
	line-height:30px;
	color:#fff;
	text-align:center;
	width:57px;
	float: left;
    margin-right: 1px;
	font-family: 'SourceSansPro-Regular';
    font-size: 16px;
    font-weight:600;
}
#news-section .premier-table .team {
    width: 200px; 
	text-align: left;
    padding-left: 15px;
	
}
#news-section .premier-table-point div{
	display:inline-block;
	background: #dedede;
	height: 45px;
	line-height:45px;
	color:#333333;
	text-align:center;
	width:57px;
	float: left;
    margin-right: 1px;
	font-family: 'SourceSansPro-Regular';
	font-size: 16px;
	font-weight:600;
}
#news-section .premier-table-point .team {
	width: 200px;
	padding-left: 10px;
    padding-left: 15px;
	text-align: left;
	font-weight:600;
}
#news-section .premier-table-point .team img {
    margin-right: 10px;
}
#news-section .premier-table-point {
    background: #aaaaaa;
    padding: 0px 0px 0px 7px;
    box-sizing: border-box;
	overflow: auto;
}
#news-section .table-color div{
	background:#e9e9e9;	
} 
#slider .other-sport h3 {
    font-size: 16px;
}
#slider .other-sport .img-box img {
    line-height: 39px;
    width: 17px !important;
}
#slider .other-sport .click-btn {
	width: 89px;
    height: 30px;
    left: 4px;
    font-size: 11px;
    line-height: 30px;
	background:#214463;
	text-align: left;
	padding: 0 5px 0 5px;

}
#slider .other-sport .click-btn:hover{
	background:#aaa;
	color:#214463;
	cursor:pointer;
}
#slider .other-sport .click-btn img {
    float: right;
	margin-top: 10px;
}

/*======================VIDEO SECTION=====================*/
#video-section{
	padding-top: 30px;
    background-image: url(../images/video_bg.jpg);
    background-repeat: no-repeat;
    margin-top: 50px;
    padding-bottom: 50px;
}
#video-section .video-section-header{
	background-color: #eee;
    color: #000;
    font-size: 22px;
    font-family: opensans;
    height: 40px;
    text-align: left;
    line-height: 40px;
    background-image: url(../images/corner.png);
    background-repeat: no-repeat;
    padding-left: 40px;
	font-family: 'SourceSansPro-Semibold';
}
#video-section .video {
    margin-top: 25px;
    height: 530px;
	padding: 5px;
    background: #e1e1e1;
}
/*------tweet------*/
section#twitter {
    padding-top: 50px;
}
.twitter-feed{
	padding-top: 0px;
}
.twitter-feed .twitter-feed-header{
	background-color: #eee;
    color: #000;
    font-size: 22px;
    font-family: opensans;
    height: 40px;
    text-align: left;
    line-height: 40px;
    background-image: url(../images/corner.png);
    background-repeat: no-repeat;
    padding-left: 40px;
	font-family: 'SourceSansPro-Semibold';
}
.twitter-feed .tweet {
    margin-top: 0px;
    height: 500px;
    background: #aaaaaa;
	    padding: 15px;
}
.twitter-feed .tweet iframe#twitter-widget-0 {
    height: 470px !important;
    width: 100% !important;
}
.footytube{
	padding-top: 0px;
}
.footytube .footytube-header{
	background-color: #eee;
    color: #000;
    font-size: 22px;
    font-family: opensans;
    height: 40px;
    text-align: left;
    line-height: 40px;
    background-image: url(../images/corner.png);
    background-repeat: no-repeat;
    padding-left: 40px;
	font-family: 'SourceSansPro-Semibold';
}
.footytube .tweet {
    margin-top: 0px;
    height: 500px;
    background: #aaaaaa;
	    padding-left: 5px;
    padding-right: 5px;
}
.footytube .tweet iframe {
    width: 100%;
	margin-top: 15px;

}
/*------footer------*/
.footerlogo{
	width:20%;
	margin:0 auto;
}
.footerlogo img {
    width: 15%;
    position: absolute;
    text-align: center;
    margin-top: 50px;
}
section#footer {
    background: #e1e1e1;
    padding-top: 50px;	
	padding-bottom: 50px;
	margin-top: 90px;
}
section#footer h3 {
    text-align: left;
    font-size: 22px;
    border-bottom: 1px solid #aaaaaa;
    padding-bottom: 15px;
	font-family: 'SourceSansPro-Semibold';
}
section#footer ul {
    margin: 0;
    padding: 1px;
}
section#footer ul li {
    list-style: none;
	padding-top: 10px;
}
section#footer .connect-with ul li {
        list-style: none;
    padding-top: 4px;
    width: 35px;
    height: 35px;
    background: #aaaaaa;
    border-radius: 50%;
    text-align: center;
}	
	
section#footer ul span {
    position: relative;
    top: -30px;
    left: 55px;
	    font-family: 'SourceSansPro-Regular';

}
section#footer ul span a{
	text-decoration:none;
	color:#333333;
}
section#footer ul li a{
    font-size: 16px;
    color: #333333;
	text-decoration:none;
	    font-family: 'SourceSansPro-Regular';

}
section#footer ul li a:hover{
	color:#337ab7;
}
section#footer ul span a:hover{
	color:#337ab7;
}
section#footer ul li img {
    display: inline-block;
   
}
/*------copyright------*/
#copyright{
	background:#aaaaaa;
	text-align:center;
	padding:15px 0;
	color:#fff;
}
#copyright p {
    margin: 0;
	display:inline-block;
}
#copyright img{
	display:inline-block;
}

/*================Score-table-code===============*/
.epl-livescore iframe {
    width: 360px;
}
.score-table{
	width:360px;
	background-color:#F7F8F9;
	height:700px;
}
.score-second-layer {
    padding: 0 5px 2px 5px;
}
.table-header{
	height:40px;
	line-height:40px;
	background-color:#DEDEDE;
	background-image:url('../images/corner.png');
	background-repeat:no-repeat;
	background-position:left;
	text-transform:uppercase;
	text-align:left;
	font-size: 22px;
	color: #000;
	font-family: 'SourceSansPro-Semibold';
	padding-left:40px;
	box-shadow: 0 0 21px -82px #000 inset, 0 -18px 37px -33px #000 inset;
}
.score-heading{
	padding:55px 0 10px 0px;
}
.main-heading{
	width: 114px;
    display: inline-block;
    background-color: #2A689E;
    color: #fff;
    font-family: 'SourceSansPro-Semibold';
    text-transform: uppercase;
    height: 30px;
    line-height: 30px;
    text-align: center;
	border-top-left-radius: 3px;
    border-top-right-radius: 3px;
	font-size: 15px;
}
.main-heading:hover {
    background-color: #4090d5;
}
.score-table-background{
	background-color:#efefef;
	padding: 15px 0 15px 0;
	margin: 2px 0 2px 0;
	text-align: center;
}
.score-text-section{
	width: 110px;
    display: inline-block;
    font-size: 15px;
    color: #000;
	font-family: 'SourceSansPro-Regular';
    text-align: center;
	vertical-align: middle;
}
.score-text-section img{
	vertical-align: middle;
}
.score-text-section p {
    padding: 0 !important;
    margin: 0 !important;
    text-align: center;
}
.number-box{
	width: 25px;
    height: 23px;
    background-color: #2A689E;
    color: #fff;
    display: inline-block;
    line-height: 22px;
    text-align: center;
    font-size: 15px;
}
.score-dash {
	display: inline-block;
    width: 10px;
    height: 3px;
    background-color: #000;
	margin: 0 3px 0 3px;
    vertical-align: middle;
}

/*========== epl-rank-section ==========*/
.epl-rank{
	background-color:#aaaaaa;
	padding:2px 0 7px 0;
	margin-top: 25px;
}
.rank-table{
	padding: 5px 0px 0 7px;
    box-sizing: border-box;
    overflow: auto;
}

.rank-table .rank-name{
	width: 200px;
    text-align: left;
    padding-left: 15px;
}
.rank-table-point{
	padding: 0px 0px 0px 7px;
    box-sizing: border-box;
    overflow: visible;
}

.rank-table-point .rank-name img{
	margin-right: 10px;
}
.rank-table-color div{
	background-color:#e9e9e9;	
}
/******livescore section start*****/

.unique-table-background{
	margin: 2px 0 2px 0;
	display:none;
}
.unique-text {
    display: inline-block;
	  font-size: 12px;
    color: #fff;
    font-family: 'SourceSansPro-Regular';
    text-align: left;
    vertical-align: middle;
    width: 160px;
    /*background-color: gray;*/
}
.unique-text-section {
    display: inline-block;
	width: 190px;
	font-size: 15px;
    color: #fff;
    font-family: 'SourceSansPro-Regular';
    text-align: center;
    vertical-align: middle;
}
.separator{
  display: inline-block;
  width: 10px;
  color: #fff;
}
.nano > .nano-content{
position:inherit !important;
}
/*****Get Top Ten Score Section Starts***/

.score-dash {
	display: inline-block;
    width: 10px;
    height: 3px;
    background-color: #000;
}


/****Get Top Ten Scorer Section Ends****/
/****Live Results Section starts ****/

#livescorer .table-color {
	background:#e9e9e9;
}

.score-dash {
	display: inline-block;
    width: 10px;
    height: 3px;
    background-color: #000;
	margin: 0 3px 0 3px;
	vertical-align:middle;
}

/*========== epl-rank-section ==========*/
/* epl get score */
.epl-get-score body {
    margin: 0;
    overflow: hidden;
}
.epl-rank{
	background-color:#aaaaaa;
	padding:2px 7px 7px 0;
	margin-top: 0px;
	height:616px;
}
.rank-table{
	padding: 5px 0px 0 7px;
    box-sizing: border-box;
    overflow: auto;
}
#topten  .table-color div{
	background:#e9e9e9;
}
.rank-table div{
	display: inline-block;
    background: #2a689e;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    width: 57px;
    float: left;
    margin-right: 1px;
	font-family:'SourceSansPro-Regular';
	font-size: 16px;
}
.rank-table .rank-name{
	width: 217px;
    text-align: left;
    padding-left: 15px;
}
.rank-table-point{
	padding: 0px 0px 0px 7px;
    box-sizing: border-box;
    overflow: auto;
}
.rank-table-point div{
	display: inline-block;
    background: #dedede;
    height: 45px;
    line-height: 45px;
    color: #333333;
    text-align: center;
    width: 57px;
    float: left;
    margin-right: 1px;
	font-family: 'SourceSansPro-Regular';
    font-size: 16px;
    font-weight:600;
}
.rank-table-point .rank-name{
	width: 217px;
    text-align: left;
    padding-left: 15px;
    font-weight:600;
}
.rank-table-point .rank-name img{
	margin-right: 10px;
}
.rank-table-color div{
	background-color:#e9e9e9;	
}


/*dropdown*/
 .dropup {
    position: absolute;
    margin-top: -44px;
    margin-left: 196px;
    /* width: 30%; */
}

 .dropup {
    position: absolute;
    margin-top: -44px;
    margin-left: 266px;
    /* width: 30%; */
}
.dropdown{
    padding:2px;
    background-color:#ffffff;
}
.dropdown label{
  font-size: 20px;  
  padding:0% 10% 0% 3%;
}


select#colorselector, select#selliveresult {
    width:66.7%;
    padding:5px;
    
}
 select#selleagueseason {
    width:68.5%;
    padding:5px;
	font-family: 'SourceSansPro-Regular';
	font-weight:600;
}
select:focus{
    outline:none;
}
select option{
    padding:5px !important;
    text-align:center !important;
}
select option:hover{
    background-color:#2a689e !important;
}

.clear{
    clear:both;
}
/*----match section----*/
section#match-section {
    margin-top: 50px;
	font-family: 'SourceSansPro-Semibold';
}
.live-score-table .nano {
    /*height: auto;*/
    height: 608px;
    overflow-y: scroll;
}
.livescore-second-row {
    padding: 30px 0 0px 0;
    overflow: hidden;
    clear: both;
}
.live-background {
    background-color: #f7f8fa;
    clear: both;
    overflow: hidden;
	padding: 0px 0 65px 0;
	/*padding: 65px 0 65px 0;*/
}
.live-background .col-lg-4.col-sm-4.col-md-4.col-xs-6 {
    margin-top: 30px;
}
#match-section h2 {
    text-align: left;
    font-weight:normal;
	font-family: 'SourceSansPro-Semibold';
}
#match-section .header {
    background-color: #DEDEDE;
    color: #000;
    font-size: 22px;
    height: 40px;
    text-align: left;
    line-height: 40px;
    background-image: url(../images/corner.png);
    background-repeat: no-repeat;
    padding-left: 40px;
    font-family: 'SourceSansPro-Semibold';
	text-transform: uppercase;
	box-shadow: 0 0 21px -82px #000 inset, 0 -18px 37px -33px #000 inset;
	/*margin-bottom: 20px;*/
}
#match-section .part {
    width: 100%;
}
#match-section .col-lg-2 {
    width: 20%;
}
#match-section .top-section h4 {
    margin: 0;
    line-height: 40px;
    padding-left: 15px;
    color: #fff;
}
#match-section .img-section {
    margin-top: 15px;
}
#match-section .bottom-section img {
    width: 100%;
}
#match-section .bottom-section {
    border: 1px solid #2a689e;
    border-top: none;
    padding: 10px;
    overflow: overlay;
    text-align:center;
    float: left;
}
#match-section .bottom-section h5 {
    text-align: center;
    font-size: 16px;
    margin: 0;
    padding-top: 5px;
	padding-bottom: 5px;
}
#match-section .left-section {
    float: left;
	width: 45%;
}
#match-section .middle-section {
    float: left;
	width: 10%;
}
#match-section .right-section {
    float: right;
	width: 45%;
}
#match-section h6 {
    font-size: 30px;
}
.livescore-second-row {
    padding: 30px 0 0 0;
    overflow: hidden;
    clear: both;
}
/****Live Results Section Ends****/
/*------ NEW LIVE RESULT SECTION CSS -------*/
.loader {
		position: absolute;
		left: 0px;
		top: 0px;
		width: 100%;
		height: 100%;
		z-index: 9999;
		background: url('../images/blue_loading.gif') no-repeat center center/100px 100px rgb(249,249,249);
	}
.new-score-table {
    width: 360px;
    background-color: #F7F8F9;
    height:700px;
}
.new-score-table .nano {
    /*height: auto;*/
    height: 617px;
    overflow-y: scroll;
}
.nano-pane {
    display: none !important;
}
.new-score-table #liveresults {
    height: 617px;
}
.new-score-second-layer {
    padding: 0 5px 2px 5px;
    height: 654px;
}
.new-table-header {
    height: 40px;
    line-height: 40px;
    background-color: #DEDEDE;
    background-image: url(../images/corner.png);
    background-repeat: no-repeat;
    background-position: left;
    text-transform: uppercase;
    text-align: left;
    font-size: 22px;
    color: #000;
    font-family: 'SourceSansPro-Semibold';
    padding-left: 40px;
    box-shadow: 0 0 21px -82px #000 inset, 0 -18px 37px -33px #000 inset;
}
.new-score-table-background {
    background-color: #efefef;
    padding: 15px 0 15px 0;
    margin: 2px 0 2px 0;
    text-align: center;
}
.new-score-table-background:hover {
    cursor:pointer;
}
.new-score-table-background:hover p, .new-score-table-background:hover div.new-score-text-section{
    color:#23527c;
}
.score-table-background:hover{
    cursor:pointer;
}
.score-table-background:hover p, .score-table-background:hover div.score-date{
    color:#23527c;
}

#liveresults .table-color {
	background:#e9e9e9;
}
.new-score-table-background h5{
	text-align: center;
    font-size: 16px;
	font-family: 'SourceSansPro-Semibold';
	padding:0;
	margin:0 0 15px 0;
}
.new-score-text-section {
    width: 110px;
    display: inline-block;
    font-size: 15px;
    color: #000;
    font-family: 'SourceSansPro-Regular';
    text-align: center;
    vertical-align: middle;
}
.new-score-text-section p {
    padding: 0 !important;
    margin: 0 !important;
    text-align: center;
}
.new-number-box {
    width: 25px;
    height: 23px;
    background-color: #2A689E;
    color: #fff;
    display: inline-block;
    line-height: 22px;
    text-align: center;
    font-size: 15px;
}
.new-score-dash {
    display: inline-block;
    width: 10px;
    height: 3px;
    background-color: #000;
	margin: 0 3px 0 3px;
	vertical-align:middle;
}
/*accordian css*/
.new-unique-table-background {
    margin: 2px 0 2px 0;
    display: none;
}
.new-score-table-background:hover{
    cursor:pointer;
}
.new-unique-text {
    display: inline-block;
    font-size: 12px;
    color: #fff;
    font-family: 'SourceSansPro-Regular';
    text-align: left;
    vertical-align: middle;
    width: 160px;
    /* background-color: gray; */
}
.divTableCell p{
    margin:0px;
}

/* New Css Start*/
.divTable{
	display: table;
	width: 100%;
	
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell, .divTableHead {
	border: 1px solid #999999;
	display: table-cell;
	padding: 3px 10px;
	height: 20px;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
     line-height: 25px;
}
.divTableCell img {
height :20px;
width:20px;
vertical-align: middle;
}
.divTableCell img.arrow {
height: 16px;
width:16px;
margin-right: 5px;
}
.divTableCell img.yellow-card {
    height: 15px;
    margin-right:5px;
    width: 10px;
}
.divTableCell img.red-card {
    height: 15px;
	margin-right:5px;
    width: 10px;
}
.divTableCell p span {
    font-size: 12px;
    padding-right:5px;
    font-family: 'SourceSansPro-Semibold';
}
.text-heading {
    text-align: center;
    font-size: 20px;
    background-color: #2a689e;
    color: #fff;
    padding: 20px;
    display: block;
    font-family: sans-serif;
    font-weight: bold;
    letter-spacing: 2px;
}
.text-heading {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    color: #fff !important;
}
.divTableCell.odd {
    background-color: #f2f2f2;
}
.divTableCell.even {
    background-color: #e6e6e6;
}

.clear{
    clear:both;
}

/*======================== MEDIA-QUERY-START =======================*/

/*================ MIN-WIDTH-MEDIA ================*/
@media screen and (min-width:1140px){
#slider .container-fluid{
    width: auto;
    margin: 0 auto;
}
#slider {
    background-position: center;
}
#slider .slider-left {
    margin-left: 52px;
}
#slider .live-stream {
    
    margin-left: -27px;
}
#video-section {
    background-size: 100%;
}
}

@media screen and (min-width:1440px){
#slider .slider-left{
	margin-left: 146px !important;
}
#slider .live-stream {
    margin-left: -44px;
}
section.navigation {
    margin-left: 138px;
}
}

@media screen and (min-width:1680px){
#slider .slider-left{
	margin-left: 266px !important;
}
#slider .live-stream {
    margin-left: -84px;
}
section.navigation {
    margin-left: 254px;
}
}

@media screen and (min-width:1920px){
#slider .slider-left{
	margin-left: 386px !important;
}
#slider .live-stream {
    margin-left: -124px;
}
section.navigation {
    margin-left: 375px;
}
}
@media screen and (min-width:2560px){
section.navigation {
    margin-left: 696px;
}	
#slider .slider-left {
    margin-left: 706px !important;
}
#slider .live-stream {
    margin-left: -231px;
	margin-top: -24px;
}
}
@media screen and (min-width:2880px){
section.navigation {
    margin-left: 855px;
}
#slider .slider-left {
    margin-left: 866px !important;
}
#slider .live-stream {
    margin-left: -284px;
}		
}

/*========================= MAX-WIDTH-MEDIA ============================*/

/*--------------- media for viewport 1280px ---------------*/
@media screen and (max-width:1280px){
#header .logo img {
    left: 60px;
}
#slider .slider-left {
    margin-left: 65px!important;
}
#slider .live-stream {
    margin-left: -18px;
}
section.navigation {
    margin-left: 62px;
}
}

/*--------------- media for viewport 1024px ---------------*/
@media screen and (max-width:1024px){
section.navigation {
	margin-left: 0px;
    background-image: url(../images/menu-header.png);
    background-repeat: no-repeat;
    padding-left: 115px;
    background-size: 100%;
    margin-top: 0px;    
    background-position: 0 20px;
}
li.menu-right {
    margin-left: 135px;
}

#header .logo img {
    z-index: 9;
    width: 54%;
    top: 35px;
    left: 50px;
}
.navigation li a {
    font-size: 14px;
	padding: 8px 10px 0 10px;
}
section.navigation ul li img {
    top: -28px;
    height: 36px;
}
/*------ match section-live-section ------*/
section#match-section .col-md-8 {
    width: 100%;
}
select#colorselector, select#selliveresult, select#selleagueseason{
    width:63.7%;
}
section#match-section .col-lg-4.col-sm-4.col-md-4.col-xs-12 {
   /* width: 50%;*/
    margin-top: 50px;
}
.score-table, .live-score-table, .new-score-table{
    width: 315px;
}
#match-section .col-lg-4.col-sm-4.col-md-4.col-xs-12 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}
.epl-livescore iframe{
    width:315px;
}
/*---slider---*/
section#slider div#fgid_10f52d0c5aee6fffc9cb868c9 {
    display: none;
}
section#slider div#fgid_418c37bfcd9d7266d90d5de4d {
    display: none;
}
#slider .stream {
    margin-top: 5px;
}
#slider .speaker img {
    width: 35px;
    margin-top: 5px;
}
#slider .app-icon {
    padding: 0 0 0 0;
}	
#slider {
    background-size: 100%;
	height:555px;
	background-color: #aaa;
    background-image: none;
}
#slider .slider-left {
    margin-left: 87px;
    margin-top: -25px;
    width: 527px;
    height: 341px;
    display:none;
}
#slider .col-sm-4 {
    width: 100%;
}
#slider .live-stream {
    width: 260px;
	margin: 0px auto;
}
#slider .team1 {
    width: 90px;
    font-size: 14px;
	height: 46px;
}
#slider .team2 {
    width: 90px;
    font-size: 14px;
	height: 46px;
    padding: 7px 0 0 0;
}
#slider .vs {
    width: 50px;
    height: 48px;
    font-size: 14px;
    padding-top: 5px;
    background-size: 100%;
	height: 46px;
}
#slider .vs div {
    width: 33px;
    height: 20px;
    margin-left: 9px;
    margin-top: -1px;
    line-height: 20px;
    font-size: 10px;
}
#slider .plus {
    font-size: 17px;
	width: 7%;
	height: 46px;
    line-height: 46px;
}
#slider .minus {
    font-size: 17px;
	width: 7%;
	height: 46px;
    line-height: 46px;
}
#slider .app-icon img {
    float: none;
    width: 99.8%;
    margin-left: 0;
    height: auto;
    margin-top: 10px;
}
.acoordian-right-section, .acoordian-left-section {
    font-size: 14px;
	line-height:14px;
}
.accordion {
    height: 317px;
}
#slider .time-section {
    padding-top: 5px;
}
#slider .time-section p {
    font-size: 12px;
}
#slider .time-section h4 {
    font-size: 14px;
}
#slider .time-section .stream-top {
    margin-top: 8px;
}	
#slider .other-sport {
    margin-left: 241px;
    margin-top: 10px;
}
#slider .speaker img {
    width: 35px;
}
#slider .time-section .stream {
    width: 67px;
    height: 22px;
    line-height: 22px;
}
#slider .time-section .app-icon {
    width: 100%;
    margin-top: 10px;
	padding: 0 12px 0 12px;
}
#slider .other-sport .img-box {
    width: 35px;
    height: 40px;
	line-height: 40px;
}
/*----news----*/
#news-section .premier-table .team {
	width: 172px;
}
section#news-section {
    padding-top: 100px;
}
section#news-section .headlines {
     width: auto; 
}
.rank-table .rank-name {
    width: 168px;
}
.rank-table div{
	width: 60px;
}
.rank-table-point div{
	width: 60px;
}
.rank-table-point .rank-name {
    width: 168px;
}
.score-text-section {
    width: 100px;
}
.new-score-text-section {
    width: 100px;
}
#news-section .premier-table-point .team {
    width: 172px;
}
#news-section .premier-table div {
    width: 43px;
}
#news-section .premier-table-point div{
	width: 43px;
}
#news-section .premier-table-point {
    font-size: 12px;
}
#news-section .premier-table{
    font-size: 12px;
}
/*----footer------*/
section#footer h3 {
    font-size: 20px;
}

}

/*--------------- media for viewport 980px ---------------*/
@media screen and (max-width:980px){
.container {
    width: 940px;
}	
li.menu-right {
	margin-left: 140px;
}
#header .logo img {
    top: 30px;
    left: 52px;
	width: 53%;
}
section.navigation {
    margin-left: 0px;
	padding-left:90px;
}	
/*----slider----*/	
#slider .vs div {
    margin-left: 6px;
}
section.navigation ul li img {
    top: -28px;
    height: 34px;
}
#slider .slider-left {
    margin-left: 85px;
    margin-top: -25px;
    width: 500px;
    height: 323px;
}
#slider .live-stream {
    width: 250px;
}
#slider .team1 {
    width: 85px;
    font-size: 14px;
    height: 40px;
	padding: 6px 0 0 0;
}
#slider .team2 {
    width: 85px;
    font-size: 14px;
    height: 40px;
	padding: 6px 0 0 0;
}
#slider .app-icon img {
/*width: 10px;*/
}
#slider .time-section .app-icon {
    height: 30px;
    line-height: 30px;
}
#slider .plus {
    height: 40px;
    line-height: 40px;
}
#slider .vs {
    width: 45px;
    height: 43px;
	padding-top:2px;
}
#slider .other-sport {
    margin-left: 238px;
    margin-top: 10px;
}
#slider .other-sport h3 {
    font-size: 14px;
}
#slider .other-sport .img-box {
    width: 36px;
    height: 37px;
    line-height: 37px;
}
.accordion {
    height: 303px;
}
/*---------- match-live-score-section ----------*/
select#colorselector, select#selliveresult, select#selleagueseason{
    width:62.7%;
}
.score-table, .live-score-table, .new-score-table{
    width: 305px;
}
.rank-table div {
    width: 55px;
}
.rank-table-point div {
    width: 55px;
}
.score-text-section {
    width: 95px;
}
.new-score-text-section {
    width: 95px;
}
/*----news----*/
#news-section .premier-table .team {
    width: 159px;
}
#news-section .premier-table-point .team {
    width: 159px;
}
#news-section .premier-table div {
    width: 43px;
}
#news-section .premier-table-point div{
	width: 43px;
}
#news-section .premier-table-point {
    font-size: 11px;
}
#news-section .premier-table{
    font-size: 11px;
}
/*---footer---*/
section#footer h3 {
    font-size: 17px;
}
section#footer ul li a {
    font-size: 14px;
}
section#news-section {
    padding-top: 60px;
}
section#news-section .col-md-3{
    float:left;
}
}
/*--------------- media for viewport 812px ---------------*/
/*@media screen and (max-width:812px){
    .navigation li a {
        font-size: 11px;
        padding: 8px 7px 0 7px;
    }
    section.navigation ul li img{
        height: 28px;
    }
    #header .logo img{
        left:50px;
    }
    .container {
        width: 800px;
    }
    #slider .other-sport {
        margin-left: 160px;
        margin-top: 20px;
    }
    .score-table, .epl-livescore iframe, .new-score-table{
        width: 250px;
    }
    .dropdown label{
            padding: 0% 2% 0% 3%;
    }
    .rank-table-point .rank-name, .rank-table .rank-name{
        width: 112px;
    }
    .rank-table div, .rank-table-point div, #news-section .premier-table-point div{
        font-size:15px;
    }
    .new-score-text-section{
        width: 74px;
        font-size: 13px;
    }
    #news-section .premier-table-point .team, #news-section .premier-table .team {
        width: 102px;
    }
}
/*--------------- media for viewport 800px ---------------*/
@media screen and (max-width:800px){
.container {
    width: 760px;
}
.accordion {
    height: 476px;
}
.footerlogo img {
    width: 15%;
    margin-top: 60px;
}
#header .logo img {
    top: 0;
    left: 38px;
    z-index: 9;
}
#slider .col-sm-4 {
    width: 100%;
}
#slider .col-sm-8 {
    width: 100%;
}
section#news-section .col-sm-5 {
    width: 100%;
}
section#news-section .col-sm-7 {
    width: 100%;
}
section#twitter .col-sm-4 {
    width: 100%;
}
section#twitter	.col-sm-8 {
    width: 100%;
}

/*----slider----*/
.navigation li a {
    font-size: 14px;
    padding: 0px 14px 0 14px;
}
section.navigation {
    margin-left: 0;
    background: #e1e1e1;
    margin-top: 0px;
	top:0px;
	padding-left: 35px;
}
li.menu-right {
    margin-left: 0px;
}
#slider .navigation img {
    display: inline-block;
    float: right;
    display: none;
}
#slider {
    background-size: 100%;
    height: 487px;
    background: #aaa;
}
#slider .col-sm-8 {
    width: 100%;
}
#slider {
    background-size: 100%;
    height: auto;
    background: #aaa;
}
#slider .slider-left {
    margin-left: 0;
    margin-top: 0;
    width: 100%;
    height: 400px;
	display: none;
}
#slider .live-stream {
    margin: 20px auto;
    width: 360px;
}
#slider .team1 {
    float: left;
    width: 115px;
    text-align: center;
    font-size: 16px;
    padding: 16px 0px 16px 0px;
    line-height: 17px;
}
#slider .team2 {
    float: left;
    width: 115px;
    text-align: center;
    font-size: 16px;
    padding: 16px 0px 16px 0px;
    line-height: 17px;
}
#slider .vs {
    float: left;
    background-image: url(../images/box.png);
    width: 73px;
    height: 70px;
    background-repeat: no-repeat;
    text-align: center;
    font-size: 18px;
    color: #fff;
    padding-top: 5px;
}
#slider .plus {
    background: #2a689e;
    float: right;
    font-size: 18px;
    color: #fff;
    height: 70px;
    width: 6%;
    text-align: center;
}
#slider .minus {
    background: #2a689e;
    float: right;
    font-size: 18px;
    color: #fff;
    height: 70px;
    width: 6%;
    text-align: center;
}
#slider .vs div {
    background: #000;
    width: 45px;
    height: 25px;
    z-index: 999;
    margin-left: 14px;
    margin-top: 5px;
    border-radius: 8px;
    text-align: center;
    line-height: 25px;
    color: #fff;
    font-size: 14px;
}
#slider .time-section {
    color: #fff;
    padding-top: 15px;
}
#slider .time-section p {
    margin: 0;
    font-size: 14px;
    padding: 0px 15px 0px 15px;
}
#slider .time-section h4 {
    font-size: 16px;
    margin: 0;
    padding: 0;
    padding: 0px 15px 0px 15px;
}
#slider .stream-top {
    margin-top: 20px;
}
#slider  .app-icon {
    width: 100%;
    height: 35px;
    margin-top: 25px;
    line-height: 35px;
    padding: 0 50px 0 50px;
}
#slider .app-icon img {
    float: none;
    width: 139.8%;
    margin-left: -50px;
    height: auto;
    margin-top:0px;
}
#slider .other-sport {
    margin: 20px auto;
    width: 60%;
}
/*------ match-live-score-results ------*/
section#news-section .col-md-3{
    float:left;
}
.dropdown label{
    padding:0% 4% 0% 3%;
}
.score-table, .epl-livescore iframe, .new-score-table{
    width: 245px;
}
.rank-table .rank-name {
    width: 138px;
}
.rank-table div {
    width: 40px;
	font-size: 12px;
}
.rank-table-point div {
    width: 40px;
	font-size: 12px;
}
.rank-table-point .rank-name {
    width: 138px;
}
.score-text-section {
    width: 75px;
	font-size: 12px;
}
.new-score-text-section {
    width: 75px;
	font-size: 12px;
}
select#colorselector, select#selliveresult{
    width: 62.2%;
}
select#selleagueseason {
    width: 80.5%;
}
/*----news----*/
section#news-section .col-lg-4 {
    padding-right: 0px;
    padding-left: 0;
}
section#news-section .col-lg-8 {
    padding-left: 0;
    padding-right: 0;
}
#news-section .premier-table div {
    width: 15%;
}
#news-section .premier-table .team {
    width: 39%;
}
#news-section .premier-table-point div{
    width: 15%;
}
#news-section .premier-table-point .team{
    width: 39%;
}
#news-section .league{
    margin-top:7%;
}
.footytube .footytube-header {
    margin-top: 20px;
}
/*----footer----*/
section#footer h3 {
    font-size: 14px;
	font-weight: 600;
}
section#footer {
    padding-top: 20px;
}
section#footer ul li img {
    display: inline-block;
    width: 70%;
}
section#footer ul li a img {
    display: inline-block;
    width: 14px;
}
}

/*--------------- media for viewport 768px ---------------*/
@media screen and (max-width:768px){
.container {
    width: 745px;
}
.accordion {
    height: 570px;
}
.navigation li a {
    font-size: 14px;
    padding: 0px 12px 0 12px;
}
select#colorselector, select#selliveresult{
    width: 62%;
}
select#selleagueseason {
    width: 80.5%;
}
.epl-livescore iframe {
    width: 245px;
}
}

/*--------------- media for viewport 736px ---------------*/
@media screen and (max-width:736px){
    section#match-section .col-lg-4.col-sm-4.col-md-4.col-xs-12{
        width:33.33%;
    }
    section.navigation button.navbar-toggle {
        position: relative;
        right: -34%;
    }
    .navbar-inverse .navbar-toggle {
        border-color: #2a689e;
    }
    #slider .other-sport{
        width:66%;
    }
    .container {
        width: 714px;
    }
    .epl-livescore iframe {
        width: 232px;
    }
    .score-table, .live-score-table, .new-score-table{
        width: 232px;
    }
    .rank-table .rank-name, .rank-table-point .rank-name{
        width:125px;
    }
    .score-text-section, .new-score-text-section{
        width:71px;
    }
    select#colorselector, select#selliveresult{
        width:59%;
    }
    
}

/*--------------- media for viewport 640px ---------------*/
@media screen and (max-width:640px){
.dekstop-hide {
    display: block;
}
.mobile-hide {
    display: none;
}	
#match-section .col-lg-2 {
    width: 33.3%;
}
#match-section .col-lg-2 {
    width: 50%;
    margin: 0 auto;
}
.container {
    width: 610px;
}
.footerlogo img {
    width: 20%;
    margin-top: 58px;
}
section.navigation button.navbar-toggle {
    position: relative;
    right: -34%;
}
#header .logo img {
    width: 67%;
}
.navigation li a {
    font-size: 14px;
    padding: 6px 12px 6px 12px;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #2a689e;
}
.navbar-inverse .navbar-toggle {
    border-color: #2a689e;
}
#slider .other-sport {
    width: 76%;
}
#news-section .premier-table {
    padding: 5px 6px 0 7px;
}
#news-section .premier-table-point{
    padding: 0px 6px 0 7px;
}
section#footer ul li img {
    width: auto;
}
/*-------- match section live-score-result section --------*/
#match-section .part {
    width: 100%;
    margin-top: 10px;
}
.dropdown label {
    padding: 0% 3% 0% 3%;
}
select#colorselector, select#selliveresult{
    width:63.6%;
}
select#selleagueseason {
    width: 81.7%;
}


.epl-livescore iframe{
    width:205px;
    margin-left:1%;
}
.epl-livescore iframe .score-table{
   width: 550px;
    margin: 0 auto; 
}
.score-table, .live-score-table, .new-score-table{
    width: 205px;
    margin: 0 auto;
}
section#match-section .col-lg-4.col-sm-4.col-md-4.col-xs-12 {
    width: 33.33%;
}
.table-header, .new-table-header{
    font-size:17px;
}
.dropdown label{
    font-size:16px;
}
section#news-section .col-md-3{
    width:49%;
    float:left;
}
.rank-table div{
	width:44px;
	font-size:12px;
}
.rank-table .rank-name {
    width: 90px;
}
.rank-table-point div{
	width:44px;
	font-size:12px;
}
.rank-table-point .rank-name {
    width: 90px;
}
.number-box, .new-number-box{
    width: 17px;
    height: 17px;
    line-height:16px;
    font-size:12px;
}
.score-text-section {
    width: 65px;
    font-size: 12px;
}

.new-score-text-section {
    width: 65px;
    font-size: 12px;
}
}

/*--------------- media for viewport 568px ---------------*/
@media screen and (max-width: 568px){
.container {
    width: 552px;
}
section.navigation button.navbar-toggle {
    position: relative;
    right: 0;
}
.dropdown label {
    padding: 0% 8% 0% 3%;
}
select#colorselector, select#selliveresult {
    width: 74%;
}
 select#selleagueseason {
    width: 72%;
}
/*---header---*/
#header .col-lg-4.col-sm-4.col-md-4.col-xs-4.welcome {
    width: 30%;
}

#header .col-lg-4.col-sm-4.col-md-4.col-xs-4.logo{
	width:30%;
}
#header .col-lg-4.col-sm-4.col-md-4.col-xs-4.social-icons {
    width: 40%;
}
/*---slider---*/
#slider .other-sport {
    width: 83% !important;
}
/*----news---*/
#news-section .premier-table {
    padding: 5px 0 0 12px;
}
#news-section .premier-table-point{
    padding: 0px 0 0 12px;
}
#news-section .premier-table .team {
    width: 37%;
}
#news-section .premier-table-point .team{
    width: 37%;
}
/*------- live-score-result-section -------*/
.epl-livescore iframe{
    width:500px;
    margin-left:4%;
}
.score-table, .live-score-table, .new-score-table{
    width: 500px;
}
section#match-section .col-lg-4.col-sm-4.col-md-4.col-xs-12 {
    width: 100%;
}
.table-header, .new-table-header{
    font-size:22px;
}
.dropdown label{
    font-size:20px;
}
.rank-table .rank-name {
    width: 245px;
}
.rank-table div {
    width: 114px;
    font-size:16px;
}
.rank-table-point div{
	width: 114px;
	font-size:16px;
}
.rank-table-point .rank-name{
	 width: 245px;
}
.score-text-section, .new-score-text-section{
    width: 135px;
    font-size: 16px; 
}
.number-box, .new-number-box {
    width: 25px;
    height: 23px;
    line-height: 22px;
    font-size: 15px;
}
}

/*--------------- media for viewport 480px ---------------*/
@media screen and (max-width: 480px){
.container {
    width: 460px;
}
#match-section .part {
    width: 100%;
    margin-top: 10px;
}
.footerlogo img {
    width: 27%;
    margin-top: 52px;
}
#header .logo img {
    width: 37%;
    top: -49px;
    left: 283px;
}
/*---header---*/
#header .col-lg-4.col-sm-4.col-md-4.col-xs-4.welcome {
    width: 100%;
}
#header .col-lg-4.col-sm-4.col-md-4.col-xs-4.logo{
	width:100%;
}
#header .col-lg-4.col-sm-4.col-md-4.col-xs-4.social-icons {
    width: 100%;
	padding-left: 15px;
}
#header {
    height: auto;
}
#header .social-icons .border {
    display: none;
}
#header a{
    float: left;
}
/*-----slider---*/
#slider .other-sport {
    width: 100% !important;
}
/*----news----*/
#news-section .premier-table-point {
    padding: 0px 0 0 8px;
}
select#colorselector, select#selliveresult, select#selleagueseason {
    width: 72.5%;
}
select#selleagueseason {
    width: 70.5%;
}
.dropdown label {
    padding: 0% 6% 0% 3%;
}
/*------- live-score-result-section -------*/
.score-table, .live-score-table,  .new-score-table {
    width: 400px;
}
.rank-table .rank-name {
    width: 195px;
}
.rank-table div {
    width: 89px;
}
.rank-table-point div {
    width: 89px;
}
.rank-table-point .rank-name {
    width: 195px;
}
.score-text-section {
    width: 120px;
}
.new-score-text-section{
	width: 120px;
}
.epl-livescore iframe {
    width: 400px;
    margin-left:5.5%;
}
section#news-section .col-md-3{
    width:100%;
}
.accordion {
    height: 570px;
}
}

/*--------------- media for viewport 414px ---------------*/
@media screen and (max-width:414px){
.container {
    width:400px;
}
#header .logo img {
    width: 37%;
    top: -49px;
    left: 240px;
}
/*-----slider-----*/
#slider .other-sport {
    width: 100% !important;
}
#slider .other-sport h3 {
    font-size: 11px;
}
#slider .other-sport .img-box{
    width:29px;
    height:34px;
}
#slider .other-sport .img-box img{
    width:14px !important;
}
#news-section .premier-table-point .team {
    background-position: 5px center;
    text-align: left;
    padding-left: 24px;
}
#news-section .premier-table div {
    width: 13%;
}
#news-section .premier-table .team {
    width: 45%;
}
#news-section .premier-table-point div {
    width: 13%;
}
#news-section .premier-table-point .team {
    width: 45%;
}
#news-section .premier-table-point {
    font-size: 9px;
}
/*----news----*/
#news-section .premier-table-point {
    padding: 0px 0 0 6px;
}
#news-section .premier-table {
    padding: 5px 0 0 6px;
}
select#colorselector, select#selliveresult {
    width: 72.5%;
}
select#selleagueseason {
    width: 69.5%;
}
.dropdown label {
    padding: 0% 3% 0% 3%;
}
/*------- live-score-result-section -------*/
.score-table, .live-score-table, .new-score-table{
    width: 340px;
}
.rank-table .rank-name {
    width: 173px;
}
.rank-table div {
    width: 70px;
}
.rank-table-point div{
	width: 70px;
	font-size: 14px;
}
.rank-table-point .rank-name{
	width: 173px;
}
.score-text-section {
    width: 105px;
	font-size: 14px;
}
.new-score-text-section{
	width: 105px;
	font-size: 14px;
}
.epl-livescore iframe {
    width: 340px;
    margin-left:6.5%;
}
}	

/*--------------- media for viewport 375px ---------------*/
@media screen and (max-width:375px){
.container {
    width:360px;
}
.accordion {
    height: 450px;
}
.footerlogo img {
    width: 31%;
    margin-top: 57px;
}
#header .logo img {
    width: 37%;
    top: -49px;
    left: 215px;
}
/*----slider----*/	
section.navigation ul li img {
    height: 34px;
}

#slider .live-stream {
    width: 250px;
}
#slider .team1 {
    width: 85px;
    font-size: 12px;
    height: 40px;
	padding: 6px 0 0 0;
}
#slider .team2 {
    width: 85px;
    font-size: 12px;
    height: 40px;
	padding: 6px 0 0 0;
}
#slider .app-icon img {
    float: none;
    width: 170.8%;
    margin-left: -50px;
    height: auto;
    margin-top: 10px;
}
#slider .time-section .app-icon {
    height: 30px;
    line-height: 30px;	
    padding: 0 0 0 0;
}
#slider .plus {
    height: 40px;
    line-height: 40px;
}
#slider .minus {
    height: 40px;
    line-height: 40px;
}
#slider .vs {
    width: 45px;
    height: 40px;
	padding-top:2px;
	font-size: 14px;
}
#slider .vs div {
    width: 28px;
    height: 18px;
    margin-left: 8px;
    margin-top: 0;
    border-radius: 4px;
    line-height: 20px;
    font-size: 8px;
}
#slider .other-sport {
    margin-top: 15px;
}
#slider .other-sport h3 {
    font-size: 10px;
}
#slider .other-sport .img-box img {
    width: 11px !important;
}
#slider .other-sport .click-btn{
    width: 80px;
    height: 30px;
    font-size:10px;
    line-height: 32px;
    left:0;
}
#slider .other-sport .img-box {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
/*----news-----*/
#slider .live-stream-header h4 {
    font-size: 18px;
}
#news-section .premier-table-point .team {
    padding-left: 5px;
}
#news-section .premier-table div{
	font-size:15px;
}
select#colorselector, select#selliveresult {
    width: 69.5%;
}
 select#selleagueseason {
    width: 66.5%;
}

/*------- live-score-result-section -------*/
.score-table, .live-score-table, .new-score-table{
    width: 310px;
}

.rank-table .rank-name {
    width: 175px;
}
.rank-table div {
    width: 54px;
	font-size: 15px;
}
.rank-table-point div {
    width: 54px;
}
.rank-table-point .rank-name {
    width: 175px;
}
.score-text-section {
    width: 95px;
}
.new-score-text-section{
	width: 95px;
}
.epl-livescore iframe {
    width: 310px;
    margin-left:6.5%;
}
}

/*--------------- media for viewport 360px ---------------*/
@media screen and (max-width:360px){
.container {
    width:340px;
}
#header .logo img {
    width: 37%;
    top: -49px;
    left: 215px;
}
/*----news----*/
#news-section .premier-table-point {
    padding: 0px 0 0 4px;
}
#news-section .premier-table {
    padding: 5px 0 0 4px;
}
select#selleagueseason {
    width: 64.5%;
}
.rank-table .rank-name {
    width: 175px;
}
.rank-table-point .rank-name {
    width: 175px;
}
.epl-livescore iframe {
    width: 310px;
    margin-left: 3%;
}
}


/*--------------- media for viewport 320px ---------------*/
@media screen and (max-width:320px){
.container{
    width:290px;
}
#header .logo img {
    width: 37%;
    top: -48px;
    left: 188px;
}
/*----news----*/
.premier-logo img {
    width: 75%;
}
/*------- live-score-result-section -------*/
.score-table, .live-score-table, .new-score-table{
    width: 267px;
}
.rank-table .rank-name {
    width: 152px;
}
.rank-table-point .rank-name {
    width: 152px;
}
.rank-table div {
    width: 44px;
	font-size: 13px;
}
.rank-table-point div {
    width: 44px;
	font-size: 12px;
}
.score-text-section {
    width: 85px;
	font-size: 12px;
}
.new-score-text-section {
    width: 85px;
	font-size: 12px;
}
.epl-livescore iframe {
    width: 267px;
    margin-left: 2%;
}
select#colorselector, select#selliveresult, select#selleagueseason{
    width:65.5%;
}
section#news-section .headlines{
    margin-left:-7%;
}
}
/*==================================Media-end============================*/

