/*
Theme Name: KickOff
Theme URI: http://kodeforest.com/wp-demo/kickoff
Description: Kickoff Wordpress Theme
Author: KodeForest
Author URI: http://www.kodeforest.com
Version: 5.0
License:
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: theme-options
Text Domain: kickoff
*/

/**
 * Table of Contents :
 *
* 1.0 - Default Css
* 2.0 - TopBaar
* 3.0 - Navigation
* 4.0 - Header Two
* 5.0 - Main Banner
* 6.0 - Main Content
* 7.0 - Main INformation
* 8.0 - Main Title
* 9.0 - Services View
* 10.0 - Services View Tow
*  10.1- Causes Grid
* 11.0 - SharePost
* 12.0 - Counter
* 13.0 - Team Grid
*  13.1 - Team Detail
* 14.0 - Gallery
* 15.0 - Parallex Info
* 16.0 - Blog Grid
*  16.1 - Blog LArge
*  16.2 - Blog Grid
*  16.3 - Blog Medium
*  16.4 - Blog Box
*  16.5- Blog Detail
* 17.0 - AttachMent
* 18.0 - Comment Form
* 19.0 - Next Prev Post Section
* 20.0 - ShopListing
*  20.1- Shop Detail
* 21.0 - Testimonial
* 22.0 - Parallex Info
* 23.0 - Partner
* 24.0 - SubHeader
* 25.0 - Pagination
* 26.0 - Event List
*  26.1 - Event Detail3326
*  27.1 - Event Countdown
* 28.0 - 404
* 29.0 - About Us
* 30.0 - Accordion Setup
* 31.0 - Call Action
* 32.0 - Classic Call To Action
* 33.0 - Parallex Background
* 34.0 - Footer
*  34.1 - Widget Section
*  34.2 - NewsLatter
*  34.3 - CopyRight
* 35.0 - wrapper item
* 36.0 - WOOCOMMERCE PRODUCTS
* 37.0 - Search Widget
*/
* {
	padding: 0px;
	margin: 0px;
}
.sticky {
}
.wp-caption-text {
}
.gallery-caption {
}
.bypostauthor {
}
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
blockquote.alignleft, .wp-caption.alignleft, img.alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}
blockquote.alignright, .wp-caption.alignright, img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}
blockquote.aligncenter, .wp-caption.aligncenter, img.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}
.wp-caption.alignleft, .wp-caption.alignright, .wp-caption.aligncenter {
	margin-bottom: 1.2em;
}
/* TopBaar */
.kode-topbar {
	float: left;
	width: 100%;
	background-color: #222126;
	font-size: 16px;
	padding: 7px 0px;
	position: relative;
	height: 90px;
}
.kode-topbar:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 27%;
}
.kode-barinfo {
	float: left;
	color: #ffffff;
}
.kode-barinfo i, .kode-email i {
	width: 28px;
	height: 28px;
	border: 1px solid #ffffff;
	border-radius: 100%;
	color: #ffffff;
	text-align: center;
	padding: 5px 0px 0px 0px;
	margin-right: 12px;
	font-size: 15px;
}
.kode-email {
	float: left;
	color: #ffffff;
}
.kode-team-network {
	float: right;
	margin: 0px;
	padding: 0px;
}
.kode-team-network li {
	list-style: none;
	float: left;
	margin: 0px 0px 0px 5px;
}
.kode-header-two .kode-team-network li {
	margin: 0px 0px 0px 20px;
}
.kode-team-network li a i, {
 float: left;
 width: 30px;
 height: 30px;
 color: #ffffff;
 border: 1px solid #ffffff;
 text-align: center;
 border-radius: 100%;
 padding: 6px 0px 0px 0px;
}
.kode-team-network li a {
	float: left;
	width: 30px;
	height: 30px;
	border: 1px solid #ffffff;
	text-align: center;
	padding: 6px 0px 0px 0px;
}
.kode-team-network li a:hover {
	color: #ffffff;
}
/* Header Baar */
.kode-header-absolute {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 999;
}
.content-wrapper {
	width: 100%;
	float: left;
	overflow: hidden;
}
.kode-header-pagebuilder .kode-headbar {
	margin-top: 0px;
}
.kode-header-pagebuilder .kode-header-absolute {
	position: relative;
}
.kode-header-pagebuilder .kode-topbar {
	height: 42px;
}
.kode-headbar {
	float: left;
	width: 100%;
	background: #ffffff;
	margin-top: -46px;
	position: relative;
	border-bottom: 2px solid #222126;
}
.logo {
	float: left;
	margin: 13px 0px 13px 15px;
}
/* Navigation */
.kode-rightsection {
	float: right;
	padding-right: 15px;
	width: 100%;
}
.navbar-collapse {
	padding: 0px;
}
.navbar-default {
	background: none;
	border: none;
	margin: 0px;
	float: left;
}
.navigation ul {
	margin: 0px;
}
.navigation .menu ul > li > a {
	color: #666;
}
.navigation li, .navigation .menu ul li, .navbar-default .navbar-nav li {
	list-style: none;
}
.navigation .menu ul li a, .navigation li a {
	display: block;
}
.navigation > li:hover > a, .navbar-default .navbar-nav > li:hover > a {
	color: #fff;
}
.navigation .menu ul li a, .navigation ul > li > a, .navbar-nav > li > a {
	padding: 35px 14px 31px 14px;
	font-size: 14px;
	color: #666;
	text-transform: uppercase;
	position: relative;
}
.navigation ul > li {
	position: relative;
	float: left;
}
.navigation ul li a {
	display: block;
}
.navigation .menu ul li:hover:before, .navigation ul > li:hover:before, .navbar-nav > li:hover:before {
	opacity: 1;
	height: 100%;
}
.navigation .menu .sub-menu .sub-menu .sub-menu, .navigation .menu .sub-menu, .navigation .sub-menu, .navigation .children, .navbar-nav .children {
	position: absolute;
	left: 0px;
	top: 100%;
	background-color: #222126;
	margin: 0px 0px 0px 0px;
	border-top: 1px solid;
	opacity: 0;
	visibility: hidden;
	z-index: 999;
	min-width: 200px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.navigation .menu ul li:hover > .sub-menu li:hover > .sub-menu, .navigation .menu > .sub-menu li:hover > .sub-menu li:hover > .sub-menu, .navigation .menu ul li:hover > .sub-menu, .navigation .menu > .sub-menu li:hover > .sub-menu, .navigation ul li:hover > .sub-menu, .navigation .sub-menu li:hover > .sub-menu, .navbar-nav > li:hover > .children, .navbar-nav .children > li:hover > .children {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
}
.navigation .menu .sub-menu li, .navigation .sub-menu li, .navbar-nav .children li {
	position: relative;
	float: left;
	margin:0px;
	width: 100%;
}
.navigation .menu .sub-menu li a, .navigation .sub-menu li a, .navbar-nav .children li a {
	font-size: 12px;
	color: #ffffff;
	text-transform: uppercase;
	width: 210px;
	padding: 12px 15px;
	border-bottom: 1px dashed rgba(255,255,255,0.1);
	display: block;
}
.navigation .menu .sub-menu li a:before, .navigation .sub-menu li a:before, .navbar-nav .children li a:before {
	content: "\f105";
	font-family: FontAwesome;
	display: inline-block;
	padding: 0px 14px 0px 0px;
}
.navigation .menu .sub-menu .sub-menu .sub-menu, .navigation .menu .sub-menu .sub-menu, .navigation .sub-menu .sub-menu, .navbar-nav .children .children {
	top: 0;
	left: 100%;
	margin: 0px;
}
.navigation .menu .sub-menu > li:hover > a, .navigation .sub-menu > li:hover > a, .sub-menu > li:hover > a:before, .navbar-nav .children > li:hover > a, .children > li:hover > a:before {
	color: #ffffff;
}
#header-style-3 .kode-donate-btn {
	padding: 10px 15px;
}
.kode-donate-btn {
	float: right;
	padding: 10px 30px;
	color: #ffffff;
	text-transform: uppercase;
	border-radius: 4px;
	font-weight: bold;
	margin: 23px 0px 0px 10px;
	position: relative;
}
.kode-donate-btn:hover {
	opacity: 0.7;
}
/* Accordion Setup */
.kd-accordion {
	float: left;
	width: 100%;
	margin-bottom: 25px;
}
.kd-accordion .accordion {
	display: inline-block;
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #e2e2e2;
	padding: 15px 20px;
	color: #777777;
	font-size: 16px;
	margin: 0px 0px 15px 0px;
	position: relative;
}
.kd-accordion .accordion.accordion-open {
	background-color: #49b424;
	color: #ffffff;
}
.kd-accordion .accordion.accordion-open span {
	color: #ffffff;
	border-left: none;
}
.kd-accordion .accordion p {
	margin: 0px;
}
.kd-accordion .accordion span {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 50px;
	height: 100%;
	color: #777777;
	border-left: 1px solid #e2e2e2;
	font-size: 16px;
	padding: 18px 0px 0px 0px;
	text-align: center;
}
.kd-accordion .accordion.accordion-open span:before {
	content: "\f106";
}
.accordion-content .accordian-fram {
	padding: 20px;
	border: 1px solid #e2e2e2;
	border-top: none;
	margin-top: -15px;
	margin-bottom: 15px;
}
.accordian-fram, .accordian-fram .ac-thumb img {
	float: left;
	width: 100%;
}
.accordian-fram .ac-thumb {
	float: left;
	width: 195px;
}
.accordian-fram .ac-thumb ~ .ac-info {
	padding: 0px 0px 0px 215px;
}
.ac-info .kode-donate-btn {
	margin: 0px;
}
.ac-info p {
	margin-bottom: 20px;
}
/* Call Action */
.kode-main-action {
	float: left;
	width: 100%;
}
.kode-main-action span {
	float: left;
	width: 70%;
	font-size: 30px;
	color: #ffffff;
	text-transform: uppercase;
}
.kode-main-action span strong {
	color: #333;
}
.kode-main-action a {
	float: right;
	background-color: #222126;
	text-transform: uppercase;
	color: #ffffff;
	padding: 0px 18px 0px 0px;
	border-radius: 40px;
	line-height: 47px;
	font-weight: 600;
	margin-top: 25px;
}
.kode-main-action a:hover {
	opacity: 0.7;
}
.kode-main-action a i {
	float: left;
	width: 47px;
	height: 47px;
	color: #333;
	background-color: #ffffff;
	border-radius: 100%;
	font-size: 22px;
	text-align: center;
	padding: 12px 0px 0px 0px;
	margin-right: 15px;
}
/* Classic Call To Action */
.kode-classic-action {
	float: left;
	width: 100%;
}
.kode-classic-action h2 {
	color: #ffffff;
	text-transform: uppercase;
	display: inline-block;
}
.kode-classic-action h2 i {
	margin-right: 12px;
}
.kode-actionbtn {
	float: right;
}
.kode-actionbtn a {
	float: left;
	padding: 10px 20px;
	color: #ffffff;
	border: 2px solid #ffffff;
	border-radius: 4px;
	margin-left: 16px;
	text-transform: uppercase;
	font-weight: bold;
}
.kode-actionbtn a:hover {
	background-color: #ffffff;
}
/* Parallex Background */
.video-parallex {
	float: left;
	width: 100%;
	text-align: center;
}
.video-parallex h2 strong {
	color: #ffffff;
}
.video-parallex h2 {
	color: #ffffff;
	font-size: 48px;
	text-transform: uppercase;
	margin-bottom: 0px;
}
.video-parallex span {
	font-size: 20px;
	color: #ffffff;
	display: inline-block;
	margin-bottom: 35px;
}
.kode-play {
	display: inline-block;
	width: 82px;
	height: 82px;
	background-color: #ffffff;
	color: #292827;
	border-radius: 100%;
	border: 6px solid #000;
	box-shadow: 0px 0px 0px 2px #fff;
	padding: 15px 0 0 7px;
	font-size: 30px;
	margin-bottom: 35px;
}
.parallex-more-btn {
	display: inline-block;
	padding: 10px 35px 12px 35px;
	color: #000;
	background-color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 3px;
}
.kode_top_strip .logo {
	float: none;
}
.kode_top_strip {
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	padding: 30px 0px;
}
/*location Style*/
.kode_loc {
	float: left;
	padding-top: 20px;
}
/*Logo Style*/
.kode_logo {
	width: 100%;
	text-align: center;
}
.kode_logo a {
	display: block;
}
/*Social Icon Style*/
.kode_social_icon {
	width: 100%;
	float: right;
	padding-top: 20px;
	text-align: center;
}
ul.kode_social_icon li {
	float: right;
}
/*
	  =============================
		   Header 2 Style
	  =============================
*/
.kode_top_strip2 {
	width: 100%;
	float: left;
	background-color: #e9d10b;
	padding: 10px 0px;
}
.kode_top_strip2 .kode_loc {
	padding: 0px;
}
.kode_contact_icon {
	float: right;
}
.kode_contact_icon ul li {
	float: right;
	padding: 0px 12px;
	font-size: 16px;
}
.kode_contact_icon ul li i {
	margin-right: 10px;
}
.kode_contact_icon ul li:first-child {
	padding-right: 0px;
}
/*Logo Here*/
.kode_logo_2 {
	float: left;
	width: 275px;
}
.kode_logo_2 a {
	display: block;
}
/*Navigation Style*/
.kode_header_2 .kode_nav_1 .navbar {
	float: right;
}
.kode_header_2 .kode_nav_1 {
	float: left;
	padding: 15px 0px;
	background-color: #fff;
	box-shadow: 0px 4px 2px 0px rgba(0,0,0,0.23);
	width: 100%;
}
#header-style-3 {
	position: relative;
	z-index: 9999999;
}
.kode_header_2 .kode_nav_1 .kode-navigation-wrapper {
	float: right;
}
#header-style-3 .logo {
	margin-left: auto;
}
.kode_heart {
	float: right;
	margin: 27px 0px 0px 10px;
}
.kode_header_2 .dl-menuwrapper {
	margin: 26px 0px;
}
.dl-menuwrapper .dl-menu {
	z-index: 100;
}
.kode_heart a {
	display: inline-block;
	color: #fff;
	background-color: #e9d10b;
	width: 37px;
	height: 37px;
	text-align: center;
	border-radius: 4px;
}
.kode_heart i {
	padding-top: 13px;
	color: #fff;
}
/*
	  =============================
		   Header 5 Style
	  =============================
*/
.kode_header_5 .kode_top_strip2 {
	background-color: #fff;
	padding: 0px;
	border-bottom: 1px solid #d3d3d3;
}
.kode_coun {
	float: left;
}
.kode_coun .dropdown, .dropup {
	float: left;
	padding: 19px 5px 0px 0px;
}
.kode_coun .btn-default {
	background: none;
	border: 0px;
	color: #2b2b2b;
	font-weight: bold;
	padding: 0px 10px;
}
.kode_coun .btn-default i {
	margin-left: 10px;
}
.kode_coun .btn-default.active, .kode_coun .btn-default:active, .kode_coun .open > .dropdown-toggle.btn-default {
	background-color: #f37936;
	border: 0px;
	color: #fff;
}
.kode_coun .dropdown-menu > li > a:focus, .kode_coun .dropdown-menu > li > a:hover {
	color: #fff;
	background-color: #f37936;
}
.kode_coun p {
	margin: 0px;
	float: left;
	padding: 20px 0px 18px 20px;
	border-left: 1px solid #dcdcdc;
}
.kode_coun p span {
	display: inline-block;
	color: #f37936;
}
/*Social Icon Style*/
.kode_header_5 .kode_social_icon {
	float: right;
	width: auto;
	padding: 18px 0px 0px;
}
.kode_header_5 ul.kode_social_icon li a {
	color: #666666;
	padding: 0px 20px;
	margin: 0px;
}
.kode_header_5 ul.kode_social_icon li a i {
	border: 0px;
	width: 0px;
	height: 0px;
	color: #666;
	float: none;
	border-radius: none;
}
.kode_header_5 ul.kode_social_icon li:hover a i, .kode_cart_wrap ul li:hover a {
	color: #f37936;
}
/*Cart Text Style*/
.kode_cart_wrap {
	float: right;
}
.kode_cart_wrap ul li {
	float: right;
	padding: 21px 21px;
	color: #2b2b2b;
	border-right: 1px solid #dcdcdc;
	list-style: none;
}
.kode_cart_wrap ul li a i {
	margin-right: 10px;
}
/*Logo Style*/
.kode_header_5 .kode_logo_2 {
	width: 240px;
	padding: 11px 0px 0px 0px;
}
/*Navigation Style Start*/
.kode_header_5 .kode_nav_1 {
	background-color: #fff;
	box-shadow: 0 4px 2px 0 rgba(0, 0, 0, 0.23);
}
.kode_header_5 .kode_nav_1 .navbar {
	float: left;
}
.kode_header_5 .kode_nav_1 ul li a {
	font-weight: normal;
	padding: 40px 18px;
	font-size: 14px;
	margin-top: -2px;
	border-top: 1px solid transparent;
}
.kode_header_5 {
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	position: relative;
	z-index: 999999;
}
.kode_header_2 {
	position: relative;
}
.kode_header_5 .kode_nav_1 ul li:hover a {
	color: #333;
}
.kode_header_5 .kode_nav_1 .navbar-default .navbar-nav > li.active > a, .kode_header_5 .kode_nav_1 .navbar-default .navbar-nav > li > a:focus, .kode_header_5 .kode_nav_1 .navbar-default .navbar-nav > li > a:hover {
	color: #f37936;
	border-top: 1px solid #f37936;
}
/*Search Style*/
.kode_search {
	float: right;
}
.kode_search a {
	color: #2b2b2b;
	font-size: 14px;
}
/*Search Style*/
.kode_search, .kode_cart_fill {
	float: right;
	position: relative;
}
.kode_search a, .kode_cart_fill a {
	display: inline-block;
	color: #2b2b2b;
	font-size: 14px;
	font-weight: normal;
	padding: 36px 12px;
}
/*Cart Style*/
.kode_cart_fill span {
	position: absolute;
	color: #fff;
	background-color: #f37936;
	border-radius: 100%;
	padding: 0px 5px;
	top: 30%;
	right: 0px;
	font-size: 12px;
	font-weight: bold;
}
.navigation ul > li.kode-last ul {
	left: auto !important;
	right: 0px;
}
.navigation ul > li.kode-last ul ul {
	right: 100%;
}
.footer-bottom-1 {
	padding: 30px 0px;
	position:relative;
	float:left;
	width:100%;
}
.heading-4 h2 {
	padding: 0px 0px 20px 0px;
	display: inline-block;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
	text-transform: uppercase;
}
.kode-team-section .heading-4 h2:after {
	background-color: #fff;
}
.heading-4 h2:after {
	content: "";
	height: 1px;
	width: 50px;
	position: absolute;
	left: 0px;
	right: 0px;
	margin: auto;
	bottom: 0px;
	background-color: #db2d14;
}
.heading-4 p {
	font-size: 14px;
	color: #949494;
	text-transform: uppercase;
	margin: 0px 0px 10px 0px;
	font-family: 'Open Sans', sans-serif;
}
/*
	  =============================
		   Header 7 Style
	  =============================
*/
#header-style-3 .kode_loc {
	padding-top: 35px;
}
.kode_header_7 .kode_top_eng {
	padding: 10px 0px 0px;
	border: 0px;
	position: relative;
}
#header-style-3 .kode_top_strip:before, .kode_header_7 .kode_top_eng:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.5);
}
#header-style-3 .kode_top_strip, .kode_header_7 .kode_top_eng .container, .kode_header_7 .kode_top_eng .kode_nav_1 {
	position: relative;
}
#header-style-3 .header_sticky_nav {
	background: #fff;
}
.kode_header_7 .kode_welcome p {
	color: #fff;
}
.kode_header_7 .kode_umeed_list li {
	color: #fff;
}
.kode_header_7 .kode_select_opt .dropdown .btn-default {
	background-color: rgba(0,0,0,0.17);
	color: #fff;
}
.kode_header_7 .kode_select_opt .dropdown .btn-default span {
	color: #fff;
}
/*Logo Style*/
.kode_header_7 .kode_logo {
	text-align: left
}
/*Form Style*/
.kode_header_7 .kode_search_bar form {
	width: 100%;
}
.kode_header_7 .kode_search_bar form input[type="text"] {
	width: 100%;
	border-radius: 3px;
	height: 45px;
	border: 1px solid #fff;
}
.kode_header_7 .kode_search_bar form button {
	position: absolute;
	right: 5px;
	top: 5px;
	bottom: 5px;
	padding: 10px 15px;
	border-radius: 4px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.kode_header_7 .kode_search_bar form a {
	background-color: #e5cd0b;
	font-size: 18px;
	height: 36px;
	padding: 5px 12px 0;
	position: absolute;
	right: 5px;
	top: 5px;
	border-radius: 3px;
}
/*Phone Style*/
.kode_header_7 .kode_ph_no {
	float: right;
}
.kode_header_7 .kode_left_thumb {
	float: right;
}
.kode_header_7 .kode_ph_no p {
	color: #fff;
}
.kode_header_7 .kode_ph_no h4 {
	color: #fff;
}
.kode_header_7 .kode_left_thumb i {
	color: #2b2b2b;
	background-color: #fff;
	border-radius: 100%;
	padding: 12px;
}
/*Navigation Style*/

.kode_header_7 .kode_nav_1 {
	background-color: #fff;
	box-shadow: 0 4px 2px 0 rgba(0, 0, 0, 0.23);
}
.kode_header_7 .kode_nav_1 .navbar-default .navbar-nav > li.active > a, .kode_header_7 .kode_nav_1 .navbar-default .navbar-nav > li > a:focus, .kode_header_7 .kode_nav_1 .navbar-default .navbar-nav > li > a:hover {
	color: #e5cd0b;
}
.kode_header_7 .kode_nav_1 .navbar-default .navbar-nav > li.active > a:before, .kode_header_7 .kode_nav_1 .navbar-default .navbar-nav > li > a:focus:before, .kode_header_7 .kode_nav_1 .navbar-default .navbar-nav > li > a:hover:before {
	content: "";
	position: absolute;
	top: 0;
	left: 48%;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #e5cd0b;
	margin: -1px 0px 0px -6px;
}
/*Botton Style*/
.kode_header_7 .kode_donate_btn a {
	color: #fff;
}
.kode_header_7 .kode_donate_btn a {
	display: inline-block;
	padding: 15px 18px;
}
.kode_header_7 .kode_donate_btn a i {
	margin-right: 10px;
}
.kode_header_7 .kode_donate_btn a:hover {
	background-color: #e5cd0b;
	color: #2b2b2b;
}
.kode_header_7 .navigation .menu ul li a, .kode_header_7 .navigation ul > li > a, .kode_header_7 .navbar-nav > li > a {
	padding: 16px 20px;
	border-top: solid 4px transparent;
	border-bottom: solid 4px transparent;
	background-color: transparent;
	color: #333
}
.kode_header_7 .navigation .menu ul ul li a, .kode_header_7 .navigation ul ul > li > a, .kode_header_7 .navbar-nav ul > li > a {
	padding: 12px 15px !important;
}
.kode_header_7 .navigation ul > li.current-menu-item a {
	border-color: #333;
}
.kode_top_eng {
	float: left;
	width: 100%;
	padding: 12px 0px 0px;
	border-top: 1px solid #cfcfcf;
}
.kode_welcome {
	float: left;
}
.kode_welcome p {
	color: #8d8d8d;
	font-size: 13px;
	margin: 0px;
}
/*Select Style*/
.kode_select_opt {
	float: right;
}
.kode_select_opt .dropdown {
	margin-left: 8px;
	float: right;
}
.kode_select_opt .dropdown .btn-default {
	color: #8d8d8d;
	font-size: 13px;
}
.kode_select_opt .dropdown .btn-default span {
	color: #2b2b2b;
	display: inline-block;
	margin-left: 5px;
}
.kode_select_opt .btn-default:hover {
	background-color: #db5f4f;
	color: #fff;
}
.kode_select_opt .btn-default.active, .kode_select_opt .btn-default:active, .kode_select_opt .open > .dropdown-toggle.btn-default {
	background-color: #db5f4f;
	color: #fff;
}
/*Umeed List Style*/
.kode_umeed_list {
	float: right;
}
.kode_umeed_list li {
	float: right;
	color: #8d8d8d;
	padding: 0px 15px;
	border-right: 1px solid #cfcfcf;
}
.kode_umeed_list li i {
	margin-right: 10px;
}
.kode_umeed_list li:first-child {
	border: 0px;
}
/*Second Strip Style*/
.kode_sec_strip {
	padding: 30px 0px;
	float: left;
	width: 100%;
}
.kode_call {
	float: left;
	width: 100%;
	margin-top: 10px;
}
.kode_left_thumb {
	float: left;
}
.kode_left_thumb i {
	color: #2b2b2b;
	font-size: 20px;
	background-color: #f5f5f5;
	border-radius: 100%;
	padding: 12px;
	box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.23);
}
.kode_ph_no {
	float: left;
	padding: 0px 0px 0px 20px;
}
.kode_ph_no p {
	font-size: 13px;
	color: #8d8d8d;
	margin-bottom: 0px;
}
.kode_ph_no h4 {
	color: #2b2b2b;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
}
/*Logo Wrap Style*/
.kode_header_6 .kode_logo {
	text-align: center;
	width: auto;
	padding: 0px;
}
/*Search Bar Style*/
.kode_search_bar {
	float: left;
	width: 100%;
	padding: 15px 0px;
}
.kode_search_bar form {
	float: right;
	width: 320px;
	position: relative;
}
.kode_search_bar form input[type="text"] {
	width: 100%;
	border: 2px solid #717171;
	height: 40px;
	padding: 5px 50px 5px 15px;
	color: #2b2b2b;
}
.kode_search_bar form a {
	position: absolute;
	top: 0;
	right: 0px;
	color: #fff;
	font-size: 18px;
	background-color: #2b2b2b;
	height: 40px;
	padding: 5px 15px 0px;
}
/*Donate Now Buttn Style*/
.kode_header_7 .kode_donate_btn {
	float: right;
	margin: 6px 0px;
}
.kode_header_7 .kode_donate_btn a {
	display: inline-block;
	border: 0px;
	background-color: #2b2b2b;
	color: #e9d10b;
	padding: 15px 29px;
	line-height: normal;
	border-radius: 5px;
	font-weight: bold;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.kode_header_7 .kode_donate_btn a:hover {
	background-color: #e9d10b;
	color: #2b2b2b;
}
.overflow-none {
	overflow: visible !important;
}
.margin-top-150-minus {
	margin-top: -150px;
	float: left;
	width: 100%;
}
.video-parallex {
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0px;
	top: 50%;
	z-index: 99999;
}
.video-parallex h2 {
	font-size: 70px !important;
	display: inline-block;
	padding: 0px 0px 20px 0px;
	margin: 0px 0px 20px 0px;
	line-height: 70px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: solid 2px #fff;
}
.video-parallex p {
	font-size: 20px;
	color: #fff;
	margin: 0px;
}
.kode_header_7.header_sticky_nav.kf_sticky .kode_top_eng > .container {
	display: none;
}
.kode_header_7.header_sticky_nav.kf_sticky .kode_top_eng {
	padding: 0px;
}
#header-style-3 {
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
}
#header-style-3 .navigation .menu ul li a, #header-style-3 .navigation ul > li > a, #header-style-3 .navbar-nav > li > a {
	padding: 20px 20px;
}
#header-style-3 .kode-donate-btn {
	margin: 10px 0px;
}
#header-style-3 .navigation li:before {
	content: "";
	height: 10px;
	width: 1px;
	background-color: #ccc;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -5px;
}
#header-style-3 .navigation ul ul li:before, #header-style-3 .navigation li:first-child:before {
	display: none;
}
#header-style-3 .navigation .menu ul li a, #header-style-3 .navigation ul ul > li > a, #header-style-3 .navbar-nav ul > li > a {
	padding: 10px 20px;
}
.kode-background-video.kode-remove-pos-abs .kode-video-bg {
	position: relative;
}
.kode_header_5 .kode_coun {
	margin: 21px 0px;
}
.white-theme .kode-services.services-three h3 {
	color: #fff;
}
.white-theme .kode-services.services-three p {
	color: #fff;
	font-weight: 600;
}
.white-theme .kode-services.services-three i {
	border-color: #fff;
}
.top_slider_bxslider > li {
	list-style: none;
}
/* TopBaar Starts */
.kode-topbar-kickoff {
	float: left;
	width: 100%;
	background-color: #195D10;
	position: relative;
	font-size: 13px;
	padding: 4px 0px;
}
.kode-topbar-kickoff .bx-controls.bx-has-controls-direction {
	display: none;
}
.kode-topbar-kickoff:before {
	content: '';
	position: absolute;
	right: 0px;
	top: 0px;
	background-color: #009C00;
	width: 50%;
	height: 100%;
}
.kode-topbar-kickoff:after {
	content: '';
	position: absolute;
	right: 50%;
	top: 0px;
	border-bottom: 49px solid #009C00;
	border-left: 30px solid transparent;
}
.kode-topbar-kickoff a, .kode-topbar-kickoff p, .kode-topbar-kickoff i, .kode-topbar-kickoff span {
	color: #ffffff;
}
.kode-barinfo {
	float: left;
	padding: 5px 16px 5px 16px;
	height: 30px;
	overflow: hidden;
}
.kode_bg_white .bx-wrapper .bx-viewport {
	background: none;
}
.kode_bg_white strong {
	color: #fff;
}
.kode-userinfo {
	float: right;
}
.kode-userinfo li {
	list-style: none;
	display: inline-block;
	padding: 6px 11px 5px 15px;
	border-left: 1px solid rgba(255,255,255,0.4);
	position: relative;
}
.kode-userinfo li i {
	margin-right: 4px;
}
/* TopBaar Ends */
.kd-headbar-kick {
	float: left;
	width: 100%;
	background-color: #333333;
	border-bottom: 3px solid;
}
.logo {
	float: left;
	margin: 25px 0px 25px 25px;
	width: 100%;
}
.kd-headbar-kick .logo {
	transition: all 0.3s ease-in-out;
}
.kf_sticky .kd-headbar-kick .logo {
	margin: 10px 0 10px 10px;
}
.kf_sticky .navbar-nav > li > a {
	padding: 27px 14px
}
.kf_sticky .kode-search {
	margin: 21px -14px 0 0;
}
/* Main Header Ends */

