/*
*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 TIMES
    11.4 PRODUCT COUNTER
    11.5 PRODUCT TAB
    11.6 RECENT PRODUCT
12.0 PLAYER PROFILE PAGE []
    12.1 PLAYER CAREER
    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 TOURNAMENT HISTORY PAGE []
    14.1 MATCH TIME
    14.2 SUPER LEAGUE CUP
15.0 WORLD CUP FIXTURE []
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(../css/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');
}

@font-face {
    font-family: 'Boecklins Universe';
    src: url('../../public/fonts/BoecklinsUniverse.eot');
    src: url('../../public/fonts/BoecklinsUniverse.eot?#iefix') format('embedded-opentype');


    font-weight: normal;
    font-style: normal;
}

/*******************************************************
********************* 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;
    background-attachment: fixed;
    background-size: cover;
}

.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: black !important;
    opacity: 0.30;
}

:-moz-placeholder {
    color: black !important;
    opacity: 0.40;
}

::-moz-placeholder {
    color: black !important;
    opacity: 0.30;
}

:-ms-input-placeholder {
    color: black !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;
}

.h2white {
    color: white;
    font-size: 18px;
    padding-left: 5px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 13px;
}

.first {
    clear: both;
}

.last {
    margin-right: 0;
}

#u_0_3 {
    color: #000;
}

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

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

input,
textarea {
    color: #373737;
}

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

.section {
    padding: 40px 0 25px;
}

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

.wrapper {
    display: block;
}

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

.header-section.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
    border-bottom: 1px solid #ececec
}

.header-top {
    display: block;
    background: #000000;
    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.75;
}

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

.header-social>ul>li>a:hover {
    opacity: 1;
}

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


.top-left-menu>ul>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>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: #f37123;
}

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

/*******************************************************
********************* 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;
}

.ticket-cart-box {
    margin: 33px 0 0;
    position: relative;
}

.ticket-cart-box:hover {
    background-color: blue;


}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    border-bottom: 5px solid #f37123 !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 #f37123 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: #f37123;
}

.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: #f37123;
    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: #f37123;
}

/*  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 {

    background-color: #f37123;

}

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

}

.attr-nav>ul li button i {
    font-size: 14px;
    color: black;
    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;
}

.fa-ticket {
    float: left;
    font-size: 14px;
    height: 43px;
    width: 100px;
    border: 2px solid black;
    border-radius: 5px;
    text-align: center;
    padding: 10px;
    font-weight: 500;
    color: white;

}
.fa-ticket::before,
.n.fa-ticket::after {
  content: "";
  position: absolute;
  inset: -4px;
  border: 2px solid #0ff;
  border-radius: inherit;
  animation: pulseOut 2s ease-out infinite;
  opacity: 0;
}

.fa-ticket::after {
  animation-delay: 1s;
}

@keyframes pulseOut {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}


.fa-ticketblack {
    float: none;
    font-size: 14px;
    height: 43px;
    width: 160px;
    border: 2px solid #f1f1f1;
    border-radius: 5px;
    text-align: center;
    padding: 10px;
    font-weight: 700;
    color: white;
    background-color: #f37123;

}

.shop-cart {
    float: left;
    margin-left: 15px;
}

.cart-price {
    text-transform: uppercase;
    color: black;
    font-weight: 700;
    font-size: 13px;
}

.shop-cart p {
    text-transform: uppercase;
    color: #f37123;
    font-weight: 700;
    font-size: 13px;
}

.navbar-brand {
    height: auto;
}

.navbar-brand img {
    width: 100%;
    height: auto;
}

@media screen and (max-width:768px) {
    .navbar-brand {
        margin: 20px auto;
        width: 20%;
    }

    .logo {
        max-width: 100%;
        width: 220px !important;
        text-align: center;
        margin: 0 auto;
    }

}

.navbar-right {
    margin: 30px 0 0;
}



nav.navbar .navbar-nav>li>a {
    font-size: 14px;
    font-weight: 700 !important;
    color: black !important;
    text-transform: uppercase;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

nav.navbar .navbar-nav>li>a:hover {
    background: #f37123;
    color: #fff;
}

.navbar-left>li {
    border-left: 1px solid #ececec;
    border-bottom: 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-size: cover;
    position: relative;
}

@media screen and (max-width:991px) {
    .slider-section {
        padding-bottom: 30px;
        background-size: contain;
    }

    .nophone {
        display: none;
    }
}

.slider-content {
    padding: 50px 0;
    opacity:0.95;
}

.slider-content>h1 {
    font-family: Boecklins Universe;
    font-size: 64px;
    font-weight: 700;
    color: white;
    padding-left: 20px;
    margin: 0;
    border: thick;
    border-color: #f37123;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    background-color: black;
}

.slider-content>h2 {
    font-size: 48px;
    font-weight: 500;
    color: white;
    padding-left: 20px;
    margin-top: 400px;
    border: thick;
    border-color: black;
    border-radius: 10px;
    background-color: black;
    opacity: 0.9;
}

.slider-content>p {
    font-size: 18px;
    color: #fff;
    line-height: 28px;
    background-color: #f37123;
    border: thin;
    border-color: black;
    padding-left: 20px;

}

/* MACH */
.match-time-section {
    border-bottom: 5px solid #f37123;
    background-color: black;
    border-color: white;
    border: thick;
    opacity: 0.95;
}

.slider-v .match-time-section {
    border-bottom: none;
    margin-bottom: 30px;
}

#todayGame {
    margin-top: 50px;
}

.time-content {
    background: #f37123;
    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 #f37123;
}

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

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




.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: 'Boecklins Universe';
    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;
    background-color: black;
    border-style: solid;
    border-color: white;
}

.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.90;
    position: relative;
    border-left: 1px solid #9B9B9B;
    padding: 15px;
}

/*******************************************************
********************* 4.4 BLOG CONTAINER
*******************************************************/
.blog-container-1 {
    font-family: 'Montserrat';

}

.title-section {
    display: block;
    border: 2px solid #f37123;
    position: relative;
    padding: 7px 0;
    margin-bottom: 1px;
}

.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 #f37123 transparent;
}

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

.title-sectionhome {
    background: white;
}

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

.title-section>a {
    float: right;
    font-size: 14px;
    font-weight: 700;
    color: black;
    margin: 10px;
}

.title-section>a:hover {
    text-decoration: underline;
    color: #f37123;
}

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

.blog-items>a {
    display: block;
    position: relative;

}

.blog-items>a>img {
    width: 100%;
    height: auto;
    transition: all .5s;
}

blog-items>a>img:hover {

    transform: scale(1.3);
}

.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, white), color-stop(1, black));
    background-image: -o-linear-gradient(top right, white, black);
    background-image: -moz-linear-gradient(top right, white, black);
    background-image: -webkit-linear-gradient(top right, white, black);
    background-image: linear-gradient(to bottom left, white, black);
	*/
    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: 10px;
    left: 30px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: black;
    background: #f37123;
    line-height: 1;
    padding: 5px 10px;
    border-radius: 10px;
    opacity: 0.8;
}

.blog-content-title {
    display: block;
    position: absolute;
    bottom: 0;
    padding: 30px;
    width: 100%;
    background-color: black;
    background-clip: content-box;
    opacity: 0.8;
    border-radius: 15px;
}

.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-content-title-overview>h3 {
    font-size: 14px;
    font-weight: 700;
    color: black;
    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: #f37123
}

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

.top-player .item>a>span {
    position: absolute;
    top: 30px;
    left: 30px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: black;
    background: #f37123;
    line-height: 1;
    padding: 5px 10px;
}

