body {
	background: #151515;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	box-shadow: inset 2000px 0 0 0 rgba(0, 0, 0, 0.7);
}

* {
	/*transition: 0.2s;*/
}


.stampedOn {
	background: url(../images/icon/stamp.png) center center / contain no-repeat!important;
}

td, th, h2 {
    cursor: default!important;
}

.m-block {
	display: none;
}

.show-more-overLay {
	position: absolute;
	right: 10px;
	top: 5px;
	width: 9%;
	border: 2px solid rgb(255 152 49);
	background: #2a2a2a;
	color: #fff;
	border-radius: 3px;
	height: 93%;

}


.attendance-sm-text {
	display: none;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
}

.attendance-sm-text p {
	font-size: 10px;
	margin: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;


}

.theme-bg {
	background: #A42D21!important;
	color: white;
}

button.theme-bg:hover {
	color: white;
}


.showinLogin {
	display: none;
}

.notshowinLogin {
	display: block;
}

#sidebarWrapper .fixed-left{
	display: none!important;
}


#sidebarWrapper .fixed-right {
	display: none!important;
}

#sidebarWrapper .openSIDEBAR {
	display: none!important;
}


.color-placeHolder::placeholder {
	color: #A42D21;
}

.record-history label {
	margin-bottom: 0;
}

textarea:focus {
	outline: none;
}
.semi-black-color {
	background: rgba(0,0,0,0.2)!important;
}

.float-date {
	position: absolute!important;
	width: auto!important;
	padding: 2px 8px!important;
	right: 10px;
	top: 5px!important;
	display: none;
	font-size: 13px;
	z-index: 10;

}
.float-date-virtual {
	position: absolute!important;
	width: auto!important;
	padding: 2px 8px!important;
	right: 10px;
	top: 5px!important;
	display: none;
	font-size: 13px;
	z-index: 10;

}

.openSIDEBAR:hover span{
	color: #A42D21!important;
}

.openSIDEBAR:hover .sidebar-btn {
	display: none;
}


.openSIDEBAR:hover .sidebar-btn-on {
	display: block!important;


}



.tablet-side-bar {
	width: 3rem;
	height: 100vh;
	background: #2a2a2a;
	position: fixed;
	left: 3px;
}

.row {
	margin: 0;
}
button:focus {
	outline: none;
}

input:focus {
	outline: none;
}

.lock-overlay {
	position: absolute;
	top: 0;
	width: 100%;
	background: #00000094;
	left: 0;
	text-align: center;
	border-radius: 5px;
	z-index: 50;
	cursor: not-allowed;
}

.lock-overlay img {
	width: 38px;
}

.score-text p {
	font-size: 17pt;
    font-family: arial;
    font-weight: bold;
    color: #d1d1d1;
    height: 30px;
	 line-height: 55px;

}

.ellipses {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0;
}


.title-match {
	position: absolute;
	    border-radius: 50px;
	    background: #818fab;
	    font-size: 10px;
	    color: #000;
	    left: 15px;
	    top: 13px;
	    z-index: 10;
}

