@charset "utf-8";
html,
body,
div,
span,
applet,
object,
iframe,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    line-height: 1.2;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    box-shadow: 1px 1px 16px #c7c7c7;
    border-radius: 15px 5px;
    background-color: #ffffff;
	font-size: 1.4em;
 
  font-family:Open Sans;
  font-style:italic;
  color: #555555;
  
  border-left:4px solid #df51ba ;
  line-height:1.6;
  position: relative;
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    box-shadow: 1px 1px 6px #c7c7c7;
    border-radius: 12px;
    width:100%;
    border-spacing: 0
}

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333;
    line-height: 1;
    background-image: url(imgs/mainbg.jpg);
    background-repeat: repeat;
    background-attachment: fixed;
    background-size: cover
}

a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333
}

a:link {
    text-decoration: none;
     margin-top: 2px;
}

a:visited {
    text-decoration: none
}

a:hover {
    text-decoration: underline;
    color: #09C
}

a:active {
    text-decoration: none
}

.wrapper {
    max-width: 1002px;
    margin: auto
}

.fl {
    float: left
}

.fr {
    float: right
}

.flex {
    overflow: hidden
}

.split {
    clear: both
}

header {
    width: 100%;
    background-color: #fff
}

.logo {
    float: left;
    margin: 12px 0 10px;
    width: 49%;
}

.logo img {
    height: 100%;
    width: 100%
}

.toprightbar {
    float: right;
    padding: 30px 0 0;
    width: 45%
}

.tabbg {
    background-color: #666;
    min-height: 35px;
    border-bottom: solid 3px #e32424
}

nav {
    max-width: 1002px;
    margin: auto
}

nav ul {
    width: auto
}

nav ul li {
    list-style: none;
    float: left
}

nav ul li:hover {
    background-color: #e32424
}

nav ul li a {
    padding: 11px 22px;
    display: block;
    color: #FFF;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    border-right: solid 1px #7e7d7d
}

nav ul li a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #e32424
}

.active {
    background-color: #e32424
}

nav ul li:hover ul {
    display: block
}

nav ul ul {
    display: none;
    position: absolute;
    width: 187px;
    z-index: 9999;
    background-color: #e32424
}

nav ul ul li {
    list-style: none;
    float: none
}

nav ul ul li a {
    padding: 10px 10px 10px 15px;
    display: block;
    color: #FFF;
    text-transform: none;
    font-family: 'Roboto', sans-serif;
    border-right: none;
    font-size: 12px;
    border-bottom: solid 1px #f64444
}

nav ul ul li a:hover {
    background-color: #c30e0e
}

.search {
    margin-top: 40px;
    width: 100%
}

.fts {
    padding: 2px;
    width: 240px;
    background-color: #f7f7f7;
    border: solid 1px #ddd;
    font-size: 13px;
    font-family: Calibri;
    font-style: italic
}

.bluebg {
    background-color: #467abb!important;
    color: #FFF!important;
    font-size: 12px!important
}

.redbg {
    background-color: #cc2321!important;
    color: #FFF!important;
    font-size: 12px!important
}

.graybg {
    background-color: #f7f7f7;
    font-size: 12px
}

.wbg {
    background-color: #fff;
    font-size: 12px
}

.link {
    margin: 15px 0
}

.link a {
    font-family: Calibri;
    font-size: 12px;
    padding: 4px 12px;
    text-transform: uppercase;
    background-color: #e41d25;
    border-radius: 2px;
    color: #FFF
}

.link a:hover {
    background-color: #666;
    color: #FFF;
    text-decoration: none
}

.link1 {
    margin: 15px 0
}

.link1 a {
    font-family: Calibri;
    font-size: 12px;
    padding: 4px 12px;
    text-transform: uppercase;
    background-color: #467abb;
    border-radius: 2px;
    color: #FFF
}

.link1 a:hover {
    background-color: #666;
    color: #FFF;
    text-decoration: none
}

