/*
*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{
  overflow-y: scroll; /*prevent webpage shaking*/
}

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 !important;
}

.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;
}

nav.navbar .navbar-nav > li > a:hover {
  background: #fec722 none repeat scroll 0 0;
  color: #fff;
}


/**********media screen*************************/







@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;
	}

    .ln-letters a {

        font-size: 0.9rem !important;
        padding: 4px 4px !important;
    }
}

.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;
}


.lowernews{display:none !important;}
.uppernews{display:block !important;}

@media screen and (max-width:991px) {
	.slider-section {
		padding-bottom:30px;
	}
    .lowernews{display:block !important;}
    .uppernews{display:none !important;}
    .footer-section{
       padding-bottom: 50px !important;
    }
}



.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;
    margin-right:22px;
}
.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%;
    /*padding-top:20px;*/
}
.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: 14px;
}

.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 100px 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: 22px 15px;
}

.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;
}

.linkedin-box {
    background: #0077b5;
    padding: 22px 15px;
}
.instagram-box {
    background: #323232 none repeat scroll 0 0;
    padding: 23px 15px;
}

.instagram-box .social-link > a {
  background: #000 none repeat scroll 0 0;
  color: #fff;
 
  font-size: 11px;
padding: 5px 0 6px 6px;
}

.instagram-box .social-link > a .fa.fa-instagram {
  display: inline-block;
  font-size: 16px;
  position: relative;
  top: 1px;
}

.instagram-box .social-link > a span {
  background: #fff none repeat scroll 0 0;
  border-radius: 0 2px 2px 0;
  color: #000;
  padding: 4px 4px 5px;
}

.youtube-box {
    background: #cc0000;
    padding: 22px 15px;
}

.linkedin-box .social-link {
    padding: 10px 0 5px 15px;
}
.instagram-box .social-link {
    padding: 10px 0 5px 15px;
}

.youtube-box .social-link {
    padding: 10px 0 5px 15px;
}
.linkedin-box > h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
}
.instagram-box > h2 {
    color: #fff;
    font-size: 23px;
    font-weight: 300;
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
}
.youtube-box > h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
}
.linkedin-box > h2 > b {
    font-weight: 700;
}
.instagram-box > h2 > b {
    font-weight: 700;
}
.youtube-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;
    height: 140px;
}
.thumbnail img{
    width: 100%;
    height: auto;
}

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

.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: 10px 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: 10px 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;
	}

    .copyright > p{
        font-size: 12px !important;
    }
}
@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: 100%;
    }
}
@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.prev{
		float: left;
	}
	nav.navigation ul li:last-child{
		float: right;
	}
}
nav.navigation ul li.prev 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: 20px;
}
.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: 26px;
    color: #24252f;
    font-weight: 100;
    margin: 0;
    padding: 0 0 5px 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;
}

/* CSS for no news */

.no-news-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
    font-weight: bold;
    color: red;
    background-color:transparent; /* Optional: Add a background color to the container */
    padding: 10px 20px; /* Optional: Add padding to the container */
  }
  .no-news-message {
    display: inline-block;
  }
.category-filter{
    display: inline-block;
    background-color:#fec821;
    padding:5px 10px;
    color:#24252f;
    font-size:15px;
    margin-right:10px;
    margin-bottom:10px;
}
/*******************************************************
********************* 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;
	}

    .news_content img {
         float: none !important;
         width: 95% !important;
         margin-bottom: 10px !important;
    }
}
.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);
  }
}


/* heena css */
/***********************top header*********************/


.masthead_banner {
    background: transparent none repeat scroll 0 0;
    /*float: right;*/
    height: auto;
    line-height: auto;
    /*max-width: 728px;*/
    text-align: center;
    /*width: 75%;*/
}

.logo {
    float: left;
    margin: 0;
    max-width: 151px;
    width: 25%;
}

.cart .navbar-header {
  float: left;
  width: 15%;
}

.cart.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7;
    padding: 0;
    float: left;
    width: 85%;
}

nav.navbar.cart .navbar-nav > li > a {
    font-size: 14px !important;
    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;
    padding: 11px 7px !important;
    /*margin-top: 7px;*/
}

ul.nav.navbar-nav.navbar-left > li > a {
  font-size: 13px !important;
  padding: 15px 15px !important;
}

.masthead_banner {
  /*margin-top: 6px;*/
}

.nav.navbar-nav.navbar-right li {
  margin-right: 7px;
}


ul.left_list_section{ 
  list-style-type: none;
}

ul.slides{ 
  list-style-type: none;
}
nav.navbar.navbar-default.cart {
    padding: 15px 0;
}
.navbar-right {
    margin: 16px -15px 0 0;
}
.arrow-style{
	   /* width: 56px;*/
	}
.video-items {
    text-align: center;
}
.video-items > a > img {
    display: inline;
}
span.footer_links {
    color: #666;
    font-weight: 500;
}
span.footer_links a {
    color: #666;
    font-size: 12px;
    font-weight: 500;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
}
span.footer_links a:hover {
    color: #fff;
    text-decoration: underline;
}
img {
    max-width: 100%;
   /* width: auto;*/
}
.logo {
    float: left;
    margin: 0;
    max-width: 151px;
    width: 100%;
    margin-top: 20px;
    margin-left: -10px;
}
.sidebar-head{
    background: #2e2f3a none repeat scroll 0 0;
    border: 1px solid #24252f;
    display: block;
    margin-bottom: 10px;
    padding: 20px 10px;
    text-align: center;
	border-left:5px solid #fec722;
}
.sidebar {
    margin-top: 10px;
}
.sidebar a.sidebaradd,.devclass {
  /* background: #2e2f3a none repeat scroll 0 0;
   border: 1px solid #24252f;
  display: block;
   margin-bottom: 10px;
   padding: 20px 10px;
  text-align: center;
	border-left:5px solid #fec722;*/
}

.sidebar .sidebaradd img{width:100%}
.sidebar .devclass a img{width:100%}

.sidebar a.sidebaradd {
    margin-bottom: 10px;
    display: block;
}

.arrow-style {
  /*height: 42px;
  width: 41px;*/
}
.arrow-style::before {
  /*border-width: 0 0 42px 54px;*/
}


.logos_bottom .simply-scroll {
  width: 1100px !important;
}

.logos_bottom .simply-scroll .simply-scroll-clip {
  height: 100px;
  width: 1100px !important;
}

