

#accordian {
	/**	background: #004050; **/
		background: #000000;
		width: 250px;
	/**	margin: 50px auto 0 auto; **/
		margin: 15px auto 0 auto;
		color: white;
		box-shadow: 0 5px 15px 1px rgba(0, 0, 0, 0.6), 0 0 200px 1px rgba(255, 255, 255, 0.5);
	   text-transform: uppercase;
}

#accordian h3 {
		background: #003040;
	/**	background: linear-gradient(#003040, #002535); **/
		background: linear-gradient(#000000, #000000);
		    border: 2px solid #ffca2c;
			border-left: 15px solid #fcd962;
		    border-radius:5px;
}

#accordian h3 a {
		padding: 0 10px;
	/***	font-size: 12px; ***/
		font-size: 14px;
		line-height: 34px;
		display: block;
		color: white;
		text-decoration: none;
}

#accordian h3:hover {
		text-shadow: 0 0 1px rgba(255, 255, 255, 0.7);
}

i {
		margin-right: 10px;
}

#accordian li {
		list-style-type: none;
}

#accordian ul ul li a,
#accordian h4 {
		color: white;
		text-decoration: none;
		font-size: 11px;
		line-height: 27px;
		display: block;
		padding: 0 15px;
		transition: all 0.15s;
		position: relative;
}

#accordian ul ul li a:hover {
	/***	background: #003545; **/
	    background: #8c1727;
		
		border-left: 5px solid lightgreen;
}

#accordian ul ul {
		display: none;
}

#accordian li.active>ul {
		display: block;
}

#accordian ul ul ul {
		margin-left: 15px;
		border-left: 1px dotted rgba(0, 0, 0, 0.5);
}

#accordian a:not(:only-child):after {
		content: "\f104";
		font-family: fontawesome;
		position: absolute;
		right: 10px;
		top: 0;
		font-size: 14px;
}

#accordian .active>a:not(:only-child):after {
		content: "\f107";
}



/**** WEB VIEW OUR SPORTS BUTTONS CSS START ****/



.Our-Sports .Our-Sports-Title2 h5{

	text-align:center;
	border:1px solid #ffc107;
	padding:10px;
	margin:10px;
	border-radius:25px;
    letter-spacing: 0.2em;
    font-size: 1.2em;
    font-weight: 700;
    background: -webkit-linear-gradient(#ffde65, #e18d2f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	
	
}
/**** WEB VIEW OUR SPORTS BUTTONS CSS START ****/
