/*
Theme Name: Game Play
Theme URI: http://kodeforest.net/wp-demo/gameplay
Description: Gameplay Wordpress Theme
Author: KodeForest
Author URI: http://www.kodeforest.com
Version: 1.0
License: 
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: theme-options
Text Domain: game-play
*/

/**
* Table of Contents :
* 1.0 - Default Css Wrap Start #default css
* 2.0 - Home Page Start #home page
	* 2.1 - Header Css Wrap Start #header css
	* 2.2 - Main Banner Css Start #main banner
	* 2.3 - Ticker Css Start  #ticker
	* 2.4 - Result Slider Css Start #result slider
	* 2.5 - Featured Slider Css Start #featured Slider
	* 2.6 - Featured 2 Css Start #featured thum 2
	* 2.7 - Add Banner Css Strat #add banner
	* 2.8 - Featured Wrap 4 Css Start  #featured wrap 4
	* 2.9 - Text Wrap Css Start #text wrap
	* 2.10 - Table Css Start #table
	* 2.11 - Footer Css Start #footer
* 3.0 - Blog Page 2 Start #blogpage2
		
* 4.0 - Team Overview Page Start #team overview
	* 4.1 - Table 2 #table2
	* 4.2 - Table 3 #table3
	* 4.3 - Table 4 #table4
* 5.0 - Team Roster Page Start #team roster
	* 5.1 -	Player Rating #PlayerRating
	* 5.2 -	aside bar Table #asidebarTable
	* 5.3 -	Over View Wrap #overviewwrap
	* 5.4 -	Overview Roster #overviewroster
	* 5.5 -	Overview Schedule #overviewschedule
	* 5.6 -	Kf_Chart #kf_chart
	* 5.7 -	Team Stats #teamstats
	* 5.8 -	Match Stats #matchstats
	* 5.9 -	Opponents Outer Wrap #opponentsouter
	* 5.10 - Opponents Gols #opponentsgols
	* 5.11 - Scorecard #scorecard
	* 5.12 - Widget Player #widgetplayer
	* 5.13 - Comparison Thumb #comparisonthumb
	* 5.14 - Match comparison 2 #matchcomparison 2
	* 5.15 - Top Scores #topscores
* 6.0 - Shop #shop
* 7.0 - Tickit 2 #ticket2
* 8.0 - Ticket Details Page Start #ticketpage
* 9.0 - Blog 4 Page Start #blog4page
* 10.0 - Blog Detail Page Start #blogdetail
	* 10.1 - Game Highlights
	* 10.2 - kf blockquote
	* 10.3 -  Form
* 11.0 - 404 Page Start #404
* 12.0 - Coming Soon Page Start #comingsoon
* 13.0 - Player Detail Page Start #playerdetail

==================================================*/



/*
	  ============================================================
		   Default Css Wrap Start #default css
	  ============================================================
*/
.kode_content_wrap,
.kode_wrapper,
header,
section{
	float:left;
	width:100%;
	position:relative;	
}
.no_padding{
	padding:0px;	
}
.margin-0{
	margin: 0!important;
}
.position-left{
	text-align: left;
}
.position-right{
	text-align: right;
}
.position-center{
	text-align: center;
}
/*
	  ============================================================
		   Home Page Start #home page
	  ============================================================
*/
/*
	  ============================================================
		   Header Css Wrap Start #header css
	  ============================================================
*/
.kode_header_1{
	float: left;
	width: 100%;
	background: #fff;
	position: relative;
}
.kode_logo_bar{
	float: left;
	width: 100%;
	position: relative;
}
.logo{
	float: left;
	width: auto;
	padding: 25px 35px;
}
.logo a{
	float: left;
	width: 100%;
}
.logo a img{
	float: left;
	width: 80%;
	height:auto;
	position: relative;
}
.navigation,
.kode_navigation{
	float: right;
	width: auto;
}
.navigation .menu,
.kode_navigation .nav{
	float: left;
	width: auto;
}
#comment-nav-below{
	width: 100%;
}
#comment-nav-below .nav-previous ,#comment-nav-below .nav-next{
	width: 50%;
}
#comment-nav-below .nav-previous a,#comment-nav-below .nav-next a{
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    line-height: normal;
    padding: 10px 20px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
#comment-nav-below .nav-previous a:hover,#comment-nav-below .nav-next a:hover{
	color: #fff !important;
	background-color: #000 !important;
}
.navigation li,
.kode_navigation li{
	margin: 0;
	padding: 0;
	float: left;
	width: auto;
	position: relative;
}
.navigation  li:last-child,
.kode_navigation li:last-child{
	margin: 0;
}
.navigation li a,
.kode_navigation li a{
	float: left;
	width: 100%;
	color: #2a313d;
	font-size: 14px;
	font-weight: bold;
	line-height:normal;
	padding:46px 14px 46px;
	text-transform: uppercase;
}
.navigation li:hover > a,
.kode_navigation li:hover > a{
	color: #fff;
}

/*Second ul*/
.navigation .menu .sub-menu,
.navigation .menu ul ul,
.megamenu_dec,
.kode_navigation .nav > li > ul ul,
.kode_navigation .nav > li > ul{
    opacity: 0;
    left: 0;
    position: absolute;
    top: 110%;
    visibility: hidden;
    min-width: 250px;
    z-index: 99;
    -webkit-transition: all 0.3s ease-in-out 0s;   
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out;    
    transition: all 0.3s ease-in-out 0s;
    background: #fff;
}
.navigation .menu .sub-menu li a,
.navigation .menu ul ul li a,
.kode_navigation .nav ul li a{
    border-top-style: solid;
    border-top-width: 1px;
    border-color: #c7c7c7;
    padding: 10px 15px;
    background-color: #fff;
}
.navigation .menu li:hover > .sub-menu,
.navigation .menu ul li:hover > li,
.kf_megamenu:hover .megamenu_dec,
.kode_navigation ul li:hover > ul,
.kode_navigation li:hover > ul {
    top: 100%;
    visibility: visible;
    opacity: 1;
}
/*Third ul*/
.navigation .menu li:hover > .sub-menu ul,
.navigation .menu > ul > li > ul ul,
.kode_navigation .nav > li > ul ul{
    right: -100%;
    left: auto;
}
.navigation .menu li.last:hover > .sub-menu ul,
.navigation .menu > ul > li.last > ul ul,
.kode_navigation .nav > li.last > ul ul{
    right: 100%;
    left: auto;
}

.navigation .menu li:hover > .sub-menu ul,
.navigation .menu ul ul li:hover ul,
.kode_navigation .nav ul li:hover  ul {
    top: 0%;

}
/*mega menu*/
.kf_megamenu{
	position: static !important;
}
.kode_navigation ul ul li{
	width: 100%;
}
/*mega menu list*/
.megamenu_dec{
	left: 0;
	right: 0;
	padding: 26px 15px 15px;
}
.megamenu_list{
	float: left;
	width: 100%;
}
.megamenu_list li{
	float: left;
	width: 100%;
	border-bottom: 1px solid #e9e9e9;
}
.megamenu_list li:last-child{
	border: none !important;
}
.megamenu_list li a{
	padding: 10px 15px 11px;
	position: relative;
	font-size: 14px;
	color: #999999;
	text-transform: uppercase;
}
.megamenu_list li a:before{
	position: absolute;
	top:50%;
	left: 0;
	color: #999999;
	margin-top: -8px;
	content: "\f0da";
	font-family: 'FontAwesome';
}
.megamenu_list li:hover > a{
	border-left: 6px solid;
	background-color: #25252f !important;
}
.megamenu_dec .kf_table{
	float: none;
	width: 100%;
}
.megamenu_dec .kf_table li{
	float: none;
	width: auto;
}
.megamenu_dec .kf_table li a{
	float: none;
	margin: 0;
	padding: 0;
	width: auto;
}
.megamenu_dec .kf_table li a:before{
	display: none;
}
.megamenu_dec .kf_table li:hover a{
	background-color: transparent !important;
}
.megamenu_hd{
	float: left;
	width: 100%;
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 13px;
}
.navigation ul li.last .children{
    left:auto;
    right: 0;
}

/*Responcive Menu*/
.dl-menuwrapper{
	display: none;
	float: right;
	position: absolute;
	right: 0;
	top: 50%;
	margin: -20px 0 0 0;
}
.dl-menuwrapper .dl-menu{
	right: 0;
	background-color: #000;
}
.dl-menuwrapper .dl-menu li{
	float: left;
	width: 100%;
	padding: 0;
}
.dl-menuwrapper .dl-menu li a{
	padding: 10px 15px !important;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}
.dl-menuwrapper .dl-menu .dl-back a{
	padding-left:40px !important;
}
.dl-menuwrapper .dl-menu li:hover a{
	color: #fff !important;
}
.kode_search {
    width: auto;
    float: right;
    color: #2a313d;
    font-size: 20px;
    cursor: pointer;
    margin-left: 15px;
    line-height: normal;
    padding: 35px 40px 38px;
    background-color: #e7eaf0;
}
.kode_search:hover{
	color: #fff;
}
#search .modal-dialog{
	width: 1170px;
}
#search .input_dec{
	margin: 0;
}
.btn_icon{
	top: 0;
	right: 0;
	bottom: 0;
	height:100%;
	color: #fff;
	width: 53px;
	font-size: 24px;
	font-weight: bold;
	line-height: 53px;
	position: absolute;
	text-align: center;
}
.btn_icon:hover{
	background-color: #000;
	color: #fff;
}
/*Header 2 Css Start*/
.kf_top_bar{
	float: left;
	width: 100%;
	background-color: #25252f;
}
.kf_top_bar .kf_social2 li a{
	font-size: 15px;
	color: #fff;
	border: none;
	height: 60px;
	line-height: 60px;
}
.kf_right_dec{
	float: right;
}
.kf_right_dec ul{
	margin: 0;
	float: left;
	width: auto;
	list-style: none;
	padding: 24px 0 23px;
}
.kf_right_dec > ul:first-child > li:last-child{
	border-right: 1px solid #787878;
}
.kf_right_dec > ul li{
	float: left;
	width: auto;
	padding: 0 15px;
	border-left: 1px solid #787878;
}
.kf_right_dec ul li:first-child{
	border: none;
}
.kf_right_dec ul li span,
.kf_right_dec ul li a{
	float: left;
	width: 100%;
	color: #c2c2c2;
	font-size: 13px;
	line-height: 12px;
	font-weight: normal;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
}
.kf_right_dec .kf_user li a{
	color: #fff;
	font-weight: bold;
}
.kf_right_dec ul li a i{
	margin-right: 15px;
}
.kf_lung{
	float: left;
	width: 100%;
}
.kf_right_dec ul li .kf_lung span{
	width: auto;
	margin-right: 10px;
}
.kf_lung .dropdown{
	float: left;
	width: auto;
}
.kf_lung .dropdown button{
	padding: 0;
	float: left;
	width: 100%;
	border: none;
	line-height: 12px;
	background-color: transparent;
}
.kf_lung .dropdown-menu{
	min-width: 30px;
}
.kf_lung .dropdown-menu li{
	border: none;
	margin: 0;
}
.kf_top_bar .kode_search{
	padding: 0;
	color: #fff;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	margin-right: 17px;
	margin-left: 60px;
    -webkit-transform: skew(-30deg);
    	-moz-transform: skew(-30deg);
    		-ms-transform: skew(-30deg);
			    -o-transform: skew(-30deg);
			    	transform: skew(-30deg);
}
.kf_top_bar .kode_search .search-here{
	color: #fff;
}
.kf_top_bar .kode_search i{
    -webkit-transform: skew(30deg);
    	-moz-transform: skew(30deg);
    		-ms-transform: skew(30deg);
			    -o-transform: skew(30deg);
			    	transform: skew(30deg);
}
.kode_header_2 .logo{
	padding: 34px 42px 34px 0;
	position: relative;
}
.kode_header_2 .logo:before{
	top: 0;
	right: 30px;
	bottom: 0;
	content: "";
	width: 1000%;
	position: absolute;
    -webkit-transform: skew(-30deg);
    	-moz-transform: skew(-30deg);
    		-ms-transform: skew(-30deg);
			    -o-transform: skew(-30deg);
			    	transform: skew(-30deg);
}
.kf_top_bar .kode_search .kode-search{
	display: none;
}
.kf_top_bar .open.kode_search .kode-search{
	display:block;
}
.kf_top_bar .kode_search.open{
    -webkit-transform: skew(0deg);
    	-moz-transform: skew(0deg);
    		-ms-transform: skew(0deg);
			    -o-transform: skew(0deg);
			    	transform: skew(0deg);
}
.kf_top_bar .kode_search.open .widget-search{
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	width: 80%;
	margin: 0 auto;
}
.widget.widget_search.kode-widget .widget-search{
	
}
.widget.kode-widget{
	
}
.kode_header_2 .kode_navigation .nav > li{
	margin-right: 23px; 
}
.kode_header_2 .kode_navigation .nav > li:hover > a{
	background-color: transparent;
}
.kode_header_2 .nav  > li > a{
	padding: 46px 0 47px;
}
.kode_header_2{
	background:#fff;
}
.kf_top_bar .kode_search.open{
	background-color: transparent !important;
	cursor: inherit;
}
/*cart*/
.kf_cart{
    float: right;
    margin-left: 10px;
    padding: 34px 0;
    position: relative;
    width: 160px;
}

.kf_cart i{
	float: left;
	width: 42px;
	height: 42px;
	color: #666666;
	font-size: 20px;
	line-height: 42px;
	border-radius: 3px;
	text-align: center;
	border: 2px solid #f2f2f2;
}
.shopping-cart-layout .kf_cart{
	float:none;
	margin:0px;
	width:auto;
	padding:0px;
	position:static;
}
.shopping-cart-layout .kf_cart i{
	float:none;
	width:auto;
	height:auto;
	color:#fff;
	font-size:12px;
	line-height:normal;
	border-radius:none;
	text-align:left;
	border:none;
}
.wrap_header_04 .shopping-cart-layout .kf_cart i ,
.wrap_header_02 .shopping-cart-layout .kf_cart i {
    color: #363636;
    cursor: pointer;
    font-size: 20px;    
}
.header-style-3.header-style-3-new .kode_center_content_wrap .shopping-cart-layout .kf_cart i{
	font-size:22px;
	width:50%;
	text-align:center;
}
.kf_cart .text{
	float: none;
	overflow: hidden;
	width: auto;
	padding:2px 0 2px 10px; 
}
.kf_cart .text em,
.kf_cart .text span{
	float: left;
	width: 100%;
	color: #1a1a22;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	text-transform: capitalize;
	font-family: 'Open Sans', sans-serif;
}
.kf_cart .widget_shopping_cart_content {
    min-width: 270px;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 10;
    padding: 10px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.5);
    background-color: #fff;
}
.widget_shopping_cart_content{
	display:none;
}
.kf_cart .cart_list.product_list_widget {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}
.kf_cart .mini_cart_item {
	float: left;
	width: 100% !important;
	position: relative;
    min-height: 72px;
    margin: 0 0 10px !important;
    list-style: none;
    padding: 0 0 0 80px !important;
}
.kf_cart .cart_list .mini_cart_item:last-child {
	margin: 0;
}
.kf_cart .mini_cart_item:hover a{
	background-color: transparent !important;
	color: #333 !important;
}
.kf_cart .mini_cart_item .remove {
    background-color: #000;
    color: #fff;
    font-size: 18px;
    height: 20px;
    line-height: 18px;
	z-index:999999;
    min-width: auto;
    padding: 0 !important;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    margin:0;
    left: auto;
    width: 20px !important;
    min-height: auto !important;
}

.kf_cart .mini_cart_item > a {
    left: 0;
    padding: 0 0 0 90px !important;
    position: absolute;
    top:0%;
    min-height: 80px;

}
.kf_cart .mini_cart_item > a img{
	position: absolute;
	padding-left: 90px;
    padding: 0 !important;
    top: 50%;
    left: 0;
    margin-top: -40px;
    width: 80px !important;
}
.kf_cart .mini_cart_item .quantity {
    color: #000;
    float: left;
    font-weight: bold;
    line-height: 14px;
    padding: 20px 10px 0;
    text-transform: capitalize;
}
.kf_cart .mini_cart_item .total {
    float: left;
    line-height: normal;
    padding: 10px 0;
    width: 100%;
}
.kf_cart .total{
	float: left;
	width: 100%;
}
.kf_cart .total strong {
    float: left;
    width: auto;
}
.kf_cart .total span {
    float: right;
    width: auto;
}
.kf_cart .total span{
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	line-height: normal;
}
/*
	  ============================================================
		   Main Banner Css Start #main banner
	  ============================================================
*/
.flex-direction-nav a{
	background: transparent !important;
}
.kode_banner_1{
	float: left;
	width: 100%;
	position: relative;
}
.flexslider,
.main_banner{
	float: left;
	width: 100%;
	position: relative;
	cursor: col-resize;
}
.flexslider{
	margin: -1px 0;
}
.flexslider .slides > li,
.main_banner .thumb{
	background: #000;
	float: left;
	width: 100%;
}
.flexslider .slides img,
.main_banner .thumb img{
	opacity: 0.4;
}