.poll-item h3 {
    margin-bottom: 0;
    color: black;
    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: black;
    border: 1px solid black;
    display: inline-block;
    border-radius: 3px;
    margin-top: 58px;
}

.poll-item a:hover {
    background: #755801;
}

.sm-title {
    display: block;
    background-color: white;
}

.arrow-style {
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #f37123;
    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 #f37123 transparent;
}

.arrow-style button {
    color: black;
    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;
    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: black;
    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: black;
    height: 14px;
    width: 14px;
    top: 3px;
    left: 3px;
}

.our-polls {
    display: block;
    /*background: url("../images/poll.jpg");*/
    background-repeat: no-repeat;
    background-size: cover;
    background-color: white;
}


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

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

.widget-title {
    border: 2px solid #f37123;
    display: block;
    background: white;
    position: relative;

}

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

.widget-title>h3 {
    font-size: 14px;
    color: black;
    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 #f37123;
    display: inline-block;
    background: black;
    width: 100%;
}



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



.recent-items {
    text-align: center;
    background: black;
    position: relative;
    display: block;
    overflow: hidden;
    border: 1px solid #f37123;
}

.recent-items:hover {
    background: #393a45;
}

.recent-items>a {
    color: white;
}

.recent-items>a>h4 {
    display: block;
    position: relative;
    font-weight: 700;
    color: #f37123;
    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.4;
    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: 20%;
    display: inline-block;
}

.players-item {
    float: left;
    width: 33%;
    padding: 16px 0;
}

.players-item:nth-child(2) {
    width: 33%;
}

.players-item>p {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    position: relative;
    top: 3px;
}

.players-item:nth-child(2) p {
    font-size: 16px;
    font-weight: 400;
    position: relative;
    top: 5px;
}

.players-item>img {
    max-width: 100px;
    height: auto;
    margin: 0 3px;
    border-radius: 10%;
    display: inline-block;
    border: white 7px;

}

.compname {
    font-size: 12px;

}

/* club widget */
.club-items {
    text-align: center;
    background: black;
    position: relative;
    display: block;
    overflow: hidden;
    border: 1px solid #f37123;
    padding: 5px 20px;
}

.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: white;
    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;
    max-width: 50px;
    max-height: 40px;
    height: auto;
    border-radius: 20%;
    border: 2px solid #fff;
}

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

.club-items>b {
    float: right;
    color: white;
    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 black;
    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;
    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 #f37123;
}


/*******************************************************
********************* 4.6 NEWS LATTER SECTION
*******************************************************/
.news-latter-section {
    display: block;
    position: relative;
    width: 100%;
}

.news-latter-section .row>.col-md-6,
.news-latter-section .row>.col-md-3 {
    padding: 0;
}

.news-latter-area {
    display: block;
    background: black;
    position: relative;
    overflow: hidden;
    padding: 26px;
    height: 177px;
}



.news-latter-title>h2 {
    color: whitesmoke;
    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 .form-group {
    float: left;
}

.subscribe-area .form-group .form-control {
    font-size: 14px;
    font-weight: 400;
    padding: 15px 20px;
    border-radius: 5px 0px 0px 5px;
    height: 44px;
}

.subscribe-area .submit-btn {
    background-color: #f37123;
    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: black;
}

/*******************************************************
********************* 4.7 SOCIAL AREA
*******************************************************/


.facebook-box {
    background: white;
    padding: 30px;
    min-height: 177px;
}

.facebook-box>h2 {
    color: black;
    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: black;
    border: 1px solid #fff;
    border-color: rgba(255, 255, 255, .2) !important;
    border-radius: 3px;
    padding: 10px 0 12px 15px;
    height: 42px;
}

.fb_iframe_widget span {
    display: inline-block;
    position: relative;
    text-align: justify;
    height: 23px !important;
    width: 100% !important;
}

.fb_iframe_widget {
    display: inline-block;
    position: relative;
    display: block;
    width: 100%;
    height: 20px;
}

.fb_iframe_widget iframe {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
}

.twitter-box {
    background: #f37123;
    padding: 30px;
    height: 177px;
}

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

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

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

.blog-container-2 {
    padding-bottom: 10px;
    padding-top: 60px
}

.blog-container-2 .title-section:before {
    content: "";
    display: none;
}

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

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

.filter-menu>li.active {
    background: #f37123;
    color: black
}

.work-item {
    position: relative;
}

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



.thumbnail {
    display: inline-block;
    width: 32%;
    border: none;
    margin: 0;
    padding: 0;
}

.thumbnail img {
    width: 100%;
    height: auto;
}

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

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

.blog-content>h3 {
    font-size: 16px;
    font-weight: 700;
    color: black;
    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: #f37123
}

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

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



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

.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: black;
    padding: 31px 0;
    position: relative;
}

.twitter-tweit-section.tiwtter-section-2 {
    border-top: 1px solid #41424a;
}



.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 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;
    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;
    border-top-color: #f37123;
    border-top-style: solid;
}

.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-color: #f37123;
    display: block;
}



.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: #f37123;
    opacity: 1;
}

@media screen and (min-width:992px) {
    .footer-logo img {
        float: right;
    }
}



/*******************************************************
********************* 4.12 FOOTER SECTION
*******************************************************/
.footer-section {
    display: block;
    background: black;
    border-bottom: 3px solid #f37123;
    padding: 20px 0;
    position: fixed;
    bottom:0;
    width:100%;
    z-index:20;
}

.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: white;
    display: block;
}



.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;
        font-size:8px;
    }
}

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

    .footer-social p,
    .footer-social ul li a {
        color: #f37123 !important;
    }
}

.footer-social>ul {
    text-align: left;
    display: inline-block;
}

.footer-social p {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: black;
    padding: 0;
    margin: 0;
}

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



.footer-social>ul>li>a {
    font-size: 12px;
    color: black;
    opacity: 0.30;
}

.footer-social>ul>li>a:hover {
    opacity: 1;
}

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

