@font-face {
  font-family: 'PLUTOBOLD';
  src: url('../fonts/PLUTOBOLD.OTF');
}
@font-face {
  font-family: 'PLUTOEXTRALIGHT';
  src: url('../fonts/PLUTOEXTRALIGHT.OTF');
}
@font-face {
  font-family: 'PLUTOREGULAR';
  src: url('../fonts/PLUTOREGULAR.OTF');
}
.flexy-menu {
	width:1020px;
	margin:0;
	padding:0;
	position:relative;
	float:left;
	height:46px;
	font-family:font-family:"PLUTOREGULAR",Arial;
    font-style: normal;
	list-style: none;
	line-height:46px;
}
.showhide{ display:none}
.flexy-menu li {
	display:inline-block;
	font-weight:normal;
	margin:0;
	padding:0;
	float:left;
	line-height:20px;
	position:relative;
	
	font-size:12px;
	line-height:46px;
}
.flexy-menu > li > a {
	width:100%; 
	padding-left:13px; padding-right:13px;
	color:#fff;
	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;	
	font-size:12px;
	line-height:46px;
	height:46px;
}
.flexy-menu > li > a.active {}


.arrow-down {
	width: 0; 
	height: 0; 
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid rgba(58,58,58, 1);
	margin: 0 auto;
	opacity: 0;
}
.flexy-menu li:hover > .arrow-down,
.flexy-menu li.active .arrow-down {
	opacity: 1;
}

/*----------------------------
	Right alignment (item)
----------------------------*/
.flexy-menu li.right{
	float: left; 
}

/*-----------------------------
	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: 230px;
	background-color: rgba(0, 0, 0, 0.7);
	box-shadow: 0 2px 3px rgba(0,0,0,0.4);
}
.flexy-menu ul {
    top: 46px;
    left: 0;
}
.flexy-menu ul li ul {
    top: 0;
    left: 100%;
}
.flexy-menu ul li {
	clear:both;
	width:100%;
	border: none;
	font-size:12px;
	
}
.flexy-menu ul li a {
	padding:0px 10px;
	width:100%;
	color:#ffffff;
	font-size:12px;
	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;
	color:#666;
	line-height:30px;
	background: #f4f4f4;
    border-bottom: 1px solid #e8e8e8;
    border-top: 1px solid #fff;
	
}
.flexy-menu ul li a:hover {background: #e1e1e1; color:#333; border-bottom: 1px solid #e8e8e8; border-top: 1px solid #fff;}
.flexy-menu li.active li a {
	background-color: transparent;
	border-bottom: none;
	color:#666;
}
.flexy-menu li.active li:hover > a {
	background: #c9d9ea;
}
.flexy-menu ul li:hover > a {
	border-bottom: none;
}

/*-----------------------------
	Drop down indicators
-----------------------------*/
.flexy-menu > li .indicator{
	display:none;
}
/*------------------
	Preset sizes
------------------*/
.thin > li > a{
}
.thin ul{
	top: 40px;
}
.thin > li .indicator{
	top: 10px;
}

.thick > li > a{
	
}
.thick ul{
	top: 47px;
}
.thick > li .indicator{
	top: 22px;
}