/* start header_style12 */
.header_style12{
	display:block;
	padding:2em;
	background:dimgrey;
	
  
  
}
/* start h_logo2 */
.logo2{
	float:left;
	text-align: center;
	  margin-top: 10px;
}
.logo2 h1 a{
	color:#fff;
	font-size: 1.5em;
	font-weight: 600;
	margin-top:5px;
}
/* start h_menu2 */
.h_menu2{
	float:right;
	
}
.flexy-menu2{
	width:100%;
	margin:0;
	padding:0;
	position:relative;
	float:left;
	list-style:none;
	
}
.flexy-menu2 li{
	display:inline;
	font-size:13px;
	margin:0;
	padding:0;
	float:left;
	line-height:20px;
	position:relative;
}
.flexy-menu2>li>a{
	display: block;
	color: #FFF;
	padding: 12px 30px 12px 30px;
	font-family: JosefinSans, 'Open Sans', sans-serif;
	font-size: 26px;
	font-weight: 400;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
	transition: background-color 0.5s ease-out;
	-o-transition: background-color 0.5s ease-out;
	-moz-transition: background-color 0.5s ease-out;
	-webkit-transition: background-color 0.5s ease-out;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}
.flexy-menu2>li>a:hover
{
	color:black;
	font-family:JosefinSansBold;
}

.flexy-menu2 li.right{
	float:right
}
.flexy-menu2 ul,.flexy-menu2 ul li ul{
	list-style:none;
	margin:0;
	padding:0;
	display:none;
	position:absolute;
	z-index:99999;
	width: 200px;
	background:#333;
	box-shadow:0 1px 1px rgba(0,0,0,0.3);
}
.flexy-menu2 ul{
	top:60px;
	left:0;
}
.flexy-menu2 ul li ul{
	top:0;
	left:100%;
}
.flexy-menu2 ul li{
	clear:both;
	width:100%;
	border:0;
	font-size:13px;
}
.flexy-menu2 ul li a{
	text-transform: capitalize;
	font-size: 13px;
	padding:10px 20px;
	width:100%;
	color:#dedede;
	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 .2s linear,background .2s linear;
	-moz-transition:color .2s linear,background .2s linear;
	-o-transition:color .2s linear,background .2s linear;
	transition:color .2s linear,background .2s linear;
}
.flexy-menu2>li .arrow{
	position:absolute;
	color:#dedede;
	top:20px;
	right:8px;
	font-size:17px;
}

.flexy-menu2 i{
	line-height:20px!important;
	margin-right:6px;
	font-size:18px;
	float:left;
}
.flexy-menu2>li.showhide{
	display:none;
	width:100%;
	height:40px;
	cursor:pointer;
	color:#dedede;
}
.flexy-menu2>li.showhide span.title{
	margin: 10px 0 0 15px;
	float: left;
	font-size: 1.3em;
	color: #FFF;
}
.flexy-menu2>li.showhide span.icon{
	margin: 12px 10px;
	float: right;
}
.flexy-menu2>li.showhide .icon em{
	margin-bottom:3px;
	display:
	block;width:20px;
	height:3px;
	background:#fff;
}
.h_menu2 > ul > li.showhide > span.icon > em:nth-child(4) {
	display: none;
}