.vbcbox {
    border-style: solid;
    border-color: white;
    border: medium;
    margin-top: 10px;
    margin-bottom: 60px;
}
@media (min-width: 1600px) {
.playerpage {
position: fixed;
        bottom: -84px;
        z-index: 50;
        left: 0;
        min-width: 400px;
        height: 600px;
        background-image: url(https://www.lindemansaalst.be/img/verwimphome.png);

}

.lindemanshand {
 position: fixed;
        bottom: -54px;
        z-index: 50;
        right: 0;
        min-width: 400px;
        height: 600px;
        background-image: url(https://www.lindemansaalst.be/LindemansHand.png);
        animation: MoveHand 2s ease-in-out 1 alternate-reverse running 1.3s forwards;
}




@keyframes MoveHand {
  from {


  }

  50% {
     transform:scale(1.5) translateX(-400px) translateY(-200px);
  }

  to {
    transform: translateX(100px) scale(1.0);
  }
}


.volleynet {
position: fixed;
        bottom: 64px;
        z-index: -1;
        right: -237px;
        min-width: 1200px;
        height: 70%;
        background-image: url(https://www.lindemansaalst.be/img/volleybalnet.png);
        background-size: cover;
}
.volleybal {


        z-index: 50;
        right: 50%;
        width:200px;
        height: 133px;
        animation: MoveBal 10s linear 1 normal running 1.3s forwards;
}

@keyframes MoveBal{
    from{
    }
    25%{
        transform: rotate(270deg);
    }
    50%{
        transform: rotate(180deg);
    }
    75%
    {
        transform: rotate(90deg);
    }
    to{
        transform:rotate(0deg);
    }
}
}






/*******************************************************
********************* 4.13 RESPONSIVE STYLE
*******************************************************/
@media (min-width: 991px) {
    .time-content:before {
        content: '';
    }

    .time-content {
        margin-right: 49px;
    }

}

@media (max-width: 1200px) {
    .navbar-left>li>a {
        padding: 20px 11px !important;
    }

    nav.navbar.bootsnav ul.nav>li>a {
        padding: 7px 10px;
        font-weight: 600;
    }

    nav.navbar.bootsnav .navbar-nav>li>a {
        font-size: 13px;
    }

    .nav>li>a {
        padding: 10px 11px;
    }

    .slider-content {
        padding: 100px 0;
    }

    .time-content {
        margin-right: 0px;
        padding: 25px 0px 20px 30px;
    }

    .time-content:before {
        border-width: 137px 0 0 90px;
        right: -90px;
    }

    .subscribe-area .submit-btn {
        padding: 12px 15px;
    }
}


@media (max-width: 992px) {
    .navbar-collapse.collapse.top-nav {
        text-align: center;
    }

    .top-nav ul.nav.navbar-nav.navbar-right {
        margin: 0 auto;
        text-align: center;
        float: none !important;
        display: inline-block;
    }

    .sidebar {
        display: block;
        margin-top: 30px;
    }

    .footer-top-bg .right-bg-g {
        display: none;
    }

    .footer-logo {
        margin-top: 30px;
    }

    .tiwtter-section-2 .titter-title h3,
    .tiwtter-section-2 .titter-title h3 b,
    .tiwtter-section-2 .titter-title>span,
    .titter-title>span>a {
        color: #fff !important;
    }

    .update-navigation {
        display: none !important;
    }

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

    .work-item {
        width: 50%;
    }
}

@media (max-width: 768px) {

    .header-social,
    .top-left-menu {
        padding: 5px 0;
        text-align: center;
        display: block;
        width: 100%;
    }

    nav.navbar.bootsnav .navbar-toggle.top-m-btn {
        margin-top: 10px !important;
    }

    .work-item {
        width: 100%;
    }

    .sidebar {
        position: relative;
        margin-top: 60px;
    }

    .footer-top-bg {
        display: none;
    }

    .footer-logo {
        margin-top: 15px;
    }

    .time-content {
        margin-right: 0px;
        padding: 25px 0px 20px 30px;
    }

    .time-content:before {
        border-width: 137px 0 0 0px;
        right: -90px;
    }

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

    .slider-content>h1 {
        font-size: 40px;
    }

    .slider-content>h2 {
        visibility: hidden;
    }

    .slider-content>p {
        font-size: 14px;
        line-height: 26px;
    }

    .couner-box span {
        font-family: 'Boecklins Universe';
        font-size: 84px;
        color: #fff;
        display: block;
    }

    .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.active>a p {
    opacity: 1;
    border-left: 1px solid #f37123;
}

.sport-time {
    display: block;
    text-align: center;
    background-color: #f37123;
}

.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: #f37123;
}

.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 .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 {

    height: 260px;
    background: #fff;
    text-align: center;
    border-radius:5%;
}

.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 .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: #f37123;
    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 #f37123;
}

.tiwtter-section-2 .titter-title h3 {
    font-family: 'montserratultra_light';
    font-size: 28px;
    font-weight: 300;
    color: black
}

.tiwtter-section-2 .titter-title h3 b {
    font-size: 28px;
    font-weight: 700;
    color: black;
    font-family: 'Montserrat';
}

.tiwtter-section-2 .titter-title>span {
    font-size: 14px;
    font-weight: 700;
    color: black
}

.titter-title>span>a {
    font-size: 14px;
    font-weight: 700;
    color: black;
}

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

.mainnews {
    max-height: 250px;
}

.blog-content-title>h3 {
    font-size: 21px;
    line-height: 28px;
    padding-left: 10px;
    padding-top: 10px;
}

.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: black
}

button.update-news-next {
    position: absolute;
    right: -5px;
    width: 50px;
    height: 50px;
    border: none;
    background: #f37123;
    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 #f37123;
}

button.update-news-perv {
    position: absolute;
    left: -5px;
    width: 50px;
    height: 50px;
    border: none;
    background: #f37123;
    -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 #f37123 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 black;
    opacity: 0.8;

}

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

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



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

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


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

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



.hot-news-area {
    display: block;
    border: 3px solid #f37123;
}

.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>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 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>a:before {
    content: "";
    display: none;
}



.load-more {
    display: block;
}

.load-more>a {
    display: block;
    background: #f37123;
    color: black;
    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 #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: 5px;
    display: block;
    overflow: hidden;
}

.latest-blog {
    display: block;
    width: 100%;
    float: left;
    padding: 0 0px;
    margin-top: 0px;
    border:black 1px;
}

.latest-blog .blog-content>h3 {
    color: #fff;
    font-size: 12px;
    margin: 10px 0 5px;
}

.latest-blog .blog-content>p {
    color: #fff;
    font-size: 8px;
}

.latest-blog .thumbnail {
    width: 35%;
}

.latest-blog .blog-content {
    width: 65%;
}



.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-2 {
    display: block;
    margin-top: 10px;
}

.submit-btn {
    float: left;
}

.subscribe-2 .submit-btn {
    background: #f37123;
    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-position: center;
    background-image: url(https://www.lindemansaalst.be/img/schottetribune.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 120px;
}

.page-title-section:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    background-color: black;
    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.active {
    color: #fff;
}

.breadcrumb>li+li:before {
    font-family: FontAwesome;
    padding: 0 5px;
    color: #f37123;
    content: "\f105";
    font-size: 14px;
    font-weight: 300;
}

.breadcrumb li a {
    color: #f37123;
    font-size: 12px;
    text-decoration: underline;
}

/*******************************************************
********************* 6.2 BLOG CONTAINER
*******************************************************/
.blog-container-section {
    display: block;
    width: 100%;
    padding: 100px 0;
    /* background-image: -webkit-linear-gradient(top, black,white,#f37123);
	background-image: -o-linear-gradient(top, black, white,#f37123);
	background-image: linear-gradient(to down,black, white,#f37123);
    */
}

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.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

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: #f37123
}

ul.cat li a:after {
    background-color: #fff;
    content: "";
    width: 100%;
    height: 1px;
    bottom: 0;
    position: absolute;
    display: block;
}

ul.cat li a:hover:after {
    opacity: 0.30;
}

ul.cat li:last-child a:after {
    display: none;
}

/*******************************************************
********************* 6.3 BLOG NAVIGATION
*******************************************************/
nav.navigation {
    width: 100%;
    display: block;
    border-top: 1px solid #f2f2f3;
}

nav.navigation ul.pagination {
    display: block;
    width: 100%;
    text-align: center;
    margin: 15px 0;
}

nav.navigation ul li {
    display: inline-block;
}

@media screen and (min-width:400px) {
    nav.navigation ul li:first-child {
        float: left;
    }

    nav.navigation ul li:last-child {
        float: right;
    }
}

nav.navigation ul li:first-child a,
nav.navigation ul li:last-child a {
    background-color: #f37123;
    border-radius: 3px;
    border: none;
    color: black;
}

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: #f37123;
    border-radius: 3px;
    border-color: #f37123;
    color: black;
}

nav.navigation ul li a {
    color: black;
    padding: 10px 15px;
    border-radius: 3px;
    outline: none;
    box-shadow: none;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}

nav.navigation ul li a span {
    color: black;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

nav.navigation ul li a i {
    font-size: 14px;
    color: black
}

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



.blog-single-thumb>img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    opacity:0.02;
    animation: BlogImage 10s linear 1 normal running 0s forwards;
}