.news_bar {
    max-width: 1002px;
    margin: 0 auto 18px;
    overflow: hidden;
    border: solid 1px #ddd;
    background-color: #fff
}

.news_bar h2 {
    font-weight: 100;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    border-right: solid 1px #ccc;
    padding: 6px 8px;
    color: #e32424;
    float: left;
    text-transform: uppercase;
    background-color: #f7f7f7
}

.newsscroll {
    float: right;
    width: 910px;
    padding-right: 12px
}

.newsscroll ul {
    width: auto
}

.newsscroll ul li {
    float: left;
    margin: 5.5px 0 0
}

.newsscroll ul li a {
    padding: 3px 12px;
    display: block;
    font-size: 12px;
    color: #666;
    font-family: 'Roboto', sans-serif;
    border-right: solid 1px #eee
}

.newsscroll ul li a:hover {
    color: #e21d23;
    text-decoration: none
}

.slider {
    width: 100%;
    border-bottom: solid 5px #fff
}

.slider img {
    height: 180px !important;
    width: 100%
}

.heading {
    font-weight: 100;
    font-size: 25px;
    margin: 20px 0 0;
    color: #fff;
    padding-bottom: 12px;
    font-family: 'Roboto', sans-serif
}

.box_bar {
    width: 100%;
    min-height: 300px;
    box-shadow: 0 0 4px #ccc;
    margin: 0;
    border-bottom: solid 4px #59add9;
    background-color: #f7f7f7
}

.box_bar1 {
    width: 100%;
    height: 300px;
    box-shadow: 0 0 4px #ccc;
    margin: 0;
    border-bottom: solid 4px #e84545;
    background-color: #f7f7f7
}

.box_padnew {
    padding: 0 15px 15px
}

.box_pad {
    padding: 15px 0 15px 3px
}

.box_pad ul {
    width: auto
}

.box_pad ul li {
    list-style: none;
    float: left;
    width: 32%;
    margin: 0 6px
}

.box_pad ul li:hover {
    animation: 1s bc;
    -webkit-animation: 1s bc
}

.box_pad ul li img {
    width: 100%;
    margin-bottom: 7px
}

.box_pad ul li a {
    font-family: Calibri;
    font-size: 16px;
    cursor: pointer
}

.box_pad ul li a:hover {
    text-decoration: none
}

@-webkit-keyframes bc {
    0% {
        -webkit-transform: scale(1)
    }
    50% {
        -webkit-transform: scale(.9)
    }
    100% {
        -webkit-transform: scale(1)
    }
}

@-moz-keyframes bc {
    0% {
        transform: scale(1)
    }
    50% {
        transform: scale(.9)
    }
    100% {
        transform: scale(1)
    }
}

.ranking {
    float: left;
    width: 49%;
    margin: 0 0 12px
}

.ranking tr:nth-child(even) {
    background: #E5E5E5
}

.ranking tr:nth-child(odd) {
    background: #FFF
}

.ranking tr:hover {
    background: #467ABB;
    -moz-transition: 2s;
    color: #fff
}

.ranking h2 {
    margin: 20px 0 12px
}

.sch {
    float: right;
    width: 49%;
    margin: 0 0 12px
}

.sch tr:nth-child(even) {
    background: #E5E5E5
}

.sch tr:nth-child(odd) {
    background: #FFF
}

.sch tr:hover {
    background: #CC2321;
    -moz-transition: 2s;
    color: #fff
}

.sch h2 {
    margin: 20px 0 12px
}

.team_rating2 .main .marquee0 div div:nth-child(1) {
    white-space: normal !important;
    top: 2px !important;
    overflow: hidden;
    width: 935px !important;
}

.team_rating2 .main .marquee0 div div:nth-child(2) {
    white-space: normal !important;
    top: 2px !important;
    overflow: hidden;
    width: 934px !important;
}

.scrollyear {
    width: 100%;
    padding: 10px 0;
}