.news-latter-area.sec.bord img {
  display: none;
}
.news-latter-area.sec.bord .form > div {
  color: #90742c;
  font-size: 13px !important;
  line-height: 20px !important;
}
.news-latter-area.sec.bord .form h4 {
  font-size: 20px;
  margin-top: 0;
}
.news-latter-area.sec.bord .form_sec {
  position: relative;
  clear: both;
}
.news-latter-area.sec.bord .form_sec input {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #fec722;
  display: block;
  font-size: 14px;
  font-weight: 400;
  height: 44px;
  padding: 8px 12px;
  position: relative;
  width: 70%;
}
.news-latter-area.sec.bord .form_sec input.btn {
  background: #24252f none repeat scroll 0 0;
  border: medium none;
  border-radius: 0 5px 5px 0;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 20px;
  position: absolute;
  right: 0;
  bottom: 0px;
  transition: all 0.5s ease 0s;
  width: auto;
}
.news-latter-area.sec.bord .form_sec input.btn:hover {
  background: #755801 none repeat scroll 0 0;
}
.twitter_widget {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 2px 7px -1px #aaa;
  margin: 15px 0 0 0px;
  width: 300px;
}
.left_list_news {
  margin-top: 20px;
}
.left_content {
  margin-top: 10px;
}

@media (max-width:767px){
nav.navbar.navbar-default.cart .navbar-header {
    width: 100%;
}
button.navbar-toggle.top-m-btn {
    float: right;
}
.work-item {
  display: inline-block;
}
.navbar-header {
  margin: 0 !important;
}
	}

@media (max-width:992px){

.work-item {
  display: inline-block;
}

.sidebar {
    float:none;
    margin: 10px auto;
    max-width: 320px;
    width: 100%;
}

	}

/**********************end top header*********************/

/*********************slider******************************/
.banner-top{ margin-bottom: 10px; }
.fullwidth{
    margin-top: 25px; 
}
.left_content {
  margin: 10px 0 40px;
}


.banner-top img{ width: 100%; } 

.panel{float: left; width: 100%; position: relative;}
.carousel{float: left; width: 100%; position: relative;}
.carousel_nav{float: left; width: 125px; position: absolute; left: 0; top:0; background: #fff; padding: 0 5px 0 3px; z-index: 5}

#page.fullwidth .left_content{width: 942px;}
.carousel,.panel{float: left; width: 100%; position: relative;}
.carousel_nav{float: left; width: 125px; position: absolute; left: 0; top:0; background: #fff; padding: 0 5px 0 3px; z-index: 5}

.bx-wrapper{
	margin: 0 0px 15px; /*override the default plugin value which is:60px*/
}
#bx-pager {
   /* text-align: center;*/
   padding-bottom: 15px;
}
.bx-wrapper .bx-viewport{
	left: 0px; /*override the default plugin value which is:-5px*/
}

.bx-wrapper .bx-caption{ 
    background: url(../images/caption_bg.png) repeat 0 0; 
    margin-bottom: 6px;
}
.bx-wrapper .bx-caption span {
	font: 18px/58px  Montserrat;
    padding:5px 10px;
}
.bx-wrapper img {
    width: 100%;
  }

#bx-pager img {opacity: 0.5;/*-moz-opacity:0.5; filter: alpha(opacity=50); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; zoom:1;*/}

#bx-pager .active img {opacity: 1; /*-moz-opacity:1; filter: alpha(opacity=100); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; zoom:1;*/}

/**************************end slider***********************/

/**************************pagination***********************/
.pagination > li > a{
border: 1px solid #ddd;
color: #337ab7;
line-height: 1.42857;
margin-left: -1px;
padding: 6px 12px;
position: relative;
text-decoration: none;
}
/**************************end pagination***********************/

/**************************articles and news***********************/

.work-item{padding:15px 15px 15px 0 !important;}

/**************************end articles and news***********************/


.logos_bottom_container {
  background: rgba(0, 0, 0, 0) url("../../images/line.jpg") no-repeat scroll center top;
  float: left;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  width: 100% !important;
}

.logos_bottom {
  display: block;
  float: left;
  margin: 0 auto;
  overflow: hidden;
  text-align: left;
  width: 96%;
}
.logos_bottom ul{width: 100%; padding: 15px 0 15px 0; 
min-height: 100px;
}
.logos_bottom li{float: left; padding: 0 25px; display: inline;}

.logos_bottom_container img {margin: 18px 25px 10px 25px;}

.logos_bottom .simply-scroll { width: 940px; height: 100px; margin-bottom: 1em; }
.logos_bottom .simply-scroll .simply-scroll-clip { width: 940px; height: 100px; }
.logos_bottom .simply-scroll .simply-scroll-list li { float: left; height: 100px; }


.simply-scroll-container { position: relative; }
.simply-scroll-clip { position: relative; overflow: hidden; }
.simply-scroll-list { overflow: hidden; margin: 0; padding: 0; list-style: none; }
.simply-scroll-list li { padding: 0; margin: 0; list-style: none;}
.simply-scroll-list li img { border: none; display: block; }



/* district and region page start */

.contact_block {
  float: left;
  margin-top: 15px;
  width: 50%;
}

.ui-accordion-content.ui-helper-reset.ui-widget-content.ui-corner-bottom.ui-accordion-content-active {
  height: auto;
}
.contact_block .contact_title {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 4px;
}
#accordion div span {
  clear: both;
  float: left;
}
#accordion div p, #accordion div span {
  font-size: 11px;
}
.contact_phone {
  padding-top: 2px;
}
#accordion a {
  text-decoration: underline;
}
.ui-widget-content a {
  color: #222222;
}
.left_content .inner_content ul.download_list {
    margin: 0;
    padding: 0;
  }
  
.left_content .inner_content ul.download_list li {
  border-bottom: 1px dotted #ccc;
  clear: both;

  line-height: 20px;
  list-style: outside none none;
  margin: 0;
  padding: 5px 0;
  width: 100%;
}
.left_content .inner_content ul.download_list li a {
  text-decoration: none;
}		
.left_content .inner_content a {
  color: #2d4e57;
  text-decoration: underline;
}
.left_content .inner_content img {
  max-width: 100%;
  padding: 0 7px 7px;
}

/* district and region page end */

@media(max-width:1199px){
nav.navbar.cart .navbar-nav > li > a {
  font-size: 12px !important;
  margin-top: 0;
  padding: 7px 10px !important;
}
ul.nav.navbar-nav.navbar-left > li > a {
  font-size: 12px !important;
  padding: 15px 10px !important;
}
.navbar-right {
  margin: 0;
}
}
@media(max-width:991px){
.logo {
  margin: 15px 0 0;
  max-width: 80px;
}
}
@media(max-width:767px){
.logo {
  max-width: 100%;
  margin: 0;
}
}