@keyframes BlogImage{
    from{
        opacity:0;
    }
    25%{
    }
    50%{
      }
    75%
    {
     }
    to{
        opacity: 1;
    }
}

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



.blog-single-content-title {
    display: block;
    margin-top: 20px;
    margin-bottom: 10px;
    position: relative;
    background-color: black;
}

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

.blog-single-content-title>span {
    font-size: 14px;
    font-weight: 700;
    color: white;
}

/*******************************************************
********************* 7.2 BLOG SHARE
*******************************************************/
.blog-share {
    position: absolute;
    right: 0;
    background-color: #f37123;
    border-radius: 5px;
    padding: 5px 15px;
    margin: 0;
    top: -120px;
}

.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: black;
    opacity: .30;
}

.blog-share>li>a:hover i {
    opacity: 1;
}

.blog-single-content {
    background-color: white;
    border-color: black;
    border-radius: 10px;
    border: solid;
    padding: 25px;
}

.blog-single-content h2 {
    background-color: black;
    border-color: white;
    color:white;
    border-radius: 10px;
    border: solid;
    padding: 25px;
}

.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: black;
    margin: 0;
    margin-top: 20px;
}



.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: black;
    float: left;
    line-height: 26px;
    width: calc(100% - 40px);
}

.author-profile {
    display: block;
    background-color: black;
    overflow: hidden;
    border-bottom: 10px solid white;
    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-follow {
    position: absolute;
    right: 0;
    background-color: #f37123;
    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 #f37123 transparent;
}

.author-follow>li {
    display: inline-block;
    list-style: none;
}



.author-follow>li>a {
    margin: 10px 7px;
    display: block;
    text-align: center;
}

.author-follow>li>span {
    font-size: 14px;
    font-weight: 700;
    color: black;
}

.author-follow>li>a>i {
    font-size: 12px;
    color: black;
    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-title-area {
    display: block;
    width: 100%;
    overflow: hidden;
    border-bottom: 3px solid #f37123;
    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 #f37123 transparent;
}

.comment-title-area>h3 {
    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: black;
}

.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: black;
    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: #f37123
}

.comment-submit {
    width: 100%;
    padding: 15px;
    background-color: #f37123;
    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: #f37123;
    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 #f37123;
    padding-left: 15px;
    margin: 0;

}

.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: #f37123;
    text-align: right;
    display: block;
}



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

.meta-content>h3 {
    margin: 0;
    padding: 0;
    color: black;
    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 .blog-items {
    margin-bottom: 0;
}

.blog-content>span {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: black;
    background: #f37123;
    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: #f37123;
    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 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 #f37123;
    color: black;
    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 #f37123 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;
}


.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: #f37123;
    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: black;
}

.product-info a.title,
.product-info a.favourite,
.product-info a.basket {
    color: black;
}

.product-info .pull-right li a {
    background: #f37123 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: #f37123;
    border: 1px solid #f37123
}

.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: black;
    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: #f37123 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: black none repeat scroll 0 0;
}

.filter-by h1 {
    border-bottom: 1px solid #35363f;
    border-left: 3px solid #f37123;
    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: #f37123;
    -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: #f37123 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: #f37123 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 #f37123;
    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 #f37123;
    color: #555;
    background: #f37123;
}

/*******************************************************
********************* 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 #f37123;
    margin-bottom: 30px;
}

.singe-product-title>a {
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    color: black;
    padding: 17px 0;
    display: block;
}

/*******************************************************
********************* 11.1 PRODUCT NAVIGATION
*******************************************************/
.product-navigation {
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #f37123;
    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 #f37123 transparent;
}

.product-navigation>a {
    margin: 2px;
}

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



/*******************************************************
********************* 11.2 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: #f37123;
    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;
}



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



.fa-star {
    color: #f37123;
}

.product-price {
    font-size: 28px;
    color: black;
    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: black;
    display: block;
    margin: 5px 0;
    text-align: center;
}

.product-share-review-btn>a:hover {
    background-color: #f37123;
    border-color: #f37123;
}

.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>a {
    color: black;
    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: #f37123;
    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: black;
    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: #f37123;
}



.counter-plus {
    right: 0;
}

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

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



.wishlist-btn>a {
    border: 1px solid #f5f5f5;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    color: black;
    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: #f37123;
    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: black;
    border: none;
    position: relative;
}

.tab-menu-area .nav-tabs>li.active>a:after {
    content: "";
    width: 100%;
    height: 2px;
    bottom: -5px;
    display: block;
    background-color: #f37123;
    position: absolute;
    left: 0;
    right: 0;
}



.title-area {
    background-color: #f37123;
    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: black;
}

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

/*******************************************************
********************* 11.6 RECENT PRODUCT
*******************************************************/
.recent-item-title {
    display: block;
    border-bottom: 3px solid #f37123;
    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 #f37123 transparent;
}

.recent-item-title>h3 {
    font-family: 'montserratultra_light';
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 28px;
    font-weight: 300;
    color: black
}

.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: #f37123;
}

/*******************************************************
***************** 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;
        font-size: large;
    }
    .page-title-section
    {
        min-height:auto;
    }
    .contact-page-title{
        padding-bottom:auto;
    }
    .pagination-area {
        text-align: center;
    }
    .footer-section
    {
        padding:0%;


    }
}

.pagination-area ul li {
    display: inline-block;
}

.pagination-area ul li a {
    font-size: 12px;
    font-weight: 400;
    color: #f37123;
    text-decoration: underline;
    padding: 0 5px;
}

.pagination-area ul li a i {
    margin-left: 10px;
}

.pagination-area ul li.active a {
    text-decoration: none;
    color: #fff;
}

.pagination-area ul li a:hover {
    color: #fff;
    text-decoration: none;
}

/*******************************************************
********************* 12.1 PLAYER CAREARR
*******************************************************/
.player-carear-details {
    position: relative;
    padding: 50px 0 0 0;
}

.profile-images-match {
    margin-top: 10px;
}

.profile-details {
    position: absolute;
    bottom: 0;
    background: url(../images/player-profile-img.png) no-repeat;
    padding: 5px 0 0 8px;
    width: 85%;
    display: block;
}

.carryer-match {
    position: relative;
    top: 0px;
    margin-left: 15px;
}

.profile-details h2 {
    font-size: 36px;
    color: black;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

.profile-details p {
    font-size: 14px;
    color: #656672;
    font-weight: 400;
    padding: 0;
    margin: 0;
    line-height: 10px;
}

.profile-details-inner {
    display: inline-block;
}

.player-carryer-total-des #profile-title {
    font-size: 28px;
    color: black;
    font-weight: 100;
    margin: 0;
    padding: 0 0 14px 0;
    border-bottom: 1px solid #f2f2f3;
}

.player-carryer-total-des h1 span {
    color: #f37123;
}

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

/*******************************************************
********************* 12.2 PLAYER PERFORMANCE
*******************************************************/
.player-performances {
    padding: 0 0 50px;
}

.player-states h1 {
    font-size: 28px;
    color: black;
    border-bottom: 2px solid #f37123;
}

.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: #f37123;
    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: black;
    font-size: 16px;
}

.progress-bar.progress-bar-striped.active {
    width: 40%
}

.player-performance h1 {
    font-size: 28px;
    color: black;
    border-bottom: 2px solid #f37123;
}

.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: #f37123;
    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: #f37123;
    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;
}



.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: #f37123;
    height: 16px;
    left: 0;
    bottom: 0;
}

.skillst1 .count-bar.right {
    position: absolute;
    background-color: #f37123;
    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: black;
}

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



.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: #f37123;
    font-size: 14px;
    color: black;
    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: #f37123;
    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: 50px;
}