/* Navigation Starts */
.kode-rightsection {
	float: right;
}
.navbar-default {
	background: none;
	border: none;
	margin: 0px;
	float: left;
	display: none;
}
.navbar-default .navbar-nav li {
	list-style: none;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #eb1a1a;
}
.navbar-nav > li:first-child > a {
	padding-left: 0px;
}
.navbar-nav > li > a {
	padding: 42px 14px;
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
	overflow: hidden;
}
.navbar-nav > li > a:before {
	content: "\f106";
	font-family: FontAwesome;
	width: 18px;
	height: 9px;
	position: absolute;
	left: 50%;
	bottom: 0px;
	border-radius: 40px 40px 0px 0px;
	color: #ffffff;
	line-height: 9px;
	font-size: 9px;
	padding: 0px 0px 0px 5px;
	z-index: 4;
	margin: 0px 0px -8px -12px;
}
.navbar-nav > li > a:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 1px;
	width: 24px;
	height: 12px;
	border: 1px solid #eb1a1a;
	border-bottom: none;
	border-radius: 40px 40px 0px 0px;
	z-index: 0;
	margin: 0px 0px -8px -15px;
}
.navbar-nav > li > a:before, .navbar-nav > li > a:after {
	opacity: 0;
}
.navbar-nav > li:hover > a:before, .navbar-nav > li:hover > a:after {
	opacity: 1;
	margin-bottom: 0px;
}
.navbar-nav .children {
	position: absolute;
	left: 0px;
	top: 100%;
	background-color: #333333;
	margin: 0px 0px 0px -50px;
	border-top: 1px solid;
	opacity: 0;
	visibility: hidden;
	z-index: 999;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-transform: translateX(30px);
	-moz-transform: translateX(30px);
	-ms-transform: translateX(30px);
	-o-transform: translateX(30px);
	transform: translateX(30px);
}
.navbar-nav > li:hover > .children, .navbar-nav .children > li:hover > .children {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
}
.navbar-nav .children li {
	position: relative;
	float: left;
	width: 100%;
}
.navbar-nav .children li a {
	font-size: 12px;
	color: #ffffff;
	text-transform: uppercase;
	float: left;
	width: 195px;
	padding: 7px 15px;
	border-bottom: 1px solid #3e3e3e;
}
.navbar-nav .children li a:before {
	content: "\f105";
	font-family: FontAwesome;
	display: inline-block;
	padding: 0px 14px 0px 0px;
}
.navbar-nav .children .children {
	left: 100%;
	top: 0;
	margin: 0px;
}
.navbar-nav .children > li:hover > a, .children > li:hover > a:before {
	color: #ffffff;
}
/* Navigation Ends */