.header-social > ul > li > a {
    color: #fec722 !important;
    opacity: 0.7 !important;
}

/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 99%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(../images/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

.left_content .inner_content {
  padding: 5px 10px 0;
}
.left_content .inner_content p {
  line-height: 1.2em;
  margin: 1em 0;
}
.left_content .inner_content ul {
  display: block;
  list-style: outside none disc;
  margin-bottom: 10px;
  padding-left: 40px;
}
.left_content .inner_content ul li {
  clear: left;
  padding-bottom: 5px;
  width: 100%;
}

#contact .error_message {
  background: #fbe3e4 url("../images/error.gif") no-repeat scroll 10px 6px;
  border: 1px solid #fbc2c4;
  color: #8a1f11;
  display: block;
  line-height: 22px;
  padding: 3px 10px 3px 35px;
}

.maptext{text-align:center !important;}
.left_content .inner_content img.padding-bottom {padding: 0 0 7px 0;width:100% !important;}

.twitter-tweit-section.tiwtter-section-2.all_page_title {
  padding: 20px 0;
}
.left_content .inner_content h2 {
  clear: both;
}
.left_content .inner_content ol {
  display: block;
  margin-bottom: 10px;
  padding-left: 40px;
}
.left_content .inner_content ul.download_list li a:hover {
    text-decoration: underline;
}
#school-list .item h3 {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.left_content .dean-kemp-program p img:first-child {
 width:100% !important;
}
.left_content .volunteer-in-football p img:first-child {
 width:100% !important;
}
.left_content .multicultural-programs p img:first-child {
 width:100% !important;
}
.left_content .aflsa-of-the-year p img:first-child {
 height:265px !important;
}
.left_content .afl-9s-youth-state-tournament p a img:first-child {
 width:100% !important;
}
.left_content .afca table{
 margin-right:120px;
 margin-bottom:20px;
}
.cart.navbar-default .secondmenutop{
  border-color: #e7e7e7;
  float: left;
  padding: 0;
  width: 100% !important;
}
nav.navbar.navbar-default.secondmenucart {
 padding:0px !important; 
}

nav.navbar.bootsnavnew ul.nav .dropdown-menu .dropdown-menu {
  left: 100%;
  top: 0;
}

nav.navbar.bootsnavnew li.dropdown ul.dropdown-menu {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: #fff none repeat scroll 0 0;
  border-color: #e0e0e0 #e0e0e0 -moz-use-text-color;
  border-image: none;
  border-radius: 0;
  border-style: solid;
  border-width: 1px 1px 5px;
  box-shadow: 0 0 0;
  padding: 0;
  width: 200px;
}

nav.navbar.bootsnavnew li.dropdown ul.dropdown-menu {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: #fff none repeat scroll 0 0;
  border-color: #e0e0e0 #e0e0e0 -moz-use-text-color;
  border-image: none;
  border-radius: 0;
  border-style: solid;
  border-width: 1px 1px 5px;
  box-shadow: 0 0 0;
  padding: 0;
  width:auto;
}

.news_content {
  padding: 5px 10px 0;
}

.news_content h2 {
  clear: both;
  color: #7d8080;
  display: block;
  float: left;
  font-size: 24px;
  letter-spacing: -1px;
  line-height: 28px;
  margin-bottom: 0;
  width: 100%;
}

.news_content cite {
  color: #aaa;
  display: block;
  font-family: Verdana,Geneva,sans-serif;
  font-size: 9px;
  font-style: normal;
  line-height: 2;
}

/*only article image*/
img.article_image{
  width: 250px;
  float: left;
}
.news_content img {
  padding: 5px;
  margin-right: 7px;
  margin-top: 3px;
  display: block;
  border: 1px solid #CCC;
  max-width: 100%;
  height: auto;

}

.news_content p {
  margin: 1.2em 0;
}

.news_content a {
  color: #2d4e57;
  text-decoration: underline;
}

.bx-wrapper .bx-caption {
  background: rgba(0, 0, 0, 0) url("../images/caption_bg.png") repeat scroll 0 0;
  margin-bottom: 0px;
}

.bx-wrapper .bx-caption {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  display: block;
}

.slides::after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

.slides, .flex-control-nav, .flex-direction-nav {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}


#navbar-menuone ul.nav.navbar-nav.navbar-left > li > a {
  font-size: 13px !important;
  padding: 14px 10px!important;

}

#navbar-menuone .nav.navbar-nav.navbar-left {
  width: 86%;
  margin-top:16px;

}

#navbar-menuone li {
  border: medium none;
}



/*****************media screen********/


@media screen and (max-width: 1199px){

#navbar-menuone ul.nav.navbar-nav.navbar-left > li > a {
  font-size: 12px !important;
  padding: 14px 6px !important;
}

#navbar-menuone .nav.navbar-nav.navbar-left {
    width: 83% !important;
}


}


@media screen and (max-width: 992px){

#navbar-menuone .nav.navbar-nav.navbar-left {
    
    width: auto !important;
}

}

.featuredprgm{padding-top:20px;}
.home-titlebar .twitter-tweit-section.tiwtter-section-2.all_page_title {
  padding: 0;
  border:medium none;
}
.twitter_widget{overflow-x:hidden !important;}

@media only screen and (max-width: 768px){
 .bx-wrapper .bx-caption span{
    font: 12px/35px  Montserrat;
}

 .logo{ width:auto !important;     text-align: center; }
  .logo img{    max-width: 90px;
      max-height: 46px;}

}


@media only screen and (max-width: 420px){
    .bx-wrapper .bx-caption span{
    font: 9px/35px  Montserrat;
}

}

@media only screen and (max-width: 370px){
.title-section > h2 {
font-size: 23px;
padding: 4px;
}
}

.home-titlebar .right-bg-g {
  display: block !important;
}


.home-titlebar .footer-top-bg{
  display: block !important;
}

/* heena css end */






/* Share to social medai icons links  */
.wafootball_share_on_social_media_span{
    float: none !important;
    margin: 0px !important;
    color: #7d8080;
    font-size: 16px;"
}
.wafootball_share_on_socila_media{
    margin: 7px 1px;
}

.wafootball_share_on_socila_media > .fa {
  padding: 3px;
  font-size: 20px;
  width: 28px;
  text-align: center;
  text-decoration: none !important; /*override theme css**/
  margin: 4px 2px;
  color: white !important; /*override theme css**/
}

.wafootball_share_on_socila_media > .fa:hover {
    opacity: 0.7;
}

.website {
  background: #24252f;
  color: white !important; /*override theme css**/
}


.facebook, .fa-facebook {
  background: #3B5998;
  color: white !important; /*override theme css**/
}

