/*
font-family: 'Lekton', sans-serif;
font-family: 'EASportsCoversSC', sans-serif;

*/

@font-face {

    font-family: EASportsCoversSC;

    src: local(bttf_font), url('../fonts/EASportsCoversSC.ttf') format('opentype');

}
/*******************************************************************************
							Default configuration
*******************************************************************************/
.flexy-menu {
	width: 100%;
	margin:0;
	padding:0;
	position:relative;
	float:left;
	
	font-family: 'EASportsCoversSC', sans-serif;
	letter-spacing:1px;
	text-transform:uppercase;
	line-height:0px;
	text-align:center;
	
	list-style: none;
	background-color:;
}
.flexy-menu li {
	width:128px;
	display:inline-block;
	font-size:18px;
	font-weight:700;
	margin:0;
	padding:0;
	float:left;
	line-height: 12px;
	position:relative;
}
.flexy-menu > li > a {
	padding:20px 0px;
	color:#e4e4e4;
	  -webkit-text-stroke: 1px #4884ff;
   	text-shadow:
       1px 1px 0 #4884ff,
     -1px -1px 0 #4884ff,  
      1px -1px 0 #4884ff,
      -1px 1px 0 #4884ff,
       0px 0px 6px #222;
       
	text-decoration:none;
	display:block;
	text-transform:uppercase;
	-webkit-transition:color 0.2s linear, background 0.2s linear;	
	-moz-transition:color 0.2s linear, background 0.2s linear;	
	-o-transition:color 0.2s linear, background 0.2s linear;	
	transition:color 0.2s linear, background 0.2s linear;	
}
.flexy-menu li:hover > a,
.flexy-menu li.active a {
	background: #4884FF;
	color: #fff;
	-webkit-text-stroke: 0px #4884ff;
   	text-shadow:
       1px 1px 0 #4884ff,
     -1px -1px 0 #4884ff,  
      1px -1px 0 #4884ff,
      -1px 1px 0 #4884ff,
       0px 0px 0px #222;
}

.flexy-menu > li > a.current,
.flexy-menu li:hover > a.current,
.flexy-menu li.active a.current,
.flexy-menu li a.current{
	background: #4884FF;
	color: #ead5b7;
	-webkit-text-stroke: 0px #4884ff;
   	text-shadow:
       1px 1px 0 #4884ff,
     -1px -1px 0 #4884ff,  
      1px -1px 0 #4884ff,
      -1px 1px 0 #4884ff,
       0px 0px 0px #4884ff;
}


/*-----------------------------
	Drop down configuration
-----------------------------*/
.flexy-menu ul, 
.flexy-menu ul li ul {
	list-style: none;
    margin: 0;
    padding: 0;  
	display: none;
    position: absolute;
    z-index: 99999;
	width: 132px;
	background: #4884FF;
	box-shadow: 0 0px 0px rgba(0,0,0,0.3);
}
.flexy-menu ul {
    top: 50px;
    left: 0;
}
.flexy-menu ul li ul {
    top: 0;
    left: 100%;
}
.flexy-menu ul li {
	clear:both;
	width:100%;
	border: none;
	font-size:18;
}
.flexy-menu ul li a {
	padding:12px 8px;
	width:100%;
	
	font-family: 'Lekton', sans-serif;
	color:#dedede;
	font-size:16px;
	font-weight:400;
	letter-spacing:0;
	font-style:italic;
	text-transform:lowercase;
	text-decoration:none;
	display:inline-block;
	float:left;
	clear:both;
	box-sizing:border-box;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box;
	-webkit-transition:color 0.2s linear, background 0.2s linear;	
	-moz-transition:color 0.2s linear, background 0.2s linear;	
	-o-transition:color 0.2s linear, background 0.2s linear;	
	transition:color 0.2s linear, background 0.2s linear;	
}

/*-----------------------------
	Drop down indicators
-----------------------------*/
.flexy-menu > li .indicator{
	height:0;
	display:block;
	overflow:hidden;
}
.flexy-menu ul > li .indicator{
	top: 10px;
	right: 8px;
}

/*------------------
	Preset sizes
------------------*/
.thin > li > a{
	padding: 10px 22px;
}
.thin ul{
	top: 40px;
}
.thin > li .indicator{
	top: 10px;
}

.thick > li > a{
	padding: 40px 22px;
}
.thick ul{
	top: 100px;
}
.thick > li .indicator{
	top: 40px;
}

/*-------------------------
	Icons configuration
-------------------------*/
.flexy-menu i{
	line-height: 20px !important;
	margin-right: 6px;
	font-size: 18px;
	float: left;
}

/*------------------------------------
	Collapsible menu configuration
------------------------------------*/
.flexy-menu > li.showhide{
	display: none;
	width: 100%;
	height: 50px;
	cursor: pointer;
	color:#dedede;
	border-bottom: solid 1px rgba(0, 0, 0, 0.1);
	background: #333333;
}
.flexy-menu > li.showhide span.title{
	margin: 16px 0 0 25px;
	float: left;
}
.flexy-menu > li.showhide span.icon{
	margin: 17px 20px;
	float: right;
}
.flexy-menu > li.showhide .icon em{
	margin-bottom: 3px;
	display: block;
	width: 20px;
	height: 2px;
	background: #ccc;
}



/*****************************************************************************
							Responsive design
*****************************************************************************/

/*
@media only screen and (max-width: 768px) {
	.flexy-menu.vertical{
		width: 100%;
	}
	.flexy-menu li{
		display: block;
		width: 100%;	
	}
	.flexy-menu > li > a{
		padding-top:15px;
		padding-bottom:15px;
		padding-left: 25px;
	}
	.flexy-menu a{
		width: 100%;
		box-sizing:border-box;
		-moz-box-sizing:border-box; 
		-webkit-box-sizing:border-box; 
	}
	.flexy-menu ul, 
	.flexy-menu ul li ul,
	.flexy-menu.vertical ul, 
	.flexy-menu.vertical ul li ul{
		width: 100%;
		left: 0;
		border-left: none;
		position: static;
		box-sizing:border-box;
		-moz-box-sizing:border-box; 
		-webkit-box-sizing:border-box; 
	}
	.flexy-menu ul li {
		border-left: none;
		border-right: none;
	}
	.flexy-menu ul li a,
	.flexy-menu.vertical ul li a	{
		padding-top:10px;
		padding-bottom:10px;
	}
	.flexy-menu ul > li > a{
		padding-left: 40px !important;
	}
	.flexy-menu > li .indicator{
		top: 15px;
		right: 25px;
		font-size: 17px;
	}
	.flexy-menu ul > li .indicator{
		right: 24px;
	}
	.flexy-menu.vertical ul > li .indicator{
		top: 10px;
		right: 15px;
	}
	.flexy-menu > li > ul > li > a{ padding-left: 40px !important; }
	.flexy-menu > li > ul > li > ul > li > a{ padding-left: 60px !important; }
	.flexy-menu > li > ul > li > ul > li > ul > li > a{ padding-left: 80px !important; }
}

*/