.scrollyear ul {
    width: 100%;
}

.scrollyear ul li {
    width: 61px;
    float: left;
    text-align: center;
}

.whbg {
    padding: 15px 5px 0;
    background-color: #FFF;
    border: solid 1px #ddd;
    min-height: 100px
}

.heading1 {
    font-weight: 500;
    font-family: Calibri;
    font-size: 20px;
    color: #fff;
    margin: 0 0 10px;
    text-transform: uppercase
}

.heading2 {
    font-weight: 500;
    font-family: Calibri;
    font-size: 30px;
    color: #333;
    margin: 0 0 10px;
    text-transform: uppercase
}

.heading3 {
    font-weight: 500;
    font-family: Calibri;
    font-size: 15px;
    color: #666;
    margin: -10px 0 10px;
    text-transform: uppercase;
    letter-spacing: 4px
}

.currently {
    color: #FFF;
    padding: 0 0 15px;
    display: block
}

.currently a {
    color: #FFF
}

.ipage {
    width: 100%;
    min-height: 600px;
    background-color: #FFF;
    border-radius: 5px
}

.ipage p {
    margin: 15px 0 0;
    font-family: Calibri;
    font-size: 18px;
    line-height: 21px;
    color: #000
}

.page_prop {
    padding: 12px 15px 4px 3px;
    overflow: hidden
}

.ipage_prop {
    padding: 15px 20px
}

.ipage tr:nth-child(even) {
    background: #ffffff;
    box-shadow: 1px 1px 6px #c7c7c7
}

.ipage tr:nth-child(odd) {
    background: #FFF;
    box-shadow: 1px 1px 6px #c7c7c7
}

.ipage tr:hover {
    background: #ffffff;
    -moz-transition: 2s;
    color: #fff
}

.line {
    border-top: dashed 1px #ddd
}

.leftpanel {
    width: 70%;
    float: left;
    margin: 12px 0 0;
    padding: 15px 5px 0;
    background-color: #FFF;
    border: solid 1px #ddd;
    min-height: 100px
}

.gallery_big {
    width: 100%!important
}

.gallery_big ul {
    width: auto
}

.gallery_big ul li {
    list-style: none;
    float: left;
    margin: 2px;
    border: solid 1px #ecccde;
    padding: 3px 3px 2px;
    width: 48%
}


/*.gallery_big ul li img{width:100%;height:auto}*/

.gallery_big ul li span {
    color: #333;
    display: block;
    font-size: 11px;
    line-height: 12px;
    overflow-y: scroll;
    padding: 6px 0 5px 6px;
    height: 32px
}

.wallpaper {
    width: 100%!important
}

.wallpaper p img {
    float: left;
    height: 100px;
    width: 200px;
    margin-right: 10px
}

.wallpaper p {
    margin-bottom: 20px
}

.wallpaper p a {
    font-family: calibari;
    font-weight: 800;
    color: #666;
    font-size: 18px
}

.wallpaper p a:hover {
    color: #000
}

.wallpaper ul {
    width: auto
}

.wallpaper ul li {
    list-style: none;
    float: left;
    margin: 2px;
    border-radius: 12px;
    box-shadow: 1px 1px 6px #c7c7c7;
    border: solid 1px #fff;
    padding: 3px 3px 2px;
    width: 48%
}

.wallpaper ul li img {
    width: 100%
}

.wallpaper ul li span {
    padding: 6px 0 5px 6px;
    display: block;
    font-size: 12px;
    color: #000;
    height: 32px;
    line-height: 12px;
    overflow-y: scroll
}

.wallpaper_details {
    width: 100%!important;
    border: solid 0px #ecccde;
    padding: 3px 3px 20px;
    text-align: center;
    margin-bottom: 20px;
    box-shadow: 1px 1px 6px #c7c7c7
}