.scorebox {
    background: #1E2737;
    border-bottom: 1px solid #000000;
    background: url(linear-gradient.png) 0 0 repeat-x;
    background: -webkit-linear-gradient(180deg, #1E2737, #0B1423);
    background: -moz-linear-gradient(180deg, #1E2737, #0B1423);
    background: -ms-linear-gradient(180deg, #1E2737, #0B1423);
    background: -o-linear-gradient(180deg, #1E2737, #0B1423);
    background: linear-gradient(180deg, #1E2737, #0B1423);
    margin: 0 auto;
    overflow-x: hidden;
    overflow-y: hidden;
    white-space: nowrap;
    padding: 1px;
    min-width: 30px;
    max-width: 40px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    border: 1px solid #415b87;
    font-weight: bold;
    font-family: arial;
    font-size: 11pt;
    color: #ffcc00;
}



.circle {
	height: 7px;
	width: 7px;
	border-radius: 100px;
	display: inline-block;
}

.bg-gray {
	background: #343a40;
	text-align: center;
}

.active-li {
	color: #A42D21!important;
}
.active-nav {
	background: #A42D21!important;
	border-color: #212121!important;
	color: #000 !important;
}

.date-info {
	padding: 10px;
	border-radius: 50px;
	color: white;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	text-align: left;
}

#nextprev-calendar #previous {
	position: absolute;
	top: 84px;
	left: 74%;
}

#nextprev-calendar #next {
	position: absolute;
	top: 84px;
	right: 0;
}



#monthAndYear {
	/*position: absolute;*/
/*	text-align: right;
	padding-right: 50px;*/
}

.bg-black {
	background: #0B1423;
}

.text-violet {
	color: #A42D21!important;

}

.list-group-item {
	padding: 5px 5px!important;
	font-size: 12px;
	padding-left: 15px!important;
	border-left: 1px solid #ccc;
}
.list-group-item:hover {
	color: #A42D21!important;
	cursor: pointer;
}

.list-group-item::before {
	content: '';
    position: absolute;
    left: 2px;
    top: 50%;
    width: 9px;
    height: 9px;
    margin-top: -5px;
    margin-left: -7px;
    background: url(../images/icon/bl_02.png) left top no-repeat;
}


.hide-screen {
	position: 	absolute;
	left: 45%;
	bottom: -5px;
	background: #222;
	color: #fefefe;
	border : none;
	padding-left: 20px;
	padding-right: 20px;
	border-top-right-radius: 48px;
	border-top-left-radius: 48px;
}

.hide-screen:focus {
	outline: none;
}

.failedScreen {
	width: 100%;
	height: 238px;
	background: url('../images/bg-noize.gif');
	position: relative;
}

.failedMessage {
	background-color: rgba(0, 0, 0, 0.4);
	max-width: 400px;
	position: relative;
	box-shadow: #A42D21 0px 0px 30px inset;
	border-radius: 5px;
	margin: 0px auto;
	padding: 40px;
	border-width: 1px;
	border-style: solid;
	border-color: #A42D21;
	border-image: initial;
}

.failedMessage {
	color: #f6f6f6;
	font-stretch: 1.5;
	text-align: center;
}

.nav {
	border-bottom: 5px solid #A42D21;
	z-index: 500;
}

.nav-menu {
	background: #151515;
	margin: 2px;
	font-size: 14px;
	text-align: center;
	font-weight: 600;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin-bottom: 0px;
}
.theme-color {
	color: #A42D21!important;
	font-weight: 600;

}

#marque {
    padding: 5px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    font-size: 12px;
    width: 667px;
}

.transparent {
	background: transparent;
	border:none!important;
	cursor: default;
}

.w-15 {width:15%;}.w-20{width:20%;}.w-25{width:25%;}.w-30{width:30%;}.w-35{width: 35%;}.w-40{width:40%;}.w-45{width: 45%;}.w-50{width:50%;}.w-55{width:55%;}.w-60{width:60%;}.w-65{width:65%;}.w-70{width:70%;}.w-75{width: 75%;}.w-80{width:80%;}.w-85 {width: 85%;}.w-95{width: 95%;}
.w-90 {
	width: 90%;
}

*::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}


*::-webkit-scrollbar-track {
  background: transparent;
}

*::-webkit-scrollbar-thumb {
  background: #A42D21;
  cursor: pointer;
  border-radius: 5px;
}


.center-container {
	background: #0003;
	padding: 4px;
	z-index: -5;
	width: 68%;
	/*margin-left: 315px;*/
	margin: auto;
	color: #fff;

}


.default-a {
	text-decoration: none!important;
	color: #f6f6f6;
	text-decoration-style: none;
}

.default-a:hover {
	color: #f6f6f6;
}


.web-logo {
	width: 120px;
	margin-left: 100px;
}

.nav-menu {
	font-size: 12px;
	font-weight: 600;
	cursor: pointer;
}

.non-fixed {
	padding-top: 96px;
}

/* BANNER STYLES */

.banner-title {
	text-align: center;
	color: #f6f6f6;
	margin-bottom: 100px;
}

.banner-title h2 {
	font-size: 5rem;
	font-weight: 900;
	padding-top: 100px;
}

.banner-title h3 {
	font-weight: 300;
	color: #29c6e8;
}