/* Header Two */

.kode-header-two .kode-search:before, .kode-header-two .kode-search:after {
	display: none;
}
/* Header Three */

.kode-header-three .kd-headbar {
	background: none;
	border: none;
}
.kode-header-three .navbar-nav > li > a:after {
	display: none;
}
.kode-header-three .navbar-nav > li > a:before {
	content: '';
	border-bottom: 2px solid #000;
	background: none;
	width: 100%;
	margin: 0px;
	left: 0px;
	bottom: 30px;
}
.kode-cart {
	float: right;
	padding: 29px 0px 0px 0px;
}
.kode-cart a {
	color: #ffffff;
	text-transform: uppercase;
}
.kode-cart a i {
	width: 42px;
	height: 42px;
	color: #000;
	border-radius: 100%;
	text-align: center;
	padding: 13px 0px 0px 0px;
	margin-right: 12px;
}
/* Modal Window Starts */

.modal-dialog {
	width: 400px;
}
.modal-content {
	border-radius: 0px;
}
.modal-body {
	display: inline-block;
	width: 100%;
	padding: 15px 22px 4px 22px;
}
.modal-header h4 {
	text-transform: uppercase;
	color: #ffffff;
}
.kode-loginform {
	display: inline-block;
	width: 100%;
}
.kode-loginform p {
	display: inline-block;
	width: 100%;
}
.kode-loginform p > span {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	display: block;
	margin-bottom: 6px;
}
.kode-loginform p input[type="text"], .kode-loginform p input[type="password"] {
	float: left;
	width: 100%;
	border: 1px solid #e2e2e2;
	height: 42px;
}
.kode-loginform p label {
	float: left;
	margin: 0px;
}
.kode-loginform p input[type="checkbox"] {
	float: left;
	margin: 7px 10px 0px 0px;
}
.kode-loginform p label span, .kode-loginform p a {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}
.kode-loginform p a {
	float: left;
	margin: 14px 0px 0px 0px;
}
.kode-loginform p.kode-submit {
	padding: 18px 0px 0px 0px;
	border-top: 1px solid #dfdfdf;
}
.kode-loginform p input[type="submit"] {
	float: right;
	padding: 5px 30px;
	color: #000;
	text-transform: uppercase;
	box-shadow: 0px 0px 0px 1px #000 inset;
	border: 7px solid;
	font-weight: bold;
}
.close {
	opacity: 0.4
}
/* Modal Window Ends */

/* Kode Search Starts */

.search-page-kode .kode-404-page .kode-search {
	margin: 15px -14px 0px 0px;
}
.search-page-kode .kode-404-page {
	padding: 50px 0px
}
.widget.widget-search .kode-search {
	float: right;
	width: 160px;
	margin: 0px -14px 0px 0px;
	position: relative;
}
.kode-search:before {
	content: '';
	position: absolute;
	right: 0px;
	top: -14px;
	border-bottom: 14px solid #000;
	border-right: 14px solid transparent;
}
.kode-search:after {
	content: '';
	position: absolute;
	right: 0px;
	bottom: -14px;
	border-top: 14px solid #000;
	border-right: 14px solid transparent;
}
.kode-search input[type="text"] {
	float: left;
	width: 100%;
	border: none;
	font-size: 12px;
	color: #ffffff;
	text-transform: uppercase;
	padding: 6px 15px 6px 15px;
	height: 29px;
	box-shadow: none;
}
/* Kode Search Ends */

/* Main Banner Starts */

#mainbanner {
	float: left;
	width: 100%;
}
#mainbanner .flex-direction-nav {
	display: none;
}
#mainbanner .container {
	position: relative;
}
.flexslider .slides .kode-caption img {
	width: auto;
	margin-bottom: 16px;
	display: inline-block;
}
.kode-caption {
	position: absolute;
	right: 0px;
	bottom: 130px;
	z-index: 999;
	width: 100%;
	text-align: center;
	left: 0px;
	margin: auto;
	padding: 0px 80px;
}
.position-left .kode-caption-inner .kode-caption {
	text-align: left;
}
.position-right .kode-caption-inner .kode-caption {
	text-align: right;
}
.kode-caption .kode-caption-title {
	font-size: 50px;
	color: #000;
	padding: 10px 30px;
	background-color: #F00;
	display: inline-block;
	text-transform: uppercase;
	position: relative;
	box-shadow: 0px 30px 20px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 30px 20px 0px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 30px 20px 0px rgba(0,0,0,0.5);
	margin-bottom: 27px;
}
.kode-caption .kode-caption-text {
	font-size: 20px;
	line-height: normal;
}
.kode-caption .kode-caption-title:before {
	content: "";
	position: absolute;
	border-bottom: 95px solid #F00;
	border-left: 50px solid transparent;
	left: -50px;
	top: 0px;
}
.kode-caption .kode-caption-title:after {
	content: "";
	position: absolute;
	border-bottom: 95px solid #F00;
	border-right: 50px solid transparent;
	right: -50px;
	top: 0px;
}
.kode-caption .kode-caption-text {
	color: #ffffff;
	display: inline-block;
	width: 100%;
	margin-bottom: 25px;
}
.kode-linksection, .kode-modren-btn {
	color: #fff;
	display: inline-block;
	color: #333333;
	font-size: 20px;
	text-transform: uppercase;
	padding: 6px 35px;
	box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.3) inset;
	border: 7px solid #ffe325;
}
.kode-linksection:hover, .kode-modren-btn:hover {
	opacity: 0.7;
}
.kode-content .kode-pagesection.kode-parallax {
	background-attachment: fixed !important;
}
.kode-dark-overlay {
	position: relative;
}
.kode-dark-overlay:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	background: #000;
	width: 100%;
	height: 100%;
	opacity: 0.6;
}
/* Main Banner Ends */

/* Main Content */
.kode-content {
	float: left;
	width: 100%;
	padding: 40px 0px 0px 0px;
}
/* Call To Action starts */
.kode-call-action {
	float: left;
	width: 100%;
	text-align: right;
}
.kode-call-action .kode-simplebtn {
	float: right;
}
.kode-simplebtn {
	display: inline-block;
	padding: 12px 40px;
	color: #ffffff;
	border: 1px solid #fff;
	font-size: 18px;
	margin: 10px 0px 0px 0px;
	position: relative;
}
.kode-simplebtn:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	height: 0;
	width: 100%;
	background-color: rgba(0,0,0,0.1);
}
.kode-simplebtn:hover:before {
	height: 100%;
}
.kode-simplebtn ~ .kode-action-info {
	padding: 0px 220px 0px 0px;
}
.kode-action-info h2 {
	text-transform: uppercase;
}
.kode-action-info h2, .kode-action-info span {
	color: #ffffff;
}
.kode-action-info span {
	font-size: 16px;
	text-transform: uppercase;
}
/* Call To Action ends */

/* Result's starts */

.kode-section-title {
	float: left;
	width: 100%;
}
.contact-form-head {
	margin-bottom: 0px;
}
.contact-form-head p {
	display: none;
}
.kode-widget-title {
	float: left;
	width: 100%;
	margin-bottom: 18px;
}
.contact-form-sec .social-links1.small {
	margin-top: 10px;
}
.kode-section-title h2, .kode-widget-title h2 {
	text-transform: uppercase;
	border-bottom: 1px solid;
	display: inline-block;
	padding: 0px 0px 7px 0px;
}
.widget-recent-news ul li:hover time {
	color: #ffffff;
}
.kode-section-title.kode-white h2 {
	color: #ffffff !important;
	border-bottom-color: #fff !important;
}
.kode-white.heading-12 p, .kode-white.heading-12 h2 {
	color: #fff !important;
}
/* Result's ends */

/* Result Listing starts */
.shape-view .kode-section-title {
	margin-bottom: 90px;
}
.kode-result-list article {
	float: left;
	width: 100%;
	background-color: #333;
	padding: 25px 20px;
	position: relative;
	min-height: 191px;
	margin-bottom: 30px;
	box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
}
.kode-result-list article:before {
	content: '';
	position: absolute;
	right: 0px;
	top: -46px;
	border-top: 237px solid #eb1a1a;
	border-left: 237px solid transparent;
}
/*.kode-result-list article:after {
	content: '';
	position: absolute;
	right: 31px;
	top: 24px;
	width: 130px;
	height: 130px;
	background-color: #333;
	border-radius: 100%;
}
*/
.kode-result-info h2 {
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #9d9d9d;
	text-transform: uppercase;
	padding: 0px 0px 12px 0px;
}
.kode-result-info ul {
	margin: 0px;
	padding: 0px;
}
.kode-result-info h2 a {
	color: #ffffff;
	display: inline-block;
}
.kode-result-info h2 span {
	float: right;
	color: #ffffff;
}
.kode-result-info ul li a, .kode-result-info ul li {
	float: left;
	width: 100%;
	list-style: none;
	color: #ffffff;
}
.kode-result-info ul li span {
	float: right;
}
.kode-result-thumb ~ .kode-result-info {
	padding: 0px 200px 0px 0px;
}
.kode-result-thumb {
	float: right;
	position: relative;
	z-index: 9;
	border-radius: 100%;
	overflow: hidden;
	height: 120px;
	width: 120px;
	border: solid 10px #333;
	background-color: #333;
}
.kode-result-thumb img {
	width: 100%;
}
.kode-result-count {
	position: absolute;
	right: 20px;
	top: -70px;
	width: 75px;
	height: 75px;
	color: #333333;
	font-size: 45px;
	text-align: center;
	font-weight: bold;
	padding: 20px 0px 0px 0px;
}
.kode-result-count:before {
	content: '';
	position: absolute;
	left: -7px;
	top: 0px;
	border-bottom: 24px solid #c9b005;
	border-left: 7px solid transparent;
}
.kode-result-list article.kode-even:before {
	right: auto;
	left: 0px;
	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
}
.kode-result-list article.kode-even .kode-result-thumb ~ .kode-result-info {
	padding: 0px 0px 0px 200px;
}
.kode-result-list article.kode-even .kode-result-thumb {
	float: left;
}
.kode-result-list article.kode-even:after {
	right: auto;
	left: 31px;
}
.kode-result-list article.kode-even .kode-result-count {
	right: auto;
	left: 20px;
}
.kode-result-count::before {
	left: auto;
	right: -7px;
	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
}
/* Result Listing ends */

/* Shop Listing starts */
.kode-shop-list ul li {
	list-style: none;
}
.kode-pro-inner {
	float: left;
	width: 100%;
	border: 1px solid #868686;
	padding: 5px;
	margin-bottom: 30px;
	box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
}
.kode-shop-list figure, .kode-shop-list figure a, .kode-shop-list figure img {
	float: left;
	width: 100%;
	margin: 0px;
}
.kode-shop-list figure figcaption {
	float: left;
	width: 100%;
	padding: 16px;
	background-color: #ffffff;
}
.kode-shop-list figure figcaption h4 {
	text-transform: uppercase;
}
.kode-pro-info {
	float: left;
	width: 100%;
	padding: 10px 16px 8px 16px;
	background-color: #373737;
}
.add_to_cart {
	display: inline-block;
	color: #ffffff;
	text-transform: uppercase;
}
.add_to_cart i {
	margin-right: 8px;
}
.added_to_cart {
	position: absolute;
	top: 20px;
	right: 20px;
	padding: 3px 13px;
	border-radius: 5px;
	color: #fff !important;
}
.kode-pro-info span {
	float: right;
	color: #ffffff;
	font-weight: bold;
}
/* Shop Listing ends */
.kode-team-list.kode-team-modern figure {
	margin: 0px;
}
.widget-recent-news li {
	list-style: none;
}
.kode-pro-inner:hover .kode-pro-info a, .kode-pro-inner:hover .kode-pro-info span {
	color: #000;
}
/* TeamListing starts */