.wallpaper_details h3 {
    color: #fff;
    margin-bottom: 15px;
    font-weight: 100;
    font-size: 20px;
    background: #8b1c62;
    border-radius: 12px
}

.wallpaper_details img {
    width: 100%;
    padding-bottom: 15px
}

.wallpaper_details span {
    padding: 6px 10px 5px;
    font-size: 11px;
    color: #666;
    background-color: #eee;
    border-radius: 3px;
    border: solid 1px #ccc
}

.rightpanel {
    width: 28%;
    float: right;
    margin: 12px 0 0
}

.categories li:nth-child(even) {
    background: #E5E5E5
}

.categories li:nth-child(odd) {
    background: #FFF
}

.categories li:hover {
    background: #E32424;
    -moz-transition: 2s;
    color: #fff!important
}

.categories {
    width: 100%
}

.categories h2 {
    background-color: #e32424;
    color: #FFF;
    padding: 9px 0 9px 10px;
    display: block;
    font-family: Calibri;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400
}

.categories ul {
    border-left: solid 1px #ddd;
    border-right: solid 1px #ddd;
    border-bottom: solid 1px #ddd
}

.categories ul li {
    list-style: none
}

.categories ul li a {
    padding: 10px 0 10px 10px;
    border-top: solid 1px #ddd;
    display: block;
    font-size: 12px
}

.categories ul li a:hover {
    text-decoration: none
}

.team_rating {
    margin: 20px 0 0
}

.team_rating h2 {
    font-family: 'Roboto', sans-serif;
    color: #666;
    font-weight: 100;
    font-size: 20px;
    margin: 0 0 7px
}

#panel {
    display: none
}

footer {
    background-image: url(imgs/light_transparent.png);
    background-repeat: repeat;
    padding: 22px 0 0
}

.botlink {
    width: 100%;
    overflow: hidden;
    padding-bottom: 15px
}

.botlink ul {
    width: 20%;
    float: left
}

.botlink ul h3 {
    font-family: 'Roboto', sans-serif;
    color: #fffc00;
    font-weight: 100;
    font-size: 22px;
    margin: 0 0 20px
}

.botlink ul li {
    list-style: none;
    line-height: 22px
}

.botlink ul li a {
    color: #fff;
    font-size: 12px
}

.botlink ul li a:hover {
    color: #fff
}

.copyright {
    background-color: #222121;
    height: 80px;
    padding: 15px 0
}

.copyright p {
    color: #999;
    font-size: 11px;
    margin: 9px 0;
    text-align: center
}

.viedo_icon {
    position: absolute;
    margin: -110px 10px 0 140px
}

.input {
    width: 350px;
    border: #CCC thin solid;
    height: 30px
}

.submit {
    background: red;
    cursor: pointer;
    border: none;
    padding: 5px 10px;
    color: #FFF
}

.reg {
    float: right;
    margin: -10px 0 10px
}

.story-item {
    background: none repeat scroll 0 0 #fff;
    border-bottom: 1px solid #e7e7e7;
    display: block;
    padding: 10px 0;
    position: relative
}

.story-item .author {
    color: #333;
    display: block;
    float: left;
    font-family: BentonSansMedium, Arial, sans-serif;
    font-size: .92308em;
    margin: 0 0 20px;
    text-transform: uppercase
}

.story-item .author .caption {
    float: left;
    margin: 10px 0 0
}

.story-item .author {
    color: #333;
    display: block;
    float: left;
    font-family: BentonSansMedium, Arial, sans-serif;
    font-size: .92308em;
    margin: 0 0 20px;
    text-transform: uppercase
}

p {
    line-height: 18px
}

.caption a {
    color: #439ec9
}

.story-body {
    clear: both
}

.story-imgwrap {
    float: left;
    margin: 0 19px 20px 0;
    width: 310px
}

.story-img {
    overflow: hidden;
    height: 250px
}

.story-item .story-img a {
    display: block;
    max-height: 174px;
    position: relative
}