.twitter , .fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-google {
  background: #dd4b39;
  color: white!important; /*override theme css**/
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}

.fa-instagram {
  background: #125688;
  color: white;
}

.fa-pinterest {
  background: #cb2027;
  color: white;
}

.fa-snapchat-ghost {
  background: #fffc00;
  color: white;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.fa-skype {
  background: #00aff0;
  color: white;
}

.fa-android {
  background: #a4c639;
  color: white;
}

.fa-dribbble {
  background: #ea4c89;
  color: white;
}

.fa-vimeo {
  background: #45bbff;
  color: white;
}

.fa-tumblr {
  background: #2c4762;
  color: white;
}

.fa-vine {
  background: #00b489;
  color: white;
}

.fa-foursquare {
  background: #45bbff;
  color: white;
}

.fa-stumbleupon {
  background: #eb4924;
  color: white;
}

.fa-flickr {
  background: #f40083;
  color: white;
}

.fa-yahoo {
  background: #430297;
  color: white;
}

.fa-soundcloud {
  background: #ff5500;
  color: white;
}

.fa-reddit {
  background: #ff5700;
  color: white;
}

.fa-rss {
  background: #ff6600;
  color: white;
}

.wafc-article-date-time{
    font-size: 11px !important;
    color: #656672 !important;
    font-family: 'Montserrat' !important;
    font-weight: 500 !important;
}


.sidebar {
    margin-top: 0px;
}

#navbar-menu{
	padding-left: 151px;
}

.sidebar {
    max-width: 305px;
    }



    /***** New upcoming eventslist style ***/
  .event_list {
    list-style: none;
    font-family: 'Lato', sans-serif;
    margin: 0px;
    padding: 0px;
    padding-left: 0px!important;
  }
  .event_list > li {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 5px rgb(153, 125, 40);
    padding: 0px;
    margin: 0px 0px 20px;
  }
  
  .event_list > li > img {
    width: 100%;
  }
  .event_list > li > .info {
    padding-top: 5px;
    text-align: center;
  }
  .event_list > li > .info > .title {
    font-size: 13pt;
    font-weight: 700;
    margin: 3px 0px !important;
    line-height: 40px;
  }
  .event_list > li > .info > .location {
    font-size: 10pt;
    font-weight: 300;
    margin: 3px 0px !important;
  }
    .event_list > li > .info > .date {
    font-size: 10pt;
    font-weight: 300;
    margin: 3px 0px !important;
  }
    .event_list > li > .info > .description {
    font-size: 10pt;
    font-weight: 300;
    margin: 3px 0px !important;
  }
 .event_list > li > .info > .event_links {
    font-size: 10pt;
    font-weight: 300;
    margin: 3px 0px !important;
  }
 .event_list > li > .info > .event_links > a{
      color: #08c !important;
  }


 .event_list > li > .info > .date .fa-calendar {
    color: rgb(75, 110, 168) !important;
    font-size: 18px;
    padding-right: 3px;
  }

 .event_list > li > .info > .location > .fa-map-marker {
    color:#8fc24e !important;
    font-size: 18px;
        padding-right: 10px;
  }

  .event_list > li > .info > ul,
  .event_list > li > .social > ul {
    display: table;
    list-style: none;
    margin: 10px 0px 0px;
    padding: 0px;
    width: 100%;
    text-align: center;
  }
  .event_list > li > .social > ul {
    margin: 0px;
  }
  .event_list > li > .info > ul > li,
  .event_list > li > .social > ul > li {
    display: table-cell;
    cursor: pointer;
    color: rgb(30, 30, 30);
    font-size: 11pt;
    font-weight: 300;
        padding: 3px 0px;
              border: none;
  }
    .event_list > li > .info > ul > li > a {
    display: block;
    width: 100%;
    color: rgb(30, 30, 30);
    text-decoration: none;
  } 
    .event_list > li > .social > ul > li {    
        padding: 0px;
    }
    .event_list > li > .social > ul > li > a {
        padding: 3px 0px;
  } 
  .event_list > li > .info > ul > li:hover,
  .event_list > li > .social > ul > li:hover {
    color: rgb(30, 30, 30);
    background-color: rgb(200, 200, 200);
  }
 .facebook a,
  .twitter a,
  .google-plus a {
    background: none !important;
    display: block;
    width: 100%;
    color: rgb(75, 110, 168) !important !important;
  }
  .twitter a {
    color: rgb(79, 213, 248) !important;
  }
  .google-plus a {
    color: rgb(221, 75, 57) !important;
  }
  .facebook:hover a {
    color: rgb(255, 255, 255) !important;
    background-color: rgb(75, 110, 168) !important;
  }
  .twitter:hover a {
    color: rgb(255, 255, 255) !important;
    background-color: rgb(79, 213, 248) !important;
  }
  .google-plus:hover a {
    color: rgb(255, 255, 255) !important;
    background-color: rgb(221, 75, 57) !important;
  }

  @media (min-width: 768px) {
    .event_list > li {
      position: relative;
      display: block;
      width: 100%;
      height: 100%;;
      padding: 0px;
    }
    .event_list > li > time,
    .event_list > li > img  {
      display: inline-block;
    }
    .event_list > li > time,
    .event_list > li > img {
      width: 100%;;
      float: left;
    }
    .event_list > li > .info {
      background-color: rgb(255, 255, 255);
      overflow: hidden;
    }
    .event_list > li > time,
    .event_list > li > img {
      width: 140px;
      height: 140px;
      padding: 0px;
      margin: 0px;
    }
    .event_list > li > .info {
      position: relative;
      height: 100%;;
      text-align: left;
      padding-right: 40px;
    } 
    .event_list > li > .info > .title, 
    .event_list > li > .info > .location,
    .event_list > li > .info > .date,
    .event_list > li > .info > .description,
    .event_list > li > .info > .event_links{
      padding: 0px 10px;
    }
    .event_list > li > .info > ul {
      position: absolute;
      left: 0px;
      bottom: 0px;
    }
    .event_list > li > .social {
      position: absolute;
      top: 0px;
      right: 0px;
      display: block;
      width: 40px;
    }
  .event_list > li > .social > ul {
      border-left: 1px solid rgb(230, 230, 230);
  }
    .event_list > li > .social > ul > li {      
      display: block;
      padding: 0px;

    }
    .event_list > li > .social > ul > li > a {
      display: block;
      width: 40px;
      padding: 10px 0px 9px;
    }
  }





:root {
    --main-background-color: #0c2340;
    --main-front-color:#ffc72c;
    --main-club-color:#fdb826;
}