.kode-team-list > ul > li.clear {
	margin-bottom: 0px;
}
.kode-team-list > ul > li {
	list-style: none;
	margin-bottom: 30px;
}
.kode-team-list figure {
	margin-bottom: 20px;
	position: relative;
	;
}
.kode-team-list figure, .kode-team-list figure img {
	float: left;
	width: 100%;
	background-color: #ffffff;
}
.kode-team-thumb {
	float: left;
	width: 248px;
	border: 1px solid #d8d8d8;
	box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
}
.kode-team-list figure figcaption {
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 10;
}
.kode-team-list figure figcaption:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 116px;
	height: 100%;
}
.kode-blog-grid-ux .kode-team-network-kick {
	float: none;
	margin: 20px 0px 20px 0px;
}
.kode-team-network-kick {
	float: right;
	margin: 0px 0px 15px 0px;
}
.kode-fullwidth-blog .kode-team-network-kick {
	margin: 0px 0px 0px 0px;
}
.kode-team-network-kick li {
	list-style: none;
	display: inline-block;
	margin-right: 3px;
}
.kode-team-list .kode-team-network-kick li a {
	padding: 2px 0px 0px 0px;
}
.kode-team-network-kick li a {
	display: inline-block;
	border: 1px solid #e6e6e6;
	color: #999999;
	width: 26px;
	height: 26px;
	text-align: center;
	padding: 6px 0px 0px 0px;
	background-color: #fff;
}
.kode-team-network-kick li a:hover {
	color: #fff;
}
.kode-detail-element .kode-team-network-kick li a {
	padding: 5px 0px 0px 0px;
}
.kode-team-list figure figcaption h2 {
	display: block;
	text-align: right;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-size:20px !important;
	box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
}
.kode-team-list figure figcaption h2 a {
	color: #ffffff;
	padding: 8px 40px 8px;
	display: block;
	box-shadow: 0px 0px 0px 1px #fff inset;
	border: 4px solid #333;
	background-color: #333;
}
.kode-team-list .kode-modren-btn {
	font-size: 14px;
	padding: 5px 18px;
	float: right;
	box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
}
.kode-team-network li a:hover {
	color: #ffffff;
}
.kode-team-modern .kode-team-network-kick {
	float: none;
	margin-left: 0;
	text-align: center;
}
/* TeamListing ends */

/* BlogPlayer Element starts */
.kode-blog-player {
	height: 601px;
}
.kode-blog-player .mejs-controls {
	display: none;
}
.kode-blog-player .mejs-container {
	height: 100% !important;
}
/* BlogPlayer Element ends */

/* Medium Blog start */
.kode-medium-blog {
	float: left;
	width: 100%;
	background-color: #333;
	padding: 35px;
	border-left: 2px solid;
}
.kode-medium-blog h2 {
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.kode-medium-blog > ul > li {
	float: left;
	width: 100%;
	list-style: none;
	border-bottom: 1px solid #484848;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 20px 0px;
}
.kode-medium-blog > ul > li:last-child {
	margin: 0px;
}
.medium-info {
	float: left;
	width: 100%;
	margin-bottom: 14px;
}
.medium-info time {
	float: left;
	width: 80px;
	height: 63px;
	color: #333333;
	box-shadow: 0px 0px 0px 1px #9f9f9f inset;
	border: 4px solid #fff;
	background-color: #ffffff;
	font-size: 27px;
	font-weight: bold;
	text-align: center;
	padding: 12px 0px 0px 0px;
}
.medium-info time ~ .medium-title {
	padding: 0px 0px 0px 100px;
}
.medium-title h5 a {
	color: #ffffff;
	text-transform: uppercase;
}
.kode-blog-options {
	margin: 0px;
}
.kode-blog-options li {
	display: inline-block;
	list-style: none;
	margin-right: 20px;
	margin-bottom: 0px;
}
.kode-blog-options li i {
	margin-right: 6px;
}
.kode-medium-blog .kode-blog-options li a, .kode-medium-blog .kode-blog-options li, .kode-medium-blog p {
	color: #ffffff;
}
/* Medium Blog ends */

/* Services Css starts */
.kode-services, .service-info {
	float: left;
	width: 100%;
}
.kode-services ul li {
	padding: 0px;
	list-style: none;
}
.service-info {
	background-color: #505050;
	text-align: center;
	padding: 55px 10px;
}
.service-info i {
	color: #ffffff;
	margin-bottom: 15px;
}
.service-info h2 {
	text-transform: uppercase;
	color: #ffffff;
}
/* Services Css ends */

/* Fixer Counter Css starts */
.kode-fixer-counter {
	float: left;
	width: 100%;
	text-align: center;
}
.kode-fixer-title {
	text-transform: uppercase;
	font-size: 48px;
}
.kode-fixer-counter h2 {
	font-weight: lighter;
	text-transform: uppercase;
}
/* Fixer Counter Css ends */

/* Fixer countdown Css starts */
.has-countdown,
.is-countdown {
	display: inline-block;
	margin: 50px 0px 0px 0px;
}
.countdown-amount {
	background: #333333;
	color: #fff;
	display: block;
	font-size: 55px;
	font-weight: bold;
	width: 97px;
	height: 97px;
	text-align: center;
	padding: 9px 0px 0px 0px;
	margin-bottom: 15px;
	position: relative;
	box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
}
.countdown-amount:before {
	content: '';
	position: absolute;
	left: 0px;
	top: -20px;
	border-top: 116px solid red;
	border-right: 100px solid transparent;
	z-index: 0;
}
.countdown-amount small {
	position: relative;
}
.countdown-section {
	display: inline-block;
	margin-left: 80px;
	margin-bottom: 30px;
}
.countdown-period {
	font-size: 20px;
	color: #505050;
	font-weight: bold;
	text-transform: uppercase;
}
/* Fixer countdown Css ends */

/* Team Matches css starts */
.kode-team-match {
	float: left;
	width: 100%;
	text-align: center;
}
.kode-team-match ul {
	display: inline-block;
	margin-bottom: 35px;
}
.kode-team-match ul li {
	float: left;
	list-style: none;
	margin-left: 100px;
}
.kode-team-match ul li.home-kode-vs {
	margin-top: 32px;
	box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
}
.kode-team-match ul li:first-child, .countdown-section:first-child {
	margin-left: 0px;
}
.kode-team-match ul li .kode-modren-btn {
	font-size: 42px;
	padding: 15px 12px;
}
.kode-subtitle {
	display: inline-block;
	width: 50%;
	font-size: 18px;
}
/* Team Matches css ends */

/* Match Table starts */
.kode-table {
	border-bottom: 3px solid;
	box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
	float:left;
	width:100%;
}
.kode-table tr:hover {
	background: #666 !important;
}
.kode-table thead th {
	color: #ffffff;
	border: none;
	padding: 6px 10px;
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
}
.kode-table thead th:first-child {
	text-align: left;
}
.kode-table tbody tr {
	background-color: #333333;
}
.kode-table tbody tr:nth-child(even) {
	background-color: #404040;
}
.kode-table tbody tr:nth-child(even) td {
	border: none;
}
.col-md-8.columns .match-listing .kode-table tbody tr td {
	padding: 8px 19px;
}
.kode-table tbody tr td {
	color: #ffffff;
	border: none;
	border-right: 1px solid #484848;
	padding: 8px 6px;
	vertical-align: middle;
}
.kode-table td a {
	color: #fff;
}
.kode-table span {
	display: inline-block;
	text-align: center;
	width: 33%;
	font-size: 20px;
	font-weight: normal;
}
/* Match Table ends */

/* Table View two starts */
.kode-table-v2.kode-table tbody tr:nth-child(even) {
	background-color: #333333;
}
.kode-table-v2.kode-table tbody tr td {
	border: none;
}
.kode-table-v2.kode-table tbody tr td:first-child {
	padding: 11px 0 9px 15px;
	text-align: left;
}
.kode-table-v2.kode-table tbody tr td {
	padding: 3px 15px;
	text-align: center;
}
/* Table View two ends */

/* Blog Large starts */
.kode-large-blog article, .kode-grid-blog article, .kode-fullwidth-blog article {
	margin-bottom: 45px;
}
.kode-time-zoon {
	float: left;
	width: 100%;
	background-color: #f4f4f4;
	padding: 18px;
	position: relative;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.kode-grid-blog .col-md-4 .kode-blog-thumbnail iframe {
	height: 190px;
	float: left;
}
.kode-grid-blog .col-md-3 .kode-blog-thumbnail iframe {
	height: 138px;
	float: left;
}
.kode-grid-blog .col-md-6 .kode-blog-thumbnail iframe {
	height: 290px;
	float: left;
}
.kode-time-zoon:before {
	content: '';
	position: absolute;
	left: 20%;
	top: -2px;
	right: 20px;
	height: 2px;
	background-color: #f4f4f4;
}
.kode-large-blog article:hover .kode-time-zoon time {
	color: #ffffff;
}
.kode-blog-list article img{
	height: auto;
}
.kode-time-zoon time {
	float: left;
	width: 79px;
	color: #ffffff;
	font-size: 32px;
	text-transform: uppercase;
	text-align: center;
	background-color: #2f2f2f;
	padding: 10px 0px 6px 0px;
	margin-right: 18px;
	line-height: 26px;
}
.kode-time-zoon time span {
	display: block;
	margin-top: 6px;
	font-size: 18px;
}
.kode-time-zoon h5 {
	text-transform: uppercase;
	padding: 14px 0px 0px 0px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.kode-blog-info {
	float: left;
	width: 100%;
	background-color: #f4f4f4;
	padding: 20px 20px 0px 20px;
	text-align: center;
	position: relative;
}
.kode-blog-info:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0px;
	bottom: -14px;
	width: 42%;
	height: 14px;
	background-color: #f4f4f4;
	margin: auto;
}
.kode-blog-info .kode-team-network {
	margin: 18px 0px 0px 0px;
	float: none;
	display: inline-block;
}
.kode-blog-btn {
	text-transform: uppercase;
}
.kode-align-btn {
	float: left;
	width: 100%;
	text-align: center;
}
.section-container .col-md-9 .kode-blog-grid-ux iframe {
	height: 214px;
	margin: 0px;
}
/* Blog Large ends */

/* Blog Grid View Two starts */
.kode-grid-blog .kode-blog-options li {
	margin-bottom: 12px;
}
.kode-grid-blog .kode-blog-options li a {
	color: #505050;
}
.kode-grid-blog .kode-blog-info, .kode-grid-blog .kode-blog-info:before {
	background-color: #eaeaea;
}
.kode-grid-blog .kode-team-network li a {
	background-color: #ffffff;
}
.kode-grid-blog .kode-blog-info:before {
	border-bottom: 1px solid;
}
.kode-modrenbtn {
	display: inline-block;
	background-color: #2a2a2a;
	color: #ffffff;
	text-transform: uppercase;
	border: 4px solid #2a2a2a;
	box-shadow: 0px 0px 0px 1px #ffffff inset;
	padding: 5px 25px;
	position: relative;
	bottom:-18px;
	margin: 9px 0px 4px 0px;
}
/* Blog Grid View Two ends */

/* BlogFull Width starts */
.kode-fullwidth-blog article:last-child {
	margin-bottom: 0px;
}
.kode-fullwidth-blog article:last-child .kode-blog-info {
	border: none;
	padding-bottom: 0px;
}
.kode-fullwidth-blog .kode-blog-info {
	text-align: left;
	background-color: #ffffff;
	padding: 15px 0px 15px 0px;
	border-bottom: 1px solid #d1d1d1;
}
.kode-fullwidth-blog .kode-blog-info:before {
	display: none;
}
.kode-fullwidth-blog .kode-blog-options {
	float: left;
	padding: 4px 0px 0px 0px;
}
.kode-fullwidth-blog .kode-team-network {
	float: right;
	margin: 3px 0px 0px 0px;
}
.kode-fullwidth-blog > p {
	float: left;
	padding: 13px 0px 0px 0px;
}
.kode-fullwidth-blog .kode-modrenbtn {
	float: left;
}
.kode-fullwidth-blog .kode-time-zoon:before {
	left: 0px;
	right: 0px;
	margin: auto;
	width: 264px;
	background-color: #a5a5a5;
}
/* BlogFull Width ends */

/* Pagination starts */
.page-numbers, .page-links, .kode-pagination {
	float: left;
	width: 100%;
	text-align: center;
	margin: 0px 0px 30px 0px;
}
.page-numbers {
	text-align: center;
	width: auto;
	float: none;
}
.woocommerce-pagination {
	margin-bottom: 30px !important;
}
.page-numbers, .page-links {
	margin-top: 30px;
}
.page-links .page-links-title {
	width: auto;
	padding: 5px 5px 0px 5px;
}
.page-numbers li a, .page-numbers li span, .page-links > a, .page-links > span, .kode-pagination a, .kode-pagination span {
	display: inline-block;
	width: 32px;
	height: 32px;
	border: 1px solid #d7d7d7;
	color: #999999;
	padding: 5px 0px 0px 0px;
	margin-right: 6px;
}
.page-numbers li a.next, .page-numbers li span.next, .page-numbers li a.prev, .page-numbers li span.prev, .kode-pagination a.next, .kode-pagination span.next, .kode-pagination a.prev, .kode-pagination span.prev {
	width: auto;
	padding: 5px 10px;
}
.page-numbers li a:hover, .page-numbers li span, .page-links > a:hover, .page-links > span, .kode-pagination a:hover, .kode-pagination span {
	color: #ffffff;
}
/* Pagination ends */

/* Blog Detail starts */
.kode-editor {
	float: left;
	width: 100%;
}
.kode-editor p {
	margin: 14px 0px;
}
blockquote {
	float: left;
	width: 100%;
	padding: 20px 20px;
	background-color: #f1f1f1;
	border-left: 3px solid;
	font-size: 15px;
	font-style: italic;
	color: #666666;
	margin: 15px 0px;
}
/* Blog Detail ends */

/* Related Blog In Detail starts */
.kode-related-blog ul li {
	list-style: none;
	margin-bottom: 30px;
}
.related-thumb {
	border-bottom: 3px solid;
}
.kode-related-blog, .related-thumb, .kode-related-blog ul li img, .related-text {
	float: left;
	width: 100%;
}
.kode-related-blog ul li:hover img {
	opacity: 0.6;
}
.related-text {
	text-align: center;
	padding: 10px 0px 0px 0px;
}
.related-text h6 a {
	text-transform: uppercase;
	color: #666666;
}
/* Related Blog In Detail ends */

/* 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;
}
.kode-prev a:hover, .kode-next a:hover {
	color: #fff;
}
.kode-prev i {
	float: left;
	margin: -5px 25px 0px 0px;
}
.kode-next {
	float: right;
}
.kode-next i {
	float: right;
	margin: -5px 0px 0px 25px;
}
/* Next PrevPost ends */

/* Admin Post starts */
.kode-admin-post {
	float: left;
	width: 100%;
	background-color: #333333;
	padding: 24px 75px 24px 75px;
	position: relative;
	margin: 36px 0px 30px 0px;
	box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
}
.kode-admin-post:before {
	content: '';
	position: absolute;
	left: 0px;
	top: -36px;
	border-top: 197px solid #eb1a1a;
	border-right: 230px solid transparent;
}
.kode-admin-post figure {
	border: 5px solid #333333;
	float: left;
	width: 110px;
	margin: 0px;
	position: relative;
	z-index: 10;
}
.kode-admin-post figure ~ .admin-info {
	padding: 0px 0px 0px 135px;
}
.admin-info p {
	color: #ffffff;
}
.admin-info h5 {
	margin-bottom: 0px;
	text-transform: uppercase;
}
.admin-info h5 span {
	font-size: 14px;
	margin-left: 9px;
}
/* Admin Post ends */

/* Comment css starts */
#kodecomments {
	float: left;
	width: 100%;
}
#kodecomments ul ul {
	margin: 0px;
}
#kodecomments ul li {
	float: left;
	width: 100%;
	list-style: none;
}
#kodecomments > ul > li {
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 25px;
	padding-bottom: 12px;
}
#kodecomments ul li figure {
	float: left;
	background-color: #f1f1f1;
	border: 1px solid #d4d4d4;
	box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
}
#kodecomments ul li figure img {
	border-radius: 0px;
}
#kodecomments ul li figure ~ .text {
	padding: 0px 0px 0px 110px;
	float: none;
	width: auto;
}
#kodecomments ul li .text h6 {
	margin: 0px;
}
#kodecomments ul li .text a {
	float: left;
}
#kodecomments ul li .text .replay-btn {
	float: none;
	display: inline-block;
	margin: 0px 0px 0px 10px;
}
#kodecomments ul li .text time {
	color: #b5b5b5;
	font-size: 12px;
	text-transform: uppercase;
	margin-left: 8px;
}
#kodecomments ul li .text p {
	margin-top: 8px;
}
#kodecomments ul li .text time i {
	margin-right: 7px;
}
#kodecomments .children li {
	margin-bottom: 0px;
}
#kodecomments .children > li {
	padding: 0px 0px 0px 150px;
}
#kodecomments ul ul.children li {
	border-top: 1px solid #ebebeb;
	margin-top: 25px;
	padding-top: 25px;
}
/* Comment css ends */