.story-item .story-img img {
    width: 100%
}

img,
picture {
    max-width: 100%
}

.story-item .match-title {
    clear: both;
    color: #666;
    font-family: calibri;
    font-size: 17px;
    font-weight: 700;
    margin: 0 0 10px;
    text-transform: uppercase
}

.story-item .story-title {
    clear: both;
    font-size: 2.30769em;
    margin: 0 0 15px
}

.story-item .story-title a {
    color: #000;
    font-size: 28px;
    transition: all 200ms ease-in-out 0;
    word-break: normal
}

.story-item .story-title a:hover {
    color: #e32424;
    font-size: 28px;
    transition: all 200ms ease-in-out 0;
    word-break: normal
}

.story-item .story-brief {
    font-size: 1.23077em;
    line-height: 1.5em;
    margin: 0 0 15px
}

.story-item .story-brief .story-date {
    font-family: BentonSansBold, Arial, sans-serif
}

.story-briefwrap {
    width: 51%;
    float: right
}

.story-item .story-body {
    clear: both
}

.story-briefwrap img {
    float: left
}

.caption a {
    font-size: 12px!important;
    color: #666;
    font-family: Calibri
}

#social {
    margin: auto;
    padding-right: 10px;
    margin-left: 47%
}

#social img {
    float: left
}

.paging {
    margin: 10px 0 12px;
    float: left
}

.linksmall {
    border: solid 1px #ddd;
    padding: 6px 10px;
    color: #666;
    font-family: Calibri;
    background-color: #fff
}

:hover.linksmall {
    border: solid 1px #ddd;
    background-color: #666;
    color: #fff;
    text-decoration: none
}

.h1 {
    background-color: #666;
    padding: 10px;
    font-size: 18px;
    color: #FFF
}

.h1 a {
    list-style: disc
}

.ol {
    list-style: lower
}

.ol li {
    padding: 0;
    margin-left: 20px;
    border-bottom: solid 1px #666
}

.brod {
    position: absolute;
    line-height: 50px;
    margin-top: 100px
}

.httt h1 a {
    font-size: 50px;
    text-decoration: underline
}

.p {
    text-align: center!important;
    overflow: hidden!important;
    padding: 0;
    margin: 0
}

.main_row {
    width: 100%;
    margin: 10px 0 0
}

.itext {
    display: block;
    float: left;
    font-family: "Archivo Narrow", sans-serif;
    font-size: 20px;
    letter-spacing: .5px;
    margin-bottom: 10px;
    margin-top: 12px;
    width: 25%
}

.textbox_bar {
    float: right;
    text-align: left;
    width: 68%
}

.textbox {
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #333;
    font-family: Calibri;
    font-size: 13px;
    margin: 5px 0;
    padding: 9px;
    width: 94%;
    height: auto
}

.textarea {
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #333;
    font-family: Calibri;
    font-size: 13px;
    margin: 5px 0;
    padding: 9px;
    width: 94%;
    height: 150px
}

.fl_bar {
    float: left;
    margin-right: 10px;
    margin-top: 20px;
    text-align: right;
    width: 48%
}

.fr_bar {
    float: right;
    margin-top: 20px;
    text-align: left;
    width: 48%
}

.button {
    padding: 6px 14px;
    background-color: #4b4b4b;
    color: #FFF;
    border: solid 1px #4b4b4b;
    border-radius: 5px;
    font-family: 'Archivo Narrow', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer
}

:hover.button {
    background-color: #666;
    color: #FFF;
    border: solid 1px #666
}

.linkk {
    text-align: center;
    color: #FFF;
    margin-bottom: 5px
}

.linkk a {
    text-align: center;
    color: #FFF
}

.mobile-home span {
    display: none
}

.mobile-nav {
    display: none;
    color: #fff
}

.btn:hover {
    background: #E32424 none repeat scroll 0% 0% !important;
}

#social {
    margin: 0 auto;
    width: 120px;
}

