img {
	border-style: none;
	display: inline-block;
	max-width: 100%;
	height: auto;
}
ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
/*
header css*/

.container-fluid.menu {
	padding-top: 10px;
	padding-bottom: 10px;
}
.navbar-default {
	background-color: #FFFFFF;
	border: none;
	border-radius: 0;
	padding: 0;
	margin: 0;
	box-shadow: none;
}
.navbar-default .navbar-toggle {
	border-color: #1B1B1B;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #FE6500;
}
a.navbar-brand {
	padding: 0;
}
.brand_img {
	padding: 31px 0;
}
.navbar-default .navbar-nav>li>a {
	font-weight: bold;
	color: #000;
}
#header {
	background-color: #fff;
}
/*Best sec Css*/

.best-sec {
    background-image: url("../images/football.jpg");
    background-position: 0 0;
    background-attachment: fixed;
    background-repeat: round;
    background-size: cover;
    text-align: center;
}
.text-hold {
}
.text-hold h1 {
	margin-top: 35px;
	font-size: 36px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 15px;
}
.text-hold p {
	margin: 0;
	color: #fff;
	font-weight: 300;
	line-height: 1.5;
}
.text-hold span {
	color: #fff;
	font-size: 15px;
	display: inline-block;
	font-weight: 300;
	padding-top: 10px;
	padding-bottom: 14px;
}
.new-sec h1,.new-sec p,.new-sec span{
	color: #000;
}
.text-hold .time {
	color: #ff856c;
	font-size: 14px;
	font-weight: 600;
}
.logo-table {
	display: block;
	text-align: center;
	margin: 0 auto;
}
.logo-table img {
	width: 120px;
	height: 60px;
	object-fit: contain;
}
.paddy {
	color: #337ab7;
	text-align: center;
	text-decoration: underline;
	font-weight: 700;
}
.paddy:hover {
	color: #337ab7;
	text-decoration: none;
}
.bg-hold {
	padding: 10px 0;
	text-align: center;
	border-radius: 7px 0 0 7px;
}
.my-table tr, td, thead, tbody {
	border: none;
}
.my-table {
	border: none;
}
.my-table>thead>tr>th {
	border-bottom: none;
}
.my-table>tbody>tr>td, .my-table>tbody>tr>th, .my-table>tfoot>tr>td, .my-table>tfoot>tr>th, .my-table>thead>tr>td, .my-table>thead>tr>th {
	border: none;
	vertical-align: middle;
}
.my-table thead {
	font-size: 15px;
	background-color: rgba(0, 0, 0, 0.6);
	height: 40px;
	text-transform: uppercase;
	color: white;
}
.my-table>caption+thead>tr:first-child>td, .my-table>caption+thead>tr:first-child>th, .my-table>colgroup+thead>tr:first-child>td, .my-table>colgroup+thead>tr:first-child>th, .my-table>thead:first-child>tr:first-child>td, .my-table>thead:first-child>tr:first-child>th {
	text-align: center;
}
.bet {
	text-align: center;
	margin-bottom: 5px;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 600;
	margin-top: 10px;
}
.in-free {
	text-align: center;
	display: block;
}
.my-table td {
	padding: 0!important;
}
.my-table {
	border-collapse: separate;
	border-spacing: 0 0.7em;
}
.bet-now {
	display: block;
	height: 42px;
	width: 156px;
	text-transform: uppercase;
	border-radius: 3px;
	-webkit-box-shadow: 0px 2px 4px 0 rgba(28, 44, 64, 0.17);
	box-shadow: 0px 2px 4px 0 rgba(28, 44, 64, 0.17);
	background-color: #83cd00;
	border: solid 1px rgba(255, 255, 255, 0.31);
	font-size: 16px;
	color: #fff;
	webkit-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
	margin: 0 auto;
	font-weight: 600;
	padding-top: 10px;
	border: 1px solid rgba(255, 255, 255, 0.31);
}
.vist {
	display: inline-block;
	font-size: 12px;
	text-decoration: none;
	margin-top: 10px;
	color: #222;
}
.vist i {
	font-size: 9px;
	margin: 0 0 0 3px;
}
.bet-now i {
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	opacity: 0;
	font-size: 15px;
	margin: 0 0 0 -20px;
}
.bet-now:hover .fa-angle-double-right {
	opacity: 1;
	margin: 0 0 0 5px;
}
.bet-now:hover {
	color: #fff;
	text-decoration: none;
	-webkit-box-shadow: 0px 3px 8px 0 rgba(28, 44, 64, 0.32);
	box-shadow: 0px 3px 8px 0 rgba(28, 44, 64, 0.32);
	background-color: #95df11;
	border: solid 1px rgba(255, 255, 255, 0.31);
}
.tc {
	-webkit-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
	font-size: 10px;
	color: #818a97;
	margin-top: 1px;
}
.tc i {
	font-size: 8px;
	vertical-align: middle;
	margin: 1px 0 0 0;
}
.promo {
}
.promo span {
	font-weight: 700;
	color: #fe751a;
}
.tc:hover {
	text-decoration: none;
}
.my-table tr {
    position: relative;
    border-radius: 7px;
    background-color: #000;
	box-shadow: 0px 0px 1px 0px #777;
}
.hide-condtion {
	text-align: center;
	width: 260px;
	display: none;
	top: 92px;
	padding: 10px 10px 17px 10px;
	background-color: #dbf3ff;
	-webkit-box-shadow: 6px 6px 16px -4px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 6px 6px 16px -4px rgba(0, 0, 0, 0.4);
	box-shadow: 6px 6px 16px -4px rgba(0, 0, 0, 0.4);
	border: 1px solid #b3b3b4;
	border-radius: 3px;
	margin: 0 auto;
	-webkit-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
	opacity: 0;
	position: absolute;
	z-index: 99999;
	left: 50%;
	right: auto;
	transform: translate(-50%, 0);
}
.hide-condtion p {
	font-size: 12px;
}
.calim {
	background-color: #f5c22a;
	margin: 0 0 15px 0;
	color: #000;
	display: inline-block;
	font-weight: bold;
	padding: 8px 20px 7px 20px;
	border-radius: 3px;
	width: 185px;
	text-transform: none;
	webkit-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
	font-size: 14px;
	text-align: center;
	border: 1px solid rgba(255, 255, 255, 0.31);
	-webkit-box-shadow: 0px 2px 4px 0 rgba(28, 44, 64, 0.17);
	box-shadow: 0px 2px 4px 0 rgba(28, 44, 64, 0.17);
	line-height: 1.4;
}
.calim i {
	opacity: 0;
	margin: 0 0 0 -20px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	font-size: 12px;
	transition: 0.5s;
}
.calim:hover .fa-angle-double-right {
	opacity: 1;
	margin: 0 0 0 0px;
}
.calim:hover {
	color: #000;
	text-decoration: none;
}
.hide-condtion:before {
	content: "";
	position: absolute;
	top: -8px;
	left: 50%;
	margin-left: -7px;
	width: 14px;
	height: 18px;
	background-repeat: no-repeat;
	background-image: url("../images/arrow.png");
}
.triger:hover .hide-condtion {
	opacity: 1;
	display: block;
}
.triger {
	display: inline-block;
	padding: 0px 0 6px;
	webkit-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
	cursor: pointer;
}
.my-table td {
	position: relative;
}
.bouns i {
	font-size: 10px;
	border: 1px solid;
	width: 17px;
	height: 17px;
	line-height: 15px;
	cursor: pointer;
	border-radius: 10px;
	color: #8c8a8a;
	margin: 0px 0 0px 5px;
	position: relative;
	top: -2px;
}
.bouns {
	position: relative;
}
.bouns i:hover {
	color: #fff;
}
.hide-info {
	position: absolute;
	background-color: #fff;
	color: #000;
	width: 246px;
	line-height: 1.5;
	padding: 05px 8px;
	font-weight: 400;
	z-index: 1;
	bottom: 155%;
	left: -72px;
	display: none;
	margin-left: -57px;
	text-transform: none;
	font-size: 11px;
	text-align: center;
	-webkit-box-shadow: -1px 3px 35px -5px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: -1px 3px 35px -5px rgba(0, 0, 0, 0.75);
	box-shadow: -1px 3px 35px -5px rgba(0, 0, 0, 0.75);
}
.hide-info p {
	margin: 0;
}
.hide-info:before {
	width: 0;
	height: 0;
	content: "";
	position: absolute;
	border-style: solid;
	border-width: 9px 6px 0 6px;
	border-color: #ffffff transparent transparent transparent;
	bottom: -7px;
	left: 55%;
}
.fa-info:hover .hide-info {
	display: block;
}
.triangle {
	width: 0;
	top: 3px;
	border-top: 48px solid transparent;
	border-bottom: 48px solid transparent;
	float: left;
	z-index: 9;
	position: absolute;
	right: -24px;
}
div#example_length {
	display: none;
}
div#example_filter {
	display: none;
}
div#example_info {
	display: none;
}
div#example_paginate {
	display: none;
}
.my-table th {
	cursor: pointer;
}
.sort {
	margin: 0 0 0 10px;
}
.sort:hover {
	filter: brightness(300%);
}
.my-table th:focus {
	outline: none;
}
.table-responsive {
	min-height: .01%;
	overflow-x: inherit;
}
.my-table td:last-child {
	border-radius: 0 12px 12px 0;
}
.my-table td:nth-child(1) {
	border-radius: 15px 0 0 15px;
}
.t1 {
	width: 0;
	top: 3px;
	border-top: 48px solid transparent;
	border-bottom: 48px solid transparent;
	float: left;
	position: absolute;
	right: -11px;
	z-index: 99;
}
.t2 {
	width: 0;
	top: 3px;
	border-top: 48px solid transparent;
	border-bottom: 48px solid transparent;
	float: left;
	position: absolute;
	right: -8px;
	z-index: 999;
}
.my-table td:after {
	content: '';
	border-left: 1px solid #e6e8eb;
	position: absolute;
	height: 65%;
	right: 0;
	top: 18%;
}
.my-table td:nth-child(1):after {
	display: none;
}
.my-table td:last-child:after {
	display: none;
}
.mob {
	margin-bottom: 10px;
	display: none;
}
section.new-sec {
	background-color: #fff;
}
.brand_img>img {
	display: block;
	max-width: 340px;
	margin: 0 auto;
}
.footer {
	background-color: #3a3a3e;
	padding: 30px 0;
}
.footer h2 {
	color: #fff;
	font-size: 22px;
	text-transform: uppercase;
	margin: 0 0 5px;
}
.quick_link li a {
	padding: 8px 0;
	display: block;
	color: #fff;
	text-decoration: none;
	font-weight: 300;
	line-height: 1.5;
	transition: all 0.3s;
	font-size: 14px;
}
.quick_link li a:hover {
	color: #ff856c;
}
.footer p {
	font-size: 14px;
	color: #fff;
	padding: 8px 0;
	font-weight: 300;
}
.cst_form .form-control {
	border-radius: 0;
	border: 1px solid #fff;
	background-color: transparent;
	font-weight: 300;
	color: #fff;
	padding-left: 30px;
}
.cst_form .form-control:focus {
	box-shadow: none;
	border-color: #83cd00;
}
 .cst_form .form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #adadad;
 opacity: 1;