.info-items {
    text-align: center;
    padding: 6px 30px;
    border: 1px solid #ccc;
    border-bottom: 3px solid #f37123;
    background-color: #fff;
    min-height: 450px;
    margin-top: 15px;
}

@media screen and (max-width:991px) {
    .info-items {
        margin-bottom: 30px;
    }
}

.info-items>h4 {
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    color: black;
    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: #f37123;
    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: #f37123;
    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: black;
    text-align: center;
    margin: 0;
    padding: 0;
    line-height: 1;
}

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

/*******************************************************
********************* 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: #f37123;
    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 #f37123;
}

.contact-details a {
    font-size: 48px;
    color: #f37123;
    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: black;
    font-weight: 700;
    margin: 43px 0 13px 0;
    padding: 0;
}

.contact-details h2 i {
    color: #f37123;
}

.contact-details p {
    font-size: 14px;
    color: black;
    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: black;
    border-bottom: 1px solid #ededed;
    margin: 0 0 40px 0;
}

.contact-form-title h1 span {
    color: #f37123;
}

.form-control {
    display: block;
    width: 80%;
    height: 42px;
    padding: 6px 12px;
    margin:auto;
    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: #f37123;
    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: black;
    display: block;
    padding: 10px 15px;
    text-transform: uppercase;
    background: #f37123;
    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;
}



.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: black;
    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 {
    padding-top: 55px;
    padding-bottom: 16px;
    position: relative;
    opacity: 0.9;
    background-color: black;
}

.match-today-section:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 1px;
    background-color: black;
    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: 27px;
    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: #f37123;
    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: #f37123;
}

.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: #f37123;
}

.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: black;
    font-weight: 400;
    text-align: center;
    margin: 60px 0 51px;

}

.super-cup-league-section {
    background-color: white;
}

.super-cup-league-section h1 span {
    padding: 15px 20px;
    border: 1px solid #ececec;
    position: relative;
    background-color: white;
}

@media (max-width:450px) {
    .super-cup-title h1 {
        border: 1px solid #ececec;
    }

    .super-cup-league-section h1 span {
        border: none;
        position: initial;
    }
}

.super-cup-league-section h1 span:before {
    content: "\f0d9";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #f37123;
    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: #f37123;
    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;
    background-color: white;
}

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

.super-cup-league-section .nav-tabs>li.active>a:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 3px;
    background: #f37123;
    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: white;
    margin: 0;
    padding: 0;
    background: #f37123;
    text-align: center;
    padding: 16px 0;
}

.super-cup-league-section .tab-content .fixture-team-name h1 {
    font-size: 16px;
    color: black;
    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: 3px solid #f37123;
    padding: 18px 30px;
}

.super-cup-league-section .tab-content .black-match {
    background: #fbfbfb;
    display: block;
    overflow: hidden;
    margin: 0 15px;
    border-bottom: 3px solid #f37123;
    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: black;
    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: black;
    background: #f37123;
    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: #f37123;
    font-weight: 400;
}

.world-cup-match-title img {
    max-height: 40px;
}

.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: black;
    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: #f37123;
    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: black;
    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;
    background-color: white;
}

.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: black;
    font-weight: 700;
    margin: 0;
}

.statstics-center p {
    font-size: 16px;
    color: black;
    font-weight: 700;
}

.statstics-color {
    color: #bdbdc0 !important;
}

.statstics-attempts-row,
.statstics-total-row {
    text-align: center;
    background: #f37123;
}

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

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

.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: black;
    margin: 0;
    background: #f37123;
    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: black;
    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: black;
    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: black;
    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: #f37123;
}

/*******************************************************
******************* 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;
    background-color: white;
}

.inner-container {
    border-bottom: 2px solid #f37123;
    display: block;
    overflow: hidden;
    margin: 0 15px;
    padding-bottom: 52px;

}

.club-histry h1 {
    font-size: 28px;
    color: black;
    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: black;
    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: black;
}

.player-total-details {
    display: block;
    overflow: hidden;
    padding: 20px 0;
    border: 1px solid #f37123;
    background-color: white;
}

.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: black;
    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;
    background-color: white;
}

.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;
    background-color: #f2f2f3;
    border: none;
    border-left: 2px solid #f37123;
    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: #f37123;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

.profile-caption p {
    font-size: 16px;
    color: black;
    font-weight: 700;
    margin: 0;
}

.player-position h3 {
    font-size: 16px;
    color: black;
    font-weight: 700;
    margin: 20px 0 0 0;
    padding: 0;
}

.player-position h3 i {
    color: #bdbdc0;
    margin-left: 5px;
}



.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: black;
    font-weight: 700;
}

/*******************************************************
******************* 17.0 POINT TABLE *******************
*******************************************************/
.point-table-page {
    padding: 50px 0px;
}

.point-title-area th {
    border-bottom-color: #f37123 !important;
    color: black;
}

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

table.point-table th span {
    color: black;
    padding: 0px 10px;
}

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

table.point-table tr:last-child,
table.point-items-more tr:last-child {
    border-bottom: none;
}

.point-table-button {
    background: #f37123;
    text-transform: uppercase;
    font-weight: 600;
    padding: 15px;
}

.point-table-button a {
    color: black;
}

p.pt-heading {
    font-weight: 600;
    color: black;
}

table.point-items-more span {
    padding: 0px 20px;
    font-weight: 600;
    color: black;
}

.point-table-area {
    margin-bottom: 50px;
}

.point-table-area:last-child {
    margin-bottom: 0px;
    background-color: white;
}

@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: black !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: #f37123;
}

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

    100% {
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        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);
    }
}

.ticketingframe {
    background-color: green;
}

.ticketinglabel {
    font-size: 20px;
    margin-top: 30px;
}

.sponsorimgcat1 {
    max-height: 180px;
    vertical-align: bottom;
    text-align: center;
    margin-left: 25%;
    margin-right: 25%;
    border-style: ridge;
    background-color: white;
    position: relative;

}

.sponsorimgcat2 {
    max-height: 120px;
    max-width: 130px;
    vertical-align: bottom;
    text-align: center;
    margin: 4px;
    border-style: ridge;
    background-color: white;
    position: relative;

}

.sponsorimg {
    max-height: 160px;
    max-width: 98%;
    vertical-align: bottom;
    text-align: center;
    padding: 10px;
    position: relative;
 animation: Sponsorlogo 5s linear infinite normal running 1s forwards;
}

@keyframes Sponsorlogo{
    from{
    }
    25%{
         opacity:0.1;
    }
    50%{
        opacity:0.8;
    }
    75%
    {
        opacity:0.3;
    }
    to{
        opacity:1;
    }
}

.sponsornews {
    max-height: 160px;
    max-width: 98%;
    vertical-align: bottom;
    text-align: center;
    padding: 20px;
    position: relative;
 animation: MoveNewsLogo 5s linear 1 normal running 1s forwards;
}

@keyframes MoveNewsLogo{
    from{

    }
    25%{
        transform: rotate(270deg);


    }
    50%{
        transform: rotate(180deg);
       ;
    }
    75%
    {
        transform: rotate(90deg);

    }
    to{
        transform:rotate(20deg);

    }
}

.sponsorimgvbc {
    max-height: 80px;
    max-width: 130px;
    vertical-align: bottom;
    text-align: center;
    margin: 10px;
    padding: 10px;
    border-style: ridge;
    background-color: white;
    position: relative;

}

.sponsorimgvbc:hover {
    transform: scale(2);


    opacity: 1;
    overflow: visible;
}

.sponsorbutton {
    min-height: 30px;
    background-color: black;
    color: #f37123;
    font-size: larger;
    text-align: center;
    text-transform: uppercase;
}