.reg ul {
    display: inline-block;
}

.reg ul li {
    display: inline-block;
}

.reg ul li a {
    background: #000 none repeat scroll 0 0;
    border-radius: 5px !important;
    color: #fff !important;
    padding: 5px 10px !important;
    line-height: 19px !important;
    font-size: 17px !important;
    font-family: calibri !important;
}

.reg ul li a:hover {
    background-color: #E32424 none repeat scroll 0% 0%;
}

@media all and (max-width: 1600px) and (min-width: 1003px) {
    .slider #fwslider {
        border-bottom: 5px solid #fff;
        height: 400px !important;
        overflow: hidden;
        width: 1002px;
    }
    .slider {
        width: 100% !important;
        height: 400px;
    }
    .slider img {
        height: 400px;
        width: 100%;
    }
    #fwslider {
        overflow: hidden;
    }
    #fwslider .slide img {
        width: 100%;
        height: 400px !important;
    }
    #fwslider .slide {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        width: 100%;
    }
}

@media all and (max-width: 1002px) and (min-width: 901px) {
    .mobile-home img {
        display: none
    }
    .mobile-home span {
        display: block
    }
    .mobile-nav {
        display: block;
        color: #fff;
        font-size: 24px;
        float: right;
        padding: 6px;
        margin-right: 12px;
    }
    nav ul ul {
        width: 100%;
    }
    .logo {
        float: none;
        height: auto;
        margin: 0px auto;
        width: 70%;
    }
    .toprightbar {
        float: none;
        margin: 0;
        padding: 0;
        width: 100%;
    }
    .reg {
        float: left;
        margin: 0;
        width: 41%;
        margin-top: 6px;
    }
    .search {
        float: right;
        margin-top: 0;
        width: 47%;
    }
    .fts {
        width: 100%
    }
    .search-box {
        width: 88%
    }
    .logo img {
        height: 100%;
        width: 100%;
    }
    .video-js {
        width: 100% !important;
        height: auto;
    }
}

@media all and (max-width: 975px) and (min-width: 599px) {
    .mobile-home img {
        display: none
    }
    .mobile-home span {
        display: block
    }
    .mobile-nav {
        display: block;
        color: #fff;
        font-size: 24px;
        float: right;
        padding: 6px;
        margin-right: 12px;
    }
    nav ul ul {
        width: 100%;
    }
    .logo {
        float: none;
        height: auto;
        margin: 0px auto;
        width: 70%;
    }
    .toprightbar {
        float: none;
        margin: 0;
        padding: 0;
        width: 100%;
    }
    .reg {
        float: left;
        margin: 0;
        width: 41%;
        margin-top: 6px;
    }
    .search {
        float: right;
        margin-top: 0;
        width: 47%;
    }
    .fts {
        width: 100%
    }
    .search-box {
        width: 85%
    }
    .logo img {
        height: 100%;
        width: 100%;
    }
    nav {
        display: none;
        position: relative;
        width: 100%;
    }
    nav ul li {
        width: 100%;
        text-align: center;
        background-color: #e32424;
    }
    .video-js {
        width: 100% !important;
        height: auto;
    }
    .team_rating {
        margin: 0 auto;
        width: 280px;
    }
    .team_rating {
        margin: 0 auto;
        width: 280px;
    }
    #social {
        margin: 0 auto;
        width: 120px;
    }
    .botlink ul:last-child {
        display: none;
    }
    .botlink ul {
        width: 49%;
        float: left;
        text-align: center;
    }
    .gallery_big ul li {
        width: 100%;
    }
    .wallpaper ul li {
        width: 100%;
    }
    .categories {
        width: 100%;
        clear: both;
    }
    .jcarousel-skin-tango .jcarousel-prev-horizontal {
        right: 21px !important;
        left: auto !important;
    }
    .jcarousel-skin-tango .jcarousel-next-horizontal {
        right: 0 !important;
    }
    .ipage p {
        font-size: 16px;
        line-height: 23px;
    }
}