.banner-button {
	font-size: 1.2rem;
	font-weight: 700;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	background: #A42D21;
	border: 2px solid #A42D21;
	color: #000;
}

.btn-outline-blue {
	border-radius: 5px;
	border:1px solid rgb(255 152 49);
	background-color: rgb(255 152 49)!important;
	font-size: 1rem;
	cursor: pointer;
	color: white;
}

.btn-outline-blue:focus {
	outline: none;
}

.btn-outline-blue:hover {
	color: #000;
}


.bg-btn-outline-blue {
	border-radius: 5px;
	border: 1px solid  rgb(255 152 49);
	background-color: rgba(255 152 49, 0.2)!important;
	font-size: 0.75rem;
	cursor: pointer;
	color: white;
}

.bg-btn-outline-blue:hover {
	color: #8db40d;
}


.btn-outline-blue-clean {
	border-radius: 5px;
	border:2px solid rgb(255 152 49);
	background-color: transparent;
	font-size: 0.75rem;
	cursor: pointer;
	color: white;
	padding: 10px 30px;
	color: #A42D21;
}

.btn-outline-blue-clean:hover {
	background: rgba(255,255,255,0.2);
	color: white;
}

.btn-outline-blue-clean:focus {
	outline: none;
}


.btn-outline-red {
    border-radius: 5px;
    border: 1px solid rgb(220, 53, 69);
    background-color: rgba(220, 53, 69, 0.2);
    font-size: 0.75rem;
    cursor: pointer;
    color: white;
    padding: 10px 30px;
}

.btn-outline-red:hover {
	color: red;
}




.btn:focus {
  box-shadow: none!important;
}

.dark-button {
	width: 100%;
	padding: 10px 15px;
	border-radius: 2px;
	background: #2a2a2a;
	border: none;
	color: white;
	position: relative;

}
button.betBtn:hover{
	background-color:#A42D21 !important;
}

.dark-button-def {
	/*width: 100%;*/
	padding: 10px 15px;
	border-radius: 2px;
	background: #2a2a2a;
	border: none;
	color: white;
	cursor: default!important;
	position: relative;
}

.dark-button:focus {
	outline: none;
}

.dark-button-def:focus {
	outline: none;
}


/*
.dark-button:hover {
	background: #A42D21;
	border-color: #212121;
	color: #000 !important;
	text-decoration : none;
}
*/
/*END OF BANNER STYLES*/


/*______________________________________________________________________*/


/*MODAL STYLE*/
.dark-modal-body {
	background: #202024!important;
	overflow: auto;
}

.web-modal-header {
	text-align: center;
}

.modal-form {
	padding: 20px;
}

.modal-form input, select {
	width: 100%;
    color: rgb(241, 241, 241);
    font-size: 0.9rem;
    height: 40px;
    background-color: rgb(60, 61, 70);
    box-shadow: rgba(0, 0, 0, 0.35) -3px 6px 6px -3px;
    margin: 0px 0px 0.8rem;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(67, 68, 78);
    border-image: initial;
    border-radius: 5px;
    padding: 0 15px;
    position: absolute;
}

.modal-form input:focus {
	outline: none;

}

.modal-form p {
	color: white;
}

.web-modal-footer label {
	text-align: center;
	color: #f6f6f6;
	display: block;
}

.list-input {
	position: relative;
	height: 50px;
}


.chk-button {
	z-index: 20;
	position: absolute;
	right: 0;
}

.modal-xl {
	max-width: 68%!important;
	height: 100vh;
}

.notice-pop-up {
	height: 80vh;
}

#notice-modal #notice-modal-tab {
	padding: 10px;
	text-align: center;
}

#notice-modal #event-modal-tab {
	padding: 10px;
	text-align: center;
}


.modal td {
	background: transparent!important;
	border:none;
}

#notice-modal tr:hover {
	background: rgba(0,0,0,0.5);
}

.text-content {
	width: 100%;
	height: 70%;
	float: left;
	color: #ffffff;
	font-size: 14px;
	text-align: left;
    width: 100%;
    float: left;
    background-color: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, .2);
    margin-top: 5px;
    padding: 10px;
    border-radius: 5px;
}