/* Item Team -------------------------------------------*/

.item-team {
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 50px;
}


.item-team .head-team {
  overflow: hidden;
  max-height: 165px;
  position: relative;
}


.item-team .info-team {
    padding: 10px 0 0 0;
  text-align: center;
  position: relative;
}


.item-team .info-team .logo-team {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 50%;
  position: absolute;
  top: -35px;
  left: 50%;
  margin-left: -35px;
}


.item-team .info-team .logo-team img {
  width: 40px;
}


.item-team .info-team h4 {
    margin-bottom: 3px;
    height: 35px;
}


.item-team .info-team .location-team {
    clear: both;
    min-height: 60px !important;
    padding-top: 10px;
    padding-bottom: 9px;

  border-top: 1px solid #dedede;
  border-right: 1px solid #dedede;
  display: inline-block;
  float: left;
  width: 50%;

  font-size: 1.1rem;
}


.item-team .info-team .location-team i {
    padding-right: 5px;
    color: #444;
    font-size: 1.2rem;
}

.item-team .info-team .group-team {

        clear: both;
    min-height: 60px !important;
    padding-top: 10px;
    padding-bottom: 9px;
    
  border-top: 1px solid #dedede;
  display: inline-block;
  width: 50%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 0.78rem;
}


.item-team .info-team .group-team i {
  padding-right: 5px;
  color: #444;
  font-size: 1.2rem;
}


.item-team .btn {
  color: #fff;
  display: block;
  padding: 10px;
  text-align: center;
  border-radius: 0;
}


.item-team .btn i {
  float: right;
}

.camera_prevThumbs, .camera_nextThumbs, .camera_prev, .camera_next, .camera_commands, .camera_thumbs_cont, .camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span, .btn-primary, .btn-primary:hover, .style-caption h1, .nav-tabs li.active a, .nav-tabs li a.active, .nav-tabs li a.active:hover, .nav-tabs li a:hover, .title-color, .tags a:hover, .title-aside, .pagination .active, .info-player h4 a, .tooltip-inner, .owl-theme .owl-controls .owl-buttons div, #theme-options .layout-style li.active, .thumbs li:hover, .owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span, .item-player .btn, .item-team .btn, .btn-iw.outline:hover, .info-slider h1:before, .btn.theme, .section-title.single-result .result-match, .clear-title:after {
    background: #fdb826;
    background-color: #fdb826;
}



.item-team .head-team {
    height: 165px;
    display: flex;
    align-items: center;
    justify-content: center;
}

 .item-team .head-team img {
    height: 160px;
    align-items: center;
    justify-content: center;
    text-align: center;
}



/* Nav Tabs ---------------------------------------------*/
/* line 871, /Users/ahmad/Sites/wafc-central/site_files/perthfootball.com.au/assets/sass/main.scss */
.nav-tabs {
  margin-top: -33px;
  border-bottom: 0;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  /* line 871, /Users/ahmad/Sites/wafc-central/site_files/perthfootball.com.au/assets/sass/main.scss */
  .nav-tabs {
    margin-bottom: 20px !important;
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    min-height: 50px;
    margin-top: -45px;
  }
  /* line 883, /Users/ahmad/Sites/wafc-central/site_files/perthfootball.com.au/assets/sass/main.scss */
  .nav-tabs li a {
    padding: 12px 10px !important;
    font-size: 1.2rem;
    display: inline-block;
    color: #808080;
  }
}

/* line 890, /Users/ahmad/Sites/wafc-central/site_files/perthfootball.com.au/assets/sass/main.scss */
.nav-tabs li {
  margin-right: 10px;
  border: 0;
  color: #fff;
}

/* line 894, /Users/ahmad/Sites/wafc-central/site_files/perthfootball.com.au/assets/sass/main.scss */
.nav-tabs li.active a,
.nav-tabs li.active a:hover {
  border: 0;
  color: #fdb826;
}

/* line 899, /Users/ahmad/Sites/wafc-central/site_files/perthfootball.com.au/assets/sass/main.scss */
.nav-tabs li a {
  border: 0;
  padding: 12px 35px;
  background: #18191B;
  color: #fff;
}

/* line 904, /Users/ahmad/Sites/wafc-central/site_files/perthfootball.com.au/assets/sass/main.scss */
.nav-tabs li a:hover {
  text-decoration: none;
}

/* line 907, /Users/ahmad/Sites/wafc-central/site_files/perthfootball.com.au/assets/sass/main.scss */
.nav-tabs li a.active {
  position: relative;
}

/* line 909, /Users/ahmad/Sites/wafc-central/site_files/perthfootball.com.au/assets/sass/main.scss */
.nav-tabs li a.active:after {
  bottom: -11px;
  content: "";
  left: 50%;
  margin-left: -6px;
  position: absolute;
  z-index: 101;
}

/* line 920, /Users/ahmad/Sites/wafc-central/site_files/perthfootball.com.au/assets/sass/main.scss */
.nav-tabs li.active a {
  position: relative;
}

/* line 922, /Users/ahmad/Sites/wafc-central/site_files/perthfootball.com.au/assets/sass/main.scss */
.nav-tabs li.active a:after {
  bottom: -11px;
  content: "";
  left: 50%;
  margin-left: -6px;
  position: absolute;
  z-index: 101;
}

@media (max-width: 991px) {
  /* line 937, /Users/ahmad/Sites/wafc-central/site_files/perthfootball.com.au/assets/sass/main.scss */
  .single-player-tabs .nav-tabs {
    margin-top: 20px;
  }
}

