@charset "utf-8";
/* CSS Document */


@font-face {
  font-family: 'RobotoSlab-Bold';
  src: url('fonts/Roboto_Slab/RobotoSlab-Bold.ttf') format('truetype'); 
}
@font-face {
  font-family: 'RobotoSlab-Regular';
  src: url('fonts/Roboto_Slab/RobotoSlab-Regular.ttf') format('truetype'); 
}
@font-face {
  font-family: 'RobotoSlab-Thin';
  src: url('fonts/Roboto_Slab/RobotoSlab-Thin.ttf') format('truetype'); 
}
@font-face {
  font-family: 'RobotoSlab-Light';
  src: url('fonts/Roboto_Slab/RobotoSlab-Light.ttf') format('truetype'); 
}
@font-face {
  font-family: 'Roboto-Thin';
  src: url('fonts/Roboto/Roboto-Thin.ttf') format('truetype'); 
}
@font-face {
  font-family: 'Roboto-Regular';
  src: url('fonts/Roboto/Roboto-Regular.ttf') format('truetype'); 
}
@font-face {
  font-family: 'Roboto-MediumItalic';
  src: url('fonts/Roboto/Roboto-MediumItalic.ttf') format('truetype'); 
}
@font-face {
  font-family: 'Roboto-Medium';
  src: url('fonts/Roboto/Roboto-Medium.ttf') format('truetype'); 
}
@font-face {
  font-family: 'Roboto-LightItalic';
  src: url('fonts/Roboto/Roboto-LightItalic.ttf') format('truetype'); 
}
@font-face {
  font-family: 'Roboto-Light';
  src: url('fonts/Roboto/Roboto-Light.ttf') format('truetype'); 
}
@font-face {
  font-family: 'Roboto-Italic';
  src: url('fonts/Roboto/Roboto-Italic.ttf') format('truetype'); 
}
@font-face {
  font-family: 'Roboto-BoldItalic';
  src: url('fonts/Roboto/Roboto-BoldItalic.ttf') format('truetype'); 
}
@font-face {
  font-family: 'Roboto-Bold';
  src: url('fonts/Roboto/Roboto-Bold.ttf') format('truetype'); 
}
@font-face {
  font-family: 'Roboto-BlackItalic';
  src: url('fonts/Roboto/Roboto-BlackItalic.ttf') format('truetype'); 
}
@font-face {
  font-family: 'Roboto-Black';
  src: url('fonts/Roboto/Roboto-Black.ttf') format('truetype'); 
}

.megamenu{
	padding: 0;
	width: auto;
	list-style: none;
	display: inline-block;
	position: relative;
	max-width: 1400px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
}
.megamenu li{
	float:left;
	display:inline
}
.megamenu>li>a{
	float: left;
	color: #fff;
	text-decoration: none;
	font-family: 'RobotoSlab-Regular', sans-serif;
	#letter-spacing: 0.01em;
}
.megamenu>li>a{
}
.megamenu_nav>li>a{
}
.megamenu>li:hover>a,.megamenu>li.active>a {
	color: #333;
	background-color: #f1f1f1;
}
.megamenu .dropdown,.megamenu .dropdown li .dropdown {
	list-style: none;
	margin: 0;
	padding: 0;
	display: none;
	position: absolute;
	z-index: 999;
	width: auto;
	border: 0;
	-webkit-box-shadow: 0px 8px 10px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 8px 10px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 8px 10px 0px rgba(0,0,0,0.15);
	white-space: nowrap;
	color: #fff;
}
.megamenu .dropdown {
	background-color: #f1f1f1;
	z-index: 5100;
}
.megamenu_nav .dropdown {
	background-color: #f1f1f1;
	z-index: 5100;
}
.megamenu .dropdown li .dropdown {
	left:95%;
	top:inherit;
}
.megamenu .dropdown li {
	clear:both;
	width:100%;
	border-top:solid 1px #f5f5f5;
	border-bottom:solid 1px #ebebeb;
}
.megamenu .dropdown li:first-child {
	border-top:none;
}
.megamenu .dropdown li:last-child {
	border-bottom:0
}
.megamenu .dropdown li a {
	font-family: 'RobotoSlab-Regular', sans-serif;
	float: left;
	width: 100%;
	padding: 10px 15px;
	text-decoration: none;
	display: block;
	border: 0 none;
	color: #333;
	background: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.megamenu .dropdown li:hover>a {
	background:#92ca3b;
	color:#FFF;
}

.megamenu>li.showhide{
	display:none;
	width:100%;
	height:30px;
	cursor:pointer;
    background-color: transparent;
}
.megamenu>li.showhide span.title{
	display: none;
}
.megamenu>li.showhide span.icon1:after{
	position:absolute;
	content:"";
	right:25px;
	top:1px;
	height:3px;
	width:25px;
	font-size:50px;
	border-top:3px solid #fff;
	border-bottom:3px solid #fff;
	z-index:1
}
.megamenu>li.showhide span.icon2:after{
	position:absolute;
	content:"";
	right:25px;
	top:13px;
	height:3px;
	width:25px;
	font-size:50px;
	border-top:3px solid #fff;
	border-bottom:3px solid #fff;
	z-index:1
}


@media all and (min-width: 1400px) {
.header .megamenu>li>a{
	font-size: .95em;
	padding:15px 10px 15px 10px;
}
.megamenu_nav>li>a{
	padding:20px 7px 20px 7px;
}
.megamenu .dropdown li a {
	font-size: .9em;
}
.megamenu .dropdown {
	top: 50px;
}
.megamenu_nav .dropdown {
	top: 50px;
}
}
@media all and (min-width: 1200px) and (max-width: 1399px) {
.header .megamenu>li>a{
	font-size: .9em;
	padding:10px 7px 10px 7px;
}
.megamenu_nav>li>a{
	padding:10px 7px 10px 7px;
}
.megamenu .dropdown li a {
	font-size: .9em;
}
.megamenu .dropdown {
	top: 38px;
}
.megamenu_nav .dropdown {
	top: 38px;
}
}




@media all and (min-width: 600px) and (max-width: 1200px) {
.megamenu{
	text-align:center;
}
}
@media all  and (max-width: 599px) {
.megamenu{
	text-align:right;
}
}




@media(max-width:1199px){
.megamenu{
	width: 100%;
	z-index:1100;
	background-color: transparent;
	margin-top: 10px;
	padding:0px;
}
.megamenu>li{
	display:block;
	width:100%;
	border-bottom:solid 1px rgba(0,0,0,0.1);
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	background-color: #92ca3b;
}
.megamenu>li:hover,.megamenu>li.active{
	border-top:0
}

.megamenu>li>a{
	color: #fff;
}
.megamenu>li>a{
	padding:10px 25px
}
.megamenu>li:hover>a,.megamenu>li.active>a{
	padding:10px 25px;
}
.megamenu a{
	width:100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box
}
.megamenu .dropdown,.megamenu .dropdown li .dropdown{
	width:100%;
	display:none;
	left:0;border-left:0;
	position:static;
	border:0;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.megamenu .dropdown li {
	background:#ebebeb!important;
	border:0;
}
.megamenu .dropdown>li>a{
	padding-left:40px!important;

}
.megamenu .dropdown li a{
	background:#ebebeb!important;
	color:#333!important;
}
.megamenu .dropdown li:hover>a{
	background:#f1f1f1!important;
	color:#333!important;
}
.megamenu .dropdown li{
	border-top:solid 1px #f5f5f5;
	border-bottom:solid 1px #dcdcdc;

}

 }

 /* header_into */
 