.main_banner .thumb .container {
    position: relative;
}
.kode-caption-wrapper:before,
.kode-caption-wrapper:after,
{
	content: "";
	display:table;
}
.kode-caption-wrapper .kode-caption-inner,
.kode-caption {
    left: 0;
    right: 0;
    bottom: 50%;
    width: 100%;
    z-index: 999;
    margin:-4px auto 0;
    position: absolute;
	-webkit-transform: translateY(48%);
		-moz-transform: translateY(48%);
			-ms-transform: translateY(48%);
				-o-transform: translateY(48%);
					transform: translateY(48%);
}
.kode-caption-wrapper .kode-caption-inner .kode-caption{
	transform: translate(0);
	position: static;
	top: auto;
	margin: 0;
	bottom: auto;
}
.kode-caption-inner{
	width:1170px !important;
	margin:0 auto;
	display:block;
	text-align:center;
}
.kode-caption span{
	float: left;
	width: 100%;
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 6px 0;
	line-height: normal;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
}
.kode-caption .kode-caption-title{
	float: left;
	width: 100%;
	color: #fff;
	font-size: 36px;
	margin: 0 0 9px;
	font-weight: bold;
	line-height: normal;
	text-transform: uppercase;
}
.kode-caption .kode-caption-text{
	float: left;
	width: 100%;
	font-size: 16px;
	margin: 0 0 20px;
	font-weight: bold;
	line-height: normal;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
}
.flex-control-nav-wrapper,
.main_banner .slick-arrow{
	display: none !important;
}
.position-left .kode-caption{
	text-align: left;
}
.position-center .kode-caption{
	text-align: center;
}
.position-right .kode-caption{
	text-align: right;
}
/*
	  ============================================================
		   Main Banner Css End
	  ============================================================
*/
/*
	  ============================================================
		   Ticker Css Start  #ticker
	  ============================================================
*/
.kf_ticker-wrap {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
    background: #10151c;
}
.kf_ticker {
    float: left;
    width: 100%;
    position: relative;
}
.kf_ticker > span {
    z-index: 1;
    width: 15%;
    color: #fff;
    float: left;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    line-height: normal;
    padding: 12px 0 13px;
    text-transform: uppercase;
    font-family: "Open Sans",sans-serif;
}
.kf_ticker > span::before {
    top: 0;
    right: 0;
    z-index: -1;
    content: "";
    bottom: auto;
    height: 100%;
    width: 2000%;
    position: absolute;
    background: #1b212b;
    -webkit-transform: skew(-30deg);
    	-moz-transform: skew(-30deg);
    		-ms-transform: skew(-30deg);
			    -o-transform: skew(-30deg);
			    	transform: skew(-30deg);
}
.kf_ticker_slider {
    width: 85%;
    float: right;
    overflow: hidden;
    position: relative;
    padding: 13px 0 17px 25px;
}
.ticker{
	float: left;
	width: 100%;
	overflow: hidden;
}

.kf_ticker_slider .bx-wrapper {
    float: left;
    width: 100%;
    overflow: hidden;
    padding: 0 50px 0 30px;
}
.ticker p{
	margin: 0;
	float: left;
	width: 100%;
	color: #fff;
	overflow: hidden;
	font-weight: 300;
	position: relative;
	padding-right: 50px;
	line-height: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-transform: capitalize;
	text-transform: capitalize;
}
.kf_ticker_slider .bx-wrapper .bx-pager{
	display: none;
}
.kf_ticker_slider .slick-arrow{
	right: 0px;
	left: auto;
	width: 15px;
	color: #fff;
	height: 15px;
	margin-top: 1px;
	text-align: center;
	text-indent:inherit;
	background-color:transparent;
}
.kf_ticker_slider .slick-arrow.slick-prev,
.kf_ticker_slider .bx-wrapper .bx-controls-direction .bx-next{
	right: 30px;
}
.kf_ticker_slider .slick-arrow:before{
	left:0;
	top: 0;
	right: 0;
	bottom: 0;
	color: #fff;
	content: "";
	font-size: 15px;
	line-height: 15px;
	position: absolute;
	text-align: center;
	font-family: 'FontAwesome';
}
.kf_ticker_slider .slick-arrow:hover:before{
	color: #fff !important;
}
.kf_ticker_slider .slick-arrow.slick-next:before{
	content: "\f105";
}
.kf_ticker_slider .slick-arrow.slick-prev:before{
	content: "\f104";
}
.absolute_ticker{
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 20;
}
.kf_ticker_slider .slick-dots{
	display: none !important;
}
.kf_ticker_slider .slick-dotted.slick-slider{
	margin: 0;
}
.kf_ticker_slider a{
	font-weight:bold;
}
/*
	  ============================================================
		   Ticker Css End
	  ============================================================
*/
/*
	  ============================================================
		   Result Slider Css Start #result slider
	  ============================================================
*/
.result_slide_wrap{
	float: left;
	width: 100%;
	position: relative;
}
.result_slider{
	float: left;
	width: 100%;
	position: relative;
	visibility:hidden;
}
.result_slider.slick-initialized.slick-slider{
	visibility:visible;
}
.kf_result_thumb{
	float: left;
	width: 100%;
	padding: 25px;
	position: relative;
	text-align: center;
	cursor: col-resize;
}
.kf_result_thumb > span{
	float: left;
	width: 100%;
	color: #333;
	font-size: 14px;
	margin: 0 0 16px;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
}
.kf_result_thumb > span em{
	font-style: normal;
	float:none;
}
.kf_result{
	float: left;
	width: 100%;
	margin: 0 0 5px;
	position: relative;
}
.figure{
	width: auto;
}
.figure figure{
	margin: 0 0 5px;
	text-align: center;
}
.kf_result_thumb figure img{
	width: auto;
	float: none;
	height: 24px;
	max-width: 320px;
	display: inline-block;
}
.figure figure a{
	color: #333;
	float: left;
	width: 100%;
	font-size: 14px;
	font-weight: 300;
	line-height: normal;
	font-family: 'Source Sans Pro', sans-serif;
}
.kf_result > span{
	left: 0;
	right: 0;
	bottom: 0;
	width: auto;
	color: #333;
	margin: 0 auto;
	position: absolute;
	font-family: 'Source Sans Pro', sans-serif;
}
.result_slider .slick-slide:nth-child(odd){
	background: #e7eaf0;
}
.kf_result_thumb > a{
	width: auto;
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
	display: inline-block;
	text-transform: uppercase;
}
.result_slider .slick-arrow{
	display: none !important;
}
/*
	  ============================================================
		   Result Slider Css End
	  ============================================================
*/
/*
	  ============================================================
		   Featured Slider Css Start #featured Slider
	  ============================================================
*/
.kf_featured_slider{
	float: left;
	width: 100%;
	position: relative;
}
.featured_slider{
	float: left;
	width: 100%;
	position: relative;
}
.featured_slider .bx-wrapper .bx-controls-direction a,
.featured_slider .slick-arrow{
	top: 25px;
	right: 15px;
	left: auto;
	width: 20px;
	height: 20px;
	line-height: 20px;
	background: #333;
	margin: 0;
	color: #fff;
	font-size: 14px;
	-webkit-transform: translate(0px, 0%);
		-moz-transform: translate(0px, 0%);
			-ms-transform: translate(0px, 0%);
				-o-transform: translate(0px, 0%);
					transform: translate(0px, 0%);
}
.featured_slider .slick-arrow:hover{
	box-shadow:0 5px 10px 0 rgba(0, 0, 0, 0.5) inset;
}
.featured_slider .slick-arrow:hover:before{
	color: #fff;
}
.featured_slider .bx-wrapper .bx-controls-direction a.bx-prev{
	right: 55px;
}
.featured_slider .bx-wrapper .bx-controls-direction a.bx-next,
.featured_slider .slick-prev{
	right: 25px;
}

.featured_slider .slick-arrow:before{
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	background: transparent;
}
.featured_slider .slick-prev::before{
	content: "\f104";
}
.featured_slider .slick-next::before{
	content: "\f105";
}
.kf_featured_thumb{
	float: left;
	background:#fff;
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
}
.kf_featured_thumb figure img{
	float: left;	
}
.kf_h5{
	background:#fff;	
}
.kf_blog_detail .kf_blog_detail_thumb .kf_featured_thumb .kode-blog-thumbnail{
	margin-bottom: 0px;
}
.kf_featured_thumb figure{
	overflow:hidden;
	display: inline-block;
	width: 100%;
	float:left;
}
.kode-bxslider,
.kode-audio,
.kode-blog-thumbnail{
	margin-bottom:22px;
	float:left;
	width:100%;
}
.kode-blog-list .kode-blog-medium .kf_featured_thumb4 figure .kode-blog-thumbnail,
.kode-bxslider iframe,
.kode-audio iframe,
.kode-blog-thumbnail iframe{
	margin: 0;
}
.kode-blog-modern-ux .kode-blog-thumbnail{
	margin-bottom:0px;
}
.kode-blog-modern-ux .kf_featured_thumb > figure img{
	width:100%;
}
/*.kf_featured_thumb img{
	opacity: 0.70;
}*/
/*
.kf_featured_thumb h2{
	margin-bottom:0px;
}
*/
.featured_slider .kf_featured_thumb{
	background-color: #000;
}
.featured_slider .kf_featured_thumb img{
	opacity: 0.70;
}
.kf_featured_thumb .text{
	left: 0;
	bottom: 0;
	width: auto;
	padding: 45px;
	position: absolute;
}
.kf_featured_thumb .text strong.blog-info{
	float: left;
	width: 100%;
	color: #fff;
	margin: 0 0 3px 0;
	font-weight: bold;
	line-height: normal;
	text-transform: uppercase;
}
.kf_featured_thumb .text h2,
.kf_featured_thumb .text h3{
	width: 100%;	
	overflow: hidden;
	font-weight: bold;
	margin: 0 0 8px 0;
	white-space: nowrap;
	line-height: normal;
	text-overflow:ellipsis;
	text-transform: uppercase;
}
.kf_featured_thumb .text .blog-post-meta span{
	float:left;width:auto;
	margin-right:15px;
}
.kf_featured_thumb .text .blog-post-meta span i{
	margin-right:10px;
}
.kf_featured_thumb .text_wrper .text .blog-post-meta{
	float:left;
	width:100%;
	margin-bottom:10px;
}
.blog-info i{
	color:#333;
	margin-right:5px;
}
.kf_featured_thumb .text h2 a{
	color: #fff;
}
.kf_featured_thumb .text > span{
	float: left;
	width: 100%;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "Open Sans",sans-serif;
}
.featured_slider .bx-wrapper .bx-pager{
	display: none !important;
}
.kf_featured_thumb .text h6.color,
.kf_featured_thumb .text h6 {
    color: #fff;
    float: left;
    font-weight: bold;
    line-height: normal;
    margin: 0 0 3px;
    text-transform: uppercase;
    width: 100%;
    font-size: 20px !important;
}
/*
	  ============================================================
		   Featured Slider Css End
	  ============================================================
*/
/*
	  ============================================================
		   Featured 2 Css Start #featured thum 2
	  ============================================================
*/
.kf_featured_thumb{
	border: 1px solid #d7d8d8;
}
.kf_featured_wrap2 .kf_featured_thumb figure{
	width: 50%;
	float:left;
}
.kf_featured_wrap2 .kf_featured_thumb .text_wrper{
	width: 50%;
	float: left;
	position: static;
}
.text_wrper .text{	
	width: 100%;
	position: static;
	padding: 25px 30px 14px;
}
.text_wrper .text h6{
	font-size: 16px;
	margin-bottom: 1px;
}
.text_wrper .text h2{
	font-size: 26px;
	color: #333;
	margin-bottom: 4px;
}
.text_wrper .text h2 a{
	color: #333;
}
.text_wrper .text h2 small{
	color: #333;
	font-size: 16px;
	font-weight: bold;
}
.text_wrper .text span{
	color: #666 !important;
	margin:0 0 8px; 
	font-size: 14px;
}
/*.text_wrper .text p{
	float: left;
	width: 100%;
	margin: 0 0 9px;
	position: relative;
}*/
.text_wrper  .btn2{
	margin: 0 0 24px;
}
.thumb_footer{
	float: left;
	width: 100%;
	padding: 18px 30px 17px;
	border-top: 1px solid #d7d8d8;
}
.col-md-6.columns .col-md-12 .kode-blog-modern-ux .kf_featured_wrap2 .kf_featured_thumb .thumb_footer{
	padding:16px 20px 11px;
}
.admin_thumb{
	float: left;
	width: auto;
	position: relative;
}
.admin_thumb figure{
	left: 0;
	top: 50%;
	height: 25px;
	margin-top: -13px;
	position: absolute;
	border-radius: 100%;
	width: 25px !important;
}
.admin_thumb figure img{
	width: auto;
	border-radius: 100%;
	height:auto;
}
.admin_thumb h6{
	float: left;
	width: 100%;
	margin:0px;
	font-size: 14px !important;
	overflow: hidden;
	font-weight: normal;
	padding: 0 0 0 37px;
	line-height: normal;
	text-transform: capitalize;
}
.thumb_footer .blog_meta{
	float: right;
	padding:2px 0px;
}
/*
	  ============================================================
		   Featured 2 Css End
	  ============================================================
*/
/*
	  ============================================================
		   Add Banner Css Strat #add banner
	  ============================================================
*/
.add_banner{
	float: left;
	width: 100%;
	margin: 0 0 30px 0;
}
.add_banner a{
	float: left;
	width: 100%;
}
.add_banner a img{
	float: left;
	width: 100%;
	min-height: 200px;
}
/*
	  ============================================================
		   Add Banner Css End
	  ============================================================
*/
/*
	  ============================================================
		   Inner Banner Css Strat
	  ============================================================
*/
.innner_banner{
	z-index:1;
	float: left;
	width: 100%;
	overflow: hidden;
	margin-bottom:0px;
	position: relative;
	text-align: center;
	padding: 55px 0 60px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(images/inner_banner.jpg);
}
.innner_banner.google-map-location-finder{
	background-image: none;
	text-align: left;
	padding: 0 0 0px;
}
.gameplay-heading-breadcrumbs{
	float: left;
	width: 100%;
	padding: 12px 0 17px;
	background-color: #25252f;
}
.innner_banner.google-map-location-finder .kode-map {
    height: 200px;
    position: relative;
}
.innner_banner.google-map-location-finder #gameplay-map{
	height: 100%;
}
.innner_banner:before{
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	z-index: -1;
	opacity: 0.7;
	position: absolute;
	background-color: #000;
}
.innner_banner.google-map-location-finder:before{
	display: none;
}
.innner_banner h3{
	color: #fff;
	font-size: 36px !important;
	font-weight: bold;
	line-height: normal;
	margin-bottom: 0px;
	text-transform: uppercase;
}
.k-content-container  .kode-item.k-title{
	margin-bottom:0px;
}
.k-content-container .kode-item.k-content{
	padding:20px;
	background:#fff;
}