.web-modal-footer {
	text-align: center;
	width: 100%;
}

/*END MODAL STYLE*/


/*________________________________________________________________________*/


/*LEFT SIDE STYLE*/
	.fixed-left {
		width: 300px;
		background: #151515;
		color: white;
		position: fixed;
		overflow: hidden;
		top: 95px;
		left: 5px;
		padding: 5px;
		border-radius: 5px;
		z-index: 10;
		overflow-y: scroll;
		height: 91vh;
		z-index: 900;
		padding-bottom: 2%;
		z-index: 1000;
	}

	.menu-table {
		text-align: center;
		width: 100%;
	}

	.menu-table > th, .menu-table > td {
		padding: 10px 0px;
		background: #A42D21;
		border:1px solid #333;
		border-radius: 2px;
		cursor: pointer;
		font-size: 12px;
		font-weight: #f6f6f6;
		color: black;
	}

	.menu-table a {
		color: #333;
	}

	.game-type button {
	    font-size: 12px;
	    text-align: left;
	    padding: 0 15px;
	    padding-top: 2px;
	}

	.panel-heading img {
		width: 15px;
	}

	.panel-heading .badge, #side-type-2 .badge {
		float: right;
		padding: 5px;
		font-size: 12px;
		background: #A42D21;
		font-weight: 300;
		min-width: 50px;
		color: #fff;
	}

	.list-group-item {
		padding : 10px 0px;
		margin-left: 15px;
		list-style: none;
		background: transparent;
	}

	.block-title img {
		margin-top: -8px;
		margin-right: 10px;
		margin-left: 5px;
	}

	.live-block-result {
		border:1px solid transparent;
		border-bottom: 1px solid #333;
		cursor: pointer;
	}

	.live-block-result:hover {
		background: rgba(43, 219, 255, 0.2)!important;
		border: 1px solid rgb(43 219 255);
	}
	.live-block-result table {
		width: 100%;
	}

	.live-block-result td {
		background: transparent;
		text-align: center;
		border: none;
	}

	.live-block-result button {
		width: 90%;
		font-size: 10px;
		text-align: center;
	}

	.asia-bet-content .panel-heading button {
		text-align: left;
		background: #000!important;
		color: #f6f6f6;
		padding: 10px 30px;
	}

	.asia-bet-content .panel-heading .badge {
		background: transparent;
		padding: 0;
	}

	.asia-bet-content .panel-heading .badge img {
		margin-top: -5px;
		height: 30px;
		width: 30px;
	}

	.badge-span {
		margin-top: 2px;
		padding-left: 10px;
		margin-left: 10px;
		border-left: 2px solid #f3f3f3;
	}

	.flag-icon {
		width: 35px!important ;
		margin-right: 10px;
	}


	.collapse-content {
		padding: 5px;
		padding-top: 5px;
	}

	.collapse-content .inner-content {
		border:2px solid #333;
		padding: 5px 5px;
		padding-top: 5px!important;
		position: relative;
		padding-top: 20px;
	}

	.collapse-content .inner-content table {
		width: 100%;
		text-align: center;
	}

	.collapse-content .inner-content table td {
		background: transparent;
		border: none;
		padding: 0px 5px;
	}


	.collapse-date {
		color: #f6f6f6;
		position: absolute;
		background:   #333;
		padding: 2px 20px;
		top: -20px;
		left: -2px;
		border-radius: 3px;
	}

	.collapse-right-float {
		position: absolute;
		right: 10px;
		top: 10px;
		color: #f6f6f6;
		background: transparent;
		border-radius: 5px;
		padding: 2px 10px;
		height: 82%;
		max-width: 120px;
		width: 120px;
		text-align: center;
	}

	.collapse-content .inner-content table span{
		font-size: 15px;
	}

	.collapse-content .inner-content table span img {
		margin-top: -3px;
	}

/*END OF LEFT SIDE STYLE*/