/* Comment Form css starts */
#koderespond, #koderespond form, #koderespond form p.kd-textarea, #koderespond form p textarea {
	float: left;
	width: 100%;
}
#koderespond h2 {
	margin: 0px 0px 15px 0px;
	text-transform: uppercase;
}
#koderespond form p {
	float: left;
	width: 33.333%;
	padding: 0px 25px 25px 0px;
	margin: 0px;
}
#koderespond form p:nth-child(3n), #koderespond form p.kd-textarea {
	padding-right: 0px;
}
#koderespond form input[type="text"] {
	float: left;
	width: 100%;
	border: 1px solid #dcdcdc;
	height: 40px;
	color: #666666;
	padding: 9px;
}
#koderespond form input[type="text"]:focus, #koderespond form p textarea:focus {
	background-color: #f4f4f4;
}
#koderespond form p textarea {
	height: 170px;
	border: 1px solid #dcdcdc;
	color: #666666;
	padding: 9px;
}
#koderespond form p input[type="button"], #koderespond form p input[type="submit"] {
	float: left;
	padding: 8px 25px;
	color: #ffffff;
	border: 6px solid;
	text-transform: uppercase;
	box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.3) inset;
}
#koderespond form p.kd-button {
	width: 100%;
}
/* Comment Form css ends */

/* Testimonial css starts */
.kode-testimonial {
	margin: 30px 0 0;
}
.kode-testimonial figure, .kode-testimonial figure img, .kode-testimonial {
	float: left;
	width: 100%;
}
.kode-testimonial figure {
	padding: 16px 80px;
	background-color: #333537;
}
.kode-testimonial ul li {
	list-style: none;
	margin-bottom: 55px;
}
.kode-testimonial ul li .thcolor {
	color: #fff;
}
.kode-testimonial figure:before {
	content: '';
	position: absolute;
	left: 0px;
	top: -35px;
	border-top: 194px solid #eb1a1a;
	border-right: 270px solid transparent;
	z-index: 0;
}
.kode-testimnl-thumb {
	float: left;
	width: 137px;
	position: relative;
	border: 4px solid #333537;
}
.kode-testimnl-thumb ~ figcaption {
	padding: 11px 0px 0px 162px;
}
.kode-testimonial figure figcaption p {
	color: #ffffff;
}
/* Testimonial css ends */

/* Partner css starts */
.kode-partner ul li {
	list-style: none;
	text-align: center;
	margin-bottom: 30px;
}
.kode-partner ul li a {
	float: left;
	width: 100%;
	border: 1px solid #e2e2e2;
	box-shadow: 0px 2px 0px 0px #e2e2e2;
}
/* Partner css ends */

/* SubHeader css starts */
.kode-subheader {
	float: left;
	width: 100%;
	background-color: #eb1a1a;
	height: 236px;
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
}
.subheader-height:before {
	content: '';
	position: absolute;
	right: 0px;
	top: 0px;
	width: 52.2%;
	height: 100%;
	background-color: #c50000;
}
.subheader-height:after {
	border-bottom: 198px solid #c50000;
	border-left: 152px solid transparent;
	bottom: 0;
	content: "";
	position: absolute;
	right: 52.2%;
}
.kode-subheader.subheader-height {
	padding: 180px 0px 0px 0px;
}
.kode-subheader h2 {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 26px !important;
}
.kode-breadcrumb {
	float: right;
	padding: 9px 0px 0px 0px;
}
.kode-breadcrumb li {
	display: inline-block;
	list-style: none;
	padding: 0px 15px;
	position: relative;
	color: #fff;
}
.kode-breadcrumb li:before {
	content: "\f101";
	font-family: FontAwesome;
	position: absolute;
	right: -5px;
	top: 0px;
	color: #ffffff;
}
.kode-breadcrumb li:last-child {
	padding-right: 0px;
}
.kode-breadcrumb li:last-child:before {
	display: none;
}
.kode-breadcrumb li a {
	color: #ffffff;
}
/* SubHeader css ends */

.kode-gallery ul li.clear {
	margin-bottom: 0px;
}
/* Gallery css starts */
.kode-gallery ul li {
	list-style: none;
	margin-bottom: 30px;
}
.kode-gallery ul li figure {
	box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
	position: relative;
}
.kode-gallery ul li figure, .kode-gallery ul li figure a, .kode-gallery ul li figure img {
	float: left;
	width: 100%;
	height: 100%;
	margin: 0px;
}
.kode-gallery ul li figure figcaption {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	padding: 10px;
	opacity: 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}
.kode-gallery ul li:hover figure figcaption {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.kode-gallery-info {
	float: left;
	width: 100%;
	border: 1px solid #dedede;
	padding: 18px 25px;
}
.kode-gallery-info h2 {
	text-transform: uppercase;
	margin: 0px 0px 0px 0px;
}
.kode-gallery-info p {
	margin: 0px;
}
.kode-gallery-hover {
	width: 100%;
	height: 100%;
	display: inline-block;
	opacity: 0.8;
}
.kode-gallery-hover i {
	font-size: 28px;
	color: #ffffff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -12px 0px 0px -10px;
}
/* Gallery css ends */

/* Player Detail css starts */
.kode-player-thumb {
	float: left;
	width: 100%;
	border: 1px solid #d8d8d8;
}
.kode-detail-element {
	float: left;
	width: 100%;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	padding: 18px 0px 15px 0px;
	margin-bottom: 20px;
}
.kode-detail-element .kode-team-network {
	margin: 0px;
}
.kode-detail-element h2 {
	text-transform: uppercase;
	display: inline-block;
	margin: 0px;
}
.kode-table caption {
	color: #ffffff;
	padding: 7px 20px;
	font-size: 24px;
	text-transform: uppercase;
}
/* Player Detail css ends */

/* Player Tabs css starts */
.kode-player-tabs {
	margin: 40px 0px 20px 0px;
}
.kode-player-tabs, .player-nav, .kode-player-tabs .tab-content {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.player-nav li {
	float: left;
	list-style: none;
	line-height: 1;
}
.player-nav li a {
	font-size: 18px;
	text-transform: uppercase;
	border: 1px solid #d0d0d0;
	border-bottom: none;
	padding: 14px 45px;
	float: left;
}
.player-nav li a:hover, .player-nav li.active a {
	background-color: #CCC;
	color: #000;
}
.kode-player-tabs .kode-table thead th {
	padding: 4px 14px;
	font-size: 15px;
}
.kode-player-tabs .kode-table tbody tr td:nth-child(2n) {
	background-color: #404040;
}
.kode-player-tabs .kode-table tbody tr:nth-child(2n) {
	background-color: #333333;
}
.kode-player-tabs .kode-table tbody tr td {
	border: none;
	border-bottom: 1px solid rgba(0,0,0,0.2);
	border-left: 1px solid rgba(0,0,0,0.2);
}
/* Player Tabs css ends */

/* Shop Detail css starts */
.kode-images {
	float: left;
	width: 39%;
}
.kode-images ul {
	float: left;
	width: 101px;
}
.kode-images ul li {
	float: left;
	width: 100%;
	border: 1px solid #d9d9d9;
	margin-bottom: 15px;
	list-style: none;
}
.shopmainthumb {
	float: right;
	width: 70%;
	border: 1px solid #d9d9d9;
}
.kode-summery {
	float: right;
	width: 60%;
	padding-left: 20px;
}
.summery-title {
	float: left;
	width: 100%;
	border-bottom: 1px solid #c6c6c6;
	padding-bottom: 15px;
	margin-bottom: 25px;
	position: relative;
}
.summery-title h2 {
	text-transform: uppercase;
	float: left;
	margin: 0px;
}
.priceinfo {
	float: left;
	width: 100%;
	padding: 25px 0px;
	border-bottom: 1px solid #c6c6c6;
	margin-bottom: 20px;
}
.priceinfo h2 {
	float: left;
}
.priceinfo ul {
	float: left;
	width: 70%;
}
.priceinfo ul li {
	list-style: none;
	float: left;
	width: 50%;
	padding-left: 25px;
}
.priceinfo ul li span {
	float: left;
	width: 25%;
	padding: 6px 0px 0px 0px;
}
.priceinfo ul li select {
	float: left;
	width: 75%;
}
.kode-summery .kode-modren-btn {
	float: left;
	width: auto;
	font-size: 20px;
}
.shop-btn {
	float: left;
}
.shop-btn a {
	float: left;
	width: 46px;
	height: 46px;
	background-color: #333333;
	color: #ffffff;
	padding: 16px 0px 0px 0px;
	margin: 0px 0px 0px 13px;
	text-align: center;
}
.shop-btn a:hover {
	color: #ffffff;
}
.shop-nav .tab-content {
	float: left;
	width: 100%;
	padding: 25px;
	border: 1px solid #dedede;
}
.shop-nav {
	float: left;
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
	padding: 0px 0px 40px 0px;
	margin: 30px 0px 25px 0px;
}
.kode-rating {
	height: 22px;
	line-height: 16px;
	margin-right: 0;
	padding-bottom: 10px;
	position: absolute;
	right: 0px;
	top: 22px;
	width: 100px;
}
.kode-rating:before, .rating-box:before {
	color: #ddd;
	content: "\f005 \f005 \f005 \f005 \f005";
	font-family: 'FontAwesome';
	font-size: 16px;
	left: 0;
	letter-spacing: 4px;
	position: absolute;
	top: 0;
}
.rating-box:before {
	color: #ffae00;
}
.rating-box {
	height: 16px;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
}
/* Shop Detail css ends */

/* Fixer List css starts */
.kode-inner-fixer {
	float: left;
	width: 100%;
	background-color: #f2f2f2;
	border-bottom: 1px solid;
	padding: 45px 0px;
	margin-bottom: 30px;
	box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
}
.kode-inner-fixer .kode-fixer-counter h2 {
	color: #ffffff;
	padding: 15px 10px;
}
.kode-fixer-list {
	display: table;
	width: 100%;
	box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
}
.kode-fixer-list ul {
	display: table-row;
}
.kode-fixer-list ul li {
	display: table-cell;
	vertical-align: middle;
}
.table-head li {
	padding: 15px 10px;
	text-align: center;
	width: 20%;
}
.table-head li:first-child {
	width: 32%;
}
.table-head li h5 {
	color: #ffffff;
	text-transform: uppercase;
	margin: 0px;
}
.fixer-pagination a {
	float: right;
	width: 26px;
	height: 26px;
	color: #ffffff;
	border: 1px solid #ffffff;
	margin-right: 10px;
	padding: 4px 0px 0px 0px;
	border-radius: 2px;
}
.fixer-pagination a:hover {
	background-color: #ffffff;
}
.table-body:nth-child(even) li {
	background-color: #333333;
}
.table-body:nth-child(even) li {
	border-left: 1px solid #404040;
}
.table-body li {
	text-align: center;
	background-color: #404040;
	color: #ffffff;
	padding: 25px 0px;
}
.list-thumb {
	display: inline-block;
	color: #ffffff;
}
.list-thumb img {
	margin-right: 8px;
}
.table-body li span {
	display: inline-block;
	font-size: 20px;
	width: 22%;
}
.table-body li small {
	text-transform: uppercase;
}
.fixer-btn a {
	float: right;
	padding: 3px 14px;
	color: #333333;
	background-color: #ffffff;
	margin-right: 20px;
	font-weight: bold;
}
.table-body li.fixer-btn {
	width: 26%;
}
.fixer-btn a:hover {
	color: #ffffff;
}
/* Fixer List css ends */

/* Team Detail css starts */
.icon-list {
	margin: 0px;
}
.icon-list li {
	list-style: none;
	color: #666666;
	border-bottom: 1px solid #ececec;
	padding: 7px 0px;
}
.icon-list li i {
	margin-right: 10px;
}
/* Team Detail css ends */

/* Team TimeLine View css starts */
.kode-team-timeline {
	float: left;
	width: 100%;
	position: relative;
}
.kode-team-timeline ul {
	margin: 0px 0px 0px -198px;
	position: relative;
}
.kode-team-timeline ul:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 0px;
	border-left: 1px solid rgba(255,255,255,0.25);
	width: 2px;
	height: 94%;
	margin: 0px 0px 0px 98px;
}
.kode-team-timeline ul li {
	list-style: none;
	width: 50%;
	display: inline-block;
	margin: 0px -4px 40px 0px;
	padding: 0px 0px 0px 198px;
	position: relative;
}
.timeline-inner {
	background-color: #ffffff;
	border: 1px solid #62666c;
	padding: 22px 22px 15px 22px;
	position: relative;
}
.timeline-inner:before {
	content: '';
	position: absolute;
	right: -16px;
	top: 32px;
	border-bottom: 25px solid #ffffff;
	border-right: 25px solid transparent;
}
.kode-team-timeline ul li:nth-child(even) .timeline-inner:before {
	right: auto;
	left: -16px;
	border-top: 25px solid transparent;
	border-right: 25px solid #fff;
	border-bottom: 0px solid transparent;
}
.timeline-inner h2 {
	text-transform: uppercase;
}
.kode-timezoon {
	width: 85px;
	height: 66px;
	font-size: 22px;
	color: #282828;
	text-transform: uppercase;
	position: absolute;
	right: -21%;
	top: 31px;
	background-color: #ffffff;
	box-shadow: 0px 0px 0px 1px #cdcdcd inset;
	border: 7px solid #ffffff;
	text-align: center;
	padding: 10px 0px 0px 0px;
}
.timeline-circle {
	width: 16px;
	height: 16px;
	background-color: #ffffff;
	position: absolute;
	left: 50%;
	top: -15px;
	border-radius: 100%;
	margin: 0px 0px 0px -8px;
}
.bottom-circle {
	top: auto;
	bottom: 28px;
}
/* Team TimeLine View css ends */

/* Contact Us Page Css Starts */
.contactus-page {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.kode-simple-form ul{
	float:left;
	width:100%;
	margin:0px;
}
.contactus-page .kode-forminfo h3, .contactus-page .kode-forminfo p, .contactus-page .kode-form-list li strong, .contactus-page .kode-simple-form ul li input[type="text"], .contactus-page .kode-simple-form ul li textarea {
	color: #666666;
}
.contactus-page .kode-form-list li i {
	border-color: #c4c4c4;
	color: #666666;
}
.contactus-page .kode-forminfo h3 {
	float: left;
	margin: 0px 18px 0px 0px;
}
.kode-map {
	float: left;
	width: 100%;
	border: 3px solid #e4e4e4;
	margin-bottom: 40px;
}
.kode-simple-form.contact-formtwo ul {
	margin: 0px 0px 0px -28px;
}
.kode-simple-form.contact-formtwo ul li {
	width: 33.333%;
	padding: 0px 0px 10px 28px;
}
.kode-simple-form.contact-formtwo ul li.full-column {
	width: 100%;
}
.kode-plain-divider {
	float: left;
	width: 100%;
	margin: 20px 0px 35px 0px;
}
.kode-plain-divider span {
	float: left;
	width: 100%;
	border-bottom: 1px solid #e9e9e9;
}
/* Contact Us Page Css Ends */

/* Default Pages 404 Css starts */

.kode-404-page {
	float: left;
	width: 100%;
	text-align: center;
	padding: 25px 0px 80px 0px;
}
.kode-404-page h2 {
	font-size: 40px;
	text-transform: uppercase;
}
.kode-404-page img {
	margin-bottom: 40px;
}
.kode-404-page span {
	display: inline-block;
	margin-bottom: 15px;
}
.kode-innersearch {
	float: left;
	margin: 20px 0 0;
	width: 100%;
}
.kode-innersearch form {
	display: inline-block;
	width: 350px;
	position: relative;
}
.kode-innersearch form input[type="text"] {
	border: 1px solid #d4d4d4;
	color: #000;
	font-size: 16px;
	height: 48px !important;
	padding: 6px 20px 6px 20px;
	float: left;
	width: 100%;
	box-shadow: 0px 2px 0px 0px #d4d4d4;
}
.kode-innersearch form label {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 100%;
	margin: 0px;
}
.kode-innersearch form label:before {
	content: "\f002";
	font-family: FontAwesome;
	position: absolute;
	right: 50%;
	top: 50%;
	color: #fff;
	cursor: pointer;
	margin:-12px -5px 0 0;
}
.kode-404-page .kode-innersearch .kode-search label {
	padding: 0;
}
.kode-innersearch form input[type="submit"] {
	float: right;
	width: 66px;
	height: 60px;
	background: none;
	border: none;
}
/* Default Pages 404 Css Ends */

/* UnderConstruction starts */

.kode-underconstruction {
	float: left;
	width: 100%;
	text-align: center;
}
.kode-underconstruction h2 {
	text-transform: uppercase;
	color: #ffffff;
	font-size: 60px;
}
.kode-underconstruction span.kode-subtitle {
	font-size: 19px;
	color: #ffffff;
	margin-bottom: 20px;
}
.kode-underconstruction .countdown-period {
	color: #ffffff;
}
.kode-underconstruction .kode-innersearch form input[type="text"] {
	background: rgba(255, 255, 255, 0.1);
	box-shadow: 0 2px 0 0 rgba(255, 255, 255, 0.1);
	border: none;
}
#whats-new-textarea textarea {
	height: 150px;
}
/* UnderConstruction Ends */

/* NewsLetter  Starts */
.kode-newslatter {
	float: left;
	width: 100%;
	padding: 30px 0px;
	position: relative;
}
.kode-newslatter h3 {
	color: #ffffff;
	font-size: 30px !important;
	float: left;
	margin: 0px;
	font-weight: 300;
	padding-right: 20px;
}
.kode-newslatter form {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	position: relative;
	padding-left: 20px;
}
.kode-newslatter form input[type="text"] {
	border: 1px solid #fff;
	height: 50px !important;
	width: 100%;
	padding: 5px 15px 5px 15px;
	background: none;
	font-size: 16px;
	font-style: italic;
	color: #ffffff;
}
.kode-newslatter form label {
	position: absolute;
	right: 0px;
	top: 0px;
	margin: 0px;
}
.kode-newslatter form label:before {
	content: "\f1d8";
	font-family: FontAwesome;
	position: absolute;
	right: 20px;
	top: 0px;
	color: #ffffff;
	font-size: 20px;
	cursor: pointer;
	line-height:48px;
}
.kode-newslatter form input[type="submit"] {
	width: 50px;
	height: 50px;
	background: none;
	border: none;
}
.kode-halfbg {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 50%;
	height: 100%;
}
/* NewsLetter  Ends */

/* Contact Footer Starts */

#contact-footer {
	float: left;
	width: 100%;
	background: url(extra-images/footer-bg.jpg);
	padding: 40px 0px;
}
.kode-simple-form {
	float: left;
	width: 100%;
}
.kode-simple-form ul li {
	float: left;
	width: 100%;
	list-style: none;
	margin-bottom: 15px;
}
.kode-simple-form ul li input[type="text"], .kode-simple-form ul li textarea {
	background-color: rgba(255,255,255,0.10);
	border: 1px solid #c4c4c4;
	float: left;
	width: 100%;
	height: 43px;
	color: #333;
	padding: 6px 20px 6px 20px;
}
.kode-simple-form ul li textarea {
	height: 155px;
}
.kode-simple-form ul li input[type="submit"] {
	float: left;
	color: #ffffff;
	padding: 10px 30px;
	text-transform: uppercase;
	font-size: 16px;
	text-transform: uppercase;
	margin-top: 15px;
}
.kode-forminfo h3 {
	text-transform: uppercase;
}
.kode-forminfo h3, .kode-forminfo p, .kode-form-list li strong {
	color: #000;
}
.kode-form-list li {
	color: #000;
	list-style: none;
	margin-bottom: 5px;
	position: relative;
	padding: 0px 0px 0px 45px;
}
.kode-form-list li i {
	display: inline-block;
	width: 32px;
	height: 32px;
	border: 1px solid #000;
	margin-right: 20px;
	text-align: center;
	font-size: 18px;
	padding: 5px 0px 0px 0px;
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
	position: absolute;
	left: 0px;
	top: 0px;
	color: #000;
}
.kode-form-list li:hover i{
	color: #fff;
}
.kode-form-list li p {
	display: inline-block;
	width: auto;
}
.kode-forminfo .kode-team-network {
	float: left;
}
.kode-form-list {
	float: left;
	width: 100%;
}
.kode-forminfo {
	float: left;
	padding: 0 15px;
	width: 100%;
}
/* Contact Footer Ends */