.innner_banner.google-map-location-finder h3{
	margin: 0;
	font-size: 22px !important;
	width: auto;
	float: left;
}
.innner_banner .breadcrumb{
	float:none;	
	padding: 0;
	width: auto;
	margin:12px 0px 0px 0px;	
	display: inline-block;
	background-color: transparent;
}
.innner_banner .breadcrumb li{
	float: left;
	width: auto;
	margin: 0 25px 0 6px;
	position: relative;
	line-height: 20px;
}
.innner_banner .breadcrumb li:last-child{
	margin: 0;
	color: #fff;
}
.innner_banner .breadcrumb li::before {
    top: 50%;
    color: #fff;
    content: "/";
    height: 10px;
    right: -15px;
    font-size: 14px;
    font-weight: bold;
    margin: -11px 0 0;
    position: absolute;
}
.innner_banner .breadcrumb li:last-child:before{
	display: none;
}
.innner_banner .breadcrumb li strong,
.innner_banner .breadcrumb li span,
.innner_banner .breadcrumb li a{
	color: #fff;
	float: left;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
}
.innner_banner .breadcrumb > li + li::before{
	padding: 0;
}
.gameplay-heading-breadcrumbs .breadcrumb{
	float: right;
	width: auto;
	padding: 8px 0 0;
}
/*
.innner_banner.google-map-location-finder .breadcrumb{
	left: 30%;
	bottom: 0;
	width:100%;
	padding: 10px 8px;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.2);
}
*/
/*
	  ============================================================
		   Inner Banner Css End
	  ============================================================
*/
/*
	  ============================================================
		   Featured Wrap 4 Css Start  #featured wrap 4
	  ============================================================
*/
.kf_featured_wrap4{
	float: left;
	width: 100%;
	position: relative;
}
.kf_featured_thumb4{
	float: left;
	width: 100%;
	overflow: hidden;
	position: relative;
	margin: 0 0 30px 0;
}
.kf_featured_thumb4 figure{
	background: #000;
}
.kf_featured_thumb4 figure .kode-blog-thumbnail{
	background: #000;
}
.kf_featured_thumb4 figure img{
	width:100%;
	height:auto;
	transition: all 0.3s ease-in-out;
}
.kf_featured_thumb4:hover figure img{
	opacity: 0.5;
}
.kf_featured_thumb4 .text{
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	padding: 0 30px 30px;
}
.kf_featured_thumb4 .text h6{
	float: left;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	line-height: normal;
	text-transform: uppercase;
	margin: 0 0 5px 0;
}
.kf_featured_thumb4 .text h6 a{
	color: #fff;
}
.kf_featured_thumb4 .text span{
	float: left;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	line-height: normal;
	text-transform: capitalize;
	font-family: 'Open Sans', sans-serif;
}
.kf_featured_thumb4 .lable_1{
	margin: 0 0 10px 0;
}
/*
	  ============================================================
		   Featured Wrap 4 Css End
	  ============================================================
*/
/*
	  ============================================================
		   Text Wrap Css Start #text wrap
	  ============================================================
*/
.text_wrap{
	float: left;
	width: 100%;
	position: relative;
	margin: 0 0 30px 0;
}
.text_2{
	float: left;
	width: 100%;
	padding: 20px 20px 5px 20px;
	position: relative;
	border-width: 0 1px 1px;
	border-style: solid;
	border-color:  #d7d8d8;
}
.kf_featured_thumb .text_2{
	border:none;
}
.text_wrap .text_2:first-child{
	border-width: 1px;
}
.text_2 h6{
	float: left;
	width: 100%;
	overflow: hidden;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 9px 0;
	position: relative;
	white-space: nowrap;
	line-height: normal;
	text-overflow:ellipsis;
	text-transform: uppercase;
}
.text_2 p{
	line-height:30px;
}
.text_2 .label2{
	margin: 0 0 18px 0;
}
.text_2 .kf_date{
	margin: 0 0 8px 0;
}
/*
	  ============================================================
		   Text Wrap Css End
	  ============================================================
*/
/*
	  ============================================================
		   Table Css Start #table
	  ============================================================
*/
.woocommerce table.shop_table,
.kf_table{
	width: 100%;
	display: table;
}
.woocommerce table.shop_table tr,
.em-booking-form table tr,
.events-table tr,
.kf_table li{
	display: table-row;
}
.woocommerce table.shop_table td,
.em-booking-form table td,
.woocommerce-cart table td,
.kf_table li > div{
    color: #333;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    padding: 16px 10px;
    line-height: normal;
    display: table-cell;
    vertical-align: middle;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
}
.widget.widget_ranking .kf_table li > div{
	padding: 8px 10px;
}
.em-booking-form table tr td a:hover{
	color:#fff;
}
.em-booking-form table td{
	text-align: left;
}
.woocommerce-cart table td{
	font-weight: bold;
	font-size: 16px;
}
.team_logo a{
	margin-left: 15px;
}
.kf_table li > div.team_logo{
	text-align: left;
}
.em-booking-form table tr:hover td,
.kf_table li:hover div{
	background: #e7eaf0;
}
.woocommerce table.shop_table th,
.em-booking-form table th,
 .woocommerce-cart table th,
 .woocommerce-cart table a,
.kf_table .table_head strong {
    color: #333;
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}
.kf_table .table_head div{
	padding-top: 10px;
	padding-bottom: 10px; 
}
.widget.widget_ranking .kf_table .table_head div{
	padding-top: 16px;
	padding-bottom: 16px; 
}
.em-booking-form table select{
	padding: 0;
	height: 20px;
	width: auto;
	border:none;
    -moz-appearance:none;
	-webkit-appearance:none;
}
.section-container.container-fluid .kf_featured_wrap2 .kf_featured_thumb figure{
	width:45%;
}
.section-container.container-fluid .kf_featured_wrap2 .kf_featured_thumb .text_wrper{
	width:55%;
}
.kf_featured_thumb .text_wrper .text h3 a{
	color:#333;
	text-transform:uppercase;
}
.col-md-3.columns .kode-widget .widget_nextmatch .kf_border{
	padding:25px 17px 0;
	
}
/*

	  ============================================================
		   Table Css End
	  ============================================================
*/
/*
	  ============================================================
		   Footer Css Start #footer
	  ============================================================
*/
footer .widget{
	float: left;
	margin-bottom: 30px;
}
.kode_footer_1{
	float: left;
	width: 100%;
	z-index: 1;
	position: relative;
	padding: 60px 0 30px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(images/footer1-bg.jpg);
}
.kode_footer_1:before{
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	z-index: -1;
	opacity: 0.8;
	position: absolute;
	background-color: #000;
}
.kode_footer_1 .widget{
	margin-bottom: 30px;
}
/*Widet Text*/
.kode_footer_1 .logo{
	padding: 0;
	margin-bottom: 20px;
}
.widget_text p{
	float: left;
	width: 100%;
	color: #fff;
}
.kf_contact_meta{
	float: left;
	width: 100%;
	margin-bottom: 25px;
}
.kf_contact_meta li{
	float: left;
	width: 100%;
	min-height: 35px;
	margin: 0 0 20px 0;
	position: relative;
	padding: 0 0 0 44px;
}
.kf_contact_meta li span{
	left: 0;
	top: 50%;
	color: #fff;
	width: 35px;
	height: 35px;
	font-size: 16px; 
	margin-top: -18px;
	line-height: 33px;
	position: absolute;
	text-align: center;
	border-radius: 100%;
	border: 1px solid #fff;
}
.kf_contact_meta li:hover span{
	color: #000;
}
.kf_contact_meta li address,
.kf_contact_meta li p{
	margin: 0;
	float: left;
	width: 100%;
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	font-weight:normal; 
	font-style: normal;
	text-transform: capitalize;
}
.kf_contact_meta li p{
	padding:7px 0; 
}
.widget.widget_text .kf_contact_meta li p{
	width:auto;
}
.kf_contact_meta li:last-child{
	margin: 0;
}
/*Recent Post*/
.recentpost_dec{
	float: left;
	width: 100%;
	position: relative;
	margin: 0 0 16px 0;
	padding: 0 0 0 18px;
}
.recentpost_dec:last-child{
	margin: 0 0 27px 0;
}
.recentpost_dec span{
	float: left;
	width: 100%;
	font-size: 16px;
	line-height: 14px;
	font-weight: bold;
	margin: 0 0 2px 0;
	position: relative;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
}
.recentpost_dec span:before{
	top: 50%;
	left: -18px;
	font-size: 16px;
	content: "\f105";
	position: absolute;
	margin: -8px 0 0 0;
	font-family: 'FontAwesome';
}
.recentpost_dec p{
	float: left;
	width: 100%;
	color: #fff;
	margin: 0;
	text-transform: capitalize;
}
.link_rnt_post{
	float: left;
	width:100%;
}
.link_rnt_post li{
	float: left;
	width:100%;
	padding: 20px 0;
	border-bottom: 1px solid #4e4e4e;
}
.link_rnt_post li:first-child{
	padding-top:0; 
}
.link_rnt_post li .kf_recentnews{
	margin: 0;
}
.widget_recentpost2 .kf_recentnews .kf_date,
.widget_recentpost2 .kf_recentnews .text p,
.widget_recentpost2 .kf_recentnews .text h6 a{
	color: #fff;
}
.kf_recentnews figure{
	float:left;
	overflow: hidden;
}
/*Widget- instagram*/
.widget_instagram ul{
	margin-left: -6px;
}