/*RIGHT SIDE STYLE*/

	.fixed-right {
		width: 300px;
		background: #151515;
		color: white;
		position: fixed;
		overflow: hidden;
		top: 95px;
		right: -5px;
		border-radius: 5px;
		z-index: 900;
		overflow-y: scroll;
		height: 91vh;
		z-index: 1000;
	}

	.bet-slip-header {
		padding: 5px;
		border:2px solid #333;
		background: #202024;
	}

	.bet-slip-betting {
		padding: 5px;
		border:2px solid #333;
		background: #202024;
		color: #A42D21;
	}

	.bet-slip-betting button {
		margin-left: 30px;
		background: transparent;
		border:none;
		color: white;
	}

	.bet-slip-betting input {
		width: 65%;
		float: right;
		background: transparent;
		border:2px solid #A42D21;
		border-radius: 2px;
		color: #f6f6f6;
		font-size: 13px;
		padding: 3px;
		text-align: right;
	}

	.bet-slip-betting input:focus {
		outline: none;
	}

	.bet-slip-content {
		text-align: center;
		min-height: 80px;
		background: #393a43;
		padding-top: 30px;
		font-size: 12px;
		font-weight: 300;
	}

	.bet-buttons {
		text-align: center;
		padding-top: 5px;
	}

	.bet-buttons button{
		background: #A42D21;
		border-radius: 2px;
		color: #fff;
		font-weight: 300;
		border:none;
	}

	.info-list {
		margin-top: 5px;
	}

	.info-list .list {
		/*background: #393a43;*/
		padding: 5px 10px;
		width: 50%;
		font-size: 12px;
		border-bottom: 1px solid #333;
	}

	.info-list .btn:active {
		background: #202024!important;
		outline: none;
	}

	.ads-holder {
		padding: 10px;
	}

	.ads-holder img{
		width: 100%;
		margin-bottom: 10px;
	}

/*END OF RIGHT SIDE STYLE*/




/*LOBBY STYLE*/
.list-header {
	padding: 5px 10px;
	background: #000;
	width: 100%;
}


.list-header-2 {
	padding: 5px 10px;
	background: #000;
	width: 100%;
	border: 2px solid #212121;
	border-radius: 3px;
}


.lobby-instruction {
	color: #f6f6f6;
	width: 100%;
}

.lobby-header {
	width: 100%;
}

.lobby-header h2 {
	color: white;
	font-weight: 600;
	border-left :4px solid  #A42D21;
	padding-left: 15px;
	margin-left: 15px;
}

.lobby-instruction table{
	width: 100%;
}

.lobby-instruction td {
	padding: 10px;
	background: transparent;
}


.lobby-info-table {
	max-height: 300px;
	overflow-y: scroll;
}


.lobby-info-table th,td {
	color: #f6f6f6;
	border:1px solid #333;
}

.lobby-info-table .option {
	font-size: 10px;
	text-align: center;
}

.lobby-info-table .option button {
	padding : 0px 10px;
}


.record-box {
	border: 2px solid #212121;
	padding: 5px 2px;
	padding-top: 25px;
	position: relative;
}

.record-title  span {
	color: #A42D21;
}

.record-title {
	padding: 5px 15px;
	border-radius: 3px;
	position: absolute;
	top: -5px;
	left: 5px;
	font-size: 11px;
}

.full-record-len .record-title {
	top: -2px;
	position: relative;
}

.full-record-len .record-box {
	padding: 5px;
}
.record-date {
	padding: 5px 15px;
	border-radius: 3px;
	position: absolute;
	top: -15px;
	right: 75px;
	font-size: 11px;
}

.show-more {
	width: 60px;
	text-align: center;
	font-size: 12px;
	padding: 5px 5px;
	position: absolute;
	top: -15px;
	right: 5px;
	border-radius: 3px;
}
.show-more-asian{
	width: 60px;
	text-align: center;
	font-size: 12px;
	padding: 5px 5px;
	position: absolute;
	top: 5px;
	right: 5px;
	border-radius: 3px;

}

.live-menu {
	padding: 15px 10px;
}
.live-menu button {
	min-width: 70px;
	padding: 5px;
}

.live-content {
	background: #151515;
}

.team-live {
	background: #2a2a2a;
}

/*END LOBBY STYLE*/