/* CopyRighht Section Starts */

.kode-bottom-footer {
	float: left;
	width: 100%;
}
.kode-bottom-footer p {
	color: #ffffff;
	padding: 12px 0px;
	margin: 0px;
}
#kode-topbtn {
	float: right;
	color: #000;
	width: 40px;
	height: 40px;
	text-align: center;
	font-size: 20px;
	padding: 3px 0px 0px 0px;
	margin-top: -10px;
	position: relative;
}
#kode-topbtn:before, #kode-topbtn:after {
	content: '';
	position: absolute;
	left: -6px;
	top: -1px;
	border-bottom: 11px solid #c9b005;
	border-left: 6px solid transparent;
}
#kode-topbtn:after {
	left: auto;
	right: -6px;
	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
}
/* CopyRighht Section Ends */

/*
========================================
		PROJECT FACTS CSS Starts
========================================
*/
.project-fact {
	padding: 50px 0px;
	float: left;
	width: 100%;
}
.project-numbering {
	text-align: center;
}
.project-numbering i {
	font-size: 50px;
	color: #fff;
}
.project-numbering p {
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}
.project-numbering .counter {
	font-size: 60px;
	font-family: 'Lato', sans-serif;
	color: #fff;
	font-weight: bold;
}
/*
===========================================
		PROJECT FACTS CSS Ends
===========================================
*/

/*
===========================================
		Header 8 Starts
===========================================
*/
.kode-topbar-kickoff ul {
	padding: 0px;
	margin: 0px;
}
.header-8 {
	float: left;
	width: 100%;
	background-color: rgba(0,0,0,0.6);
	text-align: center;
	padding: 25px 0px;
	transition: all 0.3s ease-in-out;
	position: relative;
	z-index: 1000;
}
.header-8 .kode-navigation {
	margin-top: 8px;
}
.kf_sticky .header-8 {
	padding: 10px 0px;
}
.header-8 .kode-navigation ul li a {
	text-align: left;
	padding: 14px 15px;
	color: #fff;
}
.header-8 .kode-navigation ul li a:hover {
	background-color: #fff;
	color: #666;
}
.header-8 .kode-navigation ul ul li a {
	padding: 10px 15px;
	font-size: 12px;
}
.header-8 .kode-navigation ul ul li {
	width: 100%;
}
.header-8 .logo {
	width: 200px;
	margin: 0px auto;
	float: none;
}
.navigation ul > li.last ul {
	left: auto !important;
	right: 0;
}
.navigation ul > li.last ul ul {
	right: 100%;
}
.header-8 .kode-navigation.left {
	float: left;
}
.header-8 .kode-navigation.right {
	float: right;
}
/*
===========================================
				LOGO
===========================================
*/
.logo {
	float: left;
}
.logo a {
	display: block;
}
.logo img {
	float: left;
}
.kode-navigation {
	float: right;
}
.kode-navigation ul {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 100%;
	list-style: none;
}
.kode-navigation ul li {
	float: left;
	position: relative;
	list-style: none;
}
.kode-navigation ul li a {
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 15px 16px;
}
.kode-navigation ul li > a:hover {
}
/*dropdown first level Starts*/