.widget_instagram ul li{
	float: left;
	margin-left: 6px;
	width: auto;
	height: auto;
	margin-bottom: 6px;
}
.widget_instagram a{
	float: left;
	width: 100%;
}
.widget_instagram a:hover img{
	opacity: 0.5;
	float: left;
	width: 100%;
}
/*Links Dec*/
.links_dec{
	float: left;
	width: 100%;
}
.links_dec li{
	float: left;
	width: 50%;
	margin: 0 0 4px 0;
	text-align: left;
	position: relative;
}
.links_dec li a{
	float: left;
	width: 100%;
	color: #fff;
	font-size: 16px;
	position: relative;
	font-weight: normal;
	padding: 0 0 0 20px;
	line-height: normal;
	text-transform: capitalize;
}
.links_dec li a:before{
	top: 50%;
	left: 0px;
	font-size: 16px;
	content: "\f105";
	position: absolute;
	margin: -9px 0 0 0;
	font-family: 'FontAwesome';
}
.links_dec li a:hover{
	padding-left: 30px
}
.links_dec li a:hover:before{
	left: 10px;
}
.links_dec2{
	margin-top: -5px;
}
.links_dec2 li{
	width: 100%;
	margin: 0;
	padding: 11px 0 10px;
	border-bottom: 1px solid #4e4e4e;
}
.links_dec2 li:first-child{
	padding-top: 0;
}
.links_dec2 li:last-child{
	border:none;
	padding-bottom: 0;
}
.widget_links .links_dec{
	margin: -5px 0 0 0;
}
.copy_right{
	float: left;
	width: 100%;
	padding: 26px 0 29px;
	margin-bottom: 49px;
}
.copy_right p{
	margin: 0;
	float: left;
	width: auto;
	color: #fff;
	font-size: 14px;
	line-height: normal;
	text-transform: capitalize;
}
.copy_right p a{
	font-weight: bold;
	display: inline-block;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
}
.copy_right p a:hover{
	color: #000;
}
.go-up{
	color: #fff;
	float: right;
	font-size: 14px;
	cursor: pointer;
	font-weight: bold;
	line-height: normal;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
}
.go-up i{
	margin-right: 10px;
	font-weight: bold;
}
/*Footer 2 Css Style Start*/
.kode_footer_2{
	float: left;
	width: 100%;
	position: relative;
	padding: 60px 0 30px;
	background-repeat: repeat;
	background-color:#333;
	background-position: center;
	background-image: url(images/footer2-bg.jpg);
}
.kode_footer_2 .logo {
    float: left;
    margin: 0 0 25px;
    padding: 0;
    text-align: center;
}
.kode_footer_2 .logo a{
	width: auto;
	float:none;
	display: block;
	margin:0 auto; 
}
.kode_footer_2 .logo a img{
	float: none;
	width: auto;
	display: inline-block;
}
.kode_footer_2 .kf_contact_meta{
	margin-bottom: 0;
}
.kode_footer_2 .kf_contact_meta span{
	border: 1px solid #fff;
	border-radius: 100%;
	color: #fff;
	font-size: 16px;
	height: 35px;
	left: 0;
	line-height: 33px;
	margin-top: -18px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 35px;
}
.kode_footer_2 .go-up {
    top: 0;
    left: 0;
    right: 0;
    width: 70px;
    height: 37px;
    margin: 0 auto;
    position: absolute;
    text-align: center;
}
.kode_footer_2 .go-up i{
	position: relative;
	margin: 0;
	font-size: 33px;
	top: -6px;
}
.kode_footer_2 .go-up:before{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	content: "";
	border-top: 37px solid #000;
	border-bottom: 0px solid transparent !important;
	border-right: 35px solid transparent !important;
	border-left: 35px solid transparent !important;

}
/*Twitter Ticker*/
.twitter_ticker .kf_ticker > span{
    color: #fff;
    font-size: 50px;
    text-align: center;
    width: 10%;
    padding: 2px 0 4px;
}
.twitter_ticker .kf_ticker > span:before{
	background-color: #999;
	opacity: 0.2;
}
.twitter_ticker .kf_ticker_slider{
	width: 90%;
	padding: 26px 0 29px 30px;
}
/*
.twitter_ticker .kf_ticker_slider .slick-arrow::before{
	color: #252525;
}
.twitter_ticker .kf_ticker p{
	color: #252525;
}
*/
.twitter_ticker .kf_ticker p a{
	color: #fff;
	margin: 0 5px;
	text-transform: uppercase;
	font-weight: bold;
}
footer .kf_border,
footer .widget_teamnews .kf_border{
	border: none;
	padding: 0;
}
footer .widget_teamnews .kf_border .recentpost_dec p{
	color:#fff;
}
footer .kf_recentnews{
	padding: 20px 0px;
	margin: 0;
	border-bottom: 1px solid #4e4e4e;
}
footer .kf_border .kf_recentnews:first-child{
	padding-top: 0;
}
footer .kf_recentnews .text p,
footer .kf_recentnews .text .kf_date,
footer .kf_recentnews .text h6,
footer .kf_recentnews .text h6 a,
footer .kf_news_dec2 p,
footer .kf_news_dec2 h6 a,
footer .kf_news_dec2 h6{
	color: #fff;
}
footer .kf_contact_meta li{
	padding: 0 0 0 44px;
}
/*
	  ============================================================
		   Blog Page 2 Start #blogpage2
	  ============================================================
*/
.kf_newspage3 .kode-pagination,
.kf_newspage2 .kode-pagination{
	text-align: right;
}
/*
	  ============================================================
		Team Overview Page Start #team overview
	  ============================================================
*/
.kf_overview_nav{
	float: left;
	width: 100%;
	position: relative;
	margin: 0 0 30px;
}
.kf_overview_nav a{
	float: left;
	width: 100%;
	padding: 29px 0;
	background:#fff;
	font-weight: bold;
	position: relative;
	text-align: center;
	border: 1px solid #d7d8d8;
}
.kf_overview_nav .active a::before {
    left: 0;
    right: 0;
    content: "";
    width: 16px;
    bottom: -16px;
    margin: 0 auto;
    position: absolute;
    border-top: 8px solid;
    border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
    border-bottom: 8px solid transparent !important;
}
.kf_overview_nav .active a{
	cursor: not-allowed;
}
.kf_overview_nav a em{
	float: left;
	width: 100%;
	color: #a7a4a4;
	font-size: 12px;
	margin: 0 0 -3px 0;
	font-style: normal;
	line-height: normal;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
}
.kf_overview_nav a span{
	float: left;
	width: 100%;
	color: #333;
	font-size: 14px;
	line-height: normal;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
}
.kf_overview_nav .active a span,
.kf_overview_nav .active a em{
	color: #fff;
}
.kf_overview_contant{
	float: left;
	width: 100%;
	position: relative;
}
.kf_overview_contant .kode-pagination{
	text-align: right;
}
.kf_overview{
	float: left;
	width: 100%;
	margin: 0 0 30px;
}
/*Table 2 #table2*/
.kf_table2{
	display: table;
	width: 100%;
	margin: 0 0 30px;
	background:#fff;
	padding:0px;
	border: 1px solid #d7d8d8;
}
.kf_table2 li{
	display: table-row;
	vertical-align: middle;
}
.kf_table2 li.table_head{	
	color: #333;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	line-height: normal;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
}
.em-booking-form table th,
.kf_table2 li.table_head div{
	padding-top: 20px;
	padding-bottom: 21px;
}
.em-booking-form table td,
.kf_table2 li > div{
	display: table-cell;
	vertical-align: middle;
	padding: 14px;
	border-bottom: 1px solid #d7d8d8;
}
.em-booking-form table tr:hover td,
.kf_table2 li:hover div {
    background: #e7eaf0 none repeat scroll 0 0;
}
.kf_table2 li.table_head:hover div {
    background: transparent;
}
.kf_table2 li > div:first-child{
	padding-left: 30px;
}
.kf_table2 li > div:last-child{
	padding-right: 30px;
}
.kf_table2 li:last-child div{
	border: none;
}
.kf_table2 .tb2_ticket{
	min-width: 9%;
}
.kf_table2 .input-btn a,
.kf_table2 .input-btn span{
	float: none;
	min-width: 155px;
	text-align: center;
	display: inline-block;
	padding: 5px 15px 6px;
}
.input-btn.inactive{
	color: #a8a7a7;
	cursor: no-drop;
	background: #e7eaf0;
	border-color: #e7eaf0;
}
.kf_table2 .versus{
	min-width: 180px;
}
.kf_table2 .versus div > span{
	width: 26px;
	min-height: 27px;
	float: left;
	
}
.kode-player-wrapper .kf_overview_contant  .kf_table2 .versus div > span{
	margin-top:12px;
}
.kode-player-wrapper .kf_overview_contant  .kf_table2 li > div:first-child{
	padding-left:16px;
}
.kode-player-wrapper .kf_table2 .versus{
	min-width:185px;
}
.kf_table2 .versus div > span img{
	float: left;
	max-width: 26px;
	/*height: 100%;*/
}
.kf_table2 .versus div p {
    float: none;
    width: auto;
    font-size: 14px;
    margin: 0 0 0px;
    overflow: hidden;
    text-align: left;
    padding: 7px 0 0 10px;
    line-height: normal;    
}
.kf_table2 .versus div p a{
	margin:0px 0px 0px;
	color: #333;
	display: block;
	font-weight: bold;
}
.kf_table2 .versus div p span{
	display: block;
	font-size: 12px;
}
/*
.kf_table2 .tb2_time,
.kf_table2 .tb2_status{
	text-align: center;
}
*/
.margin_0,
.kf_hd1.margin_0{
	margin: 0;
}
/*Table 3 #table3*/
.table_style3{
	margin: 0 0 30px;
	padding: 16px 20px 19px;
	border: 1px solid #d7d8d8;
}
.table_style3 li div{
	text-align: left;
	font-size: 12px;
	padding: 9px 10px;
	text-transform: capitalize;
	font-family: 'Open Sans', sans-serif;
}
.table_style3 li div span b{
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
.table_style3 li div:first-child{
	padding-left: 30px;
}
.table_style3 li div:last-child{
	padding-right: 30px;
}
/*Table Text Align Center*/
.table-center{
	text-align: center;
}
.table-center .table_head div{
	text-align: center;
}
.table-center .table_head .versus{
	text-align: left;
}
/*Table 4 #table4*/
.kf_table4 li > div:last-child {
    padding-right: 25px;
}
.kf_table4 li > div:first-child {
    padding-left: 25px;
}
/*
	  ============================================================
		  Team Roster Page Start #team roster
	  ============================================================
*/
.kf_roster_wrap{
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 30px;
}
.roster{
	float: left;
	width: 100%;
	position: relative;
}
.roster .slick-slide{
	padding: 0 15px;
}
.roster .slick-prev{
	left: -41px;
}
.roster .slick-next{
	right: -41px;
}
.kf_roster_dec{
	float: left;
	width: 100%;
	position: relative;
}
.kf_roster_dec figure{
	margin: 0 0 20px;
	background-color: #f3f2f2;
}
.kf_roster_dec figure img{
	width:100%;
}
.kf_roster_dec .text > span{
	color: #fff;
	float: left;
	width: 99px;
	height: 99px;
	font-size: 50px;
	font-weight: bold;
	line-height: 99px;
	text-align: center;
	background-color: #c0c1c5;
	font-family: 'Open Sans', sans-serif;
}
.text_overflow{
	float: none;
	width: auto;
	overflow: hidden;
}
.kf_roster_dec .text{
	float: left;
	width: 100%;
}
.kf_roster_dec .text_overflow{
	padding: 1px 0 6px 22px;
}
.kf_roster_dec .text h3{
	float: left;
	width: 100%;
	font-size: 26px;
	font-weight: bold;
	line-height: normal;
	text-transform: uppercase;
}
.kf_roster_dec .text h3{
	font-family: 'Source Sans Pro', sans-serif;
}
.kf_roster_dec .text_overflow span{
	float: left;
	width: 100%;
	margin: 3px 0 0 0;
}
.kf_roster_dec .text em{
	float: left;
	width: 100%;
	font-size: 12px;
	font-style: normal;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
}
.roster_sidebar{
	float: left;
	width: 100%;
	position: relative;
}
.roster_sidebar .kf_roster_dec figure {
    width: 50%;
	float:left;
    margin: 0;
}
.roster_sidebar .kf_roster_dec .text_overflow{
	padding: 0;
	float: left;
	width: 100%;
}
.roster_sidebar .kf_roster_dec .text {
    width: 50%;
    padding: 8px 0;
}
.roster_sidebar .kf_roster_dec .text > span{
	width: 100%;
	height: auto;
	text-align: left;
	line-height: 50px;
	padding: 22px 20px 24px;
}
.kf_roster_wrap .kf_table2{
	margin-bottom: 0;
}
.kf_roster_dec_2{
	background: rgba(255,255,255,0.3);
}
.kf_roster_dec_2  .text{
	margin: 0 0 20px;
}
/*
.kf_roster_dec_2  .text em,
.kf_roster_dec_2  .text h3 a{
	color:#fff;
}
*/
.kf_roster_dec_2 .text > span{
	background: rgba(255,255,255,0.3);
}
.owl-dots{
	display: none !important;
}
.kf_roster_dec_2 .text_overflow{
	padding-left: 12px;
}
.gallery-item{
	list-style: none;
}
/*Player Rating #PlayerRating*/
.kf_plyer_rating{
	float: left;
	width: 100%;
	position: relative;
	background-color: #27313b;
}
.kf_plyer_rating span{
	float: left;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: normal;
	padding: 15px 20px 17px;
	text-transform: uppercase;
	-webkit-width: calc(100%/3);
		-moz-width: calc(100%/3);
			-ms-width: calc(100%/3);
				-o-width: calc(100%/3);
					width: calc(100%/3);
	font-family: 'Open Sans', sans-serif;
}
.kf_plyer_rating span:first-child{
	margin-left: 0;
}
.kf_plyer_rating span:last-child{
	margin-right: 0;
}
.kf_plyer_rating span em{
	font-size: 10px;
	font-style: normal;
}
.kf_plyer_rating span strong{
	margin: 0 0 5px;
}
.kf_plyer_rating span em,
.kf_plyer_rating span strong{
	float: left;
	width: 100%;
	color: #fff;
	font-size:14px;
}
/*aside bar Table #asidebarTable*/
.kf_tableaside{
	margin: 0;
}
.kf_tableaside div{
	padding: 9px 14px;
	text-align: center;
}
.kf_tableaside div span{
	color: #333;
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
}
.kf_tableaside div span em{
	color: #999;
	float:none;
	display: block;
	font-size: 12px;	
	font-style: normal;
	text-transform: capitalize;
}
/*Over View Wrap #overviewwrap*/
.overview_wrap{
	float: left;
	width: 100%;
	position: relative;
}
.prv_btn {
    color: #333;
    font-size: 12px;
    font-weight: normal;
    right: 20px;
    line-height: 12px;
    margin: -7px auto 0;
    position: absolute;
    text-transform: capitalize;
    top: 50%;
}
/*Overview Roster #overviewroster*/
.kf_overview_roster{
	float: left;
	width: 100%;
}
.table_overflow{
	float: left;
	width: 100%;
}
/*Overview Schedule #overviewschedule*/
.kf_overview_schedule{
	float: left;
	width: 100%;
}
.kf_overview.kf_overview_schedule .kf_table2,
.kf_overview.kf_overview_roster .kf_table2{
	margin: 0;
}
.kf_overview_schedule .kf_table2 li > div{
	padding-left: 12px;
	padding-right: 12px;
}
.kf_overview_schedule .kf_table2 li > div:first-child {
    padding-right: 25px;
}
.kf_overview_schedule .kf_table2 li > div:last-child {
    padding-right: 25px;
}
/*Kf_Chart #kf_chart*/
.kf_chart{
	float: left;
	width: 100%;
}
.kf_linechart{
	float: left;
	width: 100%;
	height: auto;
	background:#fff;
	padding: 40px 35px;
	border: 1px solid #d7d8d8;
}
#chartContainerbar,
#chartContainer{
	float: left;
	width: 100%;
	height: 335px;
}
/*Team Stats #teamstats*/
.team_st_table{
	text-align: center;
}
.team_stats{
	float: left;
	width: 100%;
	padding: 30px;
	background:#fff;
	border: 1px solid #d7d8d8;
}
.team_stats .text{
	padding: 40px 0px;
	text-align: center;
	background-color: #f1f2f4;
	float:left;
	width:100%;
}
.team_stats .text h2{
	float: left;
	width: 100%;
	font-size: 40px;
	margin-top: -6px;
	font-weight: bold;
	line-height: 40px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.team_stats .text span{
	color: #666;
	float: left;
	width: 100%;
	font-size: 12px;
	line-height: 10px;
	font-weight: normal;
	text-transform: uppercase;
}
/*Match Stats #matchstats*/
.kf_match_stats .kf_progress1 .progress_single_wrapper{
	height: 6px;
}
.kf_match_stats .kf_progress1 .progressbars{
	height: 6px;
}
.kf_progress1 .skill-progress2 .progressbars.progress_single
{
	background-color: #005396 !important;
}
/*Opponents Outer Wrap #opponentsouter*/
.kf_opponents_outerwrap{
	float: left;
	width: 100%;
	padding:40px 30px;
	border: 1px solid #d7d8d8;
	margin-bottom:30px;
}
.kf_opponents_wrap{
	float: left;
	width: 100%;
	margin:0 0 40px; 
	position: relative;
}
.kf_opponents_dec{
	float: left;
	width: 39%;
}
.kf_opponents_dec span{
	float: left;
	width: 88px;
	height: 104px;
}
.kf_opponents_dec span img{
	float: left;
	width: 100%;
}
.kf_opponents_dec .text{
	float: none;
	width: auto;
	overflow: hidden;
	text-align: left;
	padding:35px 0 38px 20px;
}
.kf_opponents_dec.span_right{
	float: right;
}
.kf_opponents_dec.span_right .text{
	text-align: right;
	padding: 35px 20px 38px 0px;
}
.kf_opponents_dec.span_right span{
	float: right;
}

.kf_opponents_dec .text h6{
	font-size: 14px;
	margin: 0 0 7px;
	font-weight: bold;
	line-height: 14px;
	text-transform: uppercase;

}
.kf_opponents_dec .text p{
	margin: 0;
	color: #989ba4;
	font-size: 10px;
	line-height: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
/*Opponents Gols #opponentsgols*/
.kf_opponents_gols{
	width: 22%;
	float: left;
	text-align: center;
	padding: 17px 0 24px;
	text-transform: uppercase;
}
.kode-overview-c-match .kf_opponents_outerwrap{
	margin-bottom:30px;
}
.kf_opponents_gols h5{
	float: left;
	width: 100%;
	font-size: 36px !important;
	font-weight: bold;
	margin: 0 0 10px 0;
}

.kf_opponents_gols h5 span{
	display: inline-block;
}
.kf_opponents_gols p{
	margin: 0;
	color: #333;
	font-size: 18px;
	font-weight: bold;
	line-height: 10px;
	text-transform: uppercase;
}
/*Scorecard #scorecard*/
.kf_scorecard{
	float: left;
	width: 100%;
}
.kf_progress_wrap{
	float: left;
	width: 20%;
}

.kf_progress{
	float: left;
	width: 100%;
	margin: 0 0 15px;
	position: relative;
	padding: 3px 20px 3px 30px;
}
.kf_progress:last-child{
	margin: 0;
}
.kf_progress .progress{
	margin: 0;
	float: left;
	width: 100%;
	height: 6px;
	border-radius:0; 
	box-shadow: none;
	background-color: #ebf0f6;
}
.kf_progress .progress-bar{
	box-shadow: none;
}
.kf_progress .progress_label{
	left: 0;
	top: 50%;
	font-size: 12px;
	margin: -6px 0 0;
	line-height: 12px;
	font-weight: bold;
	position: absolute;
	text-transform: uppercase;
	font-family: "Open Sans",sans-serif;
}
.kf_progress .progress_precent {
    top: 50%;
    right: 0;
    font-size: 12px;
    margin: -8px 0 0;
    line-height: 12px;
    position: absolute;
    font-weight: normal;
	font-family: "Open Sans",sans-serif;
}
.kf_progress_wrap.kf_progress_wrap2 .progress-bar{
	background-color: #005396 !important;
}
.kf_scorecard .kf_table2 {
    float: left;
    margin: 0 18px;
    width: 55.4%;
}
.kode-item.col-md-8 .kf_scorecard .kf_table2 {
    float: left;
    margin: 0 18px;
    width: 54.7%;
}
.kf_scorecard .kf_table2 li > div{
	padding: 9px 14px;
	text-align: center;
}
.kf_scorecard .kf_table2 span{
	color: #969696;
	font-size: 12px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
}
.kf_scorecard .kf_table2 span b{
	color: #333;
	font-weight: bold;
}

.date_2{
	float: left;
	width: 100%;
	color: #818080;
	font-size: 12px;
	text-align: center;
	font-weight: normal;
	line-height: normal;
	padding: 5px 0 7px 0;
	text-transform: capitalize;
}
/*Comparison Thumb #comparisonthumb*/
.comparison_thumb{
	float: left;
	width: 100%;
	margin: 0 0 30px;
	text-align: center;
}
.comparison_thumb img{
	float: none;
	width: auto;
	margin-bottom: 15px;
	display: inline-block;
}
.comparison_thumb h5{
	float: left;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: -4px;
	line-height: normal;
	text-transform: uppercase;
}
.team_comparison_wrap2{
	float: left;
	width: 100%;
	margin: 0 0 30px;
}
.team_comparison_wrap2 button{
	width: auto;
	color: #fff;
	float: right;
	border: none;
	font-size: 16px; 
	font-weight: bold;
	line-height: normal;
	padding: 14px 30px;
	text-transform:uppercase;
	font-family: "Open Sans",sans-serif;
}
.match_comparison{
	float: left;
	width: 100%;
	margin: 0 0 30px;
}
.match_comparison .kf_table li div{
	color: #666666;
	font-size: 14px;
	font-weight: normal;
	text-transform: capitalize;
}
.match_comparison .kf_table li div.kf_prd{
	text-transform: uppercase;
}
.match_comparison .kf_table li div.kf_time{
	position: relative;
}
.match_comparison .kf_table li div.kf_time:before{
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	opacity: 0.05;
	position: absolute;
	background-color: #1e252f;
}
.match_comparison .kf_table li div.kf_date3,
.match_comparison .kf_table li div.kf_day,
.match_comparison .kf_table li div.kf_prd{
	width: 10%;
}
.match_comparison .kf_table li div.kf_time,
.match_comparison .kf_table li div.kf_info,
.match_comparison .kf_table li div.kf_location{
	width: 14%;
}
.match_comparison .kf_table li div.kf_info{
	text-align: right;
}
.match_comparison .kf_table li div.kf_name{
	text-align: right;
	padding-right: 40px;
}
.match_comparison .kf_table li div:first-child{
	padding-left: 30px;
}
.match_comparison .kf_table li div:last-child{
	padding-right: 30px;
}
/*Match comparison 2 #matchcomparison 2*/
.match_comparison2{
	float: left;
	width: 100%;
	margin: 0 0 30px;
}
.match_comparison2 .kf_tbresult span,
.kf_tbhead div span{
	color: #333;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
}
.match_comparison2 .kf_tbresult{
	width: 28%;
	text-align: left;
}
.match_comparison2 .kf_table li div{
	color: #666666;
	font-size: 14px;
	font-weight: normal;
	text-transform: capitalize;
}
.match_comparison2 .kf_table li div.kf_tbtotal{
	position: relative;
}
.match_comparison2 .kf_table li div.kf_tbtotal:before{
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	opacity: 0.05;
	position: absolute;
	background-color: #1e252f;
}
.match_comparison2 .kf_table li div.kf_tbtotal,
.match_comparison2 .kf_table li div.kf_tbhome,
.match_comparison2 .kf_table li div.kf_tbaway{
	width: 9%;
}
.match_comparison2 .kf_tbaway.padding-right {
    text-align: left;
    width: 22% !important;
}
.match_comparison2 .kf_table li div:first-child{
	padding-left: 30px;
}
.match_comparison2 .kf_table li div:last-child{
	padding-right: 30px;
}
/*Tabs*/
.kf_tabs{
	float: left;
	width: 100%;
	margin: 0 0 30px;
}
.kf_tabs_nav_hd{
	float: left;
	width: 100%;
	padding: 10px 25px;
}
.kf_tabs_nav{
	float: left;
	width: 100%;
}
.kf_tabs_nav_hd > span{
	float: left;
	width: auto;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	margin-right: 15px;
	line-height: normal;
	padding:2px 0px 3px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
}
.kf_tabs_nav .nav-tabs{
	float: left;
	width: auto;
	border: none;
	margin: 0;
	padding: 0;
}
.kf_tabs_nav .nav-tabs li{
	float: left;
	width: auto;
	padding: 0;
	margin: 0;
}
.kf_tabs_nav .nav-tabs li a{
	margin: 0;	
	float: left;
	width: auto;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
	padding:2px 15px 3px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
}
.kf_tabs_nav .nav-tabs li.active a{
	color: #fff;
	background-color: #000;
}
.em-booking-form table tr:nth-child(odd) td,
.kf_tabs_nav .kf_table li:nth-child(odd) div{
	background-color: #f4f6f9;
}
.kf_tabs .slider_widget .slick-next.slick-arrow,
.kf_tabs .slider_widget .slick-prev.slick-arrow {
    padding: 0;
    top: -26px;
    right: 10px;
    height: auto;
    width: 25px !important;
    color: #a4a3a3 !important;
    text-align: center !important;
}
.kf_tabs .slider_widget .slick-prev.slick-arrow{
	left: auto;
	right: 33px;
}
.kf_topscores li div:first-child,
.kf_tabs .kf_table li div:first-child{
	padding-left: 25px;
}
.kf_topscores li div:last-child,
.kf_tabs .kf_table li div:last-child{
	padding-right: 25px;
}
/*Top Scores #topscores*/
.kf_topscores{
	float: left;
	width: 100%;
	margin: 0 0 30px;
}
.border_div{
	float: left;
	width: 100%;
	border: 1px solid #d7d8d8;
}
.kf_topscores .kf_table{
	-webkit-width: calc(100%/2);
	-moz-width: calc(100%/2);
	width: calc(100%/2);
	float: left;
}
.kf_topscores .kf_table:first-child{
	border-right: 1px solid #d7d8d8;
}
.match_comparison .kf_table li:nth-child(even) div,
.kf_topscores .kf_table li:nth-child(odd) div,
.match_comparison2 .kf_table li:nth-child(odd) div{
	background-color: #f4f6f9;
}
.kf_disciplinary .border_div{
	margin: 0 0 17px;
}
.kf_disciplinary p{
	float: left;
	width: 100%;
	margin: 0;
	text-transform: capitalize;
}
.match_comparison2.kf_statics2 .kf_tbresult{
	width: 60%;
}
.kf_tbhead2 .kf_tbtotal {
    width: 23% !important;
}
.kf_tbhead2 .kf_tbtotal span{
    color: #333;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Open Sans",sans-serif;
}
.kf_squad .kf_table strong,
.kf_venues .kf_table strong {
    color: #333;
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
    text-transform: uppercase;
    font-family: "Open Sans",sans-serif;
}
/*
	  ============================================================
		  Shop #shop
	  ============================================================
*/
.shop_thumb{
	float: left;
	width: 100%;
	padding: 30px 20px ;
	margin-bottom: 30px;
	background-color: #f6f6f6;
}
.shop_thumb:hover{
	background-color: rgba(137, 137, 137, 0.72);
}
.shop_thumb .thumb{
	text-align: center;
	margin-bottom: 10px;
	overflow: hidden;
}
.shop_thumb .thumb img{
	float: none;
	width: auto;
	display: inline-block;
}
/*
.shop_thumb:hover .thumb img{
	opacity: 0.28;
}
*/
.shop_thumb:hover .thumb img{
	transform: scale(1.1);
}
.shop_thumb .text{
	text-align: center;
	bottom: -40px;
	position: relative;
}
.shop_thumb:hover .text{
	bottom: 0;
}
.shop_thumb .text h6{
	float: left;
	width: 100%;
	color: #999;
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
	margin-bottom: 6px;
	text-transform: uppercase;
}
.shop_thumb .text h5{
	float: left;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	line-height: normal;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.shop_thumb:hover .text h5 a,
.shop_thumb:hover .text h6{
	color: #fff;
}
.shop_thumb .text h5 a:hover{
	color:#000;
}
.shop_icons{
	float: left;
	width: 100%;
	opacity: 0;
	z-index: -10;
	text-align: center;
	visibility: hidden;
}
.shop_icons a{
	float: none;
	width: 25px;
	height:auto;
	color: #fff;
	font-size: 16px;
	line-height: 25px;
	margin-right: 5px;
	text-align: center;
	display: inline-block;
}
.shop_thumb .shop_icons a:hover{
	color: #000;
}
.shop_icons a:last-child{
	margin:0;
}
.price_tag{
	float: left;
	width: 100%;
	padding: 2px 0;
	font-size: 16px;
	font-weight: bold;
	line-height: normal;
	margin-bottom: 15px;
	border-width: 1px 0;
	border-style: solid;
	border-color: #dddddd;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
}
.shop_thumb:hover .price_tag{
	color:#fff;
}
.shop_thumb:hover .shop_icons{
	opacity: 1;
	z-index: 1;
	visibility: visible;
}
.kf_searchbar{
	margin-bottom: 30px;
}
.kf_searchbar .searchbar_list{
	float: right;
	width: auto;
}
.kf_searchbar .searchbar_list .select_dec{
	width: 140px;
	margin:0 0 0 30px; 
}
.kf_searchbar .searchbar_list .select_dec:first-child{
	margin: 0;
}
.kf_searchbar .searchbar_list .select_dec::before{
	right: 0;
}
.kf_searchbar .searchbar_list .select_dec select{
	height: auto;
	border: none;
	font-size: 14px;
	min-height: auto;
	font-weight: bold;
	padding: 0 !important;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
}
.kf_shop_wrap .kode-pagination{
	text-align: center;
}

/*
	  ============================================================
		  Tickit 2 #ticket2
	  ============================================================
*/
.kf_ticket2_wrap{
	float: left;
	width: 100%;
}
.kf_ticket2_wrap ul{
	float: left;
	width: 100%;
	margin: 0px 0px 30px 0px;
	padding:0px;
	list-style:none;
}
.kf_ticket2_wrap ul li{
	float: left;
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #f3f3f3;
	background:#fff;
}
.kf_ticket2_wrap ul li:last-child{
	margin: 0;
}
.ticket_dec2{
	float: left;
	width: 100%;
	text-align: center;
}
.ticket_date{
	width: 12%;
	float: left;
	min-height: 145px;
	text-align: center;
	padding: 30px 0 39px;
	background-color: #ededed;
}
.kf_ticket2_wrap ul li:hover .ticket_date small,
.kf_ticket2_wrap ul li:hover .ticket_date b{
	color: #fff;
}
.ticket_date b {
    float: left;
    width: 100%;
    margin: 0 0 4px;
    font-size: 36px;
    font-weight: bold;
    line-height: normal;
	font-family: 'Open Sans', sans-serif;
}
.ticket_date small{
	float: left;
	width: 100%;
	color: #666666;
	font-size: 16px;
	font-weight: bold;
	line-height: normal;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
}
.kf_opponents_wrap2{
	float: left;
	width: 88%;
	padding: 15px 40px 5px 40px;
}
.nextmatch_page .nextmatch_dec strong{
	float:none;
}
.nextmatch_page .nextmatch_dec strong:hover{
	padding:0px;
	background:transparent;
}
.kf_opponents_wrap2 .kf_opponents_wrap{
	width: auto;
	margin: 0;
	text-align: center;
	margin: 0px auto;
	float: none;
	display: inline-block;
}
.ticket_dec2 .kf_opponents_wrap2 .kf_opponents_wrap{
	width: 70%;
	float: left;
	min-width: auto;
}
.kf_opponents_wrap2 .kf_opponents_dec .text{
	padding: 8px 0 11px 20px;
}
.kf_opponents_wrap2 .kf_opponents_dec.span_right .text{
	padding: 8px 20px 11px 0px;
}	
.kf_opponents_wrap2 .kf_opponents_dec span{
	width: 52px;
	height: 52px;
}
.kf_opponents_wrap2 .kf_opponents_dec .text h6{
	font-size: 24px;
	margin: 0 0 18px;
	line-height: 24px;
}
.kf_opponents_wrap2 .kf_opponents_dec{
	width: 45%;
}
.kf_opponents_wrap2 .kf_opponents_gols{
	padding: 0;
	width: 10%;
}
.kf_opponents_wrap2 .kf_opponents_gols h5{
	margin: 0 0;
	font-size: 24px;
	line-height: normal;
}
.ticket_button{
	float: right;
	width: auto;
	padding: 35px 0;
}
.ticket_button a{
	color:#fff;
	float: left;
	width: auto;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 35px;
	line-height: normal;
	border:1px solid #e7e7e7;
	text-transform: uppercase;
	background-color: #333 !important;
	font-family: 'Open Sans', sans-serif;

}
.ticket_dec2:hover .ticket_button a{
	color: #fff;
}
.ticket_button a{
	color:#fff;
}
.kf_opponents_wrap2 .kf_opponents_wrap > p {
    float: left;
    width: 100%;
    margin: 0 0 11px;
    line-height: normal;
    text-transform: uppercase;
}
.icon_tag{
	margin: 0;
	float: left;
	font-size: 15px;
	line-height: 24px;
	font-weight: bold;
	width: 100% !important;
	height: auto !important;
	text-transform: capitalize;
}
.icon_tag i{
	float: left;
	color: #cfcfcf;
	font-size: 24px;
	margin: 0 20px 0 0;
}
.kf_opponents_dec.span_right .icon_tag i{
	margin: 0 0 0 20px;
	float: right;
}
.kf_ticket2_wrap .kode-pagination{
	text-align: center;
}
/*
	  ============================================================
		   Ticket Details Page Start #ticketpage
	  ============================================================
*/
.ticketdetail_hd{
	float: left;
	width: 100%;
	padding: 20px 30px 18px;
	border: 1px solid #ececec;
	-webkit-box-shadow: 0 2px 9px -4px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0 2px 9px -4px rgba(0, 0, 0, 0.35);
	box-shadow: 0 2px 9px -4px rgba(0, 0, 0, 0.35);
}
.kf_ticketdetail .kf_table2 li > div{
	text-align: center;
	border-color: #ececec;
	padding-top: 36px;
	padding-bottom: 39px;
}
.kf_ticketdetail .kf_table2 li:hover div{
	background-color: transparent;
}
.ticketdetail_hd .tkt_date{
	width: auto;
	float: left;
}
.ticketdetail_hd .tkt_date > span{
	font-size: 16px;
	color: #999; 
	display: inline-flex;
	text-transform: capitalize;
}
.ticketdetail_hd .tkt_date > span i{
	margin-right: 25px;
	font-size: 24px;
}
.ticketdetail_hd .tkt_date:last-child{
	text-align: right;
	float: right;
}
.kf_ticketdetail .kf_table2 li div.tkt_pkg{
	text-align: left;
}

.kf_ticketdetail .tkt_pkg span i{
	left: 0;
	top: 50%;
	font-size: 16px;
	position: absolute;
	margin: -7px 0 0 0;
}
.kf_ticketdetail .tkt_pkg span {
	color: #999;
    padding-left: 30px;
    position: relative;
	display: inline-block;
	text-transform: capitalize;
	font-family: 'Open Sans', sans-serif;
}
.em-booking .em-tickets  td.em-bookings-ticket-table-type,
.kf_ticketdetail .tkt_pkg span strong{
	color: #333;
	display: block;
	font-size: 20px;
	font-weight: bold;
	line-height: normal;
}
.em-booking .em-tickets .ticket-desc,
.kf_ticketdetail .tkt_pkg span small{
	font-size: 15px;
	color: #999;
	text-transform: capitalize;
	font-weight: normal;
	line-height: normal;
}
.em-booking .em-tickets td.em-bookings-ticket-table-price,
.kf_ticketdetail .tkt_price em{
	color: #333;
	font-size: 24px;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
}
.em-booking .em-tickets td.em-bookings-ticket-table-price{
	font-size: 14px;
}
.em-booking .em-tickets .em-ticket-select{
	float: left;
	width: 100%;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	background: transparent;
	border:none;
	border: 1px solid #d7d8d8;
	height: 30px;
}
.em-booking .em-booking-form table tr:hover td{
	background: transparent !important;
}
.kf_ticketdetail .tkt_qty .numbers-row{
	width:130px;
	display: inline-block;
	border: 1px solid #b5b5b5 !important;
}
.kf_ticketdetail .tkt_qty .numbers-row .kf_trigger,
.kf_ticketdetail .tkt_qty .numbers-row .button.inc,
.kf_ticketdetail .tkt_qty .numbers-row .button.dec{
	float: left;
	width: 33.3%;
	height: 33px;
	padding:4px 0;
	cursor: pointer;
	font-size: 18px;
	font-weight: bold;
	line-height: normal;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
}
.kf_ticketdetail .tkt_qty .numbers-row .button.inc{
	float: right;
}
.kf_ticketdetail .tkt_qty .numbers-row .kf_trigger{
	float: none;
	margin: 0 -1px;
	display: inline-block;
	border-width:0 1px;
	border-style: solid;
	border-color: #b5b5b5;
}
.kf_ticketdetail .tkt_qty > label{
	display: inline-block;
	width: auto;
	margin: 0 20px 0 0;
	font-size: 15px;
	text-transform: uppercase;
	line-height: normal;
	font-family: 'Open Sans', sans-serif;
}
.kf_ticketdetail .tkt_pkg{
	min-width: 44%;
}
.kf_ticketdetail .tkt_btn .input-btn {
	padding-top: 9px;
	padding-bottom: 10px;
}
.nextmatch_wrap{
	float: left;
	width: 100%;
	margin: 0 0 30px;
	position: relative;
	padding: 40px 0 37px;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(images/match_bg.jpg);
	-webkit-box-shadow: 0 12px 18px -4px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0 12px 18px -4px rgba(0, 0, 0, 0.35);
	box-shadow: 0 12px 18px -4px rgba(0, 0, 0, 0.35);
}
.nextmatch_wrap:before{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	content: "";
	background: #160e0e;
	opacity: 0.75;
}
.input-btn i{
	margin-right: 10px;
}
.nextmatch_wrap .nextmatch_dec{
	float: none;
	margin: 0 auto;
	width: 60%;
	position: relative;
}
.nextmatch_wrap .match_teams{
	padding: 0;
}
.nextmatch_wrap .nextmatch_dec h5{
	margin: 0;
}
.nextmatch_wrap .nextmatch_dec h6 a{
	color:#fff;
}
.kode_item_gallery img{
	width:100%;
}
.nextmatch_wrap .nextmatch_dec .kf_countdown{
	padding: 0;
	border: none;
}
.nextmatch_wrap .match_teams a{
	float: none;
	display: inline-block;
	margin: 0 0 15px 0;
}
.nextmatch_wrap .kf_countdown li span::before,
.nextmatch_wrap .kf_countdown li span,
.nextmatch_wrap .kf_countdown li p,
.nextmatch_wrap .nextmatch_dec h5,
.nextmatch_wrap .match_teams span,
.nextmatch_wrap .match_teams a,
.nextmatch_wrap .match_teams h5,
.nextmatch_wrap .nextmatch_dec h6{
	color: #fff;
}
.match_teams a{
	width:70px;
}
.nextmatch_wrap .match_teams h5{
	font-size: 18px;
	margin: 0;
}
/*
	  ============================================================
		   Blog 4 Page Start #blog4page
	  ============================================================
*/
.blog_grid4 .thumb_footer,
.blog_grid4 .text_wrper .text{
	padding-right: 20px;
	padding-left: 20px;
}
.blog_grid4 .text_wrper .text h2{
	font-size: 22px;
}
.blog_grid4 .admin_thumb figure{
	display: none;
}
.blog_grid4 .admin_thumb h6{
	padding: 0;
}
ul.blog_meta{
	list-style:none;
	margin:0px;
}
.blog_grid4 .text_wrper .blog_meta li{
	margin-right: 9px;
}
.blog_grid4 .text_wrper .blog_meta li:last-child{
	margin: 0;
}
.kf_featured_wrap3 .blog_meta li i{
	float:left;
	margin-right:10px;
}
.kf_featured_wrap3 .blog_meta li a,.kf_featured_wrap3  .blog_meta li span{
	width:auto;
}
.widget_page aside{
	margin-bottom: 30px;
}
.blog_meta li i{
	margin-top: 3px;
}
/*
	  ============================================================
		   Blog Detail Page Start #blogdetail
	  ============================================================
*/
.kf_blog_detail{
	float: left;
	width: 100%;
}
.kf_blog_detail_thumb .kf_featured_thumb .thumb_footer{
	border-top: none;
	border-bottom: 1px solid #d7d8d8;
}
.kf_blog_detail_thumb .kf_featured_thumb .text_2 .label2{
	margin-bottom: 16px;
}
.kf_blog_detail_thumb .kf_featured_thumb .text_2 .kf_date{
	margin-bottom: 5px;
}
.kode-blog-simple .kode-blog-simple-ux .kode-blog-list-feature .text_2{
	min-height:300px;
}
/*Game Highlights*/
.kf_highlight{
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.kf_highlight img{
	opacity: 1;
}
.kf_highlight .text{
	padding:16px 0;
}
.kf_highlight .text p{
	float: left;
	width: 100%;
	margin: -7px 0 30px;
}
.kf_highlight .list_meta{
	margin-top: -3px;
}
.list_meta{
	float: left;
	width: 100%;
	list-style:none;
	padding:0px;
	margin:0px;
}
.list_meta li{
	float: left;
	width: 100%;
	padding-left: 25px;
	position: relative;
	margin-bottom: 10px;
}
.list_meta li:last-child{
	margin: 0;
}
.list_meta li a,
.list_meta li em{
	margin: 0;
	color: #666;
	float: left;
	width: 100%;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	font-family: "Open Sans",sans-serif;
}
.list_meta li:before{
	position: absolute;
	left: 0;
	top: 50%;
	content: "";
	width: 10px;
	height: 10px;
	margin: -5px 0 0 0;
	border-radius: 100%;
}
/*kf blockquote*/
blockquote,
.kf_blockquote{
	float: left;
	width: 100%;
	border: none;
	position: relative;
	text-align: center;
	margin:15px 0px 23px 0px;
	padding: 53px 90px 57px;
	background:#f9f9f9;
}
blockquote:after,
blockquote:before,
.kf_blockquote:after,
.kf_blockquote:before{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 83px;
	line-height: 74px;
	color: #eff0f0;
	font-family: 'FontAwesome';
	content: "\f10d";
}
blockquote:after,
.kf_blockquote:after{
	content: "\f10e";
	left: auto;
	right: 0;
	top: auto;
	bottom: -8px;
}
blockquote p,
.kf_blockquote p{
	float: left;
	width: 100%;
	margin: 0 !important;
	color: #7d8386;
	font-weight: 600;
	font-style: italic;
	text-transform: capitalize;
	font-family: "Open Sans",sans-serif;
}
.tags_wrap{
	float: left;
	width: 100%;
	padding: 16px 15px 15px;
	border-top: 1px solid #d7d8d8;
}
.tags_wrap .kf_tags2{
	float: left;
	width: auto;
	margin: 0;
}
.kf_tags2 .blog-info i{
	float:left;
	margin-top:10px;
}
.kf_tags2 .blog-info > i{
	display: none;
}
.tags_wrap .kf_tags.kf_tags2{
	margin:0px;
	list-style:none;
	padding:0px;
}
.tags_wrap .kf_tags.kf_tags2 .blog-info.blog-category > a{
	float:left;
	width:auto;
	margin-left: 5px;
	margin-bottom: 3px;
	margin-top: 1px;
}
.blog-info .sep{
	display: none;
}
.tags_wrap .kf_tags.kf_tags2 .blog-info.blog-category > a:first-child{
	margin: 0;
}
.tags_wrap .kf_tags2 li{
	margin: 0 5px 0 0;
}
.tags_wrap .kf_tags2 li:last-child{
	margin: 0;
}
/*Comment Form*/
.comment_wrap{
	float: left;
	width: 100%;
}
.comment_form{
	float: left;
	width: 100%;
}
.comment_form li{
	float: left;
	width: 100%;
}
.comment_dec{
	float: left;
	width: 100%;
	padding: 15px 0 24px;
	position: relative;
	margin-bottom: 30px;
	border-bottom: 1px solid #e0e0e0;
}
.comment_form li ul li .comment_dec{
	padding-left: 100px;
} 
.comment_dec figure{
	float: left;
	width: 80px;
	height: 80px;
	border-radius: 100%;
}
.comment_dec figure img{
	border-radius: 100%;
}
.comment_dec .text{
	float: none;
	overflow: hidden;
	width: auto;
	padding: 0 0 0 20px;
}
.comment_hd{
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 10px;
}
.comment_hd h5{
	font-weight: bold;
	text-transform: uppercase;
	line-height: 18px;
	font-size: 18px;
	float: left;
	width: 100%;
	margin-bottom: 9px;
	margin-top:-3px;
}
.comment_hd ul{
	margin:0px;
	list-style:none;
	padding:0px;
}
.commentlist{
	margin: 0;
	padding:0px;
	list-style:none;
}
/*.commentlist li > ul{
	padding-left: 100px;
	margin: 0;
}*/
.comment_hd ul li{
	margin: 0 !important;
	float: left;
	width: auto;
	padding: 0 20px;
	border-bottom: none;
	border-right: 1px solid #b9b9b9;
}
.comment_hd ul li:first-child{
	padding-left: 0;
}
.comment_hd ul li:last-child{
	border: none;
}
.comment_hd ul li a,
.comment_hd ul li span{
	float: left;
	width: auto;
	color: #999;
	font-size: 13px;
	line-height: 13px;
	text-transform: capitalize;
	font-family: "Open Sans",sans-serif;
}
.comment-reply-link:hover,
.comment-reply-link{
	background-color: transparent !important;
}
.comment_hd ul li a i,
.comment_hd ul li span i{
	float: left;
	margin-right: 10px;
}
.comment_dec .text p{
	float: left;
	width: 100%;
}
/**/
.comment_input_wrap{
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.comment_input_wrap form{
	float: left;
	width: 100%;
}
.comment_input_wrap .input_dec{
	margin-bottom: 30px;
}
.comment-respond .kf_hd1{
	margin-bottom: 30px;
}

.kode-textarea{
	margin: 0 0 30px 0;
}
.comment-form-fields{
	margin: 0 -15px 30px;
}
.comment-form-fields p{
	width: 33.3%;
	padding: 0 15px;
	margin: 0 0 30px 0;
}
/*
	  ============================================================
		   Player Detail Page Start #playerdetail
	  ============================================================
*/
.kf_plyer_rating2{
	float: left;
	width: 100%;
}
.kf_plyer_rating2 .kf_plyer_rating span b{
	color: #fff;
}
.kf_plyer_rating2 .kf_tableaside div span{
	background-color: transparent;
}
.kf_plyer_rating2 .kf_progress1 .progressbars.progress_single > span,
.kf_plyer_rating2 .skill-progress > span{
	background-color: transparent;
}
/*
	  ============================================================
		   404 Page Start #404
	  ============================================================
*/
.kf_404page{
	float: left;
	width: 100%;
	text-align: center;
}
.kf_404_thumb{
	float: left;
	width: 100%;
	min-height: 439px;
	text-align: center;
	position: relative;
	padding: 174px 0 0;
	margin-bottom: 50px;
	text-transform: uppercase;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(images/404.png);
}
.kf_404_thumb h4{
	float: left;
	width: 100%;
	font-size: 145px !important;
	line-height: 145px;
	font-weight:bold;
}
.kf_404_thumb h5{
	float: left;
	width: 100%;
	margin-top: -2px;
	font-size: 40px !important;
	font-weight: 600;
	line-height: 40px;
	font-weight: 600;
}
.kf_404_text{
	float: left;
	width: 100%;
	text-align: center;
}
.kf_404_text h6,
.kf_404_text h5{
	float: left;
	width: 100%;
	font-size: 36px !important;
	line-height: normal;
	font-weight: normal;
	text-transform: uppercase;
}
.kf_404_text h5{
	margin-bottom: -3px;
}
.kf_404_text h6{
	margin-bottom: 19px
}
.kf_404_text form{
	float: none;
	display: inline-block;
	width: 517px;
	margin: 0 auto 23px;
}
.kf_404_text .btn-1{
	margin-bottom:28px
}
/*
	  ============================================================
		  Coming Soon Page Start #comingsoon
	  ============================================================
*/
.kf_comingsoon_wrap{
	position: fixed;
	height: 100%;
	background-image:url(images/comingsoon_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	text-align: center; 
}
.kf_comingsoon{
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	width: auto;
	margin: -281px auto 0;
	text-align: center;
}
.kf_comingsoon h4{
	float: left;
	width: 100%;
	font-size: 90px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	line-height: 90px;
	margin-bottom: 71px;
}
.kf_comingsoon h5{
	float: left;
	width: 100%;
	font-size: 26px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: normal;
	color: #fff;
	margin-bottom: 17px;
}
.kf_comingsoon .kf_countdown2{
	margin-bottom: 56px;
}
.kf_comingsoon .kf_social2{
	float: none;
	width: auto;
	display: inline-block;
	margin-bottom: 8px;
}
ul.kf_social2{
	margin:0px;
	list-style:none;
	padding:0px;
}
.kf_comingsoon .kf_social2 li{
	margin-right: 15px;
}
.kf_comingsoon .kf_social2 li:last-child{
	margin: 0;
}
.kf_comingsoon .kf_social2 li a{
	border:none;
	width: 35px;
	height: 35px;
	line-height: 35px;
	font-size: 24px;
	color: #fff; 
}
.kf_comingsoon form{
	width: 468px;
	float: none;
	display: inline-block;
}
.kf_comingsoon .input_dec{
	margin-bottom: 26px;
}
.kf_comingsoon .input_dec input[type="text"]{
	background-color: transparent;
	border-width: 0 0 1px 0;
	border-color: #b9b9b9;
	color: #fff;
	padding-left: 0;
	font-size: 16px;
	font-weight: bold;
}
.kf_comingsoon .input_dec input[type="text"]::-moz-placeholder{
	color: #fff;
}
.kf_comingsoon .input_dec input[type="button"]{
	background-color: transparent;
	font-weight: bold;
	font-size: 30px;
	padding: 0;
	line-height: 30px;
}
.kf_comingsoon .input_dec input[type="button"]:hover{
	background-color: transparent;
}
.copy_right2{
	margin: 0;
	float: left;
	width: 100%;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: normal;
	font-family: 'Open Sans', sans-serif;
}
.copy_right3{
	float: left;
	width: 100%;
	padding: 29px 0 30px;
	text-align: center;
	border-top:1px solid #585858;
	background-color: #222222; 
}
.copy_right3 p{
	margin: 0 0 22px;
	float: left;
	width: 100%;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
}




.kf_contct_thumb{
	float: left;
	width: 100%;
	margin-bottom: 50px;
	padding: 38px 30px 39px;
	border:1px solid #e3e3e3;
}
.kf_contct_thumb .text{
	padding-top: 19px;
	float: left;
}
.kf_contct_thumb .text address,
.kf_contct_thumb .text em{
	float: left;
	width: 100%;
	color: #666;
	text-align: left;
	margin:0 0 9px;
	font-size: 15px;
	font-weight: normal;
	font-style: italic;
	font-family: "Open Sans",sans-serif;
}
.kf_contct_thumb .text em:last-child{
	margin: 0;
}
.kf_contct_thumb:hover .text address,
.kf_contct_thumb:hover .text em,
.kf_contct_thumb:hover .kf_hd8{
	color: #fff;
}
.kf_contct_thumb:hover .kf_hd8 span:before{
	background-color: #fff;
}

.kf_form{
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 30px;
	padding:25px 30px 30px;
	border: 1px solid #e5e5e5;
}
.kf_form_hd{
	float: left;
	width: 100%;
	text-align: left;
	margin-bottom: 38px;
}
.kf_form_hd h3{
	float: left;
	width: 100%;
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	margin-bottom: 6px;
	text-transform: uppercase;
}
.kf_form_hd p{
	margin: 0; 
	float: left;
	width: 100%;
	font-size: 15px;
	font-style: italic;
}
.kf_form .input_dec{
	margin-bottom: 30px;
}
.kf_form .input_dec input[type="email"],
.kf_form .input_dec input[type="text"]{
	min-height: 43px;
}
.kf_form .input_textarea textarea{
	height: 144px;
}
.contact_map > .row{
	margin: 0;
}
.kf_map{
	float: left;
	width: 100%;
	position: relative;
	padding: 0 20px 20px 0 !important;
}
.kf_map:before{
	right: 0;
	bottom: 0;
	top: 20px;
	left: 20px;
	content: "";
	position: absolute;
}
.kf_map #gmap-1,
.kf_map #map-canvas{
	float: left;
	width: 100%;
	height: 580px !important;
}
.kf_form  input[type="submit"]{
	width: auto;
	min-height: auto;
}
.kf_loging_input > p {
    color: #fff;
    float: left;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.kf_loging_input > p a{
	margin-top: 8px;
}




/*kode GALLERY SECTION*/
.kode-gallery{
    margin-bottom: 15px;
}
.kode-gallery figure img,
.kode-gallery{
    float: left;
    width: 100%;
}
.kode-gallery figure{
    float: left;
    width: 100%;
    position: relative;
    background-color: #000;
	margin-bottom: 30px;
}
.kode-gallery figure:before{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    content: "";
    opacity: 0;
    border: 1px solid #dedede;
}
.kode-gallery figure:hover img{
    opacity: 0.48;
}
.kode-gallery figure:hover:before{
    left: 10px;
    right: 10px;
    bottom:10px;
    top: 10px;
    opacity: 1;
}
.kode-gallery figcaption{
    position: absolute;
    left: 0;
    right:0;
    top: 50%;
    text-align: center;
    transform: translateY(-50%);
    opacity:0;
}
.kode-gallery figure:hover figcaption{
    opacity: 1;
}
.kode-gallery figcaption h4{
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    margin-bottom: 17px;
}
.kode-gallery figcaption a{
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    padding: 11px 36px 12px;
}
.kode-gallery figcaption a:hover{
    color: #fff !important;
    background-color: #000 !important;
}
.kode-load a:hover{
    background-color: #fff;
    color: #000;
}
.kode-navigation-wrapper{
	float:left;
}
.header-style-3.header-style-3-new .lyr_navigaion_01 .kode-navigation-wrapper{
	float:none;
}
.kode-navigation-wrapper ul{
	list-style:none;
	margin:0px;
	padding:0px;
}
.kode-admin-post figure{
	float:left;
	margin-right:20px;
}
.kode-admin-post{
	margin-bottom:30px;
}
.text > .blog-info i{
	margin-top:4px;
}
.kf_border ul{
	padding:0px;
	margin:0px;
	list-style:none;
}
.kode-sidebar .col-md-4{
	width:100%;
	float:left;
	padding:0px;
}
#roster .roster_sidebar .col-md-12{
	padding:0px;
}
.widget.kode-widget{
	margin-bottom:30px;
}
.match_comparison2 ul,
.match_comparison ul{
	padding:0px;
	margin:0px;
}
.border_div ul,
.kf_tabs_nav ul{
	padding:0px;
	margin:0px;
}
.margin-bottom-50{
	margin-bottom:50px;
}
.margin-bottom-30{
	margin-bottom:30px;
}
.kode-gallery-thumb .kode_item_gallery{
	float:left;
	width:33.33%;
}
.kode-gallery-thumb{
	clear:both;
	float:left;
	width:100%;
	margin-bottom:15px;
}
.kf_tags .player-info .sep{
	display:none;
}
.kf_tags .player-info a{
	width:auto;
	margin-right:10px;
}
.kf_tags .player-info i{
	display:none;
}
.kf_tags .player-info a{
	float:left;
}
.kf_featured_thumb .text .kode-txt-feature-player span{
	float:left;
	margin-right:10px;
	width:auto;
}
.kode-widget.kode-sidebar-element .widget{
	width:100%;
	float:left;
	
}
.kf_contact_meta{
	padding:0px;
	list-style:none;
	margin:0px;
}
.kf_contact_meta li{
	margin:0px 0px 10px 0px;
	padding:0px;
}
.text_wrper .text strong.blog-info a{
	color:#FFBE00;
}
.text_wrper .text strong.blog-info i{
	display:none;
}

/* Next PrevPost starts */
.kode-postsection {
	float: left;
	width: 100%;
	border: 1px solid #ebebeb;
	border-left: none;
	border-right: none;
	padding: 25px 0px;
	margin-bottom: 30px;
}
.kode-postsection h6 {
	margin: 0px;
	text-transform: uppercase;
}
.kode-postsection h6 a {
	color: #666666;
}
.kode-postsection h6 i {
	font-size: 34px;
}
.kode-prev {
	float: left;
}
.kode-prev a, .kode-next a {
	display: inline-block;
	padding: 10px 20px;
	border-radius: 4px;
	color: #fff;
	text-align:center;
	text-transform: uppercase;
	line-height: normal;
	font-weight: bold;
}
.kode-prev a:hover, .kode-next a:hover {
	color: #fff;
	background-color: #000 !important;
}
.kode-prev i {
	float: left;
	margin: -5px 25px 0px 0px;
}
.kode-next {
	float: right;
}
.kode-next i {
	float: right;
	margin: -5px 0px 0px 25px;
}
strong.blog-info .sep{
	display:none;
}
ul.kf_table li .team_logo > span img{
	width:30px;
}
.kode-404-page{
	text-align: center;
}
.kode-404-page h2{
	font-size: 100px;
	line-height: normal;
	width: 100%;
	margin: 0 0 10px 0 !important;
}
.kode-404-page span{
	font-size: 50px;
	line-height: normal;
	clear: both;
	float: left;
	width: 100%;
	margin: 0 0 30px;
}
.kode-404-page p{
	font-size: 25;
	line-height: normal;
	margin: 0 0 50px;
}
.kode-404-page .kode-search{
	float: none;
	width: 75%;
	display: inline-block;
	position:relative;
}
.kf_opponents_outerwrap.kf_countdown{
	padding: 0;
	list-style: none;
}
/*Login Wrap*/
.kode-custom-login{
	z-index:9999;
}
.kode-custom-login .login{
	border:none !important;
}
.kode-custom-login .modal-body,
.kf_login{
    float: left;
    width: 100%;
    background: #161615;
    padding:54px 60px 60px;
	z-index:99;
}
.kode-custom-login{
	width:100%;
	position:relative;
}
.kode-custom-login .modal-content{
	float:left;
	width:100%;
}
.kf_login_bg{
	float:left;
	width:100%;
}
.kf_login ul{
    float: left;
    width: 100%;
    margin-bottom: 34px;
}
.kf_login ul li{
    float: left;
    width: auto;
    margin-right: 82px;
}
.kf_login ul li:last-child{
    margin: 0;
}
.kf_login_1{
	float:left;
	width:100%;
	position:relative;
}
.kf_login_1 span{
	float:left;
	width:auto !important;
	color:#fff !important;
	font-size:20px!important;
	line-height:20px !important;
	margin-right:10px;
}
.kf_login_1 h3,
.kf_login ul li a{
    float: left;
    width: auto;
    font-size: 18px;
    text-transform: uppercase;
    line-height: normal;
    font-weight: bold;
    color: #fff;
    padding-bottom: 5px;
	margin-bottom:25px;
    border-bottom: 2px solid transparent;
}
.kf_log_wrap{
    float: left;
    width: 100%;
}
.kf_loging_input label{
	position:absolute;
	left:15px;
	top:50%;
	margin:-8px 0 0 0;
    font-size: 15px;
    text-transform:uppercase;
    font-weight: bold;
    color: #fff;
}
.kf_log_wrap .input_dec label{
    float: left;
    width: 100%;
    font-size: 15px;
    text-transform:uppercase;
    font-weight: bold;
    margin-bottom: 16px;
    color: #fff;
    font-family: "Open Sans",sans-serif;
}
.kf_log_wrap .input_dec{
    margin-bottom: 24px;
}
.kf_loging_input{
	float:left;
	width:100%;
	position:relative;
	margin-bottom:30px;
}
.kf_loging_input input[type="text"],
.kf_loging_input input[type="password"],
.kf_log_wrap .input_dec input[type="text"]{
    background: rgba(255, 255, 255, 0.15);
    font-size: 15px;
    color: #fff;
	padding-left: 40px;
    text-transform: capitalize;
    font-family: "Open Sans",sans-serif;
}
.kf_loging_input input[type="password"]::-webkit-input-placeholder,
.kf_loging_input input[type="text"]::-webkit-input-placeholder,
.kf_log_wrap .input_dec input[type="text"]::-webkit-input-placeholder{
    color: #fff;
    opacity: 1;
}
.kf_login_password,
.kf_login_social_icon{
	float:left;
	width:100%;
}
.kf_login_password ul{
	text-align: center;
	width: 100%;
	padding: 0;
	margin: 0 0 30px;
}
.kf_login_password ul li{
	float:none;
	width:auto;
	display:inline-block;
	text-align: left;
	line-height: 12px;
	font-size: 13px;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
}
.kf_login_password ul li a{
	float: none;
	display: inline-block;
	width: auto;
}
.kf_login_password  input[type="checkbox"],.kf_login_password  input[type="radio"]{
	float: left;
	width: auto;
	margin: 0 10px 0 0;
}
.kf_login_password label{
	float: left;
	width: auto;
	line-height: 12px;
	font-size: 13px;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	margin: 0;
}
.kf_log_wrap .input_dec input[type="text"]::-moz-placeholder{
    color: #fff;
    opacity: 1;
}
.kf_log_wrap .radio_style2{
    padding-top: 16px;
    margin-bottom: 26px;
}
.kf_log_wrap .radio_style2 .radio_dec{
    width: 100%;
    margin: 0 0 0 0;
}
.kf_log_wrap .radio_dec .radio-value{
    border-radius: 0;
    height: 16px;
    width: 16px;
    box-shadow: none;
}
.kf_log_wrap .radio_dec > p{
    font-size:16px;
    color: #999;
    line-height: 14px;
    text-transform: capitalize;
    float: left;
    margin: 0 0 10px;
} 
.kf_loging_input > button,
.kf_log_wrap  input[type="submit"]{
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: normal;
    font-weight: bold;
    text-transform: uppercase;
    padding:14px 0 15px;
    color: #fff;
    text-align: center;
    border: none;
    margin-bottom: 0px;
    font-family: "Open Sans",sans-serif;
}
.redirect:hover,
.kf_log_wrap  input[type="submit"]:hover{
    background: #000;
}
.kf_login_social_icon,
.kf_log_footer{
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 26px;
    border-top: 1px solid #fff;
}
.kf_login_social_icon a{
	float: left;
	width: 100%;
	font-size: 16px; 
}
.kf_login_social_icon h5{
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	float: left;
	width: 100%;
}
.kf_login_social_icon p{
	font-size: 18px;
	line-height: normal;
	text-transform: uppercase;
	color: #fff;
	margin:0 0 10px;
	float: left;
	width: 100%; 
}
.kf_log_footer .kf_pwd{
    font-size: 16px;
    text-transform: capitalize;
    line-height: normal;
    font-weight: bold;
    color: #fff;
}
.kf_log_social{
    float:left;
    width: 100%;
    text-align: center;
}
.kf_log_social a{
    display: inline-block;
    width: 43px;
    height: 43px;
    text-align: center;
    line-height: 43px;
    color: #fff;
    font-size: 18px;
    margin: 0 15px 0px 0;
    border-radius: 100%;
}
.kf_facebook{
    background: #3874d4;
}
.kf_twitter{
    background: #66b7f8;
}
.kf_google-plus{
    background: #ec4036;
}
.kode-custom-login .modal-content button.close,
.kf_login .close {
    background: #fff none repeat scroll 0 0;
    border-radius: 100%;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    opacity: 1;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
}
.kode-team-list ul{
	padding:0px;
	margin: 0 !important;
	list-style:none;
}
div.css-search{
	float: left;
	width: 100%;
}
.content-wrapper{
	float:left;
	width:100%;	
}
.kf_social3 li{
	float:none;
	display:-inline-block;
}
.children > li,
.commentlist > li{
	list-style:none;
}
.kf_table2 li,
.kf_table li{
	float:none;
	width:auto;
	line-height:normal;
}
#wp-a11y-speak-assertive,
#wp-a11y-speak-polite{
	display:none;
}
.em-pagination strong,
.em-pagination a{
	padding:10px 15px;
	float:left;
	color:#fff;
}
.section-container .em-pagination strong{
	background-color:#333 !important;
}
.kf_tabs_nav .kf_table li > div.match_win{
	text-align:left;
}
/*MY ACCOUNT PAGE CSS START*/
.k-content-container{
	float: left;
	width: 100%;
}
.k-content-container .woocommerce > h2{
	float: left;
	width: 100%;
	text-transform: uppercase;
	line-height: normal;
	font-weight: bold;
}
.kode-item.k-content{
	float: left;
	width: 100%;
}
.kode-item.k-content .login{
	float:left;
	width: 100%;
}
.kode-item.k-content .woocommerce-Button{
	width: auto !important;
	min-height: auto;
	padding: 15px 40px;
	transition: all 0.3s ease-in-out;
}
.kode-item.k-content .woocommerce-Button:hover{
	background-color: #000 !important;
	color: #fff;
}
.kode-item.k-content .woocommerce-Input--checkbox{
	width: 14px !important;
	height: 14px;
	min-height: auto;
}
.k-content-container .woocommerce form .form-row label.inline{
    float: left;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    text-transform: uppercase;
    margin: 15px 15px;
}
.k-content-container .woocommerce form .form-row label.inline .woocommerce-Input--checkbox{
	margin: 0 15px 0 0;
}
.k-content-container .woocommerce-LostPassword.lost_password > a{
	font-size: 14px;
	text-transform: uppercase;
	line-height: normal;
	font-weight: bold;
}
.k-content-container .woocommerce form .form-row{
	margin-bottom: 15px;
}
.woocommerce div.product form.cart div.quantity input {
    min-height: 38px;
    padding: 10px;
    width: 100%;
}
.bypostauthor {}
.kode-widget.kode-sidebar-element .widget-search .kode-search{
	margin-top:30px;
	margin-bottom:0px;
}
.widget_gameplay_popular_post_widget.kode-widget .kf_border .kf_recentnews:last-child{
	margin-bottom:0px;
}
.widget_newsletter p.status{
	margin-bottom:0px;
}
.widget.widget_nextmatch .kf_border .nextmatch_dec .input-btn{
	float:none;
}
.col-md-3.columns .kode-widget .kf_border{
	padding:25px 17px;
}
.col-md-3.columns .kode-widget .nextmatch_dec .kf_countdown{
	padding:6px 0px 12px;
}
.col-md-3.columns .kode-widget .radio_style2 .radio_dec{
	margin:0 21px 0 0;
}
.col-md-3.columns .kode-widget .widget_player .kf_opponents_wrap{
	padding:15px 0px 12px;
}
.col-md-3.columns .kode-widget .match_teams{
	padding:0 14px;
}
.kode-widget .tagcloud{
	margin-top:20px;
}
/*new styling*/
.kode-gallery ul{
	margin: 0;
	padding: 0;
}
.twitter_ticker.white .ticker p,
.twitter_ticker.white .kf_ticker_slider .slick-arrow::before,
.twitter_ticker.white .kf_ticker > span{
	color: #fff;
}
.kf_table2 li.table_head,
.kf_table .table_head{
	background: #f9f9f9;
}
.kf_table .table_head:hover{
	background: #f9f9f9;
}
.kf_table li:nth-child(2n+1){
	background: #f9f9f9;
}
/**/
.twitter-widget{
	padding: 0;
	margin: 0;
	float: left;
	width: 100%;
}
.twitter-widget li{
	float: left;
	width: 100%;
	list-style: none;
	padding-left: 30px;
	list-style: none;
	position: relative;
}
.twitter-widget li p{
	float: left;
	width: 100%;
	color: #fff;
	font-size: 14px;
	border-radius: 0 5px 5px;
	padding: 5px 10px;
	position: relative;
	text-transform: capitalize;
	background: rgba( 85, 175, 238, 0.5);
}
.twitter-widget li p:before{
	position: absolute;
	left: -30px;
	top: 0;
	content: "\f099";
	font-size: 18px;
	line-height: 18px;
	color: rgba( 85, 175, 238, 0.5);
	font-family: 'FontAwesome';
}
.twitter-widget li p:after {
    background-color: transparent;
    border-top: 10px solid transparent !important;
    border-bottom: 10px solid transparent !important;
    border-left: 10px solid transparent !important;
    border-right: 10px solid;
    content: "";
    height: 15px;
    left: -20px;
    position: absolute;
    top: 0;
    width: 15px;
}
.twitter-widget li p a{
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
}
.login > p.lost_password,
.login > p.form-row{
	width: auto;
}
.login > p.lost_password{
	float: right;
}
.login > p.lost_password a{
	float: right;
	margin: 20px 0 0 0;
}
.login > p.form-row  br{
	display: none !important;
}
.login > p.form-row.form-row-wide{
	width: 100%;
}
.woocommerce .woocommerce-info{
	float: left;
	width: 100% !important;
}
.woocommerce .woocommerce-info a{
	float: right;
	text-transform: uppercase;
	line-height: normal;
	font-size: 14px;
	color: #000;
}
.woocommerce-checkout #payment ul.payment_methods{
	margin: 0 0 30px !important;
}
.woocommerce .cart .coupon > p input{
	width: auto;
}
.woocommerce .cart .button, 
.woocommerce .cart input.button{
	margin: 0 0 0 !important;
}
a.checkout-button br{
	display: none;
}
.woocommerce .cart .actions > p {
    float: right;
    /*top: 33px;*/
    width: auto !important;
    margin: 0;
}
.kode_pet_value{
	text-align:center;
}
.kode-team-list .kf_roster_dec figure{
	margin-bottom:0px;
}
.kode-team-list .kf_roster_dec .text{
	background:#f9f9f9;
}
.kode-team-list .kf_roster_dec .text_overflow{
	padding:10px 0 6px 22px;
}
.owl-carousel.owl-theme.kode-team-list .kf_roster_dec .text_overflow{
	padding:5px 0 0 15px;
}
.owl-carousel.owl-theme.kode-team-list .kf_roster_dec_2 .text{
	margin-bottom:0px;
}
.owl-carousel.owl-theme.kode-team-list .kf_roster_dec_2 .text > span{
	background:#777;
}
/*
	  ============================================================
		  Header Style 2 Start #Header 2 css
	  ============================================================
*/
.header-style-kickoff-2{
	float: left;
	width: 100%;
	position: relative;
}
.header-8{
	float: left;
	width: 100%;
	text-align: center;
	position: relative;
}
.header-style-kickoff-2 .logo{
	float: none;
	width: auto;
	padding: 0;
	margin: 0;
	display: inline-block;
}
.header-style-kickoff-2 ~ .content-wrapper .header-style-2{
	padding:170px 0 15px;
}
.header-style-kickoff-2 .navigation li ul li,.header-style-kickoff-2 .kode_navigation li ul li{
	width:100%;
	text-align:left;
}
.kode_navigation ul{
	list-style:none;
	margin:0px;
}

/*
	  ==============================================================
		   VIDEO & AUDIO WRAP CSS START
	  ==============================================================
*/
.kode_video_bg{
	float:left;
	width:100%;
	background-color:#262927;
	padding:70px 0px;	
}
.kode_audio_wrap{
	float:left;
	width:100%;
	position:relative;	
	text-align:center;
}
.kode_audio_wrap figure:before{
	content:"";
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	width:0px;
	height:0px;
	margin:auto;
	background-color:rgba(0,0,0,0.6);
}

.kode_audio_wrap figure figcaption{
	position:absolute;
	width:100%;
	text-align:center;
	top:50%;
	opacity:0;	
}
.kode_audio_wrap figure figcaption a{
	display:inline-block;
	color:#fff;
	font-size:30px;
	margin-top:-30px;
	border:1px solid #fff;	
	padding:10px 20px;
}
.kode_audio_wrap figure:hover figcaption{
	opacity:1;
}
.kode_video_list .owl-controls .owl-pagination,
.kode_video_list .owl-controls .owl-buttons
{
	display:none;	
}
/*Hover */
.kode_audio_wrap figure:hover:before{
	width:100%;
	height:100%;	
}
#gameplay-map{
	width:100%;
	height:220px;
}
.google-map-location-finder{
	margin-bottom:30px;
	width:100%;
	float:left;
}
.kf_table2 .tb2_histeals span.input-btn{
	background-color: #000;
}
.kode-pure-white .kode-sidebar .kode-widget .tagcloud,
.kode-pure-white .kode-sidebar .kf_border{
	background:#fff;
}
.kode-pure-white .product_list_widget,
.kode-pure-white .kf_shop_wrap,
.kode-pure-white .widget_product_categories ul,
.kode-pure-white .kf_rangeslider{
	background-color:#fff;
}
.kode-pure-white .widget_product_categories ul{
	margin-top:0px;
}
.kode-pure-white .kode-sidebar .kode-widget .tagcloud{
	margin:0px;
}
.kode-pure-white .tagcloud, .em-tags-list, .kf_tags{
	padding:25px;
	margin-top:0px;
	background:#fff;
}
.kode-pure-white .widget-search {
    /*background: #fff none repeat scroll 0 0;*/
    float: left;
    /*padding: 30px 30px 30px;*/
    width: 100%;
}
.kode-pure-white .kode-sidebar .widget_search .widget-search{
	margin-top:0px;
}
.kode-pure-white .kf_opponents_outerwrap,
.kode-pure-white .kf_progress1,
.kode-pure-white .border_div,
.kode-pure-white .em-tickets,
.kode-pure-white .em-booking-form-details,
.kode-pure-white .text_wrap.kode-blog-list-feature,
.kode-pure-white .kode-sidebar-element .kf_border{
	background:#fff;
}
.kode-pure-white .kode-widget.kode-sidebar-element .widget-search .kode-search{
	margin-top:0px;	
}
.kode-pure-white .comment-form{
	background:#fff;
}
.kode-pure-white #respond #reply-title{
	margin-bottom:0px;
}
.kode-pure-white .comment-form {
    background: #fff none repeat scroll 0 0;
    float: left;
    padding: 15px;
    width: 100%;
	margin-bottom:30px;
}
.kode-pure-white .kode-postsection{
	background:#fff;
	padding:15px;
}
.kode-pure-white .commentlist{
	padding:15px;
	background:#fff;
}
.kode-pure-white #kodecomments .kf_hd1{
	margin-bottom:0px;
	background-color:#f9f9f9;
}
.kode-pure-white #respond{
	margin-top:30px;
	float:left;
	width:100%;
}
.alert_wrap{
	background-color:#edeff4;
	padding:50px 0px; 
}
.kode_alert_content{
	background-color:#fff;
	border-radius:5px;
	border:1px solid #e4e7ed;
	margin-bottom:25px; 
	position:relative;
}
.kode_alert_content span{
	height:60px;
	width:60px;
	text-align:center;
	line-height:60px;
	color:#fff;
	font-size:14px;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
	display:inline-block;
	border:none;
	float:left;
	padding:0px 0px;
}
.kode_alert_content .alert_button_red{
	background-color:#f34141;
}
.kode_alert_content  .alert_button_blue{
	background-color:#0cb2e2;
}
.kode_alert_content  .alert_button_green{
	background-color:#24d9b0;
}
.kode_alert_content p{
	font-size:12px;
	margin:0px;
	padding:23px 0 22px 25px;
	color:#9a9da2;
	overflow:hidden;
}
.kode_alert_content p strong{
	color:#31404b;
	text-transform:uppercase;
	margin-right:3px;
}
.kode_alert_content a {
	border: 1px solid #dbdfe6;
    color: #9a9da2;
	font-size:10px;
	padding:5px 13px;
	position:absolute;
	top:18px;
	right:18px;
	transition:all 0.3s ease-in-out;
}
.kode_alert_content a:hover {
    background-color: #9a9da2;
    border-color: #9a9da2;
    color: #fff;
}
.top-navigation-menu{
	padding:24px 0 23px;
	float:left;
}
.top-navigation-menu ul{
	padding:0px;
	margin:0px;
}
.kf_right_dec .top-navigation-menu li{
	float:left;
	width:auto;
	margin-left:15px;
}
.kf_right_dec li{
	margin-bottom:0px;
}
.kf_right_dec .top-navigation-menu li a{
	font-weight:bold;
	color:#fff;
}
.kf_h5.kf_searchbar{
	margin-bottom:30px;
	float:left;
	width:100%;
}
.gameplay_item_gallery{
	float:left;
	width:25%;
}
.kode-sidebar [class*="col-"]{
	padding:0px;
	width:100%;
}
.kf_overview_nav ul{
	width:auto;
}
.kf_ticker .ticker .slick-slide a{
	color:#fff;
}
.wrap_header_03 .kf_ticker .ticker .slick-slide a{
	color:#000;
}
.lyr_navigaion_01 .widget.widget-search{
	width:auto;
	float:right;
}
.lyr_navigaion_01 .widget.widget-search .kode-search{
	margin-top:0px;
}
.top-navigation-menu ul{
	padding:0px;
	margin:0px;
}
.top-navigation-menu ul li{
	float:left;
	list-style:none;
	width:auto;
	margin-right:15px;
}
.top-navigation-menu ul li .children,
.top-navigation-menu ul li .sub-menu{
	display:none;
}
.wrap_header_03 .top_bar_content .top-navigation-menu.kf_topdec{
	padding:5px 10px 0px 0px;
	margin:0px;
	float:right;
}
.wrap_header_04 .top-navigation-menu.kf_topdec{
	padding:8px 10px 0px 0px;
	margin:0px;
	float:right;
}
.header-style-3.header-style-3-new .top-navigation-menu.kf_topdec{
	padding:5px 10px 0px 0px;
	margin:0px;
	float:right;
}
.header-style-3.header-style-3-new .top_bar_content a,
.header-style-3.header-style-3-new .top-navigation-menu.kf_topdec a{
	color:#fff;
}
.wrap_header_04 .top_bar_content a,
.wrap_header_04 .top_bar_content .date{
	color:#fff;
}
.body-wrapper .wrap_header_04 .date{
	border-left-color:#fff;
	border-right-color:#fff;
}
.body-wrapper .wrap_header_04 .top_social_icon{
	border-right-color:#fff;
}
.body-wrapper .wrap_header_04 .top_social_icon li a i{
	color:#fff;
}
.body-wrapper .wrap_header_04 .top_social_icon li a{
	border-color:#fff;
}
.wrap_header_02 .gameplay-top_bar_wrap .top-navigation-menu.kf_topdec{
	padding:5px 10px 0px 0px;
	margin:0px;
	float:right;
}
.header-style-3.header-style-3-new .kode_center_content_wrap .kode_right_content .widget.widget-search{
	float:left;
	width:auto;
}
.kode-medium-blog .kode-even .kf_featured_thumb figure{
	float:right;
}
.wrap_header_05 .lyr_navigaion_02 .navigaion{
	margin-right:20px;
	float:right;
}
.kode-header-icons-colored .kode-header-fb a{background-color:#3b5998;}
.kode-header-icons-colored .kode-header-twitter a{ background-color: #00a0d1; }
.kode-header-icons-colored .kode-header-linked a{ background-color: #0e76a8; }
.kode-header-icons-colored .kode-header-instagram a{ background-color: #825c48; }
.kode-header-icons-colored .kode-header-tumblr a{ background-color: #34465D; }
.kode-header-icons-colored .kode-header-digg a{ background-color: #90B557; }
.kode-header-icons-colored .kode-header-delicious a{ background-color: #4088DA; }
.kode-header-icons-colored .kode-header-su a{ background-color: #EB4924; }
.kode-header-icons-colored .kode-header-youtube a{ background-color: #c4302b; }
.kode-header-icons-colored .kode-header-pinterest a{ background-color: #a30834; }
.kode-header-icons-colored .kode-header-plus a { background-color: #b21f1f; }
.kode-header-icons-colored .kode-header-skype a{ background-color: #00b0f6; }
.kode-header-icons-colored .kode-header-vimeo a{ background-color: #00b0f6; }
.kode-header-icons-colored .kode-header-flickr a{ background-color: #FB0487; }
.kode-header-icons-colored .wrap_header_03 .top-navigation-menu.kf_topdec a{color:#fff;}
.kode-header-icons-colored .kd-followus-widget ul li a[data-original-title="Dribbble"] 	{ background-color: #f077a4; }
.kode-header-icons-colored .kd-user-tag  .kd-social-network  .social-sharing li a[data-original-title="Reddit"],
.kf_overview_contant .kf_table2.team_st_table .current-team{
	background:#bbb;
}
.kode-team-single-detail .tagcloud a,.kode-team-single-detail  .em-tags-list li a,.kode-team-single-detail  .kf_tags li a{
	width:auto;
	float:none;
}


/*
	=====================================
		SIDEBAR WRAP START
	=====================================
*/	
.kode_side_copyright,
.kode_side_comment,
.kode_recent_medium,
.kode_side_post ul,
.kode_side_post,
.kode_sidebar_service, 
.kode_sidebar_logo,
.kode_sidebar_content,
.kode-wrapper{
	float:left;
	width:100%;
}
.kode_sidebar_wrap_side {
    float: left;
    padding: 30px;
    width: 100%;
}
.body-wrapper .c-menu{
	background-color:#25252f;
	padding:50px 20px 30px;
}
.kode_sidebar_wrap{
	float:left;
	background-color:#25252f;
	padding:50px 20px 30px;
	position:relative;
}
.kode_sidebar_wrap .close{
	position:absolute;
	top:10px;
	right:10px;
	height:37px;
	width:37px;
	text-align:center;
	line-height:30px;
	border-radius:100%;
	border:2px solid #fff;
	color:#fff;
	font-size:14px;
}
.kode_sidebar_content{
	padding:20px 0px;
	border-bottom:1px solid #4b4b59;
}
.kode_side_post h5,
.kode_sidebar_content h5{
	color:#fff;
	text-transform:uppercase;
	margin-bottom:10px;
}
.kode_sidebar_content p{
	color:#fff;
	font-size:16px;
	line-height:26px;
	margin-bottom:20px;
}
.kode_sidebar_service li a{
	display:block;
	font-size:15px;
	color:#fff;
}
.kode_sidebar_service li{
	display:block;
	margin-bottom:10px;
}
.kode_sidebar_service li a i{
	font-size:20px;
	margin-right:10px;
}
.kode_side_post{
	padding-top:30px;
	border-bottom:1px solid #4b4b59;
	margin-bottom:20px;
}
.kode_recent_medium{
	margin-bottom:30px;
}
.kode_recent_medium figure{
	float:left;
	overflow:hidden;
}
.kode_recent_medium:hover figure img{
	transform:scale(1.1);
	-moz-transform:scale(1.1);
	opacity:0.7;
	-webkit-transform:scale(1.1);
}
.kode_recent_content {
    overflow: hidden;
    padding: 0 0 0 16px;
}
.kode_side_post h5{
	margin-bottom:20px;
}
.kode_recent_content p{
	font-size:15px;
	line-height:24px;
	color:#fff;
}
.kode_side_comment li{
	float:left;
	margin-right:14px;
}
.kode_side_icon li:last-child,
.kode_side_comment li:last-child{
	margin:0px;
}
.kode_side_comment li a{
	font-size:12px;
	color:#fff;
}
.kode_side_comment li a i{
	margin-right:5px;
}
.kode_side_copyright p{
	float:left;
	color:#fff;
	font-size:14px;
}
.c-menu--slide-right  .c-menu__close ,
.c-menu--push-right  .c-menu__close {
	right: auto !important;
	left: 10px;
	top: 10px;
}

.c-menu--push-top,
.c-menu--slide-right, 
.c-menu--push-right{
	direction: rtl;
}
.c-menu--push-top .kode_sidebar_wrap_side,
.c-menu--push-right .kode_sidebar_wrap_side{
	direction: ltr;
}
.c-menu--slide-top, .c-menu--slide-bottom, .c-menu--push-top, .c-menu--push-bottom{
	overflow-x: hidden !important;
}
.kode_sidebar_wrap_side{
	text-align: left;
}
.kode_sidebar_wrap_side {
    float: left;
    padding: 30px;
    width: 100%;
}
.side-navigation .c-menu__close {
    color: #fff;
    font-size: 14px;
    height: 37px;
    line-height: 32px;
    opacity: 1;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 10px;
    width: 37px;
    border-radius: 100%;
    border: 2px solid #fff;
    transition: all 0.3s ease-in-out;
}
.body-wrapper.has-push-right,
.body-wrapper.has-push-left{
	transition: all 0.3s ease-in-out;
}

.kode_sidebar_wrap_side .kode_sidebar_logo{
	margin: 0 0 0px;
	text-align: center;
}
.kode-sidebar-menu-element .widget_archive ul{
	margin-left: 0;
}
.kode-sidebar-menu-element > div{
	margin: 30px 0 0 0;
}
.kode-sidebar-menu-element #wp-calendar thead{
	background: #fff !important;
}
.kode-sidebar-menu-element .calendar_wrap th,
.kode-sidebar-menu-element .calendar_wrap td{
	padding: 10px;
	border-color: #fff;
	text-align: center;
}
.kode-sidebar-menu-element .calendar_wrap th:hover{
	background: transparent;
}
.kode-sidebar-menu-element .calendar_wrap table{
	border-color:#fff;
}
.kode-sidebar-menu-element .widget_pages ul li ul{
	display: none;
}
.kode-sidebar-menu-element .widget_pages ul li:hover > ul{
	display: block;
}

.kode-sidebar-menu-element .widget_recent_comments .recentcomments{
	padding: 3px 0;
}
.kode-sidebar-menu-element  .widget_nav_menu ul li a{
	position: relative;
}
.kode-sidebar-menu-element  .widget_nav_menu ul li a:before{
    content: "";
    font-family: "FontAwesome";
    font-size: 16px;
    left: 0px;
    margin: -9px 0 0;
    position: absolute;
    top: 50%;
    color: currentColor;
}
.kode-sidebar-menu-element .widget_nav_menu ul li a,
.kode-sidebar-menu-element .textwidget select,
.kode-sidebar-menu-element cite,
.kode-sidebar-menu-element .textwidget strong,
.kode-sidebar-menu-element .rsswidget,
.kode-sidebar-menu-element .rssSummary,
.kode-sidebar-menu-element .rsswidget,
.kode-sidebar-menu-element .widget_recent_entries ul li a,
.kode-sidebar-menu-element .widget_meta ul li a,
.kode-sidebar-menu-element .widget_pages ul li a,
.kode-sidebar-menu-element .em-categories-list li, 
.kode-sidebar-menu-element .widget_categories ul li,
.kode-sidebar-menu-element .postform,
.kode-sidebar-menu-element #archives-dropdown--1,
.kode-sidebar-menu-element .postform option,
.kode-sidebar-menu-element #archives-dropdown--1 option,
.kode-sidebar-menu-element .widget_archive li,
.kode-sidebar-menu-element .calendar_wrap td a,
.kode-sidebar-menu-element  .widget_archive li a,
.kode-sidebar-menu-element .calendar_wrap td,
.kode-sidebar-menu-element .screen-reader-text,.kode-sidebar-menu-element .calendar_wrap caption,
.kode-sidebar-menu-element .em-categories-list li a,.kode-sidebar-menu-element .widget_categories ul li a{
	color: #fff;
}
label.screen-reader-text{display:none}
.kode-sidebar-menu-element .widget_pages ul li a::before,
.kode-sidebar-menu-element  .widget_archive li a:before,
.kode-sidebar-menu-element .widget_categories ul li a::before{
	color: currentColor;
}
.kode_side_copyright .kode_side_icon{
	float: left;
	width: 100%;
	margin:0;
	padding:15px 0; 
	list-style: none;
	text-align: center;
}
.kode_side_copyright .kode_side_icon li {
    display: inline-block;
    float: none;
    margin-right: 8px;
    width: auto;
}
.kode_side_copyright .kode_side_icon li a {
    color: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
    display: inline-block;
    height: 30px;
    line-height: 30px;
    opacity: 0.99;
    overflow: hidden;
    position: relative;
    text-align: center;
    transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59) 0s;
    width: 30px;
}
.kode_side_copyright .kode_side_icon li a::before {
    background-color: #000;
    content: "";
    height: 140%;
    left: -110%;
    position: absolute;
    top: 90%;
    transform: rotate(45deg);
    transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59) 0s;
    width: 140%;
    z-index: -1;
}
.kode_side_copyright .kode_side_icon li a:focus::before, .kode_side_icon li a:hover::before {
    left: -20%;
    top: -20%;
}
#c-menu--slide-right .kode-sidebar-menu-element [class*="col-"],
#c-menu--slide-left .kode-sidebar-menu-element [class*="col-"],
#c-menu--push-left .kode-sidebar-menu-element [class*="col-"],
#c-menu--push-right .kode-sidebar-menu-element [class*="col-"]{
	width:100%;
	padding:0px;
}
.widget_pages ul li,
.widget_meta ul li,
.widget_recent_entries ul li,
.em-categories-list li, .widget_categories ul li,
.widget_nav_menu ul li{
	margin-bottom:0px;
}
#recentcomments .recentcomments .comment-author-link{
	margin:0 0 5px;
}
footer #recentcomments .recentcomments{
	color:#fff;
}
.em-booking-gateway-form{
	float: left;
	width: 100%;
	margin: 0 0 20px;
}
.em-booking-gateway-form img{
	width: auto;
	float: left;
}
.em-booking-pro-data .em-booking-login{
	margin: 0 0 50px !important;
}

.body-wrapper .kode_navigation .kode-navigation-wrapper ul li ul{
	left:auto;
	right:0px;
}
.body-wrapper .kode_navigation .kode-navigation-wrapper ul li ul ul{
	left:auto;
	right:100%;
}
.body-wrapper .kode_navigation .kode-navigation-wrapper .navigation .menu li:hover > .sub-menu ul{
	right:100%;
	left:auto;
}
.kode-blog-modern-ux .kf_featured_wrap2 .kf_featured_thumb .text_wrper .text .kode-blog-content{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	line-height: 30px;     /* fallback */
	max-height: 200px;      /* fallback */
	-webkit-line-clamp: 5; /* number of lines to show */
	-webkit-box-orient: vertical;
}
.kf_featured_thumb .text_wrper .text_2 .blog-info.blog-category i{
	margin-top:4px;
}
.kode_header_2 #kode_search.kode_search.kf_pet_search.open{
	height: auto;
}
.blog-item-wrapper{
	float: left;
	width: 100%;
}
.kf_ticket2_wrap .ticket_dec2 .em-full-button {
    background-color: transparent;
    border: 1px solid #e7e7e7;
    color: #333;
    float: left;
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    padding: 10px 35px;
    text-transform: uppercase;
    width: auto;
}
.woocommerce form.login{
	float: left;
	width: 100%;
}
.kf_social2 li{
	margin-bottom:0px;
}
.kf_ticker{
	display:none;
}

.img-circle {
    border-radius: 50%;
}