/*MINIGAME STYLE*/

	.game-btns-header {
		padding: 10px;
		width: 100%;
		background: #000;
	}


	.game-list {
		display: flex;
		list-style: none;
		color: #f6f6f6;
		font-weight: 600;
		padding: 0;
	}

	.game-list li {
		flex: 1;
		text-align: center;
		background: #000;
		border: 1px solid #454545;
		padding: 5px;
	}

	.game-list li:nth-child(1) {
	 	border-top:4px solid #0091EA;
	}


	.game-list li:nth-child(2) {
	 	border-top:4px solid #2A62FF;
	}


	.game-list li:nth-child(3) {
	 	border-top:4px solid #4F2FC5;
	}


	.game-list li:nth-child(4) {
	 	border-top:4px solid #C41162;
	}


	.game-list li:nth-child(5) {
	 	border-top:4px solid #D60000;
	}


	.game-list li:nth-child(6) {
	 	border-top:4px solid #FF9000;
	}


	.game-list li:nth-child(7) {
	 	border-top:4px solid #FF9000;
	}

	.game-list li:nth-child(8) {
	 	border-top:4px solid #5D871B;
	}


	.game-list li:nth-child(9) {
	 	border-top:4px solid #206825;
	}

	.game-list li:nth-child(10) {
	 	border-top:4px solid #0091EA;
	}
	.game-list li:nth-child(11) {
	 	border-top:4px solid #2A62FF;
	}

	.game-list li:nth-child(12) {
	 	border-top:4px solid #4F2FC5;
	}
	.game-list li:nth-child(13) {
	 	border-top:4px solid #C41162;
	}




	.game-list li p {
		margin: 0;
	}
/*END MINIGAME STYLE*/


/*EVENT STYLE*/

.event-box {
    width: 31%;
    float: left;
    margin-top: 10px;
    margin: 1.1%;
}

.num-list {
	text-align: center;
	background: #A42D21;
	padding: 5px;
	float: left;
}
/*END OF EVENT STYLE*/


.sidebar-login input {
	width: 191.50px;
	height: 35px;
	font-size: 12px;
	border-radius: 3px;
	border: 1px solid black;
	margin: 1px 0;
	margin-top: 0;
}

.sidebar-login .sideBarLogin {
	width : 93px;
	border : none;
	font-size : 13px ;
	height: 70px;
}


.sidebar-login .signup {
	height: 30px;
	width: 49.5%;
}

.sidebar-login .non-member {
	height: 30px;
	width: 49.5%;
}



.service-view-btn button{
	font-size: 12px!important;
	height: 40px;
}

.cat-overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	cursor: pointer;
	top: 0;
	left: 0;
}

.cat-overlay:hover {
	background: rgba(0,0,0,0.5);
	transition: 0.5s;
}


.overlay-wrapper {
	position: relative;
	top: 20%;
	transform: translateY(-50%);
	text-align: center;
}

.overlay-wrapper h2 {
	text-align: center;
	font-weight: 900;
}

.overlay-wrapper span {
	color: #dedede;
	font-size: 12px;
	display: block;
	font-weight: 600;
	margin-bottom: 10px;
}

.cat-betting-button {
	font-weight: 900;
	font-size: 12px;



}

.nav-list {
    display: flex;
    list-style: none;
    margin-bottom: 0;
    text-align: center;
}


	.mobile-nav-list {
		position: fixed;
		top: 150px;
    left: 0px;
	}



.mobile-nav-list-2 {
	position: fixed;
	bottom: 0;
	z-index: 900;
	display: none;
}

.mobile-nav-list {
	display: none;
}

.name-sm-show-text {
	display: none;
	line-height: 0.9;
}

.mobile-nav-list .nav-list, .mobile-nav-list-2 .nav-list {
	padding: 0!important;
}

.mobile-nav-list .nav-list a, .mobile-nav-list-2 .nav-list a{
	width: 150px;
	font-size: 12px;
	margin: 0;
	font-size: 10px;
	border-radius: 0;
	padding-left: 2px;
	padding-right: 2px;
}

.mobile-nav-list .nav-list a.active, .mobile-nav-list-2 .nav-list a.active {
	background-color: #80261d;
}

.frame-holder{overflow:hidden;}