.kode-navigation ul ul {
	float: left;
	width: 210px;
	position: absolute;
	left: 0px;
	top: 100%;
	background-color: rgba(0,0,0,0.8);
	visibility: hidden;
	opacity: 0;
	margin: 20px 0px 0px 0px;
	z-index: 10;
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.kode-navigation ul li:hover > ul {
	display: block;
	visibility: visible;
	opacity: 1;
	margin: 0px;
}
.kode-navigation ul ul li {
	width: 100%;
}
.kode-navigation ul ul li a {
	font-weight: normal;
	text-transform: inherit;
	padding: 8px 20px;
	text-transform: capitalize;
}
.kode-navigation ul ul li a:hover {
	color: #fff;
}
.kode-navigation ul ul ul {
	left: 100%;
	top: 0px;
}
/*dropdown first level Ends*/

/*social network CSS Starts */
.kode-social-network {
	float: right;
	margin: 0px 0px 0px 20px;
}
.kode-social-network ul {
	list-style: none;
	float: left;
	width: 100%;
	margin: 4px 0px;
}
.kode-social-network ul li {
	float: left;
	margin: 0px 5px;
	list-style: none;
}
.kode-social-network ul li a {
	display: block;
	height: 33px;
	width: 33px;
	background-color: #e5e5e5;
	color: #686868;
	font-size: 14px;
	border-radius: 100%;
	text-align: center;
	padding: 4px 0px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.kode-social-network ul li a:hover {
	color: #fff;
	background-color: #000;
}
/*social network CSS Ends */

/*
=====================================
		PICK EVENT CSS Starts
=====================================
*/
.pick-event {
	float: left;
	background-color: #ededed;
	padding: 20px 0px;
}
.pick-event .heading {
	float: left;
	width: 20%;
	text-align: left;
}
.pick-event .heading h4 {
	font-size: 16px;
	font-family: 'Raleway', sans-serif;
	color: #343434;
	margin: 5px 0px;
}
.pick-event .heading h2 {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Raleway', sans-serif;
	margin: 6px 0px;
}
.pick-event .form {
	float: left;
	width: 80%;
}
.pick-event .form input {
	width: 100%;
	min-height: 42px;
	background-color: #fff;
	border: none;
	padding: 10px 10px;
}
.pick-event .form .cover {
	float: left;
	position: relative;
	width: 25%;
	padding: 0px 10px;
}
.pick-event .form .cover .dropdown-menu li {
	list-style: none;
}
.pick-event .form .cover .kode-modren-btn.thbg-colortwo {
	padding: 0px 10px;
	text-align: center;
	width: 100%;
	font-size: 18px;
}
.pick-event .form .cover i {
	position: absolute;
	right: 20px;
	top: 13px;
	color: #bbbbbb;
}
.pick-event .form div.cover:first-child {
	margin-left: 0px;
}
.pick-event .form button.find {
	display: block;
	min-height: 42px;
	border: none;
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px 20px;
}
.pick-event .cover .dropdown button {
	min-height: 42px;
	background-color: #fff;
	width: 100%;
	border: none;
	text-align: left;
	padding: 10px 10px;
}
.pick-event .cover .dropdown .dropdown-menu {
	width: 100%;
}
/*
=====================================
		PICK EVENT CSS Ends
=====================================
*/

/*

================================

*/

/*
=============================================
			VIDEO SECTION CSS Starts
=============================================
*/

.kode-sport-section {
	float: left;
	width: 100%;
	background-image: url(extra-images/bg-paralaxx-1.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	text-align: center;
	padding: 50px 0px;
}
.kode-sport-section:before {
	content: "";
	background-color: rgba(255,255,255,0.7);
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;/*background-image:url(extra-images/video-bg-pettern.png);*/
}
.kode-video-section {
	float: left;
	width: 100%;
	background-image: url(extra-images/slide3.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	text-align: center;
	padding: 150px 0px;
}
.kode-video-call-to-action-video{
	text-align: center;
}
.kode-video-section:before {
	content: "";
	background-color: rgba(0,0,0,0.7);
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;/*background-image:url(extra-images/video-bg-pettern.png);*/
}
.kode-video-section .container {
	position: relative;
}
.kode-video-call-to-action-video h2,
.kode-video-section h2 {
	font-size: 34px;
	color: #fff;
	margin: 0px 0px 30px 0px;
	text-transform: uppercase;
	letter-spacing: 10px;
}
.kode-video-call-to-action-video h4,
.kode-video-section h4 {
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 5px;
	color: #fff;
}
.kode-video-call-to-action-video p,
.kode-video-section p {
	text-transform: uppercase;
	color: #fff;
}
.kode-video-call-to-action-video i,
.kode-video-section i {
	height: 62px;
	width: 62px;
	border: solid 2px #fff;
	background-color: rgba(255,255,255,0.2);
	text-align: center;
	color: #fff;
	font-size: 24px;
	padding: 15px 0px;
	border-radius: 4px;
	margin: 0px 0px 20px 0px;
}
/*
=============================================
			VIDEO SECTION CSS Ends
=============================================
*/

/*HEADING STYLE 12 Css Starts*/
.heading-12 {
	position: relative;
}
.heading-12 h2 {
	margin: 0px 0px 15px 0px;
	display: inline-block;
	font-weight: bold;
	position: relative;
	padding: 0px 0px 20px 0px;
	text-transform: uppercase;
}
.heading-12 h2:before {
	content: "";
	width: 150px;
	border-bottom: dashed 1px #b7b7b7;
	height: 2px;
	position: absolute;
	left: 0px;
	right: 0px;
	margin: auto;
	bottom: 0px;
}
.heading-12 p {
	font-size: 14px;
	color: #949494;
	margin: 0px;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
}
.heading-12 span.left, .heading-12 span.right {
	position: absolute;
	height: 9px;
	width: 9px;
	border-radius: 100%;
	background-color: #db2d14;
	position: absolute;
	left: 27%;
	bottom: -4px;
}
.heading-12 span.right {
	left: auto;
	right: 27%;
}
.heading {
	float: left;
	width: 100%;
	text-align: center;
}
.heading > h2 {
	font-size: 33px !important;
	color: #000;
	position: relative;
	font-weight: normal;
}
/*HEADING STYLE 12 Css Ends*/

/***Footer Medium Starts***/
.footer-medium {
	float: left;
	width: 100%;
}
#footer1 .footer-medium h3 {
	font-size: 20px;
	text-transform: uppercase;
	color: #252525;
}

/***Footer Medium Ends***/

/*about-widget Starts*/

.about-widget p {
	margin: 17px 0 0;
}
.newsletter-widget {
	float: left;
	width: 100%;
}
.newsletter-widget p {
	margin: 0 0 17px;
}
.newsletter-widget form {
	width: 100%;
	height: 40px;
	float: left;
	position: relative;
}
.newsletter-widget form [type="text"] {
	border: 1px solid #dadada;
	border-right: 0;
	font-size: 13px;
	text-transform: uppercase;
	color: #787878;
	padding: 11px 15px;
	background-color: transparent;
	float: left;
	width: 100%;
}
.newsletter-widget form [type="submit"] {
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	padding: 11px 13px;
	border: none;
	position: absolute;
	top: 0;
	right: 0;
}
/*about-widget Ends*/

/***contact-us-widget starts***/

.contact-us-widget {
	float: left;
	width: 100%;
}
.contact-us-widget p {
	margin: 0 0 17px;
}
/***contact-us-widget ends***/

/***social-links1 starts***/
.social-links1 li, .socialnetwork li {
	display: inline-block;
	margin: 0 10px 0 0;
}
.social-links1 li:last-child, .socialnetwork li:last-child {
	margin: 0;
}
.social-links1 li a, .socialnetwork li a {
	width: 35px;
	height: 35px;
	text-align: center;
	padding: 3px 0;
	display: block;
	font-size: 16px;
	color: #fff;
	overflow: hidden;
	position: relative;
	z-index: 11;
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
}
.social-links1 li a:before, .socialnetwork li a:before {
	content: '';
	position: absolute;
	top: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.2);
}
.social-links1 li a:hover:before, .socialnetwork li a:hover:before {
	top: 0;
}
.fb-bg1 {
	background-color: #3b5997;
}
.tw-bg1 {
	background-color: #00aceb;
}
.youtube-bg1 {
	background-color: #ba0204;
}
.linkedin-bg1 {
	background-color: #5182aa;
}
/***social-links1 ends***/

/***widget-flickr css starts***/

.widget-flickr ul {
	float: left;
	width: 100%;
	margin: 0;
}
.widget-flickr ul li {
	float: left;
	margin: 0 3px 10px;
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
}
.widget-flickr ul li img {
	border-radius: 3px;
}
.kode-table tr:hover {
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
/***widget-flickr css ends***/

/* TeamGrid starts */

.owl-carousel-team .owl-item:hover .team-info {
	background-color: #333333;
}
.owl-carousel-team .owl-item:hover .team-info h2, ..owl-carousel-team .owl-item:hover .team-info h6 {
color: #ffffff;
}
.team-info {
	background-color: #ffffff;
	padding: 28px 22px 22px 22px;
	text-align: center;
	position: relative;
}
.team-info h2 {
	line-height: 1;
	margin: 0px 0px 4px 0px;
	font-weight: 500;
	text-transform: uppercase;
}
.team-info h2 a, .team-info h6, .team-info p {
	color: #777777;
}
.team-info p {
	margin: 0px;
}
.owl-carousel-team .owl-item:hover .team-network {
	margin: 0px;
	opacity: 1;
	background-color: #333;
	left: 0px;
	color: #fff;
}
.owl-carousel-team .owl-item:hover .team-network ul li a {
	color: #fff;
}
.team-network {
	float: left;
	width: 100%;
	top: 50%;
}
.team-network ul {
	display: inline-block;
	margin: 0px;
}
.team-network ul li {
	float: left;
	list-style: none;
	margin: 18px 0px 0px 18px;
	line-height: 1;
}
.team-network ul li:first-child {
	margin-left: 0px;
}
.team-network ul li a {
	color: #333;
	font-size: 20px;
}
.kode-team-grid ul li:hover p {
	color: #ffffff;
}
/* TeamGrid Ends */

/*
=============================================
		TESTIMONIALS STYLE 6 Starts
=============================================
*/
.kode-testimonials-6 {
	float: left;
	width: 100%;
	position: relative;
}
.kode-testimonials-6:before {
	content: "\f10d";
	background-color: #fff;
	padding: 5px;
	font-size: 40px;
	font-family: FontAwesome;
	height: 50px;
	width: 50px;
	position: absolute;
	left: 0px;
	right: 0px;
	margin: auto;
	top: -25px;
	z-index: 10;
	text-align: center;
	color: #7dbd22;
}
.kode-testimonials-6 ul {
	float: left;
	margin: 0px;
	width: 100%;
}
.kode-testimonials-6 .bx-wrapper {
}
.kode-testimonials-6 .kode-text {
	float: left;
	width: 100%;
	text-align: center;
	border: solid 1px #eeeeee;
	padding: 40px 40px 90px;
	margin: 0px 0px 60px 0px;
	position: relative;
	box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
}
.kode-testimonials-6 .kode-text p {
	margin: 0px 0px 0px 0px;
	font-size: 20px;
	color: #666;
	font-weight: 300;
}
.kode-testimonials-6 .kode-thumb {
	height: 90px;
	width: 90px;
	border: solid 14px #fff;
	box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.1);
	display: inline-block;
}
.kode-testimonials-6 .client-name {
	width: 15%;
	left: 0px;
	right: 0px;
	margin: auto;
	bottom: -50px;
	position: absolute;
}
.kode-testimonials-6 .client-name h4 {
	font-size: 14px;
	font-weight: bold;
	color: #7dbd22;
	margin-bottom: 10px;
}
.kode-testimonials-6 .bx-wrapper .bx-controls-direction a {
	margin-top: -50px;
	left: -14px;
	width: auto;
	height: auto;
}
.kode-testimonials-6 .bx-wrapper .bx-controls-direction a i {
	color: #333;
}
.kode-testimonials-6 .bx-wrapper .bx-controls-direction a.bx-next {
	left: auto;
	right: -14px;
}
.kode-testimonials-6 .bx-wrapper .bxslider > li {
	padding: 0px 30px;
}
.kode-testimonials-3 .bx-pager {
	display: none;
}
/*
=============================================
		TESTIMONIALS STYLE 6 Starts
=============================================
*/

/*

================================

*/

/*
==========================================
				HEADER 4 Starts
==========================================
*/
.header-4 {
	float: left;
	width: 100%;
	background-color: rgba(0,0,0,0.6);
}
.header-4 .kode-top-strip {
	float: left;
	width: 100%;
	border-bottom: 1px solid #ccc;
	padding: 5px 0px;
	text-align: center;
}
.header-4 .logo {
	margin: 0px 20px 0px 0px;
	height: 90px;
	position: relative;
	width: 170px;
}
.header-4 .logo img {
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	margin: auto;
}
.header-4 .kode-navigation ul li a {
	padding: 35px 16px;
}
.header-4 .kode-navigation ul li:hover > a {
	color: #fff;
}
.header-4 .kode-navigation ul ul li a {
	padding: 10px 16px;
}
.header-4 .logo {
	float: left;
}
.header-4 .logo a {
	display: block;
}
.logo img {
	float: left;
}
.header-4 .kode-navigation {
	float: left;
}
.header-4 .kode-top-search {
	float: right;
	position: relative;
	margin: 25px 0px;
}
.header-4 .kode-top-search input[type="text"] {
	float: left;
	width: 300px;
	height: 40px;
	border: solid 1px #ccc;
	padding: 6px 10px;
}
.header-4 .kode-top-search input[type="text"]:focus {
}
.header-4 .kode-top-search i {
	position: absolute;
	height: 40px;
	width: 40px;
	top: 0px;
	right: 0px;
	padding: 10px 0px;
	text-align: center;
	font-size: 16px;
	color: #000;
}
.header-4 .kode-top-search {
	float: right;
	position: relative;
	margin: 29px 0px;
}
.header-4 .kode-top-search input[type="text"] {
	float: left;
	width: 300px;
	height: 40px;
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: solid 1px #000;
	padding: 6px 10px;
	background: rgba(0,0,0,0.3);
}
.header-4 .kode-top-search input[type="text"]:focus {
}
.header-4 .kode-top-search i {
	position: absolute;
	height: 40px;
	top: 0px;
	right: 0px;
	padding: 10px 0px;
	text-align: center;
	font-size: 18px;
	color: #fff;
}
/*
==========================================
				HEADER 4 Ends
==========================================
*/

/*
==========================================
				HEADER 6 Starts
==========================================
*/
.header-6 {
	float: left;
	width: 100%;
	background-color: rgba(0,0,0,0.3);
}
.header-6 .kode-nav-container {
	float: left;
	width: 100%;
	padding: 25px 0px;
}
.header-6 .logo {
	float: left;
	margin: 0px;
	width: auto;
}
.header-6 .logo a.logo {
	padding: 0px;
	margin: 0px;
}
.header-6 .logo a {
	display: block;
}
.header-6 .logo img {
	float: left;
}
.header-6 .kode-navigation {
	float: right;
	margin-top: 6px;
}
.header-6 .kode-social-network {
	margin-top: 6px;
}
.padding-none {
	padding: 0px 0px 50px 0px;
}
/*
==========================================
				HEADER 6 Ends
==========================================
*/


/*
==========================================
				TEAM STYLE 2 Starts
==========================================
*/
.kd-counter {
	text-align: center;
}
/* Counter */
.kd-counter i {
	color: #ffffff;
}
.kd-counter span {
	color: #ffffff;
	display: block;
	font-size: 50px;
	line-height: 70px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	position: relative;
	margin-bottom: 5px;
}
.kd-counter span:before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0px;
	width: 80px;
	height: 3px;
	border-bottom: 2px solid #ffffff;
	margin: 0px 0px 0px -40px;
}
.kd-counter small {
	color: #ffffff;
	font-size: 16px;
	text-transform: uppercase;
}
.widget {
	float: left;
	width: 100%;
}
.kode-team-list.kode-team-modern figure figcaption {
	left: 0;
}
.kode-team-list.kode-team-modern figure figcaption h2 {
	text-align: center;
}
.players-item-wrapper .kode-team-list .kode-team-list .kode-team-thumb,
.kode-team-list.kode-team-modern .kode-team-thumb {
	width: 100%;
}
.kode-team-list.kode-team-modern .kode-team-network li {
	background: #fff;
}
.kode-team-list.kode-team-modern .kode-team-network {
	float: none;
	text-align: center;
	margin: 10px 0;
}
.kode-team-list.kode-team-modern .kode-modren-btn {
	display: none;
}
.kode-team-list.kode-team-modern.kode-small figure figcaption h2 a {
	padding: 10px;
	font-size: 18px;
}
.kode-team-list.kode-team-modern figure figcaption h2 {
	box-shadow: inherit;
}
.kode-team-list.kode-team-modern > ul > li.col-md-5 {
	float: none;
	display: inline-block;
	text-align: center;
	margin: 0 auto;
}
.kode-align-center {
	text-align: center;
}
.kode-main-content .kode-fullwidth-blog .col-md-12.columns {
	margin-bottom: 30px;
}
.next-prev-style .owl-nav {
	display: block;
}
.kode-team.kode-team-list .owl-nav {
	top: -46px;
}
.kode-bg-color {
	background: #373737
}
ul.row.kode-item {
	margin-bottom: 0px;
}
.kode-blog-grid-ux article {
	float: left;
	width: 100%;
}
.kode-blog-grid-ux iframe {
	margin: 0px
}
.kode-team-timeline ul li:nth-child(2n) .kode-timezoon {
	display: none;
}
.kode-result-thumb img {
	height: 111px;
	width: 112px;
}
.margin-bottom-top-30 {
	margin: 30px 0px;
}
.margin-bottom-top-50 {
	margin: 90px 0px 0px 0px;
}
.kode-result-list.shape-view .margin-bottom-top-50 {
	margin: 85px 0 30px;
}
.kode-result-list.shape-view {
	float: left;
	width: 100%;
}
.match-listing {
	clear: both;
}
.kode-blog-full {
	padding: 0px 0px 30px 0px;
	/*margin: 0px 0px 30px 0px;*/
	border-bottom: solid 1px #d1d1d1;
	float: left;
	width: 100%;
}
.kode-blog-full .kode-time-zoon h5 {
	font-size: 26px !important;
}
.simple-column {
	float: left;
	width: 100%;
}
.next-prev-style .owl-nav div:hover {
	color: #fff !important;
}
.kode-404-page .kode-search {
	float: none;
}
.kode-404-page .kode-innersearch {
	float: none;
	text-align: center;
	margin: 0px;
}
.kode-404-page .kode-innersearch .kode-search{
	margin:0px;
	width:70%;
}
.kode-404-page .kode-innersearch form input[type="text"]{
	height:60px !important;
}

.kode-404-page .kode-innersearch .kode-search:before, .kode-404-page .kode-innersearch .kode-search:after{
	display:none;
}
.cart-option .widget_shopping_cart_content {
	background: #fff;
	display: none;
	position: absolute;
	z-index: 9999999;
}
.widget_shopping_cart_content {
	float: left;
	width: 300px;
	position: absolute;
	top: 100%;
	right: 0px;
	z-index: 100;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	background: #fff;
	padding: 10px;
	border-radius: 5px;
}
.widget_shopping_cart_content p.total {
	padding: 10px;
	background-color: #f5f5f5;
	float: left;
	width: 100%;
}
.widget_shopping_cart_content p.buttons {
	float: left;
	width: 100%;
}
.widget_shopping_cart_content p.buttons a {
	width: 49%;
	float: left;
	text-align: center;
	color: #fff;
	margin: 0px 0px 0px 2%;
}
.widget_shopping_cart_content p.buttons a:hover {
	color: #fff;
	background-color: #000;
}
.widget_shopping_cart_content p.buttons a:first-child {
	margin: 0px;
}
.widget_shopping_cart_content ul.cart_list.product_list_widget {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	list-style: none;
}
.widget_shopping_cart_content ul.cart_list.product_list_widget li {
	float: left;
	width: 100%;
	padding: 10px;
	margin: 10px 0px 0px 0px;
	border: solid 1px #f5f5f5;
}
.widget_shopping_cart_content ul.cart_list.product_list_widget li img {
	width: 80px;
	float: left;
	margin: 0px 15px 0px 0px;
}
.widget_shopping_cart_content ul.cart_list.product_list_widget li:first-child {
	margin: 0px;
}
.widget_shopping_cart_content ul.cart_list.product_list_widget li:hover {
	padding: 10px;
	background-color: #f5f5f5;
}
.cart-option .widget_shopping_cart_content ul.cart_list.product_list_widget li a {
	float: left;
	background: none !important;
	border-radius: 0px;
	padding: 0px;
	color: #333;
	width: 100%;
}
.widget_shopping_cart_content ul.cart_list.product_list_widget li a.remove {
	float: right;
	width: auto;
	position: absolute;
	right: 10px;
	text-align: center;
	top: 10px;
	font-size: 18px;
	height: 20px;
	width: 20px;
}
.widget_shopping_cart_content ul.cart_list.product_list_widget li span.quantity {
	width: 100%;
	float: left;
	margin: 10px 0px 0px 0px;
	height: 20px;
	width: 20px;
	color: #fff;
	width: 100%;
	font-weight: bold;
	color: #666;
}
div.cart-option, li.cart-option {
	position: relative;
}
.subheader-height.subheader .page-info {
	padding-top: 5px;
	position: relative;;
	z-index: 10;
}
.subheader-height.subheader .page-info h2 {
	margin: 0px;
}
.body-wrapper {
	position: relative;
	background:#fff;
}
.kode-bxslider {
	width: 100%;
	float: left;
}
.screen-reader-text {
}
.kode-table .em-full-button {
	width: 100%;
}
.em-booking-form-details .dbem_country {
	width: 22%;
}
.em-booking-form label {
	width: 125px;
}
.em-booking-form-details input.input, .em-booking-form-details textarea {
	height: 150px;
}
.em-booking-form .em-booking-form-details {
	width: 100%;
}
.em-booking-form-details input.input, .em-booking-form-details textarea {
	width: 425px;
}
.em-booking {
	float: left;
	margin: 15px 0 10px;
	position: relative;
	width: 100%;
}
.col-md-8.columns .kode-booking {
	display: none;
}
.kode-booking {
	text-align: center;
}
.em-booking-form {
	clear: left;
	float: left;
	position: relative;
	width: 50%;
}
div.em-booking-login {
	float: left;
	padding: 0 10px 10px 20px;
	width: 50%;
}
.em-booking-login-form input[type="password"], .em-booking-login-form input[type="text"] {
	width: 82%;
}
.kode-table .kode-booking .em-full-button {
	font-size: 14px;
}
.tablenav select {
	float: left;
	width: 170px;
}
.em-bookings-table .em-bookings-table-export, .em-bookings-table .em-bookings-table-settings {
	margin: 8px 5px;
}
.kd-loginbox .modal-dialog {
	width: 430px;
	z-index: 9999
}
.kd-loginbox ul {
	margin: 0px;
}
.kd-loginbox .modal-body {
	padding: 0px;
	position: relative;
}
.kd-loginbox .close {
	position: absolute;
	right: 15px;
	top: 6px;
	font-size: 30px;
	color: #999 !important;
	opacity: 1;
}
.kd-login-title {
	display: inline-block;
	width: 100%;
	text-align: center;
	padding: 25px 60px 0px 60px;
}
.kd-login-title h2 {
	text-transform: uppercase;
	color: #999999;
	margin-bottom: 0px;
}
.kd-login-title span {
	font-size: 30px;
	color: #999999;
	font-weight: 600;
	margin-bottom: 30px;
	display: inline-block;
	width: 100%;
}
.kd-login-network ul li {
	float: left;
	width: 100%;
	list-style: none;
	margin: 0px 0px 20px 0px;
}
.kd-login-network ul li a {
	background-color: #3b5999;
	color: #ffffff;
	font-size: 20px;
	padding: 6px 20px;
	float: left;
	width: 100%;
	border-radius: 6px;
}
.logout-btn.kd-login-network ul li a {
	background: none;
	color: #000;
	text-align: center;
}
.logout-btn.kd-login-network ul li a i {
	color: #000;
}
.modal-body .close span {
	color: #000;
}
.logout-btn.kd-login-network ul li {
	border: none;
}
.kd-login-network ul li a i {
	margin-right: 10px;
}
.kd-login-network ul li a[data-original-title="Twitter"] {
	background-color: #4fa8e4;
}
/* Or Sepratore */
.kd-login-sepratore {
	display: inline-block;
	width: 100%;
	margin: 0px 0px 15px 0px;
	overflow: hidden;
	text-align: center;
}
.kd-login-sepratore span {
	text-transform: uppercase;
	font-size: 18px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0px;
}
.kd-login-sepratore span:before, .kd-login-sepratore span:after {
	content: '';
	width: 9999px;
	height: 4px;
	border-top: 1px solid #d4d4d4;
	position: absolute;
	top: 15px;
	left: 100%;
	margin-left: 10px;
}
.kd-login-sepratore span:after {
	content: '';
	left: auto;
	right: 100%;
	margin-left: 0px;
	margin-right: 10px;
}
/* Login Input Form */
.kd-loginbox form {
	display: inline-block;
	width: 100%;
	padding: 0px 60px;
}
.kd-login-title .kode-allowed, .kd-loginbox form p.status {
	color: #000;
}
.kd-loginbox form p {
	float: left;
	width: 100%;
	margin: 0px 0px 20px 0px;
	position: relative;
}
.kd-loginbox form p input[type="text"], .kd-loginbox form p input[type="password"] {
	width: 100%;
	border: 1px solid #f0ede8;
	height: 54px;
	float: left;
	border-radius: 4px;
	color: #999999;
	padding: 10px 0px 10px 60px;
}
.kd-loginbox form p i {
	border-right: 1px solid #f0ede8;
	bottom: 0;
	color: #989898;
	font-size: 14px;
	height: 30px;
	left: 17px;
	line-height: 30px;
	margin: auto;
	position: absolute;
	top: 0;
	width: 30px;
}
.kd-loginbox form p input[type="submit"] {
	float: left;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	border: none;
	padding: 10px 27px;
	font-size: 16px;
	border-radius: 5px;
}
.kd-loginbox form p a {
	color: #666666;
	float: left;
	padding: 13px 0px 0px 30px;
	font-size: 14px;
}
.kode-navigation .menu .sub-menu .sub-menu, .kode-navigation .sub-menu .sub-menu, .navigation .children .children {
	top: 0;
	left: 100%;
	margin: 0px;
}
.navigation ul > li.last ul {
	left: auto !important;
	right: 0;
}
.navigation ul > li.last ul ul {
	right: 100%;
}
.kd-login-sepratore span {
	color: #000;
}
.is-subscribed {
	float: right;
}
.forums.bbp-replies .bbp-footer {
	color: #fff;
}
.bbpress .kode-item.k-title {
	display: none;
}
#subscription-toggle .subscription-toggle {
	padding: 10px;
	text-align: left;
}
.bp-user.buddypress.bbp-user-page .kode-admin-post, .forum-archive .kode-admin-post {
	display: none;
}
.post-password-form input[type="password"] {
	height: 43px !important;
}
.post-password-form label {
	margin-bottom: 0px;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
	float: left;
	width: 100%;
}
.bx-wrapper .bx-controls-direction a{
	background:none !important;
}
header .dl-menuwrapper li a{
	text-align: left;

}
#footer{position:relative;}
footer{position:relative;}
.simple-social-style {
	display:inline-block;
	float:none;
}
.simple-social-style li{
	float:none;
}
.kode_football_footer_social_icon ul.simple-social-style li a{
	line-height:29px;
}
.footer-bottom-1 .widget_nav_menu li a{
	color:#fff;
}
.footer-bottom-1  .kode_football_footer_logo p{
	color:#fff;
}
.kode-subheader.header-style-3{
	padding-top:35px;
	height:116px;
}

