/*
*Theme Name: Spotsox
Theme URI: https://webRedox.net
Author URI: https://webRedox.net/
Description: 100% Responsive, Highly Customizable, Unlimited color schemes and SEO Friendly Theme using Twitter Bootstrap, Search Engine Friendly.
Author: webRedox
Version: 1.0.0

--------------------------------------
[ CSS TABLE CONTENT ]
--------------------------------------
1.0  STYLE
2.0  FONTS
3.0  RESET & GENERAL SETTINGS
4.0  HOMEPAGE 1 [275-2038]
    4.1 HEADER TOP SECTION
    4.2 HEADER MENU
    4.3 SLIDER SECTION
    4.4 BLOG CONTAINER
    4.5 SIDEBAR
    4.6 NEWS LATTER SECTION
    4.7 SOCIAL AREA
    4.8 SIDEBAR SOCIAL BUTTON
    4.9 VIDEO SECTION
    4.10 TWITTER FEED SECTION
    4.11 FOOTER TOP SECTION
    4.12 FOOTER SECTION
    4.13 RESPONSIVE STYLE
5.0 HOMEPAGE 2 [2039-2803]
    5.1 TWITTER SECTION 2
    5.2 UPDATE NEWS SECTION
    5.3 TIME FEED
    5.4 TWITTER NEWS
    5.5 RESPONSIVE STYLE
6.0 BLOG PAGE [2805-2975]
    6.1 PAGE TITLE STYLE
    6.2 BLOG CONTAINER
    6.3 BLOG NAVIGATION
7.0 BLOG SINGLE PAGE [2980-]
    7.1 BLOG CONTAINER
    7.2 BLOG SHARE
    7.3 AUTHOR PROFILE
    7.4 COMMENTS AREA
    7.5 LATEST BLOG
8.0 404 PAGE []
    8.1 SEARCH FOR 404
9.0 COMING SOON PAGE []
    9.1 COUNTER
10.0 SHOP PAGE []
    10.1 PRODUCT FILTER
    10.2 PRODUCT ITEMS
    10.3 SHOP SIDEBAR
    10.4 RESPONSIVE
11.0 SHOP SINGLE PAGE []
    11.1 PRODUCT NAVIGATION
    11.2 PRODUCT THUMB SLIDER
    11.3 SLIDER PRODUCT ITMES
    11.4 PRODUCT COUNTER
    11.5 PRODUCT TAB
    11.6 RECENT PRODUCT
12.0 PLAYER PROFILE PAGE []
    12.1 PLAYER CAREARR
    12.2 PLAYER PERFORMANCE
    12.3 PLAYER INSTAGRAM
13.0 CONTACT PAGE
    13.1 CONTACT INFO
    13.2 CONTACT FORM
    13.3 MAP SECTION
14.0 TURNAMENT HISTORY PAGE []
    14.1 MATCH TIME
    14.2 SUPER LEAGUE CUP
15.0 WORLD CUP FIXITURE []
16.0 CUP HISTORY []
17.0 POINT TABLE []
18.0 PRELOADER []
--------------------------------------
[ END CSS TABLE CONTENT ]
--------------------------------------

*/

/*******************************************************
********************* 1.STYLE
*******************************************************/
@import url(bootstrap.css) screen;
@import url(jquery-ui.css) screen;
@import url(owl.carousel.css) screen;
@import url(prettyPhoto.css) screen;
@import url(animate.min.css) screen;
@import url(font-awesome.min.css) screen;
@import url(bootsnav.css) screen;
/*@import url(jQuery-plugin-progressbar.css) screen;*/

/*******************************************************
********************* 2.FONTS
*******************************************************/
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
@import url(../fonts/montserrat-ultralight-webfont.css) screen;
@font-face {
    font-family: 'Montserrat Ultra Light';
    font-style: normal;
    font-weight: normal;
    src: local('Montserrat Ultra Light'), url('../fonts/Montserrat-UltraLight.woff') format('woff');
}

/*******************************************************
********************* 3.RESET & GENERAL SETTINGS
*******************************************************/
* {
    margin: 0;
    padding: 0px;
}

body {
    font-family: 'Montserrat';
    font-size: 13px;
    line-height: 20px;
    position: relative;
    background: #fff;
    color: #656565;
    padding: 0;
    margin: 0;
    overflow: visible;
}

.hidden {
    display: none;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.aligncenter {
    margin-left: auto;
    margin-right: auto;
    display: block;
    clear: both;
}

.clear {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    width: 100%;
}

/* SEARCH */
#search::-webkit-input-placeholder {
    color: #ffffff !important;
    opacity: 0.30;
}

#search:-moz-placeholder {
    color: #ffffff !important;
    opacity: 0.40;
}

#search::-moz-placeholder {
    color: #ffffff !important;
    opacity: 0.30;
}

#search:-ms-input-placeholder {
    color: #ffffff !important;
    opacity: 0.30;
}

::-moz-selection {
    color: #fff;
    text-shadow: none;
    background: #2B2E31;
}

::-webkit-input-placeholder {
    color: #24252f !important;
    opacity: 0.30;
}

:-moz-placeholder {
    color: #24252f !important;
    opacity: 0.40;
}

::-moz-placeholder {
    color: #24252f !important;
    opacity: 0.30;
}

:-ms-input-placeholder {
    color: #24252f !important;
    opacity: 0.30;
}

*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
ul{
    margin: 0;
    padding: 0;
}

a {
    color: #0098d7;
    padding: 0;
    margin: 0;
    text-decoration: none;
}

a:hover, a:focus {
    text-decoration: none;
    color: #01090C;
}

a img {
    border: none;
    vertical-align: bottom;
}


h1, h2, h3, h4, h5, h6 {
    letter-spacing: 0px;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    font-family: 'Montserrat';
    line-height: 140%;
    color: #01090c;
}

h1 {
    font-size: 22px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 13px;
}
.first {
    clear: both;
}

.last {
    margin-right: 0;
}
#u_0_3{color:#000;}

audio, video {
    max-width: 100%;
    height: auto;
}

iframe, embed, object {
    max-width: 100%;
}

input, textarea {
    color: #373737;
}

html, body, .wrapper{
    height: 100% !important;
}

.section{
    padding: 40px 0 25px;
}
.sub-section-title {
    text-align: left;
    display: block;
    margin: 80px 0 50px;
}
.wrapper {
    display: block;
}

/*******************************************************
*********************  4.0 HOMEPAGE ********************
*******************************************************/
/*******************************************************
********************* 4.1 HEADER TOP SECTION
*******************************************************/

.header-section.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
    border-bottom: 1px solid #ececec
}
.header-top {
    display: block;
    background: #24252f;
    position: relative;
    width: 100%;
    padding: 10px 0;
}

.header-social {
    text-align: left;
    float: left;
}

.header-social > ul {
    display: inline-block;
}

.header-social > ul > li {
    display: inline-block;
    list-style: none;
    margin-right: 15px;
}

.header-social > ul > li > a {
    color: #fff;
    opacity: 0.30;
}

.header-social > ul > li > a .fa {
    font-size: 12px;
}
.header-social > ul > li > a:hover{
    opacity: 1;
}

.top-left-menu {
    float: left;
}

.top-left-menu > ul {

}

.top-left-menu > ul > li {
    display: inline-block;
    list-style: none
}

.top-left-menu > ul > li > a {
    color: #fff;
    font-size: 12px;
    font-family: 'Montserrat';
    font-weight: 400;
    padding: 0 15px;
    border-left: 1px solid #3a3b44;
}

.header-right-menu {
    text-align: right;
}

.header-right-menu > ul {
}

.header-right-menu > ul > li {
    list-style: none;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    font-family: 'Montserrat';
    font-weight: 400;
    padding: 0 15px;
    border-right: 1px solid #3a3b44;
}
.header-right-menu > ul > li:hover .dropdown-menu{
    display: block;
}
.header-right-menu > ul > li:last-child{
    border: none;
}

.header-right-menu > ul > li > a {
    color: #fec722;
}
.header-right-menu > ul > li > a:hover{
    border-bottom: 1px dotted #fec722;
}

/*******************************************************
********************* 4.2 HEADER MENU
*******************************************************/

.header-section{
    display: block;
    width: 100%;
    position: relative;
    background-color: #fff;
 }
.navbar {
    display: block;
    width: 100%;
}
button.navbar-toggle.top-m-btn {
    float: left;
    border: none;
    margin-top: 38px;
    position: relative;
    left: 6px;
    background: transparent !important
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 2px;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 15px;
    height: 3px;
    border-radius: 1px;
}
.navbar-default {
    height: auto;
    margin: 0;
    border-bottom: none !important;
    min-height: auto;
    background-color: transparent;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7;
    padding: 0;
}
.shoping-cart-box {
    margin: 33px 0 0;
    position: relative;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu{
    border-bottom:5px solid #fec722 !important;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 12px 12px;
    border-color: transparent transparent #fec722 transparent;
}
.navbar-right .dropdown-menu {
    right: 0;
    left: auto;
    right: inherit;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #555;
    background-color: #fec722;
}
.navbar-default .navbar-nav > li.dropdown:hover > a,
.navbar-default .navbar-nav > li.dropdown:hover > a:hover,
.navbar-default .navbar-nav > li.dropdown:hover > a:focus {
    background-color: #fec722;
    color: rgb(85, 85, 85);
}
li.dropdown:hover > .dropdown-menu {
    display: block;
}
.dropdown-menu{
    padding: 0;
}
.dropdown-menu > li > a{
    padding: 10px 20px;
}
.dropdown-menu > li > a:hover{
    padding: 10px 20px;
    background-color: #fec722;
}
/*  nav search */
.attr-nav > ul li.search{
    border-right: 1px solid #ececec;
    padding-right: 10px;
    background-color: #fcfcfc
}
ul.dropdown-menu.cart-list.animated.fadeOut {
    -webkit-animation-duration: 0s !important;
    -o-animation-duration: 0s !important;
    -moz-animation-duration: 0s !important;
    animation-duration: 0s !important;
    -webkit-transition:  all 0s !important;
    -o-transition:  all 0s !important;
    -moz-transition:  all 0s !important;
    transition:  all 0s !important;
}
.attr-nav > ul li{

}
.attr-nav > ul li button {
    background: none;
    border: none;
    outline: none;

}
.attr-nav > ul li button i{
    font-size: 14px;
    color: #24252f;
    margin: 7px;
}
.attr-nav > ul > li.search input, .attr-nav > ul > li.search input:focus {
    font-size: 14px;
    padding: 17px 25px;
    background: #fcfcfc;
    border: none;
    outline: none;
    box-shadow: none;
}
.attr-nav > ul > li a{
    padding: 0;
    overflow: hidden;
}
.fa-shopping-bag {
    float: left;
    font-size: 14px;
    height: 43px;
    width: 43px;
    border: 2px solid #f1f1f1;
    border-radius: 5px;
    text-align: center;
    padding: 10px;
}
.shop-cart{
    float: left;
    margin-left: 15px;
}

.cart-price {
    text-transform: uppercase;
    color: #24252f;
    font-weight: 700;
    font-size: 13px;
}
.shop-cart p{
    text-transform: uppercase;
    color: #fec722;
    font-weight: 700;
    font-size: 13px;
}
.navbar-brand {
    height: auto;
}
.navbar-brand img{
    width: 100%;
    height: auto;
}
@media screen and (max-width:768px) {
	.navbar-brand {
		margin: 20px auto;
		width: 100%;
	}
	.logo {
		max-width: 100%;
		width: 220px !important;
		text-align: center;
		margin: 0 auto;
	}
}

.navbar-right {
    margin: 30px 0 0;
}
.navbar-right > li {
}
nav.navbar .navbar-nav > li > a {
    font-size: 14px;
    font-weight: 700 !important;
    color: #24252f !important;
    text-transform: uppercase;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
nav.navbar .navbar-nav > li > a:hover{
    background: #fec722;
    color: #fff ;
}

.navbar-left > li {
    border-left: 1px solid #ececec;
}

.navbar-left > li > a {

    padding: 20px !important;
    line-height: 1;
}
.navbar-left > li:last-child{
    border-right: 1px solid #ececec;
}

/*******************************************************
********************* 4.3 SLIDER SECTION
*******************************************************/
.slider-section {
    display: block;
    background: url(../images/slider-bg.jpg) no-repeat;
    background-size: cover;
    position: relative;
}
@media screen and (max-width:991px) {
	.slider-section {
		padding-bottom:30px;
	}
}
.slider-content {
    padding: 200px 0;
}
.slider-content > h1 {
    font-size: 64px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    padding: 0;
}
.slider-content > p {
    font-size: 18px;
    color: #fff;
    line-height: 28px;
}

/* MACH */
.match-time-section {
    border-bottom: 5px solid #fec722;
}
.slider-v .match-time-section {
    border-bottom: none;
    margin-bottom: 30px;
}
#todayGame {
    margin-top: 50px;
}
.time-content {
    background: #fec722;
    display: block;
    margin-right: 110px;
    position: relative;
    padding: 25px 30px 20px;
}
.time-content:before{
    position: absolute;
    right: -120px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 137px 0 0 120px;
    border-color: transparent transparent transparent #fec722;
}

.time-content > p {
    font-size: 14px;
    font-weight: 700;
    color: #24252f;
    margin: 0;
    padding: 0;
    line-height: 30px;
}

.time-content > p > span {
    font-size: 21px;
}


.time-content > p > b {
}
.countdown {
	margin:30px 0px;
}

.couner-box {
    list-style: none;
    text-align: center;
    width: 24.5%;
    display: block;
    float: left;
    position: relative;
}
.couner-box span{
    font-family: 'montserratultra_light';
    font-size: 84px;
    color: #fff;
    display: block;
}
.couner-box p{
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    display: block;
    margin-top: 30px;
    margin-left: 5px;
}
.couner-box p.time-divder{
    position: absolute;
    font-size: 74px;
    font-family: 'montserratultra_light';
    right: 0px;
    margin: 0 auto;
    top: -10px;
}
div#bestplayer {
    margin-bottom: 18px;
}
.best-player-area {
    display: block;
    margin-top: 30px;
}
.best-player-area b{
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    display: block;
    padding: 15px 5px;
}
.best-player-area p{
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    display: block;
    opacity: 0.60;
    position: relative;
    border-left: 1px solid #9B9B9B;
    padding: 15px;
}

/*******************************************************
********************* 4.4 BLOG CONTAINER
*******************************************************/
.title-section {
    display: block;
    border-bottom: 2px solid #fec722;
    position: relative;
    padding: 7px 0;
    margin-bottom: 30px;
}
.title-section:before{
    content: "";
    position: absolute;
    right: 0;
    bottom: 0px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 12px 12px;
    border-color: transparent transparent #fec722 transparent;
}