@media all and (max-width: 600px) and (min-width: 489px) {
    .mobile-home img {
        display: none
    }
    .mobile-home span {
        display: block
    }
    .mobile-nav {
        display: block;
        color: #fff;
        font-size: 24px;
        float: right;
        padding: 6px;
        margin-right: 12px;
    }
    nav ul ul {
        width: 100%;
    }
    nav {
        display: none;
        position: relative;
        width: 100%;
    }
    nav ul li {
        width: 100%;
        text-align: center;
        background-color: #e32424;
    }
    .logo {
        float: none;
        height: auto;
        margin: 0px auto;
        width: 70%;
    }
    .toprightbar {
        float: none;
        margin: 0;
        padding: 0;
        width: 100%;
    }
    .reg {
        float: left;
        margin: 0;
        width: 41%;
        margin-top: 6px;
    }
    .search {
        float: right;
        margin-top: 0;
        width: 47%;
    }
    .fts {
        width: 100%
    }
    .search-box {
        width: 85%
    }
    .logo img {
        height: 100%;
        width: 100%;
    }
    .video-js {
        width: 100% !important;
        height: auto;
    }
    .leftpanel,
    .rightpanel,
    .ranking,
    .sch {
        width: 100%;
        float: none;
    }
    .team_rating {
        margin: 0 auto;
        width: 280px;
    }
    #social {
        margin: 0 auto;
        width: 120px;
    }
    .botlink ul:last-child {
        display: none;
    }
    .botlink ul {
        width: 50%;
        float: left;
        text-align: center;
    }
    .gallery_big ul li {
        width: 100%;
    }
    .wallpaper ul li {
        width: 100%;
    }
    .categories {
        width: 100%;
        clear: both;
    }
    .jcarousel-skin-tango .jcarousel-prev-horizontal {
        right: 21px !important;
        left: auto !important;
    }
    .jcarousel-skin-tango .jcarousel-next-horizontal {
        right: 0 !important;
    }
    .ipage p {
        font-size: 16px;
        line-height: 23px;
    }
}

@media all and (max-width: 490px) and (min-width: 320px) {
    .mobile-home img {
        display: none
    }
    .mobile-home span {
        display: block
    }
    .mobile-nav {
        display: block;
        color: #fff;
        font-size: 24px;
        float: right;
        padding: 6px;
        margin-right: 12px;
    }
    nav ul ul {
        width: 100%;
    }
    .botlink ul:last-child {
        display: none;
    }
    nav {
        display: none;
        position: relative;
        width: 100%;
    }
    nav ul li {
        width: 100%;
        text-align: center;
        background-color: #e32424;
    }
    .search-box {
        width: 87%;
    }
    .search-box input {
        width: 100%;
    }
    .search-btn {}
    .botlink ul {
        float: left;
        width: 25%;
        text-align: center;
    }
    .logo {
        float: none;
        height: auto;
        margin: 0px auto;
        width: 70%;
    }
    .toprightbar {
        float: none;
        margin: 0;
        padding: 0;
        width: 100%;
    }
    .reg {
        float: none;
        margin: 14px auto;
        width: 100%;
        text-align: center;
    }
    .search {
        float: none;
        width: 85%;
        margin: 0px auto;
    }
    .leftpanel,
    .rightpanel,
    .ranking,
    .sch {
        width: 100%;
        float: none;
    }
    .team_rating {
        margin: 0 auto;
        width: 280px;
    }
    .gallery_big ul li {
        width: 100%;
        margin: 0px;
        padding: 0px;
    }
    .wallpaper ul li {
        width: 100%;
    }
    .categories {
        width: 100%;
        clear: both;
    }
    .jcarousel-skin-tango .jcarousel-prev-horizontal {
        right: 21px !important;
        left: auto !important;
    }
    .jcarousel-skin-tango .jcarousel-next-horizontal {
        right: 0 !important;
    }
    .ipage p {
        font-size: 18px;
        line-height: 23px;
    }
    /*.reveal-modal{
width:100%;
}
.itext, .textbox_bar{
width: 100%;
margin:0px;
}
.reveal-modal{
left: 82%;
max-width: 320px;
}*/
}