.crkt-team-categories{
    float: right;
    width: 50%;
    margin-bottom: 30px;
}
.crkt-team-dec{
    float: left;
    width: 100%;
    position: relative;
    padding:40px 120px 33px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    z-index: 2;
}
.crkt-team-categories .crkt-team-dec:first-child{
    padding-top: 0;
}
.crkt-team-categories .crkt-team-dec:last-child{
    border: none;
    padding-bottom: 0;
}
.crkt-team-dec h4{
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 22px;
}
.crkt-team-dec h4 a{
    color: #fff;
}
.crkt-team-dec p{
    color: #fff;
    margin: 0;
    line-height: 26px;
}
.crkt-team-dec span{
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -38px;
    color: #fff;
    font-size: 70px;
}
.crkt-more{
    padding:16px 25px 14px;
    font-size: 16px;
    font-weight: normal;
    color: #000;
    text-transform: uppercase;
    line-height: 13px;
    float: left;
    width: auto;
}
.crkt-more:hover{
    background-color: #fff;
}
.crkt-plyer1{
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 1;
    margin-left: -555px;
}
.crkt-plyer2 {
    bottom: 0;
    left: 50%;
    margin-left: -805px;
    position: absolute;
}
/*
      ============================================================
         CRICKET  VIDEO BAR
      ============================================================
*/
.crkt-videos-wrap{
    padding: 30px 10px;
}
.crkt-videos{
    float: left;
    width: 100%;
    margin-bottom: 37px;
}
.crkt-videos .thumb{
    float: left;
    width: 101px;
    position: relative;
    border: 2px solid;
    z-index: 1;
}
.crkt-videos .thumb:before{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    text-align: center;
    font-size: 30px;
    font-family: FontAwesome;
    content: "\f04b";
    margin: -13px auto 0;
    opacity: 0;
    width: 22px;
    height: 22px;
    cursor: pointer;
}
.crkt-videos:hover .thumb:before{
    opacity: 1;
}
.crkt-videos .thumb img{
    float: left;
    width: 100%;
}
.crkt-videos .text{
    float: none;
    overflow: hidden;
    width: auto;
    padding: 0 0 0 15px;
}
.crkt-videos .text h4{
    font-size: 20px;
    line-height: 16px;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 12px;
    overflow: hidden;
}
.crkt-videos .text p{
    color: #fff;
    font-size: 14px;
    margin: 0 0 14px 0;
    overflow: hidden;
}
.crkt-videos .text p a{
    color: #fff;
}
.crkt-videos .text span{
    float: left;
    width: 100%;
    color: #fff;
    text-transform: capitalize;
    line-height: 20px;
    margin-bottom: -3px;
}
.crkt-viewmore{
    float: left;
    width: 100%;
    text-align: center;
    line-height: 16px;
}
.crkt-viewmore a{
    display: inline-block;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    line-height: 16px;
    font-weight: 500;
}
.kode_football_icon_cart span i,
.kode_football_icon_cart span{
	color:#fff;
}
.widget_shopping_cart_content{
	display:none;
}
.kode_football_top_login ul{
	margin:0px 0px;
}
.kode_football_top_login .kode_football_regsiter li{
	margin-right:11px;
}
.kode_football_top_login .kode_football_icon_cart{
	margin-left:8px;
}
.widget.widget-search .kode-search input{
	height:30px !important;
}
.widget.widget-search .kode-search label{
	padding:0 20px;
}
.widget.widget-search .kode-search label:before {
    color: #fff;
    content: "";
    font-family: "FontAwesome";
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 4px;
}
.checkout-button.button.alt.wc-forward{
	color:#fff;
	display:inline-block;
	margin-top:20px;
	padding:13px 10px 10px;
	overflow:hidden;
}
.wp-social-login-connect-with{
	float: left;
	width: 100%;
	text-align: center;
	font-size: 18px;
	text-transform: capitalize;
	line-height: 18px;
	color: #333;
	font-weight: bold;
}
.wp-social-login-provider-list{
	float: left;
	width: 100%;
	text-align: center;
}
.wp-social-login-provider-list a {
    background-color: #c7c7c7;
    border-radius: 6px;
    color: #ffffff;
    display: inline-block;
    font-size: 20px;
    padding: 6px 20px;
    width: 100%;
    margin-bottom: 15px;
    border-radius: 5px;
    min-width: 250px;
    width: auto;
}
.wp-social-login-provider-list a:last-child{
	margin: 0;
}
a.wp-social-login-provider-facebook{
    background-color: #3b5999;
}
a.wp-social-login-provider-twitter{
    background-color: #4fa8e4;
}
a.wp-social-login-provider-google{
	background-color: #d34836;
}
a.wp-social-login-provider-linkedin{
	background-color: #0e76a8;
}
a.wp-social-login-provider-live{
	background-color: #99b433;
}
#buddypress div#item-header #item-header-cover-image #item-header-content{
	margin-left:0px;
}
fieldset.datebox{
	float:left;
	width:100%;
}
.standard-form input[type="password"],
.standard-form input[type="text"]{
	width:100%;
}
#buddypress .standard-form select{
	width:auto;
}


body.registration form div#ws-plugin--s2member-custom-reg-fields-4bp-section{
	float: left !important;
}
#buddypress .standard-form select,
#buddypress .register-section input,
#buddypress .standard-form label,
#buddypress .standard-form legend,
#buddypress .standard-form #basic-details-section input[type="password"],
#buddypress .standard-form span.label,
#buddypress .standard-form input{
	width: 100% !important;
	float: left !important;
	margin:0 0 10px !important;
}
#buddypress .standard-form legend{
	padding-bottom: 10px;
}
#buddypress .datebox-selects .bp-screen-reader-text {
    height: auto;
    position: relative !important;
    width: auto;
}
body.registration form div.ws-plugin--s2member-custom-reg-fields-4bp-container{
	margin-right: 0 !important;
}
#buddypress .register-section fieldset{
	margin: 0 !important;
}
footer.footer-bottom-2 {
    float: left;
    margin: 30px 0;
    width: 100%;
}
.kode-caption-wrapper.position-right .slide-caption{
	text-align:right;
}
.kode-caption-wrapper.position-left .slide-caption{
	text-align:left;
}
.kode-partner.elementor-section ul.wpha-item-holder .gallery-item figure img{
	width:auto;
	text-align:center;
	float:none;
	display:inline-block;
}
.kode-partner.elementor-section ul.wpha-item-holder .gallery-item figure{
	padding:20px;
}
.kode-partner.elementor-section ul.wpha-item-holder .gallery-item figure, .kode-partner.elementor-section ul.wpha-item-holder .gallery-item figure a{
	width:100%;
	text-align:center;

}
.kode-blog-grid-ux article{
	margin-bottom:20px;
}
footer .widget.widget-search .kode-search{
	width:100%;
	margin:0px;
}
.elementor-accordion .elementor-accordion-title{
	color: #333 !important;
}
.elementor-accordion{
	float: left;
	width: 100%;
}
.elementor-tabs .elementor-tab-content,
.elementor-accordion .elementor-tab-content{
	background-color: #fffefe;
	padding:20px 20px;
	float: left;
	width:100%;
}
.elementor-accordion .elementor-accordion-item{
	float: left;
	width:100%;
}
.elementor-accordion .elementor-tab-title{
	float: left;
	width:100%;
	padding: 10px 20px;
	background-color: #ededed;
	margin-bottom:10px;
	cursor: pointer;
}
.elementor-accordion .elementor-accordion-icon{
	float: right;
}
.elementor-accordion .fa-plus:before {
    content: "\f067";
    font-family: fontawesome;
    color:#333;
    font-size: 14px;
}
.elementor-accordion .fa-minus:before {
    content: "\f068";
    font-family: fontawesome;
    color:#333;
     font-size: 14px;
}
.elementor-accordion .elementor-accordion-icon-closed{
	left:16px;
	position: relative;
}
.elementor-tab-title.elementor-active .elementor-accordion-icon-closed .fa-plus:before{
	display: none;
}
/**/
.elementor-tabs-wrapper{
	width: auto;
	margin-bottom: 30px;
}
.elementor-tabs .elementor-tab-title{
	width:auto;
	display: inline-block;
}
.elementor-tabs-content-wrapper .elementor-tab-mobile-title,
.elementor-tabs-wrapper .elementor-tab-title{
	display: inline-block;
	width:auto;
	padding: 15px 20px;
	background-color:#f1f1f1;
	color:#333;
	cursor: pointer;
}
@media (min-width: 768px) {
	.elementor-tabs .elementor-tab-mobile-title {
		display: none;
	}
}
.kode-blog-list-full.kode-large-blog > .clearfix.clear,
.kode-blog-small.kode-small-blog > .clearfix.clear{
	margin-bottom:50px;
}
.elementor-tab-content{
	display:none;
}
.elementor-tab-content.elementor-active{
	display:block;
}
.elementor-active  .elementor-accordion-title{
	color: #fff !important;
}