.title-section > h2 {
    font-family: 'montserratultra_light';
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 28px;
    font-weight: 300;
    color: #24252f
}

.title-section > h2 > b {
    font-weight: 700;
    font-family: 'Montserrat';
}

.title-section > a {
    float: right;
    font-size: 14px;
    font-weight: 700;
    color: #24252f;
    margin: 10px;
}
.title-section > a:hover{
    text-decoration: underline;
    color: #fec722;
}

.blog-items {
    display: block;
    position: relative;
    margin-bottom: 30px;
}

.blog-items > a {
    display: block;
    position: relative;
}
.blog-items > a > img{
    width: 100%;
    height: auto;
}

.blog-items > a:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-image: -webkit-gradient(linear, top right, bottom left, color-stop(0, #575970), color-stop(1, #24252F));
    background-image: -o-linear-gradient(top right, #575970, #24252F);
    background-image: -moz-linear-gradient(top right, #575970, #24252F);
    background-image: -webkit-linear-gradient(top right, #575970, #24252F);
    background-image: linear-gradient(to bottom left, #575970, #24252F);
    opacity: 0.8;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.blog-items > a:hover:before{
    opacity: 0.7;
}

.blog-items > a > img {
    width: 100%;
    height: auto;
}
.blog-items > a > span {
    position: absolute;
    top: 30px;
    left: 30px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #24252f;
    background: #fec722;
    line-height: 1;
    padding: 5px 10px;
}

.blog-content-title {
    display: block;
    position: absolute;
    bottom: 0;
    padding: 30px;
	width: 100%;
}

.blog-content-title > h3 {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    display: block;
    margin: 0;
    padding: 0;
    line-height: 38px;
    margin-bottom: 15px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.blog-items > a:hover .blog-content-title > h3{
    color: #fec722
}

.blog-content-title > span {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}
.col-md-6 .blog-items .blog-content-title > h3{
    font-size: 21px;
    line-height: 31px;
}

.fa-clock-o {
    margin-right: 5px;
}

.fa-comments {
    margin-left: 10px;
    margin-right: 5px;
}
.owl-carousel .owl-wrapper-outer{
    width: 100%;
}

.top-player .item {
}

.top-player .item a {
    display: block;
    position: relative;
}
.top-player .item a img{
    width: 100%;
    height: auto;
    display: block;
}
.top-player .item a:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    box-shadow: inset 0 -160px 160px -35px #24252F;
}
.top-player .item > a > span {
    position: absolute;
    top: 30px;
    left: 30px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #24252f;
    background: #fec722;
    line-height: 1;
    padding: 5px 10px;
}
.poll-item  h3 {
    margin-bottom:0;
    color: #24252f;
    font-weight: 700;
    font-size: 21px;
    margin: 0;
    padding: 0;
}
.poll-item  a{
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    padding: 15px 30px;
    line-height: 1;
    background: #24252f;
    border: 1px solid #24252f;
    display: inline-block;
    border-radius: 3px;
    margin-top: 58px;
}
.poll-item  a:hover{
    background: #755801;
}

.sm-title{
    display: block;
}
.arrow-style{
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #fec722;
    width: 40px;
    height: 56px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}
.arrow-style:hover{
    width: 46px;
}

.arrow-style:before{
    content: "";
    position: absolute;
    left: -54px;
    bottom: 0px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 56px 54px;
    border-color: transparent transparent #fec722 transparent;
}
.arrow-style button{
    color: #24252f;
    background: transparent;
    border: none;
    outline: none
}
.arrow-style button i{
    font-size: 14px;
    font-weight: 700;
    padding: 21px 2px;
}
.our-polls{
    padding: 30px;
}
.our-polls ul{
  list-style: none;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}
.our-polls ul li{
    color: #AAAAAA;
    display: block;
    position: relative;
    float: left;
    width: 100%;
}
.our-polls ul li input[type=radio]{
  position: absolute;
  visibility: hidden;
}
.our-polls ul li label{
  display: block;
  position: relative;
  font-weight: 700;
  font-size: 14px;
  color: #24252f;
  padding: 5px 25px 20px 50px;
  margin: 5px auto;
  height: 20px;
  z-index: 9;
  cursor: pointer;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
}
.our-polls ul li .check{
    background: #fff;
    display: block;
    position: absolute;
    border: 3px solid #fee084;
    border-radius: 100%;
    height: 25px;
    width: 25px;
    top: 7px;
    left: 0px;
    z-index: 5;
    transition: border .25s linear;
    -moz-transition: border .25s linear;
    -o-transition: border .25s linear;
    -webkit-transition: border .25s linear;
}
.our-polls ul li:hover .check {
  border: 3px solid #FFFFFF;
}
.our-polls ul li .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 16px;
    width: 16px;
    top: 0px;
    left: 0px;
    margin: auto;
    transition: background 0.25s linear;
    -moz-transition: -moz-background 0.25s linear;
    -o-transition: -o-background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}
.our-polls input[type=radio]:checked ~ .check {
  border: 3px solid #fee084;
}
.our-polls input[type=radio]:checked ~ .check::before{
  background: #24252f;
  height: 14px;
  width: 14px;
  top: 3px;
  left: 3px;
}
.our-polls{
    display: block;
    background: url(../images/bg/poll.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}


/*******************************************************
********************* 4.5 SIDEBAR
*******************************************************/
.sidebar {
    position: relative;
    float: left;
    width: 100%;
}

.widget {
    display: block;
    margin-bottom: 30px;
}

.widget-title {
    display: block;
    background: #24252f;
    position: relative;

}
.widget-title:before{
    content: '';
    width: 3px;
    height: 100%;
    background: #fec722;
    position: absolute;
    left: 0;
    top: 0;
}

.widget-title > h3 {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    padding: 18px;
    border-bottom: 1px solid #35363f;
}

.recent-navigation {
    top: 0;
}
.widget-container {
    border-bottom: 3px solid  #fec722;
    display: inline-block;
    background: #24252f;
    width: 100%;
}

.widget-container > ul {
}

.widget-container > ul > li {
    text-align: center;
}

.widget-container > ul > li > a {
}

.recent-items {
    text-align: center;
    background: #2e2f3a;
    position: relative;
    display: block;
    overflow: hidden;
    border: 1px solid #24252f;
}
.recent-items:hover{
    background: #393a45;
}

.recent-items > a {
}

.recent-items > a > h4 {
    display: block;
    position: relative;
    font-weight: 700;
    color: #fec722;
    margin: 0;
    padding: 24px 0 15px;
    line-height: 1;
}
.recent-items > a > h4:before{
    position: absolute;
    content: "";
    width: 90%;
    height: 1px;
    background: #fff;
    opacity: 0.10;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.result-coutry-area {
    display: block;
    width: 100%;
}
.result-item{
    float: left;
    width: 40%;
    padding: 16px 0;
}
.result-item:nth-child(2){
    width: 20%;
}

.result-item > p {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    position: relative;
    top: 3px;
}
.result-item:nth-child(2) p{
    font-size: 21px;
    font-weight: 400;
    position: relative;
    top: 5px;
}

.result-item > img {
    width: 32px;
    height: 32px;
    margin: 0 3px;
    border-radius: 50%;
    display: inline-block;
}

/* club widget */
.club-items {
    text-align: center;
    background: #2e2f3a;
    position: relative;
    display: block;
    overflow: hidden;
    border: 1px solid #24252f;
    padding: 20px 30px;
}
.club-items:before{
    position: absolute;
    content: "";
    width: 90%;
    height: 1px;
    background: #fff;
    opacity: 0.10;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.club-items > span {
    float: left;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    top: 13px;
}

.club-items > .club-logo {
    float: left;
    width: 42px;
    height: 42px;
    margin: 4px 15px 0px 15px;
}
.club-items > .club-logo > img{
    width: auto;
    height: auto;
    border-radius: 100%;
    border: 2px solid #fff;
}

.club-items > p {
    float: left;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    top: 13px;
}

.club-items > b {
    float: right;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    top: 13px;
}

.sport-item {
    text-align: center;
    background: #2e2f3a;
   /* position: absolute;   */
    display: block;
    overflow: hidden;
    border: 1px solid #24252f;
    padding: 20px 30px;
}
.widget .sport-item{
    padding-bottom: 0;
    border-bottom: none;

}
.sport-item img{
    width: 100%;
    height: auto;
}

.sport-item > li {
    list-style: none;
    text-align: left;
}

.sport-item > li > a {
    display: block;
    overflow: hidden;
}

.sport-item > li > a > h3 {
    text-align: left;
    font-weight: 700;
    color: #fff;
    font-size: 16px;
    position: relative;
    line-height: 21px;
    padding: 25px 0 25px;
    margin: 0;
    margin-bottom: 20px;
}
.sport-item > li > a > h3:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    opacity: 0.10;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.sport-item > li > a > span {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    float: left;
    width: 20%;
    text-align: left;
    padding: 15px 0;
}

.sport-item > li > a > P {
    font-size: 16px;
    padding: 10px 0 20px;
    padding-left: 10px;
    margin: 0;
    color: #fff;
    font-weight: 400;
    opacity: 0.60;
    display: inline-block;
    text-align: left;
    width: 80%;
    position: relative;
    border-left: 1px solid #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.sport-item > li > a:hover p{
    opacity: 1;
    border-left: 1px solid #fec722;
}


/*******************************************************
********************* 4.6 NEWS LATTER SECTION
*******************************************************/
.news-latter-section {
    display: block;
    position: relative;
    width: 100%;
}
.news-latter-section .row > .col-md-6, .news-latter-section .row > .col-md-3{
    padding: 0;
}

.news-latter-area {
    display: block;
    background: #fec92b;
    position: relative;
    overflow: hidden;
    padding: 26px;
}

.news-latter-title {
}

.news-latter-title > h2 {
    color: #24252f;
    font-size: 24px;
    font-family: 'montserratultra_light';
    font-weight: 300;
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
}

.news-latter-title > h2 > b {
    font-family: 'Montserrat';
    font-weight: 700;
    margin: 0;
    padding: 0;
    line-height: 1;
}

.news-latter-title > p {
    font-size: 14px;
    color: #90742c;
    opacity: 1;
    font-weight: 400;
    font-family: 'Open Sans';
    line-height: 24px;
}
.sub-title > p {
    font-size: 14px;
    color: #90742c;
    opacity: 1;
    font-weight: 400;
    font-family: 'Open Sans';
    line-height: 24px;
}

.subscribe-area {
}
.subscribe-area .form-group {
    float: left;
}

.subscribe-area .form-group .form-control {
    font-size: 14px;
    font-weight: 400;
    padding: 15px 20px;
    border-radius: 5px 0px 0px 5px;
    height: 44px;
}
.subscribe-area .submit-btn{
    background: #24252f ;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    border: none;
    padding: 12px 20px;
    border-radius: 0 5px 5px 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.subscribe-area .submit-btn:hover{
    background: #755801
}

/*******************************************************
********************* 4.7 SOCIAL AREA
*******************************************************/
.social-area {
}

.facebook-box {
    background: #4366af;
    padding: 30px;
}

.facebook-box > h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
}

.facebook-box > h2 > b {
    font-weight: 700;
}

.social-link {
    display: block;
    margin-top: 8px;
    position: relative;
}
.social-link {
    display: block;
    margin-top: 8px;
    position: relative;
    background: rgba(53, 54, 63, 0.1);
    border: 1px solid #fff;
    border-color: rgba(255, 255, 255, .2) !important;
    border-radius: 3px;
    padding: 10px 0 12px 15px;
    height: 42px;
}
.fb_iframe_widget span {
    display: inline-block;
    position: relative;
    text-align: justify;
    height: 23px !important;
    width: 100% !important;
}
.fb_iframe_widget {
    display: inline-block;
    position: relative;
    display: block;
    width: 100%;
    height: 20px;
}
.fb_iframe_widget iframe {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
}

.twitter-box {
    background: #0a96d0;
    padding: 30px;
}
.twitter-box .social-link {
    padding: 10px 0 5px 15px;
}
.twitter-box > h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
}

.twitter-box > h2 > b {
    font-weight: 700;
}

.blog-container-2 {
    padding-bottom: 10px;
    padding-top: 60px
}
.blog-container-2 .title-section:before{
    content: "";
    display: none;
}

.filter-menu {
    position: absolute;
    right: 0;
    top: 10px;
}

.filter-menu > li {
    list-style: none;
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    color: #c7c7c8;
    background: #f6f6f6;
    padding: 5px 10px;
    border-radius: 3px;
    margin: 3px;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.filter-menu > li.active{
    background: #fec722;
    color: #24252f
}
.work-item{
    position: relative;
}

.blog-items-sm {
    display: block;
    margin-bottom: 28px;
}

.blog-items-sm > a {
}

.thumbnail {
    display: inline-block;
    float: left;
    width: 32%;
    border: none;
    margin: 0;
    padding: 0;
}
.thumbnail img{
    width: 100%;
    height: auto;
}

.blog-content {
    width: 68%;
    float: left;
    padding-left: 20px;
}

.blog-content > span {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #24252f;
    background: #fec722;
    line-height: 1;
    padding: 5px 10px;
}

.blog-content > h3 {
    font-size: 16px;
    font-weight: 700;
    color: #24252f;
    line-height: 23px;
    margin: 10px 0;
    padding: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.blog-items-sm > a:hover  .blog-content > h3{
    color: #fec722
}

.blog-content > p {
    font-size: 14px;
    font-weight: 700;
    color: #24252f;
    margin: 0;
    padding: 0;
}

/*******************************************************
********************* 4.8 SIDEBAR SOCIAL BUTTON
*******************************************************/
.social-like-area {
    display: block;
    margin-bottom: 20px;
}

.social-like-area > ul {
}

.social-like-area > ul > li {
    list-style: none;
    display: block;
}
.social-like-area > ul > li a{
    display: block;
    margin-bottom: 10px;
    padding: 5px 0;
    border-radius: 5px;
}
.social-like-area > ul > li a i{
    font-size: 18px;
    padding: 12px;
    color: #fff;
    width: 45px;
    height: 42px;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.2) ;

}

.social-like-area > ul > li:first-child a {
    background: #3b60ac;
}

.social-like-area > ul > li:nth-child(2) a {
    background: #0193cf
}

.social-like-area > ul > li:last-child a {
    background: #cd201f;
}

.social-like-area > ul > li > a > span {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    margin-left: 10px;
}

.fa-arrow-circle-o-right {
    float: right;
    opacity: 0.30;
    width: auto;
    height: auto;
}

.sidebar-ad {
}

.sidebar-ad > a {
    display: block;
}
.sidebar-ad > a > img{
    display: block;
    width: 100%;
    height: auto;
}

/*******************************************************
********************* 4.9 VIDEO SECTION
*******************************************************/
.video-section {
    display: block;
    position: relative;
    padding-top: 0;
    padding-bottom: 60px
}
#hot-video{
    margin-top: 0px;
}

.video-items {
    padding: 0 15px;
}

.video-items > a {
    position: relative;
    display: block;
}
.video-items > a > img{
    width: 100%;
    height: auto;
}

.video-items a:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    box-shadow: inset 0 -160px 160px -35px #24252F;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.video-items a:hover:before{
    box-shadow: inset 0 -160px 160px -85px #24252F;
}

.video-items > a > h3 {
    position: absolute;
    bottom: 0;
    display: block;
    color: #fff;
    padding-right: 10px;
    margin: 0;
    padding: 0;
    padding-bottom: 15px;
}
.video-items > a > h3 > i{
    font-size: 21px;
    width: 46px;
    height: 46px;
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 12px 15px;
    margin:5px 15px;
    display: block;
    float: left;
}

/*******************************************************
********************* 4.10 TWITTER FEED SECTION
*******************************************************/
.twitter-tweit-section {
    display: block;
    background: #282933;
    padding: 31px 0;
    position: relative;
}
.twitter-tweit-section.tiwtter-section-2 {
    border-top: 1px solid #41424a;
}

.titter-title {
}

.titter-title > h3 {
    font-family: 'montserratultra_light';
    color: #fff;
    font-weight: 300;
    font-size: 28px;
    margin: 0;
    padding: 0;
}
.titter-title > h3 > i{
    margin-right: 10px;
}
.titter-title > span {
    font-size: 14px;
    font-weight: 700;
    color: #abacb0;
    opacity: 1
}

.twitter-slide {
}
.twitter-slide p{
    color: #53545c;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0;
    margin-top: 6px;
}
.twitter-navigation {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    display: block;
    text-align: center;
    overflow: hidden;
    float: right;
    margin-top: 15px;
}
.twitter-navigation button{
    background: transparent;
    border: none;
    outline: none;
    float: right;
    text-align: right;
}
.twitter-navigation button i{
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin: 5px;
}

/*******************************************************
********************* 4.11 FOOTER TOP SECTION
*******************************************************/
.footer-top-section {
    display: block;
    background: #24252f;
    padding: 50px 0;
    border-top: 1px solid #35363f;
    position: relative;
}
.footer-top-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}
.col-md-5.col-md-offset-7.bg-parent{
    padding: 0;
}

.footer-top-bg .row{
    height: 100%;
}
.bg-parent{
    height: 100%;
}

.footer-top-bg .right-bg-g{
    position: relative;
    height: 100%;
    padding-left: 70px;
}
.footer-top-bg .right-bg-g:before{
    content: "";
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
    background: url(../images/footer-bg.jpg);
    display: block;
}

.footer-widget{}
.footer-widget .widget-title{
    position: relative;
    margin-bottom: 16px;
    background: transparent;
}
.footer-widget .widget-title:before{
    content: "";
    display: none;
}

.footer-widget .widget-title h3{
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 0;
    border: none;
}

.footer-widget .widget-container{
    border-bottom: none;
    background: transparent
}
.footer-widget .widget-container ul{
    display: block;
    text-align: left;
}
.footer-widget .widget-container ul li{
    list-style: none;
    display: block;
}
.footer-widget .widget-container ul li a{
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    color: #bcbdbe;
    display: block;
    line-height: 28px;
}
.footer-widget .widget-container ul li a:hover{
    color: #fec722;
    opacity: 1;
}
@media screen and (min-width:992px) {
	.footer-logo img {
		float:right;
	}
}
.footer-logo > a {
}

/*******************************************************
********************* 4.12 FOOTER SECTION
*******************************************************/
.footer-section {
    display: block;
    background: #2b2c36;
    border-bottom: 3px  solid #fec722;
    padding: 20px 0;
    position: relative;
}
.footer-top-section .footer-top-bg .right-bg-g:before {
	width:100%;
}
.footer-section .footer-top-bg .right-bg-g:before{
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: #f0be29;
    display: block;
}
.copyright {
}

.copyright > p {
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}

.footer-social {
    display: block;
	float:right
}
@media screen and (max-width:500px) {
	.footer-social {
		float:none;
		text-align:center;
		width:100%;
	}
	.copyright {
		float: none;
		text-align: center;
		margin-bottom:10px;
	}
}
@media screen and (max-width:991px) {
	.footer-social p,
	.footer-social ul li a {
		color: #fec722 !important;
	}
}

.footer-social > ul {
    text-align:left;
    display: inline-block;
}
.footer-social p{
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #24252f;
    padding: 0;
    margin: 0;
}

.footer-social > ul > li {
    display: inline-block;
    list-style: none;
    margin: 0 5px;
}

.footer-social > ul > li > a {
}
.footer-social > ul > li > a {
    font-size: 12px;
    color: #24252f;
    opacity: 0.30;
}
.footer-social > ul > li > a:hover{
    opacity: 1;
}

.footer-social > ul > li > a >i{
    font-size: 12px;
}

/*******************************************************
********************* 4.13 RESPONSIVE STYLE
*******************************************************/
@media (min-width: 991px) {
	.time-content:before {
		content:'';
	}
	.time-content {
        margin-right: 49px;
    }
}
@media (max-width: 1200px) {
    .navbar-left > li > a {
        padding: 20px 11px !important;
    }
    nav.navbar.bootsnav ul.nav > li > a {
        padding: 7px 10px;
        font-weight: 600;
    }
    nav.navbar.bootsnav .navbar-nav > li > a{
        font-size: 13px;
    }
    .nav > li > a {
        padding: 10px 11px;
    }
    .slider-content {
        padding: 100px 0;
    }
    .time-content {
        margin-right: 0px;
        padding: 25px 0px 20px 30px;
    }
    .time-content:before {
        border-width: 137px 0 0 90px;
        right: -90px;
    }
    .subscribe-area .submit-btn {
        padding: 12px 15px;
    }
}


@media (max-width: 992px) {
    .navbar-collapse.collapse.top-nav {
        text-align: center;
    }
    .top-nav ul.nav.navbar-nav.navbar-right {
        margin: 0 auto;
        text-align: center;
        float: none !important;
        display: inline-block;
    }
    .sidebar {
        display: block;
        margin-top: 30px;
    }
    .footer-top-bg .right-bg-g{
        display: none;
    }
    .footer-logo {
        margin-top: 30px;
    }
    .tiwtter-section-2 .titter-title h3, .tiwtter-section-2 .titter-title h3 b, .tiwtter-section-2 .titter-title > span, .titter-title > span > a{
        color: #fff !important;
    }
    .update-navigation{
        display: none !important;
    }
    .work .blog-items-sm{
        width: 100%;
    }
    .work-item{
        width: 50%;
    }
}
@media (max-width: 768px) {
    .header-social, .top-left-menu {
        padding: 5px 0;
        text-align: center;
        display: block;
        width: 100%;
    }
    nav.navbar.bootsnav .navbar-toggle.top-m-btn {
        margin-top: 10px !important;
    }
    .work-item {
        width: 100%;
    }
    .sidebar {
        position: relative;
        margin-top: 60px;
    }
    .footer-top-bg{
        display: none;
    }
    .footer-logo {
        margin-top: 15px;
    }
    .time-content {
        margin-right: 0px;
        padding: 25px 0px 20px 30px;
    }
    .time-content:before {
        border-width: 137px 0 0 0px;
        right: -90px;
    }
    .header-right-menu {
        text-align: center;
    }
    .slider-content > h1{
        font-size: 40px;
    }
    .slider-content > p {
        font-size: 14px;
        line-height: 26px;
    }
    .couner-box span{
        text-align: center;
        font-size: 60px;
    }
    .couner-box p{
        text-align: center;
        font-size: 14px;
        margin-top: 20px;
    }
    .blog-items-sm {
        width: 1000%;
    }

    .footer-widget {
        margin-top: 20px;
    }
    .footer-widget .widget-title {
        margin-bottom: 5px;
    }

}
/*******************************************************
********************* 5.0 HOME PAGE 2
*******************************************************/
.slider-controler{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: auto;
}
.slider-v .carousel-caption{
    width: 100%;
    left: 0;
    right: 0;
}

.slider-game-time {
    border: none;
    background: transparent;
    position: relative;
    width: 100%;
    right: 0;
    height: auto;
    top: 0;
    border: none;
    left: inherit;
    margin: 0;
    margin-top: 20%;
    padding-top: 0;
}

.widget .slider-game-time{
    margin: 0;
    background: #2e2f3a;
}

.slider-game-time > li {
    width: 100% !important;
    height:auto !important;
    text-indent:inherit !important;
    border: none !important;
    margin: 0;
}
.slider-game-time > li.active{
    background: transparent;
    border: none !important
}

.slider-game-time > li > a {
}

.slider-game-time > li > a > span {
}
.slider-game-time > li.active > a p{
    opacity: 1;
    border-left: 1px solid #fec722;
}
.sport-time {
    display: block;
    text-align: center;
}

.sport-time > h2 {
    font-size: 56px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    display: block;
    line-height: 1;
}
.sport-time > p {
    font-weight: 700;
    font-size: 14px;
    color: #fec722;
}
.match-time{
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.home2 .match-time-section {
    border: none;
    padding-bottom: 20px;
}

.team-logo {
}

.team-logo .content{
    margin-top: 30px;
}

.team-logo > a {
    display: block;
}
.team-logo  a  p{
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    margin: 0;
    padding: 0;
}
.team-logo  a  span{
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    margin: 0;
    padding: 0;
    opacity: 0.60;
}

.left .img-circle {
    float: left;
    margin-right: 20px;
}
.right .img-circle {
    float: right;
    margin-left: 20px;
}
.right .content{
    float: right;
    text-align: right;
}

.left .content{
    float: left;
    text-align: left;
}

.logo-area{
    display: table;
    width: 100%;
    height: 100%;
}
.logo-area .logo-box{
    display: table-cell;
    vertical-align: middle;
}
.slider-v  .logo-area .logo-box > img{
    width: auto !important;
    height: auto;
}

.img-circle{
    width: 102px;
    height: 102px;
    background: #fff;
    text-align: center;
}

.img-circle > img {
    border: 0;
    display: inline-block;
}
#todayGame.home2-timer{
    margin-top: 0px;
    margin-bottom:0px;
    border: none;
    display: block;
    float: left;
    width: 100%;
}

.center .couner-box span, .center .couner-box p{
    text-align: center;
}
.center .couner-box p.time-divder{
    right: -7px;
}

/*******************************************************
********************* 5.1 TWITTER SECTION 2
*******************************************************/
.left-arrow-bg{}
.left-arrow-bg .bg-parent{
    padding: 0;
}
.left-arrow-bg .bg-parent .right-bg-g{
    padding: 0;
    position: relative;
}
.left-arrow-bg2 .right-bg-g:before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: #fec821;
    display: block;
}
.left-arrow-bg2 .right-bg-g:after {
    content: "";
    position: absolute;
    right: -120px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 122px 0 0 120px;
    border-color: transparent transparent transparent #fec821;
}
.tiwtter-section-2 .titter-title h3{
    font-family: 'montserratultra_light';
    font-size: 28px;
    font-weight: 300;
    color: #24252f
}
.tiwtter-section-2 .titter-title h3 b{
    font-size: 28px;
    font-weight: 700;
    color: #24252f;
    font-family: 'Montserrat';
}
.tiwtter-section-2 .titter-title > span {
    font-size: 14px;
    font-weight: 700;
    color: #24252f
}

.titter-title > span > a {
    font-size: 14px;
    font-weight: 700;
    color: #24252f;
}
.titter-title > span > a:hover{
    text-decoration: underline
}


/*******************************************************
********************* 5.2 UPDATE NEWS SECTION
*******************************************************/
.update-news-section {
    display: block;
    background: #fafafa;
    width: 100%;
    padding: 20px 0 50px;
}

.update-news {
    position: relative;
    z-index: 99;
}

.update-news .item{
    padding: 0 15px;
}
.blog-content-title > h3 {
    font-size: 21px;
    line-height: 28px;
}
.update-navigation {
    position: absolute;
    width: 100%;
    display: block;
    height: 50px;
    background: transparent;
    top: 45%;
    left: 0;
    right: 0;
    z-index: 0;
}
.update-navigation button i{
    font-size: 14px;
    font-weight: 700;
    color: #24252f
}

button.update-news-next {
    position: absolute;
    right: -5px;
    width: 50px;
    height: 50px;
    border: none;
    background: #fec722;
    outline: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}
button.update-news-next:hover{
    right: -15px;
}

button.update-news-next i{
    float: right;
}

button.update-news-next:before{
    content: "";
    position: absolute;
    right: -50px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 0 0 50px;
    border-color: transparent transparent transparent #fec722;
}

button.update-news-perv {
    position: absolute;
    left: -5px;
    width: 50px;
    height: 50px;
    border: none;
    background: #fec722;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}
button.update-news-perv:hover{
    left: -15px;
}

button.update-news-perv i{
    float: left;
}
button.update-news-perv:before{
    content: "";
    position: absolute;
    left: -50px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 50px 50px;
    border-color: transparent transparent #fec722 transparent;
}

/*******************************************************
********************* 5.3 TIME FEED
*******************************************************/
.time-feed {
        display: block;
    width: 100%;
    float: left;
    position: relative;
}
.time-feed .thumbnail{
    position: relative;
}
.time-feed .thumbnail span{
    position: absolute;
    bottom: 0;
    width: 100%;
    display: block;
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 3px 0;
}
.time-feed .thumbnail {
    width: 40%;
}
.time-feed .thumbnail:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    box-shadow: inset 0 -44px 30px -9px #24252F;
    opacity: 0.8;

}
.time-feed .blog-content{
    width: 60%;
}

.blog-items-sm {
    float: left;
    width: 100%;
}

.blog-items-sm > a {
}
.blog-no-list{}

.blog-no-list .thumbnail {
    width: 16%;
}

.blog-no-list .thumbnail p{
    font-size: 36px;
    color: #24252f;
    font-weight: 400;
    opacity: 0.20;
    line-height: 1;
    padding-left: 0;
}

.thumbnail > span {
}

.img-responsive {
}

.blog-no-list .blog-content {
    width: 84%;
}

.blog-no-list .blog-content > h3 {
    font-size: 16px;
}

.blog-content > p {
}
.hot-news-area {
    display: block;
    border: 3px solid #fec722;
}
.hot-news-area .blog-items-sm{
    margin-top: 0;
}

.hot-news {
    margin: 15px 0;
}
.hot-news-area .hot-news.blog-content{
    width: 100%;
}

.hot-news > span {
}

.hot-news > h3 {
    margin: 10px 0 5px;
    padding: 0;
}

.hot-news > p {
    margin: 0;
    padding: 0;
}

.popular-news-section {
    display: block;
    padding-bottom: 30px;
}

/*******************************************************
********************* 5.4 TWITTER NEWS
*******************************************************/
.twitter-news {
    display: block;
    background: #0a96d0 url(../images/bg/twitter.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 30px;
    overflow: hidden;
    min-height: 360px;
}

.twitter-news > h2 {
    font-size: 28px;
    color: #fff;
    padding: 0;
    margin: 0;
    font-family: 'montserratultra_light';
    line-height: 1;
}

.twitter-news > h2 > b {
    font-family: 'Montserrat';
}

.twitter-news  ul {
}

.twitter-news ul li {
    list-style: none;
    display: block;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
    float: left;
}

.twitter-news ul li a {
    color: #fff;
    font-family: 'Open Sans';
    font-weight: 300;
    line-height: 25px;
    font-size: 14px;
}
.twitter-news ul li a p{
    margin: 0;
    padding: 0;
}

.twitter-news ul li a .twitter-content {
    font-size: 14px;
    float: left;
    display: block;
    width: calc(100% - 40px);
}

.twitter-news ul li a i {
    float: left;
    font-size: 18px;
    width: 40px;
    height: 100px;
}
.twitter-content {
    float: left;
    width: 80%;
}
.twitter-content p{
    margin-bottom: 0;
    padding-bottom: 0;
}
.twitter-content span{
    color: #fff;
}

.news-ad-area {
}

.news-ad-area > a {
}
.news-ad-area > a:before{
    content: "";
    display: none;
}

.news-ad-area > a > img {
}

.load-more {
    display: block;
}

.load-more > a {
    display: block;
    background: #fec821;
    color: #24252f;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px;
    text-align: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.load-more > a:hover{
    background: #755801;
    color: #fff;

}

.sport-time.widget-vs {
    border: 2px solid #3a3b44;
    border-radius: 50%;
    width: 130px;
    height: 130px;
    padding: 21px 0;
    margin: 15px auto;
}
.next-sidebar-area {
    display: block;
    width: 100%;
    float: left;
}
.next-sidebar-area .countdown {
    margin: 30px 15px;
}
.next-match{
    /*padding: 25px;  */
}
.next-match #nextGame{
    background: #1b1c26;
    overflow: hidden;
    padding: 15px 0 10px;
    margin-top: 20px;
}
.team-logo-area{
    padding: 0 17px;

}
.timer-area{
    display: block;
    margin: 0 20px 10px;
    margin: 0 20px 20px;
    border-bottom: 1px solid #35363f
}
div#countdowntimer {
    display: inline-block;
    width: 100%;
    margin: 20px 0px 0px 10px;
}
.next-match .team-logo .content{
    margin-top: 7px;
}

.next-match .team-logo > a {
    display: block;
}
.next-match .team-logo  a  p{
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    margin: 0;
    padding: 0;
}
.next-match .team-logo  a  span{
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    margin: 0;
    padding: 0;
    opacity: 0.60;
}

.next-match .left .img-circle {
    float: left;
    margin-right: 10px;
}
.next-match .right .img-circle {
    float: right;
    margin-left: 10px;
}
.next-match .right .content{
    float: right;
    text-align: right;
}

.next-match .left .content{
    float: left;
    text-align: left;
}

.next-match .logo-area{
    display: table;
    width: 100%;
    height: 100%;
}
.next-match .logo-area .logo-box{
    display: table-cell;
    vertical-align: middle;
}

.next-match .img-circle{
    width: 47px;
    height: 47px;
    background: #fff;
    text-align: center;
}

.next-match .img-circle img {
    border: 0;
    display: inline-block;
    width: 30px;
    height: auto;
}
.next-match #nextGame.home2-timer{
    margin-top: 30px;;
    border: none;
}

.next-match .center .couner-box span, .center .couner-box p{
    text-align: center;
}
.next-match .center .couner-box p.time-divder{
    right: -4px;
    font-size: 40px;
}
.next-match .couner-box span{
    font-size: 36px;
}
.next-match .couner-box p{
    font-size: 14px;
    padding: 0;
    margin: 0;
    margin-top: 10px;
}

.widget-latest-blog{
    padding-bottom: 30px;
    display: block;
    overflow: hidden;
}

.latest-blog{
    display: block;
    width: 100%;
    float: left;
    padding: 0 30px;
    margin-top: 30px;
}
.latest-blog .blog-content > h3 {
    color: #fff;
    font-size: 14px;
    margin: 10px 0 5px;
}
.latest-blog .blog-content > p{
    color: #fff;
}
.latest-blog .thumbnail{
    width: 35%;
}
.latest-blog .blog-content{
    width: 65%;
}

.twitter-tweit-section {
}

.fa-envelop-o {
}

.subscribe-area, .subscribe-area .form-inline, .subscribe-area .form-inline .form-group, .subscribe-area .form-inline .form-group .form-control, .subscribe-area .form-inline .form-group .form-control:focus{
    width: 100%;
    display: block;
    position: relative;
    box-shadow: none;
    border-radius: 5px;
    font-family: 'Open Sans';
}

.subscribe-area .form-inline {
}

.form-group {
}

.form-control {
}
.subscribe-2{
    display: block;
    margin-top: 10px;
}

.submit-btn {
    position: absolute;
    right: 0;
    top: 0;
}
.subscribe-2 .submit-btn {
    background: #fec821;
    color: #35363f;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.subscribe-2 .submit-btn:hover{
    background: #755801;
    color: #fff;
}

/*******************************************************
********************* 5.5 RESPONSIVE STYLE
*******************************************************/
@media (max-width: 992px) {
    .home2 .match-time-section {
        border: none;
        padding-bottom: 20px;
        text-align: center;
    }
    .carousel-caption, .match-time{
        position: relative;
    }

    .home2 .match-time-section  .team-logo {
        display: inline-block;
        margin: 15px 0;
    }
    .blog-items-sm {
        width: 50%;
    }
    .latest-blog{
        width: 100%;
    }
	.team-logo {
		display: inline-block;
		margin: 30px 0px;
	}
	.match-time-section .col-md-3.col-sm-12 {
		text-align: center;
	}
	#todayGame.home2-timer {
		margin-bottom:0px;
	}
	.sport-time {
		display:none;
	}
}
@media (max-width: 768px) {
    .slider-v .carousel-caption{
        margin-top: 150px;
    }
    .blog-items-sm{
        width: 100%;
    }

}

/*******************************************************
********************* 6.0 BLOG PAGE ********************
*******************************************************/
/*******************************************************
********************* 6.1 PAGE TITLE STYLE
*******************************************************/
.page-title-section{
    display: block;
    width: 100%;
    position: relative;
    padding: 60px 0;
    background-image: url(../images/bg/page-title.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.page-title-section:before{
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    background-color: #24252f;
    opacity: 0.82;
    left: 0;
}
.page-title h2{
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
    line-height: 1;
    margin: 0;
    padding: 0;
}
.breadcrumb{
    background: transparent;
    margin: 0;
    padding: 0;
    display: block;
    text-align: right;
    margin-top: 16px;
}
.breadcrumb li{}
.breadcrumb li.active{
    color: #fff;
}
.breadcrumb > li + li:before {
    font-family: FontAwesome;
    padding: 0 5px;
    color: #fec722;
    content: "\f105";
    font-size: 14px;
    font-weight: 300;
}
.breadcrumb li a{
    color: #fec722;
    font-size: 12px;
    text-decoration: underline;
}

/*******************************************************
********************* 6.2 BLOG CONTAINER
*******************************************************/
.blog-container-section{
    display: block;
    width: 100%;
    padding: 60px 0;
}
ul.cat{
    display: block;
    padding:0 30px;
}
ul.cat li{
    list-style: none;
    display: block;
    width: 100%;
}
ul.cat li a{
    display: block;
    text-align: left;
    color: #fff;
    opacity: 0.30;
    padding: 15px 0;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
ul.cat li a:hover{
    opacity: 1;
}
ul.cat li a:before {
    font-family: FontAwesome;
    padding: 0 5px;
    color: #fff;
    content: "\f105";
    font-size: 14px;
    font-weight: 300;
    float: right;
}
ul.cat li a:hover:before{
    color: #fec722
}
ul.cat li a:after{
    background-color: #fff;
    content: "";
    width: 100%;
    height: 1px;
    bottom: 0;
    position: absolute;
    display: block;
}
ul.cat li a:hover:after{
    opacity: 0.30;
}
ul.cat li:last-child a:after{
    display: none;
}
/*******************************************************
********************* 6.3 BLOG NAVIGATION
*******************************************************/
nav.navigation{
    width: 100%;
    display: block;
    border-top: 1px solid #f2f2f3;
}
nav.navigation ul.pagination{
    display: block;
    width: 100%;
    text-align: center;
    margin: 15px 0;
}
nav.navigation ul li{
    display: inline-block;
}
@media screen and (min-width:400px) {
	nav.navigation ul li:first-child{
		float: left;
	}
	nav.navigation ul li:last-child{
		float: right;
	}
}
nav.navigation ul li:first-child a, nav.navigation ul li:last-child a {
    background-color: #fec821;
    border-radius: 3px;
    border: none;
    color: #24252f;
}
nav.navigation ul li.active a , nav.navigation ul li.active a:hover, nav.navigation ul li.active a:focus, nav.navigation ul li a:hover {
    background-color: #fec821;
    border-radius: 3px;
    border-color: #fec821;
    color: #24252f;
}
nav.navigation ul li a{
    color: #24252f;
    padding:10px 15px;
    border-radius: 3px;
    outline: none;
    box-shadow: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
nav.navigation ul li a span{
    color: #24252f;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
nav.navigation ul li a i{
    font-size: 14px;
    color: #24252f
}

/*******************************************************
****************** 7.0 BLOG SINGLE PAGE ****************
*******************************************************/
/*******************************************************
********************* 7.1 BLOG CONAINTER STYLE
*******************************************************/
.blog-container {
    position: relative;
}

.col-md-12 > input {
}

.blog-single-thumb {
}

.blog-single-thumb > img{
    width: 100%;
    height: auto;
}

.blog-single-thumb > span {
    position: absolute;
    top: 30px;
    left: 30px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #24252f;
    background: #fec722;
    line-height: 1;
    padding: 5px 10px;
}

.img-responsive {
}

.blog-single-content-title {
    display: block;
    margin-top: 20px;
    position: relative;
}

.blog-single-content-title > h3 {
    font-size: 28px;
    font-weight: 700;
    color: #24252f;
    display: block;
    margin: 0;
    padding: 0;
    line-height: 38px;
    margin-bottom: 10px;
}

.blog-single-content-title > span {
    font-size: 14px;
    font-weight: 700;
    color: #24252f;
}
/*******************************************************
********************* 7.2 BLOG SHARE
*******************************************************/
.blog-share {
    position: absolute;
    right: 0;
    background-color: #fec821;
    border-radius: 5px;
    padding: 5px 15px;
    margin: 0;
    top: 10px;
}

.blog-share > li {
    display: block;
    list-style: none;
}

.blog-share > li > a {
    margin: 15px 0;
    display: block;
    text-align: center;
}

.blog-share > li > a > i{
    font-size: 12px;
    color: #24252f;
    opacity: .30;
}

.blog-share > li > a:hover i{
    opacity: 1;
}
.blog-single-content {
}
.blog-single-content > p:first-child{
    padding-right: 60px;
}
.blog-single-content > p {
    font-size: 14px;
    font-weight: 400;
    color: #656672;
    line-height: 26px;    font-family: 'Open Sans';
    display: block;
    margin-top: 20px;
}

.blog-single-content > h3 {
    font-size: 21px;
    font-weight: 700;
    color: #24252f;
    margin: 0;
    margin-top: 20px;
}

.blog-single-content > p > br {
}
.blog-single-sub-item > p {
    font-size: 14px;
    font-weight: 400;
    color: #656672;
    line-height: 26px;
    font-family: 'Open Sans';
    display: block;
}


.blog-single-sub-item > i{
    height: 80px;
    float: left;
    width: 40px;

}

.blog-single-sub-item > b {
    font-size: 16px;
    font-weight: 400;
    color: #24252f;
    float: left;
    line-height: 26px;
    width: calc(100% - 40px);
}

.author-profile {
    display: block;
    background-color: #24252f;
    overflow: hidden;
    border-bottom: 3px solid #fec722;
    margin-top: 25px;
    padding: 30px;
    position: relative;
}

/*******************************************************
********************* 7.3 AUTHOR PROFILE
*******************************************************/
.profile-pic {
    float: left;
    width: 20%;
	margin-right: 20px;
}

.author-content {
    width: 70%;
    float: left;
	margin: 0px 0px 40px 10px;
}

.author-content > h4 {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    padding: 0;
}

.author-content > p {
    font-size: 14px;
    font-weight: 400;
    color: #656672;
    opacity: 0.50;
    line-height: 24px;
    font-family: 'Open Sans';
    display: block;
    margin-top: 10px;
}

.author-content > span {
}

.author-follow {
    position: absolute;
    right: 0;
    background-color: #fec821;
    padding: 5px 15px;
    margin: 0;
    bottom: 0px;
    right: 0;
}
.author-follow:before {
    content: "";
    position: absolute;
    left: -54px;
    bottom: 0px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 50px 54px;
    border-color: transparent transparent #fec722 transparent;
}
.author-follow > li {
    display: inline-block;
    list-style: none;
}

.author-follow > li > a {
}
.author-follow > li > a {
    margin: 10px 7px;
    display: block;
    text-align: center;
}
.author-follow > li > span{
    font-size: 14px;
    font-weight: 700;
    color: #24252f;
}
.author-follow > li > a > i{
    font-size: 12px;
    color: #24252f;
    opacity: .30;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.author-follow > li > a:hover i{
    opacity: 1;
}

/*******************************************************
********************* 7.4 COMMENTS AREA
*******************************************************/
.comment-area {
    display: block;
    margin-top: 30px;
}

.comment-replay {
}

.comment-title-area {
    display: block;
    width: 100%;
    overflow: hidden;
    border-bottom: 3px solid #fec722;
    margin-bottom: 30px;
    padding-bottom: 15px;
    position: relative;
}
.comment-title-area:before {
    content: "";
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 15px 15px;
    border-color: transparent transparent #fec722 transparent;
}
.comment-title-area > h3 {
    float: left;
    display: inline-block;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-size: 28px;
}
.comment-title-area > h3 > span {
    font-family: 'montserratultra_light';
    display: inline-block;
    margin: 0;
    padding: 0;
    font-weight: 300;
    color: #24252f;
}
.comment-title-area > h3 span b{
    font-weight: 700;
    font-family: 'Montserrat';
    font-size: 28px;
}
.comment-title-area > a {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight:400;
    color: #24252f;
    float: right;
}


.comment-reply .form-group input.form-control {
    height: 40px;
    box-shadow: none;
    width: 100%;
    border-radius: 2px;

}
.comment-reply .form-group textarea.form-control {
    box-shadow: none;
    width: 100%;
    border-radius: 2px;

}
.comment-reply .form-group input.form-control:focus, .comment-reply .form-group textarea.form-control:focus{
    border-color: #fec722
}
.comment-submit{
    width: 100%;
    padding: 15px;
    background-color: #fec722;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    border: none;
    box-shadow: none;
    line-height: 1;
    outline: none;
    border-radius: 3px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.comment-submit:hover{
    background:#755801 ;
    color: #fff;
}

.comment-box {
    display: block;
    margin-top: 30px;
}
.comment-box .row{
    padding-top: 15px;
    padding-bottom: 15px;
}
.comment-box .row.admin{
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    border-left: 3px solid #fec722;
    padding-left: 15px;
    margin: 0;

}
.author-meta {
}

.thumb {
    float: left;
    margin-right: 30px;
}
.author-comment-content{
    width: 100%;
}
.author-comment-content p{
    font-size: 14px;
    font-weight: 400;
    color: #656672;
    opacity: 0.50;
    line-height: 24px;
    font-family: 'Open Sans';
    display: block;
    margin-top: 10px;
    margin-bottom: 0px;
}
.author-comment-content span{
    font-size: 14px;
    font-weight: 700;
    color: #fec722;
    text-align: right;
    display: block;
}
.meta-content {
}

.meta-content > a {
    color: #dedede;
    font-size: 14PX;
    font-weight: 700;
}

.meta-content > h3 {
    margin: 0;
    padding: 0;
    color: #24252f;
    font-weight: 700;
    font-size: 16px;
}
/*******************************************************
********************* 7.5 LATEST BLOG
*******************************************************/
.footer-top-bg .bg-parent.gry-bg .right-bg-g:before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: #2e2f39;
    display: block;
}

.left-arrow-bg .bg-parent.gry-bg .right-bg-g:after {
    content: "";
    position: absolute;
    right: -120px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 120px 0 0 120px;
    border-color: transparent transparent transparent #2e2f39;
}
.latest-blog-section{
    display: block;
    text-align: center;
}
.latest-blog-section .col-md-12{
    padding: 0;
}
.latest-blog-slider{}
.latest-blog-slider .blog-items{
    margin-bottom: 0;
}
.blog-content > span {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #24252f;
    background: #fec722;
    line-height: 1;
    padding: 5px 10px;
}

/*******************************************************
********************* 8.0 404 PAGE ********************
*******************************************************/
.page-area-section-error{
    display: block;
    position: relative;
    background: url(../images/bg/404.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    position: relative;
}

.page-area-section-error:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    display: block;
    background: url(../images/bo-overlay.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}
.error-404{
    display: block;
    position: relative;
    text-align: center;
    margin: 150px 0 100px;
}
.error-404 img{
    margin: 0 auto;
}
.error-404 h3{
    font-size: 36px;
    font-weight: 700;
    color: #fec722;
    display: block;
    text-align: center;
    line-height: 1;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    margin-top: 30px;
}
/*******************************************************
********************* 8.1 SEARCH FOR 404
*******************************************************/
.error-404 .search{
    position: relative;
    display: block;
    margin:  0 30px;
    margin-top: 40px;
}
.error-404 input{
    width: 100%;
    height: 40px;
    border: 1px solid #737478;
    border-radius: 3px;
    background: transparent;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 15px;
    color: #4d4e56;
}
.error-404 input:focus{
    box-shadow: none;
    outline: none
}

.error-404 .search-submit{
    color: #fff;
    background: transparent;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
}
.page-area-section .best-player-area{
    margin-bottom: 50px;
}

/*******************************************************
********************* 8.0 404 PAGE ********************
*******************************************************/
.comign-soon-section{
    padding: 200px 0;
    position: relative;
    background: url(../images/bg/cs.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.comign-soon{}
.comign-soon h2{
    font-size: 86px;
    color: #fff;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    padding: 0;
}
/*******************************************************
********************* 9.1 COUNTER
*******************************************************/
.ClassyCountdown-days, .ClassyCountdown-hours, .ClassyCountdown-minutes{
    display: none;
}
#countdown1{
    background: #2a2b35;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    margin: 30px auto;
    position: relative;
    text-align: center;
}
@media screen and (max-width:400px) {
	#countdown1 {
		width:240px;
		height:240px;
	}
	.comign-soon h2 {
		font-size:65px;
	}
	.couner-box p.time-divder {
		font-size:55px;
	}
	.couner-box p {
		font-size:12px;
	}
	.couner-box span {
		font-size:40px;
	}
}
.comign-soon img{
    position: absolute;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
span.ClassyCountdown-value {
    display: none;
}

/*
 @ ==>  SHOP PAGE STYLE
 */
/*******************************************************
********************* 10.0 SHOP PAGE *******************
*******************************************************/
.all-products-area {
    padding: 70px 0;
}

/*******************************************************
********************* 10.1 PRODUCT FILTER
*******************************************************/
.product-filter {
    border-bottom: 2px solid #fec722;
    color: #24252f;
    font-size: 14px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
    padding: 10px 0;
}

.product-filter > form {
    background: #fefefe no-repeat scroll right center;
    height: 28px;
    position: relative;
    width: 170px;
}
.product-filter > form > select {
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    appearance: none;
    background: transparent none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    height: 28px;
    position: relative;
    width: 170px;
    cursor: pointer;
}
.product-filter > form:after {
    content: "\f0d7";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #000;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 5px;
    right: 0;
}
.product-filter > form:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -11px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 12px 12px;
    border-color: transparent transparent #fec722 transparent;
}
.product-filter p{
    padding: 0;
    margin: 0;
    margin-top: 4px;
}
.product-filter > form > select:focus{
    outline: none;
}

/*******************************************************
********************* 10.2 PRODUCT ITEMS
*******************************************************/
.products {
    display: block;
    overflow: hidden;
    margin-bottom: 40px;
}
.products .single-product {

}
.product-imgs {
    position: relative;
    overflow: hidden;
}
.product-hover{
    position: absolute;
    top: 20px;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    -moz-box-shadow: inset -1px -117px 107px -30px rgba(0,0,0,0.81);
    box-shadow: inset -1px -117px 107px -30px rgba(0,0,0,0.81);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.product-imgs > .product-hover-img {
    display: none;
    position: absolute;
    top: 0;
    left:0;
}
.product-imgs:hover .product-hover{
    top: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
}
.product-imgs {
    margin-bottom: 20px;
}
.product-imgs  .product-ratings {
    bottom: 15px;
    color: #fec722;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
}
.product-imgs img{
    width: 100%;
    height: auto;
}
.product-imgs > .product-ratings i:last-child {
    color: #a5a5a5;
}
.product-imgs:hover .product-ratings {
    display: block;
}
.product-info {
    color: #24252f;
}
.product-info a.title, .product-info a.favourite, .product-info a.basket {
    color: #24252f;
}
.product-info .pull-right li a {
    background: #fec722 none repeat scroll 0 0;
    border-radius: 5px;
    display: block;
    padding: 12px 16px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.product-info .pull-right li:first-child a{
    background-color: transparent;
    border: 1px solid #f5f5f5
}
.product-info .pull-right li:first-child a:hover{
    background-color: #fec722;
    border: 1px solid #fec722
}

.product-info .pull-right li:last-child{
    padding-right: 0;
}
.product-info .price > .previous-price {
    color: #a5a5a5;
    font-size: 10px;
}
.product-info a.title {
    font-size: 16px;
}
.product-navigation {
    margin-top: 15px;
}
.product-navigation ul li a {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    color: #24252f;
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 11px 19px;
}

.product-navigation ul li.active a, .product-navigation ul li a:hover, .product-navigation ul .pull-left a, .product-navigation ul .pull-right a {
    background: #fec722 none repeat scroll 0 0;
}
.product-navigation ul li.pull-left a i, .product-navigation ul li.pull-right a i {
    font-size: 18px;
    font-weight: bold;
}
.product-navigation ul li.pull-left a i {
    padding-right: 10px;
}
.product-navigation ul li.pull-right a i {
    padding-left: 10px;
}

/*******************************************************
********************* 10.3 SHOP SIDEBAR
*******************************************************/
.filter-by {
    background: #24252f none repeat scroll 0 0;
}
.filter-by h1 {
    border-bottom: 1px solid #35363f;
    border-left: 3px solid #fec722;
    color: #fff;
    font-size: 14px;
    margin: 0 auto;
    padding: 20px 0 20px 30px;
}
.filter-by .panel-group .panel {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: none;
}
.filter-by .panel .panel-heading {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    padding: 20px 30px;
}
.filter-by .panel-title {
    border-bottom: 1px solid #35363f;
    font-size: 14px;
    padding: 0 0 20px;
}
.filter-by .panel-title > a {
    color: #fff;
}
.filter-by .panel-title > a::after {
    content: "\f147";
    font-family: 'FontAwesome';
    position: absolute;
    right: 0;
    color: #66676e;
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}
.filter-by .panel-title > a.collapsed::after {
    content: "\f196";
    color: #fff;
}
.filter-by .panel-body {
    border: medium none !important;
    padding: 0 30px 20px;
}

/* Base for label styling */
.filter-by [type="checkbox"]:not(:checked),
.filter-by [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}
.filter-by [type="checkbox"]:not(:checked) + label,
.filter-by [type="checkbox"]:checked + label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
}

/* checkbox aspect */
.filter-by [type="checkbox"]:not(:checked) + label:before,
.filter-by [type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left:0; top: 2px;
    width: 17px; height: 17px;
    border: 1px solid #555;
    border-radius: 3px;
}
/* checked mark aspect */
.filter-by [type="checkbox"]:not(:checked) + label:after,
.filter-by [type="checkbox"]:checked + label:after {
    content: '\f0c8';
    font-family: 'FontAwesome';
    position: absolute;
    top: 6px; left: 4px;
    font-size: 10px;
    line-height: 0.8;
    color: #fec722 ;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
/* checked mark aspect changes */
.filter-by [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.filter-by [type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
/* disabled checkbox */
.filter-by [type="checkbox"]:disabled:not(:checked) + label:before,
.filter-by [type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}
.filter-by [type="checkbox"]:disabled:checked + label:after {
    color: #999;
}
.filter-by [type="checkbox"]:disabled + label {
    color: #aaa;
}
/* accessibility */
.filter-by [type="checkbox"]:checked:focus + label:before,
.filter-by [type="checkbox"]:not(:checked):focus + label:before {
    border: 1px dotted blue;
}

/* hover style just for information */
.filter-by label:hover:before {
    border: 1px solid #4778d9!important;
}
.filter-by label:hover::before{
    border-color: #35363f;
}
.filter-by [type="checkbox"]:checked + label{
    color: #fff;
}


.ui-widget-content {
    background: #35363f none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    height: 3px;
    margin: 25px auto;
}
.ui-slider .ui-slider-handle {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #bbb;
    border-radius: 100%;
    padding: 0;
    top: -7px;
    cursor: pointer;
	outline:0;
}
.ui-widget.ui-widget-content {
	border:none;
}
.ui-slider .ui-slider-handle.ui-state-focus::after {
	background:#fff;
}
.ui-slider .ui-slider-handle::after {
    background: #fec722 none repeat scroll 0 0;
    border-radius: 100%;
    bottom: 0;
    content: "";
    height: 10px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 10px;
}
.ui-widget-header {
    background: #fec722 none repeat scroll 0 0;
}
.ui-slider.ui-slider-horizontal > .price-range-min, .ui-slider.ui-slider-horizontal > .price-range-max {
    color: #656565 !important;
    margin-top: 20px;
    opacity: 1 !important;
    position: absolute !important;
}
.ui-slider.ui-slider-horizontal > .price-range-min{
    left: 0;
}
.ui-slider.ui-slider-horizontal > .price-range-min::after {
    bottom: 0;
    content: "to";
    left: 320%;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}
.ui-slider.ui-slider-horizontal > .price-range-max{
    right: 0;
}
#rangeA,#rangeB {
    background: none;
    border: none;
    width: 44%;
    font-weight: 700;
    color: #656565;
}

#rangeB {
    color: #fff;
}
.filter-by .panel-group {
    border-bottom: 3px solid #fec722;
    padding-bottom: 20px;
}
.filter-by .panel-group .viewmore {
    color: #fff;
    display: block;
    padding: 20px 30px 5px;
    position: relative;
}
.filter-by .panel-group .viewmore::after {
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 85px;
}
.products-sidebar .item {
    padding: 20px 30px;
}
.products-sidebar .item > .single-product:first-child {
    margin-top: 10px;
}
.products-sidebar .item > .single-product {
    border-bottom: 1px solid #35363f;
    margin-bottom: 20px;
    overflow: hidden;
    padding-bottom: 20px;
}
.products-sidebar .item > .single-product:last-child {
    border-bottom: none;
    margin-bottom: 0;
    overflow: hidden;
    padding-bottom: 20px;
}
.products-sidebar .item > .single-product > .product-extras {
    padding-top: 10px;
}
.products-sidebar .item > .single-product > img {
    height: 60px;
    margin-right: 20px;
    width: 60px;
}
.products-sidebar .item > .single-product > .product-extras > .product-title {
  color: #fff;
  font-size: 14px;
}
.products-sidebar .item > .single-product > .product-extras > .prices {
  color: #fff;
  font-size: 14px;
}
.products-sidebar .item > .single-product > .product-extras > .prices > .old-price {
  color: #7f8084;
  font-size: 10px;
}
.all-tags {
  padding: 30px;
}
.all-tags > .tags li {
  margin: 3px;
  padding: 0;
}
.all-tags > .tags a {
  border: 2px solid #35363f;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  padding: 8px 12px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.all-tags > .tags li.active a, .all-tags > .tags a:hover {
  border: 2px solid #fec722;
  color: #555;
  background: #fec722;
}

/*******************************************************
********************* 10.4 RESPONSIVE
*******************************************************/
@media (min-width:1024px){
    .ui-slider.ui-slider-horizontal > .price-range-min::after {
      left: 245%;
    }
    .products-sidebar .item > .single-product > .product-extras {
      padding-top: 0;
    }
}

/*******************************************************
****************** 11.0 SHOP SINGLE PAGE ***************
*******************************************************/
.single-product-page {
    display: block;
    position: relative;
    padding: 50px 0;
}

.singe-product-title {
    display: block;
    position: relative;
    border-bottom: 3px solid #fec722;
    margin-bottom: 30px;
}

.singe-product-title > a {
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    color: #24252f;
    padding: 17px 0;
    display: block;
}
/*******************************************************
********************* 11.1 PRODUCT NAVIGATION
*******************************************************/
.product-navigation {
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #fec722;
    width: 45px;
    height: 55px;
    text-align: left;
    padding-top: 16px;
}
.product-navigation:before {
    content: "";
    position: absolute;
    left: -54px;
    bottom: 0px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 55px 55px;
    border-color: transparent transparent #fec722 transparent;
}
.product-navigation > a {
    margin: 2px;
}

.product-navigation > a i{
    color: #24252f;
    font-size: 14px;
}

.product-single-navigation {
}
/*******************************************************
********************* 11.2 PRODUCT THUMB SLIDER
*******************************************************/
.product-thumb-slider {
}
ol.product-slider-thumb{
    width: 62px;
    height: auto;
    text-align: center;
    position: absolute;
    top: 20px;
    right: 20px;
    left: inherit;
    margin: 0 !important;
}
ol.product-slider-thumb li, ol.product-slider-thumb li.active{
    width: 55px;
    height: 55px;
    border: 5px solid #fff !important;
    float: left;
    display: block;
    position: relative;
    border-radius: 3px;
}
ol.product-slider-thumb li.active:before{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #fec722;
    opacity: 0.8;
}
ol.product-slider-thumb li img{
    display: block;
    float: left;
    width: 100%;
    height: auto;
}

/*******************************************************
********************* 11.3 SLIDER PRODUCT ITMES
*******************************************************/
.slide {
    position: relative;
}

.carousel-inner {
}
.slide .item img{
    width: 100%;
    height: auto;
}

.title > h3 {
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    margin-top:
    15px;
}

.rating-star {
}

.fa-star {
    color: #fec722;
}

.product-price {
    font-size: 28px;
    color: #24252f;
    margin: 0;
    padding: 0;
}

.product-price > del {
    font-size: 16px;
    color: #a5a5a5;
}

.product-share-review-btn {
    display: block;
    text-align: left;
}

.product-share-review-btn > a {
    border: 2px solid #f5f5f5;
    padding: 10px 10px;
    font-size: 12px;
    color: #24252f;
    display: block;
    margin: 5px 0;
    text-align: center;
}
.product-share-review-btn > a:hover{
    background-color: #fec722;
    border-color: #fec722;
}
.product-caption {
    display: block;
    overflow: hidden;
    padding-bottom: 30px;
    padding-top: 30px;
    margin-top: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #f5f5f5;
    border-top: 1px solid #f5f5f5
}

.product-caption > p {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    font-family: 'Open Sans';
}

.product-caption > p > br {
}

.product-caption > a {
    color: #24252f;
    font-size: 14px;
}

/*******************************************************
********************* 11.4 PRODUCT COUNTER
*******************************************************/
.handle-counter {
    position: relative;
    width: 100%;
    height: 46px;
}

.handle-counter > input {
    width: calc(100% - 90px);
    text-align: center;
    height: 45px;
    margin: 0 auto;
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    border: 1px solid #f5f5f5;
    border-left: none;
    border-right: none;
}
.handle-counter > input:focus{
    border-color: #fec722;
    outline: none;
    box-shadow: none;

}
.counter-minus {
    left: 0;
}

.handle-counter .btn, .handle-counter .btn:focus{
    position: absolute;
    width: 40px;
    height: 45px;
    border: 1px solid #f5f5f5;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    color: #24252f;
    text-align: center;
    font-size: 14px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.handle-counter .btn:hover{
    background-color: #fec722;
}
.btn-primary {
}

.counter-plus {
    right: 0;
}

.buy-now-btn {
    display: block;
    text-align: center;
}

.buy-now-btn > a {
    display: block;
    text-align: center;
    background-color: #fec722;
    font-size: 14px;
    font-weight: 700;
    color: #24252f;
    padding: 12px;
}

.wishlist-btn {
}

.wishlist-btn > a {
    border: 1px solid #f5f5f5;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    color: #24252f;
    text-align: center;
    font-size: 14px;
    width: 100%;
    padding: 12px;
    display: block;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.wishlist-btn > a i{
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}

.wishlist-btn > a:hover{
    background: #fec722;
    color: #fff;
}
.wishlist-btn > a:hover i{
    color: #fff;
}

/*******************************************************
********************* 11.5 PRODUCT TAB
*******************************************************/
.product-tab{
    display: block;
    text-align: center;
    margin-top: 60px;

}
.tab-menu-area{
    display: block;
    border-bottom: 1px solid #ececec;
}
.single-product-page .nav-tabs {
    display: inline-block;
    text-align: center;
    border: none;
    margin:  o auto
}

.tab-menu-area .nav-tabs > li {
    display: inline-block;
    padding: 0 10px;
}

.tab-menu-area .nav-tabs > li > a, .tab-menu-area .nav-tabs > li > a:hover, .tab-menu-area .nav-tabs > li > a:focus {
    font-size: 12px;
    text-transform: uppercase;
    color: #cececf;
    border: none;
    background: transparent;
    font-weight: 700;
    padding: 10px 5px;
}
.tab-menu-area .nav-tabs > li.active > a, .tab-menu-area .nav-tabs > li.active > a:hover, .tab-menu-area .nav-tabs > li.active > a:focus {
    color: #24252f;
    border: none;
    position: relative;
}
.tab-menu-area .nav-tabs > li.active > a:after{
    content: "";
    width: 100%;
    height: 2px;
    bottom: -5px;
    display: block;
    background-color: #fec722;
    position: absolute;
    left: 0;
    right: 0;
}
.tab-menu-area .nav-tabs > li > a > span {
}

.title-area {
    background-color: #fec722;
    padding: 15px 0;
    display: block;
    margin-top: 30px;
}

.title-area > h4 {
    display: block;
    font-size: 21px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    line-height: 1;
    color: #24252f;
}

.content-area {
    display: block;
    text-align: left;
    padding-top: 35px;
    border: 1px solid #f2f2f3;
    overflow: hidden;
}

.content-area  p {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #656672;
    font-family: 'Open Sans';
}
.content-area  img{
    width: 100%;
    height: auto;
}

.content-area h3 {
    font-weight: 700;
    font-size: 21px;
    color: #24252f;
}

/*******************************************************
********************* 11.6 RECENT PRODUCT
*******************************************************/
.recent-item-title {
    display: block;
    border-bottom: 3px solid #fec722;
    padding: 15px 0;
    margin-top: 20px;
    position: relative;
}
.recent-item-title:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 12px 12px;
    border-color: transparent transparent #fec722 transparent;
}
.recent-item-title > h3 {
    font-family: 'montserratultra_light';
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 28px;
    font-weight: 300;
    color: #24252f
}

.recent-item-title > h3 > b {
    font-weight: 700;
    font-family: 'Montserrat';
}

.recent-productitems {
    display: block;
    margin-top: 30px;
}
.recent-productitems .item{
    padding: 0 15px;
}
.recent-productitems .item .single-product{
    padding: 0 ;
}

.item > img {
    width: 100%;
    height: auto;
}
.recent-productitems .owl-controls.clickable {
    position: absolute;
    display: block;
    top: -70px;
    overflow: hidden;
    width: 50px;
    height: 20px;
    right: 15px;
    text-align: right;
}
.recent-productitems .owl-controls .owl-page, .owl-controls .owl-buttons div{
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: #f4f4f4;
    border-radius: 50%;
    margin: 2px;
}
.recent-productitems .owl-controls .owl-page.active{
    background-color: #fec722;
}

/*******************************************************
***************** 12.0 PLAYER PROFILE PAGE *************
*******************************************************/
.player-profile-section {
    padding: 48px 0;
    position: relative;
}
.section-title h1{
    font-size: 48px;
    color: #fff;
    font-weight: 700;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
.pagination-area {
    line-height: 50px;
    text-align: right;
}
@media screen and (max-width:768px) {
	.section-title h1{
		text-align:center;
	}
	.pagination-area {
		text-align: center;
	}
}
.pagination-area ul li{
    display: inline-block;
}
.pagination-area ul li a{
    font-size: 12px;
    font-weight: 400;
    color: #fec722;
    text-decoration: underline;
    padding: 0 5px;
}
.pagination-area ul li a i{
    margin-left: 10px;
}
.pagination-area ul li.active a {
	text-decoration:none;
	color:#fff;
}
.pagination-area ul li a:hover{
    color: #fff;
    text-decoration: none;
}

/*******************************************************
********************* 12.1 PLAYER CAREARR
*******************************************************/
.player-carear-details {
    position: relative;
    padding: 50px 0 0 0;
}
.profile-images-match {
    margin-top: 10px;
}
.profile-details {
    position: absolute;
    bottom: 0;
    background: url(../images/player-profile-img.png) no-repeat;
    padding: 5px 0 0 8px;
    width: 85%;
    display: block;
}
.carryer-match{
    position: relative;
    top: 0px;
    margin-left: 15px;
}

.profile-details h2{
    font-size: 36px;
    color: #24252f;
    font-weight: 700;
    margin: 0;
    padding: 0;
}
.profile-details p{
    font-size: 14px;
    color: #656672;
    font-weight: 400;
    padding: 0;
    margin: 0;
    line-height: 10px;
}
.profile-details-inner{
    display: inline-block;
}
.player-carryer-total-des #profile-title{
    font-size: 28px;
    color: #24252f;
    font-weight: 100;
    margin: 0;
    padding: 0 0 14px 0;
    border-bottom: 1px solid #f2f2f3;
}
.player-carryer-total-des h1 span{
    color: #fec722;
}
.player-description p{
    font-size: 14px;
    color: #656672;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin: 18px 0 0 0;
}
.player-other-desc-inner{
    background: #fcfcfc;
    overflow: hidden;
    display: block;
    padding: 50px 30px 0;
    margin-top: 26px;
}
.player-desc-1 {
    width: 50%;
    float: left;
}
.player-other-desc {
    margin: 0 0 50px 0;
}
.player-other-desc h1{
    font-size: 14px;
    color: #24252f;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    margin: 0;
    padding: 0 0 6px 0;
}
.player-other-desc p{
    font-size: 14px;
    color: #656672;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin: 0;
}
.player-other-desc ul li{
    display: inline-block;
    list-style: none;
    margin-right: 10px;
}
.player-other-desc ul li a{
    font-size: 14px;
    color: #bbbbbe;
}
.player-other-desc ul li a:hover{
    color: #24252f;
}
/*******************************************************
********************* 12.2 PLAYER PERFORMANCE
*******************************************************/
.player-performances {
    padding: 0 0 50px;
}
.player-states h1{
    font-size: 28px;
    color: #24252f;
    border-bottom: 2px solid #fec722;
}
.player-states h1 {
    position: relative;
    margin-bottom: 30px;
}
.player-states h1:before {
    content: "\f0d9";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fec722;
    font-size: 26px;
    padding-right: 0.5em;
    position: absolute;
    top: 22px;
    right: -5px;
    -ms-transform: rotate(-136deg);
    -webkit-transform: rotate(-136deg);
    -moz-transform: rotate(-136deg);
    -o-transform: rotate(-136deg);
    transform: rotate(-136deg);
}
.progress-percent{
    float: right;
    font-weight: 700;
    color: #24252f;
    font-size: 16px;
}
.progress-bar.progress-bar-striped.active {
    width: 40%
}
.player-performance h1{
    font-size: 28px;
    color: #24252f;
    border-bottom: 2px solid #fec722;
}
.player-performance h1 {
    position: relative;
    margin-bottom: 30px;
}
.player-performance h1:before {
    content: "\f0d9";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fec722;
    font-size: 26px;
    padding-right: 0.5em;
    position: absolute;
    top: 22px;
    right: -5px;
    -ms-transform: rotate(-136deg);
    -webkit-transform: rotate(-136deg);
    -moz-transform: rotate(-136deg);
    -o-transform: rotate(-136deg);
    transform: rotate(-136deg);
}
.progress {
    height: 13px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar.progress-bar-striped.active {
    width: 40%;
    height: 13px;
}
.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #fec722;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    -moz-transition: width .6s ease;
    transition: width .6s ease;
}
.skillst1{
    width: 100%;
    color: #fff;
}
.skillbar-items{

}
.skillst1 .skillbar{
    width: 100%;
    position: relative;
    margin-bottom: 30px;
    overflow: inherit;
    height: 16px;
}
.skillst1 .result-progressbar{
    width: 85%;
}

.skillst1 .skillbar:before{
    content: "";
    position: absolute;
    height: 16px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.skillst1 .count-bar{
    position: absolute;
    background-color: #fec722;
    height: 16px;
    left: 0;
    bottom: 0;
}
.skillst1 .count-bar.right{
    position: absolute;
    background-color: #fec722;
    height: 16px;
    right: 0;
    bottom: 0;
    left: inherit;
}

.skillst1 .title{
    font-size: 14px;
    color: #656672;
    font-weight: 700;
    margin-bottom: 2px
}

.skillst1 .count{
    width: 100%;
    height: 100%;
    position: relative;
}

.skillst1 .count span{
    position: absolute;
    right: 0;
    top: -30px;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    color: #24252f;
}
.gmpc {
    position: relative;
    display: inline-block;
    text-align: center;
    margin: 0 auto
}
.gmpc-percent-text {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}
.circle-proggress-items{
    display: block;
    float: left;
    width: 33.33%;
    text-align: center;
}
.progress-content{
    display: block;
    text-align: center;
    font-size: 14px;
    color: #656672;
    margin-top: 10px;
}
.pie-title-center {
  display: inline-block;
  position: relative;
  text-align: center;
}

.pie-value {
  display: block;
  position: absolute;
  font-size: 14px;
  height: 40px;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -20px;
  line-height: 40px;
}

/*******************************************************
********************* 12.3 PLAYER INSTAGRAM
*******************************************************/
.instagram-section{
    position: relative;
    margin: 0;
    padding: 0;
    text-align: center;
    margin-bottom: -5px;
}
.instagram-section:before{

}
.carry-olpdman-btn {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin:0 auto;
    top: 48%;
}
.visit-carry-oldman a{
    font-size: 14px;
    color: red;
}
.carry-olpdman-btn a{
    background: #fec722;
    font-size: 14px;
    color: #24252f;
    padding: 15px 20px;
    border-radius: 5px;
    font-weight: 700;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.carry-olpdman-btn a:hover{
    background: #755801;
    color: #fff;
}

.carry-olpdman-btn a i{
    margin-right: 5px;
}

/*******************************************************
******************** 13.0 CONTACT PAGE *****************
*******************************************************/
.contact-page-title{
    display: block;
    padding-bottom: 300px;

}
.contact-page-title .page-title h2 {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
    margin: 0;
    padding: 0;
}
.contact-page-title .page-title p {
    font-size: 14px;
    font-weight: 700;
    color: #fec722;
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
    margin: 0;
    padding: 0;
    margin-top: 10px;
}
/*******************************************************
********************* 13.1 CONTACT INFO
*******************************************************/
.contact-info-section{
    display: block;
    position: relative;
    margin-top: -250px;
}
.info-items {
    text-align: center;
    padding: 80px 30px;
    border: 1px solid #ccc;
    border-bottom: 3px solid #fec722;
    background-color: #fff;
}
@media screen and (max-width:991px) {
    .info-items {
        margin-bottom:30px;
    }
}
.info-items > h4 {
    font-size: 21px;
    line-height: 1;
    font-weight: 700;
    color: #24252f;
    margin: 0;
    padding: 0;
    display: block;
    margin-top: 45px;
    margin-bottom: 20px;
}

.info-items > i {
    width: 170px;
    height: 170px;
    display: inline-block;
    margin: 0;
    color: #fec722;
    border: 1px solid #ccc;
    border-radius: 50%;
    font-size: 48px;
    text-align: center;
    padding: 60px;

}

.info-items > p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    display: block;
}

.fa-arrow-circle-down {
    color: #fec722;
    font-size: 21px;
}

.contact-title {
    padding-top: 50px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ccc;
}

.contact-title > h3 {
    font-size: 28px;
    font-weight: 700;
    color: #24252f;
    text-align: center;
    margin: 0;
    padding: 0;
    line-height: 1;
}

.contact-title > h3 > span {
    color: #fec722;
}

/*******************************************************
********************* 13.2 CONTACT FORM
*******************************************************/
.contact-form{
    padding-top: 40px;
    display: block;
    overflow: hidden;
}
.contact-section-title{
    text-align: center;
}
.contact-section-title p{
    font-size: 14px;
    font-weight: 700;
    color: #fec722;
    line-height: 10px;
}
.contact-details-area {
    position: absolute;
    bottom: -88px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.contact-details{
    position: relative;
    bottom: 0;
    background: #ffffff;
    text-align: center;
    padding: 80px 0;
    border-bottom: 2px solid #fec722;
}
.contact-details a {
    font-size: 48px;
    color: #fec722;
    background: #fefefe;
    border: 1px solid #ededed;
    width: 169px;
    height: 169px;
    margin: 0 auto;
    display: block;
    border-radius: 50%;
    line-height: 174px;
}
.contact-details h2{
    font-size: 21px;
    color: #24252f;
    font-weight: 700;
    margin: 43px 0 13px 0;
    padding: 0;
}
.contact-details h2 i{
    color: #fec722;
}
.contact-details p{
    font-size: 14px;
    color: #24252f;
    margin: 0 0 4px 0;
}
.contact-form-section{
    padding: 280px 0 100px 0;
}
.contact-form-title{
    text-align: center;
}
.contact-form-title h1{
    font-size: 28px;
    font-weight: 700;
    color: #24252f;
    border-bottom: 1px solid #ededed;
    margin: 0 0 40px 0;
}
.contact-form-title h1 span{
    color: #fec722;
}
.form-control {
    display: block;
    width: 100%;
    height: 42px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ededed;
    border-radius: 0px;
}
.form-control:focus {
    border-color: #fec722;
    outline: 0;
    box-shadow: none;
}
textarea.form-control {
    min-height: 121px;
}
.textarea{
    margin-bottom: 47px;
}
.contact-submit-buttom, .contact-submit-buttom:hover, .contact-submit-buttom:active{
    font-size: 14px;
    color: #24252f;
    display: block;
    padding: 10px 15px;
    text-transform: uppercase;
    background: #fec722;
    border: none;
    box-shadow: none;
    width: 100%;
    font-weight: 700;
}
.btn-area{
    margin: 0 15px;
    position: relative;
}
.btn-area:before{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background: #ededed;
    bottom: 54px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

/*******************************************************
********************* 13.3 MAP SECTION
*******************************************************/
.map-section {
    position: relative;
    padding: 0;
    margin: 0;
}
.map-section .panel-group {
    padding: 0;
    margin: 0;
}

.panel {
}

.map-section .panel-default {
    border: none;
}

.map-section .panel-default > .panel-heading{
    background-color: transparent;
    border: none;
    text-align: center;
    position: relative;
    padding-top: 110px;
}
.map-section .panel-title > a {
    width: 110px;
    height: 110px;
    display: inline-block;
    border-radius: 50%;
    border: 10px solid #fbfbfb;
    background-color: #fff;
    padding: 10px 0;
    margin: 0 auto;
    outline: none;
    position: absolute;
    z-index: 99;
    top: -50px;
    left: 0;
    right: 0;
}
.map-section .panel-title > a > i{
    display: block;
    text-align: center;
    font-size: 36px;
}
.map-section .panel-title > a > span{
    display: block;
    text-align: center;
    font-weight: 700;
    color: #24252f;
    font-size: 14px;
}
.map-section .panel-collapse.collapse.in{
    height: auto;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.map-section .panel-collapse.collapse{
    display: block;
    height: 100px;
}

#map{
    height: 400px;
    width: 100%;
}

/*******************************************************
****************** 14.0 TURNAMENT HISTORY **************
*******************************************************/

.match-today-section{
    background: url(../images/bg/world-cover.jpg);
    padding-top: 108px;
    padding-bottom: 56px;
    position: relative;
}
.match-today-section:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    background-color: #24252f;
    opacity: 0.92;
    left: 0;
}
@media (min-width:991px) {
	.match-left{
		text-align: left;
	}
	.match-right{
		float: right;
	}
}

/*******************************************************
********************* 14.1 MATCH TIME
*******************************************************/
.teamsname{
    float: left;
}
.today-team-img{
    background: #fff;
    padding: 20px;
    border-radius: 50%;
}
.today-team-name{
    margin-top: 10px;
}
.today-team-name h1{
    font-size: 36px;
    color: #fff;
    font-weight: 700;
    margin: 0;
    padding: 0;
}
.today-team-name p{
    font-size: 14px;
    color: #acadb0;
    font-weight: 400;
    margin: 0;
    line-height: 12px;
}
.team-vs-team{
    text-align: center;
    position: relative;
}
.team-vs-team:before{
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #fec722;
    left: 0;
    right: 0;
    bottom: 60px;
    margin: 0 auto;
}
.team-vs-team h1{
    font-size: 56px;
    color: #fff;
    font-weight: 400;
    margin: 0;
    border: 2px solid #45464f;
    border-radius: 50%;
    width: 127px;
    height: 127px;
    margin: 0 auto;
    line-height: 131px;
    background: #30313b;
}
.nex-match{
    text-align: center;
    margin: 32px 0 0 0;
}
.match-left .today-team-img{
    margin-right: 30px;
}
.match-right .today-team-img{
    margin-left: 30px;
}
.nex-match h2{
    font-size: 24px;
    color: #fff;
    margin: 0 0 12px 0;
    padding: 0;
    font-weight: 700;
}
.nex-match h2 span{
    color: #fec722;
}
.nex-match p{
    font-size: 14px;
    color: #acadb0;
    margin: 0 0 2px 0;
}

/*******************************************************
********************* 14.2 SUPER LEAGUE CUP
*******************************************************/
.super-cup-title h1{
    font-size: 25px;
    color: #24252f;
    font-weight: 400;
    text-align: center;
    margin: 60px 0 51px;

}
.super-cup-league-section h1 span{
    padding: 15px 20px;
    border: 1px solid #ececec;
    position: relative;
}
@media (max-width:450px) {
	.super-cup-title h1 {
		border:1px solid #ececec;
	}
	.super-cup-league-section h1 span {
		border:none;
		position:initial;
	}
}
.super-cup-league-section h1 span:before{
    content: "\f0d9";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fec722;
    font-size: 26px;
    padding-right: 0.5em;
    position: absolute;
    bottom: -12px;
    right: -6px;
    -ms-transform: rotate(-136deg);
    -webkit-transform: rotate(-136deg);
    -moz-transform: rotate(-136deg);
    -o-transform: rotate(-136deg);
    transform: rotate(-136deg);
}
.super-cup-league-section h1 span:after{
    content: "\f0d9";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fec722;
    font-size: 26px;
    padding-right: 0.5em;
    position: absolute;
    top: -13px;
    left: -5px;
    -ms-transform: rotate(-41deg);
    -webkit-transform: rotate(-41deg);
    -moz-transform: rotate(41deg);
    -o-transform: rotate(41deg);
    transform: rotate(41deg);
}
.super-cup-league-section .tab-area ul{
    text-align: center;
}
.super-cup-league-section .tab-area .nav-tabs > li, .super-cup-league-section .tab-area .nav-tabs > li:active{
    float: none;
    display: inline-block;
}
.super-cup-league-section .tab-area .nav-tabs > li > a{
    font-size: 14px;
    color: #bdbdc0;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    padding: 15px 12px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.super-cup-league-section .tab-area .nav-tabs > li > a, .super-cup-league-section .tab-area .nav-tabs > li:active > a{
    border: none;
    background: transparent !important;
}
.super-cup-league-section .nav-tabs > li.active > a, .super-cup-league-section .nav-tabs > li.active > a:hover, .super-cup-league-section .nav-tabs > li.active > a:focus{
    color: #24252f;
}
.super-cup-league-section .nav-tabs > li.active > a:before{
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 3px;
    background: #fec722;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.super-cup-league-section .tab-pane{
    border: 1px solid #f2f2f3;
    border-bottom: none;
}
.super-cup-league-section .tab-content{
    margin: 30px 0 40px 0;
}
.super-cup-league-section .tab-content .fixture-title h1{
    font-size: 21px;
    font-weight: 700;
    color: #24252f;
    margin: 0;
    padding: 0;
    background: #fec722;
    text-align: center;
    padding: 16px 0;
}
.super-cup-league-section .tab-content .fixture-team-name h1{
    font-size: 21px;
    color: #24252f;
    font-weight: 700;
    margin: 0;
    padding: 0;
}
.super-cup-league-section .tab-content .fixture-team-name p{
    font-size: 14px;
    color: #7a7b81;
    margin: 0;
}
.super-cup-league-section .tab-content .white-match{
    background: #fff;
    display: block;
    overflow: hidden;
    margin: 0 15px;
    border-bottom: 1px solid #f2f2f3;
    padding: 18px 30px;
}
.super-cup-league-section .tab-content .black-match{
    background: #fbfbfb;
    display: block;
    overflow: hidden;
    margin: 0 15px;
    border-bottom: 1px solid #f2f2f3;
    padding: 18px 30px;
}
.super-cup-league-section .fixture-team-img {
    float: left;

}
.super-cup-league-section .fixture-team-name {
    float: left;
}
.super-cup-league-section .fixture-team-left{
    margin: 16px 0 0 20px;
}
.super-cup-league-section .fixture-team-right{
    margin: 16px 20px 0 0;
}
.super-cup-league-section .fixture-team-date {
    text-align: center;
    margin: 20px 0 0 0;
}
.super-cup-league-section .fixture-team-date h1{
    font-size: 16px;
    color: #24252f;
    font-weight: 700;
    margin: 0;
    padding: 0;
}
.super-cup-league-section .fixture-team-date p{
    font-size: 14px;
    color: #7a7b81;
    margin: 0;
}
/* End turnamet histry */
/* ############################################# */
/* Start result page */

/*******************************************************
********************* 1.STYLE
*******************************************************/
.world-cup-match{
    padding: 58px 0;
}
.world-cup-match .team-vs-team:before{
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #44454d;
    left: 0;
    right: 0;
    bottom: 60px;
    margin: 0 auto;
}
.world-cup-match-title{
    text-align: center;
}
.world-cup-match-title h1{
    font-size: 48px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}
.world-cup-match-title h1 span{
    color: #24252f;
    background: #fec722;
    font-size: 21px;
    padding: 6px 10px;
    border-radius: 5px;
    margin: 0;
    position: relative;
    top: -9px;
    cursor: pointer;
}
.world-cup-match-title p a{
    font-size: 14px;
    color: #fec722;
    font-weight: 400;
}
.nex-match p{
    font-size: 14px;
    color: #acadb1;
    font-weight: 400;
    letter-spacing: 1px;
}
.nex-match p span{
    margin-left: 5px;
    color: #fff;
    letter-spacing: 3px;
}
.world-cup-match-stastic-section ul{
    text-align: center;
    margin-bottom: 25px
}
.world-match-left {
    padding: 0 25px;
}
.world-match-right {
    padding: 0 25px;
}
.world-cup-match-stastic-section .nav-tabs > li, .world-cup-match-stastic-section .nav-tabs > li:active{
    float: none;
    display: inline-block; ;
}
.world-cup-match-stastic-section .nav-tabs > li > a{
    font-size: 14px;
    color: #bdbdc0;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    padding: 15px 12px;
}
.world-cup-match-stastic-section .nav-tabs > li > a, .world-cup-match-stastic-section .nav-tabs > li:active > a{
    border: none;
    background: transparent !important;
}
.world-cup-match-stastic-section .nav-tabs > li.active > a, .world-cup-match-stastic-section .nav-tabs > li.active > a:hover, .world-cup-match-stastic-section .nav-tabs > li.active > a:focus{
    color: #24252f;
    border: none;
    background: transparent
}
.world-cup-match-stastic-section .nav-tabs > li.active > a:before{
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 3px;
    background: #fec722;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.world-match-right{
    float: right;
}
.world-match-left .world-team-img{
    margin-right: 0px;
}
.world-match-right .world-team-img{
    margin-left: 0px;
}
.world-team-img{
    padding: 0 20px 0 0;
    border-radius: 50%;
    float: left;
}
.world-team-img-right{
    padding: 0 0 0 20px;
}
.world-team-name{
    margin-top: 10px;
    float: left;
}
.world-team-name h1{
    font-size: 21px;
    color: #24252f;
    font-weight: 700;
    margin: 0;
    padding: 0;
}
.world-team-name p{
    font-size: 14px;
    color: #acadb0;
    font-weight: 400;
    margin: 0;
    line-height: 12px;
}
@media screen and (max-width:768px) {
	.world-match-left,.world-match-right {
		display: table;
	}

	.world-team-name {
		display: table-footer-group;
		float: none;
		text-align: center;
	}

	.world-team-img {
		display: table-header-group;
		float: none;
		text-align: center;
	}
}
@media (max-width:991px) {
	.match-left,.match-right {
		display: flex;
		margin: 25px auto;
		justify-content: center;
	}

	.today-team-name.teamsname {
		order: 2;
		margin: 10px 20px;
	}

	.today-team-img.teamsname {
		margin: 0;
		order: 1;
	}
}
.result-tab-area{
    border: 1px solid #f2f2f3;
    display: block;
    overflow: hidden;
}
.result-tab-area {
    margin: 30px 0 48px;
}
.result-tab-area .color-row{
    background: #fbfbfb;
}
.result-tab-area .row{
    padding: 18px 17px;
    border-bottom: 1px solid #f2f2f3;
}
.statstics p{
    font-size: 21px;
    color: #24252f;
    font-weight: 700;
    margin: 0;
}
.statstics-center p{
    font-size: 16px;
    color: #24252f;
    font-weight: 700;
}
.statstics-color{
    color: #bdbdc0 !important;
}
.statstics-attempts-row, .statstics-total-row{
    text-align: center;
    background: #fec722;
}
.statstics-attempts p{
    text-transform: uppercase;
}
.main-progressbar-result{
    width: 40%;
    float: left;
}
.sports-number{
   width: 20%;
    float: left;
    text-align: center;
}
.sports-number p{
    font-weight: 700;
    color: #24252f;
}
.progress-bar-striped1 .active{
    float: right !important;
}
.statstics-total-row-last{
    margin-bottom: 30px;
}
.row-padding-zero{
    padding: 0 !important;
    border: none !important;
}
.progress-percent-left{
    float: left;
    font-weight: 800;
    color: #24252f;
}
.result-progressbar{
    width: 85%;
    float: left;
    margin-bottom: 28px;
}
.progress-percent-result{
    width: 15%;
    float: right;
    text-align: center;
}
.float-left{
    float: left;
}

/*******************************************************
***************** 15.0 WORLD CUP FIXITURE **************
*******************************************************/
.fixture-title-section{
    background: url(../images/fixtures-bd.png);
    padding: 45px 0;
}

.fixture-section{
    padding: 58px 0 40px;;
}
.fixture-section .world-cup h1{
    font-size: 21px;
    font-weight: 700;
    color: #24252f;
    margin: 0;
    background: #fec722;
    text-align: center;
    padding: 16px 0;
    text-transform: uppercase;
}
.fixture-section .fixture-team-img{
    float: left;
}
.fixture-section .fixture-team-name{
    float: left;
}
.fixture-section .fixture-team-name h1{
    font-size: 21px;
    color: #24252f;
    font-weight: 700;
    margin: 0;
    padding: 0;
}
.fixture-section .fixture-team-name p{
    font-size: 14px;
    color: #7a7b81;
    margin: 0;
}
.fixture-section .fixture-team-date{
    text-align: center;
}
@media screen and (max-width:991px) {
	.fixture-section .fixture-team-date {
		display: inline-block;
		width: 100%;
	}
	.white-match .col-md-4,
	.black-match .col-md-4	{
		display: inline-block;
		width: 100%;
	}

	.white-match .fixture-team-img,
	.black-match .fixture-team-img {
		float: none;
		text-align: center;
		margin: 10px 0px;
	}

	.white-match .fixture-team-name,
	.black-match .fixture-team-name {
		margin: 0px !important;
		float: none;
		text-align: center;
	}

	.white-match .fixture-team-date,
	.black-match .fixture-team-date {
		padding: 25px 0px;
		position: relative;
		margin: 10px 0px;
	}

	.white-match .fixture-team-date:after,
	.black-match .fixture-team-date:after {
		position: absolute;
		bottom: 0;
		content: '-';
		text-align: center;
	}

	.white-match .fixture-team-date:before,
	.black-match .fixture-team-date:before {
		position: absolute;
		top: 0;
		content: '-';
		text-align: center;
	}
	.img-responsive {
		display:inline-block;
	}
}
.fixture-section .fixture-team-date h1{
    font-size: 16px;
    color: #24252f;
    font-weight: 700;
    margin: 0;
    padding: 0;
}
.fixture-section .fixture-team-date p{
    font-size: 14px;
    color: #7a7b81;
    margin: 0;
}
.fixture-section .fixture-team-left{
    margin: 16px 0 0 20px;
}
.fixture-section .fixture-team-date {
    text-align: center;
    margin: 20px 0 0 0;
}
.fixture-section .fixture-team-right {
    margin: 16px 20px 0 0;
}
.fixture-section .inner-custom-row{
    border: 1px solid #f2f2f3;
    border-bottom: none;
    margin: 0;
}
.fixture-section .inner-custom-row .row{
   border-bottom: 1px solid #f2f2f3;
}
.fixture-section .white-match {
    background: #fff;
    display: block;
    overflow: hidden;
    margin: 0 15px;
    border-bottom: 1px solid #f2f2f3;
    padding: 18px 30px;
}
.fixture-section .black-match {
    background: #fbfbfb;
    display: block;
    overflow: hidden;
    /*margin: 0 15px;*/
    border-bottom: 1px solid #f2f2f3;
    padding: 18px 45px;
}
.prev-and-next-sec{
    text-align: center;
    margin-bottom: 50px;
}
.prev-and-next-sec .prev-and-next-btn a{
    font-size: 14px;
    color: #24252f;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 46px;
}
.prev-and-next-btn-section{
    text-align: center;
}
.prev-and-next-btn-section1{
    float: right;
}
.prev-and-next-sec .prev-and-next-btn a i {
    font-size: 20px;
    font-weight: 800;
}
.prev-and-next-sec .prev-and-next-btn a .fa-angle-right{margin-left: 15px;}
.prev-and-next-sec .prev-and-next-btn a .fa-angle-left{
    margin-right: 15px;
}
.prev-and-next-sec .prev-and-next-btn {
    width: 103px;
    height: 45px;
    float: left;
    display: block;
    background: #fec821;
}

/*******************************************************
******************* 16.0 CUP HISTORY *******************
*******************************************************/
.club-histry-section{
    background: url(../images/fixtures-bd.png);
    padding: 48px 0;
}
.club-histry-feature-section {
    padding: 53px 0 0 0;
}
.inner-container{
    border-bottom: 2px solid #fec722;
    display: block;
    overflow: hidden;
    margin: 0 15px;
    padding-bottom: 52px;

}
.club-histry h1{
    font-size: 28px;
    color: #24252f;
    font-weight: 400;
    margin: 0;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #f2f2f3;
}
.club-histry p{
    font-size: 14px;
    color: #656672;
    font-family: 'Open Sans', sans-serif;
    margin: 22px 0 0 0;
}
.club-details {
    width: 33.33%;
    float: left;
}
.club-details-inner {
    margin-top: 22px;
}
.club-details-inner h1{
    font-size: 14px;
    color: #24252f;
    margin: 0;
    padding: 0 0 7px 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}
.club-details-inner p{
    font-size: 14px;
    color: #656672;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
.club-details-inner ul li{
    display: inline-block;
    list-style: none;
}
.club-details-inner ul li a{
    color: #bdbdc0;
    font-size: 14px;
    padding: 0 5px 0 0;
}
.club-details-inner ul li a:hover{
    color: #24252f;
}
.player-total-details{
    display: block;
    overflow: hidden;
    padding: 20px 0;
    border-bottom: 1px solid #f2f2f3;
}
.club-play-histry .nav-tabs {
    border: none;
}
.club-play-histry .nav-tabs > li{
    float: none;
}
.club-play-histry .nav-tabs > li a{
    border: none;
    font-size: 16px;
    color: #24252f;
    font-weight: 700;
}
.club-play-histry .nav-tabs > li > a{
    border: none;
    border-bottom: 1px solid #f2f2f3;
    font-size: 16px;
    font-weight: 700;
    padding: 15px 15px;
}
.club-play-histry .nav-tabs > li > a:hover{
    background: transparent;
    border: none;
    border-bottom: 1px solid #f2f2f3;
    font-size: 16px;
    font-weight: 700;
}
.club-play-histry .nav-tabs > li.active > a, .club-play-histry .nav-tabs > li.active > a:hover, .club-play-histry .nav-tabs > li.active > a:focus {
    color: #555;
    cursor: default;
    background: transparent;
    border: none;
    border-left: 2px solid #fec722;
    border-bottom: 1px solid #f2f2f3;
    border-radius: 0;
}
.club-play-histry .tab-content {
    padding: 10px 0;
}
@media screen and (min-width:991px) {
	.player-inner:first-child {
		width:35%;
		display:inline-block;
	}
	.player-inner {
		width:30%;
		display:inline-block;
	}
	.player-inner:last-child {
		width:30%;
		display:inline-block;
	}
	.profile-image{
		float: left;
	}
	.profile-caption1 {
		margin-top: 16px;
		padding: 0 0 0 94px;
	}
	.player-country{
		padding: 20px 0 0 0;
	}
	.player-country p{
		padding: 7px 0 0 54px;
	}
	.player-position h3 {
		text-align:right;
	}
}
@media screen and (max-width:991px) {
	.player-inner {
		text-align:center;
		margin:0 auto;
	}
	.player-name-img {
		width: 40%;
		float: left;
	}

	.player-country {
		margin: 8px 0px 0px;
	}
}
.profile-caption h3{
    font-size: 16px;
    color: #dedede;
    font-weight: 400;
    margin: 0;
    padding: 0;
}
.profile-caption p{
    font-size: 16px;
    color: #24252f;
    font-weight: 700;
    margin: 0;
}
.player-position h3{
    font-size: 16px;
    color: #24252f;
    font-weight: 700;
    margin: 20px 0 0 0;
    padding: 0;
}
.player-position h3 i{
    color: #bdbdc0;
    margin-left: 5px;
}
.player-performance{}
.player-performance .position{
	margin: 0px 10px !important;
}
.player-performance .progressText{
	position: absolute;
	bottom: -30px;
	text-align: center;
	width: 100%;
}
.player-performance .progressText span{
	font-size: 14px;
	color: #24252f;
	font-weight: 700;
}

/*******************************************************
******************* 17.0 POINT TABLE *******************
*******************************************************/
.point-table-page {
	padding:50px 0px;
}
.point-title-area th {
    border-bottom-color: #fec722 !important;
	color: #24252f;
}
.point-title-area th:first-child {
	padding: 0px 0px 5px 0px;
	font-size: 16pt;
	font-weight: 500;
}
.point-title-area th:last-child {
	position:relative;
}
.point-title-area th:last-child::after {
	content:'';
	position:absolute;
	background:url('../images/table-border.png') no-repeat;
	width:10px;
	height:12px;
	bottom:0;
	right:0;
}
.table-striped-inverse > tbody > tr:nth-child(even) {
	background: #fbfbfb;
}
.point-itmes {
    border: 1px solid #f2f2f3;
}
.point-itmes table {
	margin:0px;
}
.point-itmes table td,
.point-itmes table th {
    border: none !important;
	vertical-align: middle !important;
	padding:10px 20px !important;
}
table.point-table > tbody > tr > td {
    color: #bdbdc0;
    font-weight: 600;
}
table.point-table > tbody > tr > td:last-child {
    color: #24252f;
}
table.point-table th span {
    color: #24252f;
    padding: 0px 10px;
}

table.point-table tr,
table.point-items-more tr {
    border-bottom: 1px solid #f2f2f3;
}

table.point-table tr:last-child,
table.point-items-more tr:last-child {
    border-bottom: none;
}
.point-table-button {
	background: #fec722;
    text-transform: uppercase;
    font-weight: 600;
	padding: 15px;
}
.point-table-button a {
	color: #24252f;
}
p.pt-heading {
    font-weight: 600;
	color: #24252f;
}
table.point-items-more span {
    padding: 0px 20px;
    font-weight: 600;
	color: #24252f;
}
.point-table-area {
	margin-bottom:50px;
}
.point-table-area:last-child {
	margin-bottom:0px;
}
@media screen and (max-width: 600px) {
	table.point-table {
		width:100%;
	}
	.point-title-area table thead {
		display: none;
	}
	table.point-table tr:nth-of-type(2n) {
		background-color: inherit;
	}
	table.point-table tbody td,
	table.point-table tbody th	{
		color: #24252f !important;
		text-align: left !important;
		display:block;
		text-align: center !important;
		width: 100%;
	}
	table.point-table tbody th:before,
	table.point-table tbody td:before	{
		content: attr(data-th) " - ";
		margin-right: 5px;
	}
	table.point-table td {
		width: 60%;
	}
	table.point-table th {
		width: 40%;
		background: #f2f2f3;
	}
	.point-items-more td {
		display: block;
		text-align: center !important;
	}
	.point-items-more span {
		padding: 0px 15px !important;
		width: 100%;
		display: block;
		margin: 10px 0px;
	}
}
.world-cup-match-stastic-inner{
    display: block;
    overflow: hidden;
}
.match-today-features {
    display: block;
    overflow: hidden;
}


/*******************************************************
******************* 18.0 PRELOADER *******************
*******************************************************/
#preloader {
    width: 100%;
    height: 100%;
    -webkit-animation: preloader_6 5s infinite linear;
    -moz-animation: preloader_6 5s infinite linear;
    -o-animation: preloader_6 5s infinite linear;
    animation: preloader_6 5s infinite linear;
    background: #000;
    display: block;
    text-align: center;
    position: fixed;
    z-index: 999999;
    opacity: 1;
}
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
/* -------------- Loader1 -------------- */

.loader1 {
  position: relative;
  height: 80px;
  width: 80px;
  border-radius: 80px;
  border: 3px solid rgba(255, 255, 255, .7);
  top: 28%;
  top: -webkit-calc(50% - 43px);
  top: calc(50% - 43px);
  left: 35%;
  left: -webkit-calc(50% - 43px);
  left: calc(50% - 43px);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: loader1 3s linear infinite;
  -moz-animation: loader1 3s linear infinite;
  -o-animation: loader1 3s linear infinite;
  animation: loader1 3s linear infinite;
}

.loader1:after {
  content: "";
  position: absolute;
  top: -5px;
  left: 20px;
  width: 11px;
  height: 11px;
  border-radius: 10px;
  background-color: #fec722;
}

@-webkit-keyframes loader1 {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}

@keyframes loader1 {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