/* Firefox */
}
 .cst_form .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #adadad;
}
 .cst_form .form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #adadad;
}
.input_wrapper {
	position: relative;
}
.input_wrapper i {
	position: absolute;
	top: 10px;
	left: 12px;
	color: #adadad;
	font-size: 12px;
}
.cst_form button.bet-now {
	display: inline-block;
	line-height: 42px;
	margin: 0px;
	padding: 0px;
}
.footer_logo {
	background-color: #3a3a3e;
	padding: 40px 0;
}
.logo_holder a {
	display: inline-block;
	padding: 5px 8px;
	transition: all 0.3s;
}
.logo_holder a img {
	opacity: 0.5;
}
.logo_holder a:hover img {
	opacity: 1;
}
#return-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	background: rgb(131, 205, 0);
	width: 50px;
	height: 50px;
	display: block;
	text-decoration: none;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	display: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#return-to-top i {
	color: #fff;
	margin: 0;
	position: relative;
	left: 16px;
	top: 13px;
	font-size: 19px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#return-to-top:hover {
	background: #fd6600;
}
#return-to-top:hover i {
	color: #fff;
	top: 5px;
}
td.promo {
    font-size: 16px;
}
.logo_holder {
    margin: 15px 0;
}
.logo-center a.navbar-brand {
    display: block;
    width: 100%;
    text-align: center;
}
.logo-center .navbar-brand>img {
    margin: auto;
    max-width: 251px;
}
/* --- injected clearfix (WaybackScraper) --- */
.clearfix::after{content:"";display:table;clear:both}
.clearfix{display:block}