/*--- Live Score ---*/

.livescorebox {
    bottom: 0;
    display: block;
    position: fixed;
    right: 20px;
    width: 265px;
    z-index: 9999;
}

.livescorebox iframe {
    height: 380px;
}

#livescore-container {
    display: none;
    width: 265px;
}

#inner {
    background-color: #F0F0F0;
    border: 1px solid #ddd;
    border-bottom-width: 0px;
}

.livechat {
    background-color: #d92029;
    color: #fff;
    display: block;
    margin-left: 135px;
    padding: 6px 15px;
    text-align: center;
    text-decoration: none;
    width: 100px;
}

.livechat:hover {
    color: #fff;
}
.newadds{
	background:#fff;
	width:250px;
	height:50px;
	float:left;
    margin-right:8px;
	margin-top:-6px;
	}
.topaddss{
	width:100%;
	height:11px;}

        .td {
            white-space: nowrap;
        }
        
        a:hover {
            text-decoration: none;
        }
        
        .pro {
            text-decoration: none;
            background: #F00;
            border-radius: 5px;
            padding: 5px 15px 5px 15px;
        }
        
        .pro:hover {
            text-decoration: none;
            background: #000;
            border-radius: 5px;
            color: #FFF;
            padding: 5px 15px 5px 15px;
        }
        
        #pro {
            background: none repeat scroll 0 0 #000;
            border-radius: 5px;
            color: #fff;
            font-family: calibri;
            font-size: 17px;
            padding: 5px 10px;
            text-decoration: none;
        }
        
        #pro:hover {
            background: #e32424;
            color: #FFF;
        }
        
        .arr {
            width: 350px;
        }
        
        .livematches {
            background-color: #fff;
            color: #4a4545;
            display: inline-block;
            height: auto;
            margin-bottom: 8px;
            padding: 1%;
            width: 100%;
        }
        
        .livematches #tabs .box {
            width: 98%;
            box-shadow: 10px 4px 8px 10px;
            border-radius: 5px;
            margin-bottom: 20px;
            float: left;
            margin-right: 1.3%;
            font-size: 13px;
            border-right: 1px solid #ccc;
        }
        
        .livematches #tabs .box:last-child {
            margin: 0px;
        }
        
        .livematches #tabs .box li {
            color: #4A4545;
            line-height: px;
        }
        
        .livematches #tabs .box a {
            color: #7e7d7d;
            margin-top: 5px;
            display: block;
            font-size: 13px;
        }
        
        .livematches #tabs .box a:hover,
        .livematches #tabs .box a:focus {
            color: #e32424;
        }
        
        .livematches #tabs .ui-widget-header {
            border-bottom: 1px solid #e32424;
            display: inline-block;
            height: auto;
            margin-bottom: 8px;
            padding: 0;
            width: 100%;
        }
        
        .livematches #tabs .ui-widget-header li {
            display: inline-block;
            float: left;
            margin-right: 8px;
            padding: 4px 0;
        }
        
        .livematches #tabs .ui-widget-header .ui-state-active a {
            background-color: #2c374d;
            color: #fff;
            border-radius: 29px 20px;
        }
        
        .livematches #tabs .ui-widget-header a {
            text-decoration: none;
            color: #000;
            padding: 3px 5px;
        }
        
        .livematches #tabs .ui-widget-header i {
            margin-left: 3px;
        }
        
        .livematches #tabs .ui-widget-header .ui-state-active a:hover,
        .livematches #tabs .ui-widget-header .ui-state-active a:focus {
            background-color: #e32424;
            color: #fff;
        }