.sponsorbutton a {
    color: white;
    text-align: center;
}

.sponsorrow {
    height: 170px;
    text-align: center;
    background-color: white;
    padding-top: 10px;
}

.sponsorrow img {
    z-index: 9;


}

.sponsorrow:hover img {

    z-index: 10;
    overflow: visible;
    border-style: none;
}

.sponsorrowcat1 {
    height: 200px;
}

.sponsorrow img {
    z-index: 9;
    margin-left:auto;
    margin-right: auto;
    max-height: 120px;


}


@media only screen and (max-width: 991px) {
    .col-md-1 {
        width: 25%;
        float: left;
        text-align: center;
    }

    .club-items>p {
        float: left;
        color: white;
        font-size: 10px;
        font-weight: 700;
        position: relative;
        top: 13px;
    }

    .result-item>p {
        font-size: 10px;
        font-weight: 700;
        color: #fff;
        display: inline-block;
        position: relative;
        top: 3px;
    }

}

/*******************************************************
********************* 0.CUSTOM (JVC)
*******************************************************/
blockquote {
    background-color: black;
    color: white;
    border-left: 5px solid #f37123;
 animation: Blockquote 2s linear 1 normal running 5s forwards;
}

@keyframes Blockquote{
    from{
    }
    25%{
        transform: scale(1.4);
    }
    50%{
        transform: scale(0.8);
    }

    to{
        transform:scale(1.0)
    }
}


.newsoverview {
    height: 250px;
    border: medium;
    border-radius: 15px;
    border-color: black;
    margin-bottom: 10px;

}

.newsoverview img {
    height: 230px;
    width: 100%;
    border-radius: 15px;
    border: solid;
    border-color: white;


}

.newsoverview h3 {
    font-size: 13px !important;
}

.poweredby {
    max-height: 30px;
}


/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
    visibility: hidden;
    /* Hidden by default. Visible on click */
    min-width: 250px;
    /* Set a default minimum width */
    margin-left: -125px;
    /* Divide value of min-width by 2 */
    background-color: #333;
    /* Black background color */
    color: #fff;
    /* White text color */
    text-align: center;
    /* Centered text */
    border-radius: 10px;
    /* Rounded borders */
    padding: 16px;
    /* Padding */
    position: fixed;
    /* Sit on top of the screen */
    z-index: 1;
    /* Add a z-index if needed */
    left: 50%;
    /* Center the snackbar */
    bottom: 30px;
    /* 30px from the bottom */
}

#snackbar a {
    color: white;
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
    visibility: visible;
    /* Show the snackbar */
    /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}


/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}




.countryflag {
    max-width: 30px;
}

.ticketingapp {
    background-color: white;
}


@media only screen and (min-width: 1500px) {
    #playerbannerright img {
        left: 80%;
        position: fixed;
        margin: auto;
        opacity: 0.8;
        bottom: 5%;
        max-height: 70%;
    }

    #playerbannerleft img {
        right: 80%;

        position: fixed;
        margin: auto;
        opacity: 0.8;
        bottom: 5%;
        max-height: 70%;

    }
}
@media only screen and (max-width: 699px) {
.blog-content-title>h3
{
    font-size: 12px;
}
.blog-items {
    min-height: auto;
}
}
@media only screen and (max-width: 1499px) {
    #playerbannerright img {
        visibility: hidden;
    }

    #playerbannerleft img {
        visibility: hidden;
        display: none;
    }
}