/* List --------------------------------------------*/
/* line 945, /Users/ahmad/Sites/wafc-central/site_files/perthfootball.com.au/assets/sass/main.scss */
.list {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 950, /Users/ahmad/Sites/wafc-central/site_files/perthfootball.com.au/assets/sass/main.scss */
.list li {
  line-height: 40px;
}

/* line 954, /Users/ahmad/Sites/wafc-central/site_files/perthfootball.com.au/assets/sass/main.scss */
.list li:hover {
  cursor: pointer;
}

/* line 957, /Users/ahmad/Sites/wafc-central/site_files/perthfootball.com.au/assets/sass/main.scss */
.list li i {
  padding-right: 8px;
  font-size: 14px;
}

/* line 961, /Users/ahmad/Sites/wafc-central/site_files/perthfootball.com.au/assets/sass/main.scss */
.list li a {
  color: #666;
}

/* line 964, /Users/ahmad/Sites/wafc-central/site_files/perthfootball.com.au/assets/sass/main.scss */
.list li a:hover {
  color: #252525;
}





/* Panel Box --------------------------------------------*/
/* line 669, /Users/ahmad/Sites/wafc-central/site_files/perthfootball.com.au/assets/sass/main.scss */
.panel-box {
  background-color: #fff;
  margin: 0 0 10px 0;
  padding: 0;
}

/* line 674, /Users/ahmad/Sites/wafc-central/site_files/perthfootball.com.au/assets/sass/main.scss */
.panel-box .info-panel {
  padding: 20px 25px;
}

/* line 677, /Users/ahmad/Sites/wafc-central/site_files/perthfootball.com.au/assets/sass/main.scss */
.panel-box.padding-b {
  padding-bottom: 30px;
}

/* line 681, /Users/ahmad/Sites/wafc-central/site_files/perthfootball.com.au/assets/sass/main.scss */
.panel-box img {
  padding: 5px;
  width: 100%;
  height: auto;
}

/* line 686, /Users/ahmad/Sites/wafc-central/site_files/perthfootball.com.au/assets/sass/main.scss */
.panel-box .list-panel {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* line 690, /Users/ahmad/Sites/wafc-central/site_files/perthfootball.com.au/assets/sass/main.scss */
.panel-box .list-panel li {
  border-bottom: 1px solid #dedede;
  padding: 8px 0;
  margin: 8px 0;
}

/* line 694, /Users/ahmad/Sites/wafc-central/site_files/perthfootball.com.au/assets/sass/main.scss */
.panel-box .list-panel li p {
  padding: 0 25px;
  margin: 0;
}

/* line 697, /Users/ahmad/Sites/wafc-central/site_files/perthfootball.com.au/assets/sass/main.scss */
.panel-box .list-panel li p span {
  float: right;
  color: #000;
  font-weight: medium;
}

/* line 703, /Users/ahmad/Sites/wafc-central/site_files/perthfootball.com.au/assets/sass/main.scss */
.panel-box .list-panel li:last-child {
  border-bottom: 0;
  padding-bottom: 20px;
}

/* line 710, /Users/ahmad/Sites/wafc-central/site_files/perthfootball.com.au/assets/sass/main.scss */
.panel-box .row {
  margin: 0;
}

/* line 713, /Users/ahmad/Sites/wafc-central/site_files/perthfootball.com.au/assets/sass/main.scss */
.section-wide {
  margin-top: 20px;
  background-color: #fff;
  border-top: 1px solid #dedede;
  padding: 50px 0;
}




/* Titles ----------------------------------------------*/
/* line 750, /Users/ahmad/Sites/wafc-central/site_files/perthfootball.com.au/assets/sass/main.scss */
.titles {
  background-color: #fff;
  border-bottom: #ddd 1px solid;
  margin-bottom: 10px;
  border-radius: 5px 5px 0 0;
}

/* line 756, /Users/ahmad/Sites/wafc-central/site_files/perthfootball.com.au/assets/sass/main.scss */
.titles h4 {
  color: #222;
  margin: 0;
  padding: 15px 25px;
  font-size: 2.5rem
}

@media (max-width: 767px) {
  /* line 756, /Users/ahmad/Sites/wafc-central/site_files/perthfootball.com.au/assets/sass/main.scss */
  .titles h4 {
    padding: 10px 20px;
  }
}

/* line 764, /Users/ahmad/Sites/wafc-central/site_files/perthfootball.com.au/assets/sass/main.scss */
.titles h4.twolines {
  height: 55px;
}

/* line 767, /Users/ahmad/Sites/wafc-central/site_files/perthfootball.com.au/assets/sass/main.scss */
.titles h4 i {
  padding-right: 10px;
  color: #666;
}

/* line 771, /Users/ahmad/Sites/wafc-central/site_files/perthfootball.com.au/assets/sass/main.scss */
.titles a {
  color: #241f20;
}

/* line 775, /Users/ahmad/Sites/wafc-central/site_files/perthfootball.com.au/assets/sass/main.scss */
.box-info {
  padding: 0 10px;
  margin-bottom: 30px;
}

/* line 778, /Users/ahmad/Sites/wafc-central/site_files/perthfootball.com.au/assets/sass/main.scss */
.box-info .entry-title {
  padding: 5px 0 0 0;
}

/* line 783, /Users/ahmad/Sites/wafc-central/site_files/perthfootball.com.au/assets/sass/main.scss */
.title-section {
  display: block;
  /* border-bottom: 2px solid #fec722;*/
  position: relative;
  padding: 7px 0;
  margin-bottom: 30px;
}

/* line 790, /Users/ahmad/Sites/wafc-central/site_files/perthfootball.com.au/assets/sass/main.scss */
.title-section > a {
  float: right;
  font-size: 14px;
  font-weight: 700;
  color: #24252f;
  margin: 10px;
  margin-right: 22px;
  color: #fdb826;
}
.titles h4 {
  border-left: 5px solid #fdb826;
}






/* Item Player -------------------------------------------*/
/* line 1899, /Users/ahmad/Sites/wafc-central/site_files/perthfootball.com.au/assets/sass/main.scss */
.item-player {
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 50px;
}

/* line 1903, /Users/ahmad/Sites/wafc-central/site_files/perthfootball.com.au/assets/sass/main.scss */
.item-player .head-player {
  overflow: hidden;
  max-height: 165px;
  position: relative;
}

/* line 1908, /Users/ahmad/Sites/wafc-central/site_files/perthfootball.com.au/assets/sass/main.scss */
.item-player .info-player {
  padding: 5px 0 0 0;
  position: relative;
}

/* line 1911, /Users/ahmad/Sites/wafc-central/site_files/perthfootball.com.au/assets/sass/main.scss */
.item-player .info-player .number-player {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 50%;
  position: absolute;
  top: -25px;
  left: 50%;
  margin-left: -25px;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
}

/* line 1927, /Users/ahmad/Sites/wafc-central/site_files/perthfootball.com.au/assets/sass/main.scss */
.item-player .info-player h4 {
  margin-bottom: 25px;
  text-align: center;
}

/* line 1930, /Users/ahmad/Sites/wafc-central/site_files/perthfootball.com.au/assets/sass/main.scss */
.item-player .info-player h4 span {
  display: block;
  font-size: 1.1rem;
  color:  var(--main-club-color) !important
}

/* line 1935, /Users/ahmad/Sites/wafc-central/site_files/perthfootball.com.au/assets/sass/main.scss */
.item-player .info-player h6 {
  text-align: center;
}

/* line 1938, /Users/ahmad/Sites/wafc-central/site_files/perthfootball.com.au/assets/sass/main.scss */
.item-player .info-player ul {
  padding: 0;
  list-style: none;
}

/* line 1941, /Users/ahmad/Sites/wafc-central/site_files/perthfootball.com.au/assets/sass/main.scss */
.item-player .info-player ul li {
  clear: both;
  border-top: 1px solid #dedede;
  padding: 8px 20px;
}

/* line 1944, /Users/ahmad/Sites/wafc-central/site_files/perthfootball.com.au/assets/sass/main.scss */
.item-player .info-player ul li strong {
  font-size: 1.3rem;
  font-weight: 600;
  color: #808080;
}

/* line 1948, /Users/ahmad/Sites/wafc-central/site_files/perthfootball.com.au/assets/sass/main.scss */
.item-player .info-player ul li img {
  max-height: 10px;
}

/* line 1951, /Users/ahmad/Sites/wafc-central/site_files/perthfootball.com.au/assets/sass/main.scss */
.item-player .info-player ul li span {
  float: right;
}

/* line 1954, /Users/ahmad/Sites/wafc-central/site_files/perthfootball.com.au/assets/sass/main.scss */
.item-player .info-player ul li .twolines {
  height: 55px;
}

/* line 1960, /Users/ahmad/Sites/wafc-central/site_files/perthfootball.com.au/assets/sass/main.scss */
.item-player .btn {
  color: #fff;
  display: block;
  padding: 10px;
  text-align: center;
  border-radius: 0;
}

/* line 1966, /Users/ahmad/Sites/wafc-central/site_files/perthfootball.com.au/assets/sass/main.scss */
.item-player .btn i {
  float: right;
}

/* line 1970, /Users/ahmad/Sites/wafc-central/site_files/perthfootball.com.au/assets/sass/main.scss */
.item-player.single-player {
  margin-top: -148px;
}

/* Contacts info -------------------------------------------*/
/* line 1976, /Users/ahmad/Sites/wafc-central/site_files/perthfootball.com.au/assets/sass/main.scss */
.contact_bio {
  height: 300px;
  overflow-y: auto;
}

/* Social player ------------------*/
/* line 1982, /Users/ahmad/Sites/wafc-central/site_files/perthfootball.com.au/assets/sass/main.scss */
.social-player {
  padding: 10px 0 20px 0 !important;
  list-style: none;
  text-align: center;
}

/* line 1986, /Users/ahmad/Sites/wafc-central/site_files/perthfootball.com.au/assets/sass/main.scss */
.social-player li {
  margin: 0 10px 0 10px;
  display: inline-block;
  text-align: center;
  border: 0 !important;
  padding: 0 !important;
}

/* line 1992, /Users/ahmad/Sites/wafc-central/site_files/perthfootball.com.au/assets/sass/main.scss */
.social-player li a {
  color: #fff;
}

/* line 1995, /Users/ahmad/Sites/wafc-central/site_files/perthfootball.com.au/assets/sass/main.scss */
.social-player li:hover div {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

/* line 2003, /Users/ahmad/Sites/wafc-central/site_files/perthfootball.com.au/assets/sass/main.scss */
.social-player li:hover a.facebook {
  color: #3B5998;
}

/* line 2006, /Users/ahmad/Sites/wafc-central/site_files/perthfootball.com.au/assets/sass/main.scss */
.social-player li:hover a.twitter-icon {
  color: #4099FF;
}

/* line 2009, /Users/ahmad/Sites/wafc-central/site_files/perthfootball.com.au/assets/sass/main.scss */
.social-player li:hover a.youtube {
  color: #bb0000;
}

/* line 2012, /Users/ahmad/Sites/wafc-central/site_files/perthfootball.com.au/assets/sass/main.scss */
.social-player li:hover a.google-plus {
  color: #dd4b39;
}

/* line 2015, /Users/ahmad/Sites/wafc-central/site_files/perthfootball.com.au/assets/sass/main.scss */
.social-player li:hover a.vimeo {
  color: #1ab7ea;
}

/* line 2018, /Users/ahmad/Sites/wafc-central/site_files/perthfootball.com.au/assets/sass/main.scss */
.social-player li div {
  width: 35px;
  height: 35px;
  /*background: #2c2c2c;*/
  border-radius: 50%;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

/* line 2028, /Users/ahmad/Sites/wafc-central/site_files/perthfootball.com.au/assets/sass/main.scss */
.social-player li i {
  font-size: 15px;
  line-height: 35px;
}


/***************/





.section-title-team .section-title-team .bg-image-team {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

 .section-title-team .general-info li {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }



.section-title-team .bg-image-team {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
.section-title-team h6 strong,
.section-title-team h6 a,
 {
  color: #fdb826;
}



/* line 489, /Users/ahmad/Sites/wafc-central/site_files/perthfootball.com.au/assets/sass/main.scss */
.section-title-team {
  min-height: 300px;
  height: auto;
  padding-bottom: 40px;
  padding-top: 10px;
  background: #101010;
  position: relative;
}

@media (max-width: 767px) {
  /* line 489, /Users/ahmad/Sites/wafc-central/site_files/perthfootball.com.au/assets/sass/main.scss */
  .section-title-team {
    height: auto;
    padding: 40px 0 70px 0;
  }
  /* line 499, /Users/ahmad/Sites/wafc-central/site_files/perthfootball.com.au/assets/sass/main.scss */
  .section-title-team .row {
    width: auto !important;
  }
  /* line 502, /Users/ahmad/Sites/wafc-central/site_files/perthfootball.com.au/assets/sass/main.scss */
  .section-title-team .col-md-3 {
    text-align: center;
  }
  /* line 504, /Users/ahmad/Sites/wafc-central/site_files/perthfootball.com.au/assets/sass/main.scss */
  .section-title-team .col-md-3 img {
    max-width: 100px;
  }
  /* line 508, /Users/ahmad/Sites/wafc-central/site_files/perthfootball.com.au/assets/sass/main.scss */
  .section-title-team .col-md-9 {
    text-align: center;
  }
}

/* line 512, /Users/ahmad/Sites/wafc-central/site_files/perthfootball.com.au/assets/sass/main.scss */
.section-title-team .container,
.section-title-team .row {
  height: 100%;
}

/* line 516, /Users/ahmad/Sites/wafc-central/site_files/perthfootball.com.au/assets/sass/main.scss */
.section-title-team .container {
  position: relative;
  z-index: 1;
}

/* line 521, /Users/ahmad/Sites/wafc-central/site_files/perthfootball.com.au/assets/sass/main.scss */
.section-title-team .row {
  align-items: center;
  width: 100%;
}

/* line 525, /Users/ahmad/Sites/wafc-central/site_files/perthfootball.com.au/assets/sass/main.scss */
.section-title-team h1 {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}

/* line 530, /Users/ahmad/Sites/wafc-central/site_files/perthfootball.com.au/assets/sass/main.scss */
.section-title-team h6 {
  color: #fff;
  font-size: 12px;

}

.section-title-team a {
    color:  var(--main-club-color) !important

}
.section-title-team a:hover {
    color:  var(--main-club-color) !important

}
/* line 532, /Users/ahmad/Sites/wafc-central/site_files/perthfootball.com.au/assets/sass/main.scss */
.section-title-team h6 i, .section-title-team h6 strong {
  padding-right: 5px;
  color:  var(--main-club-color) !important
}

/* line 536, /Users/ahmad/Sites/wafc-central/site_files/perthfootball.com.au/assets/sass/main.scss */
.section-title-team .general-info {
  list-style: none;
  padding: 20px 0 0 0;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

/* line 541, /Users/ahmad/Sites/wafc-central/site_files/perthfootball.com.au/assets/sass/main.scss */
.section-title-team .general-info li {
  padding: 10px 5px;
}

@media (max-width: 767px) {
  /* line 541, /Users/ahmad/Sites/wafc-central/site_files/perthfootball.com.au/assets/sass/main.scss */
  .section-title-team .general-info li {
    padding: 0;
  }
}

/* line 549, /Users/ahmad/Sites/wafc-central/site_files/perthfootball.com.au/assets/sass/main.scss */
.section-title-team .social-teams {
  padding: 0;
  list-style: none;
}

/* line 552, /Users/ahmad/Sites/wafc-central/site_files/perthfootball.com.au/assets/sass/main.scss */
.section-title-team .social-teams li {
  margin: 0 20px 0 0;
  display: inline-block;
  text-align: center;
}

/* line 556, /Users/ahmad/Sites/wafc-central/site_files/perthfootball.com.au/assets/sass/main.scss */
.section-title-team .social-teams li a {
  color: #fff;
}

/* line 559, /Users/ahmad/Sites/wafc-central/site_files/perthfootball.com.au/assets/sass/main.scss */
.section-title-team .social-teams li:hover div {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

/* line 567, /Users/ahmad/Sites/wafc-central/site_files/perthfootball.com.au/assets/sass/main.scss */
.section-title-team .social-teams li:hover a.facebook {
  color: #3B5998;
}

/* line 570, /Users/ahmad/Sites/wafc-central/site_files/perthfootball.com.au/assets/sass/main.scss */
.section-title-team .social-teams li:hover a.twitter-icon {
  color: #4099FF;
}

/* line 573, /Users/ahmad/Sites/wafc-central/site_files/perthfootball.com.au/assets/sass/main.scss */
.section-title-team .social-teams li:hover a.youtube {
  color: #bb0000;
}

/* line 576, /Users/ahmad/Sites/wafc-central/site_files/perthfootball.com.au/assets/sass/main.scss */
.section-title-team .social-teams li:hover a.google-plus {
  color: #dd4b39;
}

/* line 579, /Users/ahmad/Sites/wafc-central/site_files/perthfootball.com.au/assets/sass/main.scss */
.section-title-team .social-teams li:hover a.vimeo {
  color: #1ab7ea;
}

/* line 582, /Users/ahmad/Sites/wafc-central/site_files/perthfootball.com.au/assets/sass/main.scss */
.section-title-team .social-teams li div {
  width: 35px;
  height: 35px;
  /*background: #2c2c2c;*/
  border-radius: 50%;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

/* line 592, /Users/ahmad/Sites/wafc-central/site_files/perthfootball.com.au/assets/sass/main.scss */
.section-title-team .social-teams li i {
  font-size: 15px;
  line-height: 35px;
}

/* line 598, /Users/ahmad/Sites/wafc-central/site_files/perthfootball.com.au/assets/sass/main.scss */
.section-title-team .bg-image-team {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background-size: cover !important;
}

/* line 605, /Users/ahmad/Sites/wafc-central/site_files/perthfootball.com.au/assets/sass/main.scss */
.section-title-team .bg-image-team.left {
  left: 0;
}

@media (max-width: 1199px) {
  /* line 598, /Users/ahmad/Sites/wafc-central/site_files/perthfootball.com.au/assets/sass/main.scss */
  .section-title-team .bg-image-team {
    z-index: 0;
  }
  /* line 610, /Users/ahmad/Sites/wafc-central/site_files/perthfootball.com.au/assets/sass/main.scss */
  .section-title-team .bg-image-team:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.85) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.85) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.85) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  }
}





.clup_profile_logo{
 padding-left: 5px;
}
/****************** listNav Custom CSS ***********************/
.list-nav-navigation, .ln-letters {
    overflow: hidden;
}
.list-nav li {
    list-style: none;
}
.ln-letters {
    margin-top: 25px;
    margin-bottom: 25px;
    display: table;
    width: 100%;
}


.ln-letters a:hover, .ln-letters .ln-selected {
    background-color: #735221 !important;
    color: #fff;
}

.ln-letters a {
    position: relative;
    width: 1%;
    display: table-cell;
    text-align: center;
    padding: 6px 3px;
    background: #f4bb33;
    color: #000;
    text-decoration: none;
    border-right: 1px solid #cb9649;
    float: none;
    font-size: 1.4rem;
    font-weight: bold;
}


/* ############### img-hover ################# */
.img-hover {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

img.zoom-overlay:hover  {
    
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    transition: 0.3s all ease;
    cursor: pointer;
  }

  .ui-accordion-header {
    background: #fff !important;
    border: 1px solid rgba(0,0,0,.125);
    padding: 1em !important;
    padding-bottom: 1em; 


  }

    .ui-accordion-header-active{
    background: #e7f1ff !important;
    color: #0c63e4 !important;
  }
  .ui-accordion-header:hover{
    z-index: 3;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
}
  .collapsible-item-title{
        
  }

  .collapsible-item-title-link-icon {

}

.twitter-tweit-section.tiwtter-section-2{
    padding: 6px 0;
    margin: 15px 0;
    float: left;
    width: 100%;
}
.tiwtter-section-2 .titter-title h3 b {
    font-size: 24px;

}
.sub_gen{
    background-color:#a95e420d;
    padding:10px;
}

.ngs{
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ededed;
    border-radius: 0.5px;
}
.ngs:focus {
    border-color: #fec722;
    outline: 0;
    box-shadow: none;
}

.ngs-btn{
    background: #fdb826;
    background-color: #fdb826;
    text-align: center;
    cursor: pointer;
    border: 1px solid transparent;
    padding: 6px;
    border-radius: 0.5px;
}