/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (max-width: 1600px) {
	.lg-none {
		display: none;
	}

	.w-lg-85 {
		width: 85%;
	}

	.center-container {
		margin-left: 3.5rem;
		width: 80%;
	}
}


/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (max-width: 1504px) {

	.float-date {
		display: block!important;
		right: 60px;
		margin-top: -27px
	}

	.float-date-virtual {
		display: block!important;
		right: 0px;
		margin-top: -27px
	}

	.show-on-pc{
		display:none;
	}

	.show-on-mobile{
		display: block;
	}

	.name-sm-show-text{
		display: block;
	}

	.mobilewidth{width: 100% !important;}

	.show-more-overLay  {
		font-size: 13px;
    height: auto;
    width: auto;
    top: -22px;
    border: none;
    right: 0;
    padding: 2px 11px;
	}




	.m-block-holder {
		line-height: 1.1;
		height: 39px!important;
	}
	.m-block {
		display: block;
	}

	.m-w-100 {
		width: 100%!important;
	}




	.center-container .col-xl-6{
		flex: 0 0 100%;
		max-width: 100%;
	}


	.fixed-left {
		display: block;
	}

	.center-container {
		margin: auto;
	}

	.semi-lg-none {
		display: none;
	}
	.semi-lg-block {
		display: block!important;
	}

	.w-lg-85 {
		width: 85%;
	}

	.w-10 {
		width: 10%;
	}

	.non-fixed {

	}

	#stamped {
		width: 100%!important;
	}

	.sm-text-sm {
		font-size: 12px;
	}

	#monthAndYear {
		font-size: 15px;
		line-height: 2.5;
	}

	.live-menu strong {
		display: block;
		width: 100%;
		text-align: left;
		position: static!important;
		text-align:center;
	}


}


/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (max-width: 1160px) {

	.center-container {
		margin-left: 3.5rem;
		width: 80%;
	}

	.fixed-left {
		display: none;
	}


	#nextprev-calendar #previous {
		top: 72px;
	}


	#nextprev-calendar #next {
		top: 72px;
	}






}



/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (max-width: 928px) {

	.center-container {
		margin-left: 0;
		width: 100%!important;
		margin-top: 58px;
	}

	.fixed-right {
		display: none;
	}

	button {
		font-size: 10px;
	}

	.sm-none {
		display: none!important;
	}

	.w-10 {
		width: 10%;
	}

	.match-box {
		padding-right: 10px!important;
	}


	.event-box {
	   font-size: 12px;
	}


	.fixed-left {
	    padding-bottom: 50%;
	}

	.fixed-right {
	    padding-bottom: 50%;
	}




	.mobile-w30{max-width: 100px;}

	.game-list li p{font-size: 11px;}

}



/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (max-width: 820px) {
	.md-none {
		display: none!important;
	}

	.mobile-nav-list, .mobile-nav-list-2  {
		overflow: hidden;
		width: 100%;
		z-index: 10;
		display: block;
	}

	.sm-block {
		display: block!important;
	}
	.non-fixed {
		padding-left: 0!important;
	}


	.non-fixed {
		background: #000;
	}

	.show-in-mobile {
		display: block!important;
	}

	.hide-in-mobile {
		display: none;
	}

	.sm-mt-1 {
		margin-top: 1rem!important;
	}

	.sm-mb-1 {
		margin-bottom: 1rem!important;
	}

	.sm-pt-2 {
		padding-top: 2rem!important;
	}


	.non-fixed {
		padding-top: 140px;
	}

	.sm-super-none {
		display: none!important;
	}

	.broadcast-col-hidden button {
		padding: 5px!important;
	}

	.sm-font-10 {
		font-size: 10px!important;
	}

	.sm-font-10 span {
		font-size: 10px!important;
	}


	.attendance-sm-text {
		display: block!important;
	}


}

@media only screen and (max-width: 700px) {

	#nextprev-calendar #previous {

		left: 72%;
	}
	#monthAndYear {
		margin-left: -10px;
	}

}


@media only screen and (max-width: 500px) {


	.scorebox {
		width: auto!important;
	}

	.match-box {
		font-size: 10px;
	}

	.ellipses {
		width: 55%!important;
	}
}