.text-container {
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

.text-container h1{
  margin: 0;
  font-size: 150px;
  color: rgba(225,225,225, .01);

  background-repeat: repeat;
  -webkit-background-clip:text;
  background-clip:text;
  animation: animate 15s ease-in-out infinite;
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
}

  @keyframes animate {
    0%, 100% {
      background-position: left top;
    }
    25%{
      background-position: right bottom;
     }
    50% {
      background-position: left bottom;
    }
    75% {
      background-position: right top;
    }
}




.light {
    position: absolute;
    width: 0px;
    opacity: .75;
    background-color: #f37123;
    box-shadow: #e9f1f1 0px 0px 20px 2px;
    opacity: 0;
    top: 100vh;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
}

.x1{
  -webkit-animation: floatUp 4s infinite linear;
  -moz-animation: floatUp 4s infinite linear;
  -o-animation: floatUp 4s infinite linear;
  animation: floatUp 4s infinite linear;
   -webkit-transform: scale(1.0);
   -moz-transform: scale(1.0);
   -o-transform: scale(1.0);
  transform: scale(1.0);

}

.x2{
  -webkit-animation: floatUp 7s infinite linear;
  -moz-animation: floatUp 7s infinite linear;
  -o-animation: floatUp 7s infinite linear;
  animation: floatUp 7s infinite linear;
  -webkit-transform: scale(1.6);
  -moz-transform: scale(1.6);
  -o-transform: scale(1.6);
  transform: scale(1.6);
  left: 15%;
}

.x3{
  -webkit-animation: floatUp 2.5s infinite linear;
  -moz-animation: floatUp 2.5s infinite linear;
  -o-animation: floatUp 2.5s infinite linear;
  animation: floatUp 2.5s infinite linear;
  -webkit-transform: scale(.5);
  -moz-transform: scale(.5);
  -o-transform: scale(.5);
  transform: scale(.5);
  left: -15%;
}

.x4{
  -webkit-animation: floatUp 4.5s infinite linear;
  -moz-animation: floatUp 4.5s infinite linear;
  -o-animation: floatUp 4.5s infinite linear;
  animation: floatUp 4.5s infinite linear;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  left: -34%;
}

.x5{
  -webkit-animation: floatUp 8s infinite linear;
  -moz-animation: floatUp 8s infinite linear;
  -o-animation: floatUp 8s infinite linear;
  animation: floatUp 8s infinite linear;
  -webkit-transform: scale(2.2);
  -moz-transform: scale(2.2);
  -o-transform: scale(2.2);
  transform: scale(2.2);
  left: -12%;
}

.x6{
  -webkit-animation: floatUp 3s infinite linear;
  -moz-animation: floatUp 3s infinite linear;
  -o-animation: floatUp 3s infinite linear;
  animation: floatUp 3s infinite linear;
  -webkit-transform: scale(.8);
  -moz-transform: scale(.8);
  -o-transform: scale(.8);
  transform: scale(.8);
  left: -81%;
}

.x7{
  -webkit-animation: floatUp 5.3s infinite linear;
  -moz-animation: floatUp 5.3s infinite linear;
  -o-animation: floatUp 5.3s infinite linear;
  animation: floatUp 5.3s infinite linear;
  -webkit-transform: scale(3.2);
  -moz-transform: scale(3.2);
  -o-transform: scale(3.2);
  transform: scale(3.2);
  left: 3%;
}

.x8{
  -webkit-animation: floatUp 4.7s infinite linear;
  -moz-animation: floatUp 4.7s infinite linear;
  -o-animation: floatUp 4.7s infinite linear;
  animation: floatUp 4.7s infinite linear;
  -webkit-transform: scale(1.7);
  -moz-transform: scale(1.7);
  -o-transform: scale(1.7);
  transform: scale(1.7);
  left: 16%;
}

.x9{
  -webkit-animation: floatUp 4.1s infinite linear;
  -moz-animation: floatUp 4.1s infinite linear;
  -o-animation: floatUp 4.1s infinite linear;
  animation: floatUp 4.1s infinite linear;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  left: 85%;
}



@-webkit-keyframes floatUp{
  0%{top: 100vh; opacity: 0;}
  25%{opacity: 1;}
  50%{top: 0vh; opacity: .8;}
  75%{opacity: 1;}
  100%{top: -100vh; opacity: 0;}
}
@-moz-keyframes floatUp{
  0%{top: 100vh; opacity: 0;}
  25%{opacity: 1;}
  50%{top: 0vh; opacity: .8;}
  75%{opacity: 1;}
  100%{top: -100vh; opacity: 0;}
}
@-o-keyframes floatUp{
  0%{top: 100vh; opacity: 0;}
  25%{opacity: 1;}
  50%{top: 0vh; opacity: .8;}
  75%{opacity: 1;}
  100%{top: -100vh; opacity: 0;}
}
@keyframes floatUp{
  0%{top: 100vh; opacity: 0;}
  25%{opacity: 1;}
  50%{top: 0vh; opacity: .8;}
  75%{opacity: 1;}
  100%{top: -100vh; opacity: 0;}
}



@-webkit-keyframes fadeIn{
  from{opacity: 0;}
  to{opacity: 1;}
}

@-moz-keyframes fadeIn{
  from{opacity: 0;}
  to{opacity: 1;}
}

@-o-keyframes fadeIn{
  from{opacity: 0;}
  to{opacity: 1;}
}

@keyframes fadeIn{
  from{opacity: 0;}
  to{opacity: 1;}
}

@-webkit-keyframes fadeOut{
  0%{opacity: 0;}
  30%{opacity: 1;}
  80%{opacity: .9;}
  100%{opacity: 0;}
}

@-moz-keyframes fadeOut{
  0%{opacity: 0;}
  30%{opacity: 1;}
  80%{opacity: .9;}
  100%{opacity: 0;}
}

@-o-keyframes fadeOut{
  0%{opacity: 0;}
  30%{opacity: 1;}
  80%{opacity: .9;}
  100%{opacity: 0;}
}

@keyframes fadeOut{
  0%{opacity: 0;}
  30%{opacity: 1;}
  80%{opacity: .9;}
  100%{opacity: 0;}
}

@-webkit-keyframes finalFade{
  0%{opacity: 0;}
  30%{opacity: 1;}
  80%{opacity: .9;}
  100%{opacity: 1;}
}

@-moz-keyframes finalFade{
  0%{opacity: 0;}
  30%{opacity: 1;}
  80%{opacity: .9;}
  100%{opacity: 1;}
}

@-o-keyframes finalFade{
  0%{opacity: 0;}
  30%{opacity: 1;}
  80%{opacity: .9;}
  100%{opacity: 1;}
}

@keyframes finalFade{
  0%{opacity: 0;}
  30%{opacity: 1;}
  80%{opacity: .9;}
  100%{opacity: 1;}
}



.waviy {
  position: relative;
  -webkit-box-reflect: below -20px linear-gradient(transparent, rgba(0,0,0,.2));

}
.waviy span {

  position: relative;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  animation: waviy 1s infinite;
  animation-delay: calc(.1s * var(--i));

}
@keyframes waviy {
  0%,40%,100% {
    transform: translateY(0)
  }
  20% {
    transform: translateY(-20px)
  }
}

@-webkit-keyframes bg-scrolling-reverse {
    100% {
        background-position: 50px 50px;
    }
}

@-moz-keyframes bg-scrolling-reverse {
    100% {
        background-position: 50px 50px;
    }
}

@-o-keyframes bg-scrolling-reverse {
    100% {
        background-position: 50px 50px;
    }
}

@keyframes bg-scrolling-reverse {
    100% {
        background-position: 50px 50px;
    }
}

@-webkit-keyframes bg-scrolling {
    0% {
        background-position: 50px 50px;
    }
}

@-moz-keyframes bg-scrolling {
    0% {
        background-position: 50px 50px;
    }
}

@-o-keyframes bg-scrolling {
    0% {
        background-position: 50px 50px;
    }
}

@keyframes bg-scrolling {
    0% {
        background-position: 50px 50px;
    }
}

/* Main styles */
body {

    /* img size is 50x50 */
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAIAAACRXR/mAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAABnSURBVHja7M5RDYAwDEXRDgmvEocnlrQS2SwUFST9uEfBGWs9c97nbGtDcquqiKhOImLs/UpuzVzWEi1atGjRokWLFi1atGjRokWLFi1atGjRokWLFi1af7Ukz8xWp8z8AAAA//8DAJ4LoEAAlL1nAAAAAElFTkSuQmCC") repeat 0 0;
    -webkit-animation: bg-scrolling-reverse 0.92s infinite;
    /* Safari 4+ */
    -moz-animation: bg-scrolling-reverse 0.92s infinite;
    /* Fx 5+ */
    -o-animation: bg-scrolling-reverse 0.92s infinite;
    /* Opera 12+ */
    animation: bg-scrolling-reverse 0.92s infinite;
    /* IE 10+ */
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
}




ul.main-nav {
  list-style-type: none;
  padding: 0px;
  font-size: 0px;
  max-width: 1000px;
  margin: 0 auto;
}

ul.main-nav > li {
  display: inline-block;
  padding: 0;
}

ul.main-nav > li > a {
  display: block;
  padding: 20px 30px;
  position: relative;
  color: black;
  font-size: 16px;
  font-weight: 400;
  box-sizing: border-box;
}

ul.main-nav > li:hover { background-color: #f9f9f9; }
ul.main-nav > li:hover > a { color: #333; font-weight: 400; }

ul.main-nav > li ul.sub-menu-lists {
  margin: 0px;
  padding: 0px;
  list-style-type : none;
  display:block;
}

ul.main-nav > li ul.sub-menu-lists > li {
  padding: 2px 0;
}

ul.main-nav > li ul.sub-menu-lists > li > a {
  font-size: 14px;
}

.ic {
  position: fixed;
  cursor: pointer;
  display: inline-block;
  right: 25px;
  width: 32px;
  height: 24px;
  text-align: center;
  top:0px;
  outline: none;
}

.ic.close {
  opacity: 0;
  font-size: 0px;
  font-weight: 300;
  color: #fff;
  top:8px;
  height:40px;
  display: block;
  outline: none;
}

/* Menu Icons for Devices*/
.ic.menu { top:25px; z-index : 20; }

.ic.menu .line {
  height: 4px;
  width: 100%;
  display: block;
  margin-bottom: 6px;
}
.ic.menu .line-last-child { margin-bottom: 0px;  }

.sub-menu-head { margin: 10px 0; }
.banners-area { margin-top: 20px; padding-top: 15px; }

.banners-area img {width: 150px;}


@media only screen and (max-width:768px) {
  .sub-menu-head { color:orange; }
  .ic.menu { display: block;
        background-color: #f37123;
    }
  header.dark .ic.menu .line { background-color: #fff; }
  header.light .ic.menu .line { background-color: #000; }
  .ic.menu .line {
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    background-color: black;
  }
  .ic.menu:focus .line { background-color: #fff !important; }

  .ic.menu:focus .line:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .ic.menu:focus .line:nth-child(2){
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -10px;
  }

  .ic.menu:focus .line:nth-child(3){
    transform: translateY(15px);
    opacity: 0;
  }

  .ic.menu:focus{ outline: none; }
  .ic.menu:focus ~ .ic.close { opacity: 1; z-index : 21;  outline: none;  }

  /*

  .ic.menu:focus ~ .ic.close { opacity: 1.0; z-index : 21;  }
  .ic.close:focus { opacity: 0; }
  */
  .ic.menu:hover,
  .ic.menu:focus{ opacity: 1; }


  nav { background-color: transparent; }

 /* Main Menu for Handheld Devices  */
  ul.main-nav {
    z-index:2;
    padding: 50px 0;
    position: fixed;
    right: 0px;
    top: 0px;
    width: 0px;
    background-color:rgba(0,0,0,1);
    height: 100%;
    overflow: auto;
    /*CSS animation applied : Slide from Right*/
   -webkit-transition-property: background, width;
    -moz-transition-property: background, width;
    -o-transition-property: background, width;
    transition-property: background, width;
   	-webkit-transition-duration: 0.6s;
	  -moz-transition-duration: 0.6s;
	  -o-transition-duration: 0.6s;
    transition-duration: 0.6s;
  }

  .ic.menu:focus ~ .main-nav { width: 300px; background-color:grey; }

  ul.main-nav > * {
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
   	-webkit-transition-duration: 0.4s;
	  -moz-transition-duration: 0.4s;
	  -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    opacity: 0;
  }
  .ic.menu:focus ~ .main-nav > * {opacity: 1;}

  ul.main-nav > li > a:after {display: none;}
  ul.main-nav > li:first-child { border-radius: 0px; }
  ul.main-nav > li {
    display: block;
    border-bottom: 1px solid #444;
  }

  ul.main-nav > li > a { font-weight: 600; }

  ul.main-nav > li ul.sub-menu-lists > li a { color: #eee; font-size: 14px; }
  .sub-menu-head { font-size: 16px;}
  ul.main-nav > li:hover { background-color: transparent;  }
  ul.main-nav > li:hover > a {color: #fff; text-decoration: none; font-weight: 600;}
 .ic.menu:focus ~ ul.main-nav > li > div.sub-menu-block {
    border-left: 0px solid #ccc;
    border-right: 0px solid #ccc;
    border-bottom: 0px solid #ccc;
    position: relative;
    visibility: visible;
    opacity: 1.0;
  }

  .sub-menu-block { padding: 0 30px; }
  .banners-area { padding-bottom: 0px;  }
  .banners-area div { margin-bottom: 15px;  }
  .banners-area { border-top: 1px solid #444; }
}

@media only screen and (min-width:769px) {
  .ic.menu { display: none; }
  /* Main Menu for Desktop Devices  */
  ul.main-nav { display: block; position: relative; }
  .sub-menu-block { padding: 15px; }

  /* Sub Menu */
  ul.main-nav > li > div.sub-menu-block {
  visibility: hidden;
  background-color: #f9f9f9;
  position: absolute;
  margin-top: 0px;
  width: 100%;
  color: #333;
  left: 0;
  box-sizing: border-box;
  z-index : 3;
  font-size: 16px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  opacity: 0;

  /*CSS animation applied for sub menu : Slide from Top */
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;

  }

  ul.main-nav > li:hover > div.sub-menu-block{
    background-color: #f9f9f9;
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }

  ul.main-nav > li > div.sub-menu-block > * {
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
   	-webkit-transition-duration: 0.4s;
	  -moz-transition-duration: 0.4s;
	  -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    opacity: 0;
  }

  ul.main-nav > li:hover > div.sub-menu-block > * {
    opacity: 1;
  }

  .sub-menu-head { font-size: 20px;}

  /* List Separator: Outer Border */
  header.dark ul.main-nav > li > a { border-right: 1px solid #bbb; }
  header.light ul.main-nav > li > a { border-right: 1px solid #666; }

  /* List Separator: Inner Border */
  ul.main-nav > li > a:after {
    content: '';
    width: 1px;
    height: 62px;
    position: absolute;
    right:0px;
    top: 0px;
    z-index : 2;
  }
  header.dark ul.main-nav > li > a:after { background-color: #777; }
  header.light ul.main-nav > li > a:after { background-color: #999; }

  /* Drop Down/Up Arrow for Mega Menu */
  ul.main-nav > li > a.mega-menu > span { display: block; vertical-align: middle; }
  ul.main-nav > li > a.mega-menu > span:after {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    content: '';
    background-color: transparent;
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
  }

  ul.main-nav > li:hover > a.mega-menu span:after{
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 0px solid transparent;
    border-bottom: 5px solid #666;
  }
  .banners-area { border-top: 1px solid #ccc; }
}




.seatfull{box-shadow:0px 3px 20px rgba(0, 0, 0, 0.4), 0px 0px 0px rgba(0, 0, 0, 0.4);position:relative;z-index:1;text-align:center;width:3.1%;float:left;height: 30px;border:groove;border-radius:8px;}
.seatreserved{box-shadow:0px 3px 20px rgba(0, 0, 0, 0.4), 0px 0px 0px rgba(0, 0, 0, 0.4);position:relative;z-index:1;text-align:center;width:3.1%;float:left;height: 30px;border:groove;border-radius:8px; background-color:grey}
.seatfullvisitor{box-shadow:0px 3px 20px rgba(0, 0, 0, 0.4), 0px 0px 0px rgba(0, 0, 0, 0.4);position:relative;z-index:1;text-align:center;width:3.1%;float:left;height: 30px;border:groove;border-radius:8px; background-color:darkslategrey}
.seattrap{position:relative;z-index:1;width:3.1%;float:left;height: 30px;}
.seatgeel{box-shadow:0px 3px 20px rgba(0, 0, 0, 0.4), 0px 0px 0px rgba(0, 0, 0, 0.4);position:relative;z-index:1;text-align:center;width:2.43%;float:left;height: 30px;border:groove;border-radius:8px;background-color: yellow;}
.seatgeeltrap{position:relative;z-index:1;width:2.43%;float:left;height: 30px;}
.seatextra{box-shadow:0px 3px 20px rgba(0, 0, 0, 0.4), 0px 0px 0px rgba(0, 0, 0, 0.4);position:relative;z-index:1;text-align:center;width:7.69%;float:left;height: 30px;border:groove;border-radius:8px;}
.seatextrareserved{box-shadow:0px 3px 20px rgba(0, 0, 0, 0.4), 0px 0px 0px rgba(0, 0, 0, 0.4);position:relative;z-index:1;text-align:center;width:7.69%;float:left;height: 30px;border:groove;border-radius:8px; background-color:grey}
.seatextravisitor{box-shadow:0px 3px 20px rgba(0, 0, 0, 0.4), 0px 0px 0px rgba(0, 0, 0, 0.4);position:relative;z-index:1;text-align:center;width:7.69%;float:left;height: 30px;border:groove;border-radius:8px; background-color:darkslategrey}
.seatextratrap{position:relative;z-index:1;width:7.69%;float:left;height: 30px;}
.reserved{background-color: grey;
}
.abo{background-color:black;color:white;}
.myseat{background-color:#f37123 ;}
.cursor-nodrop{
	cursor: no-drop;
}

:root {
    --boxSize:5em;
    --speed: 80s;
    --rotateSceneX: -0deg;
    --rotateSceneY: 0deg;
}
.ticketingbutton{

    background-color: #f37123;
    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;
}
.totaal{
    background-color:white;
    color:black;
    font-size: larger;
    font-weight: 700;
    text-align: right;
}

.winkelmandticket{
color:white;
font-size: larger;
text-align: right;
}





   dialog {
        display: block;
        opacity: 0;
        pointer-events: none;
        transform: scale(0.9);
        left:50%;
        right:50%;

    }
    dialog[open] {
        display: block;
        opacity: 1;
        transform: scale(1);
        width: max-content;
        bottom:20%;
        left:30%;
        padding:30px;
        width:max-content;
        z-index:100;
        pointer-events: inherit;
        transition: opacity 0.3s ease-in,
         			transform 0.3s ease-in;


    }
    dialog::backdrop {
        background: white;
        backdrop-filter: blur(3px);
    }
dialog .col-md-12
{
    border-color: black;
    border-bottom: 1pt;
}
